body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/24px 'Poppins'; color:#000; 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: 'Poppins';
font-family: 'PlayfairDisplay-Bold';*/


.btn_link { padding: 14px 20px; border-radius: 6px; text-transform: uppercase; font-weight: normal; color:#000; display: inline-block; font-family: 'Poppins'; font-size: 14px; line-height: 22px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; background: #fdf204; }
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #00172e;
  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:#fff; }

.btn_link2{ background: #fff; color:#000; }
.btn_link2::before{background-color: #010101; color:#fff; }

.btn_link3{ background: #000; color:#fff; }
.btn_link3::before{background-color: #fff; color:#000; }
.btn_link3:hover{ color:#000; }


/*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: 55; }

.header_top{position: relative; width: 100%; background: #00172e; padding: 12px 0; border-radius: 0; }
.header_top .container{position: relative; z-index: 1; }
.top_contact ul li{ margin: 0 25px 0 0; color:#fff; font-family: 'Poppins'; font-size: 16px; line-height: 20px; font-weight: 500; float: left; padding-right: 20px; position: relative; }
.top_contact ul li a{ color:#fff; }
.top_contact ul li a:hover{ color:#fdf204; }
.top_contact ul li i{ margin: 0 5px 0 0; color:#f5f100; }
.top_contact ul li:last-child{ margin-right: 0px; padding-right: 0px;}

.top_social{ float: right; }
.top_social li{ margin-left: 15px; color:#fff; font-family: 'Poppins'; font-size: 16px; line-height: 20px; font-weight: 500; float: left; }
.top_social li:first-child{ margin-left: 0;}
.top_social li a{ color:#fdf204; }
.top_social li a:hover{ color:#fff; }



.headerMain{ width: 100%; background: #fff; padding: 12px 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: 16px; line-height: 20px; color:#000; position: relative; font-weight: 500; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 5px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#00172e; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #00172e; 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: 200px; padding: 0; background: #00172e; top: 37px; 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: #fdf204 !important; color:#000; }

.top-logo{width: 22%;}
.header-mid { width: 62%;}
.header-right{ width: 16%; }



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


@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; overflow: hidden; }  
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; text-align: center; }
.banner_box:before{ width: 100%; position: absolute; left: 0px; top: 50%; transform: translate(0, -50%); height: 10px; content:""; z-index: 1; background: #fff; }
.banner_box img{ width: 100%; height: auto; object-fit: cover; object-position: left top; }
/* .banner_innr{ width: 100%; position: absolute; left: 0; top: 0;  z-index: 5; height: 100%; } */
.banner_innr {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.banTxt{max-width: 680px; display: inline-block; background: url(../images/ban_curv.png) no-repeat 0 0; background-size: 100% 100%; display: flex; justify-content: center; align-items: center; height: 100%; flex-wrap: wrap; margin: 0 auto; flex-direction: column;  padding: 15px; padding: 0 50px; min-height: 570px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 48px; line-height: 56px; color: #fff; padding-bottom: 15px; position: relative; text-transform: capitalize; font-family: 'Poppins'; position: relative; font-weight: 800; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ color:#fdf204; }
.ban_content{ color:#fff; padding: 0 5% 10px; line-height: 28px; font-size: 16px; }

.ban_btn{ display: flex; justify-content: center; width: 100%; column-gap: 25px; }
.ban_btn .btn_link{ margin: 15px 0 0; }
.banner_innr .container{ height: 100%;}






.wrapper{ padding: 80px 0; }
.top_subheading{ width: 100%; font-size: 16px; line-height: 24px; font-family: 'Poppins'; color: #000; font-weight: 400; text-transform: capitalize; padding-bottom: 12px; }
.top_subheading strong{ font-weight: 400; padding: 0 40px; display: inline-block; position: relative; }
.top_subheading strong:before{ background: url(../images/text_aew1.png) no-repeat 0 0; width: 31px; height: 11px; background-size: 100%; position: absolute; left: 0; top: 50%; content: ""; transform: translate(0, -50%);}
.top_subheading strong:after{ background: url(../images/text_aew2.png) no-repeat 0 0; width: 31px; height: 11px; background-size: 100%; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0, -50%);}

.about_row .top_subheading strong:before{ background: url(../images/text_aew4.png) no-repeat 0 0; }
.about_row .top_subheading strong:after{ background: url(../images/text_aew3.png) no-repeat 0 0; }


.top_heading{ width: 100%; font-size: 34px; line-height: 42px; font-family: 'Poppins'; color: #000; font-weight: 700; text-transform: capitalize; padding-bottom: 15px; }
.top_paragraph{ font-size: 16px; line-height: 28px; font-family: 'Poppins'; color: #000; font-weight: normal; padding-bottom: 20px; }

.about_row{ align-items: center;}
.about_left{ width: 100%; padding: 0 20px 0 0; } 
.about_sec .about_row{ align-items: center;}
.about_sec {position: relative;}
.about_sec:before{ background: url(../images/about_bg.png) no-repeat 0 0; width: 400px; height: 780px; background-size: 100%; position: absolute; left: 0; top: 0px; content: ""; }
.about_sec:after{ background: url(../images/top_arrow.png) no-repeat 0 0; width: 47px; height: 136px; background-size: 100%; position: absolute; left: 15px; bottom: 30px; content: ""; }
.about_sec .container{position: relative;}
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; }
.about_imgbox img{ max-width: 100%; margin-top: 20px; }
.about_img{ width: 100%; border-radius: 10px; }
.about_img.about_img1 { height: 434px; object-fit: cover;}
.higlight_sec{ width: 100%; background: #f5f5f5; padding: 25px; border-radius: 10px; font-size: 16px; line-height: 26px; font-weight: 700; }
.about_list{ width: 100%; padding: 15px 0 0; }
.about_list .d-flex{ align-items: center; margin: 20px 0;}
.about_list .d-flex .flex-shrink-0{ width: 67px; height: 67px; display: flex; align-items: center; justify-content: center; background: #fef305; border-radius: 100%;}
.about_list .d-flex .flex-grow-1{ font-size: 16px; line-height: 20px; font-weight: 700; }
.about_imgbox{ width: 100%; }
.about_imgbox img{ max-width: 100%; }

.service_sec{ width: 100%;  background: url(../images/service_bg.jpg) no-repeat 0 0; background-size: cover; position: relative;}
.service_sec .top_sec{ text-align: center; }
.service_box { width: 100%; border-radius: 15px; margin: 20px 0; display: block; height: 100%; }
.service_img { width: 40%; border-radius: 15px 0 0 15px; overflow: hidden; float: left; height: 100%;}
.service_img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 15px 0 0 15px; -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_txt{ width: 60%; float: right; padding: 30px 15px 15px; background: #fff; border-radius: 0 15px 15px 0; height: 100%; }
.service_title{ width: 100%; font-size: 24px; line-height: 26px; font-family: 'Poppins'; text-transform: capitalize; padding: 0 0 12px; color:#000; font-weight: 700; }
.service_description{ font-size: 14px; line-height: 26px; font-family: 'Poppins'; color:#000; padding: 0 0 15px; }
.service_link{ display: inline-block; font-size: 14px; line-height: 24px; font-family: 'Poppins'; color:#000; font-weight: 700; text-decoration: underline !important; text-transform: uppercase; letter-spacing: 1px; text-underline-offset: 5px; }
.service_link:hover{ color:#00172e; }
.wrapper.service_sec { padding-bottom: 150px;}
.service_sec:before{ background: url(../images/car.png) no-repeat 0 0; width: 190px; height: 76px; background-size: 100%; position: absolute; left: 25px; bottom: 0; content: ""; }
.service_sec:after{ background: url(../images/stop.png) no-repeat 0 0; width: 70px; height: 180px; background-size: 100%; position: absolute; right: 15px; bottom: 0; content: ""; }


.service_box:hover .service_img img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#fff !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; background: #00172e; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.why_choose{ width: 100%;  position: relative; background: url(../images/why_bg.png) no-repeat center top 40px; background-size: contain; }
.why_choose .top_sec{ text-align: center;}
.why_choose:after{ background: url(../images/top_arrow.png) no-repeat 0 0; width: 47px; height: 136px; background-size: 100%; position: absolute; right: 20px; top: 50px; content: ""; }
.why_choose:before{ background: url(../images/top_arrow.png) no-repeat 0 0; width: 47px; height: 136px; background-size: 100%; position: absolute; left: 20px; bottom: 30px; content: ""; }
.whybox{ margin: 30px 0; width: 100%; padding: 0 10px; transition: 0.5s; position: relative; }
.why_icon { width: 100%; margin: 0 0 10px; }
.why_icon img{ max-width: 100%; transition: 0.5s; }
.why_heading{ font-size: 24px; line-height: 26px; color:#000; padding: 0 0 10px; font-family: 'Poppins'; font-weight: 600; }
.why_content{ font-size: 14px; line-height: 24px; color:#000; font-family: 'Poppins'; font-weight: 400; }
.why_choose .col-lg-2{ width: 20%;}
.whybox:hover { transform: translate(0, -10px);}
.whybox:hover img {transform: rotateY(360deg);}
.why_choose .col-lg-3{position: relative;}
.why_choose .whybox:after{ background: url(../images/line.png) repeat-y 0 0; width: 1px; height: 180px; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0, -50%); }
.why_choose .col-lg-3:last-child .whybox:after{ display: none; }






.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: 10px 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: 65px; padding: 0 25px; background: #fff; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Poppins';  }
.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;}


.testimonial_sec{ width: 100%; position: relative; text-align: center; background: url(../images/testimonial_bg.jpg) no-repeat 0 0; background-size: cover; background-attachment: fixed; }
.testimonial_sec .top_heading{ text-align: center; }
.testimonial_sec .top_subheading{ color:#fff; }
.testimonial_sec .top_subheading strong::before { background: url(../images/text_aew4.png) no-repeat 0 0;}
.testimonial_sec .top_subheading strong::after { background: url(../images/text_aew3.png) no-repeat 0 0;}
.testimonial_sec .top_heading{ color:#fff; }

.process_sec{ width: 100%; background: none; }
.process_left{ width: 100%; }
.process_img{ width: 100%; }
.process_img img{width: 100%; border-radius: 15px;}

.process_rt{ width: 100%; padding-left: 20px;}
.process_row{ width: 100%; }
.process_box{ width: 360px; position: relative; margin: 0 0 65px; }
.process_box:after{ background: url(../images/arrow1.png) no-repeat 0 0; width: 148px; height: 120px; background-size: 100%; position: absolute; right: -165px; top: 20px; content: ""; }
.process_box img{ max-height: 100%; margin-bottom: 15px; }
.process_title { max-height: 100%; margin-bottom: 10px; font-size: 20px; line-height: 24px; color:#000; font-weight: 600; }
.process_content { max-height: 100%; font-size: 16px; line-height: 24px; color:#000; }
.process_rt .process_row:last-child .process_box{ margin-bottom: 0 ;}
.process_rt .process_row:nth-child(odd) .process_box{ float: left;}
.process_rt .process_row:nth-child(even) .process_box{ float: right;}
.process_rt .process_row:nth-child(even) .process_box:after{ background: url(../images/arrow2.png) no-repeat 0 0; right: inherit; left: -165px; }


.process_number { font-style: normal; color: transparent; -webkit-text-stroke: 1px #dedede; font-family: "Poppins", sans-serif; position: absolute; right: 0; top: 12px; font-size: 100px; font-weight: 600; }
.btn_div2{ width: 100%; display: flex; padding: 30px 0 0; }

.lesson_box{ width: 100%; margin-top: 30px; align-items: center; }
.lesson_box .flex-grow-1{ font-size: 24px; line-height: 32px; font-weight: 600;  color:#000; }

.galley_sec.wrapper{ padding-top: 0; }
.galley_sec .top_sec{ text-align: center; }
.galley_sec.wrapper{ padding-bottom: 210px; }

.galley_sec a{ width: 100%; }
.galley_sec a img{ width: 100%; border-radius: 10px; }
.galley_sec .owl-carousel{ margin-top: 20px;}
.galley_sec .container{ max-width: 1920px;}
.galley_sec .owl-carousel .owl-dots.disabled, .galley_sec .owl-carousel .owl-dots{ display: flex !important; margin-top: 40px; justify-content: center; }
.galley_sec .owl-carousel .owl-dot{ width: 12px; height: 12px; border-radius: 100%; background: #d1d1d1; margin: 0 5px; }
.galley_sec .owl-carousel .owl-dot.active{ background: #8c8c8c;}

.home .cta_sec{ display: block;}
.cta_sec{ width: 100%; display: none; }
.cta_innr{ width: 100%; background: #fdf204; border-radius: 10px; padding: 40px; margin-top: -125px; position: relative; overflow: hidden; }
.btn_div3 ul{ display: flex; column-gap: 15px;}
.car_img2{ width: 100%; position: relative; }
.car_img2 img { max-width: 120%; position: absolute; right: 0; top: 18px;}
.cta_innr:before{ background: url(../images/tyre.png) no-repeat 0 0; width: 100%; height: 100%; background-size: contain; position: absolute; left: 0; top: 0; content: ""; }
.cta_innr .row{position: relative;}


.home .footer_top { padding: 85px 0 60px 0;}




.footer_sec{ width: 100%; background: #00172e; position: relative; display: inline-block; }

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

.ftr_social{ width: auto; float: right;}
.ftr_social li{ margin: 0 10px 0 0; float: left; }
.ftr_social li:last-child{ margin-right: 0px;}
.ftr_social li a{ width: 100%; display: inline-block; color:#fff; }


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

.foot_contact li{ width: 100%; margin: 0 0 6px; font-size: 15px; line-height: 20px; color:#fff; position: relative; padding: 5px; padding-left: 30px; }
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#fdf204; }
.foot_contact li i{ font-size: 16px; color:#fff; position: absolute; left: 0px; top: 5px; }

.footer_box1{width: 28%;}
.footer_box2{width: 20%;}
.footer_box3{width: 22%;}
.footer_box4{width: 30%;}

.footer_btm{ width: 100%; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#fdf204; }
.ftr_btminnr{ border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 20px 0; text-align: left; text-transform: uppercase; }
.ftr_btminnr .row{ justify-content: space-between; align-items: center;}


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


/*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: #00172e;}
.primary-navigation .menu_sec ul li a:hover{background-color: #fdf204; 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/banner3.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(0, 0, 0, 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: #fdf204; 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(0, 0, 0) 0%, rgba(0, 0, 0, 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: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
}

.inner_txt {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#00172e;
  padding-bottom: 16px;
  position: relative;
}


.inner_title::before, .inner_subtitle::after  {
  background: #00172e;
  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;
  color: #000;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 4px; background: url(../images/bullet.png) no-repeat 0 0; width: 18px; height: 18px; background-size: 100%; content: ""; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #fdf204;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
      position: relative;
}
.inner_bottm_sec::before {
  background: url(../images/tyre.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.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:#fdf204;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #000;
}
.sub_heading strong{ color: #00172e;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}






/* 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: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.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:#fdf204 !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: 30px;
line-height: 1.2;
text-transform: capitalize;
color: #000;
padding: 0 0 15px;
font-weight: 400;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #00172e;
}
.contact_page_heading strong { color:#00172e;}
.contact_page_info {
position: relative;
color: #000;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background: #fdf204;
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: #060606;
}
.contact_page_info {
color: #000;
}
.contact-text a:hover{ color:#5465ab; }

.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;
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: 14px;
line-height: 24px;
text-transform: uppercase;
color: #000 !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: 600;
background: #fdf204;
  letter-spacing: 1px;
}
.contact-page input[type="submit"]:hover {
background-color: #00172e !important;
color:#fff !important;
}
.contact_right .get_touchSec { padding: 0 0 20px; background: none; }
/* .contact_right .get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.contact_right .get_touchSec .row{ margin: 0 -5px; } */
.contact_right .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;}
.thank_you img{ max-width: 260px !important; margin: 0 0 15px;}



/* error */

/* .error404 .header_sec{ position: fixed; } */
.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: flex; justify-content: center;}
.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: 30px; text-transform: uppercase; font-weight: normal; color:#000; display: inline-block; font-family: 'Poppins'; font-size: 14px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; background: #fdf204;  letter-spacing: 1px; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #00172e;
  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:#fff; }


.post .entry-title{ font-size: 24px !important;  font-weight: 400 !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:#000; }
.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:#000; }
.entry-title a:hover, .entry-meta a:hover { color: #00172e !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #00172e !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: 16px; line-height: 28px; color: #060606; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #000; font-size: 16px; line-height: 28px; }
.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;}




.get_frm{ width: 100%; display: inline-block; margin: 10px 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 20px; background: #fff; border: 1px solid #bbbec3; outline: none; font-size: 16px; line-height: 18px; color:#383838; border-radius: 10px; font-family: 'Poppins';  transition: 0.5s; }
.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 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-color:#00172e !important; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #83e7ff;} */
.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;}



.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.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:#222; border-radius: 10px; font-family: 'Poppins'; }
.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_box input[type="file"] { padding: 14px 15px !important;}
.get_touch p{ padding: 0;}


.inner_bottm_sec .inner_subtitle, .inner_bottm_sec .inner_txt{ color:#000 !important; }
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after{ background: #000; }
.inner_bottm_sec .btn_link2{ margin: 0;}

.mid_box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 13px -9px #000;
  margin: 15px 0;
  min-height: 250px;
}
.mid_sec .inner_subtitle::after{ left: 50%; transform: translate(-50%, 0);}


.testimonial_slider { width: 100%; padding: 25px 0 0; }
.testimonial_slider .sp-testimonial-free{ padding: 20px; text-align: center; position: relative; padding-top: 60px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ color:#fff; font-size: 16px; line-height: 28px; padding: 0; }
.testimonial_slider #sp-testimonial-free-wrapper-79 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: right; color:#fff; font-weight: 600; }
.testimonial_slider #sp-testimonial-free-wrapper-79 .sp-testimonial-free-section .sp-testimonial-client-rating { position: absolute; left: 0; top: 25px; width: 100%; text-align: center; display: flex;justify-content: center; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item{ background: url(../images/border_box.png) no-repeat left top; background-size: 100%; width: 100%; }
.testimonial_slider  #sp-testimonial-free-wrapper-79 .sp-testimonial-free-section .sp-testimonial-client-testimonial { min-height: 175px;}
.testimonial_slider .sp-testimonial-free-section.swiper-initialized{ margin: 0 !important;}


.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-80 .sp-testimonial-free-section .sp-testimonial-client-image{ width: 52px !important; height: 52px !important; margin: 0 !important; }
.review_page #sp-testimonial-free-wrapper-80 .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-80 .sp-testimonial-free-section .sp-testimonial-client-name{ font-size: 18px; line-height: 24px; font-weight: 700; font-family: 'Poppins'; color:#00172e; 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: 16px !important; line-height: 26px !important; text-align: left !important; color:#212121 !important; padding: 15px 0 0 !important; margin: 0 0 12px !important; }
.review_page #sp-testimonial-free-wrapper-80 .sp-testimonial-free-section .sp-testimonial-client-rating { width: 100%;}
.review_page #sp-testimonial-free-wrapper-80 .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;}

.bannersec .owl-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; width: 22px !important; height: 41px !important; background-size: 100% !important; position: absolute; left: 10px; top: 50%; transform: translate(0, -50%); font-size: 0 !important; }
.bannersec .owl-next{ background: url(../images/next.png) no-repeat 0 0 !important; width: 22px !important; height: 41px !important; background-size: 100% !important; position: absolute; right: 10px; top: 50%; transform: translate(0, -50%); font-size: 0 !important; }

.img_box img{ width: 100%; border-radius: 10px;}

.package_box {
  width: 100%;
  margin: 15px 0;
  border-radius: 10px;
  text-align: center;
  background: #fdf204;
  position: relative;
  height: 100%;	
}
.package_box:before {
    background: url(../images/about_bg.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
}
.package_top {
  background: #00172e;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  min-height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
 text-transform: uppercase;	
}
.package_mid {
  padding: 30px 20px;
}
.package_mid li {
  margin: 5px 0;
  font-size: 15px;
}

.package_box.driving_box {
  background: #00172e;
}
.package_box.driving_box .package_top {
  background: #fdf204;
  color: #000;
}
.package_box.driving_box .package_mid {
  background: #00172e;
}
.package_box.driving_box li {
  color: #fff;
}
.driving_box .btn_link2::before {
  background-color: #fdf204;
  color: #fff;
}
.driving_box .btn_link2:hover{ color:#000; }

.book_frm {
  width: 100%;
  margin: 12px 0;
}
.book_frm input[type="text"], .book_frm input[type="email"], .book_frm input[type="tel"], .book_frm input[type="date"], .book_frm input[type="time"], .book_frm select, .book_frm textarea{ padding:0 0 10px; font-size: 16px; border: none; border-radius: 0px; background:none; border-bottom: 1px solid #bbbec3; font-family: 'Poppins'; transition: 0.5s; color: #383838; width: 100%; outline: none !important; }
.book_frm textarea{ height: auto; resize: none; }
.book_frm input[type="text"]:focus, .book_frm input[type="email"]:focus, .book_frm input[type="tel"]:focus, .book_frm input[type="date"]:focus, .book_frm input[type="time"]:focus, .book_frm select:focus, .book_frm textarea:focus{ border: none !important; border-bottom: 1px solid #00172e !important;}
.sml_txt{ width: 100%; font-size:14px; line-height: 20px; color:#bbbec3; padding: 5px 0 0; }
.booking_page .contact_right .get_touchSec { padding: 10px 0 0; background: none; }
















@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: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}
.btn_link {padding: 10px 25px;}

.top_contact ul li {
  margin: 0 13px 0 0;
  font-size: 14px;
}
.top_social li {
  font-size: 14px;
}
.menu_sec li {
  margin: 0 0 0 25px;
  font-size: 15px;
}
.header-right {
  width: 18%;
}
.header-mid {
  width: 60%;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 36px;
  line-height: 45px;
}
.ban_content {
  padding: 0 5% 10px;
  line-height: 25px;
  font-size: 15px;
}
.about_list .d-flex {
  margin: 15px 0;
}
.about_list .d-flex .flex-grow-1 {
  font-size: 14px;
  line-height: 18px;
}
.about_list .d-flex .flex-shrink-0 {
  width: 62px;
  height: 62px;
}
.about_sec::before {
  width: 280px;
  height: 350px;
}
.about_sec::after {
  width: 35px;
  height: 105px;
  left: 15px;
  bottom: 30px;
}
.higlight_sec {
  padding: 18px;
  font-size: 15px;
  line-height: 22px;
}
.service_title {
  font-size: 20px;
  line-height: 22px;
}
.service_description {
  font-size: 13px;
  line-height: 24px;
  padding: 0 0 15px;
}
.service_sec::before {
  width: 150px;
  height: 62px;
  left: 25px;
}
.service_sec::after {
  width: 50px;
  height: 136px;
  right: 15px;
}
.why_heading {
  font-size: 20px;
  line-height: 24px;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 14px;
  line-height: 25px;
}
.process_content {
  font-size: 15px;
  line-height: 24px;
}  
.process_number {
  top: 12px;
  font-size: 80px;
}
.process_box::after {
  width: 95px;
  height: 80px;
  right: -117px;
  top: 20px;
}
.why_choose::after {
  width: 35px;
  height: 105px;
  right: 20px;
  top: 35px;
}
.process_box::after {
  width: 84px;
  height: 78px;
  background-size: 100% !important;
  right: -117px;
  top: 20px;
}
.process_box::after {
  left: -90px;
}
.lesson_box .flex-grow-1 {
  font-size: 20px;
  line-height: 28px;
}
.galley_sec.wrapper {
  padding-bottom: 160px;
}
.cta_innr {
  padding: 30px;
  margin-top: -100px;
}
.home .footer_top {
  padding: 60px 0 45px 0;
}
.footer_logo img {
  max-width: 210px;
}
.footer_heading {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 13px;
}
.foot_link li {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 20px;
}
.foot_contact li {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
  padding-left: 30px;
}
.ftr_btminnr {
  padding: 15px 0;
}
.toparww {
  right: 15px;
  bottom: -30px;
  font-size: 20px;
  width: 35px;
  height: 35px;
}
.toparww_main.fixed .toparww {
  bottom: 65px;
}
.footer_btm {
  font-size: 13px;
  line-height: 20px;
}
.review_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 15px !important;
}




}


@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 {
    width: 50%;
    float: left;
    color: #000 !important;
    padding: 10px 0;
    text-decoration: none !important;
    text-transform: capitalize;
    background: #fdf204;
  }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 10px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#020a11;  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: 24px; }
.inner_subtitle { font-size: 22px;}
.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: 20px 12px; height: auto; width: 180px; border-radius: 5px;}

.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 {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;}    

.banTxt {
  max-width: 460px;
  padding: 15px;
  padding: 0 25px;
  min-height: 570px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 24px;
    line-height: 32px;
  }
.ban_content {
    padding: 0 4% 10px;
    line-height: 24px;
    font-size: 14px;
  }
.ban_btn {
  column-gap: 10px;
}
.bannersec .owl-prev {
  width: 15px !important;
  height: 28px !important;
}
.bannersec .owl-next {
  width: 15px !important;
  height: 28px !important;
}
.about_list .d-flex .flex-shrink-0 {
    width: 50px;
    height: 50px;
  }
.about_list .d-flex .flex-shrink-0 img {
  max-width: 30px;
}
.about_list .d-flex .flex-grow-1 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 10px !important;
  }
.higlight_sec {
    padding: 15px;
    font-size: 14px;
    line-height: 21px;
  }
.about_left {
  width: 100%;
  padding: 0;
}
.ftr_btminnr .row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.ftr_social {
  width: auto;
  float: none;
  display: inline-block;
  margin: 15px 0 0;
}
.ftr_btminnr {
    padding: 15px 0 0;
    text-align: center;
  }
.process_box::after{ display: none; }
.process_box {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
.process_number {
    top: 12px;
    font-size: 70px;
  }
.why_choose::after {
    width: 25px;
    height: 75px;
    right: 5px;
    top: 10px;
}  
.lesson_box .flex-grow-1 {
    font-size: 18px;
    line-height: 26px;
  }
.btn_div2 {
  padding: 10px 0 0;
}
.cta_innr {
    padding: 20px;
    margin-top: -80px;
  }
.galley_sec.wrapper {
    padding-bottom: 120px;
  }
.footer_box1 {
  width: 100%;
  text-align: center;
}
.footer_box2 {
  width: 25%;
}
.footer_box3 {
  width: 29%;
}
.footer_box4 {
  width: 46%;
}
.why_choose::before {
  width: 25px;
  height: 77px;
  left: 12px;
  bottom: 2px;
}
.top-logo {
  width: auto;
}
.header_sec {
  padding: 10px 0;
}
.header_sec.fixed .headerMain {
  padding: 0;
}


.footer_top {
  padding: 40px 0 20px 0;
}

.navbar-brand img {
    width: 35%;
}












} 
 
 
@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;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 22px; font-size: 14px; }  
  
.service_title {
    font-size: 18px;
    line-height: 21px;
  }
.service_description {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 10px;
  }
.service_link {
  font-size: 12px;
  line-height: 22px;
}
.wrapper.service_sec {
  padding-bottom: 100px;
}
.service_sec::after {
    width: 35px;
    height: 95px;
    right: 15px;
}
.package_top {
  padding: 13px 20px;
  font-size: 17px;
  line-height: 24px;
  min-height: 72px;
}

.why_choose .col-lg-3:nth-child(2) .whybox::after {display: none;}
.why_choose::before {
  width: 30px;
  height: 89px;
  left: 10px;
  bottom: 20px;
}
.testimonial_slider .sp-testimonial-free {
  padding: 18px;
  padding-top: 60px;
}

.navbar-brand img {
    width:15%;
}









  
      
} 

 
@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: 19px; line-height: 25px; 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;}
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}

.banTxt {
    max-width: 330px;
    padding: 0 20px;
    min-height: 550px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 17px;
    line-height: 21px;
  }
.ban_content {
    padding: 0 1% 10px;
    line-height: 19px;
    font-size: 12px;
  }
.ban_btn {
    column-gap: 7px;
  }
.ban_btn .btn_link {
  margin: 5px 0 0;
  padding: 5px 13px;
  font-size: 11px;
}
.about_sec::before {
    width: 140px;
    height: 120px;
  }
.higlight_sec {
    padding: 12px;
    font-size: 14px;
    line-height: 21px;
  }
.about_list .d-flex {
    margin: 0 0 15px;
  }
 .about_list .d-flex .flex-grow-1 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 10px !important;
  }
 .about_list .d-flex .flex-grow-1 br{ display: none; }
 .about_imgbox img {
  max-width: 100%;
  margin: 30px 0 0px;
}
.about_sec::after{ display: none;}
.service_box {
  width: 100%;
  border-radius: 15px;
  margin: 20px 0;
  display: inline-block;
  height: auto;
  background: #fff;
}
.service_img {
  height: auto;
}
.service_img img {
  width: 100%;
  height: 206px;
  object-position: left top;
}

.service_txt {
  height: auto;
}
.service_box {
  width: 100%;
  border-radius: 15px;
  margin: 20px 0 0;
}
.why_choose::before{ display: none;}
.process_rt {
  width: 100%;
  padding: 35px 0 0;
}
.process_box {
    margin: 0 0 20px;
  }
 .foot_link li {
    margin: 0 0 7px;
    font-size: 12px;
    line-height: 18px;
  }
.foot_contact li {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
    padding-left: 30px;
  }
.footer_box2 {
    width: 24%;
  }  
.footer_box3 {
    width: 27%;
  }
.footer_box4 {
    width: 49%;
  }
.cta_innr {
    text-align: center;
  }
.btn_div3 ul {
  justify-content: center;
}
.mid_box {
  padding: 20px;
  margin: 15px 0;
  min-height: auto;
}
.mid_sec .row-gap-4{row-gap: 0 !important;}
.review_page #sp-testimonial-free-wrapper-80 .sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 16px;
}

.navbar-brand img {
    width: 40%;
}



}


@media only screen and (max-width: 735px){ 
.testimonial_slider #sp-testimonial-free-wrapper-79 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
  min-height: auto;
}
.testimonial_slider #sp-testimonial-free-wrapper-79 .sp-testimonial-free-section .sp-testimonial-client-name {
  text-align: center;
}
.navbar-brand img {
    width: 35%;
}

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

.navbar-brand img {
    width: 40%;
}




}



@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; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }

.thank_you img { max-width: 200px !important; margin: 0 0 15px;}

.bannersec .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 210px;
}
.banTxt {
    max-width: 240px;
    padding: 0 15px;
    min-height: 528px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 7px;
}
.ban_content {
    padding: 0 1% 8px;
    line-height: 16px;
    font-size: 10px;
  }
.ban_btn {
    column-gap: 7px;
  }
.ban_btn .btn_link {
  margin: 2px 0 0;
  padding: 3px 10px;
  font-size: 10px;
}
.service_txt {
  padding: 18px 12px 11px;
  border-radius: 0 15px 15px 0;
}
.service_img img {
    width: 100%;
    height: 230px;
  }
.service_title {
    font-size: 16px;
    line-height: 18px;
  }
.package_sec .row-gap-4 {
  row-gap: 0 !important;
}
.package_box {
  width: 100%;
  margin: 10px 0;
  height: auto;
}
.package_top {
    padding: 13px 20px;
    font-size: 16px;
    line-height: 24px;
    min-height: auto;
  }
.why_heading {
    font-size: 18px;
    line-height: 24px;
  }
.whybox {
  margin: 10px 0;
}
.why_choose .whybox::after{ display: none; }
.testimonial_slider .sp-testimonial-free {
    padding: 14px;
    padding-top: 55px;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 13px;
    line-height: 23px;
  }
.lesson_box .flex-grow-1 {
    font-size: 16px;
    line-height: 23px;
  }
.process_title {
  font-size: 18px;
  line-height: 24px;
}
.cta_innr {
    padding: 12px;
  }
.cta_innr .top_heading {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 6px;
  }
.cta_innr .btn_div3 ul {
  display: flex;
  column-gap: 8px;
  justify-content: center;
}
.cta_innr .btn_link {
    padding: 8px 22px;
    font-size: 12px;
  }
.home .footer_top {
    padding: 45px 0 45px 0;
  }
.footer_box {
  width: 100%;
  margin: 0 0 15px;
}
.footer_heading {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 12px;
  }
.foot_link li {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 24px;
  }
.foot_contact li {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 16px;
}
.navbar-brand img {
    width: 35%;
}
} 

@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;}
	
.navbar-brand img {
    width: 35%;
}	
	
}
