@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

:root {
    --primary-color: #00acef;
    --secondary-color: #231f20;
    --third-color: #38b54a;
}

body {
    overflow-x: hidden;
    font-family: mukta, sans-serif;
}

ul {
    padding: 0px;
    margin: 0px;
}   

ul li {
    padding: 0px;
    margin: 0px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 28px;
}

a:hover {
    text-decoration: none;
}

.container {
    max-width: 1200px !important;
}

#mySidenav {
    position: fixed;
    left: 0;
    z-index: 1020;
    background: #fff;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    margin-left: -200px;
    transition: ease-in-out.3s;
    opacity: 0;
    visibility: hidden;
}

#mySidenav.sidenav.open {
    margin-left: 0;
    box-shadow: 3px 0px 10px rgb(0 0 0 / 29%);
    opacity: 1;
    visibility: visible;
}

#mySidenav ul li a {
    display: block;
    padding: 15px 20px;
    color: #333333;
}

#mySidenav ul li a:hover {
    color: #ff0000;
}

#mySidenav ul li+li a {
    border-top: 1px solid #e9e9ef;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    height: 25px;
    width: 25px;
    line-height: 27px;
    text-align: center;
    background: red;
    border-radius: 100%;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.toggle-btn span {
    height: 2px;
    width: 30px;
    background: red;
    display: block;
    margin: 6px 0;
}

.toggle-btn span:nth-child(2) {
    width: 23px;
    margin-left: auto;
}

.toggle-btn {
    cursor: pointer;
    display: none;
}

#top-bar {
    padding: 5px 0;
    /* background: #005dac; */
    background-color: var(--primary-color);
    position: relative;
    z-index: 0;
}


.social-media ul li {
    display: inline;
    list-style: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.social-media ul li.facebook i {
    color: #fff;
}

.social-media ul li.twitter i {
    color: #fff;
}

.social-media ul li.youtube i {
    color: #fff;
}

.social-media ul li i {
    font-size: 13px;
    margin-right: 3px;
    color: #fff;
}

.social-media ul li+li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 12px;
    width: 1px;
    background: #cecece;
}

.social-media ul li+li {
    position: relative;
    margin-left: 6px;
    padding-left: 10px;
}

.second-step {
    margin: 20px 0px;
}

.teg-line h3 {
    color: red;
    font-size: 30px;
    margin: 0px;
}

.nav-tabs .nav-item {
    width: 50%;
}

.nav-tabs .nav-link {
    text-align: center;
}

.icon-top {
    float: right;
}

.contact-list {
    float: right;
}

.caption {
    position: relative;
    position: relative;
    padding: 3px 42px 10px 96px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.caption:before {
    content: '';
    position: absolute;
    left: 23px;
    top: -10px;
    width: 48px;
    height: 66px;
    background: url(../img/logo.png) no-repeat;
}

#logo-section {
    margin-top: 10px;
}

.color_4 {
    color: #333;
    font-size: 14px;
}

.caption p {
    margin-bottom: 0px;
}

.icon-top ul li a img {
    height: 15px;
    width: 15px;
    object-fit: cover;
}

.language ul li a {
    border: none;
    color: #333;
}

.language {
    float: right;
    margin: 8px 0px;
}

.put-right {
    margin: 5px 0px 0px;
}

.bg-light {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: mukta, sans-serif;
    font-weight: 500;
    /* border-right: 1px solid #055192; */
}
.navbar {
    padding: 0;
}
#kafle-navbar.active:before {
    display: none;
}
.navbar-light .navbar-nav .nav-link i {
    margin-left: 3px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}

#kafle-navbar {
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
    position:relative;
    z-index: 1020;
    padding: 0px 0 25px;
}
#kafle-navbar:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/image.png) no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: .7;
}

.kc-head-wrap{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
#navbar_top {
    background-color: var(--primary-color);
    border-radius: 20px;
}
.flag img {
    width: 60px;
}

.ks-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -6px;
}


#kafle-navbar.active .kc-head-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    bottom: inherit;
}
#kafle-navbar.active .kc-head-wrap #navbar_top{
    border-radius: 0px;
}

#kafle-navbar.active nav {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    border-radius: 0px;

    padding-right: 15px;
}

#kafle-navbar.active #marquee_Capital {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#kafle-navbar.active .kc-suchana {
    background: red;
}

#kafle-navbar.active .ks-suchana {
    background: #ed3237;
}

.logo img {
    height:100px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

/* drop menu  */
.drop-menu ul li {
    list-style-type: none;
}

.drop-menu {
    padding: 0;
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 99999;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
    min-width: 160px;
}


.drop-menu ul li a {
    color: #333333;
    font-family: mukta, sans-serif;
    padding: 10px 15px;
    display: block;
}

.drop-menu ul li a:hover {
    color: var(--third-color);
}

.drop-menu ul li+li {
    border-top: 1px solid #e9e9ef;
    position: relative;

}

.drop:hover .drop-menu {
    display: block;
}

/* end here drop menu  */

/* sub menu drop here  */

.sub-drop-menu ul li {
    list-style-type: none;
}

.sub-drop-menu {
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    z-index: 99999;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 15%);
    min-width: 160px;
}


.sub-drop-menu ul li a {
    color: #333333;
    font-family: mukta, sans-serif;
    padding: 10px 15px;
    display: block;
}

