@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@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');
* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 50px;
    font-family: "Raleway", sans-serif;
    color: #050d4a;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 {
    font-size: 40px;
    font-family: "Raleway", sans-serif;
    color: #050d4a;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    font-size: 32px;
    font-family: "Raleway", sans-serif;
    color: #050d4a;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

h4 {
    font-size: 28px;
    font-family: "Raleway", sans-serif;
    color: #050d4a;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

h5 {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    color: #050d4a;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

h6 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    color: #050d4a;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    color: #2b2b2b;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
}

p i {
    color: #ef7f1a;
}

.text-primary {
    color: #050d4a !important;
}

a {
    color: #050d4a;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #ef7f1a;
}

ul {
    padding-left: 40px;
    margin-bottom: 20px;
}

header {
    background: #ffffff;
    z-index: 1;
}

.fix-header {
    position: relative;
    top: 0;
    width: 100%;
    background: #ffffffd4;
    z-index: 99;
}

.login-page .form-control {
    border: 1px solid #0E1766;
    background: #fffffff;
    border-radius: 0;
    height: 55px;
    border-radius: 0 5px 5px 0;
}
.login-form .form-group label {
    margin: 0 !important;
    left: 15px;
    color: #0E1766;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}
.custom-control.custom-checkbox {
    padding: 0 0 0 10px;
}


.login-form .form-group label svg {
    height: 25px;
    width: 25px;
}
.form-group {
    position: relative;
}
video {
    width: 100%;
}

.inner_banner {
    margin-top: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.banner-text {
    position: absolute;
    top: 100px;
    width: 100%;
    max-width: 730px;
    text-align: center;
    margin: 90px auto 0;
    left: 0;
    right: 0;
}

.banner-ctn h1 {
    margin-bottom: 10px
}

.banner-ctn p {
    font-weight: bolder
}

.inner_banner {
    margin-top: 90px;
}

/*.banner-ctn {
    margin-top: 170px;
    max-width: 730px;
    text-align: center;
    margin: 90px auto 0;
    left: 0;
    right: 0;
    position: absolute;
}*/

.banner-ctn sup {
    display: inline;
    vertical-align: super;
    font-size: 15px;
}

.banner-ctn p {
    font-size: 18px;
    color: black;
}

.contact-us {
    background: #f2f2f2;
    padding: 30px;
}

.login-page .form-check-label {
    position: relative;
    top: -2px;
}

.login-page .form-check {
    display: inline-block;
}

.contact-us h3 {
    margin-bottom: 20px;
}

h2 sup, h3 sup {
    display: inline;
    vertical-align: super;
    font-size: 15px;
}

s {
    text-decoration: none;
    color: #ef7f1a;
}

.navbar {
    padding: 2px 15px;
}

.banner-ctn .btn {
    background: #fff;
    color: #000;
    padding: 5px 12px;
    font-weight: 600;
    line-height: 1;
}

.nav > li > span {
    line-height: 1;
    text-align: center;
    display: block;
    color: #050d4a;
    font-size: 10px;
    margin-bottom: 2px;
}



.navbar {
    padding: 0;
    flex-flow: column !important;
}

.navbar .container {
    flex-flow: column !important;
}

.main-header-top {
    width: 100%;
    padding: 10px 0;
}

.right-logo span {
    line-height: 1.2;
    text-align: center;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

#navmenu {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    background: linear-gradient(195.16deg, #FFD066 -120.78%, #E58023 131.75%);
}

#navmenu .nav {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    justify-content: center;
    padding: 25px 15px;
    margin-left: 0;
}

.header-menu {
    width: 100%;
}

#navmenu .nav .nav-item {
    margin: 0 15px;
    font-size: 14px;
}

.nav-link {
    color: #fff;
    font-weight: 600;
    padding: 0;
    line-height: normal;
}
header .nav-link {
    text-transform: uppercase;
}
.nav-link:hover {
    color: #000;
}

.nav-link.btn {
    background: #fff;
    color: #0E1766;
    padding: 9px 15px;
    font-weight: 600;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 12px;
}

.nav-link.btn:hover {
    background: #000;
    color: #fff;
}

.login {
    max-width: 360px;
    padding: 0 0 30px 0;
    background: #ffffffd9;
    overflow: hidden;
    margin: 80px auto 0;
    border-radius: 5px;
}

.login .btn {
    background: #050d4a;
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    width: 250px;
    display: block;
    margin: 0 auto;
}

.login-page .btn {
    background: #E58023;
    color: #fff;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
    font-size: 20px;
    border-color: #E58023;
}
.login-form .form-group {
    margin-bottom: 40px;
}
.dont-acc {
    font-size: 14px;
    text-align: right;
    color: #0E1766;
    font-weight: 500;
}
.dont-acc a {
    font-weight: 600;
    color: #0E1766!important;
    margin-left: 15px;
}

.login-page a {
    color: #ef7f1a;
    display: inline-block;
    margin-bottom: 0px;
}

.login-page p {
    margin: 20px 0 0;
}

.login-page p a {
    margin: 0;
}

.login-page h2 {
    margin-bottom: 30px;
}

.bg-login {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/loginbg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.bg-login video {
    opacity: 0.2;
}

.login-page img {
    margin: auto;
    text-align: center;
    display: block;
}



.login-page .loginlogo {
    margin: auto;
}

/*.login-page {
    width: 650px;
    padding: 20px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 7px 24px 2px rgba(0, 0, 0, 0.1), 5px 7px 17px 2px rgba(0, 0, 0, 0.15);
    margin: 50px 0 30px;
}*/

.login-page .top-logo img {
    width: 300px;
    max-width: 100%;
    margin: 30px auto 0;
}

.banner {
    position: relative;
    max-height: 70vh;
    overflow: hidden;
}

.banner video {
    width: 100%;
    height: 950px;
    object-fit: cover;
}


.section {
    /*padding: 80px;*/
    /*background: url(../img/bgl.png) no-repeat center left;*/
    /*overflow: hidden;*/
    /*background-size: 21%;*/
}

.section.bg {
    /*padding: 80px;*/
    /*background: #f7f7f7 url(../img/bgr.png) no-repeat center right;*/
    /*background-size: 21%;*/
}

.lightbg2 {
    background-color: #f7f7f7;
}

.about-content {
    max-width: 900px;
}

.section.app {
    background: none;
}

.section.app p {
    color: #fff;
}

.section.app h2 {
    margin-bottom: 10px
}

.app ul {
    padding: 0;
}

.app li {
    display: inline-block;
    list-style-type: none;
}

.app li a {
    color: #ffffff;
    text-decoration: none;
    background: #050d4a;
    padding: 15px;
    display: block;
    min-width: 230px;
    margin: 0 10px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
}

.app li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #090909;
}

.footer-top a img {
    max-width: 190px;
    margin-bottom: 20px;
}

.footer-social a {
    color: #fff;
    background: #050d4a;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

footer {
    background: #f2f2f2;
}

.copyrights ul {
    padding: 0 0 5px 0;
    margin: 0;
}

.copyrights p {
    color: #ef7f1a;
    margin: 0;
}

.copyrights ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.copyrights ul li a {
    color: #000022;
    display: block;
}

.copyrights ul li a:hover {
    color: #ef7f1a;
}

.copyrights-right span {
    display: block;
    width: 350px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-link {
    background: #050d4a;
    padding: 10px 0;
}

.footer-link ul li a {
    color: #ffffff;
    display: block;
}

.copyrights {
    margin: 0;
    padding: 10px 0;
}

.copyrights-right-logos img {
    margin: 0 0 0 20px
}

#aboutus li {
    font-size: 16px;
    margin-bottom: 5px
}

#aboutus h4 {
    margin-bottom: 10px;
}

.app .intro.text-center {
    background: #ef7f1a;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.textright {
    padding-left: 60px;
}

.section img {
    /*border: 1px solid #e4e4e4;*/
    /*border-radius: 5px;*/
}

.app h2.title {
    color: #fff;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.num {
    clear: both;
    font-size: 22px;
    opacity: 0.7;
    color: #3FCC25;
    letter-spacing: 8px;
}

.binary {
    background: #050d4a;
}

.login h2 {
    font-size: 18px;
    font-weight: 700;
    color: #050d4a;
    margin: 15px 0;
    text-transform: uppercase;
}

.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}

