.heroBanner {
    height: 1026px;
    background-color: var(--bs-dark);
}

#myCarousel .carousel-inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 1;
}

#myCarousel .carousel-item {
    height: 1026px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pos-abs {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.banner-content {
    position: relative;
    padding-left: 40px;
}

.banner-content::before {
    content: "";
    position: absolute;
    top: -36px;
    bottom: -36px;
    left: 0;
    background: #0a65a4;
    width: 4px;
}

.banner-content h1, .main-heading {
    font-size: 60px;
    line-height: 60px;
    color: var(--bs-white);
    font-weight: 900;
    margin-bottom: 0;
}

.banner-content h1 span, .main-heading span {
    color: var(--pale-yellow);
}

.banner-content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    color: var(--bs-white);
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 75%;
}

.counter-sec {
    margin-top: -255px;
    position: relative;
    z-index: 1;
}

.libraries-list {
    display: flex;
    justify-content: space-between;
}
.content-section ul{}
.libraries-list li {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    text-align: center;
    color: var(--bs-white);
    height: 255px;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.libraries-list li span {
    display: block;
    font-size: 48px;
    font-weight: 100;
    color: var(--bs-white);
    width: 100%;
    position: relative;
}

.libraries-list li span.plus::after {
    content: "+";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.libraries-list li p {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--bs-white);
    position: relative;
}

.libraries-list li small {
    display: block;
    font-size: 11px;
    font-weight: 300;
    color: var(--bs-white);
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    white-space: nowrap;
}

.link-nav {
    background: #0a65a4;
    border-top: 1px solid #5494bf;
    height: 59px;
    transition: all .3s ease-in-out;
}

.link-nav .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.link-nav a {
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    border-left: 1px solid #5494bf;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}

.link-nav a:first-child {
    padding-left: 0;
    border-left: 0;
}

.link-nav a:hover {
    opacity: .5;
}

.link-nav.fixed {
    height: 30px;
    position: fixed;
    bottom: 65px;
    z-index: 2;
    left: 24px;
    right: 24px;
    border-radius: 10px;
    border: 1px solid #5494bf;
}

body.scrl-up .link-nav.fixed {
    bottom: 20px;
}

.main-sec {
    background: var(--bs-white);
    padding-top: 110px;
    padding-bottom: 90px;
}

.content-section h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 34px;
}

.content-section p {
    font-size: 18px;
    font-weight: 300;
    color: var(--bs-mid-dark);
    margin-bottom: 32px;
}

.side-img {
    position: relative;
    z-index: 1;
}

.side-img img {
    width: 100%;
    height: 809px;
    object-fit: cover;
}

.side-img .content-section {
    position: absolute;
    top: 0;
    left: 0;
    background: #0a65a4;
    padding: 75px 60px 65px;
    right: 44%;
}

.fade-design {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -138px;
}

.fade-design span {
    height: 46px;
    display: block;
}

.fade-design span:first-child {
    background: rgba(10, 101, 164, .8);
}

.fade-design span:nth-child(2) {
    background: rgba(10, 101, 164, .6);
}

.fade-design span:last-child {
    background: rgba(10, 101, 164, .4);
}

.contact-sec {
    background: #e6e6e6;
    padding-top: 90px;
    padding-bottom: 230px;
    margin-top: -425px;
}

.content-section h4,
.content-section h4 a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #0a65a4;
    transition: all .3s ease-in-out;
}

.content-section.contact-us-box {
    border: 1px solid #087e8a;
    border-radius: 10px;
}

.content-section.contact-us-box .phone-mail {
    margin-top: 35px;
}

.content-section.contact-us-box h4
 {
    font-size: 16px;
    line-height: 16px;
}

.content-section small {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: var(--text-dark);
    display: block;
}

.content-section.contact-us-box small, .content-section.contact-us-box h4 a{font-size: 14px; line-height: 16px;}
.content-section h4 a:hover {
    text-decoration: underline;
}

.phone-mail {
    margin-top: 50px;
    position: relative;
}

.phone-mail::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(255, 255, 255, 0.1));
    height: 1px;
}

.library-sec {
    padding-bottom: 75px;
    margin-top: -125px;
}

