@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Raleway:wght@700&family=Roboto:wght@100&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding: 0px;
    /*    background-color: #ebf0f4;*/
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

.dropdown-item {
    font-size: 14.1px;
}

.bg-white {
    background-color: #F9F9FC !important;
}

.title h2 {
    margin-top: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #009CDF;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 27px;
    z-index: 99;
    border: none;
    color: #fff;
    background-color: #209ec4;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    border-top: 3px solid #6fe2d4;
    border-bottom: 3px solid #6fe2d4;
    border-radius: 66%;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

.navbar {
    padding: 0.5rem 0rem;
}

.navbar-nav {
    padding-left: 38px;
}

.nav-link {
    font-size: 15.4px;
    color: #413f3f;
    letter-spacing: 1px;
}

.dropdown-toggle::after {
    border-top: 0.3em solid #209ec4;
}


/* Title */


/* .about-content {
    width: 450px;
    position: relative;
} */

.about-content h3 {
    color: #209ec4;
    font-size: 20px;
}

.about-content h2 {
    font-size: 26px;
    padding-bottom: 8px;
    color: #5c5c5c;
}

.about-content p {
    font-size: 15px;
    color: #5c5c5c;
}


/* End Title */


/* About */

.about-img img {
    height: 350px;
    border-radius: 10px;
}


/* End About */


/* Banner */

.carousel-inner {
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 470px;
}

.carousel-inner .carousel-item::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 98, 5, 0.5) 0%, rgba(75, 85, 220, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80ff6205', endColorstr='#804b55dc', GradientType=0);
    height: 100vh;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.carousel-caption {
    position: absolute;
    bottom: 122px;
    left: 3%;
    right: 65%;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #050505;
    text-align: left;
    background-color: #fff;
    opacity: 0.6;
}


/* End Banner */


/* Event News*/

.event .media img {
    width: 255px;
    height: 240px;
    border-radius: 10px;
}

.event .media .media-body h4 {
    font-size: 24px;
    color: #b27b7b;
}

.event .media .media-body p {
    font-size: 15px;
    color: #5c5c5c;
}

.upcomming h4 {
    font-size: 24px;
    color: #b27b7b;
}

.upcomming p {
    font-size: 15px;
    color: #5c5c5c;
}

.cardtitle {
    color: #fff;
    font-size: 24px;
}

.cardtext {
    color: #fff;
    font-size: 14.5px;
}


/* End Event News*/


/* Count */

.m-content img {
    width: 43px;
    height: 43px;
}

.m-content p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 0.7;
}

.count {
    font-size: 24px !important;
    color: #df2200 !important;
}


/* End Count */


/* Commettee */

.member-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.member-degignation {
    color: #209ec4;
}

.member-box .shape {
    width: 245px;
    height: 275px;
    background: #6dc8be;
    opacity: .1;
    position: absolute;
    top: 0;
    right: -152px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.member-box .card-img-top {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-bottom: 5px solid #6dc8be;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.member-box .member-title {
    font-size: 14.4px;
    height: 20px;
    letter-spacing: -.025em;
    color: #5c5c5c;
}

@media(max-width:768px) {
    .container {
        margin-top: 1rem!important;
    }
    .office-address p {
        line-height: 21px!important;
    }
    .map-contact iframe {
        height: 200px;
    }
    .footer-social-icons {
        text-align: left!important;
    }
    .separator-pipesign {
        margin: -2px 7px!important;
    }
    .navbar-toggler-icon {
        margin-top: 9px;
    }
    #myList {
        display: none;
    }
    .d-pic img {
        height: 190px!important;
    }
    .title {
        width: 100%!important;
    }
    .media {
        display: block;
    }
    .dflex {
        display: block!important;
    }
    .members-count,
    .shape {
        display: none!important;
    }
    .about-content {
        text-align: justify;
    }
    .about-content h2 {
        font-size: 17px!important;
    }
    .b-content p {
        line-height: 1.3!important;
    }
    .shape-box {
        display: none!important;
    }
    .carousel-caption {
        display: none!important;
    }
    .carousel-item img {
        height: 235px!important;
    }
}


/* End Commettee */