

@font-face {
  font-family: "century_gothicregular";
  src: url("../fonts/century_gothic-webfont.woff2") format("woff2"),
    url("../fonts/century_gothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: "century_gothicbold";
  src: url("../fonts/CenturyGothic-Bold.woff2") format("woff2"),
    url("../fonts/CenturyGothic-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1440px) {
  .ds1 {
    font-size: 5rem;
    line-height: 1.5;
  }

  .ds2 {
    font-size: 4.5rem;
    line-height: 1.5;
  }

  /* 72px */
  .ds3 {
    font-size: 4rem;
    line-height: 1.5;
  }

  /* 64px */
  .ds4 {
    font-size: 3.75rem;
    line-height: 1.5;
  }

  /* 60px */
  .ds5 {
    font-size: 3rem;
    line-height: 1.5;
  }

  /* 48px */
  .ds6 {
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .ds7 {
    font-size: 2.25rem;
    line-height: 1.5;
  }

  /* 36px */
  .ds8 {
    font-size: 1.875rem;
    line-height: 1.5;
  }

  /* 30px */
  .ds9 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  /* 24px */
  .ds10 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  /* 20px */
  .ds11 {
    font-size: 1rem;
  }

  /* 16px */
  .ds12 {
    font-size: 0.875rem;
  }

  /* 14px */
  .ds13 {
    font-size: 0.875rem;
  }

  /* 14px */
}

@media (max-width: 1440px) {
  .ds1 {
    font-size: calc(1.625rem + 3.5vw);
  }

  .ds2 {
    font-size: calc(1.575rem + 2.5vw);
  }

  .ds3 {
    font-size: calc(1.525rem + 1.3vw);
  }

  .ds4 {
    font-size: calc(1.475rem + 1.7vw);
  }

  .ds5 {
    font-size: calc(1.325rem + 1.1vw);
  }

  .ds6 {
    font-size: calc(1.375rem + 0.5vw);
  }

  .ds7 {
    font-size: calc(1.325rem + 0.5vw);
  }

  .ds8 {
    font-size: calc(1.3rem + 0.3vw);
  }

  .ds9 {
    font-size: calc(1.115rem + 0.1vw);
  }

  .ds10 {
    font-size: calc(1rem + 0vw);
  }

  .ds11 {
    font-size: calc(0.775rem + 0.1vw);
  }

  .ds12 {
    font-size: 0.875rem;
  }

  .ds13 {
    font-size: 0.875rem;
  }

  /* 14px */
  p {
    font-size: calc(0.875rem + 0.1vw);
  }
}

@media (max-width: 767px) {
  .ds1 {
    font-size: calc(1.625rem + 3.5vw);
  }

  .ds2 {
    font-size: calc(1.575rem + 2.5vw);
  }

  .ds3 {
    font-size: calc(1.525rem + 1.3vw);
  }

  .ds4 {
    font-size: calc(1.475rem + 1vw);
  }

  .ds5 {
    font-size: calc(1.925rem + 0.1vw);
  }

  .ds6 {
    font-size: calc(1.375rem + 0.5vw);
  }

  .ds7 {
    font-size: calc(1.325rem + 0.5vw);
  }

  .ds8 {
    font-size: calc(1.3rem + 0.3vw);
  }

  .ds9 {
    font-size: calc(1.155rem + 0.1vw);
  }

  .ds10 {
    font-size: calc(1.1rem + 0.1vw);
  }

  .ds11 {
    font-size: calc(0.875rem + 0.1vw);
  }

  .ds12 {
    font-size: 0.875rem;
  }

  .ds13 {
    font-size: 0.875rem;
  }

  p {
    font-size: calc(0.875rem + 0.1vw);
  }
}

body {
  font-family: "century_gothicregular" !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "century_gothicregular";
}

p {
  font-size: 16px;
}

iframe {
  width: 100%;
}


.owl-theme .owl-nav .disabled {
  opacity: 0 !important;
}

.arrowIconAni {
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

.row::-webkit-scrollbar {
  display: none !important;
}

ul::-webkit-scrollbar {
  display: none !important;
}



#graph8 {
  -ms-transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  margin-left: 5px;
  overflow: hidden;
  margin-top: 28px !important;
}






.BannerCaption {
  padding-left: 6%;
}

.BannerCaption {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}



.header {
  padding-left: 6% !important;
}

.BannerCaption h1 {
  line-height: 1;
}

.BannerCaption h2 {
  color: #000;
  margin-top: 35px;
  font-size: 24px;
}

.BannerCaption span img {
  height: 18px;
}

.NavigationDiv-in {
  background-color: #ff8b45;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.NavigationDiv-in ul {
  gap: 15px;
}

.NavigationDiv-in ul li {
  list-style-type: none;
  position: relative;
  padding: 10px 0;
}

.NavigationDiv-in ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-family: "century_gothicregular";
}

.NavigationDiv-in ul li:first-child a {}

.dropmenu {
  position: absolute;
  top: 40px;
  background: #fff;
  padding: 0 15px !important;
  box-shadow: 0px 0px 7px #ccc;
  left: 0;
  width: 275px;
  display: none;
  padding-top: 8px !important;
}

.NavigationDiv-in ul li:hover ul.dropmenu {
  display: block;
}

.NavigationDiv-in ul li:hover ul.dropmenu li a:hover {
  color: #ff8b45;
}

.NavigationDiv-in ul li:hover ul.dropmenu li {
  padding: 0 !important;
}

.NavigationDiv-in ul li ul.dropmenu li a {
  padding: 3px !important;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px !important;
  font-weight: 100;
  font-size: 16px;
}

.NavigationDiv-in ul li ul.dropmenu li:last-child a {
  border: none !important;
}

/* Mobile Menu Start*/

.sidepanel {
  height: 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #ff8b45;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  top: 0;
}


.sidepanel ul li {
  padding: 0 15px !important;
}

.sidepanel a {
  padding: 15px 0;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #0006;
  text-align: center;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.sidepanel ul {
  padding: 0 15px !important;
}

.sidepanel a:hover {
  color: #f1f1f1;
}


.activeMapImageThumb { border: 1px solid #fe8b44 !important; } 


.sidepanel .closebtn {
  position: relative;
  float: right;
  padding: 20px;
  font-size: 36px;
  border: none;
  color: #000 !important;
  border-radius: 50px;
  padding: 0;
  line-height: 20px;
  width: 30px;
  height: 30px;
  margin: 10px;
  font-size: 30px !important;
  margin-bottom: 0 !important;
}

.owl-slider .item {
  transition: all 0s ease-in-out;
}

.owl-slider .item:hover {
  transform: translateY(-20px);
  z-index: 99999;
  transition: all 0.2s ease-in-out;
}

.leaderShipDiv-in-rht .owl-slider .item:hover {
  transform: translateY(0px);
}

.menuScroll .owl-nav .owl-prev {
  background: url(../images/slider-aro-icon1.png) no-repeat !important;
  width: 32px;
  height: 32px;
  margin-left: 1px !important;
  position: absolute;
  top: 7%;
  box-shadow: 0px 0px 8px #cccccc87;
  left: 0;
  background-size: 100% !important;
}

.menuScroll .owl-nav .owl-next {
  background: url(../images/slider-aro-icon2.png) no-repeat !important;
  width: 32px;
  height: 32px;
  margin-right: 1px !important;
  position: absolute;
  top: 7%;
  right: 3px;
  box-shadow: 0px 0px 8px #cccccc87;
  background-size: 100% !important;
}

.updateDiv-lft .liderSlider .owl-nav {  
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 110%;
    left: -5%;
    top: 32%; 
}      

.updateDiv-lft .liderSlider .owl-nav button { background:none !important; height: 40px; }

.openbtn {
  font-size: 33px;
  cursor: pointer;
  background-color: transparent !important;
  color: white;
  padding: 0;
  border: none;
  position: absolute;
  top: 8px;
  right: 10px;
  display: none;
}

.openbtn:hover {
  background-color: #444;
}

/* Mobile Menu End*/
.morecontent small {
  display: none;
  font-size: 16px;
  line-height: 1.5;
}

.morelink {
  display: block;
}

.morecontent1 span {
  display: none;
}

.morecontent1 {}

.video-part {
  padding-bottom: 10%;
  padding-top: 80px;
}

.video-part .container {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
}

.btn-red {
  border: 1px solid #000000;
  background: #fff;
  color: #000;
  text-decoration: none !important;
  margin-top: 20px;
  border-radius: 5px;
  padding: 8px 30px;
  margin-top: 10px;
  font-size: 18px;
  display: inline-block;
}

.videoDiv::after {
  content: "";
  background: #ff8b45;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: -150px;
  z-index: -1;
}

.messageDiv h2 {
  margin-bottom: 0px;
}

/* .messageDiv .row:last-child .MessagesRht  { padding-left: 0 !important;   }  */

.MessagesLft {
  position: relative;
}

.messageDiv img {}

.MessagesLft h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.messageDiv {
  padding: 80px 0;
}

.messageDiv .row:last-child .MessagesLft h3 {
  padding-left: 90px;
}

.messageDiv .row:last-child .MessagesLft p {
  padding-left: 90px;
}

.MessagesLft p {
  font-style: italic;
}

.starDiv {
  font-size: 12px;
  position: relative;
  margin-top: 40px;
}

.starDiv a {
  color: #ff8b45;
}

.starDiv::after {
  content: "*";
  position: absolute;
  top: -10px;
  font-size: 20px;
  color: #ffffff;
  left: -11px;
}

.readMoreCard {
  text-decoration: none !important;
  color: #000;
}



.MessagesLft::after {
  content: "";
  background: #ff8b45;
  position: absolute;
  left: -11%;
  width: 90%;
  height: 90%;
  top: 12%;
  z-index: -1;
  border-radius: 10px;
}

.messageDiv .row:last-child .MessagesLft::after {
  content: "";
  background: #ff8b45;
  position: absolute;
  left: 16%;
  width: 94%;
  height: 90%;
  top: 12%;
  z-index: -1;
  border-radius: 10px;
}

.MessagesRht p {
  color: #11283b;
  font-style: italic;
}

.messageDiv .row {
  margin-bottom: 60px;
  --bs-gutter-x: -20rem;
}

.MessagesRht {
  padding: 0 10%;
}

.what-Donar-Say {
  width: 100%;

  background: #ffe5d9;
  padding: 60px 0 100px 0;
  margin-bottom: 0px;
}

.what-Donar-Say h2 {
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.what-Donar-SayIn {
  border-radius: 10px;
  padding: 20px !important;
  background: #fff;
  color: #6e6f69;
  height: 100%;
}


.rowInnerDiv {
  --bs-gutter-x: 5.5rem !important;
}


.what-Donar-SayIn span {
  width: auto;
  height: 85px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  float: left;
}

.what-Donar-SayIn span img {
  height: 100% !important;
  object-fit: contain;
}

.progressDiv2024 {     
    background: #efbd5e;
    width: 100%;
    height: 12px;
    margin-bottom: 20px;
}


.graph22024 { margin-left:-6px !important; }

.groupDiv2024 .ConferencesDiv-text1 {
    position: absolute;
    bottom: -71px !important;
    left: 19px !important; 
}

.groupDiv2024 .ConferencesDiv-text2 {
    bottom: -75px !important;
} 

.con2024 { font-size:24px; }
.research2024 { font-size:16px; }

 
.pieWhiteText2024 {
    top: 27px !important;
    left: 38% !important;
    font-size: 14px !important;
    width: 71% !important;
}

.what-Donar-SayIn p {
  font-style: italic;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}

.what-Donar-SayIn a {
  color: #ff8b45;
  font-weight: 600;
  float: right;
  width: 100%;
  text-align: right;
  font-style: normal;
}

.what-Donar-Say .owl-nav {
  display: flex !important;
  justify-content: space-between;
  margin: 0 0;
  align-items: center;
  height: 100%;

  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.what-Donar-Say .owl-nav span {
  display: none !important;
}

.what-Donar-Say .owl-nav .owl-prev {
  background: url(../images/slider-aro-icon1.png) no-repeat !important;
  width: 56px;
  height: 56px;
  margin-left: -75px !important;
  position: absolute;
  top: 35%;
  box-shadow: 0px 0px 8px #cccccc87;
  left: 0;
}

.what-Donar-Say .owl-nav .owl-next {
  background: url(../images/slider-aro-icon2.png) no-repeat !important;
  width: 56px;
  height: 56px;
  margin-right: -75px !important;
  position: absolute;
  top: 35%;
  right: 0;
  box-shadow: 0px 0px 8px #cccccc87;
}

.what-Donar-Say .owl-theme .owl-nav .disabled {
  cursor: default;
}


.policyDiv-in .offer-content h3 { font-size:32px; color:#000; margin-bottom:20px; }

.policyDiv-in .offer-content h3 .policyDiv { margin-bottom:30px; text-transform:capitalize; } 
.offerItemTitle span li {  
     float: left;
    list-style-type: none;
    margin: 0px 0 0 20px;
 }

.offer-content ul { margin-bottom:0; display:inline-block; padding:0; width:100%; }

.offer-content li {    
     float: left;
    width: auto;
    margin-right: 20px;
    color: #fe8b44;
    font-size: 18px;
    list-style-type: none;
    text-decoration: underline;
    margin-bottom: 5px;
}

.impact-stories h2 {}

.impact-stories-hilits {
  position: absolute;
  right: 7%;
  top: 0%;
  display: inline-grid;
}

/* ongoingDiv section start */


.ongoingDiv-sec {
  padding: 20px 0 100px 0;
  position: relative;
}

.scrollpadOnly { width:96%; height:100px; display:inline-block; position:absolute; top:-60px; }   

.captionP strong img { 
  -webkit-filter: invert(50%);
    filter: invert(50%);
}

.captionP p {        
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
  }
 
.impact-stories {
  padding: 80px 0;
}

.ongoingDiv-sec-in h2 {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.ongoingDiv-sec-in h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 10px;
  font-family: "century_gothicregular";
}

.ongoingDiv-sec-in .hilDiv {
  margin-top: -24px;
}

.ongoingDiv-sec-in a {
  color: #ff8b45;
  font-weight: 500;
  text-decoration: underline !important;
}

.ongoingDiv-sec-in {
  width: 100%;
  height: 100%;
}

.ongoingDiv-sec-in-lft {
  width: 50%;
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
}

.ongoingDiv-sec-in-rht {
  width: 50%;
}

.ongoingDiv-sec-in-lft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.updateDiv .impact-stories-hilits .circle img {
  left: 51%;
  top: 50%;
}

.PolicyConferanceDiv .impact-stories-hilits .circle img {
  top: 54%;
}

.updateDiv .impact-stories-hilits .HighlightsDiv {
  text-align: center;
}

.hilDiv {
  border: 2px solid #ff6500;
  width: 86px;
  height: 86px;
  border-radius: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hilDiv span {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hilDiv span a {}

.hilDiv span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 150px;
}

.HighlightsDiv {
  margin-top: 4px;
}

.externalDiv {
  padding: 20px 40px;
  background: #ff8b45;
  border-radius: 10px;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.externalDiv h2 {
  color: #fff;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.top-highlightsDiv-in {
  width: 100%;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 12px;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
}

.top-highlightsDiv-in span {
  width: 100%;
  display: inline-block;
  height: 202px;
  overflow: hidden;
}

.top-highlightsDiv-in span img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.top-highlightsDiv-in h3 {
  padding: 20px;
  color: #1a1b19;
  text-align: center;
  font-weight: 500;
  background: #fff;
  margin-bottom: 0;
  font-size: 15px;
  height: 160px;
  position: relative;
}


.top-highlightsDiv-in .spanDivImg {
  display: inline-block;
}

.top-highlightsDiv-in .spanDivImg img {
  -webkit-filter: invert(50%);
  /* Safari/Chrome */
  filter: invert(50%);
}

.top-highlightsDiv-in .spanDivImg strong img {
  height: 30px;
}

.top-highlightsDiv-in .spanDivImg strong em img {
  height: 12px;
}

.top-highlightsDiv-in .spanDivImg strong {
  position: absolute;
  right: 5%;
  top: 62%;
}

.top-highlightsDiv-in .spanDivImg strong em {
  position: absolute;
  right: 0;
  top: 0px;
  transition: all ease-in-out 0.5s;
}

.top-highlightsDiv h2 {
  text-transform: capitalize;
}

.menuScroll {
  padding: 0 35px;
}

.menuScroll a {
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
}

.menuScroll .item {
  display: flex;
  align-items: center;
  height: 52px;
  width: 100%;
  justify-content: center;
}

.menuScroll .owl-item {}

.top-highlightsDiv {
  background: url(../images/top-bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.top-highlightsDiv .owl-nav {
  display: block !important;
}

.top-highlightsDiv .owl-nav {
  display: flex !important;
  justify-content: space-between;
  margin: 0 0;
  align-items: center;
  height: 90%;

  top: 0;
  width: 100%;
  left: 0;
}

.top-highlightsDiv .owl-nav .owl-prev {
  background: url(../images/slider-aro-icon1.png) no-repeat !important;
  width: 56px;
  height: 56px;
  margin-left: -35px !important;
  position: absolute;
  left: 0;
  top: 35%;
}

.top-highlightsDiv .owl-nav .owl-next {
  background: url(../images/slider-aro-icon2.png) no-repeat !important;
  width: 56px;
  height: 56px;
  margin-right: -35px !important;
  position: absolute;
  right: 0;
  top: 35%;
}

.top-highlightsDiv .owl-nav span {
  display: none !important;
}

.updateDiv {
  padding: 80px 0;
  position: relative;
}

.updateDiv::after {
  content: "";
  position: absolute;
  right: 0;
  width: 55%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #f0f0f0;
}

.flexDiv {
  display: flex;
  gap: 30px;
  padding: 0 20px;
  padding-top: 3%;
}

.PolicyConferanceDiv .updateDiv-lft { padding-top:3% !important;  }


.updateDiv-lft {
  width: 50%;
  display: flex;
  gap: 30px;
} 

.captionP { position:relative; height:135px; }

.captionP .spanDivImg strong {
    position: absolute;
    right: 5%;
    top: 62%;
}  
.captionP .spanDivImg strong img {
    height: 30px;
}

.captionP .spanDivImg em img {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    left: 18px;
}


.thought-leadershipDiv { 
    height: auto !important; 
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;

}

.thought-leadershipDiv span {    
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    height: 190px;
    width: 100%;
}

.captionP { 
    padding: 15px;
    padding-top: 5px;
    font-size: 14px;
 }
  
.updateDiv-lft-in { 
  display: inline-block;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
} 

.updateDiv-lft div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.updateDiv-rht {
  width: 50%;
  padding-right: 0%;
}

.updateDiv-rht h2 {
  margin-bottom: 25px;
  margin-top: 20px;
  line-height: 1.2;
}

.updateDiv-rht p {
  margin-bottom: 20px;
}

.updateDiv-rht a {
  color: #ff8b45;
  font-weight: 600;
}

.eventsDiv {
  padding: 60px 0;
}

.eventsDiv .circle img {
  left: 51%;
  top: 54%;
}

.impact-stories-hilits .circle img {
  left: 51%;
  top: 54%;
}

.eventsDiv h2 {
  padding-bottom: 20px;
}

.eventsDiv .row .col-lg-3:last-child .eventsDivIn {
  border: none !important;
}

.eventsDivIn p {
  line-height: 1.2 !important;
  padding: 0 0px;
  margin-top: -25px;
}

.eventsDivIn big {
  font-size: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "century_gothicbold";
  letter-spacing: -5px;
}

.eventsDivIn big span {
  margin-left: 10px;
  margin-top: -11px;
  display: inline-block;
}

.eventsDivIn {
  border-right: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 0px;
}

.blog-box {
  margin-top: 30px;
}

.blog-box-in {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
  height: 394px;
  width: 100%;
  transition: all ease-in-out 0.5s;
  margin-bottom: 20px;
}

.blog-box-in .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  text-decoration: underline;
}

.blog-box-in:hover .caption {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.blog-box-in .caption-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 0 15px;
}

.blog-box-in span {
  width: 100%;
  height: 394px;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
  transition: all ease-in-out 0.5s;
}

.blog-box-in:hover span img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}

.blog-box-in span img {
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.blog-box-in .caption-bottom ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  align-items: center;
}

.blog-box-in .caption-bottom ul li {
  list-style-type: none;
}

.blog-box-in .caption-bottom img {
  width: auto !important;
}

.who-we-are .cardhead {
  border-bottom: 1px solid #828282;
  padding-bottom: 15px;
}

.who-we-are-in {
  margin-bottom: 30px;
  height: 100%;
}

.who-we-are .cardhead a {
  color: #000000;
  text-decoration: none !important;
  width: 100%;
  display: inline-block;
  font-family: "century_gothicregular";
}

.who-we-are .card-body a {
  width: 100%;
  float: left;
  color: #ff8b45;
  margin-bottom: 15px;
}

.who-we-are .card-body a:hover {
  color: #ff8b45;
}


.who-we-are .card-body {
  padding: 15px 0 0 0;
  display: inline-block;
}

.who-we-are-in .card {
  padding: 20px;
  border-radius: 15px;
  height: 90%;
}

.who-we-are {
  padding: 60px 0;
}

.who-we-are-in .show {}

.who-we-are-in #accordion {
  height: 100%;
}

.leaderShipDiv .impact-stories-hilits {
  right: 15px;
  top: 4%;
}

.externalDiv2 {
  padding: 20px 30px;
}

.externalDiv3 {
  background: #fff;
  border: 1px solid #bfbfbf;
}

.externalDiv3 h2 {
  color: #000;
}

.externalDiv h2 span {
  position: absolute;
  right: 3%;
  top: 19px;
}

.externalDiv h2 span img {
  height: 50px;
}

.externalDiv h2 span em img {
  height: 20px;
}

.externalDiv h2 span em {
  position: absolute;
  right: 0;
  top: -14px;
  transition: all ease-in-out 0.5s;
}

.externalDiv:hover h2 span em {
  transform: translateX(7px) translateY(-7px);
  transition: all ease-in-out 0.5s;
}

.NumbersDiv {
  padding: 60px 0;
}

.NumbersDiv h2 {
  text-align: center;
}

.NumbersDiv .NumbersDiv-in {
  background: #373737;
  padding: 30px;
  margin-bottom: 0px;
  color: #fff;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.NumbersDiv .SinceDiv {
  margin-top: -15px;
}

.comon {
  margin-bottom: 20px;
}

.comon:last-child {
  margin-bottom: 0;
}

.comon:last-child .NumbersDiv-in {
  height: 94% ;
}

.NumbersDiv .NumbersDiv-in h3 {
  font-weight: 600;
}

.NumbersDiv-in-box p {
  color: #e0e0e1;
  text-transform: capitalize;
  font-weight: bold !important;
  padding-right: 50px;
}

.NumbersDiv-in-box h4 {
  font-weight: 600;
  margin: 25px 0 10px 0 !important;
}

.NumbersDiv-in-box span {
  height: 96px;
  display: flex;
  align-items: center;
}

.projectDiv ul {
  padding: 0;
  display: flex;
  gap: 40px;
  margin: 0;
  flex-wrap: nowrap;
}

.reportDiv {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  width: 100%;
}



.projectDiv ul li a {
  list-style-type: none;
  padding: 15px !important;
  border: 1px solid #777777 !important;
  width: auto;
  border-radius: 12px;
  padding-bottom: 6px;
  background: transparent;
  color: #fff !important;
  height: 100%;
}


.projectDiv ul li a.active {
  background: #fff;
  color: #000 !important;
}



.projectDiv ul li:first-child .progressDiv {
  background: #ff8b45;
  width: 100%;
  height: 12px;
  margin-bottom: 5px;
}

.projectDiv ul li:last-child .progressDiv {
  background: #efbd5e;
  width: 100%;
  height: 12px;
  margin-bottom: 5px;
}

.projectDiv ul li p {
  font-size: 16px;
  margin-bottom: 0;
}

.NumbersDiv-in-book h3 {
  font-weight: 600;
}

.NumbersDiv-in h2 {
  font-weight: 600;
  margin-bottom: 45px !important;
}

#graph {
  height: 299px;
  width: 350px;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  margin-left: 25px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-top: 25px;
}



#graph8 {
  -ms-transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  margin-left: 5px;
  overflow: hidden;
  margin-top: 28px !important;
}



.pei-text2 span {
  position: relative;
}

.pei-text2 span::after {
  content: "*";
  position: absolute;
  right: -10px;
  top: -9px;
  font-size: 20px;
  color: #ffffff;
}


#graph svg:nth-child(2) {
  display: none !important;
}

#graph2 svg:nth-child(2) {
  display: none !important;
}



.pei-text1 {
  position: absolute;
  top: 16px;
  left: 38%;
  color: #000;
  padding-right: 106px;
  font-size: 16px;
}

.pei-text1 p {
  font-size: 14px;
}

.pei-text2 {
  position: absolute;
  bottom: 5%;
  left: 21%;
  color: #fff;
  padding-right: 106px;
  font-size: 16px;
}

.pei-text2 p {
  font-size: 14px;
}

#graph2 {
  height: 335px;
  width: 391px;
  -ms-transform: rotate(370deg);
  -webkit-transform: rotate(370deg);
  transform: rotate(80deg);
  margin-left: 5px;
  overflow: hidden;
}

.ConferencesDiv {
  position: absolute;
  top: 29%;
  left: 30%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 33px;
}

.ConferencesDiv-text1 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  margin-top: 25px;
}

.ConferencesDiv-text2 {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}

.groupDiv {
  margin-top: 0;
  height: 417px;
}

.mapImg {
  margin-top: -30px;
  margin-left: -30px;
  display: inline-block;
}

.mapImg img {
  height: 0% !important;
  width: 82%;
  margin-bottom: 30px;
}

.pei-text1 p {
  font-size: 12px;
}

.localDiv {
  display: flex;
  gap: 5px;
  padding: 0;
  margin-top: 30px;
}

.localDiv li {
  text-align: center;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.ongoingDiv-sec .row {
  --bs-gutter-x: 4.5rem;
}

.localDiv li:first-child {
  color: #fff;
  background-color: #ff8b45;
  width: 60%;
  border-radius: 10px 0px 0px 10px;
}

.localDiv li:last-child {
  color: #6e6f69;
  background-color: #fff;
  width: 40%;
  border-radius: 0px 10px 10px 0px;
}

#Map01 .thumbImg p {}

#Map01 .thumbImg a {
  color: #ff8b45;
}

#item1 .thumbImg a {
  color: #ff8b45;
}


.footer {
  background: #e0e0e1;
}

.footer ul {
  padding: 0;
  display: flex;
  gap: 35px;
  margin-top: 30px;
}

.footer ul li {
  list-style-type: none;
}

.footerIn h3 {
  margin-bottom: 20px;
}

.footerIn p {
  margin-bottom: 40px;
}

.footer .row {
  --bs-gutter-x: 5.5rem;
}

/* inner pages Start */
.readMoreCard img {
  height: 100px !important;
  width: auto;
}

.readmoreSection {
  position: sticky;
  top: 10px;
  height: max-content;
}

.readMoreHeading {
  position: relative;
}

/* .readMoreHeading::before {
  content: "";
  position: absolute;
  bottom: -12px;
  height: 2px;
  background-color: #11283b;
  width: 40px;
} */

.articleOpenView img {
  width: 100%;
}

.articleOpenView h2 {}

/* inner pages End */

/************ amp story rotate *************/

.circle {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

.circle svg {
  fill: none;
  stroke: #ff8b45 !important;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: stroke-draw 6s ease-out infinite alternate;
}

.circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  border-radius: 50%;
  height: 70px;
  object-fit: cover;
}

@keyframes stroke-draw {
  from {
    stroke: #8a3ab9;
    stroke-dasharray: 1;
  }

  to {
    stroke: #cd486b;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}

/************ amp story rotate *************/


/* leaderShip section Start */

.leaderShipDiv {
  padding: 60px 0;
  position: relative;
}

.leaderShipDiv-in-rht .item {}


.leaderShipDiv-in-rht .owl-nav {}


.leaderShipDiv-in-rht .owl-nav button {
  background: none !important;
}

.leaderShipDiv-in-rht {
  padding-left: 40px;
}

.leaderShipDiv-in-rht .owl-nav button:nth-child(1) {
  position: absolute;
  left: -65px;
  bottom: 185px;
}

.leaderShipDiv-in-rht .owl-nav button:nth-child(2) {
  position: absolute;
  right: -68px;
  bottom: 181px;
}

.leaderShipDiv-in-rht .item span {
  position: relative;
  padding: 0;
  width: 100%;
  display: inline-block;
  box-shadow: 5px 2px 10px #ccc;
  border-radius: 16px;
  margin: 10px 0;
  overflow: hidden;
}

.leaderShipDiv-in-rht .item span::after { content:''; position:absolute; bottom:0; left:0; background:rgba(0,0,0,0.5); width:100%; height:100%; } 

.leaderShipDiv-in-rht .item span .itemScroll {
  position: absolute;
  bottom: 10px;
  padding: 15px;
  color: #fff;
  z-index: 9;
}

.leaderShipDiv-in-rht .item span .itemScroll h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.leaderShipDiv-in-rht .item span .itemScroll p {
  font-size: 12px;
  margin-bottom: 20px;
}

.leaderShipDiv-in-rht .item span .itemScroll a {
  color: #FF8B45 !important;
  text-decoration: underline !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.fontDiv {
  font-size: 15px !important;
}

.PolicyConferanceDiv::after {
  left: 0 !important;
  right: auto !important;
  top: 175px;
  height: 66%;
}

.PolicyConferanceDiv .updateDiv-rht {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

/* leaderShip section End */


/************** Rohan's changes **************/
.readMoreCard img {
  height: 100px !important;
  width: auto;
}

.readmoreSection {
  position: sticky;
  top: 10px;
  height: max-content;
}

.readMoreHeading {
  position: relative;
  padding-bottom: 10px;
}

.readMoreTextLine {
  font-size: 18px;
  margin: 0;
}

.spanDiv {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.spanDiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.readMoreHeading::before {
  /* content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #11283b;
  width: 40px; */
}

.articleOpenView img {
  width: 100%;
}

.articleOpenView h2 {
  font-size: 24px;
  font-weight: normal !important;
  margin-bottom: 20px;
}

.divWrapper {
  position: sticky;
  top: 0;
}

.slider-banner-imagee {}

.thumbnail-image-wrapper {
  overflow: scroll;
}

.thumbnail-image {
  align-items: center;
  justify-content: center;
  display: flex;
}

.thumbnail-image>span>div {
  width: 100%;
}

.thumbnail-image>span {
  display: flex;
}

.slider-banner-imagee {
  position: sticky;
  top: 100px;
  overflow: hidden !important;
  width: 100%;
  padding-right: 0px;
}

.activeMap {
  border: 2px solid #ff8b45 !important;
}

.owl-slider>div>div {
  /* border: 2px; */
}

/* .owl-slider .item:hover {
  transform: translateY(-20px);
  z-index: 99999;
  transition: all 0.2s ease-in-out;
} */
.owl-slider .item {
  transition: all 0s ease-in-out;
}

.scrollable-wrapper {
  /* border: 2px solid green; */
  /* transform: translateY(-10px); */
  transform: translateY(30px);
}

.scrollable-wrapper img {
  height: 200px !important;
  width: 100% !important;
}

.perCard {
  border: 2px solid transparent;
  margin-right: 10px;
  box-shadow: 0px 0px 20px #ccc;
  padding: 10px !important;
}

.center .perCard {
  border: 2px solid #ff8b45 !important;
}

/* .mapLft {
  height: 200px;
  width: 300px;
} */

.vehicle-detail-bannerr {
  padding-left: 100px;
}

h4 em.counter {
  height: 50px !important;
}

.project38_2024 { width:27% !important; } 

.counter {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 123px;
  margin: 0;
  width: auto;
}

.counter>em {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
  font-style: normal;
}

.counter>em em {
  flex: 0 0 100%;
  height: 100%;
  font-style: normal;
  letter-spacing: 0;
}

.counter>em em:first-child {
  text-indent: -9983px;
  position: relative;
  color: #fff;
}

.counter>em em:first-child::after {
  content: "0";
  color: #fff;
}

.counter:nth-child(1)>em {
  transition-delay: 0s;
}

.counter:nth-child(2)>em {
  transition-delay: 0.375s;
}

.counter:nth-child(3)>em {
  transition-delay: 0.75s;
}

.counter:nth-child(4)>em {
  transition-delay: 1.125s;
}

.counter:nth-child(5)>em {
  transition-delay: 1.5s;
}

.counter:nth-child(6)>em {
  transition-delay: 1.875s;
}

.counter:nth-child(7)>em {
  transition-delay: 2.25s;
}

.counter:nth-child(8)>em {
  transition-delay: 2.625s;
}

.counter:nth-child(9)>em {
  transition-delay: 3s;
}

.counter:nth-child(10)>em {
  transition-delay: 3.375s;
}

.counter:nth-child(11)>em {
  transition-delay: 3.75s;
}

.counter:nth-child(12)>em {
  transition-delay: 4.125s;
}

.counter:nth-child(13)>em {
  transition-delay: 4.5s;
}

.counter:nth-child(14)>em {
  transition-delay: 4.875s;
}

.counter:nth-child(15)>em {
  transition-delay: 5.25s;
}

.counter:nth-child(16)>em {
  transition-delay: 5.625s;
}

.counter:nth-child(17)>em {
  transition-delay: 6s;
}

.counter:nth-child(18)>em {
  transition-delay: 6.375s;
}

.counter:nth-child(19)>em {
  transition-delay: 6.75s;
}

.counter:nth-child(20)>em {
  transition-delay: 7.125s;
}


.inner-boxDiv {
  margin-bottom: 40px;
}

.inner-boxDiv h4 em {
  font-style: normal;
}

.inner-boxDiv p em {
  font-style: normal;
}

.inner-boxDiv h5 {
  font-size: 16px;
  line-height: var(--bs-body-line-height);
}

.inner-boxDiv h5 strong {
  font-weight: 500;
}

.inner-boxDiv p strong {
  font-weight: 500;
}

.inner-boxDiv a {
  font-weight: 600;
  color: rgb(243 111 33);
}


.inner-boxDiv h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 40px;
}

.inner-boxDiv h4 {
  margin-bottom: 25px;
}

.inner-boxDiv p {
  margin-bottom: 25px;
}

.articleOpenView h2 strong {
  line-height: var(--bs-body-line-height);
  font-weight: 500;
  font-size: 16px;
}




.inner-boxDiv h3 a strong {
  margin-bottom: 0px !important;
  font-size: 1.5rem;
}

.inner-boxDiv h3 strong a {
  margin-bottom: 0px !important;
  font-size: 1.5rem;
}



.inner-boxDiv h4 a strong {
  margin-bottom: 0px !important;
  font-size: 1.5rem;

}

.inner-boxDiv h4 strong a {
  margin-bottom: 0px !important;
  font-size: 1.5rem;
}


.inner-boxDiv ul li ol {
  margin: 15px 0;
}

.inner-boxDiv ul li ol li {
  list-style-type: circle;
}

.inner-boxDiv2 a {
  font-weight: 600;
  color: rgb(243 111 33);
}

.inner-boxDiv2 ul li ol {
  margin: 15px 0;
}

.inner-boxDiv2 ul li ol li {
  list-style-type: circle;
}



.owl-nav button span {
  display: none !important;
}

.reserchDiv .HighlightsDiv {
  margin-top: -15px;
}




@media (max-width: 1600px) {
  .offerslide {
    padding: 0 0em !important;
  }
}

@media (max-width: 1500px) {
  .updateDiv-rht {
    padding-right: 2%;
  }

  .messageDiv .row:last-child .MessagesLft::after {
    left: 19%;
    width: 92%;
    height: 90%;
  }

  .container {
    max-width: 1140px !important;
  }

  .blog-box-in {
    height: 334px;
  }

  .NavigationDiv-in ul {
    gap: 10px;
    padding: 10px 0 !important;
  }

  .NavigationDiv-in ul li a {
    font-size: 14px;
  }

  #graph2 {
    height: 335px;
    width: 391px;
    -ms-transform: rotate(96deg);
    -webkit-transform: rotate(96deg);
    transform: rotate(96deg);
    margin-left: -28px;
  }

  #graph {
    height: 303px;
    width: 350px;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-left: 0;
    margin-top: 40px;
  }
  

  

  .projectDiv ul.nav {
    gap: 15px;
    flex-wrap: nowrap;
  }

  .projectDiv ul.nav li {
    width: 100%;
  }


} 

@media (max-width: 1440px) {
  #graph2 {
    margin-top: -20px;
    left: 1%;
  }

  .reserchDiv .circle {
    margin-top: -15px;
  }

  #graph2 svg {
    transform: scale(0.9);
  }

  .ConferencesDiv {
    top: 29%;
    left: 27%;
    font-size: 26px;
  }


  .PolicyConferanceDiv::after {
    top: 125px;
  }


  .comon:last-child .NumbersDiv-in {
    height: 93% ;
  }

  .NumbersDiv-in-box p {
    padding-right: 20px;
  }

  .morecontent small {
    font-size: calc(1rem + 0vw);
  }

  .videoDiv span {
    padding: 0px 5% !important;
  }

  .MessagesLft span {
    width: 100%;
    display: inline-block;
    padding: 35px;
    padding-bottom: 0;
  }

  .MessagesLft::after {
    width: 77%;
    height: 80%;
    top: 22%;
    left: -2%;
  }

  .messageDiv .row:last-child .MessagesLft::after {
    width: 77%;
    height: 80%;
    top: 22%;
    left: 25%;
  }

  .MessagesLft h3 {
    padding-left: 40px;
  }

  .MessagesLft p {
    padding-left: 40px;
  }

  .localDiv li {
    padding: 8px 30px;
    margin: 0;
  }

  .impact-stories-hilits .circle img {
    left: 51%;
    top: 50%;
  }

  .impact-stories-hilits {
    top: -30px;
  }

  .offer-content {
    top: 0 !important;
  }

  .messageDiv .row:last-child .MessagesLft h3 {
    padding-left: 120px;
  }

  .messageDiv .row:last-child .MessagesLft p {
    padding-left: 120px;
  }

  .offerItem {
    height: 480px !important;
  }

  .offerItemTitle {
    width: 500px !important;
  }

  .ongoingDiv-sec-in h3 {
    font-size: 16px;
  }

  .updateDiv-rht h2 {
    font-size: 32px !important;
    padding-right: 28%;
  }

  .updateDiv-rht p {
    font-size: 14px;
  }

  .eventsDivIn big {
    font-size: 96px;
  }

  .eventsDivIn big span img {
    height: 58px;
  }

  .offerItem h3 {
    margin-top: 8% !important;
    margin-bottom: 5% !important;
  }

  .top-highlightsDiv-in span {
    height: 142px;
  }


.project38_2024 { width: 56% !important; }  
 
 .NumbersDiv .container { max-width:100% !important; padding: 0 3%; }

.NumbersDiv-in2024 { height: 96% !important;  }

.con2024 {
    font-size: 22px;
}

.graph22024 {
    margin-left: -36px !important;
}

.groupDiv2024 .ConferencesDiv-text1 {
    bottom: 14px !important;
    left: -8px !important;
}

.groupDiv2024 .ConferencesDiv-text2 {
    bottom: 9px !important;
    right: -11px;
}

.starDiv {
    margin-top: 0;
}



}

@media (max-width: 1366px) {
  .footer .row {
    --bs-gutter-x: 1.5rem;
  }

  .NavigationDiv-in ul li a {
    font-size: 13px;
  }

  .what-Donar-Say .owl-nav .owl-next {
    margin-right: -20px !important;
  }

  .what-Donar-Say .owl-nav .owl-prev {
    margin-left: -20px !important;
  }

  .what-Donar-Say .owl-carousel {
    padding: 0 40px;
  }

  .BannerDiv {
    height: 513px;
    overflow: hidden;
  }

  .top-highlightsDiv-in span {
    height: 132px;
  }

 
}


@media (max-width: 1280px) {

.NavigationDiv-in ul li a {
        font-size: 12px;
}

}

@media (max-width: 1157px) {
  .what-Donar-Say .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    margin-left: 0px !important;
    background-size: 100% !important;
    right: 4%;
    top: 42%;
  }

  .what-Donar-Say .owl-nav .owl-prev {
    width: 34px;
    height: 34px;
    margin-left: 20px !important;
    background-size: 100% !important;
    top: 42%;
  }

  .top-highlightsDiv .owl-nav .owl-prev {
    width: 34px;
    height: 34px;
    margin-left: -35px !important;
    left: 0;
    top: 35%;
    background-size: 100% !important;
  }

  .top-highlightsDiv .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    margin-right: -35px !important;
    right: 0;
    top: 35%;
    background-size: 100% !important;
  }



}



