@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

* {
    margin: 0;
    padding: 0;
    user-select: none;
}

nav {
    background-color: #222;
    box-shadow: none;
    z-index: 9999;
    height: 80px;
    padding-top: 15px;
}

nav a {
    color: #fff !important;
    position: relative;
    top: -10px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: -5px;
}

#mobile-nav a {
    color: #222 !important;
}

.brand-logo img {
    width: 105px;
    position: relative;
    top: -5px
}

.shape-divider-header {
    clip-path: polygon(0 0, 100% 0, 100% 8%, 0 0);
    background-color: #ab8906;
    z-index: 11;
    height: 100px;
    position: absolute;
    width: 100%;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shadow {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-family: "poppins", sans-serif;
    text-align: center;
    width: 100%;
    max-width: 767px;
    padding: 30px 15px;
    border-radius: 10px;
}

.main-content h1 {
    font-size: 5em;
    font-weight: 100;
    margin-top: -20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    word-spacing: 5px;
    text-transform: uppercase;
}

.main-content h1 span {
    color: #ab8906;
}

.main-content p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    max-width: 620px;
    margin: auto;
    color: #fff;
}

.shape-divider-header.two {
    border-radius: 30px;
    width: 90%;
}

.social-icons {
    margin-top: 30px;
}

.social-icons i {
    color: #fff;
    font-size: 30px;
    background-color: #ab8906;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 200px;
}

.social-icons i:hover {
    background-color: #222;
    color: #fff;
    transition: all linear 300ms;
    border: 1px solid #ab8906;
}

.services {
    margin-top: 80px;
    text-align: center;
}

.services .fa-star {
    font-size: 18px;
    color: #ab8906;
}

.services h1,
.services h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #222;
    margin-top: 10px;
}

.services h2 {
    font-size: 40px;
    font-weight: 200;
    margin-top: 0;
    padding: 5px;
    color: #ab8906;
    display: block;
    max-width: 600px;
    margin: auto;
    border-top: 1px solid #ab8906;
    border-bottom: 1px solid #ab8906;
    border-radius: 200px;
    margin-top: -10px;
    margin-bottom: 70px;
}

.services-details {
    overflow: hidden;
}

.services-details .col {
    border-right: 1px solid #e6e6e6;
    margin-bottom: 50px;
    min-height: 150px;
}

.services-details .col:nth-child(4),
.services-details .col:last-child {
    border: none;
}

.services-details .icon {
    font-size: 40px;
    color: #222;
}

.services-details .icon:hover {
    color: #ab8906;
    transform: all linear 300ms;
}

.services-details .service-name {
    font-size: 16px;
    max-width: 160px;
    margin: auto;
    font-weight: 300;
}

.partners {
    background-color: #222;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
    margin: 0;
}

.partners h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.partners p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.partners-logo {
    margin-top: 30px;
    text-align: center;
}

.partners-logo {
    width: 100%;
    text-align: center;
}

.partners-logo img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
}

.slick-next:before,
.slick-prev:before {
    font-size: 24px;
    color: #fff;
}

.footer {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    color: #222;
    font-family: "Poppins", sans-serif;
}

.footer h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
    border-top: 1px solid #ab8906;
    border-bottom: 1px solid #ab8906;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ab8906;
}

.footer p {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
    display: flex;
}

.footer .about-txt {
    font-size: 14px;
    font-weight: 300;
}

.footer p:hover i {
    color: #ab8906;
}

.footer i {
    display: inline-block;
    margin-right: 10px;
    color: #222;
}

