body{ padding: 0px; margin: 0px; list-style: none; font: normal 16px/26px 'Outfit'; color:#242424; 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: 'Outfit';
font-family: 'Inter';
font-family: 'Inter-ExtraBold';*/


.btn_link { padding: 12px 30px; border-radius: 30px; text-transform: uppercase; font-weight: 700; color:#fff; display: inline-block; font-family: 'Inter'; font-size: 16px; line-height: 24px; background: #4db438; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; border: 1px solid #4db438; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #1fa3dd; 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 !important; border-color:#1fa3dd; }
.btn_link i{ margin: 0 5px 0 0;}
.border-gradient-green i{ margin: 0 5px 0 0;}

.btn_link2{background: #1fa3dd !important; border-color:#1fa3dd !important; }
.btn_link2::before {background-color: #4db438 !important; }
.btn_link2:hover{ color:#fff !important; border-color:#4db438 !important; }

.btn_link3{background: #4db438 !important; border-color:#4db438 !important; color:#fff !important; }
.btn_link3::before {background-color: #000 !important; }
.btn_link3:hover{ color:#fff !important; border-color:#000; }

.btn_link4{background: #1fa3dd !important; border-color:#1fa3dd !important; color:#fff !important; }
.btn_link4::before {background-color: #fff !important; }
.btn_link4:hover{ color:#1fa3dd !important; border-color:#fff !important; }


/* .header-rt .btn_link.btn_link4::before {background: none !important;}
.header-rt .btn_link.btn_link4:hover{ color:#fff !important; border-color:#fff !important; background: none !important; } */
/* .header_sec.fixed .header-rt .btn_link.btn_link4{border-color:#323232 !important; color:#323232 !important;}
.header_sec.fixed .header-rt .btn_link.btn_link4:hover{ color:#fff !important; border-color:#323232 !important; }
.header_sec.fixed .header-rt .btn_link:hover{border-color:#1d9029 !important; }
.header_sec.fixed .menu_sec li a{ 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; padding: 10px 0;  z-index: 5; background: #f9f9f9; }

.headerMain{ width: 100%; }
.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; 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: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 32px; font-family: 'Inter'; font-size: 13px; line-height: 18px; color:#080808; position: relative; font-weight: normal; float: left; font-weight: 500; height: auto !important; line-height: normal !important;}
.menu_sec li a{display: inline-block; color: #080808; padding: 10px 0; letter-spacing: 0; text-transform: uppercase; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#1fa3dd !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #1fa3dd; bottom: 0 !important; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0; top: inherit !important; }
.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: 180px; padding: 0; background: #1fa3dd; top: 35px; 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: #4db438 !important; color:#fff; }


.top-logo{width: 19%; position: relative; }
.header-mid { width: 61%;}
.header-rt { width: 19%; display: flex; }
.header-rt .btn_link{ float: right; margin: 0 0 0 10px; text-transform: capitalize; }
.header-rt .btn_link:first-child{ margin-left: 0; }
/* .header-rt .btn_link{ background: #5948d7;}
.header-rt .btn_link::before { background-color: #019544; } */
.header-rt .btn_link{padding: 10px 26px;}

.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; padding: 10px 0; }
.header_sec.fixed .header_top{ display: none; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img { max-width: 120px;}


@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; z-index: 2; padding: 0 15px; background: #f9f9f9;}  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: -30px; background: url(../images/whitebg.png) no-repeat 0 0; height: 103px; background-size: 100%; content: ""; background-size: 100% 100%; }  */
.bannersec .container{ position: relative; max-width: 1920px; }
.banner_box{ width: 100%; position: relative; background: #d1eeff; min-height: 600px; border-radius: 15px; }
/* .banner_box img{ width: 100%; height: 650px; object-fit: cover; } */
.banner_box:before{ background: url(../images/banbg.jpg) no-repeat 0 0;  width: 940px; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background-size: 100%; border-radius: 15px 0 0 15px; }

.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: 1050px;
  margin: 0 auto;
  text-align: center;
}
.ban_subheading{width: 100%; text-align: left; font-size: 13px; line-height: 15px; font-weight: 600; text-transform: uppercase; font-family: 'Inter'; padding: 0 0 15px; }
.ban_subheading i{ margin-right: 5px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 70px; line-height: 78px; color: #080808; padding-bottom: 20px; position: relative; text-transform: uppercase; position: relative; font-weight: bold; font-family: 'Inter-ExtraBold'; }   
.banTxt .ban_heading strong, .banTxt h1 strong{color:#049f14; }
.banTxt .ban_content{display: inline-block; width: 100%; font-size: 16px; line-height: 24px; color: #242424; padding: 0 14% 30px; position: relative; }   
.ban_btn li{ margin: 0 10px 0 0; float: left;}
.ban_btn li:last-child{ margin-right: 0px; }
.ban_btn .btn_link{ margin: 0; text-transform: uppercase;}
.ban_btn ul {
  display: flex;
  justify-content: center;
}
.ban_btn li i{ margin: 0 5px 0 0;}


.border-gradient {
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px; padding: 10px 25px; color:#000;
}
.border-gradient-green {
    position: relative;
  padding: 10px 25px;
  color: #000;
  border-radius: 30px; /* Your border radius */
  background: 
    linear-gradient(white, white) padding-box, 
    linear-gradient(to bottom, #18993e, #1398b4) border-box;
  border: 2px solid transparent;
}
.border-gradient-green:hover{ color:#1398b4; }

.scroll_down {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #414245;
    z-index: 2;
    text-transform: uppercase;
    font-size: 12px;
}
.scroll_down img {
	max-width: 100%;
    animation: arrowDown 1.6s infinite;
}

@keyframes arrowDown {
    0% {
        transform: translateY(0);
        opacity: 0.4;
    }
    50% {
        transform: translateY(12px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0.4;
    }
}	



.specialty_sec{ width: 100%; padding: 25px 0; position: relative;  background: #f9f9f9; }
.specialty_sec .d-flex{ align-items: center; }
.specialty_sec .flex-shrink-0{ width: 51px; height: 51px; background: #e7ffe2; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.specialty_sec .flex-shrink-0 img{ max-width: 100%;}
.specialty_sec .flex-grow-1 { font-weight: 600; color:#242424; font-size: 13px; text-transform: uppercase; margin-left: 10px !important; }



.wrapper.service_sec { padding: 60px 0 45px 0;}
.service_sec{width: 100%; position: relative; }
.service_sec .container{ position: relative; max-width: 1920px; }
.service_innr{ width: 100%; position: relative; padding-top: 10px; }
.service_sec .top_sec{ text-align: center; padding: 0 8%; }

.service_box{ width: 100%; position: relative; margin: 22px 0 0; border-radius: 7px; background: #fff; padding: 22px 15px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.24); background: #fff !important; transition: all 0.3s; box-shadow: 0px 21px 49.56px 9.44px rgba(0, 0, 0, 0.07); min-height: 205px; }
.service_title { width: 100%; font-size: 18px; line-height: 24px; text-transform: uppercase; color: #00293c; font-weight: bold; position: relative; margin: 0 0 6px; transition: all 0.3s; font-family: 'Inter-ExtraBold'; }
.service_content { width: 100%; font-size: 15px; line-height: 23px; color: #494949; font-weight: normal; padding: 0; transition: all 0.3s; position: relative; }
.service_img {width: 100%; height: 100%; margin-top: 20px; }
.service_img img { width: 100%; position: relative; border-radius: 5px; height: 435px; object-fit: cover;}

.wrapper{ padding: 75px 0; }
.wrapper.welcome_sec { padding: 30px 0 45px 0;}
.welcome_sec{ width: 100%; position: relative; }
.reverse{ flex-direction: row-reverse; }
/* .welcome_sec .row{ align-items: center;} */
.welcome_sec .welcome_txt{ padding-right: 20px;}
.welcome_txt .btn_link{ font-weight: normal; font-size: 16px; padding: 10px 42px; text-transform: capitalize; }

.booking_rt{ width: 100%; padding-left: 30px; border-left: 1px solid #eeeeee; }
.booking_rt .top_heading{ font-size: 30px; line-height: 35px; }
.booking_rt .top_paragraph{ font-size: 15px; line-height: 24px; color:#242424; }

.booking_frm{ width: 100%; margin-top: 15px; }
.booking_frm input[type="text"], .booking_frm input[type="email"], .booking_frm input[type="tel"], .booking_frm input[type="date"], .booking_frm select, .booking_frm textarea{ width: 100%; display: inline-block; padding: 0 20px; outline: none; border-radius: 30px; height: 40px; border: 1px solid #dadada; color:#242424; font-size: 15px; line-height: 20px; font-family: 'Outfit'; background: #fff; transition: all 0.3s; -webkit-appearance: none; }
.booking_frm textarea{ height: 55px; resize: none; padding: 10px; border-radius: 10px; }
.booking_frm input[type="text"]:focus, .booking_frm input[type="email"]:focus, .booking_frm input[type="tel"]:focus, .booking_frm input[type="date"]:focus, .booking_frm select:focus, .booking_frm textarea:focus{ border-color:#1fa3dd; }
.booking_frm .btn_link2{ text-transform: capitalize; font-size: 16px; line-height: 20px; font-weight: 400; font-family: 'Outfit'; margin: 0; }
.booking_frm .btn_link2:hover{ background: #4db438 !important; color:#fff; }
.booking_frm select{ background: url(../images/slct.png) no-repeat right 15px center #fff; }



.top_subheading{ width: 100%; font-size: 13px; line-height: 24px; color: #242424; text-transform: uppercase; margin: 0 0 10px; font-weight: 600; letter-spacing: 1px;font-family: 'Outfit'; position: relative; padding-left: 15px; }
.top_subheading:before{ width: 8px; height: 8px; background: #4db438; border-radius: 100%; position: absolute; left: 0; top: 8px; content: ""; }
.top_heading{ width: 100%; font-size: 35px; line-height: 40px; color: #00293c; font-weight: bold; padding-bottom: 15px; text-transform: uppercase; font-family: 'Inter-ExtraBold'; }
.top_heading strong{ color:#38a8db; }
.top_heading em img{ max-width: 100%; }
/* .top_paragraph2{ font-size: 16px; line-height: 26px; color: #424242; font-weight: bold; padding-bottom: 15px; } */
.top_paragraph{ font-size: 17px; line-height: 26px; color: #242424; font-weight: normal; padding-bottom: 15px; }
.top_paragraph strong{ font-weight: bold; }

.performance_sec{ width: 100%; padding: 50px 0 20px; }
.special_box { width: 100%; margin: 15px 0; align-items: center; background: linear-gradient(180deg,rgba(60, 171, 221, 1) 0%, rgba(55, 166, 217, 1) 20%, rgba(49, 160, 213, 1) 36%, rgba(39, 150, 205, 1) 51%, rgba(25, 135, 193, 1) 74%, rgba(10, 119, 181, 1) 100%); border-radius: 15px; min-height: 172px; padding: 25px; flex-direction: column;
 display: flex; justify-content: center; position: relative;}
.performance_text{ color:#fff; font-size: 14px; line-height: 20px; font-weight: 600; font-family: 'Outfit'; font-weight: 600; text-transform: uppercase; padding: 0 0 5px; width: 100%; } 
.performance_number{ color:#fff; font-size: 49px; line-height: 51px; text-transform: capitalize; font-family: 'Outfit'; font-weight: 600; width: 100%; } 
.performance_sec .col-lg-3:nth-child(even) .special_box { background: linear-gradient(180deg,rgba(51, 166, 40, 1) 0%, rgba(54, 167, 41, 1) 20%, rgba(60, 171, 44, 1) 36%, rgba(67, 175, 48, 1) 51%, rgba(73, 178, 52, 1) 74%, rgba(82, 183, 56, 1) 100%);}
.special_box:before {background: url(../images/blue_logo.png) no-repeat 0 0; width: 91px; height: 110px; background-size: 100%; position: absolute; left: 10px; bottom: 0; content: ""; }
.performance_sec .col-lg-3:nth-child(even) .special_box:before {background: url(../images/green_logo.png) no-repeat 0 0; width: 94px; height: 113px; background-size: 100%; right: 10px; left: inherit;}
.performance_sec .col-lg-3:nth-child(odd) .special_box{ text-align: right;}


.gallery_sec{ width: 100%; background: url(../images/gallery_bg.jpg) no-repeat 0 0; background-size: cover; background-attachment: fixed; }
.gallery_sec.wrapper{ width: 100%; padding: 65px 0; }
.gallery_sec .top_heading{ color:#fff; text-align: center; }
.gallery_sec .owl-carousel .owl-item img { width: 100%; border-radius: 3px;}
.gallery_sec .owl-carousel{ padding-top: 30px;}
.gallery_sec .container { max-width: 1920px; padding: 0px;}



.testimonial_sec{ width: 100%; position: relative; min-height: 400px; }
.testimonial_sec .top_heading, .testimonial_sec .top_paragraph{ padding-bottom: 15px; }
.testimonial_sec .review_txt { font-size: 12px; line-height: 15px; font-weight: 600; color:#0b0b0b; margin-bottom: 10px; width: 100%; display: inline-block; }
.testimonial_sec .review_txt span{ background: #dfffd8; padding: 5px 8px; border-radius: 3px; display: inline-block; text-transform: uppercase; }
.testimonial_sec .btn_link{ font-size: 15px; font-style: normal; text-transform: capitalize; font-weight: normal; padding: 10px 25px; margin: 0;}
.testimonial_sec .col-lg-9 { width: 73%; }
.testimonial_sec .col-lg-3 { width: 27%; }
.testimonial_slider{ width: 100%; padding: 15px 0 0; }



.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 24px; 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: #0b1921; border-radius: 50px; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }



.ctc_sec{ width: 100%; background: #0478ba; position: relative; overflow: hidden; }
.ctc_sec:before{ width: 63%; background: url(../images/cta_bg.jpg) no-repeat left top; height: 100%; position: absolute; left: 0; top: 0px; content: ""; z-index: 5; background-size: 100%;}
.ctc_left{ width: 100%; padding: 45px 0; position: relative;}
.ctc_left .top_heading, .ctc_left .top_paragraph{ color:#fff; }
.ctc_btn{ display: flex; align-items: center; gap: 10px; padding: 0; }
.ctc_sec .row{ align-items: center; justify-content: flex-end;}
.ctc_sec .container{ position: relative; z-index: 5; }



.footer_sec{ width: 100%; position: relative; background: url(../images/footer_bg.jpg) repeat-x left bottom #000e16; }
.footer_mid{ width: 100%; }
.footer_sec .container{position: relative;}
.footer_btm{position: relative;}

.footer_box{ width: 100%; }
.footer_content{ font-size: 16px; line-height: 24px; color:#cccccc; }
.footer_heading{ font-size: 20px; line-height: 24px; font-weight: bold; color:#4db438; text-transform: uppercase; margin-bottom: 15px; font-family: 'Inter'; }

.foot_link li{ width: 100%; margin: 0 0 6px; font-size: 15px; line-height: 24px; color:#dfdfdf; position: relative; font-weight: 400; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#dfdfdf; }
.foot_link li a:hover{ color:#38a8db }


.foot_contact li{ width: 100%; margin: 0 0 7px; font-size: 15px; line-height: 28px; color:#dfdfdf; position: relative; padding: 3px; padding-left: 28px; font-weight: 400;}
.foot_contact li:last-child{ margin-bottom: 0px; } 
.foot_contact li a{color:#dfdfdf; }
.foot_contact li a:hover{ color:#38a8db; }
.foot_contact li i{ position: absolute; left: 0px; top: 2px; }
.foot_contact li i img{ max-width: 100%;}

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

.footer_btm{ width: 100%; font-size: 15px; line-height: 20px; font-weight: normal; color:#cccccc; text-align: center; }
.footer_btm em{ font-style: normal;  }
.footer_btm a{ color:#dfdfdf; }
.footer_btm a:hover{ color:#38a8db; }

.mobile_btm{ display: none;}
.ndis_logo { width: auto; display: inline-block;}
.ndis_logo img{ max-width: 100%; }

.footer_callSec { width: 100%; position: relative; margin-top: -2px; display: flex;}
.callSec_innr { width: 100%; background: #4a9f4a; border-radius: 130px; padding: 22px; position: relative; margin-top: -70px;}
.callSec_innrbox { width: 100%; border: 1px dashed #fff; padding: 40px; border-radius: 110px;}
.callSec_innrbox .top_heading{ color:#fff; text-transform: capitalize;}

.callSec_innrbox .col-6{ padding: 0 5px; }
.callSec_innrbox .btn_link{ padding: 12px 28px; }
.callSec_innrbox .btn_link:before{background: #124145; }
.callSec_innrbox .btn_link:hover{ color:#fff !important; }
.call_row{ align-items: center;}
.counter { display: inline-block;}

.footer_midInnr{ padding: 42px 0; border-top: 1px solid rgba(255, 255, 255, 0.10); border-bottom: 1px solid rgba(255, 255, 255, 0.10); }
.copy_rt{ width: 100%; padding: 20px 0;}
.footer_box1{ border-right: 1px solid rgba(255, 255, 255, 0.10); }
.footer_box2 .footer_box{ padding-left: 15px;}
.footer_box3 .footer_box{ padding-left: 15px;}
.footer_box1 .footer_box{ padding-right: 15px;}

.footer_top { width: 100%; padding: 45px 0;}
.footer_top .top_heading{ color:#4db438; padding: 0 0 10px; }
.apoint_link{ font-size: 17px; text-transform: uppercase; font-weight: 700; font-family: 'Inter'; letter-spacing: 1px; color:#fff; }
.apoint_link:hover{ color:#38a8db; }


.service_box .flex-shrink-0 img{transition: 1.35s;}
.service_box:hover img {
  transform: rotateY(360deg);
}
.service_link{ width: 100%; display: block; height: 100%; position: absolute; right: 0; top: 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: #38a8db;}
.primary-navigation .menu_sec ul li a:hover{background-color: #4db438; color:#fff !important; }
.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_new.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: #38a8db; 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: #00293c;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Inter-ExtraBold';
}
.inner_subtitle {
  color: #00293c;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
   text-align: left;
   font-family: 'Inter-ExtraBold';
}
.inner_subtitle2 {
  color: #00293c;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  text-transform: capitalize;
  text-align: left;
  font-family: 'Inter-ExtraBold';
}

.inner_txt {
  font-size: 16px;
  color: #242424;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  padding-bottom: 16px;
  color: #38a8db;
  font-weight: bold;
}


.inner_title::before, .inner_subtitle::after  {
  background: #38a8db;
  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: 3px;
  padding-left: 24px;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  color: #3a3939;
  font-weight: normal;
  list-style: none;
}
.inner_list_txt ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    color: #4db438;
    content: "\f138";
    width: 12px;
    height: 12px;
    background-size: 100%;
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #4db438;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title, .inner_bottm_sec .inner_subtitle { color: #fff !important; font-weight: 600; font-family: 'Inter-ExtraBold'; }

.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: #fff;
}
.breadcrumb-container {
  z-index: 5;
  color:#38a8db;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #00293c;
}
.sub_heading strong{ color: #38a8db;}






/* 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: 'Outfit';}
.get_box .btn_link{ border: none; font-family: 'Outfit'; }
.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:#1fa3dd !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:#1e1e1e; opacity: 1; }

.contact_page_heading {
font-size: 34px;
line-height: 1.2;
text-transform: uppercase;
color: #0e2546;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
font-family: 'Inter-ExtraBold';
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
background: #38a8db;
}
.contact_page_heading strong { font-weight: bold; color: #38a8db; }
.contact_page_info {
position: relative;
color: #242424;
margin-top: 25px;
padding-left: 57px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#4db438;
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: #242424;
}
.contact_page_info {
color: #242424;
}
.contact-text a:hover{ color:#1fa3dd; }

.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: 15px !important;
color: #121212 !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; }
.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;
width: fit-content;
padding:13px 32px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Outfit';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #1fa3dd !important; }
.contact-page input[type="submit"]:hover {
background: #4db438 !important;
color:#fff !important;
}
.get_touchSec {padding: 0 0 20px;}
.contact_right .get_frm:before{ display: none;}
.contact_right .get_frm { border: none; }
.contact_right .get_frm input[type="text"], .contact_right .get_frm input[type="email"], .contact_right .get_frm input[type="tel"], .contact_right .get_frm select, .contact_right .get_frm textarea{ border: 1px solid #dcdada; }
.contact_right .get_frm input[type="text"]:focus, .contact_right .get_frm input[type="email"]:focus, .contact_right .get_frm input[type="tel"]:focus, .contact_right .get_frm select:focus, .contact_right .get_frm textarea:focus{ border-color:#1fa3dd; }

.get_touchSec .col-lg-6, .get_touchSec .col-lg-12, .get_touchSec .col-md-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 !important;}
.reverse{ flex-direction: row-reverse; }
.contact_map { margin-top: 25px;}
.contact_map iframe { width: 100%; display: flex; height: 170px;}
.thank_you { text-align: center;}


/* error */

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

.error404 .header_sec{ position: relative; box-shadow: 0 0 14px -8px #000; }
.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: #3a3939; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.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: 5px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; 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; display: block; width: fit-content; background: #4db438; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: #1fa3dd;
  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: 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:#00293c;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; } 
.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:#242424; }
.entry-title a:hover, .entry-meta a:hover { color: #1fa3dd !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #f57c20 !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: #3a3939; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #242424; 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 .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 input[type="file"] {  padding: 14px 15px !important;}

.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 input[type="date"], .get_frm input[type="file"], .get_frm select, .get_frm textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #d1d1d0; outline: none; font-size: 14px; line-height: 18px; color:#121212; border-radius: 10px; font-family: 'Outfit'; transition: all 0.3s; }
.get_frm textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="date"]::placeholder, .get_frm input[type="file"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#959595; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_frm select{ cursor: pointer;}

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


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
/* .site-navigation ul .sub-menu { width: 250px; top: 34px; box-shadow: 0 0 7px -4px #646363; padding: 5px;} */
.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: #38a8db !important; }
.img_box img{ width: 100%; border-radius: 8px; }

.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 .btn_link{ margin: 15px 0 0;}


.thank_you img{ max-width: 250px !important; }


.booking_frm p{ padding: 0; margin: 0; }

/* .ctc_secInnr.ctc_sec::before{ display: none;} */
.ctc_sec.text-center.ctc_secInnr {
  text-align: center !important;
  padding: 30px; border-radius: 10px;
}
.inner_content .ctc_secInnr .container {
  z-index: 5;
}
.ctc_secInnr .inner_subtitle{ text-align: center; text-shadow: 0 1px 2px #000; }
.ctc_secInnr .ctc_btn {
  justify-content: center;
}

.ctc_secInnr .inner_subtitle::after {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.booking_innr {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 9px -5px #979595;
}
.center_txt.inner_title::before, .center_txt.inner_subtitle::after {
  left: 50%;
  transform: translateX(-50%);
}
.booking_frmInnr .booking_frm textarea{ height: 100px;}



.faq_page #sp_easy_accordion-1770881741 { max-width: 850px; margin: 0 auto;}
.faq_page .sp-easy-accordion .sp-ea-single .ea-header{ padding: 0;}
.faq_page .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #4db438 !important;}
.faq_page .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #00293c !important; font-size: 15px !important;}
.faq_page .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 15px !important; line-height: 24px !important; text-align: left; }
.faq_page .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#4db438 !important; }
.faq_page .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_page .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.faq_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a { padding: 12px; text-align: left;}
.faq_page #sp_easy_accordion-1770445505{ max-width: 850px; margin: 0 auto; }
.faq_page #sp-ea-65.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon { color: #00293c; margin: 0 0 0 10px; float: right; width: 26px; height: 26px; }
.faq_page .inner_txt{ padding: 0 15% 15px;}


.primary-navigation ul ul a { text-transform: capitalize;  }

/* .mid_sec .core-box{ margin-top: 30px; } */

.read_link{ color:#4db438; text-decoration: underline !important; text-underline-offset: 2px;}
.mid_sec {padding-bottom: 40px;}
.mid_sec .inner_subtitle { margin-bottom: 35px; }

.primary-navigation .menu_sec li li{position: relative;}
.primary-navigation .menu_sec ul ul{ top: 0;}
/* .primary-navigation .menu_sec ul ul li:hover > a{ background: #4db438 !important;} */
/* .primary-navigation .menu_sec ul li.current_page_item > a{ background: #4db438 !important; color:#fff !important; }
.site-navigation ul .sub-menu li a{ color:#fff !important; } */


.primary-navigation .menu_sec ul ul li:hover > a {
    background: #4db438 !important;
    color: #ffffff !important;
}
/* Parent menu link active when submenu item is hovered */
.primary-navigation .menu_sec ul li:hover > a {
    background: #4db438 !important;
    color: #ffffff !important;
}
.site-navigation ul .sub-menu li a {
  color: #fff !important;
}

.social_list{ width: 100%; display: flex; justify-content: flex-start; column-gap: 10px; padding-top: 15px; }
.social_list li img{ max-height: 100%; }
.core-img img{transition: 1.35s;}
.core-box:hover .core-img img { transform: rotateY(360deg);}



.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 20px;
  line-height: 23px;
}
#sp-ea-67.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
    font-size: 14px;
    margin-right: 4px;
    position: absolute;
    left: 5px;
  }
.faq_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding-left: 32px;
  position: relative;
  line-height: 22px;
}

.social_list li img{ max-width: 36px;}









@media only screen and (max-width: 1399px) {
.ctc_sec::before { background-size: cover;}




}



@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: 28px; 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;}


.navbar-brand img {
  max-width: 140px;
}
.border-gradient-green {
  padding: 9px 20px;
}
.menu_sec li {
  margin: 0 0 0 22px;
}
.banTxt {
  max-width: 860px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 50px;
  line-height: 58px;
}
.ban_img1 {
  max-width: 75px;
}
.ban_img2 {
  max-width: 200px;
}
.ban_img3 {
  max-width: 75px;
}
.banTxt .ban_content {
  font-size: 15px;
  line-height: 24px;
  padding: 0 7% 30px;
}
.banner_box {
  min-height: 540px;
}
.banner_box::before {
  width: 560px;
}
.btn_link {
  padding: 10px 28px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
}
.specialty_sec .flex-grow-1 {
  font-size: 12px;
  margin-left: 7px !important; line-height: 18px;
}
.specialty_sec .flex-shrink-0 {
  width: 40px;
  height: 40px;
}
.service_img img {
  height: 470px;
}
.booking_rt .top_heading {
  font-size: 25px;
  line-height: 28px;
}
.welcome_txt .top_subheading{ padding-left: 15px;}
.top_paragraph {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 15px;
  }
.special_box {
  margin: 12px 0;
  min-height: 155px;
  padding: 16px;
}
.special_box::before {
  width: 70px;
  height: 86px;
  left: 10px;
}
.performance_sec .col-lg-3:nth-child(2n) .special_box::before{
  width: 70px;
  height: 86px;
  right: 10px;
}
.gallery_sec.wrapper {
  padding: 60px 0;
}
.performance_sec {
  padding: 40px 0 10px;
}
.testimonial_sec .btn_link {
  font-size: 14px;
  padding: 10px 22px;
  margin: 0;
}
.testimonial_sec .col-lg-9 {
  width: 70%;
}
.testimonial_sec .col-lg-3 {
  width: 30%;
}
.ctc_left {
  padding: 35px 0;
}
.ctc_sec::before {
  width: 67%;
}
.footer_top {
  padding: 35px 0;
}
.footer_heading {
  font-size: 17px;
  line-height: 20px;
}
.copy_rt {
  padding: 15px 0;
}
.border-gradient-green {
    padding: 7px 18px;
    font-size: 14px;
  }
.service_box .flex-shrink-0 img {
  max-width: 50px;
}
.service_box .flex-grow-1{ margin-left: 10px !important;}
.top_subheading {
    font-size: 15px;
}









}


@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: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #43a62e; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#1fa3dd;  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: 23px;  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: 10px 12px;
    height: auto;
    width: 150px;
    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; padding-left: 55px; }
.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;} 

.top-logo { width: auto; }
.navbar-brand img {height: auto; max-width: 100px;}

.bannersec {
  padding: 0;
}
.banTxt {
    max-width: 650px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 38px;
    line-height: 42px;
  }
.ban_img1 {
    max-width: 60px;
  }
.ban_img2 {
    max-width: 175px;
  }
.ban_img3 {
    max-width: 60px;
  }
.banTxt .ban_content {
    font-size: 15px;
    line-height: 24px;
    padding: 0 2% 25px;
  }
.ban_subheading {
  font-size: 12px;
  line-height: 13px;
  padding: 0 0 10px;
}
.banner_box {
    min-height: 480px;
  }
.specialty_sec .d-flex {
  margin: 5px 0;
}
.service_box {
  margin: 20px 0 0;
  padding: 20px 15px;
  min-height: auto;
}
.service_img img {
    height: 350px;
  }
.welcome_sec .welcome_txt {
  padding: 0 0 20px;
}
.booking_rt {
  width: 100%;
  padding: 35px 0 0;
  border-left: none;
  border-top: 1px solid #eeeeee;
}
.performance_sec {
    padding: 20px 0 0px;
  }
.testimonial_sec .col-lg-9 {
    width: 60%;
  }
.testimonial_sec .col-lg-3 {
    width: 40%;
  }
.apoint_link {
  font-size: 14px;
  letter-spacing: 1px;
}
.footer_top .top_heading {
  padding: 0 0 4px;
}
.header_sec.fixed .navbar-brand img {
  max-width: 100px;
}
.headerMain {
    padding: 0;
  }
.faq_page .inner_txt {
  padding: 0 6% 15px;
}






    
} 
 
 
@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; }  
  
  
.footer_top {
    padding: 30px 0;
  }
.footer_box1 {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  border-right: none !important;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.footer_box {
  margin: 20px 0 0;
}
.footer_box2 .footer_box {
  padding-left: 0;
}
.footer_box3 .footer_box {
  padding-left: 0;
}
.footer_box2 {
  width: 27%;
}
.footer_box3 {
  width: 30%;
}
.footer_box4 {
  width: 43%;
}
.footer_midInnr {
  padding: 10px 0 35px;
}




  
      
} 

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

.ban_subheading {
    font-size: 11px;
    line-height: 12px;
    padding: 0 0 6px;
    text-align: center;
  }
.banner_box::before {
    width: 300px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 28px;
    line-height: 32px;
  }
 .ban_img1 {
    max-width: 45px;
  }
 .ban_img3 {
    max-width: 45px;
  }
.ban_img2 {
    max-width: 150px;
  }
.banner_box {
    min-height: 400px;
  }
.scroll_down {
  bottom: 12px;
}
.wrapper.service_sec {
  padding: 35px 0 10px 0;
}
.top_heading em img {
  max-width: 45px;
}
.welcome_txt .top_subheading {
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 8px;
    letter-spacing: 0;
    font-size: 14px;
  }
.booking_rt .top_heading {
    font-size: 22px;
    line-height: 25px;
  }
.booking_innr {
  padding: 12px;
  border-radius: 12px;
  margin-top: 10px;
}

.testimonial_sec .row{ justify-content: center !important;}
.testimonial_sec .col-lg-9, .testimonial_sec .col-lg-3 {
    width: 100%;
  }
.ctc_sec::before {
    width: 123%;
  }
.ctc_left {
    padding: 40px 20px;
    text-align: center;
  }
.btn_link {
    padding: 6px 15px;
    font-size: 12px;
  }
.ctc_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  justify-content: center;
}

.faq_page .inner_txt {
  padding: 0 2% 15px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: 20px;
  line-height: 23px;
}
#sp-ea-67.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
    font-size: 14px;
    margin-right: 4px;
    position: absolute;
    left: 5px;
  }
.faq_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding-left: 27px;
  position: relative;
  line-height: 22px;
}
.footer_content {
  font-size: 15px;
  line-height: 23px;
}

.ctc_home{ padding: 35px 0; }
.ctc_left{ padding: 15px; background: rgba(0, 0, 0, 0.2); border-radius: 10px; }
.ctc_left { padding: 12px !important; background: rgba(0, 0, 0, 0.25); border-radius: 10px; }
.ctc_btn { gap: 5px; }
.ctc_left .btn_link {
    padding: 4px 10px;
    font-size: 11px;
  }
.ban_btn li {
  margin: 0 6px 0 0;
}
.btn_link {
    padding: 5px 13px;
    font-size: 11px;
  }
.booking_frm .btn_link2 {
  padding: 8px 22px;
}



}


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

.banTxt .ban_heading, .banTxt h1 { font-size: 19px; line-height: 24px; }
 .banner_box::before {
    width: 200px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 15px;
    line-height: 20px;
  }
.ban_img1, .ban_img3 {
    max-width: 28px;
  }
.ban_img2 {
    max-width: 95px;
  }
 .banTxt .ban_content {
    font-size: 14px;
    line-height: 21px;
    padding: 0 2% 15px;
  }
.banner_box .ban_btn ul {
  flex-wrap: wrap;
}
.scroll_down{ display: none;}
.top_heading em img {
    max-width: 30px;
  }
.service_sec .top_sec {
  text-align: center;
  padding: 0 2%;
}
.service_img img {
    height: 315px;
  }
 .service_box {
    margin: 20px 0 0;
    padding: 15px 12px;
    min-height: auto;
  }

.booking_rt .top_heading {
    font-size: 20px;
    line-height: 23px;
  }
.footer_top {
    padding: 25px 0;
  }
.top_heading {
    font-size: 18px;
    line-height: 25px;
}
.ctc_left {
    padding: 30px 10px;
    text-align: center;
  }
.ctc_btn {
    flex-wrap: wrap;
  }
.special_box {
    margin: 12px 0;
    min-height: 150px;
    padding: 12px;
  }
.performance_number {
  font-size: 32px;
  line-height: 35px;
}
.special_box::before {
    width: 45px;
    height: 54px;
    left: 10px;
  }
.performance_sec .col-lg-3:nth-child(2n) .special_box::before{
    width: 45px;
    height: 54px;
  }

.service_title {
  font-size: 17px;
  line-height: 24px;
}
.banner_box {
    min-height: 370px;
  }
.welcome_txt .btn_link {
  font-size: 14px;
  padding: 10px 31px;
}
.core-box {
  padding: 20px 15px;
  min-height: auto;
}
.ctc_sec.text-center.ctc_secInnr {
  padding: 20px;
  border-radius: 10px;
}





} 



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