/*  
    template-name: shotgear;
    The owner of the template: ahmed samy;
    template-version: 1.0;
    Date created: 22/2/2020
*/
/*start slider*/
.slider {
  position: relative;
  background: url("../photo/backgrounds/2.png") no-repeat center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  padding: 80px;
}

.slider img {
  /*img in slider*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.slider h2 {
  /*h2 in slider*/
  margin: 0;
}

/*end slider*/
/*start about-our-studio*/
.about-our-studio {
  /*about-our-studio*/
  padding: 100px 0 0;
  background: #fff;
}

.about-our-studio h5 {
  /*h5 in about-our-studio*/
  color: #FF4800;
}

.about-our-studio h2 {
  /*h2 in about-our-studio*/
  color: #182028;
  font-weight: 700;
  margin-bottom: 40px;
}

.about-our-studio p {
  /*p in about-our-studio*/
  color: #7f7f7f;
  margin-bottom: 40px;
}

.about-our-studio .btn-custom {
  /*btn-custom in form*/
  color: #fff;
}

.about-our-studio .btn-custom:focus, .about-our-studio .btn-custom:hover {
  color: #fff;
}

/*end about-our-studio*/
/*start they-trust-us*/
.they-trust-us {
  padding: 100px 0 0;
  background: #fff;
}

.they-trust-us h5 {
  /*h5 in they-trust-us*/
  color: #FF4800;
}

.they-trust-us h2 {
  /*h2 in they-trust-us*/
  font-weight: 700;
  margin-bottom: 60px;
}

.they-trust-us .brand {
  /*brand in they-trust-us*/
  position: relative;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fcf7f7;
  border: 1px solid #F4F4F4;
  cursor: pointer;
}

