/**
 * @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;
}
.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;
}

/*
.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;
}*/


/*ecoplaswa */
main#content {
    padding-bottom: 30px;
}
#main-wrapper{
    overflow:hidden;
    overflow-y: scroll;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0;
 }
 body{
     font-size: 16px;
 }
 section.overview.container-fluid {
    background-color: #FCF1FB;
    padding: 3% 5% 2%;
    text-align: center;
}
section.overview.container-fluid h2{
    margin-bottom: 1.5%;
}
.section-spacing.row.full-row-content{
    margin: 3% 0;
}
p{
    color: #A1549E;
    font-size: 1.1250em;
    margin-bottom: 1%;
}
h2{
    color: #A1549E;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 3.5%;
    text-align: center;
}
h4{
    font-size: 1.5625em;
    color: #A1549E;
    text-align: center;
    margin-top: 1.5%;
    font-weight: 700;
}
.box{
    margin: 9% 0 1%;
}
.box-1{
    margin-right: 16%;
}
.box-1,.box-2{
    background-color: #FCF1FB;
    padding: 3%;
    width: 40%;
}
.align-center{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.image-center img{
    width: 100%;
    margin: 0 auto;
}

/* about us */
.page-node-5 section.overview.container-fluid{
  display: none;
}
.page-node-5 .section-spacing.row.both-side-content .container-fluid {
   width: 1140px;
}
.about-us{
  background: #FCF1FB;
  padding: 3% 0;
}
.about-us img{
    margin-top: 15%;
}

/* service page carousel */
.slider{
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.sliders{
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.item{
    position: absolute;
    width: 200px;
    height: 320px;
    text-align: justify;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    transition: 0.5s;
    left: calc(50% - 110px);
    top: 0;
}
#next, #prev{
    position: absolute;
    top: 40%;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    left: 400px;
}
#next{
    left: unset;
    right: 400px;
}

.rotateslider-container {
  position: relative;
  width: 960px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
}

.rotateslider-container .rotateslider-item {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0.6);
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rotateslider-container .rotateslider-item.next {
  left: 80%;
  opacity: 0.5;
}

.rotateslider-container .rotateslider-item.prev {
  left: 20%;
  opacity: 0.5;
}

.rotateslider-container .rotateslider-item.now {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.rotateslider-container .arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.rotateslider-container .arrow.left { left: 0; }

.rotateslider-container .arrow.right { right: 0; }

.our-commitment .card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ccc ;
}
.card-content p {
    color: #000;
    width: 90%;
    margin: 0 auto;
}
.our-commitment .mb-5 {
    margin-bottom: 5rem!important;
}
.our-commitment .ml-5 {
    margin-left: 10rem !important;
}
.our-commitment .col-md-6{
    padding: 0;
}
.our-commitment .row.mr-5 {
    margin-right: 24.5rem;
}
.our-commitment .row.mr-5 .card-content{
    border-left: 0;
    border-radius: 0 15px 15px 0;
}
.our-commitment .row.ml-5 .card-content{
    border-radius: 15px 0 0 15px;
}
.vision h2{
    text-align: left;
    margin-left: 15%;
}
.vision img{
    width: 100%;
}
.vision p{
    font-size: 2em;
    margin-top: 15%;
}
.mission h2{
    text-align: right;
    margin-right: 15%;
}
.mission img{
    width: 100%;
}
.mission p{
    font-size: 2em;
    margin-top: 5%;
}
/* firm */
.direction-r {
    position: relative;
    float: right;
    text-align: left;
    width: 340px;
}
#clofy-tree h2{
 color: #A1549E !important;
 text-align: center;
}
.timeline:before{
    background: #A1549E;
}
.direction-r .flag:after{
    border-right-color: #A1549E;
}
.direction-l .flag:after{
    border-left-color: #A1549E;
}
.direction-l .flag:before, .direction-r .flag:before {
    background: #A1549E;
    border: 8px solid #A1549E;
}
.direction-r .flag,
.direction-l .flag{
    background: #fff;
    padding: 6px 6px 6px 2px;
}
.explore-more,
.detail-date{
    color: #A1549E !important;
    font-weight: 700;
}

.detailed-imgs img{
    width: 95%;
}
/* footer*/
.site-footer {
    background: #111827;
    margin-top: 0;
}
.site-footer__top p {
    margin-top: 1em;
    color: #fff;
    width: 35%;
}
.site-footer__top .region:last-child{
    padding: 0 5%;
}
.site-footer__top .region {
    width: 50%;
}
.site-footer .menu-item {
    display: inline;
    padding: 0 1%;
}
.site-footer__top h2{
    text-align: right;
}
.site-footer__top .block-menu{
    margin-top: 60px;
    margin-left:0;
}
#block-hertes-sociallinks{
    text-align: right;
}
.site-footer__bottom p{
    color: #fff;
    text-align: center;
}
#block-hertes-sociallinks a{
    color:#fff;
    text-align: right;
}

