/* GLOBAL STYLES
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

@font-face {
  font-family: Lato-Regular;
  src: url('.//fonts/lato/Lato-Regular.ttf');
}
@font-face {
  font-family: Lato-Bold;
  src: url('.//fonts/lato/Lato-Bold.ttf');
}
@font-face {
  font-family: Lato-Medium;
  src: url('.//fonts/lato/Lato-Medium.ttf');
}
@font-face {
  font-family: Lato-Light;
  src: url('.//fonts/lato/Lato-Light.ttf');
}
p,ul,ol,li{
  font-size: 16px;
  font-family: Lato-Regular;
  padding: 0 18px;
}
a{
  font-size: 14px;  
  font-family: Lato-Bold;
}
h1,h2,h3,h4,h5,h6{  
  font-family: Lato-Bold;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1420px;
}
/* Carousel base class
.carousel {
  margin-bottom: 4rem;
} */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-expand-md .navbar-nav {
	margin: 0 auto;
}
li.nav-item a {
    font-size: 20px !important;
}
/*****************PMIU SITE CSS*******************/

.top-header {
  background-color: #023055;
  padding: 10px 0px;
  display: none;
}
.top-bar-content a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Lato-Light';
  border-right: 2px solid #ffffff;
  padding-right: 10px;
  padding-left: 5px;
}
.social-icon {
  float: right;
  align-content: center;
}
.social-icon a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
}
img.main-nav-icon {
    width: 25px;
}
i.icofont-arrow-up {
    font-size: 22px;
    background: #c38846;
    border-radius: 50%;
    padding: 11px 12px;
    text-decoration: none;
}
/********** contact-float *********/
.contact-float{
    position: fixed;
    top: 15%;
    right: 0;
    transform: translateY(-50%);
    background: #c38846;   /* Bootstrap Primary */
    padding: 12px 14px;
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    transition: all .3s ease;
    z-index: 9999;
}

