html,body{
    font-family: "Lato", Sans-serif;
    color: #6e6e6e;
    font-size: 14px;
  line-height: 1.5em;
}
h2{
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3em;
}
h5{font-family: "Lato", Sans-serif;
    font-size: 20px;
    line-height: 1.3em;
}
.navbar{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar-toggler-icon {
    background: url(../images/menu-toggle.svg);
    /* background-image: url(assets/frontend/images/menu-toggle.svg); */
}
.navbar-brand img{ width: 250px;}
.nav-link{color:#6e6e6e}
.textgreen{color: #2CBF5A;}
.service-info-box{
    background-color: #2CBF5A;
    padding: 50px 40px 50px 40px;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #fff 50%,
    #fff);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .4s ease-in;
}
.service-info-box:hover{background-position: 0 0;
    color:#333;}
.service-info-box-active{
        background-color: #fff;
        
        padding: 50px 40px 50px 40px;
        box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        border-color: #f5f5f5;
        border-radius: 5px 5px 5px 5px;
        background-image: linear-gradient(to left,
        transparent,
        transparent 50%,
        #2CBF5A 50%,
        #2CBF5A);
        background-position: 100% 0;
        background-size: 200% 100%;
        transition: all .4s ease-in;
    }
    .service-info-box-active:hover{background-position: 0 0;
        color:#333;}
.service-info-box-body{position: relative;}
.service-info-box-body .srv-icon{
    background-repeat: no-repeat; 
    background-size: cover; 
    height:55px; 
    width:55px; 
    margin-bottom: 13px;
}
.service-info-box-body .srv-icon1{
    background: url(../images/icon/light-bulb-wt.png);
    background-repeat: no-repeat; 
    background-size: cover;
}
.service-info-box-body .srv-icon2{
    background: url(../images/icon/professional.png);
    background-repeat: no-repeat; 
    background-size: cover; 
}
.service-info-box-body .srv-icon3{
    background: url(../images/icon/partner-wt.png);
    background-repeat: no-repeat; 
    background-size: cover; 
}
.service-info-box-active:hover .service-info-box-body .srv-icon2{
    background: url(../images/icon/professional-wt.png)!important;
    background-repeat: no-repeat!important; 
    background-size: cover!important; 
}
.service-info-box:hover .service-info-box-body .srv-icon1{
    background: url(../images/icon/light-bulb.png);
    background-repeat: no-repeat; 
    background-size: cover; 
}
.service-info-box:hover .service-info-box-body .srv-icon3{
    background: url(../images/icon/partner.png);
    background-repeat: no-repeat; 
    background-size: cover; 
}
.service-info-box-body h3{font-family: "Lato", Sans-serif; font-size: 23px; font-weight: bold;
    line-height: 1.3em; padding: 0px 0px 0px 0px; color: #FFFFFF;}
.service-info-box-active .service-info-box-body h3{color:#333;}
.service-info-box-body p{color: #FFFFFF; margin-bottom: 10px; font-size: 17px;}
.service-info-box:hover h3, .service-info-box:hover p{color: #333;}
.service-info-box-active .service-info-box-body p{color:#333;}
.service-info-box-active:hover.service-info-box:hover h3, .service-info-box-active:hover.service-info-box:hover p{color: #fff;}
.about-section{padding: 100px 50px 100px 50px;}
.about-section .col-mbmt{ margin-top: 60px;}
.about-section h2{margin-bottom: 20px;}
.about-section h5{margin-bottom: 30px;}
.aboutimg{width: 85%;
    max-width: 100%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    border-radius: 100% 100% 100% 5%;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);}
.aboutsm_img{width: 30%;
    max-width: 100%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);}
.ul-list{font-family: inherit;}
.ul-list ul{margin: 0px; padding: 0px; list-style: none;}
.ul-list ul li{
    display: flex;
    font-size: inherit;
    align-items:center;
    padding-bottom: calc(15px/2);
}
.ul-list ul li .span-icon{display: flex; position: relative;}
.ul-list ul li .span-icon i{color: #2CBF5A; transition: color 0.3s; width: 1.5em; font-size: 20px; font-weight: 900;}

.section-advantage{margin-top: 30px;}
.advantage-taxt-col{background-color: #2CBF5A; color: #fff;}
.advantage-taxt-col .inner-main{margin:50px 0px 0px 0px; padding: 50px 50px 50px 50px;}
.advantage-taxt-col .inner-main h5{color: #FFFFFF; font-size: 20px; line-height: 1.3em;}
.advantage-taxt-col .inner-main h2{font-size: 45px; font-weight: bold; line-height: 1.3em;}
.the-trade{background: #F3F3F3; padding: 200px 50px 200px 050px; margin-top: -118px;}
.the-trade h2{color: #121212; margin-bottom: 50px; text-align: center;}
.section-product{padding: 60px;}
.product-card{background-color: #02010100;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 30px 0px;
    font-size: 14px;
    height: 464px;
}
.product-card img {border-radius: 5px 5px 5px 5px;}
.product-card .product-card-body{padding: 10px 30px 30px 30px;}
.product-card .product-card-body h3{font-size:14px; margin-bottom:10px; font-weight: 600;}
.product-card .product-card-body ul{margin: 0px; padding-left: 15px;}
.footer{background:#2CBF5A; color:#fff; padding: 50px 50px 50px 50px;}
.ftr-logo{display: inline; background: #fff; padding: 10px; border-radius:5px; margin-bottom: 20px;}
.footer-address{color: #fff;}
.footer-address h4{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3em;
}
.footer-address .address-line{ 
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
}

.footer-address .address-line .add-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer-address .address-line i {
    font-size: 20px;
  }
  .footer-address .address-line .addres-title {
    line-height: 30px;
    font-weight: 600;
  }
  .footer-address .address-line .addres-sub-title {
    line-height: 22px;
    font-weight: 400;
  }
  .footer-address .address-line .addres-sub-title a{color: #fff; text-decoration: none;}

/*--owl slider--*/
.hero-banner{margin-top: 60px;}
.owl-carousel .item {
    height: 100vh;
    position: relative;
  }
  .owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .owl-carousel .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
  .owl-carousel .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  .owl-carousel .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  .owl-carousel .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  .owl-carousel .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .owl-carousel .item .cover .header-content h1 span{color: #f3701f;}
  .owl-carousel .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  .owl-carousel .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .owl-carousel .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .owl-carousel .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .owl-carousel .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .owl-carousel .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .owl-carousel .owl-nav .owl-prev:focus {
    outline: 0;
  }
  .owl-carousel .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .owl-carousel .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .owl-carousel .owl-nav .owl-next:focus {
    outline: 0;
  }
  .owl-carousel .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  .owl-carousel:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  .owl-carousel:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
/*--end owl slider--*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1420px;}
}
@media (max-width: 768px) {
h2{font-size:32px;}
.owl-carousel .item {height: 250px; position: relative; }
  .owl-carousel .item .cover .header-content h1{font-size: 25px;}
  .owl-carousel .item .cover .header-content{padding: 20px;}
  .section-product{ padding: 40px;}
  .about-section{ padding: 40px;}
  .section-advantage{ margin-top: 0px;}
  .advantage-taxt-col .inner-main{margin-top: 0px; padding-top: 30px;}
  .the-trade h2{margin-bottom: 20px; text-align: left;}
  .the-trade{margin-top:0px; padding:40px}
  .product-card{height: auto; margin: 10px 0px 10px 0px;}
  .about-section h5{margin-bottom: 10px; font-size: 17px;}
}