@import url('./fonts/index.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

body {
  max-width: 1600px;
  margin: 0 auto;
  font-family: 'Avenir Medium';
  box-sizing: border-box;
  position: relative;
}
.main_div{
  padding-inline: 50px;
}

.bk-ground {
  background: white;
  width: 100%;
}


.company-logos{
    display: inline;
}

.company-logos .pakistan {
  width: 300px;
}

.company-logos .pakistan2 {
  width: 80px;
  padding-bottom: 2.1rem;
  padding-left: 1rem;
}

.company-logos .pakistan3 {
  width: 65px;
  padding-bottom: 2rem;
  padding-left: 1rem;
  margin-left: 7px;
}

.company-logos-footer{
  display: flex;
}
.company-logos-footer .german {
  width: 150px;
}
.company-logos-footer .giz {
  width: 125px;
  padding-top: 22px;
}
.company-logos-footer .dfs {
    height: 32px;
    margin-top: 40px;
    margin-left: 1rem;
}

.company-logos-footer .seusi {
  height: 33px;
  margin-left: 1.5rem;
  margin-top: 40px;
}
.nav-container {
  width: 100%;
  height: 4rem;
  background-color: #eceaea;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
}



.nav-menu__items--item {
  text-align: center;
}

.nav-menu__items--item-link {
  width: 100%;
  color: #F05C22;
  padding: 0;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease-in-out;
}

.nav-menu__items--item-link:hover {
  color: #7e3c21;
}

.nav-menu__items--item-link:hover::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F05C22;
}

.nav-mobile__menu--container {
  padding-right: 3rem;
  position: relative;
}

.nav-mobile__menu {
  display: none;
  flex-direction: column;
  row-gap: 0.5rem;
  cursor: pointer;
}

.bars {
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background-color: #F05C22;
}

.nav-mobile__menu--dialog {
  display: none;
  position: absolute;
  width: 13rem;
  background-color: fff;
  right: 58%;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 20px;
  z-index: 2;
}

.nav-mobile__menu--items {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  list-style: none;
}

.backdrop {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/*************pop**********************/
.pop-button {
  margin-top:25px;
  font-size: 1em;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background: #F05C22;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
}

.pop-button:hover {
  background: rgb(183, 75, 30);
}

.pop-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.pop-overlay:target {
  visibility: visible;
  opacity: 1;
}

.pop-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.pop-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.pop-popup .pop-close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.pop-popup .pop-close:hover {
  color: #06D85F;
}

.pop-popup .pop-content {
  margin-top: 25px;
  max-height: 70%;
  font-family: 'Avenir Black';
  overflow: auto;
}


.pop-content p {
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .pop-box {
    width: 70%;
  }

  .pop-popup {
    width: 70%;
  }
}

/***************pop end**************/





.about-dfs__section {
  width: 35%;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  padding-left: 1rem;
}

.about-dfs {
  padding-top: 4.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
}

.about-dfs h1 {
  font-size: 50px;
  color: #62a6d6;
}

.about-dfs__desc {
  line-height: 1.5;
  padding-bottom:15px;
}

.dfs_slider_one {
  width: 100%;
}

.social-links {
  padding-top: 3rem;
}

.down {
  margin-top: 15px;
}

.social-links__link {
  width: 20px;
  height: 20px;
}

.btn-primary {
  padding-top: 7px;
  width: 140px;
  font-size: 17px;
  color: white;
  font-weight: 400;
  background-color: #F05C22;
  border: none;
  cursor: pointer;
  padding-bottom: 7px;
}

.iframe-video {
  width: 100%;
  height: 100%;
}

.video-player video {
  width: 100%;
}

.video-player {
  width: 800px;
  height: 500px;
}

.video-player-mobile {
  display: none;
  margin-top: 25rem;
}

/* Font Sizes */
.font-normal {
  font-size: 16px;
}

/* Font Sizes End */

/*Text Color Start*/
.text-secondary {
  color: #F05C22;
  font-size: 40px;
}

.text-primary {
  color: #62a6d6;
  font-size: 50px;
}

.text-darkGrey {
  color: #4c4c4c;
}

.text-green {
  color: #63ad57;
}

/* Text Color End */

/*Font Families Start*/
.font-roman {
  font-family: 'Avenir Roman';
}

.font-black {
  font-family: 'Avenir Heavy';
  font-weight: 800;
}


.font-black-italic {
  font-family: 'Avenir Black italic';
}

.font-light {
  font-family: 'Avenir Light';
  line-height: 1.2;
  text-align: justify;
  font-size: 18px;
}
.font-lightversion{
  font-family: 'Avenir Light';
  line-height: 1.2;
  text-align: left;
  font-weight: 100;
}

.font-medium {
  font-family: 'Avenir Medium';
}

.font-book {
  font-family: 'Avenir Book';
}

.font-book-italic {
  font-family: 'Avenir Book italic';
}

.font-95-black {
  font-family: 'Avenir 95 Black';
}

/*Font Families End*/

.fw100 {
  font-weight: 100;
}

.background-img__one {
  position: absolute;
  margin-top: -2rem;
  right: 130;
  z-index: -1;
}

.background-img__one>img {
  width: calc(100% + 81px);
  height: 700px;
  /* object-fit: cover; */
}

.dots {
  padding-top: 1.5rem;
  position: relative;
}

.dots>img {
  width: 200px;
  height: 100px;
}

.background-history__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Avenir Black';
  margin-top: 7rem;
}

