/**
 * @file
 * Subtheme specific CSS.
 */
.banner.inner-carousel {
    padding: 0;
}
.banner-text {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 8%;
}
.banner-content {
    position: relative;
}

/*nav#navbar-main {
  float: none;
  width: 90%;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 1140px;
}
a.navbar-brand {
    width: 12%;
    font-size: 0;
}
.dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.155em;
}
a.nav-link.nav-link--.is-active {
  font-size: 16px;
  color: #ff0000;
  text-align: center;
}
li.nav-item {
  padding: 0 1vw;
  text-transform: uppercase;
}
span.nav-link.dropdown-toggle.nav-link- {
  color: #000;
  font-size: 16px;
}
a.nav-link--::before{
    display: none;
}
span.nav-link.nav-link- {
  font-size: 16px;
  color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}*/

/* menu */
#header a.navbar-brand {
    width: 150px;
    color: #fff;
}
#navbar-main {
  background-color: #fff;
  margin: 0 auto;
  width: 1140px;
  padding: 0;
}
#block-hertes-main-menu > ul > li > a,
#block-hertes-main-menu span{
    width: auto;
    float: left;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0px !important;
    padding: 45px 25px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    padding-bottom: 0px;
    padding-top: 0px;
    /* border-right: solid 1px rgb(0 0 0 / 12%); */
    /* margin-top: 25px; */
    /* font-family: 'Gilroy'; */
    padding-top: 41px !important;
    padding-bottom: 41px !important;
}
/*a.nav-link--::before,
.dropdown-toggle::after{
  display : none;
}*/
#header .is-active,
#header li.nav-item.menu-item--expanded.active.dropdown{
    background-color: #182d06 !important;
    color: white !important;
}
#header li.nav-item.menu-item--expanded.active.dropdown span{
    color: #fff;
}
#header .we-mega-menu-submenu>.we-mega-menu-submenu-inner {
    min-height: auto;
}
#header a{
    text-decoration: none;
}


/* header menu */
.navbar-we-mega-menu{
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.we-mega-menu-ul>.we-mega-menu-li>a, .we-mega-menu-ul>.we-mega-menu-li>span {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0px !important;
    padding: 45px 25px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    padding-bottom: 0px;
    padding-top: 0px;
    /* border-right: solid 1px rgb(0 0 0 / 12%); */
    /* margin-top: 25px; */
    /* font-family: 'Gilroy'; */
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background-color: transparent;
    
}

.we-mega-menu-ul>.we-mega-menu-li.active-trail>a, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus, .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover, .we-mega-menu-ul>.we-mega-menu-li.active>a, .we-mega-menu-ul>.we-mega-menu-li.active>a:focus, .we-mega-menu-ul>.we-mega-menu-li.active>a:hover{
    background-color: #182d06;
    color: #fff;
}
.we-mega-menu-ul>.we-mega-menu-li>a:focus, .we-mega-menu-ul>.we-mega-menu-li>a:hover {
    background: #e4f4e2;
    color: #000;
 }    

.we-mega-menu-ul .dropdown-menu>a:after, .we-mega-menu-ul .dropdown-menu>a:before, .we-mega-menu-ul .dropdown-menu>span:after, .we-mega-menu-ul .dropdown-menu>span:before {
    right: 4px;
    
}


.site-footer .is-active {
    color: white !important;
}
.site-footer a.nav-link.nav-link--.is-active {
    background: transparent !important;
}


/*ul.dropdown-menu.show{
    background-color: #fff;
    text-decoration: none !important;
    color: black !important;
   margin-top: -1px;
}

li.dropdown-item a.nav-link--product-development:hover{
    background-color: #e4f4e2 !important;
    text-decoration: none !important;
    color: black !important;
    padding: 20px;
}*/
#block-hertes-main-menu > ul > li > a:hover,
#block-hertes-main-menu span:hover{
    color: #365e39 !important;
    background: #ffffff;
    /* color: #004a6e; */
    background: #e4f4e2 !important;
}

/*sub menu*/
#header .navbar-nav ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 91px;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #f6f6f6;
    z-index: 99;
    transform: translate(22px,0px);
    transition: all 0.5s ease-out;
}

#header .navbar-nav li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
#header .navbar-nav ul li a {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 15px 27px;
    display: block;
    color: black;
    background: #f6f6f6;
}
#header a.nav-link--product-development:hover{
    background-color: #e4f4e2 !important;
    text-decoration: none !important;
    color: black !important;
    padding: 15px 0 15px 20px;
}
#header .navbar-nav .dropdown-item{
    padding: 0.25rem 0;
}


/* homepage */
.overview-content .col-sm-12.moreContent {
    float: left;
}
.fc-list img {
 height: auto;
}
.owl-carousel .owl-item img{
  height: auto;    
}

