:root{
    --theme-color:#006B5F;
    --main-font:'Poppins', sans-serif;
    --secondary-font:'Philosopher', sans-serif;
    --button-color:#EB9C2B;
    --text-color:#000000;
    --black-color:#000;
    --grey-color:#7B7B7B;
    --white-color:#fff;
    --dark-green:#006B5F;
    --brown-color:#723800;
}
.header-scrolled .scroll-head {
    opacity: 1;
    z-index: 99999999 !important;
    transform: translateY(0);
    transition: all .5s cubic-bezier(1,.005,0,1.000);
}
.scroll-head {
    position: fixed;
    top: 0;
    background-color: var(--white-color);
    height: 90px;
    width: 100%;
    opacity: 0;
    transition: all .1s;
    z-index: -1;
    display: flex;
    align-items: center;
    transform: translateY(-100%);
    transition: all .5s cubic-bezier(1,.005,0,1.000);
    box-shadow: 0px 2px 6px #0000005c;
}
.scroll-head .navbar-brand img{
    max-width: 100px;
}
.section-heading,.page-title h1 {
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    padding-bottom: 30px;
}
.section-heading h3{
    font-size: 48px;
}
.section-sub-heading{
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
}
.banner-r-col{
    position: relative;
}
.banner-prod-col{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 7%;
    z-index: 2;
}
.banner-prod-cat{
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 80px;
    color: #000;
    font-weight: 700;
    line-height: 32px;
    transition: all ease-in-out 0.2s;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);

}
.carousel-indicators [data-bs-target]{
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 6px;
    margin-left: 6px;
}
.carousel-indicators .active{
    width: 10px;
    height: 10px;
}
.carousel-indicators {
    right: 7%;
    left: unset; 
    margin-right:0; 
    margin-bottom: 0; 
    align-items: center;
    margin-left: 0; 
    width: 125px;
    background-color: rgba(0,0,0,0.9);
}
.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: var(--white-color);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 35px;
    height: 35px;
}
.inquiry-heading{
    font-family: var(--main-font);
    color: var(--dark-green);
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 500;
    line-height: 48px;
}
.ah-description p{
    font-family: var(--main-font);
    color:var(--button-color);
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;  
}
.ah-box-year h4{
    font-size: 24px;
    color: var(--text-color);
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}
.ah-box-year.slick-current h4{
    color: var(--dark-green);
}
.footer-heading{
    font-size: 16px;
    color: var(--button-color);
    letter-spacing: 1.28px;
    line-height: 32px;
    text-transform: uppercase;
}
.inquiry-heading span{
    font-size: 32px;
    font-weight: 600;
}
.section-para, .breadcrumbs a, .breadcrumbs {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 32px;
    text-decoration: none;
}
.breadcrumbs a,.breadcrumbs{
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
}
.btn-wrapper{
    width: 257px!important;
    height: 60px;
    background-color: var(--button-color);
    border-radius: 5px;
    margin-top: 45px;
    position: relative;
    overflow: hidden;
}
.submit-btn-wrapper{
    margin: 20px auto 0;
}
.section-btn{
    color: var(--white-color)!important;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; 
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    border: none;
}
.submit-btn{
    background-color: var(--button-color);
} 
.btn-wrapper::before, .inq-btn::before , .submit-btn::before{
    background: rgba(0,0,0,0.1);
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    transition-duration: 0.6s;
    width: 0;
}
.btn-wrapper:hover:before,.inq-btn:hover:before, .submit-btn:hover::before {
    height: 100%;
    width: 100%;
  }