.background-history__desc {
  padding-inline: 2rem;
  margin-top: 2rem;
  text-align: center;
}

.background2 {
  position: absolute;
  z-index: -1;
  min-height: 1500px;
  min-width: calc(100% - 75px);
}

.result-wins {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 2rem;
}

.result-wins h1 {
  font-weight: 700;
}

.word {
  text-align: center;
  margin-top: 7rem;
}

.word span {
  font-weight: 100;
}

.six-step {
  flex-basis: 20%;
}

.six-step img {
  width: 100%;
}

.faqs h1 {
  color: #62a6d6;
  text-align: center;
  margin-top: 14rem;
  font-weight: 800;
}

.faqs {
  font-size: 23px;
}

.words h1 {
  text-align: center;
  margin-top: 7rem;
}

.success_story_heading {
  margin-bottom: 20px;
}

.success_story_heading h1 {
  text-align: center;
  margin-top: 7rem;
}

.consortium h1 {
  text-align: center;
  margin-top: 14rem;
}

.content p {
  margin-top: 3rem;
}

.columss-2 p {
  margin-top: 27px;
  color: #62a6d6;
}

.columss-3 p {
  margin-top: 30px;
  color: #62a6d6;
}

.columss-2 a {
  color: #62a6d6;
}

.columss-3 a {
  color: #62a6d6;
}

.columss img {
  width: 245px;
  margin-top: 15px;
}

.columss-2 img {
  width: 186px;
  margin-top: 99px;
}

.columss-3 img {
  width: 154px;
  margin-top: 40px;
}
.parag_div{
  display:flex;
  
  margin-top: 20px;
}

.parag_text span {
  background-color: #F05C22;
  color: #F05C22;
  height: 30px;
  width: 4px;
  margin-right: 5px;
}

.parag_text {
  max-width: 630px;
  margin-top: 3rem;

}

.dfs_methodology_section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.dfs-section {
  max-width: 1100px;
}

.sections {
  background: url("assets/SliderThreeBgImg.svg");
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  max-width: 1100px;
  height: 550px;
  display: flex;
}

.editing {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 240px;
}

.footer-navigation_bar ul li {
  list-style: none;
  color: #F05C22;
}

.footer-navigation_bar ul li a {
  text-decoration: none;
  color: #F05C22;
}

.footer-navigation_bar ul li a:hover {
  color: #7e3c21;
  border-bottom: 2px solid #F05C22;
}

.submenu1,
.submenu2 {
  position: relative;
}

.btn-1 {
  position: absolute;
  margin-top: 0px;
  display: none;
}

.submenu {
  margin-top: 30px;
}

.submenu1:hover .btn-1 {
  display: block;
}

.btn-1 a {
  text-decoration: none;
  color: #62a6d6;
  padding: 8px;
  font-size: 16px;
  margin-top: 21px;
  background-color: #fff;
}

.btn-3 a {
  text-decoration: none;
  color: #62a6d6;
  padding: 8px;
  font-size: 16px;
  margin-top: 21px;
  background-color: #fff;
}

.btn-3 {
  position: absolute;
  display: none;
  width: 195px;
}

.submenu2:hover .btn-3 {
  display: block;
}

.select {
  display: flex;
}

.next-image img {
  width: 445px;
  margin-left: 40px;
}

.main {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
}

.kind {
  text-align: center;
}

.colooum img {
  width: 100px;
  margin-top: 45px;
}

.name p {
  margin-top: 4rem;
  color: #62a6d6;
  font-size: 13px;
}

.rows {
  margin-top: 30px;
  display: grid;
  grid-template-rows: 77px 90px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  padding: 10px;
  gap: 38px;
  text-align: center;
}

.iconi img {
  width: 70px;
  padding: 5px;
}

.resultwins {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* .success_story_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin-top: 50px;
  font-family: 'Avenir Black';

} */
.success_story_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 50px;
  column-gap: 20px;
}

