@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
/* poppins font */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./Poppins/Poppins-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./Poppins/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./Poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./Poppins/Poppins-ExtraBold.ttf") format("truetype");
}
/* nexa  font */
@font-face {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./nexa/Nexa-Bold.otf") format("truetype");
}

@font-face {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./nexa/Nexa-Light.otf") format("truetype");
}
:root {
  --primary-color: #2b2f65;
  --secondary-color: #f5f6fa;
  --waring-color: #fd5d3d;
  --section-heading-color: #444f60;
  --white-color: #fff;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-36: 36px;
  --font-famliy: "Poppins";
  --font-famliy-nexa: "Red Hat Display";
  --card-shadow: -1px 3px 15px 1px rgba(0, 0, 0, 0.06);
  --highlight-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}

body {
  font-family: var(--font-famliy);
}

.top-bar{
  background-color: #2b2f65;
  padding: 4px;
}


.topbar-text{
  font-size: 14px;
  cursor: pointer;
  color: white;
}

.header .logo {
  padding: 14px 0px;
  width: auto;
}

.header h4 {
  color: var(--primary-color);
  text-align: center;
  font-family: "PT Serif", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 0px 10px;
  text-transform: uppercase;
}

.header h4 span {
  color: #ff9604;
}

.mobile-heading{
  font-size: 16px !important;
  text-align: start !important;
}

.section-txt{
  font-size: 10px;
}

.header p {
  /* color: #707070; */
  background: linear-gradient(to right, #392E18 , #DBA439); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 10px 10px;
}

.header h5 {
  color: var(--primary-color);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0px;
  margin-left: 10px;
}

.header small {
  color: #707070;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  margin-left: 10px;
}

/*====================== header styles ====================  */

.ap-menubar_Secton .main-header .nav-item .nav-link {
  margin-right: 18px;
  border-bottom: 2px solid transparent;
  -webkit-transition: opcity 0.5s linear;
  -moz-transition: opcity 0.5s linear;
  -ms-transition: opcity 0.5s linear;
  -o-transition: opcity 0.5s linear;
  transition: opcity 0.5s linear;
  color: var(--white-color);
  font-weight: 600;
}
.ap-menubar_Secton .main-header .nav-item .nav-link.active,
.ap-menubar_Secton .main-header .nav-item .nav-link:hover {
  opacity: 0.8;
}
.ap-menubar_Secton .main-header .nav-item .dropdown-menu > li:hover > .submenu {
  display: block;
}
.ap-menubar_Secton .main-header .nav-item.dropdown:hover .main-menu {
  display: block;
}
.ap-menubar_Secton .main-header .nav-item.dropdown:hover .main-menu li {
  position: relative;
}
.ap-menubar_Secton .main-header .nav-item.dropdown .dropdown-menu {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  left: 40%;
  transform: translateX(-50%);
}
.ap-menubar_Secton .main-header .nav-item.dropdown .dropdown-menu::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: 0;
  left: calc(50% - 0px);
  box-sizing: border-box;
  border: 6px solid black;
  border-color: transparent transparent #0000002e #0000002e;
  transform-origin: 0 0;
  transform: rotate(135deg);
}
.ap-menubar_Secton
  .main-header
  .nav-item.dropdown
  .dropdown-menu.large-dropdown {
  left: 80%;
  transform: translateX(-80%);
}
.ap-menubar_Secton
  .main-header
  .nav-item.dropdown
  .dropdown-menu.large-dropdown::before {
  left: calc(70% - 0px);
}
.ap-menubar_Secton
  .main-header
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  padding: 8px;
}
.ap-menubar_Secton
  .main-header
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}
.ap-menubar_Secton .main-header .nav-item.dropdown .dropdown-menu li {
  border-bottom: 1px solid rgba(21, 61, 139, 0.1);
}
.ap-menubar_Secton
  .main-header
  .nav-item.dropdown
  .dropdown-menu
  li:last-child {
  border-bottom: none;
}
.ap-menubar_Secton .main-header .nav-item.dropdown .submenu {
  transform: translateX(30%);
  top: 0;
  left: 0;
}
.ap-menubar_Secton .main-header .nav-item.dropdown .submenu::before {
  top: 10px;
  left: 1px;
  transform: rotate(45deg);
}
.ap-menubar_Secton .main-header .nav-item.dropdown .submenu.submenu-dropdown {
  transform: translateX(100%);
  right: 0%;
  width: max-content;
}
.ap-menubar_Secton
  .main-header
  .nav-item.dropdown
  .submenu.submenu-dropdown::before {
  top: 0px;
  right: 0px;
  left: 0px;
  transform: rotate(45deg);
}

