/*
  By MCK 11-04-19
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
  background: #fff;
  color: #666666;
  font-family: "DM Sans", sans-serif;
}

a {
  color: #9fcd30;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Outfit", sans-serif;*/
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #9fcd30;
  color: #fff;
  width: 34px;
  height: 54px;
  padding-top: 5px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #9fcd30;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 0;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255, 255, 255, 1);
  background: none;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1);
  padding: 0;
  height: auto;
  transition: all 0.5s;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#header #logo {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

#header.header-scrolled #logo img {
  /*max-width:180px;*/
  transition: all 0.5s;
}

a.cont_a svg {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

span.cont_a_sp {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

span.cont_a_sp span {
  display: block;
}

.sec_pad_com80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec_pad_comtop80 {
  padding-top: 80px;
}

.sec_pad_combottom80 {
  padding-bottom: 80px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header .container-fluid {
  padding: 0;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #9fcd30;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 290px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
a.cont_a {
  background: #9fcd30;
  color: #fff;
  padding: 23px 35px;
  display: inline-block;
  height: 95px;
}

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #fff;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  display: none;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.47) 53%, rgba(0, 0, 0, 0.34) 66%, rgba(255, 255, 255, 0) 100%);

}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: left;
}

#intro h2 {
  color: #004368;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}

#intro h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #9fcd30;
  letter-spacing: 5px;
}

#intro p {
  width: 80%;
  margin: 0;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9fcd30;
  border: none !important;
}

#intro .btn-get-started {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 42px;
  border-radius: 0;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #9fcd30;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #9fcd30;
}

.w-480 {
  width: 580px;
}

#intro.innerheader h2 {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-top: 9px;
  position: inherit;
}

.right_cont_bg {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #9fcd30;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #9fcd30;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #9fcd30;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #9fcd30;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #9fcd30;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #9fcd30;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.inner_page_banner {
  background: #ddd;
  padding-top: 140px;
  padding-bottom: 40px;
}

.primary_color_head {
  color: #9fcd30
}

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
  display: none;
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #9fcd30;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/

.home_box_bg1 {
  background: #ff8f35;
}

.home_box_bg2 {
  background: #e47720;
}

.home_box_bg3 {
  background: #ff811c;
}

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #9fcd30;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
  font-weight: 700;
}

#featured-services h4 a:hover {
  color: #fff !important;
}

#featured-services h4 a:hover {
  color: #9fcd30;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #9fcd30;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #9fcd30;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #9fcd30;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* Blog Section
--------------------------------*/

#blog_id {
  /*background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#blog_id::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#blog_id .container {
  position: relative;
  z-index: 10;
}

#blog_id .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#blog_id .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#blog_id .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #9fcd30;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#blog_id .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#blog_id .about-col:hover .icon {
  background-color: #fff;
}

#blog_id .about-col:hover i {
  color: #9fcd30;
}

#blog_id .about-col h2 {
  color: #000;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  margin: 0 20px 10px;
}

#blog_id .about-col h2 a {
  color: #000;
}

#blog_id .about-col h2 a:hover {
  color: #9fcd30;
}

#blog_id .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

#blog_id .about-col ul {
  padding: 15px 20px;
  font-size: 14px;
  margin: 0;
}

/* Services Section
--------------------------------*/

#services {

  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

/*#services .icon {
  float: left;
}*/

#services .icon i {
  color: #9fcd30;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

.service_box a.btn {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-bottom: -34px;
}

#services .box:hover .title a {
  color: #004368;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

.service_box {
  padding: 10px;
  position: relative;
  border-radius: 4px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.service_box .icon {
  margin: 0 auto 15px auto;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: auto;
  background: none;
}

.service-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
  margin-left: -15px;
}

.service-carousel .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
  margin-right: -15px;
}

.service-carousel .owl-nav {
  /* position: absolute; */
  /* top: 0; */
  /* z-index: 2; */
}

#services .service_box h4.title {
  font-weight: 500;
  padding: 15px;
}

#services .service_box .description {
  padding: 0 15px;
}

.service-carousel .owl-prev svg,
.owl-next svg {
  width: 35px;
}

p.top_headingtext {
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-family: "Lexend", sans-serif;
  color: #9fcd30;
  font-size: 18px;
}

.section-header h5 {
  font-family: "Lexend", sans-serif;
  text-transform: inherit;
  text-align: center;
  color: #004368;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 50px;
  margin: 0;
}

a.link_s1 {
  font-size: 12px;
  display: inline-block;
  margin: 10px 15px 15px;
  padding: 6px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9fcd30;
}

a.link_s1 span {
  padding-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

a.link_s1 i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

.customer_4box {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
  margin-bottom: -30px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}

.cus_imgbg {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -80px;
  background: #9fcd30;
  padding: 30px;
}

.cus_imgbg svg {
  width: 55px;
  height: 55px;
}

.customer_4box b {
  display: block;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  color: #004368;
  line-height: 35px;
}

.customer_4box p {
  color: #666666;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.customers_sec {
  padding: 80px 0 0;
  position: relative;
  background: url("../img/customer_secbg.jpg") center top no-repeat fixed;
  background-size: cover;
}

.customers_sec:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #004368;
  opacity: 0.9;
}

.row.customer_sec_toprow {
  padding-bottom: 70px;
}

.row.customer_sec_toprow h5 {
  color: #fff;
  text-align: left;
  line-height: 50px;
}

.row.customer_sec_toprow .btn {
  margin-top: 20px;
}

.faq_bg {}

.faq_bg .card {
  border: none;
  background: #fff;
  margin-bottom: 10px;
}

