/********** Template CSS **********/
:root {
    --primary: #34AD54;
    --secondary: #FF9933;
    --light: #F6FFF2;
    --dark: #263A4F;
}
p{line-height:30px;}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1270px;
}

.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
       transition: all 0.900000000s ease !important;

}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--secondary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/yarns-pic.png) bottom right no-repeat;
    background-size:cover;
}

.bg-fruit {
    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(../img/fabric.png) bottom right no-repeat;
    background-size: cover;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.service-item:hover {
    color: var(--light);
    background: var(--primary) !important;
}

.service-item:hover i {
    background-image: linear-gradient(var(--light), var(--secondary));
}

.service-item:hover h4 {
    transition: .5s;
}

.service-item:hover h4 {
    color: var(--light);
}

.product-item {
    padding: 0 30px 30px 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: 0;
    opacity: 1;
}

.product-item h5 {
    transition: .5s;
}

.product-item:hover h5 {
    opacity: 0;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat;
    background-size: contain;
    background-color: var(--primary);
    z-index: -1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(52, 173, 84, .7);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));
    z-index: 1;
}

.bg-footer {
    background: linear-gradient(rgba(52, 173, 84, .7), rgba(52, 173, 84, .7)), url(../img/footer.png) center bottom no-repeat;
    background-size: contain;
}

@media (min-width: 991.98px) {
    .bg-footer {
        margin-top: 90px !important;
    }
}

.bg-secondary {
    background-color: #f7914d !important;
}
.bg-dark {
    background-color: #444444 !important;
}

.logo{float:left;width:132px;margin-right:70px;}

.logo img{width:120%;}