.come-from-modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
  height: 100%;
  border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
  padding: 15px 15px 80px;
}
.come-from-modal.right.show {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
}

.come-from-modal.right.show .modal-dialog {
  right: 0;
}

#menu-modal .modal-content {
  background-image: url(../images/banners/home_banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-modal-overlay {
  background-blend-mode: overlay;
  background: #4c5489;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#menu-modal h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

#menu-modal .btn-group {
  display: block !important;
  margin-top: 10px;
}

#menu-modal .btn.btn-primary {
  background-color: unset;
  border-color: transparent;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

#menu-modal .side-menu li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: white;
}

.ap-menubar_Secton .side-menu .nav-item.dropdown .dropdown-menu {
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  left: 40% !important;
  transform: translateX(2%) !important;
  width: 300px;
  background: transparent;
  border: 0px;
  margin-top: -18px !important;
  position: initial !important;
}

.ap-menubar_Secton .side-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
  white-space: initial !important;
  margin-top: 10px;
}

.ap-menubar_Secton
  .side-menu
  .nav-item.dropdown
  .dropdown-menu
  .dropdown-item:hover {
  color: black !important;
}

.ap-menubar_Secton .side-menu .nav-item .dropdown-menu > li.active > .submenu,
.ap-menubar_Secton .side-menu .nav-item .dropdown-menu > li:hover > .submenu {
  display: block;
}
.ap-menubar_Secton .side-menu .nav-item.dropdown.active .main-menu {
  display: block;
}

.ap-menubar_Secton .main-header .nav-item.dropdown:hover .main-menu li {
  position: relative;
}

.ap-menubar_Secton .side-menu .nav-item.dropdown .dropdown-menu::before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  bottom: 0;
  top: 0;
  left: calc(50% - 0px);
  box-sizing: border-box;
  border: 6px solid black;
  border-color: transparent transparent #00000000 #00000000;
  transform-origin: 0 0;
  transform: rotate(135deg);
}
.ap-menubar_Secton .side-menu .nav-item.dropdown .dropdown-menu.large-dropdown {
  left: 80%;
  transform: translateX(-80%);
}
.ap-menubar_Secton
  .side-menu
  .nav-item.dropdown
  .dropdown-menu.large-dropdown::before {
  left: calc(70% - 0px);
}

.side-menubar {
  overflow: auto;
  height: 100%;
}

.side-menubar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.side-menubar::-webkit-scrollbar-track {
  background: rgb(241 241 241 / 85%);
  border-radius: 10px;
}

/* Handle */
.side-menubar::-webkit-scrollbar-thumb {
  background: rgb(136 136 136 / 75%);
  border-radius: 10px;
}

/* Handle on hover */
.side-menubar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fa-star {
  font-size: 10px;
}

.btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

/* footer css */

.apmdc_footer {
  min-height: 300px;
  background: #192a4d;
  padding: 60px 0px 20px 0px;
}

.apmdc_footer h4 {
  color: var(--white-color);
  font-family: var(--font-famliy);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.apmdc_footer a {
  color: var(--white-color);
  font-family: var(--font-famliy);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: block;
  margin: 12px 0px;
}

.apmdc_footer a:hover {
  transform: translate(8px, 0px);
  transition: 0.8s;
  /* font-size: 20px; */
  font-weight: 400;
}

.terms_condition {
  border-top: 1px solid #ea9912;
  margin-top: 30px;
}

.terms_condition a {
  color: var(--white-color);
  font-family: var(--font-famliy);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  text-decoration: none;
}

.iwa-card {
  border: 1px solid rgba(225, 232, 238, 0.15);
  background: var(--white-color);
  box-shadow: var(--card-shadow);
}

.sec-heading {
  font-family: var(--font-famliy-nexa);
  font-size: var(--fs-36);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.about-us h4 {
  color: var(--section-heading-color);
}

.about-us p {
  color: #747474;
  font-family: var(--font-famliy);
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 18px 0px 26px 0px;
}

.button {
  background-color: #4c5489 !important;
  color: var(--white-color);
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-family: var(--font-famliy);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 100px;
  min-height: 36px;
}

.about-us .right-side {
  padding: 50px 20px 20px 60px;
}

.about-us {
  padding: 100px 0px;
  position: relative;
}

.about-us::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/illusion-right.png);
  background-position: right top;
  background-size: contain;
  z-index: -1;
  top: -38%;
}