.contact-float a{
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.contact-float i{
    font-size: 24px;
}

.contact-float span{
    margin-left: 10px;
    white-space: nowrap;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: all .3s ease;
}

/* Hover Effect */
.contact-float:hover{
    padding-left: 22px;
}

.contact-float:hover span{
    opacity: 1;
    width: 160px;
}
.helpline a {
    background: #c38846;
    padding: 12px 14px;
    border-radius: 30px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #008a46;

    /* Continuous border/text color */
    animation: borderTextColor 5s infinite alternate, zoomPulse 8s infinite;
}

/* Border and text color animation */
@keyframes borderTextColor {
    0%   { border-color: #ffffff; color: #ffffff;  background: #0d3153 }
    25%  { border-color: #ffffff; color: #ffffff; background: #c38846; }
    50%  { border-color: #ffffff; color: #ffffff; background: #0d3153;}
    75%  { border-color: #ffffff; color: #ffffff; background: #c38846; }
    100% { border-color: #ffffff; color: #ffffff;  background: #0d3153;}
}

/* Zoom effect with pause */
@keyframes zoomPulse {
    0%, 60%, 100% { transform: scale(1); }   /* normal size & pause */
    10%, 50% { transform: scale(1.1); }      /* zoom in and out */
}
/********** contact-float *********/
/*****************Video Background Start*******************/
section.homeHeroSection {
  position: relative;
  margin-top: 0px;
}
   /* Fullscreen video */
   .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  /* Overlay */
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }

  /* Hero Content */
  .hero-content {
    position: relative;
    z-index: 1;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
  }

  .hero-btn {
    background-color: #0d6efd;
    border: none;
    padding: 12px 28px;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: background-color 0.3s;
  }
	.navbar-nav .dropdown-menu {
		border: 0px;
	}
  .hero-btn:hover {
    background-color: #0b5ed7;
  }
  .missionVisionSection {
    background: #023055;
}
p.missionVisionContentText {
  color: #ffffff;
  margin-top: 16px;
}
p.missionVisionContentText b {
  font-size: 25px;
}
/**********************************************/
/* Custom CSS for multi-level dropdown */
li.nav-item a.nav-link,li.nav-item a.dropdown-item {
  color: #ffffff !important;
  font-size: 16px;
  font-family: Lato-Bold !important;
  padding: 6px;
}
ul.dropdown-menu li a.dropdown-item {
    color: #0d3153 !important;
    font-size: 14px !important;
}
li.dropdown-submenu a.dropdown-item.dropdown-toggle.active {
  color: #023055  !important;
}
ul.dropdown-menu a.dropdown-item.active {
  color: #023055 !important;
}
.dropdown-menu .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: .1rem;
}

.dropdown-menu .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-left: .1rem;
}

.dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu { 
  left: 100%;
  top: 0;
  margin-left: .1rem;
}
li.dropdown-submenu a.nav-link.active {
    color: #023055 !important;
}
nav.navbar.navbar-expand-md {
  background-color: transparent;
}
header {
  position: relative;
  z-index: 10;
  background: #023055;
}
/* Adjust dropdown width */
.dropdown-menu {
  min-width: 200px;
}
li.dropdown-submenu:hover>ul.dropdown-menu {
  display: block;
  position: absolute;
}
.site-main-logo {  
    width: auto;
    height: 100px;
}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 600px;
}
img.bd-slider-img {
  width: 100%;
  height: 600px;
}

.btn-outline-success {
  --bs-btn-color: #c38846;
  --bs-btn-border-color: #c38846;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c38846;
  --bs-btn-hover-border-color: #c38846;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c38846;
  --bs-btn-active-border-color: #c38846;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c38846;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c38846;
  --bs-gradient: none;
}
span.address.content a {
  border: 0px;
}
header .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
img.regular-activities-img {
  width: 195px;
  height: 228px;
}
/*******************About Us***********************/
.page-breadcrumb .main-title {
    color: #c38846;
    padding-top: 10px;
}
section.aboutUsSection {
  background-image: url('.//images/section-bg.png') !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  padding: 30px 0 185px;
}
.aboutUsHeading {
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  font-size: 40px;
}
.aboutUsHeading {
  color: #ffffff;
  margin-bottom: 28px;
  font-size: 40px;
  font-family: Lato-Bold;
  text-align: center;
}
.aboutContentText {
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato-Regular;
}
h2.aboutUsSubHeading {
  font-size: 2em;
  letter-spacing: -1px;
  font-family: 'Lato-Bold';
  color: #ffffff;
}
.aboutUsSubHeadingimage {
  font-size: 56px;
  color: #ffffff;
}
.mainServiceWrapper {
  background-position: left top;
  background-repeat: no-repeat;
  padding: 50px 45px 55px;
  background-color: #1d4fa2 !important;
  border-radius: 26px !important;
  color: #ffffff;
}
h2.content-heading {
  font-size: 20px;
  font-family: 'Lato-Bold';
  color: #ffffff;
  margin-bottom: 15px;
}
a.readMoreCTA {
  color: #ffffff;
  text-decoration: none;
}
.content-icon i {
  font-size: 50px;
  color: #ffffff;
}
section.mainServiceSection {
  /*margin-top: -134px; */
  margin-top: 60px;
}
.mainServiceText {
  height: 90px;
  font-family: 'Lato-Regular';
}
section.keyProjectsSection {
  background: var(--bs-gray-200);
}
h2.keyProjectsHeading {
  color: #023055;
  font-size: 40px;
  
    
   /* color: #c38846;
    font-size: 40px;
    border-bottom: 3px solid #c38846;
    text-align: left;
    padding-left: 15px;
    background: #023055;
    /* width: fit-content; 
    padding-right: 15px;*/
}
.keyProjectsSection .grid-block {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 310px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.keyProjectsSection .overlay {
  position: absolute;
  inset: 0;
  background-color: rgb(78 103 167 / 32%);
  transition: background-color 0.4s ease-in-out;
  z-index: 1;
}

.keyProjectsSection .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 80%;
  transition: all 0.4s ease-in-out;
}

.keyProjectsSection .content h4 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  transition: transform 0.2s ease-in-out;
}
.keyProjectsSection .content h4 a {
    font-size: 26px;
    color: #ffffff;
    text-decoration: none;
}

.keyProjectsSection .content p {
  margin-top: 15px;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out;
  display: none;
}
.keyProjectsSection .grid-block:hover .content p {
  display: block;
}
.keyProjectsSection .grid-block:hover .content {
    padding-top: 40px;
}
/* Hover effects */
.keyProjectsSection .grid-block:hover .overlay {
  background-color: rgb(0 30 60 / 40%);
}

.keyProjectsSection .grid-block:hover .content {
  transform: translate(-50%, -60%); /* Move content slightly upward */
}

.keyProjectsSection .grid-block:hover .content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.donorParternsLogoWrapper {
    text-align: center;
}
.donorParternsLogoWrapper img {
    width: 100%;
    transition: transform 0.4s ease-in-out;
    height: auto;
}
.donorParternsLogoWrapper:hover img {  
  transform: scale(1.1); /* zoom in by 10% */
}
/*********Heading Title***********/
.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.section-title b {
    background-color: #c38846;
    display: block;
    flex: 1;
    height: 2px;
    opacity: 1;
}
.section-title-bold span, .section-title-bold-center span {
    border: 2px solid #c38846;
    padding: .3em .8em;
}
.section-title-bold-center span, .section-title-center span {
    text-align: center;
}
/*
.section-title span {
    text-transform: uppercase;
    color: #023055;
}*/
.section-title span {
    text-transform: uppercase;
    color: #c38846;
    font-size: 30px;
    background: #023055;
  font-family: Lato-Bold;
}
/*************Data Center Section Start***************/
.tj-service-section-two.dataCenterSection {
    /*background-image: url(http://192.168.50.99/assets/website/images/datacenter-bg.png);*/
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #023055;*/
}
.tj-service-section-two .tj-heading-area .title {
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #5a5a5a;
}
.tj-heading-area .title {
    margin-bottom: 0;
    display: inline-block;
    color: #ffffff;
}
.tj-heading-area .desc {
    margin-top: 20px;
    display: block;
    color: #ffffff;
}
.tj-service-section-two .tj-heading-area .desc p:last-child {
    margin-bottom: 0;
}
.tj-service-section-two .tj-heading-area .desc p {
    line-height: 1.8;
}
.tj-heading-area .desc p:last-child {
    margin: 0;
}
.tj-service-section-two .tj-heading-area {
    margin-bottom: 60px;
    text-align: justify;
}
.tj-service-section-two .tj-heading-area p {
    text-align: justify;
    color: #5a5a5a;
}
.tj-service-section-two .service_image img {
    width: 100%;
    /* height: 92%; */
    border-radius: 20px;
}
.tj-service-section-two .service_image {    
    max-width: 100%;
    height: 373px;
    width: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #c38846;
}
.service-masonry {
    position: relative;
    height: 434.578px;
}
.service-masonry .grid-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
}
/*
.tj-service-section-two .services-grid-item:nth-child(1) {
    /*margin-top: -160px;*
	margin-top: 0px;
    position: absolute;
    left: 0%;
    top: 0px;
}
.tj-service-section-two .services-grid-item:nth-child(2) {
    /*margin-top: 20px;*
	margin-top: 0px;
    position: absolute;
    left: 25%;
    top: 0px;
}
.tj-service-section-two .services-grid-item:nth-child(3) {
     /*margin-top: 20px;*
	margin-top: 0px;
    position: absolute;
    left: 50%;
    top: 0px;
}
.tj-service-section-two .services-grid-item:nth-child(4) {
    margin-top: -405px;
    position: absolute;
    left: 75%;
    top: 0px;
}
.tj-service-section-two .services-grid-item:nth-child(5) {
    /*margin-top: 20px;*
	margin-top: 0px;
    position: absolute;
    left: 75%;
    top: -2.734px;
}*/
.service-item-two {
    height: 373px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 35px 20px;
    position: relative;
    z-index: 2;
    border: 2px solid #c38846;
    margin-bottom: 30px;
    color: #ffffff !important;
    border-radius: 20px !important;
    background: #023055;
    font-size: 16px;
}
/*.tj-service-section-two .services-grid-item:nth-child(4) .service-item-two {
    right: 30px;
}
*/
.service-item-two .service-inner {
    position: relative;
    z-index: 2;
}
.service-item-two .service-inner .service-title {
    margin-bottom: 30px;
}
.service-item-two::after, .service-item-two::before {
    content: "";
    background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
    position: absolute;
    z-index: -1;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 75%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.service-item-two .service-inner::after, .service-item-two .service-inner::before {
    content: "";
    background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
    position: absolute;
    z-index: 2;
    top: 0;
    left: -22px;
    height: 250px;
    width: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.service-item-two .service-inner .service-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    line-height: 1;
    font-size: 45px;
    background: #c38846;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service-item-two .service-inner .service-icon i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tji-plan:before {
    content: "\e92b";
}
.service-item-two:hover .service-icon {
    background-color: #c38846;
}
.service-item-two .service-inner .item-shapes {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    opacity: 0.6;
}
.service-item-two:hover::after, .service-item-two:hover::before {
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}
.service-item-two:hover .service-inner::after, .service-item-two:hover .service-inner::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}
/* Add a smooth animated border on hover */
.service-item-two {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Create a pseudo-element for the glowing border */
.service-item-two::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: linear-gradient(45deg, #c38846, #d4b48d, #c38846);
  background-size: 200% 200%;
  animation: borderFlow 3s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

/* Animate on hover */
.service-item-two:hover::before {
  opacity: 1;
}

/* Optional: subtle scale-up and glow */
.service-item-two:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(185, 154, 128, 0.1);
}

/* Gradient border animation */
@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
img.tji-apartment {
    width: 75px;
    height: auto;
}
.sisterOrganizationsSection {
  background: #e9ecef;
}
.regular-activities-wrapper {
    box-shadow:0 .125rem .25rem rgb(0 0 0 / 30%) !important;
    padding: 15px;
    
    height: 318px;
    margin: 10px 0px;
    position: relative;
    border-left: 3px solid #26517d;
    border-radius: 20px;
}
.regular-activities-wrapper .desc {
    height: 180px;
}
.regularActivitiesSection {
   /* background-image: url(http://192.168.50.99/assets/website/images/GOP-bg.jpg);*/
    background-position: Center Center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}
.regular-activities-wrapper-image {
    border-radius: 100px 0px 100px 0px;
}
.btn.pimaryicon-link.GOP-Reforms-btn {
    color: #023055;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #023055;
    border-radius: 0;
}
/*************Data Center Section End***************/
/**************flip-box ***************/
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 258px;
  perspective: 1000px;
  border-radius: 20px;
  overflow: hidden;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ebebeb;
  
}

