@import url('../css2');
@import url('../css2-1');

:root{
    --theme-esv-primary:#68b24d;
    --theme-esv-secondary:#347944;
    --theme-esv-accent: #636466;
    --theme-esv-grey: #92959a;
    --theme-esv-white: #ffffff;
    --theme-esv-black: #111111;
    --theme-esv-green: #73b012;
}

body{
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Anton", sans-serif;
}

.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}

.f-14{
    font-size:14px;
}

.text-green{
    color: var(--theme-esv-green);
}

.text-esv-primary{
    color: var(--theme-esv-primary);
}

.text-esv-secondary{
    color: var(--theme-esv-secondary);
}

.top-bar{
    background-color: var(--theme-esv-secondary);
    padding: 5px 0px;
}

.top-bar ul{
    list-style: none;
}

.top-bar ul li{
    float: left;
    margin-right: 15px;
    color: var(--theme-esv-white);
    font-size: 14px;
}

.social-icons{
    display: flex;
    justify-content: flex-end;
}
.social-icons a{
    color: #ffffff;
    margin-left: 10px;
}

.nav-link{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme-esv-black);
}

.e-cat {
    color: #fff;
    border: 0px;
    background-color: var(--theme-esv-primary);
    padding: 8px 20px !important;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.5s;
}

.e-cat:hover {
    color: #fff;
    background-color: #000;
}

.become-partner {
    color: #fff;
    border: 0px;
    background-color: #000;
    padding: 8px 20px !important;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.5s;
}

.become-partner:hover {
    color: #fff;
    background-color: var(--theme-esv-primary);
}

.h-section-01{
    padding: 45px 0px;
}

.h-section-01 .card{
    border-color: var(--theme-esv-green);
    box-shadow: 0px 0px 0px 0px #73b012;
    transition: all 0.5s;
}

.h-section-01 .card:hover{
    border-color: var(--theme-esv-green);
    box-shadow: 0px 10px 10px 0px #73b01286;
}