.faq_bg .card-header {
  border: none;
  padding: 0;
  background: none;
}

.faq_bg h5 {
  display: block;
}

.faq_bg button.btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 35px 15px 15px;
  text-decoration: none;
  color: #004368;
  font-size: 18px;
  font-weight: 500;
}

.faq_bg .btn i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 15px 0 0;
  font-weight: 400;
  transform: rotate(180deg);
}

.faq_bg .collapse {}

.faq_bg .card-body {}

section#faq_sec {
  background: #ddd;
}

.faq_bg .btn.collapsed i {
  transform: rotate(0deg);
}

.faq_sec_col {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
}

.testi_sec_col {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
  position: relative;
}


.test_bg {}

.test_bg .testimonials-carousel {}

.test_bg .testimonials-carousel .testimonial-item {}


.test_bg .testimonials-carousel .testimonial-item img.testimonial-img {
  width: 100px;
  /* border: 10px solid rgb(221 221 221 / 55%); */
  float: left;
  margin-right: 15px;
}

.testimonial-item h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 25px 0 10px;
  color: #fff;
}

.testimonial-item h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #ddd;
}

.testimonial-item p {
  font-size: 16px;
  color: #ddd;
  display: block;
  position: relative;
  padding: 100px 100px 0 0;
  line-height: 25px;
}

.testimonial-item p svg {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}

.faqtesti_sec {
  position: relative;
}

.faqtesti_sec:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 50%;
  background: #004368;
  opacity: 0.9;
}

.faqtesti_sec:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  width: 50%;
  background: url("../img/testimonial_bg.png") center top no-repeat fixed;
  background-size: cover;
}

.white_h {
  color: #fff !important;
}

.testimonials-carousel .owl-dots {
  display: flex;
}

.testimonials-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}

.testimonials-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 2px solid #ffff;
  opacity: 0.8;
}

.testimonials-carousel .owl-dots .owl-dot.active span {
  background: #9fcd30;
  border: 2px solid #9fcd30;
  opacity: 1;
}

.takecare_box {
  padding: 25px 35px;
  background: #9fcd30;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
}

.takecare_left {
  width: 60%;
  border-right: 2px solid #004368;
}

.takecare_right {
  width: 40%;
  text-align: center;
  padding: 15px 0;
}

.takecareimg {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.takecareimg img {
  width: 100%;
}

.takecare_left h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 600;
  color: #004368;
  font-size: 28px;
  line-height: 40px;
}

.takecare_right p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.takecare_right b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #004368;
  font-weight: 600;
}

.takecare_sec {
  padding-top: 100px;
  height: 177px;
}

.howit_box {
  background: #fff;
  border-radius: 4px;
  padding: 25px;
  margin-top: 30px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  text-align: left;
}

.howit_box.howit_boxpad_top {
  margin-top: -30px;
}

.howit_boxbg.row .col-md-6:nth-child(2) {
  padding-top: 30px;
}

.howit_boxbg.row .col-md-6:nth-child(3) {
  padding-top: 30px;
}

.howit_boxicon {
  background: #9fcd30;
  color: #fff;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.howit_boxtext {
  display: block;
  padding-top: 50px;
}

.howit_boxtext h5 {
  font-weight: 500;
  color: #004368;
  margin: 0;
  padding: 0 0 5px;
  font-size: 22px;
}

.howit_boxtext p {
  font-weight: 500;
  color: #666666;
  margin: 0;
  font-size: 16px;
}

.howit_boxicon svg {
  width: 28px;
}

.howit_box:hover,
.howit_box.activebox {
  background: #9fcd30;
}

.howit_box:hover h5,
.howit_box.activebox h5 {
  color: #fff;
}

.howit_box:hover p,
.howit_box.activebox p {
  color: #fff;
}

.howit_box:hover .howit_boxicon,
.howit_box.activebox .howit_boxicon {
  background: #5c9600;
}

#introCarousel ol.carousel-indicators li {
  /*height: 10px;*/
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff !important;
  box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1);
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */

    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    margin-top: -20px;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

#header nav.navbar {
  background: none !important;
}

#header nav.navbar li.nav-item a {
  color: #666;
  padding: 10px 0;
}

#header nav.navbar li.nav-item a:hover {
  color: #9fcd30;
}

#header nav.navbar .dropdown-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

#header nav.navbar .dropdown-menu span.text-uppercase {
  font-weight: 600;
  margin: 0;
}

#header nav.navbar .dropdown-menu .col-md-12 {
  margin-bottom: 15px;
}

#header nav.navbar .dropdown-menu li.nav-item {
  padding: 0;
  margin: 0;
}

#header nav.navbar .dropdown-menu li.nav-item a i {
  margin-right: 12px;
}

#header nav.navbar .dropdown-menu .col-md-4 {
  margin-bottom: 0;
}


.dropdown .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: inherit;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}

#intro.innerheader {
  padding: 94px 0 0;
  height: auto;
  background: #fff;
}

#intro.innerheader .carousel-content {
  text-align: center;
  z-index: 1;
  position: relative;
}

#intro.innerheader .intro-container {
  padding: 100px 0 60px;
  position: relative;
  background: url("../img/intro-carousel/innerbg.jpg") center top no-repeat;
  background-size: cover;
}

#intro.innerheader .intro-container:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #004368;
  opacity: 0.9;
}

.contact_pgbg {
  background: #fff;
  padding-bottom: 0 !important;
}

.service_pagebg .ser_imgbg img {
  width: 100%;
}

.service_pagebg .service_box {
  margin: 0 0 40px 0;
}

