@font-face{
    font-family: "PP Telegraf UltraBold";
        src: url("../fonts/ac187c52eeff516225fc35f138f225fc.woff")format("woff"),
             url("../fonts/ac187c52eeff516225fc35f138f225fc.woff2")format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

h1,h2,h3,h4,h5,h6{
    font-family: "PP Telegraf UltraBold" !important;
}
  


  .header-logo img {
    width: 110px;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    display: none !important;
}
div#modalThemeErrorMessage {
    display: none !important;
}
.custom-heading-bar:before {
    border-color: #001e61;
}
.custom-text-color-grey-1 {
    color: #001e61 !important;
}
.custom-section-half-background-color-light:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: var(--light);
    z-index: -1;
}
section.section.custom-section-half-background-color-light.custom-bg-color-grey-1{
    z-index: 0;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: var(--dark);
}
#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css), #footer .footer-copyright p {
    color: #000;
    font-weight: 500;
}
#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: var(--dark) !important;
}
.social-icons.custom-social-icons-icon-light li a {
    color: #001e61 !important;
    font-size: 20px;
    background: transparent;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons.custom-social-icons-icon-light li{
    margin-right: 10px;
}
.social-icons.custom-social-icons-icon-light li:hover a {
    background: #001e61;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.social-icons.custom-social-icons-icon-light li a i.fab.fa-instagram {
    font-size: 21px;
}
#footer, .footer-copyright {
    background: #fff !important;
}
#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--primary);
}

.footer-copyright hr, .border-up-footer hr {
    background: rgb(185 185 185 / 100%);
    border: 0;
    height: 1px;
    margin: 22px 0;
    opacity: 1;
}
.list-img-sec a:hover {
    color: #fff !important;
}
.cta-sec .custom-heading-bar:before {
    border-color: #fff;
}
 
@media(min-width:1440px){
    #header .header-nav-main nav > ul > li > a {
        font-size: 0.903vw;
        letter-spacing: 0.3px;
    }
    .banner-sec .parallax-background {
        background-size: cover !important;
        background-position: 100% 930%;
    }
    .text-2 {
        font-size: 0.903vw !important;
    }
    .text-2-3, .text-2-5 {
        font-size: 1vw !important;
    }
    .header-container.container.container-xl-custom {
        max-width: 90vw;
    }
    .text-5 {
        font-size: 1.50vw !important;
    }
    .text-4 {
        font-size: 1.2vw !important;
    }
    p {
        line-height: 30px;
    }
    .custom-text-size-1 {
        font-size: 1.1vw !important;
    }
}

@media(min-width:992px){
    #header .header-nav {
        justify-content: center;
    }
    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
        top: 60%;
        margin-top: unset;
        transform: unset;
    }
}

@media (min-width:992px) and (max-width:1199px){
    #header .header-nav-main nav > ul > li > a {
        font-size: 11px;
        letter-spacing: 0.3px;
    }
    #footer h4 {
        font-size: 1.3em;
    }
    .social-icons.custom-social-icons-icon-light li {
        margin-right: 5px;
    }
}

@media (max-width:767px){
    .footer-copyright ul.list-unstyled {
        justify-content: center;
    }
    .footer-copyright .col-lg-12.text-center.d-flex {
        flex-direction: column;
    }
}