/* NAVBAR */

.navbar {
    background-color: white !important;
    border-bottom: 3px solid #D0A740;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.navbar .logo {
    width: 75px;
    height: 60px;
    margin-top: -3px;
}

.navbar .logo img {
    width: 100%;
}

.navbar .nav-link {
    color: #022946 !important;
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
}

.navbar .nav-link:hover {
    color: #D0A740 !important;
}

.navbar .nav-btn {
    background-color: #D0A740;
    font-weight: 600;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar .nav-btn:hover {
    background-color: #ae8724;
}

.navbar .nav-btn i {
    font-size: 13px;
    margin-left: 5px;
}



/* HERO */

.hero {
    width: 100%;
    margin-top: 50px;
    padding-top: 90px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #022641;
}

.hero h1 {
    font-weight: 600;
    font-size: 65px;
    color: white;
    text-align: center;
    line-height: 4.6rem;
}

.hero h1 span {
    display: block;
}

.hero p {
    text-align: center;
    color: white;
}

.hero #tagline {
    font-size: 24px;
    margin-top: 26px;
}

.hero #desc {
    font-size: 20px;
    margin-top: -6px;
    margin-bottom: 47px;
}

.hero .hero-qoute-btn {
    background-color: #D0A740;
    border-radius: 2px solid #D0A740;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    padding-left: 35px;
    color: #022946;
    margin-right: 20px;
}

.hero .hero-qoute-btn:hover {
    background-color: #ae8724;
}

.hero .hero-contact-btn {
    background-color: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    padding-left: 35px;
    color: white;
    border: 2px solid #046A74;
}

.hero .hero-contact-btn:hover {
    background-color: #046A74;
}

@media screen and (max-width: 767px) {
    .hero h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 545px) {
    .hero h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 419px) {
    .hero h1 {
        font-size: 45px;
        line-height: 3.5rem;
    }

    .hero .hero-qoute-btn {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}



/* ABOUT */

.about {
    width: 100%;
    background-color: #FAFAF5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about .image {
    width: 100%;
    height: 450px;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.about .image img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.about #tagline {
    color: #D0A740;
}

.about .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin-top: -9px;
}

.about h2 {
    font-size: 45px;
    margin-top: 12px;
    line-height: 3.3rem;
    margin-bottom: 20px;
}

.about h2 span {
    display: inline-block;
}

.about .desc {
    line-height: 1.7rem;
}

@media screen and (max-width: 545px) {
    .about .image {
        height: auto;
    }

    .about .image img {
        height: auto;
    }
}



/* VISION & MISSION */

.direction {
    width: 100%;
    background-color: #FBFCFC;
    border-bottom: 3px solid #D0A740;
    padding-top: 80px;
    padding-bottom: 70px;
}

.direction #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.direction .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.direction h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 50px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.direction .vission {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    border-top: 3px solid #D0A740;
    padding: 40px 30px;
    padding-bottom: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: 0.3s;
}

.direction .vission:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.direction .vission i {
    font-size: 28px;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #022946;
    color: #D0A740;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.direction .vission h3 {
    font-size: 30px;
    margin-top: 28px;
    color: #022946;
}

.direction .vission p {
    line-height: 1.7rem;
    margin-top: 13px;
}

.direction .mission {
    width: 100%;
    background-color: #022946;
    border-radius: 10px;
    border-top: 3px solid #ae8724;
    padding: 40px 30px;
    padding-bottom: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: 0.3s;
}

.direction .mission:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.direction .mission i {
    font-size: 28px;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: white;
    color: #046A74;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.direction .mission h3 {
    font-size: 30px;
    margin-top: 28px;
    color: white;
}

.direction .mission p {
    line-height: 1.7rem;
    margin-top: 13px;
    color: white;
}

@media screen and (max-width: 767px) {
    .direction .vission {
        margin-bottom: 30px;
    }
}



/* VALUES */

.values {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
}

.values #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.values .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.values h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.values #desc {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
}

.values .card-1 {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 35px 25px;
    padding-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
}

.values .card-1:hover {
    margin-top: -10px;
    border-bottom: 3px solid #D0A740;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.values .card-1 i {
    font-size: 35px;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #F6F4EC;
    color: #D0A740;
}

.values .card-1 h3 {
    font-size: 25px;
    margin-top: 28px;
    color: #022946;
}

.values .card-1 p {
    line-height: 1.7rem;
    margin-top: 13px;
}

.values .card-2 {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 35px 25px;
    padding-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
}

.values .card-2:hover {
    margin-top: -10px;
    border-bottom: 3px solid #046A74;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.values .card-2 i {
    font-size: 35px;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #E5EFF1;
    color: #046A74;
}

.values .card-2 h3 {
    font-size: 25px;
    margin-top: 28px;
    color: #022946;
}

.values .card-2 p {
    line-height: 1.7rem;
    margin-top: 13px;
}

