.service.service__style--1.icon-circle-style .icon img {
    height: 45px;
    width: auto;
}
.service.service__style--1.icon-circle-style .icon {
    background-color: #5C6BC3;
}

.copyright__logo img {
    height: 20px;
    width: auto;
    transition: all 0.2s ease;
}

.copyright__logo:hover img {
    transform: scale(1.05);
}

body.active-light-mode .color-white {
    color: #000 !important;
}

.bg_image--final {
    background-image: url(../images/bg/bg-image.jpg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

#map {
    border-radius: 10px;
    height: 550px;
}

.my_switcher ul li a svg{
    height: 18px;
    width: 18px;
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my_switcher ul li a svg path {
    fill: #fff;
    stroke: #fff;
}

.my_switcher ul li a:hover  {
    background-color: #fff;
}

.my_switcher ul li a:hover svg path {
    fill: #00BCFF;
    stroke: #00BCFF;
}

.footer-top .logo {
    margin-bottom: 20px;
}

.form__wrapper--thankyou {
    display: none;
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
}

.form__wrapper--error {
    display: none;
    color: red;
    font-size: 20px;
    padding-bottom: 15px;
}

.header-default {
    width: 100%;
    position: fixed;
}

a.btn-default, button.btn-default, div.btn-default {
    /*background: linear-gradient(95deg, #0555F7 15%, #008BF5 45%, #008BF5 75%, #89C1FF 100%) 95%/200% 100%;*/
    background: #008BF5;
}

.map-top {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

.map-top p {
    margin-bottom: 0;
}

.custom-list {
    list-style-type: disc;
}

.color-custom-white {
    color: #fff !important;
}

.timelines-text {
    padding-left: 40px;
}

.single-timeline {
    padding-left: 0;
}

.first-title {
    margin-top: 70px;
}

.display-one {
    font-size: 48px;
}

@media only screen and (max-width: 991px) {
    .display-one {
        font-size: 40px;
    }
}

.slider-style-1 .inner .title {
    max-width: 880px;
}
.single-timeline .single-content .inner .content .description {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.footer-style-default .footer-top {
    padding-top: 50px;
    padding-bottom: 30px;
}

body.active-light-mode .footer-style-default, body.active-light-mode .copyright-style-one {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 20;
}

.contact-form-1 .form-group input {
    background-color: #fff;
    height: 60px;
    border-color: #fff !important;
}

.contact-form-1 .form-input {
    margin-right: 20px;
    width: 100%;
    max-width: 400px;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-style-1 .inner .title {
    max-width: 1200px;
}

.slider-style-1 .inner .description {
    padding: 0 10%;
}

@media only screen and (max-width: 768px) {
    .timelines-text {
        padding-left: 0;
    }
    form {
        flex-direction: column;
    }
    body.active-light-mode .footer-style-default, body.active-light-mode .copyright-style-one {
        position: relative;
    }
    .contact-form-1 .form-input {
        margin-right: 0;
        width: 90%;
        max-width: 400px;
    }
}