@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

:root {
    --accentcolor1: #51b9ff;
    --darkbgcolor1: #233ba2;
    --darkbgcolor2: #5E6A94;
    --textcolor1: #142149;
    --textcolor2: #525666;
    --textcolor3: #fff;
    --textcolor4: #0b061f;
    --textcolor5: #b2b7c9;
    --lightbgcolor2: #dfe3ed;
    --lightbgcolor3: #ffffff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 7%;
    background: transparent;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    align-items: center;
    transition: .5s;
    background-color: var(--lightbgcolor3);
}

.header.sticky {
    background: var(--lightbgcolor3);
    /*    box-shadow: 0 .1rem 1rem var(--accentcolor1); */
    border-bottom: 1px solid var(--lightbgcolor2);
}

.logo {
    font-size: 2.5rem;
    color: var(--darkbgcolor1);
    font-weight: 600;
    cursor: default;
    margin-right: auto;
}

.header .bx-menu {
    display: none;
    font-size: 3rem;
}

.navbar a {
    position: relative;
    font-size: 1.4rem;
    color: var(--textcolor4);
    font-weight: 500;
    margin-right: 3.5rem;
}

.navbar a i {
    vertical-align: middle;
    font-size: 1.7rem;
    margin-right: 5px;
}

.home-link {
    background: linear-gradient(45deg, #31d116, #2562bf);
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white !important;
}

.header.sticky .navbar a {
    color: var(--textcolor1);
}

.header.sticky .navbar a.active {
    background: #0b5ed7;
    padding: 5px 10px;
    color: white !important;
    border-radius: 5px;
}

.navbar a.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: .2rem;
    bottom: -6px;
    background: var(--textcolor3);
}

.navbar .active-header-link {
    background: #0b5ed7;
    padding: 5px 10px;
    color: white !important;
    border-radius: 5px;
}

.header.sticky .navbar a::before {
    /*    background: var(--accentcolor1);
    opacity: .7; */
}

.know-more-documents {
    display: flex;
    margin-top: 50px;
}

.know-more-documents .docs-item {
    position: relative;
    background: var(--lightbgcolor3);
    width: 200px;
    margin: 10px;
    border-radius: 2px;
    height: 115px;
    color: var(--darkbgcolor1);
}

.know-more-documents .docs-item .know-more-docs {
    position: absolute;
    bottom: 0;
    /*    background: var(--accentcolor1); */
    padding: 6px 10px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    border-top: 1px solid var(--lightbgcolor2);
}

.know-more-documents .docs-item .know-more-docs a {
    color: var(--darkbgcolor2);
    font-size: 1.4rem;
    display: block;
}

.know-more-documents .docs-item .know-more-docs a i {
    font-size: 2rem;
    color: var(--accentcolor1);
    vertical-align: middle;
}

.know-more-documents .docs-item h4 {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px;
}

.inner-triangle {
    border-left: 25px solid transparent;
    border-right: 25px solid var(--accentcolor1);
    border-bottom: 25px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    z-index: 2;
}