.contact_number{float:right;color:#000;}

.contact_number a{color:#000;}

.contact_number i{margin-left:5px;}

.contact_email{float:right;color:#000;margin-left:39px;}

.contact_email a{color:#000;}

.contact_email i{margin-right:5px;}

.about_list{width:100%;}

.about_list ul{width:100%;margin:0px;padding:0px;}

.about_list ul li{width:100%;list-style:none;margin-bottom:10px;background:url(../img/bg.png) no-repeat 0px 9px;padding-left:20px;}

.display-1 {
    font-size: 4rem;
}

.list_padding{padding: 3rem !important;}

section.products_list{width:100%;background:#f2f2f2;padding:60px 0px;text-align:center;}

.home-intro-img{ position:relative; margin-left:-110px;}

.home-intro-info p{ text-align:justify;}

p strong{ color:#303030;}

.home-pod{ padding:15px 0px;}

.home-pod a{ display:block; position:relative;border-radius:5px; overflow:hidden;box-shadow:0px 0px 10px 0px rgba(0, 0, 0,.08);}

.img-holder {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 100%;
    margin: 0px auto 0px;
}

.home-pod .img-holder{ padding-bottom:74.11%;}

.home-pod-box-content{ position:absolute; top:0px; left:0px; width:100%; height:100%;padding:30px; background:#ffffff; z-index:2;transition: all 0.2s linear;}

.home-pod-title{ margin-bottom:15px;}

.home-pod-title h5, .home-product-box-title h5{font-family: 'Poppins', sans-serif; font-size:20px;transition: all 0.2s linear;}

.home-pod-icon{ position:relative; margin-bottom:20px; padding-bottom:6px;}

.home-pod-icon-ov{ position:absolute; top:0px; left:0px;transition: all 0.2s linear;opacity:0; width:100%;}

.home-pod-icon::before{ position:absolute; left:10px; bottom:0px; content:""; background:#edf7f9; width:65px; height:65px; border-radius:50%; z-index:-1;transition: all 0.2s linear;}

/*.home-pod a:hover{box-shadow:4px 4px 10px 0px rgba(0, 0, 0, 0.15); border-color:#ffffff;}*/

.home-pod a:hover .home-pod-title h5{ color:#ffffff;}

.home-pod a:hover .home-pod-icon-ov{ opacity:1;transition: all 0.2s linear;}

.home-pod a:hover .home-pod-box-content, .home-product-box:hover .home-product-box-content{background:rgba(225,113,30,.6); color:#ffffff;}

.home-pod a:hover .home-pod-icon::before{background:rgba(255,255,255,.2);}

.home-products-intro{ padding-right:12%;}

.home-product-box{ padding:15px 0px; position:relative;}

.home-product-box a{ display:block; position:relative; border-radius:5px; overflow:hidden;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,.08);}

.home-product-box .img-holder{padding-bottom:74.11%;}

.home-product-box-content{ background:#ffffff; position:absolute; left:0px; top:0px; z-index:2; padding:15px; text-align:center;transition: all 0.2s linear; width:100%; height:100%;}

.home-product-box-count{ position:absolute; right:5px; bottom:0px; font-weight:900; font-size:50px; line-height:35px; color:#edf7f9;transition: all 0.2s linear; display:none;}

.img-holder.alt figure {
    padding: 0px;
}
.img-holder.alt figure::before {
    display: inline;
}
.img-holder figure::before {
    position: relative;
    clear: both;
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.img-holder.alt figure img {
    height: 100%;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover; object-position:top";
    position: relative;
    transition: all 0.6s;
}
.img-holder figure img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    transition: all 0.6s;
}
.img-holder figure {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 0px auto !important;
    text-align: center;
    padding: 0px;
}

.home-product-box-title{ margin-bottom:10px;}

.home-product-box-icon{ position:relative; margin-bottom:20px;margin-top:25px;}

.hp-icon-ov{ position:absolute; left:0px; top:0px; width:100%;transition: all 0.2s linear; opacity:0;}

.home-product-box:hover .home-product-box-title h5, .home-product-box:hover .home-product-box-count{ color:#ffffff;}

.home-product-box:hover .hp-icon-ov{ opacity:1;}

/*.home-products-list .col-sm-6:nth-child(odd){ margin-top:-20px; position:relative;}*/

.home-products-list{ padding-top:20px;}

.menu{float:left;}

.menu ul{width:100%;float:left;margin:0px;padding:0px;}

.menu > ul > li{float:left;margin-right:0px;list-style:none;}

.menu ul li:last-child{margin-right:0px;}

.menu > ul > li > a{float:left;text-decoration:none;color:#000;padding: 30px 15px;transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;}

.mean-container b {
    color: #fdfdf8;
    float: left;
    background:#fff;
    padding:0px;
    font-size:0px;
}

.menu ul li a:hover{background:#f7914d;color:#fff;transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;}

.sticky-top .menu > ul > li > a{float:left;text-decoration:none;color:#000;padding:30px 15px;   
    transition: all 0.900000000s ease !important;}

.sticky-top .menu > ul > li > a:hover{background:#f7914d;color:#fff;transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;}

.menu li.sub_main:hover .hvr-underline-from-left {
    color: #fff;
    background:#f7914d;
}




@media only screen and (min-width:981px) {
    li.sub_main {
        position: relative;
    }
    li.sub_main > ul.sub_child {
        position: absolute;
        left: 0px;
        top:84px;
        z-index:999999999;
        max-height: 0;
        overflow: none;
        transform: rotate3d(1, 0, 0, -90deg);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 350ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        width: 190px;
    }
    li.sub_main:hover > ul.sub_child {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        -moz-transform: rotate3d(0, 0, 0, 0);
        -o-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0);
    }
    ul.sub_child > li {
        width: 100%;
        display: inline-block;
        color: #000;
        cursor: pointer;
        background: #f7914d !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        border-bottom: none;
    }
    ul.sub_child > li:last-child {
        border: none;
        color: #FFF !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child > li > a {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 13px;
        display: inline-block;
        text-align: left;
        color: #fff !important;
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    ul.sub_child > li > a i {
        float: right;
        margin: 3px 10px 0px 0px;
        font-size: 19px;
    }
    ul.sub_child > li > a:hover {
        color: #fff !important;
        background: #cb6f31;
        text-decoration: none;
    }
}

section.inner_banner{width:100%;background:#444444;padding:20px 0px;text-align:right;}

.inner_banner h2{width:100%;color:#fff;display:inline-block;text-align:left;margin-bottom:0px;}

.inner_banner ul{width:100%;margin:5px 0px 0px 0px;padding:0px;}

.inner_banner ul li{display:inline-block;list-style:none;font-size:15px;color:#fff;margin-right:10px;}

.inner_banner ul li:last-child{margin-right:0px;}

.inner_banner ul li a{display:inline-block;list-style:none;font-size:15px;color:#f7914d;}

section.about_content{width:100%;padding:60px 0px;}

.about_content p{width:100%;color:#000;}

.about_content figure{width:100%;position:relative;border:#ccc solid 4px;}

.about_content figure img{width:100%;}

section.middle_content{width:100%;padding:60px 0px;}

.middle_content h1{width:100%;margin-bottom:30px;border-bottom:#ccc solid 1px;padding-bottom:15px;}
.middle_content h3{width:100%;margin-bottom:30px;border-bottom:#ccc solid 1px;padding-bottom:15px;font-size: 2.5rem;}

.conventional_content{width:100%;border:#ccc solid 1px;padding:15px;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);border-radius:10px;background:#f7f7f7;margin-bottom:30px;}

.conventional_content figure{width:100%;height:100px;position:relative;margin-bottom:0px;background:#fff;border:#ccc solid 1px;}

.conventional_content h2{width:100%;font-size:16px;margin-top:37px;}

.image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    padding:10px;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

section.contact_content{width:100%;padding:60px 0px;}

.contact_content {
    width: 100%;
   
}
.contact_detail_content {
    width: 100%;
    
}
.contact_detail_content h1 {
    width: 100%;
   
       font-size: 2.5rem;
    color: #263A4F;
}
.contact_detail_content h2 {
    width: 100%;
    
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.contact_detail_content i {
    float: left;
    font-size: 20px;
    margin-top: 6px;
}
.contact_detail_content p {
    float: right;
    width: 93%;
    font-size: 16px;
    line-height: 30px;
    color:#000;
}
.contact_detail_content p a{color:#000;}
.contact_form {
    width: 100%;
    float: left;
    background: #e3e3e3;
    padding: 30px;
    border-radius: 10px;
    margin-top: 18px;
}
.contact_name {
    width: 100%;
    float: left;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 0px;
    font-size: 14px;
}
.captcha {
    float: left;
}
.captcha img {
    width: 100%;
}
.contact_form button {
    float: right;
    border: none;
    background: #0055B8;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    margin-top: 21px;
    outline: none;
}
.contact_message {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-radius: 0px;
    font-size: 14px;
}

section.map{width:100%;}

.active {
    color: #fff !important;
    background:#f7914d!important;
}

.footer_link_color{color:#fff;}

section.services_content{width:100%;padding:60px 0px;}

.top_banner{width:100%;position:relative;}

.services_pic{width:100%;}

.services_pic img{width:100%;}

.our_partners_image {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.quick_links_content{width:100%;}

.color_white{color:#000 !important;}

.request_code_content{width:100%;padding:15px;}

.request_code_content h4{width:100%;text-align:left;margin-bottom:15px;color:#fff;}

.request_code_content button{
    border: none;
    background: #a75d2d;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    margin-top:14px;
    outline: none;
}

.request_border{border-top-right-radius:10px;border-top-left-radius:10px;}

.products_pic_list{width:100%;background:#fff;border-radius: 5px;overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);position:relative;margin-bottom:20px;}

.products_pic_list img{width:100%;}

.products_pic_list_content{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(245, 119, 36, 0.6);
/*    background-size: text-align: center;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;*/
    height: 100%;
}

.products_fabric_content{width:100%;text-align:center;margin-top:10%;padding:0px 30px;}

.products_fabric_content figure{display:inline-block;margin-bottom:0px;}

.products_fabric_content h5{width:100%;font-size:30px;font-weight:bold;color:#fff;margin-top:15px;margin-bottom:0px;}

.products_fabric_content p{width:100%;font-size:16px;color:#fff;margin-top:0px;}




/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}





