body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/30px 'Jost'; color:#404040; 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: 'Jost';
font-family: 'Outfit';
font-family: 'Times New Roman';*/


.btn_link { padding: 14px 42px; border-radius: 10px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Jost'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: normal; background: #971a89;}
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #4face9;
  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: #4face9 !important; color:#fff; }
.btn_link2::before{background-color: #48b02c !important;}



/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: fixed; left: 0; top: 0; z-index: 5; background: linear-gradient(0deg, rgba(51, 92, 149, 0) 15%, rgb(255, 255, 255) 100%); }


.header_top{position: relative; width: 100%; padding: 0; border-bottom: 1px solid #acb7c8; }
.top_contact ul li{ margin: 0 2px 0 0; color:#211550; font-family: 'Jost'; font-size: 14px; line-height: 20px; font-weight: normal; float: left; padding: 8px 12px; border-right: 1px solid #acb7c8; }
.top_contact ul li a{ color:#211550; }
.top_contact ul li a:hover{ color:#4face9; }
.top_contact ul li img{ margin: -2px 2px 0 0; max-width: 100%; }
.top_contact ul li:last-child{ margin-right: 0px; border-right: none; padding-right: 0;}

.top_social{ float: right; }
.top_social li{ float: left; margin: 0 0 0 2px; color:#211550; font-size: 14px; line-height: 20px; float: left; font-family: 'Jost'; padding: 8px; border-right: 1px solid #acb7c8; }
.top_social li a{ color:#4face9; }
.top_social li a:hover{ color:#971a89; }
.top_social li:first-child{ margin-left: 0px; }
.top_social li a img{transition: all 0.3s;}
.top_social li a:hover img{ opacity: 0.7; }
.top_social li:first-child{ padding-left: 0; }

.headerMain{ width: 100%; padding: 5px 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: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 30px; font-size: 16px; line-height: 20px; color:#3f3f3f; position: relative; font-weight: 500; float: left; }
.menu_sec li a{display: inline-block; color: #3f3f3f; padding: 5px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#4face9; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #4face9; bottom: 0; left: 0; transition: all 0.3s; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #4face9; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #971a89 !important; }
.menu_sec li.btn_link { padding: 0px; border: none; }
.menu_sec li.btn_link a { color:#fff; padding: 14px 44px 17px; font-weight: bold; }
.menu_sec li.btn_link a:after{ display: none; }

.top-logo{width: 18%;}
.header-mid { width: 46%;}
.header-rt { width: 36%;}

.top_btn { display: flex; justify-content: space-around;}
.btn_link.call_btn {
  border: 2px solid #52aae3;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #971a89;
  padding: 13px 16px !important;
}
.btn_link.call_btn i{ color:#4face9; }
.btn_link.call_btn:hover{ color:#fff; }
.btn_link.call_btn:hover i{ color:#fff; }
.top_btn .call_btn i { font-size: 22px; margin: 0 5px 0 0;}
.top_btn .btn_link { padding: 15px 50px; text-transform: uppercase;}

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

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


.bannersec{ width: 100%; position: relative; overflow: hidden; }  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/banbg.png) repeat-x left bottom; height: 110px; content: "";} */
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
/* .banner_box:before { width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content: ""; z-index: 1; background: linear-gradient(90deg, rgba(51, 92, 149, 0) 30%, rgb(255, 255, 255) 100%); } */



.banner_box img{ width: 100%; min-height: 800px; object-fit: cover; }
.banner_innr{ width: 100%; position: relative; }
.banTxt{max-width: 590px; float: right; }
.banTxt .ban_subheading{ width: 100%; display: inline-block; font-size: 20px; line-height: 25px; color:#971a89; letter-spacing: 1px; text-transform: capitalize; margin: 0 0 10px; font-weight: 500; }
.banTxt .ban_subheading strong{ display: inline-block; padding: 5px; padding-left: 20px; font-weight: 500; position: relative; }
.banTxt .ban_subheading strong:before{ width: 5px; height: 100%; position: absolute; left: 0; top: 0; background: #4face9; content: "";}
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 56px; line-height: 60px; color: #2b2b2b; padding-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; font-family: 'Times New Roman'; margin-bottom: 15px; }   
.banTxt .ban_heading:before, .banTxt h1:before{ background: url(../images/ban_line.png) no-repeat bottom center; width: 400px; height: 18px; background-size: 100% 100%; position: absolute; left: 0; bottom: 6px; content: "";}
.banTxt .ban_heading strong, .banTxt h1 strong{ position: relative;}

.banTxt .ban_content{ width: 100%; display: inline-block; font-size: 16px; line-height: 26px; color:#252525; margin: 0 0 10px; font-weight: normal; }
.ban_btn li{ margin: 10px 20px 0 0; float: left;}
.ban_btn li:last-child{ margin-right: 0px; }
/* .banTxt .view_btn{background:none; color:#0d519a; border-color:#0d519a;}
.banTxt .view_btn:hover{ background: #cd3386; border-color:#cd3386; color: #fff; } */
.banTxt .view_btn{ padding: 15px 35px;}
.banTxt .view_btn i{ margin-right: 5px; }
.banTxt .ban_call{ letter-spacing: 2px; }



/* .ban_btn{ display: flex; justify-content: center; width: 100%; }
.ban_btn .btn_link{ margin: 20px 20px 0; } */


.wrapper{ padding: 90px 0; }

.wrapper.about_sec { padding: 60px 0 80px 0; }
.about_sec{position: relative; background: #f3f3f3; z-index: 1; }
.about_sec:before{ background: url(../images/top_bg2.png) no-repeat 0 0; width: 100%; height: 55px; background-size: 100% 100%; position: absolute; left: 0; top: -52px; content: "";}
.about_sec .container{ position: relative; z-index: 55; }

.about_top { padding: 0 0 10px;}
.top_subheading{ width: 100%; display: inline-block; margin: 0 0 15px; }
.top_subheading strong{ display: inline-block; border-radius: 30px; background: #fff; padding: 10px 30px; font-size: 18px; line-height: 22px; color:#971a89; font-weight: 600; position: relative; text-transform: capitalize; box-shadow: 1.968px 2.264px 4.55px 0.45px rgba(0, 0, 0, 0.15); position: relative; }
.top_subheading strong:before{ width: 9px; height: 9px; border-radius: 100%; background: #f04520; position: absolute; left: 12px; top: 50%; content: ""; transform: translate(0, -50%);}
.top_subheading strong:after{ width: 9px; height: 9px; border-radius: 100%; background: #f04520; position: absolute; right: 12px; top: 50%; content: ""; transform: translate(0, -50%);}


.top_heading{ width: 100%; font-size: 47px; line-height: 52px; font-family: 'Times New Roman'; color: #414141; font-weight: bold; padding-bottom: 15px; }
.top_heading strong{ color:#971a89; }
.top_paragraph{ font-size: 16px; line-height: 26px; color: #404040; font-weight: normal; padding-bottom: 15px; }
.about_top .row { align-items: flex-end;}

.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 16px; line-height: 23px; color:#383838; padding: 5px; padding-left: 30px; margin: 0 0 10px; position: relative; }
.list_style li:before{ font-size: 20px; position: absolute; left: 0px; top: 7px; font-family: "Font Awesome 5 Pro"; font-weight: 900;content: "\f058"; color:#48b02c; }

.about_row{ flex-direction: row-reverse;} 
.about_left{ width: 100%; padding: 0px; } 
.about_sec .about_row{ align-items: center;}


.about_mid { width: 100%; }
.about_box{ width: 100%; border-radius: 19px; box-shadow: 1.968px 2.264px 4.55px 0.45px rgba(0, 0, 0, 0.15); padding: 15px; margin: 20px 0 0; background: #fff; align-items: center; }
.about_box .flex-shrink-0{ width: 89px; height: 89px; background: #971a89; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.about_box .about_title{ font-weight: 700; color:#3e3e3e; font-size: 22px; padding: 0 0 3px; font-family: 'Times New Roman'; }
.about_box .about_content{ font-weight: 400; color:#2c2c2c; font-size: 16px; line-height: 25px; }

.about_bottm { width: 100%; padding: 20px 0 0; }
.about_img{ width: 100%; margin-top: 30px; position: relative;}
.about_img img{ width: 100%; height: 402px; object-fit: cover; }
.sml_logo {
  width: 140px;
  height: 140px;
  position: absolute;
  right: -85px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sml_logo img{ max-width: 100%; height: auto; width: auto; position: relative; }
@keyframes rotateInfinite {
  from {
    transform: translate(0, -50%) rotate(0deg);
  }
  to {
    transform: translate(0, -50%) rotate(360deg);
  }
}
.sml_logo::before {
  width: 100%;
  height: 100%;
  background: url(../images/circle_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: rotateInfinite 8s linear infinite;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}



.service_sec{width: 100%; background: url(../images/service_bg.png) no-repeat 0 0; background-size: cover; }
.service_sec .top_sec{ text-align: center; padding: 0 0 25px; }

.service_box{ width: 100%; background: url(../images/watermark.png) no-repeat center center #fff; box-shadow: 0px 3px 9.23px 3.77px rgba(0, 0, 0, 0.17); padding: 15px; margin: 10px 0; border-radius: 5px; }
.service_title{ width: 100%; font-size: 19px; line-height: 25px; text-transform: capitalize; color:#373737; font-weight: bold; padding: 0 0 10px; font-family: 'Times New Roman'; }
.service_content{ font-size: 16px; line-height: 26px; color:#363636; padding: 0 0 15px; font-family: 'Outfit'; font-weight: 400; }
.service_icon{ width: 100%; position: relative; transition: all 0.8s; margin-bottom: 15px; }
.service_icon img{ max-width: 100%; transition: all 0.8s; }
.service_box:hover .service_icon img { transform: rotateY(360deg);}
.more_link{ width: 100%; color:#1e1e1e; font-weight: 700; font-family: 'Outfit'; font-size: 16px; }
.more_link:hover{ color:#971988; }



.testimonial_sec{ width: 100%; position: relative; background: url(../images/testimonial_bg.jpg) no-repeat 0 0; background-size: cover; background-attachment: fixed; }
.wrapper.testimonial_sec { padding: 80px 0 50px 0;}
.testimonial_sec .container{ position: relative; z-index: 2;}
.testimonial_sec .top_sec{ padding-bottom: 20px; text-align: center; }
.testimonial_sec .top_heading{ color:#fff; }
.testimonial_sec:after{ background: rgba(11, 11, 11, 0.8); width: 100%; height: 100%; position: absolute; left: 0; top: 0; content: ""; }

.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 30px !important; line-height: 40px !important; color:#fff !important; font-style: italic; font-family: 'Times New Roman'; padding: 0 14%; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-name{ font-family: 'Jost'; font-weight: 600 !important; color:#fff !important; font-size: 18px !important; line-height: 24px !important; }
.testimonial_slider #sp-testimonial-free-wrapper-58 .sp-testimonial-free{ background: url(../images/coma.png) no-repeat center top; padding: 65px 0 30px 0 !important;}



.why_choose{ width: 100%; }
.why_choose .row{ align-items: center; }
.why_chooseLeft .list_style { width: 100%; padding: 0; }
.why_img{ width: 100%; position: relative; }
.why_img:after{ background: url(../images/why_after_img.png) no-repeat 0 0; width: 350px; height: 325px; background-size: 100%; position: absolute; right: -50px; top: -50px; content: ""; }

.why_img img{ width: 100%; position: relative; z-index: 1;}
.why_imgText{ width: 100%; position: absolute; left: 0; bottom: 30px; background: #4face9; padding: 15px; text-align: center; font-size: 27px; line-height: 30px; color:#fff; text-shadow: 1px 2px 6px #000; font-weight: 700; font-family: 'Times New Roman'; z-index: 2; }
.why_chooseLeft .top_heading{ margin-bottom: 20px;}
.why_chooseLeft .top_heading strong{ position: relative; color:#4face9; padding: 0 0 15px; }
.why_chooseLeft .top_heading strong:before{ background: url(../images/ban_line2.png) no-repeat bottom center; width: 385px; height: 15px; background-size: 100% 100%;
position: absolute; left: 0; bottom: 0px; content: "";}


.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: 45px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 100%; z-index: 5555; background: #22aae4; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.how_works{ width: 100%; background: #fbf8f8; text-align: center; }
.how_works .top_sec{text-align: center; }

.work_box { width:100%; margin-top: 20px; padding: 10px; transition: all 0.3s }
.work_icon{ width: 122px; height: 122px; background: #f0f0f0; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; position: relative; transition: all 0.3s; border: 2px dashed #971a89; border-radius: 100%; }
.work_icon img{ max-width: 100%; transition: all 0.7s; }
.work_title{ width: 100%; display: inline-block; font-weight: bold; color: #971a89; padding: 0 0 8px; font-family: 'Times New Roman'; font-size: 22px; }
.work_content{ width: 100%; display: inline-block; font-weight: normal; color: #2c2c2c; font-size: 16px; line-height: 24px; }
.how_works .col-lg-3{ position: relative;}
.how_works .col-lg-3:nth-child(even) .work_box {margin-top: 40px; }
.work_icon::after{ background: url(../images/arrow1.png) no-repeat 0 0; width: 143px; height: 24px; background-size: 100%; position: absolute; right: -155px; top: 50px; content: ""; }
.how_works .col-lg-3:last-child .work_icon::after{ display: none; }
.work_box:hover { transform: translate(0, -10px);}
.work_box:hover .work_icon img { transform: rotateY(360deg);}
.how_works .col-lg-3:nth-child(even) .work_icon::after{top: 25px;}


.booking_sec{ width: 100%; background: url(../images/bookbg.jpg) no-repeat 0 0; background-size: cover; text-align: center; position: relative; }
.booking_sec:before{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, 0.8); content: ""; }
.booking_sec .container{position: relative; z-index: 1; } 
.booking_sec .top_heading{ color:#fff; }
.booking_sec .btn_link{ width: 100%; text-align: center; }
.booking_sec .top_sec{ max-width: 750px; display: inline-block; }
.booking_sec .top_paragraph{ color: #fff; font-weight: 500; font-size: 22px; line-height: 28px;}
.booking_sec ul{ display: flex; justify-content: center; gap: 15px;}
.booking_sec .btn_link i{ font-size: 24px; margin: 0 5px 0 0;}
.booking_sec .btn_link{color:#0c1017; padding: 16px 42px; background: #fff; font-weight: 600; }
.booking_sec .btn_link:hover{ color:#fff; }
.booking_sec .btn_link.call_btn{ background: none; color:#fff; }



.footer_sec{ width: 100%; position: relative; }
.footer_sec .container{ position: relative; z-index: 2; }

.footer_top{ width: 100%; background: url(../images/footr_bg.jpg) repeat 0 0; }
.footer_top.wrapper { padding: 70px 0 60px 0;}
.footer_box{ width: 100%; }
.footer_heading{ font-size: 26px; line-height: 28px; font-weight: bold; color:#971a89; text-transform: capitalize; padding: 0 0 15px; font-family: 'Times New Roman'; }
.footer_logo{ display: inline-block; margin-bottom: 10px; }
.footer_logo img{ max-width: 230px;}

.social_box{ width: 100%; display: flex; align-items: center; padding: 10px 0 0; }
.social_box li{ margin: 0 12px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; width: 40px; height: 40px; border-radius: 100%; background: #22aae4; }
.social_box li a:hover{ color:#fff; background: #971a89; }



.foot_link li {width: 100%; margin: 0 0 8px; font-size: 16px; line-height: 24px; color: #2b2b2b; position: relative; padding: 0; font-weight: 400; }
.foot_link li a{color:#2b2b2b; }
.foot_link li a:hover{ color:#971a89; }

.foot_contact li { width: 100%; margin: 0 0 10px; font-size: 16px; line-height: 24px; color: #2b2b2b; position: relative; padding: 3px; padding-left: 30px; } 
.foot_contact li a{color:#2b2b2b; }
.foot_contact li a:hover{ color:#971a89; }
.foot_contact li img{ position: absolute; left: 0; top: 4px; }

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


.footer_btm{ width: 100%; padding: 12px 0; background: #fff; font-size: 14px; line-height: 16px; font-weight: normal; color:#090809; text-align: center; position: relative; font-family: 'Outfit'; }
.footer_btm a{ color:#090809; }
.footer_btm a:hover{ color:#971a89; }

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

.ftr_logo { display: flex; align-items: flex-start; }
.footer_logo{ display: inline-block; }
.footer_logo img{ max-width: 100%;}
.ndis_logo{ max-width: 150px;}




/*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: #22aae4;}
.primary-navigation .menu_sec ul li a:hover{background-color: #971a89; color:#fff !important; padding-left: 20px; }

.navbar-brand img { height: auto; max-width: 220px; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
/* .page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(255, 255, 255) 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: #4face9; 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;  }

.about_rt .top_subheading { font-weight: 700; text-transform: capitalize; font-size: 26px; line-height: 2rem; margin: 0 0 10px;}
.about_rt .top_subheading strong{ background: none; padding: 0;}



/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #414141;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Times New Roman';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #3e3e3e;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Times New Roman';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #4face9;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Outfit';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 16px;
  color: #404040;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Jost';
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#4face9;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #4face9;
}
.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Jost';
  color: #404040;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#4face9; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #971a89;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.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:#4face9;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #404040;
}
.sub_heading strong{ color: #4face9;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt {
    padding: 0 5% 0;
}




/* 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: 'Jost';}
.get_box .btn_link{ border: none;font-family: 'Jost'; }
.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:#4face9 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #414141;
padding: 0 0 15px;
font-family: 'Times New Roman';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #4face9;
}
.contact_page_heading strong { color:#4face9;}
.contact_page_info {
position: relative;
color: #414141;
margin-top: 20px;
padding-left: 60px;
font-family: 'Jost';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#ffffff;
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: #414141;
}
.contact_page_info {
color: #414141;
}
.contact-text a:hover{ color:#4face9; }

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


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

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff !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: 'Jost';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #971a89;
}
.contact-page input[type="submit"]:hover {
background-color: #4face9 !important;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

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


.thank_you { text-align: center;}

/* error */

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

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

.thank_you .inner_txt p{ font-size: 17px; color: #414141; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }



/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 50px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Jost'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 500; background: #971a89; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #4face9;
  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:#404040;}
.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:#404040; }
.entry-title a:hover, .entry-meta a:hover { color: #971a89 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #971a89 !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: 26px; font-family: 'Jost'; color: #404040; font-weight: normal; padding-bottom: 15px;}

.menu_sec li > a{ background: none !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 select, .get_frm textarea{ width: 100%; height: 50px; padding: 0 15px; background: #fff; border: 1px solid #ccc; outline: none; font-size: 14px; line-height: 18px; color:#0f0f0f; border-radius: 5px; font-family: 'Jost'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 120px; }
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm input[type="date"]:focus, .get_frm select:focus, .get_frm textarea:focus{ border-color:#02a8f2 !important;}
.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:#656363; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; width: 100%;  border-radius: 30px; background: #971a89; }
.get_frm .btn_link:hover{ background: #4face9;}
.get_frm select{ cursor: pointer;}

.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;}
.get_rt .top_heading{ background-position: center bottom;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}

/*SLIDER CSS*/
.ms-slide-info { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; z-index: 1; }
.ms-view { height: 800px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 800px !important;}

.get_frm select option{font-family: 'Jost';}
.get_frm select{font-family: 'Jost';}

.inner_content.about_sec::before{ display: none; }





/* inner form css here  */
.inner-form-container a {text-decoration: none !important;}
.inner-form-page .inner_txt a {text-decoration: none;}
.inner-form-label { font-size: 16px; font-weight: 600;}
.inner-form-label p {	margin-bottom: 0; padding-bottom: 10px; }
.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Jost'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#000; font-family: 'Jost'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}
.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#222; font-family: 'Jost'; border: 1px solid #c4c4c4;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}
.inner-form-container {margin: 0 0 30px;padding: 30px 20px;	border-radius: 20px;	box-shadow: 0 0 5px #dfdfdf; background: #fff; }
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #242424;	font-size: 35px;	line-height: 1.2;	font-weight: bold;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; font-family: 'Times New Roman';}
.inner-form-heading strong {color: #22aae4;}
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #4face9;}
.inner-form-radio .wpcf7-list-item {display: block;	margin: 0;}
.inner-form-text {font-size: 16px;	text-align: center;	font-weight: 600;}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{	border: 1px solid #4face9;}
.inner-form-submit-btn {	display: flex;	justify-content: center;}

.inner-form-submit-btn input[type="submit"] {font-size:14px; text-transform: uppercase;  color: #fff; font-weight: 500; text-align: center; border-radius: 30px;
width: fit-content; background-color: #971a89; padding: 13px 35px; }
.inner-form-submit-btn input[type="submit"]:hover {background: #4face9; color:#fff;}
.inner-form-submit-btn .wpcf7-spinner {display: none;}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 7px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 7px; background-size: 18px; }

.booking_sec .btn_link.btn_link2{ background: #fff !important;}





.master-slider:before { width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content: ""; z-index: 1; background: linear-gradient(90deg, rgba(51, 92, 149, 0) 30%, rgb(255, 255, 255) 100%); }
.ms-skin-light-6 .ms-nav-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; background-size: 100% !important; width: 55px !important; height: 55px !important; border: none !important; left: 20px !important; opacity: 0.2; transition: all 0.3s; }
.ms-skin-light-6 .ms-nav-prev:hover{opacity: 1;}
.ms-skin-light-6 .ms-nav-next{ background: url(../images/next.png) no-repeat 0 0 !important; background-size: 100% !important; width: 55px !important; height: 55px !important;border: none !important; right: 20px !important; opacity: 0.2; transition: all 0.3s; }
.ms-skin-light-6 .ms-nav-next:hover{opacity: 1;}

.service_content { min-height: 200px;}

.img_box img{ width: 100%; border-radius: 5px; }
 
.site-navigation ul .sub-menu { top: 100%;}


.service_area ul {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.service_area ul li {
  margin: 10px 0;
}
.service_area ul li a {
  background: #971a89;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
.service_area ul li a:hover{ background:#22aae4; }
.service_area ul li a i{ margin-right: 5px; }
.wrapper.service_area {
  padding: 75px 0;background: #ebf7de;
}

.accessible_sec.booking_sec:before {
    background: rgba(0, 0, 0, 0.4);
}

.career_page .contact_right {
    padding: 30px;
    max-width: 750px;
    margin: 0 auto;
}

.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: 'Jost'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] {
    padding: 14px 15px !important;
}
.top_contact ul li {
  margin: 0 2px 0 0;
  font-size: 13px;
  padding: 8px 6px;
}




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


.inner_title{ font-size: 30px; }
.inner_subtitle { font-size: 27px;}
.top_heading {font-size: 35px; line-height: 40px; padding-bottom: 15px;}



.top-logo {
  width: 16%;
}
.header-mid {
  width: 46%;
}
.header-rt {
  width: 38%;
}
.menu_sec li {
  margin: 0 0 0 20px;
  font-size: 15px;}
.btn_link.call_btn {
  font-size: 16px;
  padding: 10px 12px !important;
}
.top_btn .btn_link {
  padding: 13px 40px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 45px;
  line-height: 50px;}
.banTxt {
  max-width: 470px;
  padding-right: 50px;
}
.banTxt .ban_heading::before, .banTxt h1::before {
  width: 320px;
  height: 15px;
  bottom: 6px;
}
.ban_btn li .btn_link{ margin: 0px;}
.ms-view { height: 700px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 700px !important;}
.top_subheading strong {
  padding: 8px 28px;
  font-size: 16px;
  line-height: 20px;}
.about_box .flex-shrink-0 {
  width: 70px;
  height: 70px;
}
.about_box .flex-shrink-0 img{ max-width: 45px; }
.about_box .about_title {
  font-size: 19px;
}
.about_box .about_content {
  font-size: 15px;
  line-height: 22px;
}
.top_paragraph {
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 15px;
}
.about_box {
  border-radius: 12px;
  padding: 12px;
  margin: 15px 0 0;
}
.sml_logo {
  width: 120px;
  height: 120px;
}
.sml_logo img {
  max-width: 45px;
}
.wrapper.about_sec {
  padding: 60px 0 65px 0;
}
.wrapper {
  padding: 65px 0;
}
.service_content {
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 10px;
}
.service_title {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 5px;
  min-height: 54px;
}
.service_content {
  min-height: 200px;
}
.wrapper.testimonial_sec {
  padding: 70px 0 44px 0;
  background-attachment: inherit;
}
.testimonial_slider #sp-testimonial-free-wrapper-58 .sp-testimonial-free {
  padding: 55px 0 21px 0 !important;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 25px !important;
  line-height: 34px !important;
  padding: 0 13%;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 16px !important;
  line-height: 22px !important;
}
.why_chooseLeft .top_heading strong::before {
  width: 100%;
}
.list_style li {
  font-size: 15px;
  line-height: 21px;}
.work_icon {
  width: 105px;
  height: 105px;
}
.work_icon img {
  max-width: 50px;
}
.work_title {
  padding: 0 0 8px;
  font-size: 20px;
}
.work_icon::after {
  width: 120px;
  height: 20px;;
  right: -131px;
  top: 50px;
}
.booking_sec .top_paragraph {
  font-size: 20px;
  line-height: 26px;
}
.ndis_logo {
  max-width: 120px;
}
.footer_logo img {
  max-width: 160px;
}
.work_content {
  font-size: 15px;
  line-height: 21px;
}
.footer_heading {
  font-size: 23px;
  line-height: 25px;
  padding: 0 0 13px;
}
.footer_box1 {
  width: 33%;
}
.footer_box2 {
  width: 17%;
}
.footer_box4 {
  width: 28%;
}
.footer_top.wrapper {
  padding: 60px 0 40px 0;
}
.why_imgText {
  bottom: 27px;
  padding: 15px;
  font-size: 22px;
  line-height: 28px;}
.why_img::after {
  width: 240px;
  height: 226px;
  right: -15px;
  top: -45px;
}
.booking_sec .btn_link {
  padding: 14px 42px;
}
.ms-skin-light-6 .ms-nav-next {
  width: 45px !important;
  height: 45px !important;
  right: 12px !important;
}
.ms-skin-light-6 .ms-nav-prev {
  width: 45px !important;
  height: 45px !important;
  left: 12px !important;
}
.header_sec.fixed .navbar-brand img {
  max-width: 70px;
}

.inner-form-container {
  margin: 0 0 25px;
  padding: 25px 10px 12px;
  border-radius: 15px;
}
.inner-form-heading { font-size: 30px;}
.wrapper.about_sec { padding: 50px 0 60px 0;}

.top_contact ul li {
  margin: 0 1px 0 0;
  font-size: 11px;
  padding: 8px 4px;
}



}


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

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {  background:#4face9;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 7px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#971a89;  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;}
.headerMain { background: #fff; padding: 10px 0; }
.navbar-brand img {height: auto; width: 130px;}
.header_sec.fixed { animation: inherit;}

/* 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{ font-size: 26px; }
.inner_subtitle { font-size: 24px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }
.wrapper { padding: 50px 0; }
.lazyloaded { max-width: 22px;  }
.rmp-container .rmp-menu-title .rmp-menu-title-image {background: #fff; padding: 10px 20px; border-radius: 5px; height: auto; width: 150px; margin-bottom: 0 !important;}

.ms-view { height: 650px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 650px !important;}

.header-rt { display: none; }
.navbar-brand img { width: 70px; }
.headerMain { padding: 6px 0; }
.banTxt .ban_subheading {
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 6px;
}
.banTxt .ban_subheading strong {
  padding: 4px;
  padding-left: 16px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 2px;
    padding-bottom: 12px;
  }
.banTxt .ban_heading::before, .banTxt h1::before {
    width: 200px;
    height: 10px;
    bottom: 11px;
  }
.banTxt {
    max-width: 354px;
    padding-right: 33px;
  }
.btn_link {
  padding: 10px 30px;}
.ban_btn li {
  margin: 5px 7px 0 0;
}
.ms-skin-light-6 .ms-nav-next {
    width: 35px !important;
    height: 35px !important;
    right: 7px !important;
  }
.ms-skin-light-6 .ms-nav-prev{
    width: 35px !important;
    height: 35px !important;
    left: 7px !important;
  }

.ms-view { height: 590px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 590px !important;}
.about_top .row {
  align-items: center;
}
.foot_link li {
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 22px;
}
.foot_contact li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 22px;
  padding-left: 30px;
}

.inner-form-heading { font-size: 28px;}

    
} 
 
 
@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;}
  
.why_choose .row {
  align-items: flex-start;
}
.wrapper.testimonial_sec {
    padding: 60px 0 40px 0;
  }
 .testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 20px !important;
    line-height: 29px !important;
    padding: 0 10%;
  }
.why_imgText {
    bottom: 20px;
    padding: 13px;
    font-size: 17px;
    line-height: 20px;
  }
.work_icon {
    width: 85px;
    height: 85px;
  }
.work_icon img {
    max-width: 40px;
  }
.work_icon::after {
    width: 75px;
    height: 20px;
    right: -85px;
    top: 50px;
  }
.work_title {
    padding: 0 0 8px;
    font-size: 16px;
    line-height: 20px;
  }
.booking_sec .top_paragraph {
    font-size: 18px;
    line-height: 26px;
  }
.footer_box1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
.footer_box2 {
    width: 23%;
  }
  .footer_box3 {
  width: 38%;
}
.footer_box4 {
    width: 39%;
  }
.footer_box {
  margin: 15px 0;
}
.toparww {
  font-size: 20px;
  width: 38px;
  height: 38px;}
.toparww_main.fixed .toparww {
  bottom: 25px;
}
  
.contact_right {
  padding: 20px 20px 0;
  border-radius: 5px;
}
.get_touchSec {
  padding: 0 0 20px;
}









      
} 

 
@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 60px !important; }

.top_heading {font-size: 26px; line-height: 30px; padding-bottom: 12px; }
.banner_box .container {position: relative; max-width: 280px; padding: 0; float: left;}

.banner_box .container {
    position: relative;
    max-width: 280px;
    padding: 0;
    float: right;
  }
.banTxt {
    max-width: 100%;
    padding: 0 45px 0 0;
    float: left;
  }
.banner_box .container {
    max-width: 304px;
    float: right;
  }
.btn_link {
    padding: 10px 21px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 2px;
    padding-bottom: 12px;
  }
 .banTxt .ban_heading::before, .banTxt h1::before {
    width: 165px;
    height: 10px;
    bottom: 11px;
  }
.banTxt .ban_content {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
.ms-view { height: 500px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 500px !important;}
.wrapper.about_sec {
    padding: 40px 0 50px 0;
  }
.about_sec::before {
  height: 35px;
  top: -31px;
}
.about_img {
  margin-top: 20px;
}
.sml_logo {
    width: 90px;
    height: 90px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    top: inherit;
  }
.sml_logo img {
    max-width: 30px;
  }
.service_content {
    min-height: 150px;
  }
.why_img::after {
    width: 170px;
    height: 170px;
    right: -7px;
    top: -22px;
  }
.why_imgText {
    bottom: 0;
    padding: 13px;
    font-size: 16px;
    line-height: 20px;
  }
.work_icon::after{ display: none;}
.how_works .col-lg-3:nth-child(2n) .work_box {
  margin-top: 20px;
}
.footer_box2 {
    width: 20%;
  }
.footer_box4 {
    width: 43%;
  }
.footer_box3 {
    width: 37%;
  }
.footer_heading {
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 8px;
  }
.footer_logo img {
    max-width: 110px;
  }
.ndis_logo {
    max-width: 90px;
  }
.toparww_main.fixed .toparww {
    bottom: 25px;
    right: 6px;
  }
.banner_box img {
  width: 100%;
  min-height: 592px;
  object-fit: cover;
  object-position: 100% 9%;
  margin: -50px 0 0 !important;
}
 .wrapper.testimonial_sec {
    background-position: left 20% center !important;
  }

.margin-top {
  margin-top: 25px;
}

.contact_left {
  margin-top: 30px;
}
.contact-page input[type="submit"] {
  font-size: 15px;
  line-height: 22px;
  padding: 13px 35px !important;}
.contact_right {
  padding: 18px 15px 0;
}

.inner-form-heading { font-size: 24px;}
.inner-form-container { margin: 0 0 25px; padding: 25px 10px 12px; border-radius: 10px;}

.service_area ul {
  padding: 10px 0 0;
}
.wrapper.service_area {
  padding: 55px 0;
}


}


@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: 140px 0 50px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.toparww { font-size: 15px; width: 35px; height: 35px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}

.inner_bottm_sec { padding: 25px 20px;}
.ban_content { display: none; }
.ms-view { height: 450px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 450px !important;}

.footer_box2, .footer_box3, .footer_box4 { width: 100%; }

.banTxt {
    max-width: 100%;
    padding: 0 20px;
    float: left;
    text-align: center;
  }
 .banTxt .ban_content{ display: none;}
.banner_box .container {
    max-width: 295px;
    float: none;
  }
.ms-view { height: 400px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 400px !important;}
.service_sec .col-6 {
  width: 100%;
}
.service_title {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 5px;
    min-height: auto;
  }
.service_content {
    min-height: auto;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 0 4%;
  }
.booking_sec .top_paragraph {
    font-size: 16px;
    line-height: 24px;
  }
.booking_sec ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  width: 200px;
  margin: 0 auto;
}
.booking_sec ul li {
  width: 100%;
}
.booking_sec .btn_link {
    padding: 12px 12px;
    margin: 0;
  }

.footer_btm{font-size: 13px; line-height: 20px; }
 .banTxt .ban_heading::before, .banTxt h1::before {
    transform: translate(-50%, 0);
    left: 50%;
  }






}




@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;}
.top_heading { font-size: 23px; line-height: 30px; padding-bottom: 12px; }	




	
}