@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#000; 
  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:.03em;
  background:#72c851;
  padding:15px 25px;
}

.btn1:hover{
  background:#06a3c5;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#06a3c5;
  padding:15px 25px;
}

.btn2:hover{
  background:#72c851;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#040404;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out; 
}

.head_top{
  background:#3559a6;
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

.head_contact li a,
.head_social a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

.head_contact li a:hover,
.head_social a:hover{
  color:#b0dd5e;
}

.head_logo{
  width:110px;
  transition:all 500ms ease-in-out;
}

.head_right{
  background:#0485bd;
  padding:50px 30px;
  transition:all 500ms ease-in-out;
}

.head_btn a{
  font-size:16px;
  color:#06a3c5;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#fff;
  padding:15px 25px;
}

.head_btn a:hover{
  background:#72c851;
  color:#fff;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .head_top{
    margin-top:-49px;
  }

  .navbar-default.navbar-fixed .head_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

  .navbar-default.navbar-fixed .head_logo{
    width:75px;
  }

  .navbar-default.navbar-fixed .head_right{
    padding:30px 30px;
  }

}

.home_banner{
  margin-top:220px;
  padding:15px 0;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:38.4%;
  height:100%;
  background:#06a3c5;
  right:0;
  top:0;
}

.banner_sm_heading{
  font-size:20px;
  color:#06a3da;
  line-height:22px;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.banner_big_heading{
  font-size:52px;
  color:#020202;
  line-height:60px;
  margin-bottom:20px;
}

.banner_big_heading span,
.about_big_heading span,
.serv_big_heading span,
.choose_big_heading span,
.team_big_heading span,
.it_big_heading span,
.test_big_heading span{
  color:#9be053;
}

.banner_img{
  z-index:999;
}

.work_block{
  padding:65px 0;
}

.work_block .top_block,
.serv_block .upper_block,
.team_block .top_block,
.test_block .upper_block{
  margin-bottom:35px;
}

.work_sm_heading,
.about_sm_heading,
.serv_sm_heading,
.choose_sm_heading,
.team_sm_heading,
.it_sm_heading,
.test_sm_heading{
  font-size:20px;
  color:#06a3da;
  line-height:22px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.work_big_heading,
.about_big_heading,
.serv_big_heading,
.choose_big_heading,
.team_big_heading,
.it_big_heading,
.test_big_heading{
  font-size:48px;
  color:#010101;
  line-height:56px;
  margin-bottom:20px;
}

.work_box{
  width:320px;
  height:320px;
  border:3px solid #00e9e1;
  border-radius:50%;
  margin:0 auto;
}

.work_box:after{
  content:"";
  position:absolute;
  width:40px;
  height:30px;
  background:url(../images/right-arrow01.png) no-repeat right center;
  background-size:100%;
  right:-82px;
  top:0;
  bottom:0;
  margin:auto 0;
}

.work_block .col-lg-4:last-child .work_box:after,
.team_block .col-lg-4:last-child .team_mem_img:after{
  display:none;
}

.work_box .block{
  width:280px;
  height:280px;
  border-radius:50%;
  margin:20px;
  padding:35px 25px 0;
}

.work_heading{
  font-size:20px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  margin-bottom:10px;
}

.work_number{
  font-size:20px;
  color:#fff;
  line-height:40px;
  font-weight:600;
  background:#9be053;
  width:40px;
  height:40px;
  border-radius:50%;
  text-align:center;
  margin:0 auto;
}

.about_block,
.serv_block,
.choose_block,
.team_block,
.it_serv_block,
.test_block{
  padding-bottom:65px;
}

.about_image{
  background:url(../images/logo-icon01.png) no-repeat left top;
  background-size:120px;
}

.about_big_img img{
  position:relative;
}

.about_big_img:before{
  content:"";
  position:absolute;
  width:92%;
  height:85%;
  background:#06a3da;
  left:0;
  bottom:0;
}

.about_big_img:after{
  content:"";
  position:absolute;
  width:90%;
  height:85%;
  background:#06a3da;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
  z-index:-1;
}

.serv_box{
  background:#00a5c8;
}

.serv_box .upper{
  padding:15px;
}

.serv_img img{
  border:3px solid #fff;
}

.serv_icon{
  width:55px;
  height:55px;
  line-height:50px;
  background:#fff;
  border:2px solid #9be053;
  border-radius:50%;
  text-align:center;
  margin:-28px auto 0;
}

.serv_heading{
  font-size:20px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.03em;
  min-height:56px;
  margin:16px 0 12px;
}

.serv_cont .common_paragraph{
  display:none;
}

.serv_box:hover .serv_cont .common_paragraph,
.serv_box:hover .lower a{
  display:block;
}

.serv_box .lower a{
  display:block;
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#0fc944;
  padding:12px 20px;
  display:none;
}

.choose_cont .section{
  border-bottom:1px solid #040404;
  margin-bottom:15px;
  padding-bottom:15px;
}

.choose_cont .section:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.choose_heading,
.team_mem_name{
  font-size:22px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:10px;
}

.choose_heading span{
  font-weight:700;
}

.team_mem_img:after{
  content:"";
  position:absolute;
  width:50px;
  height:30px;
  background:url(../images/left-arrow01.png) no-repeat left center;
  background-size:100%;
  right:-38px;
  top:0;
  bottom:0;
  margin:auto 0;
}

.team_mem_name{
  margin-top:16px;
}

.it_benefit_box{
  background:#00a5c8;
  padding:30px;
}

.it_benefit_heading{
  font-size:32px;
  line-height:40px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.benefit_list li{
  font-size:17px;
  color:#fff;
  line-height:24px;
  letter-spacing:.03em;
  margin-bottom:10px;
  padding-left:20px;
  position:relative;
}

.benefit_list li:last-child{
  margin-bottom:0;
}

.benefit_list li:before{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  background:#fff;
  left:0;
  top:7px;
}

.it_md_heading{
  font-size:28px;
  color:#040404;
  line-height:35px;
  font-weight:600;
  margin-bottom:20px;
}

.benefit_list.it_serv_list li{
  color:#050505;
}

.benefit_list.it_serv_list li:before{
  background:#9be053;
}

.test_box{
  width:70%;
  margin:0 auto;
}

.sp-testimonial-content p{
  color:#020202 !important;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-size:24px !important;
  color:#0485bd !important;
  line-height:26px !important;
  font-weight:700 !important;
  letter-spacing:.03em !important;
  font-style:italic !important;
}

.footer_top{
  background:#0056b1;
  padding:30px 0 40px;
}

.footer_top .top_block{
  padding:30px 0;
}

.footer_map iframe{
  width:100%;
  height:200px;
  margin-bottom:0;
}

.footer_top .bottom_block{
  padding-top:35px;
}

.footer_heading{
  font-size:24px;
  color:#cbf776;
  line-height:26px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#c7f56d;
}

.footer_contact li{
  line-height:22px;
  margin-bottom:12px;
}

.footer_contact li .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:10px;
}

.footer_contact li a{
  color:#fff;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#72c851;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#1157ad;
}

#back-button {
  display:inline-block;
  background-color:#9be053;
  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/inner-banner01.jpg) no-repeat center center;
  background-size:cover;
  margin-top:196px !important;
  padding:130px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:2px 2px 2px rgba(0,0,0,.7);
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  line-height:75px;
  background:#0485bd;
  text-align:center;
}

