/* ----------------------------------------------------------------
	Custom CSS IAA */

:root {
    --cnvs-themecolor: #00aedb;
    --cnvs-themecolor-rgb: 0, 174, 219;
    --cerulean-50: #ecfdff;
    --cerulean-100: #cef8ff;
    --cerulean-200: #a3effe;
    --cerulean-300: #64e1fc;
    --cerulean-400: #1ecaf2;
    --cerulean-500: #02abd6;
    --cerulean-600: #0589b5;
    --cerulean-700: #0b6d93;
    --cerulean-800: #135977;
    --cerulean-900: #154a64;
    --cerulean-950: #073045;
    --ia-blue-500: #00718f;
    --ia-green-500: #c1d72e;
    --basic-blue-500: #048ed8;
    --ia-blue-2-50: #f1fafa;
    --ia-blue-2-100: #dbeff2;
    --ia-blue-2-400: #4a9eb1;
}


.ia-lt-blue {
    color: #00aedb;
}

.heading-cnvs-themecolor {
    color: var(--cnvs-themecolor);
}


.heading-ia-blue {
    color: var(--ia-blue-500);
}

.heading-cerulean-600 {
    color: var(--cerulean-600);
}

.heading-ia-green {
    color: var(--ia-green-500);
}

.heading-basic-blue {
    color: var(--basic-blue-500);
}

.dk-blue-2 {
    color: #00718f;
}


.menu-container>.menu-item>.menu-link {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #00718f;
}

.menu-link {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    /* Adjust as needed */
    transition: color 0.3s;

}

.menu-link div {
    position: relative;
    display: inline-block;
    padding: 0px 0px;
    /* Adjust as needed */
    transition: color 0.3s;

}

/* Hover effect for the div inside the menu link */
.menu-link:hover div {
    color: #00aedb;
}


.menu-link div::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00aedb;
    transition: width 0.3s;
}

.menu-link:hover div::before {
    width: 100%;
}


/* Media query to ensure the nav hover effect only appears on desktop */
@media (max-width: 992px) {

    /* Adjust the breakpoint as needed */
    .menu-link div::before {
        display: none;
    }
}

.sub-menu-container {
    border-top: 0px;
}

@media (min-width: 1200px) {
    .sub-menu-container .menu-item>.menu-link {
        padding: 10px 15px;
        font-weight: 500;
        font-size: 14px;
    }

    .sub-menu-container .menu-link div>i.icon-angle-down,
    .side-header .primary-menu:not(.on-click) .menu-link i.icon-angle-down {
        right: -14px;

    }
}


.nav-link {
    color: #00aedb;
}

.nav-link:hover {
    color: #00718f;
}

.btn-primary {
    color: #fff;
    background-color: #00aedb;
    border-color: #00aedb;
    font-weight: 600 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0093B8;
    border-color: #0093B8;
}

.btn-secondary {
    color: #fff !important;
    background-color: #00718f !important;
    border-color: #00718f !important;
    font-weight: 600 !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #005066 !important;
    border-color: #005066 !important;
}

.btn-outline-blue {
    color: #00aedb;
    border-color: #00aedb;
    font-weight: 600 !important;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #00aedb;
    border-color: #00aedb;
    font-weight: 600 !important;
}


.btn-outline-dk-blue {
    color: #00718f;
    border-color: #00718f;
    font-weight: 600 !important;
}

.btn-outline-dk-blue:hover {
    color: #fff;
    background-color: #00718f;
    border-color: #00718f;
    font-weight: 600 !important;
}

.btn-outline-white {
    color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight: 600 !important;
}

.btn-outline-white:hover {
    color: #00aedb !important;
    background-color: #ffffff;
    border-color: #ffffff;
}

.button:hover {
    background-color: #00718f;
    transition: 0.3s;
}

.button.button-border {
    border: 2px solid #00718f;
    background-color: transparent;
    color: #00718f;
    font-weight: 600;
    text-shadow: none;
}

.button.button-border:not(.button-fill):hover {
    background-color: #00718f;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.text-muted {
    color: #202020 !important;
}

.lht1 {

    line-height: 1.0;
}