.inq-btn{
    height: 60px;
    width: 257px;
    background-color: var(--button-color);
    transition: all ease-in-out 0.2s;
    position: relative;
    overflow: hidden;
}
.inq-btn a{
    font-family: var(--main-font);
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.page-title h1,.breadcrumbs a:hover{
    color: var(--button-color);
    padding-bottom: 0;
}
.yellow-icon,.cl-item .cl-text span ,.cl-text{
    transition: all ease-in-out 0.2s;
}
.cl-item a:hover .cl-text span, .map-section .cl-item a:hover .cl-text{
    color: var(--button-color);
}
.s4-item:hover .section-sub-heading,.s4-item:hover .yellow-icon, .sl-item:hover .yellow-icon{
    color: var(--button-color);
    fill: var(--button-color);
}
.section-para--white{
    font-size: 16px;
}
.section-heading--white, .section-para--white,.breadcrumbs, .breadcrumbs a{
    color: var(--white-color);
}
.section-heading--black{
    color: var(--brown-color);
}
.section-heading--green{
    color: var(--dark-green)
}
.section-para--grey{
    color: var(--text-color);
}
.section-para--black{
    color: var(--black-color);
}
.mobile-dev{
    display: none;
}
.main-wrap{
    width: 87%;
    margin: 0 auto;
}
.section-1 .main-wrap{
    width: 100%;
    padding-left: 8%;
}
.mini-wrap{
    width: 60%;
    margin: 0 auto;
}
.medium-wrap{
    width: 71%;
    margin: 0 auto;
}
.contact-list{
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.cl-item a{
    display:flex;
    text-decoration: none;
    align-items: center;
}
.cl-item:first-child{
    padding-right: 30px;
    border-right: 1px solid var(--grey-color);
}
.cl-item:last-child{
    padding-left: 30px;
}
.nav-top{
    height: 125px;
}
.nav-wrap{
    justify-content: space-between;
    height: 100%;
    align-items: center;
    position: relative;
}
.menu-bar-2{
    background-color: #F5F5F5;
    height: 60px;
}
.cl-text{
    font-family: var(--main-font);
    text-decoration: none;
    color: var(--black-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 15px;
}
.cl-text span{
    font-size: 18px;
    text-transform: lowercase;
}
.nav-link{
    font-family: var(--main-font);
    text-decoration: none;
    color: var(--black-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.navbar-nav .active .nav-link,.nav-link:hover,.nav-link:focus{
    color: var(--button-color);
}

.menu-main-menu-container{
    width: 600px;
}
.navbar-nav{
    width: 100%;
    justify-content: space-between;
}
.navbar-nav li{
    border-right: 1px solid var(--grey-color);
}
.section-1{
    background-color: var(--dark-green);
    height: calc(100vh - 185px);
}
#carouselExampleDark{
    height: calc(100vh - 185px);
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
    filter: unset;
}
.carousel-control-prev {
    left: 31%;
}
.carousel-control-next {
    right: 64%;
}
.carousel-control-next, .carousel-control-prev{
    bottom: 40px;
    top: unset;
    width: 35px;
    height: 35px;
    opacity: 1;
}
/* transition duration to control the speed of fade effect */
.carousel-item {
    transition: transform 0.5s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 0.5s ease-in-out;
  }
.s1-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate3d(5px, 40px, 0);
    opacity: 0;
    animation: fade-in 0.5s ease-in-out both;
    animation-delay: 0.5s;
    padding-right: 80px;
}

.banner-img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.section-2{
    padding: 100px 0 150px 0;
}
.s2-img-1{
    height: 485px;
    width: 390px;
    border-radius: 10px;
    position: relative;
}
.s2-img-wrap{
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.s2-img-2{
    height: 415px;
    width: 280px;
    position: absolute;
    top: 30%;
    left: 40%;
    border-radius: 10px;
    z-index: 2;
}
.s2-img-cirlce{
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    border-radius: 10px;
    z-index: 2;
}
.s2-col-left{
    position: relative;
}
.section-3{
    background-color: #F5F5F5;
    padding: 100px 0 250px;
    position: relative;
}
.section-3 .medium-wrap,.ah-section-2 .medium-wrap{
    z-index: 2;
    position: relative;
}
.wave-img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 360px;
    z-index: 1;
}
.wave-img img{
    width: 100%;
    height: 100%;
}
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 645px;
}   
.div1 {
     grid-area: 1 / 1 / 2 / 3; 
    }
.div2 { 
    grid-area: 1 / 3 / 2 / 4; 
}
.div3 { 
    grid-area: 2 / 1 / 3 / 2; 
}
.div4 { 
    grid-area: 2 / 2 / 3 / 3; 
}
.div5 { 
    grid-area: 2 / 3 / 3 / 4; 
}
.s3-grid-item{
    margin: 0 15px 15px 0 ;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}
.s3-grid-item::before{
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    transition: opacity 0.2s linear;
    z-index: 2;
}
.s3-grid-item::after{
    transition: opacity 0.2s linear;
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(114, 56, 0,0.8);
    z-index: 1;
}
.s3-grid-item:hover::before{
    z-index: 1;
}
.s3-grid-item:hover::after{
    opacity: 1;
}
.s3-content-1{
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.s3-content-2{
    justify-content: center!important;
    align-items: center!important;
    text-align: center!important;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
.s3-grid-item:hover .s3-content-2{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.s3-grid-item:hover .s3-content-1{
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.s3-grid-item img,.prod-img img{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all ease-in-out 0.2s;
}
.s3-grid-item:hover img ,.prod-item-content:hover .prod-img img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.s3-content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 35px;
    width: 100%;
    text-decoration: none;
    z-index: 2;
    transition: all ease-in-out 0.2s;

}
.s3-content .section-heading{
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 56px;
}
.s4-item{
    width: calc(100%/2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 100px 0;
}
.s4-item-icon{
    background-color: var(--dark-green);
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.s4-item-icon svg{
    width: 100px;
    height: 100px;
}
.s4-content{
    padding-left: 30px;
}
.s4-grid-wrap{
    padding-top: 30px;
}
.section-5{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 210px;
}
#footer .nav-link, #footer a {
    color: #BDBDBD;
    text-transform: unset;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
    padding: 0;
}
#footer .nav-link:hover, #footer a:hover{
    color: var(--button-color);
}
footer{
    background-color:#303030;
    padding: 100px 0 20px 0;
    color: #BDBDBD;
    font-family: var(--main-font);
}
#footer, .contact-info ul{
    list-style: none;
    padding-left: 0;
}
.social-links{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    width: 200px;
    height: 40px;
}
.footer-bottom-text ,.footer-bottom-text a{
    font-size: 12px!important;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-navbar-brand img{
    max-width: 300px;
}
.s4-item:nth-child(2n){
    padding-right: 0;
    padding-left: 30px;
}
.s3-grid-item:nth-child(2),.s3-grid-item:nth-child(5){
    margin-right: 0;
}
.foot-col{
    width: auto!important;
}
.section-5 .btn-wrapper{
    margin-top: 0;
    float: right;
}
.page-header-banner{
    height: 300px;
    background-color: var(--dark-green);
    position: relative;
}
.page-header-banner::after{
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 400px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about-history{
    padding: 100px 0;
}
.ah-box button{
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.2s;   
}
.ah-box .slick-prev{
    left: 0;
    color: transparent;
    background-position: center;
    transition: all ease-in-out 0.2s;   
}
.ah-box .slick-next{
    right: 0;
    color: transparent;
    background-position: center;
    transition: all ease-in-out 0.2s;   
}
.ah-box .slick-list{
    margin: 0 auto;
    width: 80%;
    padding: 10px 0;
    position: relative;
}
.ah-box-year{
    position: relative;
}
.ah-box-year.slick-current::after{
    content: '';
    border-bottom: 4px solid var(--dark-green);
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 50%;
    z-index: 2;
}
.ah-box-year-wrap .slick-list::after{
    content: '';
    border-bottom: 4px solid var(--text-color);
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    z-index: -1;
}
.ah-box-year-wrap{
    padding: 50px 0;
}
.slick-current .ah-circle{
    background-color: var(--dark-green);
}
.ah-circle{
    height: 22px;
    width: 22px;
    background-color: var(--text-color);
    border-radius: 100%;
    text-align: center;
    margin: 20px auto 0;
}
.ah-box-content{
    padding-left: 125px;
    padding-right: 85px;
    position: relative;
    text-align: left;
    min-height: 200px;
}
.ah-box-content span{
    position: absolute;
    left: -25px;
    top: 40%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 80px;
    opacity: 29%;
    color: var(--dark-green);
    font-weight: 600;
}
.ah-section-2{
    background-color:#F5F5F5;
    padding: 100px 0 280px 0;
    position: relative;
}
.ah-section-3{
 padding-bottom: 100px;
}
.ah-s2-img-1{
    height: 580px;
    width: 530px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.ah-s2-img-2{
    position: absolute;
    top: 60%;
    right: 50%;
    height: 340px;
    width: 352px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ah-s2-r-content{
    width: 80%;
    margin-left: 20px;
}
.ah-s2-row:first-child .ah-s2-r-content{
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}
.ah-s2-row:first-child .ah-s2-icon{
    padding-bottom: 50px;
}
.ah-s2-row:nth-child(2n){
    padding-top: 50px;
}
.ah-s2-icon{
    width: 20%;
}
.section{
    padding: 100px 0;
}
.award-icon{
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 200px; 
}
.products-wrap{
    margin-left: -25px;
    margin-right: -25px
}
.prod-item{
    width: calc(100%/3);
    padding: 25px;
}
.prod-cat{
    height: 80px;
    padding-left: 15px!important;
    margin-bottom: 5px!important;
    background-color: #F5F5F5!important;
    transition: all ease-in-out 0.2s;   
    margin-right: 45px!important;
    position: relative;
    border-radius: 0!important;
}
.prod-cat::after{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid var(--button-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    clear: both;
    opacity: 0;
    transition: all ease-in-out 0.2s;   
}
.prod-cat:hover::after, .prod-cat.active::after{
    opacity: 1;
}
.prod-cat:hover .prod-cat-text, .prod-cat.active .prod-cat-text{
    color: var(--white-color);
}
.prod-cat:hover, .prod-cat.active{
    background-color: var(--button-color)!important;
    color: var(--white-color)!important;
}
.prod-cat-text{
    padding-left: 20px;
    font-family: var(--main-font);
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: var(--black-color);
    text-transform: uppercase;
    transition: all ease-in-out 0.2s;   
}
.prod-tab{
    height: 55px;
    width: 220px;
    border: 1px solid var(--text-color)!important;
    border-radius: 0!important;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-family: 18px;
    line-height: 32px;
    font-weight: 500;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 15px;
    transition: all ease-in-out 0.2s;   
}
.prod-tab:hover, .prod-tab.active{
    background-color: var(--button-color)!important;
    color: var(--white-color)!important;
    border: 1px solid var(--button-color)!important;
    
}
.prod-img{
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    height: 250px;
}
.prod-tabs{
    justify-content: end;
}
.prod-text{
    padding-top: 15px;
    transition: all ease-in-out 0.2s;   
}
.prod-item-content{
    text-decoration: none!important;
    transition: all ease-in-out 0.2s;   
}
.prod-item-content:hover .prod-text{
    color: var(--button-color);
}
.prod-cat-icon{
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    background-position: center;
    background-color: var(--white-color);
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
}
.prod-cats-wrap{
    width: 25%;
}
.tab-content-wrap{
    width: 75%;
}
.prod-cats-wrap .nav-tabs .nav-link ,.prod-cats-wrap .nav-tabs, .nav-tabs {
 border: none;
 padding: 0;
}
.no-prod{
    padding-top: 50px;
}
.prod-inner-sec{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prod-inner-img{
    height: 475px;
    width: 475px;
    background-color: var(--brown-color);
    padding: 45px;
}
.prod-inner-content{
    padding-left: 60px;
}
.prod-inner-content ul{
    padding-top: 20px;
    padding-left: 50px;
}
.prod-inner-content ul li{
    position: relative;
    padding-bottom: 5px;
}
.prod-inner-content ul li::before{
    position: absolute;
    left: -25px;
    top: 0;
}
.prod-inner-content ul{
    list-style: none;
}
.prod-inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.prod-inner-content h1{
    text-transform: none;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    padding-bottom: 20px;
}
.form-section {
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
}
.contact-form-section .form-group {
    padding: 10px;
}
.contact-form-section .form-group input, .contact-form-section .form-group textarea {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 20px;
    font-family: var(--main-font);
    font-size: 16px;
    color: #000;
    border: 1px solid #DFDFDF;
    transition: all ease-in-out 0.2s;
}
.contact-form-section .form-group input:focus,.contact-form-section .form-group textarea:focus{
    outline: 2px solid #E39725;
}
.contact-form-section .form-group input {
    height: 80px;
}
.fs-wrap{
    background-color: rgba(114, 56, 0, 0.9);
    padding:50px;
}
.map-section{
    padding: 100px 0 0 0;
}
.map-section .cl-item:first-child{
    border-right: none;
    padding-right: unset;
}
.map-section .cl-item:last-child {
    padding-left: 0;
}
.map-section .cl-text{
    text-transform: unset;
}
.map-section .cl-item{
    padding-bottom: 20px;
}
.map-section .contact-list{
    padding-top: 30px;
} 
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    background-color:var(--button-color);
    border-color: var(--button-color);
}
.wpcf7-not-valid-tip{
    color: var(--button-color);
}
.wpcf7 form .wpcf7-response-output{
    color: #fff;
}
.footer-bottom{
    position: relative;
}
.mybtntop{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 40px;
    bottom: 10px;
}
.mybtntop svg{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
}
.mybtntop:hover svg{
    background-color: var(--white-color);
}
.footer-top{
 padding-bottom: 50px;
}
.hide-dekstop{
    display: none;
}
.contact-list .cl-item a{
    align-items: flex-start;
}


/******************* new changes **********************/
.prod-cats-wrap .nav-tabs .nav-item:nth-child(3),.prod-cats-wrap .nav-tabs .nav-item:nth-child(4),.div6{
    display: none!important;
}
.s2-description, .s4-content .section-para, .ah-s2-r-content .section-para, .mobile-contact-1 .section-para{
    text-align: justify;
}

/************************* animations ******************/
.js-scroll{
    opacity: 0;
    transition: opacity 500ms;
}
/* .js-scroll.scrolled {
opacity: 1;
} */
.scrolled.fade-in {
animation: fade-in 0.5s ease-in-out both;
animation-delay: calc(.1s * var(--i));
}
.scrolled.zoom-in {
animation: zoom-in 0.5s ease-in-out both;
animation-delay: calc(.1s * var(--i));
}
.hithere {
    animation: hithere 1s ease infinite;
  }
  @keyframes hithere {
    30% { transform: scale(1.2); }
    40%, 60% { transform: rotate(-20deg) scale(1.2); }
    50% { transform: rotate(20deg) scale(1.2); }
    70% { transform: rotate(0deg) scale(1.2); }
    100% { transform: scale(1); }
  }
  
  @keyframes fade-in {
    0% {
        transform: translate3d(0px, 40px, 0);
        opacity: 0;
        transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
    }
    100% {
        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
  }
  @keyframes zoom-in {
    0% {
        transform: scale(0.75, 0.75);
        opacity: 0;
        transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
    }

    100% {
        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}

.prod-tab {
    width: max-content !important;
}
@media only screen and (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 40px;
    }
    .navbar-nav li:last-child{
        border-right: none;
    }
    .menu-bar-3 .navbar-expand-lg .navbar-collapse{
        justify-content: center;
    }
    .wave-mobile{
        display: none;
    }
    .wave-dekstop{
        display: block;
    }
}
@media only screen and (max-width: 1800px) {
    .prod-tab{
        margin-bottom: 10px!important;
    }
}
@media only screen and (max-width: 1600px) {
    .prod-img{
        height: 200px;
    }
    .carousel-control-next {
        right: 63%;
    }
    .mini-wrap {
        width: 73%;
    }
    .medium-wrap {
        width: 85%;
    }
    .banner-prod-cat{
        font-size: 65px;
    }
    .section-heading, .page-title h1{
        font-size: 45px;
    }
    .section-para--white,.section-btn {
        font-size: 15px;
    }
    .btn-wrapper {
        width: 250px!important;
        height: 55px;
    }
    .inquiry-heading span ,.ah-description p {
        font-size: 30px;
    }
    .inquiry-heading{
        font-size: 45px;
    }
    .section-heading h3 {
        font-size: 47px;
    }
    .section-para, .breadcrumbs a, .breadcrumbs{
        font-size: 16px;
    }
    .ah-s2-img-2 {
        top: 60%;
        right: 55%;
        height: 300px;
        width: 300px;
    }
    .products-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
    .prod-item{
        padding: 20px;
    }
    .prod-tab{
        width: 184px;
    }
    .prod-cat::after{
        right: -14px;
    }
    .ah-box-content {
        padding-right: 40px;
    }
    .nav-link {
        padding: 8px;
    }    
    .prod-tab{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1500px) {
    .mini-wrap {
        width: 75%;
    }
    .s1-banner-content{
        padding-right: 50px;
    }
    .about-history .main-wrap{
        width: 95%;
    }
    .main-wrap {
        width: 90%;
    }
    .medium-wrap {
        width: 87%;
    }
    .ah-s2-img-2 {
        top: 55%;
        right: 50%;
    }
    .prod-inner-img {
        height: 435px;
        width: 435px;
    }
    .contact-form-section .form-group input {
        height: 70px;
    }
    .nav-top {
        height: 90px;
    }
    .cl-text span,.nav-link {
        font-size: 16px;
    }
    .cl-text {
        font-size: 15px;
    }
    .cl-icon svg{
        width: 90%;
    }
    .navbar-brand img{
        max-width: 65%;
    }
    .section-1, #carouselExampleDark{
        height: calc(100vh - 150px);
    }
    .footer-navbar-brand img {
        max-width: 250px;
    }
    .wave-img{
        height: 280px;
    }
    .prod-tab {
        width: 166px;
        height: 50px;
    }
    .nav-link {
        padding: 8px;
    }    
    .prod-tab{
        font-size: 13px;
    }
}
@media only screen and (max-width: 1400px) {
    .s2-img-2 {
        left: 35%;
    }
    .section-heading, .page-title h1, .section-heading h3  {
        font-size: 45px;
    }
    .banner-prod-cat {
        font-size: 60px;
    }
    .section-para--white, .section-btn,.prod-cat-text,.section-para, .breadcrumbs a, .breadcrumbs {
        font-size: 15px;
    }
    .btn-wrapper {
        width: 230px!important;
    }
    .carousel-control-prev {
        left: 30%;
    }
    .section-sub-heading{
        font-size: 22px;
    }
    .prod-cat-icon {
        width: 50px;
        height: 50px;
    }
    .prod-cat {
        height: 65px;
    }
    .products-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .prod-item {
        padding: 15px;
    }
    .prod-inner-img {
        height: 405px;
        width: 405px;
    }
    .page-header-banner {
        height: 250px;
    } 

}
@media only screen and (max-width: 1300px){
    .prod-tab {
        width: 155px;
    }
    .ah-s2-icon svg{
        width: 90%;
    }
    .wave-img {
        height: 250px;
    }
    .footer-navbar-brand img {
        max-width: 230px;
    }
    .section-1 .main-wrap {
        padding-left: 7%;
    }
    .banner-prod-col {
        right: 4%;
    }

}

@media only screen and (max-width: 1100px){
    .s1-banner-content {
        padding-right: 10px;
    }
    .section-heading, .page-title h1, .section-heading h3 {
        font-size: 40px;
        line-height: 45px;
    }
    .section-para--white, .section-btn, .prod-cat-text, .section-para, .breadcrumbs a, .breadcrumbs {
        font-size: 15px;
    }
    .btn-wrapper {
        width: 200px!important;
        height: 50px;
    }
    .carousel-control-prev {
        left: 28%;
    }
    .s2-img-2 {
        height: 270px;
        width: 220px;
        position: absolute;
        top: 50%;
        left: 34%;
    }
    .s2-img-1 {
        height: 400px;
        width: 320px;
    }
    .s2-img-cirlce svg{
        width: 80%;
    }
    .s2-img-cirlce {
        left: -58px;
    }
    .section-1, #carouselExampleDark {
        height: 620px;
    }
    .banner-prod-cat {
        font-size: 50px;
    }
    .s3-content .section-heading {
        font-size: 30px;
    }
    .s3-content{
        padding: 20px;
    }
    .section-3 {
        padding: 100px 0 150px;
    }
    .wave-img {
        height: 200px;
    }
    .inquiry-heading {
        font-size: 40px;
    }
    .inquiry-heading span, .ah-description p {
        font-size: 24px;
    }
    .footer-navbar-brand img {
        max-width: 200px;
    }
    #footer .nav-link, #footer a, .company-address ,.cl-text span, .nav-link{
        font-size: 14px;
    }
    .page-header-banner {
        height: 230px;
    }
    .about-history .main-wrap {
        width: 100%;
    }
    .ah-description p {
        line-height: 38px;
    }
    .mini-wrap,.award-icon img {
        width: 80%;
    }
    .ah-s2-img-1 {
        height: 420px;
        width: 400px;
    }
    .ah-s2-img-2 {
        height: 200px;
        width: 200px;
        top: 60%;
        right: 60%;
    }
    .ah-section-2 {
        padding: 100px 0 200px 0;
    }
    .main-wrap {
        width: 95%;
    }
    .prod-cat-icon {
        width: 40px;
        height: 40px;
    }
    .prod-cat-text {
        padding-left: 10px;
    }
    .products-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }    
    .prod-item {
        padding: 10px;
    }
    .prod-tab {
        width: auto;
        height: 45px;
        margin-bottom: 10px!important;
    }
    .prod-inner-img {
        height: 330px;
        width: 330px;
        padding: 25px;
    }
    .prod-inner-content h1{
        font-size: 25px;
    }
    .map-section {
        padding: 60px 0 0 0;
    }
    .section ,.about-history{
        padding: 60px 0;
    }
    .ah-section-3 {
        padding-bottom: 60px;
    }
    footer {
        padding: 60px 0 20px 0;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .sl-item-link svg{
        width: 90%;
    }
}
@media only screen and (max-width: 1025px){
    .hide-dekstop, .hide-mobile, .header .contact-list{
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: unset;
        top: 628px;
    }
    .mobile-offcanvas .nav-link {
        font-size: 16px;
        padding: 20px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0;
    }
    .mobile-offcanvas .navbar-expand-lg .navbar-nav{
        flex-direction: column;
    }
    .navbar-brand img {
        max-width: 80px;
    }
    .nav-top {
        height: 70px;
    }
    .mobile-dev{
        display: block;
    }
    .hamburger{
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 100000;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        align-items: center;
        justify-content: center;
        border: 0;
        outline: 0;
        background-color: transparent;
        height: 40px;
    }
    .navbar-toggler:focus{
        border: 0;
        outline: 0;
        box-shadow: none !important;
    }
    .navbar-toggler.is-active .line{
        background-color: var(--white-color);
        transition: all 0.5s;
    }
    .navbar-toggler:focus:not(:focus-visible){
        border: none !important;
        outline: 0 !important;
    }
    .navbar-toggler:hover{
        border: none !important;
        outline: 0 !important;
    }
    .hamburger .line{
        background-color: var(--gray-color);
        transition: all 0.5s;
        width: 40px;
    }
    .hamburger .line {
        height: 2px !important;
        margin: 4px 0px 4px auto !important;
        border-radius: 5px;
        color: #000;
        border: 1px solid;
        background-color: #000;
    }
    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg) !important;
        -ms-transform: translateY(8px) rotate(45deg) !important;
        -o-transform: translateY(8px) rotate(45deg) !important;
        transform: translateY(8px) rotate(45deg) !important;
        width: 40px !important;
    }
    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }
    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-12px) rotate(-45deg) !important;
        -ms-transform: translateY(-12px) rotate(-45deg) !important;
        -o-transform: translateY(-12px) rotate(-45deg) !important;
        transform: translateY(-12px) rotate(-45deg) !important;
        width: 40px !important;
    }
    .mobile-offcanvas {
        background: var(--dark-green);
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh!important;
        z-index: 1200;
        width: 100%;
        overflow-y: scroll;
        padding: 70px 0 0 0;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .navbar_main_wrap {
        height: 400px;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        z-index: 999999;
        background-color: #fff;
    }
    .section-1 ,.page-header-banner{
        margin-top: 70px;
    }
    .header {
        background-color: var(--white-color);
        box-shadow: 0px 2px 6px #0000005c;
    }
    .navbar-nav li {
        border-right: 0;
    }  
    .menu-main-menu-container {
        width: 100%;
        text-align: center;
    }  
    .navbar{
        justify-content: center;
    }
    .navbar .social-links {
        margin: 30px auto;
    }
    .prod-inner-sec{
        margin-top: 70px;
    }

}
@media only screen and (max-width: 991px){
    .section-5 .btn-wrapper {
        margin-top: -50px;
    }
    .s3-content .section-para,.ah-box-content-year, .prod-cat::after{
        display: none;
    }
    .mini-wrap, .main-wrap , .medium-wrap, .about-history .main-wrap {
        width: 100%;
    }
    .s4-item {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: unset;
        flex-direction: column;
        padding: 15px!important;
    }
    .s4-item-icon svg, .s4-item-icon  {
        width: 60px;
        height: 60px;
        margin-bottom: 5px;
    }
    .section-sub-heading {
        font-size: 18px;
    }
    .section-1 .main-wrap,.s4-content {
        padding-left: 0;
    }
    .carousel-item .row{
        flex-direction: column-reverse;
    }
    .s1-banner-content {
        padding: 40px 15px 20px 15px;
        text-align: center;
        height: 370px!important;
    }
    .section-heading, .page-title h1, .section-heading h3 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .section-1, #carouselExampleDark {
        height: auto;
    }
    .banner-r-col {
        height: 350px;
    }
    .carousel-control-prev {
        left: 1%;
    }
    .carousel-control-next {
        right: 1%;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: unset;
        top: 218px;
    }
    .banner-prod-col {
        top: 50%;
        transform: translate(-50%,-50%);
        right: unset;
        left: 50%;
    }   
    .banner-prod-cat {
        writing-mode: unset;
        text-orientation: unset;
        white-space: nowrap;
        transform:unset;
    }
    .btn-wrapper {
        margin: 30px auto;
    }
    .carousel-indicators {
        right: unset;
        transform: translateX(-50%);
        left: 50%;
        bottom: unset;
        top: 350px;
    }
    .section-2 {
        padding: 60px 0 20px 0;
    }
    .s2-img-1 {
        height: 300px;
        width: 260px;
        margin: 0 auto;
    }
    .s2-img-2 {
        height: 160px;
        width: 150px;
        top: 60%;
        left: 54%;
    }
    .s2-col-right{
        text-align: center;
        padding: 60px 70px 0 70px;
    }
    .section-heading {
        text-align: center;
    }
    .section-heading br{
        display: none;
    }
    .section-3 .parent{
        padding: 0 15px!important;
    }
    .parent {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .s3-content {
        padding: 15px;
    }
    .s3-grid-item {
        height: 220px;
        width: calc(100%/2 - 8px);
    }
    .s3-grid-item:nth-child(2n){
        margin-right:0;
    }
    .s3-content .section-heading {
        font-size: 20px;
        line-height: 1.2;
    }
    .section-3 {
        padding: 50px 0 100px;
    }
    .inquiry-heading {
        font-size: 32px;
        text-align: center;
    }
    .section-5 .btn-wrapper{
        float: unset;
        margin-bottom: 0;
    }
    .s4-grid-wrap {
        padding-top: 0;
    }
    .s4-content .section-sub-heading{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .section-4{
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .footer-bottom-text, .footer-bottom-text a {
        font-size: 10px!important;
        line-height: 1.2;
    }
    .ft-row{
        justify-content: center!important;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .foot-col {
        padding: 15px 0;
    }
    footer {
        padding: 40px 0 10px 0;
    }
    .wave-mobile{
        display: block;
    }
    .wave-dekstop{
        display: none;
    }
    .wave-img {
        height: 100px;
    }
    .section-5{
        height: 200px;
    }
    .fs-wrap {
        padding: 20px 10px;
    }
    .about-history {
        padding: 60px 0 0;
    }
    .page-header-banner {
        height: 160px;
    }
    .page-header-banner::after{
        width: 200px;
    }
    .ah-box-content{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .ah-box button {
        width: 30px;
        height: 30px;
        top: 73%;
    }
    .ah-description p {
        line-height: 28px;
        font-size: 18px;
    }
    .ah-box-year-wrap {
        padding: 10px 0;
    }
    .ah-s2-img-1 {
        height: 380px;
        width: 320px;
        margin: 0 auto;
    }
    .ah-section-2 {
        padding: 40px 0 120px 0;
    }
    .award-icon{
        height: 100px;
    }
    .ah-section-3{
        padding-top: 50px;
    }

    .prod-cat{
        margin-right: 0!important;
        height: 60px;
    }
    .prod-item {
        width: calc(100%/2);
    }
    .prod-tabs .nav-item:first-child .prod-tab{
        margin-left: 0;
    }
    .prod-tab {
        font-size: 12px;
    }
    .prod-inner-sec{
        padding: 40px 0;
    }
    .prod-inner-img {
        height: 300px;
        width: 300px;
        margin: auto;
    }    
    .prod-inner-content{
        padding-left: 15px;
        padding-top: 15px;
    }
    .prod-inner-content .btn-wrapper{
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .map-section {
        padding: 40px 0 0 0;
    }
    .mobile-contact-1 .section-heading{
        text-align: left;
    }
    form .container-fluid{
        padding: 0;
    }
    .form-section{
        padding: 15px 0 0;
    }
    .s4-content .section-para{
        padding-top: 5px;
    }
    .ah-s2-img-2 {
        height: 170px;
        width: 170px;
        top: 60%;
        right: 53%;
    }
}
@media only screen and (min-width:600px) and (max-width: 991px) {
    .awards-slider .slick-list {
        height: 180px;
        padding-top: 20px;
    }
    .tab-content-wrap{
        padding-left: 15px;
    }
    .mobile-offcanvas .nav-link{
        font-size: 16px;
        padding: 20px 0;
    }
}
@media only screen and (max-width: 600px){
    .prod-img{
        height: auto;
    }
    .prod-tabs .nav-item:nth-child(4) .prod-tab {
        margin-left: 0;
    }
    .prod-cats-wrap .nav-item{
        width: calc(100%/2 - 3px)!important;
    }
    .prod-cats-wrap .nav-item:nth-child(odd){
        margin-right: 5px;
    }
    .prod-tabs {
        justify-content: start;
    }
    .mobile-offcanvas .nav-link{
        padding: 15px 0;
    }
    .prod-cats-section{
        flex-direction: column;
    }
    .inquiry-heading span, .ah-s2-img-2{
        display: none;
    }
    .s3-grid-item {
        height: 150px;
    }
    .banner-r-col{
        height: 230px;
    }
    .carousel-indicators {
        top: 230px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 162px;
    }
    .banner-prod-cat {
        font-size: 30px;
    }
    .s4-item{
        width: 100%;
        padding: 15px 0!important;
    }
    .section-5{
        height: 180px;
    }
    .ah-s2-row{
        flex-direction: column;
    }
    .ah-s2-r-content {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .ah-s2-row:first-child .ah-s2-icon {
        padding-bottom: 0;
    }
    .ah-s2-icon {
        width: 30%;
    }
    .ah-s2-row:first-child .ah-s2-r-content {
        padding-bottom: 30px;
    }
    .ah-s2-row:nth-child(2n) {
        padding-top: 20px;
    }
    .ah-s2-icon svg ,.prod-cats-wrap, .tab-content-wrap{
        width: 100%;
    }
    .ah-s2-col-left {
        padding-bottom: 30px;
    }
    .s2-col-right{
        padding: 60px 15px 0 15px;
    }
    .section-para, .breadcrumbs a, .breadcrumbs{
        line-height: 24px;
    }
    .prod-cat-text {
        padding-left: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .prod-tab {
        width: 105px;
        font-size: 12px;
        line-height: 20px;
        margin-left: 5px;
    }
}

@media only screen and (min-width:600px) and (max-width: 700px) {
    .two-col{
        width: 100%;
    }
    .mobile-offcanvas{
        padding: 160px 0 0 0;
    }
}
@media only screen and (min-width:600px) and (max-width: 740px) {
    .two-col {
        width: 100%;
    }
    .mobile-offcanvas{
        padding: 160px 0 0 0;
    }
    .ah-s2-col-right{
        padding-top: 40px;
    }
}