@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&family=Roboto+Flex:opsz@8..144&family=Roboto:wght@100;300&family=Rosario:wght@300&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* background color */
    --primary-color: #eba2ae;
    --secondary-color: #0e1525;
    --bg-dark-blue: #091020;
    --bg-white: #fff;
    --gray-color: #eeeff5bf;
    --gradient-color: linear-gardient(-224deg, var(--primary-color) 0, #337DFF 100%);
    --gardient-text: linear-gardient(120deg, #1C9FE 20.69%, #7644FF 50.19%, var(--primary-color)79.69%);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr='var(--primary-color)', endcolorstr='var(--secondary-color)', GradientType=1);
    /* text color */
    --primary-font: 'Poppins', sans-serif;
    --primary-text: #FD4766;
    --text-gray: #c6c9d8bf;
    --text-white: #fff;
}

body {
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: var(--gray-color);
}

a {
    text-decoration: none;
}

.msg-section {
    padding-top: 59px;
}
.section-white-space {
    padding-top: 15px;
    /*padding-bottom: 48px;*/
}
.msg-wrap-inner img {
    width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.chm-quote {
    float: right;
    position: relative;
    padding: 15px 39px;
    z-index: 9;
    z-index: 100;
    margin-top: -73px;
    margin-right: 23px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
    width: 90%;
}
.chm-name {
    opacity: 0.60;
    font-size: 1.25rem;
}
.president-language {
    background-color: #FDEBEB;
    margin-left: -1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.msch-inner {
    margin-left: 20px;
}
/* navbar */

.header_wrapper .navbar {

    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background-color: red;
}

.header_wrapper .navbar-brand img {
    max-width: 120px;
    height: auto;
}

.header_wrapper .navbar_toggler {
    border: 0;
    color: var(--gray-color);
    line-height: 2;
}

.header_wrapper .navbar_toggler:focus {
    box-shadow: none;
}

.header_wrapper .nav-item {
    margin: 0 10px;
}

.header_wrapper .nav-item .nav-link {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: var(--bg-white);
    display: inline-block;
    font-family: 'Mukta', sans-serif;
}

.header-scrolled {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--primary-color);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .05);
}

.header_wrapper .navbar .navbar-expand-lg {
    background-color: red;
}


/* dropdown */

.drop-down {
    position: relative;
}

.drop-down .sub-menu {
    position: absolute !important;
    top: 0;
    left: 100%;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .mega-dropdown.dropdown:hover .dropdown-menu {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .mega-dropdown .dropdown-menu ul {
        margin: 0 50px;
    }
}

.dropdown-menu li .dropdown-item {
    font-size: 1em;
    padding: 0.5em 1em;
}

@media only screen and (max-width: 768px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}


/* banner */

/*section {*/
/*    padding: 30px 0;*/
/*}*/

h2 {
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 30px;
}

p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
}


/* tab */

.about_wrapper ul li .nav-link.active {
    background-color: var(--primary-color);
}

.about_wrapper ul li .nav-link {
    font-size: 20px;
    font-weight: 600;
    transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
    color: black;
}

.col-lg-5 li {
    margin-right: 10px;
}

.tab-content .grid li {
    margin-right: 30%;
}

.notice {
    padding: 10px 0;
}

.notice li {
    padding: 10px 0;
}

.about_wrapper p {
    width: 40vw;
}


/* speech */

.top {
    /*margin-top: 10%;*/
}

.mtop {
    margin-top: 5%;
}

.pull-left {
    float: left;
}

.speech {
    margin-bottom: 50px;
}

.speech img {
    margin-right: 20px;
}

.speech img {
    width: 400px;
    height: 400px;
    border-radius: 10px;
}

.speech .heading {
    position: relative;
}

.hedaing::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100px;
    height: 4px;
    background: #C1B086;
}

.heading h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0 40px 0;
    color: #222222;
}


/* -------------------map--------------- */

.map iframe {
    width: 100%;
}


/*  -----------footer------------- */

.touch {
    background-color: var(--gray-color);
    padding-top: 40px;
}

.touch h2 {
    text-align: center;
}

.break {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px;
    text-align: center;
}

.footer {
    background-color: #074b83;
    text-align: left;
    padding: 1px 0;
    color: white;
}

.footer h4 {
    font-size: 20px;
}

.contact i {
    font-size: 15px;
}

.about p {
    line-height: 10%;
}


/* title main */