.flip-box-front {
  background-color: #ebebeb;
  color: #023055;
}

.flip-box-back {
  background-color: #ebebeb;
  color: white;
  transform: rotateY(180deg);
}
.sectionMainHeading {
  color: #023055;
  font-size: 40px;
    text-transform: uppercase;
}
/*
.regularActivitiesHeading {
  color: #ffffff;
  position: absolute;
  text-align: center;
  top: 42%;
  left: auto;
  font-size: 26px;
  margin: 0 auto; 
  width: 100%;
}*/
.regularActivitiesHeading {
  color: #023055;
  /* position: absolute; */
  text-align: left;
  top: 42%;
  left: auto;
  font-size: 26px;
  width: 100%;
}
.regularActivitiescontentHeading {
  margin-top: 32px;
  color: #07294d;
  font-size: 26px !important;
}
.regularActivitiescontentText {
  width: 100%;
  padding: 15px 30px;
  color: gray;
  text-align: justify;
}
/*******************Currently Running Programmes Section ********************/
.currentlyRunningProgrammesSection {
  background-image: url('.//images/Currently-Running-programmes-bg.png') !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  padding: 30px 0 185px;
}
.ProgrammesLogo {
  height: 75px;
}
p.content-text {
  color: #ffffff;
  line-height: 24px;
}
.content-text.mainProgrammesText {
  height: 179px;
  padding: 15px;
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}

