/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

#header{
    background-color: var(--color1);
    border-bottom: 3px solid rgb(85,98,110) !important;
}

#header.sticky-header #header-wrap{
    background-color: var(--color1);
    border-bottom: 3px solid rgb(85,98,110) !important;
}

#primary-menu ul li > a{
    color: white;
}

#header.full-header #logo{
    border-right: 0px;

}

#header.full-header #primary-menu > ul{
    border-right: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: var(--color2) !important;
}

.txt-color1{
    color: var(--color1) !important;
}

.txt-color2{
    color: var(--color2) !important;
}

.bg-colo1{
    background-color: var(--color1) !important;
}

.bg-color2{
    background-color: var(--color2) !important;
}

.nav-active{
    color: var(--color2) !important;
}

.full-banner{
    /* height: 820px; */
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.full-banner::before{
    content: '';
    position: absolute;
    background-color:  rgb(14,66,105,0.5);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.top-banner-decor{
    position: absolute;
    width: 300px;
    height: 230px;
    top: 0%;
    left: -10%;
    transform: skew(-50deg);
    background-color: var(--color1);
    z-index: 2;
}

.top-banner-decor::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: 100%;
    left: 43%;
    background-color: var(--color2);
    transform: rotate(-85deg);
    z-index: 2;
}

.bot-banner-decor{
    position: absolute;
    width: 300px;
    height: 230px;
    bottom: 0%;
    right: -10%;
    transform: skew(-50deg);
    background-color: var(--color1);
    z-index: 2;
}

.bot-banner-decor::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 100%;
    right: 43%;
    background-color: var(--color2);
    transform: rotate(-85deg);
    z-index: 2;
}

