@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 ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#035399;
  border-radius:30px;
  padding:15px 23px;
}

.common_btn:hover{
  background:#27276b;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#27276b;
  border-radius:30px;
  padding:15px 23px;
}

.common_btn2:hover{
  background:#035399;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

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

.hd-logo{
  width:200px;
  transition:all 600ms ease-in-out; 
}

.hd-link ul{
  display:inline-block !important;
  background:#272669;
  border-radius:30px;
  padding:0 25px;
  position:relative;
  z-index:9;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:140px;
  }

}

.home-banner{
  background:url(../images/banner-bg.jpg) no-repeat center top;
  background-size:cover;
  margin-top:170px;
}

.banner-bg-title{
  font-size:48px;
  color:#202165;
  line-height:55px;
  padding-bottom:15px;
}

#app{
  display:inline-block;
  font-size:22px;
  line-height:24px;
  font-weight:600;
  background:#035399;
  margin-bottom:22px;
  padding:12px 20px;
}

.about-panel,
.service-panel,
.step-panel,
.choose-panel,
.testimonial-panel{
  padding:60px 0;
}

.about-bg-title,
.brand-bg-title,
.service-bg-title,
.h-cta-title,
.sell-bg-title,
.step-bg-title,
.choose-bg-title,
.testimonial-bg-title,
.get-title,
.quote-title,
.area-bg-title{
  font-size:46px;
  color:#27286e;
  line-height:54px;
  padding-bottom:20px;
}

.brand-panel{
  background:#1f1d5e;
  padding:45px 0;
}

.brand-panel .upper-panel{
  padding-bottom:40px;
}

.brand-bg-title{
  color:#9ad9fd;
}

.brand-bg-title span{
  display:block;
}

.b-logo-box{
	background:#fff;
	border-radius:8px;
	height:85px;
	line-height:60px;
	padding:12px 20px;
}

.service-bg-title,
.sell-bg-title,
.step-bg-title{
  color:#086da7;
  padding-bottom:35px;
}

.service-box{
  border:1px solid transparent;
  padding:10px;
}

.service-box:hover{
  border-color:#086da7;
}

.service-box .section{
  background:#12123c;
  box-shadow:0 4px 12px rgba(6,188,255,.4);
  min-height:365px;
  padding:30px;
}

.service-title,
.step-title,
.choose-title{
  font-size:24px;
  color:#b9e9fd;
  line-height:30px;
  font-weight:600;
  padding:18px 0 12px;
}

