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

p{
  margin-bottom: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:#ed602a;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#2491b5;
  color:#fff;
}

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

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

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  padding-bottom:20px;
}

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

.navbar-default:after{
  content:"";
  position:absolute;
  width:25%;
  height:48px;
  background:#2490b2;
  right:0;
  top:0;
  transition:all 600ms ease-in-out; 
}

.header_logo{
  width:300px;
  margin-bottom:-20px;
  padding-top:15px;
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#2490b2;
  border-radius:30px 0 0 30px;
  padding:12px 0 12px 35px;
  transition:all 600ms ease-in-out; 
  z-index:9;
}

.header_contact li span{
  margin-right:8px;
}

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

.header_contact li a:hover{
  color:#f5c036;
}

.header_bottom{
  padding-top:30px;
  transition:all 600ms ease-in-out; 
}

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

  .navbar-default.navbar-fixed:after{
    top:-48px;
  }

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

  .navbar-default.navbar-fixed .header_top{
    margin-top:-48px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    padding-top:28px;
  }

}

.home_banner{
  margin-top:158px;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(246,191,65,.6);
  left:0;
  top:0;
}

.home_banner .desc{
  left:0;
  bottom:25%;
}

.banner_content{
  width:65%;
  max-width:100%;
  margin:0 auto;
}

.banner_bg_title{
  font-size:52px;
  line-height:60px;
  letter-spacing:.03em;
  text-shadow:1px 1px 4px rgba(0,0,0,0.8);
  padding-bottom:20px;
}

.banner_content .text-common{
  text-shadow:1px 1px 4px rgba(0,0,0,0.8);
}

.service_panel,
.van_size_panel{
  padding:65px 0;
}

.service_bg_title,
.move_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.faq_bg_title{
  font-size:48px;
  color:#386464;
  line-height:56px;
  padding-bottom:30px;
}

.service_bg_title span,
.choose_bg_title span,
.testimonial_bg_title span,
.faq_bg_title span{
  font-size:38px;
  color:#778d8e;
  line-height:46px;
  font-weight:600;
}

.service_box{
  border:3px solid #ef632d;
  border-radius:200px 200px 0 0;
  overflow:hidden;
}

.service_panel .col-lg-4:nth-child(2n) .service_box{
  border-color:#2293b7;
}

.service_panel .col-lg-4:nth-child(3n) .service_box{
  border-color:#f5bd3a;
}

.service_content{
  padding:25px;
}

.service_title{
  font-size:22px;
  color:#020202;
  line-height:26px;
  font-weight:600;
  margin-bottom:18px;
  padding-bottom:15px;
}

.service_title:after{
  content:"";
  position:absolute;
  width:85px;
  height:3px;
  background:#1e4c4f;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.move_panel,
.faq_panel{
  background:url(../images/move-bg.png) no-repeat center center, #ec602a;
  background-size:cover !important;
  padding:50px 0;
}

.move_contact_title{
  font-size:24px;
  line-height:26px;
  font-weight:500;
  letter-spacing:.02em;
  padding-bottom:10px;
}

.move_contact_main{
  font-size:32px;
  color:#fff;
  line-height:34px;
  font-weight:700;
  letter-spacing:.02em;
}

.van_size_box{
  background:#ebfaff;
  box-shadow:0 4px 6px rgba(0,0,0,.2);
  clip-path:polygon(100% 100%, -60% 100%, 100% -90%);
}

.van_img{
  background:#145153;
  padding:30px 20px;
}

.van_size_title{
  font-size:20px;
  color:#010101;
  line-height:28px;
}

.van_size_title span{
  font-weight:700;
}

.choose_panel,
.testimonial_panel{
  padding-bottom:65px;
}

.choose_img img{
  box-shadow:1px 1px 5px 2px rgba(0,0,0,.3);
}

.choose_sm_img{
  margin-top:-150px;
}

.choose_sm_img img{
  border:1px solid #ed602a;
}

.choose_bg_title{
  color:#f5c036;
}

.choose_bg_title span{
  color:#c1af7e;
}

.choose_sm_title{
  font-size:30px;
  color:#4c4b4b;
  line-height:38px;
  font-weight:600;
  padding-bottom:20px;
}

.inner_list li{
  font-size:16px;
  color:#060606;
  line-height:24px;
  margin-bottom:10px;
  padding-left:20px;
  position:relative;
}

.inner_list li:last-child{
  margin-bottom:;
}

.inner_list li:before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  background:#145153;
  border-radius:50%;
  left:0;
  top:8px;
}

