:root {
    --maincolor: #10274a;
    /* --maincolor: #a70a13; */
    --secondcolor: #2e5bff;
    --redcolor: #b00000;
    --blue: #465dff;
    --hover: #2f3a5f;
    --body: #f4f8fc;
    --yellow: #fbb03b;
    --fade: #e5eef9;
    --themecolor: #1a265c;
    --black: #080909;
    --boxcolor: #E8E8F4;
    --othercolor: #1a265c;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
}

a {
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !important;
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
    padding-left: 0px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.loginMainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f7f7f757;
}

.innerLoginContainer {
    width: 360px;
}

.innerLoginContainer img {
    width: 220px;
    margin-bottom: 35px;
}

.formSection input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.forgotSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgotSection a {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #777;
}

.passwordSection {
    position: relative;
}

.passwordSection button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0px;
    background: transparent;
    font-size: 20px;
    color: #ced4da;
}

.rememberSection {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rememberSection input {
    width: 15px;
    height: 15px;
    margin-bottom: 0px !important;
}

.rememberSection label {
    margin-bottom: 0px;
    margin-left: 6px;
}

.mainLoginButton {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondcolor);
}


.termSection {
    padding: 60px 0px;
}

.termSection h1 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.termSection h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 20px;
}

.termSection p {
    margin-bottom: 0px;
}

.termSection ul {
    margin-top: 8px;
}

.termSection ul li {
    display: flex;
}

.termSection li {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}

.termSection li:last-child {
    margin-bottom: 0px !important;
}

.termSection li i {
    font-size: 11px;
    font-weight: 800;
    margin-right: 10px;
}


.copyright {
    background-color: var(--secondcolor);
    color: #fff;
    padding: 20px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
}

.copyright p:first-child {
    width: 60%;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 23px;
}

.footer {
    background-image: url('../images/template_bg.webp');
    background-repeat: repeat;
    padding: 60px 0 40px 0;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.innerFooterSection p {
    font-size: 15px;
    color: #fff;
}

.downloadOption {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.downloadOption div {
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 12px;
    display: flex;
    width: 35%;
    justify-content: center;
}

.downloadOption div img {
    width: 80%;
}

.downloadOption div:last-child {
    margin-left: 10px;
}

.innerFooterSection h2 {
    color: #fff;
    text-decoration: underline;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.innerFooterSection li {
    margin-bottom: 14px;
}

.innerFooterSection li a {
    color: #fff;
    font-size: 14px;
}

.logoFooter {
    width: 210px;
    margin-bottom: 15px;
}

.innerFooterSection h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #fff;
}

.footer .container .row {
    justify-content: space-between;
}

.innerFooterSection ul li span {
    margin-right: 12px !important;
}


.innerFooterSection {
    margin-bottom: 20px;
}

.braudcumbSection {
    background-color: #090123;
    width: 100%;
    text-align: center;
    color: #ffffffba;
}

.innerBraud {
    padding: 150px 20px 50px;
    background-image: url('../images/imgi_49_co-b-r.png');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.braudcumbSection .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.braudcumbSection h5 {
    background-color: var(--secondcolor);
    color: #fff;
    width: fit-content;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.braudcumbSection h2 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.braudcumbSection li,
.braudcumbSection li a {
    font-size: 14px;
    color: #ffffffba;
}

.braudcumbSection li i {
    font-size: 10px;
}

.braudcumbSection p {
    width: 50%;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#header.scrolled{
    background-image: linear-gradient(180deg, rgba(0, 17, 81, 0.98) 30%, rgba(0, 17, 81, 0.76) 100%);
}

.logoSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection img {
    width: 170px;
}

.header li a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.header li {
    margin-left: 20px !important;
    padding: 15px 0px;
}

.header .downloadOption {
    margin-top: 0px !important;
}

.header .downloadOption div {
    background-color: #ddd5;
    width: 150px;
}

.contactMainContain {
    padding: 60px 20px;
}

.contactDetailSection h4 {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondcolor);
}

.contactDetailSection h1 {
    font-size: 20px;
    font-weight: 800;
}

.contactDetailSection {
    padding: 0px 20px 0px 0px;
}

.contactDetailSection p {
    line-height: 24px;
}

.contactFormSection input,
.contactFormSection textarea {
    padding: 10px;
    font-size: 14px;
    height: 52px;
    font-weight: 600;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}

.contactFormSection textarea {
    height: 120px;
}

.redbutton {
    background-color: var(--secondcolor) !important;
}

.mybutton {
    text-align: center !important;
    color: #fff !important;
    border: 0px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 17px !important;
    border-radius: 4px !important;
}


.contactDetailSection h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 40px;
}

.otherThreeFrom h2 {
    font-size: 18px;
    font-weight: 1000;
}

.otherThreeFrom h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondcolor);
    margin-bottom: 25px;
}

.youCanLearn p {
    color: #4f4e4e;
}

.otherThreeFrom p {
    margin-bottom: 20px !important;
}

.otherRestDataAbout h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.otherRestDataAbout li {
    display: flex;
    margin-bottom: 8px;
    font-size: 15px;
}

.otherRestDataAbout li span {
    margin-right: 5px;
}

.imgSecLean img {
    width: 100%;
    border: 3px solid #fff;
}

.aboutHome{
    padding: 60px 0px;
}



.mainHeroSecto{
    /* background-color: #001151; */
    background-color: #090123;
}

.textHeroSection{
    color: #fff;
    padding: 150px 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.textHeroSection p{
    color: #ffffffba;
}
.textHeroSection h1{
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.textHeroSection .downloadOption div{
    width: 140px;
}
.textHeroSection .downloadOption {
    justify-content: center;
    margin-top: 40px;
}
.textHeroSection h5{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: fit-content;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50px;
    background-color: var(--secondcolor);
}
.innerHeroSection{
        background-image: url(../images/imgi_49_co-b-r.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.heroImage{
    width: 60%;
}
.innerHeroSection .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.afterHeroSecto{
    background-color: #f0f3f7;
    padding: 60px 0px;
}

.innerAfterHero{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
}
.innerAfterHero h4{
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
}

.innerAfterHero img{
    width: 50px;
    margin-right: 15px;
}
.afterHeroHeader{
    text-align: center;
    margin-bottom: 45px;
}
.afterHeroHeader h2{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 2px;
}
.afterHeroHeader h2 span{
    color: var(--secondcolor);
}

.innerAfterHero i{
    font-size: 32px;
    color: var(--secondcolor);
}
.otherRestDataAbout{
    margin-top: 25px;
}

.otherThreeFrom p:last-child{
    margin-bottom: 0px !important;
}

.navigationHome button{
    background-color: #fff;
    padding:3px 10px;
    border: 0px;
    border-radius: 4px;
    font-size: 26px;
    display: none;
}

.mobileMenuSection{
    background-color: #fff6;
    position: fixed;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100vh;
    z-index: 9999999999;
    display: none;
}
.sideBarSection{
    width: 300px;
    background-color: #fff;
    height: 100%;
}
.sideBarSection li{
    margin-top: 15px;
    padding: 0px 20px !important;
}
.sideBarSection li a{
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.sideBarSection button i{
    margin-right: 5px;
}
.sideBarSection button{
    width: 50%;
    background-color: #222;
    border: 0px;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    border-bottom-right-radius: 30px;
}