*{
    margin:0;padding:0;
    color: #333333;
}

body,html{
    background: #f2f2f2;
    /* padding-bottom: 20px; */
}
.img100{
    width: 100%;
}
.al-c{
    text-align: center;
}
.box{
    min-width: 1200px;
    
}
.wrapper{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
a{
    text-decoration: none;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.re{
    position: relative;
}
.nav-box{
    background:#fff;
    padding: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 200;
}
.nav-box-wrapper{
    justify-content: space-between;
}
.nav-box img.logo{
    width: 200px;
    max-width: 200px;
    margin: 0;
}
.nav-arrow{
    width: 12px;
    vertical-align: middle;
    margin-left: 3px;
}
.nav-box-a{
    margin:0 20px
}
.nav-second-box{
    position: absolute;
    z-index: 20;
display: none;
}
.nav-section-hover{
    border-radius: 5px;
    padding: 20px;
   
    background: #fff;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.01);
    width: 800px;
    display: flex;
}
.nav-box-a  a{
    color: #000 !important;
    text-decoration: none !important;
}
.hover-l{
    justify-content: start;
    flex-wrap: wrap;
    align-items: self-start;
}
.hover-l{
    min-width: 70%;
}
.hover-r{
    min-width: 30%;
}
.hover-r p{
    text-align: center;
    margin-top: 10px;
}
.z-list{
    justify-content: start;
}
.h-artical-title{
    color: #cdcdcd;
    margin-bottom: 10px;
}
.z-list img{
    border-radius: 10px;
    margin-right: 10px;
    width: 50px;
}
.z-list-box{
    margin-bottom: 10px;
}
.h-artical{
    width: 33.33%;
    margin-bottom: 20px;
}
.nav-btn{
    background: #a54201;
    border-radius: 20px;
    padding:0 10px;
    color: #fff;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
}
.re{
    position: relative;
}

.a-a1{
    font-size: 14px;
}
.a-a2{
    font-size: 20px;
    font-weight: bold;
    margin:30px 0;
}
#brxe-hltyxy {
    margin-bottom: 20px;
    flex-direction: row;
    display: grid;
    align-items: initial;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.help_icon_box_wrap.brxe-block {
    border-radius: 10px;
    margin-bottom: 38px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: #f9f9f9;
}
.brxe-block img{
    width: 50px;
    margin-bottom:20px
}
.help_box__title.brxe-heading {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.help_box__description,.brxe-text-basic{
    line-height: 30px;
}
#brxe-zcehrf {
    font-size: 32px;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 20px;
}
#brxe-muupkt {
    margin-bottom: 20px;
    font-size: 20px;
}
.b{
    margin:30px auto;
}
.c{
    display: flex;
    flex-wrap: wrap;
    /* background: #f5f5f5; */
    /* padding: 1%; */
    margin-top: 20px;
    box-sizing: border-box;
}
.c-card:nth-child(1){
   width: 23%;
   margin-left: 0 !important;
}
.c-card{
    width: 17%;
    text-align: center;
    margin:0 1%
}
.c-card dt img{
    width: 100%;
    height: 232px;
}
.c-card dd{
    font-size: 14px;
    margin-top: -5px;
   
    height: 75px;
    padding: 10px 0;
    position: relative;
}
.c-card dd:hover{
   
}

.c-card:nth-child(1) dd{
    background: #000;
}
.c-card:nth-child(1) dd:hover span{
  
    transform: translateY(15px);
    transition: transform 1s;
}
.c-card:nth-child(1) dd:hover span:after{
    content: "";
    height: 1px;
    left: 10px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background: #fff;
}
.c-card:nth-child(1) dd span{
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
   display: block;
   position: relative;

}
.title-center-wrapper {
    margin-bottom: 64px;
}
.title-center-wrapper h2 {
    margin-bottom: 24px;
}
.landing-page p {
    margin-bottom: 24px !important;
    color: #353A3F;
    font-size: 18px;
    line-height: 27px;
}
.half-color-bar img {
    text-align: center;
    margin: 0 auto;
}
ul.tab-header {display: flex; margin: 0; padding: 0; list-style-type: none;}  
                              
.grid-4-wrap .landing-page-mobile-slider .owl-carousel.off-carousel > .item {
    width: calc((100% / 4) - 1.6%);
    margin-right: 18px;
    margin-bottom: 0;
}                  
    .tab-item{
        cursor: pointer;
        padding:10px 20px;
        margin:0px 2px;
        display:inline-block;
        color:#000;
    }
    .panels{
    background: #FBFBFB;
    border-radius: 20px 20px 0px 0px;
        width:100%;
    overflow:hidden; 
    }
    .panel-1{
        display:none;
        animation: fadein .8s;
    }
    @keyframes fadein {
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    
    .radio{
        display:none;
    }
    #head-1:checked ~ .panels #panel-1,
    #head-2:checked ~ .panels #panel-2,
    #head-3:checked ~ .panels #panel-3,
    #head-4:checked ~ .panels #panel-4,
    #head-5:checked ~ .panels #panel-5,
    #head-6:checked ~ .panels #panel-6{
        display:block
    }
    #head-1:checked ~ .tabs-header-row #tab-1,
    #head-2:checked ~ .tabs-header-row #tab-2,
    #head-3:checked ~ .tabs-header-row #tab-3,
    #head-4:checked ~ .tabs-header-row #tab-4,
    #head-5:checked ~ .tabs-header-row #tab-5,
    #head-6:checked ~ .tabs-header-row #tab-6
    {
        background:#fffffff6;
        color:#212427;
        border-bottom: 2px solid #212427;;
    }
            
            
            
            
    	
        
    .option-item img { border-radius: 6px!important;}
    
    .home-service-tab-wrapper .tab-content {background-color: #FBFBFB; margin-top: 10px;  border-radius: 20px 20px 0 0;}
    .home-service-tab-wrapper .nav-tabs { border-bottom: none;}
    .home-service-tab-wrapper li.active {
    transition: 0.25s ease-out;
    }
        .home-service-tab-wrapper li.active  a .tab-title-item {
        color: #000000; border-bottom: 2px solid currentColor;
        display: inline-block;
        line-height: 0.85;
    }
    
    .tab-title-item { color: #C1C7D0;}
    .home-service-tab-wrapper li a {font-weight: 600;}
    .service-item h4 {
        font-family: 'Proxima Nova';
        line-height: 24px!important;
        margin-top: 24px;
        margin-bottom: 12px;
    }
        .service-item p{font-family: 'Proxima Nova';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;}
        .service-item a{color: #2b2b2b; text-decoration: underline;}
    
    .story-btn a.btn.btn-primary.btn-stroke {
        color: #212326;
        border-color: #212326!important;
    }
        .story-btn a.btn.btn-primary.btn-stroke:hover, .story-btn a.btn.btn-primary.btn-stroke:active {
        background: #2B3440!important; color: #ffffff!important;
    }
        .story-tab-title-row a:hover{text-decoration: none!important;}
    .service-item {
        padding: 32px;
        
        box-shadow: 0px 0px 2px rgb(23 43 77 / 4%), 0px 3px 2px rgb(23 43 77 / 8%);
        border-radius: 10px;
    }	
    
    
    
        /* fade in content */
    .tab-content .service-item-des {
        -webkit-animation-name: content;
        animation-name: content;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    
        @-webkit-keyframes content {
        from {
        opacity: 0;
        transform: translateY(5%);
        }
        to {
        opacity: 1;
        transform: translateY(0%);
        }
    }
    @keyframes content {
        from {
        opacity: 0;
        transform: translateY(5%);
        }
        to {
        opacity: 1;
        transform: translateY(0%);
        }
    }
    /* end fade in content */
        
    .story-tab-box{margin-bottom: 40px!important;}
    
        .item-bg-1 .service-item{background-color: #E5FFF1;}
        .item-bg-2 .service-item{background-color: #E1F1FF;}
        .item-bg-3 .service-item{background-color: #E7E1FF;}
        .item-bg-4 .service-item{background-color: #F7D7D5;}
        .item-bg-5 .service-item{background-color: #FFD5A4;}
        .item-bg-6 .service-item{background-color: #FFF8B9;}
        .service-item{
            height: 250px;
        }
    .tabs-header-row{
        margin-bottom: 30px;
    }
            
            
    #4grid-mobile-slider h4{font-size: 18px!important; line-height: 22px!important;     font-family: 'Proxima Nova'; }
            .tab-item {
        font-family: 'Proxima Nova';
        font-weight: 600;
        font-size: 18px;
        line-height: 22px; color: #212427;
    }
.fff-bg{
    background: #fff;
}
.landing-page-mobile-slider .owl-carousel.off-carousel {
    display: block;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -webkit-flex-direction: row;
} 
.d{
    margin-top: 100px;
    padding-bottom: 100px;
}                       
.half-color-bar{
    transform: translateY(-50px);
}
ul.tab-header {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
}
.grey-box {
    background-color: #F4F4F4;
    border-radius: 0 0 20px 20px;
}
.e-banner{
    width: 100%;
}
.title-center-wrapper2 h2 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 140% !important;
}
.title-center-wrapper2 span {
    color: #36B37E;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding:0 30px
}
.e .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    box-sizing: border-box;
}
.approach-4point-row h4 {
    font-size: 18px !important;
    margin-bottom: 12px;
    font-family: 'Proxima Nova';
    margin-top:20px ;
}
.approach-4point-row p, .landing-page-section-des p {
    font-size: 16px !important;
    line-height: 26px;
}
.title-center-wrapper2 h2{
    text-align: center;
    margin:30px 0;
    font-size: 30px;
}
.green-item-1{background-image: url(https://media.pakfactory.com/media_upload/coding_guide/sustainably-responsible-packaging.webp);
}
.green-item-2{background-image: url(https://media.pakfactory.com/media_upload/coding_guide/sustainability2.webp), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60.35%);
background-blend-mode: overlay;
}
.bottom-item{ 
background-size: cover;
height: 565px;
box-shadow: 0px 0px 2px rgb(23 43 77 / 4%), 0px 3px 2px rgb(23 43 77 / 8%);
border-radius: 10px;
display: flex;
align-items: flex-end;}
.up-sutitle{
font-family: 'Sharp Sans';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 16px;
letter-spacing: 3px;
color: #878787;
padding-bottom: 16px;
}
.des-bottom h2 {
font-weight: 600;
line-height: 140%!important;
width: 80%;
}
.des-bottom h2, .des-bottom .up-sutitle, .des-bottom .lp-option-bt a.btn.btn-primary.btn-stroke {color: #ffffff;}
.des-bottom .lp-option-bt a.btn.btn-primary.btn-stroke{    border: 1px solid #ffffff;}
.des-bottom {padding-bottom: 56px;}

.des-bottom .lp-option-bt {margin: 32px 0 0;}






 .des-bottom h2 {font-size: 23px!important;}
 .des-bottom {padding-left: 20px;}



.f{
    margin:50px 0;
}
.f h2{
    font-size: 31px !important;
        line-height: 41px !important;
        font-weight: 700;
    margin-bottom: 24px !important;

}
.f .product-title p {
    margin-bottom: 24px !important;
    color: #353A3F;
    font-size: 18px;
    line-height: 27px;
}
/* .flex .col-md-6:nth-child(1){
    margin-right:  20px
}
.flex .col-md-6:nth-child(2){
    margin-left:  20px
} */
.f-title{
    font-size: 31px !important;
    line-height: 41px !important;
    font-weight: 700;
    margin-bottom: 24px !important;
}
.section-type-box-des {
    padding: 24px;
    padding-left: 0;
}
#testimonials-v3 .section-type-box-des p {
    padding-top: 16px;
    padding-bottom: 24px;
}
.customer-info {
    display: flex;
    padding-top: 24px;
}
.name-cus {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #181818;
    margin: auto 0 auto 16px;
}
.name-cus span {
    font-weight: 600;
    color: #212427;
    display: block;
}
.f-item-box .item{
    width: 23%;
    margin:0 1%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.section-type-box-des p {
    padding-top: 16px;
    padding-bottom: 24px;
    line-height: 24px;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
}
.pck_step_icon_box.brxe-block {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 8px;
    align-items: center;
    background-color: #ffffff;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}
.pck_step_icon_box.brxe-block {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 8px;
    align-items: center;
    background-color: #ffffff;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#brxe-xfjsje {
    flex-direction: row;
    display: grid;
    align-items: initial;
    grid-template-columns: repeat(3, auto);
    grid-gap: 40px;
    /* padding-right: 15px;
    padding-left: 15px; */
}
#brxe-ueepor {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fbf7ed;
    align-items: flex-start;
}
#brxe-hjjpyk {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
}
#brxe-gdurct {
    margin-bottom: 40px;
    color: #6b7177;
    font-size: 18px;
    text-align: center;
}
#brxe-aittmb {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    background-color: #00ac47;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    padding-top: 1em;
    padding-right: 4em;
    padding-bottom: 1em;
    padding-left: 4em;
    margin-left: auto;
    margin-right: auto;

}
#brxe-rgwhwm{
    text-align: center;
}
.g{
    padding-bottom: 40px;
}
.s-dt{
    margin-top: 10px;
    text-align: left;
}
.s-dt img{
    width: 170px;
    border-radius: 10px;
}
.s-dd1{
    color: #000000 !important;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        padding-top: 21px;
}
.s-dd2{
    color: #000000 !important;
        font-size: 14px;
        margin-bottom: 24px !important;
        line-height: 21px;
}
.s-dd3{
    font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #36B37E;
        text-decoration: underline !important;
}
.sercive-nav-hover a{
    margin:10px;
    flex: 1;
}
.a1{
    background-color: #f7f7f7;
    padding-top: 12px;
    padding-bottom: 12px;
}
.a1 span{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.a1 img{
    vertical-align: middle;
    margin:0 5px
}