@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff;
  overflow-x:hidden; 
  color:#fff; 
  font-family: "Mulish", 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:18px;
  color:#030303;
  line-height:20px;
  font-weight:600;
  background:linear-gradient(to right, #ffc547 0%, #ff802a 50%, #ffc547 100%);
  background-size:200%;
  border-radius:30px;
  padding:14px 25px;
}

.btn1:hover,
.btn2:hover{
  background-position:right center;
  color:#030303;
}

.btn2{
  font-size:18px;
  color:#030303;
  line-height:20px;
  font-weight:600;
  background:linear-gradient(to right, #ff802a 0%, #ffc547 50%, #ff802a 100%);
  background-size:200%;
  border-radius:30px;
  padding:14px 25px;
}

.common_paragraph{
  font-size:18px;
  color:#030303;
  line-height:28px;
  font-weight:500;
  letter-spacing:.02em;
  margin-bottom:20px;
}
/* ==== extra style css ==== */
  /*custom margin*/
  .mx-xl{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
   /*img styling*/
.radious-img{
  border-radius: 10px 10px 10px 10px;
  /*border: 3px solid #1D4ED8;*/
}
   /* box colors*/

.bg-blue{
  background-color: #3C5FAF !important; 
}
.bg-lightblue{
  background-color: #00649D !important; 
}
   /* box properties*/
.border-box{
	background-color: #fff !important;
	border: 3px solid #3C5FAF;
}
.img-box{
  border-radius:20px;  
  background-color: #3C5FAF;
}
.img-box img{
  border-radius: 20px 20px 0px 0px;  
}
   /* box sizes*/
.box-xl{
  min-height: 900px !important;
}
.box-lg{
  min-height: 700px !important;
}
.box-md{
  min-height: 660px !important;
}
.box-md-sm{
  min-height: 535px !important;
}
.box-sm{
  min-height: 100px !important;
}
  /* badge feature button*/
.badge-btn{
  background:#073255; 
  color:#fff; 
  font-size:14px;
}
.badge-btn-alt{
  background:#C2DCD6; 
  color:#073255; 
  font-size:14px;
}
  /* floating effect*/
  .float-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
  .float-btn:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }
  .float-btn:active {
      transform: translateY(-1px);
  }
  /* sink-button effect*/
  .sink-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
    .sink-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

  /*..
  *..custom table design..*
  ..*/  
  /* Custom Table Design */
	.why-us-table {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
	}

	.why-us-table th,
	.why-us-table td {
    padding: 1rem;
    vertical-align: middle;
	}

	.why-us-table thead th {
    background: linear-gradient(90deg, #FFC346 0%, #FF862D 100%);
    color: #fff;
    font-weight: 600;
    border: none;
	}

	.why-us-table tbody tr:nth-child(even) {
    background-color: #fff8f1;
	}

	.why-us-table tbody tr:hover {
    background-color: #fff2de;
    transition: background-color 0.3s ease;
	}

	.why-us-table td {
    border-color: #f1f1f1;
	}

	.why-us-table td:first-child {
    width: 28%;
    font-weight: 600;
    color: #333;
	}
 /*..
  *..inner page accordian design..*
  ..*/
  /*.custom-accordian .accordion-item .accordion-button{
       color: #fff !important;
       background-color: #E2E7F3 !important;
  }
  .custom-accordian .accordion-item .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #3C5FAF !important;    
  }
  .custom-accordian .accordion-item .accordion-button:focus{
       box-shadow: none !important;
  }*/
			/* accirdian button filter effect*/
  /*.custom-accordian .accordion-item .accordion-button::after{
       filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%) !important;
  }*/
/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 500ms ease-in-out; 
}

.header_logo{
  width:120px;
  transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#030303;
    padding:12px;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:70px;
  }

}

.home_banner:after{
  content:"";
  position:absolute;
  width:100%;
  height:204px;
  background:url(../images/banner-btm-design.png) no-repeat right bottom;
  background-size:100%;
  left:0;
  bottom:0;
}

