@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  max-width: 1670px;
}
section#sample-cta p {
    font-size: 22px;
    color: #000;
}
section#sample-cta {
    padding: 30px 0 !important;
}
.mega-habilac{display:none !important;}
.page-id-10477 .mega-nohab {display:none !important;}
.page-id-10477 .mega-habilac {
    display: inline-block !important;
}
@media (max-width: 1700px) {
  .container {
    width: 100%;
    max-width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 100%;
    max-width: 1300px;
  }
	.ncd-header-wrap .ncd-header-nav-top a {
  font-size: 16px;
  padding-left: 20px;
}
}
@media (max-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1160px;
  }
}
p.bold {
  font-size: 17px !important;
  font-weight: 600 !important;
}
.ncd-header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  padding: 0;
  background-color: #ffffff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.ncd-header-wrap .ncd-logo {
  padding-right: 0;
}

.ncd-header-wrap .habilac-logo,
.ncd-header-wrap .habilac-logo {
	align-items: center;
    align-content: center;
}

.ncd-header-wrap .ncd-logo img, 
.ncd-header-wrap .habilac-logo img {
  max-width: 100%;
}

.ncd-header-wrap .ncd-header-right {
  text-align: right;
}
.ncd-header-wrap .ncd-header-nav-top {
    text-align: right;
    float: right;
    background-color: #CAF283;
    border-bottom-left-radius: 64px;
    padding: 4px 0 8px 18px;
    position: relative;
  }
.ncd-header-wrap .ncd-header-nav-top:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: 100%;
  background-color: #caf283;
  width: 100%;
}
.ncd-header-wrap .ncd-header-nav-top p {
  background-repeat: no-repeat;
  background-position: left 3px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 55px;
  margin-right: 2px;
  font-weight: 600;
}
.ncd-header-wrap .ncd-header-nav-top p a{padding-left: 8px; font-size:24px;}
.ncd-header-wrap .ncd-header-nav-top p:before{
	font-family: 'FontAwesome';
    content: '\f095';
    margin:0 0 0 20px;
    color: #000000;
	font-size: 22px;
}
.ncd-header-wrap .ncd-header-nav-top a {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left 1px;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding-left: 38px;
  text-transform:uppercase;
}
.ncd-header-wrap .ncd-header-nav-bottom {
  float: right;
	padding-top: 18px;
}
.ncd-header-wrap .ncd-header-nav-bottom .navbar {
  padding: 0;
  position: relative;
  margin-top: 17px;
}