.values .excellence {
    width: 100%;
    margin-top: 30px;
    padding: 50px 30px;
    border-radius: 10px;
    background: #022641;
    background: linear-gradient(90deg, rgba(2, 38, 65, 1) 0%, rgba(4, 105, 116, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.values .excellence h3 {
    text-align: center;
    color: white;
}

.values .excellence p {
    text-align: center;
    color: white;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.6rem;
    padding-left: 110px;
    padding-right: 110px;
}

.values .excellence span i {
    color: #D0A740;
    margin-right: 8px;
}

.values .excellence span {
    color: white;
    margin-right: 20px;
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    .values .excellence p {
        padding-left: 0px;
        padding-right: 0px;
    }
}



/* PRODUCTS */

.products {
    width: 100%;
    background-color: #FBFCFC;
    padding-top: 70px;
    padding-bottom: 60px;
    border-top: 3px solid #D0A740;
}

.products #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.products .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.products h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.products #desc {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
}

.products .card {
    border-radius: 10px;
    border: 1px solid #046A74;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
}

.products .card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.products .card img {
    border-radius: 10px !important;
}

.products .card-title {
    color: #D0A740;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

.products .card-text {
    font-size: 15px;
    margin-top: -12px;
}

.products .delivery-btn {
    background-color: white;
    border: 1.5px solid #046A74;
    width: 100%;
    margin-top: 32px;
    color: #046A74;
    border-radius: 7px;
    transition: 0.3s;
}

.products .delivery-btn:hover {
    background-color: #046A74;
    color: white;
}



/* SERVICES */

.services {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #022641;
}

.services #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.services .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.services h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

.services #desc {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
    color: white;
}

.services .card-1 {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 35px 25px;
    padding-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
    background-color: white;
}

.services .card-1:hover {
    margin-top: -10px;
    border-bottom: 3px solid #D0A740;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.services .card-1 i {
    font-size: 30px;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #F6F4EC;
    color: #D0A740;
}

.services .card-1 h3 {
    font-size: 21px;
    margin-top: 28px;
    color: #022946;
}

.services .card-1 p {
    line-height: 1.7rem;
    margin-top: 13px;
}

.services .card-2 {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 35px 25px;
    padding-bottom: 10px;
    border: 1px solid rgb(221, 221, 221);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
    background-color: white;
}

.services .card-2:hover {
    margin-top: -10px;
    border-bottom: 3px solid #046A74;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.services .card-2 i {
    font-size: 30px;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #E5EFF1;
    color: #046A74;
}

.services .card-2 h3 {
    font-size: 21px;
    margin-top: 28px;
    color: #022946;
}

.services .card-2 p {
    line-height: 1.7rem;
    margin-top: 13px;
}



/* PROCESS */

.process {
    width: 100%;
    background-color: #FBFCFC;
    padding-top: 80px;
    padding-bottom: 80px;
}

.process #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.process .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.process h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.process #desc {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
}

.process .card-1 {
    width: 100%;
    padding: 35px 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 2px solid #046A74;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: 0.3s;
}

.process .card-1:hover {
    margin-top: -10px;
    border-bottom: 4px solid #046A74;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.process .card-1 .number {
    font-size: 21px;
    background-color: #046A74;
    color: white;
    padding: 7px 15px;
    border-radius: 50%;
    margin-left: -35px;
    position: relative;
    top: -45px;
}

.process .card-1 i {
    font-size: 35px;
    position: relative;
    top: -25px;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #E5EFF1;
    color: #046A74;
}

.process .card-1 h3 {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.process .card-1 p {
    text-align: center;
    line-height: 1.6rem;
}

.process .card-2 {
    width: 100%;
    padding: 35px 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 2px solid #D0A740;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: 0.3s;
}

.process .card-2:hover {
    margin-top: -10px;
    border-bottom: 4px solid #D0A740;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.process .card-2 .number {
    font-size: 21px;
    background-color: #D0A740;
    color: white;
    padding: 7px 15px;
    border-radius: 50%;
    margin-left: -35px;
    position: relative;
    top: -45px;
}

.process .card-2 i {
    font-size: 35px;
    position: relative;
    top: -25px;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #F6F4EC;
    color: #D0A740;
}

.process .card-2 h3 {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.process .card-2 p {
    text-align: center;
    line-height: 1.6rem;
}

.process .journey {
    width: 50%;
    margin: auto;
    margin-top: 30px;
    padding: 30px 30px;
    border-radius: 10px;
    background: #022641;
    background: linear-gradient(90deg, rgba(2, 38, 65, 1) 0%, rgba(4, 105, 116, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.process .journey p {
    text-align: center;
    color: white;
    font-size: 20px;
}

.process .journey .journey-btn {
    background-color: #D0A740;
    padding: 10px 32px;
    border-radius: 6px;
}

.process .journey .journey-btn:hover {
    background-color: #ae8724;
}

@media screen and (max-width: 900px) {
    .process .journey {
        width: 80%;
    }
}

@media screen and (max-width: 475px) {
    .process .journey {
        width: 93%;
    }
}



/* ADVANTAGES */

.advantages {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.advantages .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.advantages h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.advantages #desc {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
}

.advantages .advantage-card {
    width: 100%;
    padding: 30px 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-left: 4px solid #046A74;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
}

.advantages .advantage-card h3 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #046A74;
}

.advantages .advantage-card p {
    line-height: 1.6rem;
}

.advantages .advantage-card-1 {
    width: 100%;
    padding: 30px 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-left: 4px solid #D0A740;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.3s;
}

.advantages .advantage-card-1 h3 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #D0A740;
}

.advantages .advantage-card-1 p {
    line-height: 1.6rem;
}

.advantages .info-card {
    width: 100%;
    background-color: #022946;
    border-radius: 10px;
    margin-top: 30px;
    padding: 30px 30px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
}

.advantages .info-card span {
    color: #D0A740;
}

.advantages .info-card #p-1 {
    font-size: 20px;
}

.advantages .info-card #p-2 {
    margin-top: -10px;
}



/* PARTNER */

.partner {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
    background: #022946;
    background: linear-gradient(141deg, rgba(2, 41, 70, 1) 0%, rgba(4, 106, 116, 1) 50%, rgba(2, 41, 70, 1) 100%);
}

.partner h3 {
    text-align: center;
    color: white;
    font-size: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.partner p {
    text-align: center;
    color: white;
    font-size: 20px;
    padding-left: 300px;
    padding-right: 300px;
    margin-top: 25px;
}

.partner .consult-btn {
    padding: 18px 47px;
    background-color: #D0A740;
    border-radius: 10px;
    margin-top: 20px;
}

.partner .consult-btn:hover {
    background-color: #ae8724;
}

@media screen and (max-width: 1100px) {
    .partner p {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media screen and (max-width: 767px) {
    .partner p {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 575px) {
    .partner p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .partner h3 {
        font-size: 40px;
    }
}

.partner .hr {
    width: 100%;
    border: 1px solid rgb(227, 227, 227);
    margin-top: 60px;
    margin-bottom: 30px;
}

.partner .partner-card {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.partner .partner-card .head {
     color: #D0A740;
     font-size: 35px;
     display: block;
}

.partner .partner-card .tagline {
     color: rgb(227, 227, 227);
     font-size: 16px;
}



/* CONTACT */

.contact {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #022641;
}

.contact #tagline {
    color: #D0A740;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.contact .hr {
    width: 60px;
    border: 1.4px solid #D0A740;
    margin: auto;
    margin-top: -8px;
}

.contact h2 {
    font-size: 45px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

.contact #desc {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 60px;
    color: white;
}

.contact .contact-card {
    width: 100%;
    background-color: #046A74;
    border-left: 5px solid #D0A740;
    border-radius: 10px;
    padding: 30px 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.contact .contact-card i {
    font-size: 25px;
    padding: 12px 15px;
    background-color: #D0A740;
    border-radius: 50%;
    color: white;
    margin-right: 15px;
}

.contact .contact-card .contact-head {
    font-size: 18px;
    font-weight: 600;
    color: #D0A740;
    margin-top: 20px;
}

.contact .contact-card .contact-desc {
    color: white;
    margin-top: -15px;
}

.contact .form {
    width: 100%;
    border-radius: 10px;
    background-color: white;
    padding: 30px 30px;
}

.contact .form p {
    color: #022641;
    font-size: 25px;
    font-weight: 600;
}

.contact .form form label {
    font-weight: 600;
}

.contact .form .form-btn {
    width: 100%;
    background-color: #D0A740;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 10px;
    margin-top: 18px;
    font-weight: 600;
}

.contact .form .form-btn i {
    margin-right: 6px;
}

.contact .form .form-btn:hover {
    background-color: #ae8724;
}



/* FOOTER */

footer {
    width: 100%;
    background-color: #022641;
    padding-top: 50px;
    padding-bottom: 15px;
    border-top: 1px solid #D0A740;
}

footer h4 {
    color: white;
    margin-bottom: 15px;
}

footer #head {
    color: #D0A740;
}

footer #desc {
    color: rgb(219, 219, 219);
    line-height: 1.6rem;
}

footer .based {
    color: rgb(184, 184, 184);
}

footer .quick-link {
    display: block;
    text-decoration: none;
    color: rgb(219, 219, 219);
    margin-bottom: 2px;
}

footer .quick-link:hover {
    color: #D0A740;
}

footer .quick-link i {
    color: #D0A740;
    margin-right: 5px;
}

footer .mail-link {
    margin-bottom: 15px;
}

footer .social-links {
    color: #D0A740;
    font-size: 20px;
    margin-right: 14px;
    transition: 0.3s;
}

footer .social-links:hover {
    color: white;
}

footer .hr {
    width: 100%;
    border: 1px solid #D0A740;
    margin-top: 15px;
}

footer #copy {
    color: #D0A740;
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
}



/* WHATSAPP */

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: transform .2s, box-shadow .2s;
}

.whatsapp-float:hover {
    color: white;
}