@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;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-Medium.woff2') format('woff2'),
      url('../fonts/Gilroy-Medium.woff') format('woff'),
      url('../fonts/Gilroy-Medium.ttf') format('truetype'),
      url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
      url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
      url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
      url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.button1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#0ad2c8;
  border-radius:30px;
  padding:14px 25px;
}

.button1:hover{
  background:#f6871e;
  color:#fff;
}

.button2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#f6871e;
  border-radius:30px;
  padding:14px 25px;
}

.button2:hover{
  background:#0ad2c8;
  color:#fff;
}

.paragraph{
  font-size:16px;
  color:#040404;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  margin:0; 
  padding:0;
  transition:all 500ms ease-in-out; 
}

.upper_header{
  background:#f7861e;
  padding:10px 0;
  transition:all 500ms ease-in-out; 
}

.lower_header{
  padding:25px 0;
  transition:all 500ms ease-in-out; 
}

.lower_header .container{
  position:relative;
}

.lower_header .logo_panel{
  position:absolute;
  width:130px;
  left:0;
  top:-15px;
  transition:all 500ms ease-in-out; 
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .upper_header{
    margin-top:-50px;
  }

  .navbar-default.navbar-fixed .lower_header{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
  }

  .navbar-default.navbar-fixed .lower_header .logo_panel{
    width:110px;
  }

}

.home_banner{
  margin-top:150px;
}

.banner_desc{
  left:0;
  bottom:12%;
}

.banner_content{
  width:500px;
  max-width:100%;
}

.banner_content h1{
  font-family: 'Gilroy';
  font-size:60px;
  color:#0ad2c8;
  line-height:68px;
  padding-bottom:12px;
  margin-bottom:15px;
}

.banner_content h1 span{
  font-size:40px;
  color:#000000;
  line-height:46px;
  font-weight:500;
}

.banner_content h1:after{
  content:"";
  position:absolute;
  width:60%;
  height:1px;
  background:#b3b2e2;
  left:0;
  bottom:0;
}

.banner_content h3{
  font-size:30px;
  color:#0ad2c8;
  line-height:32px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:10px;
}

.about_section{
  padding:70px 0;
}

.about_content h2,
.service_block .top_block h2,
.choose_content h2,
.work_block h2,
.plan_block .rt_content h2,
.review_section .top_block h2,
.home_cta .left_content h2{
  font-family: 'Gilroy';
  font-size:50px;
  color:#020202;
  line-height:58px;
  margin-bottom:20px;
}

.about_content h2 span{
  font-size:46px;
  color:#0ad2c8;
  line-height:54px; 
}

.service_block .top_block h4,
.choose_content h4,
.work_block h3,
.plan_block .rt_content h4,
.review_section .top_block h5{
  font-family: 'Gilroy';
  font-size:26px;
  color:#0ad2c8;
  line-height:28px;
  font-weight:500;
  letter-spacing:.03em;
  margin-bottom:10px;
}

.service_block,
.choose_panel,
.work_block,
.plan_block,
.review_section{
  padding-bottom:70px;
}

.service_box{
  background:#eeeeff;
  border-radius:20px;
  overflow:hidden;
}

.service_box:hover{
  background:#0ad2c8;
}

.service_box .image{
  display:inline-block;
  width:40%;
}

.service_box .content{
  display:inline-block;
  width:58%;
  vertical-align:middle;
  padding:0 15px;
}

.service_box .content h5{
  font-size:20px;
  color:#040404;
  line-height:26px;
  font-weight:600;
  margin-bottom:10px;
}

.service_box:hover .content h5,
.service_box:hover .content .paragraph{
  color:#fff;
}

.service_box .content .paragraph{
  font-size:15px;
  line-height:22px;
}

.choose_image img{
  border-radius:30px;
}

.choose_box{
  background:#d0f2f0;
  border-radius:20px;
  min-height:290px;
  padding:20px;
}

.choose_content .col-sm-6:nth-last-child(-n+2) .choose_box{
  min-height:395px;
}