.service_box a.link_s1:hover {
  color: #004368;
}

.service_pagebg .service_box:hover {
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.5);
}

#services.service_pagebg_sigle .description {
  font-size: 16px;
}

.service_pgbox {
  position: relative;
}

.service_pgbox img {
  width: 100%;
}

.service_pgbox .q_sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  min-height: 60px;
  background: #9fcd30;
  margin-left: -15px;
  margin-top: 15px;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}

ul.right_menuul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.right_menuul li {
  list-style: none;
  margin: 0 0 8px;
}

ul.right_menuul li a {
  padding: 10px 10px 10px 20px;
  display: block;
  position: relative;
  background: #f3f7f8;
  border-radius: 4px;
  color: #666666;
  border-left: 26px solid #ccc;
}

ul.right_menuul li.active_leftmenu a {
  border-left: 26px solid #9fcd30;
}

ul.right_menuul li a:hover {
  color: #9fcd30;
  border-left: 26px solid #9fcd30;
}

ul.right_menuul li a i {
  position: absolute;
  left: 0;
  margin-left: -15px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  top: 0;
  margin-top: 7px;
}

.service_pgs_menubox {
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  padding: 20px;
}

.service_pgs_menubox h5 {
  font-size: 28px;
  color: #004368;
}

.ndis_headlogo {
  display: inline-block;
}

.ndis_headlogo img {
  display: inline-block;
  max-width: 200px;
}

.home_ab_cus_sup_icon img {
  max-width: 50px;
  width: 100%;
}


/* Call To Action Section
--------------------------------*/

.testmolial_viewbg {
  display: block;
  text-align: center;
  padding-top: 20px;
}

.testmolial_viewbg a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #9fcd30;
}

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #9fcd30;
  border: 2px solid #9fcd30;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "DM Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #9fcd30;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #9fcd30;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #9fcd30;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #9fcd30;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #9fcd30;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #9fcd30;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #9fcd30;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #9fcd30;
  line-height: 35px;
  float: left;
  margin-right: 15px;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #9fcd30;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 15px;
}

/* #contact .form #sendmessage {
  color: #9fcd30;
  border: 1px solid #9fcd30;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
} */

#alert_success {
  color: #9fcd30;
  border: 1px solid #9fcd30;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* #contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
} */

.alert_error {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea,
#contact .form select {
  padding: 15px 14px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
  line-height: 20px;
  height: auto;
}

#contact .form button[type="submit"] {
  background: #9fcd30;
  border: 0;
  padding: 15px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 4px;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

.fileupload_form label.custom-file-label {
  border: 1px solid #ced4da;
  height: 51px;
  padding: 13px 14px;
  box-shadow: none !important;
  outline: none !important;
}

.fileupload_form .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.fileupload_form .custom-file-label::after {
  height: auto;
  padding: .875rem .75rem;
  background: rgb(159 205 48 / 44%);
}

.form_careers {
  padding: 35px;
  background: #fff;
  box-shadow: 0px 0px 15px 2px #00000033;
}

.careers_textbox h5 {
  font-family: "Lexend", sans-serif;
  text-transform: inherit;
  color: #004368;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0;
}

.careers_textbox p {
  padding-bottom: 10px;
  color: #333;
}

.careers_textbox2 {
  background: #9fcd30;
  padding: 15%;
  margin-bottom: 10px;
  position: relative;
}

.careers_textbox2:before {
  left: 22px;
  top: 21px;
  color: #fff;
  content: "''";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  z-index: 1;
}

.careers_textbox2 p {
  font-size: 18px;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #024164;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #004368;
  padding: 130px 0 30px 0;
  border-bottom: 2px solid #044e77;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info img {
  max-width: 190px;
  margin-bottom: 15px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #9fcd30;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #023551;
  color: #eee;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #9fcd30;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

/*#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #9fcd30;
  width: 60px;
}*/

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 0px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #9fcd30;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #9fcd30;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*mck */

.text_combg h3 {
  color: #9fcd30;
  font-size: 18px;
}

.text_combg h1 {
  color: #004368;
  font-size: 46px;
  font-weight: 500;
}

ul.home_ab_checklist {
  display: block;
  margin: 0;
  padding: 0;
}

ul.home_ab_checklist li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
}

ul.home_ab_checklist li svg {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}

ul.home_ab_checklist li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
}

.home_ab_imgbox {
  display: block;
  position: relative;
}

.home_ab_imgbox1 {
  position: relative;
  display: block;
  width: 80%;
  left: -30px;
}

.home_ab_imgbox2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  border: 10px solid #fff;
  margin-bottom: 25px;
}

.home_ab_imgbox:after {
  content: " ";
  background: #9fcd30;
  width: 20px;
  height: 50%;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  margin-left: -40px;
}

.home_ab_cus_supbox {
  position: absolute;
  right: 30%;
  left: auto;
  box-shadow: 0 4.8px 24.4px -6px rgba(19, 16, 34, .1);
  padding: 15px;
  bottom: 0;
  background: #fff;
  margin-bottom: -15px;
}

.home_ab_cus_sup {
  display: flex;
}

.home_ab_cus_sup_icon {
  display: inline-block;
  background: #9fcd30;
  border-radius: 50%;
  padding: 5px;
}

.home_ab_cus_sup_icon svg {
  width: 35px;
  height: 35px;
  display: inline-block;
}

.home_ab_cus_sup_icon_part {
  display: inline-block;
}

h4.home_ab_cus_sup_title {
  margin: 0;
  padding-bottom: 6px;
  font-size: 25px;
  font-weight: 700;
  color: #1a1919;
}

