body{ padding: 0px; margin: 0px; list-style: none; font: 400 15px/26px 'Outfit'; color:#373737; 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 40px; border-radius: 50px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Outfit'; font-size: 15px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 400; background: #53aeae; border: 1px solid #53aeae; }
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ee9748;
  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; border-color: #ee9748; }

.btn_link2{ background: none !important; border: 1px solid #bababa !important; color:#5f5d5d !important; }
.btn_link2:hover{ color:#fff !important; border-color: #0c3f66 !important; }
.btn_link2::before { background: #0c3f66 !important; }

.btn_link3{ background: #13466e !important; border: 1px solid #13466e !important; color:#fff !important; }
.btn_link3:hover{ color:#fff !important; border-color: #062e4c !important; }
.btn_link3::before { background: #062e4c !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; }


.header_top{position: relative; width: 100%; padding: 10px 0; }
.header_top .row{ align-items: center; }
.header_topInnr{ padding-left: 320px; }
.top_contact ul li{ margin: 0 22px 0 0; color:#3e3e3e; font-family: 'Outfit'; font-size: 16px; line-height: 20px; font-weight: normal; float: left; }
.top_contact ul li a{ color:#3e3e3e; }
.top_contact ul li a:hover{ color:#53aeae; }
.top_contact ul li img{ margin: -2px 5px 0 0; max-width: 100%; }
.top_contact ul li:last-child{ margin-right: 0px;}

.top_social { display: flex; justify-content: flex-end; align-items: center;}
.top_social li{ float: left; margin: 0 0 0 5px; color:#3e3e3e; font-size: 16px; line-height: 20px; float: left; }
.top_social li span{ margin-right: 10px;}
.top_social li a{ color:#3e3e3e; }
.top_social li a:hover{ color:#53aeae; }
.top_social li:first-child{ margin-left: 0px; }

.headerMain{ width: 100%; background: #0c3f66; 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; background: #0c3f66; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; padding: 10px 0; }
.navbar-brand {
  margin: 0;
  padding: 20px 15px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 300px;
  height: 156px;
  background: url(../images/circle_logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  left: 15px;
  bottom: -65px;
}
.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:#fff; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #fff; padding: 12px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#53aeae; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #53aeae; 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: #fff; top: 46px; 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:#0c3f66; }
.site-navigation ul .sub-menu li a:hover{ background: #53aeae !important; color:#fff !important; }
.menu_sec li.btn_link { padding: 0px; border: none; }
.menu_sec li.btn_link a { color:#fff; padding: 14px 44px 17px; }
.menu_sec li.btn_link a:after{ display: none; }






.top-logo{width: 25%; position: relative; }
.header-mid { width: 75%;}




.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; z-index: 5555; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand {
  position: relative;
  left: inherit;
  bottom: 0;
  background: #fff;
  width: 150px;
  height: auto;
  padding: 5px 10px;
  border-radius: 2px;
}





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


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



.bannersec{ width: 100%; position: relative; overflow: hidden; }  
/* .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: #335C95; background: linear-gradient(90deg, rgba(51, 92, 149, 0) 42%, rgba(51, 92, 149, 0.98) 100%); } */
.banner_box img{ width: 100%; height: 600px; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 600px; position: relative;}
.banTxt::before {
  background: url(../images/banbg2.png) no-repeat 0 0;
  width: 980px;
  height: 560px;
  background-size: 100% 100%;
  position: absolute;
  left: -240px;
  top: -65px;
  content: "";
}
.banTxt .ban_subheading{ width: 100%; display: inline-block; font-size: 17px; line-height: 21px; color:#53aeae; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 15px; font-weight: 600; position: relative; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 45px; line-height: 52px; color: #fff; padding-bottom: 20px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.banTxt .ban_content{ width: 100%; display: inline-block; font-size: 16px; line-height: 26px; color:#fff; margin: 0 0 10px; font-weight: normal; position: relative; }
.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; }

.banTxt .ban_btn li img{ max-width: 100% !important; width: auto !important; height: auto !important; object-fit: inherit; }
.banTxt .ban_btn ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: space-between;
  max-width: 420px;
}
.ban_btn {
  position: relative;
}

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

.specialty_sec { margin-top: -55px; position: relative; z-index: 555;}
.specilty_title{ font-size: 20px; line-height: 24px; color:#53aeae; font-weight: 700; padding: 0 0 6px; }
.specilty_txt{ font-size: 15px; line-height: 20px; color:#4e4e4e; font-weight: 400; }
.specialty_innr .d-flex { background: #fff; padding: 16px 10px; border-radius: 8px; box-shadow: 0 5px 11px 1px #d4dee5;}


.wrapper{ padding: 90px 0; }

.about_sec{position: relative;}
.about_sec .container{ position: relative; z-index: 55; }

.top_subheading{ width: 100%; display: inline-block; font-size: 14px; line-height: 24px; color:#373737; font-weight: 400;  text-transform: uppercase; margin: 0 0 15px; }
.top_subheading em{font-style: normal; display: inline-block; border: 1px solid #adb4b8; padding: 3px 12px; }
.top_heading{ width: 100%; font-size: 32px; line-height: 35px; font-family: 'Outfit'; color: #373737; font-weight: 600; padding-bottom: 15px; }
.top_heading strong{ color:#53aeae; }
.top_paragraph{ font-size: 15px; line-height: 26px; font-family: 'Outfit'; color: #373737; font-weight: normal; padding-bottom: 15px; }


.list_style{ width: 100%; padding: 0 0 15px; }
.list_style li{ width: 100%; display: inline-block; font-size: 15px; line-height: 22px; color:#373737; padding: 10px; padding-left: 30px; position: relative; }
.list_style li strong{ font-size: 22px; line-height: 26px; color:#1c5a9e; display: inline-block; margin: 0 0 5px; }
.list_style li:before{ width: 22px; height: 22px; position: absolute; left: 0px; top: 12px; background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; content: ""; }

.about_row{ flex-direction: row-reverse;} 
.about_left{ width: 100%; padding: 0 0 0 30px; } 

.about_sec{position: relative; background: #ecf8ff; }
.about_row{position: relative;}
.about_row::before { background: url(../images/about_pattern1.png) no-repeat 0 0;background-size: auto; background-size: auto; background-size: 100%;width: 150px; height: 360px; position: absolute; left: -13px; top: -123px; content: ""; z-index: 22;}

.about_home{position: relative;}
.about_home:before{ background: url(../images/pattern_img3.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; left: 0; top: -50px; content: ""; width: 100%; height: 56px; z-index: 11; }
.about_sec .about_row{ align-items: center;}
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; position: relative; }
.about_imgbox img{ max-width: 100%;  }



.about_btm { width: 100%; display: inline-block; background: #0c3f66; padding: 10px;margin: 0 0 15px; }
.about_btm .flex-shrink-0{ width: 75px; height: 75px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.about_btm .flex-shrink-0 img{ max-width: 100%; }
.about_btm_txt{ color:#fff; font-size: 15px; line-height: 21px; }
.about_btm .d-flex{ align-items: center; }
.about_left .ban_btn li{ margin-top: 0;}

.service_sec{width: 100%; position: relative; }
.service_sec:before{ background: url(../images/service_bg.jpg) no-repeat 0 0; background-size: cover; position: absolute; left: 0; top: 0px; content: ""; width: 100%; height: 440px; z-index: 1; }
.service_sec .container{position: relative; z-index: 22;}
.service_top{ width: 100%; }
.service_top .top_subheading, .service_top .top_heading, .service_top .top_paragraph{ color:#fff; }
.service_top .top_subheading em{ border-color:#fff; }
.service_slider{ padding-top: 30px; }
.service_top .srv_rt{ margin-top: 48px;}


.service_box{ width: 100%; position: relative; background: #0c3f66; padding: 10px 10px 30px; }
.service_img{ width: 100%; overflow: hidden; position: relative; }
.service_img img{ width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;  }

.service_text{ width: 100%; padding: 35px 0 0; position: relative; text-align: center; }
.service_title{ width: 100%; font-size: 17px; line-height: 24px; text-transform: capitalize; color:#fff; font-weight: 600; padding: 0 0 10px; }
.service_content{ font-size: 15px; line-height: 24px; color:#fff; padding: 0 0 15px; min-height: 90px; }
.service_icon{ width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background: #53aeae; position: absolute; left: 50%; top: -40px; border-radius: 100%; transform: translate(-50%, 0); }
.service_icon img{ max-width: 30px !important; width:auto !important; transition: 1.5s; filter: invert(1); }
.service_box:hover .service_icon img { transform: rotateY(360deg);}
.learn_btn{ padding: 10px 18px; border: 1px solid #fff; color:#fff; font-size: 15px; line-height: 18px; margin: 10px 0 0; display: inline-block; }
.learn_btn:hover{ background: #fff; color:#53aeae; }

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

.service_slider .owl-dots{ display: none;}
.service_slider .owl-prev{ width: 40px; height: 40px; background: url(../images/prev.png) no-repeat center center #fff !important; background-size: 20px !important; position: absolute; left: -45px; top: 47%; transform: translate(0, -50%); box-shadow: 0px 1px 5.64px 0.36px rgba(0, 0, 0, 0.13); }
.service_slider .owl-next{ width: 40px; height: 40px; background: url(../images/next.png) no-repeat center center #fff !important; background-size: 20px !important; position: absolute; right: -45px; top: 47%; transform: translate(0, -50%); box-shadow: 0px 1px 5.64px 0.36px rgba(0, 0, 0, 0.13); }





.why_choose{ width: 100%; position: relative; margin-top: -300px; }
.why_choose:before{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; background: url(../images/pattern_img2.png) repeat 0 0; content: "";}
.wrapper.why_choose { padding: 280px 0 50px 0;}
.why_choose .container{ position: relative; z-index: 55; }


.work_sec{ width: 100%; background: #ecf8ff; text-align: center; }
.wrapper.work_sec { padding: 75px 0;}
.work_box{ width: 288px; text-align: center; margin-top: 25px; display: inline-block; position: relative; }
.work_icon{ width: 100%; display: flex; justify-content: center; margin: 0 0 20px; }
.work_icon i{ width: 73px; height: 73px; background: #53aeae; border-radius: 5px; display: flex; align-items: center; justify-content: center; }
.work_icon i img{ max-width: 100%; transition: 1.5s; }
.work_box:hover .work_icon i img { transform: rotateY(360deg);}
.work_title{ width: 100%; font-weight: 600; font-size: 22px; line-height: 25px; color:#373737; padding: 0 0 12px; }
.work_content{ width: 100%; font-weight: 400; font-size: 15px; line-height: 24px; color:#373737; }
.work_sec .col-lg-4:last-child .work_box{ float: right; }
.work_sec .col-lg-4:first-child .work_box{ float: left; }
.work_line{ width: 230px; position: absolute; right: -180px; top: 18%; transform: translate(0, -50%); background: url(../images/line.png) repeat-x 0 0; height: 1px; }
.work_line:before{ width: 10px; height: 10px; background: #13466e; border-radius: 100%; position: absolute; left: 0; top: -4px; content: ""; border-radius: 100%; }
.work_line:after{ width: 10px; height: 10px; background: #13466e; border-radius: 100%; position: absolute; right: 0; top: -4px; content: ""; border-radius: 100%; }


.testimonial_sec{ width: 100%; position: relative; background: #fff; overflow: hidden; }
.testimonial_sec .container{ position: relative; z-index: 2; max-width: 1920px; }
.testimonial_sec .top_sec{ padding-bottom: 20px; }
/* .testimonial_sec:after{ background: url(../images/line1.png) no-repeat 0 0; width: 440px; height: 270px; background-size: 100%; position: absolute; right: 0; top: 0; content: ""; } */
.testimonial_sec .col-md-5, .testimonial_sec .col-md-7{padding: 0px; }
.testimonial_rt{ padding: 65px 0; background: url(../images/map.jpg) no-repeat center center; }
.map_sec{ width: 100%; height: 100%; }
.map_sec iframe{ width: 100%; height: 100%; display: flex; margin: 0;}

.testimonial_slider{ padding: 0 0 0 50px; width: 1050px; }



.toparww{ position: fixed; right: 15px; bottom: -30px; 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: 38px; height: 38px; display: flex; justify-content: center; align-items: center; border-radius: 0; z-index: 5555; background: #13466e; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


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

.footer_toppart .ban_btn ul{ display: flex; column-gap: 10px; justify-content: flex-end; align-items: center; }
.footer_toppart .top_heading { font-size: 30px; line-height: 33px; padding-bottom: 5px;}
.footer_toppart .top_paragraph{ padding: 0;}
.footer_toppart .ban_btn li{ margin: 0; }
.footer_toppart .row{ align-items: center;}

.footer_top{ width: 100%; }
.footer_top.wrapper { padding: 50px 0 30px 0; }
.footer_toppart { padding: 0 0 10px; border-bottom: 2px solid #c4ced6;}
.footer_box{ width: 100%; margin-top: 30px; }
.footer_heading { font-size: 18px; line-height: 24px; font-weight: 600; color: #444; text-transform: uppercase; padding: 0 0 15px; }
.footer_logo{ display: inline-block; margin-bottom: 10px; }
.footer_logo img{ max-width: 230px;}

.social_box{ width: 100%; display: flex; align-items: center; margin: 0 0 15px; }
.social_box li{ margin: 0 12px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ }


.foot_link li {width: 100%; margin: 0 0 5px; font-size: 15px; line-height: 22px; color: #444444; position: relative; font-weight: 400; }
.foot_link li a{color:#444444; }
.foot_link li a:hover{ color:#3ba09d; }

.foot_contact li { width: 100%; margin: 0 0 5px; font-size: 15px; line-height: 22px; color: #444444; position: relative; padding: 2px; padding-left: 25px;}
.foot_contact li a{color:#444444; }
.foot_contact li a:hover{ color:#3ba09d; }
.foot_contact li i{ position: absolute; left: 0px; top: 1px; }

.footer_box1{width: 25%;}
.footer_box2{width: 15%;}
.footer_box3{width: 23%;}
.footer_box4{width: 18%;}
.footer_box5 { width: 19%;}




.footer_btm{ width: 100%; padding: 15px 0; font-size: 15px; line-height: 17px; font-weight: normal; color:#fff; text-align: center; position: relative;  background: #13466e; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#3ba09d; }

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

.licence_no { font-weight: 600; color: #444; font-size: 14px;}



/*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: hwb(0 100% 0%);}
.primary-navigation .menu_sec ul li a:hover{background-color: #53aeae; color:#fff !important; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../../../../wp-content/uploads/2026/04/ban_img.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: #ee9748; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }






/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #373737;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #373737;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #373737;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.inner_txt {
  font-size: 15px;
  color: #373737;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#53aeae;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #53aeae;
}
.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;
  font-size: 15px;
  line-height: 1.6em;
  color: #373737;
  font-weight: normal;
  list-style: none;
  padding: 5px;
  padding-left: 30px;
  margin: 0 0 2px;
  background: url(../images/bullet.png) no-repeat left top 7px; background-size: 22px;
}
/* .inner_list_txt ul li:before{ background: url(../images/bullet.png) no-repeat 0 0; background-size: 100%; width: 25px; height: 23px; position: absolute; left: 0; top: 0; content: "";  } */
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: url(../images/service_bg.jpg) repeat 0 0;
  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:#ee9748;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #373737;
}
.sub_heading strong{ color: #53aeae;}
.inner_bottm_sec .inner_txt { margin-top: 0;}
.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; background: none; border: 1px solid #ccc !important; }
.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:#53aeae !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: 32px;
line-height: 1.2;
text-transform: capitalize;
color: #373737;
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: #53aeae;
}
.contact_page_heading strong { color:#53aeae;}
.contact_page_info {
position: relative;
color: #373737;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#53aeae;
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: #373737;
}
.contact_page_info {
color: #373737;
}
.contact-text a:hover{ color:#53aeae; }

.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: #403d41 !important;
outline:none;
border-color:#ccc !important; border-radius: 6px;
}


.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: #53aeae;
}
.contact-page input[type="submit"]:hover {
background-color: #ee9748 !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: capitalize; 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: #53aeae; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ee9748;
  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:#373737;}
.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:#373737; }
.entry-title a:hover, .entry-meta a:hover { color: #53aeae !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #53aeae !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: 15px; line-height: 26px; font-family: 'Outfit'; color: #373737; 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: 5px; 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:#53aeae !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: #53aeae; }
.get_frm .btn_link:hover{ background: #ee9748;}
.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: '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-container { margin: 0 0 20px; padding: 0; border-radius: 20px; box-shadow: none; background: #fff; margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));}
.inner-form-heading p {	margin-bottom: 0;  padding: 0;}
.inner-form-heading {	color: #373737;	font-size: 25px;	line-height: 1.2;	font-weight: 600;	position: relative;	padding-bottom: 12px;	margin-bottom: 24px; font-family: 'Outfit';}
.inner-form-heading strong {color: #53aeae;}
.inner-form-heading::after { position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 1px; background: #53aeae; }
.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 #53aeae;}
.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: #53aeae; padding: 10px 40px; }
.inner-form-submit-btn input[type="submit"]:hover {background: #ee9748; 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; }
.contact-img img{ max-width: 25px !important;}

.career_page .contact_right { padding: 30px; max-width: 750px; margin: 0 auto;}
.inner_subtitle.center_txt::after {  left: 50%; transform: translate(-50%, 0);}
.img_box img{ width: 100%; border-radius: 5px; }

.testimonial_slider #sp-testimonial-free-wrapper-23 .sp-testimonial-free{ border: 1px solid #ccc !important; border-radius: 15px !important; padding: 15px !important; background: #fff !important; position: relative; padding-bottom: 65px !important; }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content{ padding: 0 !important;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; padding: 0px !important; font-size: 15px; line-height: 24px; color:#393939; margin: 0 0 10px !important; font-style: italic; min-height: 100px; }
.testimonial_slider #sp-testimonial-free-wrapper-23 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: left; font-weight: 500; font-size: 18px; line-height: 24px; color:#345250; position: absolute; left: 0; bottom: 5px; padding: 0 60px 0 15px; width: 100%; }
.testimonial_slider #sp-testimonial-free-wrapper-23 .sp-testimonial-free-section .sp-testimonial-client-rating {position: absolute; left: 15px; bottom: 34px;}
.testimonial_slider #sp-testimonial-free-wrapper-23 .sp-testimonial-free-section .sp-testimonial-client-testimonial { margin: 0 !important;}
.testimonial_slider #sp-testimonial-free-wrapper-23 .sp-testimonial-free:after{ background: url(../images/coma.png) no-repeat 0 0; background-size: 100%; width: 42px; height: 32px; content: ""; position: absolute; right: 10px; bottom: 20px; }
.testimonial_slider .sp-testimonial-free-section.swiper-initialized{ margin: 0 !important;}

.top_sec { background: #ecf8ff; padding: 30px; border-radius: 10px;}
.testimonial_sec .top_sec { padding: 0 0 20px; background: none; border-radius: 0;}    

.work_sec .top_sec{ background: none; padding: 0px; border-radius: 0px; }


.navbar-brand img {
  height: auto;
  max-width: 100%;
  aspect-ratio: inherit !important;
}
.navbar-brand {
  padding: 20px 40px 15px;
}
.header_sec.fixed .top-logo {
  width: 18%;
}
.header_sec.fixed .header-mid {
  width: 82%;
}
.header_sec.fixed .navbar-brand {
  width: auto;
  height: auto;
}

.entry-content h3{ font-size: 18px; }
.entry-content ul {
    padding: 0 0 10px;
    margin: 0;
}

.entry-content ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.6em;
    color: #373737;
    font-weight: normal;
    list-style: none;
    padding: 5px;
    padding-left: 30px;
    margin: 0 0 2px;
    background: url(../images/bullet.png) no-repeat left top 7px;
    background-size: 22px;
}




@media only screen and (min-width: 1399px) {
.service_content { min-height: 115px;}
	
	
	
}


@media only screen and (max-width: 1399px) {
.service_slider .owl-prev { width: 30px; height: 30px; background-size: 16px !important; left: -34px; top: 47%;}
.service_slider .owl-next { width: 30px; height: 30px; background-size: 16px !important; right: -34px; top: 47%;}




}


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

.header-mid {
  width: 97%;
}
.navbar-brand {
  padding: 20px 15px 15px;
  width: 195px;
  height: 106px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  left: 15px;
  bottom: -36px;
}
.menu_sec li.btn_link a {
  padding: 13px 31px !important;
}
.menu_sec li {
  margin: 0 0 0 22px;
  font-size: 14px;
  line-height: 20px;
   height: auto !important;
  line-height: normal !important;
}
.header_topInnr {
  padding-left: 202px;
}
.header_top {
  padding: 8px 0;
}
.top_contact ul li {
  margin: 0 14px 0 0;
  font-size: 15px;
  line-height: 18px;
}
.top_social li {
  margin: 0 0 0 3px;
  font-size: 15px;
  line-height: 20px;
}
.navbar-brand img {
    max-width: 138px;
  }
.header-mid {
  width: 81%;
}
.headerMain .row {
  justify-content: space-between;
}
.banTxt .ban_subheading {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 0 12px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 35px;
  line-height: 44px;
  padding-bottom: 10px;
}
.banTxt .ban_content {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 7px;
}
.banTxt .ban_btn ul {
  column-gap: 10px;
  max-width: 375px;
}
.banTxt {
  max-width: 465px;
}
.banTxt::before {
  width: 830px;
  height: 510px;
  left: -262px;
  top: -42px;
}
.banner_box img {
  height: 525px;
}
.specialty_innr .d-flex img {
  max-width: 45px;
}
.specilty_title {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 6px;
}
.specialty_innr .d-flex {
  min-height: 105px;
}
.wrapper {
    padding: 60px 0;
  }
.about_row::before {
  width: 108px;
  height: 218px;
  left: 10px;
  top: -98px;
  z-index: 22;
}
.about_left {
  padding: 0 0 0 20px;
}
.top_subheading {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 6px;
    margin: 0 0 7px;
  }
.top_paragraph {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 15px;
  }
.about_btm .flex-shrink-0 {
  width: 65px;
  height: 65px;
}
.btn_link {
  padding: 10px 32px; line-height: 25px;
}
.ban_btn li {
  margin: 0 12px 0 0;
}
.about_home::before {
  top: -68px;
  width: 100%;
  height: 70px;
}
.service_top .srv_rt {
  margin-top: 0;
}
.service_content {
  font-size: 14px;
  line-height: 23px;
  padding: 0 0 15px;
  min-height: 105px;
}
.list_style li {
  font-size: 15px;
  line-height: 22px;
  padding: 5px;
  padding-left: 25px;
}
.list_style li::before {
  width: 20px;
  height: 20px;
  top: 12px;
}
.wrapper.work_sec {
  padding: 60px 0;
}
.work_title {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 8px;
}
.work_content {
  font-size: 15px;
  line-height: 22px;
}
.work_icon i {
  width: 62px;
  height: 62px;
}
.work_line {
  width: 170px;
  right: -104px;
  top: 20%;
  height: 1px;
}
.testimonial_rt {
  padding: 50px 0;
}
.footer_top.wrapper {
  padding: 40px 0 30px 0;
}
.footer_logo img {
  max-width: 150px;
}
.footer_toppart .top_heading {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 5px;
}
.footer_toppart .col-lg-3 {
  width: 20%;
}
.footer_toppart .col-lg-9 {
  width: 80%;
}
.btn_link {
padding: 10px 28px;
line-height: 25px;
}
.footer_heading {
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 12px;
}
.foot_contact li {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 21px;
  padding: 1px;
  padding-left: 24px;
}
.foot_link li {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 21px;
}
.social_box li {
  margin: 0 7px 0 0;
}
.social_box li img {
  max-width: 32px;
}
.ndis_logo img {
  max-width: 150px;
}
.specialty_sec {
  margin-top: -72px;
}

.header_sec.fixed .top-logo {
  width: 22%;
}
.header_sec.fixed .header-mid {
  width: 78%;
}
.navbar-brand img {
    max-width: 100%;
  }
.navbar-brand {
    padding: 22px 28px 15px;
    width: 210px;
    height: 120px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 15px;
    bottom: -50px;
  }
	
	
	
	
}


@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: #1164a4; }
.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: #339393; width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

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

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 23px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: #fff; padding: 10px 12px; height: auto; width: 150px; border-radius: 5px; }

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px; padding-left: 55px; }
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

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

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

.headerMain { padding: 0; }
.header_sec { padding: 10px 0; }
.header_sec.fixed .navbar-brand img {max-width: 100px;}

.navbar-brand {
    padding: 5px 10px;
    width: auto;
    height: auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: inherit;
    bottom: inherit;
    border-radius: 2px;
    position: relative;
  }
.header_sec {
    padding: 0;
  }
.headerMain {
    padding: 8px 0;
  }
.navbar-brand img {
    height: auto;
    max-width: 90px;
  }
.header_sec.fixed .navbar-brand {
  position: relative;
  left: inherit;
  bottom: 0;
  background: #fff;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 2px;
}
.header_sec.fixed .navbar-brand img {
    max-width: 90px;
  }
.banTxt .ban_subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    margin: 0 0 8px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 10px;
  }
.banTxt .ban_content {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 7px;
  }
.banTxt .ban_btn ul {
    column-gap: 8px;
    max-width: 323px;
  }
.banner_box img {
    height: 450px;
  }
.banTxt {
    max-width: 362px;
  }
.banTxt::before {
    width: 510px;
    height: 410px;
    left: -88px;
    top: -23px;
  }
.specialty_innr .d-flex img {
    max-width: 38px;
  }
.specilty_title {
    font-size: 15px;
    line-height: 19px;
    padding: 0 0 6px;
  }
.specialty_innr .d-flex .ms-3 {
  margin-left: 8px !important;
}
.specilty_txt {
  font-size: 14px;
  line-height: 18px;
}
.specialty_innr .d-flex {
    min-height: 115px;
  }
.specialty_sec {
    margin-top: -82px;
  }
.rmp-menu .btn_link {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0px;
}
.rmp-menu .btn_link::before{ display: none; }



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





    
} 
 
 
@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; }  
  
.about_sec .about_row {
  align-items: flex-start;
}
.about_left {
    padding: 0;
  }
.work_box {
  width: 220px;
  margin-top: 20px;
}
.work_icon i {
    width: 55px;
    height: 55px;
  }
.work_line {
    width: 120px;
    right: -68px;
    top: 16%;
    height: 1px;
  }
.wrapper.work_sec {
    padding: 50px 0;
  }
.testimonial_slider {
  padding: 0 0 0 30px;
  width: 700px;
}
.footer_toppart .col-lg-3 {
    width: 100%;
    text-align: center;
  }
.footer_toppart .col-lg-9 {
    width: 100%;
  }
.footer_logo {
  display: inline-block;
  margin-bottom: 25px;
}
.footer_box1 {
  width: 42%;
}
.footer_box2 {
  width: 25%;
}
.footer_box3 {
  width: 33%;
}
.footer_box4 {
  width: 42%;
}
.footer_box5 {
  width: 58%;
}




  
      
} 

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

.specialty_innr .row {
  justify-content: center;
}
.specialty_innr .d-flex {
    min-height: 115px;
    margin: 10px 0;
  }
.specialty_sec {
    margin-top: 0;
    padding: 35px 0 90px 0;
  }
.about_home::before {
    top: -42px;
    width: 100%;
    height: 45px;
  }
.about_row::before{ display: none;}
.about_imgbox {
  margin-top: 30px;
}
.service_slider .owl-prev {
    width: 26px;
    height: 26px;
    background-size: 13px !important;
    left: -6px;
    top: 43%;
  }
.service_slider .owl-next {
    width: 26px;
    height: 26px;
    background-size: 13px !important;
    right: -6px;
    top: 43%;
  }
.work_sec .row {
  justify-content: center;
}
.work_line{ display: none;}
.work_box{ width: 100%; }
.testimonial_slider {
    padding: 0 15px;
    width: 100%;
  }
.footer_toppart .d-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center; text-align: center;
}
.specialty_innr .d-flex {
    min-height: 100px;
    margin: 10px 0;
  }

.footer_box1, .footer_box2, .footer_box3, .footer_box4{ width: 100%; }
.footer_toppart .top_heading {
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 5px;
  }
.banTxt .ban_btn li img {
  max-width: 130px !important;
}
.banTxt .ban_btn ul {
    justify-content: flex-start;
  }










}


@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::before{ display: none;}
 .banner_box img {
    height: 380px; object-position: 68% center;
  }
 .about_home::before {
    top: -28px;
    width: 100%;
    height: 30px;
  }
.specialty_sec {
    margin-top: 0;
    padding: 35px 0 60px 0;
  }
 .banTxt {
    padding: 10px;
    border-radius: 8px; background: rgba(12, 63, 102, 0.7);
  }

.specialty_innr .col-sm-6 {
  width: 50%;
}
.specialty_innr .d-flex {
    min-height: 135px;
    margin: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.footer_box5 {
    width: 100%;
  }
.toparww_main.fixed .toparww {
    bottom: 38px;
  }
.toparww {
    font-size: 19px;
    width: 38px;
    height: 38px;
  }
.toparww img {
  max-width: 14px;
}

.service_content { min-height: 130px; }






} 


@media only screen and (max-width: 480px){ 
.service_content { min-height: auto; }	
	
}



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

.specialty_innr .d-flex {
    padding: 12px 7px;
  }
	
	
	
	
	
	
}