* {
    font-family: "Open Sans", sans-serif;
}

body,
html {
    overflow-x: hidden;
}

.advent {
    font-family: "Advent Pro", sans-serif;
}

.banner {
    background-color: #5695E8;
}

.title {
    font-size: 3rem;
    letter-spacing: 2px;
    font-family: "Advent Pro";
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: rgb(133, 179, 239);
}

.italic {
    font-style: italic;
}

.fw-500 {
    font-weight: 500;
}

.btn-blue {
    background-color: #5695E8;
}

.ls-2 {
    letter-spacing: 2px;
}

.fs-15 {
    font-size: 15px;
}

.banner .card {
    background-color: #EDF4FD;
}

.shape {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.z-20 {
    z-index: 20;
}

.section-title {
    font-weight: 700;
    font-size: 2.25rem;
    margin: 0;
}

.rgb-184211246 {
    color: rgb(184, 211, 246);
}

.lh-16 {
    line-height: 2;
}

.btn-white {
    background-color: #fff;
    color: #5695E8 !important;
}

.count-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2.25rem;
}

.company-services {
    background-color: #EDF4FD;
    position: relative;
}

.py-60 {
    padding: 60px 0;
}

.sec-title {
    font-family: "Cambay", sans-serif;
    font-weight: 700;
    font-size: 3.75rem;
}

.fs-18 {
    font-size: 18px;
}

.text-blue {
    color: #5695E8;
}

.service-title {
    letter-spacing: normal;
    font-size: 1.875rem;
    font-weight: 700;
    margin: 20px auto 0;
}

.btn-orange {
    background-color: #FA9746;
    color: white;
}

.btn-orange:hover {
    background-color: #B8D3F6;
    color: #5695E8 !important;
}

.row.position-relative {
    z-index: 10000000;
}

.strap {
    height: 220px;
    background: #FA9746;
    position: absolute;
    left: -100%;
    /* top: 50%; */
    transform: translateY(85%);
    z-index: 200000;
    width: 300%;
}

.bg-blue {
    background-color: #5695E8;
}

.partners h2 {
    color: #b8d3f6;
    font-size: 3.75rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Cambay;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
}

.whats-included {
    background-color: #EDF4FD;
}

.learn-more-btn::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #5695E8;
}

.text-orange {
    color: #FA9746;
}

.thick-border-1 {
    border: 10px solid #fdd5b4;
    border-radius: 24px;
}

.thick-border-2 {
    border: 10px solid #fa9746;
    border-radius: 24px;
}

.below-orange::after {
    background: #FA9746;
}

.w-60 {
    width: 60%;
}

.contact .card {
    background-color: #EDF4FD;
}

::placeholder {
    color: rgba(255, 255, 255, 0.471) !important;
}

.py-120 {
    padding: 120px 0;
}

.white-overlay {
    position: absolute;
    height: 200px;
    background-color: white;
    width: 75%;
    top: 0;
    left: 0;
}

.contact .card {
    border-radius: 16px;
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
    z-index: 100000000000;
}

.offcanvas-backdrop.show {
    opacity: .5;
    z-index: 1000000000;
}

/* floating whatsapp */
.whatsapp {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 10000000000;
    font-size: 40px;
    color: #25d366;
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* mods */
.sidebar-menu {
    position: fixed;
    background: black;
    width: 400px;
    z-index: 99999999999999;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    line-height: 2.5;
    transition: 0.5s;
    transform: translateX(-100%);
}

.sidebar-bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999999999999999999999;
    transition: 0.5s;
    transform: translateX(-100%);
}

.sidebar-menu.active,
.sidebar-bg.active {
    transform: translateX(0);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 50px;
}

.sidebar-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* light sidebar-menu a on hover */
.sidebar-menu a:hover {
    color: #FA9746 !important;
}

a.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000000000;
    background: white;
    /* box-shadow: 0 0 5px #FA9746; */
    color: #FA9746;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 23px;
}



@media screen and (max-width: 767px) {
    .card-body.px-5.py-4 {
        padding: 20px !important;
    }

    .title {
        font-size: 3.5rem;
    }

    p.w-50 {
        width: 100% !important;
    }

    .sec-title {
        font-size: 2.2rem;
    }

    .partners h2 {
        font-size: 1.75rem;
    }

    .grid-3 {
        grid-gap: 40px;
    }

    section#included * {
        text-align: center;
    }
}