.home_ab_cus_sup_content {
  color: #868686;
  line-height: 16px;
  font-size: 16px;
}

.home_ab_cus_sup_body {
  padding-left: 15px;
}

.h_ab_mdwithbu_bg {
  padding-top: 35px;
}

.h_ab_md_bg {
  display: flex;
}

.h_ab_md_wrapper {
  display: flex;
}

.h_ab_md_icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.h_ab_md_icon_wrapper {}

.h_ab_md_icon img {
  width: 50px;
}

.h_ab_md_icon_text {
  padding-left: 15px;
}

h6.h_ab_md_icon_box_title {
  font-size: 18px;
  font-weight: 600;
  color: #004368;
  margin: 0;
  padding-bottom: 5px;
}

.h_ab_md_content {
  color: #666666;
  font-size: 16px;
}

.h_ab_bu_bg {
  padding-left: 25px;
}

a.btn {
  padding: 8px 15px;
  border-radius: 0;
  display: inline-block;
}

a.btn-default {
  background: #9fcd30;
  color: #fff;
  padding: 15px 40px;
}

.gary_bg {
  background: #f8f8f8;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 10px 0;
    text-align: left;
  }

  #contact .contact-phone {
    /* border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (min-width: 1200px) and (max-width: 1324px) {
  #header #logo {
    padding-left: 20px;
  }

  a.cont_a {
    padding: 23px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header #logo {
    padding-left: 20px;
  }

  a.cont_a {
    padding: 23px 15px;
  }

  #header nav.navbar {
    padding: 0;
  }

  .ndis_headlogo {
    display: inline-block;
    background: url(../img/inds-icon.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .ndis_headlogo img {
    display: none;
  }
}


@media (min-width: 992px) and (max-width: 1023px) {

  #intro .carousel-container .container .carousel-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #header #logo {
    padding-left: 15px;
  }

  #intro h2 {
    font-size: 50px;
  }

  .text_combg h1 {
    font-size: 40px;
  }

  .text_combg h3 {
    font-size: 16px;
  }

  .h_ab_mdwithbu_bg {
    padding-top: 20px;
  }

  .section-header h5 {
    font-size: 38px;
    padding-bottom: 40px;
  }

  p.top_headingtext {
    font-size: 16px;
  }

  .howit_boxtext h5 {
    font-size: 18px;
  }

  .howit_boxtext p {
    font-size: 14px;
  }

}

@media (max-width: 991px) {
  .w-480 {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {

  #intro .carousel-container .container .carousel-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #header #logo {
    padding-left: 15px;
  }

  #intro h2 {
    font-size: 45px;
  }

  .text_combg h1 {
    font-size: 38px;
  }

  .text_combg h3 {
    font-size: 16px;
  }

  .h_ab_mdwithbu_bg {
    padding-top: 20px;
  }

  .section-header h5 {
    font-size: 36px;
    padding-bottom: 30px;
  }

  p.top_headingtext {
    font-size: 16px;
  }

  .howit_boxtext h5 {
    font-size: 18px;
  }

  .howit_boxtext p {
    font-size: 14px;
  }

  #header #logo img {
    max-width: 200px;
  }

  a.cont_a {
    padding: 10px 15px;
    height: auto;
  }

  a.cont_a svg {
    width: 25px;
  }

  span.cont_a_sp {
    padding-left: 5px;
    font-size: 12px;
  }

  #header ul.navbar-nav.mr-auto {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header nav.navbar li.nav-item a {
    padding: 10px 6px;
    font-size: 14px;
  }

  .navbar .dropdown {
    position: static;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -4px;
  }

  a.menu_img img {
    width: 100%;
  }

  a.menu_img {
    width: 100%;
    padding: 0 !important;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_right {
    padding-top: 40px;
  }

  .cus_imgbg svg {
    width: 45px;
    height: 45px;
  }

  .cus_imgbg {
    padding: 20px;
  }

  .customer_4box b {
    font-size: 30px;
    padding: 10px 0;
  }

  .customer_4box p {
    font-size: 14px;
  }

  .customer_4box {
    padding: 10px;
  }

  .test_bg .testimonials-carousel .testimonial-item img.testimonial-img {
    width: 60px;
    /* border: 5px solid rgb(221 221 221 / 55%); */
    margin-right: 10px;
  }

  .testimonial-item h3 {
    font-size: 16px;
    padding: 15px 0 5px;
  }

  .testimonial-item h4 {
    font-size: 14px;
  }

  .testimonial-item p svg {
    width: 80px;
  }

  .testimonial-item p {
    font-size: 16px;
    padding: 80px 80px 0 0;
    line-height: 25px;
  }

  .faq_sec_col {
    padding-left: 15px;
  }

  .faq_bg button.btn {
    padding: 10px 35px 10px 15px;
    font-size: 15px;
  }

  .takecare_left h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .takecare_right b {
    font-size: 26px;
  }

  #contact .contact-info {
    margin-bottom: 15px;
    text-align: left;
  }

  #intro.innerheader {
    padding: 70px 0 0;
  }

  #header #logo {
    padding-left: 20px;
  }

  a.cont_a {
    padding: 23px 15px;
  }

  #header nav.navbar {
    padding: 0;
  }

  .ndis_headlogo {
    display: inline-block;
    background: url(../img/inds-icon.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .ndis_headlogo img {
    display: none;
  }

}

@media (max-width: 768px) {

  #intro .carousel-container {
    position: inherit !important;
  }

  #intro,
  #intro .carousel-item {
    height: auto !important;
  }
}

