  /**
   * Created by Prashamsa Pandey
   * Email: pzp0052@auburn.edu
  */


/*------------------------------------ Site Wide Starts -----------------------------------*/
.site-header .header-logo img {
  width: 60%;
}

  .custom-container{
  padding: 120px 30px;
    &.remove-padding-top{
      padding-top: 0;
    }

    &.remove-padding-top-bottom{
      padding-top: 0;
      padding-bottom: 0;
    }

    &.remove-padding-bottom{
      padding-bottom: 0;
    }
}

  .common-button {
  a {
    padding: 15px 18px;
    display: inline-block;
    position: relative;
    z-index: 0;
    color: #d7a6d3;
    border: 2px solid #d7a6d3;
    // border-top-right-radius: 10px;
    // border-bottom-left-radius: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    min-width: 200px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.6s ease;
    &:hover{
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      color: #fff;
      border-color: #4c9ddc;
      background: #4c9ddc;
      transition: all 0.6s ease;
    }
  }

  &.color-white{
    a{
      color: #fff;
      text-transform: uppercase;
      padding: 15px 50px;
      &:before {
        border-bottom: 5px solid #ffffff9c;
        border-right: 5px solid #ffffff9c;
      }
      &:after {
        border-top: 5px solid #ffffff9c;
        border-left: 5px solid #ffffff9c;
      }
    }
  }
}

