body{ padding: 0px; margin: 0px; list-style: none; font: 400 14px/22px 'Roboto'; color:#393939; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Roboto';
font-family: 'Carter One';*/


.btn_link { padding: 10px 30px; border-radius: 30px; text-transform: capitalize; font-weight: bold; color:#fff !important; display: inline-block; font-family: 'Roboto'; font-size: 16px; line-height: 24px; background: #001070; margin-top: 10px; letter-spacing: 1px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; border: none; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #fed300; transform: scaleX(0); transform-origin: left;
  z-index: -1; transition: transform 0.3s ease;
}
.btn_link:hover::before { transform: scaleX(1);}
.btn_link:hover{ color: #16161d;}

.btn_link2{ background: #fff; color:#001070; }
.btn_link2::before{ background: #fed300;}
.btn_link2:hover{ color: #16161d !important;}





/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 5; }
.header_top {padding: 15px 0;}
.header_top .row{ justify-content: space-between; align-items: center; }
.hire_box { background: #001070; border-radius: 15px; padding: 10px 20px; font-size: 18px; line-height: 24px; color: #fff; font-family: 'Carter One'; max-width: 210px;
  text-align: center; margin: 0 auto;
}
.hire_box strong{ font-size: 23px; color:#fed300; }
.top_call{ font-size: 33px; line-height: 35px; font-weight: 700; color:#161616; font-style: italic; float: right; }
.top_call i{ width: 56px; height: 56px; background: #001070; display: flex; align-items: center; color:#fff; border-radius: 100%; justify-content: center; }
.top_call a{ color:#161616; align-items: center; }
.top_call a:hover{ color:#001070; }



.headerMain{ width: 100%; background: #001070; padding: 15px 0;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex; justify-content: center; }
.menu_sec li{ margin: 0 0 0 40px; font-size: 14px; line-height: 20px; color:#fff; position: relative; font-weight: 500; float: left; }
.menu_sec li a{display: inline-block; color: #fff; padding: 5px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#fed300; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #fed300; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #fed300; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #fed300 !important; color:#000 !important; }

/* .top-logo{width: 25%;}
.header-mid { width: 54%;}
.header-right{ width: 21%; } */



.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img { max-width: 150px;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */



.bannersec{ width: 100%; position: relative; background: #f7f4f4; overflow: hidden; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; padding: 40px 0; }
.banner_box .container:after{ width: 735px; height: 130px; position: absolute; right: -120px; top: 50%;; content:""; z-index: 3; background: url(../images/ban_line.png) no-repeat 0 0; background-size: 100%; }

/* .banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; } */
.banTxt{max-width: 100%; display: inline-block; padding-left: 30px; position: relative; z-index: 1; }
.banTxt .ban_subheading{display: inline-block; width: 100%; font-size: 22px; line-height: 24px; color: #22262a; padding-bottom: 10px; position: relative; text-transform: capitalize; font-family: 'Roboto'; position: relative; font-weight: 400; }  
.banTxt .ban_heading{display: inline-block; width: 100%; font-size: 40px; line-height: 42px; color: #212529; padding-bottom: 6px; position: relative; text-transform: capitalize; font-family: 'Roboto'; position: relative; font-weight: 800; }   
.banTxt .ban_heading strong{ color:#001070; }
.ban_logo{ width: 100%; display: flex; }
.ban_logo li{ float: left; margin: 10px 6px 0 0; }
.ban_logo li img{ max-width: 100%;}
.reverse{ flex-direction: row-reverse; }

.banner_frmMain{ width: 100%; background: #fff; border-radius: 10px; border: 12px solid #000; min-height: 500px; padding: 20px; }
.banner_frm_title{ width: 100%; text-align: center; font-size: 18px; list-style: 24px; color:#001070; text-transform: capitalize; font-weight: 600; margin-bottom: 15px; }
.banner_box .row{ align-items: center; }
.quote_frm{ width: 100%; margin: 5px 0; position: relative; }
.quote_frm input[type="text"], .quote_frm input[type="email"], .quote_frm input[type="tel"], .quote_frm select, .quote_frm input[type="date"], .quote_frm textarea{ width: 100%; height: 35px; padding: 0 12px; -webkit-appearance: none; border-radius: 3px; border: 1px solid #e0e4e8; font-size: 14px; line-height: 18px; color:#191919; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;-ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; outline: none; font-family: 'Roboto'; }
.quote_frm textarea{ height: 62px; padding: 10px 12px; resize: none; }
.banner_box .col-sm-6, .banner_box .col-sm-12{ padding: 0 10px;}
.quote_frm input[type="text"]:focus, .quote_frm input[type="email"]:focus, .quote_frm input[type="tel"]:focus, .quote_frm select:focus, .quote_frm input[type="date"]:focus, .quote_frm textarea:focus{ border-color:#001070; }

.quote_frm h5{ font-size: 16px; line-height: 20px; color:#191919; padding: 10px 0 2px 0; font-weight: 600; }
.quote_frm p{ font-size: 14px; line-height: 20px; color:#3b3a3a; padding: 0 0 10px; font-weight: 400; }
.quote_frm .btn_link:hover{ background: #fed300; color:#000 !important; }
.quote_chk a{ color:#a5a5a5; font-size: 12px; text-decoration: underline !important;}
.quote_chk a:hover{ color:#000 !important; }
.quote_chk{ width: 100%; position: relative; }
.quote_chk input[type="checkbox"]{ width: 100%; height: 100%; background: url(../images/chk1.png) no-repeat 0 0; border: none; position: absolute; left: 0; top: 3px; cursor: pointer; }
.quote_chk input[type="checkbox"]:checked{width: 100%; height: 100%; background: url(../images/chk2.png) no-repeat 0 0; }
.quote_frm .btn_link{ border-radius: 10px;}

.name_box::before{ width: 20px; height: 20px; background: url(../images/user_icon.png) no-repeat center center #fff; position: absolute; left: -9px; top: 7px; content: ""; padding: 1px; }
.tel_box::before{ width: 20px; height: 20px; background: url(../images/mob_icon.png) no-repeat center center #fff; position: absolute; left: -9px; top: 7px; content: ""; padding: 1px; }
.email_box::before{ width: 20px; height: 20px; background: url(../images/email_icon.png) no-repeat center center #fff; position: absolute; left: -9px; top: 7px; content: ""; padding: 1px; }
.date_box::before{ width: 20px; height: 20px; background: url(../images/date_icon.png) no-repeat center center #fff; position: absolute; left: -9px; top: 7px; content: ""; padding: 1px; }
.add_box::before{ width: 20px; height: 20px; background: url(../images/add_icon.png) no-repeat center center #fff; position: absolute; left: -9px; top: 7px; content: ""; padding: 1px; }
.msg_box::before{ width: 20px; height: 20px; background: url(../images/msg_icon.png) no-repeat center center #fff; position: absolute; left: -9px; top: 7px; content: ""; padding: 1px; }

.ban_img{ position: absolute; right: -115px; bottom: 0;}
.ban_img img{ max-width: 100%; }


.wrapper{ padding: 90px 0; }
.top_heading{ width: 100%; font-size: 30px; line-height: 35px; font-family: 'Roboto'; color: #212529; font-weight: bold; text-transform: capitalize; padding-bottom: 20px; }
.top_heading strong{ font-weight: 700; color:#001070; }
.top_paragraph{ font-size: 14px; line-height: 24px; font-family: 'Roboto'; color: #393939; font-weight: normal; padding-bottom: 15px; }
.list_style li{ font-size: 14px; line-height: 24px; font-family: 'Roboto'; color: #000; margin: 0 0 10px; padding-left: 25px; position: relative; }
.list_style li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    content: "\f058";
    font-size: 16px;
    color: #001070;
}



.about_sec{ width: 100%; position: relative; }
.about_left{ width: 100%; padding: 0 20px 0 0; } 
.about_sec .about_row{ align-items: center;}
.about_rt{ width: 100%; padding-right: 20px; }
.about_imgbox{ width: 100%; text-align: center; }
.about_imgbox img{ max-width: 100%; margin-top: 20px; }


.price_sec{ width: 100%; position: relative; background: url(../images/price_bg.jpg) no-repeat 0 0; background-size: cover; min-height: 500px; background-attachment: fixed; }
.price_sec .top_heading{ text-align: center; color:#fff; }
.price_box{ width: 100%; background: #001070; padding: 30px 45px; margin: 10px 0; position: relative; }
.price_row{align-items: center;}
.price_box:before{ width: 12px; height: 43px; background: #fed300; position: absolute; left: 0px; top: 0px; content: ""; }
.price_box .price_date{ width: 100%; display: inline-block; font-size: 13px; line-height: 18px; color:#fff; font-style: italic; font-weight: 400; padding: 0 0 12px; }
.price_box .truck_name{ width: 100%; display: inline-block; font-size: 20px; line-height: 26px; color:#fff; font-weight: 700; padding: 0 0 15px; }
.price_box .truck_img{ max-height: 100%;}
.price_rt { width: auto; text-align: center; float: right; }
.price_box .price{ width: 100%; text-align: center; font-size: 18px; line-height: 24px; color:#fff; font-weight: 700; }
.price_box .price span{ color:#cccccc; font-size: 16px; text-decoration: line-through; }
.price_box .btn_link{ background: #fff; color:#001070 !important; }
.price_rt ul{ display: flex; justify-content: center; }
.price_rt ul li{ display: inline-block; margin: 5px 5px; } 
.price_rt ul li img{ max-width: 100%;}


.why_choose{ width: 100%; text-align: center; }
.why_boxMain{ width: 100%; margin-top: 30px; }
.why_boxMain img{ max-width: 100%; transition: 0.5s; margin-bottom: 15px; }
.why_box{ width: 100%; padding: 20px; display: flex; justify-content: center; flex-direction: column; text-align: center; align-items: center; transition: 0.5s;  border-radius: 0 15px 0 15px; border: 2px solid #7c7c7c; min-height: 230px; }
.why_heading{ font-size: 18px; line-height: 24px; color:#1c1c1c; padding: 0 0 10px; font-weight: 700; }
.why_content { text-align: left; font-size: 13px; line-height: 24px; color: #1c1c1c; text-align: center; }
.why_row .row{ align-items: center;}
.wrapper.why_choose { padding: 70px 0px;}

.cta_sec{ width: 100%; background: #001070; padding: 30px 0; position: relative;}
.cta_heading{ width: 100%; color:#fed300; font-size: 40px; line-height: 45px; font-family: 'Carter One'; padding: 0 0 5px; }
.cta_subheading{ width: 100%; color:#fff; font-size: 29px; line-height: 34px; font-family: 'Carter One'; }

.call_now{ width: auto; float: right; text-align: center; }
.call_now span{ font-size: 29px; line-height: 35px; color:#fed300; font-weight: 400; padding: 0 0 15px; display: inline-block; }
.call_now a{ font-weight: 700; font-size: 48px; color:#fff; font-style: italic; }
.call_now a:hover{ color:#fed300; }
.cta_sec:after{ width: 35%; height: 100%; background: #16161d; position: absolute; right: 0; top: 0; content: "" ; clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%); }
.cta_sec .container{ position: relative; z-index: 1; }



.service_sec{ width: 100%; position: relative; }
.service_sec .top_sec{ padding-bottom: 10px;}
.top_subheading{ width: 100%; text-align: center; font-size: 16px; line-height: 24px; text-transform: uppercase; color:#1c2024; }
.service_sec .top_heading { padding-bottom: 5px;}
.service_sec .top_sec{ text-align: center;}





.service_boxmain{ width: 100%; position: relative; margin: 30px 0 0; }
.service_img{ width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; border-radius: 100%; float: right; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); position: relative; margin: 0 12px 0 0; background: #fff;}
.service_img img{ max-width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.service_box{ width: 100%; background: #fff; border-radius: 15px; text-align: center; border: 1px solid #b6b0b0; padding: 30px 16px 15px; display: inline-block; margin-top: -24px; }
.service_title{ width: 100%; font-size: 18px; line-height: 24px; text-transform: capitalize; padding: 0 0 10px; color:#4f4c4c; font-weight: 700; }
.service_description{ font-size: 14px; line-height: 24px; color:#4f4c4c; padding: 0 0 10px; min-height: 300px; font-weight: normal; text-align: justify; }
.service_boxmain:hover .service_img img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_box .btn_link:hover{ color:#000 !important; }
.service_box .btn_link img{ margin: 0 10px 0 0; max-width: 100%; }
.service_box .btn_link:hover img{ filter: brightness(0);}

.toparww{ position: fixed; right: 20px; bottom: -30px; font-size: 23px; color:#fed300 !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 10px; z-index: 5555; background: #030a3a; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 30px; }


.testimonial_sec{ width: 100%; position: relative; background: url(../images/testimonial_bg.jpg) no-repeat 0 0; background-size: cover; background-attachment: fixed; text-align: center; }
.testimonial_sec .top_sec{ text-align: center; }
.testimonial_sec .top_heading{ display: inline-block; background: #fff; padding: 10px 40px; font-size: 25px; color:#001070; font-weight: bold; width: auto; border-radius: 15px; }

.move_sec{ width: 100%; }
.move_img{ width: 100%; position: relative;}
.move_img img{ width: 100%; }
.move_hvr{ background: #ededed; padding: 20px; font-size: 14px; line-height: 22px; position: absolute; right: 0; bottom: 0; color:#000; max-width: 320px; }

.move_sec .top_subheading{ font-size: 22px; line-height: 26px; text-transform: none; color:#000; text-align: left; margin: 15px 0;}
.move_sec .top_subheading strong{ font-weight: 700; display: inline-block; border-bottom: 1px solid #000; padding: 0 0 5px; }
.move_sec .top_paragraph{ color: #000; }
.move_content{ padding-left: 30px;}






.get_in_touch{ width: 100%; text-align: center; background: url(../images/blue_pattern.jpg) no-repeat 0 0; background-attachment: fixed; background-size: cover; }
.get_in_touch .top_subheading, .get_in_touch .top_heading{ color:#fff; }

.get_frm{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 55px; padding: 0 25px; background: #fff; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Roboto';  }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 130px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#4c4c4c; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #10254f;} */
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}


.faq_left { width: 100%; padding: 35px 0 0;}
.faq_sec .top_heading{ color:#001070; }
.faq_sec .accordion-item { margin: 0 0 20px; border: none; background: #fafafa; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.22); border-radius: 5px; }
.faq_sec .accordion-button { background: #fafafa; border: none; box-shadow: none; border-radius: 5px; font-size: 18px; font-weight: 700; color: #001070; padding: 16px 15px; position: relative; padding-right: 34px; }
.faq_sec .accordion-body{ padding: 0 15px 15px; font-size: 14px; color:#292929; line-height: 21px; }
.faq_sec .faq_content { padding: 10px 0; border-top: 1px solid #dad7d7;}
.faq_sec .accordion-button::after { transform: rotate(-90deg); position: absolute; right: 10px;}
.faq_sec .accordion-button:not(.collapsed)::after {transform: rotate(0deg);}
.faq_sec .accordion-button::after{}

.faq_img{ width: 100%; text-align: center; padding-left: 30px; margin-top: 70px;}
.faq_img img{ max-height: 100%; }
/* .faq_sec .row{ align-items: center; } */


.home_contactSec{ width: 100%; background: #323030; position: relative; }
.home_contactSec::after {
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #383636;
  content: "";
  clip-path: polygon(10% 0%, 100% 0, 100% 100%, 60% 100%);
}
.home_contactSec .container{position: relative; z-index: 1; }
.home_contactSec .top_heading strong{ color: #fed300; border-bottom: 2px solid #fff; position: relative; padding-bottom: 10px; }
.wrapper.home_contactSec{ padding: 70px 0; }
.package_box{ width: 100%; padding: 30px 0 0; }
.package_box img{ max-width: 100%;}
.home_contactSec .row{ align-items: center; }
.home_contactRt{ width: 100%; padding: 30px 0 0 15px; }
.contact_frm{ width: 100%; margin: 10px 0; }
.contact_frm input[type="text"], .contact_frm input[type="email"], .contact_frm input[type="tel"], .contact_frm input[type="date"], .contact_frm select, .contact_frm input[type="time"], .contact_frm textarea{ width: 100%; height: 40px; border-radius: 5px; background: #fff; padding: 0 10px; color:#000; outline: none; -webkit-appearance: none; border: none; font-family: 'Roboto'; font-size: 16px; }
.contact_frm textarea{ height: 70px; resize: none; padding: 10px 15px; }
.contact_frm input[type="text"]::placeholder, .contact_frm input[type="email"]::placeholder, .contact_frm input[type="tel"]::placeholder, .contact_frm input[type="date"]::placeholder, .contact_frm select::placeholder, .contact_frm input[type="time"]::placeholder, .contact_frm textarea::placeholder{ color:#495057; opacity: 1;}
.contact_chk{ color:#fff; position: relative; padding: 0 0 0 23px; }

.contact_frm .btn_link:hover{ background: #fed300; color:#000 !important; }
.contact_frm .btn_link{ border-radius: 8px;}

.quote_chk .wpcf7-list-item{position: relative; padding-left: 20px; margin: 0; }
.quote_chk .wpcf7-list-item input[type="checkbox"]{  background: url(../images/chk1.png) no-repeat left top; background-size: 14px 14px; width: 100%; height: 100%; position: absolute; left: 0; top: 3px; cursor: pointer;  border: none; }
.quote_chk .wpcf7-list-item input[type="checkbox"]:checked{background: url(../images/chk2.png) no-repeat left top; background-size: 14px 14px;}



.footer_sec{ width: 100%; background: #001070; position: relative; }

.footer_top{ width: 100%; padding: 40px 0; }
.footer_box{ width: 100%; }
.footer_heading { font-size: 24px; line-height: 26px; font-weight: 600; color: #fff; text-transform: capitalize; padding: 0 0 15px;}
.footer_logo{ display: inline-block; margin-bottom: 35px; }
.footer_logo img{ max-height: 100%;}

.social_box{ width: 100%; display: inline-block;}
.social_box li{ margin: 0 10px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ width: 100%; display: inline-block; color:#fff; }
.social_box li a i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #66a3d8; border-radius: 100%; font-size: 12px; color:#fff; background: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background: #66a3d8; }
.social_box li a i img{ max-width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.social_box li a:hover i{ background: #0097dc; color:#fff; border-color:#0097dc; }
.social_box li a:hover i img{  filter: brightness(100);}
.social_box li a:hover i{ color:#213d77; background: #fff; border-color:#fff; }

.foot_link li{ width: 100%; margin: 0 0 12px; font-size: 14px; line-height: 20px; color:#fff; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#fed300; }

.foot_contact li{ width: 100%; margin: 0 0 20px; font-size: 14px; line-height: 20px; color:#fff; position: relative; padding: 8px; padding-left: 52px;}
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#fed300; }
.foot_contact li i { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 100%; font-size: 16px;
color: #fff;position: absolute; left: 0px; top: 0px;  background: none; }

/* .footer_box1{width: 27%;}
.footer_box2{width: 30%;}
.footer_box3{width: 25%;}
.footer_box4{width: 18%;} */

.footer_btm{ width: 100%; padding: 20px 0; font-size: 13px; line-height: 20px; font-weight: normal; color:#fff; background: #000; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#fed300; }
.footer_btm em{ font-style: normal; text-transform: uppercase; }

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 30px; }
.ndis_logo img{ max-width: 100%; }

.foot_social { width: 100%; display: flex;}
.foot_social li{ margin: 0 10px 0 0;}
.foot_social li:last-child{ margin-right: 0;}
.foot_social li a{ width: 38px; height: 38px; color:#fff; border-radius: 100%; display: flex; justify-content: center; align-items: center; text-align: center; border: 1px solid #fff; }
.foot_social li a:hover{ color:#000; background:#fed300; border-color:#fed300; }

.footer_menu{ width: 100%; display: flex; gap: 10px;}
.footer_menu .foot_link { width: 50%;}
.footer_box2 .footer_box{ padding: 0 0 0 50px;}
.footer_heading.m-top { margin-top: 10px; display: inline-block; width: 100%;}
.footer_btm p{ text-align: right; padding: 0; }




/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #001070;}
.primary-navigation .menu_sec ul li a:hover{background-color: #fed300; color:#000 !important; padding-left: 20px; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #fed300; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }






/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #212529;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Roboto';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #212529;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Roboto';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #212529;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
 font-family: 'Roboto';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 14px;
  color: #393939;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Roboto';
  /* text-align: left; */
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#001070;
  padding-bottom: 16px;
  position: relative;
}


.inner_title::before, .inner_subtitle::after  {
  background: #001070;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto';
  color: #393939;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#001070; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #001070;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}

.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#fed300;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #393939;
}
.sub_heading strong{ color: #001070;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}
.inner_bottm_sec .inner_subtitle, .inner_bottm_sec .inner_title {
  color: #fed300 !important;
  margin-bottom: 20px;
}
.inner_bottm_sec .btn_link{ background: #fed300 !important; color:#000 !important; }
.inner_bottm_sec .btn_link:before{ background: #fff !important; }
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after { background: #fed300;}



/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Roboto';}
.get_box .btn_link{ border: none;font-family: 'Roboto'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#fed300 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #212529;
padding: 0 0 15px;
 font-family: 'Roboto';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #001070;
}
.contact_page_heading strong { color:#001070;}
.contact_page_info {
position: relative;
color: #393939;
margin-top: 25px;
padding-left: 60px;
font-family: 'Roboto';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#030a3a;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #212529;
}
.contact_page_info {
color: #393939;
}
.contact-text a:hover{ color:#001070; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #000 !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: capitalize;
color: #fff !important;
font-weight: normal;
text-align: center;
border-radius:10px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Roboto';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #001070;
}
.contact-page input[type="submit"]:hover {
background-color: #fed300 !important;
color:#000 !important;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ /* background: none; */ border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 16px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }
.error404 .inner_title::before, .error404 .inner_subtitle::after  { left: 50%; transform: translate(-50%, 0);}


/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 15px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Roboto'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; background: #001070; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fed300;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#000; }


.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#212529;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; padding-bottom: 120px !important; } 
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#212529; }
.entry-title a:hover, .entry-meta a:hover { color: #001070 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #001070 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 14px; line-height: 24px; font-family: 'Roboto'; color: #393939; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #08121e; font-size: 15px; line-height: 24px; }
.menu_sec li > a{ background: none !important; }


.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}


.career_page .contact_right { padding: 30px; max-width: 750px; margin: 0 auto;}
.get_box input[type="file"] { padding: 14px 15px !important;}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 15px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Roboto'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] { padding: 14px 15px !important;}


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
.site-navigation ul .sub-menu { width: 250px; top: 28px; box-shadow: 0 0 7px -4px #646363; overflow-y: auto; height: 250px;}
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ 
 border: 1px solid #001070 !important; }
.img_box img{ width: 100%; border-radius: 8px; }

.inner_content{ background: none !important;}
.inner_content:before, .inner_content:after{ display: none;}


/* .home .top_call{ color:#fff; }
.home .social_list li a {color: #fff;}
.home .top_call i{ background: #fff; color:#001070; } */

.top_call{ color:#292929; }
.social_list li a {color: #292929;}
.top_call i{ background: #001070; color:#fff; }
/* .home .top_call strong{color:#16b0b7; } */

.nav_top .menu-primary-menu-container{ justify-content: center !important;}
.quote_innr .wpcf7-form-control-wrap {
  position: inherit;
}
.home_contactRt p{ padding: 0;}
.home_contactRt .contact_chk {padding: 10px 0 0;}

.cta_sec .row{ align-items: center; }
.home_contactSec .top_paragraph{ color:#fff; }
.home_contactSec .top_heading{ margin-bottom: 15px;}

.testimonial_slider { margin-top: 50px;}
.testimonial_slider #sp-testimonial-free-wrapper-41 .sp-testimonial-free{ background: #fff; padding: 30px; border-radius: 15px; padding-bottom: 80px; }
.testimonial_slider #sp-testimonial-free-wrapper-41 .sp-testimonial-free-section{ margin-left: 150px; margin-right: 150px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 14.30px; line-height: 22px; color:#2d2d2d; padding: 0; }
.testimonial_slider .sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet { border-radius: 0px; height: 5px; width:35px; background: #1c2024 !important;}
#sp-testimonial-free-wrapper-41 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #001070 !important;}
.testimonial_slider .swiper-horizontal > .swiper-pagination-bullets, .testimonial_slider .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 75px;}
.testimonial_slider #sp-testimonial-free-wrapper-41 .sp-testimonial-free-section .sp-testimonial-client-name{ color:#001070; font-weight: 600; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{ width: 45px !important; height: 44px !important; background: url(../images/prev.png) no-repeat 0 0 !important; background-size: 100% !important; border: none !important; font-size: 0 !important; left: 122px;}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ width: 45px !important; height: 44px !important; background: url(../images/next.png) no-repeat 0 0 !important; background-size: 100% !important; border: none !important; font-size: 0 !important; right: 122px;}
.contact-img img{filter: brightness(0);}
.contact-img {  background: #fed300;}


.review_page .sp-testimonial-free-section .sp-testimonial-item{ padding: 10px !important; }
.review_page .sp-testimonial-free{ background: #fff !important; box-shadow: 0px 1px 5.7px 1.3px rgba(0, 0, 0, 0.18) !important; padding: 15px !important; position: relative; }

.review_page .sp-testimonial-free:after{ background: url(../images/coma.png) no-repeat 0 0; width: 45px; height: 45px; background-size: 100%; position: absolute; right: 15px; top: 15px; content: ""; }
.review_page #sp-testimonial-free-wrapper-55 .sp-testimonial-free-section .sp-testimonial-client-image{ width: 52px !important; height: 52px !important; margin: 0 !important; }
.review_page #sp-testimonial-free-wrapper-55 .sp-testimonial-free-section .sp-testimonial-client-image img{ width: 100% !important; height: 100% !important; object-fit: cover !important; }
.review_page #sp-testimonial-free-wrapper-55 .sp-testimonial-free-section .sp-testimonial-client-name{ font-size: 20px; line-height: 24px; font-weight: 600; font-family: 'Roboto'; color:#001070; text-align: left;  position: absolute; left: 0; top: 25px; padding: 0 0 0 78px; width: 100%; margin: 0;}
.review_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 14px !important; line-height: 24px !important; text-align: left !important; color:#212121 !important; padding: 15px 0 0 !important; margin: 0 0 6px !important; min-height: 220px; }
.review_page #sp-testimonial-free-wrapper-55 .sp-testimonial-free-section .sp-testimonial-client-rating { width: 100%;}
.review_page #sp-testimonial-free-wrapper-55 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0 !important;}
.review_page .sp-testimonial-free-section.swiper-initialized{ margin: 0 !important;}
.review_page .sp-testimonial-free-wrapper{ padding: 10px !important;}

.yello_sec {background: #f7f4f4 !important;}
.yello_sec.inner_content { padding: 55px 0 70px 0;}


.faq_sec .inner_title::before, .faq_sec .inner_subtitle::after { left: 50%; transform: translate(-50%, 0);}
.faq_innr .sp-easy-accordion .sp-ea-single .ea-header{ padding: 0;}
.faq_innr{ margin-top: 40px;}
.faq_sec .sp-easy-accordion .sp-ea-single {
  margin: 0 0 20px !important;
  border: none;
  background: #fff !important;
  box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
}
.faq_sec .sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 18px;
  font-weight: 700;
  color: #001070 !important;
  padding: 15px 15px 10px !important;
  
}
.faq_sec .faq_innr .sp-easy-accordion .sp-ea-single .ea-header{padding: 0 !important; }
.faq_sec .sp-collapse{ padding: 0 15px 15px;}
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{border-top: 1px solid #dad7d7;padding: 15px 0 0;}
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon{color: #001070 !important;}

.wrapper.innr_faq {
  background: #f7f4f4 !important;
  padding: 50px 0;
}
.wrapper.inner_bottm_main {
  padding: 65px 0;
}


.testimonial_box{
  background: #fff !important;
  box-shadow: 0px 1px 5.7px 1.3px rgba(0, 0, 0, 0.18) !important;
  padding: 15px !important;
  position: relative;
  border-radius: 5px;
  height: 100%;
}
.testimonial_box .flex-shrink-0 img{ width: 50px; height: 50px; }
.testimonial_box .flex-grow-1{font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #001070;
  text-align: left;}
.testimonial_box .d-flex{ align-items: center; }
.testimonial_box .testimonail_content{ text-align: left; font-size: 14px;  line-height: 24px; text-align: left; color: #212121; padding: 15px 0 0; margin: 0 0 6px;}
.testimonial_box .rating{ text-align: left; margin: 10px 0 0; }

.testimonial_box::after {
  background: url(../images/coma.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
}


.removal_brisbrane .service_description { min-height: 170px;}
.inner_service_Page { background: #ececec;}
.removal_melbourne .service_description {  min-height: 230px;}








@media (min-width: 2500px) and (max-width: 2999px) {
.cta_sec:after{ width: 40%; }


}

@media (min-width: 2900px) and (max-width: 6999px) {
.cta_sec:after{ width: 45%; clip-path: polygon(4% 0%, 100% 0, 100% 100%, 0% 100%); }


} 

  


@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 26px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 30px; }
.inner_subtitle { font-size: 27px;}
.top_heading {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
  }

.wrapper { padding: 65px 0; }
.menu_sec li { margin: 0 0 0 18px; font-size: 15px; line-height: 20px; }


.banTxt {
  padding-left: 15px;
}
.banTxt .ban_heading {
  font-size: 30px;
  line-height: 35px;
}
.banTxt .ban_subheading {
  font-size: 17px;
  line-height: 21px;
  padding-bottom: 6px;
}
.ban_logo li {
  margin: 10px 4px 0 0;
  width: 8%;
}
.banner_frmMain {
  border: 8px solid #000;
  min-height: auto;
  padding: 15px;
}
.price_box {
  padding: 25px 30px;
  margin: 10px 0;
}
.why_box {
  width: 100%;
  padding: 12px;
}
.cta_heading {
  font-size: 30px;
  line-height: 38px;
}
.cta_subheading {
  font-size: 24px;
  line-height: 29px;
}
.cta_sec {
  padding: 25px 0;
}
.call_now span {
  font-size: 23px;
  line-height: 31px;
  padding: 0 0 15px;
}
.call_now a {
  font-size: 35px;
}
.service_slider .col-lg-3 {
    width: 33.3333%;
  }
.service_description {
  min-height: 260px;
}
.move_content {
  padding-left: 15px;
}
.faq_img img {
  max-width: 100%;
}
.faq_sec .accordion-button {
  border-radius: 5px;
  font-size: 16px;
  padding: 15px 15px;
  padding-right: 34px;
}
.wrapper.home_contactSec {
  padding: 65px 0;
}
.top_call {
  font-size: 26px;
  line-height: 30px;
}
.top_call i {
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.hire_box {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
  max-width: 195px;
}
.hire_box strong {
  font-size: 20px;
}
.navbar-brand img {
  max-width: 200px;
}
.header_top {
  padding: 10px 0;
}










}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {  background:#dfc12e;  width: 50%;  float: left;  color: #000 !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btn2 {  background:#fff;  position: absolute;  top: 0px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 11px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#18569b;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 26px; }
.inner_subtitle { font-size: 24px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: #fff; padding: 15px 12px; border-radius: 5px; height: auto; width: 160px;}
.navbar-brand img {   max-width: 120px; }
.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px;}
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}

.header_sec.fixed {
  animation: inherit;
}

.headerMain {
  background: #fff;
}

.header_sec .navbar-brand img {
  max-width: 120px;
}
.header_sec.fixed .navbar-brand img {
  max-width: 120px;
}
.top-logo {
  display: block !important;
}


    
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 80px;}
.get_touchSec { padding: 0 0 20px;}   
  
.banTxt {
    padding-left: 6px;
    max-width: 250px;
  }
.banTxt .ban_heading {
    font-size: 22px;
    line-height: 28px;
  }
.banTxt .ban_subheading {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 6px;
  }
.ban_logo li {
    margin: 10px 4px 0 0;
    width: 18%;
  }
.about_sec .about_row {
  align-items: flex-start;
}
.top_heading {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 12px;
  }
.price_box {
    padding: 20px 25px;
    margin: 10px 0;
  }
.price_box .truck_name {
  font-size: 17px;
  line-height: 22px;
  padding: 0 0 10px;
}
.price_box .price_date {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 7px;
}
.price_box .price {
  font-size: 14px;
  line-height: 22px;
}
.btn_link {
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 15px;
  }
.price_rt ul li {
  margin: 3px 1px;
}
.price_box::before {
  width: 6px;
  height: 30px;
}
.price_box .price span {
  font-size: 14px;
}
.cta_heading {
    font-size: 22px;
    line-height: 28px;
  }
.cta_subheading {
    font-size: 18px;
    line-height: 24px;
  }
.call_now span {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 8px;
  }
.call_now a {
    font-size: 26px;
  }
.service_slider .col-lg-3 {
    width: 50%;
  }
.testimonial_slider #sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 0;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  width: 32px !important;
  height: 30px !important;
  font-size: 0 !important;
  left: 32px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  width: 32px !important;
  height: 30px !important;
  font-size: 0 !important;
  right: 32px;
}
.testimonial_slider #sp-testimonial-free-wrapper-41 .sp-testimonial-free {
  padding: 30px;
  padding-bottom: 50px;
}
.testimonial_slider .swiper-horizontal > .swiper-pagination-bullets, .testimonial_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 25px;
}
.move_hvr {
  padding: 14px;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  max-width: 240px;
}
.move_sec .top_subheading {
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0;
}
.contact_frm input[type="text"], .contact_frm input[type="email"], .contact_frm input[type="tel"], .contact_frm input[type="date"], .contact_frm select, .contact_frm input[type="time"], .contact_frm textarea{ font-size: 14px;}
.footer_heading {
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px;
}
.col-lg-3.footer_box1 {
  width: 40%;
}
.col-lg-5.footer_box2 {
  width: 40%;
}
.col-lg-3.footer_box3 {
  width: 20%;
}
.foot_social li a {
  width: 34px;
  height: 34px;
  font-size: 13px;
}
.foot_social li {
  margin: 0 7px 0 0;
}
.foot_link li {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
}
.footer_box2 .footer_box {
  padding: 0;
}
.footer_btm .row {
  justify-content: center;
  text-align: center;
}
.footer_btm p {
  text-align: center;
  padding: 0;
}
.toparww_main.fixed .toparww {
    bottom: 30px;
  }



  
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading {font-size: 26px; line-height: 30px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
 .contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 16px; line-height: 24px; padding: 13px 35px !important;}
.get_box label{ padding: 0 0 5px;}
.banner_box img { height: 420px; }
.wrapper { padding: 45px 0; }

.banTxt {
    padding-left: 0;
    max-width: 100%;
  }
.ban_logo li img {
  max-width: 100%;
  height: auto;
}
.ban_logo li {
    margin: 10px 7px 0 0;
    width: auto;
  }
.banTxt .ban_heading br{ display: none;}
.banner_frmMain {
    border: 6px solid #000;
    padding: 15px;
    margin-top: 0px;
  }
.banner_box img{ display: none;}
.top_heading {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 12px;
  }
.about_rt {
  width: 100%;
  padding: 0;
}
.price_row {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.price_rt {
  width: 100%;
  text-align: center;
  float: none;
  display: inline-block;
  margin: 15px 0 0;
}
.cta_sec {
    text-align: center;
  }
.call_now {
  width: 100%;
  float: none;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.cta_sec::after{ display: none; }
.move_content {
    padding: 0 0 20px;
  }
.faq_img {
  width: 100%;
  text-align: center;
  padding-left: 0;
  margin-top: 20px;
}
.faq_img img {
    max-width: 350px;
  }
 .wrapper.home_contactSec {
    padding: 50px 0;
  }
.home_contactRt {
  width: 100%;
  padding: 10px 0 0;
}
.package_box {
  text-align: center; padding: 20px 0 0;
}
.footer_menu {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.yello_sec.inner_content {
  padding: 25px 0;
}
.inner_subtitle2 {
  color: #212529;
  font-size: 17px;
}
.testimonial_sec .testimonial_box {
  height: auto;
  margin: 10px 0;
}
.faq_sec .sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 16px;
  line-height: 24px;
}

}


@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}






}

@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; }
.footer_fixed_buttons { font-size: 14px; }

.navbar-brand img { max-width: 100px; }

	
.top_heading { font-size: 22px; line-height: 30px; padding-bottom: 12px; }	
.inner_title, .inner-form-heading { font-size: 20px; }
.get_frm { margin: 7px 0;}	


.faq_img img {
    max-width: 280px;
  }
.why_box{ min-height: auto; }
 .cta_heading {
    font-size: 18px;
    line-height: 24px;
  }
.cta_subheading {
    font-size: 16px;
    line-height: 22px;
  }
.call_now {
    margin-top: 15px;
  }
.call_now a {
    font-size: 23px;
  }
.service_slider .col-lg-3 {
    width: 100%;
  }
.service_description {
    min-height: auto;
  }
.testimonial_slider #sp-testimonial-free-wrapper-41 .sp-testimonial-free-section {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
    width: 32px !important;
    height: 30px !important;
    left: 0px;
  }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
    width: 32px !important;
    height: 30px !important;
    right: 0px;
  }
.col-lg-3.footer_box1 {
    width: 100%;
  }
.col-lg-5.footer_box2 {
    width: 100%;
  }
.col-lg-5.footer_box3 {
    width: 100%;
  }
.footer_box {
  width: 100%;
  margin: 10px 0;
}
.top_subheading {
  font-size: 14px;
  line-height: 21px;
}
.col-lg-3.footer_box3 {
    width: 100%;
  }
.removal_melbourne .service_description {
  min-height: auto;
}

} 

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}

	
}