.d-flex {
    display: flex;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mt-2 {
    margin-top: .5rem;
}

.align-text-center {
    text-align: center;
}

.mt-5 {
    margin-top: 3rem;
}

.justify-content-around {
    justify-content: space-around;
}

.flex-column {
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.social-link a {
    padding: 18px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px
}

.btn-facebook {
    background: #4480e9;
}

.social-btn {
    color: white;
}

.m1 {
    margin: .25rem;
}

.btn-twitter {
    background-color: #70a4fd;
}

.btn-youtube {
    background-color: rgb(231, 68, 68);
}


/* about */

#politicalnews {
    margin: 5rem;
}

.pull-right {
    float: right;
}

.mt-3 {
    margin-top: 1rem;
}

.mr-0 {
    margin-right: 0;
}

.container-flex {
    margin-top: 80px;
    padding-right: 20px;
}

.h3 {
    font-size: 24px;
}

.text-center {
    text-align: center !important;
}

.text-primary {
    color: red;
    opacity: 1;
    margin-top: 100px;
    font-size: 20px;
}


/* proviencekar */

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.committee-list .card {
    width: 16rem;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.078);
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.card-title {
    margin-bottom: .75rem;
}

h5 {
    font-size: 1.125rem;
}

.text-secondary {
    color: #2B378F !important;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}


/* estd */

.news-container {
    border-top: 1px solid #e9e9e9;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.text-justify {
    text-align: justify;
}


/* news */

#news h1,
#news h2,
#news h3,
#news h4,
#news h5,
#news h6 {
    color: #4f5357;
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}

.float-left {
    float: left !important;
}

.text-secondary {
    color: #2B378F !important;
}

.text-right {
    text-align: right;
}

.news-section .news-title {
    font-size: 20px;
}


#news .ot-title-block h2 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 130%;
    border-bottom: 0;
    font-weight: 400;
    margin-bottom: 0;
    background-color: #0d6efd;
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
    background-color: #0d6efd !important;
    border-left: 3px solid #12356d;
    border-right: 3px solid #12356d;
    border-radius: 0 !important;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#news .full-width {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 248px;
}

#news .container h2 {
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 2rem;
}

.otg-item {
    display: block;
}

.ot-articles-blog-list, .ot-articles-blog-list .item {
    display: block;
}

.ot-articles-blog-list .item-header {
    display: block;
    float: left;
    width: 32.0512820513%;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.item-header img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 65px;
}

.ot-articles-blog-list .item-content {
    display: block;
    margin-left: 35.8974358974%;
}

.ot-articles-blog-list .item-content h2 a {
    display: inline-block;
    font-size: 17px;
}

.well-heading {
    background: #0d6efd;
    width: auto;
    height: auto;
    color: white;
    line-height: 24px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

.fade {
    transition: opacity .15s linear;
}

.card-01 {
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(119, 119, 119, .08);
    background-color: #fff;
    padding: 0.5rem;
    display: block;
}

.des, p {
    font-size: .833rem;
}

.heading {
    color: #2460b9;
    font-weight: 600;
}

.msg-section {
    padding-top: 59px;
}

.section-white-space {
    padding-top: 15px;
}

.msg-wrap-inner img {
    width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.chm-quote {
    float: right;
    position: relative;
    padding: 15px 39px;
    z-index: 9;
    z-index: 100;
    margin-top: -73px;
    margin-right: 23px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
    width: 90%;
}

.chm-name {
    opacity: 0.60;
    font-size: 1.25rem;
}

.president-language {
    background-color: #FDEBEB;
    margin-left: -1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.msch-inner {
    margin-left: 20px;
}

@media (max-width: 767px) {
    #galleryCarousel .carousel-item > div {
        display: none;
    }

    #galleryCarousel .carousel-item > div:first-child {
        display: block;
    }
}

#galleryCarousel .carousel-item.active,
#galleryCarousel .carousel-item-next,
#galleryCarousel .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #galleryCarousel .carousel-item-end.active,
    #galleryCarousel .carousel-item-next {
        transform: translateX(25%);
    }

    #galleryCarousel .carousel-item-start.active,
    #galleryCarousel .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#galleryCarousel .carousel-item-end,
#galleryCarousel .carousel-item-start {
    transform: translateX(0);
}


ul{
    list-style: none;
}
ul >li> a{
    text-decoration: none;
    color: white;
}


/*footer*/
footer{
    background-color: #d12229;
}
.footer-main{
    padding: 3rem 0;
}
.footer-title {
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
.home-contact-card {
    margin-top: 10px;
}
.home-contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}
.home-contact-card ul > li:nth-child(1) {
    margin-top: 0;
    border-top: 1px solid #fff;
}
.home-contact-card ul > li {
    display: block;
    border: 1px solid #fff;
    border-top-color: rgb(255, 255, 255);
    padding: 10px;
    border-top: none;
}
