
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-wrapper {
    flex: 1; /* pushes footer down */
    display: flex;
    flex-direction: column;
}

.container {
    width: 100%;
    max-width: 1170px;
}

@font-face {
    font-family: 'Linearicons-Free';
    src: url('../fonts/Linearicons-Free.eot');
    src: url('../fonts/Linearicons-Free.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Linearicons-Free.woff2') format('woff2'),
    url('../fonts/Linearicons-Free.woff') format('woff'),
    url('../fonts/Linearicons-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*** ### Header ### ***/
header {
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15) !important;
    top: 0;
    position:sticky;
    position:-webkit-sticky;
    position:-moz-sticky;
    position:-ms-sticky;
    position:-o-sticky;
    left:0px;
    z-index: 1000;
    width:100%;
    padding:10px 0px;
    transition:all 0.5s;
}

header .container{
    width:90%;
    max-width:1640px;
}
header .logo{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    width: 80%;
    max-width: 300px;
    transition:all 0.5s;
    text-align: left;
}
header .logo img{
    display:inline-block;
    vertical-align:middle;
    width: 50%;
}
.navigation {
    position: relative;
}
.navigation nav{
    position:relative;
}
.navigation nav ul {
    margin: 0px;
    padding: 0px;
    text-align:right;
}
.navigation nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin:0px 3% 0px 0px;
}
.navigation nav ul li:first-child{
    margin-left:0px;
}
.navigation nav ul li:last-child{
    margin-right:0px;
}
.navigation nav ul li a {
    position:relative;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    font-weight: 400;
    padding: 2px 0;
    letter-spacing: .5px;
}

.navigation nav ul li a.create-account{
    display:block;
    position:relative;
    color:#555555;
    text-align:center;
    padding: 0px 20px;
    line-height:55px;
    border-radius:5px;
    background:none;
    border:1px solid #555555;
}
.navigation nav ul li a.create-account:before{
    display:none;
}
.navigation nav ul li a.getstarted{
    display:block;
    position:relative;
    color:#FFFFFF;
    font-weight:500;
    text-align:center;
    padding: 0px 20px;
    line-height:40px;
    border-radius:5px;
    background:#0253b7;
    border:1px solid #0253b7;
    letter-spacing: .5px;
}
.navigation nav ul li a.getstarted:before{
    display:none;
}
.device-nav {
    position:absolute;
    top:50%;
    right:5px;
    transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    cursor: pointer;
    color: #777777;
    font-size: 25px;
    display: none;
    z-index:1000;
}
header.change{
    background:#FFFFFF !important;
    -webkit-box-shadow: 0px 7px 17px -2px rgba(23,97,134,0.25);
    -moz-box-shadow: 0px 7px 17px -2px rgba(23,97,134,0.25);
    box-shadow: 0px 7px 17px -2px rgba(23,97,134,0.25);
}
header.change .navigation nav ul li a{
    color: #555555;
}
header.change .navigation nav ul li a.getstarted{
    color: #fff;
}
@media (max-width:1920px){
.navigation nav ul li a{
    font-size: 0.9vw;
}
}
@media (max-width:1500px){
.navigation nav ul li {
    margin:0px 2.5% 0px 0px;
}
.navigation nav ul li a{
    font-size:15px;
}
.navigation nav ul li a.create-account{
    padding: 0px 15px;
    line-height:50px;
}
.navigation nav ul li a.getstarted{
    padding: 8px 8px!important;
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: .5px !important;
}
header.change .navigation nav ul li a.getstarted{
    color: #fff;
}
}
@media (max-width:1199px){
.navigation nav ul li a.create-account{
    padding: 0px 12px;
    line-height:45px;
}
.navigation nav ul li a.getstarted{
    padding: 0px 12px;
    line-height:45px;
}
}
@media only screen and (max-width: 991px) {
header{
    position:relative;
    background:#FFFFFF;
    padding:5px;
}
header .container{
    width:100%;
    max-width:1640px;
}
header .logo{
    height: auto;
}
header .logo img{
    max-width:100px;
    padding:5px 0px;
    width:100%;
}
.device-nav {
    display: block;
}
.navigation {
    margin: 0px;
}
.navigation nav {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    clear: both;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #FFFFFF;
}
.navigation. nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
    display: block;
    width: 100%;
}
.navigation nav ul {
    text-align: left;
    padding: 10px;
}
.navigation nav ul li {
    width: 100%;
    text-align:left;
}
.navigation nav ul li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding:10px 0px;
    font-size:15px;
    color: #313133;
}
.navigation nav ul li a.create-account{
    margin-bottom:10px;
}
.navigation nav ul li a.getstarted{
    margin-bottom:10px;
}
.navigation nav.reveal {
    max-height: 1170px;
    width: 100%;
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 7px 17px -2px rgba(23,97,134,0.25);
    -moz-box-shadow: 0px 7px 17px -2px rgba(23,97,134,0.25);
    box-shadow: 0px 7px 17px -2px rgba(23,97,134,0.25);
}
}
/*** Hero Section ****/
.hero-section {
    position: relative;
    overflow: visible;
    background: url(../images/college/hero-bg.png) no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height:100vh;
}

