@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

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: #22beff;
    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: #000;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: normal;
    font-family: mukta, sans-serif;
    font-weight: 500;
   /* border-right: 1px solid #055192;*/
}
.navbar {
    padding: 0;
}
mg-hydro.active:before {
    display: none;
}
.navbar-light .navbar-nav .nav-link i {
    margin-left: 3px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color:#fd0302;
}

#mg-hydro {
    background: #fff;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);
    position:relative;
    z-index: 1020;
    padding: 10px 0px 18px;
}
#mg-hydro:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
    background: url(../img/header2.png) no-repeat top;
    z-index: -1;
    opacity: .7;
}

.myagdi{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    bottom: -20px;
}
#navbar_top {
    background: #005dac;
}
.flag img {
    width: 60px;
}

.ks-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mg-hydro.active .myagdi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    bottom: inherit;
}

#mg-hydro.active nav {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#mg-hydro.active #marquee_Capital {
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#mg-hydro.active .kc-suchana {
    background: red;
}

#mg-hydro.active .ks-suchana {
    background: #ed3237;
}

.logo img {
    height:83px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff0000;
}

.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: #f00;
}

.drop-menu ul li+li a {
    border-top: 1px solid #e9e9ef;
}

.drop:hover .drop-menu {
    display: block;
}

.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: #093789;
}

.about-title h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: mukta, sans-serif;
    margin-bottom: 15px;
}

#about {
    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 {
    
    padding: 10px;
    color: #fff;
    text-align: center;
}
.member-wrap .post{
    
}

.team-first .post {
    font-size: 16px;
   
    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: 35%;
    left: 0px;
    background: #f7eeec !important;
    box-shadow: 4px 1px 10px rgb(0 0 0 / 23%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: 0px;
    background: #f7eeec !important;
    box-shadow: -4px 1px 10px rgb(0 0 0 / 23%);
}

.owl-nav .owl-next span {
    padding: 7px;
    color: #ff0000;
    font-size: 35px;
}

.owl-nav .owl-prev span {
    padding: 7px;
    color: #ff0000;
    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: #20b2ef;
}

.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: #f00;
    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: red;
    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;
    left: 0;
}

.card {
    border: none;
}

.card-body {
    padding: 30px;
    background: #f4f4f4;
    border: 1px solid #e9e9ef;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 346px;
}

.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: 20px;
}

.speak-message p {
    font-size: 20px;
    line-height: 27px;
}

.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 img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}

.speak-text h4 {
    color: #20b5f3;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.speak-message a{
    font-size: 20px;
    color: red;
}
.head-op a{
  font-size: 20px;
    color: red;
    padding: 5px;
    border-radius: 1px solid red;  
}

#speaker {
    background-color: #E0ECF9;
    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: 5px 3px 5px 5px;
}

.my {
    padding: 5px 3px 5px 5px;
}

.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-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;
    color: #fff;
    font-size: 18px;
}

.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: #ed3237;
    line-height: 19px;
    z-index: 999999999;
}


#marquee_Capital a {
    color: #fff;
    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: #c10f14;
    padding: 6px;
    position: relative;
}

.new h6:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 36px solid #c10f14;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}

.new {
    text-align: center;
    /*  padding: 10px 0px 0px;*/
}

.hidden-xs {
    padding: 6px 0px 0px;
}

.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 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-sec {
    margin: 30px 0px;
}

.gallery-opaciy {
    position: relative;
}

.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;
    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;
    padding: 50px 0px 0px;
}

.logo-footer {
    max-width: 220px;
}

.logo-part {
    margin-bottom: 20px;
}

.footer-text {
    color: #4e4e4e;
    max-width: 80%;
    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: #093789;
}

.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;
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #093789;
}

.btn-footer {
    color: white !important;
    text-decoration: none;
    border: 1px solid #ff0000;
    border-radius: 43px;
    font-size: 16px;
    padding: 5px 25px;
    line-height: 47px;
    background: #ff0000;
}

.btn-footer:last-child {
    background: #093789;
    border-color: #093789;
}

.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;
}

.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: #ff0000;
    background: red;
    color: #fff;
    font-weight: 500;
    padding: 7px 20px 5px;
    border-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: #093789;
    color: #fff;
}

.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: #fff;
}

.nav-tabs {
    border-bottom: none;
    background-color: #093789;
    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 {
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    display: block;
}

.blog-title {
    margin-top: 30px;
}

.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;
}

.social a.facebook {
    background: #3b5998;
}

.social a.twitter {
    background: #1da1f2;
}

.social a.youtube {
    background: #ff0000;
}

@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;
    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: 8px 25px 4px;
    font-size: 17px;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: .3px;
    border-bottom: 4px solid #005094;
    display: inherit;
    border-top: none;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
}
.donate-btn .btn:hover {
    background-color: #ed3237;
    border-bottom-color: #d21f24;
}
.donate-btn .btn i {
    margin-right: 7px;
}
.progress-bar {
    background-color: #005dac;
}
.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;
    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;
}
.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;
    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 */




/* Responsive Css */

#marquee_Capital {
    overflow: hidden;
}

@media(max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
    }
}

@media(max-width:767px) {
    .gallery-opaciy {
        margin-top: 40px;
    }
    .gallery-sec {
        margin-top: -20px;
        margin-bottom: 40px;
    }
}

@media(max-width:575px) {
    .navbar-brand {
        padding: 5px 10px;
    }
}
