.red-btn-arrow {
  background: url("../images/divisariya/redbtn-arrow.svg") right 12px center #FF0000;
  background-repeat: no-repeat;
  padding: 12px 36px 12px 18px;
  font-family: "Avenir-black";
  font-size: 13px;
  font-weight: 900;
  line-height: 17.25px;
  letter-spacing: 0.4818859994px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  max-width: none;
  width: auto;
  transition: all 0.3s ease;
}
.red-btn-arrow:before {
  display: none;
}
.red-btn-arrow:hover {
  background: url("../images/divisariya/redbtn-arrow.svg") right 8px center #000;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.breadcrumb-new li:last-child a {
  color: #0C4BA3;
}

.divisariya-custom-content {
  background: #E4EBF5;
}
.divisariya-custom-content .main-content-wrap {
  display: flex;
}
@media (max-width: 1024px) {
  .divisariya-custom-content .main-content-wrap {
    flex-direction: column;
  }
}
.divisariya-custom-content .main-content-wrap p {
  font-family: "aven-medium";
  font-size: 14px;
  line-height: 20.89px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000;
}
.divisariya-custom-content .main-content-wrap .sector-banner-details {
  min-width: 50%;
}
@media (max-width: 1024px) {
  .divisariya-custom-content .main-content-wrap .sector-banner-details {
    min-width: 100%;
  }
}
.divisariya-custom-content .main-content-wrap .description-right {
  padding: 30px;
}
@media (max-width: 1024px) {
  .divisariya-custom-content .main-content-wrap .description-right {
    padding: 0px;
  }
}
.divisariya-custom-content .main-content-wrap .wrap-sector-contnet p {
  font-size: 16px;
}
.divisariya-custom-content .map-info-boxed {
  display: flex;
  flex-direction: column;
  max-width: 270px;
  margin-bottom: 30px;
}
.divisariya-custom-content .map-info-boxed .helped-school {
  padding: 16px 28px;
  display: flex;
  width: 100%;
  flex-direction: column;
  background: #F6F6F6;
}
.divisariya-custom-content .map-info-boxed .helped-school strong {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "aven-heavy";
  font-size: 38px;
  font-weight: 400;
  line-height: 51.91px;
  letter-spacing: -1.3571428061px;
  text-align: left;
  color: #0C4BA3;
}
.divisariya-custom-content .map-info-boxed .helped-school strong img {
  width: 32px;
}
.divisariya-custom-content .map-info-boxed .helped-school span {
  font-family: "aven-regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 16.27px;
  text-align: left;
  color: #000000;
}
.divisariya-custom-content .map-info-boxed .helped-school.blue-line {
  background: #0C4BA3;
}
.divisariya-custom-content .map-info-boxed .helped-school.blue-line strong {
  color: #FFFFFF;
}
.divisariya-custom-content .map-info-boxed .helped-school.blue-line span {
  color: #FFFFFF;
}
.divisariya-custom-content .map-info-boxed.horizintal-infos {
  flex-direction: row;
  max-width: none;
  gap: 20px;
}
@media (max-width: 650px) {
  .divisariya-custom-content .map-info-boxed.horizintal-infos {
    flex-direction: column;
    gap: 0px;
  }
}
.divisariya-custom-content .map-info-boxed.horizintal-infos .helped-school {
  max-width: 270px;
}
.divisariya-custom-content .csr-element-list-wrap {
  padding: 40px 0px;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 800px) {
  .divisariya-custom-content .csr-element-list-wrap .csr-element-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 550px) {
  .divisariya-custom-content .csr-element-list-wrap .csr-element-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm {
  background: #fff;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm .ms-gallery {
  padding: 0;
  margin: 0;
  height: 0px;
  overflow: hidden;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 120px;
  cursor: pointer;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-banner {
  width: 100%;
  height: 30vh;
  min-height: 300px;
  overflow: hidden;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt .csr-single-txt-top {
  background: #0C4BA3;
  padding: 10px 30px;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt .csr-single-txt-top h3 {
  font-family: "aven-medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.01px;
  letter-spacing: -0.4999999702px;
  text-align: left;
  color: #fff;
  padding: 0 0 8px 0;
  margin: 0;
  max-width: 280px;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt .csr-single-txt-top p {
  padding: 0 0 0 20px;
  margin: 0;
  font-family: "aven-medium";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 17.25px;
  letter-spacing: -0.7111111283px;
  text-align: left;
  background: url("../images/divisariya/icon-location.svg") center left no-repeat;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt .csr-single-txt-btm {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt .csr-single-txt-btm p {
  padding: 0;
  margin: 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FF0000;
  text-align: center;
  font-family: "aven-heavy";
  font-size: 24px;
  font-weight: 400;
  line-height: 32.78px;
  letter-spacing: -1.3571428061px;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a .csr-single-txt .csr-single-txt-btm h3 {
  padding: 17px 17px 17px 53px;
  background: url("../images/divisariya/students-num-gray.svg") left 17px center no-repeat;
  margin: 0;
  font-family: "aven-regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 17.25px;
  letter-spacing: -0.7111111283px;
  text-align: left;
  color: #242424;
}
.divisariya-custom-content .csr-element-list-wrap .csr-element-list .csr-element-itm a:hover .csr-single-banner img {
  transform: scale(1.05);
}
.divisariya-custom-content .csr-element-list-wrap .navgation-wrapper {
  width: 100%;
  display: block;
  padding: 30px 0px;
}
.divisariya-custom-content .csr-element-list-wrap .navgation-wrapper div.flex {
  display: none !important;
}
.divisariya-custom-content .csr-element-list-wrap .navgation-wrapper .hidden {
  display: flex;
  flex-direction: column-reverse;
}
.divisariya-custom-content .csr-element-list-wrap .navgation-wrapper .hidden p {
  padding: 15px 0px;
  font-size: 14px;
  color: #666;
}
.divisariya-custom-content .csr-element-list-wrap .navgation-wrapper span.relative.shadow-sm {
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0) !important;
  padding-bottom: 15px;
}
.divisariya-custom-content .csr-element-list-wrap .navgation-wrapper span.relative svg {
  max-width: 30px;
}

.country-presence-heading {
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .country-presence-heading {
    padding-top: 30px;
  }
}
.country-presence-heading h2 {
  padding: 10px 0 22px 0;
  margin: 0;
  font-family: "aven-medium";
  font-size: 50px;
  font-weight: 400;
  line-height: 68.3px;
  letter-spacing: -1.7857142687px;
  text-align: left;
  color: #222222;
}
.country-presence-heading h2 span {
  color: #FF0000;
}
.country-presence-heading p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30.05px;
  letter-spacing: -0.7857142687px;
  text-align: left;
  color: #000000;
  max-width: 630px;
}

.divisawiya-video-wrap {
  padding: 80px 0 60px 0px;
}
.divisawiya-video-wrap iframe {
  width: 100%;
  max-width: 800px;
}

.country-presence-list {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .country-presence-list {
    flex-wrap: wrap;
  }
}
.country-presence-list .mapbox-info {
  width: 100%;
  max-width: 480px;
  background: #fff;
  padding: 25px 13px 20px 32px;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 850px) {
  .country-presence-list .mapbox-info {
    max-width: 100%;
    min-width: 100%;
    margin-top: 50px;
  }
}
.country-presence-list .mapbox-info .info-title {
  floaT: left;
  width: 100%;
}
.country-presence-list .mapbox-info .info-title h3 {
  padding: 0px;
  margin: 0;
  font-family: "aven-medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 49.18px;
  letter-spacing: -1.7857142687px;
  text-align: left;
  color: #0C4BA3;
}
.country-presence-list .mapbox-info .map-info-itm {
  floaT: left;
  width: 100%;
  display: none;
}
.country-presence-list .mapbox-info .map-info-itm .map-info-title {
  display: block;
  padding-bottom: 30px;
}
.country-presence-list .mapbox-info .map-info-itm .map-info-title h3 {
  padding: 0;
  margin: 0;
  font-family: "aven-medium";
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.7857142687px;
  text-align: left;
  color: #FF0000;
}
.country-presence-list .mapbox-info .map-info-itm .map-info-title h4 {
  padding: 0;
  margin: 0;
  font-family: "aven-medium";
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -1.7857142687px;
  text-align: left;
  color: #222222;
}
.country-presence-list .country-list {
  width: 180px;
  overflow-y: auto;
  max-height: 600px;
}
.country-presence-list .country-list::-webkit-scrollbar {
  width: 4px;
}
.country-presence-list .country-list::-webkit-scrollbar-thumb {
  background-color: #0C4BA3;
  border-radius: 2px;
}
@media (max-width: 670px) {
  .country-presence-list .country-list {
    width: 100%;
    max-height: none;
  }
}
.country-presence-list .country-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.country-presence-list .country-list ul li {
  padding-bottom: 1px;
  list-style-type: none;
  width: 100%;
  float: left;
}
.country-presence-list .country-list ul li a {
  padding: 0px 16px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.4);
  font-family: "aven-medium";
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  color: #000000;
  float: left;
  transition: all 0.3s ease;
}
.country-presence-list .country-list ul li a.active {
  color: #fff;
  background: #FF0000;
}
.country-presence-list .mapbox-wrap {
  height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 380px) {
  .country-presence-list .mapbox-wrap {
    height: 400px;
  }
}
.country-presence-list .mapbox-wrap svg {
  width: 450px;
  height: 793px;
  transform: scale(0.708);
}
@media (max-width: 420px) {
  .country-presence-list .mapbox-wrap svg {
    transform: scale(0.6);
    margin-left: -10%;
  }
}
@media (max-width: 380px) {
  .country-presence-list .mapbox-wrap svg {
    transform: scale(0.45);
    margin-left: -20%;
  }
}
.country-presence-list .mapbox-wrap path {
  fill: #B9CAE5;
  stroke: #000000;
  stroke-width: 0.3px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.country-presence-list .mapbox-wrap path.active {
  fill: #FF0000;
}

/*# sourceMappingURL=divisariya.css.map */
