body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/26px 'Outfit'; color:#3f3f3f; 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';*/

.btn_link { padding: 12px 35px; border-radius: 30px; text-transform: capitalize; font-weight: 500; color:#fff; display: inline-block; font-family: 'Outfit'; font-size: 16px; line-height: 24px; background: #365c6f; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; border: none; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #d22c50; 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:#000; }

.btn_link2{background: #d22c50 !important; border-color:#fff !important; }
.btn_link2::before {background-color: #fd6927 !important; } 
.btn_link2:hover{ color:#fff !important; }

.btn_link3{background: #fff !important; color:#143a68 !important; }
.btn_link3::before {background-color: #fd6927 !important; }
.btn_link3:hover{ color:#fff !important;}


/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 55; }

.headerMain{ width: 100%; background: #fff; padding: 10px 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 35px 0 0; display: flex !important; justify-content: flex-end;}
.menu_sec li{ margin: 0 0 0 40px; font-size: 17px; line-height: 20px; color:#2d2d2d; position: relative; float: left; font-weight: normal; font-family: 'Outfit'; }
.menu_sec li a{display: inline-block; color: #2d2d2d; padding: 12px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#fe7027; }

.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #fe7027; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }

.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #fff; top: 100%; box-shadow: 0 0 7px -4px #646363; overflow-y: auto; scrollbar-width: thin; height:250px; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 15px; line-height: 18px; margin: 0px; color:#2d2d2d; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#2d2d2d; }
.site-navigation ul .sub-menu li a:hover{ background: #fe7027 !important;}

.top-logo{width: 22%; position: relative; }
.header-mid { width: 47%;}
.header-right { width: 31%; display: flex; justify-content: space-between; align-items: center;}
.header-right .btn_link{ border-radius: 0 15px 0 15px; margin: 0; }
.call_btn { padding: 5px; padding-left: 44px; position: relative; font-size: 22px; line-height: 30px; font-weight: 600; color:#143a68; background: url(../images/call2.png) no-repeat left top 12px; background-size: 32px; display: flex; flex-direction: column;}
.call_btn em{ font-weight: 400; font-style: normal; font-size: 16px; line-height: 20px; color:#2f2f2f; }
.call_btn:hover{ color:#d22c50; }
/* .header_sec.fixed .btn_link {padding: 12px 30px; border-radius: 50px; margin-left: 40px; } */
.header_sec .container{ max-width: 1340px; }


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; animation: slideDown 0.75s ease-out; box-shadow: 0 0 11px -3px rgba(51, 51, 51, 0.8); }
.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 { top: inherit; position: inherit; left: inherit; display: block; }
.header_sec.fixed .navbar-brand img{ max-width: 190px; }
/* .header_sec.fixed .menu_sec li a { padding: 22px 0;} */



@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }


.bannersec{ width: 100%; position: relative; z-index: 1; }  
.banner_main{ width: 100%; }
.banner_main .container{ max-width: 1340px; }


.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: #335C95;
  background: linear-gradient(90deg, rgba(51, 92, 149, 0) 42%, rgba(51, 92, 149, 0.98) 100%); } */
.banner_box .banimg{ width: 100%; height: 615px; object-fit: cover; border-radius: 10px; }
.banner_innr{ width: 100%; position: relative; z-index: 5; }
.banTxt{max-width: 640px; float: right; padding-right: 85px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 48px; line-height: 54px; color: #2f2f2f; padding-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; padding-bottom: 15px; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ color:#143a68; }
.ban_content{ color:#000; padding-bottom: 10px; line-height: 28px; font-size: 17px; font-family: 'Outfit'; font-weight: normal; padding-bottom: 15px; }
.ban_btn li{ float: left; margin: 15px 15px 0 0;}
.ban_btn .btn_link{margin: 0;}
.ban_btn .call_btn{ background: #6b2b77;}
.ban_btn .call_btn:before{background: #3cb54b;}




.service_sec{ width: 100%; position: relative; background: url(../images/service_bg.jpg) no-repeat 0 0; background-size: cover; overflow: hidden; }
.service_sec.wrapper{ padding-bottom: 275px;}
.service_box{ width: 100%; border-radius: 14px; padding: 0; background: #fff; box-shadow: 0px 2px 13.04px -2.04px rgba(0, 0, 0, 0.22); padding: 15px; }
.service_txt{ width: 100%; padding: 0 0 10px; }
.service_icon{ width: 100%; position: relative; display: inline-block; margin-bottom: 10px; }
.service_icon i{ background: #fff8f4; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.service_icon i img { max-width: 100% !important; width: 40px !important; transition: 1.5s; }
.service_title {
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 0 0 10px;
  color: #365c6f;
  font-weight: 600;
}
.service_description{ font-size: 15px; line-height: 26px; color:#2f2f2f; padding: 0 0 15px; }
.service_box:hover .service_icon i img { transform: rotateY(360deg);}

.service_carousel_innr { width: 1600px; padding-left: 400px; position: relative; margin-top: 30px; }
.service_carousel_innr:before{ width: 550px; height: 100%; background: url(../images/serviceImg1.jpg) no-repeat 0 0; background-size: cover; position: absolute; left: 0; bottom: 0; border-radius: 15px; content: "";}


.service_sec .owl-prev {
  background: url(../images/prev.png) no-repeat 0 0 !important;
  position: absolute;
  left: 35%;
  bottom: 0;
  transform: translate(-50%, 0);
  font-size: 0px !important;
  width: 35px;
  height: 35px;
  background-size: 100% !important; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px !important;
}
.service_sec .owl-prev:hover{background: url(../images/prev_hvr.png) no-repeat 0 0 !important; background-size: 100% !important;}
.service_sec .owl-next {
  background: url(../images/next.png) no-repeat 0 0 !important;
  position: absolute;
  right: 57%;
  bottom: 0;
  transform: translate(-50%, 0);
  font-size: 0px !important;
  width: 35px;
  height: 35px;
  background-size: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px !important;
}
.service_sec .owl-next:hover{background: url(../images/next_hvr.png) no-repeat 0 0 !important; background-size: 100% !important;}
.service_sec .owl-carousel .owl-item{padding: 12px;}

.service_sec .owl-carousel{ padding-top: 20px; }
.service_box:hover .service_img img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_sec .owl-carousel .owl-stage-outer{ padding-bottom: 70px;}

.wrapper{ padding: 80px 0; }
.top_subheading{ width: 100%; font-size: 14px; line-height: 18px; font-family: 'Outfit'; color: #ff8818; font-weight: bold; text-transform: uppercase; padding-bottom: 10px; letter-spacing: 1px; }
.top_heading{ width: 100%; font-size: 34px; line-height: 42px; font-family: 'Outfit'; color: #2f2f2f; font-weight: bold; text-transform: capitalize; padding-bottom: 20px; }
.top_heading strong{ color:#d22c50; font-weight: bold;}
.top_paragraph{ font-size: 17px; line-height: 26px; font-family: 'Outfit'; color: #000; font-weight: normal; padding-bottom: 10px; }
.list_style{ padding: 5px 0 25px; }
.list_style li { width: 100%; display: inline-block; color: #000; font-size: 16px; line-height: 20px; position: relative; padding: 3px; padding-left: 26px; margin-bottom: 12px;
background: url(../images/chk.png) no-repeat left top 2px; background-size: 18px; font-weight: normal; }
.list_style li:last-child{ margin-bottom: 0px;}


.about_sec{ width: 100%; background: #f4fffe; position: relative; overflow: hidden; }
.about_sec .row{ align-items: center;}
.about_left{ width: 100%; padding: 0 20px 0 0; } 
.about_sec{ position: relative; width: 100%; }
.about_sec .about_row{ align-items: center;}
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; position: relative; }
.about_imgbox::after { background: url(../images/circle_logo.png) no-repeat 0 0; background-size: 100%; width: 260px; height: 270px; position: absolute; right: -85px;
  top: 30px; content: "";
}
.about_imgbox::before { background: url(../images/pattern.png) no-repeat 0 0; background-size: 100%; width: 75px; height: 157px; position: absolute; left: -31px;
  bottom: -30px; content: "";
}


.about_imgbox img{ max-width: 100%; border-radius: 15px; position: relative; z-index: 1;}
.wrapper.about_sec { padding: 50px 0 85px 0; }
.health_sec .top_heading{ padding-bottom: 40px; }
.about_left .top_paragraph strong{ color:#365c6f; font-weight: 600; }


.health_sec{ width: 100%; text-align: center; position: relative;}
.health_sec:before{ background: url(../images/block.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; right: 3px; top: -32px; content: ""; width: 180px; height: 160px; }
.health_sec:after{ background: url(../images/curved.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; left: 0; bottom: -6px; content: ""; width: 100%; height: 61px; }
.wrapper.health_sec { padding-bottom: 100px;}
.health_sec .top_heading{ padding-bottom: 25px; margin-bottom: 20px; position: relative; }
.health_sec .top_heading:before{ width: 106px; height: 7px; background: #365c6f; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); content: "";}
.health_sec .top_paragraph{ padding: 0 7% 15px; }

.health_box img {transition: 1.5s;}
.health_box:hover img{ transform: rotateY(360deg);}


.health_box{ width: 100%; padding: 8px; border-radius: 10px; text-align: center; margin: 15px 0; transition: all 0.3s; }
.health_box img{ max-width: 100%; margin: 0 0 10px; }
.health_box_heading{ width: 100%; text-align: center; font-size: 18px; line-height: 24px; color:#365c6f; display: inline-block; font-weight: 600; padding: 0 0 5px; }
.health_box_txt{ width: 100%; text-align: center; font-size: 15px; line-height: 21px; color:#000; display: inline-block; }
.health_box:hover{ box-shadow: 0px 2px 15.04px 0.96px rgba(0, 0, 0, 0.22);}

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

.request_sec{ width: 100%; }
.wrapper.request_sec { padding: 0;}
.request_innr{ width: 100%; position: relative; background: url(../images/request_bg.jpg) no-repeat 0 0; padding: 30px; background-size: cover; border-radius: 20px; margin-top: -200px; }
.request_innr .top_heading { font-size: 29px; line-height: 32px; color: #fff; padding-bottom: 10px;}
.request_innr .top_paragraph { color: #fff; padding-bottom: 10px;}

.request_box{ width: 425px; padding: 25px; border-radius: 15px; background: rgba(20, 58, 104, 0.9);}
.get_touch { width: 100%; }
.get_frm{ width: 100%; display: inline-block; margin: 5px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 42px; padding: 0 15px; background: #f7f7f7; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 0px; font-family: 'Outfit'; transition: all 0.3s; }
.get_frm textarea{ padding: 10px 15px; resize: none; height: 85px; }
.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:#4f4f4f; }
.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:#fd6927;}
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 10; outline: none; margin: 0; border-radius: 0; width: 100%; text-transform: uppercase; }
.get_frm .btn_link:hover{background: #fd6927 !important;}
.get_frm select{ cursor: pointer;}

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

.testimonial_sec{ width: 100%; background: url(../images/map.png) no-repeat center center; background-size: cover; }
.wrapper.testimonial_sec { padding: 80px 0; padding-bottom: 120px; }
.testimonial_sec .top_heading{ text-align: center; }


.cta_sec{ width: 100%; margin-top: -70px;}
.cta_innr{ width: 100%; background: url(../images/ctabg.jpg) no-repeat 0 0; background-size: cover; border-radius: 15px; padding: 50px 20px; position: relative; padding-right: 400px; position: relative; z-index: 1; }
.cta_innr .ban_btn{position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.cta_innr .top_heading{ color:#fff; font-size: 28px; padding: 0;}
.cta_innr .ban_btn li{ margin-top: 0;}

.footer_sec{ width: 100%; background: url(../images/footerbg.jpg) no-repeat 0 0; background-size: cover; position: relative; }
.footer_sec:before{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; background: rgba(245, 242, 236, 0.8); content: ""; }
.home .footer_top {margin-top: -75px; padding-top: 110px; }
.footer_sec .container{position: relative;}

.footer_top{ width: 100%; padding: 60px 0 50px 0; }
.footer_box{ width: 100%; }
.footer_heading { font-size: 22px; line-height: 26px; font-weight: 700; color: #143a68; text-transform: capitalize; padding: 0 0 15px; }
.footer_logo{ display: inline-block; margin-bottom: 12px; }
.footer_logo img{ max-width: 100%;}

.foot_link li { width: 100%; margin: 0 0 10px; font-size: 16px; line-height: 20px; color: #373737; font-weight: 500;}
.foot_link li a{color:#373737; }
.foot_link li a:hover{ color:#1772b4; }
.foot_link li:last-child{ margin-bottom: 0;}

.foot_contact li{ width: 100%; margin: 0 0 5px; font-size: 16px; line-height: 20px; color:#373737; position: relative; padding: 5px; padding-left: 35px; } 
.foot_contact li a{color:#373737; }
.foot_contact li a:hover{ color:#1772b4; }
.foot_contact li i{ position: absolute; left: 0; top: 5px; }
.foot_contact li:last-child{ margin-bottom: 0;}
.foot_contact li i img{ max-height: 20px;}

.footer_box1{width: 33%;}
.footer_box2{width: 25%;}
.footer_box3{width: 17%;}
.footer_box4{width: 25%;}

.footer_btm { width: 100%; padding: 12px 0; font-size: 16px; line-height: 18px; font-weight: normal; color: #fff; text-align: center; background: #365c6f; position: relative; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#49c7f4; }

.mobile_btm{ display: none;}


.social_list{ width: 100%; }
.social_list ul{ display: flex; align-items: center; column-gap: 12px; }
.social_list ul li{ font-size: 22px; color:#143a68; font-weight: 600; }
.footer_content{ width: 100%; font-size: 16px; line-height: 26px; color:#373737; padding: 0 0 15px; }
.ndis_logo { width: 100%; padding: 20px 0 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: #fff;}
.primary-navigation .menu_sec ul li a:hover{background-color: #d22c50; 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(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: #d22c50; 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;}




.side_fixed_buttons {
    position: fixed;
    z-index: 999999999;
    transform: rotate(90deg);
    right: -100px;
    top: 330px;
}
.side_btn1{
    background: #d22c50;
    padding: 10px 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}
.footer_map iframe{
	margin-bottom: 0 !important;
}

.service_page_location_section {
    background: #fff6f8;
    padding: 40px 0;
    margin-top: 50px;
}
.service_location_list ul {
    padding: 0;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service_location_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 25%;
    position: relative;
    padding-left: 35px;
    margin-top: 6px;
}
.service_location_list ul li:before {
    background: url(../images/footer-loc.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.service_location_list ul li a {
    color: #282828;
}
/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #2f2f2f;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #2f2f2f;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #2f2f2f;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  text-transform: capitalize;
}

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




/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 12px; }
.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{ -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'; height: 50px; }
.get_box .btn_link{ border: none;font-family: 'Outfit'; }
.get_box textarea{ height: 80px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box input[type="date"]:focus, .get_box input[type="file"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#fd6927 !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; }
.get_box input[type="file"]{ padding: 12px !important;}
.get_box label{ padding: 0 0 5px; width: 100%; display: inline-block; }
.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #2f2f2f;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #d22c50;
}
.contact_page_heading strong { color:#d22c50;}
.contact_page_info {
position: relative;
color: #000;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#d22c50;
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: #000;
}
.contact_page_info {
color: #000;
}
.contact-text a:hover{ color:#d22c50; }

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


.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: 'Outfit';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #d22c50;
}
.contact-page input[type="submit"]:hover {
background-color: #fd6927 !important;
}
.get_touchSec { padding: 0 0 20px;}
.get_touchSec .col-lg-6, .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;}
.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: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }

/* .btn_link { padding: 12px 35px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #fe084a; margin-top: 10px; font-weight: 700; letter-spacing: 1px; }
.btn_link:hover{ background: #e75710; color:#fff !important; } */





/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-family: 'Outfit'; 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: #d22c50; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fd6927;
  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:#2f2f2f;}
.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:#000; }
.entry-title a:hover, .entry-meta a:hover { color: #d22c50 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #d22c50 !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: 'Outfit'; color: #000; 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:#222; border-radius: 0px; font-family: 'Outfit'; transition: all 0.3s; }
.get_frm textarea{ padding: 15px; 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:#fd6927 !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: 0; background: #d22c50; }
.get_frm .btn_link:hover{ background: #fd6927;}
.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;}




/* 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: 'Outfit'; 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: 'Outfit'; 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:#000; font-family: 'Poppins'; 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: #2f2f2f;	font-size: 30px;	line-height: 1.2;	font-weight: 600;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; font-family: 'Outfit';}
.inner-form-heading strong {color: #d22c50;}
.inner-form-heading::after {	position: absolute;	content: "";	bottom: 0;	left: 12px;	width: 30px;	height: 3px;	background: #d22c50;}
.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 #fd6927;}
.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: #d22c50; padding: 13px 35px; }
.inner-form-submit-btn input[type="submit"]:hover {background: #fd6927; 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; }


.menu_sec li a { height: auto !important; line-height: normal !important;}

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


.inner_content.about_sec{ padding: 50px 0;}


.testimonial_slider .sp-testimonial-free-section .sp-testimonial-item{ padding: 15px; }
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free{ background: #fff; border-radius: 20px; box-shadow: 0px 4px 15.56px 0.40px rgba(0, 0, 0, 0.15); padding-bottom: 25px; position: relative; padding-top: 45px; }
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial { padding: 15px; border-bottom: 2px solid #e0e5eb; margin-bottom: 25px; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  text-align: left !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #000;
  padding: 0 !important; margin: 0px !important;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-rating {
  gap: 2px;
  position: absolute;
  left: 15px;
  top: 32px;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-image img{ width: 50px;}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-image {
  position: absolute;
  left: 16px;
  bottom: 18px;
  margin: 0;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-name{ color:#365c6f; font-weight: 600; text-align: left; font-size: 17px; text-transform: capitalize; padding: 0 0 0 75px; position: relative; }
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-name:after{ background: url(../images/coma.png) no-repeat 0 0; position: absolute; right: 15px; top: 0; background-size: 100%; width: 40px; height: 30px; content: ""; }


.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev { border: none !important; background: url(../images/prev.png) no-repeat 0 0 !important; width: 35px; height: 35px; background-size: 100% !important; font-size: 0 !important; left: inherit; left: 0px; top: 55%; transform: translate(0, -50%);}

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ border: none !important; background: url(../images/next.png) no-repeat 0 0 !important; width: 35px; height: 35px; background-size: 100% !important; font-size: 0 !important; left: inherit; right: 0px; top: 55%; transform: translate(0, -50%);}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section { margin: 0 40px;}

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev:hover{ background: url(../images/prev_hvr.png) no-repeat 0 0 !important; background-size: 100% !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next:hover{ background: url(../images/next_hvr.png) no-repeat 0 0 !important; background-size: 100% !important; }



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


.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
  border-radius: 0 !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) 45%, rgba(0, 0, 0, 0.7) 100%);
}


.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
  width: 50px !important;
  height: 50px !important;
  background-size: 14px !important;
  background-position: center center !important;
  background-color: #6c4230 !important;
}
.ms-skin-light-6 .ms-nav-prev{ left: 0 !important; top: inherit !important; bottom: 0 !important; opacity: 0.75; }
.ms-skin-light-6 .ms-nav-next { left: 50px !important; top: inherit !important; bottom: 0 !important; right: inherit !important; opacity: 0.75; }
.ms-skin-light-6 .ms-nav-next:hover{ opacity: 1;} */


.master-slider{ width: 100% !important; margin: 0 !important; border-radius: 15px !important; }
.ms-inner-controls-cont, .ms-container { border-radius: 15px !important;}
.ms-skin-light-6 .ms-bullet { background: #8edad6 !important; border-radius: 100%; width: 16px !important; height: 16px !important; border: none !important; }
.ms-skin-light-6 .ms-bullet.ms-bullet-selected{ background: #d22c50 !important;}
.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count { bottom: -45px;}



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

.center_txt.inner_subtitle:after, .center_txt.inner_title:after{ left: 50%; transform: translate(-50%, 0); }
.faq_sec .inner_subtitle{ margin-bottom:30px; } 
.faq_sec .sp-easy-accordion > .sp-ea-single { background: #fff !important; border-color: #d22c50 !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .ea-header a {color: #000 !important; font-size: 15px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body { font-size: 14px !important; line-height: 24px !important;}
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand{ background:#d22c50 !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a{ color:#fff !important; }
.faq_sec .sp-easy-accordion > .sp-ea-single.ea-expand > .ea-header a .ea-expand-icon{ color:#fff !important; }
.faq_sec .sp-easy-accordion .sp-ea-single .ea-header {
    margin-bottom: 0;
    padding: 0;
}
.faq_sec .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 12px;
}
.btn_style{ display:flex; justify-content:flex-start; column-gap:5px; }
.btn_style li{}
.top_sec .btn_style{justify-content:center;}

.menu_sec li a::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  background: #fe7027;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  top: inherit !important;
  font-size: 0px !important;
}


.img_box img {
  width: 100%;
  border-radius: 8px;
}
.footer_top {
  width: 100%;
  padding: 50px 0;
}







@media only screen and (min-width : 320px) and (max-width : 1024px) {
	.service_location_list ul li{
		width: 100%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.service_location_list ul li{
		width: 50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.service_location_list ul li{
		width: 50%;
	}
}


 
@media only screen and (min-width: 1400px){
.about_box{ width: 605px;}


}

@media only screen and (max-width: 1399px) {
.header-mid {
  width: 46%;
}
.header-right {
  width: 32%;
}
.service_txt {
  min-height: 140px;
}
.wrapper.testimonial_sec {
  padding-bottom: 50px;
}






}


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


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

.top-logo {
    width: 20%;
  }
.menu_sec {
  padding: 0 12px 0 0;
}
.menu_sec li {
  margin: 0 0 0 30px;
  font-size: 15px;
  line-height: 20px;
}
.header-mid {
    width: 46%;
  }
.header-right {
    width: 34%;
  }
.banTxt {
  max-width: 470px;
  padding-right: 40px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 34px;
  line-height: 42px;
  padding-bottom: 15px;
  padding-bottom: 8px;
}
.ban_content {
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 5px;
}
.ms-view { height: 480px !important; border-radius: 15px !important; }
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 480px !important; border-radius: 15px !important; }

.health_sec::before {
  background-size: 100%;
  right: 3px;
  top: -32px;
  width: 125px;
  height: 125px;
}
.health_box_txt {
  font-size: 15px;
  line-height: 21px;
  min-height: 115px;
}
.wrapper.health_sec {
  padding-bottom: 65px;
}
.health_sec::after {
  bottom: -6px;
  height: 40px;
}
.about_imgbox::after {
  width: 152px;
  height: 178px;
  right: -41px;
  top: 30px;
}
.about_imgbox::before {
  width: 54px;
  height: 115px;
  left: -31px;
  bottom: -30px;
}
.wrapper.about_sec {
  padding: 50px 0 60px 0;
}
.service_carousel_innr {
  width: 1600px;
  padding-left: 250px;
  margin-top: 30px;
}
.service_txt {
  padding: 0 0 10px;
  min-height: 142px;
}
.service_sec .owl-carousel .owl-stage-outer {
  padding-bottom: 54px;
}
.request_innr {
  padding: 22px;
}
.wrapper.testimonial_sec {
  padding: 65px 0;
  padding-bottom: 80px;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial{min-height: 135px;}
.wrapper.faq_sec.faq_home {
  padding-bottom: 90px;
}
.cta_innr {
  padding: 40px 20px;
  padding-right: 364px;
}
.foot_contact li {
  margin: 0 0 5px;
  font-size: 15px;
}
.foot_link li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 18px;
}
.footer_heading {
  font-size: 20px;
  line-height: 24px;
}
.footer_content {
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 15px;
}
.footer_logo img {
  max-width: 190px;
}
.social_list ul li {
  font-size: 19px;
}
.social_list ul li img{ max-width: 35px; }
.call_btn em {
  font-size: 14px;
  line-height: 20px;
  color: #2f2f2f;
}

.call_btn {
  padding: 5px;
  font-size: 18px;
  line-height: 30px;
  background-size: 25px;
  padding-left: 36px;
}
.btn_link {
  padding: 12px 24px;
}
.cta_innr .top_heading {
  font-size: 22px;
}




}


@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: #d22c50; }
.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: #ff8818; 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: 50px; padding: 0 15px; font-size: 14px;
  line-height: 18px; }
.get_frm textarea{ height: 120px; 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: 185px;
  }


.headerMain {
    padding: 0;
  }
.header_sec {
    padding: 10px 0;
  }
.header_sec.fixed .navbar-brand img {
  max-width: 150px;
}
.banTxt {
    max-width: 340px;
    padding-right: 20px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 8px;
  }
.ban_content {
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 15px;
    padding-bottom: 5px;
  }
.ms-view { height: 400px !important; border-radius: 15px !important; }
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 400px !important; border-radius: 15px !important; }


.header_sec.fixed .headerMain {
  padding: 0;
}
.inner-form-container {
  margin: 0 0 25px;
  padding: 15px 5px;
  border-radius: 8px;
}




.rmp-container .rmp-menu-title .rmp-menu-title-image {
    width: 210px;
    border-radius: 0;
  }














    
} 
 
 
@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; }  
  
.health_sec::before {
    background-size: 100%;
    right: 3px;
    top: -15px;
    width: 90px;
    height: 90px;
  }
.health_box_txt {
    font-size: 15px;
    line-height: 21px;
    min-height: 85px;
  }
 .service_carousel_innr {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
.request_innr {
  margin-top: -110px;
}
.service_sec.wrapper {
  padding-bottom: 155px;
}
.wrapper.testimonial_sec {
    padding: 65px 0;
    padding-bottom: 55px;
  }
.footer_box1, .footer_box2, .footer_box3, .footer_box4 {
  width: 50%;
}
.footer_box {
  width: 100%;
  margin: 15px 0;
}
.toparww_main.fixed .toparww img {
  max-width: 18px;
}
.service_carousel_innr::before{display: none;}
.service_sec .owl-prev {
  left: 44%; bottom: -20px;
  transform: translate(0, -50%);
}
.service_sec .owl-next {
  right: 43%; bottom: -20px;
  transform: translate(0, -50%);
}

.footer_top {
  width: 100%;
  padding: 30px 0;
}
  
  
      
} 

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

.footer_box {
  margin: 12px 0;
}

.about_imgbox {
  margin: 30px 0 0;
}
.about_imgbox::after {
    width: 80px;
    height: 80px;
    right: 22px;
    top: 3px;
  }
.wrapper.testimonial_sec {
    padding: 65px 0;
    padding-bottom: 40px;
  }
 .cta_innr {
    padding: 30px 20px;
    text-align: center;
  }
.cta_innr .ban_btn {
  position: relative;
  right: inherit;
  top: inherit;
  transform: inherit;
}
.cta_innr .ban_btn ul {
    display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }
.footer_box1 {
  width: 60% !important;
}
.footer_box2 {
  width: 40% !important;
}
.about_left {
  width: 100%;
  padding: 0;
}
.request_box {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
}
.request_innr {
    padding: 15px;
  }
.request_innr .top_heading {
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 10px;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section {
  margin: 0 6px;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 15px;
  padding: 0 0 0 75px;
}
.testimonial_slider #sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-name::after {
  width: 30px;
  height: 25px;
  content: "";
}
.service_carousel_innr {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }


.service_page .btn_style{padding-bottom: 20px; }


.ban_btn li {
  float: left;
  margin: 10px 5px 0 0;
}
.ban_btn .btn_link {
    padding: 6px 18px;
    font-size: 13px;
  }








  
}


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

.banTxt {
    max-width: 260px;
    padding-right: 20px;
  }
 .health_sec::before {
    background-size: 100%;
    right: 3px;
    top: -15px;
    width: 55px;
    height: 52px;
  }
.health_sec .top_paragraph {
  padding: 0 3% 15px;
}
.health_box {
  margin: 10px 0;
}
.wrapper.health_sec {
    padding-bottom: 40px;
  }
.cta_innr .top_heading {
    font-size: 20px;
  }
.footer_box1 {
    width: 100% !important;
  }
 .footer_box2 {
    width: 100% !important;
  }
.service_sec .owl-prev {
    left: 40%;
    bottom: -20px;
    transform: translate(0, -50%);
  }
.service_sec .owl-next {
    right: 40%;
    bottom: -20px;
    transform: translate(0, -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;}
.btn_link { padding: 5px 16px; font-size: 12px; }	

.service_sec .owl-prev {
    left: 35%;
    bottom: -20px;
  }
.service_sec .owl-next {
    right: 35%;
    bottom: -20px;
  }


	
	
}