p, ul>li a {
  border-bottom: 1px dashed #07402B;
}

  a{
    text-decoration: none;
    transition: all 0.6s ease;
    color: #07402B;
  }

  a:hover, a:focus {
    transition: all 0.6s ease;
    color: #07402B;
  }

  p{
    color: #1c1c1c;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
  }

  .section-title{
  padding-bottom: 30px;
  h1{
    margin-bottom: 0;
    position: relative;
    color: #07402B;
    padding-left: 12%;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    &:before{
     content: '';
      position: absolute;
      height: 3px;
      width: 10%;
      left: 0;
      background-color: #caad7e;
      top: 50%;
    }
  }

  h3 {
    color: #0a2341;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
  }
}

  .header-title{
  a{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    //font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif !important;
    letter-spacing: 2px;
    &:hover, &:focus{
      color: #d7a6d3;
    }

    &:nth-of-type(2) {
      font-size: 12px;
      color: #d7a6d3;

      &:hover, &:focus{
        color: #4c9ddc;
      }
    }
  }
}
  /*------------------------------------- Site Wide Ends ------------------------------------*/

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/

  #secondary_nav_horiz{
    background-color: #07402B;
    padding: 1% 8%;
    .image-area{
      max-width: 500px;
     a {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 600;
        span {
          color: #fff;
        }
      }
      // img{
      //   width: 200px;
      // }
    }

    .navbar-nav{
      .nav-item{
        .nav-link {
          color: #fff ;
          border-color: #fff ;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 2px;
          font-weight: bold;
          &:hover{
            background-color: #d7a6d3;
          }
        }
      }
    }

    .dropdown-menu {
      min-width: 15rem;
      background-color: #f58025;
      border: 0;
      border-radius: 0;
      margin-top: 26px;
      padding: 0;
      box-shadow: none;
      .dropdown-item {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #ffffff26;
      }
    }

    .container-fluid {
      padding-right: 0;
      ul {
        padding-right: 0 !important;
      }
    }
  }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/

  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #homepage{
    .background-image-overlay-section{
      height: 300px;
    }

    .quote-section {
      .quotes {
        blockquote {
          border: 1px solid #DDD;
          padding: 5rem;
          border-radius: 10px;
          position: relative;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1;
          font-size: 1.4em;
          overflow: hidden;
          box-shadow: 5px 0 13px -2px #0000003d;
          
          p {
            font-size: 2em;
            text-indent: 0em;
            margin: 0em 0 0.25em 0;
            line-height: 1.25em;
            z-index: 1;
            font-family: "Arvo", sans-serif;
            color: #03244d;
            font-weight: bold;
            letter-spacing: 2px;

            span {
              color: #dd550c;
            }
            &::before {
              font-family: Georgia;
              content: "“";
              font-size: 5em;
              position: relative;
              left: 0em;
              top: 0.35em;
              color: #dd550c;
            }
            &::after {
              font-family: Georgia;
              content: "”";
              font-size: 16em;
              position: absolute;
              right: -0.085em;
              bottom: -0.25em;
              color: #dd550c36;
              z-index: -1;
            }
          }
        }
      }
    }

    .our-story-section {
      .image-area {
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          max-height: 300px;
          border-radius: 10px;
          border-top-left-radius: 0;
          border-bottom-right-radius: 0;

          &:first-of-type {
            margin-bottom: 1.5rem;
          }
        }
      }
    }

    .video-section {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }

    .how-it-works-section {
      .detail-container {
        background-color: #d7a6d38a;
        max-width: 100%;
        margin: auto;

        .detail-item {
          .section-title {
            position: relative;
            background-color: #d7a6d3;
            padding: 2rem 0 6rem;
            h3 {
              color: #1c1c1c;
            }

            svg {
              position: absolute;
              width: 100%;
              height: auto;
              bottom: -1rem;
              left: 0;

              path {
                fill: #B9ddf5;
              }
            }
          }
          
          &:nth-of-type(2) {
            .section-title {
              background-color: #7ac142;
            }
          }

          .content {
            z-index: 1;
            position: relative;
            margin-top: 4rem;

            ul {
              padding: 0;
              display: flex;
              flex-wrap: wrap;
              li {
                list-style: none;
                padding: 0 4rem 4rem;
                position: relative;
                min-height: 300px;
                width: 25%;

                @keyframes line {
                  0% {
                    height: 0;
                  }
                
                  100% {
                    height: 325px;
                  }
                }

                img {
                  width: 200px;
                  height: auto;
                }

                .arrow-container {
                  position: absolute;
                  right: -3rem;
                  z-index: 1;
                  text-align: center;

                 &::before {
                  content: "";
                  position: absolute;
                  top: 10px;
                  left: 50%;
                  transform: translateX(-50%);
                  width: 4px;
                  height: 325px;
                  background-color: #fff;
                  animation: line 5s linear;
                 }

                  .number {
                    font-weight: bold;
                    font-size: 1.5rem;
                    background: white;
                    border-radius: 100%;
                    height: 80px;
                    width: 80px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                  }
                }
                span {
                  display: block;
                  text-align: center;
                  
                  &:nth-of-type(1) {
                    font-size: 4rem;
                  }

                  &.store {
                    color: #80837f;
                  }

                  &.farmer {
                    color: #7ac142 ;
                  }

                  &:nth-of-type(2) {
                    font-size: 1rem;
                    color: #4c9ddc;
                    font-weight: 500;
                    margin-top: 1.5rem;
                  }
                }
              }
            }
          }
        }
      }
    }

    .logo-section {
      .image-container {
        text-align: center;
        img {
          width: 350px;
          height: auto;
          object-fit: contain;
        }
      }
    }

    .map-section {
      background-color: #dedede36;

      .iframe-area {
        box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.16);
      }

      .common-button {
        text-align: center;
      }
      .row {
        align-items: center;
      }
      iframe {
        width: 100%;
        height: 100%;
        min-height: 400px;
      }

      h2 {
        font-weight: bold;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
      }

      h4 {
        color: #4c9cdc;
        line-height: 3rem;
        font-family: 'Montserrat', sans-serif;

        span {
          color: #d7a6d3;
        }
      }

      .image-container {
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  }

  #who-we-are{
    .teams-section{
      .image-holder {
        position: relative;
        cursor: pointer;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .image-title {
          width: 90%;
          bottom: -25px;
          padding: 25px 20px;
          background: #FFFFFF;
          -webkit-box-shadow: 0px 4px 12px #00000026;
          box-shadow: 0px 4px 12px #00000026;
          position: absolute;
          -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
          min-height: 200px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          .title {
            margin-bottom: 5px;
            h5{
              font-weight: 600;
            }
          }
          .designation {
            p {
              margin-bottom: 0;
            }
            span {
              font-size: 14px;
            }
          }
          .contact-info{
            margin-top: 5px;
            a{
              display: block;
              font-size: 12px;
              font-weight: bold;
              i{
                margin-right: 10px;
                color: #e96000;
              }
            }
          }
        }

        &:hover{
          .image-title{
            background-color: #e96000;
            color: white;
            transition: all 0.6s ease;
            .title, .designation, p{
              color: #fff;
            }

            .contact-info{
              a{
                color: #fff;
                i{
                  color: #fff;
                }
              }
            }
          }
        }
      }
    }

    .about-description-section{
      .image-container{
        img{
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      //.common-about-section{
      //  padding-top: 80px;
      //}
    }
  }

  #what-we-do{
    .common-about-section{
      &:nth-of-type(even){
        background-color: #e7e9ec;
      }
    }
  }

  .research-reports {
    .affiliated-section {
      padding: 0 4rem;

      ul {
        li {
          &:not(:last-of-type) {
            margin-bottom: 1.5rem;
          }

          a {
            font-weight: 500;
            font-size: 18px !important;
          }
        }
      }
    }
  }

  .affiliated-section {
    background: rgba(199, 201, 209, 0.09);

    h2 {
      color: #d7a6d3;
    }

    .affiliated-faculty-container {
      margin-top: 3.5rem;
  
      .numberlist {
      width:100%;
      //margin-left: 1rem;
  }
  .numberlist ul {
      counter-reset: li;
      list-style: none;
      *list-style: decimal;
      padding: 0;
      margin-bottom: 4em;
  }
  .numberlist ul ul {
      margin: 0 0 0 2em;
  }
  .numberlist a {
      position: relative;
      display: block;
      padding: 1rem;
      margin: .5em 0;
      background: #FFF;
      color: #1c1c1c;
      text-decoration: none;
      -moz-border-radius: .3em;
      -webkit-border-radius: .3em;
      border-radius: .3em;
      font-size: 14px;
  }

  .numberlist h4 {
    color: #dd550c;
    margin: .5em 0;
}

.numberlist span{
  display: inline-block;
  color: orange;
}

  .numberlist a:hover {
      background: #D8DFEA;
      text-decoration: none;
  }
  .numberlist a:before {
      // content: counter(li);
      // counter-increment: li;
      position: absolute;
      left: -1.3em;
      top: 50%;
      margin-top: -1.3em;
      background: #dd550c;
      background: -webkit-gradient(linear, center top, center bottom, from(#dd550c), to(#dd550c));
      background: -webkit-linear-gradient(#dd550c, #dd550c);
      height: 2em;
      width: 2em;
      line-height: 2em;
      border: 1px solid #fff;
      text-align: center;
      font-weight: bold;
      -moz-border-radius: 2em;
      -webkit-border-radius: 2em;
      border-radius: 2em;
      color:#FFF;
  }
  .numberlist a:hover:before { 
    background: #fff;
    color:#1c1c1c; 
    border-color: #0a2341; 
    }
    }
  }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/

/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  .hsi-footer{
  background-color: #07402B;
  .custom-container{
    //border-top: 2px solid #e7e9ec;
  }

  .image-area{
    // width: 250px;
    img{
      // filter: invert(1);
      height: auto;
      width: 250px;
    }

    a {
      color: #fff;
      font-style: italic;
      font-size: 2rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 600;
      display: inline-block;
      padding-bottom: 20px;
      border-bottom: 1px solid #ffffff59;
      margin-bottom: 20px;
      margin-right: 1rem;
      span {
        color: #fff;
      }
    }
    &.quality-image{
      position: relative;
      img{
        &:nth-of-type(2){
          opacity: 0;
          position: absolute;
          top:0;
          left:0;
          transition: all 0.6s ease;
        }
      }
      a{
        display: block;
        &:hover{
          img{
            &:nth-of-type(2){
              opacity: 1;
            }
          }
        }
      }
    }
  }

  p{
    font-size: 10px;
    //color: #e96000;
    color: #fff;
  }

 ul{
    list-style: none;
    padding: 0;

    h4 {
      color:#caad7e;
      font-weight: 600;
      letter-spacing: 2px;
      font-size: 1rem;
    }
    &.contact-info{
      h4{
        //color: #fff;
        //color: #0a2341;
        margin-bottom: 20px;
        color: #caad7e;
        width: 100%;
      }

      &.detail-menu{
        li{
          a{
            span{
              &:first-of-type{
                width: 100%;
              }
            }
          }
        }
      }
    }

    li {
      a {
        display: flex;
        //color: inherit;
        color: #fff;
        &:not(last-of-type) {
          margin-bottom: 10px;
        }

        span {
          display: block;
          transition: all 0.6s ease;
          position: relative;
          font-size: 0.8rem;
          &:first-of-type {
            color: #fff;
            //color: #e96000;
            width: 8%;
          }

          &:hover, &:focus{
            color: #ffffff70;
            transition: all 0.6s ease;
          }
        }
      }
    }

    &.social-media{
      display: flex;
      flex-wrap: wrap;
      h3{
        width: 100%;
      }

      li{
        color: #fff;
        //color: #e96000;
        a {
          transition: all 0.6s ease;
          &:hover{
            transition: all 0.6s ease;
            transform: scale(1.3);
          }
        }
        &:not(:last-of-type){
          margin-right: 20px;
        }
      }
    }
  }
    .location-info{
      padding: 0;
      margin-bottom: 0;
    }
}
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/

/*----------------------------------- Components Starts -----------------------------------*/
  .common-banner-section{
  .image-container{
    height: calc(100vh - 159px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    // &:after{
    //   content:'';
    //   position: absolute;
    //   background-color: #04234d78;
    //   // background-image: linear-gradient(90deg, #ea60004a, rgb(255 255 255 / 32%));
    //   top:0;
    //   left: 0;
    //   width: 100%;
    //   height: 100%;
    // }

    .image {
      img {
        width: auto;
        height: 100%;
        object-fit: cover;
        max-width: 1000px;
      }
    }

    .content-container {
      position: absolute;
      top: 50%;
      transform: translate(-50%);
      left: 50%;
      z-index: 1;
      blockquote {
        h1 {
          font-family: "Arvo", sans-serif;
          color: #d7a6d3;
          font-weight: bold;
          letter-spacing: 5px;
          font-size: 3rem;
          span {
            color: #4c9cdc;
            text-transform: uppercase;
          }
          &::before {
            font-family: Georgia;
            content: "“";
            font-size: 5em;
            position: relative;
            left: 0em;
            top: 0.35em;
            color: #4c9cdc;
          }
        }
      }
    }
  }

  &.small-banner{
    .image-container {
      height: 60vh;
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 10%;
      // &:after{
      //   content:'';
      //   position: absolute;
      //   background-image: linear-gradient(90deg, #ffffff, #fff0);
      //   top:0;
      //   left: 0;
      //   width: 100%;
      //   height: 100%;
      // }
      h1{
        z-index: 1;
        color: #0a2341;
        font-weight: 600;
      }
    }
  }
}

  .common-about-section{
    position: relative;
    overflow: hidden;

    h2 {
      font-weight: 500;
      color: #4d9ddc;
      margin-bottom: 1.5rem;

      span{
        color: #d7a6d3;
      }
    }

    .section-content {
      //text-align: center;

      p {
        font-size: 20px;
      }
    }

    &.about-reverse {
      .row {
        .image-container {
          &::after {
            left: -2vw;
            right: initial;
          }
        }
      }
    }

  .row{
    .image-container{
      height: 100%;
      position: relative;

      &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #4c9ddc;
        right: -2vw;
        top: -2vw;
        z-index: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
       border-bottom-right-radius: 0;
      }
      
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        border-top-left-radius: 0;
       border-bottom-right-radius: 0;
      }
    }
  }

  .animated-circle {
    &:before {
      content: '';
      position: absolute;
      left: -75px;
      bottom: 0;
      width: 250px;
      height: 250px;
      background-color: #ccc;
      border: 15px solid white;
      opacity: 0.5;
      border-radius: 50%;
      -webkit-transition: all ease 0.4s;
      transition: all ease 0.4s;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
    }
  }

    &.center-header {
      .section-title {
        h2 {
          // &:before {
          //   width: 20%;
          // }

          //&:after {
          //  content: '';
          //  position: absolute;
          //  height: 3px;
          //  width: 20%;
          //  right: 0;
          //  background-color: #e96000;
          //  top: 50%;
          //}
        }
      }
    }
}

  .common-description-section{
  .section-content{
    width: 1000px;
    margin: auto;
    position: relative;
    padding: 0 10%;
    &:before, &:after{
      content: '';
      position: absolute;
      height: 3px;
      width: 10%;
      left: 0;
      background-color: #e96000;
      top: 10px;
    }

    &:after{
      transform: rotate(-90deg);
      right: 0;
      left: initial;
      top: 60px;
    }

    &.remove-lines{
      width: 100%;
      padding: 0;
      text-align: center;
        &:before, &:after{
          display: none;
      }
    }
  }
    &.affiliate-list-section{
      position: relative;
      .section-title{
        padding-bottom: 40px;
        h2{
          text-transform: uppercase;
          color: #e86100;
          letter-spacing: 5px;
          padding-left: 0;
          &:before {
            display: none;
          }
        }
      }
      .image-container{
        position: absolute;
        left: -150px;
        top: -38%;
        width: 50%;
        height: 100%;
        z-index: -1;
        img{
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      ul {
        -moz-column-count: 5;
        -moz-column-gap: 20px;
        -webkit-column-count: 5;
        -webkit-column-gap: 20px;
        column-count: 5;
        column-gap: 20px;
        //list-style: none;
        padding: 0;
        li{
          text-align: left;
          margin-bottom: 20px;
          //box-shadow: 0px 0px 10px 0px #dbdfe8;
          //padding: 20px;
          //color: #fff;
          //border-radius: 10px;
          //&:nth-of-type(even){
          //  background-color: #e86100;
          //}
          //&:nth-of-type(odd){
          //  background-color: #0a2341;
          //}
        }
      }
    }
}

  .common-philanthropy-section {
    position: relative;
    .philanthropy-container {
      .item {
        width: 75%;
        padding: 80px 60px;
        background: #e7e9ec;
        margin-left: auto;
        &:nth-of-type(2) {
          width: 60%;
          padding: 60px;
          background: #fff;
          margin-top: -60px;
          margin-left: initial;
          box-shadow: 4px 4px 10px 2px #e3e5ed;
        }
      }
    }

    .image-container{
      position: absolute;
      bottom: -14%;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      img{
        height: 100%;
        //width: 100%;
        //width: 450px;
      }
    }

    &.philanthropy-board{
      .section-title{
        padding-bottom: 40px;
        h2{
          text-transform: uppercase;
          color: #e86100;
          letter-spacing: 5px;
          padding-left: 0;
          &:before{
            display: none;
          }
        }
      }
      .philanthropy-container{
        .item{
          z-index: 1;
          position: relative;
          width: 100%;
          .common-about-container{
            img{
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
          }

          &:nth-of-type(1){
            padding: 0;
          }

          &:nth-of-type(2){
            width: 80%;
            margin-left: auto;
            margin-right: auto;
          }
        }
      }
    }
  }

  .common-who-we-are-section{
    background: linear-gradient(180deg, rgb(55 136 135 / 0%) 0%, rgb(55 136 135 / 35%) 200%);
    .custom-container{
      //padding-top: 0;
      //margin-top: -200px;
    }
    .who-we-are-container{
      .inner-item{
        overflow: hidden;
        position: relative;
        background-color: #fff;
        box-shadow: 5px 15px 60px #1b212f08;
        border-radius: 10px;
        transition: all ease 0.4s;
        height: 100%;
        cursor: pointer;
        .image-container{
          text-align: center;
          padding: 1.5rem 0;
          img{
            width: 70px;
            height: 100%;
            margin: auto;
            object-fit: contain;
            transition: all 0.6s ease;
          }
        }

        .section-title {
          padding: 20px 30px;
          position: relative;
        }

        h5{
          color: #76bd43;
            letter-spacing: 2px;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        &:hover {
          img {
            -ms-transform: scale(1.1); /* IE 9 */
            transform: scale(1.1);
            transition: all 0.6s ease;
          }
        }

        &:before {
          content: '';
          position: absolute;
          right: -200px;
          bottom: -200px;
          width: 300px;
          height: 300px;
          background-color:  #398987;
          border: 30px solid  #e1ebeb;
          opacity: 1;
          border-radius: 50%;
          -webkit-transition: all ease 0.4s;
          transition: all ease 0.4s;
          -webkit-transform: skewX(-10deg);
          -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
        }

        &:hover{
         box-shadow: none;
         background-color:  #39898736;
         border-top-left-radius: 0;
          border-bottom-right-radius: 0;
         .section-title {
           h4 {
             color: #fff;
           }
         }
        }
      }
    }

    &.youth-programs{
      .who-we-are-container{
        .inner-item{
         // padding: 15px;
          cursor: pointer;
          .image-container{
            padding-bottom: 20%;
            margin: 20px;
            img {
              object-fit: contain;
            }

            &:hover{
              img {
                -ms-transform: none;
                transform: none;
              }
            }
          }

          .content{
            padding: 20px 30px;
            background-color: #e86100;
            p{
              color: #fff;
              font-size: 1em;
              line-height: 30px;
            }

            ul{
              li{
                color: #fff;
                line-height: 30px;
              }
            }
          }

          //&:hover {
          //  background-color: #f58025cf;
          //}
        }
      }
    }
  }

  .animated-circle{
  &.right {
    &:before {
      right: -125px;
      left: inherit;
    }
  }
}

  .common-online-gift-link-section{
    .image-container{
      height: auto;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-attachment: fixed;

      .item-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        .item{
          h2,h6{
            color: #fff;
            margin-bottom: 0;
            font-weight: normal;
            line-height: 35px;
          }
        }
      }
    }
  }

  .common-social-media-section{
    background-color: #e9ecef;
    .media-container{
      margin: auto;
      width: 50%;
      display: flex;
      justify-content: space-between;
      .media-item{
        a{
          //background: #e96000;
          //padding: 20px;
          //border-radius: 100%;
          //height: 60px;
          //width: 60px;
          //display: flex;
          //align-items: center;
          //justify-content: center;
          .fa{
            font-size: 1.5rem;
          }
        }
      }
    }
  }

  .common-wpb-contact-container{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    .wpb-contact-item{
      width: 50%;
      text-align: center;
      padding: 15px;
      ul{
        padding: 30px;
        margin: 0;
        border: 1px solid #e8610030;
        border-radius: 15px;
        background-color: #fff;
        height: 100%;
        li{
          list-style: none;
          margin-bottom: 5px;
          font-size: 1.2rem;
          font-weight: 500;
          color: #ea6000;
        }

        label{
          font-weight: 500;
          margin-bottom: 15px;
          color: #0a2341;
        }
      }

      &:nth-of-type(1){
        width: 100%;
      }
    }
    p{
      margin-top: 30px;
      text-align: center;
      color: #0a2341;
      font-weight: 500;
      width: 100%;
    }

    &.certificate-page{
      .wpb-contact-item{
        ul{
          background-color: #fff;
          label{
            font-size: 1.5rem;
          }
        }
      }
    }

    &.partners-page{
      .wpb-contact-item {
        ul {
          li {
            font-weight: normal;
            font-size: 1rem;
            margin-bottom: 10px;
          }
        }
      }
    }
  }

  .common-officers-container-timeline{
    z-index: 1;
    position: relative;
    .timeline-container {
      width: 80%;
      padding: 50px 0;
      margin: 50px auto;
      position: relative;
      overflow: hidden;
    }

    .timeline-container:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      width: 2px;
      height: 100%;
      background: #e86100;
      z-index: 1
    }

    .timeline-block {
      width: -webkit-calc(50% + 8px);
      width: -moz-calc(50% + 8px);
      width: calc(50% + 8px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      justify-content: space-between;
      clear: both;
    }

    .timeline-block-right {
      float: right;
    }

    .timeline-block-left {
      float: left;
      direction: rtl
    }

    .marker {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid #e86100;
      background: #e86100;
      margin-top: 10px;
      z-index: 9999
    }

    .timeline-content {
      width: 95%;
      padding: 0 15px;
      color: #0a2341;
    }

    .timeline-content h3 {
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 25px;
      font-weight: 500
    }

    .timeline-content span {
      color: #e86100;
      display: block;
      font-size: 18px;
    }

    .timeline-content p {
      font-size: 14px;
      line-height: 1.5em;
      word-spacing: 1px;
      color: #888;
    }


    @media screen and (max-width: 768px) {
      .timeline-container:before {
        left: 8px;
        width: 2px;
      }
      .timeline-block {
        width: 100%;
        margin-bottom: 30px;
      }
      .timeline-block-right {
        float: none;
      }

      .timeline-block-left {
        float: none;
        direction: ltr;
      }
    }
  }

  .accordion{
    &:hover, &:focus{
      cursor: auto;
    }
    .accordion-button{
      line-height: 26px;
      outline: none !important;
      color: #e86100;
      border-bottom: 0.5px solid #00000020 !important;
      &:hover, &:focus{
        cursor: auto;
      }
      &:focus{
        border: 0;
        //box-shadow: 0 0 0 0.25rem #ea60002b;
        outline: none !important;
        box-shadow: none;
      }

      &:after{
        display: none;
      }

      &:not(.collapsed){
        //background-color: #f58025;
        background-color: #fff !important;
        //color: #fff;
        &:after {
          filter: brightness(0) invert(1);
        }
      }

      i{
        padding-right: 20px;
      }
    }

    .accordion-body{
      ul{
        margin-top: 1rem;
        li{
          display: flex;
          &:not(:last-of-type){
            margin-bottom: 10px;
          }

          span{
            &:first-of-type{
              width: 20%;
              color: #0a2341;
              font-weight: bold;
              padding-right: 30px;
            }
          }
        }
      }
    }
  }

  .common-breadcrumbs{
    background-color: #0a2341;
    ol{
      li{
        a{
          color: #fff;
        }
      }
    }

    .breadcrumb{
      margin-bottom: 0;
    }

    .breadcrumb-item{
      &.active {
        color: #e86100;
      }

    }

    .breadcrumb-item+.breadcrumb-item::before {
      color: #fff;
    }
  }
/*------------------------------------ Components Ends ------------------------------------*/

  .slick-dotted {
    &.slick-slider {
      margin-bottom: 0;
      .slick-dots {
        bottom: 0;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
        li {
          margin: 0 0.25rem;
          border: 1px solid #0a2341;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          width: 15px;
          height: 15px;
          &.slick-active{
            border: 1px solid #e86100;
          }
          button {
            display: block;
            width: 0.5rem;
            height: 0.5rem;
            padding: 0;
            border: none;
            border-radius: 100%;
            background-color: #0a2341;
            text-indent: -9999px;
          }
        }

        li.slick-active button {
          background-color: #e86100;
        }
      }
    }
  }

  .sponser-slider{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    .image-container{
      min-height: 100% !important;
      img{
        margin: auto;
        width: 200px;
        height: 100%;
      }
    }

    .slick-dots {
      bottom: -25px !important;
    }

    .slick-track{
      display: flex;
      align-items: center;
    }
  }