/* ==================== Common Style Start ==================== */
.common-details p a{
    text-decoration: none !important;
}
.common-details>*:last-child {
    margin-bottom: 0 !important;
}
.common-details.common-strong-700 b, 
.common-details.common-strong-700 strong{
    font-weight: 700 !important;
} 
.common-details h1,
.common-details h2,
.common-details h3,
.common-details h4,
.common-details h5,
.common-details h6 {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.common-details ul,
.common-details ol {
    margin-bottom: 20px;
}

.common-details ul li,
.common-details ol li {
    margin-bottom: 15px;
}

.common-details ul li {
    padding-left: 35px;
    margin-bottom: 10px;
}

/* ==================== Common Style End ==================== */

/* ==================== Home Page Start ==================== */
.bnr-img {
    position: relative;
}

.bnr-img::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.bnr-img::before {
    position: absolute !important;
    content: '' !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, rgba(9, 40, 101, 0) 0%, rgba(9, 40, 101, 1) 100%) !important;
    z-index: -1;
}

.bnr-text {
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
}

.bnr-background-main-block .bnr-img {
    width: 100% !important;
}


/* ==================== Home Page End ==================== */

/* ==================== Responsive Style Start ==================== */
@media (min-width: 1367px) and (max-width: 1520px) {
    .bnr-text .elementor-heading-title {
        font-size: 300px !important;
        line-height: 310px !important;
    }
}

@media (max-width: 1200px) {

    .common-details h1,
    .common-details h2,
    .common-details h3,
    .common-details h4,
    .common-details h5,
    .common-details h6,
    .common-details ul,
    .common-details ol {
        margin-bottom: 15px;
    }

    .common-details ul li,
    .common-details ol li {
        margin-bottom: 10px;
    }

    .bnr-img::after {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .bnr-img::after {
        height: 80px;
    }
}

@media (max-width: 575px) {
    .bnr-text .elementor-heading-title {
        font-size: clamp(70px, 7.25px + 19.61vw, 120px) !important;
        line-height: clamp(80px, 17.25px + 19.61vw, 130px) !important;
    }
}

/* ==================== Responsive Style End ==================== */