.sub-drop-menu ul li a:hover {
    color: #f00;
}

.sub-drop-menu ul li+li {
    border-top: 1px solid #e9e9ef;
}

.sub-drop-list:hover .sub-drop-menu {
    display: block;
}


/* end here sub menu drop here  */


.detail-page-slider-img .container .video-container .row .col-lg-4 iframe{
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


/*.carousel-caption h5{
	top: 40%;
	background-color: red;
	color: #fff;
}*/

.carousel-caption h5 {
    font-size: 19px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: var(--primary-color);
}

.about-title h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: mukta, sans-serif;
    margin-bottom: 15px;
}

#about {
    margin-top: 50px;
    margin-bottom: 30px;
    /* margin: 50px 0px 50px; */
}

.kafle-about .padding {
    padding-left: 10px;
    padding-right: 10px;
}

.kafle-about .margin {
    margin-left: -10px;
    margin-right: -10px;
}

.notice ul li {
    list-style-type: none;
}

.news-first a {
    color: #000;
    font-family: mukta, sans-serif;
    line-height: 22px;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.news-first a:hover {
    text-decoration: none;
}

.notice ul li {
    padding: 15px;
    margin-bottom: 6px !important;
    border-bottom: 1px solid #DADDD8;
}

.notice ul li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
}

.about-title p {
    font-family: mukta, sans-serif;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}

.team-first img {
    height: 120px;
    width: 100%;
    object-fit: contain;
    border-radius: 3px;
}

.member-wrap {
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #e9e9ef;
    border-top: 0;
}

.team-first .post {
    font-size: 16px;
    /* color: #093789; */
    color: var(--primary-color);
    font-weight: 600;
}

.about-title.team ul {
    list-style: none;
}

.about-title.team ul {
    margin-bottom: 10px;
}

.team ul li {
    padding: 0px 0px 20px;
    list-style-type: none;
}

.team {
    text-align: center;
}

#program {
    margin: 30px 0px 20px;
}

.program-text {
    border-bottom: 2px solid red;
}

.program-text h3 {
    margin-bottom: 5px;
}

.program-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.program-content p {
    margin: 0px;
}

.program-content h4 {
    font-size: 17px;
    padding: 5px 0px 0px;
    margin-bottom: 2px;
}

.program {
    margin: 10px 0px;
}


/*.program-content a{
	color: #333;
	font-size:17px;
}
.program-content .title{
	font-weight: bold;
}*/

#program {
    background: #ebebeb;
    margin: 39px 0px 0px;
    padding: 33px 0px 20px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    color: var(--primary-color);
    /* background: #f7eeec !important; */
    box-shadow: 4px 1px 10px rgb(0 0 0 / 23%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    /* background: #f7eeec !important; */
    box-shadow: -4px 1px 10px rgb(0 0 0 / 23%);
}

.owl-nav .owl-next span {
    padding: 7px;
    color: var(--primary-color);
    font-size: 35px;
}

.owl-nav .owl-prev span {
    padding: 7px;
    color: var(--primary-color);
    font-size: 35px;
}

.view-more a {
    background-color: #bcbcbc;
    padding: 5px;
    border-radius: 2%;
    padding: 5px 10px;
}

.view-more {
    margin: 23px 0px;
}

.community-back {
    background-image: url(../img/pattern.jpg);
    width: 100%;
    padding-bottom: 50px;
    background-repeat: repeat;
    position: relative;
}

.community-back:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgb(9 55 137 / 90%); */
    background-color: var(--primary-color);
    opacity: 90%;
}

.community-text h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 32px 0px 22px 0px;
    position: relative;
}

.member-img img {
    border: 3px solid #fff;
    height: 90px !important;
    width: 90px !important;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
}

.client-list li {
    display: inline;
}

.client-main {
    position: relative;
}

.testi-wrap {
    background: #fff;
    border: 1px solid #e9e9ef;
    padding: 30px;
    height: 100%;
    border-radius: 3px;
    display: flex;
    min-height: 237px;
}

.client-talk {
    margin-top: 10px;
}

.member-img {
    padding-bottom: 5px;
}

.member-img {
    padding-bottom: 5px;
}

.client-talk h6 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.testi-content {
    margin-left: 25px;
}

.client-talk span {
    display: block;
    color: #a7a7a7;
}

.member-says:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0;
    border-color: transparent transparent transparent transparent;
    clear: both;
    display: inline-block;
    left: 50%;
    position: absolute;
    bottom: -17px;
    border-color: rgba(255, 255, 255, .08) transparent transparent transparent;
}

.member-says {
    position: relative;
    margin-top: 15px;
}

.icon {
    text-align: center;
    margin-top: 20px;
}

.icon i {
    color: #ff0000;
    font-size: 20px;
}

.client-talk h6 span {
    color: red;
}

.member .owl-nav .owl-prev span {
    background-color: transparent !important;
    padding: 7px;
    color: #f00;
    font-size: 30px;
}

.member .owl-nav .owl-next span {
    background-color: transparent !important;
    padding: 7px;
    color: var(--primary-color);
    font-size: 30px;
}

#new-blog {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-title h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 22px;
}

.main-title h3:before {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 3px;
    width: 100%;
    background: var(--third-color);
    left: 0;
}

