body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/24px 'Poppins'; color:#000; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';*/


.btn_link { background: #994c9d; padding: 10px 20px; border-radius: 0; text-transform: uppercase; font-weight: 500; color:#fff; display: inline-block; font-family: "Poppins", sans-serif; }
.btn_link:hover{ background: #f36f2a; color:#fff; }




/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; padding: 10px 0; position: fixed; left: 0px; top: 0px; z-index: 5; }
.header_sec .btn_link { padding: 10px 15px;}
.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-right: 390px;}
.menu_sec li{ margin: 0 0 0 22px; font-size: 14px; line-height: 20px; color:#413091; position: relative; font-weight: 500; }
.menu_sec li a{display: inline-block; color: #413091; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; line-height: normal; background: none !important;}
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#f36f2a; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #f36f2a; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec .dropdown{position: relative;}
.menu_sec .dropdown-toggle::after{display: none;}
.menu_sec li.dropdown .dropdown-menu li{ padding: 0px !important;}
.menu_sec li.dropdown .dropdown-menu li a{ padding: 10px !important; width: 100%; color:#212121; }
.menu_sec li.dropdown .dropdown-menu li a:hover{ color:#994c9d; }
.menu_sec li:hover a:after, .menu_sec li.actv a:after{ width: 100%; visibility: visible; opacity: 1;}
.menu_sec li.dropdown .dropdown-menu li a:after{ display: none;}

.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 555; background: #fff; box-shadow: 0 0 14px -8px #000; }
.header_sec.fixed .header_top{ display: none; }
/* .header_sec.fixed .headerMain {top: 0px; background: #212121; } */
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.menu_sec li.dropdown .dropdown-menu li{ margin: 0px; }
.header_sec.fixed .navbar-brand img { max-width: 110px;}

.top_btn{ width: auto; /*position: absolute; right: 0px; top: 50%; transform: translate(0, -50%);*/ }
.top_btn li{ float: left; margin: 0 0 0 10px; }
.top_btn li:first-child{ margin-left: 0px;}
.refrl_btn{ background: #994c9d !important; }
.refrl_btn:hover{ background: #413091 !important; }
.complaint_btn{ background: #f36f2a !important; color:#fff !important; }
.complaint_btn:hover{ background: #00ab97 !important;}


.bannersec{ width: 100%; position: relative; }  
.banner_box{ width: 100%; position: relative; }
/*.banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; background: rgba(0, 0, 0, 0.45); content:""; }*/
.banner_box img{ width: 100%; height: 700px; 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%); }
.banTxt{width: 480px; float: right; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 50px; line-height: 52px; color: #413091; padding-bottom: 10px; position: relative; font-weight: bold; text-transform: capitalize; font-family: 'Poppins'; }   
.ban_subheading{ font-size: 16px; line-height: 30px; font-family: 'Poppins'; color: #1c1c1c; font-weight: normal; }
.banTxt .btn_link{margin: 20px 0 0; border-color:#fff; color:#fff; letter-spacing: 1px; padding: 12px 25px; }


.service_sec{ width: 100%; padding: 70px 0;}
.top_heading{ width: 100%; font-size: 30px; line-height: 35px; font-family: 'Poppins'; color: #413091; font-weight: bold; text-transform: capitalize; padding-bottom: 20px; }
.top_paragraph{ font-size: 16px; line-height: 30px; font-family: 'Poppins'; color: #343434; font-weight: normal; padding-bottom: 20px; }
.service_sec .top_heading{ text-align: center; }

.service_box{ width: 100%; padding: 10px; text-align: center;}
.service_img{ width: 100%; height: 160px; border-radius: 10px; overflow: hidden; }
.service_img img{ width: 100%; height: 100%; object-fit: cover; border-radius: 10px; -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_details{ width: 100%; padding: 45px 2px 15px; position: relative; }
.service_icon{ width: 100%; position: relative; }
.service_icon i{ width: 65px; height: 65px; position: absolute; left: 50%; top: -75px; display: flex; justify-content: center; align-items: center; transform: translate(-50%, 0); border-radius: 100%; }
.service_icon i img{ max-height: 100%; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;  }
.service_heading{ font-size: 18px; line-height: 24px; color:#222; padding: 0 0 15px; font-weight: bold; font-family: 'Poppins'; min-height: 64px;}
.service_content{ font-size: 14px; line-height: 20px; color:#222; padding: 0 0 15px; font-weight: normal; font-family: 'Poppins'; min-height: 75px;}
.read_btn{ display: inline-block; padding: 0 0 2px; color:#00ab97; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #00ab97; font-size: 12px; font-weight: 700; line-height: 16px; }

.service_box{ width: 100%; display: inline-block; padding: 10px; height: 100%; border-radius: 8px; }
.service_box h5{ font-size: 15px; line-height: 18px; color:#131313; padding: 0 0 6px; }
.service_box h5 span{ width: 9px; height: 9px; border-radius: 100%; margin: 7px 8px 0 0; float: left;}
.service_box h3{ font-size: 20px; line-height: 25px; color:#131313; padding: 0; text-transform: uppercase; font-family: 'Cinzel', sans-serif; font-weight: 600; }

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

.service_box:hover .service_img img{-webkit-transform: scale(1.2); transform: scale(1.2);}
.service_box:hover .service_icon i img{transform: rotate(-360deg); }

.more_service .btn_link{ display: inline-block; }
.more_service{ text-align: center; }

.about_sec{ width: 100%; background: url(../image/about_bg.png) no-repeat right top #ffefe7; background-size: contain; }
.about_sec .container{ max-width: 1920px; padding: 0;}
.about_sec .row{ flex-direction: row-reverse; margin: 0;}
.about_sec .col-md-6{ padding: 0;}
.about_img{ width: 100%; height: 100%; }
.about_img img{ width: 100%; height: 100%; object-fit: cover; }
.about_rt{ width: 100%; padding: 45px 0 0 45px; } 
.about_box{ width: 515px; float: left; }

.why_choose{ width: 100%; background: url(../image/why_bg.png) repeat 0 0 #ffecff; padding: 85px 0; }
.why_chooseLeft{ width: 100%;}
.why_chooseLeft .top_heading{ text-align: center; }
.get_heading{ text-align: center; }

.whybox{ align-items: center; background: #fff; padding: 25px; border: 1px solid #994c9d; }
.whybox .flex-grow-1{ font-size: 18px; line-height: 24px; font-weight: 700; color:#181818; }
.whybox .flex-shrink-0{ border-right: 1px solid #cacaca; padding-right: 15px; }

.why_chooseLeft .col-sm-6 {
    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);
    margin-top: var(--bs-gutter-y);
}

.get_touch{ width: 100%; background: #fff; padding: 30px; }
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; /*-webkit-appearance: 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; }
.get_box .btn_link{ border: none; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#f36f2a;}
.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:#454545; opacity: 1; }

.testimonial_sec{ width: 100%; padding: 70px 0; }
.testimonial_sec .top_heading{ text-align: center; }
.testimonial_box{ width: 100%; background: #fff; box-shadow: 0 0 12px 8px #f2f2f2; padding: 25px; border-radius: 30px; }
.review{ width: 100%; display: inline-block; margin: 0 0 10px; }
.review_text{ font-size: 16px; line-height: 28px; color:#0a0a0a; padding: 0 0 15px; font-weight: normal; }
.testimonial_box .d-flex{ border-top: 1px solid #afafaf; padding: 20px 0 0; font-weight: 500;}
.client_name{ font-size: 16px; line-height: 24px; color:#0a0a0a; font-style: italic; text-transform: capitalize; }
.designation{ font-size: 13px; line-height: 24px; color:#0a0a0a; }
.review img{ width: auto !important; max-width: auto !important;}
.testimonial_slider .owl-carousel .owl-item{ padding: 15px;}
.testimonial_slider .owl-dots{ width: 100%; display: flex; justify-content: center; margin: 30px 0 0; }
.testimonial_slider .owl-dot{ width: 15px; height: 15px; border-radius: 100%; margin: 0 8px; background: #cfcfcf !important; font-size: 0px !important; }
.testimonial_slider .owl-dot.active{background: #5f5f5f !important;}


.serve_sec{ width: 100%; padding: 30px 0 75px 0;}
.serve_sec .top_heading{ text-align: center; margin-bottom: 30px; }

.serve_sec .col-md-3{ max-width: 20%; }
.location_box{ width: 100%; border-right: 1px solid #c4c4c4; height: 100%; }
.location_box ul{ list-style: none;}
.location_box ul li{ width: 100%; margin: 0 0 10px; }
.location_box ul li a{ width: 100%; color:#413091; font-weight: bold; }
.location_box ul li i{ color:#f36f2a; margin: 0 5px 0 0; }
.location_box ul li a:hover{color:#f36f2a; padding-left: 5px; }
.serve_sec .col-md-3:last-child .location_box{ border-right: none; }

.footer_sec{ width: 100%; background: #0e0929; }
.footer_top{ width: 100%; padding: 75px 0 50px 0; }
.footer_box{ width: 100%; }
.footer_heading{ font-size: 20px; line-height: 26px; font-weight: bold; color:#fff; text-transform: uppercase; padding: 0 0 15px; }
.footer_logo{ display: inline-block; margin-bottom: 60px; }
.footer_logo img{ max-height: 100%;}

.social_box{ width: 100%; display: inline-block;}
.social_box li{ float: left; margin: 0 10px 0 0;}
.social_box li a{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 100%; font-size: 12px; color:#f36f2a; }
.social_box li:last-child{ margin-right: 0px; }
.social_box li a:hover{ background: #f36f2a; color:#fff; border-color:#f36f2a; }

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

.foot_contact li{ width: 100%; margin: 0 0 15px; font-size: 14px; line-height: 20px; color:#fff; position: relative; padding: 5px; padding-left: 40px;}
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#f36f2a; }
.foot_contact li i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 100%; font-size: 12px; color:#f36f2a; position: absolute; left: 0px; top: 0px; }

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

.footer_btm{ width: 100%; padding: 20px 0; border-top: 1px solid #fff; font-size: 14px; line-height: 20px; font-weight: normal; text-transform: uppercase; color:#fff; /* text-align: center; */ }
.footer_btm p{ color:#fff; padding: 0;}
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#f36f2a; }



/*NEW CSS*/
.primary-navigation{ float: none !important; }
.bigtext span, .bigtext em{ font-family: 'Poppins'; }
.bigtext em{ font-family: "Poppins", sans-serif;}
.bigtext b{ font-weight: bolder;}
.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: #994c9d;}
.primary-navigation .menu_sec ul li a:hover{background-color: #df9728; color:#fff !important; padding-left: 20px; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { color: #f36f2a !important;}
.navbar-brand img { height: auto;}
.connect_sec h5 span { font-size: 17px; line-height: 21px; color: #fff;}
.primary-navigation ul ul a{ color:#fff; padding: 8px 12px !important; width: 260px !important; }
.menu_sec li a::after { top: inherit !important;}
.primary-navigation ul ul a:hover{ padding-left: 20px !important; }
.menu_sec li a {padding: 10px 0 !important;}


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

.ms-skin-light-6 .ms-nav-next {
  background: none !important;
  border: 0 !important;
  position: relative;
}

.ms-skin-light-6 .ms-nav-prev {
  background: none !important;
  border: 0 !important;
  position: relative;
  left: inherit !important;
    right: 100px !important;
}
.ms-skin-light-6 .ms-nav-prev:before{ font-size: 45px; color:#fff; font-weight: 100; font-family: "Font Awesome 6 Pro"; content: "\f104"; }
.ms-skin-light-6 .ms-nav-next:before{ font-size: 45px; color:#fff; font-weight: 100; font-family: "Font Awesome 6 Pro"; content: "\f105"; }



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

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
  width: 55px !important;
  height: 55px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #727376 !important;
}
.nav_top.site-navigation .current-menu-item > a:after{visibility: visible; opacity: 1; width: 100%;}
.ms-skin-light-6 .ms-nav-next:before,
.ms-skin-light-6 .ms-nav-prev:before{font-size: 38px; color:#727376 !important; }

.header_sec .btn_link {
    padding: 10px 15px !important;
}

.get_box .btn_link { background: #994c9d !important; border-radius: 0px !important; padding: 10px 20px !important; text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #fff !important;
    display: inline-block;
    font-family: "Poppins", sans-serif !important; font-size: 16px;}
.get_box .btn_link:hover { background: #f36f2a !important;}



.ms-skin-light-6 .ms-nav-next {right: 124px !important; bottom: 40px; top: initial !important; }
.ms-skin-light-6 .ms-nav-prev {right: 188px !important; bottom: 40px; top: initial !important; }

.get_box p{ padding-bottom: 0px;}



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) #eee no-repeat top -50px left !important; background-size: cover !important;  max-width: 100% !important;
  padding: 250px 0 150px !important;  margin: 0 !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; text-transform: none; z-index: 99; margin-bottom: 3px;}
.breadcrumb-container { width: 100%; color: #fff; position: relative; font-size: 15px; z-index: 5;}
.breadcrumb-container a { color: #f36f2a;}
.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; background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%); content: "";  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
  height: 20%; background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}









/* CONTACT US */
.contact_page_heading {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #141313;
  padding: 0 0 15px;
  font-family: 'Poppins';
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.contact_page_heading::before {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 0;
  width: 30px;
  height: 3px;
  background:#f36f2a;
}
.contact_page_heading strong {color: #f36f2a;}
.contact_left{ text-align: left; padding-top: 22px;}
.contact_page_info {
  position: relative;
  color: #000;
  margin-top: 25px;
  padding-left: 60px;
}
.contact-img {
  position: absolute;
  top: 3px;
  left: 0;
  background:
#ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 45px;
  height: 45px;
  border-radius:
50%;
  text-align: center;
  padding-top: 10px;
}
.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:#f36f2a; }

.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;
  margin: 20px 0 0;
  text-align: left;
}
.contact-page input, .contact-page textarea, .contact-page select {
  width: 100%;
  padding: 0 15px;
  height:50px;
  border-radius:7px;
  color: #515151;
  text-transform: capitalize;
  outline:none;
}


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

.contact-page input[type="submit"] {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  border-radius:5px;
  width: fit-content;
  background-color: #994c9d;
  padding:13px 50px;
  transition:all 0.5s ease;
  border: none;
  height: auto;
}
.contact-page input[type="submit"]:hover {
  background-color: #413091;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}



/* 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: 17px;
	font-weight: 500;
}

.inner-form-label p {
	margin-bottom: 8px;
}

.inner-form-input input, .inner-form-input textarea {
	width: 100%;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}
.inner-form-input select {
	width: 100%;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
  background-color: #fff;
}

.inner-form-textarea textarea {
	width: 100%;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}

.inner-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
	margin-bottom: 0;
}

.inner-form-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.inner-form-heading strong {
	color: #f36f2a;
}

.inner-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #f36f2a;
}

.inner-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.inner-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{
	border: 1px solid #f36f2a;
}
.inner-form-submit-btn {
	display: flex;
	justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    background-color: #994c9d;
    padding: 13px 50px;
    transition: all 0.5s ease;
}

.inner-form-submit-btn input[type="submit"]:hover {
	background-color: #f36f2a;
}

.inner-form-submit-btn .wpcf7-spinner {
	display: none;
}

.review-page .testimonial-text {
    font-size: 15px;
    line-height: 23px;
    color: #141414;
    font-weight: 500;
    font-family: "Uncut Sans";
    padding: 10px 0;
}
.review-page .testimonial-container {
    gap: 20px;
}
.review-page .testimonial-right-container {
    width: 90%;
}

.common_paragraph {
        font-size: 18px;
        font-weight: 500;
        padding: 10px;
    }

    .back_btn {
        margin: 35px 0;
    }

    .back_btn a {
        text-decoration: none !important;
    }

.common-btn1 {
	background-color: #abb3f1;
	padding: 18px 25px !important;
	color: #000 !important;
	outline: 0;
	border: none;
	border-radius: 20px;
	transition: all 0.5s ease;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
}
.common-btn1:hover{
	background-color: #f1abab;
}



/* INNER CONTENT */



.inner_title {
  font-size: 30px;
  line-height: 35px;
  font-family: 'Poppins';
  color: #413091;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.inner_subtitle {
  font-size: 26px;
  line-height: 30px;
  font-family: 'Poppins';
  color: #413091;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.inner_txt {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins';
  color: #343434;
  font-weight: normal;
  padding-bottom: 20px;
}
.site-content .entry-summary {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Poppins';
  color: #343434;
  font-weight: normal;
}
.inner_txt a, .inner_list_txt ul li a{color: #343434;}
.inner_title strong, .inner_subtitle strong {
  color: #f36f2a;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #f36f2a;
}
.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;
  color: #2b2b2b;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}
.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:#f36f2a; }
.inner_list_txt {
  /* margin-top: 20px; */
  padding-bottom: 15px;
} 
.inner_bottm_sec {
  background: #1da6dc;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
}
.inner_bottm_sec .inner_title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#fff;
}
.breadcrumb-container a {
  color: #f36f2a;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #000;
}
.sub_heading strong{ color:#1da6dc;}

.bottom_sec { Width:100%;  padding:40px 0 30px 0;  text-align: center;  background:#ffecff;}
.bottom_sec .inner_title::after, .bottom_sec .inner_subtitle::after { left: 50%; transform: translate(-50%, 0);}
.mid_sec{ padding-bottom: 65px;}





/* blog page css  */
.more-link { padding: 13px 30px 15px; border-radius: 0px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; margin-top: 20px; display: block; width: fit-content; background: #994c9d; position: relative;}
.more-link:hover{
    background: #ff8b00 !important;
    color: #fff !important;
}
.more-link .meta-nav{ color:#fff; }

.post .entry-title{ font-size: 30px !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 { margin: 0; color:#000;}
.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:#f36f2a; }
.process_list ul{ overflow-y: auto; height: 200px; }
.row.align-items-lg-center.service_top { text-align: left;}
.service_top{ padding-bottom: 65px; }
.service_top .process_list ul {height: 300px;}




.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 5px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 5px; background-size: 18px; }

.review_text { min-height: 185px;}

.content-sidebar .widget a { color: #000 !important;}
.content-sidebar .widget a:hover { color: #f36f2a !important;}



/* testimonial_carousel_style */
.sp-testimonial-free { }
.sp-testimonial-free-wrapper {  padding: 0 0 50px;  }
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){ margin: 0px !important;}
.container-fluid.testimonial_slider { padding: 0; }
.sp-testimonial-free-section .sp-testimonial-item{background: #fff !important; box-shadow: 0 0 12px 8px #f2f2f2;  padding:25px;  border-radius: 30px !important; padding-top: 55px; }
.sp-testimonial-free-wrapper .sp-testimonial-free-section{padding: 20px 0 !important; }
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { line-height: 28px !important; color: #0a0a0a; padding:0 0 15px !important; font-weight: normal !important; text-align: left !important; }
.sp-testimonial-free-wrapper .sp-testimonial-client-testimonial { border-bottom: 1px solid #afafaf !important; min-height: 178px !important; margin: 0 0 35px 0 !important; }
.sp-testimonial-free-wrapper .sp-testimonial-client-rating { position: absolute !important; left: 25px !important; top: 25px !important; }
.sp-testimonial-free-wrapper .sp-testimonial-client-image { text-align: center !important;
  position: absolute !important; left: 25px !important; bottom: -5px !important; width: 50px !important; }
.sp-testimonial-free-wrapper .sp-testimonial-client-name { padding-left: 65px !important; text-align: left !important; text-transform: capitalize !important;}
#sp-testimonial-free-wrapper-339 .sp-testimonial-free-section { padding:20px 0 !important;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p|{ margin: 0px !important; }
.sp-testimonial-free-section .testimonial-pagination .swiper-pagination-bullet { width: 15px !important; height: 15px !important; margin: 3px 7px !important; }

.feedbck_page .inner-form-container{padding: 0; border-radius: 0; box-shadow: none;}

.feedbck_page .inner-form-input input {
    border: 1px solid #ECECEC;
    border-radius: 8px;
    color: #2b2b2b;
    padding: 10px;
    font-size: 14px;
}
.feedbck_page .inner-form-label p {
    margin-bottom: 8px;
    padding: 0;
}
.feedbck_page .inner-form-label {
    font-size: 14px;
    font-weight: 300;
}
.feedbck_page .inner-form-input select{
    border: 1px solid #ECECEC;
    border-radius: 8px;
    color: #2b2b2b;
    padding: 10px;
    font-size: 14px;
	outline: none;
}
.feedbck_page .inner-form-textarea textarea{
    border: 1px solid #ECECEC;
    border-radius: 8px;
    color: #2b2b2b;
    padding: 10px;
    font-size: 14px;
	height: 288px;
}
.feedbck_page .wpcf7-checkbox {font-size: 14px; color: #2b2b2b; font-weight: 300;}
.feedbck_page .wpcf7-checkbox input{ border: none; padding: 0px; border-radius: 0px;}
.feedbck_page .wpcf7-list-item {
    width: 100%;
    position: relative;
    padding: 2px;
    padding-left: 25px;
    margin: 0;
}
.feedbck_page .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    background: url(/wp-content/uploads/2025/04/chk1.png) no-repeat left top 6px;
    background-size: 100%;
    width: 16px;
    height: 100%;
}
.feedbck_page .wpcf7-list-item input[type="checkbox"]:checked{background: url(/wp-content/uploads/2025/04/chk2.png) no-repeat left top 5px; background-size: 100%; }
.feedbck_page .inner-form-heading p {
    margin-bottom: 0;
    padding: 0;
}
.inner-form-heading::after {
    left: 0;
}
.details_heading {
    font-size: 20px;
    font-weight: 600;
    padding-top: 35px;
    border-top: 1px solid #e0e5eb;
    margin-top: 15px;
}
.feedbck_page .inner-form-submit-btn {
    justify-content: end;
    margin-top: 15px;
}


.about_rt { padding: 45px 0 45px 45px; display: inline-block;}
.img_box img{ border-radius: 10px; width: 100% !important; }
.reverse{ flex-direction: row-reverse; }
.inner_txt strong a{color:#994c9d; text-decoration: underline !important; }




.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; color: #fff; }

.thank_you .inner_txt p{ font-size: 16px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.contact-page input[type="email"]{ text-transform: lowercase; }

.entry-title a { color: #000;}
.entry-title a:hover { color: #f36f2a;}

.mobile_btm{ display: none;}

.menu-primary-menu-container { display: flex !important; flex-basis: auto; justify-content: flex-start !important; flex-grow: 1; align-items: center;}  
.top-logo { width: 23%;}  
.header-mid { width: 43%;}  
.header-right { width: 34%;}
.header_sec .btn_link { padding: 10px !important;}
.primary-navigation ul ul { top: 42px !important; }


/*SLIDER CSS*/
.ms-view { height: 700px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 700px !important;}
.banner_innr {  top: 55%;}

.referral_page .inner-form-container { padding: 40px 20px 30px; border-radius: 20px;}
.referral_page .inner-form-heading {padding-left: 0;}
.referral_page .inner-form-input input { border-radius: 5px;}
.referral_page .inner-form-label p { margin-bottom: 0;}
.referral_page .inner-form-heading p { margin-bottom: 0; padding: 0;}
.site-content, .entry-content, .entry-summary{font-size: 16px; line-height: 26px; font-family: 'Poppins'; color: #343434; font-weight: normal;}

.desknone{ display: none !important;}



.inner_list_txt ul li a {
   color: #f36f2a;
}
.inner_list_txt ul li a:hover {
       color: #413091;
}

.referral_page .inner-form-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.referral_page .inner-form-heading strong {
  color: #f36f2a;
  font-weight: 400;
  font-size: 18px;
}
.referral_page .inner-form-heading::after{display: none;}
.referral_page .inner-form-heading {
  padding-left: 0;
  margin: 0;
}
.referral_page .inner-form-label p {
  margin-bottom: 0;
  padding: 0 0 5px;
}
.referral_page .inner-form-input textarea{ height: 100px; }
.inner-form-label {
  font-size: 16px;
  font-weight: 500;
}
.inner-form-submit-btn {
  display: flex;
  justify-content: flex-start;
}

.inner-form-checkbox { width: 100%; display: inline-block; }
.inner-form-checkbox .wpcf7-list-item{ position: relative; display: inline-block; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; width: 100%; }
.inner-form-checkbox input[type="checkbox"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/chk1.png) no-repeat left top 5px; background-size: 18px; }
.inner-form-checkbox input[type="checkbox"]:checked{ background: url(../images/chk2.png) no-repeat left top 5px; background-size: 18px; }


.referral_page .inner-form-label {
  font-size: 14px;
  font-weight: 300;
}
.referral_page .inner-form-heading strong {
  color: #131313;
  font-weight: 600;
  font-size: 18px;
}
.inner-form-checkbox .wpcf7-list-item {
  font-size: 14px;
  font-weight: 300;
  color: #2b2b2b;
}

.ndis_logo {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.ndis_logo img {
  max-width: 100%;
  border-radius: 8px;
}
.footer_logo {
  margin-bottom: 20px;
}
.social_box {
  display: flex;
  justify-content: center;
}

.top-logo {
width: 26%;	
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header_ndis {
  width: 160px;
	transition: all 0.3s;
}
.header_ndis img {
  max-width: 100%;
}
.header_sec .btn_link {
  padding: 8px !important;
  font-size: 14px;
}
.header-mid {
  width: 45%;
}
.header-right {
  width: 29%;
}
.menu-primary-menu-container {
  justify-content: flex-end !important;
}
.header_sec.fixed .header_ndis {
  width: 120px;
}
.header_sec.fixed .navbar-brand img {
  max-width: 130px;
}
.acknowledge_txt {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  line-height: 22px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.acknowledge_txt img {
  max-width: 170px;
  margin-bottom: 10px;
}

.single .entry-content h3{ font-weight: 600; line-height: 1.7rem; }
.single .entry-content h4{ font-weight: 600; line-height: 1.5rem; font-size: 18px; }
.single .entry-content ul{ list-style: disc; margin: 0 0 15px; padding: 0 0 0 25px; }
.single .entry-content ol{ margin: 0 0 15px; padding: 0 0 0 25px; }

.footer_btmInnr{ position: relative; }
.design_text { width: auto;}
.design_text { width: auto; position: absolute; right: 10px; top: 0;}




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

.navbar-brand img {max-width: 140px;}
.top-logo { width: 21%;}
.header-mid { width: 47%;}
.header-right { width: 32%;}
.btn_link { font-size: 15px;}
.header_sec .btn_link { padding: 8px !important; font-size: 13px;}
.top_btn li { margin: 0 0 0 6px;}
.menu_sec li { margin: 0px 0 0 13px; font-size: 14px; line-height: 20px;}


/*SLIDER CSS*/
.ms-view { height: 630px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 630px !important;}
.banTxt .ban_heading, .banTxt h1 { font-size: 38px; line-height: 45px; padding-bottom: 10px;}
.page .entry-title, .blog_page_title{ font-size: 38px; line-height: 45px;}
.ban_subheading { font-size: 15px; line-height: 24px;}
.banTxt { width: 460px;}
.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev { width: 42px !important; height: 42px !important;}
.ms-skin-light-6 .ms-nav-next { right: 60px !important; bottom: 40px;}
.ms-skin-light-6 .ms-nav-prev { right: 115px !important; bottom: 40px;}
.service_sec, .testimonial_sec, .why_choose { padding: 65px 0;}
.about_rt { padding: 34px 0 35px 30px;}
.about_box { width: 440px;}
.top_heading { font-size: 27px; line-height: 30px; padding-bottom: 15px;}
.inner_title{ font-size: 27px; line-height: 30px; padding-bottom: 15px;}
.inner_subtitle{ font-size: 25px; line-height: 28px; padding-bottom: 15px;}
.top_paragraph, .inner_txt { font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.site-content, .entry-content, .entry-summary{ font-size: 15px; line-height: 26px; }
.inner_list_txt ul li { font-size: 15px; line-height: 26px;}
.whybox { padding: 18px;}
.whybox .flex-grow-1 { font-size: 16px; line-height: 22px;}
.whybox .flex-shrink-0 img{ max-width: 60px;}
.get_touch { padding: 20px;}
.sp-testimonial-free-section .sp-testimonial-item { padding: 20px; border-radius: 20px !important; padding-top: 50px;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { line-height: 26px !important; font-size: 15px !important; margin: 0 !important;}
.location_box ul li { margin: 0px 0 8px; font-size: 14px;}
.serve_sec { padding: 30px 0 60px 0;}
.footer_top { padding: 60px 0 45px 0;}
.footer_logo img { max-width: 160px;}
.footer_logo { margin-bottom: 42px;}
.footer_heading { font-size: 18px; line-height: 24px;}
.foot_contact li { margin: 0 0 15px; font-size: 13px; line-height: 18px; padding: 5px; padding-left: 40px;}
.foot_link li { margin: 0 0 10px; font-size: 13px; line-height: 18px;}
.footer_btm { padding: 16px 0; font-size: 13px; line-height: 20px;}
.toparww { bottom: -25px; font-size: 25px; width: 45px; height: 45px;}

.referral_page .inner-form-container { padding: 25px 15px 20px; border-radius: 12px;}
.referral_page .inner-form-heading { font-size: 22px; margin-bottom: 20px;}
.referral_page .inner-form-label p { margin-bottom: 0; font-size: 15px; padding: 0 0 10px;}
.referral_page .inner-form-textarea textarea { border-radius: 6px;}

.footer_logo {
    margin-bottom: 20px;
  }

.menu_sec li {
    margin: 0px 0 0 10px;
    font-size: 13px;
    line-height: 20px;
  }	
.header_sec .btn_link {
    padding: 7px !important;
    font-size: 12px;
  }	
.header-right {
    width: 30%;
  }
.header-mid {
    width: 45%;
  }	
.top-logo {
    width: 25%;
  }	
.navbar-brand img {
    max-width: 105px;
  }	
.header_sec.fixed .navbar-brand img {
  max-width: 105px;
}	
	
	
	
	
	

}



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

.mobile_btm{ display: block;}
.desknone{ display: block !important;}
.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: #994c9d; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 0;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 10px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #f36f2a; }
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}

.banTxt .btn_link {margin: 10px 0 0;}
.footer_btn2 img{ max-width: 25px;}


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


.navbar-brand img { max-width: 110px; }
.header_sec.fixed .navbar-brand img { max-width: 110px;}

/*SLIDER CSS*/
.ms-view { height: 550px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 550px !important;}
.banTxt .ban_heading, .banTxt h1 { font-size: 28px; line-height: 36px; padding-bottom: 10px; }
.ban_subheading { font-size: 15px; line-height: 24px;}
.banTxt { width: 460px;}
.banTxt { width: 350px; }
.ms-skin-light-6 .ms-nav-next { right: 35px !important; bottom: 30px;  }
.ms-skin-light-6 .ms-nav-prev { right: 92px !important;  bottom: 30px; }

.header_sec { padding: 6px 0;}
.toparww_main.fixed .toparww {bottom: 55px;}
.toparww { bottom: -25px; font-size: 20px; width: 40px; height: 40px; }
#rmp-menu-title-434 > .rmp-menu-title-link span{ color:#fff; }
.header_sec .container { padding: 0px 15px !important; }
.navbar-brand { padding-left: 0 !important; }
.top-logo { width: auto; }
#rmp-menu-wrap-434 .rmp-submenu .rmp-menu-item-link { height: auto !important;  line-height: 20px !important; font-size: 13px; padding: 6px; padding-left: 30px; }
.rmp-container .rmp-menu-title .rmp-menu-title-image{ background:#fff; padding: 10px; border-radius: 5px; height: auto; width: 160px; margin-bottom: 0 !important; }
.navbar-brand img {
    max-width: 100px;
  }	
.header_ndis {
  width: 100px;
}	
.header_sec.fixed .header_ndis {
  width: 100px;
}	
.header_sec.fixed .navbar-brand img {
    max-width: 100px;
}	
	
.footer_btm { text-align: center; }	
.footer_btm .text-end {text-align: center !important;}
.design_text { width: 100%; position: inherit; right: inherit; top: inherit;}	
	

} 
 





@media only screen and (max-width: 991px) {
.nav_top .navbar-toggler{ border: none; background: none;padding: 10px 0; margin-right: 15px;box-shadow: none;}
.nav_top .navbar-toggler .icon-bar {display: block;width: 34px;height: 3px;  border-radius: 16px; background-color: #0ebb0e;}
.nav_top .navbar-toggler .icon-bar + .icon-bar {  margin-top: 6px;}
.navbar-toggler .icon-bar{-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.navbar-toggler.showtoggle .icon-bar:nth-child(1) {transform: translateY(8px) rotate(45deg);}
.navbar-toggler.showtoggle .icon-bar:nth-child(2) { opacity: 0;}  
.navbar-toggler.showtoggle .icon-bar:nth-child(3) { transform: translateY(-10px) rotate(-45deg);} 
.header_sec .container{ padding: 0px;}
.navbar-collapse{ position: absolute; top: 100%; left: 0px; background: #fff; width: 100%; z-index: 11;}
.navbar-brand{ padding-left: 15px;}
.menu_sec li a{ width: 100%; padding: 10px 15px;}


.menu_sec li { margin: 0; font-size: 14px;  line-height: 20px; }
.menu_sec{padding:15px;}
.drop-arw{white-space:nowrap;margin-left:0px;font-size:14px;position:absolute;top:0px;right:0px;width:30px;height:40px;display:flex;align-items:center;justify-content:center;}


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



.service_sec, .testimonial_sec, .why_choose { padding: 55px 0;}
.service_heading {font-size: 16px; line-height: 22px; padding: 0 0 15px; min-height: 64px;}
.about_rt { padding: 28px 0 28px 25px; }
.top_heading { font-size: 25px; line-height: 27px; padding-bottom: 12px; }
.inner_title{ font-size: 25px; line-height: 30px;}
.inner_subtitle{ font-size: 24px; line-height: 28px;}
.top_paragraph, .inner_txt { font-size: 14px; line-height: 24px; padding-bottom: 15px; }
.site-content, .entry-content, .entry-summary{ font-size: 14px; line-height: 24px; }
.inner_list_txt ul li { font-size: 14px; line-height: 24px;}
.about_box { width: 325px;}
.why_chooseLeft {padding: 0 0 50px;}
.get_touch { padding: 30px 25px; }
.testimonial_sec {padding-bottom: 40px !important;}
.serve_sec .col-md-3 {max-width: 100%; width: 33.33333%;}
.location_box ul li a {padding: 10px; border: 1px solid #c4c4c4; display: inline-block;}
.location_box {border-right: none;}
.location_box ul li a:hover { padding-left: 15px;}
.footer_top { padding: 40px 0 35px 0; }
.footer_box1 {width: 100%; text-align: center;}  
.social_box {width: 100%; display: flex; justify-content: center;}
.footer_box {width: 100%; margin: 15px 0;}
.footer_box2 { width: 21%;}
.footer_box3 { width: 42%;}
.footer_box4 { width: 37%;}
.footer_logo { margin-bottom: 25px; }

.core-box {min-height: 440px; margin: 15px 0;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.contact_right { margin: 0;}
.thank_you .inner_txt p {font-size: 15px;}

.ndis_logo img {
  max-width: 160px;
  border-radius: 8px;
}

    
} 
 
 


 
@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;}
.wrapper.testimonial_sec {  padding: 30px 0 40px 0; }

/*SLIDER CSS*/
.ms-view { height: 400px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 400px !important;}

.banTxt .ban_heading, .banTxt h1 { font-size: 22px; line-height: 29px; padding-bottom: 8px; }
.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev { width: 30px !important; height: 30px !important; }
.ms-skin-light-6 .ms-nav-next::before, .ms-skin-light-6 .ms-nav-prev::before { font-size: 24px !important;}
.ms-skin-light-6 .ms-nav-prev { right: 80px !important; bottom: 30px; }
.ms-skin-light-6 .ms-nav-next { right: 10px !important; bottom: 20px; }
.ms-skin-light-6 .ms-nav-prev { right: 53px !important; bottom: 20px; }
.service_content { font-size: 14px; line-height: 23px;}
.about_rt { padding: 40px 15px 30px; }
.about_box { width: 100%; }
.banTxt {width: 350px; margin: 0 auto; float: none;  background: rgba(255, 255, 255, 0.5); padding: 15px; border-radius: 10px; text-align: center; }
.ms-slide-info {top: 55%;}
.banner_innr .container{ width: auto;}
.btn_link {padding: 10px 15px !important;}
 .banTxt .btn_link { margin: 10px 0 0; font-size: 14px; letter-spacing: 1px;}
.header_sec {position: relative;}
.footer_box2 { width: 40%; }
.footer_box3 { width: 60%; }
.footer_box4 { width: 100%; }
.why_chooseLeft .col-sm-6 {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.banner_innr {top: inherit;}
#sp-testimonial-free-wrapper-339 .sp-testimonial-free-section {padding: 20px 10px !important;}
.container-fluid.testimonial_slider {padding: 0 15px;}

.core-box {min-height: auto; margin: 10px 0; padding: 25px 20px 15px; }
.core-box img { width: 75px; padding-bottom: 15px;}
.margin-top { margin-top: 25px;}
.page .entry-title, .blog_page_title{ font-size: 24px; line-height: 30px;}
.page .entry-header:before, .blog_page_header:before { background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%); }
.contact_left {padding-top: 30px;}
.contact-img { top: 3px; width: 40px; height: 40px; padding-top: 6px;}
.contact-img img{max-width: 20px;}
.contact_page_info { margin-top: 20px; padding-left: 52px;}
.contact-text {font-size: 14px; line-height: 22px;}

.feedbck_page .inner-form-textarea textarea {height: 170px;}
.feedbck_page.referral_page .inner-form-container { padding: 0; border-radius: 0; }
.feedbck_page.referral_page .inner-form-container { padding: 20px 0 15px;  border-radius: 0; }
.page .entry-header, .blog_page_header { padding: 120px 0 60px !important; }
.thank_you .inner_txt p {font-size: 14px;}

.service_box { padding: 8px;}	
.service_heading {font-size: 14px; line-height: 20px; padding: 0 0 12px; }
.service_content {font-size: 13px; line-height: 21px; padding: 0 0 10px; }

	
.acknowledge_txt {
  padding: 15px 10px;
  line-height: 21px;
  margin-top: 15px;
  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;}

.feedbck_page .hidden_div .col-6 { width: 100%;}
.feedbck_page .inner-form-submit-btn input[type="submit"] {  font-size: 15px; padding: 12px 20px;}



}



@media only screen and (max-width: 575px){ 
.page .entry-header, .blog_page_header { padding: 80px 0 60px !important; /*background-position: left 50% center !important;*/ }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}


.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.banTxt {width: 260px;}
.ban_subheading { font-size: 14px; line-height: 22px; }

/*SLIDER CSS*/
.ms-view { height: 350px !important;}
.ms-slide{ height: 100% !important;}
.ms-slide-bgcont { height: 350px !important;}
.service_heading, .service_content { min-height: auto;}
.whybox { padding: 15px; }
.whybox .flex-grow-1 { font-size: 15px; line-height: 21px; }
.get_touch { padding: 25px 20px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea {padding: 0 15px;}
.get_box textarea{ padding: 12px 15px;}
.serve_sec .col-md-3 { width: 100%;}
.serve_sec { padding: 30px 0 40px 0; }
.footer_fixed_buttons { font-size: 14px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 18px; line-height: 25px; padding-bottom: 8px; }
.service_sec, .testimonial_sec, .why_choose { padding: 45px 0; }
.top_heading { font-size: 22px; line-height: 24px; padding-bottom: 12px; }
.inner_title{ font-size: 22px; line-height: 26px;}
.inner_subtitle{ font-size: 21px; line-height: 26px;}

.page .entry-header, .blog_page_header { padding: 80px 0 60px !important; background-position: left center !important;  height: auto !important; }

.referral_page .inner-form-container { padding: 20px 10px 15px; border-radius: 12px; }
.referral_page .inner-form-heading { font-size: 20px; margin-bottom: 20px;}
.referral_page .inner-form-label p { margin-bottom: 0; font-size: 15px; padding: 0 0 10px;}
.referral_page .inner-form-textarea textarea { border-radius: 6px;}


} 


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


.service_thumbinnr .col-6 {width: 100%;}
	


}