#preloader {
    background: #fff url(./img/preloader.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1030;
}

body {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #333;
}
.bodyBackground1{
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.bodyBackground2{
    background-size: 100% auto;
    background-repeat: repeat;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.icon {
    max-height: 34px;
    transition: transform 0.3s ease;
}

.icon:hover {
    max-height: 34px;
    transform: scale(1.1);
}

.aheader {
    transition: transform 0.3s ease;
}

.aheader:hover {
    color: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}


.afooter:hover {
    color: rgba(255, 255, 255, 0.8);
}

.tohref {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.tohref:hover {
    transform: scale(1.1);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol {
    list-style: none;
    counter-reset: item;
}
ol li {
    counter-increment: item;
}
ol li:before {
    content: counters(item, ".") ". ";
    /* font-weight: bold; */
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-list li::before {
    content: "- ";
}

.custom-list li {
    margin: 0.5rem 0;
}

.footer-link {
    text-decoration: none;
    color: white;
    font-weight: normal;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.footer-link.active {
    font-weight: bold;
}

.nav-link {
    cursor: pointer;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.dropdown-item:hover {
    transform: none;
    cursor: pointer;
}

.btnfooter {
    color: #127bda !important;
}

.btnfooter:hover {
    color: #1279da85;
}

.ablack {
    color: black;
    transition: transform 0.3s ease;
}

.ablack:hover {
    color: black;
    transform: scale(1.1);
}

.quote-container {
    position: relative;
    padding: 20px;
}

.quote-container::before,
.quote-container::after {
    font-family: Arial, sans-serif;
    font-weight: bold;
    content: '"';
    font-size: 4em;
    position: absolute;
    color: #127bda;
}

.quote-container::before {
    top: -30px;
    left: -20px;
}

.quote-container::after {
    bottom: -30px;
    right: -20px;
}

.globalBackground {
    background-image: url('./img/global2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.globalBackground2 {
    background-image: url('./img/Background3.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 80%;
}
.backgroundCenter {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.backgroundCover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 1200px) {
    .globalBackground2 {
        background-size: auto 120%;
        background-position: 50% 60%;
    }
}
@media screen and (max-width: 992px) {
    .dropdown-menu {
        text-align: center;
    }
    .bodyBackground1{
        background-size: auto 39%;
        background-position-x: center;
        object-fit: cover;
    }
    .globalBackground2 {
        background-size: auto 120%;
    }
}
@media screen and (max-width: 768px) {
    .bodyBackground1{
        background-size: auto 36%;
    }
}
@media screen and (max-width: 576px) {
    .bodyBackground1{
        background-size: auto 32%;
    }
}
@media screen and (max-width: 425px) {
    .bodyBackground1{
        background-size: auto 28%;
    }
}
@media screen and (max-width: 390px) {
    .text-top{
        font-size: 14px;
    }
    .globalBackground {
        background-size: 150%;
        background-position: right;
    }
    .bodyBackground1{
        background-size: auto 22%;
    }
}