.networktext {
  /* margin-right: 0;
  position: relative;
  z-index: 1;
  right: 5rem;
  bottom: -5rem; */
}
.networktext h2 {
  /* border-bottom: 2px solid red; */
}
/* .page-top-navigaation {
  padding: 15px 0;
  text-align: center;
} */

.awardTopimg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 560px;
  color: white;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 35px;
  /* margin-top: 5px; */
  margin-bottom: 20px;
  padding: 2px;
}
/* .awardTopimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */


.about_bg {
  background-image: url("/images/aboutus_bg.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.about_pic {
  text-align: center;
  position: relative;
  /* height: 500px; */
  max-width: 868px;
  margin: 0 auto;
}
.about_pic img {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* max-width: 868px; */
  /* max-height: 432px; */
}
/* 
.page-top-navigaation ul {
  display: inline-flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 5px;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  gap: 10px;
  overflow: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 90%;
}

.page-top-navigaation ul > li {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 16px;
}
.page-top-navigaation ul li:hover {
  color: #C00000;
}
.page-top-navigaation ul li.active {
  background: #C00000;
  color: #ffffff;
} */
.titleContent {
  /* border: 1px solid black; */
  width: 100%;
  padding: 2rem;
  margin-top: 2rem;
  background: #ffffff;
}

.discription {
  display: flex;
  flex-direction: row;
}

.discription > p {
  padding: 2rem;
  padding-left: 5rem;
  /* border: 1px solid black; */
  width: 50%;
  line-height: 1.9rem;
  font-weight: 300;
  font-size: 15px;
  word-spacing: 3px;
  font-family: sans-serif;
}

.image {
  /* border: 1px solid black; */
  width: 50%;
  padding: 2rem;
  height: 450px;
}

.operativeText {
  /* border: 1px solid black; */
}

.operativeText > h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 46px;
}

.operativeText > h4 {
  font-size: 16px;
  color: red;
  font-weight: 600;
  word-spacing: 2.5px;
  margin-top: 1.5rem;
  margin-bottom: 0.1rem;
}

.operativeText > p {
  font-size: 15px;
  line-height: 1.5rem;
  word-spacing: 4px;
  padding-right: 2rem;
  margin-bottom: 0.4rem;
  font-family: sans-serif;
}

.differenceText {
  /* border: 1px solid black; */
  padding: 2rem;
  padding-left: 5rem;
}

.differenceText > h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.differenceText > ul > li {
  font-size: 15px;
  line-height: 1.5rem;
  word-spacing: 4px;
  padding-right: 2rem;
  margin-left: 3rem;
  margin-bottom: 0.4rem;
  font-family: sans-serif;
  list-style-type: disc;
}

.overview-bottom {
  display: flex;
}
.overview-bottom > div {
  width: 100%;
  position: relative;
  padding: 50px;
}
.overview-bottom > div.left-block {
  background: #ffffff;
}
.overview-bottom > div.left-block::before {
  content: "";
  display: block;
  height: 100%;
  width: 20000px;
  background: #ffffff;
  top: 0;
  right: 100%;
  position: absolute;
}
.overview-bottom > div.right-block {
  background: #c00000;
  margin-top: 60px;
}
.overview-bottom > div.right-block::before {
  content: "";
  display: block;
  height: 100%;
  width: 20000px;
  background: #c00000;
  top: 0;
  left: 100%;
  position: absolute;
}

.operativeValues ul li {
  background-color: #fff;
  /* margin-right: 15px; */
  border: 1px solid #e0e0e0;
  height: 360px;
  padding: 50px 25px;
}

.overview-bottom-wrap {
  position: relative;
  background-color: rgb(236, 236, 236);
}
.overview-bottom-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.overviewBottomText {
  position: absolute;
  width: 60%;
  top: 11rem;
  left: 5rem;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media screen and (max-width: 1023px) {
  .overview-bottom {
    display: block;
  }
  .overview-bottom > div {
    width: 100%;
    padding: 30px;
  }
  .overview-bottom > div.right-block {
    margin-top: 0;
  }
  .overview-bottom > div.right-block::before,
  .overview-bottom > div.left-block::before {
    content: none;
    display: none;
  }

  .overviewBottomText {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding: 30px;
    gap: 10px;
  }
}
/*=========misiion vision css==========*/

/* .containervision {
     width: 100%;
    margin-top: 1rem;
    height: 500px;
    background: #eff4f4;
    margin: auto;
} */

/* .contentDiv {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: auto;
} */

/* .gridDiv {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 80%;
    width: 30%;
    display: flex;
    background-color: white;
    gap: 1rem;
    flex-direction: column;
} */

/* .gridDiv p {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 200;
    word-spacing: 2px;

}
.gridDiv img {
   height: 50%;

} */

.containervision {
  width: 100%;
  margin-top: 1rem;
  background: #eff4f4;
}

.contentDiv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  justify-content: space-around;
  width: 90%;
  margin: auto;
  gap: 20px;
}