.main-title {
    border-bottom: 1px solid #e9e9ef;
    margin-bottom: 30px;
}

.main-title h3:after {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 3px;
    width: 50%;
    /* background: #093789; */
    background-color: var(--primary-color);
    left: 0;
}

.card {
    border: none;
}

.card-body {
    padding: 30px;
    background:var(--third-color);
    border: 1px solid #e9e9ef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 224px;
    padding-bottom: 0;
    color: #fff;
}

.our-work.card-body {
    padding: 20px;
    min-height: 190px;
    position: relative;
}

.our-work.card-body .btn.btn-outline-dark.my-2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.news-grid .card.shadow .card-body.text-center .btn.btn-outline-dark.my-2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.dontae-kfl {
    margin: 40px 0px;
}

.services {
    background-color: #f6f6f2;
    padding: 20px 0px;
}

.services-title h4 {
    position: relative;
    color: #234a83;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #fff;
}

.help-content {
    padding: 0px 8px;
    min-height: 330px;
}

.help-content p {
    font-size: 17px;
}

.speak-message p {
    font-size: 17px;
    line-height: 27px;
}
.speak-message h5 {
    font-size: 20px;;
}
.lead {
    font-size: 17px;
}

.mission {
    padding: 0px 8px;
}

.mission ul li {
    list-style: none;
    padding: 10px 0px;
    font-size: 17px;
}

.mission ul .top {
    list-style: none;
    padding: 0px 0px 10px;
}
.speak-img {
    height: 270px;
    width: 270px;
    border-radius: 100%;
}
.speak-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.speak-text h4 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#speaker {
    /* background-color: #E0ECF9; */
    background-color: #f7f8f9;
    padding: 50px 0;
}

#award {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/slider1.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.helper {
    background: #fff;
    width: 100%;
    height: 150px;
}

.donate h3 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 40px 0px 10px;
}


/*.donate h3 span{
	padding: 4px 0px
}*/

.button_donate a {
    background-color: #093789;
    padding: 4px 10px;
    color: #fff;
    border-radius: 2px;
}

.button_donate {
    text-align: center;
}

#gallery-kafle {
    margin: 30px 0px;
}

.my img {
    margin: 0px 0px 3px 0px;
}

.my {
    padding: 0px 0px 0px 3px;
}

.gallery-btn a {
    background-color: #093789;
    color: #fff;
}

.foot-icon ul li {
    display: inline;
    list-style: none;
    padding: 0px 5px;
    color: #fff;
}

.foot-logo {
    margin: 0px 0px 10px;
}

footer{
    background-image: url('../img/image.png')!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

#footer-sec {
    background-image: /* linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),*/
    url(../img/foot.jpg);
    padding: 20px 0px 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.kafle-footer h5 {
    color: #fff;
    font-size: 17px;
}

.foot-rt {
    float: right;
}

.sticky+.content {
    padding-top: 60px;
}

#toTopBtn {
    position: fixed;
    bottom: 40px;
    right: 39px;
    z-index: 98;
    padding: 6px 14px 6px 14px;
    /* background-color: #093789; */
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 50px;
    height: var(--cd-back-to-top-size);
    width: 60px;
    border-radius: 50%;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

#marquee_Capital {
    padding: 0px 0px 0px;
    background-color: #fff;
    line-height: 19px;
    z-index: 999999999;
    border: 1px solid var(--third-color);
    border-radius: 20px;
}


#marquee_Capital a {
    color: #000;
    font-size: 16px;
    display: inline-block;
}

#marquee_Capital a+a {
    position: relative;
    margin-left: 10px;
    padding-left: 12px;
}

#marquee_Capital a+a:before {
    position: absolute;
    content: '';
    left: 0;
    height: 12px;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.icon-top ul li a img {
    margin: 0px 5px;
}

.new h6 {
    margin-bottom: 0px;
    color: #fff;
    background-color: var(--third-color);
    padding: 1rem;
    position: relative;
    white-space: nowrap;
}

.new h6:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 36px solid var(--third-color);
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}

.new {
    text-align: center;
    /*  padding: 10px 0px 0px;*/
}

.hidden-xs {
    /* padding: 6px 0px 0px; */
}
.hidden-xs p {
    color: var(--secondary-color);
    margin: 0;
}
.hidden-xs a {
    color: var(--secondary-color);
}

.language .dnt-nw {
    background-color: #093789;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
}

.program-content h4 a {
    font-weight: bold;
    font-size: 20px;
    color: red;
}

.kafle-about1 {
    background-image: /* linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),*/ url(../img/foot.jpg);
    padding: 120px 0px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.about-img img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.page-content {
    margin: 50px 0px;
}
.cate-gallery {
    overflow: hidden;
    border-radius: 8px;
}
.cate-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: all ease .3s;
}
.cate-gallery:hover img {
    transform: scale(1.1);
}
.gallery-sec {
    margin: 30px 0px;
}

.gallery-opaciy {
    position: relative;
    
}
.video_height {
    height: 250px !important;
}

.image-name {
    position: absolute;
    bottom: 0px;
    background: #0000009e;
    width: 100%;
    color: #fff;
    text-align: center;
}

.image-name h3 {
    font-size: 20px;
    padding: 4px;
}

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #093789;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.btn-card {
    /* background-color: #093789; */
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 3px 15px;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background: ;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
}