.ia-gradient-ltblue {
    background: rgb(2, 144, 180);
    background: linear-gradient(180deg, rgba(2, 144, 180, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.round-img {
    border-radius: 6px !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgb(0 174 219 / 4%);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.section-nopadtop {
    position: relative;
    width: 100%;
    margin: 0px 0px 60px 0;
    padding: 0px 0;
    background-color: #00aedb;
    overflow: hidden;
}

.section-nopad {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px 0;
    background-color: #00aedb;
    overflow: hidden;
}

.section-nopadtop-white {
    position: relative;
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: #fff;
    overflow: hidden;
}

.block-form-1 .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.block-form-1 .form-group label:not(.error) {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    color: #BBB;
    padding: 0 4px;
    transform: translateY(-50%);
    transition: all 200ms ease;
    cursor: text;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
}

.block-form-1 .form-group input:focus+label:not(.error),
.block-form-1 .form-group input.focus-visible+label:not(.error),
.block-form-1 .form-group input:visited+label:not(.error),
.block-form-1 .form-group input:not(:placeholder-shown)+label:not(.error) {
    font-size: 70%;
    transform: translate3d(0, -50%, 0);
    top: 0;
    color: #999;
    background-color: #FFF;
}

.block-form-1 .form-group input::-webkit-input-placeholder {
    opacity: 0;
}

.block-form-1 .form-group input:-ms-input-placeholder {
    opacity: 0;
}

.block-form-1 .form-group input::-moz-placeholder {
    opacity: 0;
}

.block-form-1 .form-control.border-form-control {
    --cnvs-input-btn-padding-x: 0;
}

.block-form-1 .form-control.border-form-control+label:not(.error) {
    left: 0;
    color: #bbb !important;
}

.bg-dark {
    background-color: #005166 !important;
}

.custom-bg-blue {
    background-color: #8ee8ff;
}

.custom-bg-green {
    background-color: #c1d72e;
}

.panel-content {
    padding: 40px 40px;
}

.list-styled {
    margin-left: 24px;
}

#footer .footer-content p {
    color: #fff;
    padding-right: 30px;
    font-size: 12px;
}


#footer .footer-content .list-unstyled li a {
    color: #00aedb !important;
    text-decoration: none;
    font-size: .7rem;
}

#footer .footer-content .list-unstyled li a:hover {
    color: #c1d72e !important;
    font-size: .7rem;
}

#footer .footer-content h5 {
    color: #fff;
}

#footer a:hover {
    color: #c1d72e !important;
}

#footer .icon-twitter2,
#footer .icon-linkedin2,
#footer .icon-facebook2,
#footer .icon-youtube2 {

    font-size: 22px;
    padding-right: 14px;

}

/*media-queries*/

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2.8rem;
    }
}

/*mobile*/

@media (max-width: 576px) {

    .retina-logo {
        height: 60px;
    }

    .top-phone {
        background-color: var(--themecolor, #00aedb);
        color: #FFF;
        padding: 8px 6px;
        border-radius: 3px;
    }

}

.team-style-one {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-style-one:hover {
    box-shadow: var(--shadow-4);
}

.team-style-one .team-image img {
    width: 100%;
}

.team-style-one .team-content {
    padding: 20px 15px;
    width: 100%;
}

.team-style-one .team-content .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    color: #00718f;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-style-one .team-content .name {
        font-size: 18px;
    }
}


.section-title-seven {
    text-align: center;
    max-width: 550px;
    margin: auto;
    margin-bottom: 16px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-seven {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .section-title-seven {
        margin-bottom: 35px;
    }
}

.section-title-seven span {
    text-transform: uppercase;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.section-title-seven h5 {
    font-weight: 600;
    margin-bottom: 7px;
    color: #00aedb;
    text-transform: uppercase;
    font-size: 1rem;
}

@media (max-width: 767px) {
    .section-title-seven h5 {
        font-size: 0.8rem;
    }
}

.section-title-seven h2 {
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
}

.section-title-seven h2::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: #00aedb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-seven h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .section-title-seven h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.section-title-seven p {
    color: var(--dark-3);
}

.team-style-one .team-content .sub-title {
    font-size: 14px;
    line-height: 22px;
    color: #00718f;
    margin-top: 2px;
    display: block;
    line-height: 1.2;
}

.team-style-one .team-content .profile-copy {
    font-size: 14px;
    line-height: 1.6 !important;
    margin: 0px 0px 12px 0px;
    color: #202020;
}

ul.social {
    margin-bottom: 16px;
}

.team-style-one .team-content .social {
    margin-top: 12px;

}

.team-style-one .team-content .social li {
    display: inline-block;
    margin: 0 4px;
}

.team-style-one .team-content .social li a {
    font-size: 32px;
    color: #00aedb;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 35px;
    border: 1px solid var(--gray-4);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team-style-one .team-content .social li a:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: transparent;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300aedb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed) {
    color: #00718f;
    background-color: #dbf7ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300718f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(2, 144, 80, .125);
}


.list-group-item {
    background-color: transparent !important;
}

.member-login-tab {
    position: fixed;
    right: 0;
    top: 18%;
    background-color: #005166;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 1050;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: bottom right;
}



.member-login img {
    width: 20px;
    margin-right: 8px;
}


.member-dir-alert img {
    width: 20px;
    margin-right: 8px;
}


.member-dir-alert-tab {
    position: fixed;
    right: 0;
    top: 25%;
    background-color: #c1d72e;
    color: white;
    font-size: 12px;
    cursor: pointer;
    padding: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    align-items: center;
    z-index: 1050;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: bottom right;
}


.modal-panel {
    position: fixed;
    top: 0;
    right: -100%;
    /* Start off-screen */
    height: 40%;
    width: 100%;
    /* Adjust as per requirement */
    max-width: 400px;
    /* Maximum width */
    background-color: #005166;
    color: #fff;
    box-shadow: -1px 0 5px rgba(0, 0, 0, .25);
    transition: right 0.3s ease-out;
    z-index: 1051;
    /* Above the tab */
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    margin-top: 48px;
}

.close-modal-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    border: none;
    background: none;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
    z-index: 1060;
}