/****************************************/
section.interventionsSection.py-5 {
  background-image: url('.//images/interventions-bg.jpg') !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat;
  padding: 30px 0 185px;
  background-size: 100% auto;
}
.testimonials-area .thumb{
  width: 70px;
    height: 70px;
    overflow: hidden;
}
.testimonials-area .thumb img{
  width: 100%;
  height: 100%;
}
.testimonials-name-wrapper {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 15px;
  color: #c38846;
}
.testimonials-area blockquote.text {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Lato-Regular';
}
#carouselExample .carousel-inner .carousel-item {
  height: auto;
}
#carouselExample .carousel-inner {
  height: auto !important;
}
.card-image-wrapper {
  height: 298px;
  overflow: hidden;
  vertical-align: middle;
  align-items: center;
}
span.post-by-author, span.post-date {
  color: #c38846;
  gap: 10px;
}
.post-meta {
  display: flex;
  gap: 18px;
}
h3.post-title a {
  color: #223866;
  text-decoration: none;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
  float: left;
  font-size: 20px;
  font-family: 'Lato-Bold';
}
a.link.readmore-post-cta {
  font-family: 'Lato-Bold';
  font-size: 12px;
  font-weight: 700;
  color: #023055;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 22px;
  transition: transform ease 0.3s;
  line-height: 22px;
}
section.footerSection {
  background-color: #023055;
  padding: 30px 0 30px;
  color: #ffffff;
}
h5.footer-heading {
  border-bottom: 1px solid;
  line-height: 46px;
}
.footerAobutUs-text, li.footer-link a {
  font-family: 'Lato-Regular';
  color: #fff9f9 !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 33px;
}
.footer-social-icon .social-icon {
  float: left;
  align-content: center;
  font-size: 38px;
}
.footer-social-icon  .social-icon a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
  font-size: 31px;
}
section.blogSection h3.post-title {
    width: 100%;
    float: left;
    text-transform: capitalize;
}
.social-icon a:hover {
    color: #c38846;
}
section.footerSection i.icofont-arrow-up {
    color: #ffffff;
}
.donorParternsSection .col-md-2 {
    flex: 2 0 auto;
}
.owl-carousel .item img {
    transition: transform 0.4s ease-in-out;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-item img:hover {
    transform: scale(1.1);
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.title-group {
  color: #ffffff;
}
.breadcrumbs-inner {
  text-align: right;
}
section.page-title-section {
  background-image: url('.//images/section-bg.png') !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  padding: 19px 30px;
}
img.placeholder-page-image {
  width: 100%;
  height: auto;
}
/***************About Pages***************/
.about-page-section {
  margin: 30px 0px;
}
.page-section-heading {
  margin-bottom: 25px;
  font-size: 45px;
  color: #023055;
  font-weight: 700;
  line-height: 1.25;
}
.inner-content-wrapper {
  position: relative;
}
span.edukul-fancy-img-bg {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 0;
  background-color: #4582ff;
}
img.placeholder-page-image {
  width: 93%;
  height: auto;
  position: relative;
  z-index: 1;
  top: -42px;
  right: -7px;
}
p.page-text-content {
  font-size: 18px;
  font-family: Lato-Regular;
  text-align: justify;
}
.mission-vision-wrapper {
  height: 372px !important;
}
.mission-vision-wrapper.flip-box-inner {
  padding: 30px !important;
}
.mission-vision-wrapper p.regularActivitiescontentText {
  padding: 40px;
  font-size: 17px;
}
.core-team-socila-links i {
    color: #c38846;
    font-size: 30px;
}
.core-team-card-box {
    color: #c38846;
    font-size: 30px;
    background: #023055;
    border-bottom: 8px solid #c38846;
    padding: 0px;
    border-left: 0px;
    border-right: 0px;
}
.core-team-item-postion {
    font-size: 18px;
    color: #ffffff !important;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
.core-team-item img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  padding: 7px 7px 7px 7px;
  margin-bottom: 25px;
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: #DCDCFF;
}
h4.core-team-item-name {
  font-size: 20px;
  color: #023055;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}
.core-team-item-postion {
    font-size: 18px;
    color: #ffffff !important;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
#testimonialCarousel .carousel-inner {
  max-height: 472px;
  background: #ffffff;
  padding: 30px;
  background-image: url('.//images/testimonials-bg.png');
  background-size: cover;
}
.testimonial-text {
    font-size: 18px;
    font-family: Lato-Regular;
    text-align: justify;
}
.testimonial-text span {
    font-size: 30px;
    color: #c38846;
    font-weight: bold;
}
.testimonial-author {
    color: #023055;
    font-size: 20px;
    text-align: right;
    margin-right: 75px;
}
.testimonial-degination {    
    color: #c38846;
    font-size: 20px;
    text-align: right;
}
/* ===== 8. Team Area CSS ===== */
.tecke_team_area {
    padding: 102px 0 90px 0;
}
.witr_team_part {
    overflow: hidden;
    position: relative;
    padding-bottom: 23px;
    transition: .5s;
}
.post_team10_area .witr_team_section, .team-sec, .team_s14_image, .witr_i_position, .witr_team_s13, .witr_team_sec_3, .witr_team_thumb4, .witr_team_thumb_3d {
    position: relative;
}
.witr_team_thumb4 img {
    border-radius: 8px;
}
.witr_team_thumb4:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    transition: 1s;
    background: #02305552;
    border-radius: 8px;
}
.witr_team_thumb4 img{
	width:100%;
}

.witr_team_top {
    border-radius: 5px;
    position: absolute;
    top: -200px;
    right: -7px;
    transform: translate(-50%,-50%);
    background:#fff;
    transition: 1s;
}
.witr_team_top ul li a {
    margin: 12px 13px;
    transition: 1s;
    display: block;
    color: #6935ff;
}
.witr_bottom_icon {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translate(-50%,-50%);
    transition: 1s;
    z-index: 1;
}
.witr_bottom_icon a {
    width: 45px;
    height: 45px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
	border: 5px solid #e6ebf8;
	background:#fff;
}
.witr_team_content4 {
    position: relative;
    border-radius: 5px;
    padding: 15px 30px 13px;
    margin: -58px 20px 0;
    text-align: center;
    color: #c38846;
    font-size: 30px;
    background: #023055;
    border-bottom: 8px solid #c38846;
    border-left: 0px;
    border-right: 0px;
}
.witr_team_content4 h5 {
    margin-bottom: 5px;
}
.witr_team_content4 span{
    color: #ffffff;  
	font-size: 20px;

}
.team_line_right, .witr_team_part:hover .witr_team_thumb4:before {
    right: 0;
}
.witr_team_part:hover .witr_team_top {
    top: 100px;
}
.witr_team_part:hover .witr_bottom_icon {
    top: 90%;
}
.witr_bottom_icon a:hover{	
    background: #c38846;
    color: #fff;
    text-decoration: none;
}
.witr_team_top ul li a:hover {
    color: #023055;
}
.ser_page_team {
    padding: 0 0 90px 0;
}
/* singleService */
.single_team_info_area {
    padding: 90px 0px 0px;
}
 .medi_singleService{
     position: relative;
     background: #fff;
}
.medi_singleService:after {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 2;
    transition: all .4s ease-out;
}
.medi_singleService:before {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    transition: all .4s ease-out;
}
.medi_singleService:before {
    background-color: #fff;
}
.medi_singleService:after {
    background: #6935ff36;
}
 .medi_singleService img{
     float: left;
     margin-right:15px;
}
 .medi_singleService i{
     display: inline-block;
     text-align: center;
     margin-right: 15px;
     font-size: 35px;
}
 .wirt_s2_s6 img, .wirt_s2_s6 i {
     float:none;
     margin:0;
}
 .medi_singleService h3{
     line-height: 28px;
     display: inline-block;
     margin: 12px 0 15px;
}
.medi_singleService p {
    margin: 0;
    padding-right: 8px;
    margin-bottom: 20px;
}
.medi_singleService:hover:before {
    width: 100%;
}
 .witr_ser_btnb a{
     display:inline-block;
}
 .wirt_s2_s5i {
    overflow: hidden;
    margin-bottom: 20px;
}
 .medi_singleService.wirt_s2_s5 h3 {
     margin: 0;
     margin-bottom: 10px;
}
 .medi_singleService.wirt_s2_s6 h3 {
     margin: 0;
     margin-bottom: 10px;
     margin-top: 15px;
}
.single_team_right_inner .medi_singleService.wirt_s2_s8 h2 {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 700;
    color: #6935FF;
}
 .single_team_right_inner .all_service2_color h2 a {
    color: #E0A067;
    font-weight: 700;
}
.icon.social-icon {
    line-height: 50px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
}
.social-icon {
    display: inline-flex;
    background-color: #023055;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.witr_team_top ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
}
.witr_team_top li {
    padding: 0px 0px !important;
}
.witr_team_top.all_team_icon_o_color li a {
    text-decoration: none;
    color: #023055;
}
.witr_bottom_icon a{
    color: #c38846;
    text-decoration: none;
}
.social-icon i {
    color: #fff;
	font-size: 45px;
}
.social-icon-facebook, .social-icon-facebook-f {
    background-color: #3b5998;
}
.social-icon-facebook:hover, .social-icon-facebook-f:hover {
    background-color: #3b5998cc;
}
.social-icon-twitter{
    background-color: #1da1f2;
}
.social-icon-twitter:hover {
    background-color: #1da1f2bf;
}
.social-icon-youtube {
    background-color: #cd201f;
}
.social-icon-youtube:hover {
    background-color: #cd201fbf;
}
.single_team_right_inner {
    padding-top: 30px;
    padding: 30px 0 0 28px;
}
.single_team_info_inner {
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 6%);
    padding: 60px 0px 62px 20px;
    margin: 0;
}

/* ===== 8. Team Area CSS  End===== */

p.intro-text-about { max-width: 900px; font-size:16px; }
/* Keyword classes (each a different color) */
.kw-1 {
    color: #023055;
    font-weight: bold;
    font-size: 20px;
}
/* small helper for partner list */
/*************Content Page****************/
.contact-form-field {
  border: 2px solid #f4f4f4;
  border-radius: 0px;
  font-family: 'Lato-Regular';
}
.send-cta-btn {
  background-color: #023055 !important;
  font-family: 'Lato-Regular';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 23px 38px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #023055;
}
.contact-info-section{
  background-image: url('.//images/content-info-bg.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.info-content-wrapper p {
  font-size: 24px;
  max-width: 250px;
  margin: 0 auto;
  color: #ffffff;
}
.info-content-wrapper i {
  color: #ffffff;
  font-size: 51px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
}
table, th, td {
  border: 1px solid #e6e6e6;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.rti-table thead tr>td {
  font-weight: bold;
  vertical-align: middle;
}
th, td {
  padding: 14px 20px;
}
td {
  border-width: 0 1px 1px 0;
}
/******************News And Events Start ******************/
.attachment-post-thumbnail {
  width: 100%;
  height: auto;
}
.post-title {
  font-size: 30px;
  line-height: 38px;
  margin: 0 0 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  font-family: 'Lato-Bold';
}
.post-title a{
  color: #023055;
  text-decoration: none;
  font-size: 30px;
}
.post-title a:hover{
  cursor: pointer !important;
  color: #c38846;
}
.post-content-wrap .post-read-more>.post-link {
    font-family: "Lato";
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 38px;
    border-radius: 5px;
    color: #fff;
    background-color: #023055;
    display: inline-block;
    margin-bottom: 30px;
}
.post-content-wrap .post-read-more>.post-link a{
    color: #ffffff;
	text-decoration:none;
}
.post-meta-content-inner span.item {
  color: #c38846;
  margin-right: 10px;
}
.post-meta-content-inner span.item i {
  margin-right: 8px;
}
.post-meta-content-inner span.item a {
  color: #c38846;
  text-decoration: none;
}
.post-meta {
  margin: 10px 0px;
}
a.post-read-more-cta {
  background-color: #023055;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 38px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: Lato-Regular;
  text-decoration: none;
}
.post-content-archive-wrap .post-media {
    height: 475px;
    overflow: hidden;
}
img.post-thumbnail-sidebar {
    width: 137px;
    height: 120px;
}
a.post-sidebar-btn {
    color: #c78846;
    text-decoration: none;
}
.post-sidebar-title {
    height: 48px;
    overflow: hidden;
}
/********************Procurement PAGE START********************/
.accordion-body {
    overflow: scroll;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #023055;
}
.nav-pills .nav-link {
  border-color: #e3e3e3;
  background-color: #ebebeb;
  color: #666;
  margin-bottom: 5px;
}
.accordion-header button.accordion-button {  
  border-color: #e3e3e3;
  background-color: #ebebeb;
  color: #023055;
}
.accordion-item button.accordion-button.collapsed {
  border-color: #e3e3e3;
  background-color: #ebebeb;
  color: #023055;
}
.inner-content-wrapper thead,thead {
    background: #023055;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}
.inner-content-wrapper thead,thead  {
    background: #023055;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}
.inner-content-wrapper thead tr th, thead tr th {
    padding: 6px 10px;
    text-align: left;
      font-family: Lato-Bold;
    vertical-align: middle;
}
.inner-content-wrapper tbody,tbody {
    font-size: 12px;
    font-family: Lato-Regular;
}
.inner-content-wrapper tbody tr td,tbody tr td {
    padding: 6px 10px;
    text-align: left;
    font-family: Lato-Regular;
    vertical-align: middle;
}
.nav-pills .nav-link {
    font-family: Lato-Regular;
}
/************gallery**************/
.gallery-item, .thumbnail-item {
  width: 100%;
  height: auto;
  cursor: pointer;
  object-fit: cover;
}

.featured-image {
    width: 300px;
    height: 200px;
    margin-bottom: 20px;
    object-fit: cover;
}

/* Popup styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center; 
    z-index: 100;
}

.popup-content {
    position: relative;
    display: flex;
    align-items: center;
}

.popup-img {
    max-width: 100%;
    max-height: 80vh;
}

.close, #prev, #next {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

.close {
    top: 20px;
    right: 40px;
}

#prev {
    left: 20px;
}

#next {
    right: 20px;
}
img.testimonial-img {
    width: 90%;
}
/****************Project Pages ********************/
.main-project-title{
    color: #023055;
    font-size: 42px;
    padding: 30px 0px;
    border-bottom: 3px solid #c38846;
}
.project-wrapper-box .card-header {
    border-bottom: 3px solid #c38846;
}
.project-component-title {
    color: #023055;
    font-size: 27px;
    text-align: left;
}
.col-md-3.project-wrapper-col.mb-4 {
    flex: 0 0 auto;
    width: 20%;
}
.project-wrapper-box p.card-text {
    font-size: 18px !important;
    height: 252px;
}
.card.project-wrapper-box:hover img.card-img-top {
    transform: scale(1.1);
    transition: all 2s 0s ease;
}
.card.project-wrapper-box {
    border: 0px solid #c38846;
    border-left: 9px solid #c38846;
    /* border-top: 8px solid #c38846; */
    /* border-bottom: 8px solid #c38846; */
    border-radius: 14px;
    box-shadow: 0px 0px 3px #c38846;
    overflow: hidden;
}
.icon-keystone {
    font-size: 58px;
    filter: grayscale(4);
}
.milestone-text {
    color: #023055;
    font-size: 16px;
    font-weight: bold;
}
.card.w-100.card-milestones-box:hover {
    background: #c38846bd;
    border: 2px solid #023055;
}
.card.w-100.card-milestones-box {
    border: 2px solid #c38846;
    color: #c38846;
}
.project-overview tbody tr td, .project-overview tbody tr td {
    /* padding: 6px 10px; */
    text-align: left;
    font-family: Lato-Regular;
    vertical-align: middle;
    font-size: 16px;
}

/*****************************/
.txbdsva {
    position: relative;
    transition: .5s;
    z-index: 1;
}
.txbdbft:hover {
    box-shadow: 0px 0px 15px 0px rgb(2 48 85);
}
.txbdbft:hover::before, .txbdaft:hover::after, .txbdbfb:hover::before, .txbdafb:hover::after {
    width: 100%;
}
.txbdbft::before {
    height: 3px;
    top: 0;
    left: 0;
    width: 0%;
}
.txbdbfall::before {
    background: #c38846;
    content: "";
    position: absolute;
    transition: .5s;
    z-index: -1;
}
.boxpsv {
    padding: 30px 25px;
}
.boxsh {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
}
.txbdbft::before {
    height: 3px;
    top: 0;
    left: 0;
    width: 0%;
}
.imageicon {
    flex: 0 0 auto;
}
.imageicon img {
    border: none;
    border-radius: 0;
    box-shadow: none;    
    height: 100px;
    max-width: 100%;
}
.txstcolor {
    margin: 10px 0px 10px 0px;
    font-size: 20px;
	color: #023055;
}
.txbdcon p {
    height: 76px;
}
.txbdcon h3.txbdsvtitle {
    height: 50px;
}
/****************project Team List'*****************/
.project-team-list img {
  height: 250px;
  width: 250px;
  border-radius: 50%;
  padding: 7px 7px 7px 7px;
  margin-bottom: 25px;
  border-style: dashed;
  border-width: 2px 2px 2px 2px;
  border-color: #DCDCFF;
}
.team-member-name {
  font-size: 20px;
  color: #023055;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}
.team-member-postion {
  font-size: 15px;
  color: #a0a0a0;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}
/****************Page DATA*******************/
.aspire-carousel-inner {
  height: auto;
}
.aspire-carousel-inner .carousel-item {
  height: auto;
}
/****************Widget Search ******************/
.widget.widget_search {
  border-radius: 5px;
  overflow: hidden;
  background-color: #023055;
}
.widget .widget-title {
  font-size: 24px;
  color: #ffffff;
  background-color: #023055;
  padding: 19px 32px;
  margin: 0;
}
.widget.widget_search .search-form .search-field {
  margin-bottom: 0;
  padding: 12px 0;
  height: 50px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
.widget.widget_search .search-form {
  padding: 0 30px;
  margin-bottom: 30px;
  position: relative;
}
.widget.widget_search .search-form .search-field {
  margin-bottom: 0;
  padding: 12px 0;
  height: 50px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6799ff;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
.widget.widget_search .search-form .search-submit {
  position: absolute;
  background-color: transparent;
  right: 35px;
  top: 0;
  width: 40px;
  height: 50px;
  text-align: center;
  padding: 0;
  border: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 26px;
}
.widget.widget_search .search-form .search-field[type="search"]:focus {
  border-bottom: 1px solid transparent;
}
form.search-form:focus-visible {
  outline: 0px !important;
}
.widget.widget_search .search-form .search-field {
  margin-bottom: 0;
  padding: 12px 0;
  height: 50px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6799ff;
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="search"] {
  outline: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
.widget.widget_search .search-form .search-field::placeholder {
  color: #ffffff !important;
}
.breadcrumb-trail {
    color: #ffffff;
}

.breadcrumb-trail a.home {
    color: #c38846;
    font-family: 'Lato-Regular';
    font-size: 16px;
    text-decoration: none;
    margin-right: 5px;
}
.breadcrumb-trail a.home::after {
    content: ">";
    color: #c38846;
    font-size: 16px;
    margin-left: 5px;
}
.paginate {
    margin-bottom: 30px;
}
.paginate .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}
.paginate svg.w-5.h-5 {
    width: 30px;
    height: 30px;
}
.paginate svg.w-5.h-5 path {
    fill: #023055;
}
a.relative.inline-flex.items-center, span.relative.inline-flex.items-center {
    /* height: 30px !important; */
    /* width: 30px !important; */
    color: #023055;
    text-decoration: none;
    border: 0px solid #af7418 !important;
    border-radius: 100px;
    padding: 0px 12px !important;
    text-align: center !important;
    font-size: 25px;
}
.paginate .shadow-sm {
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, .075) !important;
}
a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:text-gray-400.dark\:hover\:text-gray-300.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
    color: #c38846;
}
/*
.navbar-nav .nav-link.active{
    color: #c38846 !important;
}
*/
.dropdown-item.active, .dropdown-item:active {
    color: #ffffff !important;
    background-color: transparent;
}
.carousel-item.active.post-image-popup {
    height: auto;
}
li.nav-item.mb-2.footer-link {
    padding-left: 0px;
}
.ourLeadershipsSection {
    background: #e9ecef;
}
/***********OUR LEADERSHIP START **********/
.teamGrid {
   /* display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    column-gap: 1.5%;*/
    margin-top: 100px;
}
.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;
}
.avatar > img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 6px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#c38846, #c38846);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#023055, #023055);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    margin-top: 80px;
}
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}
.leaderships-name {
    text-align: center;
    font-size: 18px;
    color: #c38846;
}
.leaderships-postion {
    text-align: center;
    font-size: 16px;
    color: #023055;
    font-weight: bold;
}
/***********OUR LEADR SHIP END **********/

/* RESPONSIVE CSS
-------------------------------------------------- */
/*
@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none !important;
    }
}*/
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/******************************************/
@media only screen and (max-width: 1440px) {
	.helpline {
		position: absolute;
		top: 72px;
		z-index: 100;
		right: 0;
	}
}
@media only screen and (max-width: 1024px) {
	h1.display-3.fw-bold.mb-3.main-hero-home-heading {
		font-size: calc(.9rem + 3.3vw);
	}
	p, ul, ol, li {
		padding: 0 2px;
	}
	li.nav-item a {
		font-size: 16px !important;
	}
	.main-search {
		display: none !important;
	}
	.keyProjectsSection .content {
		width: 95%;
	}
	    .regular-activities-wrapper {
        height: auto;
    }
	.regular-activities-wrapper .desc {
		height: 243px;
	}
	.mainServiceText {
		height: 136px;
	}
	.regularActivitiesHeading {
		left: 3%;
        font-size: 20px;
        width: 100%;
        height: 45px;
	}
	.testimonials-area blockquote.text {
		text-align: justify;
	}
	.regularActivitiesSection img {
		width: 100%;
		height: 100% !important;
	}
	.regularActivitiescontentText {
		width: 100%;
		padding: 0px 20px;
	}
	.flip-box {
		height: 336px;
	}
	.content-text.mainProgrammesText {
		height: 216px;
	}
	section.interventionsSection.py-5 {
		
		background-size: 100% 100%;
	}
	.tj-service-section-two .service_image {
		height: auto;
	}
	.card-image-wrapper {
		height: 212px;
	}
	.aboutContentText {
		max-width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		text-align: justify;
	}
	img.testimonial-img {
		width: 100%;
		padding: 24px;
	}
	.mission-vision-wrapper p.regularActivitiescontentText {
		padding: 23px;
		font-size: 15px;
	}
	.mission-vision-wrapper img {
		width: 100% !important;
		height: 100% !important;
	}
	.testimonialCarousel-wrapper .carousel-inner {
		height: auto !important;
		max-height: 418px !important;
	}
	.table-width-100 thead tr th, .table-width-100 tbody tr td {
		width: 119px;
	}
	.witr_team_content4 {
		padding: 15px 7px 13px;
	}
	.leaderships-postion {
		font-size: 13px;
	}
	.service-item-two {
		height: 419px;
	}
	
}
@media only screen and (max-width: 900px) {
	.page-section-heading {
		margin-bottom: 13px;
		font-size: 30px;
	}
	.about-page-section {
		margin: 0px 0px;
	}
	.sectionMainHeading {
		color: #023055;
		font-size: 30px;
	}
	section.interventionsSection.py-5 {
		background-size: 100% 100%;
	}
	section.sisterOrganizationsSection.py-5 {
		padding: 0px !important;
	}
	section.blogSection.py-5 {
		padding: 0px !important;
	}
	.owl-carousel .item {
		padding: 0px !important;
	}
	section.blogSection .card {
		margin-bottom: 30px;
	}
	li.dropdown-submenu,.dropdown-menu.show {
        position: relative;
        left: auto;
	}
	li.dropdown-submenu:hover>ul.dropdown-menu {
		display: block;
		position: relative;
		left: 0;
		top: 0px;
		border: 0px;
	}
	.mainServiceText {
		height: auto;
		font-family: 'Lato-Regular';
	}
	.regularActivitiesHeading {
		left: 5%;
	}
	section.regularActivitiesSection.py-5 {
		padding: 0px !important;
	}
	section.regularActivitiesSection.py-5 .inner-content-wrapper {
		margin-bottom: 30px;
	}
	.regularActivitiescontentText {
		font-size: 16px;
	}
	.content-text.mainProgrammesText {
		height: 276px;
	}
	li.nav-item a.nav-link, li.nav-item a.dropdown-item {
		color: #023055 !important;
		font-size: 22px !important;
		font-family: Lato;
		padding: 10px;
		
	}
	li.dropdown-submenu a.nav-link.active {     
		color: #023055 !important;
	}
	#testimonialCarousel .carousel-inner {
		max-height: max-content !important;
		height:auto  !important;
	}
	#testimonialCarousel .carousel-item {
		height: auto;
	}
	.project-team-list img {
		height: 150px;
		width: 150px;
	}
	img.placeholder-page-image {
		top: 0;
	}
	table.table.table-striped.table-width-rti tr th:last-child {
		width: 208px;
	}
	table.table.table-striped.table-width-rti tr th {
		width: 203px;
	}
	.post-content-archive-wrap .post-media {
		height: 250px;
	}
	
	.service-masonry {
		height: auto;
	}
	.sisterOrganizationsSection {
		padding-top: 20px;
	}
	.teamcol {
        margin-bottom: 75px;
        margin-top: 30px;
    }
	.leaderships-postion
	 {
		font-size: 14px;
	}
	.col-12.col-md-6.about-pmiu-col {
		flex: 0 0 auto;
		width: 100%;
	}
	.teamGrid .col-12.col-sm-6.col-md-3 {
		flex: 0 0 auto;
		width: 50%;
	}
	.regularActivitiesSection .col-md-3 {
		flex: 0 0 auto;
		width: 50%;
	}
	div#grid-item2 {
		display: none;
	}
	.datacenter-card {
		width: 50%;
	}
	section.tj-service-section-two.dataCenterSection .row {
		justify-content: center;
	}
	.mainproject-col {
		width: 50%;
	}
	.col-md-3.project-wrapper-col.mb-4 {
		flex: 0 0 auto;
		width: 33.3333%;
	}
	.regular-activities-wrapper .desc {
        height: 124px;
    }
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 {
		padding-right: 0px;
	}
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 .col.d-flex.align-items-center {
		margin-bottom: 10px;
	}
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 {
			padding-right: 0px;
			padding-bottom: 10px;
			margin-left: 0px;
			margin-right: 0px !important;
			padding-left: 0px !important;
		}
		 .navbar-collapse{
        background: #ffffff;
        padding: 10px;
    }
	header .navbar-expand-md .navbar-toggler {
		display: block;
	}
	.navbar-toggler {
		display: block;
	}
	.navbar-collapse {
		display: none;
	}
	.navbar-collapse.show {
		display: block;
	}
	.navbar-collapse.show {
		display: block;
		position: absolute;
		z-index: 18006;
		top: 114px;
		width: 100%;
		background: #ffffff;
		left: 0;     
		border: 1px solid #023055;
	}
	header .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
	header .navbar-collapse.collapse.show {
		display: block !important;
	}
	header .navbar-expand-md .navbar-nav {
        flex-direction: column !important;
    }
	.helpline {
		position: initial;
		top: 72px;
		z-index: 100;
		right: 0;
	}
	span.post-by-author.item {
		display: none;
	}
	.card-image-wrapper {
        height: 151px;
    }
	
}