.banner_desc{
  left:0;
  bottom:28%;
}

.banner_content{
  z-index:999;
}

.banner_bg_title{
  font-size:52px;
  line-height:60px;
  margin-bottom:20px;
}

.about_block,
.serv_block,
.choose_block,
.h_test_block,
.faq_block{
  padding-bottom:65px;
}

.about_image{
  margin-top:-60px;
}

.about_content{
  padding-top:40px;
}

.about_sm_title,
.serv_sm_title,
.choose_sm_title,
.career_sm_title,
.test_sm_title,
.faq_sm_title{
  font-size:22px;
  color:#ff8934;
  line-height:24px;
  letter-spacing:.04em;
  margin-bottom:10px;
}

.about_big_title,
.serv_big_title,
.choose_big_title,
.career_big_title,
.test_big_title,
.faq_bg_title{
  font-size:48px;
  color:#030303;
  line-height:56px;
  margin-bottom:25px;
}

.serv_img:before{
  content:"";
  position:absolute;
  width:75px;
  height:75px;
  background:url(../images/serv-img-design.png) no-repeat left top;
  background-size:100%;
  left:0;
  top:0;
}

.serv_box:hover .serv_img:before{
  filter:invert(40%) sepia(59%) saturate(6398%) hue-rotate(345deg) brightness(170%) contrast(101%);
}

.serv_img img{
  border-radius:50%;
  position:relative;
}

.serv_title{
  font-size:20px;
  color:#040404;
  line-height:26px;
  font-weight:700;
  letter-spacing:.02em;
  min-height:78px;
  margin:20px 0 15px;
}

.serv_content a img{
  opacity:.7;
}

.serv_box:hover .serv_content a img{
  opacity:1;
}

.choose_img img{
  border-radius:20px;
}

.choose_box{
  margin-bottom:15px;
}

.choose_box:last-child{
  margin-bottom:0;
}

.choose_box .icon{
  display:inline-block;
  width:65px;
  height:65px;
  line-height:65px;
  background:linear-gradient(to bottom, #ffcc4c, #ff9438);
  border-radius:50%;
  text-align:center;
}

.choose_box .content{
  display:inline-block;
  width:88%;
  vertical-align:top;
  padding-left:15px;
}

.choose_title{
  font-size:22px;
  color:#040404;
  line-height:28px;
  margin-bottom:10px;
}

.h_form_block{
  background:#ff9136;
  padding:100px 0;
}

.h_form_block:before{
  content:"";
  position:absolute;
  width:100%;
  height:85px;
  background:url(../images/form-top-design.png) no-repeat left top;
  background-size:100%;
  left:0;
  top:0;
}

.h_form_block:after{
  content:"";
  position:absolute;
  width:100%;
  height:102px;
  background:url(../images/form-btm-design.png) no-repeat left bottom;
  background-size:100%;
  right:0;
  bottom:0;
}

.career_block{
  padding:65px 0;
}

.logo_icon_box{
  margin-bottom:-30px;
  z-index:9;
}

.referral_cont_box{
  background:linear-gradient(to bottom, #636363, #030403);
  padding:90px 30px 95px;
}

.referral_cont_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:67px;
  background:url(../images/referral-before-img.png) no-repeat center top;
  background-size:100%;
  left:0;
  top:0;
}

.referral_cont_box:after{
  content:"";
  position:absolute;
  width:100%;
  height:74px;
  background:url(../images/referral-after-img.png) no-repeat center bottom;
  background-size:100%;
  left:0;
  bottom:0;
}

.referral_title{
  font-size:32px;
  line-height:38px;
  letter-spacing:.02em;
  margin-bottom:15px;
}

.referral_btn{
  margin-top:-35px;
}

.sp-testimonial-client-image{
  margin-bottom:-50px !important;
}

.sp-testimonial-client-image img{
  border:4px solid #ff802a !important;
}

.sp-testimonial-free:hover .sp-testimonial-client-image img{
  border-color:#fff !important;
}

.sp-testimonial-client-testimonial{
  margin-bottom:0 !important;
}

.sp-testimonial-content p{
  font-size:18px !important;
  color:#030303;
  line-height:28px !important;
  font-weight:500 !important;
  background:#ffe0c3 !important;
  border-radius:12px 12px 0 0 !important;
  margin-bottom:0 !important;
  padding:65px 20px 20px !important;
}

.sp-testimonial-free:hover .sp-testimonial-content p,
.sp-testimonial-free:hover .sp-testimonial-client-name{
  color:#fff !important;
  background:#ff802a !important;
}

.sp-testimonial-client-name{
  font-size:24px !important;
  color:#020202 !important;
  line-height:26px !important;
  font-weight:700 !important;
  font-style:italic !important;
  background:#ffe0c3 !important;
  border-radius:0 0 12px 12px !important;
  margin-bottom:0 !important;
  padding:0 20px 20px !important;
}

.faq_content{
  width:635px;
}

.accordion-item{
  border:1px solid #ff8d35 !important;
  margin-bottom:10px;
}

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

.accordion-button{
  font-size:20px;
  color:#030303;
  line-height:28px;
  font-weight:700;
  text-transform:inherit;
  padding:14px 20px;
}

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

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

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

.h_map_block iframe{
  width:100%;
  height:500px;
  border-radius:30px 0 0 30px;
  margin-bottom:0;
}

#footer{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:50px 0 30px;
}