.navbar-nav {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li {
  font-size: 18px;
  color: #051b44;
  position: relative;
  padding-left: 17px;
  line-height: 20px;
  margin-bottom: 4px;
}
.ncd-header-wrap .ncd-header-nav-bottom ul li a {
  font-size: 17px;
  line-height: 24px;
  color: rgb(43, 42, 42);
  padding: 15px 31px 36px;
  display: block;
  text-transform: capitalize;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1400px){
.ncd-header-wrap .ncd-header-nav-bottom ul li a {
    padding: 15px 21px 36px;
}
}
@media screen and (max-width: 1500px){
.ncd-header-wrap .ncd-header-nav-bottom ul li a {
  padding: 5px 25px 10px;
}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#heroone .carousel, #heroone .carousel-inner, #heroone .carousel-item, #heroone .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#heroone .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: '';
  background-color: rgb(72 72 72 / 27%);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}
#hero h6 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 12px;
  text-align: left;
  margin-bottom: 24px;
}
#hero h2 {
  color: #fff;
  font-size: 49px;
  font-weight: 700;
  margin-top: 12px;
  text-align: left;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 17px auto;
  color: #fff;
  text-align: left;
  font-size: 22px;
}
#hero p:before{
font-family: 'FontAwesome';
    content: '\f111';
    margin: 0 15px 0 15px;
	font-size:12px;
    color: #fff;}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #09b89d;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #FF9E0C;
    width: 20%;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.topbuy > a.mega-menu-link,#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item.topbuy > a.mega-menu-link {
    font-weight: 500;
    font-size: 18px !important;
    letter-spacing: 0px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff !important;
    animation-delay: 0.8s;
    background: #107204 !important;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    padding: 0 10px !important;
    line-height: 40px !important;
    height: 47px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.topbuy > a.mega-menu-link:hover{background: #000 !important;}
#hero .btn-get-started:hover{
  background: #107204;
}
.banner_box_text{margin-bottom:24px;}
.banner_box_text p {
  margin: 0 auto 10px auto !important;
}
.ncd-bannerbox {
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  width: 88%;
}
.ncd-nh .bullet-text {
  margin-left: 30px;
}
.ncd-bannerbox a.btn-get-started{
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
border-radius: 4px;
transition: 0.5s;
line-height: 1;
color: #fff !important;
animation-delay: 0.8s;
background: #107204 !important;
width: 70%;
height: 47px;
display: flex;
align-items: center;
justify-content: center;
margin:0 auto;}
.ncd-bannerbox a {
  width: 70% !important;
  background: #107204 !important;
}
.ncd-bannerbox h2 {
  color: #282828 !important;
  font-size: 22px !important;
  padding: 0 20px;
  line-height: 1.7;
	margin-top: 0 !important;
	margin-bottom:20px;
}
.ncd-boxinside h5 {
  font-size: 37px;
  font-weight: 600;
  color: #487748;
  margin-bottom: 26px;
}
.ncd-boxinside p {
    font-size: 17px;
    line-height: 29px;
    display: flex;
    align-items: baseline;
}
.ncd-boxinside {
  background-color: #caf283;
  padding: 33px;
  width: 49%;
}
.ncd-boxinside p i {
  color: white;
  background-color: #ed9612;
  border-radius: 20px;
  font-size: 18px;
  margin-right: 15px;
}
.ncd-boxinside h6 {
  font-size: 23px;
  font-weight: 600;
  color: #487748;
  margin-bottom: 24px;
}
.ncd-boxinside a.btn-get-started {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #FF9E0C;
  width: 28%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.ncd-palmdoneright {
  background: url(../img/palmwithbanner.jpg);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.ncd-productcatagory ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
section.ncd-productcatagory ul li {
  width: 32%;
  display: inline-block;
}
section.ncd-productcatagory ul li img {
  width: 100%;
}
section.ncd-productcatagory ul li {
  width: 24%;
  display: inline-block;
}
section.ncd-productcatagory h5 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 27px;
}
section.ncd-productcatagory h5 a{ color:#ffffff !important;}
section.ncd-productcatagory h5 a:hover{ color:#eeeeee !important;}
section.ncd-productcatagory h6 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .brandsname {
    float: left;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 12%) 0px 3px 7px -3px;
    height: 30vh !important;
  }
  span.column {
    width: 100%;
    float: left;
}
}
.navbar .dropdown2 ul li {
  width: 100%;
  margin-bottom: 2vh;
  float: left;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }

}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.ncd-nh h5 {
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 26px;
}
.ncd-nh h6 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 28px;
}
.ncd-nh p i {
  color: white;
  background-color: #ed9612;
  border-radius: 20px;
  font-size: 18px;
  margin-right: 15px;
}
.ncd-nh p {
  font-size: 18px;
  margin-left:0;
}
section.ncd-palmdone {
  background-color: #487748;
  text-align: center;
  color: #fffdfd;
}
section.ncd-palmdone h6 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 34px;
}
.ncd-img-cnt img {
  border-radius: 13px;
  width: 95% !important;
  position: relative;
}
.ncd-img-cnt {
  position: relative;
}
.nh-btn{
background-color: #FF9E0C;
border-color: #FF9E0C;}
.txt {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
.txt p {
  font-size: 34px;
  font-weight: 600;
}
section.bg-img {
  padding: 16vh 0;
}
section.bg-img h6 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}
section.bg-img p {
  color: white;
  font-size: 22px;
}
section.bg-img i {
  color: white;
  background-color: #ed9612;
  border-radius: 20px;
  font-size: 18px;
  margin-right: 15px;
}
section.bg-img {
  background: url(../img/secbanner.jpg);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.bg-img-one {
  background: url(../img/bg-sec2.jpg);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.bg-img-one h6 {
font-size: 35px;
    text-align: center;
    margin-bottom: 53px;
    font-weight: 600;
    color: white;
}
.ncd-bg-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pdr-box {
  position: relative;
}
.pdr-box .txt {
  position: absolute;
  bottom: 65px;
}
.ncd-bg-content ul li {
  width: 33.33% !important;
  text-align: left;
  display: inline-block;
  padding: 53px 33px;
  background-color: white;
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 15px;
}
.product-cat-box{ position: relative;}
.product-cat-box h5 {
  position: absolute;
  text-align: center;
  width: 90%;
  top: 50%;
  font-size: 21px !important;
  display: inline-block;
  color: #fff;
}
.ncd-bg-content ul{ display:flex !important;}
.ncd-bg-content ul li h6 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #101010;
  line-height: 30px;
  margin-bottom: 18px;
}

.ncd-bg-content ul li h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}

.item.new p {
  font-size: 15px;
  margin-left: 38px;
  font-style: italic;
}
.ncd-bg-content ul li p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px !important;
}
.ncd-bg-content {
  text-align: center;
}
.ncd-bg-content a.btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #184818;
  width: 70%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ncd-boxinside a.btn-get-started:hover, .ncd-boxinside a.btn-get-started:focus{
background-color: #e88b00;
}
.ncd-insta .btn-get-started:hover, .ncd-insta .btn-get-started:focus{
background-color: #e88b00;
}
.item.new h6 {
  font-weight: 400;
  font-size: 17px;
  width: 88%;
  text-align: left;
  display: flex;
  line-height: 30px;
  margin-top: 23px;
}
.item.new h6 i {
  margin-right: 11px;
  font-size: 40px;
  color: #123212;
}
section.ncd-flex-slider h6 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 23px;
}
.ncd-slider-image h6 {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-top: 20px !important;
  text-align: left !important;
  line-height: 23px;
  display: flex;
  align-items: baseline;
  width: 94%;
}
.ncd-slider-image p {
  text-align: left;
  margin-left: 43px;
  font-style: italic;
}
.ncd-slider-image h6 i {
  font-size: 40px;
  color: #184818;
  margin-right: 12px;
}
section.ncd-insta {
  background-color: #184818;
}
section.ncd-insta ul li {
  width: 32%;
  display: inline-block;
}
section.ncd-insta ul li img {
  width: 100%;
}
section.ncd-insta ul li {
  width: 24%;
  display: inline-block;
}
section.ncd-insta h5 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 42px;
  color: white;
}
section.ncd-insta h6 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}
section.ncd-insta ul {
  margin-bottom: 9vh;
}
section.ncd-insta .btn-get-started {
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #FF9E0C;
  width: 18%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
section.contact h6 {
  text-align: center;
  color: white;
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 600;
}
.contact .info i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #556270;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 28px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #d9232d;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ffc107;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0e8d63;
}
.ncd-contact-box {
  padding: 54px;
  background-color: #201f1fb8;
  border-radius: 10px;
}
section.contact {
  background: url(../img/contactbanner.jpg);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #184818;
  color: rgb(44, 43, 43);
  font-size: 14px;
}
.footer-add {
  width: 67%;
  margin-bottom: 26px;
  border-bottom: 1px solid #caf283;
  padding-bottom: 23px;
}
.footer-add span h6 {
  color: #caf283;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}
.ncd-footermenu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ncd-footermenu ul li a {
  color: white;
  font-size: 17px;
  line-height: 36px;
}
.ncd-footermenu ul li a {
  color: white;
  font-size: 16px;
  line-height: 40px;
}
.footer-top::before {
  position: absolute;
  content: ' ';
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  background-color: #357a52 !important;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  line-height: 1;
  padding: 6px 5px;
  margin-right: 11px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #6b6b6b;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #6b6b6b;
  position: relative;
  padding-bottom: 12px;
}

#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: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgb(58 58 58 / 86%);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #09b89d;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  color: #6b6b6b;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2e3192;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #0d0f58;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgb(43 43 43 / 60%);
}