.success_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success_items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .success_item {
  text-align: center;
}
.success_items {
  text-align: center;
} */
.success_item a {
  color: #62a6d6;

}
.success_items a {
  color: #62a6d6;

}
.success_items p {
  color: #62a6d6;
  text-align: center;
}

.success_item p {
  color: #62a6d6;
  text-align: center;
}

.success_item img {
  width: 135px;
}
.success_items img {
  width: 135px;
}

/**********Result & Grid Start*********/
.result-grid__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  font-family: 'Avenir Black';
  place-items: center;
}

.result-grid__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  font-family: 'Avenir Black';
  place-items: center;
}
.result-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 10px;
  width: 250px;
  height: 230px;
  background-color: #b6b3b35e;
  border-radius: 10px;
}
.grid-column__start{
  grid-column-start: 2;
  grid-column-end: 4;
}
.result-grid__item img {
  width: 100%;
  height: 76px;
}

.result-grid__item h2 {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.result-grid__item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.orange {
  color: #f05c24;
}

.blue {
  color: #22a6d7;
}

.light-blue {
  color: #94d5e3;
}

.green {
  color: #a6b37e;
}

/**********Grid End**********/

/**********CONSORTIUM of DfS PRACTITIONERS Grid Start*********/
.consortium {
  margin-bottom: 80px;
}

.consortium-grid__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 50px;
  column-gap: 20px;
}

.consortium-grid__container--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consortium-grid__containers--wrapper__img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b6b3b35e;
  border-radius: 10px;
  height: 180px;
  width: 180px;
  padding: 30px;
}

.consortium-grid__containers--wrapper__img img {
  width: 100%;
}

.consortium-grid__containers--wrapper__title {
  color: #62a6d6;
  width:180px;
  text-align: center;
  font-family: 'Avenir Black';
  
}
.consortium-grid__containers--wrapper__title a {
  color: #62a6d6;
  text-decoration: none;
}

/**********CONSORTIUM of DfS PRACTITIONERS Grid End*********/

.grid-containers {
  display: grid;
  grid-template-rows: 90px 90px;
  grid-template-columns: 1fr 1fr 1fr;
  flex-basis: 77%;
  row-gap: 1rem;
  column-gap: 1rem;
}

.emoj-6 {
  text-align: center;
}

.emoj-6 img {
  width: 100px;
  margin-top: 30px;
}

.emoj-5 {
  text-align: center;
}

.emoj-5 img {
  width: 84px;
  margin-top: 10px;
}

.emoj-4 {
  text-align: center;
}

.emoj-4 img {
  width: 42px;
  margin-top: 10px
}

.emoji {
  text-align: center;
}

.emoje {
  text-align: center;
}

.emojb img {
  width: 100px;
}

.emoji img {
  width: 100%;
}

.emoje img {
  width: 95px;
  margin-top: 10px;
}

.grid-items {
  height: 78px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 2px 10px 3px #b6b3b35e;
  /* box-shadow: 5px 10px #888888; */
}

.grid-containerssss {
  margin-top: 40px;
  display: grid;
  grid-template-rows: 225px 130px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  padding: 10px;
  gap: 90px;
  margin-left: 2rem;
}

.socials img {
  width: 166px;
  margin-top: 5rem;
}

.socials-2 img {
  width: 122px;
  margin-top: 46px;
}

.socials-3 img {
  width: 101px;
  margin-top: 33px;
}

.socials-4 img {
  width: 136px;
  margin-top: 46px;
}

.socials-5 img {
  width: 137px;
  margin-top: 39px;
}

.socials-6 img {
  width: 160px;
  margin-top: 68px;
}

.socials-7 img {
  width: 122px;
  margin-top: 46px;
}

.socials-8 img {
  width: 132px;
  margin-top: 31px;
}

.kindo p {
  margin-top: 5rem;
  color: #62a6d6;
}

.kindo-2 p {
  color: #62a6d6;
  margin-top: 4rem;
}

.kindo-3 p {
  margin-top: 3.3rem;
  color: #62a6d6;
}

.kindo-4 p {
  margin-top: 4.5rem;
  color: #62a6d6;
}

.kindo-5 p {
  margin-top: 4rem;
  color: #62a6d6;
}

.kindo-6 p {
  margin-top: 5rem;
  color: #62a6d6;
}

.kindo-7 p {
  margin-top: 3.4rem;
  color: #62a6d6;
}

.kindo-8 p {
  margin-top: 3rem;
  color: #62a6d6;
}

.grid-containersss {
  margin-top: 40px;
  display: grid;
  grid-template-rows: 130px 130px;
  grid-template-columns: 1fr 1fr 1fr 1fr;

}

