body {
    font-family: 'Hind';
    font-weight: 400;
    font-size: 1rem;
    color: #39557e;
}

a {
    color: #078586;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
    padding: 10px 0;
}

/* header,
.banner {
    background: url('./images/bg-header.png');
    background-size: cover;
} */

/* Custom CSS for Header Menu */
.navbar-toggler {
    border: none;
    background-color: transparent;
}

.navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 24px;
    background-image: url('path/to/hamburger-icon.png');
    /* Replace with your hamburger icon image */
    background-repeat: no-repeat;
    background-size: contain;
}

/* Style the menu links */
nav ul li {
    display: inline-block;
    margin-left: 15px;
}

nav ul li:first-child {
    margin-left: 0;
}

nav ul li a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 0px;
}

nav ul li a:hover {
    color: #f8f8f8;
    border-bottom: 4px solid #078586;
}

nav ul li a.btn {
    background-image: linear-gradient(to right, #078586, #1d2563, #1d2563, #078586);
    background-size: 300% 100%;
    border: 0;
    line-height: 43px;
    padding: 10px 30px;
}

nav ul li a.btn:hover {
    color: #fff;
}

/* Custom CSS for Slick Slider */
.slick-slider {
    position: relative;
}




.slick-slide .slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;

}

.slick-slide .slide-content:before {
    content: '';
    background: rgba(30, 34, 40, .4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slick-slide .slide-content-left,
.slick-slide .slide-content-right {
    flex-basis: 50%;
}

.slick-slide .slide-content-left {
    padding: 2rem 2rem 2rem 0;
    position: relative;
    z-index: 1;
    width: 50%;
}

.slick-slide .slide-content-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slide h2 {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* .slick-slide h2 span {
    color: #1d2563;
} */

.slick-slide p {
    font-size: 22px;
    margin-bottom: 2rem;
    font-weight: 400;
}

.slide-content .btn {
    font-size: 20px;
    /* Increase font size for the button */
    padding: 12px 24px;
    /* Adjust padding as needed */
}

/* Custom CSS for Slick Slider Bullets */
.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    cursor: pointer;
    font-size: 0;
    /* Hide the slide numbers */
}

.slick-dots .slick-active button {
    background-color: #078586;
    /* Your primary color */
}



.title-divider {
    position: relative;
    margin-bottom: 20px;
    height: 17px;
}

.overlay,
.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.banner .image-overlay {
    background-image: url(./images/educator-img4.png);
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: top right;
}

.title-divider {
    position: relative;
    margin-bottom: 20px;
    height: 17px;
}

.title-divider:before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    content: "";
    width: 100px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    background-color: #FFF;
    background-size: 22px;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
}

.banner .overlay-image {
    background-image: url(./images/educator-img5.png);
    opacity: 0.5;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 13% auto;
}

/* @media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
} */


.banner {
    min-height: 780px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    padding: 163px 0 0 !important;
    position: relative;
}
.org-links ul{
    margin-left:20px;
    list-style: disc;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}



footer ul li a {
    text-decoration: none;
}

footer ul.ft-link li {
    position: relative;
    padding-left: 30px;
}

footer ul.ft-link li span {
    padding-right: 20px;
    color: #078586;
    left: 0;
    position: absolute;
    top: 2px;
}

footer p,
footer a {
    color: #aaafb8;
    font-weight: 500;
}

footer .widgets {
    background: #282f3b;
    padding: 80px 0;
}

.btn-white {
    background: transparent;
    border-color: #fff;
    color: #fff;
    background-image: linear-gradient(to right, #078586, #1d2563, #1d2563, #078586);
    background-size: 300% 100%;
    border: 0;
    padding: 15px 30px;
}

.btn-outline {
    border-color: #078586;
}

.default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

footer .copyright {
    background: #1f2530;
    padding: 20px 0;
}

footer .copyright p {
    margin-bottom: 0;
}

footer .copyright a {
    color: #078586;
    text-decoration: none;
}

footer h3 {
    font-size: 22px;
}

.bg-dot.primary {
    background-image: radial-gradient(#078586 2px, transparent 2.5px);
    position: absolute;
    z-index: 1;
    top: -1.7rem;
    left: -1.5rem;
    background-size: 0.75rem 0.75rem;
    height: 9rem;
    width: 7rem;
    opacity: .5;
}

#about figure {
    position: relative;
    z-index: 9;
    border-radius: 0.4rem;
    margin: 0;
    overflow: hidden;
}

#about ul li {
    margin-bottom: 20px;
}

.bg-soft-primary {
    background-color: #078586;
    position: absolute;
    z-index: 1;
    width: 85%;
    height: 90%;
    right: -0.8rem;
    bottom: -1.8rem;
}

.widgets h3 {
    position: relative;
    margin-bottom: 40px !important;
}

.widgets h3:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 4px;
    background: #078586;
    left: 0;
    bottom: -15px;
}

h2.title {
    position: relative;
}

h2.title:before {
    content: '';
    position: absolute;
    background: #078586;
    height: 4px;
    width: 60px;
    top: -15px;
}

.social-media ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.social-media ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: flex;
    border-radius: 50px;
    background: #1f2530;
    align-items: center;
    justify-content: center;
    color: #078586;
}

.box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    margin-bottom: 40px;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.box:hover {
    transform: translateY(-5px);
}

.box .content {
    padding: 25px;
}

.box .content p {
    margin-bottom: 0;
}

.box figure {
    margin: 0;
}

.vision {
    position: relative;
    height: 400px;
    width: 100%;
    background: url('../images/mission.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
    position: relative;
}

.vision:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #282f3b;
    opacity: 0.4;
}

.vision .content {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 80px 80px 0 0;
}

.background-color {
    background-color: rgb(93 138 147 / 80%);
    /* Use the rgba format with your color values and desired opacity (0 to 1) */
    height: 100%;
    width: 50%;
    /* Adjust the width to fill the desired portion of the right end */
    position: absolute;
    top: 0;
    right: 0;
}

.text-overlay {
    position: relative;
    top: 50%;
    /* Vertically center the text relative to the container */
    right: 0;
    /* Horizontally center the text relative to the container */
    padding: 40px 20px;
    /* Adjust the padding as needed */
    color: #fff;
    width: auto;
    box-sizing: border-box;
    z-index: 99;
}



.cta figure img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}



@media screen and (max-width: 600px) {
    .slick-slide .slide-content-left {
        width: 100%;
    }

    .slick-slide h2 {
        font-size: 2rem;
        text-align: center;
    }

    .slick-slide .slide-content-left {
        padding: 0;
    }

    .bg-soft-primary {
        right: 5px;
    }

    #about h2.title:before {
        left: 50%;
        transform: translateX(-50%);
    }

    #about ul li {
        text-align: left;
    }

    #about .info {
        margin-top: 20px;
    }

    #about .info .bg-dot.primary {
        top: 0
    }

    .background-color {
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: rgb(93 138 147 / 40%);
    }
}