.hero-section video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.hero-section .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hero-section .text-wraper {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    padding: 175px 0px 0px 0px;
}

.hero-section .left-box {
    position: relative;
    padding: 25px 0px;
}

.hero-section .left-box h2 {
    font-size: 35px;
    font-weight: 600;
    padding: 0px;
}

.hero-section .left-box p {
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.hero-section .left-box p a {
    text-decoration: underline;
}

.hero-section .form-group {
    margin-bottom: 0px;
}

.hero-section .left-box input {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0px 40px 0px 10px !important;
    background: rgba(255, 255, 255, 0.4);
    outline: none;
    color: #999e9d;
    margin: 0px 0px 10px 0px;
}


.hero-section .left-box input.envelop {
    background: url(../images/college/envelop.png) right 10px center no-repeat;
}

.hero-section .left-box input.password {
    background: url(../images/college/passowrd.png) right 10px center no-repeat;
}
.hero-section .left-box .input-wrap input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0.4) inset !important;
    -webkit-text-fill-color: #999e9d !important;
}

/* Icon using ::before on wrapper (NOT input) */
.hero-section .left-box .input-wrap.envelop::before {
    content: "\f0e0"; /* FA envelope */
    font-family: "FontAwesome";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
}

.hero-section .left-box {
    position: relative;
}

.hero-section .left-box input.envelop,
.hero-section .left-box input.password {
    padding-left: 36px; /* space for icon */
}

.hero-section .left-box button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 160px;
    height: 45px;
    background: #0253b7;
    border: 1px solid #0253b7;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0px;
}

.hero-section .right-box {
    position: relative;
    text-align: center;
}

.hero-section .right-box h1 {
    color: #FFFFFF;
    font-size: 51px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.hero-section .right-box p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    margin: 15px auto auto auto;
    width: 100%;
    max-width: 80%;
    padding: 0px;
}

.hero-section .right-box a.get-started {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 100px 0px 0px 0px;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0px 24px 14px -19px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 24px 14px -19px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 24px 14px -19px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .hero-section .text-wraper {
        padding: 150px 0px 50px 0px;
    }

    .hero-section .left-box {
        padding: 20px 0px;
    }
    .hero-section .right-box {
        padding: 20px 0px;
    }

    .hero-section .right-box h1 {
        font-size: 45px;
    }

    .hero-section .right-box p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .hero-section .text-wraper {
        padding: 120px 0px 30px 0px;
    }
}

@media (max-width: 576px) {

}

/*** Section one ****/
.section-one {
    position: relative;
    z-index: 2;
}

.section-one:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #594174;
    z-index: -1;
}

/*
.section-one:after{
	position:absolute;
	content:"";
	top:0px;
	right:0px;
	bottom:0px;
	width:50%;
	background:url(../images/college/sign-up-bg.png) top center no-repeat, #36f2e3;
	background-size:80%;
	z-index:-1;
}*/
.section-one .left-box {
    position: relative;
    padding: 25px 0px;
}

.section-one .left-box h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.section-one .left-box p {
    color: #b1b1b1;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

.section-one .left-box ul {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.section-one .left-box li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    color: #b1b1b1;
    font-size: 15px;
    font-weight: 700;
}

.section-one .left-box li:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: -5px;
    font-size: 22px;
    font-family: 'FontAwesome';
}

.section-one .right-box {
    position: relative;
    padding: 25px 0px;
    text-align: center;
}

.section-one .right-box h2 {
    color: #555555;
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 50px 0px;
    padding: 0px;
}

