/*
Theme Name: azex
Theme URI: 
Author Name: Arifa Afsana Antha
Author URI: http://perculatheme.com/html/azex/
Version: 1.0
======================================
Table of Contents
======================================
- Preloader
  --blue Preloader
- Nav Style
  -- Blue Nav style
- Header Section
  -- Blue Header Section
- About Section
  -- Blue About Section
- Features Section
  -- Blue Feature Section
- Overview Section 
  -- Blue Overview Section
- Team Section
  -- Blue Team Section
- Pricing Section
  -- Blue Pricing Section
- Video Section
  -- Blue Video Section
- Application Section
  -- Blue Application Section
- Get In Touch Section
  -- Blue Get In Touch Section
- Footer Section
  -- Blue Footer Section
======================================
*/


/* 
----------------------------------
- Preloader
----------------------------------
*/

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000000;
    text-align: center;
    display: table;
}

.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.spinner img {
    position: absolute;
    top: 22px;
    left: 0;
    padding: 5px;
}

.spinner:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.spinner:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.spinner-1:after {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid transparent;
    border-top-color: #fcc012;
    border-bottom-color: #fcc012;
    animation: spinny 2s linear infinite;
}

@keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(30deg) scale(1.2);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

/*
--blue Preloader
-------------------------------- */

.blue-spinner-1:after {
    border-top-color: #36b7f7;
    border-bottom-color: #36b7f7;
}

/* 
----------------------------------
- Nav Style
----------------------------------
*/

.nav-area {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.navbar-default .navbar-nav>li>a {
    color: #ffffff8a;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 50px 15px 25px 15px;
}

.navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
    top: 0;
}

.navbar-default .navbar-nav>li>a:hover::after {
    transform: scaleX(1);
    /* Expands the gradient border on hover */
}

.navbar-nav>li {
    margin-right: 35px;
    margin-bottom: 0px;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF !important;
    opacity: 1;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;

}

.dropdown-menu>li {
    margin-bottom: 15px;
}

