/*============================================================================*/

.excellence {
  margin: 50px 0;
}
.excellence ul{
  list-style-type: none;
}
.case-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.case-button {
    display: flex;
  
    width: 100%;
}
.case-button > a{
    display: block;
    width: 50%;
    padding: 10px;
    background: #333;
    color: #fff;
    text-decoration: none;
}
.case-button > a + a{
    background:none;
    color: #333;
    border: 1px solid #333;
}
.case-no{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
    background: #fff;
    width: 240px;
    justify-content: space-between;
    margin: 10px;
    border: 1px solid #dadada;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    min-height: 255px;
}
.case-no h4 {
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
}
.case-no img{
    margin: 0 auto;
}
.case-no:hover{
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.3);
}
.case-no:hover .case-head{
    transform: scale(1.1);
}
.case-no:hover .case-head span{
        color: #00e5ff;
}
.excellence-box {
  display: flex;
}

.excellence__title {
  flex: 0 0 300px;
  max-width: 300px;
  color: #fff;
  position: relative;
}
.excellence__title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: 0 0px 50px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  top: 30px;
  right: -50px;
  transform: rotate(-45deg);
  z-index: 0;
}
.excellence__title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  box-shadow: 0 0px 50px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  top: 45px;
  right: -35px;
  transform: rotate(-45deg);
  z-index: 1;
}
.excellence__title .excellence__title__wrap {
  background: #f5821e;
  background: linear-gradient(129deg,#f5821e 0%, 
#f5821e 100%);
  position: relative;
  padding: 30px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 10;
}
.excellence__title strong {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
}
.excellence__title span {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.excellence__content {
  padding: 20px 30px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  margin-left: 40px;
  flex: 0 0 70%;
  max-width: 70%;
}

.excellence__slider {
  display: flex;
  height: 100%;
  align-items: center;
}
.excellence__slider .slick-arrow {
  font-size: 0px;
  border: none;
  opacity: 0px;
  padding: 0px;
  width: 122px;
  height: 35px;
  border: none;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.excellence__slider .slick-arrow.slick-prev {
  display: none !important;
}
.excellence__slider .slick-arrow.slick-next {
  margin-right: -50px;
}
.excellence__slider .slick-arrow.slick-next::after {
  content: "navigate_next";
  font-family: "Material Icons";
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  border: 1px solid #dadada;
  background: #fff;
  left: -5px;
}
.excellence__slider li + li .excellence__slider__box {
  position: relative;
}
.excellence__slider li + li .excellence__slider__box::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #dadada;
  position: absolute;
  top: 15px;
  left: -1px;
}

.excellence__slider__box {
  text-align: center;
  padding: 0 10px;
}
.excellence__slider__box img {
  width: 50px;
  margin: auto;
}
.excellence__slider__box span {
  display: block;
  font-size: 14px;
  color: #252525;
}

.section__title {
  text-align: center;
}
.section__title h2,.section__title h1 {
  display: inline-block;
  font-size: 35px;
  line-height: 35px;
  color: #29618f;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: 0 10px;
  margin: 0px;
}
.section__title h2::after,.section__title h1::after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: -90px;
  background-color: #29618f;
}
.section__title h2::before,.section__title h1::before {
  content: "";
  width: 80px;
  position: absolute;
  height: 2px;
  top: 15px;
  right: -90px;
  background-color: #187af7;
}

.solution {
  padding-bottom: 50px;
  background: url(../img/os-pattern.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 700px;
  padding-top: 80px;
  margin-top: -60px;
}

.solution-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.solution-list > li {
  width: 33.33%;

}
.solution-list .solution__box {
  margin: 5px;
  position: relative;
  display:block;
  overflow: hidden;
  padding-bottom: 100%;
  transition: all 0.5s;
}
.solution-list .solution__box img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
.solution-list .solution__box:hover .solution__content {
  transform: skewY(5deg);
  bottom: -40px;
  padding: 20px 20px 50px;
  background: rgb(41 97 143);
}
.solution-list .solution__box:hover .solution__content > div {
  transform: skewY(-5deg);
}
.solution-list .solution__box:hover .solution__content h3 {
  background: transparent;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px 0;
  position: static;
}
.solution-list .solution__box:hover .solution__content p {
  color: #fff;
  font-size: 14px;
  transform: translateY(0);
}
.solution-list .solution__content {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: 0px;
  transition: all 0.3s;
}
.solution-list .solution__content h3 {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin:0px;
  font-family: 'Montserrat',sans-serif;';
}
.solution-list .solution__content p {
  padding-top: 10px;
  transform: translateY(100%);
}

.footprint__slider img {
  width: 100%;
}

.cs-slider .slick-dots {
  justify-content: flex-end;
  margin-top: -40px;
  margin-right: 50px;
}
.cs-slider .slick-dots button {
  border: 1px solid transparent;
  background: #252525;
}
.cs-slider .slick-dots > li.slick-active button {
  border: 1px solid #252525;
}
.cs-slider .slick-dots > li.slick-active button::after {
  background-color: #252525;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.slick-dots button {
  font-size: 0px;
  padding: 0px;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #187af7;
  transform: scale(0.5);
  transition: all 0.3s;
  border: 1px solid transparent;
}
.slick-dots > li.slick-active button {
  transform: scale(1);
  position: relative;
  background: #fff;
  border: 1px solid #187af7;
}
.slick-dots > li.slick-active button::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #187af7;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0 auto;
}
.slick-dots > li + li {
  margin-left: 5px;
}

.quotes {
  padding: 30px 0;
  text-align: center;
}
.quotes blockquote {
  position: relative;
  font-size: 20px;
  color: #187af7;
  padding: 0 50px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
}
.quotes blockquote strong {
  font-weight: 900;
}
.quotes blockquote::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/quotes-up.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background-repeat: no-repeat;
  background-position: center;
}
.quotes blockquote::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/quotes-down.png);
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -20px;
  background-repeat: no-repeat;
  background-position: center;
}