.topic-detail {
    margin-top: 13px;
    list-style-type: none;
    -webkit-padding-start: 0;
}

ol {
    padding: 0;
}

.topic-detail li {
    margin-bottom: 6px;
    position: relative;
}

.topic-detail li .fa {
    position: absolute;
    right: -30px;
    top: 3.5px;
    color: #424242;
}

.topic-detail.right {
    text-align: right;
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
}

.card .card-action {
    position: relative;
    border-top: 1px solid rgba(160, 160, 160, 0.4);
    padding: 8px 24px;
}

.card .card-action a {
    margin: 0;
}

.inner-intro h2.title {
    text-align: center;
    color: #fff;
    background: #050d4a;
    margin: 0;
    padding: 40px 0 25px 0;
}

.inner_banner {
    margin-top: 0;
}

.section .topic-detail .btn {
    width: 100%;
    border: 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #050d4a;
    border-color: #050d4a;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats, .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.section .btn {
    background: #ef7f1a;
    color: #fff;
    padding: 8px 40px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section.bg-none {
    background: none;
}

.inner header {
    position: relative;
}

/* ---- particles.js container ---- */
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


.about-btn-div {
    width: 35px;
    background: linear-gradient(90deg, #FFD066 49.37%, #E58023 149.37%);
    height: 60px;
    border-radius: 30px;
    text-align: center;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
}
.about-btn-div a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
}

.banner-stamp {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 100%;
}

.banner-stamp img {
    width: 15%;
}

.copyrights-left span {
    display: block;
    font-size: 14px;
    width: 120px;
    text-align: center;
}

#alertmessage {
    margin: 10px 0;
    display: inline-block;
    padding: 5px 20px;
    color: #ff0000;
}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
    /*border: 2px solid #0E1766;*/
}
.video-box video {
    border: 2px solid #0E1766;
    border-radius: 15px;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* cookie */
.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #ef7f1a;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    z-index: 1;
}