.site-banner {
    height: 100vh;
    width: 100vw;
 background: linear-gradient(90deg, #2a48bd, #a7b9a8);
}

.site-banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.site-banner-inner h1 {
    color: var(--textcolor3);
    font-size: 5rem;
    text-align: center;
    position: relative;
    display: block;
}

.title-short {
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 2px;
    content: '';
    display: initial;
    background-color: var(--accentcolor1);
}

.title-subheading {
    padding: 4px;
    color: var(--textcolor5);
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.parent-org-icons a img {
    width: 60px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.parent-org-icons a img.gbp {
    width: 90px;
}

.about-us {
    height: auto;
    width: 100vw;
    position: relative;
    /* margin-bottom: 50px; */
}

.about-us {}

.about-us-heading-div {
    text-align: center;
    padding: 30px;
}

.about-us-heading {
    position: relative;
    display: inline;
    font-size: 5rem;
    padding: 35px 0px 10px 0px;
    color: var(--textcolor1);
}

.about-us-heading::after {
    content: "";
    width: 50px;
    background-color: var(--accentcolor1);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-us-para {
    font-size: 2rem;
    width: 70%;
    margin: 0 auto;
    color: var(--textcolor2);
}

.about-us-para p {
    color: var(--textcolor2);
}

.about-us-para-items {
    display: grid;
    gap: 50px;
    grid-template-columns: auto auto;
}

.about-us-para-items p {
    position: relative;
    padding: 20px;
    font-size: 1.5rem;
}


/* .about-us-para-items p::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #51b9ff;
} */

.about-us-para-items i {
    font-size: 40px;
}

.about-us .concept-note {
    padding: 20px;
    background: var(--textcolor1);
    color: var(--textcolor3);
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}

.about-us .concept-note a {
    background: var(--lightbgcolor2);
    padding: 10px;
    border-radius: 20px;
    color: var(--textcolor4);
    font-size: 15px;
}

.about-us svg {}

.contact-us {
    position: relative;
    width: 100vw;
    height: 800px;
    /* background: var(--accentcolor1); */
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(81, 185, 255, 1) 79%, rgba(0, 212, 255, 1) 100%);
}

.contact-us-main h1 {
    font-size: 5rem;
    color: var(--lightbgcolor2);
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.contact-us-main h1::after {
    content: "";
    width: 50px;
    background-color: var(--accentcolor1);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-us-content {
    display: flex;
    height: 500px;
    z-index: 1;
    position: relative;
}

.contact-us-content .contact-info {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--textcolor3);
}

.contact-info h3 {
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
}

.contact-us-content .contact-form {
    /*     background-color: green; */
    width: 60%;
    height: 100%;
    z-index: 1;
}

.contact-info .contact-cdma {
    font-size: 2.0rem;
    font-weight: normal;
}

.contact-info .contact-address {
    font-size: 1.3rem;
}

.contact-info .contact-email-phone {
    font-size: 1.6rem;
    padding: 3px 10px 3px;
    border-radius: 30px;
    margin: 10px;
    color: var(--accentcolor1);
}

.contact-info .contact-email-phone .bx {
    padding: 8px;
    vertical-align: middle;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.contact-form form .form-elements {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.contact-form form .form-elements input,
.contact-form form .form-elements textarea {
    padding: 10px;
    border-radius: 3px;
}

.contact-form form .form-elements input[type=submit] {
    background-color: var(--textcolor1);
    font-size: 15px;
    color: var(--textcolor3);
}

.contact-form form .form-elements label {
    font-size: 1.2rem;
    color: var(--textcolor1);
    margin-bottom: 2px;
}

.custom-shape-divider-bottom-1683682115 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1683682115 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1683682115 .shape-fill {
    fill: #FFFFFF;
}

.parent-logos {
    border-top: 1px solid var(--lightbgcolor2);
    /* background: var(--lightbgcolor2); */
    width: 100vw;
    padding: 20px 0px;
}

.parent-logos-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*  background: var(--lightbgcolor2) */
}

.parent-logos-wrapper .logo-item img {
    width: 100px;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 3px solid var(--darkbgcolor1);
    border-radius: 10px;
    padding: 10px;
    height: 250px; */
}

.logo-item .know-more {
    padding: 7px;
    background-color: #021048;
    color: var(--textcolor5);
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.logo-item span {
    font-size: 1.2rem;
}

.footer {
    margin: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 7%;
    /*     background: var(--main-color); */
}

.footer-wrapper {
    text-align: center;
}

.footer-iconTop i {
    font-size: 2.4rem;
    color: var(--lightbgcolor3);
    ;
}

.footer-iconTop a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    background: var(--accentcolor1);
    border-radius: 0.8rem;
    border: 0.2rem solid var(--darkbgcolor1);
    outline: 0.2rem solid transparent;
    transition: .5s ease;
}

.footer-iconTop a:hover {
    outline-color: var(--white-color);
}

label.error {
    color: red !important;
}


/*Media Queries for mobile devices*/

@media only screen and (max-width: 950px) {
    .objectives-container {
        display: grid;
        grid-template-columns: auto auto;
    }
    .objectives-container .objectives-items {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 5px 30px;
        width: calc(100% - 40px);
    }
    #menu-icon {
        display: block;
    }
    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% - 8%);
        padding: 1rem 3%;
        background-color: var(--lightbgcolor2);
        border-top: .1rem solid var(--textcolor5);
        box-shadow: 0 .5rem 1rem var(--darkbgcolor2);
        text-align: center;
        display: none;
        transition: .3s all;
    }
    .navbar.active {
        display: block;
        transition: .3s all;
    }
    .navbar a {
        display: block;
        font-size: 1.5rem;
        margin: 2rem 0;
        color: var(--darkbgcolor1);
    }
    .navbar a:nth-child(1),
    .navbar a:nth-child(2) {
        color: var(--textcolor1);
    }
    .navbar a.active {
        color: var(--darkbgcolor1);
    }
    .navbar a::before {
        display: none;
    }
    .about-us-para-items {
        display: grid;
        gap: 10px;
        grid-template-columns: auto;
    }
    .about-us-para {
        font-size: 2rem;
        width: 95%;
        margin: 0 auto;
        color: var(--textcolor2);
    }
    .about-us .concept-note a {
        display: block;
    }
    .objectives-section .objectives-container {
        display: flex;
        flex-direction: column;
        width: 95%;
    }
    .objectives-section .objectives-container .objectives-items {
        width: 95%;
    }
    .login .login-wrapper {
        flex-direction: column;
        width: 95%;
        align-items: center;
    }
    .login .login-wrapper .login-content {
        width: 95%;
    }
    .login .login-wrapper .login-signup-form {
        width: 95%;
        padding: 10px;
    }
    .parent-logos-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .parent-logos-wrapper .logo-item {
        width: 60%;
    }
    .logo-item span {
        text-align: center;
        font-size: 1rem;
    }
    .logo-item .know-more {
        padding: 3px;
        font-size: 10px;
    }
    .contact-us-content {
        flex-direction: column;
    }
    .contact-us-content .contact-info {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-us-content .contact-form {
        width: 100%;
    }
    .contact-us-content .contact-form form {
        width: 100%;
    }
    .footer {
        justify-content: center;
    }
}