﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    display: none;
}
* {
    scrollbar-width: none;
}

* {
    -ms-overflow-style: none;
}
.CustomPadding {
    padding-left: 120px;
    padding-right: 120px ;
}
.FixedBar{
    height:130px;
    z-index:2;
    position:fixed;
    width:100%;
}
.TopBar {
    background-color: #114a93ff;
    height: 30px;
    display: flex;
    justify-content: space-between;
    color: #ffffffa6;
    width: 100%;
    z-index: 1;
}
.TopBar .Left {
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height:30px;
    color:#ffffffa6;
    cursor:default;
}
.TopBar .Left div{
    display:flex;
}
.TopBar .Left p{
    padding-right:20px;
}
.TopBar .Left svg{
    height:30px;
    padding:7px;
}
.TopBar .Right {
    display: flex;
}
.TopBar .Right svg {
    height: 30px;
    padding: 7px;
    cursor:pointer;
    transition:0.5s
}
.TopBar .Right svg:hover {
    color:#ffffffd5;
}
@media (max-width: 1400px) {
    .CustomPadding {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 800px) {
    .CustomPadding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .TopBar {
        background-color: #114a93ff;
        height: auto;
        display: block;
        justify-content: space-between;
        color: #ffffffa6;
    }
    .TopBar .Left{
        display:block;
        text-align:center;
    }
    .TopBar .Left p{
        font-size:14px;
        letter-spacing:1px;
        background-color:gold;
        width:100%;
        height:0px;
        padding-right:0px;
    }
    .TopBar .Left svg{
        display:none;
    }
    .TopBar .Right{
        margin-top:10px;
        justify-content:center;
    }
    .TopBar .Left,
    .TopBar .Right{
        justify-content:center;
    }
}
.Navbar {
    background-color: #ffffff;
    height: 70px;
    width: 100%;
    justify-content:space-between;
    display:flex;
    box-shadow:0px 0px 5px 2px #0000000d;
}
.Logo {
    height: 100%;
    width: 200px;
    justify-content:center;
    align-content:center;
}
.Logo>img{
    height:auto;
    width:80%;
}
.PageBody{
    padding-top:100px;
}
.NavbarItems{
    height:100%;
    justify-content:center;
    align-content:center;
}
.NavbarItems>ul{
    display:flex;
    margin:0px;
    padding:0px;
}
.NavbarItems>ul>li{
    list-style:none;
    margin-left:10px;
    margin-right:10px;
}
.NavbarItems>ul>li>a{
    color:#114a93ff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    text-decoration:none;
    transition:0.3s;
}
.NavbarItems>ul>li>a:hover{
    color:#165eb8ff;
}
@media (min-width: 800px) {
    .NavbarHamburger {
        display:none;
    }
}

@media (max-width: 800px) {
    .NavbarItems {
        height: 100%;
        justify-content: unset;
        align-content: unset;
        display: none;
    }
    .NavbarItems > ul {
        display: unset;
        margin: 0px;
        padding: 0px;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: -1;
        left: 0;
        padding-bottom: 5px;
        background-color: #000000f7;
        justify-content:center;
        align-content:center;
    }
    .NavbarItems>ul>li{
        list-style:none;
        height:70px;
        justify-content:center;
        align-content:center;
        margin-left:0px;
        margin-right:0px;
        text-align:center;
        margin-top:0px;
        background-color: #171717ff;
        margin:15px;
        border-radius:5px;
        cursor:pointer;
        transition:0.3s;
        opacity: 0; 
        transform: translateX(-100%);
        animation: slideFromLeft 0.4s ease forwards;
    }
    .NavbarItems > ul > li:nth-child(1) {
        animation-delay: 0.1s;
    }
    .NavbarItems > ul > li:nth-child(2) {
        animation-delay: 0.2s;
    }
    .NavbarItems > ul > li:nth-child(3) {
        animation-delay: 0.3s;
    }
    .NavbarItems > ul > li:nth-child(4) {
        animation-delay: 0.4s;
    }
    .NavbarItems > ul > li:nth-child(5) {
        animation-delay: 0.5s;
    }
    @keyframes slideFromLeft {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }
        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }
    .NavbarItems>ul>li>a{
        color:#ffffffb2;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-decoration:none;
        transition:0.3s;
        letter-spacing:0.3px;
    }
    .NavbarItems>ul>li:hover{
        background-color: #2e2e2eff;
    }
}
.NavbarHamburger{
    justify-content:center;
    align-content:center;
    margin:0px;
    padding:0px;
}
.NavbarHamburger>svg{
    height:40px;
    width:40px;
    color:#165eb8ff;
    cursor:pointer;
}
.Footer {
    bottom: 0 !important;
    width: 100%;
}
.FooterBody {
    background-color: #114a93ff;
    height: auto;
    color: #ffffffa6;
    width: 100%;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.FooterBody>div{
}
.FooterBody h1{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:25px;
    margin-bottom:0px;
    color:#ffffff87;
}
.FooterBody p{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:14px;
    color:#ffffff5e;
    margin-top:5px !important;
    padding-left:0px;
    padding-right:50px;
    cursor:default;
}
.FooterBody  ul{
    padding:0px;
    margin:0px;
    line-height:50px;
}
.FooterBody li {
    list-style: none;
    padding-right: 20px;
    font-size: 16px;
    color: #ffffff79;
    height: 35px;
    color: #ffffff4c;
    cursor:default;
}
.FooterBody  li a{
    color:#ffffff4c;
    text-decoration:none;
    padding-left:5px;
    transition:0.3s;
}
.FooterBody  li a:hover{
    color:#ffffffaa;
}
.FooterBody  li a span svg{
    height:20px;
    margin-bottom:-3px !important;
    padding:2px;
    margin-right:5px;
}
.FooterBottom{
    background-color:#0b284cff;
    color:white;
    height:40px;
}
.FooterBottom p{
    line-height: 40px;
    text-align:center;
}
@media (max-width: 800px) {
    .FooterBody>div{
        margin-top:30px !important;
    }
}