.service-btn{
  font-size:15px;
  color:#fff !important;
  line-height:17px;
  background:linear-gradient(to right, #096da7 0% , #2a368b 50% , #096da7 100%);
  background-size:200%;
  border-radius:30px;
  padding:12px 25px;
}

.service-btn:hover{
  background-position:right center;
}

.h-cta-panel{
  background:#2b378c;
  padding-top:35px;
}

.h-cta-img{
  margin-bottom:-50px;
}

.h-cta-btn a{
  font-size:16px;
  color:#181818 !important;
  line-height:20px;
  font-weight:600;
  background:url(../images/right-arrow01.png) no-repeat 15px center, #05d3ff;
  border-radius:20px 20px 20px 0;
  text-align:left;
  padding:14px 25px 14px 45px;
}

.h-cta-btn a:hover{
  border-radius:0 20px;
}

.sell-panel{
  padding:100px 0 60px;
}

.sell-img{
  overflow:hidden;
  border-radius:60px 0 0;
}

.sell-img img{
  border-radius:60px 0 0;
  transition:all 500ms ease-in-out;
}

.sell-img:hover img{
	transform:scale(1.1);
}

.step-panel{
  background:#cee0f0;
}

.step-box{
  background:#12123c;
  min-height:230px;
  padding:30px;
}

.choose-panel{
  background:url(../images/choose-bg.jpg) no-repeat center center;
  background-size:cover;
  background-attachment:fixed;
}

.choose-bg-title,
.testimonial-panel .upper{
  padding-bottom:35px;
}

.choose-bg-title span{
  color:#67baea;
}

.choose-box .icon{
  display:inline-block;
  width:80px;
  height:80px;
  line-height:66px;
  background:#2270bb;
  border:5px solid #fff;
  border-radius:50%;
  text-align:center;
}

.choose-box .text{
  display:inline-block;
  width:80%;
  vertical-align:top;
  padding-left:20px;
}

.choose-title{
  padding:0 0 12px;
}

.home-form{
  background:#27276d;
}

.home-form .lt-side,
.home-form .rt-side{
  padding:40px 0;
}

.h-ft-contact li{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  margin-bottom:25px;
}

.h-ft-contact li:last-child{
  margin-bottom:0;
}

.h-ft-contact li span{
  display:inline-block;
  width:25px;
  margin-right:10px;
}

.h-ft-contact li a{
  color:#fff;
}

.h-ft-contact li a:hover{
  color:#67baea;
}

.testimonial-box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial-box .sp-testimonial-content p{
  color:#181818;
  background:#d4effc !important;
  border-radius:15px !important;
  padding:25px !important;
  position:relative;
}

.testimonial-box .sp-testimonial-content p:after{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:50px 50px 0 0;
  border-color:#d4effc transparent transparent transparent;
  transform:rotate(0deg);
  left:15%;
  bottom:-50px;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:26px !important;
  color:#008aff !important;
  line-height:28px !important;
  font-weight:600 !important;
}

.home-form:after{
  content:"";
  position:absolute;
  width:20%;
  height:100%;
  background:#086da7;
  right:0;
  top:0;
}

.home-form .rt-side{
  background:#086da7;
  z-index:9;
}

.home-form .rt-side:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:0 120px 583px 0;
  border-color:transparent #086da7 transparent transparent;
  transform:rotate(0deg);
  left:-120px;
  top:0;
}

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

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

.ft-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

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

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

.ft-link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.ft-link li a:hover{
  color:#67baea;
}

.footer-bottom{
  padding:20px 0;
}

.footer-bottom .text-common a{
  color:#282b73;
}

#back-button {
  display:inline-block;
  background-color:#272669;
  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-bg.jpg) no-repeat center center;
  background-size:cover;
  margin-top:170px !important;
  padding:120px 0 100px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:left;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#272669;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#086da7;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
  font-weight:500;
}

.contact-main a{
  color:#1c1c1c;
}

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