.b-item {
    margin: 0 12px;
}

.bnft-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 546px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: end;
    justify-content: space-between;
    overflow: hidden;
}

.bnft-box h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: var(--bs-white);
    margin-bottom: 0;
    padding: 50px 42px;
    white-space: nowrap;
}

.bnft-box a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: var(--bs-white);
    background: #0a65a4;
    border-top-left-radius: 10px;
    padding: 50px 42px;
    white-space: nowrap;
}

.bnft-box:hover {
    background-blend-mode: luminosity;
    background-color: var(--bs-white);
}

.bnft-box:hover a {
    color: var(--text-datk);
    background: var(--bs-white);
}

.mt-100x {
    margin-top: 100px;
}

.library-sec .content-section h3 {
    margin-bottom: 20px;
}

.library-sec .content-section p {
    font-size: 16px;
}

.table-responsive {
    border-radius: 5px;
}

.table-borderless thead {
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    border-radius: 5px;
}

.table-borderless> :not(:first-child) {
    border-bottom: 1px solid #e9e9e9;
}

.table-borderless> :not(caption)>*>* {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    white-space: nowrap;
}

.table-borderless.bg-grey-table> :not(caption)>*>* {
    border-right: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
}

.table-borderless.bg-grey-table tr {
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.table.table-borderless thead th,
.table-borderless td {
    padding: 15px 20px;
}

.table-borderless p {
    margin-bottom: 0 !important;
}

.table-borderless th p {
    font-size: 13px !important;
    color: var(--bs-mid-dark);
    text-transform: uppercase;
    font-weight: 600;
}

.table-borderless td p {
    font-size: 14px !important;
    font-weight: 300;
    color: var(--bs-mid-dark);
}

.lrc-sec {
    padding-top: 85px;
    padding-bottom: 100px;
    background-color: #0a65a4;
    position: relative;
}

.lrc-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-list-style {
    margin-top: 30px;
    margin-bottom: 75px;
}

.custom-list-style li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 300;
}

.custom-list-style li::after {
    content: "";
    left: 4px;
    position: absolute;
    top: 2px;
    background: url(../images/check-white.png);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}

.txt-underline {
    text-decoration: underline;
}

.txt-underline:hover {
    text-decoration: none !important;
}

.benefit-slider .slick-dots, .contact-slider .slick-dots {
    bottom: -46px;
}

.benefit-slider .slick-dots li button, .contact-slider .slick-dots li button {
    position: relative;
}

.benefit-slider .slick-dots li button::after, .contact-slider .slick-dots li button::after {
    content: ".";
    position: absolute;
    font-size: 36px;
    color: #c8c8c8;
    left: 30%;
    top: 0;
    transition: all .3s ease-in-out;
}

.benefit-slider .slick-dots li.slick-active button::after, .contact-slider .slick-dots li.slick-active button::after {
    color: var(--text-dark);
}
.contact-slider .slick-slide{padding:0 15px;}
.contact-slider{margin-top:30px;}
.footer-contact-sec {
    padding-bottom: 75px;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1480px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1650px;
    }
}

@media (max-width: 1799px) {
    .link-nav a {
        font-size: 12px;
    }

    .bnft-box h5,
    .bnft-box a {
        font-size: 18px;
        padding: 30px;
    }
}

@media (max-width: 1599px) {
    .libraries-list li span {
        font-size: 36px;
    }

    .libraries-list li p {
        font-size: 18px;
    }

    .libraries-list li small {
        font-size: 10px;
    }

    .link-nav a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-sec {
        margin-top: -375px;
    }

    .side-img .content-section {
        padding: 50px;
    }

    .lrc-bg {
        background-position: 55%;
    }
    .content-section.contact-us-box .phone-mail{flex-direction: column;}
}