/* footer */
.site-footer {
    background: #465f30;
    margin-top: 30px;
    padding: 0;
}
img{
    height: auto;
}
.site-footer__top.clearfix {
    width: 1140px;
    margin: 0 auto;
}
.site-footer .block {
   border: 0;
}
.site-footer__top h2 {
    float: left;
    width: 100%;
    color: white;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    border: 0;
}
.site-footer li.nav-item:hover {
    margin-left: 8%;
    transition: all ease-in-out 0.5s;
}
.site-footer label {
     color: #fff;
    font-size: 28px;
    display: none;
}
.copoyright {
   border: 0;
   padding: 0;
   margin: 0;
}

.site-footer__bottom {
    width: 1140px;
    margin: 0 auto;
}
.site-footer__bottom .region {
    margin-top: 0;
 }
 .site-footer ul.clearfix.nav.flex-row {
    flex-direction: column !important;
    float: left;
    padding-left: 5%;
}
 .site-footer a.nav-link.nav-link--.is-active {
    text-align: left;
}
.site-footer .nav-link {
    display: block;
    padding: 0;
}
.site-footer li.nav-item {
    padding: 0;
    text-transform: capitalize;
    list-style-type: disc;
    color: #fff;
    padding-bottom: 10px;
    width: 100%;
}	
.site-footer__top .block-menu, .site-footer__bottom .block {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: 60px;
    margin-top: 30px;
}
div#block-hertes-copyright{
    margin: 10px 0;
}
.site-footer .form-submit::before{
  display: none;
}
.btn-nav button {
    float: left;
    width: 150px;
    height: 45px;
    color: black;
    text-align: center;
    background-color: #e9e9e9;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 8px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin: 0;
}
.btn-nav .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    line-height: 1;
    margin: 0;
}
.site-footer__top .region {
    width: 33.3%;
    padding: 0 0.65%;
}
/* banner content */
.banner-content img.img-fluid {
    height: 510px;
    width: 100%;
}
.page-node-1 .banner-content img.img-fluid{
  height: auto;
}
.banner-content h2 {
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: bold;
    color: white;
    padding-top: 80px;
    margin-bottom: 3px;
}
/* carousel */
.owl-nav {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 40px;
    color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
/* breadcrumb */
.breadcrumb{
display: none;    
}
/* product development */
#ecs .row>* {
  width: auto;
 }
 
 /* privacy policy terms and condtions refund policy */
 .page-node-11 .col-sm-12.moreContent,
 .page-node-12 .col-sm-12.moreContent,
 .page-node-13 .col-sm-12.moreContent{
    padding: 5% 2% 3%;
}

/* container */
/*.container{
    width: 1140px;
    margin: 0 auto;
}*/
.page-node-16 #ta-details h3 a{
    float: left;
    width: 100%;
    font-weight: 500 !important;
    font-size: 19px;
    padding-bottom: 1px;
    color: #8a45a2;
}
.page-node-16 #ta-details p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 29px;
    padding-bottom: 15px;
}
.page-node-16 #ta-details h3 a:hover{
    color: #365e39;
}

.page-node-16 #ecs h3 a{
    float: left;
    width: 100%;
    font-weight: 500 !important;
    font-size: 19px;
    padding-bottom: 1px;
}

.page-node-16 #ecs h3 a:hover {
    color: #365e39;
}
.page-node-16 a.tech-list.mb25 {
    margin: 0;
}
.page-node-16 #ecs h3{
    margin-bottom: 20px;
    
}
/* modal popup */

.modal.fade.in{
  opacity: 1;    
}
.modal-backdrop{
  height: 100%;
  width: auto;
}
.fade {
    transition: opacity 0.15s linear;
    background: rgb(0 0 0 / 65%) !important;
}
#unq-details .item {
    float: left;
}
#ta-details h3{
    color: #8a45a2;
}
/*
.product-thumb h4 a{
    float: left;
    width: 100%;
    font-size: 17px;
    color: black;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 15px;
}
p{
 font-size: 14px;
}
.price-new, .price-tax{
  fot-size: 15px;
}

#menu .navbar-nav > li > a,
.list-group-item + .list-group-item,
a.list-group-item.active {
    font-size: 15px;
    font-weight: 700;
}
.breadcrumb > li.breadcrumb-item > a{
  font-size: 15px;
}

.fa-solid, .fas {
    font-weight: 900;
    font-size: 20px;
}

footer {
    background-color: #465f30;
}
footer h5 {
    font-size: 28px;
}
.list-unstyled a {
    font-size: 15px;
}*/

/* footer */
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

#header .we-mega-menu-ul>.we-mega-menu-li{
    border: 0;
}