.cookie-settings {
    text-decoration: underline;
}

.cookie-container.active {
    bottom: 0;
}

.cookie-container a {
    color: #f5f6fa;
}

.cookie-text p {
    /* background-color: blueviolet; */
    position: relative;
    top: 12px;
    color: #f5f6fa;
    font-size: 13px;
    font-weight: 500;
}

.cookie-btn {
    background: #050d4a;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    margin-left: 12px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 2px;
    cursor: pointer;
}

/* end cookie */

/* 29092022 start */


.testimonial-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #747392;
    margin: 0 5px;
}

.testimonial-slider .carousel-indicators {
    bottom: -60px;
}

.testimonial-slider .carousel-indicators .active {
    background-color: #46446d;
}



.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev {
    width: 40px;
}

.testimonial-section .carousel-control-next span, .testimonial-section .carousel-control-prev span {
    width: 45px;
}

.testimonial-section .carousel-control-next span img, .testimonial-section .carousel-control-prev span img {
    border: none;
}

.testimonial-section .carousel-control-prev {
    left: -70px;
}

.testimonial-section .carousel-control-next {
    right: -70px;
}

.banner .carousel-indicators li {
    background-color: #050d4a;
}

.btn-disable {
    background-color: #2b2b2b !important;
    cursor: not-allowed;
}

/* 29092022 end */

.footer-bottom-left ul {
    margin-bottom: 0;
    padding-left: 0;
}

.footer-bottom-left {
    padding-right: 20px;
    flex: 0 0 auto;
    text-align: left;
}

.footer-bottom-left ul li a {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    font-weight: normal;
}

.footer-bottom-left span {
    color: #000;
    display: block;
    text-align: left;
    font-size: 12px;
}

.footer-bottom-right a {
    flex: 0 0 auto;
    margin-left: 20px;
    max-width: 180px;
}

.footer-bottom-left ul li {
    text-transform: capitalize;
    display: inline-block;
    margin: 5px 10px 0 0;
}

.footer-bottom-right small {
    font-size: 78%;
}