#footer .credits a {
  color: rgb(43 43 43 / 60%);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: rgb(22, 163, 116);
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dots {
  text-align: center;
}
@media (max-width: 1500px) {
	.ncd-header-wrap .ncd-header-nav-top a {
  font-size: 16px;
  padding-left: 20px;
}
body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0px 15px 0px !important;
}
	.ncd-bannerbox {
  padding: 35px;
  width: 100%;
}
}
@media (max-width: 1400px) {
body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  padding: 0px 12px 0px !important;
	font-size:15px !important;
}
}

@media (max-width: 1100px) {
.ncd-header-wrap .ncd-header-nav-top a {
  font-size: 15px;
  padding-left: 15px;
}
	.menu-secundary-container .menu{
		padding-left:0px;
	}
}

@media (max-width: 992px) {
.ncd-header-wrap .ncd-logo{
	margin:15px auto;
}
.ncd-header-wrap .ncd-header-nav-top a {
  font-size: 13px !important;
  padding-left: 0px !important;
}
.ncd-header-wrap .ncd-header-nav-top {
  padding: 4px 0 4px 15px !important;
}
	.ncd-header-wrap .ncd-header-nav-bottom {
  float: none !important;
}
	#mega-menu-wrap-main_menu{
		width:100%;
		margin:0 0 12px 0px !important;
	}
	.ncd-header-wrap .ncd-header-nav-top {
  text-align: center !important;
  float: none !important;
  border-bottom-left-radius: 0px !important;
  padding: 4px 5px 4px 5px !important;
}
	.ncd-header-wrap .ncd-header-nav-bottom {
  padding-top: 12px !important;
}
	body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
  padding: 8px 12px 0px !important;
  font-size: 16px !important;
		color:#fff !important;
}
	body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, body #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: #000 !important;
}
	.menu-secundary-container ul li {
  float: none !important;
		margin-bottom:0px !important;
		padding:0 4px !important;
}
	.menu-secundary-container .menu {
  margin-bottom: 0px !important;
}
	.ncd-header-wrap .ncd-header-nav-top a {
  line-height: 20px !important;
}
	.ncd-header-wrap .ncd-logo img{
		margin: 0 auto;
display: block;
	}
}