#footer:before{
  content:"";
  position:absolute;
  width:100%;
  height:206px;
  background:url(../images/footer-top-design.png) no-repeat left top;
  background-size:100%;
  left:0;
  top:0;
}

.footer_mid{
  border-bottom:1px solid #fff;
  margin-bottom:30px;
  padding-bottom:40px;
}

.footer_title{
  font-size:25px;
  line-height:28px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

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

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

.footer_link li a,
.ft_contact_title,
.ft_contact_main,
.ft_social a{
  font-size:17px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.ft_contact_main a:hover{
  color:#fdbf49;
}

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

.ft_contact .block .icon{
  display:inline-block;
  width:20px;
  text-align:center;
}

.ft_contact .block .text{
  display:inline-block;
  width:94%;
  vertical-align:top;
  padding-left:12px;
}

.ft_contact_title{
  font-weight:600;
  margin-bottom:6px;
}

.ft_contact_main{
  line-height:22px;
}

.ft_contact_main a{
  color:#fff;
}

.ft_abn_title{
  font-size:24px;
  line-height:26px;
  letter-spacing:.03em;
}

.footer_bottom .common_paragraph span{
  color:#f97b25;
  font-weight:700;
}

.footer_bottom .common_paragraph a{
  color:#ffd956;
}

#back-button {
  display:inline-block;
  background-color:#ff802a;
  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 !important;
  background-size:cover;
  padding:320px 0 150px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:52px;
  color:#fff;
  line-height:60px;
  font-weight:700;
  letter-spacing:.02em;
  text-align:center;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#ff802a;
  line-height:75px;
  border-radius:20px 20px 0 20px;
  text-align:center;
}

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

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:700;
  letter-spacing:.03em;
}

.contact-main{
  font-size:18px;
  color:#020202;
  line-height:24px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#ff802a;
}

.inner_cont_sec .form_block{
  background:#ff9136;
  border-radius:20px;
}

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

.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:none;
  background:#fff;
  font-size:16px;
  color:#040404;
  line-height:20px;
  padding:10px 20px;
}

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

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

.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{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  letter-spacing:.03em;
  background:#dc6400;
  border-radius:30px;
  text-transform:uppercase;
  border:none;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#fff;
  color:#dc6400;
}

