:root {
    --thm-base: #0603b7;
}

.handle-preloader {}

.logo-box-one::before,
.main-header-one__bottom-left::before {
    background: #fefefe;
}

.logo-box-one::after {
    background: rgba(195, 194, 195, .15);
}

.stricky-header .logo-box-one {
    background: #fff;
}

.swiper-container {
    height: 450px;
}

.main-slider .image-layer:before {
    background-color: #0603b78a;
}

.main-slider .auto-container {
    padding-top: 66px;
}

.features-style1__single {
    padding-right: 10px;
    min-height: 370px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.about-style1__content-text p,
.about-style1__img-client-info p {
    color: #000;
}

.about-style1__img .experience-box h2 {
    margin-top: 10px;
}

.about-style1__img-client-info {
    padding-top: 19px;
    height: 98px;
    border: 7px solid rgb(41 81 235 / 50%);
    bottom: -400px;
}

.about-style1__content-btn {
    margin-bottom: 30px;
}

.blog-style1__single-img::before {
    background-color: rgba(41, 81, 235, 0.6);
}

.about-style1__content-btn .btn-one,
.cta-style1__btn .btn-one {
    box-shadow: 0px 15px 50px rgba(41, 81, 235, 0.3);
}

.services-style1__single-content {
    min-height: 270px;
}

.services-style1__single-text p {
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
}

.services-style1__single:hover .services-style1__single-text p {
    color: #ffffff;
}

.instant-services-style1__content-bottom {
    width: 100%;
}

.home .blog-style1__single {
    display: flex;
    width: 100%;
}

.blog-style1__single-img,
.blog-style1__single-content {
    width: 50%;
}

.blog-style1__single-content {
    margin: 0;
}

.blog-style1__single-content .text p {
    margin-bottom: 15px;
    color: #000;
}

.blog-style1 {
    padding-top: 10px;
}

.instant-services-style1 {
    padding-bottom: 80px;
}

.links .title {
    margin-left: 20%;
}

.auto-container {
    max-width: 90%;
}

.footer-widget--contact-info {
    padding-top: 14px;
}

.footer-widget-links ul li a:hover {
    color: #d9d9d9;
}

.footer-widget--contact-info ul li .icon span::before {
    color: #fff;
}

.footer-widget--contact-info ul li {
    align-items: start;
}

.footer-widget--contact-info ul li .icon {
    margin-top: 2px;
    margin-right: 10px;
}

.footer {
    padding-top: 4%;
    padding-bottom: 2%;
}

.footer-bottom .bottom-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}


.logos_kpa .imglogo {

    /*
        animation-name: zoomInOut;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;

        -webkit-animation-name: zoomInOut;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;

        -moz-animation-name: zoomInOut;
        -moz-animation-duration: 3s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: ease-in-out;

        -ms-animation-name: zoomInOut;
        -ms-animation-duration: 3s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: ease-in-out;

        -o-animation-name: zoomInOut;
        -o-animation-duration: 3s;
        -o-animation-iteration-count: infinite;
        -o-animation-timing-function: ease-in-out;
    */

    animation: zoom-in-zoom-out 2s ease-out infinite;

    border-radius: 50%;

}

.features-style1__single-content p {
    color: #000;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}


.about-style1__img-client-info {
    padding-left: 20px;
}


ul.listdetails {
    margin-left: 4%;
}

ul.listdetails li {
    color: #000;
    margin-bottom: 10px;
}

.services-style1__single-content:hover ul.listdetails li {
    color: #fff;
}

.footer-widget--contact-info ul li .text p a:hover {
    color: #e6e6e6;
}


.office table tbody tr td img {
    max-height: 200px;
}




.logos_kpa {
    margin-bottom: 20%;
    margin-left: 10%;
}



.main-slider-one__content .title h2 {
    font-size: 50px;
}













.main.galry .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main.galry .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main.galry .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}

.main.galry .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main.galry .card p {
    text-align: center;
    margin-bottom: 0;
}



.about-style2.activ {
    margin-top: -5%;
}

.about-style2.activ .sec-title h2 {
    text-align: center;
    color: #0603b7;
    font-size: 30px;
}

.about-style2.activ .about-style2__content-text h4 {
    color: #000;
    margin-bottom: 15px;
    text-decoration: underline;
    font-weight: 600;
}

.about-style2.activ ol li {
    list-style: auto;
    color: #000;
    margin-bottom: 10px;
    margin-left: 20px;
}


.about-style2.activ ul.roman li {
    list-style: inside;
}


.visible-xs {
    display: none;
}


@media only screen and (max-width: 600px) {
    .main.galry .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}







@media only screen and (max-width: 600px) {
    .features-style1__single-content p {
        color: #000;
    }

    .about-style1 {
        padding-bottom: 0;
    }

    .about-style1__img .experience-box {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .about-style1__img-client-info {
        bottom: auto;
        margin-top: 10%;
        margin-bottom: 40px;
    }

    .home .blog-style1__single {
        display: block;
        width: 100%;
    }

    .blog-style1__single-img {
        width: 98%;
    }

    .blog-style1__single-content {
        width: 100%;
    }

    .footer-bottom .bottom-inner {
        padding-left: 20%;
        padding-right: 20%;
    }

    .footer-bottom .bottom-inner .copyright p {
        font-size: 11px;
    }
}



@media only screen and (max-width: 600px) {
    .visible-xs {
        display: block;
    }
}