@media only screen and (max-width: 800px) {

li.nav-item a.nav-link, li.nav-item a.dropdown-item {
        font-size: 12px;
    }
	
	section.regularActivitiesSection .flip-box {
		margin-bottom: 30px;
	}
	.interventionsSection .testimonials-area {
		margin-bottom: 30px;
	}
	.content-text.mainProgrammesText {
        height: 294px;
        text-align: left;
    }
	
	.NSB-District-list-table {
		width: 1200px;
	}
	 .navbar-collapse{
        background: #ffffff;
        padding: 10px;
    }
	header .navbar-expand-md .navbar-toggler {
		display: block;
	}
	.navbar-toggler {
		display: block;
	}
	.navbar-collapse {
		display: none;
	}
	.navbar-collapse.show {
		display: block;
	}
	.navbar-collapse.show {
		display: block;
		position: absolute;
		z-index: 18006;
		top: 114px;
		width: 100%;
		background: #ffffff;
		left: 0;     
		border: 1px solid #023055;
	}
	header .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
	header .navbar-collapse.collapse.show {
		display: block !important;
	}
	header .navbar-expand-md .navbar-nav {
        flex-direction: column !important;
    }
	.helpline {
		position: initial;
		top: 72px;
		z-index: 100;
		right: 0;
	}
}