@media (min-width: 649px) and (max-width: 768px) {

  #intro .carousel-container .container .carousel-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #header #logo {
    padding-left: 15px;
  }

  #intro h2 {
    font-size: 45px;
  }

  .text_combg h1 {
    font-size: 38px;
  }

  .text_combg h3 {
    font-size: 16px;
  }

  .h_ab_mdwithbu_bg {
    padding-top: 20px;
  }

  .section-header h5 {
    font-size: 36px;
    padding-bottom: 30px;
  }

  p.top_headingtext {
    font-size: 16px;
  }

  .howit_boxtext h5 {
    font-size: 18px;
  }

  .howit_boxtext p {
    font-size: 14px;
  }

  #header #logo img {
    max-width: 200px;
  }

  a.cont_a {
    padding: 10px 15px;
    height: auto;
  }

  a.cont_a svg {
    width: 25px;
  }

  span.cont_a_sp {
    padding-left: 5px;
    font-size: 12px;
  }

  #header ul.navbar-nav.mr-auto {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header nav.navbar li.nav-item a {
    padding: 10px 6px;
    font-size: 14px;
  }

  button#mobile-nav-toggle {
    background: #9fcd30;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
  }

  .right_cont_bg {
    padding-right: 65px;
  }

  #mobile-nav {
    background: rgb(159 205 48) !important;
  }

  #mobile-nav ul li a:hover {
    color: #004368;
  }

  #mobile-nav ul li.menu-active a {
    color: #004368;
  }

  #mobile-nav ul li li a {
    color: #666;
    font-size: 13px;
    text-transform: inherit;
    padding: 10px 15px;
    font-weight: 400;
    position: relative;
  }

  #mobile-nav ul li li {
    padding-left: 0;
  }

  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
  }

  .dropdown-menu .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }

  #mobile-nav ul li li a i {
    margin-right: 8px;
    position: absolute;
    left: 0;
  }

  a.menu_img img {
    width: 100%;
  }

  a.menu_img {
    width: 100%;
    padding: 0 !important;
    display: none !important;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_right {
    padding-top: 40px;
  }

  .cus_imgbg svg {
    width: 45px;
    height: 45px;
  }

  .cus_imgbg {
    padding: 20px;
  }

  .customer_4box b {
    font-size: 30px;
    padding: 10px 0;
  }

  .customer_4box p {
    font-size: 14px;
  }

  .customer_4box {
    padding: 10px;
  }

  .test_bg .testimonials-carousel .testimonial-item img.testimonial-img {
    width: 60px;
    /* border: 5px solid rgb(221 221 221 / 55%); */
    margin-right: 10px;
  }

  .testimonial-item h3 {
    font-size: 16px;
    padding: 15px 0 5px;
  }

  .testimonial-item h4 {
    font-size: 14px;
  }

  .testimonial-item p svg {
    width: 80px;
  }

  .testimonial-item p {
    font-size: 16px;
    padding: 80px 80px 0 0;
    line-height: 25px;
  }

  .faq_sec_col {
    padding-left: 15px;
  }

  .faq_bg button.btn {
    padding: 10px 35px 10px 15px;
    font-size: 15px;
  }

  .takecare_left h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .takecare_right b {
    font-size: 26px;
  }

  #contact .contact-info {
    margin-bottom: 15px;
    text-align: left;
  }

  .takecareimg {
    width: 50px;
  }

  .takecare_box {
    padding: 20px 25px;
  }

  .takecare_right {
    padding: 0;
  }

  #footer .footer-top {
    padding: 50px 0 20px 0;
  }

  #intro.innerheader {
    padding: 56px 0 0;
  }

  #intro.innerheader .intro-container {
    padding: 50px 0 30px;
  }

}