.grid-itemsss {
  background: rgb(236, 234, 234);
  border-radius: 20px;
  box-shadow: 0 1px 4px -1px lightgrey;
  text-align: center;
  row-gap: 1rem;
  column-gap: 1rem;
  /* box-shadow: 5px 10px #888888; */
}

.grid-itemsss-bk {
  width: 180px;
  height: 180px;
  background: rgb(236, 234, 234);
  border-radius: 20px;
  box-shadow: 0 1px 4px -1px lightgrey;
  text-align: center;
  /* box-shadow: 5px 10px #888888; */
}

.grid-itemsssi {
  width: 235px;
  height: 200px;
  background: rgb(236, 234, 234);
  border-radius: 20px;
  box-shadow: 0 1px 4px -1px lightgrey;
  margin-top: 1rem;
  /* box-shadow: 5px 10px #888888; */
}

.emojp {
  text-align: center;
}

.emojp i {
  font-size: 60px;
  margin-top: 14px;
  color: #62a6d6;
}

.kind-infop {
  color: #62a6d6;
  padding: 9px;
  font-size: 17px;
  line-height: 1.2;
  margin-top: -2px;
}

.emojb {
  text-align: center;
}

.emojb i {
  font-size: 60px;
  margin-top: 14px;
  color: #62a6d6;
}

.emojg {
  text-align: center;
}

.emojg i {
  font-size: 60px;
  margin-top: 14px;
  color: rgb(114, 182, 114);
}

.kind-infog {
  color: rgb(114, 182, 114);
  padding: 9px;
  font-size: 17px;
  line-height: 1.2;
  margin-top: -2px;
}

.kind-info-6 {
  color: #62a6d6;
  padding: 9px;
  font-size: 17px;
  line-height: 1.2;
  margin-top: 17px;
}

.kind-info-6 p {
  margin-top: 18px;
}

.emoj-7 {
  text-align: center;
}

.emoj-7 img {
  width: 44px;
  margin-top: 10px;
}

.emoj-8 {
  text-align: center;
}

.emoj-8 img {
  width: 68px;
  margin-top: 16px;
}

.emoj-9 {
  text-align: center;
}

.emoj-9 img {
  width: 68px;
  margin-top: 12px;
}

.kind-infob {
  color: #62a6d6;
  padding: 9px;
  font-size: 17px;
  line-height: 1.2;
  margin-top: 17px;
}

.kind-infou {
  margin-top: -11px;
  padding: 52px;
  color: #F05C22;
}

.kind-infoi {
  color: #F05C22;
}

.kind-infoi p {}

.kind-info {
  color: #F05C22;
  padding: 9px;
  font-size: 17px;
  line-height: 1.2;
}

.emojk {
  text-align: center;
}

.emojk i {
  font-size: 60px;
  margin-top: 14px;
  color: rgb(114, 182, 114);
}

.kind-infok p {
  line-height: 1;
  color: rgb(114, 182, 114);
  padding: 34px;
  margin-top: -2rem;
  font-size: 15px;

}