.details-card {
    padding: 50px 0px;
}

.card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.services-title h4 .date {
    font-size: 17px;
    color: red;
}

.blog-details {
    margin: 100px 0px 30px;
}
.details-title h4 a {
    color: #093789;
}

.details-title {
    margin-bottom: 20px;
}

.detaile-content {
    margin-top: 20px;
}
.form-section {
    margin: 20px 0px;
}

.contact-details ul li {
    list-style: none;
    font-size: 18px;
}

.contact-information {
    margin-top: 20%;
}


/*.team-first{
	background-image: url(../img/team-back.png);
	width: 100%;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
}*/


/* search start  */

.search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0px;
    height: 38px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #093789;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 18px;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-caption {
    background-color: rgb(0 0 0 / 33%);
    bottom: 65px;
}

.navbar-brand {
    display: none;
}

.bg-grey {
    /* background-color: #E0ECF9; */
    background-color: #fbfbfb;
    /* background-color: var(--primary-color); */
    opacity: 90%;
    padding: 50px 0px 0px;
}

.logo-part {
    margin-bottom: 20px;
    height: 60px;
    width: auto;
}

.footer-text {
    color: #4e4e4e;
    line-height: 27px;
    margin-bottom: 0px;
}

.footer-menu ul li a {
    display: block;
    transition: ease-in-out .3s;
    color: #4e4e4e;
}

.footer-menu ul li+li a {
    margin-top: 10px;
}

.footer-menu ul li a:hover {
    color: var(--primary-color);
}

.social {
    display: flex;
    align-items: center;
    margin: 0px 0 20px;
    justify-content: center;
}


/*  footer p, a {
 font-size: 12px;
 font-family: 'Roboto', sans-serif;
}*/

footer h6 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    /* color: #093789; */
    color: var(--primary-color);

    font-size: 20px;
    display: inline-block;
    /* border-bottom: 2px solid #093789; */
    border-bottom: 2px solid var(--primary-color);
}

.btn-footer {
    color: white !important;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    font-size: 16px;
    padding: 5px 25px;
    line-height: 47px;
    background: var(--primary-color);
    transition: all ease-in-out .3s;
}

.btn-footer:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
    font-weight: 500;
}
.btn-footer:last-child {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: all ease-in-out .3s;

}
.btn-footer:last-child:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
    font-weight: 500;
}

.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
}

::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}

.form-footer input[type="button"] {
    border: none;
    background: #232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}

.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}

footer ul li {
    list-style: none;
    display: block;
}

footer ul {
    padding-left: 0;
}

