body{color: #515151; font-size: 16px; font-family: 'DM Sans', sans-serif; margin: 0; padding: 0; outline: 0;}

a {outline: 0 !important; text-decoration: none; color: #CD1818;}
  
a:hover {text-decoration: none; color: #ed3237;}

img {max-width: 100%; height: auto;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {color: #e49d36; font-family: 'Nunito Sans', sans-serif;}

/* Header*/
.header-call-bg{width: 100%; display: inline-block; background: #153705; padding: 8px 0;}
.sub-call-text{width: 100%; display: flex; flex-wrap: wrap; align-items: end; justify-content: end;}
.sub-call-text a{color: #d9ebd2; font-weight: 600; margin: 0 15px 0 0;}
.sub-call-text a i{margin: 0 5px 0 0;}
.sub-call-text a:hover{color: #ecf5e9;}

header{width: 100%; padding: 0; position: relative; top: 0; z-index: 9; box-shadow: 0px 7px 18px #1810100d;}
.dropdown-item{padding: 15px;}
header .navbar-light .navbar-nav .nav-link{color: #153705; font-size: 18px; font-weight: 500; text-transform: uppercase; padding: 12px 15px;}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color: #409a1e;}
header .navbar{padding: 0;}
header .navbar-nav li:hover > ul.dropdown-menu {display: block;}
header .dropdown-submenu {position:relative;}
header .dropdown-submenu>.dropdown-menu {top:0; left:100%; margin-top:-6px;}
header .dropdown-menu > li > a{font-size: 16px;}
header .dropdown-menu > li > a:hover:after {text-decoration: underline; transform: rotate(-90deg);} 
header .dropdown-menu{margin: 0;}
header .dropdown-item{padding: 6px 15px; border-bottom: 1px solid #f2f2f2;}
header .dropdown-item:last-child { border-bottom:0px; }
/* Header End*/

/* Header Slider */
.header-slider{position: relative; top: 0;}
.header-slider .carousel-caption{max-width: 650px; display: block; bottom: 38%; text-align: left; padding: 30px; left: 10%;}
/*.header-slider .carousel-caption{max-width: 650px; display: block; bottom: 38%; text-align: left; padding: 30px; background: rgba(255, 255, 255, 0.8); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
        border-radius: 6px; left: 10%;}*/
.header-slider .carousel-caption h1{width: 100%; color: #ffffff; font-size: 42px; font-weight: 800; display: inline-block; text-transform: uppercase; padding: 0 0 15px 0; margin: 0;}
.header-slider .carousel-caption p{color: #ffffff; font-size: 18px; font-weight: 400; line-height: 32px;}

.header-slider{width: 100%; display: inline-block;}
.header-slider video{width: 100%; display: inline-block;}
.header-slider .carousel-indicators .active{background-color: #66ad4f;}
/* Header Slider End */

/* Welcome About */
.sub-welcome-pt-pb{width: 100%; display: inline-block; position: relative; padding: 85px 0 0 0; margin: -7px 0 0 0;}
.about-one__content {
    position: relative;
    display: block;
    margin-left: 25px;
}
.about-one__content .sec-title {
    margin-bottom: 0;
}
.sec-title__tagline {
    position: relative;
    display: inline-block;
    color: #419921;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec-title__title {
    color: #163605;
    font-size: 36px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-one .sec-title__title {
    font-size: 48px;
}
.about-two__content-text1 p{
        font-size: 18px;
        line-height: 36px;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #143402;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 45px 10px;
    margin: 15px 0 0 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 0.025em;
    overflow: hidden;
    z-index: 1;
}
.your-project-one__single-btn .thm-btn::after {
    background: #419b17;
}
.thm-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #153802;
    content: "";
    -webkit-transform: scaleY(0) rotateX(0deg);
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.your-project-one__single-btn .thm-btn {
    background: #153802;
    color: #ffffff;
}
.thm-btn:hover:after {
    -webkit-transform: scaleY(1) rotateX(0deg);
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}
.sub-img-about img{
        display: inline-block;
        border-radius: 10px;
}

.anim.style-2 {
        position: absolute;
        right: 14px;
        bottom: 8%;
}
.anim.style-2 > * {
        display: inline-flex;
        align-items: center;
        padding: 25px;
        border-radius: 75px 0 0 75px;
        background-color: #409923;
        -webkit-border-radius: 75px 0 0 75px;
        -moz-border-radius: 75px 0 0 75px;
}
.anim .video-play-icon {
        position: relative;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        opacity: .9;
        margin: 0 auto;
          margin-right: auto;
        color: #fff;
        font-size: 16px;
}
.anim .video-play-icon::before {
        content: ' ';
        display: block;
        position: absolute;
        border-radius: 100%;
        background-color: #ffffff;
        z-index: -1;
        opacity: .6;
        width: 110px;
        height: 110px;
}
.anim .video-play-icon {
        color: #fff;
        font-size: 16px;
}
.anim .video-play-icon::after {
        content: ' ';
        display: block;
        position: absolute;
        border-radius: 100%;
        background-color: #ffffff;
        z-index: -1;
        animation: video-toggle-animate 1.2s ease-in infinite forwards;
}
.anim.style-2 .video-play-icon::after {
        background-color: #fff;
}
.anim.style-2 .video-play-icon span {
        color: #6abe52;
}
.video-play-icon > span {
        font-size: 20px;
        color: #fff;
}
.anim.style-2 h4{
        color: #ffffff;
        position: relative;
        left: 18px;
}

.sub-title-shap{
        width: 100%;
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 40px;
        z-index: -1;
        opacity: 0.2;
}
.about-video-bg{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
/* Welcome About End */

/* Products */
.sub-products-pt-pb{width: 100%; display: inline-block; background: url(../images/products-services-bg.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; padding: 85px 0 45px 0;}

.sub-prd-title{width: 100%; display: inline-block; padding: 0 0 60px 0; text-align: center;}
.sub-prd-title span{width: 100%; color: #153802; font-size: 18px; position: relative; padding: 0;}
.sub-prd-title h2{width: 100%; color: #153802; font-size: 46px; font-weight: 700; text-transform: uppercase; padding: 5px 0 0 0;}
.sub-prd-title p{color: #373435; font-size: 18px; line-height: 32px;}

.sub-products-pt-pb .sub-prd-title span{color: #ecf5e9;}
.sub-products-pt-pb .sub-prd-title h2{color: #ecf5e9;}

.service-item-wrapper {padding: calc(40px/2); text-align: left; margin: 0 0 0 0;}
.service-slider-item-link {position: relative; display: block;}
.service-item-number {position: absolute; top: -75px; left: 0; right: 0; padding: 0 30px; font-size: 100px; letter-spacing: -.03em; font-weight: 700; margin-top: 0; -webkit-transition: color .3s; transition: color .3s; color: #ffffff;
}
.service-item-content {position: absolute;  bottom: 0; left: 0; width: 100%; padding: 15px 15px 10px 15px; background: rgba(255, 255, 255, 0.9); -webkit-transition: background-color .3s,bottom .3s; transition: background-color .3s,bottom .3s;
}
.service-post-title {color: #0b0b0b; font-size: 18px; font-weight: 500; padding: 0; position: relative; text-align: center; text-transform: uppercase;}    

.service-item:hover .service-item-content{color: #ffffff; background-color: #409923;}
.service-item:hover .service-item-content .service-post-title{color: #ffffff;}
.sub-prd-title span::before{position: absolute; content: ''; width: 40px; height: 3px; bottom: 8px; right: -55px; background-color: #409923;}
.sub-prd-title span::after{position: absolute; content: ''; width: 40px; height: 3px; bottom: 8px; left: -55px; background-color: #409923;}

.sub-product-main{width: 100%; display: inline-block; background-color: #ecf5e9; border-radius: 10px; padding: 30px 30px 0 30px;}
.sub-product-main h2{color: #163605; font-size: 20px; font-weight: 800; min-height: 52px; text-transform: uppercase; text-align: center;}
.sub-img-product{display: inline-block; margin: 0;}
.sub-products-pt-pb .your-project-one__single-btn{display: flex; align-items: center; justify-content: center; padding: 30px 0 0 0;}
/* Products End */

/* AT GREENERA YOU WILL GET */
.sub-greener-pt-pb{width: 100%; display: inline-block; padding: 85px 0;}

.sub-greenera-icon-bg{width: 100%; display: inline-block; text-align: center; background: #ecf5e9; border-radius: 10px; padding: 30px 15px; margin: 0 0 30px 0;}
.sub-greenera-icon-bg:hover{box-shadow: 0 1rem 3rem rgba(0,0,0,.175);}
.sub-greenera-icon-bg h6{color: #163605; min-height: 58px; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 15px 0 0 0; margin: 0;}
/* AT GREENERA YOU WILL GET End */

/* count number */
.sub-count-num-pt-pb{width: 100%; display: inline-block; padding: 85px 0;}
/* count number End */

/* WE THINK GREEN WE ARE COMMITTED TO ENVIRONMENT */
.sub-environment-pt-pb{width: 100%; display: inline-block; background: url(../images/environment-bg.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; padding: 210px 0;}

.sub-environment-pt-pb .sub-prd-title{text-align: left;}
.sub-environment-pt-pb .sub-prd-title span{color: #ecf5e9; margin: 0 0 0 55px;}
.sub-environment-pt-pb .sub-prd-title h2{color: #ecf5e9; padding: 30px 0 0 0;}
.sub-environment-pt-pb .sub-prd-title p{color: #ecf5e9; padding: 30px 0 0 0;}
/* WE THINK GREEN WE ARE COMMITTED TO ENVIRONMENT End */

/* OUR PARTNERS */
.sub-client-box{width: 100%; display: flex; align-items: center; justify-content: center; padding: 15px; border-radius: 10px; margin: 0 0 30px 0;}
/* OUR PARTNERS End */

/* footer */
footer{width: 100%; display: inline-block; background: #153802; padding: 55px 0;}
.footer-logo p{color: #ffffff; line-height: 36px; padding: 30px 0 0 0;}
.footer-addres-pb{width: 100%; display: inline-block; padding: 30px 0 0 0;}
.footer-addres h5{color: #b3d6a7; font-size: 24px; font-weight: 700; text-transform: uppercase; padding: 0 0 15px 0; margin: 0;}
.footer-addres p{color: #ffffff; line-height: 30px; padding: 0; margin: 0;}
.footer-addres a{color: #ffffff; line-height: 30px; padding: 0;}
.footer-addres a:hover{color: #409923;}

.footer-menu h5{color: #b3d6a7; font-size: 24px; font-weight: 700; text-transform: uppercase; padding: 0 0 15px 0; margin: 0;}
.footer-menu ul{display: block; padding: 0; margin: 0;}
.footer-menu ul li{list-style: none; padding: 0; margin: 0;}
.footer-menu ul li a{color: #ffffff; line-height: 32px; padding: 0 0 15px 0;}
.footer-menu ul li a:hover{color: #409923;}

.footer-copy{width: 100%; display: inline-block; background: #ecf5e9; padding: 20px 0;}
.footer-copy-text{width: 100%; display: inline-block; text-align: center;}
.footer-copy-text p{color: #153802; font-size: 16px; font-weight: 500; margin: 0; padding: 0;}
/* footer End */

/* INDUSTRIES WE SERVE */
.sub-indust-pt-pb{width: 100%; display: inline-block; background: #373435; padding: 85px 0;}

.sub-services-pt-pb{width: 100%; display: inline-block; background: #153802; padding: 85px 0;}
.sub-services-pt-pb .elementor-counter-title{color: #409923;}
.sub-services-pt-pb .sub-prd-title span{color: #ecf5e9;}
.sub-services-pt-pb .sub-prd-title h2{color: #ecf5e9;}
.sub-services-pt-pb .sub-prd-title p{color: #ecf5e9;}
.owl-carousel .owl-nav button.owl-next{margin: 0 -15px 0 0;}
.owl-carousel .owl-nav button.owl-prev{margin: 0 0 0 -15px;}
/* INDUSTRIES WE SERVE End */

/* Call to Action */
.sub-whatapp-icon {
        position: relative;
}
.sub-whatapp-icon a {
        position: fixed;
        bottom: 30px;
        z-index: 999999;
        right: 30px;
}
.sticky-icon {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0%;
        width: 220px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
.sticky-icon a {
        transform: translate(-160px, 0px);
        border-radius: 0 0px 0px 0;
        text-align: right;
        margin: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px;
        font-size: 18px;
        transition: all 0.8s;
        position: relative;
}
.sticky-icon a::before {
        width: 26px;
        height: 60px;
        content: "";
        background: url(../images/right-tr.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        right: -19px;
}
.sticky-icon a:hover {
        color: #fff;
        transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
        transform: rotate(360deg);
}
/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
        background-color: #2c80d3;
        color: #fff;
}
.Youtube {
        background-color: #fa0910;
        color: #fff;
}
.Twitter {
        background-color: #53c5ff;
        color: #fff;
}
.Instagram {
        background-color: #fd1d1d;
        color: #fff;
}
.Google {
        background-color: #d34836;
        color: #fff;
}
.sticky-icon a i {
        background-color: #fff;
        height: 40px;
        width: 40px;
        color: #000;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin: 0 -4px 0 10px;
        transition: all 0.5s;
}
.sticky-icon a i.fa-facebook-f {
        background-color: #fff;
        color: #2c80d3;
}
.sticky-icon a i.fa-google-plus-g {
        background-color: #fff;
        color: #d34836;
}
.sticky-icon a i.fa-instagram {
        background-color: #fff;
        color: #fd1d1d;
}
.sticky-icon a i.fa-youtube {
        background-color: #fff;
        color: #fa0910;
}
.sticky-icon a i.fa-twitter {
        background-color: #fff;
        color: #53c5ff;
}
.fas fa-shopping-cart {
        background-color: #fff;
}
#myBtn {
        height: 50px;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        text-align: center;
        padding: 10px;
        text-align: center;
        line-height: 40px;
        border: none;
        outline: none;
        background-color: #1e88e5;
        color: white;
        cursor: pointer;
        border-radius: 50%;
}
.fa-arrow-circle-up {
        font-size: 30px;
}
#myBtn:hover {
        background-color: #e49d36       ;
}
.all-icon-color {
        background-color: #153802;
}
.sub-modal-popup .form-group .form-control {
        height: 45px;
        font-size: 16px;
        border: 1px solid #153802;
        margin: 0 0 15px 0;
}
.sub-modal-popup .form-group textarea {
        height: auto !important;
        padding: 15px;
}
.sub-modal-popup .modal-body {
        padding: 30px 30px 15px 30px;
}
.sub-modal-popup .modal-footer .btn-primary {
        font-size: 18px;
        background: #153802;
        border: 1px solid #153802;
        border-radius: 6px;
        padding: 8px 35px;
}
.sub-modal-popup .modal-footer .btn-primary:hover {
        background: #409923;
        border: 1px solid #409923;
}
.footer-form {
        padding: 0 0 30px 0;
}
.footer-form .form-group .form-control {
        font-size: 16px;
        height: 45px;
        border: 1px solid #409923;
        margin: 0 0 15px 0;
}
.footer-form .form-group textarea {
        height: auto !important;
        padding: 20px 25px;
}
/* Call to Action End */

.modal-dialog {
        max-width: 850px;
}
input.edu-btn {
        width: auto;
        text-align: center;
        border-radius: 5px;
        display: inline-block;
        height: auto;
        color: #ffffff;
        background: #153802;
        padding: 0 30px;
        font-size: 15px;
        font-weight: 500;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-family: var(--font-secondary);
        border: 0 none;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding: 14px 35px;
        cursor: pointer;
}
input.edu-btn:hover {
        color: #ffffff;
        background: #409923;
}
.modal-footer{padding: 15px 0;}
.modal-header{background: #153802;}
.modal-header .close{color: #ffffff; background: #409923; padding: 23px 22px;}
.modal-title {
        width: 100%;
        color: #ffffff;
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
}
.modal-footer .form-group {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-items: flex-start;
}

/* INDUSTRIES WE SERVE */
.owl-nav button {
        position: absolute;
        top: 60%;
        background-color: #000;
        color: #fff;
        margin: 0;
        transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
        left: 0;
}
.owl-nav button.owl-next {
        right: 0;
}
.owl-dots {
        text-align: center;
        padding-top: 15px;
}
.owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
        display: none;
}
.owl-dots button.owl-dot.active {
        background-color: #0b0b0b;
}
.owl-dots button.owl-dot:focus {
        outline: none;
}
.owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: transparent !important;
}
.owl-nav button span {
        color: #ffffff;
        font-size: 52px;    
        position: relative;
        top: -5px;
}
.owl-nav button:focus {
        outline: none;
}

.sub-count-number{
        width: 100%;
        display: inline-block;
        padding: 0 0 0 0;
}
.elementor-counter-number-wrapper {
        font-family: "Manrope Alt",Sans-serif;
        font-size: 280px;
        font-weight: 700;
}
.elementor-counter .elementor-counter-number-prefix {
        text-align: center;
}
.elementor-counter .elementor-counter-number-wrapper {
        font-size: 80px;
        line-height: 1em;
        font-weight: 700;
        white-space: nowrap;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: -.03em;
}
.elementor-counter-title {
        color: #153802;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 0 0 0;
}
.elementor-counter .elementor-counter-number-wrapper {
        text-align: center;
        -webkit-text-stroke: 2px #409923;
}
/* INDUSTRIES WE SERVE End */

/* Modal Popup Form */
.sub-modal-popup .modal-content{
        width: 100%;
        display: inline-block;
        text-align: center;
}
.sub-modal-popup .modal-content a{
        color: #0b0b0b;
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        padding: 15px 0 0 0;
}
/* Modal Popup Form End */

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left{
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0 20px 100px 0;
        z-index: 999999;
}
.footer-whatsapp-left a{
        display: flex;
        align-items: center;
        justify-content: center;
}

.footer-call-right{
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0 20px 180px 0;  
        z-index: 999999;
}
.footer-call-right a{
        display: flex;
        align-items: center;
        justify-content: center;
}

.vibrate-3 {
        -webkit-animation: vibrate-3 1s linear infinite both;
        animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
        0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }

        10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
        }

        50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }
}

@keyframes vibrate-3 {
        0% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }

        10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
        }

        50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
        }

        80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
        }

        90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
        }

        100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        }
}
/* Footer Whatsapp & Call icon Left Right End */

/* Scroll to Top */
#return-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #153802;
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 9;
}
#return-to-top i {
        color: #ffffff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
#return-to-top:hover {
        background: #b3d6a7;
}
#return-to-top:hover i {
        color: #153802;
}
/* Scroll to Top End */
      
/* Header Title */
.page_header {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
}
.page_header .page_header_content {
        width: 100%;
  position: relative;
  background-image: url("../images/about-us-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 150px 0px;
  text-align: center;
}
.page_header .page_header_content::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.page_header .breadcrumb {
  padding: 10px 0px 0px 0px;
  margin-bottom: 0;
  list-style: none;
  display: block;
  background: transparent;
}
.page_header .breadcrumb li::before {
  content: '';
  width: 2px;
  height: 14px;
  display: inline-block;
  background: #409923;
  margin-right: 7px;
}
.page_header .breadcrumb li:first-child:before {
  display: none;
}
.page_header .breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.page_header .breadcrumb li:not(:last-child) {
  margin-right: 6px;
}
.page_header .breadcrumb li a {
  color: #ffffff;
}
.page_header .breadcrumb li.active {
  color: #409923;
}
.page_header .page_header_content .heading {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  color: #409923;
  text-transform: uppercase;
}
/* Header Title End */

/* About Us */
.sub-inner-pt-pb{width: 100%; display: inline-block; padding: 85px 0;}
.sub-mission-mt-mb{margin: 60px 0 0 0;}
.sub-mission-content ul li{font-size: 18px; line-height: 32px; padding: 0 0 15px 0;}
.sub-mission-content img{border-radius: 10px;}

.action-block {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-block::before {
    content: "";
    display: block;
    padding-top: 30.49422%;
}
.action-block__inner {
    color: #fff;
    padding: 80px 15px;
    width: 100%;
    max-width: 500px;
}
.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    z-index: -1;
}
.action-block .img--bg {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.action-block__title {
    color: #fff;
}
.action-block__title span:first-of-type {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}
.action-block__title span:nth-of-type(2) {
    font-size: 60px;
    line-height: 60px;
}
.action-block:hover .img--bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/* About Us End */

/* Product */
.product-content{
        width: 100%;
        display: inline-block;
}
.product-content ul{
        padding: 0 0 0 20px;
}
.product-content ul li {
        width: 100%;
        font-size: 18px;
        line-height: 32px;
        list-style: disc;
        padding: 0 0 15px 0;
}
.product-content p{
        font-size: 18px;
        line-height: 36px;
}
/* Product End */

/* Contact Us */
.sub-office-address{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 30px 0; 
}
.sub-office-address .sub-office-icon{
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #153705;
        border-radius: 8px;
}
.sub-office-address .sub-office-icon i{
        color: #b3d6a7;
        font-size: 22px;
}
.sub-office-content p{
        color: #373435;
        font-size: 18px;
        padding: 0 0 0 15px;
}
.sub-office-content a{
        color: #373435;
        font-size: 18px;
        padding: 0 0 0 15px;
}
.sub-office-content a:hover{
        color: #409923;
}
.sub-map{
        width: 100%;
        display: inline-block;
        margin: 40px 0 0 0;
}
.sub-map iframe{
        width: 100%;
        height: 450px;
        display: inline-block;
}
.sub-btn-contact .rts-btn{
        color: #b3d6a7;
        font-size: 18px;
        font-weight: 700;
        background: #153705;
        border: 1px solid #153705;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 4px;
        display: inline-block;
        cursor: pointer;
        padding: 8px 35px;
        margin: 15px 0 0 0;
}
.sub-form-main .form-group label{
        font-size: 18px;
        font-weight: 500;
}
.sub-btn-contact .rts-btn:hover{
        color: #ffffff;
        background: #409923;
        border: 1px solid #409923;
}
/* Contact Us End */

/* Industry We Serve */
.industry{border:solid 1px #fff;position:relative;overflow:hidden;display:block;background:#FFF; margin: 0 0 30px 0;}
.industry-icon{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:5;}
.industry img{mix-blend-mode:luminosity;}
.industry:before{content:"";position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;background:rgba(0, 0, 0, 0.5);}
.industry h6{margin-bottom:0;position:absolute;left:0;bottom:-30%;background:#409923;font-size:18px;color:#fff;font-weight:500;text-align:center;padding:12px;right:0;z-index:2;}
.industry:hover h6{bottom:0;}
.industry:hover img{mix-blend-mode:normal;}
.industry:hover:before{background:rgba(0, 0, 0, 0.25);}
.industry:hover .industry-icon{opacity:0;transform:translate(-50%, -50%) scale(0.5);}
.industry h6,.industry-icon,.industry img{-webkit-transition:all 250ms linear;-moz-transition:all 250ms linear;-o-transition:all 250ms linear;-ms-transition:all 250ms linear;transition:all 250ms linear;}
.sub-industry-btn .thm-btn{background: #409923;}
.sub-industry-btn .thm-btn::after {background: #153802;}
/* Industry We Serve End */

/* Products */
.projects-current-theme2 {
  position: relative;
  margin: 0 0 30px 0;
}
.projects-current-theme2 .inner-box {
  position: relative;
}
.projects-current-theme2 .inner-box:hover .image-box .image:after {
  height: 100%;
}
.projects-current-theme2 .inner-box:hover .image-box .icon {
  right: 40px;
  top: 40px;
  opacity: 1;
  transition-delay: 300ms;
}
.projects-current-theme2 .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-current-theme2 .inner-box:hover .image:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .inner-box:hover .image:after {
    transition: none;
  }
}
.projects-current-theme2 .inner-box:hover .icon {
  background-color: #153802;
  color: #ffffff;
}
.projects-current-theme2 .image-box {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .image-box {
    transition: none;
  }
}
.projects-current-theme2 .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.projects-current-theme2 .image-box .image img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .image-box .image img {
    transition: none;
  }
}
.projects-current-theme2 .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.projects-current-theme2 .content-box {
  position: relative;
  padding: 30px 30px 25px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.projects-current-theme2 .content-box .title a{
        max-width: 305px;
        color: #153802;
        font-size: 18px;
        font-weight: 700;
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
.projects-current-theme2 .content-box .title a:hover {
  color: #409923;
}
.projects-current-theme2 .content-box .cat-list {
  position: relative;
  letter-spacing: 0.1em;
  transition: all 300ms ease;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .cat-list {
    transition: none;
  }
}
.projects-current-theme2 .content-box .cat-list a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.projects-current-theme2 .content-box .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 44px;
  width: 44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #409923;
  font-size: 16px;
  z-index: 2;
  margin-top: -22px;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .projects-current-theme2 .content-box .icon {
    transition: none;
  }
}
/* Products End */

/* Gallery */
.sub-gallery{
        width: 100%;
        display: inline-block;
        margin: 0 0 30px 0;
}
.sub-gallery img.zoom {
    width: 100%;
    min-height: 300px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.sub-gallery .transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sub-gallery .modal-header {
   border-bottom: none;
}
.sub-gallery .modal-title {
    color:#000;
}
.sub-gallery .modal-footer{
    display:none;  
}
/* Gallery End */

.mobile-footer-social-icon-main{display: none;}
label.error {
    position: absolute;
    bottom: 0;
    left: 17px;
    font-size: 12px;
    margin: 0;
    color: red;
}
.exhibition .close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    background: #33711d;
    padding: 6px 12px;
    font-size: 34px;
    color: #fff;
    opacity: 1;
}