/* font */
@font-face { font-family: lato; src: url('../fonts/Lato.ttf'); } 
@font-face { font-family: mysch; src: url('../fonts/myschfnt.ttf'); } 
@font-face { font-family: Nexa-bold; src: url('../fonts/Nexa Bold.otf'); } 
@font-face { font-family: Nexa-light; src: url('../fonts/Nexa Light.otf'); } 

html {
    position: relative;
   height: 100%;
}

body{
    font-family: Nexa-light;
    padding: 0px;
    margin: 0px;
        background-color: #fbf9f9; 
    overflow-x: hidden;
}
.row{
    margin:0px;
}
.nopadding{
    padding: 0px !important;
}
a:hover{
    text-decoration: none;
}
p{
    color: #2c2d2d;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;    
}
.sec-pad{
    padding: 80px 20px;
}
.title p{
    font-family: mysch;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 5px;
    color: #341c7c;
}
.title h2{
    text-transform: uppercase;
    font-family: Nexa-bold; 
    font-size: 4rem;
    margin-bottom: 30px;
    color: #322014;
    font-weight: bold;
}


/*---------header-------*/

.header{
     background-color: #fff;
    position: relative;
    z-index: 999;
}
.navbar{
    padding: .5rem 5rem;
}
.navbar-nav{
    position: absolute;
    right: 50px;
    bottom: 25px;
}
.nav-link{
            color: #322014!important;
    font-family: lato;
    font-weight: 600;
    font-size: 17px;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
ul.socials {
    padding-left: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 80px;
    top: 23px;
}
.socials li{
    display: inline-block;
    margin: 0px 5px;
}
.alibaba-text{
    color: #341c7c;
    margin-right: 2.5rem!important;
    margin-left: 0px!important;
}



/*--------slider---------*/



.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-caption{
    text-align: left;
    bottom: auto;
    top: 20%;
    max-width: 580px;
}
.carousel-caption h1{
    text-transform: uppercase;
    font-family: Nexa-bold; 
    font-size: 5.5rem;    
}
.carousel-caption p{
    font-family: mysch;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}


/*------about------*/

.about{
    display: block;
    background-image: url('../img/about-bg.png');
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

/*--------service-----*/


.service .blue-box{
       background-color: #341c7c2e;
}
.service .yellow-box{
       background-color: #ee1c2e2e;
}
.service .box-div{
    position: relative;
    padding: 60px 230px 40px 80px;
}
.service .box-div h2{
    font-family: Nexa-bold; 
    font-size: 3rem;
    margin-bottom: 30px;
    color: #000;
}
.service .box-div p{
    color: #2c2d2d;    
    font-size: 22px;
    line-height: 41px;
}
.service .more-detail{
    font-family: Nexa-bold;
    margin-top: 100px;
    color: #212529;
}
.service .more-detail span{    
    color: #fff;
    padding: 19px;
    border-radius: 50%;
    font-size: 28px;
    margin-right: 10px;
        background-color: #ee1c2e;
}
.service .blue-box .more-detail span{
    background-color: #341a7b;
}
.service .yellow-box .more-detail span{
    background-color: #ee1c2e;
}
.service .box-div img{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.service p{
    margin-bottom: 8rem;
}

/*---------products--------*/

.products .box1{
       background-color: #fff;
}
.products .box2{
    background-color: #d4bf61;
}
.products .box3{
    background-color: #75c3e4;
}
.products .box4{
    background-color: #8badc4;
}
.products .box5{
    background-color: #f6b643;
}
.products .box6{
    background-color: #c88587;
}
.products .box7{
    background-color: #b765be;
}
.products .box8{
    background-color: #509ea3;
}
.products .box9{
    background-color: #9071bd;
}
.products .box{
        position: relative;
    height: 400px;
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    padding: 60px 0px;
    text-align: center;
    margin-bottom: 80px;
    border: 2px solid #cccccc78;
}
.products .box h2{
    font-family: Nexa-bold; 
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #333;
}
.products .box p{
    color: #333;
    font-weight: 500;
    font-size: 25px;
    line-height: 41px;
}
.products .box img{
    margin-top: -3px;
    width: 114%;
    margin-left: -7%;
}
.products .spe-padding {
    padding: 0px 2rem;
}



/*--------footer----------*/

.footer{
       background-color: #fff;
    padding: 40px ;
}
.footer p{
        color: #3e3c3c;
    font-size: 18px;
    margin-bottom: 5px;
}
.footer h4{
        color: #000;
    font-family: Nexa-bold;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
.footer h4::after{
    content: '';
    height: 2px;
    width: 60px;
    background-color: #ee1c2e;
    display: block;
    margin-top: 5px;    
}
.footer .contacts p{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 1.5rem;
}
.footer .contacts .media span {
    color: #ee1c2e;
        background-color: #eaeaea;
    padding: 10px;
    margin-right: 10px;
    margin-top: -5px;
    border-radius: 5px;
}
.footer a:hover p{
    color: #ee1c2e;
}
footer{
        background-color: #000;
    padding: 20px;
}
footer p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}



/*-------certficate-slider-------*/


.certficate-slider{
    height: 175px;
}
.certficate-slider img{
    box-shadow: 0px 0px 10px #ccc;
    padding: 5px;
    height: 130px;
    width: auto;
    margin: auto;
}
.slick-track{
    height: 150px;
    margin: 15px 10px;
}

/*.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding: 15px 0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item i {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}*/
.service .more-detail {
    cursor: pointer;
}
.service .more-detail .fa-long-arrow-right{
    transition: all 0.2s;
}
.service .more-detail:hover .fa-long-arrow-right {
    margin-right: 25px;
}
.products .box{
    transition: all 0.2s;
}
.products .box:hover{
    cursor: pointer;
    margin-top: -16px;
    box-shadow: -1px 20px 12px 0px #c5c5c594;
}






/*----------contact-box---------*/


.page-title h2{
    font-size: 1.5rem;
}
.contact-box{    
    box-shadow: 0px 0px 10px #ddd;
}
.contact-box h5{
    font-family: Nexa-bold;
}
.contact-box .left-div{
    padding: 30px;
    background-color: #fff;
}
.form-control:focus , .form-control.active{
    box-shadow: none;
    outline: 0;
    background-color: #eaeaea91;
    border: none;
}
.form-control {
    font-weight: 600;
    letter-spacing: 1px;    
    padding: 1rem;
    background-color: #eaeaea91;
    border: none;
}
.btn:focus{
    box-shadow: none;
    outline: 0;
}
.my-btn{
    background-color: #6cab0a;
    color: #fff;
    font-family: nexa-bold;
    letter-spacing: 1px;
    font-size: 20px;
    padding: .5rem 1.5rem;
    margin-top: 30px;
}
.contact-box .right-div{
    padding: 30px;
    height: 100%;
    width: 101%;
    border-left: 1px solid #ddd;    
       background-color: #fff;
}
.contact-box .right-div span{
    color: #ee1c2e;
          background-color: #eaeaea;
    padding: 10px;
    margin-right: 10px;
    margin-top: -2px;
    border-radius: 5px;
}
.contact-box .right-div p{
    line-height: 30px;
}
.contact-box .socials{
    position: initial;
}
.contact-box .socials li{
    margin: 5px 5px;
}

.custom-file-input , .custom-file{
    height: calc(2.25rem + 20px);
}
.custom-file-label {
    padding: 1rem;
    background-color: #f3f3f3;
    border: none;
    height: calc(2.25rem + 20px);
    border-radius: .25rem;
}
.custom-file-label::after{
    height: calc(2.25rem + 20px);
    padding: 1rem;
    background-color: #17a2b8;
    color: #fff;
}



/*----export pages---*/

.title.small h2{
    font-size: 2.5rem;
}
.city-table.table p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 34px;
    /* padding-bottom: 10px; */
    padding-left: 10px;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 0px;
    color: #000;
}

.table td, .table th {
           background-color: #eae5e2;
    color: #272626;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #d8d5d3;
}



/*--------profile page--------- */

.countdown{
    background-color: #f4edf3;
    padding: 40px 10px;
}
.countdown h6{
    font-family: nexa-bold;
    font-size: 18px;
    margin-top: 15px;
}
.counter-value{
    font-size: 30px;
    border: 4px solid #c3acc0;
    display: inline-block;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 30px;
}
.why-list{
    padding: 30px;
}
.why-list ul li{
    font-size: 18px;
    margin: 15px 0px;
}
.why-list h6{
    font-family: nexa-bold;
    font-size: 24px;
    margin-bottom: 30px;
}


/*-------product page--------*/

.product-sidebar{
    border: 1px solid #ccc;    
}
.product-sidebar p{
       border-bottom: 1px solid #c5c4c44a;
    padding: 8px 20px;
    margin-bottom: 0px;
    font-size: 16px;
    background-color: #ffffff;
    color: #232323e3;
}
.product-sidebar h5{
       color: #101010;
    font-family: nexa-bold;
    padding: 12px 20px;
    border-bottom: 1px solid #55555529;
    margin-bottom: 0px;
    background-color: #f7f4f4;
}
.product-box{
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
}
.product-box .img{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}
.product-box.rounded-top {
    border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem!important;
}
.product-box h5{
     color: #000;
    padding: 10px 20px 0px 20px;
    margin-bottom: 0px;
    font-family: nexa-bold;
    text-transform: capitalize;
    border-top: 1px solid #55555514;
}
.product-box p{
        color: #000000b8;
    padding: 9px 20px;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: nexa-bold;
    text-transform: capitalize;
}



.my-box{
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.main {
  flex: 0 0 70%;
  height: auto;
}
.sidebar {
  flex: 0 0 30%;
  margin-left: 5%;
}
.sidebar__widget {
  position: sticky;
  top: 0;
  background: white;
  height: auto;
}


.product-header{
    position: relative;
    background-color: #fff;
}
.product-header h2{
    text-transform: uppercase;
    font-family: Nexa-bold;
    font-size: 4.5rem;
    color: #202020;
}
.product-header p{
    font-family: mysch;
    font-weight: bold;
    font-size: 25px;
    color: #341c7c;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 80px;
}
/*.vegetable-slider{
    background-image: url('../img/product/vegetable-slider.jpg');
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
}*/
.left-img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 400px;
    width: auto;
}
.right-img{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 375px;
    width: auto;
}





/*----inquiry-------*/

.video-play-button{position:fixed;z-index:999;bottom:0px;right:0px;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px;border-radius:50%;padding: 13px 20px 18px 20px;}
.video-play-button:before{content:"";position:absolute;z-index:0;left:45%;top:42%;transform:translateX(-50%) translateY(-50%);display:block;width:80px;height:80px;background:#ee1c2e;border-radius:50%;animation:pulse-border 1500ms ease-out infinite;}
.video-play-button:after{content:"";position:absolute;z-index:1;left:45%;top:42%;transform:translateX(-50%) translateY(-50%);display:block;width:70px;height:70px;background:#ee1c2e;border-radius:50%;transition:all 200ms;}
.video-play-button:hover:after{background-color:darken(#fa183d, 10%);}
.video-play-button img{position:relative;z-index:3;max-width:100%;width:auto;height:auto;}
.video-play-button span{display:block;position:relative;z-index:3;width:0;height:0;font-size: 40px;color: #fff;font-weight: 300;}
@keyframes pulse-border{
    0%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1;
    }
    100%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0;
    }
}

.modal .close{
    position: absolute;
    right: -21px;
    color: #fff;
    opacity: 1;    
}
.modal .close.active , .modal .close:focus{
    box-shadow: none;
    outline: 0;
} 
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 20px);
}
.error{
    color: red;
}



