@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.intro-slide {
  position: relative;
  min-height: 173px;
  padding: 100px 0 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    min-height: 313px;
    padding: 230px 0;
  }
}
.intro-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73.44%, rgba(0, 0, 0, 0.3) 91.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 7.81%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.intro-slide .container {
  align-self: stretch;
}
@media only screen and (max-width: 991px) {
  .intro-slide .section-content {
    text-align: center;
  }
}
.intro-slide .section-content .btn {
  min-height: 48px;
}
.intro-slide .main-title {
  font-family: "Poppins Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.46;
  color: #fff;
}
.intro-slide .main-title span {
  color: #F1CF6D;
}
@media only screen and (max-width: 991px) {
  .intro-slide .main-title {
    font-size: 26px;
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    font-size: 54px;
    letter-spacing: 0.5px;
  }
  .intro-slide .main-title span {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .intro-slide .btn {
    margin-top: 23px;
    width: 100%;
    max-width: 450px;
  }
  .intro-slide .btn.btn-maindark-bg {
    background: #fff;
    color: #000;
  }
  .intro-slide .btn.btn-maindark-bg path {
    stroke: #F1CF6D;
  }
  .intro-slide .btn.btn-call {
    padding: 10px 16px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .btn {
    margin-top: 42px;
  }
  .intro-slide .btn:not(:last-child) {
    margin-right: 20px;
  }
  .intro-slide .btn.btn-call {
    display: none;
  }
}
.intro-slide .scroll-arrow {
  position: absolute;
  bottom: 62px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-slide .scroll-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
.intro-slide .scroll-arrow path {
  stroke: #fff;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media only screen and (max-width: 991px) {
  .intro-slide .scroll-arrow {
    width: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide .scroll-arrow {
    width: 50px;
  }
  .intro-slide .scroll-arrow:hover {
    cursor: pointer;
  }
  .intro-slide .scroll-arrow:hover path {
    stroke: #F1CF6D;
  }
}

.section-logos {
  position: absolute;
  bottom: -180px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .section-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: -60px;
    position: relative;
  }
}
@media only screen and (max-width: 374px) {
  .section-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-logos img:not(:last-child) {
    margin-bottom: 15px;
  }
}
.section-logos img {
  max-height: 156px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .section-logos img:not(:last-child) {
    margin-right: 25px;
  }
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins MediumItalic";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.minus-top-section {
  padding-top: 0;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .minus-top-section {
    padding-bottom: 50px;
  }
}
.minus-top-section .section-content {
  background-color: #fff;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    margin-top: -36px;
    padding: 17px 16px 34px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    margin-top: -78px;
    padding: 30px 24px 70px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    margin-top: -120px;
    padding: 40px 32px 100px;
  }
}
.minus-top-section .section-title {
  margin-bottom: 16px;
  padding: 0;
  max-width: none;
  min-height: auto;
}
.minus-top-section .section-title:before {
  display: none;
}
.minus-top-section .section-text {
  padding: 0;
}
.minus-top-section .content-wrap a:not(.btn) {
  color: #D0A650;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: underline;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):visited {
  color: #D0A650;
  outline: none;
}
.minus-top-section .content-wrap a:not(.btn):focus, .minus-top-section .content-wrap a:not(.btn):active, .minus-top-section .content-wrap a:not(.btn):visited, .minus-top-section .content-wrap a:not(.btn):hover {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .minus-top-section .content-wrap a:not(.btn):hover {
    cursor: pointer;
    color: #D0A650;
    text-decoration: none;
  }
}

.slider-navigation {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .slider-navigation {
    bottom: 10px;
    width: 100%;
    left: 0;
  }
}

.swiper-pagination {
  position: static;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 6px;
  width: 12px;
  height: 12px;
  background-color: #F1CF6D;
  border: 2px solid #fefaf0;
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  margin-left: 9px;
  margin-right: 9px;
  width: 18px;
  height: 18px;
  background-color: #D0A650;
  border-width: 4px;
}

.swiper-button {
  margin: 0;
  padding: 0;
  position: static;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fefaf0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.swiper-button:after {
  display: none;
}
.swiper-button svg {
  width: 8px;
  height: auto;
}
.swiper-button path {
  stroke: #D0A650;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.swiper-button.swiper-button-prev-partners + .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button.swiper-button-next-partners + .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button.swiper-button-prev, .swiper-button.swiper-button-prev-partners {
  padding-right: 3px;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .swiper-button.swiper-button-prev, .swiper-button.swiper-button-prev-partners {
    margin-right: 30px;
  }
}
.swiper-button.swiper-button-prev svg, .swiper-button.swiper-button-prev-partners svg {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button.swiper-button-next, .swiper-button.swiper-button-next-partners, .swiper-button .swiper-button-next-partners {
  padding-left: 3px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) {
  .swiper-button.swiper-button-next, .swiper-button.swiper-button-next-partners, .swiper-button .swiper-button-next-partners {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .swiper-button.big-circle {
    width: 50px;
    height: 50px;
    background-color: #D0A650;
  }
  .swiper-button.big-circle path {
    stroke: #fefaf0;
  }
  .swiper-button.big-circle:hover {
    background-color: #A5823B;
  }
}
.swiper-button.simple-arrow {
  width: 25px;
  height: auto;
  padding: 10px 0;
  margin: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swiper-button.simple-arrow svg {
  width: 100%;
}
.swiper-button.simple-arrow path {
  stroke: #C2C2C2;
}
@media only screen and (min-width: 992px) {
  .swiper-button.simple-arrow path {
    stroke: #8F8F8F;
  }
  .swiper-button.simple-arrow:hover path {
    stroke: #D0A650;
  }
}

.about-us-section .achievement-list {
  margin: 40px 0;
}
@media only screen and (max-width: 991px) {
  .about-us-section .achievement-list {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.about-us-section .achievement-list-wrap {
  margin: -12px;
}
@media only screen and (min-width: 992px) {
  .about-us-section .achievement-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about-us-section .achievement-item-wrap {
  padding: 12px;
}
@media only screen and (min-width: 992px) {
  .about-us-section .achievement-item-wrap {
    width: 25%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.about-us-section .achievement-item {
  height: 100%;
  padding: 47px 34px;
  border: 1px solid #F1F5FF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.about-us-section .achievement-item .logo {
  margin: 0 auto 16px;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fefaf0;
}
.about-us-section .achievement-item .logo img {
  width: 50%;
  height: auto;
}
.about-us-section .achievement-item .title {
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.85;
  color: #484848;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .about-us-section .achievement-item .title {
    font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
}

.review-section {
  background-image: url(../../assets/images/logo-short.svg);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
@media only screen and (max-width: 599px) {
  .review-section {
    margin: 35px 0 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .review-section {
    margin: 55px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .review-section {
    margin: 75px 0 0;
  }
  .review-section .section-title {
    max-width: 375px;
  }
}

.review-list {
  margin: -15px;
}
@media only screen and (max-width: 991px) {
  .review-list.slider-active {
    padding-bottom: 58px;
  }
}
@media only screen and (min-width: 992px) {
  .review-list.slider-active {
    padding: 70px 0;
    margin-top: -70px;
  }
}
.review-list.slider-active .review-list-wrap {
  flex-wrap: nowrap;
}
.review-list.slider-active .slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.review-list .slider-navigation {
  display: none;
}
@media only screen and (min-width: 992px) {
  .review-list .slider-navigation {
    top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .review-list .swiper-pagination {
    display: none;
  }
}

.review-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.review-item {
  padding: 15px;
}
.review-item .content {
  margin-bottom: 26px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #D0A650;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
}
.review-item .content:before, .review-item .content:after {
  content: "";
  position: absolute;
  left: 36px;
  border: 18px solid transparent;
  border-top: 18px solid #fff;
}
.review-item .content:before {
  top: 100%;
  border-top-color: #D0A650;
}
.review-item .content:after {
  top: calc(100% - 1px);
}
.review-item .quotes {
  display: none;
}
.review-item .text {
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 1.85;
  color: #000;
}
.review-item .author {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-item .author .image {
  margin-right: 16px;
  height: 60px;
  width: 60px;
  flex-shrink: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.review-item .author .name {
  margin-bottom: 6px;
  font-family: "Poppins SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #484848;
}
.review-item .author .position {
  font-family: "Poppins Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #8F8F8F;
}
@media only screen and (min-width: 992px) {
  .review-item .content {
    margin-bottom: 39px;
    padding: 45px 60px 70px;
    height: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .review-item .text {
    line-height: 1.9;
  }
  .review-item .quotes {
    display: block;
    content: "";
    position: absolute;
    bottom: 36px;
    right: 60px;
  }
  .review-item .quotes svg {
    width: 37px;
    height: auto;
  }
  .review-item .quotes path {
    stroke: #F1CF6D;
  }
}

@media only screen and (max-width: 991px) {
  .partner-section .section-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .partner-section .section-title {
    margin-bottom: 50px;
  }
}
.partner-section .slider-navigation {
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .partner-section .slider-navigation {
    bottom: 0;
  }
}

.partner-list-wrapper {
  background: rgba(241, 207, 109, 0.05);
  border: 1px solid #F1CF6D;
  padding: 30px 90px;
}
@media (max-width: 475px) {
  .partner-list-wrapper {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .partner-list-wrapper {
    padding: 35px 120px;
  }
}
@media (min-width: 992px) {
  .partner-list-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .partner-list-wrapper .slider-navigation {
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .partner-list-wrapper .slider-navigation {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .partner-list-wrapper .swiper-button {
    position: absolute;
    margin: 0;
  }
  .partner-list-wrapper .swiper-button-next, .partner-list-wrapper .swiper-button.swiper-button-next-partners {
    right: 50px;
  }
  .partner-list-wrapper .swiper-button-prev, .partner-list-wrapper .swiper-button.swiper-button-prev-partners {
    left: 50px;
  }
}

@media (min-width: 992px) {
  .partner-list .slider-navigation {
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .partner-list .swiper-button {
    position: absolute;
    margin: 0;
  }
  .partner-list .swiper-button-next, .partner-list .swiper-button.swiper-button-next-partners {
    right: 50px;
  }
  .partner-list .swiper-button-prev, .partner-list .swiper-button.swiper-button-prev-partners {
    left: 50px;
  }
}
.partner-list.slider-active {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .partner-list.slider-active {
    padding: 0;
  }
}
.partner-list.without-slider .slider-navigation {
  display: none;
}
.partner-list.without-slider .partner-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -moz-available;
  cursor: pointer;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partner-item {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .partner-item {
    padding: 20px;
    max-width: 33.333%;
  }
}
.partner-item:hover .partner-logo-img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.partner-logo-img {
  position: relative;
  width: 100%;
  padding-bottom: 33.3333333333%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  opacity: 0.5;
}
.partner-logo-img .logo {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partner-logo-img .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.partner-logo-img .logo img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  -o-object-fit: contain;
}

@media only screen and (max-width: 599px) {
  .minus-top-section .section-content {
    padding: 17px 16px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .minus-top-section .section-content {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .minus-top-section .section-content {
    padding: 40px 32px;
  }
}
.minus-top-section .section-content .achievement-list {
  margin-bottom: 0;
}

.partner-section .slider-navigation {
  transform: translateY(0%);
  width: 100%;
}

.intro-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .intro-slide {
    padding: 0 0 36px;
    min-height: 173px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .intro-slide {
    padding: 0 0 78px;
    min-height: 243px;
  }
}
@media only screen and (min-width: 992px) {
  .intro-slide {
    padding: 0 0 120px;
    min-height: 313px;
  }
}
.intro-slide .section-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.intro-slide .main-title {
  padding: 8px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .intro-slide .main-title {
    padding: 16px 0;
  }
}

/*# sourceMappingURL=about-page.css.map */
