

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/**
* Template Name: Falcon Venture Limited 1.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #717ff5;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.section-header {
    text-align: center;
    padding-bottom: 40px;
}
.section-header h2 {
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #032F62;
    text-transform: none;
}
@media (max-width: 768px) {
    .section-header h2 {
        font-size: 32px;
    }
}
.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #032F62;
}
@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}
.section-bg {
    padding: 120px 0;
    color: #fff;
}
.section-bg:before {
    content: "";
    background: linear-gradient(to right, #6782b4, #e5f0f9 74%);
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding-top: 80px;
    padding-bottom: 20px;
    background: #15a174;
    min-height: 40px;
    margin-top: 50px;
    color: #fff;
}

.breadcrumbs h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #032F62;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header .logo {
    line-height: 0;
}
.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #9ccbff;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #032F62;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #4154f1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {*/
/*    margin-top: 30px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    background: linear-gradient(to right, #6782b4, #e5f0f9 74%);*/
/*}*/
/*#hero::before {*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    background: linear-gradient(to right, #032F62, #767EE8);*/
/*    right: -200px;*/
/*    left: -200px;*/
/*    top: -200px;*/
/*    content: '';*/
/*    bottom: 0px;*/
/*}*/
#hero .hero-text h2 {
    color: #9ccbff;
}
#hero .hero-text h1 {
    color: #fff;
}
@media (max-width: 425px) {
    #hero .hero-text h1 {
        font-size: 1.8rem;
    }
}
#hero .hero-text p {
    color: #9bc5f3;
    font-size: 1.5rem;
}
@media (max-width: 425px) {
    #hero .hero-text p {
        font-size: 1.3rem;
    }
}
#hero .hero-text p span {
    color: #0af9cc;
}


/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
    background: linear-gradient(to right, #6782b4, #e5f0f9 74%) top;
    position: relative;
    overflow: hidden;
}
.about .decoration-star {
    position: absolute;
    width: 60%;
    left: -400px;
}
@media (max-width: 991px) {
    .about .decoration-star {
        top: -60px;
        left: -350px;
        width: 75%;
        opacity: 0.5;
    }
}
@media (max-width: 768px) {
    .about .decoration-star {
        top: -60px;
        left: -200px;
        width: 75%;
        opacity: 0.5;
    }
}
.about .about-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}
.about .about-tabs .nav-link {
    background: none;
    font-family: 'Merriweather', serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #032F62;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}
@media (max-width: 768px) {
    .about .about-tabs .nav-link {
        font-size: 1rem;
        margin-right: 17px;
    }
}
.about .about-tabs .nav-link.active {
    border-bottom: 3px solid #032F62;
}
.about .tab-content p {
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .about .tab-content p {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.products .img {
    border-radius: 8px;
    overflow: hidden;
}
.products .img img {
    transition: 0.6s;
}
.products .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: white;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}
.products .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: #032F62;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid white;
}
.products .details h3 {
    color: #1a1f24;
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}
.products .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: black;
}
.products .service-item:hover .details h3 {
    color: #032F62;
}
.products .service-item:hover .details .icon {
    background: white;
    border: 2px solid #032F62;
}
.products .service-item:hover .details .icon i {
    color: #032F62;
}
.products .service-item:hover .img img {
    transform: scale(1.2);
}

/*--------------------------------------------------------------
# Suppliers Section
--------------------------------------------------------------*/
.suppliers .img {
    border-radius: 8px;
    overflow: hidden;
}
.suppliers .img img {
    transition: 0.6s;
}
.suppliers .details {
    padding: 30px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: white;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}
.suppliers .details h3 {
    color: #1a1f24;
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}
.suppliers .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: black;
}
.suppliers .service-item:hover .details h3 {
    color: #032F62;
}
.suppliers .service-item:hover .img img {
    transform: scale(1.2);
}


/*--------------------------------------------------------------
# Product Page Section
--------------------------------------------------------------*/
.paper-bg {
    background-image: url(/img/down-arrow-2.png);
    background-position:top center, center bottom;
    background-repeat:no-repeat, no-repeat;
}
.machineries-bg {
    background-image:url(/img/down-arrow-2.png);
    background-position:top center, center bottom;
    background-repeat:no-repeat;
}
.chemical-bg {
    background-image:url(/img/down-arrow-2.png);
    background-position:top center, center bottom;
    background-repeat:no-repeat;
}
.page-section {
    margin-top: 20px;
}
.page-section .logos {
    margin-bottom: 120px;
}
.page-section .page-section-item:hover img {
    transition: 0.6s;
    transform: scale(1.2);
}
.page-section-item p {
    text-align: center;
    padding-top: 10px;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# Suppliers Page Section
--------------------------------------------------------------*/
.suppliers-section img {
    padding: 20px 20px;
}
.suppliers-section .page-section-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.supplier-logo {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
}
.suppliers-section .page-section-item .logo-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-color: #15a174;
    transition: 1.5s;
    text-align: center;
}
.suppliers-section .page-section-item:hover .logo-details {
    opacity: 1;
}
.suppliers-section .page-section-item .logo-details p {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.p-suppliers-bg {
    background-image: url(../img/bg/recycle2.png), url(../img/bg/reuse2.png);
    background-position:left bottom, right bottom;
    background-repeat:no-repeat, no-repeat;
}
.m-suppliers-bg {
    background-image: url(../img/bg/gear-bg2.png), url(../img/bg/cardboard-packaging.png);
    background-position:left bottom, right bottom;
    background-repeat:no-repeat, no-repeat;
}
.c-suppliers-bg {
    background-image: url(../img/bg/chemical-funnel.png), url(../img/bg/chemical-funnel-fill.png);
    background-position:left bottom, right bottom;
    background-repeat:no-repeat, no-repeat;
}
@media (max-width: 768px) {
    .p-suppliers-bg, .m-suppliers-bg, .c-suppliers-bg {
        background-image: none;
    }
}
.bg-space {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .bg-space {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}
.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4154f1;
}
.testimonials .swiper-slide {
    opacity: 0.3;
}
@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }
    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients-area .clients-logos {
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.clients-area .clients-logos .single-image {
    display: inline-block;
    margin: 15px 15px;
    line-height: 100px;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border: 1px solid #999999;
}
.clients-area .clients-logos .single-image:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.clients-area .clients-logos img {
    max-width: 200px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
@media (max-width: 991px) {
    .clients-area .clients-logos .single-image {
        line-height: 80px;
    }
    .clients-area .clients-logos .single-image img {
        max-width: 150px;
    }
}
@media (max-width: 768px) {
    .clients-area .clients-logos .single-image {
        padding: 10px 10px;
        line-height: 60px;
    }
    .clients-area .clients-logos .single-image img {
        max-width: 120px;
    }
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    background: url(../img/contact-bg2.jpg) center no-repeat;
    background-size: cover;
}

.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 30px;
}
.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #032F62;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: linear-gradient(to left, #032F62, #767EE8);
    padding: 0 0 10px 0;
}
.footer .footer-info .logo img {
    max-width: 8%;
    padding: 10px 0;
}
@media (max-width: 991px) {
    .footer .footer-info .logo img {
        max-width: 12%;
    }
}
@media (max-width: 768px) {
    .footer .footer-info .logo img {
        max-width: 20%;
    }
}
.footer .footer-info p {
    font-family: 'Merriweather', serif;
    font-size: 12px;
    color: white;
}