.video__wrap {
  font-size: 0px;
}

.corporate_citizenship__cover {
    position: relative;
    font-size: 0px;
    height: 100%;
    background-image: url(../img/corporate-citizenship/empowering-top-banner.png);
    background-size: cover;
    background-position: 30% 50%;
}

.corporate_citizenship__cover .row {
    display: flex;
    align-items: center;
    height: 100vh;
}

.corporate_citizenship__content h1 {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #055e80;
}

.corporate_citizenship__content h4 {
    font-size: 28px;
    color: #2193bf;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.nurturing-section {
  padding: 50px 0;
}

.nurturing-content h3 {
  font-size: 28px;
    color: #2193bf;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.nurturing-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.our-works-education {
    padding: 40px 0;
}

.our-works-education-title h2 {
    text-align: center;
    color: #2193bf;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.our-works-education-hr {
    border-width: 3px;
    width: 30%;
    border-color: #d1d1d1;
}

.education-box {
    margin-bottom: 20px;
    min-height: 500px;
}

.education-box h2 {
    color: #2193bf;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.education-box h5 {
    color: #2193bf;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.education-box-list {
    padding: 0;
    list-style-type: none;
}

.education-box-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.education-box-list li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #2193bf;
    font-size: 12px;
}

@media only screen and (max-width: 1199px) {
  .excellence-box {
    flex-direction: column;
  }
  .excellence-box .excellence__title {
    flex: 0 0 auto;
  }
  .excellence-box .excellence__content {
    margin-left: 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solution-list .solution__content h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .home__slider--4 .home__slider__text {
    font-size: 25px;
  }
  .home__slider--3 .home__slider__text,
  .home__slider--4 .home__slider__text label,
  .home__slider--4 .home__slider__text strong {
    font-size: 30px;
    line-height: 30px;
  }
  .solution-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .excellence__slider .slick-arrow.slick-next {
    margin-right: -40px;
  }
  .excellence-box .excellence__content {
    padding-left: 0px;
  }
  .top_section {
    margin-top: 110px;
  }

  .corporate_citizenship__content h1 {
    font-size: 30px;
  }

  .corporate_citizenship__content h4 {
      font-size: 23px;
  }

  .education-box {
      min-height: unset;
  }
}

@media only screen and (max-width: 575px) {
  .home__slider__text {
    font-size: 18px;
  }
  .excellence__slider ul{
    list-style-type: disc;

  }
  .excellence__slider {
    display: block;
  }
  .excellence__slider .slick-dots {
    margin-top: 20px;
    padding-left: 0px;
  }
  .quotes blockquote {
    padding: 0 20px;
    margin: 0px;
  }
  .quotes blockquote::after,
  .quotes blockquote::before {
    width: 25px;
    height: 25px;
  }
  .quotes blockquote::after {
    top: auto;
    bottom: -20px;
    right: 10px;
  }
  .excellence-box .excellence__title {
    max-width: 100%;
  }
  .excellence-box .excellence__title .excellence__title__wrap {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    text-align: center;
  }
  .excellence-box .excellence__title::after,
  .excellence-box .excellence__title::before {
    display: none;
  }
  .excellence-box .excellence__content {
    padding: 20px;
  }
  /*======================================*/