.inner_cont_sec .section .text{
  width:75%;
}

.contact-title{
  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:#72c851;
}

.inner_cont_sec .form_block{
  background:#00a5c8;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:1px solid #fff;
  background:none;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#fff;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#fff;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.home .contact_form .block textarea.form-control{
  height:52px;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center !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:#72c851;
  border:none;
  border-radius:30px;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#3559a6;
  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-size:48px;
  color:#000000;
  line-height:56px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#9BE053;
}

.inner_sm_title{
  font-size:26px;
  color:#000000;
  line-height:34px;
  letter-spacing:.03em;
	font-style: normal;
	font-weight: bold;
}

.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-size:46px;
  color:#000000;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0485bd;
  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:#010101;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#9be053;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#0485bd;
  color:#fff;
}

.serv_inner_title{
	font-size:22px;
	color:#020202;
	line-height:30px;
	font-weight:600;
}

.serv_icon_box{
	min-height:280px;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

.accordion-item:last-child{
	margin-bottom:0;
}

.accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	letter-spacing:.03em;
	text-transform:inherit;
	padding:14px 20px;
}

.accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#0485bd;
	color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
	filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.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;
}

@media screen and (max-width:1366px){
  .home_banner:after{
    width:33.4%;
  }

  .work_box:after{
    right:-54px;
  }


}

