@font-face {
    font-family: "Inter";
    src: url(../fonts/Inter/Inter-VariableFont.ttf);
  }
  
  .copyright-div {
    color: #ffffff;
  }
  
  .fa-search:before {
    font-family: "Font Awesome 5 Pro 300";
    content: "\f002";
  }
  
  .fal.fa-search {
    font-family: "Font Awesome 5 Pro 300";
  }
  
  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    font-family: "Inter", sans-serif;
}

footer a:hover {
    text-decoration: underline !important;
}

.sgds.footer {
    background-color: #0E1D48;
}

.sgds.footer .footer-items .links {
    margin-bottom: 1rem;
    border: none;

}

/*.footer-list-styling ul li+li, 
.sgds.footer .footer-contact-links ul li+li, 
.sgds.footer .footer-items ul li+li, 
.sgds.footer .footer-mandatory-links ul li+li {
margin-top: .75rem;
}*/
.footer-copyrights {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
}


footer::before {
    content: "";
    display: block;
    height: 10px;
    background: linear-gradient(92.42deg, #023B5C 2.14%, #00649D 61.68%);
    ;
}

@media (min-width: 992px) {
    .sgds.footer .footer-top+.footer-bottom {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .sgds.footer .footer-items .links {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .offcanvas {
        height: 100vh;
    }

    .offcanvas,
    .offcanvas-backdrop {
        top: -30px !important;
    }
}

.contact-links {
    justify-content: start;
}

.footer-top,
.footer-bottom {
    background-color: #0E1D48 !important;
    padding: 3rem 2.5rem 1.5rem !important;
    border: none !important;
}

.footer-contact-links {
    margin-top: 0 !important;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons a {
    color: #ffffff;
    opacity: 60%;
    font-size: 1.875rem;
    display: inline-block;
    text-align: right;
    margin-right: 8px;
    background: none;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    opacity: 100%;
}

hr.solid {
    color: white !important;
    opacity: 20% !important;
    margin-bottom: 32px;
}


@media (max-width: 768px) {
    .sgds.footer .footer-copyrights {
        text-align: left;
        flex-direction: row;
        margin-top: 48px !important;
    }

    .copyright-div {
        margin-top: 48px !important;
    }
}

@media (max-width: 568px) {
    footer {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    footer a:hover {
        text-decoration: underline !important;
    }

    .sgds.footer .footer-items .links {
        margin-bottom: 1rem;
    }

    .contact-links {
        justify-content: start;
    }

    .footer-top,
    .footer-bottom {
        background-color: #0E1D48 !important;
        padding: 2rem 1.25rem 1.5rem !important;
        border: none !important;
    }

    .footer-contact-links {
        margin-top: 0 !important;
    }

    .social-icons {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

    .social-icons ul {
        padding: 0 !important;
    }

    .social-icons a {
        color: #ffffff;
        opacity: 60%;
        font-size: 1.875rem;
        display: inline-block;
        width: 44px;
        margin-right: 8px;
        background: none;
        text-align: left;
    }

    .social-icons a:active,
    .social-icons a:focus,
    .social-icons a:hover {
        color: #fff;
        opacity: 100%;
    }

    .footer-top1 {
        display: inline;
    }

    hr.solid {
        color: white !important;
        opacity: 20% !important;
        margin: 0;
    }
}

.footer-top-content {
    margin-top: 36px;
}

.sgds.footer .footer-header {
    margin-bottom: 0;
}

.footer-main-links ul,
.footer-terms ul {
    padding-left: 0;
}

.footer-main-links ul li,
.footer-terms ul li {
    list-style: none;
    display: inline;
    margin-right: 48px;
}

.footer-main-links ul li a,
.footer-terms ul li a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.soUL li {
    margin-right: 32px;
}

.soUL li:last-child {
    margin-right: 0px;
}

.soUL li a i {
    height: 32px;
    width: 32px;
}

.social-icons a {
    width: auto;
}

.footer-main-item,
.footer-bottom-main {
    display: flex;
    justify-content: space-between;
}

.footer-divider {
    background-color: #0E1D48;
    padding: 0px 2.5rem 0px !important;
    border: 1px #0E1D48 solid !important;
}

@media (max-width: 991px) {
    .footer-bottom-main {
        display: block;
        justify-content: start;
    }

    .copyright-div {
        margin-top: 48px;
    }
}

@media (max-width: 1200px) {
    .footer-main-item {
        display: block;
        justify-content: start;
    }
}

@media (max-width: 568px) {

    .footer-main-links ul li,
    .footer-bottom-main ul li {
        display: block;
        margin-top: 24px;
    }

    .footer-main-links ul li:first-child,
    .footer-bottom-main ul li:first-child {
        margin-top: 0px;
    }


    .social-icons {
        margin-top: 32px;
    }



    .soUL {
        margin-bottom: 0;
    }

    .footer-bottom {
        padding: 1.5rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0px #0E1D48 solid !important;
        position: relative;
        top: -2px;
    }

    .sgds.footer .footer-top {
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 1px #0E1D48 solid !important;
        position: relative;
        top: 2px;
    }

    .footer-divider {
        background-color: #0E1D48;
        padding: 1rem 1.25rem 0px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-color: 0px #0E1D48 solid !important;
    }
}

body {

    background-color: #EEF6FA;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 60px;
}

.pub-logo {
    width: 240px;
    margin-bottom: 3rem;
}

.main-text {
    text-align: center;
    padding: 0 1rem;
}

.main-text h3 {
    color: #21409A;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.main-text p {
    margin-bottom: 0;
    color: #4D4F55;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.bottom-floor {
    height: 160px;
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    bottom: 0rem;
    overflow: hidden;
}

.bottom-group {
    /*height: 380px;*/
    position: relative;
}

.main-illus {
    max-width: 50%;
}


@media (max-width: 1200px) {
    .main-illus {
    max-width: 60%;
}

}


@media (max-width: 768px) {
    .main-illus {
    max-width: 70%;
}

}



@media (max-width: 600px) {
    .bottom-group {
        height: 230px;
    }
}

@media (max-width: 480px) {
    .bottom-group {
        height: 190px;
    }
}

@media (max-width: 400px) {
    .bottom-group {
        height: 150px;
    }
}

.soUL li {
    margin-right: 32px;
}

.soUL li:last-child {
    margin-right: 0px;
}

.soUL li a i {
    height: 32px;
    width: 32px;
}

.soUL {
    padding-left: 0px !important;
}

.soUL a {
    text-align: left;
}

@media (max-width: 568px) {
    .soUL {
        margin-bottom: 0;
    }
}

.soUL li {
    margin-right: 20px;
}

@media (max-width: 768px) {

    .soUL li {
        margin-right: 0px;
    }
}



.copyright-div {
    text-align: right;
}


.footer-logo {
    text-align: left;
}


@media screen and (max-width: 991px) {
    .footer-logo {
        text-align: left;
    }

    .footer-main-links ul li,
    .footer-terms ul li {
        display: block;
        text-align: left;
        margin-bottom: 1rem;
    }

    .soUL {
        text-align: left;
    }

    .copyright-div {
        text-align: left;
    }
}

@media screen and (max-width: 1200px) {
    .footer-main-links ul {
        text-align: left;
    }

    .soUL {
        text-align: left;
        margin-top: 2rem;
    }

    .footer-bottom-main {
        display: block;
        text-align: left;
    }

    .copyright-div {
        text-align: left;
        margin-top: 2rem;
    }
}


.footer-logo svg {
    width: 220px;
}