
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
body{
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;

}
img{max-width: 100%;}
ul{margin: 0;padding: 0;}
.container{
  padding: 0 80px;
}
.top-head{
  padding: 20px 80px;
}
.top-head .logo-sec{text-align: left;}
.top-head .logo-sec img{
      max-width: 144px;
    object-fit: cover;
}
.top-head .right{text-align: right;}
.top-head p{
  font-size: 30px;
  text-align: right;
  font-weight: 600;
  /* background-color: #3bbfa3; */
  color: #3bbfa3;
  letter-spacing: 0.06em;
}
nav{
  border-top: 1px solid #ddd !important;
  display: block;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  border-radius: 0px;
  width: 100%;
  height: 56px;
  position: relative;
  box-shadow: 0 1px 2px #d4d4d4;

}
.navbar-nav{
  float: none;
  display: block;
}
nav li a{
    box-shadow: none;
    color: #535353;
    background: transparent;
    text-transform: capitalize;
    transition: all .2s ease;
    font-weight: 500;
}
nav li a:hover,nav li a:focus{
  background: transparent !important;
   color: #3bbfa3;
}
nav li{
  width: calc(100%/5);
  text-align: center;
}

.main-hd-h1{
  font-weight: bold;
  color: #3bbfa3;
  text-align: center;
  margin-bottom: 19px;
}
.main-hd-h1 span{
  font-size: 50px;
}
.main-hd-h4
{
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.main-ul-1 li{
  display: block;
  position: relative;
  list-style-type: none;
  padding-left: 43px;
  margin-bottom: 37px;
}
.main-ul-1 li:before{
  content: url(../dist/images/check-green.png);
  position: absolute;
  left: 0;
  /* top: -5px; */
}
.main-ul-1 li h4{
      font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #676377;
}
.main-ul-1 li p{
  font-size: 13px;
    line-height: 22px;
}
.mobile-form{
   display: block;
   background: rgba(255,255,255,0);
   background-image: url(../dist/images/iphone-back.png);
   background-position: center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: 100% 100%;
   border-style: none none none none;
   border-color: none;
   border-radius: 0px;
   z-index: 21;
   width: 339px;
   height: 627px;
   margin: 0 auto;
   /* padding-bottom: 18px; */
}
.mobile-form-inner{
    padding: 89px 40px;
}
input,select,textarea{
  width: 100%;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 9px;
  background: #fff;
  font-size: 13px;
  color: #000;
}
.mobile-form-inner h4{
  margin-top: 0;
  font-weight: bold;
  color: #676478;
  text-align: center;
  font-size: 14px;
}
textarea{min-height: 81px;margin-bottom: 3px;}
.mobile-form-inner button{
      width: 100%;
      text-align: center;
      padding: 8px 0;
      border: 0;
      background: #3bbfa3;
      color: #fff;
      font-weight: bold;
      letter-spacing: 0.06em;
      border-radius: 2px;
      font-size: 11px;
      transition: all .2s ease;
}
.mobile-form-inner button:hover,.mobile-form-inner button:focus{
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    outline: 0;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
  font-size: 12px;
  letter-spacing: 0.05em;
}
input:focus,textarea:focus{
  outline: 1px solid #3bbfa38c;
}
.main-service{
  margin-bottom: 38px;
  margin-top: 25px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd94;
  padding-bottom: 29px;
}
.main-service a{
  text-align: center;
  float: left;
  width: calc(100%/5);
  text-decoration: none;
}
.work-sec{
  position: relative;
  margin-bottom: 25px;
}
.main-service span{
  display: block;
  color: #676377;
  font-weight: 500;
}
.main-service img{
  transition: all .2s;
  opacity: .8;
}
.main-service a:hover img{
  opacity: 1;
}
.img-sec{
  width: 100%;
  position: relative;
  height: 262px;
}
.work-item{
  position: relative;
  margin-bottom: 25px;
  border:1px solid #ddd;
  padding: 3px;
  border-radius: 4px;
}
.img-sec img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  max-height: 260px;
  transition:all .4s ease-in-out;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  -ms-transition:all .4s ease-in-out;
  -o-transition:all .4s ease-in-out;
}
.img-sec .image-2{opacity: 0;}
.img-sec:hover .image-2{opacity: 1;}
.img-sec:hover .image-1{opacity: 0;}
.work-sec h2{
  color: #384047;
  text-align: center;
  margin-bottom: 39px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 34px;
}
.work-sec h2 span{color: #3bbfa3;font-size: 40px;}
.prfl-card {
    background: #3bbfa3;
    bottom: 10px;
    left: 0;
    width: 220px;
    z-index: 99999;
    max-width: 100%;
    padding: 15px 13px;
    position: absolute;
    -webkit-transform: translateZ(30px);
    -ms-transform: translateZ(30px);
    -o-transform: translateZ(30px);
    transform: translateZ(30px);
    height: 50px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-position p{
    font-size: 13px;
    line-height: 20px;
}
.prfl-card-overflow h2{
        font-size: 12px;
        font-weight: 500;
        color: #eee;
        letter-spacing: 1px;
        line-height: 20px;
        margin: 0 0 3px;
        text-transform: uppercase;
        text-align:  left;
        font-weight: 600;
        letter-spacing: 0.08em;
}
.prfl-card-overflow h2:hover{
    color: #ffffff;
    cursor: pointer;
}
.team-close{display: none;}
.team-bio{display: none;}
.team-bio p{
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.work-item.active .team-bio{display: block;}
.work-item.active .prfl-card{width: 100%;height: 100%;overflow-y: scroll;padding: 20px 13px;bottom: 0;}
.work-item.active .team-close {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    cursor: pointer;
    padding: 8px 0;
    color: #777;
    z-index: 99999;
}

.intrst-sec{
  padding: 60px 0;
  width: 100%;
  background: #666277;
  text-align: center;
  margin: 20px 0;
}
.intrst-sec h1{
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  letter-spacing: 0.05em;
}
.intrst-sec p{
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;

}
.intrst-bt{
  background-color: #3bbfa3;
    border: 0;
    color: #fff;
    font-weight: bold;
    padding: 12px 51px;
    font-size: 19px;
    margin-top: 10px;
    border-radius: 3px;
    letter-spacing: 0.05em;
        margin: 0 10px;
}
.ct-sec{
  text-align: center;
  padding: 30px 0;
}
.ct-sec h4{
      color: #676377;
    font-weight: bold;
    font-size: 40px;
    margin-top: 13px;
    margin-bottom: 3px;
}
.ct-sec span{
  color: #676377;
  font-weight: bold;
  font-size: 18px;
}
.why-sec h1{
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #676377;
    margin-bottom: 45px;
}
.why-sec h1 span{
    color: #3bbfa3;
}
.why-item{
  text-align: center;
  margin-bottom: 20px;
      min-height: 280px;
}
.why-item h4{
       color: #676377;
    font-weight: bold;
    min-height: 47px;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
}
.why-item p{
      font-size: 13px;
    text-align: center;
    line-height: 21px;
}
.clients{
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.clients{
  background: #3bbfa3;
  padding: 30px 0;
  text-align: center;
}
.clients h1{
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.testi-item p{
      background: #e5e8ec;
      border: 1px solid #fff;
      border-radius: 4px;
      font-size: 13px;
      line-height: 23px;
      color: #4c4a54;
      padding: 23px;
      position: relative;
      margin-bottom: 27px;
}
.testi-item p:after{
  content: '';
  position: absolute;
  bottom: -21px;
  left: 22px;
  border-top: 21px solid #e5e8ec;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.testimonial{
  position: relative;
  padding: 50px 0;
}
.testimonial h1{
  font-weight: bold;
  color: #676377;
  text-align: center;
  margin-bottom: 43px;
}
.testimonial h1 span{
  color: #3bbfa3;
}
.testi-item{
  padding: 0 30px;
}
.slick-slide:focus{outline: 0;}
.testimonial img{
      margin-left: 12px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.testimonial .test-footer{
  margin-left: 10px;
}
.testimonial .test-footer h4{
  font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 1px;
}
.testimonial .test-footer span{
  text-transform: capitalize;
  font-size: 13px;
}
.testimonial .slick-dots{text-align: center;margin-top: 35px;}
.testimonial .slick-dots li{
  display: inline-block;
  list-style: none;
  margin: 0 3px;
}
.testimonial .slick-dots li button{
  text-indent: -9999px;
  width: 20px;
  height: 11px;
 transition: all .2s ease;
   background: #fff;
  border: 1px solid #3bbfa3;
}
button:focus{outline: 0;}
.testimonial .slick-dots li.slick-active button,.testimonial .slick-dots li:hover button{
   background: #3bbfa3;
}
.other-service h1{
  font-weight: bold;
  color: #676377;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.other-service h1 span{
      color: #3bbfa3;
}
.other-serv-cont a{
  float: left;
  width: calc(100%/5);
  text-align: center;
  text-decoration: none;

}
.other-serv-cont a img{display: inline-block;}
.other-serv-cont span{
  display: block;
  font-weight: bold;
  color: #676377;
  text-transform: capitalize;
  font-size: 17px;
  margin-top: 10px;

}
.footer-btm{
      padding: 16px 0;
    text-align: center;
    background: #e8e8e8;
    font-weight: 500;
    font-size: 13px;
}
.other-service{
  position: relative;
    padding-bottom: 30px;
}
#enquiryform .pos{position: relative;}
#enquiryform label.error{
  position: absolute;
    background: #c72d2d;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 3px;
    text-align: left;
    right: 0;
    z-index: 99;
}
.why-sec{margin-bottom: 55px;}
.navbar-toggle {
    border: 1px solid #54c8b1;
}
.navbar-toggle span{
  background: #54c8b1;
}

/*responsive*/

@media only screen and (max-width: 768px) {
    nav li{display: block;width: 100%;}
    .navbar-nav{
      background: #3bbfa3;
    z-index: 99999;
    position: relative;
    }
    .navbar-nav li a{color: #fff;}
    .navbar-header,.top-head .logo-sec{text-align: center;}
    .navbar-header button{float: none;}
    .container {padding: 0 15px;}
    .why-item{height: auto !important;}
}
@media only screen and (max-width: 400px) {
    .container {padding: 0 15px;}
    .why-sec .col-xs-6{width: 100%;}
    .main-hd-h1,.content-ser h1{
      font-size: 20px;
    }
    .main-hd-h1 span{font-size: 21px;}
    .main-hd-h4{font-size: 14px;line-height: 24px;}
    .top-head p{text-align: center;font-size: 18px;}
}
.lft{padding-right: 2px;}
.rht{padding-left: 2px;}
.thank-sec{
  position: relative;
  margin-top: 10%;
}
.content-ser h1{
      color: #384047;
      text-align: center;
      margin-bottom: 15px;
      font-weight: bold;
      text-transform: capitalize;
      font-size: 34px;
}
.content-ser h1 span{
    color: #3bbfa3;
    font-size: 40px;}
.content-ser p{
   color: #384047;
   letter-spacing:  0.06em;
   font-weight: 500;
   font-size: 24px;
}