/* SDG */

.sdg-container {
    position: relative;
    width: 850px;
    height:850px;
    margin: 50px auto;
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
}

.center-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.icon {
  position: absolute;
  width: 300px;
  text-align: center;
  font-size: 14px;
  padding: 10px 10px;
}

/* Positioning around the circle */
.icon-top-center    { top: 0; left: 50%; transform: translateX(-50%); }
.icon-top-right     { top: 100px; right: 0; }
.icon-right         { top: 50%; right: 0; transform: translateY(-50%); }
.icon-bottom-right  { bottom: 100px; right: 0; }
.icon-bottom-center { bottom: 0; left: 50%; transform: translateX(-50%); }
.icon-bottom-left   { bottom: 100px; left: 0; }
.icon-left          { top: 50%; left: 0; transform: translateY(-50%); }
.icon-top-left      { top: 100px; left: 0; }

/* Color coding */
.blue p{color: #2980b9;}
.green-dark p{color: #229954;}
.green p{color: #27ae60;}
.yellow p{color: #f1c40f;}
.orange-light p{color: #d35400;}
.red p{color: #c0392b;}
.orange p{color: #e67e22;}

.slider{
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.item{
    position: absolute;
    width: 200px;
    height: 320px;
    text-align: justify;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    transition: 0.5s;
    left: calc(50% - 110px);
    top: 0;
}
#next, #prev{
    position: absolute;
    top: 40%;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    left: 400px;
}
#next{
    left: unset;
    right: 400px;
}

.my-slider .slick-slide {
  opacity: 0.6;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.my-slider .slick-center {
  opacity: 1;
  transform: scale(1.1); /* makes center one outstanding */
  z-index: 10;
}

.my-sliders .slick-slide {
  opacity: 0.6;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.my-sliders .slick-center {
  opacity: 1;
  transform: scale(1.1); /* makes center one outstanding */
  z-index: 10;
}


section.overview.container-fluid {
    background-color: transparent;
    padding: 5% 20%;
    text-align: center;
}
.our-target .col-sm-4,
.moreContent .col-sm-4
{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-target .col-sm-4:hover,
.moreContent .col-sm-4:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.our-target .col-sm-4 img,
.moreContent .col-sm-4:img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.our-target h4,
.moreContent h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0; 
  color: #222;
  padding: 15px 0;
  text-align: left;
}

.our-target p,
.moreContent p{
  font-size: 14px;
  color: #666;
  margin: 0;
  padding-bottom: 15px;
  text-align:left;
}

.our-target .col-sm-4,
.moreContent .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 1%;
}

h2{
  color: #000;
}

/* Our Service Models */
.service-models h3 {
    color: #A1549E;
    background: #d7a3d5;
    padding: 3% 3%;
    text-align: center;
    border-radius: 60px 60px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 8%;
}
.service-models li{
  color: #A1549E;
}

.moreContent p:nth-child(2) {
    text-align: center;
    margin-bottom: 4%;
}

.our-target p, .moreContent p{ font-size: 16px}

.service-models .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
    margin: 2% 2%;
}

.service-models h2 {
    color: #9f589c;
}

.page-node-5 h2{ color:#9f589c}

/* about us */
.slick-slide div{
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.slick-slide div {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.slick-slide div img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.slick-slide h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0; 
  color: #222;
  padding: 15px 0;
  text-align: left;
}
.page-noded-5 .col-sm-12.aos-init.aos-animate {
  opacity: 1 !important;
  background-color: transparent;
  padding: 20px;
}

.page-noded-5 .col-sm-12.aos-init.aos-animate img {
  opacity: 1 !important;
  filter: none !important;
  transition: none !important;
}

.page-noded-5 .col-sm-12.aos-init.aos-animate h2,
.page-noded-5 .col-sm-12.aos-init.aos-animate p {
  color: #212529;
}

/* issue fixing */
.page-node-5 .slick-slide div img{
  width: 100%;
  height: auto;
}
.page-node-5 .slick-slide div {
    transform: translateY(4px);
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.5);
}
.page-node-5 .slick-slide h3 {
    padding: 8% 0;
    color: purple;
	text-align: center;
}

/* popup code */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 2%);
    transform: translate(0, 2%);
}
.modal-dialog {
    max-width: 35%;
    margin: 0 auto;
}
.modal-dialog .detailed-imgs {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
	height: auto;
}
.modal-dialog .detail-desc {
    float: none;
    width: 85%;
    padding: 2%;
    background: pink;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5%;
}
.modal-dialog .detail-head {
    float: none;
    width: 75%;
    font-size: 22px;
    padding: 0;
    text-align: center;
    margin: 0 auto 3%;
}

.modal-dialog .detailed-imgs img {
    width: 100%;
}