@media (min-width: 550px) and (max-width: 648px) {

  #intro .carousel-container .container .carousel-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #header #logo {
    padding-left: 15px;
  }

  #intro h2 {
    font-size: 38px;
  }

  .text_combg h1 {
    font-size: 30px;
  }

  .text_combg h3 {
    font-size: 14px;
  }

  .h_ab_mdwithbu_bg {
    padding-top: 20px;
  }

  .section-header h5 {
    font-size: 30px;
    padding-bottom: 30px;
  }

  p.top_headingtext {
    font-size: 14px;
  }

  .howit_boxtext h5 {
    font-size: 16px;
  }

  .howit_boxtext p {
    font-size: 14px;
  }

  #header #logo img {
    max-width: 200px;
  }

  a.cont_a {
    padding: 10px 15px;
    height: auto;
  }

  a.cont_a svg {
    width: 25px;
  }

  span.cont_a_sp {
    padding-left: 5px;
    font-size: 12px;
  }

  #header ul.navbar-nav.mr-auto {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header nav.navbar li.nav-item a {
    padding: 10px 6px;
    font-size: 14px;
  }

  button#mobile-nav-toggle {
    background: #9fcd30;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
  }

  .right_cont_bg {
    padding-right: 65px;
  }

  #mobile-nav {
    background: rgb(159 205 48) !important;
  }

  #mobile-nav ul li a:hover {
    color: #004368;
  }

  #mobile-nav ul li.menu-active a {
    color: #004368;
  }

  #mobile-nav ul li li a {
    color: #666;
    font-size: 13px;
    text-transform: inherit;
    padding: 10px 15px;
    font-weight: 400;
    position: relative;
  }

  #mobile-nav ul li li {
    padding-left: 0;
  }

  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
  }

  .dropdown-menu .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }

  #mobile-nav ul li li a i {
    margin-right: 8px;
    position: absolute;
    left: 0;
  }

  a.menu_img img {
    width: 100%;
  }

  a.menu_img {
    width: 100%;
    padding: 0 !important;
    display: none !important;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_right {
    padding-top: 40px;
  }

  .cus_imgbg svg {
    width: 45px;
    height: 45px;
  }

  .cus_imgbg {
    padding: 20px;
  }

  .customer_4box b {
    font-size: 30px;
    padding: 10px 0;
  }

  .customer_4box p {
    font-size: 14px;
  }

  .customer_4box {
    padding: 10px;
  }

  .test_bg .testimonials-carousel .testimonial-item img.testimonial-img {
    width: 60px;
    /* border: 5px solid rgb(221 221 221 / 55%); */
    margin-right: 10px;
  }

  .testimonial-item h3 {
    font-size: 16px;
    padding: 15px 0 5px;
  }

  .testimonial-item h4 {
    font-size: 14px;
  }

  .testimonial-item p svg {
    width: 80px;
  }

  .testimonial-item p {
    font-size: 16px;
    padding: 80px 80px 0 0;
    line-height: 25px;
  }

  .faq_sec_col {
    padding-left: 15px;
  }

  .faq_bg button.btn {
    padding: 10px 35px 10px 15px;
    font-size: 15px;
  }

  .takecare_left h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .takecare_right b {
    font-size: 26px;
    font-size: 21px;
    line-height: 30px;
  }

  .takecare_box {
    padding: 15px 15px;
  }

  #intro .btn-get-started {
    font-size: 13px;
    padding: 10px 15px;
    margin: 0;
  }

  .sec_pad_com80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home_ab_cus_sup_icon svg {
    width: 30px;
    height: 30px;
  }

  a.btn-default {
    padding: 10px 15px;
  }

  #services {
    padding: 50px 0 50px 0;
  }

  .h_ab_bu_bg {
    padding-left: 0;
  }

  #services .box {
    margin-bottom: 0;
  }

  .customers_sec {
    padding: 50px 0 0;
  }

  .row.customer_sec_toprow .btn {
    margin-top: 0;
  }

  .customer_sec_toprow .col-md-5.text-right {
    text-align: center !important;
  }

  .customer_sec_bottomrow .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .howit_boxbg .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-6.howit_right.section-header {
    padding-left: 15px !important;
  }

  .faqtesti_sec:before {
    display: none;
  }

  .faqtesti_sec:after {
    display: none;
  }

  .faqtesti_sec .testi_sec_col:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    background: url(../img/testimonial_bg.png) center top no-repeat fixed;
    background-size: cover;
  }

  .faqtesti_sec .testi_sec_col:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    background: #004368;
    opacity: 0.9;
  }

  .testi_sec_col .section-header {
    position: relative;
    z-index: 1;
  }

  .testi_sec_col .section-header span.d-block {
    display: inline-block !important;
  }

  .testi_sec_col {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq_sec_col {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .takecareimg {
    width: 50px;
  }

  .takecare_right {
    padding: 5px 0;
  }

  #footer .footer-top {
    padding: 60px 0 20px 0;
  }

  #footer .footer-top h4 {
    padding-bottom: 0;
  }

  .howit_boxtext {
    padding-top: 40px;
  }

  #contact .contact-info {
    margin-bottom: 15px;
    text-align: left;
  }

  #intro.innerheader {
    padding: 56px 0 0;
  }

  #intro.innerheader .intro-container {
    padding: 50px 0 30px;
  }

  .ndis_headlogo {
    display: inline-block;
    background: url(../img/inds-icon.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .ndis_headlogo img {
    display: none;
  }

}

@media (min-width: 400px) and (max-width: 549px) {

  #intro .carousel-container .container .carousel-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #header #logo {
    padding-left: 15px;
  }

  #intro h2 {
    font-size: 30px;
  }

  .text_combg h1 {
    font-size: 24px;
  }

  .text_combg h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .h_ab_mdwithbu_bg {
    padding-top: 20px;
  }

  .section-header h5 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 35px;
  }

  p.top_headingtext {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .howit_boxtext h5 {
    font-size: 16px;
  }

  .howit_boxtext p {
    font-size: 14px;
  }

  #header #logo img {
    max-width: 200px;
  }

  a.cont_a {
    padding: 10px 10px;
    height: auto;
  }

  a.cont_a svg {
    width: 25px;
  }

  span.cont_a_sp {
    padding-left: 5px;
    font-size: 12px;
  }

  #header ul.navbar-nav.mr-auto {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header nav.navbar li.nav-item a {
    padding: 10px 6px;
    font-size: 14px;
  }

  button#mobile-nav-toggle {
    background: #9fcd30;
    color: #fff;
    margin: 0;
    padding: 10px 10px;
  }

  .right_cont_bg {
    padding-right: 44px;
  }

  #mobile-nav {
    background: rgb(159 205 48) !important;
  }

  #mobile-nav ul li a:hover {
    color: #004368;
  }

  #mobile-nav ul li.menu-active a {
    color: #004368;
  }

  #mobile-nav ul li li a {
    color: #666;
    font-size: 13px;
    text-transform: inherit;
    padding: 10px 15px;
    font-weight: 400;
    position: relative;
  }

  #mobile-nav ul li li {
    padding-left: 0;
  }

  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
  }

  .dropdown-menu .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }

  #mobile-nav ul li li a i {
    margin-right: 8px;
    position: absolute;
    left: 0;
  }

  a.menu_img img {
    width: 100%;
  }

  a.menu_img {
    width: 100%;
    padding: 0 !important;
    display: none !important;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_right {
    padding-top: 40px;
  }

  .cus_imgbg svg {
    width: 30px;
    height: 30px;
  }

  .cus_imgbg {
    padding: 14px;
  }

  .customer_4box b {
    font-size: 25px;
    padding: 5px 0;
  }

  .customer_4box p {
    font-size: 12px;
  }

  .customer_4box {
    padding: 10px;
  }

  .test_bg .testimonials-carousel .testimonial-item img.testimonial-img {
    width: 60px;
    /* border: 5px solid rgb(221 221 221 / 55%); */
    margin-right: 10px;
  }

  .testimonial-item h3 {
    font-size: 16px;
    padding: 15px 0 5px;
  }

  .testimonial-item h4 {
    font-size: 14px;
  }

  .testimonial-item p svg {
    width: 50px;
  }

  .testimonial-item p {
    font-size: 16px;
    padding: 50px 50px 0 0;
    line-height: 25px;
  }

  .faq_sec_col {
    padding-left: 15px;
  }

  .faq_bg button.btn {
    padding: 10px 35px 10px 15px;
    font-size: 15px;
  }

  .takecare_left h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .takecare_right b {
    font-size: 26px;
    font-size: 21px;
    line-height: 30px;
  }

  .takecare_box {
    padding: 15px 15px;
    display: block;
  }

  #intro .btn-get-started {
    font-size: 13px;
    padding: 10px 15px;
    margin: 0;
  }

  .sec_pad_com80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home_ab_cus_sup_icon svg {
    width: 25px;
    height: 25px;
  }

  a.btn-default {
    padding: 10px 15px;
  }

  #services {
    padding: 30px 0 30px 0;
  }

  .h_ab_bu_bg {
    padding-left: 0;
  }

  #services .box {
    margin-bottom: 0;
  }

  .customers_sec {
    padding: 50px 0 0;
  }

  .row.customer_sec_toprow .btn {
    margin-top: 0;
  }

  .customer_sec_toprow .col-md-5.text-right {
    text-align: center !important;
  }

  .customer_sec_bottomrow .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .howit_boxbg .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-6.howit_right.section-header {
    padding-left: 15px !important;
  }

  .faqtesti_sec:before {
    display: none;
  }

  .faqtesti_sec:after {
    display: none;
  }

  .faqtesti_sec .testi_sec_col:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    background: url(../img/testimonial_bg.png) center top no-repeat fixed;
    background-size: cover;
  }

  .faqtesti_sec .testi_sec_col:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    background: #004368;
    opacity: 0.9;
  }

  .testi_sec_col .section-header {
    position: relative;
    z-index: 1;
  }

  .testi_sec_col .section-header span.d-block {
    display: inline-block !important;
  }

  .testi_sec_col {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq_sec_col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .takecareimg {
    width: 50px;
  }

  .takecare_right {
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }

  #footer .footer-top {
    padding: 60px 0 20px 0;
  }

  #footer .footer-top h4 {
    padding-bottom: 0;
  }

  .howit_boxtext {
    padding-top: 20px;
  }

  #intro h4 {
    letter-spacing: 2px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  h4.home_ab_cus_sup_title {
    padding-bottom: 4px;
    font-size: 20px;
  }

  .home_ab_cus_sup_content {
    line-height: 15px;
    font-size: 13px;
  }

  ul.home_ab_checklist li {
    padding: 0 0 15px 25px;
    position: relative;
    font-size: 14px;
  }

  ul.home_ab_checklist li svg {
    width: 20px;
    position: absolute;
    left: 0;
  }

  p {
    font-size: 14px;
  }

  .howit_boxicon svg {
    width: 22px;
  }

  .howit_boxicon {
    display: inline-block;
    padding: 10px 10px;
    width: 46px;
    height: 46px;
  }

  .howit_box {
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
  }

  .takecare_sec {
    padding-top: 60px;
    height: 177px;
  }

  .takecare_left {
    width: 100%;
    border-right: 0px solid #004368;
    border-bottom: 1px solid #004368;
    padding-bottom: 9px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 14px;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 14px;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 14px;
  }

  #contact .contact-info {
    margin-bottom: 10px;
    text-align: left;
  }

  #intro.innerheader {
    padding: 56px 0 0;
  }

  #intro.innerheader .intro-container {
    padding: 50px 0 30px;
  }

  .service_pgs_menubox {
    padding: 10px 0;
  }

  .service_pgbox .q_sp {
    font-size: 22px;
  }

  .ndis_headlogo {
    display: inline-block;
    background: url(../img/inds-icon.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .ndis_headlogo img {
    display: none;
  }

}


@media (max-width: 399px) {

  #intro .carousel-container .container .carousel-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #header #logo {
    padding-left: 15px;
  }

  #intro h2 {
    font-size: 30px;
  }

  .text_combg h1 {
    font-size: 24px;
  }

  .text_combg h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .h_ab_mdwithbu_bg {
    padding-top: 20px;
  }

  .section-header h5 {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 35px;
  }

  p.top_headingtext {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .howit_boxtext h5 {
    font-size: 16px;
  }

  .howit_boxtext p {
    font-size: 14px;
  }

  #header #logo img {
    max-width: 200px;
  }

  a.cont_a {
    padding: 10px 10px;
    height: auto;
  }

  a.cont_a svg {
    width: 25px;
  }

  span.cont_a_sp {
    padding-left: 5px;
    font-size: 12px;
  }

  #header ul.navbar-nav.mr-auto {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #header nav.navbar li.nav-item a {
    padding: 10px 6px;
    font-size: 14px;
  }

  button#mobile-nav-toggle {
    background: #9fcd30;
    color: #fff;
    margin: 0;
    padding: 10px 10px;
  }

  .right_cont_bg {
    padding-right: 44px;
  }

  #mobile-nav {
    background: rgb(159 205 48) !important;
  }

  #mobile-nav ul li a:hover {
    color: #004368;
  }

  #mobile-nav ul li.menu-active a {
    color: #004368;
  }

  #mobile-nav ul li li a {
    color: #666;
    font-size: 13px;
    text-transform: inherit;
    padding: 10px 15px;
    font-weight: 400;
    position: relative;
  }

  #mobile-nav ul li li {
    padding-left: 0;
  }

  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%;
  }

  .dropdown-menu .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
  }

  #mobile-nav ul li li a i {
    margin-right: 8px;
    position: absolute;
    left: 0;
  }

  a.menu_img img {
    width: 100%;
  }

  a.menu_img {
    width: 100%;
    padding: 0 !important;
    display: none !important;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_imgbox1 {
    width: 60%;
    left: 0;
  }

  .home_ab_right {
    padding-top: 40px;
  }

  .cus_imgbg svg {
    width: 30px;
    height: 30px;
  }

  .cus_imgbg {
    padding: 14px;
  }

  .customer_4box b {
    font-size: 25px;
    padding: 5px 0;
  }

  .customer_4box p {
    font-size: 12px;
  }

  .customer_4box {
    padding: 10px;
  }

  .test_bg .testimonials-carousel .testimonial-item img.testimonial-img {
    width: 60px;
    /* border: 5px solid rgb(221 221 221 / 55%); */
    margin-right: 10px;
  }

  .testimonial-item h3 {
    font-size: 16px;
    padding: 15px 0 5px;
  }

  .testimonial-item h4 {
    font-size: 14px;
  }

  .testimonial-item p svg {
    width: 50px;
  }

  .testimonial-item p {
    font-size: 16px;
    padding: 50px 50px 0 0;
    line-height: 25px;
  }

  .faq_sec_col {
    padding-left: 15px;
  }

  .faq_bg button.btn {
    padding: 10px 35px 10px 15px;
    font-size: 15px;
  }

  .takecare_left h4 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .takecare_right b {
    font-size: 26px;
    font-size: 21px;
    line-height: 30px;
  }

  .takecare_box {
    padding: 15px 15px;
    display: block;
  }

  #intro .btn-get-started {
    font-size: 13px;
    padding: 10px 15px;
    margin: 0;
  }

  .sec_pad_com80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home_ab_cus_sup_icon svg {
    width: 25px;
    height: 25px;
  }

  a.btn-default {
    padding: 10px 15px;
  }

  #services {
    padding: 30px 0 30px 0;
  }

  .h_ab_bu_bg {
    padding-left: 0;
  }

  #services .box {
    margin-bottom: 0;
  }

  .customers_sec {
    padding: 50px 0 0;
  }

  .row.customer_sec_toprow .btn {
    margin-top: 0;
  }

  .customer_sec_toprow .col-md-5.text-right {
    text-align: center !important;
  }

  .customer_sec_bottomrow .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .howit_boxbg .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-6.howit_right.section-header {
    padding-left: 15px !important;
  }

  .faqtesti_sec:before {
    display: none;
  }

  .faqtesti_sec:after {
    display: none;
  }

  .faqtesti_sec .testi_sec_col:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    background: url(../img/testimonial_bg.png) center top no-repeat fixed;
    background-size: cover;
  }

  .faqtesti_sec .testi_sec_col:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    background: #004368;
    opacity: 0.9;
  }

  .testi_sec_col .section-header {
    position: relative;
    z-index: 1;
  }

  .testi_sec_col .section-header span.d-block {
    display: inline-block !important;
  }

  .testi_sec_col {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq_sec_col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .takecareimg {
    width: 50px;
  }

  .takecare_right {
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }

  #footer .footer-top {
    padding: 60px 0 20px 0;
  }

  #footer .footer-top h4 {
    padding-bottom: 0;
  }

  .howit_boxtext {
    padding-top: 20px;
  }

  #intro h4 {
    letter-spacing: 2px;
    margin-bottom: 6px;
    font-size: 12px;
  }

  h4.home_ab_cus_sup_title {
    padding-bottom: 4px;
    font-size: 20px;
  }

  .home_ab_cus_sup_content {
    line-height: 15px;
    font-size: 13px;
  }

  ul.home_ab_checklist li {
    padding: 0 0 15px 25px;
    position: relative;
    font-size: 14px;
  }

  ul.home_ab_checklist li svg {
    width: 20px;
    position: absolute;
    left: 0;
  }

  p {
    font-size: 14px;
  }

  .howit_boxicon svg {
    width: 22px;
  }

  .howit_boxicon {
    display: inline-block;
    padding: 10px 10px;
    width: 46px;
    height: 46px;
  }

  .howit_box {
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
  }

  .takecare_sec {
    padding-top: 60px;
    height: 177px;
  }

  .takecare_left {
    width: 100%;
    border-right: 0px solid #004368;
    border-bottom: 1px solid #004368;
    padding-bottom: 9px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 14px;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 14px;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 14px;
  }

  #contact .contact-info {
    margin-bottom: 10px;
    text-align: left;
  }

  #intro.innerheader {
    padding: 56px 0 0;
  }

  #intro.innerheader .intro-container {
    padding: 50px 0 30px;
  }

  .service_pgs_menubox {
    padding: 10px 0;
  }

  .service_pgbox .q_sp {
    font-size: 18px;
  }

  .ndis_headlogo {
    display: inline-block;
    background: url(../img/inds-icon.png) center no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .ndis_headlogo img {
    display: none;
  }

}