@media only screen and (max-width: 786px) {
	 .navbar-collapse{
        background: #ffffff;
        padding: 10px;
    }
	header .navbar-expand-md .navbar-toggler {
		display: block;
	}
	.navbar-toggler {
		display: block;
	}
	.navbar-collapse {
		display: none;
	}
	.navbar-collapse.show {
		display: block;
	}
	.navbar-collapse.show {
		display: block;
		position: absolute;
		z-index: 18006;
		top: 114px;
		width: 100%;
		background: #ffffff;
		left: 0;     
		border: 1px solid #023055;
	}
	header .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
	header .navbar-collapse.collapse.show {
		display: block !important;
	}
	header .navbar-expand-md .navbar-nav {
        flex-direction: column !important;
    }
	.helpline {
		position: initial;
		top: 72px;
		z-index: 100;
		right: 0;
	}
	.content-text.mainProgrammesText {
        height: auto;
    }
	.top-header .col-md-3 {
		text-align: center !important;
	}
	.top-header .social-icon {
		float: none;
		align-content: center;
	}
	.helpline.d-flex.my-3.mx-2 {
		justify-content: center;
	}
	section.procurement-page-section.py-4 {
		padding: 22px;
	}
	.main-project-title {
		font-size: 24px;
	}
	.col-12.col-md-6.about-pmiu-col {
		flex: 0 0 auto;
		width: 100%;
	}
	.teamGrid .col-12.col-sm-6.col-md-3 {
		flex: 0 0 auto;
		width: 50%;
	}
	.regularActivitiesSection .col-md-3 {
		flex: 0 0 auto;
		width: 50%;
	}
	div#grid-item2 {
		display: none;
	}
	.datacenter-card {
		width: 50%;
	}
	section.tj-service-section-two.dataCenterSection .row {
		justify-content: center;
	}
	.mainproject-col {
		width: 50%;
	}
	.col-md-3.project-wrapper-col.mb-4 {
		flex: 0 0 auto;
		width: 33.3333%;
	}
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 {
		padding-right: 0px;
	}
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 .col.d-flex.align-items-center {
		margin-bottom: 10px;
	}
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 {
			padding-right: 0px;
			padding-bottom: 10px;
			margin-left: 0px;
			margin-right: 0px !important;
			padding-left: 0px !important;
		}
	        .card-image-wrapper {
            height: 151px;
        }
}