.choose_box .upper .icon{
  display:inline-block;
  width:50px;
  height:50px;
  line-height:50px;
  background:#fff;
  text-align:center;
  border-radius:50%;
}

.choose_box:hover .upper .icon{
  background:#f6871e;
}

.choose_box:hover .upper .icon img{
  filter:invert(50%) sepia(0%) saturate(7488%) hue-rotate(358deg) brightness(200%) contrast(100%);
}

.choose_box .upper h6{
  display:inline-block;
  width:75%;
  vertical-align:top;
  font-size:18px;
  color:#030303;
  line-height:24px;
  font-weight:600;
  padding-left:10px;
}

.work_block .lower_panel .box{
  border:1px solid;
  border-image:linear-gradient(to bottom, #ececfe, #f6881f) 1;
  min-height:255px;
  padding:25px;
}

.work_block .lower_panel .box h4{
  font-family: 'Gilroy';
  font-size:32px;
  color:#35bdb3;
  line-height:38px;
  font-weight:bold;
  margin-bottom:12px;
}

.work_block .lower_panel .box h5{
  font-size:28px;
  line-height:30px;
  font-weight:600;
  background:#f6871e;
  border-radius:12px;
  padding:10px 35px;
  position:absolute;
  width:100px;
  left:0;
  right:0;
  bottom:-25px;
  margin:0 auto;
}

.plan_block .lt_image img{
  border-radius:30px;
}

.review_img{
  background:#35bdb3;
  border-radius:12px;
  padding:10px;
  margin-bottom:-50px;
}

.review_img img{
  border:3px solid #fff;
  border-radius:12px;
}

.main_review{
  background:#35bdb3;
  border-radius:20px;
  padding:30px 40px;
  margin-left:75px;
}

.main_review .sp-testimonial-free-section{
  margin-bottom:0 !important;
}

.sp-testimonial-content p{
  font-size:17px !important;
  color:#fff;
  line-height:27px !important;
  letter-spacing:.02em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'Gilroy' !important;
  font-size:25px !important;
  color:#fff !important;
  line-height:28px !important;
  font-weight:bold !important;
  font-style:italic !important;
  letter-spacing:.02em !important;
}

.home_cta{
  background:linear-gradient(to top right, #0ad2c8, #f6871e);
  border-radius:40px 40px 0 0;
  margin:0 50px;
  padding:45px 0;
}

.home_cta .right_btn a{
  background:#fff;
  color:#040404;
}

.home_cta .right_btn a:hover{
  background:#07aa75;
  color:#fff;
}

#footer{
  background:#eeeeff;
  border-radius:40px 40px 0 0;
  padding:50px 0 35px;
}

.top_footer{
  border-bottom:1px solid #0ad2c8;
  padding-bottom:40px;
  margin-bottom:35px;
}

.top_footer .section h4{
  font-size:25px;
  color:#030303;
  line-height:28px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.top_footer .footer_url li{
  line-height:0;
  margin-bottom:10px;
}

.top_footer .footer_url li:last-child,
.footer_contact .panel:last-child{
  margin-bottom:0;
}

.top_footer .footer_url li a{
  font-size:16px;
  color:#040404;
  line-height:18px;
  font-weight:500;
}

.top_footer .footer_url li a:hover,
.footer_contact .panel  a:hover{
  color:#07aa75;
}

.footer_contact .panel{
  margin-bottom:15px;
}

.footer_contact .panel h6{
  font-size:17px;
  color:#030303;
  line-height:20px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:5px;
}

.footer_contact .panel  a{
  color:#040404;
}

.bottom_footer .paragraph span{
  color:#37b33e;
  font-weight:600;
}

.bottom_footer .paragraph a{
  color:#f6871e;
  font-weight:500;
}

.footer_abn_text{
  font-size:22px;
  color:#010101;
  line-height:24px;
}

#back-button {
  display:inline-block;
  background-color:#07aa75;
  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 !important;
  background-size:cover !important;
  margin-top:150px !important;
  padding:130px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Gilroy';
  font-size:52px;
  color:#030303;
  line-height:60px;
  font-weight:700;
  letter-spacing:.02em;
  position:relative;
}

.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-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: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:8px;
  border:1px solid #00adff;
  background:none;
  font-size:16px;
  color:#030303;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#030303;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#030303;
}

