@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Roboto:wght@400;500&display=swap');



html {
  height: 100% !important;
}

body {
  height: 100%;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: white !important;
  display: flex;
  align-items: flex-end;
  padding-right: 10px !important;
}

.navbar-nav {
  width: 100%;
  justify-content: center;
}

.banner-section {
  min-height: 700px;
  width: 100%;
  background-image: url(../images/banners/dist_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 70px;
}

.banne-overlay {
  background-blend-mode: overlay;
  background: linear-gradient(180deg, rgba(57, 67, 77, 0) 0%, rgb(0 0 0 / 60%) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}





/*================== home page css =================*/

.home-banner {
  height: 472px;
  width: 100%;
  background-image: url(https://economictimes.indiatimes.com/thumb/msid-75075554,width-1200,height-900,resizemode-4,imgsize-272809/exports-agncies.jpg?from=mdr);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Homebanner-overlay {
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
  position: relative;
}

.home-banner .home-content {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.home-banner .home-content h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;

}

.home-banner .home-content h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0px;
  visibility: inherit;
  transition: none 0s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 5.5s steps(80, end), blink-caret 1.10s step-end infinite;
}


.home-banner .home-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.banner-info {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  height: 100px;
  position: absolute;
  bottom: 0px;
}

.bannerHighlighted_number {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px rgb(0 0 0 / 60%);
  margin-left: 10px;
  cursor: pointer;
}

.bannerHighlighted_text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px rgb(0 0 0 / 60%);
  margin-left: 10px;
  cursor: pointer;
}

/* .banner-info img {
    width: 50px;
    height:50px;
    cursor: pointer;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */

/* .b-icon:hover {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
} */

.about-apCard {
  background: #FBFBFB;
  border-radius: 31px;
  box-shadow: 0px 3.84083px 8px rgb(0 0 0 / 7%);
  position: relative;
  padding: 48px 30px;
}

.about-apCard::after {
  content: "";
  display: block;
  background-image: url(../images/bg-effects/about-ap.png);
  position: absolute;
  left: -28px;
  bottom: -32px;
  width: 141px;
  height: 151px;
  z-index: -1;
}

.about-apCard::before {
  content: "";
  display: block;
  background-image: url(../images/bg-effects/about-ap.png);
  position: absolute;
  right: -28px;
  top: -20px;
  width: 141px;
  height: 151px;
  z-index: -1;
}

.about-ap .info-div {
  margin-top: 7rem;
  margin-bottom: 6rem;
}

.about-apCard h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #626262;
  padding-left: 10px;
}

.about-apCard p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #4D4D4D;
  text-align: justify;
  padding: 0px 10px;
}

.about-apCard button {
  background: #2BC179;
  box-shadow: 0px 4px 20px #2bc179;
  border-radius: 18.5px;
  border: 0px;
}


@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  50% {
    border-color: orange;
  }
}




.why-ap {
  background-image: url("/assets/images/bg-effects/shape-resource.png");
  background-color: #f0fcf8;
  background-position: fixed;
  background-repeat: no-repeat;
  padding: 5rem 0px;
}

.why-ap .wrapper {
  position: relative;
  z-index: 1;
}

.why-ap .box {
  position: relative;
  margin: 60px 0px;
  padding: 3rem;
}





.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  z-index: -1;
  border-radius: 50px;
  background: linear-gradient(45deg, #60dfdc, #62d079);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.why-ap video {
  border-radius: 20px;
  box-shadow: 10px;
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
  width: 467px;
  height: 268px;
}

.why-ap .heading {
  border-bottom: 1px solid #626262;
  width: fit-content;
  padding: 2px 10px 0px 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #626262;
}

.why-ap p {
  color: #626262;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-top: 18px;
}

.why-ap .btn {
  border-radius: 18.5px;
  border: none;
  height: 36px;
  box-shadow: 0px 4px 20px #2bc179;
  font-family: "Poppins";
  text-align: center;
  color: white;
  background-color: #2bc179;
  margin-top: 1rem;
}

.dis-ap .wrapper {
  background-color: #fbfbfb;
  /* padding: 3rem; */
}

.dis-ap .heading {
  text-align: start;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: #4d4d4d;
}