@media only screen and (max-width: 480px) {
	.carousel-caption.text-start {
		text-align: center !important;
	}
	section.regularActivitiesSection .flip-box {
		margin-bottom: 30px;
	}
	.interventionsSection .testimonials-area {
		margin-bottom: 30px;
	}
	img.placeholder-page-image {
		top: 0;
	}
	.inner-content-wrapper thead, thead {
		font-size: 10px;
	}
	.tj-service-section-two .service_image {
		height: auto;
	}
	.keyProjectsSection .content {
		width: 100%;
	}
	.regular-activities-wrapper .desc {
        height: auto;
    }
	.txbdcon p {
		height: auto;
	}
	.txbdcon h3.txbdsvtitle {
		height: auto;
	}
	.site-main-logo {
		height: 75px !important;
	}
	.main-project-title {
		font-size: 20px;
	}
	.section-title span {
		font-size: 20px;
	}
	li.nav-item a.nav-link, li.nav-item a.dropdown-item {
        font-size: 18px !important;
    }.col-md-3.project-wrapper-col.mb-4 {
		flex: 0 0 auto;
		width: 50%;
	}
	.navbar-collapse.show {
        top: 90px;
    }
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 {
		margin-right: 0px !important;
		padding-left: 35px !important;
	}
	.teamGrid .col-12.col-sm-6.col-md-3,.regularActivitiesSection .col-md-3,.datacenter-card,.mainproject-col {
		width: 100%;
	}
	section.project-milestones .row.row-cols-1.row-cols-sm-2.row-cols-md-2.row-cols-lg-4.g-4.pt-3.justify-content-center.mb-5 {
		padding-right: 0px;
		padding-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px !important;
		padding-left: 0px !important;
	}
}