footer ul li a {
    text-decoration: none;
    color: grey;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h5 {
    font-size: 15px;
}

.copyright {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.copyright h5 {
    margin-bottom: 0;
    color: #4c4c4c;
    font-size:16px;
}

.power {
    font-size: 16px;
    color: #4c4c4c;
}

.power i {
    vertical-align: middle;
    margin-right: 3px;
    font-size: 13px;
}

.copyright h5 a {
    color: #ff0000;
    font-weight: 600;
    display: inline-block;
}
.copyright h5 a:hover {
    color: var(--primary-color);
}
.card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-body .list-inline {
    margin-top: -31px;
    margin-left: -31px;
    margin-right: -31px;
    padding: 10px;
    border-bottom: 1px solid #e9e9ef;
}

.card-body .list-inline li {
    font-size: 15px;
    color: #505050;
    margin: 0;
}

.card-body .list-inline li i {
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
    color: red;
}

.card-body .list-inline li+li {
    margin-left: 30px;
}

.btn-outline-dark {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    font-weight: 500;
    padding: 7px 20px 5px;
    /* border-top-right-radius: 30px; */
    /* border-bottom-left-radius: 30px; */
}

.scroll-notice:hover {
    overflow: scroll;
}

.scroll-notice {
    overflow-y: hidden;
    overflow-x: hidden;
}

.scroll-notice::-webkit-scrollbar {
    width: 3px;
    height: 50%;
}

.scroll-notice::-webkit-scrollbar-thumb {
    background-color: #093789;
    outline: 1px solid #093789;
    height: 20px;
}

.scroll-notice::-webkit-scrollbar-button {
    width: 50px;
    height: 150px;
}


/*.about-text h3{
	background-color: red;
	padding: 2px 10px;
}*/

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar {
    width: 10px;
    height: 100px;
}

.btn-outline-dark:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.language ul li {
    border-right: none;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.nav-tabs .nav-link.active {
    /*background-color: red;*/
    font-size: 20px;
    font-weight: bold;
    color: red;
    border-color: none !important;
    color: #fff;
    background: #ff0000;
}

.nav-tabs .nav-link.active {
    border: none !important;
}

.nav-tabs .nav-link {
    font-size: 20px;
    font-weight: bold;
    /* color: #093789; */
    color: var(--primary-color);
    color: #fff;
}

.nav-tabs {
    border-bottom: none;
    /* background-color: #093789; */
    background-color: var(--primary-color);
    margin-bottom: 0;
}

.tab-content {
    border: 1px solid #DADDD8;
    border-top: none;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
    border-top-left-radius: none;
    border-top-right-radius: none;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.blog-title h4 a , .ourwork-title h4 a{
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    display: block;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 27px;;
}

.card-body .btn{
    border-color: #fff!important;
    color: #fff!important;
    background-color: transparent!important;
}

.blog-title h4 a{
    color: #fff!important;
}

.blog-title {
    margin-top: 20px;
}

.post-date span {
    color: #ff0000;
    font-size: 14px;
}

.social-media ul li a {
    color: #fff;
}

.social a {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin: 0 5px;
    font-size: 15px;
    transition: all ease-in-out .6s;
}
.social a:hover {
    transform: rotate(360deg);
}
.social a.facebook {
    background: #3b5998;
}

.social a.twitter {
    background: #1da1f2;
}

.social a.youtube {
    background: #ff0000;
}

.chairperson-detais-page {
    margin: 3rem 0;
}

@media (max-width: 576px) {
    .social-media ul li {
        display: inline;
        list-style: none;
        padding: 0px 2px;
    }
    .social-media {
        text-align: center;
    }
    .language {
        text-align: none;
    }
    .navbar-brand {
        display: block;
        font-size: 22px;
        color: #fff !important;
        font-weight: bold;
    }
}


/*=============== team ===============*/


/*
 * 1. core styles
 */

.teamy {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.teamy_layout {
    position: relative;
}

.teamy_preview {
    position: relative;
    overflow: hidden;
}

.teamy_avatar {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.teamy_preview:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}


/*.teamy_back {
 width: 100%;

 box-sizing: border-box;
 opacity: 0;
 will-change: opacity;
 display: flex;
 flex-direction: column;
 justify-content: center;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
}*/


/*.teamy:hover .teamy_back {
 opacity: 1;
 height: 100%;
 transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}*/

.teamy_name {
    margin-top: 0;
    margin-bottom: 0;
}

.teamy_post {
    display: block;
}


/*
 * 2. visual styles
 */


/* common styles for visual styles */

.teamy_back {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.teamy_content {
    padding: 20px;
}

.teamy_name {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #282828;
    font-family: 'montserratbold';
}

.teamy_post {
    margin-top: .5em;
    font-size: .8em;
    text-transform: capitalize;
    color: #6f6f6f;
}


/* style 1 */

.teamy_style1 {
    text-align: center;
}

.teamy_style3 .teamy_name {
    font-size: 2em;
}


/*
 * 3. masks
 */


/* mask circle */

.teamy_mask-circle .teamy_preview:before {
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    transition: transform .3s ease, opacity .3s ease-out;
    will-change: opacity, transform;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.teamy_mask-circle:hover .teamy_preview:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}


/* mask triangle */

.teamy_mask-triangle .teamy_preview:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    transition-property: transform, opacity;
    transition-duration: .2s, .4s;
    transition-delay: .4s, 0s;
    transition-timing-function: ease-out;
    will-change: transform, opacity;
    transform: translate(-50%, -50%) scale(1);
}

.teamy_mask-triangle:hover .teamy_preview:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(5);
    transition-delay: .1s, 0s;
    transition-duration: .4s;
}


/*
 * 4. animations for preview
 */


/* zoom */

.teamy_zoom-photo .teamy_avatar {
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1);
}

.teamy_zoom-photo:hover .teamy_avatar {
    transform: scale(1.2);
}


/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy_avatar {
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) rotate(0);
}

.teamy_zoom-rotate-photo:hover .teamy_avatar {
    transform: scale(1.2) rotate(5deg);
}


/* zoom and slide */

.teamy_zoom-slide-photo .teamy_avatar {
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) translate(0, 0);
}

.teamy_zoom-slide-photo:hover .teamy_avatar {
    transform: scale(1.2) translate(4%, 4%);
}

.teamy_preview img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/*
 * 5. default skin
 */

@media screen and (max-width: 360px) {
    .melnik909 {
        display: none;
    }
}


/* layout */

.section:nth-of-type(even) {
    background-color: var(--colorGray);
}

.section_header {
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
    text-transform: capitalize;
}

.section_header:before {
    content: "";
    width: 5rem;
    height: 3px;
    background-color: var(--colorAlternative);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section_title {
    font-size: 2.4rem;
    font-family: 'heebo';
}

.section_title span {
    color: #007efa;
}

.section_hint {
    font-size: 1.4rem;
    display: block;
    margin-top: 0rem;
}

.section_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (min-width: 641px) {
    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .section_header {
        margin-bottom: 1rem;
    }
    .section_content {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .section_header {
        margin-bottom: 3rem;
    }
}


/* demo params */

.teamy_preview:before {
    background-color: var(--demoColorMask, rgba(1, 94, 186, .8));
}

.teamy_style2 .teamy_content {
    background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}


/* social buttons */


/*.social {
 box-sizing: border-box;
 width: 35px;
 height: 35px;
 padding: 6px;

 color: #fff;
 border-radius: 100%;
 margin: 0px;
 position: relative;
 display: inline-block;
 vertical-align: middle;
}*/


/*.social:hover {
 box-sizing: border-box;
 background-color: #fff;
}
.social_icon {
 width: 100%;
 height: 100%;
 fill: rgba(72, 27, 174, 1);
 fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}
.social_name {
 position: absolute;
 left: -9999px;
}*/


/* grid */

.teamy-team {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
    .teamy {
        width: 100%;
    }
    .teamy:not(:first-child) {
        margin-top: 3rem;
    }
}


/*=============== team ===============*/

.cmt-img img {
    width: 100%;
}

.cmt-dtl ul li {
    list-style: none;
    padding: 10px 0px;
}

.about-title.team {
    padding: 0;
    background: transparent;
    border: none;
}

.team-first span {
    display: block;
}

.cmt-dtl .bld {
    font-size: 17px;
    font-weight: bold;
}

.cmt-dtl h6 {
    font-weight: bold;
}
.smarika-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}
.smarika-wrap:hover .smarika-img img{
    transform: scale(1.10);
}

.smarika-img {
    height: 250px;
    overflow: hidden;
}

.smarika-img a {
    height: 100%;
    width: 100%;
}
.smarika-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
}

.smarika-content {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    text-align: center;
}

.smarika-wrap {
    margin-bottom: 30px;
}

.smarika-content h3 a {
    color: #000000;
}
.smarika {
    margin-bottom: 20px;
}
.table-search {
    position: relative;
    margin-bottom:20px;
}

.table-search i {
    position: absolute;
    top: 54%;
    left: 15px;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    font-size: 18px;
    color: #b1b1b1;
}

.table-search .form-control {
    padding-left: 45px;
    font-size: 16px;
    height: 45px;
    border: 1px solid #e8e8e8;
    background: #f3f3f3;
}
.donation-table table th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
    /* background: #005dac; */
    background-color: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.donation-table table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.donation-table table td img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #e8e8e8;
}
.table-search ::placeholder {
    font-size: 15px;
    color: #bfbfbf;
}
.profile img {
    height: 100px;
    width: 100px;
    border: 1px solid gainsboro;
}
.profile-info h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
}
.profile span {
    display: block;
    margin-top: 5px;
}
.profile-info p {
    margin-bottom: 0;
}
.profile {
    text-align: center;
}