.filter-banner-img{
    background-color:  rgb(14,66,105,0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button-color1{
    background-color: var(--color1) !important;
}

.button-color2{
    background-color: var(--color2) !important;
}

.button-color-trans{
    border: 2px solid var(--color1);
    background-color: transparent !important;
}

.about-us-img img{
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(0px 0px 10px #222);
    max-width: 100%;
    max-height: 100%;
}

.sub-header{
    font-weight: 900;
    text-transform: uppercase;
}

.about-us-desc::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0%;
    right: -50%;
    background-color: var(--color2);
    z-index: 2;
}

.footer-bg{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-bg::before{
    content: '';
    position: absolute;
    background-color:  rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.footer-desc p{
    margin-bottom: 0px;
}

.our-customer-page{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

.our-customer-page::before{
    content: '';
    position: absolute;
    background-color:  rgb(14,66,105,0.5);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.our-customer-desc{
    color: white;
    font-style: italic;
}

.list-customer{
    background-color: rgb(248,177,51,0.7);
    font-size: 20px;
    color: white;
    padding: 5px;
}

.list-product-home{
    border: 2px solid rgb(197, 195, 195);
    border-radius: 25px;
}

.list-product-home-img{
    text-align: center !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: white;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-product-home-img img{
    max-height: 250px;
}

.list-product-home-desc{
    min-height: 90px;
    max-height: 90px;
}

.list-product{
    border: 2px solid rgb(197, 195, 195);
    border-radius: 25px;
}

.list-product-img{
    text-align: ceter !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: white;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-product-img img{
    max-height: 250px;
}

.list-product-desc{
    min-height: 90px;
    max-height: 90px;
}

.home-product-sub-head::before{
    content: '';
    position: absolute;
    background-color:  var(--color1);
    width: 50%;
    height: 20px;
    top: 15%;
    left: -15%;
    transform: skew(50deg);
}

.home-product-sub-head::after{
    content: '';
    position: absolute;
    background-color:  var(--color1);
    width: 50%;
    height: 20px;
    top: 15%;
    right: -15%;
    transform: skew(-50deg);
}

.production-page::before{
    content: '';
    position: absolute;
    background-color:  var(--color2);
    width: 100%;
    height: 10px;
    top: 0%;
    right: -60%;
    transform: skew(-50deg);
}

.product-head-nav{
    color: var(--color2);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: var(--color1);
    padding: 8px 16px;
    border-radius: 5px;
    text-align: center;
    margin-left: 8px;
}

.product-name{
    font-size: 20px;
    font-weight: 900;
}

.product-item{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-description{

}

.hover-product{
    background-color: var(--color2) !important;
}

.product-detail-img{
    border: 2px solid rgb(197, 195, 195);
    border-radius: 25px;
}

.product-detail-desc{
    /* padding-left: 40px; */
    padding:0px 0px 20px 40px;
}

.product-detail-desc h2{
    color: var(--color1);
    font-weight: 900;
    font-size: 25px;
    margin: 0px;
}

.product-detail-desc p{
    padding-left: 20px;
}

.product-detail-desc-header{
    color: var(--color1);
    font-weight: 900;
    font-size: 25px;
}

.product-detail-desc-content{
    padding-left: 20px;
}

.product-detail-top-decor{
    position: absolute;
    width: 40%;
    height: 50px;
    top: 2%;
    left: -5%;
    transform: skew(-30deg);
    background-color: var(--color1);
}

.product-detail-top-decor::before{
    content: '';
    position: absolute;
    width: 40%;
    height: 50px;
    top: 65%;
    left: 80%;
    background-color: var(--color2);
}

.product-detail-bot-decor{
    position: absolute;
    width: 40%;
    height: 50px;
    bottom: 2%;
    right: -5%;
    transform: skew(30deg);
    background-color: var(--color1);
}

.product-detail-bot-decor::before{
    content: '';
    position: absolute;
    width: 40%;
    height: 50px;
    bottom: 65%;
    right: 80%;
    background-color: var(--color2);
}

.product-detail-header{
    position: relative;
}

.product-detail-header::before{
    content: '';
    position: absolute;
    width: 10%;
    height: 20%;
    top: 100%;
    left: -5%;
    background-color: var(--color2);
}

.page-break{
    margin:20px 0px;
    position: relative;
    width: 100%;
    height: 20px;
}

.page-break::before{
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    background-color: var(--color1);
    top: 40%;
    left: -50%;
}

.visi-mission-page{
    position: relative;
}

.visi-mission-page::before{
    content: '';
    position: absolute;
    background-color: rgb(14,66,105,0.5);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.visi-misson-content{
    background-color: rgb(12,59,94);
    position: relative;
    padding-left: 30px !important;
    padding-right: 30px !important;
    min-height: 300px;
    margin-bottom: 35px;
}

.visi-misson-content::before{
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    border-left: 40px solid transparent;
	border-top: 40px solid rgb(248,177,51);
}

.visi-misson-content h3{
    color: var(--color2);
    margin-bottom: 10px;
}

.visi-misson-content p{
    color: white;
}

.our-values-page{
    position: relative;
}

.our-values-page::before{
    content: '';
    position: absolute;
    background-color: rgb(86,133,164);
    width: 100%;
    height: 100%;
    top: 0%;
    right: -55%;
    transform: skew(-30deg);
}

.our-values-page::after{
    content: '';
    position: absolute;
    background-image: url('../images/worker.png');
    background-repeat: no-repeat;
    background-position:center bottom;
    width: 50%;
    height: 100%;
    top: 0%;
    right: 0%;
    opacity: 0.5;
}

.our-values-content h3{
    color: var(--color1);
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}


/* Mobile Style */
@media (max-width: 767.98px){
    #primary-menu-trigger {
        left: 80% !important;
    }
    .top-banner-decor{
        display: none;
    }
    .bot-banner-decor{
        display: none;
    }
    .content-wrap{
        padding:60px 0;
    }
    .about-us-desc::before{
        height: 15px;
        bottom: 0px;
    }
    .home-product-sub-head::before{
        left:-30%;
    }
    .home-product-sub-head::after{
        right: -30%;
    }
    .list-customer{
        font-size: 16px;
    }
    .production-page::before{
        display: none;
    }
}

@media (max-width: 991.98px){
    #primary-menu-trigger {
        left: 90%;
    }
    .about-us-desc::before{
        bottom: 0%;
    }
    .production-page::before{
        width: 50%;
        right: -30%;
    }
    .form-desc{
        padding-top: 20px;
    }
    .our-values-page::before{
        content: '';
        position: absolute;
        background-color: rgb(86,133,164);
        width: 100%;
        height: 100%;
        top: 0%;
        right: -90%;
        transform: skew(-20deg);
    }
    .our-values-page::after{
        content: '';
        position: absolute;
        display: none;
    }
}

@media (max-width: 991.98px) and (min-width: 576px){
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide{
        height: 500px !important;
    }
}

@media (max-width: 575.98px){
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide{
        height: 500px !important;
    }
}