@media (max-width: 1399px) {
    .banner-content h1, .main-heading {
        font-size: 52px;
        line-height: 52px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 22px;
    }

    .libraries-list li span {
        font-size: 30px;
    }

    .libraries-list li span.plus::after {
        right: 10%;
    }

    .libraries-list li p {
        font-size: 16px;
    }

    .link-nav a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }

    .content-section h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .content-section p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .content-section h4,
    .content-section h4 a {
        font-size: 22px;
        line-height: 22px;
    }

    .content-section small {
        font-size: 14px;
        line-height: 16px;
    }

    .bnft-box {
        height: 490px;
    }

    .bnft-box h5,
    .bnft-box a {
        font-size: 16px;
        padding: 22px;
    }

    .library-sec .content-section p {
        font-size: 14px;
    }

    .table.table-borderless thead th,
    .table-borderless td {
        padding: 12px;
    }

    .table-borderless td p {
        font-size: 13px !important;
    }

    .custom-list-style li {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .counter-sec {
        margin-top: -510px;
    }

    .banner-content {
        margin-bottom: 400px;
    }

    .libraries-list li span.plus::after {
        right: 25%;
    }

    .link-nav .container {
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: var(--pale-yellow) #0d5a75;
    }
}

@media (max-width: 991px) {
    .banner-content {
        margin-bottom: 300px;
    }

    .counter-sec {
        margin-top: -400px;
    }

    .libraries-list li {
        gap: 44px;
        height: 200px;
    }

    .side-img img {
        height: auto;
    }

    .contact-sec {
        margin-top: 0;
    }

    .table-responsive {
        margin-bottom: 50px;
    }
    .content-section.contact-us-box h4 a{font-size: 16px;
        line-height: 16px;}
}

@media (max-width: 767px) {
    .banner-content h1, .main-heading {
        font-size: 40px;
        line-height: 40px;
    }

    .banner-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner-content::before {
        top: -24px;
        bottom: -24px;
    }

    .libraries-list li span {
        font-size: 24px;
    }

    .libraries-list li span.plus::after {
        right: 15%;
    }

    .libraries-list li p {
        font-size: 14px;
    }

    .link-nav.fixed {
        bottom: 110px;
    }

    .main-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-sec {
        padding-top: 60px;
        padding-bottom: 190px;
    }

    .library-sec {
        padding-bottom: 20px;
    }

    .mt-100x {
        margin-top: 50px;
    }

    .lrc-sec {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .lrc-bg {
        position: relative;
        height: 400px;
        left: 0;
        margin-top: 50px;
    }
    .content-section.contact-us-box .phone-mail{flex-direction: column;}
}

@media (max-width: 490px) {

    .heroBanner,
    #myCarousel .carousel-item {
        height: 690px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        z-index: 2;
    }

    .banner-content {
        margin-bottom: 80px;
        padding-left: 32px;
    }

    .banner-content h1, .main-heading {
        font-size: 28px;
        line-height: 28px;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
    }

    .counter-sec {
        margin-top: -230px;
    }

    .libraries-list li {
        gap: 10px;
        height: 115px;
    }

    .libraries-list li span {
        font-size: 18px;
    }

    .libraries-list li span.plus::after {
        right: 10%;
    }

    .libraries-list li p {
        font-size: 11px;
    }

    .libraries-list li small {
        font-size: 9px;
    }

    .link-nav {
        height: 45px;
    }

    .link-nav.fixed {
        left: 10px;
        right: 10px;
    }

    .content-section h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .content-section p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .side-img .content-section {
        padding: 24px;
        right: 0;
    }

    .fade-design {
        bottom: -84px;
    }

    .fade-design span {
        height: 28px;
    }

    .content-section h4,
    .content-section h4 a {
        font-size: 20px;
        line-height: 20px;
    }

    .content-section small {
        font-size: 12px;
        line-height: 14px;
    }

    .b-item {
        margin: 0 5px;
    }

    .bnft-box {
        height: 345px;
    }

    .table.table-borderless thead th,
    .table-borderless td {
        padding: 10px;
    }

    .table-borderless th p {
        font-size: 12px !important;
    }

    .table-borderless td p {
        font-size: 12px !important;
    }

    .library-sec {
        padding-bottom: 0;
    }

    .custom-list-style {
        margin-bottom: 50px;
    }

    .custom-list-style li {
        font-size: 14px;
        line-height: 16px;
    }

    .lrc-bg {
        height: 265px;
    }
}