.about-us::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/illusion-left.png);
  background-position: left bottom;
  background-size: contain;
  z-index: -1;
}

.ministers h4 {
  color: var(--white-color);
  margin-bottom: 60px;
}

.ministers {
  background-color: #4c5489;
  padding: 60px 0px;
}

.ministers h5 {
  color: var(--white-color);
  font-family: var(--font-famliy);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 10px 0px 0px 10px;
}

.ministers h6 {
  color: var(--white-color);
  font-family: var(--font-famliy);
  font-size: var(--fs-14);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
  text-align: center;
}

.ministers .img-border > div {
  position: relative;
  width: fit-content;
  margin: auto;
}

.ministers .img-border > div::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -6%;
  top: -6%;
  z-index: 1;
  border: 2.5px solid #fff;
}

.ministers .img-border img {
  position: relative;
  z-index: 2;
}

.downloads h4 {
  color: var(--section-heading-color);
  margin-top: 40px;
}

.downloads .pdf-icon {
  background-color: var(--white-color);
  width: 100px;
  margin: 0px 24px 0px 0px;
  text-align: center;
}

.downloads p {
  color: #747474;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 30px;
}

.downloads {
  background-color: var(--secondary-color);
  padding: 60px 0px 50px;
}

.button-secondary {
  background: var(--secondary-color);
  color: #0057ff;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-famliy);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 100px;
  min-height: 36px;
}

.button-secondary:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
  border: 1px solid #ffffffe1;
}

.btn-pos {
  position: absolute;
  width: max-content;
  bottom: 30px;
}

.chairperson_desk {
  background-color: var(--primary-color);
  padding: 50px 0px;
}

.chairperson_desk p {
  color: var(--white-color);
  font-family: var(--font-famliy);
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 30px 0px 30px 0px;
}

.spotlight {
  background-color: var(--white-color);
  padding: 60px 0px;
}

.spotlight .spot-card {
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: var(--secondary-color);
  padding: 18px;
  margin-bottom: 20px;
}

.common-card {
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background: var(--secondary-color);
  padding: 18px;
  margin-bottom: 20px;
}

.spotlight h4 {
  color: var(--section-heading-color);
  margin-bottom: 30px;
}

.spotlight .spot-card img {
  width: 100%;
  border-radius: 7px;
  /* max-width: 344px; */
  height: auto;
  box-shadow: var(--highlight-shadow);
}

.spotlight h5 {
  color: #1f1f20;
  font-family: var(--font-famliy-nexa);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 40px 0px 10px 0px;
}

.spotlight p {
  color: #2b2b2b;
  font-family: var(--font-famliy);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.partner {
  padding: 50px 0px;
}

.partner img {
  filter: grayscale(100%);
}

.partner img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}

.notification .custom_card {
  border: 1px solid #e3e3e3;
  background: var(--white-color);
  box-shadow: var(--card-shadow);
}

.notification .nav-pills .nav-link.active {
  background-color: #fff;
  padding: 35px 0px;
  border-left: 3px solid #8c8cf9;
}

.notification .nav-pills .nav-link {
  background-color: #f5f6fa;
  border-radius: 0px;
  padding: 35px 0px;
  min-width: 215px;
  color: #000;
  text-shadow: var(--card-shadow);
  font-family: var(--font-famliy);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.notification .tab-content ul li {
  color: #666;
  font-family: var(--font-famliy);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: url(../images/icons/arrow.png) no-repeat 0% 2px;
  padding: 0px 18px 22px 1.6rem;
  list-style: none;
  cursor: pointer;
}

.notification .sec-heading {
  color: #444f60;
  margin-bottom: 40px;
}

.notification {
  margin-top: 40px;
  margin-bottom: 80px;
}

.newsfeed_card {
  border: 1px solid #e3e3e3;
  background: var(--white-color);
  box-shadow: var(--card-shadow);
  padding: 20px 30px;
}

.newsfeed_card ul li {
  color: #2b2b2b;
  font-family: var(--font-famliy);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  background: url(../images/icons/arrow.png) no-repeat 1.2% 12px;
  background-color: #f5f6fa;
  padding: 8px 18px 16px 1.8rem;
  list-style: none;
}
.newsfeed_card ul {
  padding-left: 0px;
}

.newsfeed_card ul li span {
  font-size: 12px;
  font-weight: 500;
}

.sec-heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0px;
  border: 2px solid #444f60;
  width: 62px;
  border-radius: 6px;
}