table.responsive-table{ 
	border-collapse: collapse; 
	margin:25px auto;
	}

/* Zebra striping */
table.responsive-table tr:nth-of-type(odd) { 
	background: #eee; 
	}

table.responsive-table th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

table.responsive-table td, table.responsive-table th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table.responsive-table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table.responsive-table, table.responsive-table thead, table.responsive-table tbody, table.responsive-table th, table.responsive-table td, table.responsive-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.responsive-table tr { border: 1px solid #ccc; }
	
	table.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		font-size:14px;
	}

	table.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 40%; 
		padding-right: 10px; 
		font-size:12px;
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
		letter-spacing:-1px;
	}

}

.faq-section {
  background: #ebebeb !important;
  color: #000 !important;
}
.faq-section .container{ background:#ffffff !important;}
.faq-section .vc_toggle_content, .faq-section .vc_toggle_content p{ color:#000 !important;}
.faq-section .vc_toggle_content h3{ color:#000 !important; font-weight:800;}
.faq-section .vc_toggle{ margin:0 0 10px 0;}
.faq-section .vc_toggle_content ul li {
  color: #000000;
}
.faq-section .vc_toggle:last-of-type {
  margin-bottom: 10px;
}



#owl-client .owl-nav {
    margin-top: 25px;
    text-align: center;
}

#owl-client .owl-nav button.owl-next, #owl-client .owl-nav button.owl-prev {
    background: #ffc107;
    width: 40px;
    height: 40px;
    margin: 5px;
    color: #fff;
    text-align: center;
}