@import url("flaticon-set.css");

.page-title-area {
    padding-top: 300px;
    padding-bottom: 250px;
    z-index: 1;
    position: relative;
    background-position: center center;
    background-image: url(../img/about-banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
}

.page-title-area h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
}

/* .page-title-area h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(0deg, #d70a84 0%, #51127f 80%);
    width: 80px;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
    clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
} */

.page-title-area ul {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
}

.page-title-area ul li {
    display: inline-block;
    margin-right: 15px;
    color: #ff0074;
    position: relative;
}

.page-title-area ul li a {
    display: block;
    color: #ffffff;
}

.page-title-area ul li a:hover,
.page-title-area ul li a:focus {
    color: #ff0040;
}

.page-title-area ul li a i {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.page-title-area ul li a i::before {
    font-size: 12px;
}

.page-title-area ul li::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 4px;
    width: 2px;
    height: 14px;
    background: #ffffff;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

.page-title-area ul li:first-child::before {
    display: none;
}

@media (max-width:1230px) {
    .page-title-area h2 {
        font-size: 32px;
    }
}

@media (max-width:1200px) {
    .page-title-area {
        padding-top: 200px;
        padding-bottom: 130px;
    }

    .page-title-area h2 {
        font-size: 40px;
    }
}

@media (max-width:991px) {
    .page-title-area {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .page-title-area h2 {
        font-size: 30px;
    }
}

@media (max-width:767px) {
    .top-bg {
        background-image: none;
        padding-top: 0px;
        padding-bottom: 0px;
        position: relative;
    }

    .page-title-area .container {
        position: absolute;
        top: 30%;
        left: 51%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .br-2 {
        display: none;
    }

    .page-title-area h2 {
        font-size: 35px;
        padding-bottom: 0px;
    }

    .page-title-area h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width:580px) {

    .page-title-area h2 {
        font-size: 30px;
    }

    .page-title-area h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .page-title-area .container {
        width: 80%;
    }
}

@media (max-width:455px) {

    .page-title-area .sm-title-1 {
        margin-left: 20px;
    }

}

@media (max-width: 450px) {
    .banner-home-2 {
        height: 100%;
        width: 100vw;
    }

    .page-title-area .container {
        width: 90%;
    }
}


.bg-inner {
    position: relative;
    z-index: 10;
}

.section-bg-2:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
}

.section_mod-a {
    position: relative;
    padding-top: 40px;
    padding-bottom: 65px;
    background: url(../img/about-bg.png) no-repeat;
    background-position: center center;
}

.section_mod-a:before {
    bottom: -30px;
    background: url("../media/bg/1.html") no-repeat bottom center;
    opacity: 0.02;
}

.section_mod-a .ui-title-inner {
    margin-top: 0;
}

.section_mod-a .brand-link {
    margin-top: 55px;
}

.main-block {
    margin: 40px 0px 86px;
    color: #555;
    text-transform: uppercase;
}

.main-block__label {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.main-block__title {
    margin-top: 35px;
    margin-bottom: 46px;
    font-size: 15px;
    font-weight: 600;
}

.main-block__title strong {
    display: block;
    margin-bottom: 7px;
    font-size: 30px;
}

.decor-1 {
    width: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    align-items: center;
}

.decor-1:after {
    display: block;
    width: 30px;
    margin-top: 2px;
    margin-left: 10px;
    border-top: 1px solid #ccc;
    content: "";
}

.decor-2 {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    text-align: center;
}

.decor-2:before,
.decor-2:after {
    position: absolute;
    top: 5px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    transform: rotate(45deg);
}

.decor-2:before {
    right: -10px;
}

.decor-2:after {
    left: -10px;
}

.decor-2 .icon {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    font-size: 12px;
    line-height: 1;
    color: #555;
    border: 3px solid #f5f5f5;
    border-radius: 3px;
    background-color: #ddd;
    z-index: 1;
    transform: rotate(45deg);
}

.decor-2 .icon:before {
    display: block;
    margin: 3px 0 0 1px;
    transform: rotate(-45deg);
}

.wrap-link-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.decor-2:before,
.decor-2:after {
    background-color: #ff0040;
}

.decor-3 {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 14px;
    margin-left: 3px;
    font-size: 8px;
    vertical-align: middle;
    border: solid 1px #ff0040;
    background-color: #fff;
    transform: rotate(45deg);
    text-align: left;
}

.decor-3:before {
    display: block;
    margin: 4% 0 0 32%;
    line-height: 1;
    transform: rotate(-45deg);
    color: #ff0040;
}

.link-img {
    position: absolute;
    top: 0;
    margin-bottom: 0;
}

.link-img__item {
    width: 180px;
}

.link-img__link {
    position: relative;
    display: block;
    color: #fff;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
}

.link-img__link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    transition: all 0.3s;
}

.link-img__link:after {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #00000000;
    content: "";
}

.link-img__link:hover {
    border-color: #222;
}

.link-img__link:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
}

.link-img__title {
    display: block;
    font: 600 15px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    transform: rotate(90deg);
    text-transform: uppercase;
}

.link-img__wrap-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 60px;
}