.copyright {
    margin: 0;
    background-color: #222;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #b1b1b1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ABOUT PAGE */
.page-title {
    text-align: center;
    position: relative;
    background: url("../images/banner.jpg") no-repeat bottom center;
    background-size: cover;
    height: 300px;
    margin: 0;
    padding: 30px;
}

.page-title h3 {
    font-family: "Abril Fatface", serif;
    font-weight: 00;
    color: #fff;
    margin-top: 100px;
    text-transform: uppercase;
}

.about {
    margin-top: 50px;
    font-family: "Poppins", sans-serif;
}

.about p {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #5d5d5d;
}

.about p b {
    font-weight: 500;
    color: #222;
}

.about .ceo-img {
    max-width: 430px;
}

.logo-about {
    width: 100%;
    max-width: 230px;
    background-color: #222;
    border-radius: 5px;
    padding: 10px 15px;
}

/* CEO MESSAGE */
.ceo-img {
    width: 100%;
    max-width: 380px;
    margin-bottom: -5px;
    border-radius: 5px;
    background-color: #222;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.message {
    margin-bottom: 0;
    margin-top: 50px;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.message h5 {
    font-weight: 500;
    color: #ab8906;
}

.message h6 {
    font-size: 14px;
    margin-bottom: 30px;
    display: inline-block;
    background-color: #5d5d5d;
    color: #fff;
    padding: 5px;
    margin-top: -5px;
    border-radius: 3px;
}

.message p {
    font-size: 15px;
    color: #5d5d5d;
    margin-bottom: 20px;
    font-weight: 300;
}

.message p b {
    font-weight: 500;
}

/* CONTACT US */

.contact {
    font-family: "Poppins", sans-serif;
    margin-bottom: 60px;
}

.contact .heading {
    font-size: 14px;
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    color: #222;
}

.contact .social-icons {
    text-align: center;
    margin-top: 0;
    margin-bottom: 100px;
}

.contact h3 {
    font-weight: 600;
    font-size: 24px;
    color: #222;
}

.contact p {
    font-size: 15px;
    color: #5d5d5d;
    margin-bottom: 10px;
}

.contact p b {
    font-weight: 500;
    color: #222;
}

.contact form {
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.contact button {
    background-color: #ab8906;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 200px;
    border: none;
}

.contact button:hover {
    background-color: #755e00;
}

.contact .input-field .prefix {
    color: #5d5d5d;
}

.mission p {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}

.mission {
    background: url("../images/banner.jpg") no-repeat center center fixed;
    background-size: cover;
}

.reviews {
    position: relative;
}

.reviews h2 {
    margin-bottom: 35px;
}

.reviews .fa-heart {
    font-size: 26px;
}

.reviews .col {
    border-right: 0;
}

.reviews .skyline {
    margin-bottom: 0 !important;
}

.skyline img {
    width: 100%;
    max-width: 992px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 1;
}

.testimonials p {
    max-width: 767px;
    margin: auto;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
}

.testimonials .slide p {
    font-style: italic;
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 1.2em;
}

.testimonials .slick-dots {
    bottom: -40px;
}

.testimonials .fa-star {
    font-size: 14px;
    position: relative;
    top: -5px;
}

.testimonials h4 {
    font-weight: 300;
    font-size: 22px;
    font-style: italic;
    display: inline-block;
    margin-left: 0;
    background-color: #ab8906;
    color: #fff;
    padding: 10px 30px;
    border-radius: 200px;
}

@media screen and (min-width: 601px) {
    .testimonials {
        margin-bottom: 150px !important;
    }
}

@media screen and (min-width: 1025px) {

    nav a:hover,
    nav a.active {
        background-color: transparent !important;
        color: #ab8906 !important;
    }
}

@media screen and (max-width: 1024px) {
    .button-collapse i {
        color: #ab8906 !important;
        position: relative;
        top: 5px;
    }

    #mobile-nav li:first-child {
        margin-top: 20px;
    }

    #mobile-nav a:hover,
    #mobile-nav a.active {
        background-color: transparent !important;
        color: #ab8906 !important;
    }
}

@media screen and (max-width: 992px) {

    .services-details .col:nth-child(4),
    .services-details .col:last-child {
        border-right: 1px solid #e6e6e6;
    }

    .services-details .col:nth-child(2),
    .services-details .col:nth-child(4),
    .services-details .col:nth-child(6),
    .services-details .col:last-child {
        border: none;
    }

    .ceo-photo {
        text-align: center;
        margin-bottom: 50px;
    }

    .contact .social-icons {
        margin-bottom: 60px;
    }

    .mission p {
        text-align: center;
    }

}

@media screen and (max-width: 600px) {
    .main-content h1 {
        font-size: 8vw;
    }

    .main-content p {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .services h1 {
        font-size: 15px;
    }

    .services h2,
    .partners h1 {
        font-size: 6vw;
    }

    .services-details .col {
        border: none;
    }

    .contact .social-icons {
        margin-bottom: 30px;
    }

    .page-title h3 {
        font-size: 30px;
    }

    .testimonials {
        margin-bottom: 80px !important;
    }

}

html,
body {
    overflow-x: hidden !important;
}