.footer-bottom {
    padding: 15px 0;
    background-color: #E8E8E8;
    font-family: "Roboto", sans-serif;
}
.ap-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-point {
    position: relative;
}
.about-point::after {
    content: "";
    width: 50px;
    height: 50px;
    background: #FBE7D5;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-point {
    position: relative;
    padding-left: 80px;
    font-family: "roboto", sans-serif;
}
.slider-video-box iframe {
    width: 100%;
    height: 310px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #0E1766;
}
.svb-text {
    background-color: #E58023;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
    max-width: 300px;
    margin: -45px auto 0;
    position: relative;
    z-index: 1;
}
.svb-text h6 {
    font-size: 14px;
    font-weight: 700;
}
.svb-text p {
    font-size: 20px;
    font-weight: 700;
}
.custom-dots .owl-dots button {
    border: 3px solid #E58023 !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.custom-dots .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}
.custom-dots .owl-dots {
    display: flex;
    gap: 10px;
}
.custom-dots .owl-dots button.active {
    background-color: #E58023;
}


.module-custom-dots .owl-dots button {
    /* border: 3px solid #414141 !important; */
    background: #414141;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    color: #fff;
}
.module-custom-dots .owl-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}
.module-custom-dots .owl-dots {
    display: flex;
    gap: 10px;
}
.module-custom-dots .owl-dots button.active {
    background: linear-gradient(180deg, #FFD066 -19.67%, #E58023 80.36%);


}

.ns-text {
    background: linear-gradient(225deg, #FFD066 -17.05%, #E58023 34.95%);
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 35px;
    border-radius: 30px 0 0 30px;
    margin-right: -30px;
}
.footer-bottom .container {
    max-width: 1340px;
}
.custom-tab-head .nav-item .nav-link {
    font-size: 18px;
    font-family: "roboto", sans-serif;
    font-weight: 300;
    background-color: transparent;
    color: #414141;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}
.custom-tab-head .nav-item {
    position: relative;
}
.custom-tab-head .nav-item::after {
    content: "";
}
.custom-tab-head .nav {
    display: flex;
    gap: 50px;
}
.custom-tab-head .nav-item .nav-link.active {
    font-weight: 600;
    color: #002077;
}
.custom-tab-head .nav-item::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -25px;
}
.custom-tab-head .nav-item:last-child::after {
    display: none;
}
.module-text h5 {
    margin: 0 0 5px;
    font-size: 22px;
    font-family: "roboto", sans-serif;

}
.module-text p {
    font-family: "roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}
.module-card {
    position: relative;
    overflow: visible;
    margin-bottom: 30px;
    padding-top: 50px;
}
.module-text {
    position: absolute;
    bottom: -20px;
    padding: 0 15px;
    width: 100%;
    font-family: "roboto", sans-serif;
}
.module-lable {
    background: #0E1766;
    color: #ffffff;
    font-family: "roboto", sans-serif;
    padding: 10px 15px 30px;
    border-radius: 15px 15px 0 0;
    float: left;
    max-width: 100px;
    width: 100%;
    margin-bottom: -15px;
    position: absolute;
    top: 0;
}
.module-sub-div {
    margin-top: -10px;
    position: relative;
    z-index: 1;
    border-radius: 25px;
}
.vf-btn {
    font-size: 10px;
    color: #f1a642;
}
.vf-btn {
    margin-bottom: 15px;
    display: inline-block;
}
.module-btn-div .btn {
    border: 1px solid #E58023;
    background-color: #fff;
    color: #E58023;
    font-family: "roboto";
    font-size: 16px;
    padding: 8px 40px;
    border-radius: 30px;
    margin: auto;
    display: block;
}
.module-btn-div .btn:hover {
    background-color: #E58023;
    color: #ffffff;
}
.module-card:hover .module-btn-div .btn {
    background-color: #E58023;
    color: #ffffff;
}
.module-shadow {
    position: absolute;
    bottom: 0;
    border-radius: 25px;
    /*height: 100%;*/
    overflow: hidden;
}
.module-img {
    border-radius: 25px;
    overflow: hidden;
}
.module-shadow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.module-card:hover .module-shadow {
     height: 100%;
    transition: 0.2s;
}
.module-card:hover .module-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s;
}
.module-card:hover .module-shadow::after {
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    transition: 0.2s;
}
.module-text {
    z-index: 1;
}
.section-bg-div {
    position: relative;
}
.section-bg-div::after {
    content: "";
    background: linear-gradient(180deg, #FFD066 5.16%, #E58023 60.16%);
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    left: 0;
    right: 0;
    top: 10%;
    margin: auto;
    z-index: -1;
}
.intro h2 {
    font-family: "roboto", sans-serif;
}
.intro p {
    font-family: "roboto", sans-serif;
}
.intro p br {
    display: none;
}


.form-group-custom{
    position:relative;
    margin-bottom: 30px;
}

.form-group-custom label {
    position: absolute;
    top: 26px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-size: 14px;
    margin: 0;
    color: #0E1766;
    font-weight: 400;
    font-family: "Poppins";
}
.form-group select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../front/img/select-bg.png");
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 20px;
    font-size: 14px;
    color: #0E1766;
    font-weight: 400;
    font-family: "Poppins";
    padding-left: 20px;
}
.form-group-custom input:focus + label, .form-group-custom input.has-value + label, .form-group-custom textarea:focus + label, .form-group-custom textarea.has-value + label {
    top: -15px;
    background-color: transparent;
}

.form-group-custom input:focus::-webkit-input-placeholder
{
    color: transparent;
}
.custom-checkbox label a {
    color: #0E1766;
    border-bottom: 1px solid #0e1766;
    text-decoration: none;
}
.login-modal .modal-body {
    padding: 30px;
}
.form.login-form {
    /*max-height: 70vh;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    padding: 40px 10px 0;
}
#Register_Modal {
    overflow: auto;
}
.login-modal .modal-content {
    border-radius: 30px;
}
.form-control:focus {
    box-shadow: none;
}
#Register_Modal .login-form .form-group {
    margin-bottom: 30px;
}
.nav-link.btn:hover svg path {
    fill: #fff;
}
.login-form .custom-control.custom-checkbox input {
    z-index: 1;
    cursor: pointer;
}
#navmenu .container {
    position: relative;
}
header .navbar .container .nav {
    padding-right: 100px !important;
}
.head-logo img {
    height: 45px;
    width: auto;
}
.right-logo img {
    height: 70px;
}
.custom-control.custom-checkbox label {
    gap: 3px;
    font-family: "poppins";
    font-weight: 300;
}

.module-dics {
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
}
.module-sub-text .module-dics{
    display: none;
}
.module-sub-text a{
    display: none;
}
.module-card:hover .module-sub-text .module-dics, .module-card:hover .module-sub-text a{
    display: block;
}
.banner-ctn h3 {
    font-weight: 600;
}
.banner-ctn p {
    font-size: 18px;
    font-weight: 400;
}
#aboutus .intro p {
    color: #414141;
}
/* ---- responsive ---- */
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .section.bg {
        background-size: 18%;
    }
}

@media screen and (max-width: 1199px) {
    .mw-tag br {
        display: none;
    }
    .slider-video-box iframe {
        height: 240px;
    }
    .ns-text {
        min-height: 240px;
    }

}

@media screen and (max-width: 1099px) {
    .banner video {
        height: 400px;
    }

    .about-content {
        max-width: 700px;
    }
}

@media screen and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    ul {
        padding-left: 20px;
    }

    .container {
        max-width: 100%;
    }

    button.navbar-toggler {
        position: absolute;
        top: 20px;
        right: 15px;
        padding: 7px 10px;
        background: #ef7f1a;
        color: #fff;
        border: #fff;
        border-radius: 5px;
        outline: none;
    }

    .navbar .container {
        max-width: 100%;
    }

    #navmenu {
        bottom: auto;
        top: 100%;
    }

    #navmenu .nav {
        width: 100%;
        border-radius: 0;
        padding: 15px;
        margin-left: 0;
    }

    #navmenu .nav .nav-item {
        margin: 10px 0;
        text-align: left;
    }

    .nav-link.btn {
        /*background: transparent;*/
        /*color: #fff;*/
        /*padding: 0;*/
        /*text-align: left;*/
    }
    .nav-link.btn {
        max-width: 130px;
        position: relative;
        top: 0;
    }
    .inner-intro h2.title {
        padding: 15px;
    }

    .inner_banner {
        margin-top: 0;
    }

    .carousel-item video, .carousel-item > img {
        min-height: 385px;
        object-fit: cover;
    }

    #aboutus .row h2 {
        font-size: 22px;
    }

    .bg-login {
        background-position: right center;
    }

    .banner video {
        height: auto;
    }

    .about-content {
        max-width: 600px;
    }
    .slider-video-box iframe {
        height: 240px;
    }
    .login-modal .modal-body {
        padding: 0;
    }
    .login-form .form-group label {
        font-size: 12px;
        gap: 5px;
    }
    .login-form .form-group label svg {
        height: 20px;
        width: 20px;
    }
    .login-modal .close {
        right: 15px;
        position: relative;
        top: 10px;
    }
}


