﻿
#about-us {
    position: relative;
}
    #about-us::before {
        background-image: url(../assets/img/right-pattern.png);
        background-color: initial;
    }

    #about-us:before {
        content: "";
        display: block;
        width: 300px;
        height: 100%;
        background: url(/assets/img/right-pattern.png) no-repeat right;
        position: absolute;
        right: 0;
    }

.section-title .title {
    color: #275fa3;
    font-weight: 900 !important;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
}


.other-pages .page-cover-header {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -177px;
    position: relative;
}

    .other-pages .page-cover-header::before {
        background-image: initial;
        background-color: var(--darkreader-background-103362b3, rgba(13, 41, 78, 0.7));
    }

    .other-pages .page-cover-header:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(16, 51, 98, 0.7);
    }

.other-pages .page-cover-header .page-cover-title {
    color: var(--darkreader-text-ffffff, #e8e6e3);
}

.other-pages .page-cover-items {
    margin-top: -190px;
}

#customers {
    position: relative;
}

.section-title {
    margin-bottom: 75px;
}

.box.hover-top-effect {
    top: 0;
}
figure {
    margin-bottom: 0;
}

@media (min-width: 1800px) {
    .section-title .sub-title {
        font-size: 16px;
        font-size: 1.1290322581rem;
    }
}
@media (min-width: 992px) {
    .section-title .sub-title {
        font-size: 14px;
        font-size: 0.9715475364rem;
    }
}
.box .box-content {
    padding: 30px;
}
.section-title .sub-title {
    color: #6281a6;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 0;
}

.slick-dots {
    text-align: center;
    padding: 10px 0;
    position: relative;
    margin: 0;
}

    .slick-dots li {
        list-style: none;
        padding: 0;
        display: inline-block;
        margin-left: 8px;
    }
    .slick-dots li.slick-active button {
        width: 22px;
        background: #f87635;
        border-radius: 20px;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        background-color: #e9ecef;
        font-size: 0;
        border: 0;
        outline: none;
        padding: 0;
        -webkit-box-shadow: 0 2px 5px #00000045;
        -moz-box-shadow: 0 2px 5px #00000045;
        box-shadow: 0 2px 5px #00000045;
        border-radius: 50%;
        transition: 300ms;
    }

#customers {
    position: relative;
}

    #customers:before {
        content: "";
        display: block;
        width: 300px;
        height: 100%;
        background: url("/assets/img/left-pattern.png") no-repeat right;
        position: absolute;
        left: 0;
    }

@media (max-width: 767.98px) {
    #customers:before {
        background-size: cover;
    }
}

#customers #customers-slider {
    margin: -15px;
}

    #customers #customers-slider .item {
        padding: 15px 0 30px;
    }

#customers .box {
    margin: 0 15px;
    text-align: center;
}

@media (max-width: 767.98px) {
    #customers .box {
        margin: 0 10px;
    }
}

#customers .box:hover .title {
    color: #275fa3;
}

#customers .box:hover .icon {
    filter: grayscale(0);
}

#customers .box .box-content {
    padding: 30px 5px;
}

#customers .box .title {
    height: 30px;
    line-height: 1.8;
}


.form-section-title {
    color: #275fa3;
    font-weight: 700;
    margin-bottom: 30px;
}

#contact-us .contact-details {
    margin: 30px 0 0 0;
    padding: 0;
}

    #contact-us .contact-details li {
        list-style-type: none;
        margin-bottom: 15px;
        position: relative;
        padding-right: 30px;
        line-height: 2;
    }
        #contact-us .contact-details li .icons {
            position: absolute;
            right: 0;
            top: 2px;
            color: #275fa3;
        }

        #contact-us .contact-details li.socials {
            padding-right: 0;
        }
        #contact-us .contact-details li:last-child {
            margin-bottom: 0;
        }
    #contact-us .contact-details li {
        list-style-type: none;
        margin-bottom: 15px;
        position: relative;
        padding-right: 30px;
        line-height: 2;
    }
        #contact-us .contact-details li.socials .value {
            margin-left: 20px;
        }
        #contact-us .contact-details li.socials .icons {
            position: static;
        }
            #contact-us .contact-details li.socials .icons:hover {
                opacity: 0.5;
            }
.icons {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
}

.form .form-element {
    position: relative;
    margin-bottom: 15px;
}
    .form .form-element .form-input, .form .form-element .select2 {
        display: block;
        width: 100% !important;
        height: 55px;
        border: none;
        background: #F1F4F8;
        color: #275fa3;
        padding: 20px 50px 20px 15px;
        resize: none;
        line-height: 1.55;
        border-radius: 10px;
    }
    .form .form-element .icons {
        color: #ced4da;
        position: absolute;
        top: 15px;
        right: 15px;
    }
.btn-gradient {
    border: none;
    color: #FFF;
    padding: 11px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

#contact-us #map-wrapper #map {
    width: 100%;
    height: 500px;
    background: url(/assets/img/loading.svg) no-repeat center !important;
    border-radius: 12px;
}

@media (max-width: 991.98px) {
    #customers .box .title {
        font-size: 13px;
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    #customers .box .title {
        font-size: 14px;
        font-size: 0.9715475364rem;
    }
}

@media (min-width: 1800px) {
    #customers .box .title {
        font-size: 16px;
        font-size: 1.1290322581rem;
    }
}

@media (min-width: 992px) {
    #customers .box .title {
        color: #6c757d;
    }
}

@media (max-width: 767.98px) {
    #customers .box .title {
        margin-bottom: 0;
    }
}

#customers .box .icon {
    width: 100px;
    margin: 0 auto 15px auto;
    transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    #customers .box .icon {
        transition: none;
    }
}

@media (min-width: 992px) {
    #customers .box .icon {
        filter: grayscale(1);
    }
}

@media (max-width: 767.98px) {
    #customers .box .icon {
        width: 80px;
    }
}
@media (min-width: 1800px) {
    .form-section-title {
        font-size: 20px;
        font-size: 1.4516129032rem;
    }
}
@media (min-width: 992px) {
    .form-section-title {
        font-size: 18px;
        font-size: 1.2491325468rem;
    }
}

@media (min-width: 1800px) {
    #contact-us .contact-details li .icons

{
    font-size: 16px;
    font-size: 1.1290322581rem;
}
}
@media (min-width: 992px) {
    #contact-us .contact-details li .icons {
        font-size: 14px;
        font-size: 0.9715475364rem;
    }
}

@media (min-width: 1800px) {
    #contact-us .contact-details li .value.number {
        font-size: 18px;
        font-size: 1.2903225806rem;
    }
}
@media (min-width: 1800px) {
    #contact-us .contact-details li.socials .icons {
        font-size: 20px;
        font-size: 1.4516129032rem;
    }
}