.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, rgba(255,255,255,.4) !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:17px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#f05604;
  border-radius:30px;
  text-transform:inherit;
  border:none;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#041d50;
  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:#030303;
  line-height:42px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#0e63a1;
}

.inner_sm_title{
  font-size:28px;
  color:#050505;
  line-height:36px;
  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-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:#3c5faf;
  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;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#0ad2c8;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#f6871e;
}

@media screen and (max-width:1366px){
  .choose_box{
    min-height:336px;
  }

  .choose_content .col-sm-6:nth-last-child(-n+2) .choose_box{
    min-height:445px;
  }

  .work_block .lower_panel .box{
    min-height:280px;
  }


}

@media screen and (max-width:991px){
  .lower_header{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .lower_header .logo_panel{
    position:inherit;
    width:80px;
  }

  .home_banner{
    margin-top:102px;
  }

  #footer{
    padding-bottom:75px;
  }

  #back-button{
    right:20px;
    bottom:40px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:102px !important;
  }

  
}

@media screen and (max-width:767px){
  .banner_desc{
    position:inherit !important;
    background:#f6f5f5;
    padding:30px 0;
  }

  .banner_content h1,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:36px;
    line-height:44px;
  }

  .banner_content h1 span{
    font-size:26px;
    line-height:34px;
  }

  .paragraph{
    font-size:14px;
    line-height:22px;
  }

  .button1,
  .button2{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .banner_content h3{
    font-size:25px;
    line-height:28px;
  }

  .about_section{
    padding:38px 0;
  }

  .about_content h2, 
  .service_block .top_block h2, 
  .choose_content h2, 
  .work_block h2, 
  .plan_block .rt_content h2, 
  .review_section .top_block h2, 
  .home_cta .left_content h2{
    font-size:32px;
    line-height:40px;
  }

  .about_content h2 span{
    font-size:30px;
    line-height:38px;
  }

  .service_block, 
  .choose_panel, 
  .work_block, 
  .plan_block, 
  .review_section{
    padding-bottom:38px;
  }

  .service_block .top_block h4, 
  .choose_content h4, 
  .work_block h3, 
  .plan_block .rt_content h4, 
  .review_section .top_block h5{
    font-size:22px;
    line-height:24px;
  }

  .choose_box .upper h6{
    width:72%;
  }

  .choose_box{
    min-height:285px;
  }

  .choose_content .col-sm-6:nth-last-child(-n+2) .choose_box{
    min-height:370px;
  }

  .work_block .lower_panel .box{
    min-height:auto;
    padding:20px;
  }

  .work_block .lower_panel .box h4{
    font-size:26px;
    line-height:32px;
  }

  .work_block .lower_panel .box h5{
    width:70px;
    font-size:22px;
    line-height:24px;
    padding:10px 20px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .home_cta{
    padding:30px 0; 
  }

  #footer{
    padding-top:30px;
  }

  .top_footer{
    margin-bottom:25px;
    padding-bottom:25px;
  }

  .top_footer .section h4{
    font-size:22px;
    line-height:24px;
    margin-bottom:15px;
  }

  .top_footer .footer_url li a,
  .footer_contact .panel h6{
    font-size:15px;
  }

  .footer_contact .panel{
    margin-bottom:10px;
  }

  .footer_contact .panel h6{
    line-height:17px;
  }

  .footer_abn_text{
    font-size:18px;
    line-height:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 70px !important;
  }

  
}

@media screen and (max-width:575px){
  .service_box .image,
  .service_box .content{
    display:block;
    width:100%;
  }

  .service_box .content{
    padding:20px;
  }

  .choose_box,
  .choose_content .col-sm-6:nth-last-child(-n+2) .choose_box{
    min-height:auto;
  }

  .review_img{
    width:80px;
  }

  .main_review{
    padding:30px 20px;
    margin-left:30px;
  }

  .home_cta{
    margin:0 30px;
  }

  .footer_logo{
    width:120px;
  }

  
}