.section-one .right-box input {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0px 50px 0px 10px;
    background: #f4f8f7;
    border: 1px solid #f4f8f7;
    outline: none;
    font-size: 17px;
    font-weight: 300;
    color: #999e9d;
    margin-bottom: 15px;
}

.section-one .right-box input.envelop {
    background: url(../images/college/envelop.png) right 10px center no-repeat, #f4f8f7;
}

.section-one .right-box input.password {
    background: url(../images/college/passowrd.png) right 10px center no-repeat, #f4f8f7;
}

.section-one .right-box button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
    height: 70px;
    background: #0253b7;
    border: 1px solid #0253b7;
    border-radius: 15px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .section-one {
        padding: 30px 0px;
    }

    .section-one .left-box {
        padding: 20px 0px;
    }

    .section-one .left-box h2 {
        font-size: 35px;
    }

    .section-one .right-box {
        padding: 20px 0px;
    }

    .section-one .right-box h2 {
        font-size: 35px;
    }

    .section-one .right-box input {
        height: 50px;
        font-size: 15px;
    }

    .section-one .right-box button {
        max-width: 200px;
        height: 60px;
    }
}

@media (max-width: 991px) {
    .section-one .left-box h2 {
        font-size: 30px
    }

    .section-one .right-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-one {
        padding: 0px;
    }

    .section-one:before {
        display: none;
    }

    .section-one:after {
        display: none;
    }

    .section-one .left-box {
        padding: 30px 0px;
        background: #594174;
    }

    .section-one .left-box:before {
        position: absolute;
        content: "";
        top: 0px;
        bottom: 0px;
        left: -15px;
        right: -15px;
        background: #594174;
        z-index: -1;
    }

    .section-one .left-box h2 {
        font-size: 25px;
        margin: 0px 0px 30px 0px;
    }

    .section-one .right-box {
        padding: 30px 0px;
        background: url(../images/college/sign-up-bg.png) top center no-repeat;
        z-index: 2;
    }

    .section-one .right-box:before {
        position: absolute;
        content: "";
        top: 0px;
        bottom: 0px;
        left: -15px;
        right: -15px;
        background: #36f2e3;
        z-index: -1;
    }

    .section-one .right-box h2 {
        font-size: 25px;
    }
}

/*** Section Two ****/
.section-two {
    position: relative;
    text-align: center;
}

.section-two h2 {
    color: #555555;
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    font-weight: 600;
}

.section-two h3 {
    color: #594174;
    margin: 0px;
    padding: 0px;
    font-size: 67px;
    font-weight: 700;
}

.section-two h4 {
    color: #333333;
    margin: 25px 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 700;
}

.section-two p {
    color: #333333;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
}

.section-two .boxes {
    position: relative;
    margin-top: 75px;
}