@media (max-width: 991px) {
  .header {
    width: 100%;
  }


.pei-text2 span {
    font-size: 14px;
}

  .PolicyConferanceDiv .impact-stories-hilits .circle img {
    top: 50%;
  }

.PolicyConferanceDiv .updateDiv-lft { padding-top:0% !important;  }

.groupDiv2024 .ConferencesDiv-text2 {
        top: 69%;
 }

 .project38_2024 { margin-top:20px; }


.NumbersDiv-in2024 .capDiv-mbl {
        left: 146px !important;
        top: 20px !important;
 }

 .groupDiv2024 .ConferencesDiv-text1 {
        bottom: 14px !important;
        left: 61px !important;
 }

.pieWhiteText2024 {
    left: 45% !important;
        top: 26px !important;
 }

.updateDiv-lft-in {
    height: 172px;
    margin-bottom: 0;
}

  .PolicyConferanceDiv .updateDiv-lft {
    margin-top: 10%;
  }

  .PolicyConferanceDiv::after {
    height: 49% !important;
    top: auto !important;
    bottom: 0px !important;
  }
   
  .BannerCaption h1 {
    color: #fff;
    font-size: 64px;
  }

  .footer {
    padding: 50px 0;
  }

  .BannerCaption h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 60px;
  }

  .BannerCaption {
    bottom: 75px !important;
    top: auto;
    display: block;
    align-content: end;
  }

  .video-part {
    padding: 60px 20px;
  }

  .videoDiv::after {
    height: 160px;
    bottom: -61px;
  }

  .ongoingDiv-sec .row>* {
    flex-shrink: initial;
  }

  .messageDiv .row {
    --bs-gutter-x: -1rem;
    width: 100%;
    margin-bottom: 40px;
    height: 100%;
  }

  .MessagesLft span {
    display: inline-block;
    padding: 0 0;
    margin-top: 0px;
  }

  .MessagesLft h3 {
    padding-left: 0;
  }

  .MessagesLft p {
    padding-left: 0;
  }


  .updateDiv-rht .impact-stories-hilits {
    right: 0;
    top: -25px;
  }

  .MessagesRht {
    padding: 0 0;
  }

  .MessagesRht span {}

  .btn-red {
    padding: 5px 19px;
    margin-top: 5px;
    font-size: 15px;
  }

  .MessagesRht p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }

  .MessagesLft {
    padding-left: 0px;
  }

  .MessagesLft::after {
    left: -11px;
    width: 96%;
  }

  .messageDiv .row:last-child .MessagesLft::after {
    left: -10px;
    width: 96%;
  }

  .messageDiv .row:last-child .MessagesLft h3 {
    padding-left: 0;
  }

  .messageDiv .row:last-child .MessagesLft p {
    padding-left: 0px;
  }

  .mobileDivOnly {
    display: flex;
    position: relative;
  }

  .impact-stories h2 {
    text-align: left !important;
    padding-right: 60%;
  }

  .mobileDivOnly::-webkit-scrollbar {
    display: none !important;
  }

  .ongoingDiv-sec-in-lft {
    width: 100%;
    height: auto;
  }

  .ongoingDiv-sec-in-rht {
    width: 100%;
  }

  .ongoingDiv-sec .row {
    --bs-gutter-x: 1rem;
    flex-wrap: nowrap;
  }

  .MessagesRht {
    padding-left: 0px;
    margin-top: 0px !important;
  }

  .what-Donar-Say .owl-nav {
    width: 83%;
    z-index: 1;
  }

  .NumbersDiv-in .col-2 {
    width: auto;
  }

  .localDiv li {
    padding: 10px 10px;
    line-height: 15px;
    font-size: 12px;
  }

  .top-highlightsDiv-in h3 {
    font-size: 14px;
  }

  .localDiv {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .NumbersDiv-in-book {
    display: flex;
  }

  .leaderShipDiv-in-rht .owl-nav button img {
    height: 30px;
  }

  .leaderShipDiv {
    padding: 60px 0 0 0;
  }


  #Map01 .thumbImg p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
  }


  .ongoingDiv-sec-in h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .what-Donar-Say .owl-carousel {
    padding: 0 0px;
  }

  .NumbersDiv-in h2 {
    margin-bottom: 30px !important;
  }

  .who-we-are-in .card {
    height: auto;
  }


  .ongoingDiv-sec-in h3 {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .ongoingDiv-sec {
    padding: 0px 0 40px 0;
  }

  .externalDiv {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  .top-highlightsDiv {
    padding: 10px 0 60px 0;
  }

  .impact-stories .impact-stories-hilits {
    position: absolute !important;
    left: auto;
    right: 0;
    top: -25px;
    display: block;
    margin-top: 0px;
  }

  .projectDiv ul li a {
    height: auto;
  }

  .flexDiv {
    display: block;
    gap: 0px;
    padding: 0;
  }

  .updateDiv-lft {
    width: 100%;
    display: flex;
    gap: 15px;
  }

  .updateDiv-rht {
    padding-right: 0;
    width: 100%;
  }

  .updateDiv::after {
    right: 0;
    width: 100%;
    height: 84%;
    top: 120px;
  }

  .updateDiv {
    padding: 0px 0 50px 0;
    margin-top: 20px;
  }

  .eventsDivIn big {
    font-size: 48px;
  }

  .eventsDiv h2 {
    margin-bottom: 10px !important;
    margin-top: 30px;
    text-align: left !important;
    padding-bottom: 0;
  }

  .eventsDivIn {
    border: 1px solid #ccc;
    padding: 12px 30px;
    margin-bottom: 15px;
    justify-content: flex-start;
    height: 95%;
  }

  .eventsDiv .impact-stories-hilits {
    top: -31px;
    right: 0;
  }

  .eventsDiv .row .col-lg-3:last-child .eventsDivIn {
    border: 1px solid #ccc !important;
  }

  .eventsDivIn p {
    line-height: 1.2 !important;
    padding: 0 0;
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .eventsDivIn big span img {
    height: 40px;
  }

  .updateDiv-rht p {
    margin-bottom: 20px;
  }

  .updateDiv-rht h2 {
    position: relative;
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .updateDiv .impact-stories-hilits .HighlightsDiv {
    text-align: center;
    margin-top: -4px;
  }

  /* .updateDiv-rht h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -15px;
    background: #000;
  } */

  .blog-box {
    margin-top: 40px;
  }

  .eventsDiv {
    padding: 60px 0 0 0;
  }

  .who-we-are h2 {
    margin-bottom: 25px;
  }

  .blog-box-in {
    height: 390px;
  }

  .externalDiv h2 span img {
    height: 35px;
  }

  .externalDiv h2 span em img {
    height: 15px;
  }

  .externalDiv h2 {
    margin-bottom: 0 !important;
  }

  .who-we-are {
    padding: 10px 0 30px 0;
  }

  .counter {
    height: 64px;
  }

  .who-we-are-in .card {
    height: auto;
  }

  .top-highlightsDiv h2 {
    margin-bottom: 15px;
  }

  .what-Donar-Say h2 {
    margin-bottom: 30px;
  }

  .footer .row {
    --bs-gutter-x: 0;
  }

  .top-highlightsDiv .owl-nav .owl-next {
    margin-right: -5px !important;
  }

  .top-highlightsDiv .owl-nav .owl-prev {
    margin-left: -5px !important;
  }

  .what-Donar-Say {
    padding: 40px 0px 60px 0px;
  }

  .NumbersDiv h2 {
    margin-bottom: 30px;
  }

  .dropmenu {
    display: none !important;
  }

  .fa-angle-down {
    display: none !important;
  }

  .projectDiv ul {
    display: block;
  }

  .projectDiv ul li:first-child {
    margin-bottom: 15px;
    width: 100%;
  }

  .footerIn h3 {
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .footer ul {
    margin-top: 10px;
    justify-content: center;
  }

  .logoDiv img {
    height: 70px;
  }

  .eventsDiv .row {
    margin-top: 30px;
    --bs-gutter-x: 0.5rem;
  }

  .impact-stories .card {
    margin-bottom: 10px;
  }

  .blog-box-in .caption-bottom ul li {
    display: flex;
    gap: 4px;
    font-size: 12px;
  }



  .blogMbl .owl-stage .active:nth-child(7) .blog-box-in .caption {
    opacity: 1;
  }




  .blog-box .blogMbl .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro1.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 35%;
    margin-right: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }

  .blog-box .blogMbl .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro2.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 35%;
    margin-left: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }





  .since .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/Arrow-right.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 35%;
    margin-right: -30px !important;
    box-shadow: 0px 0px 17px #8b878780;
  }

  .since .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background: url(../images/Arrow-left.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 35%;
    margin-left: -8px !important;
    box-shadow: 0px 0px 17px #8b878780;
  }


  .leaderShipDiv-in-rht .owl-nav button:nth-child(1) {
    left: -15px;
    bottom: 210px;
    opacity: 0.8 !important;
  }

  .leaderShipDiv-in-rht .owl-nav button:nth-child(2) {
    right: -15px;
    bottom: 210px;
    opacity: 0.8 !important;
  }

  .leaderShipDiv-in-rht {
    padding-left: 0;
  }


  .leaderShipDiv h2 {
    text-align: left !important;
  }

  .leaderShipDiv h2 span {
    width: 210px;
    display: inline-block;
  }

  .leaderShipDiv-in {
    margin-top: 20px !important;
  }


  .impact-stories .card .card-header {
    border-top: 1px solid #ff8b45 !important;
    border-right: 1px solid #ff8b45 !important;
    border-radius: 0;
  }

  .impact-stories .card .card-header img {
    height: 16px;
    position: absolute;
    right: 10px;
  }

  .impact-storiesmobileDiv {
    padding-top: 20px;
  }

  .impact-stories {
    padding: 60px 0;
  }

  .mapImg img {
    width: 100%;
  }

  .NumbersDiv-in #graph svg {
    transform: scale(0.5);
    float: left;
    left: -25% !important;
    top: -75px !important;
    right: auto;
    width: 100%;
    height: 305px;
    bottom: 24px;
  }

  .pei-text1 {
    position: absolute;
    top: 102px;
    left: 190px;
    color: #fff;
    padding-right: 0;
    font-size: 16px;
    right: 0;
  }

  #graph {
    height: 154px;
    width: 100%;
    overflow: hidden;
  }

  .pei-text2 {
    position: absolute;
    bottom: 0%;
    left: 140px;
    color: #fff;
    padding-right: 0;
    font-size: 16px;
    width: auto;
  }

  .capDiv-mbl {
    position: absolute;
    left: 220px;
    top: 50px;
  }

  .NumbersDiv-in #graph2 svg {
    transform: scale(0.5);
    float: left;
    left: -37% !important;
    top: -71px !important;
    right: auto;
    width: 173%;
    height: 330px;
    bottom: 0;
    margin-top: -11px !important;
  }

  #graph2 {
    height: 200px;
    width: 200px;
    -webkit-transform: rotate(182deg);
    transform: rotate(182deg);
    overflow: hidden;
  }

  #graph2 svg {
    transform: scale(0.5);
  }

  .ConferencesDiv {
    top: 20px;
    left: 155px;
    font-size: 27px;
    text-align: left;
    width: 100%;
  }

  .ConferencesDiv-text1 {
    left: 136px;
    color: #fff;
    top: 66px;
  }

  .ConferencesDiv-text2 {
    left: 122px;
    color: #fff;
    top: 133px;
    right: auto;
  }

  .brack {
    display: none;
  }

  .groupDiv {
    height: auto;
  }

  .NumbersDiv .SinceDiv {
    margin-top: 0;
  }

  .NumbersDiv {
    padding: 60px 0 0 0;
    overflow: hidden;
  }

  .what-Donar-Say .owl-nav .owl-prev {
    margin-left: -11px !important;
    top: 36%;
  }

  .what-Donar-SayIn span {
    height: 70px;
    margin-bottom: 10px;
  }

  .what-Donar-Say .owl-nav .owl-next {
    right: 9px;
    top: 36%;
  }

  .localDiv li:last-child {
    text-align: left;
    line-height: 13px;
  }

  .NumbersDiv-in-book span img {
    height: 60px;
  }

  .ongoingDiv-sec-in h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }


  .row.m-0.p-0 .col-lg-4.comon {
    margin-top: -13px !important;
  }

  .NavigationDiv-in ul {
    margin-top: 0px !important;
    display: flex;
    overflow: auto;
    gap: 0px;
    padding: 0 15px !important;
    justify-content: flex-start !important;
  }

  .NavigationDiv-in ul li {
    padding: 8px 0;
    margin-top: 6px;
  }

  .BannerCaption span img {
    filter: brightness(0) invert(1);
  }

  .NavigationDiv-in ul li a {
    font-size: 16px;
    white-space: nowrap;
  }

  .NavigationDiv-in ul li a {}

  .NavigationDiv-in ul li a {
    padding: 10px 15px;
    font-family: "century_gothicregular";
    font-weight: 500;
    color: #fff;
  }

  .NavigationDiv-in ul li:hover a {
    background: #f36f21;
    color: #fff;
  }

  .NavigationDiv-in ul li:focus a {
    background: #f36f21;
    color: #fff;
  }

  .sidepanel ul li {
    padding: 0 0px !important;
  }

  .openbtn {
    display: block;
  }

  .reserchDiv h2 {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }

  .videoDiv iframe {
    height: 320px !important;
    width: 100%;
  }

  .scrollable-wrapper img {
    height: 200px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .externalDiv h2 span em {
    top: -7px;
  }

  .externalDiv h2 span {
    right: 5%;
  }

  .owlCarouselMobileWrap .owl-item {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .owlCarouselMobileWrap1 .owl-item {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  h4 em.counter {
    height: 22px !important;
  }

  .owl-slider .item:hover {
    transform: translateY(0px);
  }


  .owlCarouselMobileWrap .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro1.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 44%;
    margin-right: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }

  .owlCarouselMobileWrap .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro2.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 44%;
    margin-left: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }


    .owlCarouselMobileWrap1 .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro1.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 44%;
    margin-right: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }

  .owlCarouselMobileWrap1 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro2.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 44%;
    margin-left: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }

 .owlCarouselMobileWrap2 .owl-nav .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro1.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 44%;
    margin-right: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }

  .owlCarouselMobileWrap2 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background: url(../images/slider-aro2.png) no-repeat !important;
    z-index: 999;
    text-indent: -999px;
    top: 44%;
    margin-left: -3px !important;
    box-shadow: 0px 0px 17px #cccccc78;
  }




  .banner-section .HighlightsDiv {
    margin-top: -5px;
  }

  .NavigationDiv {

  }

  .NavigationDiv-in {
    background-color: transparent;
    padding: 3px 0;
    border-top: 1px solid #fff;
    position: relative;
    margin-top: -60px;
    height: 62px;
  }

  .NumbersDiv-in-box span img {
    width: 100%;
  }

  .leaderShipDiv-in-rht {
    margin-top: 20px;
  }

