
.main-slider-one__item {
    padding-top: 180px;
    padding-bottom: 0px;
    height: 500px;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
    bottom: 64px;
}

.service-one__item__text, .tiles_properties{
	display: block;
}

.service-one__item {
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-one__item__info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

h4.service-one__item__title{
	margin-bottom: 20px;
}

.service-one .container .row [class^="col-"] {
	margin-bottom: 40px !important; 
}
.service-one__item__text {
    line-height: 22px;
}

.service-one .sec-title {
width: calc((60% - 44px) / 1);
}


.service-one__sec-info-wrap {
    width: calc((40% - 44px) / 1);
}

#products_listing > .container > .row .service-one__item {
    opacity: 0.8;
}

#products_listing > .container > .row .service-one__item:hover {
    opacity: 1;
}
#products_listing > .container > .row .service-one__item:hover .service-one__item__info {
    background-color: #fff;
}
.feature-two--aboutpage {
    padding-bottom: 0px;
}
.why-choose-one--aboutpage__shapeleft, .why-choose-one--aboutpage__shaperight {
    top: -38%;
}
.why-choose-one--aboutpage {
    margin: 80px 0px;
}

.feature-one__item__info {
    padding-left: 20px;
    margin-top: 0px;
}
.services-client-one {
    margin-top: 140px;
    margin-bottom: 100px;
}
.main-slider-two__title{
    font-size: 52px;
    line-height: 60px;
	}
.main-slider-two__item{
    padding-top: 140px;
    padding-bottom: 0px;
    height: 550px;
	}
	
	.sec-title__title {
    font-size: 55px;
	
	}
	
	.feature-two__innercol{
		
		    padding: 24px 22px;
	}
	
	.second_row{
		    margin-top: 41px;
	}
	
	.service-one__item__title > a{
		font-size: 16px;
	}
	
	.service-one--two .service-one__item__info {
    left: 0;
    bottom: 0;
    padding: 18px 70px 20px 22px;
	width: 100%;
}
.service-one__item__info {
    background-color: #dee2e6;
}

.service-one__item__info {
    opacity: 1;
}

.service-one__item__info:hover, .service-one__item:hover .service-one__item__info {
    opacity: 1;
}

.service-one__item__image > img{
	max-height: 280px;
}
/* Style */

/*
.main-slider-one__bg::before {
  width: 850px;
  height: 850px;
  top: -250px;
  left: -280px;
  z-index: 2;
  background-color: #a0c4ff;
  border-radius: 30%;
  mix-blend-mode: screen;
  animation: heroWave 5s ease-in-out infinite alternate-reverse;
}
@keyframes heroWave {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(100px, 50px) rotate(360deg);
  }
}
*/

/* Style 2 */
.main-slider-one__bg::before {
  content: '';
  width: 900px;
  height: 900px;
  top: -200px;
  left: -300px;
  z-index: 2;
  background-color: #d8c9be;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: moveBox 6s ease-in-out infinite;
  position: absolute;
}



@keyframes moveBox {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(-100px);
  }
}

.about-two__contentcol__benefits__text{
	    padding: 0px 10px 0px 10px;
}

@media (min-width: 768px) {
    .main-header__logo {
        padding-left: 160px;
    }
}


@media (max-width: 767px) {
    .sec-title__title {
        line-height: 32px;
        font-size: 32px;
    }
    .service-one__sec-title-wrap {
        flex-direction: column;
        padding-bottom: 0px;
    }
    .service-one .sec-title {
        width: 100%;
    }
    .service-one__sec-info-wrap {
        width: 100%;
    }
    .feature-one__item__info__text {
        font-size: 15px;
        line-height: 25px;
    }
    .main-slider-two__title{
        font-size: calc(1.375rem + 1.5vw);
        line-height: 1.2;
    }
    .main-slider-two__item {
    height: 350px;
	}
	
	.main-slider-two__item {
    padding-top: 30px;
	}
}