@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200&display=swap');

body {
    font-family: "Oxygen", sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #333;
}

p {
    color: #333;
    line-height: 28px;
}

a {
    color: #2ea5dc;
    text-decoration: none;
}

select:focus,
button:focus,
input:focus {
    outline: none;
    box-shadow: none!important;
}

.theme-bg {
    background-color: #2EA5DC;
}

.theme-color {
    color: #2EA5DC;
}

.light-head {
    font-size: 20px;
}

.title-main h1 {
    font-weight: 600;
    font-size: 28px;
}

.sub-head {
    font-size: 22px;
    font-weight: 600;
}

.secondary-bg {
    background-color: #E12454;
}

.color-second {
    color: #E12454;
}

.gray-bg {
    background-color: #F7F7F7;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.dropdown-menu {
    border-top: 3px solid #E12454;
    border-radius: 0;
    padding: 15px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    background-color: #fff;
    transition: all 0.3s ease 0s;
    width: auto;
    opacity: 0;
    visibility: hidden;
    top: 120%;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-item {
    margin: 0;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 500;
}

.navbar-toggler:focus,
.btn:focus,
input:focus {
    outline: none;
    box-shadow: none;
}
.menu-nav {
    background-color: #2EA5DC;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    padding: 1rem;
    font-weight:600;
}

.header .btn {
    height: 57px;
    border-radius: 0;
    padding: 0 2.2rem;
}

.top-header {
    background-color: #F4F9FD;
}

.main-logo {
    width: 18%;
}

.header-info .top-icon {
    margin-left: 5px;
    margin-right: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.header-info .top-icon:hover {
    color: #E12454;
}

.text-info-wrap {
    font-size: 14px;
    font-weight: 600;
}

.info-list .top-info .search,
.top-header .social-list svg {
    cursor: pointer;
}

.top-header .info-list .top-info {
    padding: 1rem 1.5rem;
    position: relative;
}

.info-list .top-info::after {
    content: "";
    position: absolute;
    background-color: #D9D9D9;
    width: 1px;
    height: 100%;
    top:0;
    right: 0;
}

.social-list .top-info {
    padding: 1rem .5rem;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 0;
    padding-top: 0.25rem;
    padding-right: 20px;
    padding-bottom: 150px;
    color: #fff;
    text-align: left;
    top: 35%;
    transform: translate(15px, -25%);
}

.carousel-caption h1 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
}

.carousel-caption h2 {
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
}

.btn {
    border-radius: 30px;
    padding: .5rem 1.5rem;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    font-size: 14px;
    font-weight: 600;
}

.btn-theme {
    color: #fff;
    background-color: #2EA5DC;
}

.btn-second-theme {
    color: #fff;
    background-color: #E12454;
}

.btn-theme:hover,
.btn-second-theme:hover {
    background-color: #18100f;
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about .about-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.our-aim-section {
    background-color: #F7F7F7;
}

.our-aim-section .card-body {
    padding: 22px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latest-news .news-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 6px;
}

.latest-news-box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.latest-news-box:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.latest-news-box .news-content {
    padding: 0 20px  15px;
}

.latest-news .news-img img {
    border-radius: 6px;
    transition: all 0.4s ease;
}

.latest-news .news-img:hover img {
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
}

.latest-news-box .date p {
    color: #9F8F8F;
    font-size: 14px;
    font-weight: 600;
}

.latest-news-box .news-title h5 {
    font-size: 20px;
    font-weight: 600;
}

.latest-news-box .readmore-btn .btn {
    color: #E12454;
    font-weight: 600;
    padding: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.latest-news-box .readmore-btn .btn:hover {
    color: #2EA5DC;
}

.client-say .item {
    background-color: #F5F7FA;
    border-radius: 20px;
    position: relative;
    padding: 40px 30px 40px 40px;
}

.client-say.owl-theme .owl-nav {
    display: none;
}

.client-say.owl-theme .owl-dots .owl-dot span {
    background: #D8DDE1;
    margin: 10px;
    width: 15px;
    height: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.client-say.owl-theme .owl-dots .owl-dot.active span,
.client-say.owl-theme .owl-dots .owl-dot:hover span {
    background: #2EA5DC;
}

.client-say.owl-theme .owl-dots {
    margin-top: 40px;
}

.client-profile .profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-body .body-content {
    min-height: 85px;
}

.testimonial-body-footer .quote-icon {
    font-size: 60px;
    color: rgb(46 165 220 / 37%);
}

.logo-carousel .client-logo .item img {
    width: 100px;
    margin: 0 auto;
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logo-carousel .scroll-logo {
    border-top: 1px solid #d8dadd;
    padding: 1.5rem 0;
}

.logo-carousel .client-logo img:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.join-us {
    background-color: #0c9cd8;
    line-height: 32px;
}

.footer {
    background-color: #142020;
}

.footer-logo-container {
    width: 55%;
    margin:0 auto;
}

.footer .footer-menu li a {
    color: #fff;
    transition: all .3s ease-in;
}

.footer .footer-menu li:hover a {
    color: #2EA5DC;
}

.footer .footer-menu li {
    font-size: 14px;
    line-height: 25px;
}

.footer-menu-title {
    font-size: 17px;
}

.footer .location .icon-location {
    font-size: 25px;
}

.footer .address .details p {
    font-size: 14px;
    line-height: 25px;
}

.footer .social-menu {
    padding-left: 40px;
}

.footer .social-menu a {
    font-size: 20px;
    transition: all .3s ease-in;
    background-color: #1d2d2d;
    width: 35px;
    display: inline-flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: .2rem;
    margin-right: .3rem;
    margin-top: 15px;
}

.footer .social-menu a:hover {
    background-color: #0c9cd8;;
}

.footer .social-menu a:hover svg {
    color: #fff;
}

.footer .copyright-block {
    background-color: #1F2837;
    padding: 15px;
}

/* inner-styles */

.inner-heading {
    background: linear-gradient(90deg, rgb(2 0 36) 0%, rgb(0 32 45 / 83%) 0%, rgb(30 101 133 / 74%) 100%), 
    url(../images/inner-bg.jpg) no-repeat;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* .inner-heading:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #11c3f0;
    opacity: 0.90;
} */

.inner-head {
    margin-bottom: 0;
    font-size: 50px;
    text-align: center;
}

.contact-info-details {
    border-radius: 15px;
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #e4e4e4;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    min-height: 260px;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.contact-info-details:hover {
    border: 1px solid #0c9cd8;
    box-shadow: 0px 0px 20px rgb(12, 156, 216, 0.2);
}

.contact-info-details h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-info-details .info-icon {
    font-size: 20px;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0;
    background-color: #0c9cd8;
}

.contact-info-content p {
    font-weight: 300;
    color: #333;
}

.contactus-info .contact-form {
    background-color: #f4f9fd;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.details-form .form-label {
    margin-bottom: .5rem;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.details-form .form-control {
    border: 1px solid #e4e4e4;
    min-height: 45px;
}

.meet-teams {
    background-color: #F4F9FD;
}

.meet-teams .members {
    background: #fff;
    padding: 15px;
    position: relative;
}

.meet-teams .members .member-profile {
    overflow: hidden;
}
.meet-teams .members .member-profile img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.meet-teams .members .member-profile:hover img {
    transform: scale(1.1);
}

.meet-teams .members .profile-details {
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: -45px;
    left: 10%;
    right: 10%;
}

.membership .membership-details {
    /* background-color: #fff; */
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    padding: 25px;
    margin: 0;
    margin-bottom: 30px;
    background-color: #fafafa;
}

.membership .how-to-join {
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #e2e3e4;
    background: #f4f9fd;
}

.seminars-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e12454;
}

.seminars-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(50);
}

.seminars-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.seminars-accordion .accordion-button {
    background-color: rgba(0, 0, 0, .07);
    font-size: 17px;
    font-weight: 500;
}

.seminars-accordion .accordion-body .seminars,
.seminars-accordion .accordion-body .webinars {
    padding: 15px 50px 15px 15px;
}

.border-right {
    border-right: 1px solid #ececec;
}

.search-forum {
    border: 1px solid #d9d9d9;
    padding: 30px 35px 25px;
    border-radius: 5px;
    background: #f9fafb;
}

.search-forum input {
    height: 50px;
}

.search-forum .btn {
    margin-top: 30px;
    height: 50px;
}

.commemt-box-header {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

.commemt-box-header select {
    width: 100px;
    margin-left: auto;
    background-color: #f9f9f9;
}

.comment-box-body .user img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comment-box-body .comment-details {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.pagination-nav .page-link {
    background-color: #f8f8f8;
    color: #666;
    width: 40px;
    text-align: center;
    box-shadow: none;
}

.pagination-nav .page-item.active .page-link {
    background-color: #0c9cd8;
}

.news-card {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.news-card:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.news-card .news-img img {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.news-card .news-body {
    padding: 15px 20px 25px 20px;
}

.news-card .news-body .news-header {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-weight: 600;
    color: #666;
}

.news-card .news-title {
    font-size: 20px;
    font-weight: 600;
}

.event-tab .nav-tabs {
    border-bottom: transparent;
}
.event-tab .nav-tabs .nav-link {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    background: #F5F5F5;
    cursor: pointer;
    text-align: center;
    width: 210px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    border-color: transparent;
    color: #666;
    font-size: 18px;
    font-weight: 500;
}


.event-tab .nav-tabs .nav-link.active {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
    background: #0c9cd8;
    color: #fff;
}

/* mediaqueries */

@media(max-width:576px) {
    .navbar {
        padding: 0;
    }
    .social-list .top-info {
        padding: .5rem;
    }
    .social-list {
        margin-left: auto;
    }
    .search-icon:after {
        background-color: transparent!important;
    }
    .top-info.search-icon {
        position: relative;
    }
   .top-info.search-icon  .top-icon .search {
        position: absolute;
        top: 10px;
    }
    .carousel-caption h1 {
        font-size: 14px;
    }
    .carousel-caption h2 {
        font-size: 12px;
    }
    .carousel-caption {
        top: 30%;
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .inner-head {
        font-size: 30px;
    }
    .info-list {
        flex: 100%;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
    }
    .info-list .top-info::after {
        height: 85%;
        top: 20%;
        content: none;
    }
    .top-header .info-list .top-info {
        padding: 0.3rem 1.5rem;
        position: relative;
    }
    .search-mbl {
        background: #e12454;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search-mbl.top-info.search-icon .top-icon .search {
        position: static;
        top: 10px;
    }
    .carousel-control-prev-icon, 
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
    .carousel-control-prev-icon img, 
    .carousel-control-next-icon img {
        width: 25px;
    }
    .g-5, .gx-5 {
        --bs-gutter-x: 0rem;
    }
    .navbar-light .navbar-brand {
        width: 40%;
    }
    .navbar-collapse form {
        padding-bottom: 15px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .info-list {
        flex: 55%;
    }
    .social-list {
        align-items: center;
        justify-content: flex-end;
        flex: 100%;
    }
}

@media(min-width:992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
    
}

.announcement-section {
    background: linear-gradient(to right, #0d6efd, #E12454, #d6d5d5);
    padding: 5px 0;
}
.announcement-marquee {
    white-space: nowrap;
    overflow: hidden;
}
.announcement-marquee marquee {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
}