.policyDiv-in .offer-content h3 {
    width: 100%;
    margin-top: 45% !important;
}

.policyDiv-in .offer-content h3 .policyDiv {
    font-size: 24px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.offer-content li {
        font-size: 16px;
        list-style-type: none;
        padding: 0;
        margin-right: 14px;
        text-decoration: underline;
        margin-bottom: 5px;
}

.leaderShipDiv.pb-0 h2 span {
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
}

.offer-content ul {
    padding: 0;
}
 

}


@media screen and (max-width: 1199px) and (min-width: 992px) {

  .NavigationDiv-in ul li a {
    font-size: 12px;
  }

  .NavigationDiv-in ul {
    gap: 10px;
  }

  .BannerDiv {
    height: 446px;
  }



}

@media screen and (max-width: 991px) and (min-width: 768px) {

  .BannerDiv {
    height: 334px;
  }

  .NumbersDiv-in-box span img {
    height: 70px;
    width: auto !important;
  }

  h4 em.counter {
    height: 23px !important;
  }

  .BannerCaption h1 {

    padding-right: 45%;
    font-size: 56px !important;
  }






  .messageDiv h2 {
    margin-bottom: 25px;
  }

  .MessagesRht p {

    margin-top: 10px !important;
  }


 #Map01 .thumbImg p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
 }
 
 #Item1 .thumbImg p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
 }

}