.accd {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.accd li {
  margin-top: 1rem;
  text-decoration: none;
}

.accd li label {
  color: #62a6d6;
  font-family: 'Avenir Black';
}

.accd li span {
  /* transform: rotate(90deg); */
  color: #62a6d6;
  float: right;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.accd label+input[type="radio"] {
  display: none;
}

.Accordions p {
  padding: 12px;
}

.images-env {
  width: 100%;
  text-align: center;
}

.images-env img {
  width: 800px;
}

.accd .Accordions {

  background-color: #f2f2f2;
  padding: 0 10px;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.accd label+input[type="radio"]:checked+.Accordions {
  max-height: 400px;
}

.icons {
  display: flex;
}

.icon {
  width: 70px;
  height: 70px;
  background: #62a6d6;
  border-radius: 50%;
  margin-left: 4px;
  margin-top: 4px;
}

.icon i {
  font-size: 40px;
  padding-left: 12px;
  padding-top: 8px;

}

.info {
  margin-left: 1.5rem;
  margin-top: 9px;
}

.info h4 {
  color: #F05C22;
  font-size: 16px;
}

.info h6 {
  color: #62a6d6;
  font-size: 14px;
}

.background-history__worker {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  column-gap: 2rem;
}

.left-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 4rem;
}

.left {
  display: flex;
  padding-top: 4rem;
}

.left-inverted-icon {
  width: 2rem;
}

.left-info__text {
  padding-top: 7rem;
  padding-left: 0.3rem;
  font-size: 0.7rem;
}

.right-inverted-icon {
  padding-top: 8rem;
  width: 2rem;
}

.home-icon-group {
  position: relative;
  line-height: 1;
}

.home-icon {
  padding-top: 3.5rem;
  padding-left: 3rem;
  padding-right: 0.5rem;
  width: 5rem;
}

.home-icon__info {
  text-align: center;
  font-size: 0.9rem;
  position: absolute;
  top: 84;
  left: 51;
  width: 34%;
}

.home-icon__number {
  font-size: 3.2rem;
}

.left-info__evolution {
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  color: #62a6d6;
  font-size: 3rem;
}

.right-worker {
  width: 66%;
}

.right-worker>img {
  width: 100%;
}

.bulb {
  position: relative;
  padding-top: 1rem;
}

.bulb-title {
  font-size: 2rem;
  text-align: center;
}

.bulb-image {
  display: flex;
  justify-content: center;
}


.bulb-image::before {
  width: 230px;
  text-align: right;
  content: 'This evolution was reflective of the inclusion of all three sustainability pillars in the framework of Dialogue for Compliance making it Dialogue for Sustainability.';
  position: absolute;
  top: 16%;
  right: 52%;
  font-family: 'Avenir Light';
}

.bulb-image::after {
  width: 230px;
  text-align: right;
  content: 'With the expanding horizon the need was realized to add the aspect of environment to enhance the brand ideology and move towards sustainability.';
  position: absolute;
  top: 16%;
  left: 55%;
  font-family: 'Avenir Light';
  text-align: left;
}

.bulb-image__img {
  width: 64%;
  height: 100%;
}

.bulb-left__text {
  width: 30%;
  position: absolute;
  top: 100px;
  right: 300;
  text-align: right
}

.bulb-right__text {
  position: absolute;
}

.evolving-links {
  padding-top: 4rem;
  display: flex;
  justify-content: space-around;
  column-gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.b-inline {
  border-inline: 2px solid #a8c9fb;
}

.evolving-links__all {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  width: 200px;
  padding: 2rem;
}

.evolving-links__img {
  width: 171px;
  height: 171px;
}

.evolving-links__social--text {
  color: #638fcb;
}

.line{
  
  width: 2px;
  height: 207px;
  background: #a8c9fb;
}


.dialogue-sustainability {
  padding-left: 3rem;
  padding-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}

.diaglogue-sustainability__left {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}

.dialogue-sustainability__title {
  font-size: 2rem;
  line-height: 1;
  width: fit-content;
}

.dialogue-sustainability__desc {
  padding-top: 2rem;
  text-align: justify;
}

.dialogue-sustainability__gears--icon {
  position: absolute;
  top: 150;
  width: 100%;
  display: flex;
  justify-content: right;
  padding-top: 5rem;
}

.dialogue-sustainability__gears--icon>img {
  width: 250px;
}

.dialogue-sustainability__right--image {
  width: 50%;
}


.slider-one__heading {

  font-size: 3rem;
  display: flex;
  justify-content: right;
  padding-right: 4rem;
  text-align: center;
  column-gap: 2rem;
}

.slider-one__dots--image {
  width: 300px;
}

.slider-one {
  padding-top: 10rem;
  position: relative;
}

.s1-pos {
  position: relative;
}

.slider2-1 {
  margin-left: 41rem;
  width: 57%;
}

.slider-one__content {
  display: flex;
  padding-top: 3rem;
  justify-content: space-between;
  align-items: center;
}

.slider-one__left {
  position: absolute;
  top: 280;
  width: 400px;
  padding-left: 3rem;
}

.slider-one__left>img {
  width: 10rem;
  position: absolute;
  top: -80;
  margin-right: 8rem;
}

.slider-one__left--title {
  font-size: 2rem;
  padding-top: 2rem;
}

.slider-one__right {
  width: 68%;
}

.slider-one__right>img {
  width: 66%;
  margin-left: 38rem;
}

.slick-list {
  height: 100%;
}

.slider-one__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%;
  z-index: -1;
}

.slider-one__page--two {
  position: absolute;
  padding-left: 3rem;
  top: 600px;
}

.slider-one__page--two__title {
  font-size: 2rem;
}

.slider-one__page--four__title {
  font-size: 2rem;
  text-align: center;
  padding-inline: 5rem;
}

.slider-one__page--two__right {
  display: flex;
  justify-content: center;
}

.slider-one__page--two__right>img {
  width: 90%;
  text-align: center;
}

.slider-one__page--four__footer {
  padding-inline: 2rem;
  padding-top: 5rem;
  font-size: 20px;
  text-align: justify;
}

.slider-two {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  top: 0px;
}

.slider-two>img {
  width: 200px;
  margin-top: 10rem;
}

.slider-two__text {
  text-align: center;
  font-size: 2rem;
}

.slider-three {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


/* =============================Slider Three=======================- */
.dfs_slider_two {
  background-image: url('./assets/SliderThreeBgImg.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.slider_3>img {
  width: 465px;
  margin: 10rem auto 0;
}


/* ===================Partner Style =========================== */


.partner-section {
  overflow: hidden;
  width: 100%;
  margin-block: 3rem;
}

.contact-section {
  overflow: hidden;
  width: 100%;
  margin-block: 1rem;
}

.partner-title {
  color: #F05C22;
  text-align: center;
  margin-block: 3rem;
}

.partner-title>h1 {
  font-size: 2rem;
}

.grid-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  gap: 4px;
}

.grid-item {
  background-color: #d8d8d8;
  gap: 4px;
  text-align: center;
  height: 100px;
}

.card {
  display: flex;
  margin-left: 16rem;
}

.card img {
  width: 140px;
}

/* =========================contact section ========================== */

.contact-section {
  margin-top: 7rem;
}

.contact-title {
  margin-block: 3rem;
}

.footer-box {
  display: flex;
  background-color: #d8d8d8;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  font-weight: 300;
}

.footer-text {
  height: 100%;
  margin-top: 20px;
  padding-block: 50px;
  padding-inline: 10px;
}

.footer-text_item {
  padding-block: 7px;
}

.footer-location {
  display: flex;
}

i {
  color: #F05C22;
  margin-right: 10px;
}

.footer-form {
  padding-block: 1rem;
  padding-inline: 10px;
}

.inputss input {
  padding-inline: 15px;
  padding-block: 5px;
  border: 0;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0px;
}

.inputsss input {
  padding-inline: 15px;
  padding-block: 5px;
  border: 0;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0px;
}

.inputssi input {
  padding-inline: 15px;
  padding-block: 5px;
  border: 0;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0px;
}

.inputssi {
  margin-left: 17px;
}

input:focus,
textarea:focus {
  outline: 0;
}

input:focus~span,
textarea:focus~span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  min-height: 6em;
  padding-inline: 15px;
  padding-block: 5px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 0px;
}

.todo {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
}

.todos {
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
  margin-top: 10px;
}

.inputs {
  margin-top: 10px;
}

/* .inputss label{
    font-size: 12px;
  } */

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn {
  margin-top: 10px;
  padding: 6px 35px;
  display: inline-block;
  background-color: #F05C22;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

.footer_links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.social_footer-links {
  padding-top: 1rem;
}

.social-links_footer {
  width: 25px;
  height: 25px;
}

.footer-navigation_bar {
  padding-top: 2.4rem;
  justify-content: space-between;
}

.footer-navigation_bar>ul {
  display: flex;
  column-gap: 1rem;
}

.company-logo {
  display: flex;
  justify-content: center;
}

.company-logo_footer {
  width: 200px;
}

/* ===================================Case study sliders ============================================ */
.case-study {
  height: 400px;
}

.more-info {
  margin-top: 10rem;
  margin-bottom: 5rem;
  justify-content: center;
  width: 100%;
}

.more-info_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-info_box {
  display: flex;
  justify-content: center;
  height: 300px;
  margin: auto;
  width: 70%;
}

.case_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-inline: 15px;
}

.case_img {
  padding: 20px 0;
  display: flex;
  height: 250px;
  margin: auto;
  background-color: #3b752d;
}

.info_box {
  height: 300px;
  width: 300px;
  border-radius: 15px;
  padding-inline: 15px;
}

.info_icon>img {
  padding: 20px 0;
  display: flex;
  height: 100px;
  margin: auto;
  width: 100px;
}

.info_paragraph {
  text-align: center;
  padding: 15px;
  text-align: justify;
}

/* ==============================================FAQs Section ================================ */

.slide-1 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 600px;
}

.faq_box {
  background-color: #fff;
  height: 400px;
  width: 300px;
  border: 2px solid #b0ebff;
  border-radius: 15px;
  padding-inline: 15px;
  margin-inline: 80px;
}

.faq_icon>img {
  padding: 20px 0;
  display: flex;
  height: 100px;
  margin: auto;
  width: 100px;
}

.info_img {
  background-color: #ccc;
  padding: 20px 0;
  display: flex;
  height: 150px;
  margin: auto;
  width: 600px;
}

.faq_paragraph {
  text-align: center;
  border-top: 7px solid #b0ebff;
  padding: 15px;
  text-align: justify;
  color: #0e0a0a;
}

.autoplay {
  width: 70%;
  margin: 20px auto;
  padding: 20px;
  height: 500px;
}

.prev-arrow>img {
  width: 60px;
  rotate: 180deg;
}

.next-arrow>img {
  width: 60px;
  margin-left: -50px;

}

.slider_slide {
  width: 100%;
  display: flex;
  justify-content: center;
}

.num1 {
  margin-top: 13px;
}

.num2 {
  margin-top: 13px;
}

.num p i {
  font-size: 23px;
}

.num {
  margin-left: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 4.5rem;
}

.detailss {
  display: flex;
  justify-content: space-between;
}

  /* menu bar */

  .nav-menu__items--item span{
    margin-left: 1rem;
  }
  .nav-menu__items--items span{
    margin-left: 1rem;
  }
  .footer-navigation_bar ul li a {
    text-decoration: none;
    color: #F05C22;
    font-size: 11px;
  }
  .footer-navigation_bar ul li a:hover{
    border-bottom: none;
  }
  .nav-menu__items {
    width: fit-content;
    list-style: none;
    display: flex;
    column-gap: 1rem;
    align-items: center;
    padding-inline: 2.2rem;
    height: 100%;
  }

  /* menu bar */




/* ===================================Media Queries ============================================ */


@media (min-width: 768px) {
  .navigation--toggle__bar ul li {
    font-size: 1em;
  }

  .container {
    display: none;
  }

  .nav-sub__menu {
    display: block;
  }

  ul {
    display: flex;
  }

  .navigation--mobile_menu {
    display: none;
  }

  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    padding: 10px;
  }
}