.footer-menu {
    text-align: center;
}

.footer-contact {
    text-align: center;
}
.h-right {
    display: flex;
    align-items: center;
}

.donate-btn {
    margin-right: 30px;
}

.donate-btn .btn {
    padding: 14px 40px 8px;
    font-size: 17px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    font-weight: 500;
    letter-spacing: .3px;
    border-bottom: 4px solid var(--primary-color);
    display: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    transition: all ease .6s;;
    box-shadow: rgb(22 0 0 / 0%) 0px 15px 25px, rgba(0, 0, 0, 0.5) 0px 5px 10px;

}
.donate-btn .btn:hover {
    background-color: var(--primary-color);
    box-shadow: rgb(22 0 0 / 42%) 0px 15px 25px, rgba(0, 0, 0, 0.5) 0px 5px 10px;

}
.donate-btn .btn i {
    margin-right: 7px;
}
.progress-bar {
    /* background-color: #005dac; */
    background-color: var(--primary-color);
}
.blink_me {
    animation: blinker 1s linear infinite;
    animation-duration: .9s;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  .smarika-content p {
    margin-top: 10px;
}
.ac-modal .fade.show {
    background: rgb(0 0 0 / 67%);
}

.ac-modal .modal-header {
    /* background: #005dac; */
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 30px;
}

.ac-modal .modal-title {
    font-size: 22px;
}

.ac-modal .close {
    opacity: 1;
    color: #fff;
    padding: 10px 10px;
}

.ac-modal .close span {
    display: block;
    font-size: 40px;
}

.ac-modal .modal-body {
    padding: 30px;
}

.ac-details ul li {
    list-style: none;
    font-size: 18px;
}

.ac-details ul li +li {
    margin-top: 8px;
}
.smarika-content .btn {
    border-radius: 40px;
    padding: 7px 20px;
    background: #ed3237;
    border: none;
}

.smarika-content .btn:hover {
    /* background: #005dac; */
    background-color: var(--primary-color);
}
.section-top-ads .ads-list {
    margin-bottom: 30px;
}
.section-bottom-ads .ads-list {
    margin-top: 30px;
}
.ads-list img {
    width: 100%;
}

section.details-card iframe {
    width: 100%;
    height: 500px;
}
.detaile-content iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.detaile-content.pdf-files {
    margin-bottom: 30px;
}

.detaile-content.pdf-files a {
    /* background: #005dac; */
    background-color: var(--primary-color);
    padding: 5px;
    color: #ddd;
    transition: .2s;
    border-radius: 4px;
}

.detaile-content.pdf-files a:hover {
    background: #ed3237;
    transition: .2s;
}
.card-content {
    margin-bottom: 20px;
}

#messagem{
    display:block;
    background:#fff;
    height:100%;
    width:100%;
    position:fixed;
    z-index:999999;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    text-align:center;
    overflow: scroll;
}
.add-img img {
    margin: auto;
    padding: 5px;
    background: #fff;
    border: 4px double #444;
}

.add-img {
    display: inline-block;
    width: 100%;
    background: #ddd;
    padding: 30px;
    overflow: scroll;
}
.add-txt h1 {
    position: absolute;
    left: 10%;
    font-size: 17px;
    text-transform: uppercase;
    color: #797979;
}
.add-text a {
    background: #f00;
    position: relative;
    padding: 0 10px;
    color: #fff;
    font-weight: 900;
    font-family: inherit;
    letter-spacing: 2px;
    margin-bottom: 2px;
    border: 2px solid #fff;
}