.modal-content {
    position: relative;
    /* Ensure the positioning context is set for the content */
    overflow-y: auto;
    /* Enable vertical scrolling */
    max-height: 98vh;
    /* Adjust based on your needs and header/footer size */
    padding: 20px 20px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px;
    border-radius: .8rem;
    outline: 0;
    color: #fff;
}

/* Optional: Style the scrollbar for webkit browsers */
.modal-content::-webkit-scrollbar {
    width: 10px;
    /* Scrollbar width */
}

.modal-content::-webkit-scrollbar-thumb {
    background: #007bff;
    /* Scrollbar color */
    border-radius: 5px;
}

/* Optional: Style for scrollbar for Firefox */
.modal-content {
    scrollbar-width: thin;
    scrollbar-color: #007bff #ffffff;
    /* thumb and track color */
}

/* ===== Buttons Css ===== */
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background: #00aedb;
    color: #fff;
    box-shadow: var(--shadow-2);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .active.primary-btn-outline,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover,
.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

/*===== SLIDER ONE =====*/
.slider-one .bd-example .carousel .carousel-inner {
    background-color: #00aedb;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item {
    height: auto;
    padding: 260px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 200px 0;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        padding: 150px 0;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;

}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item {
        height: 400px;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 52px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .text {
    color: #fff;
    display: block;
    margin: 32px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    display: inline-block;
    margin: 16px 8px 0;
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        margin: 16px 3px 0;
    }
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn {
    background-color: #fff;
    color: #00aedb;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border-width: 2px;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
}

.slider-one .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li .primary-btn-outline:hover {
    border-color: transparent;
    background-color: #fff;
    color: #00aedb;
}

.slider-one .bd-example .carousel .carousel-control-prev,
.slider-one .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 3px solid #fff;
    font-size: 20px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 30px;
    opacity: 1;
    z-index: 99;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slider-one .bd-example .carousel .carousel-control-prev:hover,
.slider-one .bd-example .carousel .carousel-control-next:hover {
    background-color: #fff;
    color: #00aedb;
    border-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .slider-one .bd-example .carousel .carousel-control-prev,
    .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider-one .bd-example .carousel .carousel-control-prev,
    .slider-one .bd-example .carousel .carousel-control-next {
        left: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {

    .slider-one .bd-example .carousel .carousel-control-prev,
    .slider-one .bd-example .carousel .carousel-control-next {
        left: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.slider-one .bd-example .carousel .carousel-control-next {
    right: 30px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-control-next {
        right: 20px;
    }
}

.slider-one .bd-example .carousel .carousel-indicators {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .slider-one .bd-example .carousel .carousel-indicators {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .slider-one .bd-example .carousel .carousel-control-next, .slider-one .bd-example .carousel .carousel-control-prev {
        display: none !important;
    }
}

.slider-one .bd-example .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50px;
    border: 0;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.slider-one .bd-example .carousel .carousel-indicators li.active {
    width: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.slider-one .bd-example .carousel .carousel-indicators li:hover {
    opacity: 1;
}

body {
    line-height: 1.8;
    color: #202020;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00718f;
    line-height: 1.1;
    margin: 0 0 16px 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h1,
.h1 {
    letter-spacing: -0.05em;
}

h2,
.h2 {
    letter-spacing: -0.04em;
}

h3,
.h3 {
    letter-spacing: -0.03em;
}

h4,
.h4 {
    letter-spacing: -0.02em;
}

p {
    margin-bottom: 16px;
}


.btn {

    /* increased border width to match font weight */
    padding: .5rem 1.5rem;
    /* increased padding for air */
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    letter-spacing: normal;
}



/* added so outline can be referenced alone */
.btn .btn-outline {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
}

/* Apply 50% opacity to the link in its static state */
.op-link {
    opacity: 0.7;
    color: #fff;
    transition: opacity 0.3s ease;
}

/* Ensure that text decoration is initially none to avoid default underline */
.op-link {
    text-decoration: none;
}

/* On hover, change the opacity to 100% and add an underline */
.op-link:hover {
    opacity: 0.75;
    color: #fff;
    text-decoration: underline !important;
}

.lt-blue {
    background-color: #00aedb !important;
    color: #fff !important;
}

.lt-blue:hover {
    background-color: #0389b7 !important;
    color: #fff !important;
}

.outline-white {
    color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight: 600 !important;
}

.outline-white:hover {
    color: #00aedb !important;
    background-color: #ffffff;
    border-color: #ffffff;
}

a.link-white {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid;
    cursor: pointer;
}

a.link-white:hover {
    color: #ffffff;
    opacity: 0.5;
    border-bottom: 1px solid transparent;
    cursor: pointer;

}

.fw-800 {
    font-weight: 800 !important;
}

.display-4 {
    font-weight: 500;
}

.menu-link {
    font-family: "Inter", sans-serif;
}

.top-phone {
    background-color: var(--ia-blue-500);
    color: #FFF;
    padding: 8px 8px;
    border-radius: 3px;
}

.top-phone:hover {
    color: #fff;
    background-color: #00718f;
}

.top-phone i {
    position: relative;
    top: 2px;
}

.top-phone span {
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0px;
}

.background-cerulean-500 {
    background-color: var(--cerulean-500);
}

.background-ia-green-500 {
    background-color: var(--ia-green-500);
}

.background-basic-blue-500 {
    background-color: var(--basic-blue-500);
}

.background-ia-green-blue {
    background-image: linear-gradient(to right top, #c1d72e, #66d76d, #00cea6, #00bfcc, #02abd6);
}

.event-date {
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    color: var(--basic-blue-500);
    margin-bottom: 8px;
}

.event-title {
    font-size: 22px;
    line-height: 1.0;
    font-weight: 700;
    color: var(--cerulean-950);
    min-height: 50px;
    max-height: 110px;
    overflow: hidden;
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: left;
}

/*
  custom-box-ai
*/

.custom-box-ia {
    transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    padding: 20px;
    border: 2px solid #a9c022;
    border-radius: 5px;
    background-color: #a9c022;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.custom-box-ia:hover {
    box-shadow: 0 4px 8px rgba(245, 248, 207, 0.7);
    background-color: #fff;
    color: #c0d431;
}

.custom-box-ia h5 {
    color: #fff;
}

.custom-box-ia:hover h5 {
    color: #a9c022;
}

.sponsorlogo:hover {
    opacity: 50%;

}

.hoverfade:hover {
    border: 2px solid #c1d72e;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;

}

.committee ul.social {
    margin-bottom: 16px;
}

.committee .team-content .social {
    margin-top: 12px;

}

.committee .social li {
    display: inline-block;
    margin: 0 4px;
}

.committee .social li a {
    font-size: 32px;
    color: #00aedb;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 35px;
    border: 1px solid var(--gray-4);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.committee .social li a:hover {
    background-color: var(--primary);
    color: var(--white);
    border-color: transparent;
}

.features-style-five {
    position: relative;
    padding: 0 20px;
    margin-top: 40px;
}

.features-style-five::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: var(--ia-green-500);
}


.heading-platinum {
    background: linear-gradient(90deg, #b3b6ba, #808285);
    height: 64px;
}

.heading-gold {
    background: linear-gradient(90deg, #d5bd8c, #bb9642);
    height: 64px;
}

.heading-silver {
    background: linear-gradient(90deg, #d4d6d9, #a7a9ac);
    height: 64px;
}

.heading-bronze {
    background: linear-gradient(90deg, #c19e7c, #955f2e);
    height: 64px;
}

.heading-futures {
    background: linear-gradient(90deg, rgba(193, 215, 46, 1) 15%, rgba(2, 171, 214, 1) 74%);
    height: 64px;
}

.iablog a {
    color: #00aedb !important;
}

.iablog a:hover {
    color: #00718f !important;
}

.blog-side ul {
    list-style: none;
}

.blog-styling ul {

    margin-left: 24px !important;
}

.blog-styling ol {

    margin-left: 24px !important;
}

.events ul {

    margin-left: 24px !important;
}

.events ol {

    margin-left: 24px !important;
}

.card-body-2 a h4 {
    color: #00aedb !important;
}

.card-body-2 a:hover h4 {
    color: #00718f !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00aedb;
}

.ia-membership {
    position: relative;
    background-image: url('/images/page-images/member-benefits-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.ia-membership::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 90, 120, 0.5);
    z-index: 1;
}

.ia-membership .container {
    position: relative;
    z-index: 2;
}

.ia-membership p {
    z-index: 3;
}

/* ===== Buttons Css ===== */
.pricing-style-three .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.pricing-style-three .active.primary-btn,
.pricing-style-three .primary-btn:hover,
.pricing-style-three .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.pricing-style-three .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===== PRICING STYLE THREE =====*/
.pricing-three {
    padding: 40px 0;
}

.pricing-style-three {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 40px 40px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f4fdff;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .pricing-style-three {
        padding: 35px 30px;
    }
}

.pricing-style-three:hover {
    box-shadow: 0 4px 12px rgba(0, 80, 100, 0.60);
}

.pricing-style-three .sub-title {
    color: var(--ia-blue-500);
    position: relative;
    padding-bottom: 0px;
}

.pricing-style-three .price {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 16px;
    color: var(--cnvs-themecolor);
}

.pricing-style-three .price span {
    font-size: 15px;
    color: var(--dark-3);
}

@media (max-width: 767px) {
    .pricing-style-three .price {
        font-size: 45px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-three .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

.pricing-style-three .text {
    color: var(--ia-blue-500);
    margin-top: 3px;
    font-size: 18px;
}

.pricing-style-three .pricing-list {
    margin-top: 40px;
}

.pricing-style-three .pricing-list li {
    color: var(--dark-3);
    margin-top: 16px;
}

.pricing-style-three .pricing-list li i {
    color: var(--primary);
    margin-right: 8px;
}

.pricing-style-three .pricing-btn {
    margin-top: 16px;
}

.pricing-style-three .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
    z-index: -1;
}


#profileintro p {

    font-size: .85rem;
    line-height: 1.3;
    color: #00718f;
    padding-left: 16px;
    padding-right: 16px;
}

.stateboxes {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.stateboxes:hover {
    box-shadow: 0 4px 12px rgba(0, 80, 100, 0.60);
}

.pagination li.active {
    background-color: #c1d72e;
}

.pagination li {
    padding: 12px 15px;
    color: #202020;
    border: 1px solid #e3e7ed;
}

.pagination li {
    display: inline-block !important;
}

.card.ia-card {
    border: 0px solid rgba(0, 0, 0, .125);
}

.ia-card .card-body {
    background-color: #f4fdff;
    color: var(--ia-blue-500);
    border: 0px !important;
    border-radius: .30rem;
}

.ia-card .card-body p {
    font-size: .9rem;
    line-height: 1.32;
}


.ia-card:hover .card-body {
    background-color: #00aedb;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}



.search-card .card-body {
    background-color: #dbe96d;
    color: var(--ia-blue-500);
    /* Optional: Adjust as needed */
    transition: background-color 0.3s ease, color 0.3s ease;
}


.search-card:hover .card-body {
    background-color: #c1d72e;
    color: #fff;
    /* Optional: Adjust as needed */
}

.ia-card:hover .card-body h5,
.ia-card:hover .card-body p {
    color: #fff;
}

.ia-card .icon {
    color: var(--ia-blue-500);
}

.ia-card:hover .icon {
    color: #fff;
    transition: color 0.3s ease;
}


.search-card .card-body {
    background-color: var(--ia-blue-500);
    color: #f4fdff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.search-card:hover .card-body {
    background-color: #c1d72e;
    color: #fff;
}

.search-card .icon {
    color: #f4fdff;
    transition: color 0.3s ease;
}

.search-card h5,
.search-card p {
    color: #f4fdff;
    transition: color 0.3s ease;
}

.ia-vertical-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ia-vertical-menu li {
    border-bottom: 1px solid #00aedb;
}

.ia-vertical-menu li:last-child {
    border-bottom: none;
}

.ia-vertical-menu a {
    display: block;
    background-color: #ffffff;
    color: #00718f;
    text-decoration: none;
    padding: 12px;
    text-align: left;
    transition: background-color 0.3s ease;
}

.ia-vertical-menu a:hover {
    background-color: #00aedb;
    color: #ffffff;
}

.training-heading {
  display: inline-block;
  background-color: #02abd6;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 999px; /* This creates the pill shape */
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.rounded-end {
    border-top-right-radius:12.0rem!important;
    border-bottom-right-radius: 12.0rem!important
}

.rounded-start {
    border-top-left-radius:12.0rem!important;
    border-bottom-left-radius: 12.0rem!important
}