@media (max-width: 1400px) {
.nav-menu__items--item-link {
  width: 100%;
  color: #F05C22;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease-in-out;
}

}
@media (max-width: 1350px) {
  .nav-menu__items--item-link {
    width: 100%;
    color: #F05C22;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease-in-out;
  }
  .btn-1 a {
    font-size: 14px;
  }
  
  .btn-3 a {
    font-size: 14px;
  }
  
  }

  @media (max-width: 1350px) {
    .company-logos .pakistan0 {
      width:200px;
      margin-bottom:5px;
    }

    .company-logos .pakistanf0 {
      width: 180px;
    }
    .company-logos .pakistanf2 {
      width: 70px;
      padding-bottom: 1.5rem;
      padding-left: 1rem;
    }
    
    .company-logos .pakistanf3 {
      width: 63px;
      padding-bottom: 1rem;
      padding-left: 1rem;
      margin-left:7px;
    }

    
    }

    @media (max-width:1330px){
      .company-logos-footer{
        display: flex;
      }
      .company-logos-footer .german {
        width: 100px;
      }
      .company-logos-footer .giz {
        width: 90px;
        padding-top: 18px;
      }
      .company-logos-footer .dfs {
        height: 22px;
        margin-top: 28px;
        margin-left: 1rem;
      }
      
      .company-logos-footer .seusi {
        height: 25px;
        margin-left: 1.5rem;
        margin-top: 26px;
      }
    }

