@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#63be76;
  border:2px solid #41a656;
  border-radius:30px;
  padding:15px 25px;
}

.btn1:hover{
  background:#41a656;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#030303;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:none;
  border:2px solid #0fb8ec;
  border-radius:30px;
  padding:15px 25px;
}

.btn2:hover{
  background:#0fb8ec;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

@font-face {
  font-family: 'Oscine Trial';
  src: url('../fonts/OscineTrial-Bold.eot');
  src: url('../fonts/OscineTrial-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OscineTrial-Bold.woff2') format('woff2'),
      url('../fonts/OscineTrial-Bold.woff') format('woff'),
      url('../fonts/OscineTrial-Bold.ttf') format('truetype'),
      url('../fonts/OscineTrial-Bold.svg#OscineTrial-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oscine Trial XBold';
  src: url('../fonts/OscineTrial-XBold.eot');
  src: url('../fonts/OscineTrial-XBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OscineTrial-XBold.woff2') format('woff2'),
      url('../fonts/OscineTrial-XBold.woff') format('woff'),
      url('../fonts/OscineTrial-XBold.ttf') format('truetype'),
      url('../fonts/OscineTrial-XBold.svg#OscineTrial-XBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out; 
}

.header_top{
  background:#41a656;
  border-radius:0 0 30px 30px;
  padding:10px 0;
  transition:all 500ms ease-in-out;
}

.head_contact ul li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.head_contact ul li a{
  color:#fff;
}

.head_contact ul li a:hover{
  color:#030303;
}

.header_bottom{
  padding:15px 0;
  transition:all 500ms ease-in-out;
}

.head_logo{
  width:120px;
  transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 5px rgba(0,0,0,.2);
  }

  .navbar-default.navbar-fixed .header_top{
    margin-top:-50px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .head_logo{
    width:80px;
  }

}

.home_banner{
  margin-top:186px;
}

.banner_desc{
  left:0;
  bottom:18%;
}

.banner_content{
  width:590px;
  border-radius:30px 0 30px 30px;
  clip-path:polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
  padding:30px;
}

.banner_big_heading{
  font-family: 'Oscine Trial XBold';
  font-size:54px;
  color:#035685;
  line-height:62px;
  margin-bottom:20px;
}

.banner_big_heading span{
  color:#5688a4;
  font-style:italic;
}

.banner_list li{
  display:inline-block;
  font-size:16px;
  color:#040404;
  line-height:24px;
  letter-spacing:.02em;
  background:url(../images/tick-icon01.png) no-repeat left center;
  margin-right:20px;
  padding-left:30px;
}

.work_section,
.test_section,
.h_form_section,
.blog_section{
  padding:65px 0;
}

.work_sm_title,
.about_sm_title,
.choose_sm_title,
.serv_sm_title,
.test_sm_title,
.form_sm_title,
.faq_sm_title,
.blog_sm_title{
  font-size:22px;
  color:#020202;
  line-height:24px;
  letter-spacing:.05em;
  margin-bottom:10px;
}

.work_bg_title,
.about_big_title,
.choose_big_title,
.serv_big_title,
.test_big_title,
.form_big_title,
.faq_big_title,
.blog_big_title{
  font-family: 'Oscine Trial';
  font-size:50px;
  color:#025483;
  line-height:58px;
  margin-bottom:30px;
}

.work_box:after{
  content:"";
  position:absolute;
  width:65px;
  height:15px;
  background:url(../images/right-arrow01.png) no-repeat right center;
  background-size:100%;
  right:-42px;
  top:0;
  bottom:0;
  margin:auto 0;
}

.work_section .col-lg-4:last-child .work_box:after{
  display:none;
}

.work_box .icon{
  background:url(../images/work-icon-bg.png) no-repeat center center;
  background-size:100%;
  width:100px;
  min-height:140px;
  line-height:140px;
  margin:0 auto;
}

.work_title{
  font-family: 'Oscine Trial';
  font-size:25px;
  color:#060606;
  line-height:28px;
  margin:15px 0 12px;
}

.about_section{
  margin-bottom:-100px;
}

.about_section .thumb_about_box{
  background:#d0feda;
  border-radius:40px;
  padding:25px;
}

.about_img img{
  border-radius:40px;
}

.about_content .upper{
  border-bottom:1px solid rgba(0,0,0,.5);
  margin-bottom:20px;
  padding-bottom:20px;
}

.about_list li{
  font-size:16px;
  color:#040404;
  line-height:24px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/tick-icon02.png) no-repeat left 3px;
  margin-bottom:10px;
  padding-left:30px;
}

.choose_section{
  background:#025483;
  padding-top:150px;
}

.choose_section .mid_sec,
.choose_section .lower_sec{
  margin-bottom:40px;
}

.choose_box{
  background:#bad8e9;
  border-radius:20px 40px 20px 20px;
  clip-path:polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  min-height:320px;
  padding:25px;
}

.choose_section .col-lg-3:nth-child(2n) .choose_box{
  border-radius:40px 20px 20px 20px;
  clip-path:polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}

.choose_icon{
  width:55px;
  height:55px;
  line-height:55px;
  background:#fff;
  border-radius:12px;
  text-align:center;
}

.choose_title,
.serv_title,
.blog_title{
  font-family: 'Oscine Trial';
  font-size:22px;
  color:#020202;
  line-height:28px;
  margin:16px 0 12px;
}

.counter_box{
  border-left:1px solid #fff;
  padding-left:12px;
}

.counter_main{
  font-size:32px;
  line-height:34px;
  font-weight:600;
}

.counter_title{
  font-size:16px;
  line-height:26px;
  font-weight:500;
  letter-spacing:.02em;
  margin-top:10px;
}

.clean_process_box{
  position:relative;
  bottom:-36px;
}

.clean_process_title{
  font-size:18px;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#5ec272;
  border:10px solid #fff;
  border-radius:50px;
  padding:16px 30px;
}

.serv_section{
  padding:100px 0 65px;
}

.serv_big_title{
  color:#316c3d;
}

.serv_box{
  background:linear-gradient(to bottom, #43a758, #b3deb4);
  border-radius:15px;
  padding:15px;
}

.serv_box:before{
  content:"";
  position:absolute;
  width:36px;
  height:50px;
  background:url(../images/water-drop-icon01.png) no-repeat center top;
  background-size:100%;
  left:0;
  top:0;
  opacity:0;
  visibility:hidden;
}

.serv_box:hover:before{
  opacity:1;
  visibility:visible;
}

.serv_box img{
  border-radius:15px;
}

.serv_title{
  min-height:56px;
}

.serv_btn{
  font-size:15px;
  color:#030303;
  line-height:17px;
  background:#fff;
  border-radius:30px;
  padding:12px 25px;
}

.serv_box:hover .serv_btn{
  background:#13b7ed;
  color:#fff;
}

.test_section,
.blog_section{
  background:#c9edf9;
  border-radius:40px;
  margin:0 30px;
}

.sp-testimonial-free{
  background:#fff !important;
  border-radius:20px !important;
  padding:30px;
}

.sp-testimonial-content p{
  color:#030303;
  letter-spacing:.03em !important;
  text-align:left !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'Oscine Trial' !important;
  font-size:26px !important;
  color:#42b352 !important;
  line-height:28px !important;
  font-style:italic !important;
  text-align:left !important;
}

.sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.h_form_box{
  background:linear-gradient(to bottom, #7bc286, #c2ebc6);
  border-radius:40px 70px 40px 40px;
  clip-path: polygon(0px 0px, 100% 5%, 100% 100%, 0% 100%);
  padding:40px;
}

.form_rt_img img{
  border-radius:20px;
}

.form_rt_content{
  background:url(../images/form-rt-bg.png) no-repeat right bottom, #13b8ee;
  border-radius:20px;
  padding:25px 60px 25px 25px;
}

.form_rt_content .content{
  background:url(../images/tick-icon03.png) no-repeat left 5px;
  padding-left:58px;
}

.satisfaction_title{
  font-size:26px;
  line-height:32px;
  font-weight:600;
  margin-bottom:12px;
}

.faq_section{
  padding-bottom:65px;
}

.faq_big_title{
  color:#020202;
}

.faq_contact_box{
  background:#c4ecf9;
  border-radius:20px;
  padding:30px;
}

.faq_md_title{
  font-size:25px;
  color:#060606;
  line-height:32px;
  font-weight:500;
  margin-bottom:15px;
}

.faq_contact_title{
  font-size:30px;
  color:#040404;
  line-height:36px;
  font-weight:600;
  margin-bottom:20px;
}

.faq_contact_box a{
  font-size:20px;
  color:#fff;
  line-height:22px;
  font-weight:500;
  background:#045b8f;
  border-radius:30px;
  padding:10px 25px 10px 10px;
}

.faq_contact_box a:hover{
  background:#12b8ec;
}

.accordion-item{
  border:1px solid #d9eaf4 !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:20px;
  color:#020202;
  line-height:28px;
  font-weight:500;
  text-transform:inherit;
  background:#d9eaf4;
  box-shadow:none !important;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#d9eaf4;
  color:#020202;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(97%) contrast(103%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.blog_section{
  background:#41a656;
  margin-bottom:60px;
}

.blog_title{
  margin-bottom:0;
}

.blog_section .btn2{
  background:#c4ecf9;
}

.blog_section .btn2:hover{
  background:#0fb8ec;
}

.footer_top{
  background:linear-gradient(to bottom, #e8f7fc, #b8daed);
  border-radius:0 0 60px 60px;
  padding:50px 0 45px;
}

.footer_top .upper_sec{
  margin-bottom:40px;
}

.ft_newsletter_title{
  font-family: 'Oscine Trial';
  font-size:28px;
  color:#030303;
  line-height:35px;
  margin-bottom:20px;
}

.footer_title{
  font-family: 'Oscine Trial';
  font-size:25px;
  color:#062f47;
  line-height:28px;
  text-decoration:underline;
  margin-bottom:20px;
}

.ft_serv_link li{
  display:inline-block;
  width:49%;
  line-height:0;
  vertical-align:top;
  margin-bottom:10px;
}

.ft_serv_link li a,
.ft_contact li{
  font-size:16px;
  color:#040404;
  line-height:18px;
  letter-spacing:.02em;
}

.ft_serv_link li a:hover,
.ft_contact li a:hover{
  color:#1cb43d;
}

.ft_contact li{
  margin-bottom:15px;
}

.ft_contact li:last-child{
  margin-bottom:0;
}

.ft_contact li .icon{
  display:inline-block;
  width:21px;
  margin-right:10px;
}

.ft_contact li a{
  color:#040404;
}

.ft_abn_title{
  font-family: 'Oscine Trial';
  font-size:22px;
  color:#030303;
  line-height:24px;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .common_paragraph span{
  color:#025483;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#23983b;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#13b8ec;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:186px !important;
  padding:150px 0 130px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Oscine Trial';
  font-size:54px;
  color:#fff;
  line-height:60px;
  letter-spacing:.02em;
  text-shadow:2px 2px 2px rgba(0,0,0,.7);
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#533925;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-family: 'Oscine Trial';
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#a57442;
}

.inner_cont_sec .form_block{
  background:#a38153;
  border-radius:20px;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:22px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:10px;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#025483;
  border:none;
  border-radius:10px;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#13b8ee;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_bg_title{
  font-family: 'Oscine Trial';
  font-size:48px;
  color:#0f1540;
  line-height:56px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#13b8ec;
}

.inner_sm_title{
  font-family: 'Oscine Trial';
  font-size:26px;
  color:#020202;
  line-height:34px;
  font-weight:600;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: 'Oscine Trial';
  font-size:46px;
  color:#0f1540;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#025483;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#13b8ec;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#025483;
}

@media screen and (max-width:1366px){
  .serv_cont{
    min-height:260px;
  }


}

@media screen and (max-width:991px){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .head_logo{
    width:75px;
  }

  .home_banner{
    margin-top:90px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:90px !important;
  }

  
}

@media screen and (max-width:767px){
  .banner_desc{
    position:inherit !important;
  }

  .banner_content{
    width:100%;
    padding:25px 0 0;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    margin-bottom:12px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .work_section, 
  .test_section, 
  .h_form_section, 
  .blog_section{
    padding:35px 0;
  }

  .work_sm_title, 
  .about_sm_title, 
  .choose_sm_title, 
  .serv_sm_title, 
  .test_sm_title, 
  .form_sm_title, 
  .faq_sm_title, 
  .blog_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .work_bg_title, 
  .about_big_title, 
  .choose_big_title, 
  .serv_big_title, 
  .test_big_title, 
  .form_big_title, 
  .faq_big_title, 
  .blog_big_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:20px;
  }

  .work_title{
    font-size:22px;
    line-height:24px;
  }

  .about_list li{
    font-size:15px;
  }

  .choose_section{
    padding-top:135px;
  }

  .choose_section .mid_sec{
    margin-bottom:30px;
  }

  .choose_title, 
  .serv_title, 
  .blog_title{
    font-size:20px;
    line-height:26px;
  }

  .choose_section .lower_sec{
    margin-bottom:10px;
  }

  .counter_main{
    font-size:26px;
    line-height:28px;
  }

  .clean_process_box{
    bottom:-28px;
  }

  .clean_process_title{
    font-size:16px;
    line-height:18px;
    border-width:5px;
    padding:14px 25px;
  }

  .serv_section{
    padding:60px 0 35px;
  }

  .serv_cont{
    min-height:230px;
  }

  .serv_title{
    min-height:auto;
  }

  .serv_btn{
    font-size:14px;
    line-height:16px;
    padding:10px 16px;
  }

  .test_section, 
  .blog_section{
    border-radius:0;
    margin:0;
  }

  .sp-testimonial-free,
  .h_form_box,
  .faq_contact_box{
    padding:22px;
  }

  .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:22px !important;
    line-height:24px !important;
  }

  .contact_form .block .form-control{
    height:45px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .form_rt_content{
    padding:20px 50px 20px 20px;
  }

  .satisfaction_title{
    font-size:22px;
    line-height:28px;
  }

  .faq_section{
    padding-bottom:35px;
  }

  .faq_md_title{
    font-size:20px;
    line-height:26px;
  }

  .faq_contact_title{
    font-size:22px;
    line-height:28px;
  }

  .faq_contact_box a{
    font-size:17px;
    line-height:19px;
  }

  .accordion-button{
    font-size:18px;
    line-height:25px;
  }

  .footer_top{
    border-radius:0 0 40px 40px;
    padding:35px 0 30px;
  }

  .footer_top .upper_sec{
    margin-bottom:25px;
  }

  .ft_logo img{
    width:100px;
  }

  .ft_newsletter_title{
    font-size:22px;
    line-height:28px;
    margin-bottom:14px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
    margin-bottom:16px;
  }

  .ft_serv_link li a, 
  .ft_contact li{
    font-size:14px;
    line-height:16px;
  }

  .ft_abn_title{
    font-size:18px;
    line-height:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 70px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }

  
}

@media screen and (max-width:575px){
  .banner_list li{
    display:block;
    margin-bottom:10px;
  }

  .banner_list li:last-child{
    margin-bottom:0;
  }

  .work_box:after{
    display:none;
  }

  .about_section .thumb_about_box{
    border-radius:25px;
    padding:20px;
  }

  .about_img img{
    border-radius:25px;
  }

  .choose_box{
    min-height:auto;
  }

  .serv_cont{
    min-height:auto;
  }

  .ft_serv_link li{
    display:block;
    width:100%;
  }

  
}