.ministers .sec-heading {
  margin: auto;
  margin-bottom: 60px;
  width: fit-content;
}

.chairperson_desk .sec-heading::after {
  border: 2px solid #f3f4f5 !important;
}
.ministers .sec-heading::after {
  left: 46% !important;
  border: 2px solid #f3f4f5 !important;
  margin: auto !important;
  border-radius: 6px;
  text-align: center;
}

/* .about-banner {
  height: 400px;
  background-image: url(../images/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
.water-banner {
  height: 400px;
  background-image: url(../images/water-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.suliyari-banner {
  height: 400px;
  background-image: url(../images/suliyari-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mid-day-banner {
  height: 400px;
  background-image: url(../images/mid-day-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.smart-banner {
  height: 400px;
  background-image: url(../images/smart-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.robotic-banner {
  height: 400px;
  background-image: url(../images/robotic-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cultural-banner {
  height: 400px;
  background-image: url(../images/cultural-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.transportation-banner {
  height: 400px;
  background-image: url(../images/transportation-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.health-banner {
  height: 400px;
  background-image: url(../images/health-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pension-banner {
  height: 400px;
  background-image: url(../images/pension-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.triscooters-banner {
  height: 400px;
  background-image: url(../images/disaster.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.women-banner {
  height: 400px;
  background-image: url(../images/women-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.skill-developemt{
  height: 400px;
  background-image: url(../images/skill-dev.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rural-banner {
  height: 400px;
  background-image: url(../images/rural-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.environmental-banner {
  height: 400px;
  background-image: url(../images/environmental-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.support-banner {
  height: 400px;
  background-image: url(../images/support-to-educational-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sports-banner {
  height: 400px;
  background-image: url(../images/sports-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.donations-banner {
  height: 400px;
  background-image: url(../images/support-to-educational-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.donate-banner {
  height: 400px;
  background-image: url(../images/donate-us-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-banner {
  height: 400px;
  background-image: url(../images/contact-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.photo-banner {
  height: 400px;
  background-image: url(../images/gallery-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.video-banner {
  height: 400px;
  background-image: url(../images/video-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.press-banner {
  height: 400px;
  background-image: url(../images/press-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mangampeta-banner {
  height: 400px;
  background-image: url(../images/Mangampeta-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.foundation-banner {
  height: 400px;
  background-image: url(../images/apmdcfoundation-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.trust-banner {
  height: 400px;
  background-image: url(../images/trustboard-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.trust-commitee {
  height: 400px;
  background-image: url(../images/csrcommitee-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-banner h4 {
  color: #fdfdfd;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}
.about_csr h4 {
  color: #f9f9f9;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #2b2f65;
  padding: 10px 80px 10px 20px;
  width: fit-content;
  clip-path: polygon(0% 0%, 100% 0%, 0% 1000%, 0% 0%);
}
.about_csr p {
  color: #545454;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.about_csr .second {
  padding: 10px 20px 10px 80px;
  width: fit-content;
  margin-left: auto;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 8% 0%);
}

.contact-us {
  height: 330px;
  background-image: url(../images/conatct-us.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact-us h4 {
  color: #fdfdfd;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}

.contactus-card .card {
  border-radius: 14px;
  border: 1px solid rgba(222, 222, 222, 0.5);
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(102, 106, 245, 0.13);
}

.contactus-card .card h4 {
  color: var(--primary-color);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contactus-card .card small {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contactus-card .card input,
.contactus-card .card textarea {
  background: #f5f5ff;
  border: 0px;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
}

.contactus-card .card {
  padding: 30px 60px;
}

.contactus-card button {
  background-color: var(--primary-color) !important;
  color: var(--white-color);
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-family: var(--font-famliy);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 100px;
  min-height: 48px;
  width: 100%;
}
.gallery h4 {
  color: #444f60;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gallery small {
  color: rgba(31, 31, 32, 0.79);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pos-text {
  position: absolute;
}
.tab-header {
  display: flex;
  align-items: center;
}
.open-header {
  display: none;
}
.about-banner,
.contact-us {
  /* margin-top: 140px; */
  border-top: 1px solid #fff;
}