@media (max-width:1268px){
  .footer-navigation_bar {
    display: none;
  }
}
@media (max-width: 1180px) {
  .result-grid__container{
    grid-template-columns: repeat(3 , 1fr);
  }
  .success_story_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
    column-gap: 20px;
  }
  .grid-column__start{
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .nav-container {
    justify-content: flex-end;
  }

  .nav-menu__items {
    display: none;
  }
  .nav-menu__items--mobile {
    display: block;
  }

  .nav-mobile__menu {
    display: flex;
  }

  .footer-navigation_bar {
    display: none;
  }
}

@media (max-width: 990px) {
  .result-grid__container {
    grid-template-columns: repeat(3, 1fr);
  }


  .consortium-grid__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:900px) {
  .sections {
    background-position: center;
    object-fit: cover;
    flex-direction: column;
    height: 100%;
  }

  .next-image img {
    width: 100%;
    margin-left: 0;
  }
  .result-grid__container{
    grid-template-columns: repeat(2,1fr);
  }
  .success_story_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 20px;
  }
}

@media (max-width: 830px) {
  .line-center__right{
    display: none;
  }
}

@media (max-width:768px) {
 
  .images-env img {
    width: 100%;
}
  .video-player {
    width: 100%;
    height: 500px;
    margin-top: 12rem;
  }
  
  .b-inline {
    border-right: 0;
  }

  .result-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }

  .consortium-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }

 

  .company-logos .pakistan {

    width: 187px;
    margin-left: -10px;
    padding-top: 7px;
  }

  .company-logos .pakistan2 {

    width: 57px;
    margin-left: -7px;
    padding-top: 10px;
    padding-bottom:1.5rem;
  }

  .company-logos .pakistan3 {

    width: 47px;
    padding-bottom:1.4rem;
    margin-left: 0px;
  }
  .navigation {
    width: 0rem;
    margin-left: -2rem;
  }

  .navigation--toggle__bar {
    font-size: 62px;
    width: 100%;
    padding-left: 11rem;

  }

  .mobile-links {
    display: flex;
    width: 13rem;
    margin-top: 2.5rem;
    height: 63vh;
  }

  .mobile-links__list__item a {

    text-decoration: none;
    color: #F05C22;
    font-size: 15px;
    padding: 5px 2px;
  }

  .text-primary {
    color: #F05C22;
    font-size: 30px;

  }

  .mobile-links__list__item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0rem;
    margin-bottom: -2rem;

  }

  .mobile-togle {
    width: 100%;
    margin-top: -3rem;
  }
  .background-img__one {
    position: absolute;
    margin-top: 5rem;
    right: 130;
    z-index: -1;
  }

  .background-img__one>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 27rem;
    margin-left: 4rem;
  }

  .about-dfs__section {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 0;
    padding-left:0;
    margin-top: -2rem;
  }

  .about-dfs h1 {
    font-size: 60px;
    color: #62a6d6;
  }

  .down {
    margin-top: 8px;
    width: 100%;
  }

  .video-player video {
    width: 123%;
    height: 29vh;
    margin: -2rem;

  }

  .background-history__desc {
    padding-inline: 0rem;
    margin-top: 2rem;
  }

  .word h1 {
    font-size: 33px;
  }

  .six-step img {
    width: 100%;
  }

  .grid-containers {
    grid-template-columns: 1fr 1fr;
  }

  .grid-items {
    margin-top: 2rem;
    height: 78px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 2px 10px 3px #b6b3b35e;
  }

  .content p {
    text-align: center;
    margin-top: 2rem;
  }

  .select {
    display: block;
  }

  .sections {
    background: url(assets/SliderThreeBgImg.svg);
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

  .next-image img {
    width: 100%;
    margin-left: 0;
  }

  .grid-containersss {
    display: block;
  }

  .grid-itemsss {
    margin-top: 2rem;
  }

  .rows {
    display: block;
  }

  .grid-containerssss {
    display: block;
  }

  .grid-itemsssh {
    margin-top: 4rem;
  }

  .consortium {
    margin-top: -6rem;
  }

  .Accordions p {
    padding: 12px;
    font-family: 'Avenir Roman';
  }

  .accd li label {
    color: #62a6d6;
    font-family: 'Avenir Black';
  }

  .contact-title {
    margin-block: 3rem;
    text-align: center;
    margin-top: 0rem;
    font-size: 17px;
  }

  .detailss {
    display: block;
    margin-top: -3rem;
  }

  .formss {
    margin-top: 1rem;
  }

  .footer-box {
    display: flex;
    background-color: #d8d8d8;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    font-weight: 300;
    height: auto;
  }

  .todo {
    display: block;
  }

  .todos {
    display: block;
  }

  .grid-itemsssi {
    width: 235px;
    height: 200px;
    background: rgb(236, 234, 234);
    border-radius: 20px;
    box-shadow: 0 1px 4px -1px lightgrey;
    margin-top: 1rem;
    margin-left: 0.5rem;
  }

  .inputssi {
    margin-top: 1rem;
  }

  .inputssi input {
    padding-inline: 15px;
    padding-block: 5px;
    border: 0;
    font-size: 1rem;
    background-color: #fff;
    border-radius: 0px;
    margin-left: -1rem;
  }

  .inputssi label {
    margin-left: -1rem;
  }

  .inputss {
    margin-top: 1rem;
  }

  .inputs textarea {
    width: 100%;
  }

  .faqs {
    font-size: 23px;
    margin-top: -6rem;
    margin-bottom: 3rem;
  }

  .editing {
    margin-top: 480x;
  }

  .btn-2 {

    display: flex;
    margin-left: 0;
    justify-content: flex-end;
  }
}

@media (max-width: 685px) {
  .consortium-grid__containers--wrapper__img{
    height: 130px;
    width: 130px;
  }
  .grid-containers {
    grid-template-columns: 1fr;
  }

  .main {
    flex-direction: column;
  }

  .six-step {
    width: 50%;
  }
  .result-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 550px) {
  .line-center__left{
    display: none;
  }
  .main_div{
    padding-inline: 20px;
  }

  .b-inline {
    border-left: 0;
  }

  .result-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 10px;
    width: 230px;
    height: 230px;
    background-color: #b6b3b35e;
    border-radius: 10px;
  }
  .consortium-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .result-grid__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .background-img__one {
    position: absolute;
    margin-top: 10rem;
    right: 130;
    z-index: -1;
  }

  .background-img__one>img {
    margin-top: 32rem;
  }
  .company-logos .pakistan0 {
    width: 220px;
  }
}

@media (max-width: 430px) {
  .background-img__one>img {
    margin-top: 40rem;
  }
  .result-grid__container {
    grid-template-columns: repeat(1, 1fr);
  }

}