.they-trust-us .brand::after {
  /*after brand*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .4;
}

.they-trust-us .brand::before {
  /*before brand*/
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.they-trust-us .brand img {
  /*img in brand*/
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.they-trust-us .brand img:first-of-type {
  /*first img in brand*/
  top: 20px;
}

.they-trust-us .brand img:last-of-type {
  /*last img in brand*/
  bottom: 0;
}

.they-trust-us .brand:hover {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
  /*when hover on they-trust-us*/
}

.they-trust-us .brand:hover::after {
  /*when hover on they-trust-us*/
  background: none;
}

.they-trust-us .brand:hover::before {
  /*when hover on they-trust-us*/
  left: 100%;
}

.they-trust-us .brand, .they-trust-us .brand::after, .they-trust-us .brand::before, .our-team .section .photo::before, .our-team .section .info p, .testimonials .control span, .studio-near-you .place::before {
  /*transition .3s*/
  -webkit-transition: .3s;
  transition: .3s;
}

.studio-near-you .place {
  /*transition .5s*/
  -webkit-transition: .5s;
  transition: .5s;
}

/*end they-trust-us*/
/*start our-team*/
.our-team {
  padding: 100px 0 0;
  background: #fff;
}

.our-team h5 {
  /*h5 in our-team*/
  color: #FF4800;
}

.our-team h2 {
  /*h2 in our-team*/
  font-weight: 700;
  margin-bottom: 60px;
}

.our-team .section {
  /*section in our-team*/
  margin-bottom: 30px;
}

.our-team .section .photo {
  /*photo in section*/
  position: relative;
  overflow: hidden;
}

.our-team .section .photo img {
  /*img in photo*/
  width: 100%;
}

.our-team .section .photo::before {
  /*before photo*/
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.our-team .section .info {
  /*info in section*/
  margin-top: 30px;
}

.our-team .section .info p {
  /*p in info*/
  color: #182028;
  margin: 0 0 5px 0;
}

.our-team .section .info span {
  /*span in info*/
  color: #7f7f7f;
}

.our-team .section:hover .photo::before {
  /*when hover on section*/
  left: 100%;
}

.our-team .section:hover .info p {
  /*when hover on section*/
  color: #FF4800;
}

.our-team .section:hover .info span {
  /*when hover on section*/
  text-decoration: underline;
}

.they-trust-us .brand, .they-trust-us .brand::after, .they-trust-us .brand::before, .our-team .section .photo::before, .our-team .section .info p, .testimonials .control span, .studio-near-you .place::before {
  /*transition .3s*/
  -webkit-transition: .3s;
  transition: .3s;
}

.studio-near-you .place {
  /*transition .5s*/
  -webkit-transition: .5s;
  transition: .5s;
}

/*end our-team*/
/*start testimonials*/
.testimonials {
  padding: 100px 0 0;
  background: #fff;
}

.testimonials h5 {
  /*h5*/
  color: #FF4800;
}

.testimonials h2 {
  /*h2*/
  font-weight: 700;
  margin-bottom: 60px;
}

.testimonials .photos {
  /*photos in testimonials*/
  margin-bottom: 20px;
}

.testimonials .photos img {
  width: 100%;
}

.testimonials .content {
  /*content in testimonials*/
  height: auto;
  padding: 30px;
}

.testimonials .content .testi {
  /*testi in content*/
  overflow: hidden;
  display: none;
}

.testimonials .content .testi h3 {
  /*h3 in testi*/
  margin: 0 0 40px;
  color: #182028;
}

.testimonials .content .testi p {
  /*p in testi*/
  color: #7f7f7f;
  line-height: 30px;
  margin-bottom: 10px;
}

.testimonials .content .testi h4 {
  /*h4 in testi*/
  color: #182028;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .content .testi span {
  /*span in testi*/
  color: #FF4800;
  float: left;
}

.testimonials .control {
  /*control in testimonials*/
  padding: 30px;
}

.testimonials .control span {
  /*span in control*/
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: rgba(24, 32, 40, 0.5);
  cursor: pointer;
}

.testimonials .control span:hover, .testimonials .control span.active {
  background: #FF4800;
}

.they-trust-us .brand, .they-trust-us .brand::after, .they-trust-us .brand::before, .our-team .section .photo::before, .our-team .section .info p, .testimonials .control span, .studio-near-you .place::before {
  /*transition .3s*/
  -webkit-transition: .3s;
  transition: .3s;
}

.studio-near-you .place {
  /*transition .5s*/
  -webkit-transition: .5s;
  transition: .5s;
}

/*end testimonials*/
/*start studio-near-you*/
.studio-near-you {
  padding: 100px 0 0;
  background: #fff;
}

.studio-near-you h5 {
  /*h5 in studio-near-you*/
  color: #FF4800;
}

.studio-near-you h2 {
  /*h2 in studio-near-you*/
  font-weight: 700;
  margin-bottom: 60px;
}

.studio-near-you .place {
  /*place in studio-near-you*/
  padding: 40px 15px;
  position: relative;
  margin-bottom: 15px;
  background: #fcf7f7;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 10px 35px 0px rgba(255, 255, 255, 0.5);
}

.studio-near-you .place::before {
  /*before place in studio-near-you*/
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.studio-near-you .place h4 {
  /*h4 in place*/
  color: #182028;
  margin-bottom: 30px;
}

.studio-near-you .place p {
  /*p in place*/
  color: #7f7f7f;
  line-height: 30px;
}

.studio-near-you .place:hover {
  /*when hover on place*/
  -webkit-box-shadow: 0px 10px 35px 0px rgba(24, 32, 40, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(24, 32, 40, 0.1);
}

.studio-near-you .place:hover::before {
  /*when hover on place*/
  left: 100%;
}

.they-trust-us .brand, .they-trust-us .brand::after, .they-trust-us .brand::before, .our-team .section .photo::before, .our-team .section .info p, .testimonials .control span, .studio-near-you .place::before {
  /*transition .3s*/
  -webkit-transition: .3s;
  transition: .3s;
}

.studio-near-you .place {
  /*transition .5s*/
  -webkit-transition: .5s;
  transition: .5s;
}

/*end studio-near-you*/
/*start subscrib*/
.subscrib {
  margin: 100px 0 0;
  padding: 50px 0 0;
  background: url("../photo/backgrounds/1.png") no-repeat center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 341px;
}

.subscrib h5 {
  /*h5 in subscrib*/
  color: #fff;
}

.subscrib h2 {
  /*h2 in subscrib*/
  color: #FF4800;
}

.subscrib form {
  /*form in subscrib*/
  margin-top: 60px;
}

@media (max-width: 767px) {
  .subscrib form {
    /*xs*/
    margin-top: 30px;
  }
}

.subscrib form input {
  /*input in form*/
  color: #182028;
  font-size: 18px;
  border-radius: 0;
  padding: 24px 20px;
  width: calc(100% - 220px) !important;
}

@media (max-width: 767px) {
  .subscrib form input {
    /*xs*/
    width: 100% !important;
    margin-bottom: 30px;
  }
}

.subscrib form input::-webkit-input-placeholder {
  /*placeholder input in form*/
  font-size: 14px;
}

.subscrib form input:-ms-input-placeholder {
  /*placeholder input in form*/
  font-size: 14px;
}

.subscrib form input::-ms-input-placeholder {
  /*placeholder input in form*/
  font-size: 14px;
}

.subscrib form input::placeholder {
  /*placeholder input in form*/
  font-size: 14px;
}

.subscrib form .btn-custom {
  /*btn-custom in form*/
  color: #fff;
}

.subscrib form .btn-custom:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .subscrib form .btn-custom {
    /*xs*/
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*end subscrib*/
