body{
font-family: 'Roboto Slab', serif !important;
}
.ser_div{
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 8px #b3b0b0;
  border-radius: 3px;
  transition: 0.3s;
  margin-bottom: 30px;
  height: 231px;
  position: relative;
}
.new_btn_theme{
    background: #0199A6;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 15px 20px;
    font-size: 25px ;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ser_div_show{
    height: auto;
}
.ser_div_show .col-xs-3, .ser_div_show .col-xs-9, .ser_div_show .col-xs-9 p{
    width: 100%;
    text-align: center;
}
.ser_div_show .col-xs-3 img{
    width: 85px;
    padding-top: 0;
}
.ser_div:hover{
  box-shadow: 0px 0px 13px #696464;
  transition: 0.3s;
}
.ser_div img{
    width: 80px;
    padding-top: 45px;
}
.ser_div h3{
    font-size: 24px;
    font-weight: 400;
    color: #3b4446;
}
.ser_div p{
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
    color: #7b868a;
    font-family: arial;
}
/* ser_div2 */
.ser_div2{
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    height: 150px;
  }
  .ser_div_show{
      height: auto;
  }
  .ser_div_show .col-xs-3, .ser_div_show .col-xs-9, .ser_div_show .col-xs-9 p{
      width: 100%;
      text-align: center;
  }
  .ser_div_show .col-xs-3 img{
      width: 85px;
      padding-top: 0;
  }
  .ser_div_show2 .col-xs-3 img{
    width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 100px;
  transition: 0.4s;
  }
  .ser_div_show2{
    border-bottom: 1px solid #ececec;
box-shadow: 0px 6px 7px #89848424;
border-radius: 0;
  }

  .ser_div2 img{
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 100px;
    transition: 0.4s;
  }

  .ser_div2 h3{
      font-size: 20px;
      font-weight: 700;
  }
  .ser_div2 p{
      font-size: 18px;
      text-align: left;
  }

._sec_3_box{
    border-right: 1px solid #e3e1e1;
}
._sec_3_box:last-child{
    border-right: none;
}
._sec_3_box_add{
    border-right: none;
}

.testimonial_section{
  background: #fff;
      margin-bottom: 50px;
}
.demo{ background: #fff; }
#testimonial-slider{
  padding: 50px 20px 35px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 13px #f1f1f1;
  border: 1px solid #f1f1f1;

}
.testimonial .description{
  padding: 50px;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  text-indent: 30px;
  position: relative;
}
.testimonial .description:before{

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 70px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 15px;
}
.testimonial .post{
    display: block;
    font-size: 22px;
    color: #363636;
    font-weight: bold;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: none !important;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{

    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 4px solid #ccc;
    background: url("http://bestjquery.com/tutorial/testimonial/demo59/images/img-3.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}

.owl-theme .owl-controls .owl-page:nth-child(1) span{
    background: url("http://bestjquery.com/tutorial/testimonial/demo59/images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("http://bestjquery.com/tutorial/testimonial/demo59/images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("http://bestjquery.com/tutorial/testimonial/demo59/images/img-3.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #ffa200;
    opacity: 1;
}

.both-sec{
    background: #fff;
}
.both-sec .img-div{
    padding: 0;
}
.both-sec .img-div img{
    width: 100%;
    height: 520px;
}
.both-sec .text-div .inner-content{
    padding: 20px;
}
.both-sec .text-div .inner-content h2{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 15px;
}
.both-sec .text-div .inner-content P{
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 25px;
}
.both-sec .text-div .inner-content .img-icon{
    text-align: center;
}
.both-sec .text-div .inner-content .img-icon img{
    width: 60px;
    padding-top: 18px;
}
.both-sec .text-div .inner-content .icon-heading{
    text-align: left;
    padding-left: 0;
}
.both-sec .text-div .inner-content .icon-heading h3{
    font-size: 22px;
    padding-top: 5px;
}
.both-sec .text-div .inner-content .icons{
    margin-bottom: 20px;
}
.both-sec .text-div .inner-content button{padding: 0 !important;height: 65px !important;font-size: 24px;width: 100%;}

.inner-content_add, .inner-content_add p{
    text-align: center;
}

.inner-content_add, .inner-content_add .img-icon, .inner-content_add .icon-heading{
    text-align: center;
    width: 100%;
}
.inner-content_add .icon-heading h3{
    text-align: center;
    width: 100%;
}
.inner-content_add button{
    margin-bottom: 30px;
}
.copy-r-s img{
  width: 25px;

}
.owl-pagination{
  display: none;
}
.navbar-brand img{
  width: 265px !important;
}
.logo-sec{
  padding: 15px !important;
}
.logo-sec .logo-div img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s;
    width: 200px !important;
}
/*.logo-sec .logo-div img:hover{*/
/*  -webkit-filter: grayscale(0); */
/*    filter: grayscale(0);*/
/*    transition: 0.3s;*/
/*}*/

.ser_div .one:before{
  content: "1";
background: #0199a6;
width: 55px;
height: 55px;
color: #fff;
font-size: 26px;
position: absolute;
text-align: center;
line-height: 50px;
left: -12px;
top: -12px;
box-shadow: 2px 5px 9px #88848461;
}

.ser_div .two:before{
  content: "2";
background: #0199a6;
width: 55px;
height: 55px;
color: #fff;
font-size: 26px;
position: absolute;
text-align: center;
line-height: 50px;
left: -12px;
top: -12px;
box-shadow: 2px 5px 9px #88848461;
}

.ser_div .three:before{
  content: "3";
background: #0199a6;
width: 55px;
height: 55px;
color: #fff;
font-size: 26px;
position: absolute;
text-align: center;
line-height: 50px;
left: -12px;
top: -12px;
box-shadow: 2px 5px 9px #88848461;
}

.ser_div .four:before{
  content: "4";
background: #0199a6;
width: 55px;
height: 55px;
color: #fff;
font-size: 26px;
position: absolute;
text-align: center;
line-height: 50px;
left: -12px;
top: -12px;
box-shadow: 2px 5px 9px #88848461;
}
.ser_div .five:before{
  content: "5";
background: #0199a6;
width: 55px;
height: 55px;
color: #fff;
font-size: 26px;
position: absolute;
text-align: center;
line-height: 50px;
left: -12px;
top: -12px;
box-shadow: 2px 5px 9px #88848461;
}

.ser_div .six:before{
  content: "6";
background: #0199a6;
width: 55px;
height: 55px;
color: #fff;
font-size: 26px;
position: absolute;
text-align: center;
line-height: 50px;
left: -12px;
top: -12px;
box-shadow: 2px 5px 9px #88848461;
}
.not-sure{
  background: #F5F5F5;
}
.not-sure p{
  font-size: 19px;
  padding-top: 15px;
}
.not-sure h5{
  font-size: 25px;
margin-top: 32px;
font-weight: bold;
}
.both-sec button{
  margin-left: 0 !important;
}
.testimonial img{
    filter: grayscale(100%);
}
.he-sub{
  color: #000 !important;
  font-size: 24px !important;
}
.he-subb{
  text-align: left !important;
  color: #000 !important;
  font-size: 20px !important;
}
.he-bullets{
  padding-left: 0;
  text-align: center;
  width: 85%;
  margin: auto;
}
.he-bullets li{
  list-style: none;
  font-size: 25px;
  margin-bottom: 19px;
  font-weight: bold;
}
.he-bullets li:before {
    content: "\f00c ";
    font-family: FontAwesome;
    display: inline !important;
    color: green;
    padding-right: 16px;
    font-size: 24px;
}
.im-div{
  margin: auto;
width: 100%;
text-align: center;
}
.im-div img{width: 60%;border: 2px solid #0199a6;margin-bottom: 20px;margin-top: 20px;}

.custom-mod .modal-body{
  padding: 2px;
}
.cus .modal-dialog{
  width: 55%;
}
.custom-mod .modal-body img{
  width: 100%;
}
.custom-mod .modal-body button{
  position: absolute;
  background: #0199a6;
  opacity: 1;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  right: -8px;
  top: -9px;
  box-shadow: -2px 3px 7px #4a4949c7;
  transition: 0.3s;
}
.custom-mod .modal-body button:hover{
    box-shadow: 0px 7px 7px #4a4949fa;
    transition: 0.3s;
}
.faq_sec{
  text-align: center;
  padding-left: 0;
}
.faq_sec h3{
  font-size: 28px;
font-weight: 700;
}
.faq_sec p{
    font-size: 25px;
    margin-bottom: 30px;
}


/* Start Faq's Style */
 .faqs_sec{
  background: #F5F5F5;
  padding: 30px 0 30px;
}
.faqs_sec h2{
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 50px;
}
.faqs_sec h3{
font-size: 33px;
font-weight: 700;
padding-bottom: 3px;
}
.faqs_sec p{
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 35px;
}
.faqs_sec p:last-child{
  padding-bottom: 0px;
} 
/* End Faq's Style */


@media only screen and (max-width: 1200px){
    .both-sec .img-div img{
        height: 700px;
    }
}
@media only screen and (max-width: 1100px){
  .ser_div{
    height: 285px;
  }
    .both-sec .img-div img{
        height: 575px;
    }
    .both-sec .text-div .inner-content button{
        width: 410px;
    }
}
@media only screen and (max-width: 1011px){
    .both-sec .img-div img{
        height: 790px;
    }
}
@media only screen and (max-width: 991px){
      .new_btn_theme{
      font-size: 21px;

   }
    .main-head{
      font-size: 40px !important;
    }
}
@media only screen and (max-width: 812px){
    .main-head{
      font-size: 30px !important;
    }
    section.logo-sec.text-center ul{
      display: block;
    }
    section.logo-sec.text-center ul li{
      margin-bottom: 30px;
width: 100%;
    }
}
@media only screen and (max-width: 768px){
  .navbar-brand img{
    margin: auto !important;
  }
  .ser_div h3, .ser_div p{
    color: #000;
  }
    .both-sec .img-div{
      display: none;
    }
    .both-sec .text-div .inner-content button{
      width: 100%;
    }
    .ser_div{
      margin-bottom: 70px;
    }
    .ser_div .one:before, .ser_div .two:before, .ser_div .three:before, .ser_div .four:before, .ser_div .five:before, .ser_div .six:before{
      left: 46%;
      top: -35px;
    }
    .not-sure{
      padding-top: 35px !important;
    }
}
@media only screen and (max-width: 479px){
      .new_btn_theme{
    font-size: 15px;
 width: 90%;
 padding: 10px 20px !important;
 }
  .ser_div {
    height: 336px;
}
.last-ser{
  margin-bottom: 20px;
}
section.sec-71-1{
  padding-bottom: 10px;
}
  .ser_div .one:before, .ser_div .two:before, .ser_div .three:before, .ser_div .four:before, .ser_div .five:before, .ser_div .six:before {
    left: 42%;
    top: -35px;
}
  .navbar-brand img{
    padding-bottom: 18px !important;
    width: 200px !important;
  }
    .owl-buttons{ bottom: 30%; }

    .num-sec h3 a{
          font-size: 28px !important;
    }
    .sec-sign-1 h3.title-s{
      font-size: 22px !important;
    }
    .form-group.fr-v > .form-control {
        font-size: 14px !important;
        height: 55px;
    }
    .inner-content_add button {
        margin-bottom: 30px;
        margin-top: 20px;
        text-align: center;
        margin-left: 0 !important;
        font-size: 17px !important;
        width: 100% !important;
    }
}
