.list-dots li:before {
    content: ' ';
    position: absolute;
    margin-left: -30px;
    left: auto;
    display: inline-block;
    width: 15px;
    height: 2px;
    padding-right: 10px;
    margin-top: 5px;
    border-radius: 0; 
    background-color: #b7e8ff;
}
.about-section-1-row{
   position: relative;
   height: -moz-calc(100vh - 70px);
   height: -o-calc(100vh - 70px);
   height: -webkit-calc(100vh - 70px);
   height: calc(100vh - 70px);
}
.about-section-1-left{
	position: absolute;
	width: 100%;
	height: 90%;
	display: flex;
    align-items: center;
}
.about-section-1__img{
    width: 100%;
}
.about-section-1-right{
	display: flex;
	align-items: center;
}
.about-section_title{
	  font-size: 28px;
    color: #333;
    font-weight: normal;
    margin: 100px 0 40px;
}
.about-section-1_text{
 font-size: 18px;
}
.about-section-1_title{
	margin-top: 0;
}
.about-section{
   margin-bottom: 130px;
}
.about-section-4{
    padding: 50px 0;
    border-top: 3px solid #36a9e1;
    border-bottom: 3px solid #36a9e1;
}
.about-section-4-num{
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
}
.about-section-4-text{
    margin-top: 10px;
}
.about-team-row{
	margin: 0 -5px;
}
.about-team-item{
	padding: 0 5px;
}
.about-team-img{
	margin-bottom: 10px;
}
.about-partner-item{
	text-align: center;
	width: 100%;
}
.partners-carousel .owl-stage{
	display: flex;
	align-items: center;
}
.about-partner-img{
	max-width: 90%;
	width: auto !important;
	max-height: 100px;
	display: inline-block!important;
	filter:gray; 
	-webkit-filter:grayscale(100%); 
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	transition: 0.2s all;
	cursor: pointer;
}
.about-partner-img:hover{
	filter:normal; 
	-webkit-filter:grayscale(0%); 
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
.partners-carousel .owl-dots{
	text-align: center;
}
.partners-carousel.owl-carousel button.owl-dot{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #F5F5F5;
	margin: 5px;
	transition: 0.2s all;
	outline: none !important;
}
.partners-carousel.owl-carousel button.owl-dot.active{
   background: #707070;
}
.aboutpageblocks {
    display: flex;
    width: 90%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}
.block_2 iframe{
        height: 315px;
    }
 .aboutpageblocks .block_1{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutpage_1 .block_1{
    width: 45%;
    margin-right: 10%;
}
.aboutpage_2 .block_1{
  width: 50%;
  margin-left: 5%;
}
.aboutpage_3 .block_1{
 width: 30%;
}
.aboutpage_3 .block_2{
 width: 70%;
}
.aboutpageblocks{
  margin-top: 100px;
}
.slideshow-aboutpage__title {
    font-size: 27px;
    text-align: left;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
}
.slideshow-aboutpage__text {
    color: #333;
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 300;
    text-align: justify;
}
.aboutpage_1 .block-img {
    width: 27%;
    position: relative;
    margin-left: 15px;
}
.aboutpage_2 .block-img {
    width: 20%;
    position: relative;
    margin-left: 15px;
}
.aboutpage_2 .block_2{
   margin-left: 0;
}
.block-img img {
    width: 100%;
}

@media (max-width: 991px){
    .aboutpageblocks {
         margin-top: 50px;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
   .aboutpage_1_1{
       margin-top: 0;
    }
    .aboutpageblocks .block_1 {
        width: 100%;
    }
    .aboutpage_1 .block_1 {
        margin-right: 0;
    }
    .aboutpage_2 .block_1{
      margin-left: 0;
    }
    .aboutpage_1 .block-img,   .aboutpage_2 .block-img {
        margin-left: 0;
        width: 50%;
    }
    .slideshow-aboutpage__title {
        width: 100%;
        padding: 30px 5%;
        background-color: #dce1e2;
    }
    .slideshow-aboutpage__text {
    padding: 0px 5%;
    font-size: 1.2em;
    }
    .block_2 iframe{
        height: auto;
    }
    .aboutpage_3 .block_1{
     width: 100%;
    }
    .aboutpage_3 .block_2{
     width: 100%;
     margin-top: 20px;
    }

}
 @media (max-width: 767px) {
  .about-section-1-row{
    height: 100%;
  }
  .about-section-4-num{
    font-size: 30px;
  }
  .about-section-4-text{
    font-size: 12px;
  }
  .about-review-item{
    padding-left: 15px;
    position: relative;
    text-align: center;
  }
  .about-review-img{
  	width: 80px;
  	height: 80px;
  	position: relative;
  	left: 0;
  }
  .about-section-1-left {
	    z-index: 2;;
	    align-items: flex-start;
      position: relative;
  }
  .about-review-text{
  	text-align: left;
  }
  .about-section-1_title {
    margin-top: 50px;
  }
  .about-section_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .about-section {
    margin-bottom: 40px;
  }
  .about-section-2__img{
  	max-width: 50%;
    margin: auto;
  }
  .about-section-3__img{
  	max-width: 80%;
    margin: auto;
  }
  .slideshow-aboutpage__title {
        padding: 20px 5%;
        font-size: 1.5em;
  }
  .slideshow-aboutpage__text {
      padding: 0px 15px;
  }
}