.dropdown-menu>li>a {
    color: #21409a;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}



.dropdown-menu .dropdown:hover>.sub-menu {
    opacity: 1;
    display: block;
    -webkit-transform: rotateY(0deg) translateX(100%);
    -moz-transform: rotateY(0deg) translateX(100%);
    -ms-transform: rotateY(0deg) translateX(100%);
    -o-transform: rotateY(0deg) translateX(100%);
    transform: rotateY(0deg) translateX(100%);
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 30px 60px;
}

.mega-dropdown-menu .category-type {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    padding: 20px 10px;
    min-width: 350px;
}

.mega-dropdown-menu>li>ul>li {
    margin-bottom: 25px;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    color: #2E3A54;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-header {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #222A3C;
    font-size: 20px;
    margin-bottom: 48px;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-form {
    padding: 0;
}

.navbar-form .form-control {
    width: 200px;
}

.navbar-form .btn {
    margin-left: -4px;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    max-height: 420px;
    border-color: transparent;
}

.menu-toggle {
    padding: 27.5px;
    border-right: 1px solid #111;
}

.menu-toggle .icon-bar {
    width: 35px;
    height: 2px;
    background-color: #da2052;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    margin-bottom: 6px;
    background-color: #da2052;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-toggle.open span,
.menu-toggle .open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-toggle .open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
}

.navbar-default .navbar-toggle.open span:nth-child(3),
.menu-toggle .open span:nth-child(2),
.menu-toggle .open span:nth-child(3) {
    opacity: 0;
}

.navbar-default .navbar-toggle.open span:nth-child(4),
.menu-toggle .open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

ul.dropdown-menu.mega-dropdown-menu {
    margin-top: 0px;
}

input.form-control.search-input {
    border-radius: 10px;
    background: #F6F6F6;
    height: 50px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: transparent;
    color: #0080c6 !important;
}

/*
-- Blue Nav style
---------------------------------- */

.navbar-default.blue-nav .navbar-nav>.active>a,
.navbar-default.blue-nav .navbar-nav>.active>a:focus,
.navbar-default.blue-nav .navbar-nav>.active>a:hover {
    color: #fff !important;
    background-color: transparent;
}

.navbar-default.blue-nav .navbar-nav>.active>a:after {
    background-color: #fff;
}

.nav-area.blue-nav .social-link li:hover {
    background-color: #fff !important;
}

.nav-area.blue-nav .social-link li:hover i {
    color: #fff;
}

.blue-nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default.blue-nav .navbar-nav>.open>a,
.navbar-default.blue-nav .navbar-nav>.open>a:focus,
.navbar-default.blue-nav .navbar-nav>.open>a:hover {
    color: #0080c6 !important;
    background-color: transparent;
}



/* ---------------------------------
- Header Section
--------------------------------- */

.hero-area {
    width: 100%;
    height: 100vh;
    background: #21409A;
    position: relative;
    z-index: 1;
}

a.navbar-brand {
    margin-top: 14px;
}

.navbar-brand>img {
    width: 100%;
    height: 60px;
}

.login-wrapper {
    margin-top: 25px;
}

.hero-content-wrapper {
    margin-top: 100px;
}

.hero-left-content-wrapper h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-left-content-wrapper h1 {
    color: #FFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
}

.hero-right-content-wrapper p {
    color: #FFF;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
}

.hero-banner-wrapper {
    margin-top: 130px;
}

.hero-banner-img-wrapper {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 0;
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
    filter: Alpha(Opacity=100%);
    position: relative;
    z-index: 2;

}

.hero-banner-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.hero-banner-img-content-wrapper {
    position: absolute;
    overflow: hidden;
    bottom: 50px;
    z-index: 100;
}

.hero-banner-img-content-wrapper p {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    background: #cccccce0;
    padding: 5px;
}

.hero-banner-img-content-wrapper h5 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
    margin-top: 35px;
    margin-bottom: 5px;
}

.hero-banner-img-content-wrapper h1 {
    color: #FFF;
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
}

/*
-- Blue Header Section
--------------------------------- */



.hero-blue .hero-slider-nav .nav-next i:hover,
.hero-blue .hero-slider-nav .nav-prev i:hover {
    background-color: #36b7f7;
}

.hero-blue .owl-dot.active span,
.hero-blue .owl-dot:hover span {
    background-color: #36b7f7;
    border: 3px solid #36b7f7;
}

.hero-blue .btn-outline-sm {
    border: 2px solid #36b7f7;
}

.hero-blue .btn-outline-sm:hover {
    background-color: #36b7f7;
}

.scroll-blue {
    background-color: #36b7f7;
}

/* ---------------------------------
- About Section
--------------------------------- */

.project-content-wrapper {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.project-item {
    width: 335px;
    height: 385px;
    background: #21409A;
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 30px;
    padding: 25px;
    margin-right: 45px;
    text-align: left;
}

.project-item:hover {
    background: #0080c6;
}

.project-header {
    margin-bottom: 25px;
}

.project-inner-wrapper h4 {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.project-footer {
    margin: 100px 0px 30px;
}

.project-footer a {
    color: #F27024;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 5px;
}

.project-item:hover a {
    color: #fff;
}



/* ---------------------------------
- ED Sir Section
--------------------------------- */


.ed-section-wrapper {
    width: 100%;
    height: 825px;
    background-image: url('../img/edsir.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ed-inner-content {
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
    margin-top: 55%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.ed-inner-title-wrapper {
    text-align: right;

}



.ed-inner-title-wrapper h3 {
    text-align: right;
    color: #00315D;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.8px;
}

.ed-inner-title-wrapper h3 svg {
    margin-right: 15px;
}

.ed-inner-title-wrapper h2 {
    text-align: right;
    color: #00315D;
    font-size: 55px;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.edspeach p {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}



/*
-- gallery Section
---------------------------------- */
.gallery-img-wrapper {
    width: 100%;
    height: 240px;
}

.gallery-img-wrapper img {
    width: 100%;
    max-height: 100%;
}

.album-title {
    margin: 25px 0;
}

.album-title a {

    color: #21409A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;

}

/*
-- vission Mission Section
---------------------------------- */

.vision-wrapper p {
    color: #FFF;
    font-size: 33px;
    font-weight: 300;
    line-height: 35px;
    text-transform: capitalize;

}

.mission-wrapper p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-transform: capitalize;
}

.vision-img-wrapper {
    width: 100%;
    height: 750px;
    margin-top: 50px;
}

.vision-img-wrapper img {
    width: 100%;
    max-height: 100%;
}

/* ---------------------------------
- Coverage Section
--------------------------------- */

.coverage-section-wrapper {
    width: 100%;
    height: 780px;
    background-image: url('../img/coverage.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.coverage-inner-content-wrapper {
    background: #21409A;
    position: relative;
    z-index: 100;
    margin-top: 30%;
    padding-top: 50px;
}

.coverage-item-content {
    margin-top: 50px;
}

.coverage-item-content ul {
    padding: 0;
}

.coverage-item-content ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: capitalize;
    vertical-align: middle;
    margin-bottom: 50px;
    font-family: "Inter", sans-serif;
}

.coverage-item-content ul li img {
    width: 69px;
    height: 69px;
    margin-right: 15px;
}

.coverage-item-content ul li span {
    color: #0880C6;
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    vertical-align: middle;
    margin-right: 15px;
}

/* ---------------------------------
- News Blog Section
--------------------------------- */

.newsblog-gallery-title p {
    color: #00315D;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.blog-item-wrapper {
    background: #fff;
    margin-bottom: 100px;
    height: 570px;
}

.blog-header {
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 1;
}

.date-month-wrapper {
    width: 75px;
    height: 75px;
    background: #40AEE3;
    position: absolute;
    bottom: -5%;
    right: 10%;
    padding: 10px 15px;
    text-align: center;
}

.date-month-wrapper h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.date-month-wrapper h6 {
    color: #FFF;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 2px;
}

.blog-header img {
    width: 100%;
    height: 280px;
}

.blog-content {
    width: 100%;
    height: 257px;
    padding: 40px 15px;
}

.blog-content h4 {
    color: #245581;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
}

.blog-footer-wrapper {
    padding: 0px 15px;
}

.blog-footer-wrapper span {
    float: right;
}

.blog-footer-wrapper span i {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.research-title p {
    color: #00315D;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.research-item-odd {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 50;
    margin-top: -50%;
}

.research-item-even {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 50;
    margin-top: -20%;
}

.research-item-odd img,
.research-item-even img {
    width: 100%;
    max-height: 100%;
}




.research-item-odd .research-footer {
    background: #40AEE3;
    padding: 15px;
    position: relative;
    z-index: 100;
    margin-top: -27%;
}

.research-item-odd .research-footer h6 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
}

.research-item-odd .research-footer p {
    margin: 0;
    color: #fff;
}



.research-item-even .research-footer {
    background: #FFF;
    padding: 15px;
    position: relative;
    z-index: 100;
    margin-top: -27%;
}

.research-item-even .research-footer h6 {
    margin: 0;
    color: #00315D;
    font-size: 14px;
    line-height: 25px;
}

.research-item-even .research-footer p {
    margin: 0;
    color: #00315D;
}

.goal-img-wrapper {
    margin: 20px auto;
    width: 100%;
    height: 600px;
    text-align: center;
}

.goal-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

/* ---------------------------------
- Partner Section
--------------------------------- */

.partners-item-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 80px;
}

/* .partners-item-wrapper ul{
   padding: 0;
}

.partners-item-wrapper ul li{
    display: inline-block;
    vertical-align: text-top;
 } */


.partner-arrival-nav {
    position: absolute;
    width: 114%;
    height: auto;
    top: 40%;
    left: -7%;
    z-index: 0;
}

.partner-arrival-nav .partner-arrival-next,
.partner-arrival-nav .partner-arrival-prev {
    border: 1px solid #21409A;
    font-size: 18px;
    width: 46px;
    height: 46px;
    font-weight: normal;
    color: #21409A !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
}


/* ---------------------------------
- Donation Section
--------------------------------- */

.donation-section-wrapper {
    width: 100%;
    height: 780px;
    background-image: url('../img/donation.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.donation-inner-content-wrapper {
    background: #21409A;
    position: relative;
    z-index: 100;
    margin-top: 30%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.donation-item-content {
    margin-top: 50px;
}



.donate-section-btn {
    margin-top: 50px;
}

/* ---------------------------------
- Visit us Section
--------------------------------- */

.visit-item-wrapper {
    margin-top: 50px;
}

.visit-gallery-title p {
    color: #00315D;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.address-visit-item {
    margin-top: 25px;
}

.footer-map {
    margin-bottom: 100px;
}

/* ---------------------------------
- Footer Section
--------------------------------- */


.footer-area {
    width: 100%;
    height: auto;
    padding: 75px 0px;
    background-color: #21409A;
}

.copyright-content-wrapper {
    border-top: 1px solid #ffffff61;
    border-bottom: 1px solid #ffffff61;
    padding: 50px 0px;
}

.copyright-content-wrapper h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.copyright-content-wrapper h2 {
    color: #FFF;
    font-size: 55px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.copyright-content-wrapper span {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
}

.footer-inner-content-wrapper {
    margin-top: 50px;
}

.footer-inner-content-wrapper h4 {
    color: #0880C6;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.footer-inner-content-wrapper .form-control {
    width: 100%;
    height: 50px;
    font-size: 13px;
    color: #ffffff9c;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
}

.footer-inner-mapping-item {}

.footer-inner-mapping-item i {
    color: #fff;
}

.footer-inner-mapping-item p {
    color: #fff;
    margin-right: 17px;
    font-weight: 300;
}

.footer-inner-mapping ul,
.social-content-wrapper ul {
    padding: 0;
}

.footer-inner-mapping ul li {
    margin-bottom: 30px;
}

.footer-inner-mapping ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.social-content-wrapper {
    margin-top: 50px;
}

.social-content-wrapper ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}



/*****About Us*****/

.about-we-are-content {
    margin: 80px 0px;
}

.about-we-are-content-item p {
    color: #00315D;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: -5px;
}

.late-ed-section-wrapper {
    width: 100%;
    height: 600px;
    background-image: url('../img/about3.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.late-ed-section-wrapper .ed-inner-content {
    background: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
    margin-top: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.values-content-wrapper ul {
    padding: 0;
}

.values-content-wrapper ul li {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.values-content-wrapper ul li img {
    margin-right: 15px;
}

/***** At a Glance *****/

.hero-banner-wrapper .coverage-inner-content-wrapper {
    background: #21409A;
    position: relative;
    margin: 0;
    padding: 0;
}

.hero-left-content-wrapper p {
    color: #fff;
}


.mf-coverage-wrapp .coverage-item-content ul li {
    color: #21409A;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: capitalize;
    vertical-align: middle;
    margin-bottom: 50px;
    font-family: "Inter", sans-serif;
    width: 48%;
    display: inline-block;
}

.mf-coverage-wrapp .coverage-item-content ul li span {
    color: #0880C6;
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    vertical-align: middle;
    margin-right: 15px;
}

/*******Governce**************/

.govern-content {
    margin: 80px 0px;
}

.govern-item {
    width: 100%;
    height: 450px;
}

.govern-item h5 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 10px 0px;
}

.govern-item h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.govern-img-wrapper {
    border: 1px solid #FFF;
    width: 100%;
    height: 287px;
    margin: 0 auto;
    text-align: center;
}

.govern-img-wrapper img {
    width: 100%;
    height: 285px;
}


.emt-item {
    width: 100%;
    height: 450px;
}

.emt-item h5 {
    color: #21409A;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 10px 0px;
}

.emt-item h6 {
    color: #21409A;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.emt-img-wrapper {
    border: 1px solid #0080C6;
    width: 100%;
    height: 287px;
    margin: 0 auto;
    text-align: center;
}

.emt-img-wrapper img {
    width: 100%;
    height: 285px;
}

/********Microfinance Program**********/

.micro-table-wrapper .table-bordered>tbody>tr>td,
.micro-table-wrapper .table-bordered>tbody>tr>th,
.micro-table-wrapper .table-bordered>tfoot>tr>td,
.micro-table-wrapper .table-bordered>tfoot>tr>th,
.micro-table-wrapper .table-bordered>thead>tr>td,
.micro-table-wrapper .table-bordered>thead>tr>th {
    border: none;
    border-top: none;
    width: 20%;
    padding: 0;
}

.micro-table-wrapper .table-bordered>thead>tr>th {
    color: #fff;
    text-align: center;
    padding: 25px 0px;
    font-size: 20px;
}

.micro-table-wrapper .table-bordered>tbody>tr>td {
    color: #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.micro-table-wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.micro-table-wrapper table thead {
    background: #0080C6 !important;
    text-align: center;

}

.table-bordered {
    border: none;
}

.blue-para-wrapper p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

/*****Health*************/

.health-coverage ul li {
    color: #21409A;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: capitalize;
    vertical-align: middle;
    margin-bottom: 50px;
    font-family: "Inter", sans-serif;
    display: inline-block;
}

.health-coverage ul li img {
    margin-right: 30px;
}

/***********Education*********/

.educational-section-wrapper {
    width: 100%;
    height: 780px;
    background-image: url('../img/education/edu2.png');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 80px 0px;
}

.programm-banner-wrapper {
    margin: 80px 0px;
}

/***********Shikkhalok*********/
.shikkha-read-wrapper {
    margin-top: 150px;
}

.section-shikkha-wrapper {
    margin-bottom: 80px;
}

/***********Gallery*********/
.gallery-inner-item-wrapper {
    margin: 25px 0;
}

.album-item-wrapper {
    height: 405px;
    margin-bottom: 15px;
}

.album-item-wrapper h4 a {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
}

.album-cover-photo {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
}

.album-cover-photo img {
    width: 100%;
    height: 100%;
}

.album-cover-photo iframe {
    width: 100%;
    height: 100%;
}

/***********Zero Bond*********/

.hero-right-content-img-wrapper ul {
    padding: 0;
}

.hero-right-content-img-wrapper ul li {
    margin-bottom: 25px;
}

.hero-right-content-img-wrapper ul li img {
    margin-right: 25px;
}

.hero-right-content-img-wrapper ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.hero-left-content-wrapper .heading-item-subtitle {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

.heading-item-subtitle {
    color: #21409A;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}


.branch-table-wrapper .table-bordered {
    border: 1px solid #ddd !important;
}