.about-section {
  padding: 60px 0;
  background-color: #baad7b;
  position: relative;
}
.about-section .image-block {
  display: block;
  width: 65%;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.about-section .image-block img {
  width: 100%;
  height: 1080px;
  object-fit: cover;
}
.about-section [class*="container-"]{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
}
.white-box {
  max-width: 830px;
  margin-left: auto;
  padding: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 10px 40px 10px rgba(149, 149, 149, 0.2);
}
.white-box p, .our-specialties p, .features p {
  font-size: 24px;
  line-height: 36px;
  color: #696969;
}
.white-box .btn {
  margin-top: 20px;
}

.our-history {
  padding: 100px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.our-history:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(8, 37, 58, 0.8);
}
.our-history .container {
  position: relative;
}
.our-history .row {
  margin: 0 -60px;
}
.our-history [class*="col-"] {
  padding: 0 60px;
}
.our-history h2, .our-history p {
  color: #ffffff;
}
.our-history h2 {
  padding-bottom: 5px;
}
.our-history p {
  font-size: 24px;
  line-height: 36px;
}

.our-affiliations {
  padding: 100px 0 230px;
  text-align: center;
  background-color: #5b7078;
  position: relative;
}
.our-affiliations .section-title {
  display: block;
  overflow: hidden;
}
.our-affiliations .section-title h2 {
  margin-bottom: 15px;
  color: #ffffff;
}
.our-affiliations .section-title p, .our-affiliations p {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}
.slider__cnt {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
}
@media screen and (min-width: 992px) {
  .slider__cnt {
    left: -50%;
    transform: translateX(50%);
  }
}
.slider__cnt[data-is-reversing="1"] {
  transform: translateX(-100%);
}
@media screen and (min-width: 992px) {
  .slider__cnt[data-is-reversing="1"] {
    transform: translateX(-50%);
  }
}
.slider__cnt[data-is-set="1"] {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider__el {
  flex: 1 0 100%;
  order: 2;
}
@media screen and (min-width: 992px) {
  .slider__el {
    flex-basis: 50%;
  }
}
.img__cnt {
  padding: 0 30px;
}

.our-affiliations .row {
  margin-left: -30px;
  margin-right: -30px;
}
.our-affiliations [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.our-affiliations .slide-item {
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 60px 55px;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
}
.our-affiliations .slide-item img {
  height: 182px;
  object-fit: contain;
  margin-bottom: 32px;
}
.slide-item p {
  color: #696969;
}
.our-affiliations .carousel-control-prev, .our-affiliations .carousel-control-next {
  position: absolute;
  top: 50%;
  left: -115px;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
}
.our-affiliations .carousel-control-next {
  left: auto;
  right: -115px;
  justify-content: flex-start;
}
.our-affiliations .carousel-control-prev-icon, .our-affiliations .carousel-control-next-icon {
  background-image: none;
}
.our-affiliations .carousel-control-prev [class*="icon-"], .our-affiliations .carousel-control-next [class*="icon-"] {
  font-size: 50px;
}
@media screen and (min-width: 2200px) {
  .about-section .image-block {
    width: 60%;
  }
  .about-section .image-block img {
    height: auto;
  }
}
@media screen and (max-width: 1800px) {
  .about-section .image-block img {
    height: 900px;
  }
  .white-box {
    padding: 60px;
  }
  .white-box p, .our-history p, .our-affiliations .section-title p, .our-affiliations p {
    font-size: 22px;
    line-height: 34px;
  }
  .white-box .btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1600px) {
  .about-section {
    padding: 50px 0;
  }
  .white-box {
    max-width: 700px;
  }
  .white-box p, .our-history p, .our-affiliations .section-title p, .our-affiliations p{
    font-size: 20px;
    line-height: 30px;
  }
  .our-affiliations {
    padding: 80px 0 220px;
  }
  .our-affiliations .slide-item img {
    height: 130px;
  }
  .our-history {
    padding: 80px 0 65px;
  }
}
@media screen and (max-width: 1439px) {
  /*.about-section [class*="container-"] {
    position: relative;
    transform: none;
    margin-top: -50%;
  }*/
  .about-section .image-block img {
    height: 850px;
  }
  .white-box {
    max-width: 620px;
    padding: 40px;
  }
  .white-box h2 {
    padding-right: 7px;
  }
  .our-affiliations .section-title h2 {
    margin-bottom: 0;
  }
  .our-history {
    background-position: 53% 0;
  }
  .our-affiliations {
    padding: 80px 0 152px;
  }
}

/*@media screen and (max-width: 1399px) {
  .our-affiliations .slide-item img {
    height: 168px;
  }
}*/

@media screen and (max-width: 1199px) {
  .about-section .image-block {
    width: auto;
    max-width: 936px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .about-section .image-block img {
    height: auto;
    border-radius: 10px;
  }
  .about-section [class*="container-"] {
    position: static;
    transform: none;
    margin-top: 20px;
  }
  .white-box {
    max-width: 100%;
  }
  .white-box h2 {
    padding-right: 0;
  }

  .our-history .row, .our-affiliations .row {
    margin: 0 -20px;
  }
  .our-history [class*="col-"], .our-affiliations [class*="col-"] {
    padding: 0 20px;
  }
  .our-affiliations .slide-item {
    padding: 40px 35px;
  }
  .our-affiliations .slide-item img {
    height: 115px;
  }

}
@media screen and (max-width: 1050px) {
  .our-affiliations .controls button {
    left: -41px;
  }
  .our-affiliations .controls .next {
    left: auto;
    right: -41px;
  }
}
@media screen and (max-width: 1023px) {
  .our-affiliations .controls {
    padding-top: 20px;
  }
  .our-affiliations .controls button {
    position: static;
    margin: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-section .image-block {
    width: auto;
    max-width: 696px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .about-section .image-block img {
    border-radius: 10px;
  }
  .about-section [class*="container-"] {
    margin-top: 20px;
  }
  .white-box {
    max-width: 100%;
    margin-top: 0;
  }
  .our-history .row {
    margin: 0 -12px;
  }
  .our-history [class*="col-"] {
    padding: 0 12px;
  }
  .our-history [class*="col-"]:first-child {
    padding-bottom: 10px;
  }
  .our-affiliations .slide-item img {
    margin-bottom: 25px;
  }
  .img__cnt {
    padding: 0 5px;
  }
  .our-affiliations [class*="col-"] {
    margin-bottom: 20px;
  }
  .our-affiliations [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 40px 0;
  }
  .about-section .image-block {
    max-width: 516px;
  }
  .white-box {
    padding: 25px;
  }
  .white-box p, .our-history p, .our-affiliations .section-title p, .our-affiliations p {
    font-size: 18px;
    line-height: 28px;
  }
  .our-history {
    padding: 35px 0 20px;
  }
  .our-affiliations {
    padding: 35px 0 112px;
  }
  .our-affiliations .section-title {
    margin-bottom: 5px;
  }
  .our-affiliations .section-title p {
    line-height: 24px;
  }
  .our-affiliations .slide-item {
    padding: 15px;
  }
  .our-affiliations .slide-item img {
    margin-bottom: 15px;
    width: 300px;
    height: 110px;
  }
  .our-affiliations .carousel-control-prev, .our-affiliations .carousel-control-next {
    display: inline-block;
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
    margin: 20px 10px 0;
  }
  .our-affiliations .carousel-control-prev [class*="icon-"], .our-affiliations .carousel-control-next [class*="icon-"] {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about-section .image-block {
    max-width: 100%;
    margin: 0 12px;
  }
  .about-section [class*="container-"] {
    margin-top: 12px;
  }
  .white-box {
    padding: 20px;
  }
  .white-box p, .our-history p, .our-affiliations p {
    font-size: 16px;
    line-height: 24px;
  }
  .our-affiliations .slide-item img {
    width: 220px;
    height: 95px;
  }
}