.thumb-conatct .form-box{
  background:#086da7;
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

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

.contact-form .block .form-control{
  height:46px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

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

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% 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{
  display:block;
  width:100%;
  text-align:center;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:linear-gradient(to right, #27286b 0% , #05569b 50% , #27286b 100%);
  background-size:200%;
  border:1px solid #67baea;
  border-radius:0;
  transition:all 500ms ease-in-out;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background-position:right center;
  color:#fff;
}

.contact-form .block .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:#fff;
  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-sec .img-box{
	overflow:hidden;
}

.inner-sec .img-box img{
	transition:all 500ms ease-in-out;
}

.inner-sec .img-box:hover img{
	transform:scale(1.1);
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#035399;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.inner-sec .testimonial-box{
  border-bottom:none;
  padding-bottom:0;
}

.inner-sec .sp-testimonial-client-image{
  bottom:65px;
}

.about-inner-box{
  min-height:250px;
}

.about-inner-title{
  font-size:22px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.serv-inner-box{
  border:1px solid transparent;
  min-height:305px;
  transition:all 500ms ease-in-out;
}

.serv-inner-box:hover{
	border-color:#035399;
}

.accommodation-service .serv-inner-box{
  min-height:245px;
}

.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;
	text-transform:inherit;
	padding:14px 20px;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#272669;
	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;
}

.area-list li{
  display:inline-block;
  width:24%;
  background:url(../images/location-icon0102.png) no-repeat left center;
  vertical-align:top;
  margin-bottom:12px;
  padding-left:28px;
}

.area-list li a{
  font-size:16px;
  color:#020202;
  line-height:25px;
  font-weight:500;
}

.area-list li a:hover{
  color:#035399;
}

.hd-link li#menu-item-317 .sub-menu{
	width:1100px;
	right:-470px;
	padding:15px 0 5px;
}

.hd-link li#menu-item-317 .sub-menu li{
	float:left;
	width:25%;
	border-bottom:none;
	padding:0 0 12px;
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#27276b;
  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;
  background:#27276b;
  padding:15px 20px;
}

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

@media screen and (max-width:1366px){



}

@media screen and (max-width:991px){
  .navbar-default{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .navbar-default:after{
    display:none;
  }

  .hd-logo{
    width:110px;
  }

  .home-banner{
    margin-top:98px;
  }

  .choose-box .text{
    width:74%;
  }

  .footer-bottom{
    padding-bottom:70px;
  }

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

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

  .thumb-conatct .section .text{
    width:72%;
  }


}

@media screen and (max-width:767px){
  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    color:#fff;
    line-height:36px;
  }

  #app{
    font-size:16px;
    line-height:20px;
    padding:10px 10px;
  }

  .common_btn,
  .common_btn2,
  .service-btn,
  .contact-form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about-panel, 
  .service-panel, 
  .step-panel, 
  .choose-panel, 
  .testimonial-panel{
    padding:35px 0;
  }

  .about-bg-title, 
  .brand-bg-title, 
  .service-bg-title, 
  .h-cta-title, 
  .sell-bg-title, 
  .step-bg-title, 
  .choose-bg-title, 
  .testimonial-bg-title, 
  .get-title, 
  .quote-title,
  .inner-title,
  .cta-title,
  .area-bg-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:16px;
  }
	
	.inner-sm-title,
	.about-inner-title{
		font-size:18px;
		line-height:25px;
	}
	
	.serv-inner-box{
		min-height:auto;
	}

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

  .inner-list li{
    font-size:14px;
    line-height:20px;
  }

  .brand-panel{
    padding:30px 0;
  }

  .service-box .section,
  .step-box{
    min-height:auto;
    padding:25px;
  }

  .service-title, 
  .step-title, 
  .choose-title{
    font-size:20px;
    line-height:26px;
  }

  .service-btn{
    padding:10px 20px;
  }

  .h-cta-btn a{
    font-size:14px;
    line-height:18px;
  }

  .sell-panel{
    padding:70px 0 35px;
  }

  .choose-bg-title, 
  .testimonial-panel .upper,
  .get-title{
    padding-bottom:28px;
  }

  .choose-box .icon{
    width:65px;
    height:65px;
    line-height:50px;
  }

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

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

  .testimonial-box .sp-testimonial-content p:after{
    border-width:30px 30px 0 0;
    left:10%;
    bottom:-30px;
  }

  .home-form:after,
  .home-form .rt-side:before{
    display:none;
  }

  .home-form .rt-side{
    background:none;
  }

  .home-form .lt-side{
    padding:30px 0;
  }

  .home-form .rt-side{
    padding:0 0 30px;
  }

  .h-ft-contact li{
    font-size:16px;
    line-height:18px;
  }

  .contact-form .block .form-control{
    font-size:14px;
    height:42px;
  }

  .footer-top{
    padding:30px 0 25px;
  }

  .ft-logo{
    width:140px;
  }

  .ft-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .abn-title{
    font-size:18px;
  }

  .ft-link li a{
    font-size:14px;
  }

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

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

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

  .contact-main{
    font-size:15px;
    line-height:20px;
  }
	
	.accordion-button{
		font-size:16px;
		line-height:22px;
		padding:12px 20px;
	}

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.area-list li{
		width:49%;
	}

  
}

@media screen and (max-width:575px){
  .choose-box .text{
    width:78%;
    padding-left:12px;
  }

  .h-ft-contact li{
    margin-bottom:18px;
  }
	
	.area-list li{
		width:100%;
	}

  
}

