@font-face {
	font-family: "DeVinne Txt BT";
	src: url('../fonts/new/DEVINNET.ttf') format('truetype'), url('../fonts/new/DeVinneTextBT.ttf') format('truetype'), url('../fonts/new/DEVINNIT.ttf') format('truetype'), url('../fonts/new/DeVinneItalicTextBT.ttf') format('truetype'), url('../fonts/new/DeVinne Txt BT.ttf') format('truetype'), url('../fonts/new/De Vinne Text BT.ttf') format('truetype')
}
.about-section-simple {
    padding: 20px 10px
}

.about-section-simple .title {
    font-family: "DeVinne Txt BT";
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2.7px;
    color: #222;
    margin: 20px 0
}

.about-section-simple .subtitle {
    font-family: "DeVinne Txt BT";
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999
}

.about-section-simple .but-wrap {
    margin-top: 40px
}

.about-section-simple .description,
.about-section-simple .description p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #999;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.about-section-simple .description blockquote {
    margin: 15px 0
}

.about-section-simple .description blockquote p {
    font-size: 24px;
    line-height: 1.5;
    font-family: "DeVinne Txt BT";
    font-weight: 600;
    color: #222222;
    text-align: left;
    font-style: normal;
    margin: 0;
    letter-spacing: 1.2px
}

.about-section.slider {
    padding-left: 80px;
    padding-right: 80px
}

@media (max-width: 768px) {
    .about-section.slider {
        padding: 0 30px
    }
}

@media only screen and (max-width: 1199px) {
    .about-section.slider {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 991px) {
    .about-section.slider {
        padding-left: 15px;
        padding-right: 15px
    }
}

.about-section.slider .swiper-button-prev,
.about-section.slider .swiper-button-next {
    background: none;
    font-family: "Ionicons", sans-serif;
    font-size: 30px;
    color: #999;
    width: auto;
    height: auto;
    margin-top: 0;
    transform: translateY(-50%)
}

@media (max-width: 480px) {

    .about-section.slider .swiper-button-prev,
    .about-section.slider .swiper-button-next {
        display: none
    }
}

.about-section.slider .swiper-button-prev:before {
    content: "\f3d5";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.about-section.slider .swiper-button-next:before {
    content: "\f3d6";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.about-section.slider .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px
}

@media (max-width: 768px) {
    .about-section.slider .swiper-slide {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }
}

.about-section.slider .swiper-slide .about-section__slide-img {
    height: 300px;
    width: 320px;
    background-size: cover;
    background-position: 50%
}
.about-section.slider .swiper-slide .testimonial_page_img {
    height: 480px !important;
    width: 320px;
    background-size: cover;
    background-position: 50%
}

@media (max-width: 1199px) {
    .about-section.slider .swiper-slide .about-section__slide-img {
        width: 40%;
        /*height: 400px*/
		height: 250px;
    }
}

@media (max-width: 768px) {
    .about-section.slider .swiper-slide .about-section__slide-img {
        width: 100%;
        /*max-width: 320px;
        height: 300px*/
    }
}

.about-section.slider .swiper-slide .about-section__slide-content {
    width: 620px;
    /*text-align: center*/
}

@media (max-width: 1199px) {
    .about-section.slider .swiper-slide .about-section__slide-content {
        width: 50%
    }
}

@media (max-width: 768px) {
    .about-section.slider .swiper-slide .about-section__slide-content {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px
    }
}

.about-section.slider .about-section__title {
    transition: all 350ms ease;
    font-family: "DeVinne Txt BT";
    font-size: 26px;
    color: #222;
    margin-bottom: 30px
}

.about-section.slider .about-section__description {
    color: #222;
    font-family: "DeVinne Txt BT";
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .2px;
    /*margin-bottom: 50px*/
}

@media (min-width: 967px) {
	.home-page-testimonials-img{
		position:relative;
		width:180px !important;
		height:180px !important;
		left:8%;
	}
	.home-page-testimonials-content{
		font-size: 26px !important;
	}
}
@media (max-width: 967px) {
	.home-page-testimonials-content{
		font-size: 14px !important;
	}
}
.about-section.slider .about-section__counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-family: "DeVinne Txt BT";
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    line-height: 1.5
}

.about-section.slider .about-section__counter-number {
    align-self: flex-start
}

.about-section.slider .about-section__counter-divider {
    width: 100%;
    height: 1px;
    background-color: #999
}

.about-section.slider .about-section__counter-total {
    align-self: flex-end
}

@media (max-width: 767px) {
    .about-section-simple {
        padding: 30px 0;
        text-align: center
    }

    .about-section-simple .title {
        font-size: 24px
    }

    .about-section-simple .but-wrap {
        margin-top: 20px
    }
}

/*# sourceMappingURL=about.min.css.map */