.testimonial_bg_title{
  color:#ef622b;
}

.testimonial_bg_title span{
  color:#b97960;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#030303;
  line-height:28px !important;
  font-weight:500 !important;
  padding:0 !important;
}

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

.faq_panel{
  background:url(../images/faq-bg.jpg) no-repeat center top;
}

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

.accordion-item{
  border:none !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:#145153;
  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;
}

#footer{
  background:#f8f8f8;
}

.home #footer{
  background:#fff;
}

.footer_top{
  border-bottom:1px solid #ed602a;
  padding:60px 0 40px;
}

.footer_top .upper{
  padding-bottom:25px;
}

.footer_title{
  font-size:24px;
  color:#ed602a;
  line-height:26px;
  font-weight:600;
  padding-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:#020202;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

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

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

.footer_contact li span{
  font-weight:600;
}

.footer_contact li a{
  color:#020202;
}

.ft_licence_text{
  font-size:18px;
  color:#030303;
  line-height:25px;
  font-weight:500;
  letter-spacing:.02em;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .text-common span{
  color:#2292b6;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#ed602a;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#145153;
  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 right top;
  background-size:cover;
  margin-top:158px !important;
  padding:130px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  text-shadow:1px 1px 4px rgba(0,0,0,0.8);
  text-align:center;
  position:relative;
}

.thumb-conatct .section .icon{
  width:70px;
  height:70px;
  background:#ed602a;
  line-height:70px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

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

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

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

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

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

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

.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:50px;
  border-radius:0;
  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:120px;
  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{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#ed602a;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#f4c035;
  color:#020202;
}

.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_title{
  font-size:46px;
  color:#020202;
  line-height:52px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#ed602a;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner-sm-title strong{
  color:#2491b5;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:20px;
}

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

.bg-color{
  background:#f4f4f4;
}

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

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

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

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.img-box img{
	object-fit:cover;
}

#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){
  .service_content{
    min-height:215px;
  }


}

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

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

  .header_logo{
    width:140px;
    margin-bottom:0;
    padding-top:12px;
    padding-bottom:12px;
  }

  .home_banner{
    margin-top:100px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:5%;
  }

  .banner_content{
    width:100%;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    padding-bottom:12px;
  }

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

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

  .service_panel, 
  .van_size_panel{
    padding:35px 0;
  }

  .service_bg_title, 
  .move_bg_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .faq_bg_title{
    font-size:28px;
    line-height:36px;
    padding-bottom:20px;
  }

  .service_bg_title span, 
  .choose_bg_title span, 
  .testimonial_bg_title span, 
  .faq_bg_title span{
    font-size:22px;
    line-height:28px;
  }

  .service_content{
    min-height:auto;
  }

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

  .move_panel, 
  .faq_panel{
    padding:30px 0;
  }

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

  .move_contact_main{
    font-size:22px;
    line-height:24px;
  }

  .van_size_title{
    font-size:17px;
    line-height:25px;
  }

  .choose_panel, 
  .testimonial_panel{
    padding-bottom:35px;
  }

  .choose_sm_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:12px;
  }

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

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

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

  .faq_box{
    width:100%;
  }

  .accordion-button{
    font-size:16px;
    line-height:22px;
  }

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

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:16px;
  }

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

  .footer_contact li{
    line-height:20px;
  }

  .ft_licence_text{
    font-size:16px;
    line-height:23px;
  }

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

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

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

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

  .contact-main{
    font-size:15px;
  }

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	.inner_list{
		font-size:14px;
		line-height:20px;
	}

  
}

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

  .home_banner .desc{
    bottom:8%;
  }

  .van_img{
    padding:22px 20px;
  }

  .choose_sm_img{
    margin-top:-80px;
  }

  .choose_sm_img img{
    width:210px;
  }

  
}