.icon-outer{
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    border-radius: 100px;
    border: 3px dashed var(--theme-esv-green);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.h-section-02{
    padding: 60px 0px;
    background: linear-gradient(90deg, #e9e9e9, transparent);
}

.h-section-02 .box-01{
    display: flex;
    flex-direction: column;
}

.h-section-02 .box-01 .inner-box{
    text-align: center;
    padding: 30px 0px;
    border-bottom: 1px solid #cecece;
}

.h-section-02 .box-01 .inner-box h1{
    color: var(--theme-esv-green);
}

.h-section-02 .box-01 .inner-box div{
    text-transform: uppercase;
}

.h-section-02 .h-heading-01{
    border-left: 3px solid var(--theme-esv-green);
    padding-left: 15px;
    margin-bottom: 25px;
}

.icon-inner{
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 100px;
    background-color: var(--theme-esv-green);
}

.btn-read-more{
    border-radius: 30px;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 16px;
    display: inline-block;
    margin-top: 5px;
}


.h-section-03{
    padding: 90px 0px;
    background: url(../images/product-bg-01.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.h-section-03:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background: rgba(0,0,0,0.6); */
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 100%);

}

.h-section-03 .center .slick-slide{
    margin: 0px 8px;
}

.slick-prev:before, .slick-next:before{
    color: #ffffff;
    font-size: 32px;
}


.h-section-04{
    position: relative;
    padding: 90px 0px;
    z-index: 0;
}

.h-section-04:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    background: url(../images/h-bg-03.jpg) no-repeat center center fixed;
    background-size: cover;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    z-index: -1;
}

.h-section-04:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    /* background: linear-gradient(90deg, #005a00ce 30%, #73b012ce 80%); */
    background: linear-gradient(90deg, #2e2e2ece 30%, #000000ce 80%);
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    z-index: -1;
}

.btn-contact{
    background-color: var(--theme-esv-green);
    text-decoration: none;
    color: var(--theme-esv-white);
    padding: 8px 20px;
    border-radius: 30px;
    transition: all 0.5s;
}

.btn-contact:hover{
    background-color: var(--theme-esv-black);
    color: var(--theme-esv-white);
}

.h-section-05{
    position: relative;
    z-index: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-section-05:before{
    content: "";
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-color: #e9e9e9;
    width: 60%;
    height: 100%;
    top: 0px;
    left: 20%;
    right: 20%;
    z-index: -1;
}

.section-08{
    padding: 60px 0px;
}

.inquiry-form input[type="text"], 
.inquiry-form input[type="tel"],
.inquiry-form input[type="email"]{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #c0c0c0;
}

.inquiry-form select{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 0px 10px;
    border: 1px solid #c0c0c0;
}

.inquiry-form textarea{
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #c0c0c0;
}

.inquiry-form input[type="submit"]{
    border: 0px;
    background-color: var(--theme-esv-green);
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.5s;
}

.inquiry-form input[type="submit"]:hover{
    background-color: var(--theme-esv-black);
    color: var(--theme-esv-white);
}

footer{
    background: url(../images/footer-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 45px 0px;
    position: relative;
    z-index: 0;
}

footer:before{
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.social-icon a{
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.f-links a{
    color: #ffffff;
    display: block;
    text-decoration: none;
    margin-bottom: 6px;
    transition: all 0.5s;
}

.f-links a:hover{
    color: var(--theme-esv-green);
    display: block;
    text-decoration: none;
    margin-bottom: 6px;
}

.c-info{
    display: flex;
    flex-direction: row;
    color: #ffffff;
    margin-bottom: 15px;
}

.c-info .c-icon{
    margin-right: 15px;
}

.copyright{
    background-color: var(--theme-esv-black);
    color: var(--theme-esv-white);
    padding: 10px 0px;
    font-size: 14px;
}


.product-section, .contact-section, .about-section {
    padding: 60px 0px;
}

.enq-btn a {
    display: inline-block;
    border: 0px;
    color: #111111;
    background-color: var(--theme-esv-green);
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.5s;
    text-decoration: none;
}

.enq-btn a:hover {
    color: #fff;
    background-color: #000;
}

.product-color {
    margin-top: 20px;
}

.product-color li {
    position: relative;
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.product-color li svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.product-color li .red-color {
    color: red;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .cherry-red-color {
    color: #b41232;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .green-color {
    color: #00963f;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .blue-color {
    color: #009ee3;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .dark-blue-color {
    color: #083fb6;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .white-color {
    color: #fff;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .grey-color {
    color: #727272;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .black-color {
    color: #000000;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

.product-color li .silver-color {
    color: #C0C0C0;
    border: 1px solid rgb(143, 143, 143);
    border-radius: 50%;
}

table th.head-strip {
    background-color: var(--theme-esv-primary);
    color: #fff;
}


.contact-inner {
    box-shadow: 0px 0px 5px 0px grey;
    /* border-radius: 30px; */
    overflow: hidden;
}

.contact-info {
    background-color: #d4d4d4;
}

.contact-info h2 {
    text-transform: capitalize;
}

/* .contact-info p {
    font-size: 22px;
    font-family: "Anton", sans-serif;
    color: #000;
} */

.contact-info .c-info{
    display: flex;
    flex-direction: row;
    color: #000000;
    margin-bottom: 15px;
}

.contact-info .contact-social-icon a{
    color: #000000 !important;
    margin-left: 10px;
}

.contact-info .c-info .c-icon{
    margin-right: 15px;
}


.contact-form h2 {
    text-transform: capitalize;
}

.partner-form {
    box-shadow: 0px 0px 5px 0px grey;
}

.partner-form h2 {
    text-transform: capitalize;
}

.product-info ul li svg {
    color: var(--theme-esv-primary);
}

.about-section .h-heading-01{
    border-left: 3px solid var(--theme-esv-green);
    padding-left: 15px;
    margin-bottom: 25px;
}

.about-section ul.about-list li {
    position: relative;
    padding-left: 25px;
}

.about-section ul.about-list li svg {
    position: absolute;
    left: 0;
    top: 5px;
    color: #68b24d;
}

@media only screen and (max-width: 768px) {
    .h-section-05 {
        height: 100% !important;
        text-align: center;
        padding: 30px 20px;
    }
    .h-section-05:before {
        width: 100% !important;
        left: 0 !important;
    }
    
    .navbar-nav .dropdown-menu a {
        font-size: 14px;
    }
    .dropdown-submenu .dropdown-toggle::after {
        margin-left: .255em !important;
    }
    .dropdown-submenu .dropdown-menu {
        position: static !important;
        width: 90% !important;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .h-section-05 {
        height: 100% !important;
        text-align: center;
        padding: 30px 20px;
    }
    .h-section-05:before {
        width: 100% !important;
        left: 0 !important;
    }
    .top-bar{
        display: none;
    }
    .slider .slider-img{
        height: 20vh;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .section-01-parent{
        position: static;
    }
    .section-02{
        margin-top: 0px;
        padding: 45px 0px;
    }
    .box-oval{
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        align-items: center;
    }
    .neg-margin-top{
        margin-top: 0px;
    }
    .section-03{
        padding: 45px 0px;
    }
    .section-04{
        height: auto;
        padding: 60px 0px;
    }
    .section-04:before{
        display: none;
    }
    .section-05{
        padding: 45px 0px;
    }
    .section-05 .box-01{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-05 .box-01 .inner-box{
        width: 45%;
        border: 0px;
    }
    .section-05 .h-heading-01{
        margin-top: 30px;
    }
    .section-06{
        padding: 45px 0px;
    }
    .section-07{
        padding: 45px 0px;
    }
    .section-07:before,
    .section-07:after{
        width: 100%;
    }
}

.downloads {
    padding: 60px 0px;
}
.downloads .download-section {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 16px 0px #cdcdcd;
}
.downloads .download-section ul li {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

.downloads .download-section ul li a {
    position: relative;
    padding-left: 50px;
    font-size: 18px;
}

.downloads .download-section ul li img {
    position: absolute;
    width: 35px;
    height: 35px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0px;
    width: 100%;
}
.dropdown-submenu .dropdown-menu a {
    color: #000;
    padding: 0.25rem 1rem;
    text-decoration: none;
}

/*.dropdown-submenu .dropdown-toggle::after {*/
/*    margin-left: 17.255em;*/
/*}*/