@media screen and (max-width: 767px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    button.navbar-toggler {
        top: 10px;
    }



    .banner div {
        max-height: none;
        text-align: center;
    }

    .banner-stamp {
        position: static;
        padding: 30px 30px 0 30px;
    }

    .banner-stamp img {
        width: auto;
        max-width: 50%;
    }

    .right-logo {
        display: none;
    }



    .carousel-item video, .carousel-item > img {
        min-height: auto;
    }

    .banner-ctn h1 {
        font-size: 26px;
    }

    .banner-ctn p {
        font-size: 12px;
    }

    .banner-ctn p br {
        display: none;
    }

    #aboutus .row h2 {
        font-size: 22px;
    }

    #aboutus ul {
        padding-left: 30px;
    }

    #aboutus li {
        font-size: 15px;
    }

    .textright {
        padding-left: 15px;
    }

    .app li a {
        margin: 5px 0;
    }

    .app .intro.text-center {
        padding: 20px 10px;
    }

    .footer-link ul {
        text-align: center;
    }

    .footer-link ul li {
        margin: 0 10px;
    }

    .footer-link ul li a {
        font-size: 15px;
    }

    .copyrights-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .copyrights-left span {
        width: 100%;
    }

    .copyrights ul {
        margin: 0;
        text-align: center;
    }

    .copyrights ul li {
        margin: 0 5px;
        font-size: 15px;
    }

    .copyrights p {
        margin: 0;
        font-size: 14px;
        text-align: center;
    }

    .inner_banner img {
        min-height: 250px;
        object-fit: cover;
    }



    .contact-us-right {
        padding: 30px 0;
    }

    .login-box {
        padding: 15px 10px;
        width: 100%;
        margin: auto;
    }

    /*  .login-page {
          width: 400px;
      }*/

    .login-page .btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .copyrights-right span {
        width: 100%;
    }

    .copyrights-right-logos {
        text-align: center
    }

    .copyrights-right-logos img {
        margin: 0 10px
    }

    .video-box {
        margin: 0 0 30px 0;
    }

    .banner .carousel-indicators {
        bottom: -50px;
    }

    .bg-login {
        position: relative;
        padding: 30px 0;
    }

    /*.login-page {
        top: 0;
        left: 0;
        Transform: translate(0%, 0%);
        margin: auto;
        position: relative;
    }*/
    .intro h2 {
        font-size: 24px;
    }
    .intro p {
        font-size: 14px;
    }
    .about-point::after {
        width: 30px;
        height: 30px;
    }
    .about-point {
        font-size: 14px;
        padding-left: 50px;
    }
    .ap-box {
        gap: 30px;
    }
    .module-text h5 {
        margin: 0;
        font-size: 16px;
    }
    .module-text p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .video-carousel .owl-stage {
        padding-left: 0!important;
    }
    .module-carousel .owl-stage{
        padding-left: 0!important;
    }
    .slider-video-box iframe {
        height: 160px;
    }
    .ns-text {
        padding: 15px;
        border-radius: 15px 15px 0 0;
        text-align: center;
        justify-content: center;
        min-height: auto;
        width: 80%;
        margin: auto;
        display: block;
    }
    .ns-text br{
        display: none;
    }
    .ns-text h1 {
        font-size: 20px;
        text-align: center;
        margin: 0;
    }
    .footer-bottom-left {
        padding-right: 0;

    }
    .footer-bottom-left .d-flex {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .footer-bottom-right {
        display: flex;
        text-align: left;
    }
    .footer-bottom-right small {
        font-size: 12px;
    }
    .footer-bottom-right a img {
        max-width: 120px;
    }
    .main-header-top {
        width: 100%;
        padding: 10px 15px;
    }
    .nav-link.btn {
        /*background: transparent;*/
        /*color: #fff;*/
        /*padding: 0;*/
        /*text-align: left;*/
        position: relative;
        top: 0;
    }
    .head-logo img {
        width: auto;
        height: 30px;
    }
    .module-dics {
        font-size: 10px;
    }
   .module-card:hover .module-dics {
        display: -webkit-box!important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .banner-text {
        top: 5px;
        margin-top: 0;
    }
    .banner-ctn .banner-logo img {
        max-width: 160px;
    }
    .banner-ctn h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .slider-video-box iframe {
        height: 160px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .login {
        margin: 50px auto 0;
    }

    .banner-ctn {
        margin-top: 50px;
    }

    .section, .section.bg {
        background-size: 200px;
    }



    .section {
        padding: 60px 20px;
    }

    .section.app > .container {
        padding: 0;
    }
    .banner-text {
        top: 0;
        margin: 30px auto 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .login {
        margin: 0 auto 0;
    }

    .banner-ctn {
        margin-top: 0;
    }

    .section, .section.bg {
        background-size: 250px;
    }

    header li {
        width: 100%;
    }

    .banner-stamp img {
        width: 20%;
    }

    .right-logo {
        margin-right: 65px;
    }

    .banner {
        margin-top: 0;
    }

    .section {
        padding: 40px 15px;
    }

    #aboutus {
        background-position: top right;
    }

    #aboutus h2.title {
        margin-top: 0 !important;
    }

    .textright {
        padding-left: 15px;
    }

    .section.app {
        padding-top: 0;
    }

    .section.app > .container {
        padding: 0;
    }
    .banner-text {
        margin: 0 auto 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    header {
        position: relative;
    }

    .banner-text {
        position: relative;
        top: 20px;
    }

    .banner-ctn {
        margin-top: 0;
    }

    .login {
        background: #f7f7f7;
        margin: 30px auto 50px;
        border: 1px solid #ddd;
    }

    .section {
        padding: 0;
    }

    .textright {
        padding: 20px 15px;
    }

    .section.bg {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .intro.text-center {
        padding-bottom: 0;
    }

    .section.app {
        margin-bottom: 50px;
    }

    .app li a, .app li a:hover {
        margin: 10px 10px;
    }

    header li {
        width: 100%;
    }

    header .nav {
        padding-bottom: 20px;
    }

    .login-page img {
        display: block;
        margin-top: 25px;
    }




    .banner video {
        height: 230px;
    }



    .banner-text {
        position: absolute;
        top: 20px;
        left: 0;
        max-width: 300px;
    }

    .about-content {
        padding-right: 11%;
    }
    .banner-text {
        top: 0;
        margin-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .login-page img {
        display: block;
        margin-top: 25px;
    }

    header {
        position: relative;
    }

    .banner-ctn {
        margin-top: 0;
    }

    .login {
        background: #f7f7f7;
        margin: 30px auto 50px;
        border: 1px solid #ddd;
    }

    .section {
        padding: 0;
        background-size: 100px;
    }

    .section.bg {
        padding: 30px 0;
        background-size: 100px;
        margin-bottom: 30px;
        background-position-y: 10px;
    }

    .intro.text-center {
        padding-bottom: 0;
    }

    .section.app {
        margin-bottom: 50px;
    }

    .app li a, .app li a:hover {
        margin: 10px 10px;
    }

    header li {
        width: 100%;
    }

    header .nav {
        padding-bottom: 20px;
    }
    .contact-us {
        padding: 10px;
    }
}