@media screen and (max-width:991px){
  .head_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .head_logo{
    width:75px;
  }

  .home_banner{
    margin-top:150px;
  }

   .home_banner:after{
    width:26.3%;
   }

   .test_box{
      width:100%;
   }

   .footer_bottom{
    padding-bottom:70px;
   }

   #back-button{
    right:20px;
    bottom:35px;
   }

   .page .entry-header, 
   .error404 .page-header{
    margin-top:114px !important;
   }

  
}

@media screen and (max-width:767px){
  .home_banner{
    padding:0;
  }

  .home_banner:after,
  .work_box:after,
  .team_mem_img:after{
    display:none;
  }

  .banner_sm_heading{
    font-size:18px;
    line-height:20px;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    margin-bottom:14px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .work_block{
    padding:35px 0;
  }

  .work_block .top_block, 
  .serv_block .upper_block, 
  .team_block .top_block, 
  .test_block .upper_block{
    margin-bottom:20px;
  }

  .work_sm_heading, 
  .about_sm_heading, 
  .serv_sm_heading, 
  .choose_sm_heading, 
  .team_sm_heading, 
  .it_sm_heading, 
  .test_sm_heading{
    font-size:16px;
    line-height:18px;
  }

  .work_big_heading, 
  .about_big_heading, 
  .serv_big_heading, 
  .choose_big_heading, 
  .team_big_heading, 
  .it_big_heading, 
  .test_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:36px;
    margin-bottom:16px;
  }

  .about_block, 
  .serv_block, 
  .choose_block, 
  .team_block, 
  .it_serv_block, 
  .test_block{
    padding-bottom:35px;
  }

  .choose_heading, 
  .team_mem_name{
    font-size:20px;
    line-height:28px;
  }

  .it_benefit_box{
    padding:25px;
  }

  .it_benefit_heading{
    font-size:25px;
    line-height:32px;
    margin-bottom:15px;
  }

  .benefit_list li{
    font-size:15px;
    line-height:22px;
  }

  .it_md_heading{
    font-size:22px;
    line-height:30px;
    margin-bottom:15px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }
	
	.accordion-body {	
	color: #000000 !important;
	}

  .footer_top{
    padding:12px 0 30px;
  }

  .footer_top .top_block{
    padding:20px 0;
  }

  .footer_logo img{
    width:80px;
  }

  .footer_heading{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
  }

  .footer_contact li{
    margin-bottom:10px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 65px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_sm_title{
		font-size:22px;
		line-height:30px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		word-break:break-all;
	}
	
	.contact_form .block .form-control{
		height:45px;
		font-size:14px;
	}
	
	.contact_form .block textarea.form-control{
		height:90px;
	}
	
	.serv_icon_box{
		min-height:auto;
	}
	
	.serv_inner_title{
		font-size:18px;
		line-height:25px;
	}

  
}

@media screen and (max-width:575px){
  .serv_heading{
    min-height:auto;
  }

  
}