.link-img_mod-a {
    left: 15px;
}

.link-img_mod-b {
    right: 10px;
}

.link-img_mod-a .link-img__wrap-title {
    right: 0;
    margin-right: -105px;
    line-height: 1;
}

.link-img_mod-b .link-img__wrap-title {
    right: 0;
    margin-left: -110px;
    line-height: 1;
}

.link-img_mod-a .link-img__link:after {
    transform: skewY(8deg);
}

.link-img_mod-b .link-img__link:after {
    transform: skewY(-8deg);
}

.link-img__link,
.owl-theme_mod-c .owl-controls .owl-page.active span,
.owl-theme_mod-c .owl-controls.clickable .owl-page:hover span,
.owl-theme_mod-d .owl-controls .owl-page.active span,
.owl-theme_mod-d .owl-controls.clickable .owl-page:hover span,
.list-type__link:hover {
    border-image: -webkit-linear-gradient(90deg, #f70fff 0%, #12d6df 100%);
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #f70fff 0%, #12d6df 100%);
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 991px) {
    .main-block {
        margin-left: 0;
        margin-right: 0;
    }

    .wrap-link-img {
        position: relative;
        height: 260px;
        margin-bottom: 30px;
    }

    .link-img__item {
        width: 170px;
    }

    .post_mod-a:nth-child(even) .entry-date {
        left: 10px;
    }

    .post_mod-a:nth-child(odd) .entry-date {
        right: 10px;
    }

    .ui-title-inner {
        line-height: 1.5;
    }

    .section_mod-d {
        background: none;
    }

    .section_brands {
        margin-top: 0;
    }

    .list-brands__item {
        width: 200px;
        margin-bottom: 20px;
    }

    .owl-item:nth-child(4n + 1) .slider-gallery__link,
    .owl-item:nth-child(4n + 2) .slider-gallery__link,
    .owl-item:nth-child(4n + 3) .slider-gallery__link,
    .owl-item:nth-child(4n + 4) .slider-gallery__link {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .list-staff {
        margin-left: 0;
        margin-right: 0;
    }

    .card-list__row {
        float: none;
        width: 100%;
    }

    .card__price {
        margin-top: 20px;
    }

    .about-autor__social li:last-child a {
        border-bottom: 1px solid #fff;
    }

    .link-img_mod-a {
        left: -10px;
    }

    .link-img_mod-b {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .link-img {
        position: relative;
        top: 0;
        margin-bottom: 0;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .section_mod-a .row-2 {
        padding-top: 340px;
    }
}

.section_mod-a .brand-link {
    margin-top: 55px;
}

.brand-link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.brand-link .icon {
    display: inline-block;
    margin-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 9px;
    vertical-align: text-top;
}

.decor-1_mod-b {
    display: inline-block;
    width: 170px;
    margin: 0px 0 -30px 0px;
}

.decor-1:after {
    display: block;
    width: 30px;
    margin-top: 2px;
    margin-left: 10px;
    border-top: 1px solid #ccc;
    content: "";
}

/*  */
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

@media (min-width: 576px) {

    .auto-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .auto-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .auto-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .auto-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .auto-container {
        max-width: 1320px;
    }
}




.cleaner-section {
    position: relative;
    padding: 90px 0px 60px;
    background: url(../img/about-page-bg.png) no-repeat;
    background-position: center center;
}

.cleaner-section .upper-section {
    position: relative;
}

.cleaner-section .upper-section .text {
    position: relative;
    margin-bottom: 30px;
}

.cleaner-section .upper-section .text p {
    position: relative;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.cleaner-section .upper-section .text p:last-child {
    margin-bottom: 0px;
}

.cleaner-section .upper-section .images-column {
    position: relative;
}

.cleaner-section .upper-section .images-column .inner-column {
    position: relative;
    margin-top: -120px;
}

.cleaner-section .upper-section .image-column {
    position: relative;
}

.cleaner-section .upper-section .image-column .image {
    position: relative;
    margin-bottom: 30px;
}

.cleaner-section .upper-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.cleaner-section .lower-section {
    position: relative;
    margin-top: 30px;
}

.cleaner-section .lower-section .video-column {
    position: relative;
    margin-bottom: 40px;
}

/*Video Box*/

.video-box {
    position: relative;
}

.video-box .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    display: block;
    margin-top: 25px;
    font-family: "Rubik", sans-serif;
}

.video-box .image {
    position: relative;
    overflow: hidden;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: -60px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box .overlay-box span {
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 99;
    color: #ff0040;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    padding-left: 4px;
    display: inline-block;
    background-color: #ffffff;
}

/*Accordian Boxed*/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 18px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 10px 0px 45px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #ff0040;
    font-weight: ;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #ff0040;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    color: #ffffff;
    padding-right: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-content:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 22px;
    bottom: 6px;
    width: 2px;
    background-color: #f2f2f2;
}

.accordion-box .block.active-block .acc-content:after {
    background-color: #ff0040;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 15px 30px 0px 45px;
    background-color: #ffffff0a;
}

.accordion-box .block .content .text {
    line-height: 1.9em;
    font-size: 15px;
    color: #ffffff;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two .block {
    margin-bottom: 0px;
}

.accordion-box.style-two .block:last-child {
    border-bottom: 1px solid #e8f1f7;
}

.accordion-box.style-two .block .acc-btn {
    border: 1px solid #e8f1f7;
    padding: 30px 25px 30px 75px;
    margin-bottom: 0px;
    border-bottom: none;
}

.accordion-box.style-two .block .icon-outer {
    font-size: 30px;
    left: 25px;
    top: 28px;
}

.accordion-box.style-two .block .acc-btn.active {
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
}

.accordion-box.style-two .block .content {
    padding: 40px 40px 40px 70px;
}

.accordion-box.style-two .block .acc-content:after {
    display: none;
}

.client-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    z-index: 1;
}

.client-section {
    background: url(../img/about-page1-bg.png) no-repeat;
    background-position: center center;
}

.client-section .lower-section {
    position: relative;
}

.client-section a {
    letter-spacing: 2px;
}

/*Services Block Three*/

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 30px 40px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.services-block-three .inner-box:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    width: 100px;
    height: 5px;
    margin-left: -50px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ff0040;
}

.services-block-three .inner-box:hover::before {
    width: 100%;
    left: 0px;
    margin-left: 0px;
}

.services-block-three .inner-box h3 {
    position: relative;
    color: #1e1e29;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    padding-bottom: 12px;
    margin-bottom: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8f1f7;
}

.services-block-three .inner-box h3 a {
    position: relative;
    color: #1e1e29;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-three .inner-box .text {
    position: relative;
    color: #7e7e7e;
    font-size: 15px;
    line-height: 1.8em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-three .inner-box:hover {
    background-color: #000000;
    border: 0.5px solid #fff;
    border-top: none;
}

.services-block-three .inner-box:hover h3 {
    border-color: rgba(255, 255, 255, 0.1);
}

.services-block-three .inner-box:hover h3 a {
    color: #ffffff;
}

.services-block-three .inner-box:hover .text {
    position: relative;
    color: #fff;
}

@media (max-width:1199px) {
    .main-block__title {
        font-size: 12px;
    }

    h2 {
        font-size: 32px;
    }
}

@media (max-width:991px) {
    .main-block__title {
        font-size: 15px;
    }

    h2 {
        font-size: 28px;
    }

    .accordion-box .block .acc-btn {
        font-size: 16px;
    }

}

@media (max-width:767px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width:500px) {
    .accordion-box .block .acc-btn {
        font-size: 14px;
    }

    .accordion-box .block .content .text {
        font-size: 13px;
    }

    .video-box .overlay-box span {
        position: relative;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .services-block-three .inner-box h3 {
        font-size: 15px;
    }

    .services-block-three .inner-box .text {
        font-size: 13px;
    }
}