
/* banners start */
.home-banner-section {
    position: relative;
}
.home-banner-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    bottom: 0; right: 0;
    object-fit: cover;
    object-position: center;
}
.home-banner-container {
    position: relative;
}
.home-banner-slide {
    padding: 40px 20px;
}
.home-banner-slide-overline {
    font-size: 18px;
}
.home-banner-slide-img {
    height: auto;
    max-width: 100%;
}
.home-banner-slide-btns {
    gap: 16px;
    flex-wrap: wrap;
    display: inline-flex;
}
.home-banner-slide-btn {
    line-height: 1;
    color: #ffffff;
    font-size: 1.1rem;
    border-radius: 9px;
    position: relative;
    padding: 14px 20px;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    background: linear-gradient(#0ea5e9,#0284c7);
    border-top: 2px solid #38bdf8;
    border-bottom: 2px solid #0369a1;
    border-left: 0;
    border-right: 0;
    justify-content: space-between;
    transition: box-shadow 200ms, background 200ms, top 200ms;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.home-banner-slide-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.home-banner-slide-btn:hover {
    color: #ffffff;
}
.home-banner-slide-btn .si {
    top: 0;
    margin-left: 8px;
}
#home-banner-slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    gap: 16px;
    right: 0;
    z-index: 2;
}
#home-banner-slider-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 4px solid transparent;
}
#home-banner-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #2d70af;
    background: #ffffff;
}
.home-banner-slide-col-1 {
    margin-bottom: 40px;
}
.home-banner-slide-img-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:768px){
    #home-banner-slider-pagination {
        top: 0;
        left: auto;
        width: 50px;
        right: 10px;
        flex-direction: column;
        align-items: flex-end;
    }
}

@media(min-width:800px){
    .home-banner-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home-banner-slide-col-1 {
        margin-bottom: 0;
        width: 55%;
    }
    .home-banner-slide-col-2 {
        width: 45%;
    }
}
/* banners end */



/* about start */
.home-about-section {
    overflow-x: hidden;
}
.home-about-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-about-col {
    padding: 20px;
    width: 100%;
}
.home-about-overline {
    font-size: 32px;
    color: #747474;
}
.home-about-title {
    font-size: 35px;
}
.home-about-title mark {
    background: inherit;
    position: relative;
    color: inherit;
    display: inline-block;
    padding: 0;
}
.home-about-title mark::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -2%;
    right: -2%;
    z-index: -1;
    height: 3px;
    border-radius: 5px;
    background: #0ea5e9;
    animation: home_about_title_mark 2500ms ease infinite;
}
@keyframes home_about_title_mark {
    0% {
        left: -2%;
        right: -2%;
    }
    35% {
        left: 102%;
        right: -2%;
        opacity: 0;
    }
    36% {
        left: -2%;
        right: 102%;
        opacity: 1;
    }
    100% {
        left: -2%;
        right: -2%;
    }
}
.home-about-text-higlight {
    padding-left: 12px;
    border-left: 2px solid #38bdf8;
}
.home-about-text-list {
    list-style: none;
    padding-left: 0;
}
.home-about-text-list li {
    position: relative;
    display: flex;
    margin-bottom: 6px;
    align-items: flex-start;
}
.home-about-text-list li::before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 7px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    background-size: 20px;
    background-color: #0284c7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z'/%3E%3C/svg%3E");
}
.home-about-img-box,
.home-about-img-frame {
    position: relative;
    user-select: none;
}
.home-about-img-frame::before {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #adbcf1;
    transform: rotate(-4deg);
    z-index: -1;
    left: -4px; right: -4px;
    bottom: -4px; top: -4px;
    transition: transform 250ms;
}
.home-about-img {
    max-width: 100%;
    height: auto;
}
.home-about-img-overline {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    line-height: 1;
    background: #f5fdff;
    color: #3051af;
    padding: 8px 15px;
    font-size: 25px;
    transform: rotate(-10deg);
    transition: transform 250ms, top 250ms;
}
.home-about-img-clients {
    position: relative;
    top: -20px;
    left: 25px;
    background: #0369a1;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
}
.home-about-img-clients-img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.home-about-img-clients-title {
    margin-bottom: 0;
    font-size: 25px;
}
.home-about-img-clients-text {
    margin-bottom: 0;
}
.home-about-img-box:hover .home-about-img-frame::before {
    transform: rotate(0deg);
}
.home-about-img-box:hover .home-about-img-overline {
    top: 10px;
    transform: rotate(0deg);
}
@media(min-width:991px){
    .home-about-col-1 {
        width: 55%;
    }
    .home-about-col-2 {
        width: 45%;
    }
}
/* about end */



/* services start */

/* services end */

/* process start */

/* process end */