.add-text h1 {
    position: absolute;
    left: 10%;
    font-size: 18px;
    line-height: 30px;
    color: #888;
}
.add-text {
    display: inline-block;
    width: 100%;
    position: relative;
}
.add-head img {
    width: 20%;
    height: 20%;
}
.meta-data {
    color: #4cadc5;
    font-size: 12px;
    font-family: 'gothammedium', sans-serif;
    text-transform: none;
    font-weight: 400;
}
.details-section img {}

.img-section img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.details-section h3 {
    font-size: 16px !important;
    display: block;
    margin-bottom: 20;
    font-family: 'Ek Mukta', sans-serif !important;
    font-weight: 600 !important;
}
.details-section {
    margin-bottom: 15px;
    position: relative;
}
.img-section {
    margin-bottom: 20px;
}

a.btn-card {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 100%;
}
.member-detail p {
    font-size: 20px;
}




/* Skip Ads */
.only-mobile {
  display: none;
}

.skip-ads {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: white;
  padding: 20px 0;
  top: 0;
}

.skip-ads-wrap {
  height: 100vh;
  position: relative;
  max-width: 950px;
  margin: auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.skip-ads-head {
  text-align: left;
  margin-bottom: 10px;
}
.skip-ads-head img {
  height: 40px;
  width: auto;
}
.skip-ads-head img {
  width: auto;
}
.skip-ads-col img {
  width:100%;
}
.skip-ads-head .btn {
  background: red;
  border: none;
  border-radius: 100%;
  font-weight: 500;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 27px;
  padding: 0;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 36px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 56%);
  z-index: 2;
}
.skip-ads-col {
  position: relative;
}
.skip-ads-wrap span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  text-align: center;
}
.skip-ads-head .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  background: red !important;
}
.skip-ads.active {
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.5s;
}
/* Skip Ads End */


.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-success:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);

}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);

}
.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);

}
.table-responsive {
    scrollbar-width: thin;
}

/* Responsive Css */

#marquee_Capital {
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.about-img {
    border-radius: 8px;;
}
.about-img img {
    border-radius: 8px;
    width: 100%;
}
/* .table thead th, .table-bordered td, .table-bordered th, .table-bordered td, .table-bordered th {
    border: none;

}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;

} */

.table td, .table th {
    padding: 0;
}

.table.table-bordered .d-flex .col-lg-4, .input-col {
    padding: 0;
    padding: 4px;
}



.employee-form table,
  .employee-form thead,
  .employee-form tr,
  .employee-form th,
  .employee-form td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  .employee-form .form-control:focus {
    box-shadow: initial;
    border-color: initial;
  }
  .employee-form .form-control {
    margin-right: 2px;
    border-radius: initial;
    border: 1px solid transparent;
  }

  .employee-form .file {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.employee-form .file > input[type='file'] {
display: none
}

.employee-form .file > label {
font-size: 1rem;
cursor: pointer;
outline: 0;
user-select: none;
border-radius: 4px;
border-width: 1px;
background-color: hsl(0, 0%, 100%);
color: hsl(0, 0%, 29%);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
}

.employee-form .file > label > i {
padding-right: 5px;
}
.employee-form .file--uploading > label > i {
animation: pulse 5s infinite;
}


.employee-form tr h4 {
margin: 0;
padding: 6px;
}
.employee-form tr th {
padding: 4px;
}
.employee-form {
  margin: 60px 0px 30px;
}
.partner-wrap {
    transition: all ease .3s;
    border: 1px solid #eee;
    border-radius: 6px;;
}

.partner-img img {
    padding: 8px;
    aspect-ratio: 9 / 5;
    object-fit: contain;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;


}
.partner-wrap p {
    color: #000 !important;
}
.partner-wrap:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.relative-img {
    position: relative;
}
.animated-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40%
}

.navbar-light .navbar-nav .nav-link:focus {
    color: white;
}

.detail-page_banner {
    position: relative;
}
.banner_img {
    height: 200px;
}
.banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(66.667%);
}
.detail-page_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.detail-page_title h1 {
    font-size: 2.5rem;
}

.detail_page-content  {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin: 0 0 2rem;
    border-radius: 8px;
    position: relative;
    /* height: 340px; */
}
.detail_page-img {
    height: 630px !important;
    overflow: hidden;
}
.project_items .detail_page-content .detail_page-img {
    height: 200px !important;
    overflow: hidden;
    border-top-right-radius: 8px;;
    border-top-left-radius: 8px;;
}
.detail_page-content .detail_page-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}
/* .detail_page-content .detail_page-img:hover img {
    transform: scale(1.1);

} */

.btn-bottom {
    position: absolute;
    bottom: 10px;
}
.detail_page-content .detail-content {
    padding: 10px;
}
.detail_page-content .detail-content h2 {
    font-size: 1.4rem;
    margin: 0;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_page-content .detail-content P {
    margin: 0;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_page-slider .owl-carousel .owl-dots.disabled, .detail_page-slider .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.project_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.reports_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.report-img {
    height: 180px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}
.report-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

}
.reports_items .col-md-8 {
    padding: 0;
}
.report-content h2 {
    font-size: 22px;
}

.reports-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    border-radius: 3px;
}
.gallery-sec .tab-content {
    border: none;
}
.gallery-sec .nav-pills .nav-link.active, .gallery-sec .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-color);
}
.gallery-sec a {
    color: var(--primary-color);
}
.title-bg-color {
    background-color: var(--primary-color);
    color: #fff;;
}
.chairperson_img {
    height: 400px;
    border-radius: 8px;
}
.chairperson_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.chairperson-content p {
    font-size: 17px;
    font-weight: 500;
}
.chairperson-content h2{
    color: var(--primary-color);
}


