@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.custom-style-frame .body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.custom-style-frame p {
    margin: 0;
    color: #4a4b4d;
    font-weight: 500;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.custom-style-frame p strong {
    color: #1d1d1d;
}

.custom-style-frame h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #1d1d1d;
    font-family: 'Montserrat', sans-serif;

}

.custom-style-frame .font-jost {
    font-family: 'Jost', sans-serif;
}

.custom-style-frame .header-main {
    display: flex;
}

.custom-style-frame .logo img {
    width: 170px;
}

.custom-style-frame .header-title {
    width: 100%;
    padding-left: 25px;
    padding-top: 5px;
}

.custom-style-frame .header-title h1 {
    font-size: 70px;
    border-bottom: 3px solid #0084ff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 700;
}

.custom-style-frame .header-title h5 {
    color: #4a4b4d;
    font-size: 28px;
}

.custom-style-frame .date-and-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.custom-style-frame .date-and-title p {
    width: 100%;
    text-align: right;
}

.custom-style-frame .cloud-tour {
    margin-top: 15px;
}

.custom-style-frame .cloud-tour img {
    width: 100%;
}

.custom-style-frame .cloud-tour p {
    background: #141414db;
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
    padding-top: 0;
}

.custom-style-frame .data-content h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 15px;
    line-height: 32px;
    font-weight: 700;
}

.custom-style-frame .content-and-image {
    display: flex;
    align-items: center;
}

.custom-style-frame .content-and-image .width-50 {
    width: 50%;
}

.custom-style-frame .content-and-image .img-main {
    width: 50%;
}

.custom-style-frame .content-and-image .img-main img {
    width: 100%;
}

.custom-style-frame .content-and-image .content-main {
    padding-left: 20px;
    width: 50%;
}

.custom-style-frame .content-and-image .content-main p {
    margin-bottom: 10px;
}

.custom-style-frame .content-and-image .content-main h6 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0084ff;
}

.custom-style-frame .content-and-image .content-main ul {
    padding: 0;
    margin: 0;
    margin-left: 18px;
    margin-bottom: 0;
}

.custom-style-frame .content-and-image h4 {
    font-size: 23px;
    margin-bottom: 5px;
    line-height: 32px;
    font-weight: 700;
}

.custom-style-frame .content-and-image .content-main ul li {
    font-size: 14px;
    color: #4a4b4d;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 3px;
    list-style: disc;
}

.custom-style-frame .content-and-image .content-main ul li strong {
    color: #1d1d1d;
}

.custom-style-frame .content-and-image .content-main.right {
    padding-left: 0;
    padding-right: 20px;
}

.custom-style-frame .gap-align-1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.custom-style-frame .bg-align-blue {
    background: #46a1f6;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.custom-style-frame .bg-align-blue h6 {
    color: #fff !important;
    margin-top: 0 !important;

}

.custom-style-frame .bg-align-blue h4 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}

.custom-style-frame .bg-align-blue p {
    color: #fff;
    margin-bottom: 10px !important
}

.custom-style-frame .bg-align-blue p strong {
    color: #fff;
}

.custom-style-frame .bg-align-blue ul li {
    color: #fff !important;
}

.custom-style-frame .content-and-image.gap-fill .width-50 {
    /* padding: 0; */
}

.custom-style-frame .border-top-blue {
    margin-top: 20px;
    border-top: 2px solid #09f;
    padding-top: 10px;
}

.custom-style-frame .border-top-blue-dark {
    border-top: 5px solid #09f;
    padding-top: 10px;
}

.custom-style-frame .border-top-blue-dark p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-style-frame .border-top-blue-dark p a {
    color: #004370;
    text-decoration: none;
}

.custom-style-frame .border-line-top {
    border-top: 2px solid #09f;
}

.custom-style-frame .border-line-bottom {
    border-bottom: 2px solid #09f;
    margin-bottom: 25px;
}

.custom-style-frame .main-ttile-center {
    text-align: center;
}

.custom-style-frame .main-ttile-center h6 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0084ff;
}

.custom-style-frame .main-ttile-center h4 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: 700;
}

.width-100 {
    width: 100% !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
    .custom-style-frame .header-title h1 {
        font-size: 33px;
    }

    .custom-style-frame .header-title h5 {
        font-size: 19px;
    }

    .newsletter-main-setion .frame-newsletter {
        margin-top: 0px !important;
    }

    .custom-style-frame .header-title h1 {
        margin-bottom: 15px;
    }

    .custom-style-frame .main-ttile-center h6 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .custom-style-frame .cloud-tour p {
        line-height: 20px;
        font-size: 14px;
    }

    .custom-style-frame .data-content h2 {
        font-size: 16px;
        line-height: 25px !important;
    }

    .custom-style-frame .content-and-image {
        display: block;
    }

    .custom-style-frame .content-and-image .img-main {
        width: 100%;
        margin-bottom: 15px;
    }

    .custom-style-frame .content-and-image .content-main {
        padding-left: 0;
        width: 100%;
    }

    .custom-style-frame .content-and-image .content-main.right {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .custom-style-frame .content-and-image h4 {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }

    .custom-style-frame .content-and-image .content-main h6 {
        font-size: 15px;
        margin-top: 10px;
    }

    .custom-style-frame .bg-align-blue {
        padding-top: 7px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 25px;
    }

    .custom-style-frame .main-ttile-center h4 {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 27px;
        font-weight: 700;
    }

    .custom-style-frame .border-line-bottom {
        margin-bottom: 20px;
    }

    .custom-style-frame .border-line-bottom-2 {
        border-bottom: 2px solid #09f;
        margin-bottom: 25px;
    }

    .pt-25 {
        padding-top: 15px !important;
    }

    .pb-25 {
        padding-bottom: 15px !important;
    }

    .newsletter-main-setion .frame-newsletter {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 450px) {
    .custom-style-frame .header-title h1 {
        font-size: 27px;
    }

    .custom-style-frame .header-title h5 {
        font-size: 15px;
    }

    .custom-style-frame .header-title {
        padding-left: 10px;
    }
}