.gridDiv {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
  display: flex;
  background-color: white;
  gap: 1rem;
  flex-direction: column;
  position: relative;
}

/* .gridDiv p {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 16px;
    margin-top: 1rem;
    font-weight: 200;
    word-spacing: 2px;
} */

.gridDiv img {
  height: 50%;
  width: 100%;
}

.awardData {
  padding: 1rem;
}
.awardData p {
  font-size: 16px;
  margin-top: 0.5rem;
  font-weight: 300;
  word-spacing: 2px;
}
.awardData h2 {
  font-size: 16px;
  font-weight: 600;
  word-spacing: 2px;
}
.awardData div {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.awardData .postDate {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 14px;
  font-weight: 400;
}
.awardData .visionDescription {
  text-align: center;
  display: -webkit-box;
  max-width: 100%;
  height: 70px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* button{
    color: white;
    background-color: red; 
    padding: 5px 10px;
    border-radius: .5rem;

} */

.dataContainer {
  /* border: 1px solid black;    */
  /* width: 80%; */
  margin: auto;
}
.discriptionImg {
  display: flex;
}
.discriptionImg > p {
  font-weight: 400;
  line-height: 1.8rem;
  word-spacing: 6px;
  font-size: 15px;
  margin-right: 1.5rem;
}
.discriptionImg > img {
  height: 350px;
  width: 50%;
}
.discriptionSec {
  font-weight: 400;
  line-height: 1.8rem;
  word-spacing: 6px;
  font-size: 15px;

  margin-top: 2rem;
}

.career-two-col-wrap {
  width: 100%;
  padding-top: 150px;
  background-color: #000;
}

.data-col a {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-left: 10px;
}

.data-col a img {
  margin-right: 5px;
  height: 15px;
}

.location-box {
  /* max-width: 150px; */
  margin: 0 auto;
}
.location-box svg {
  margin: 0 auto;
  font-size: 150px;
  color: #c00000;
}

.details-content-slide-box {
  margin: 0px 30px 0px;
  border-radius: 15px;
  padding: 20px 20px 40px;
}
.slide-box {
  position: relative;
}
.slide-year {
  font-size: 14px;
  /* position: absolute; */
  width: auto;
  display: block;
  text-align: center;
  background-color: #c00000;
  color: #fff;
  border-radius: 10px;
  /* bottom: -20px;
  left: 0px; */
  margin: 0;
  padding: 10px !important;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.slide-country {
  /* position: absolute; */
  width: auto;
  display: block;
  text-align: center;
  padding: 0px;
  /* background-color: #292929; */
  color: #000;
  border-radius: 10px;
  /* top: -40px;
  left: 0px; */
  font-size: 20px;
  margin: 0;
}

.slick-slide.slick-active.slick-center.slick-current .slide-year {
  bottom: 2px;
}

@media only screen and (max-width: 650px) {
  .MilestoneSlide{
    padding-left: 40px;
    padding-right: 40px;
  }
  .slick-next {
    right: -24px;
  }
  .slick-prev {
    left: -33px;
  }
  .MilestoneSlide .slick-slide.slick-active.slick-center.slick-current div .slide-box .slide-year, 
  .MilestoneSlide .slick-slide.slick-active.slick-center.slick-current div .slide-box .slide-country{
    width: auto;
  }
  .MilestoneSlide .slick-slide div{
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wrapper1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}

.image {
  width: 450px;
  position: relative;
}

.img {
  width: 100%;
  display: block;
  margin: auto;
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
}

.content:hover {
  opacity: 1;
}

.content h1 {
  font-size: 42px;
  color: #00ff84;
  margin-bottom: 10px;
}

.content p {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.content > * {
  transform: translateY(25px);
  transition: transform 0.6s;
}

.content:hover > * {
  transform: translateY(0px);
}
.directorDiv {
  height: 318px;
  max-height: 318px;
}
.directorDiv > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