.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

.popup .popup-content {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: grid;
    place-items: center;
}
.popup .popup-img {
    width: 800px;
    height: 500px;
}
.popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.popup .prev, .popup .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff !important;
    background-color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.popup .prev {
    left: 0;
}

.popup .next {
    right: 0;
}
.popup .popup-caption {
    background-color: var(--primary-color);
    color: #fff;
    padding: 1rem 0;
}
.image-title h4 {
    font-size: 18px;
    margin-top: 6px;;
}

.inner-container {
    margin: auto;
    width: 1000px;
}


.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.news-grid p, .news_event p {
    margin: 0;
}
.my-date {
    color: var(--primary-color);
}

.location{
    display: relative;
}

#our-partner .owl-carousel .owl-nav button.owl-prev {
    left: -17px !important;
    /* background: #fff !important; */
    box-shadow: initial !important;
    display: none;
}
#our-partner .owl-carousel .owl-nav button.owl-next {
    right: -17px !important;
    /* background: #fff !important; */
    box-shadow: initial !important;
    display: none;
}
p img {
    width: 100% !important;
    /* display: none; */
}

.bank-detail-wrapper {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    box-shadow: initial;
}
.board-member-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.board-member-grid .member-item {
    display: grid;
    place-items: center;
    /* border-radius: 6px; */
    border: 1px solid #eee;
    transition: all ease-in-out .3s;
}
.board-member-grid .member-item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .4);
    border: 1px solid #eee;
}
.board-member-grid .member-item .member_img {
    height: 300px;
}
.board-member-grid .member-item .member_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-member-grid .member-item .member-content {
    text-align: center;
    margin: 10px 0;;

}
.board-member-grid .member-item .member-content h4 {
    margin: 0;
    color: #000;
    font-size: 18px;
    padding: 10px 0;
}

.board-member-grid .member-item .member-content h5 {
    margin: 0;
    color: var(--primary-color);
    font-size: 16px;
}

.member-date-title {
    color: var(--primary-color);
    font-weight: bolder;
    margin: 1rem 0 !important;
}

.boardmember_details .member_img img {
    width: 100%;
}

.feedback_complain-wrapper {
    margin: 2rem;
}
.feedback_form {
    background: #f1f1f1;
    padding: 40px;
    border-radius: 5px;
}
.feedback_complain li {
    list-style: none;
    background: var(--third-color);
    padding: 0 16px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}

.feedback_complain li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.feedback_complain li a:hover {
    color: #fff;;
}

.address_wrap {
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.location-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
}
.location-content {
    margin-left: 1.5em;
    
}


.location-content h2, .location-content p  {
    margin: 0;
}
.location-content h2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.location-content p {

    font-size: 16px;
    line-height: 26px;
    color: #363636;
}

.feedback_form .form-control {
    background-color: #fff;;
    height: 50px;
}
.form-control:focus {
    box-shadow: initial;
}

.footer-text .location-icon {
    font-size: 1.3rem;
}

.footer-img  {
    width: 140px;
    height: 160px;
}
.footer-img img {
    width: 100%;
    height: 100%;
}


.footer-text .address_wrap  {
    border-bottom: none;
    margin-bottom: 0;
}
.date_style {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.text-black {
    color: #000;
}
.staff-content p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.staff_img img {
    width: 100%;
}

button:focus {
    outline: none;
}
@media(max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .project_items {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width:767px) {
    .gallery-opaciy {
        margin-top: 40px;
    }
    .gallery-sec {
        margin-bottom: 40px;
    }

    .project_items {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width:575px) {
    .navbar-brand {
        padding: 5px 10px;
    }
}

@keyframes animated-img {
    from{
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.animated-img img {
    animation: animated-img 10s infinite;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

@media screen and (min-width:320px) and (max-width:768px){
    .wrapper{
        display: none!important;
    }
    .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .detail-page_title h1{
        font-size: 1.5rem;
        text-align: center;
    }
    .reports_items{
        grid-template-columns: repeat(1, 1fr)
    }
    .report-content h2{
        padding-left: 20px;
        width: max-content;
    }
    .report-content p{
        padding-left: 20px;
        width: max-content;
    }
    .report-content .d-flex{
        margin-left: 20px;
        padding-bottom: 15px;
    }
    .detail-page-slider-img .container .reports_items{
        grid-template-columns:  repeat(1, 1fr);
    }
    .detail_page-content{
        width: 90vw;
    }
    .detail_page-content .row .col-md-4{
        display: flex;
        justify-content: center;
    }
    .detail_page-content .row .col-md-4 .report-img{
        width: 180px;
    }
    .reports_items .detail_page-content .row .col-md-8 .report-content p{
        width: 100%;
        padding: 0 24px;
    }
    .address_wrap{
        display: none;
    }
}