@media (max-width: 1199px) {
    .section-two {
        padding: 50px 0px;
    }

    .section-two h2 {
        font-size: 35px;
    }

    .section-two h3 {
        font-size: 55px;
    }

    .section-two h4 {
        margin: 20px 0px;
    }

    .section-two .boxes {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .section-two {
        padding: 30px 0px;
    }

    .section-two h2 {
        font-size: 30px;
    }

    .section-two h3 {
        font-size: 45px;
    }

    .section-two .boxes {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .section-two h2 {
        font-size: 25px;
    }

    .section-two h3 {
        font-size: 40px;
    }
}

/*** Section Three ****/
.section-three {
    position: relative;
    padding-bottom: 200px;
    background: url(../images/college/video-training-bg.png) top center no-repeat, #8965b4;
    background-size: 80%;
    text-align: center;
}

.section-three h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.section-three p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    margin: 50px 0px;
    padding: 0px;
}

@media (max-width: 1199px) {
    .section-three {
        padding: 50px 0px;
        padding-bottom: 150px;
    }

    .section-three h2 {
        font-size: 35px;
    }

    .section-three p {
        margin: 30px 0px;
    }
}

@media (max-width: 991px) {
    .section-three {
        padding: 30px 0px;
        padding-bottom: 120px;
    }

    .section-three h2 {
        font-size: 30px;
    }

    .section-three p {
        margin: 20px 0px;
    }
}

@media (max-width: 767px) {
    .section-three {
        padding-bottom: 100px;
    }

    .section-three h2 {
        font-size: 25px;
    }
}

/*** Section Foure ****/
.section-foure {
    position: relative;
    background: #FFFFFF;
}

.section-foure .laptop-image {
    position: relative;
    margin-top: -200px;
}

.section-foure .laptop-image img {
    display: block;
    margin: auto;
}

@media (max-width: 1199px) {
    .section-foure .laptop-image {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .section-foure .laptop-image {
        margin-top: -120px;
    }
}

@media (max-width: 767px) {
    .section-foure .laptop-image {
        margin-top: -100px;
    }
}

/*** ### Featured Course ### ****/
.featured-courses {
    position: relative;
    padding: 50px 0px;
    background: #FFFFFF;
}

.featured-courses h2 {
    color: #555555;
    font-size: 40px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.featured-courses h3 {
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.featured-courses h4 {
    color: #555555;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    margin-bottom: 5px;
}

.featured-courses p {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    margin: 30px 0px;
    padding: 0px;
    text-align: center;
}

.featured-courses .price-box {
    position: relative;
}

.featured-courses .price-box .line-through {
    display: block;
    color: #919191;
    font-size: 12px;
    font-weight: 500;
    text-decoration: line-through;
}

.featured-courses .main-boxes {
    position: relative;
    margin-top: 30px;
}

.featured-courses .main-boxes .boxes {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow:0px 2px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.featured-courses .main-boxes .boxes .main-image {
    position: relative;
}

.featured-courses .main-boxes .boxes .main-image img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}

.featured-courses .main-boxes .boxes .discount {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #0253b7;
    text-align: center;
    padding: 2px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: -5px;
}

.featured-courses .main-boxes .boxes .details {
    position: relative;
    padding: 15px 20px;
}

.featured-courses .main-boxes .boxes .details p {
    color: #919191;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 15px;
    text-align: left;
    font-family: 'Oxygen', sans-serif;
}

.featured-courses .main-boxes .boxes .details .add-to-cart {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background: #0253b7;
    border-radius: 3px;
    cursor: pointer;
}

.featured-courses ul.nav-tabs {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #0253b7;
    border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.featured-courses ul.nav-tabs li {
    flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    text-align: center;
    border-left: 1px solid #0253b7;
}

.featured-courses ul.nav-tabs li:first-child {
    border-left: 0px;
}

.featured-courses ul.nav-tabs a {
    position: relative;
    display: block;
    color: #000000;
    padding: 10px 5px;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
    border: none;
    font-family: 'Oxygen', sans-serif;
}

.featured-courses ul.nav-tabs a.active {
    background: #0253b7;
    color: #FFFFFF;
}

.featured-courses ul.nav-tabs li:first-child a {
    border-radius: 50px 0px 0px 50px;
}

.featured-courses ul.nav-tabs li:last-child a {
    border-right: 0px;
    border-radius: 0px 50px 50px 0px;
}

.featured-courses a.see-all {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    color: #0253b7;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    text-decoration: none;
    outline: none;
    border: 1px solid #0253b7;
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.featured-courses a.see-all:hover {
    background: #0253b7;
    color: #FFFFFF;
}

/*
.featured-courses .arrow-box .left-arrow  span{
	position:relative;
	left:-2px;
}
.featured-courses .arrow-box .left-arrow{
	position:absolute;
	left:0px;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	margin-top:-25px;
	z-index:10;
	text-align:center;
	background:#0253b7;
	border-radius:50%;
	color:#FFFFFF;
	font-size:20px;
	cursor:pointer;
}
.featured-courses .arrow-box .right-arrow  span{
	position:relative;
	right:-2px;
}
.featured-courses .arrow-box .right-arrow{
	position:absolute;
	right:0px;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	margin-top:-25px;
	z-index:10;
	text-align:center;
	background:#0253b7;
	border-radius:50%;
	color:#FFFFFF;
	font-size:20px;
	cursor:pointer;
}*/
@media (min-width: 320px) and (max-width: 767px) {
    .featured-courses h2{
        font-size: 25px !important;
    }
    .featured-courses p{
        margin: 10px 0;
    }
}
@media (max-width: 1199px) {
    .featured-course {
        padding: 30px 0px;
    }

    .featured-course h2 {
        font-size: 35px;
    }

    .featured-course h3 {
        font-size: 22px;
    }

    .featured-course h4 {
        font-size: 18px;
    }

    .featured-course p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 991px) {
    .featured-course h2 {
        font-size: 25px;
    }

    .featured-course h3 {
        font-size: 18px;
    }

    .featured-course h4 {
        font-size: 15px;
    }

    .featured-course .main-boxes .boxes {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 414px) {
    .featured-courses ul.nav-tabs a {
        padding: 10px 5px;
        font-size: 13px;
    }
}

/*** News Announcement ****/
.news-and-announcement {
    position: relative;
    background: url(../images/college/latest-news-announcements-bg.png) top center no-repeat, #8965b4;
    padding: 75px 0px;
    background-size: 80%;
}

.news-and-announcement h2 {
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.news-and-announcement h3 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.news-and-announcement p {
    color: #636d77;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0px;
    padding: 0px;
    height: 120px;
    overflow: hidden;
}

.news-and-announcement ul {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.news-and-announcement li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 10px 0px;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400;
}

.news-and-announcement li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    color: #4f52d0;
}

.news-and-announcement a.read-more {
    color: #4f52d0;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}

.news-and-announcement .boxes {
    position: relative;
    margin-top: 50px;
}

.news-and-announcement .main-image {
    position: relative;
}

.news-and-announcement .main-image img {
    width: 100%;
}

.news-and-announcement .main-boxes {
    position: relative;
    padding: 0px 30px;
    margin-top: -50px;
}

.news-and-announcement .white-boxes {
    position: relative;
    padding: 30px;
    background: #FFFFFF;
}

@media (max-width: 1199px) {
    .news-and-announcement {
        padding: 50px 0px;
    }

    .news-and-announcement h2 {
        font-size: 35px;
    }

    .news-and-announcement h3 {
        font-size: 15px;
    }

    .news-and-announcement .boxes {
        margin-top: 30px;
    }

    .news-and-announcement .main-boxes {
        margin-top: -30px;
    }

    .news-and-announcement .white-boxes {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .news-and-announcement {
        padding: 30px 0px;
    }

    .news-and-announcement h2 {
        font-size: 30px;
    }

    .news-and-announcement .boxes {
        margin-top: 25px;
    }

    .news-and-announcement .main-boxes {
        margin-top: -25px;
    }

    .news-and-announcement .white-boxes {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .news-and-announcement h2 {
        font-size: 25px;
    }
}

/*** ### Get In Touch ### ***/
.get-in-touch {
    position: relative;
    padding: 50px 0px;
    background: #f9f9f9;
}

.get-in-touch h2 {
    color: #555555;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.get-in-touch p {
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0px;
    padding: 0px;
}
.get-in-touch form p.help-block-error{
    margin: 0;
    color: #dc3545;
    font-size: 12px;
    letter-spacing: .3px;
    font-weight: normal;
}
.get-in-touch .contact-list {
    position: relative;
}

.get-in-touch .contact-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.get-in-touch .contact-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 0px 0px 30px;
    margin-bottom: 15px;
    color: #616161;
    font-size: 15px;
    font-weight: 400;
}

.get-in-touch .contact-list li.map {
    background: url(../images/college/map.png) top left no-repeat;
}

.get-in-touch .contact-list li.call {
    background: url(../images/college/phone.png) top left no-repeat;
}

.get-in-touch .contact-list li.email {
    background: url(../images/college/@.png) top left no-repeat;
}

.get-in-touch .contact-list li a {
    position: relative;
    text-decoration: none;
    outline: none;
    color: #616161;
}

.get-in-touch .contact-list li .blue {
    color: #616161;
    background-color: #fff !important;
}

.get-in-touch .contact-form {
    position: relative;
}

.get-in-touch .contact-form input {
    position: relative;
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    outline: none;
    color: #919191;
    font-size: 15px;
    font-weight: 400;
}

.get-in-touch .contact-form textarea {
    position: relative;
    width: 100%;
    height: 145px;
    background: #FFFFFF;
    outline: none;
    resize: none;
    color: #919191;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.get-in-touch .contact-form button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 160px;
    height: 45px;
    background: #0253b7;
    border: 1px solid #0253b7;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.get-in-touch .boxes {
    position: relative;
    margin-bottom: 25px;
}

.get-in-touch .boxes:first-child {
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .get-in-touch {
        padding: 30px 0px;
    }

    .get-in-touch h2 {
        font-size: 35px;
    }
    .get-in-touch .boxes {
        margin-bottom: 20px;
    }

    .get-in-touch .boxes:first-child {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .get-in-touch h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .get-in-touch h2 {
        font-size: 25px;
    }
}

/*** ### Register Your Self ### ***/
.register-your-self {
    position: relative;
    padding: 50px 0px;
    background: #8965b4;
}

.register-your-self h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.register-your-self .email-area {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: block;
    margin: auto;
    padding: 0px 70px 0px 0px;
}

.register-your-self .email-area input {
    position: relative;
    height: 60px;
    width: 100%;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.register-your-self .email-area button {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0px;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #000000;
    font-size: 25px;
}

.register-your-self .boxes {
    position: relative;
    padding: 25px 15px;
}

@media (max-width: 1199px) {
    .register-your-self {
        padding: 30px 0px;
    }

    .register-your-self h2 {
        font-size: 28px;
    }

    .register-your-self .email-area {
        padding: 0px 60px 0px 0px;
    }

    .register-your-self .email-area input {
        height: 50px;
        font-size: 15px;
    }

    .register-your-self .email-area button {
        margin-top: -25px;
        right: 0px;
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .register-your-self .boxes {
        padding: 20px 15px;
    }
}

@media (max-width: 1199px) {
    .register-your-self h2 {
        font-size: 25px;
    }
}


/* Mobile */
#shoppingcart .modal-dialog {
    max-width: 768px;
    width: 100%;
    margin: 50px auto;
}

#store_cart {
    float: left;
    width: 100%;
}

/* cart header */
.cart_head {
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    background: #0253b7;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.cart_item ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.cart_item ul li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.cart_item ul li:first-child {
    width: 150px;
}

.cart_item ul li h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.cart_item ul li h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding: 15px 0px;
    text-align: left;
}

.cart_item ul li p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.cart_item ul li .decription-box {
    position: relative;
    padding: 0px 15px;
}

.cart_item ul li .course-image {
    position: relative;
}

.cart_item ul li .course-image img {
    border-radius: 10px;
    width: 100%;
    max-width: 150px;
}

.cart_item ul li .price-box {
    position: relative;
}

.cart_item ul li .price-box .cross {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.cart_action {
    position: relative;
    text-align: right;
    padding: 0px 15px 15px 15px;
}

.cart_action ul {
    margin: 0px;
    padding: 15px 0px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
}

.cart_action li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.cart_action li .label {
    position: relative;
    float: left;
    width: 120px;
}

.cart_action li .price {
    float: left;
    width: 80px;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
}

.cart_action a.checkout {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    outline: none;
    line-height: 47px;
    height: 50px;
    color: #FFFFFF;
    background: #0253b7;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .cart_item ul li .course-image img {
        display: block;
        margin: auto;
    }

    .cart_item ul li:first-child {
        width: 100%;
        display: block;
    }

    .cart_item ul li {
        float: left;
        width: 50%;
    }
}

#login-form .form-group input {
    font-weight: 400;
    letter-spacing: .5px;
}

.page-section {
    position: relative;
    padding: 50px 0px;
}

.form-template-fill {
    position: relative;
    padding-top: 150px;
    margin: 10px auto !important;

}
.form-template-fill  .card{
    margin-bottom: 0;
}
.showActionModalButton {
    cursor: pointer;
}

.language-picker li a{
    color: #000000 !important;
}

@media (min-width: 320px) and (max-width: 768px){
    .main-section{
        position: relative;
        top:60px;
    }
}

.bg-video-wrap video{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.hero-section .left-box.school-login{
border-radius: 18px;
    background: #fff;
    box-shadow: 0 6px 36px 0 rgb(46 51 62 / 45%), 0 1.5px 5px 0 rgba(40, 108, 255, 0.02);
    padding: 32px 24px 24px 24px;
    margin: 0 12px;
}
.hero-section .left-box.school-login h2{
    color: #212529;
    }


.live.auth-link{
    margin-top: 1rem;
   display: inline-flex;
    align-items: center;
    gap: .5rem;
}
.auth-icon.live {
    background-position: -4px -275px;
}
.auth-icon {
    display: block;
    width: 25px;
    height: 25px;
    background: url(authchoice.png) no-repeat;
    border-radius: 3px;
    margin: 0 auto;
}