/* trustee css */
.csr-management {
  height: auto;
  width: 140px;
}

.trustee-latest-name {
  border-left: 3px solid #1750bf;
  height: max-content;
  padding-left: 14px;
}

.trustee-latest-name h4 {
  font-weight: 500;
  font-size: 20px !important;
  margin-bottom: 5px;
}

.trustee-latest-card {
  padding: 20px !important;
}

.trustee-latest-img {
  display: flex;
  justify-content: space-around;
}
.trustee-latest-name small {
  font-size: 18px !important;
  display: block;
}
.card-structure {
  margin-bottom: 18px;
}

.grid-item {
  border-radius: 5px;
  width: fit-content;
}

.w-40 {
  width: 250px;
  margin-top: 10px;
  border: 1px solid black;
}

/* ============== media queries  ================*/
.desktop_header {
  display: flex;
}

.mobile_header {
  display: flex;
}

@media (min-width: 1200px) and (max-width: 1400px) { 
  .container{
    max-width: 1250px;
  }
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
  .container{
    max-width: 1250px;
  }
 }
 

@media screen and (max-width: 468px) {
  .mobile_header p {
    font-size: 9px !important;
  }
  .contact-us h4,
  .about-banner h4 {
    font-size: 24px !important;
  }
  .mobile_header .logo {
    width: 60px !important;
  }
  .header h4{
    font-size: 20px;
  }
  .mobile_header p{
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .open-header {
    display: block;
  }
  .notification .custom_card {
    display: block !important;
  }
  .desktop_header {
    display: none;
  }
  .mobile_header p {
    font-size: 14px;
  }
  .mobile_header img {
    width: 75% ;
  }
  .btn-pos {
    bottom: 0px !important;
    position: relative;
    margin-top: 10px;
  }

  .ministers .img-border > div::before {
    display: none;
  }
  .about-us .right-side {
    padding: 50px 20px 20px 20px !important;
  }
  .about-us {
    padding: 0px !important;
  }
  .ministers h5 {
    font-size: 14px;
  }
  .about_csr p{
    font-size: 14px;
  }
  .about_csr h4{
    font-size: 20px;
  }
  .sec-heading{
    font-size:28px;
  }
}

@media screen and (min-width: 767px) {
  .mobile_header {
    display: none;
  }
  /* .swiper-desktop {
    margin-top: 60px;
  } */
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  /* .about-banner,
  .contact-us {
    margin-top: 40px !important;
  } */
  .open-header {
    display: block;
  }
  .mobile_header {
    display: none;
  }
  /* new media quieries  */
  .header h4 {
    font-size: 18px;
    text-align: left;
  }
  .header h5 {
    font-size: 13px;
  }
  .tab-header {
    display: flex;
    align-items: center;
  }

  .ministers h5 {
    font-size: 14px;
  }

  .mobile-swiper .swiper-gl .swiper-gl-image {
    display: block !important;
  }

  .mobile-swiper {
    height: 400px;
  }
  .mobile-swiper .swiper-gl-image {
    object-fit: contain !important;
  }
  .swiper-desktop {
    margin-top: 150px;
  }
}

@media screen and (max-width: 576px) {
  .mobile-swiper {
    height: 200px;
  }

  .mobile-swiper .swiper-gl .swiper-gl-image {
    display: block !important;
  }

  .mobile-swiper .swiper-gl-image {
    object-fit: contain !important;
  }
}
@media screen and (max-width: 992px) {
  .about-banner,
  .contact-us {
    margin-top: 0px;
    margin-bottom: 30px;
    border-top: 1px solid #fff;
  }
  .pos-text {
    position: relative;
  }
}

.humanity-donate {
  /* margin-top: 46px; */
  width: 138px;
  height: 46px;
  background-color: #f28103;
  padding: 9px;
  color: #ffffff;
  border: none;
}

.humanity-donate-sm{
  width: 98px;
  height: 32px;
  background-color: #f28103;
  padding: 6px;
  color: #ffffff;
  border: none;
  font-size: 13px;
}