.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:#030303;
  line-height:42px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#ea770d;
}

.inner_sm_title{
  font-size:26px;
  color:#050505;
  line-height:34px;
  font-weight:700;
  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-size:46px;
  color:#040404;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#525a61;
  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:#030303;
  line-height:17px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#ff802a;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#ffc547;
}

#rmp-menu-wrap-49 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
  .faq_content{
    width:550px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    background:#020202;
    padding:12px 0;
  }

  .header_logo{
    width:70px;
  }

  .home_banner{
    margin-top:125px;
  }

  #footer{
    padding-bottom:75px;
  }

  .ft_contact .block .text{
    width:90%;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:125px !important;
    padding:120px 0 100px !important;
  }
	
	.contact-main{
		word-break:break-all;
	}


}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    margin-bottom:12px;
  }

  .common_paragraph{
    font-size:16px;
    line-height:24px;
  }

  .btn1,
  .btn2{
    font-size:15px;
    line-height:17px;
    padding:12px 20px;
  }

  .about_block, 
  .serv_block, 
  .choose_block, 
  .h_test_block, 
  .faq_block{
    padding-bottom:35px;
  }

  .about_image{
    margin-top:0;
  }

  .about_content{
    padding-top:0;
  }

  .about_sm_title, 
  .serv_sm_title, 
  .choose_sm_title, 
  .career_sm_title, 
  .test_sm_title, 
  .faq_sm_title{
    font-size:20px;
    line-height:22px;
  }

  .about_big_title, 
  .serv_big_title, 
  .choose_big_title, 
  .career_big_title, 
  .test_big_title, 
  .faq_bg_title,
  .inner_bg_title, 
.cta_bg_title{
    font-size:28px;
    line-height:36px;
    margin-bottom:20px;
  }
	
	.inner_sm_title{
	  font-size: 22px;
	  line-height:28px;
	} 

  .serv_title{
    font-size:18px;
    line-height:24px;
  }

  .choose_box .content{
    width:85%;
  }

  .choose_title{
    font-size:20px;
    line-height:26px;
  }

  .h_form_block{
    padding:60px 0;
  }

  .h_form_block:before{
    height:35px;
  }

  .h_form_block:after{
    height:42px;
  }

  .contact_form .block .form-control{
    height:45px;
    font-size:14px;
  }

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

  .contact_form .block .btn{
    font-size:16px;
    line-height:18px;
    padding:12px 20px;
  }

  .career_block{
    padding:35px 0;
  }

  .referral_title{
    font-size:25px;
    line-height:32px;
  }

  .sp-testimonial-content p{
    font-size:16px !important;
    line-height:24px !important;
    min-height:auto;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .accordion-button{
    font-size:18px;
    line-height:26px;
  }

  .h_map_block iframe{
    height:260px;
  }

  .faq_content{
    width:100%;
  }

  #footer:before{
    height:82px;
  }

  .footer_top img{
    width:100px;
  }

  .footer_mid{
    padding-bottom:30px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
    margin-bottom:16px;
  }

  .footer_link li a, 
  .ft_contact_title, 
  .ft_contact_main, 
  .ft_social a{
    font-size:15px;
  }

  .ft_contact .block{
    margin-bottom:12px;
  }

  .ft_abn_title{
    font-size:20px;
    line-height:22px;
  }

  .page .entry-header, 
  .error404 .page-header{
    background-position:center center !important;
    padding:90px 0 80px !important;
  }

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

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.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;
		line-height:22px;
	}
	
	/* img-box properties*/
  .img-box, .img-box-sm, .box-xl, .box-lg, .box-md, .box-md-sm, .box-sm{
    min-height: auto !important;
  	padding: 0px;
  }
		
	
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:330px;
    object-fit:cover;
  }

  .banner_desc{
    bottom:18%;
  }

  .serv_title{
    min-height:auto;
  }

  .choose_box .content{
    width:78%;
  }

  
}