.dis-ap .sub-heading {
  text-align: start;
  font-family: "Poppins";
  font-style: normal;
  font-size: 20px;
  color: #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  width: fit-content;
  /* padding: 10px; */
  line-height: 30px;
}

.dis-ap .text {
  text-align: start;
  font-family: "Roboto";
  font-style: normal;
  font-size: 19px;
  color: #626262;
  line-height: 25px;
}

.dis-ap .border-right_btm {
  border-bottom: .5px solid #6c6c6c;
  border-right: .5px solid #6c6c6c;
}

.dis-ap .border-btm {
  border-bottom: 1px solid #6c6c6c;
}

.dis-ap .border-right {
  border-right: 1px solid #6c6c6c;
}

.dis-ap .menu-head {
  color: #2bc179;
  text-align: center;
  font-weight: bold;
  font-family: "Poppins";
  font-size: 25px;
  margin-top: 15px;
}

.dis-ap .menu-head_1 {
  color: #2bc179;
  text-align: center;
  font-weight: bold;
  font-family: "Poppins";
  font-size: 18px;
  margin-top: 15px;
}

.dis-ap .menu-text {
  color: #626262;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}

.dis-ap .number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #626262;
  line-height: 0px;
}

.dis-ap {
  /* margin-top:100px; */
  margin-bottom: 100px;
}

.rank-ap {
  background: #FFFFFF;
  box-shadow: 0px 3.84083px 40px rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  padding: 28px 48px !important;
}

.rank-ap .business-ranking {
  background: linear-gradient(90deg, #8DD8EB 0%);
  border-radius: 28px;
  height: 119px;
}

.rank-ap .info p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #626262;
  text-align: center;
  padding-top: 18px;
}

.rank-ap .info {
  display: flex;
  align-items: center;
}

.ap-ranking-section {
  background-color: #e6f8fc;
  background-image: url("/assets/images/bg-effects/bg-map.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0px;
}

.ap-ranking-section .item p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #626262;
  max-width: 170px;
  margin: auto;
  margin-top: 15px;
}

.ap-ranking-section .item {
  text-align: center;
}

.ranking-btn {
  box-sizing: border-box;
  border-radius: 24.5px;
  border: none;
  box-shadow: 0px 4px 20px #31a5c1;
  font-family: "Poppins";
  text-align: center;
  color: white;
  background-color: #44b5d1;
  margin: auto;
  font-size: 14px;
  padding: 4px 24px;
  margin-top: 50px;
}

.rank-ap .rank-number {
  display: flex;
  justify-content: center;
  height: inherit;
  align-items: center;
}

.rank-number h5 {
  width: 89px;
  direction: rtl;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
}

.rank-number h6 {
  width: 160px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #FFFFFF;
}

.rank-number p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 28px;
  color: #22BBDA;
  margin-top: 16px;
}

.rank-number .number {
  background: white;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}


.leader-speak {
  background-image: url(../images/home/leader-speak/leader-speakbg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.leader-speaker {
  background-image: url(../images/home/leader-speak/leader-speakbg.png);
  background-position: center;
}

.leader-speak .tile {
  /* width: 260px !important; */
  height: 400px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 3.84083px 20.1644px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  margin: 12px
}

.leader-speak img {
  width: 100%;
}

.leader-speak .info p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #232527;
}

.leader-speak .info h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 13.4429px;
  line-height: 20px;
  color: #293238;
}

.leader-speak .info h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 13.4429px;
  line-height: 20px;
  color: #939393;
}

.leader-speak .info {
  padding: 15px;
}

.leader-speak-heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #626262;
  width: fit-content;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px;
  border-bottom: 0.5px solid #6C6C6C;
}

.slick-dots li button:before {
  font-size: 30px;
}

.partners_carouselBg img {
  margin: auto;
  margin-top: 20px;
}

.partners_carouselBg {
  background: #E9ECF2;
}

.news-events .card {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 18.9529px;
  margin-bottom: 20px;
}

.news-events h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 6px;
  color: #4D4D4D;
  margin: 0px;
  margin-top: 8px;
}

.news-events h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 43px;
  color: #4D4D4D;
  margin-top: 10px;
}

.news-events h4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #626262;
  margin-left: 10px;
  margin-bottom: 15px;
}

.news-events p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6A6A6A;
  margin-left: 10px;
  margin-bottom: 5px;
}

