@font-face {
    font-family: 'Kalimati';
    src: url('../../fonts/Kalimati.ttf') format('True Type'),
        url('../../fonts/Kalimati.woff') format('Web Font');
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

.main__wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.top-header {
    background: #0957a5;
    height: 40px;
    line-height: 40px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

.top_nav1 {
    list-style: none;
}

.top_nav1 li {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.tbg {
    background: #87642b;
    line-height: 20px;
}

.top_nav1 li:last-child {
    padding-left: 10px;
}

.top_nav {
    list-style: none;
}

.top_nav li {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Inter", sans-serif;
}

.top_nav li a {
    color: #fff;
}

.top_nav li i {
    font-size: 18px;
    padding-left: 10px;
}

.navbar-expand-md {
    border-bottom: 1px solid #f2f2f2;
    margin: 0px;
    padding: 0px;
}

.navbar-nav a {
    color: #333;
}

.navbar-toggler {
    border: 1px solid #333;
}

.mt-20 {
    margin-top: 20px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.header {
    background: #ffffff;
    padding: 10px;
}

.main_navigation {
    background: #c6020d;
    z-index: 100000;
}

.logo-text,
.logo-text a {
    font-size: 1.5rem;
    color: #0957a5;
    text-decoration: none;
}

img.top-flag {
    width: auto !important;
}

.right_box {
    margin-top: 13px;
}

.right_box a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.header img {
    width: 80%;
}

.header .logo>img {
    height: 80px;
    width: auto;
    /* max-width: 100%; */
}

.h_right img {
    max-height: 60px;
    text-align: right;
}

.main_slider {
    z-index: 0;
}

.main-content {
    min-height: calc(100vh - 300px);
    padding: 40px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    background: #0d0401;
    width: 100%;
    z-index: 1000000000000;
}

.sticky+.content {
    padding-top: 102px;
}

.navbar .nav-item .dropdown-menu {
    font-size: 13px;
}

.top_content {
    /* background: #d90e0e; */
    width: 100%;
    margin-top: -87px;
    /* border-top-right-radius: 61px; */
    /* overflow: hidden; */
    /* border-radius: 100px; */
}

.top-card {
    transition: cubic-bezier(0.98, 0.54, 0, 0.34) 0.5s;
    /* border-top-right-radius: 20px; */
    /* border-top-left-radius: 20px; */
}

.top-card:hover {
    background: #1f60ba;
    transition:
        linear 0.5s;
    cursor:
        pointer;
    margin-top: -5px;
    box-shadow: 0 0 15px 6px #00000080;
}

.chairperson {
    text-align: center;
}

.chairperson img {
    height: 150px;
    max-width: 100%;
    margin-bottom: 15px;
}

.chairperson h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.chairperson p {
    font-size: 15px;
    color: #fff;
}


.ic {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-left: -15px;
    margin-right: 4px;
}

.bg1 {
    background: #0957a5;
}

.bg2 {
    background: #085db1;
}

.pd-40 {
    padding: 40px;
}

.tab-menus {
    position: relative;
    display: block;
}

.tab-menus>ul {
    border-bottom: 0;
}

.tab-menus>ul>li>a {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    background: #0957a5;
    border: 1px solid #B5C1C6 !important;
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    vertical-align: text-top;
    /* line-height: 21px; */
    border-bottom: none !important;
    padding-left: 0;
}

.tab-menus>ul>li>a:not(.active):after {
    position: absolute;
    content: '';
    height: 1px;
    background: #B5C1C6;
    width: 100%;
    left: 0;
    bottom: 0;
}

.tab-menus>ul>li {
    position: relative;
}

.tab-menus>ul>li:not(:last-child)>a {
    margin-right: -30px;
}

.tab-menus>ul>li:first-child a {
    z-index: 3;
}

.tab-menus>ul>li a.nav-link.active {
    background-color: #ffffff !important;
    border-bottom: none !important;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.tab-menus>ul>li:nth-child(2) a {
    z-index: 2;
}

.tab-menus .tab-content {
    background: #ffffff;
    border: 1px solid #B5C1C6;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    /* float: left; */
    /* margin-top: 0px; */
}

.tab-menus .tab-pane {
    padding: 15px 25px;
}

ul.boxTabList {
    list-style: none;
    padding-left: 0;
    display: block;
}

.boxTabList li>a {
    color: #000 !important;
}

.boxTabList>li {
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 8px 25px;
}

.boxTabList>li.with_icon_hand:before {
    position:
        absolute;
    content:
        '\f0a4';
    left: 0;
    font-family: 'FontAwesome';
}

.event_container {
    margin: 5px;
}

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

.content-title {
    margin-bottom: 20px;
}

.content-text {
    margin-bottom: 20px;
}

.content-text p {
    margin-bottom: 15px;
    line-height: 28px;
}

.content-link {
    margin-bottom: 20px;
}

.box_left {
    float: left;
}

.box_right {
    float: left;
}

.event_container h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.event_container p {
    font-size: 13px;
    font-weight: bold;
}

.seprator {
    border: 1px dashed #fc5d14;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

.box {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(219, 219, 219, 1);
    box-shadow: 0px 2px 3px 0px rgb(149 141 141);
    padding: 8px 15px;
    margin: 10px 0 15px;
    background: #fff;
    /* border-radius: 8px; */
}

.box p a {
    color: #333;
    text-decoration: none;
}

.l_link {
    background: #e6a843;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 100px;
    text-align: center;
    color: #000;
}

.latest_videos {}

.latest_videos h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.latest_videos img {
    border: #f2f2f2 8px solid;
    margin-top: 10px;
    cursor: pointer;
}

.about_section {
    background: url(../images/5.jpg);
    position: relative;
    height: 300px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.about_section h5 {
    color: #fff;
    margin-top: 50px;
}

.about_section h3 {
    color: #e6a843;
    font-weight: bold;
}

.about_section p {
    font-size: 13px;
    color: #fff;
    margin-top: 20px;
}

.about_section img {
    margin-top: 40px;
    border-radius: 5px;
    box-shadow: 10px 10px;
}

.other_links h5 {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin-top: 40px;
}

.other_links h3 {
    color: #e59719;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.logo-text .f {
    font-size: 13px;
    font-weight: bold;


}

.logo-text .s {
    font-size: 28px;
    font-weight: 600;
}

.logo-text .t {
    font-weight: bold;
    font-size: 13px;
}

.breadcrumb-main {
    background-color: #c8d6e5;
    padding: 36px;
}

nav.breadcrumb-main h1 {
    font-size: 2rem;
}

.btn-primary {
    color: #fff;
    background-color: #0957a5 !important;
    border-color: #0957a5 !important;
}

.text-primary {
    color: #0957a5 !important;
}

.bg-primary {
    background-color: #0957a5 !important;
}

.contact-wrap h2 {
    color: #fff;
    margin-bottom: 25px;
}

.contact-wrap p {
    color: #fff;
    margin-bottom: 15px;
}

.contact-wrap .csocial {
    margin-top: 50px;
}

.contact-wrap a {
    color: #fff;
    margin-right: 5px;
    text-decoration: none;
}

.gmap {
    width: 100%;
    height: 500px;
}

.mapouter {
    width: 100% !important;
    height: 100% !important;
}

.gmap_canvas {
    width: 100% !important;
    height: 100% !important;
}

iframe#gmap_canvas {
    width: 100%;
    height: 100%;
}

.team-card {
    transition: all .5s;
}

.team-card {
    box-shadow: 0 1px 1px 0 rgb(90 122 190 / 10%), 0 10px 20px 0 rgb(90 122 190 / 20%) !important;
    /* width: 570px; */
}

.team-card:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 18%) !important;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    transition: all .5s;
}

.circle-frame {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.team-card h3 {
    margin-bottom: 15px;
    font-weight: bold;
}

.team-card p {
    margin-bottom: 10px;
}

.team-card a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.contact-form label {
    margin-bottom: 0.25rem;
}

.contact-form .form-group {
    margin-bottom: 0.5rem;
}

.latest__notice {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

ul.latest__notice-list {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
}

ul.latest__notice-list>li {
    margin-right: 30px;
    color: #fff;
}

ul.latest__notice-list>li>a {
    color: #fff;
    text-decoration: none;
}

.latest__notice {
    overflow: hidden;
    background: #0957a5;
}

.latest__notice span {
    flex-grow: 1;
    width: 118px;
    color: #fff;
    background: #0957a5;
}

.main-footer {
    padding: 25px 0;
}

.footer-col {}

.footer-col>h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

ul.footer__links {
    list-style: none;
    margin-bottom: 15px;
}

li.footer__link_item {
    margin-bottom: 1px;
    line-height: 28px;
}

a.footer__link {
    padding: 8px 0;
    font-size: 0.9rem;
    color: #dbdbdb;
    transition: all 0.5s;
}

.footer__link:hover {
    color: #fff;
    transition: all 0.5s;
}

@media screen and (min-width:767px) and (max-width:992px) {
    .top-card>h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:576px) {
    .breadcrumb-main .breadcrumb {
        float: left;
        padding-left: 0;
    }

}

@media screen and (max-width:767px) {
    .team-card {
        width: 320px;
    }

    .logo-text>.s {
        font-size: 15px;
    }

    .logo-text .s,
    .logo-text .f {
        font-weight: normal;
    }

    .logo-text .t {
        font-size: 13px;
    }

    .logo-text span {
        line-height: 1.6;
    }
}

@media screen and (min-width:767px) {
    .team-card {
        width: 570px;
    }
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .top_nav li {
        font-size: 12px;
        display: inline-block;
    }

    .top_nav1 li {
        font-size: 12px;
        display: inline-block;
    }

    .top-header {
        line-height: 30px;
        text-align: center;
        height: 60px;
    }

    .top-header .text-left,
    .top-header .text-right {
        text-align: center;
    }

    .leftmy {
        text-align: center;
        border-bottom: 1px dashed #1f0a03;
    }

    .righthd {
        text-align: center;
        background: #c6020d;
    }

    .header img {
        width: 70%;
    }

    .header .logo>img {
        height: 48px;
    }

    .logo-text {
        font-size: 12px;
    }

    .top_content {
        margin: 30px 0;
    }

    .top-card {
        margin-bottom: 15px;
    }

    .chairperson {
        padding: 15px;
    }


    .tab-menus>ul>li a.nav-link.active {

        text-align: left;
        padding-left: 8px;
    }

    .tab-menus>ul>li>a {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        font-size: 14px;
    }

    .tab-menus>ul>li:not(:last-child)>a {
        margin-right: -19px;
    }

    /* .h_right {
        display: none;
    } */
    img.top-flag {
        width: auto !important;
    }

    .pd-40 {
        padding: 10px;
    }

    .chairperson h2 {
        font-size: 15px;
        color: #fff;
        font-weight: bold;
    }

    .chairperson p {
        font-size: 13px;
        color: #fff;
    }

    .ab_right {
        display: none;
    }

    .about_section h5 {
        color: #fff;
        margin-top: 20px;
    }

    .latest_videos h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .about_section {
        background: url(../images/5.jpg);
        position: relative;
        height: 400px;
        margin-bottom: 30px;
    }

    .box img {
        min-width: 50px;
    }

    .mt-80 {
        margin-top: 40px;
    }

    .mt-40 {
        margin-top: 20px;
    }
}