@media (max-width: 767px) {
  .externalDiv h2 {
    font-size: 24px;
  }

  #item1 .thumbImg p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
  }

.thought-leadershipDiv span {
    height: 240px;
 }


.updateDiv-lft .liderSlider .owl-nav {  
    width: 104%;
    left: -2%;
    top: 32%;
 }   

 #graph {
    margin-top: 0;
  }

  .ongoingDiv-sec-in-lft {
    height: 110px;
  }

 .offerItemTitle span li {
    margin: 0px 0 0 10px;
}

  .blog-box-in .caption-bottom ul li {

    font-size: 11px;

    line-height: 13px;
  }

  .header {
    width: 100%;
    padding-left: 0 !important;
    left: auto;
    text-align: center;
  }


  .PolicyConferanceDiv h2 {
    margin-top: 40px !important;
    display: inline-block;
    width: 100%;
  }

  .PolicyConferanceDiv h2 {
    text-align: left !important;
  }

  .PolicyConferanceDiv h2 span {
    width: 250px;
    display: inline-block;
    text-align: left;
  }

  .BannerCaption h2 {
    margin-top: 20px;
    font-size: 24px;
  }

  .ongoingDiv-sec-in h3 {
    margin-bottom: 10px;
  }

  .BannerCaption h1 {
    font-size: 48px;
  }

  .updateDiv-rht h2 {
    font-size: 24px !important;
  }

  .top-highlightsDiv-in span {
    height: 120px;
  }




  .circle {
    width: 80px;
    height: 80px;
  }

  .circle img { width:56px; height:56px; }

  .BannerDiv {
    height: 576px;
  }

  .top-highlightsDiv {
    padding: 10px 0 30px 0;
  }


  .who-we-are .cardhead a {
    font-size: 24px;
  }

  .who-we-are-in .card span img {
    height: 12px;
  }

  .video-part {
    padding: 40px 0;
  }

  .videoDiv::after {
    height: 95px;
    bottom: -30px;
  }

  .reserchDiv .circle {
    margin-top: 6px;
  }

  .offerItemTitle img {
    height: 8px;
    top: 24px;
  }

  .impact-stories-hilits .circle img {
    left: 50%;
    top: 50%;
  }

  .videoDiv iframe {
    height: 240px !important;
  }

  .mapmblDiv {
    margin-top: -70px;
  }

  .NumbersDiv-in-box span img {
    width: 50px !important;
  }

  .NumbersDiv-in-box p {
    padding-right: 0;
    margin-bottom: 0;
  }

  .NumbersDiv-in-box h4 {
    margin: 5px 0 10px 0 !important;
  }

  .messageDiv {
    padding: 20px 0 40px 0;
  }

  .messageDiv h2 {
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .ongoingDiv-sec-in h2 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-right: 30px;
    position: relative;
  }

  .ongoingDiv-sec-in .circle {
    position: absolute;
    right: 0;
    left: auto;
    width: 55px !important;
    height: 55px !important;
  }

  .ongoingDiv-sec-in .circle img {
    width: 40px;
    height: 40px;
  }

  .what-Donar-SayIn p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .morecontent small {
    display: none;
    font-size: 14px;
    line-height: 1.5;
  }

  .top-highlightsDiv-in h3 {
    font-size: 14px;
    padding: 12px;
    height: 120px;
  }


  .what-Donar-SayIn {
    padding: 10px 10px !important;
    display: inline-block;
    height: auto;
  }

  .what-Donar-Say {
    padding: 40px 0px 35px 0px;
  }

  .NumbersDiv .SinceDiv {
    margin-top: 6px;
  }

  .hilDiv span {
    width: 65px;
    height: 65px;
  }


  .ongoingDiv-sec-in .HighlightsDiv {
    margin-top: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -4px;
    font-size: 11px;
  }


  .eventsDivIn p {
    font-size: 15px;
  }

  .counter {
    height: 54px;
  }

  .counter>em em {
    width: 25px;
  }

  .NumbersDiv-in-box .counter>em em {
    width: auto !important;
    letter-spacing: 1px !important;
  }

  .NumbersDiv-in #graph svg {
    left: -32% !important;
    top: -78px !important;
    width: 109%;
    height: 305px;
    bottom: 24px;
    transform: scale(0.4);
  }

  .capDiv-mbl {
    left: 162px;
    top: 40px;
  }

  .pei-text1 {
    left: 144px;
    top: 85px;
  }

  .impact-stories .impact-stories-hilits {
    top: -35px;
  }

  .impact-stories .HighlightsDiv {
    margin-top: -8px;
    text-align: center;
  }

  .impact-stories h2 {
    margin-bottom: 12px !important;
    margin-top: -10px;

  }

  .videoDiv span {
    padding: 0px 4% !important;
    width: 100% !important;
  }

  .NumbersDiv-in #graph2 svg {
    transform: scale(0.4);
    margin-top: 0;
    left: -32% !important;
    top: -81px !important;
  }

  #graph2 {
    height: 167px;
    width: 200px;
    -ms-transform: rotate(174deg);
    -webkit-transform: rotate(174deg);
    transform: rotate(174deg);
  }

  .ConferencesDiv {
    font-size: 24px;
    font-weight: 600;
    left: 116px;
  }

  .ConferencesDiv-text1 {
    left: 108px;
    top: 63px;
  }

  .ConferencesDiv-text2 {
    left: 100px;
    top: 116px;
    right: auto;
  }

  .NumbersDiv .NumbersDiv-in {
    padding: 30px 20px;
    padding-right: 15px;
  }

  .blog-box-in {
    height: 195px;
  }


  .blog-box-in .caption {
    padding: 12px;
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 45px;
  }

  .blog-box-in .caption-bottom img {
    width: 18px !important;
  }

  .blog-box-in .caption-bottom {
    padding: 0 12px;
  }

  .perCard {
    height: auto;
    width: 100%;
    padding: 0 !important;
  }

  .center .perCard {
    border: 2px solid #ff8b45 !important;
    box-shadow: none;
  }

  .owlCarouselMobileWrap .owl-stage {
    margin-left: -19%;
  }

  .owlCarouselMobileWrap .thumbImg div:first-child {
    height: 120px !important;
    overflow: hidden;
  }

  .owlCarouselMobileWrap .thumbImg div:last-child {
    padding: 5px 12px;
  }

    .owlCarouselMobileWrap1 .thumbImg div:first-child {
    height: 120px !important;
    overflow: hidden;
  }

  .owlCarouselMobileWrap1 .thumbImg div:last-child {
    padding: 5px 12px;
  }

  .owlCarouselMobileWrap .thumbImg div h3 {
    font-size: 15px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .owlCarouselMobileWrap1 .thumbImg div h3 {
    font-size: 15px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .activeMap {
    border: none !important;
  }

  .MessagesLft h3 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .MessagesLft p {
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25% !important;
  }


  .mobileDivOnly .row:first-child .col-lg-6:first-child .MessagesLft {
    padding-left: 0;
  }

  .MessagesLft span {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
  }

  .MessagesLft span img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
  }

  .MessagesRht p {
    font-size: 14px;
    line-height: 18px;
  }

  .what-Donar-SayIn a {
    font-size: 12px;
    margin-top: 5px;
  }



}





@media (max-width: 360px) {
  .blog-box-in {
    height: 187px;
  }

}