.news-events .info {
  /* display: flex; */
  padding: 15px 20px;
  justify-content: space-between;
}

.news-events button {
  background: #2BC179;
  border-radius: 50px;
  border: 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
  height: 24px;
  float: right;
}

.cm-section {
  height: 465px;
  background: #DBF7FE;
  border-radius: 36px;
  margin-top: 7rem !important;
}

.cm-message {
  height: inherit;
  align-items: center;
  display: flex;
}


.cm-message h5 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #626262;
}

.cm-message p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #626262;
  max-width: 677px;
  border: 2px solid #9DE0F0;
  border-radius: 17px;
  padding: 20px;
}

.cm-section h6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 128.19%;
  color: #626262;
}

.cm-section span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #626262;
}




.explore-ap {
  background-color: #f0fcf8;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.explore-ap .explore-heading h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  border-bottom: 1px solid #6c6c6c;
  width: fit-content;
  margin: auto;
}

.explore-ap .explore_info {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #4d4d4d;
}

.sub_info {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  color: #626262;
}

.sub_heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #4d4d4d;
  border-bottom: 1px solid #6c6c6c;
  width: fit-content;
  text-align: center;
}

.sub_heading_info {
  font-family: Roboto;
  font-size: small;
  font-weight: 400;
  text-align: left;
}

.exp-img {
  border: 1px solid #fff;
  background: #d9ffec;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  /* padding: 5px; */
  text-align: center;
  position: relative;
  line-height: 54px;
}

.exp-img img {
  width: 35px;
}

.image-theory h6 {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: auto;
  color: #626262;
  padding: 0px 10px 0px 10px;
}

.image-theory p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #626262;
  padding: 0px 10px 0px 10px;
}

.dropdown .dist_drop {
  width: 282px;
  border: 1px solid #31a76d;
  box-shadow: 0px 4px 10px rgba(205, 205, 205, 0.5);
  border-radius: 18.5px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 17px;
  background-color: white;
  color: #31a76d;
  padding: 6px 36px 6px 12px;
}

.map-bg {
  box-shadow: 0px 3.84083px 40px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  /* width: 499px; */
  /* height: 499px; */
  /* margin: auto; */
  padding: 3rem;
  background-color: white;
  background-image: url(/assets/images/bg-effects/dotted-effects.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

/* .map-bg .green_map {
    text-align: start;
  } */
.sub_folder {
  border-right: 1px solid #6c6c6c;
}

.sub-img {
  border: 1px solid #31a76d;
  background: #ffffff;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  position: relative;
  margin: auto;
}

.sub-img img {
  width: 31px;
}

.sub-theory {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #626262;
}

#minsters-carousel .carousel-indicators [data-bs-target] {
  background-color: #5d5d5d !important;
}

.upcoming_carouselItem {
  margin: 0px 24px 24px 24px;
  width: 330px;
}

#ministers-carousel .carousel-indicators [data-bs-target] {
  background-color: #5d5d5d !important;
}


/* ============= map css  =============== */

/* .map-bg svg path {
  fill: #36B275;
  stroke: #bbacac;
  stroke-width: 0.575;
} */

/* #tooltip {
  background-image: linear-gradient(273deg, #e6003c, #f51553);
  color: white;
  border-radius: 5px;
  padding: 5px;
} */

.map-bg svg path.active {
  fill: #AFFB46;
  filter: drop-shadow(2px 10px 6px #0A5364);
  cursor: pointer;
  stroke-width: .45;
}

.map-bg svg path:hover {
  fill: #AFFB46;
  filter: drop-shadow(2px 10px 6px #0A5364);
  cursor: pointer;
  stroke-width: .45;
}

.map-bg svg {
  width: 100%;
  height: 60vh;
}

.dist_none {
  display: none;
}












/* new css */

.heading-aptpc {
  color: #2c5287;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0;
  font-family: 'Poppins';
  line-height: 18px;
  text-align: center;
}

.subHeading-aptpc {
  color: #505050;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 0;
  font-family: 'Poppins';
  text-align: center;
}

.dropdown-policies {
  background-color: #0A5364;
}

@media screen and (min-width: 320px) {
  .why-ap .box {
    position: relative;
    margin: 60px 0px;
    padding: 1rem;
    text-align: center;
  }

  .about-apCard {
    padding: 46px 0px;
    align-items: center;
  }
}
