@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    background: #e2ecf6;
}
img{
    max-width: 100%;
}
a, a:hover{
    transition: all 0.3s;
    color: initial;
    text-decoration: none;
}
:focus{
    box-shadow: none !important;
    outline: none !important;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.theme-color{
    color: #03cfe8;
}
.sec-color{
    color: #3270fc;
}
.bg-theme{
    background-color: #3270fc !important;
}
.font-700{
    font-weight: 700;
}
.font-800{
    font-weight: 800;
}
.theme-btn {
    border-radius: 3px;
    background-color: #ffffff;
    padding-right: 0!important;
    height: 40px!important;
    min-width: 140px!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px!important;
    overflow: hidden;
    position: relative;
    color: #0352d3!important;
}
.theme-btn.blue:after{
    background:#03cfe8;
}
.theme-btn.blue:hover span{
    color:#fff!important;
}
.theme-btn:after {
    content: "";
    border-radius: 100%;
    bottom: 0;
    left: 50%;
    transform: translateZ(0) translate(-50%,50%) scale(0);
    transition: transform .5s cubic-bezier(.165,.84,.44,1);
    will-change: transform;
    pointer-events: none;
    background: #fff;
    position: absolute;
    height: 100px;
    width: 100px;
}
.theme-btn:hover:after {
    transform: translateZ(0) translate(-50%, 0%) scale(2);
}
.theme-btn:hover span {
    color: #03cfe8!important;
}
.theme-btn span {
    z-index: 9;
}
.bg-none{
    background: none!important;
}

/* header */
.top-bar{
    background: #0352d3;
}
.top-bar ul{
    list-style: none;
}
.top-bar ul a{
    color: #fff;
}
.top-bar a:hover{
    color: #03cfe8;
}
.top-bar .social-links ul li {
    padding: 0 12px;
    margin:0;
}
.top-bar .social-links ul li:last-child{
    border:0!important;
}
header {
    z-index: 999;
    width: 100%;
    background-image: linear-gradient(137deg, #01126e 0%, #297ddd 100%);     
}
header #collapsibleNavbar {
    padding-left: 35px;
}
.dropdown-menu li{
    margin: 0!important;
}
.dropdown-menu .dropdown-item {
    font-size: 15px;
    transition: none!important;
}
.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus {
    background: #03cfe8!important;
    color: #fff!important;
}
h1.title {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    color: #202020;
    margin-bottom: 16px;
    position: relative;
}
h1.title span {
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    font-weight: 300;
    color: #080f19;
    max-width: 600px;
    margin: auto;
    line-height: 18px;
}
/* banner */
section.banner {
    padding-top:90px!important;
    position: relative;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 200px);
}
.banner-txt{
    font-weight: 700;
}
.banner-txt h1 {
    margin: 0;
    font-weight: 800;
    text-shadow: 0 0 12px #2c2e35e0;
}
.banner-txt .theme-btn{
    color: #333333!important;
    font-weight: 700;
}
section{
    padding: 70px 0!important;
 }
 .logo{
    max-width: 100px;
 }
/*Why Section*/
.why-sec{
    position: relative;
    z-index: 9;
}
.why-ico{
    font-size: 40px;
    line-height: 16px!important;
}
.why-boxes{
    color: #000000;
    font-size: 14px;
    background-image: linear-gradient(180deg, #03cfe8 0%, #ffffff 50%);
    padding: 20px;
    box-shadow: 0px 0px 4px #0000000f;
}
.why-boxes h4{
    color: #0352d3;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
.why-icon img {
    height: 74px;
    object-fit: contain;
}
/*CTA*/
.cta-sec{
    background-color: #122637;
     min-height: 500px;
}
.apply-btn{
    min-height: 53px;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    border-left: 8px solid #03cfe8;
    color: #333333;
    font-weight: 700;
    font-size: 16px;
}
.apply-btn:hover{
    background: #03cfe8;
    color: #fff;
}
/*Academic Section*/
.acd-sec{
    background-image: url(../img/ac-bg.png);
    background-size: cover;
}
.acd-shape{
    position: absolute;
    right:0;
    bottom: 20px;
    opacity: 0.4;
}
.aca-boxes{
    position: relative;
    z-index: 9;
}
.aca-img{
    border: 2.3998000621795654px solid #e6e6e6;
    border-radius: 36px 0 36px 0;
    box-shadow: 0px 0px 4px #0000000f;
    overflow: hidden;
}
.aca-img img {
    object-fit: cover;
}
.aca-boxes a{
    min-height: 20px;
    border-radius: 2px;
    background-image: linear-gradient(180deg, #03cfe8 0%, #ffffff 50%);
    padding: 8px 14px;
    color: #0352d3;
    font-weight: 700;
}
.aca-boxes h4{
    font-weight: 700;
}
/*Course Section*/
.course-img img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.course-desc {
    position: absolute;
    width: 100%;
    bottom: 0; 
}
.fea-content {
    background: #2b2b2b;
    padding: 10px;
    font-size: 14px;
    position: relative;
}
.fea-content .title {
    position: relative;
    display: flex;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.fea-content .title .fea-title {
    width: 90%;
}
.fea-content .title .fea-title a, .fea-content span, .fea-content p{
    color: #fff;
}
.fea-content .title .like-btn {
    position: absolute;
    right: 0;
}

.like-btn {
    color: #FF0043!important;
}
.instructor img {
    height: 50px;
    width: 50px;
    max-width: 50px;
    border-radius: 50px;
}
.course-btn a {
    font-size: 16px;
    color: #fff;
}
.course-btn a:hover i{
    color: #ff7700!important;
    z-index: 9;
}
.course-btn i {
    color: #fff;
}
.courses-data{
    display: none;
}
.feature-box:hover .courses-data{
    display: block;
}
.course .owl-nav {
    position: absolute;
    margin: 0;
    top: 35%;
    width: 100%;
}
.course .owl-nav button {
    background: #FF7700!important;
    height: 40px;
    width: 40px;
    border-radius: 50px!important;
    color: #fff!important;
    font-size: 18px!important;
}
.course .owl-nav button:hover{
    background: #fff!important;
    color: #FF7700!important;
}
.course .owl-next {
    position: absolute;
    right: 0;
}
.course .owl-prev {
    position: absolute;
    left: 0;
}
.course .owl-dots {
    margin-top: 30px;
}
.course .owl-theme .owl-dots .owl-dot span{
    width:100px!important;
    height: 4px!important;
    margin:0!important;
    border-radius: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7700;
}
span.rate {
    font-size: 18px;
    font-weight: 600;
    color: #ff7700;
}
span.rate i{
    font-size: 16px;
}
/*Client Section*/
.clients-sec .owl-carousel .owl-item img{
    width: auto!important;
    margin: auto!important;
}


/*Faq*/
.card{
    background: transparent!important;
    box-shadow: none!important;
    border: none!important;
}
.card-head h6 {
    color: #fff;
    font-weight: 600;
    position: relative;
    border-bottom: solid 3px #202020;
    padding: 20px 0;
}
.card-head h6 i{
    margin-right: 10px;
    color: #ff7700;
}
.card-head .collapsed h6 i:before{
    content: '\f0fe'!important;
}
.card-body p{
    margin: 0!important;
}
.card-body{
    padding: 20px 0;
    color: hsla(0,0%,100%,.7);
}


/*Contact Us*/
.contact-data,.faq {
    position: relative;
}
.contact-data:after,.faq:after{
    content: url(../img/contact-after.png);
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: -16px;
}
.contact-data .input-group {
    margin-bottom: 20px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: none;
    background-color: #f1f1f1;
}
.input-group input{
    background: transparent!important;
    border: 0;
    height: 49px;
}
.input-group-text{
    border: none;
    padding: 0;
    height: 49px;
    width: 40px;
    display: flex;
    justify-content: center;
    border-right: solid 1px #e0e0e0;
}
.contact-box {
    background: #202020;
    border-radius: 16px;
    box-shadow: 0px 0px 12px #0000002b;
    padding: 24px;
}
.contact-box .text{
    position: relative;
    display: flex;
    top: 0;
    padding-top: 30px;
}
.contact-box .text:before {
    content: "";
    height: 2px;
    background: #f1f1f1;
    width: 100%;
    top: 0;
    position: absolute;
    margin: auto;
}
.contact-box .text p{
    line-height: 24px;
}
.send-btn{
    border: none;
}
.message-box{
    border-radius: 18px!important;
}
.message-box i{
        font-size: 20px;
    transform: rotate(-90deg);
    margin-top: -14px;
}
.contact-icon {
    margin-top: -60px;
}
.cta-box .cta-icon i {
    color: white;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    background: #ea5822;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
}
.cta-box .cta-text h6 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}
/*Counter*/
.counter{
    background: #48BFD6;
    padding: 30px;
    box-shadow: 2px 8px 0 2px #0000002b;
}
.count-item{
    position:relative;
}
.count-item+.count-item:before {
    content: "";
    background: linear-gradient(45deg, transparent,white, transparent);
    position: absolute;
}
.counter h4{
    margin: auto;
}
.counter h3,.counter p{
    font-weight: 600;
}
/*Lead*/
.lead-txt{
    color: #333333;
    font-weight: 700;
}
.lead-txt ul li+li{
    margin-top: 10px;
}
.lead-txt li i{
    color: #3270fc;
}
.lead-boy {
    width: 100%;
    max-width: 140px;
    position: absolute;
    bottom: 0;
    right: 30px;
}
.lead-txt a{
    background: #3270fc!important;
    color: #fff!important;
}
.lead-txt a:hover span{
    color: #3270fc!important;
}
/*About Page*/
.page-title{
    position: relative;
}
.page-title h1{
    position: relative;
    z-index: 10;
}
.page-title .divider {
    width: 73px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff;
    display: inline-flex;
    position: absolute;
    bottom: -15px;
}
.shape{
    min-height: 86px!important;
    max-height: 86px!important;
}
.top-30{
    top: 80px;
}
.bottom-30{
    bottom: 80px;
}
.z-10{
    z-index: 10;
}
.page-title img{
    min-height: 240px;
    object-fit: cover;
}
.title-gradient-bg{
    background-image: linear-gradient(90deg, #3270fc 0%, #01126e 100%);
}
.title-gradient-bg1{
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
}
.opacity-6{
    opacity: 0.6;
}
.inner-title{
    font-weight: 700;
    font-size: 25px;
}
/*
    footer
*/
.page-bg{
    background: url(../img/footer-shade.png);
    background-size: 100%;background-position: bottom;background-repeat: no-repeat;
}
footer {
    padding: 50px 0 20px;
    display: flex;
    background: url(../img/footer-shape.png);
    align-items: flex-end;
}
footer input[type="email"] {
    height: 46px;
    width: 100%;
    border: none;
    border-radius: 4px 0 0 4px;
    color: #000;
    padding: 0 10px;
}
footer form button{
    font-size: 20px;
    border: none!important;
    outline: none!important;
    color: #fff;
    background: #0352d3;
    height: 46px;
    min-width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
}
.footer-content{
    max-width: 850px;
    margin: auto;
}
.footer-img{
    width: 100%;
    position: absolute;
    bottom: 0;
    max-height: 600px;
}
.footer-logo {
    margin: 0 0 25px;
}
footer .about-data {
    font-size: 14px;
}
footer .about-data ul{
    padding: 0;
    list-style: none;
}
footer .about-data ul li{
    display: flex;
    align-items: center;
}
.socials li a {
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.socials li a:hover{
    background: #fff;
    color: #48bfd6;
}
.socials li+li{
    margin-left: 10px;  
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-links ul li {
    margin-right: 20px;
    padding: 0;
}
footer .social-links ul li a{
    font-size: 16px;
}
footer ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none!important;
}
footer ul li a:hover{
    color: #03cfe8; 
}
.quick-links li+li,.contact-info ul li+li{
    margin-top: 10px;
}
.contact-info ul li span{ 
    display: flex;
    align-items: baseline;
}
h3.footer-links {
    color: #92989f;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px;
}

.footer-bottom{
    border-top: 1px solid #fff;
}

.modal-content {
    background: #202020;
    border-radius: 16px;
    box-shadow: 0px 0px 12px #0000002b;
    padding: 24px;
}
.modal-close {
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999999;
}
.modal-close span {
    background-color: #FF7700;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 30px!important;
    text-shadow: none;
    color: #fff;
    padding: 0!important;
    opacity: 1!important;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close span:hover{
    background: #fff;
    color: #FF7700;
}
.modal-backdrop {
    opacity: 1!important;
    background: #000000e0;
}
span.required {
    color: red;
    margin-left: 4px;
}
input.form-control {
    margin-bottom: 20px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: none;
    background-color: #f1f1f1;
    height: 44px;
    border: solid 2px #414141;
}
input.form-control:focus {
    border-color: #ff7700;
}
.
.purchase-box .title, .purchase-box .value {
    width: 50%;
}
.purchase-box .title h4, .purchase-box .value h4{
   font-size: 20px!important;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 46px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    align-items: center;
    height: 36px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #424242;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:checked + label:after{
    content: '';
    width: 24px;
    height: 24px;
    background: #ff7700;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
/*DG*/
.service-sec{
    background: url(../img/digital-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.service-data{
    position: relative;
    z-index: 9;
}
.digital-points img{
    object-fit: contain;
}
.digital-points+.digital-points:before {
    content: "";
    height: 2px;
    width: 80%;
    background: #00cfea;
    position: absolute;
    top: 0;
    left: -50px;
}
.digital-points+.digital-points:after{
    content: "";
    width: 51px;
    height: 5px;
    background-color: #0352d3;
    position: absolute;
    top: -1.5px;
    left: -50px;
}
.digital-content {
    color: #333333;
    font-weight: 700;
}
.digital-content h3{
    font-weight: 800;
}
.digital-points a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1.1338000297546387px solid #b3b3b3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    color: #b3b3b3;
}
.digital-points a:hover{
    border-color: #0352d3;
    background: #0352d3;
    color: #fff;
}
a.outline-btn {
    min-width: 145px;
    min-height: 26px;
    border-radius: 3px;
    border: 0.9598000049591064px solid #0352d3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    color: #0352d3;
    font-weight: 700;
}
a.outline-btn:hover{
    background: #0352d3;
    color: #fff;
}
/*Portol*/
.portol-ico {
    width: 116px;
    height: 116px;
    border-radius: 58px;
    background-color: #ffffff;
    border: 2.3998000621795654px solid #03cfe8;
}
.portol-ico h5{
    font-size: 18px;
}
.box-ico img{
    height: 80px;
    object-fit: contain;
}
.box-content h5 {
    color: #333333;
    font-weight: 700;
    font-size: 18px;
}
.box-content a{
    min-height: 44px;
    border-radius: 11px;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-content a:hover{
    box-shadow: 0px 4px 8px #00000040;
}
/*Form*/
.form-title{
    color: #333333;
    font-weight: 700;
    font-size: 25px;
}
.login-form{
    border-radius: 15px;
    background-color: #ffffff;
    border: 1.1338000297546387px solid #e6e6e6;
}
.login-form label{
    color: #333333;
    font-weight: 700;
}
.login-form input{
    height: 60px;
    border-radius: 7px;
    background-color: #e6e6e6;
    border: 1.1338000297546387px solid #cccccc;
    padding: 10px;
    width: 100%;
}
.login-form input:hover,.login-form input:focus{
    border-color: #0352d3;
}
.login-form .submit-btn{
    height: 60px;
    border-radius: 7px;
    background-color: #0352d3;
    border: 1.1338000297546387px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
.login-form .submit-btn:hover,.login-form .submit-btn:focus{
    background: #03cfe8;
}
.form-check{
    padding:0!important;
}
.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-check label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1.1338000297546387px solid #999999;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
}
.form-check input:checked + label:before{
    background: #0352d3;
    border-color: #0352d3;
}
.form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(
45deg
);
}
.forgot-link{
    color: #0352d3;
    font-weight: 700;
}
.forgot-link:hover{
    color: #03cfe8;
}
/*Contact*/
.contact-list{
    border: 1.1338000297546387px solid #cccccc;
}
.contact-list h6{
    font-weight: 700;
    font-size: 16px;
}
.contact-ico i{
    min-width: 38px;
    height: 34px;
    font-size: 16px;
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
}
.contact-ico:after {
    width: 0;
    height: 0;
    border-top: 7px solid #0353d3;
    border-left: 9.5px solid transparent;
    content: "";
    position: absolute;
    left: -10px;
    bottom: -7px;
}
.contact-txt{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.contact-form .field {
    background-color: #ffffff;
    border: 1.1338000297546387px solid #cccccc;
    padding: 10px;
    width: 100%;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}
.contact-form input.field{
    height: 42px;
}
.contact-form .field:hover,.contact-form .field:focus{
    border-color: #3270fc;
}
.contact-form .submit-btn {
    min-width: 152px;
    min-height: 42px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none!important;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}
.contact-form .submit-btn:hover,.contact-form .submit-btn:focus{
    background-image: linear-gradient(90deg, #00cfea 0%, #0352d3 100%);
}
.contact-form .submit-btn i{
    top: 3px;
    position: relative;
}
/*Step Form*/
.stepper {
    border: 4px solid #0352d3;
    padding: 16px;
    background: #fff;
    border-radius: 14px;
}
.stepper.no-before:before{
    display: none;
}
.step-shape {
    width: 70%;
    height: 16px;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
    position: absolute;
    margin: auto;
}
.step-shape.top {
    top: -10px;
}
.step-shape.bottom {
    bottom: -10px;
}
.step-box {
    border-radius: 4px;
    background-color: #ffffff;
    border: 0.4320000112056732px solid #e6e6e6;
    box-shadow: 8px 8px 12px #9999996e;
}
.step-no {
    width: 160px;
    height: 80px;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
    border-radius: 0 0 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-no::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #0194df;
    position: absolute;
    bottom: -12px;
}
.step-no span{
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    opacity: 0.4;
}

.step-txt{
    color: #333333;
    font-weight: 400;
    font-size: 14px;
}
.step-txt h5 {
    color: #0352d3;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
/*Cambridge Advanced*/
.ca-img{
    min-height: 300px;
    object-fit: cover;
}
.image-box {
    border: 4px solid #fff;
    box-shadow: 0px 0px 12px #00000054;
    overflow: hidden;
}
.image-box img{
    object-fit: cover;
    height: 320px;
    transition: 0.4s;
}
.image-box:hover img{
    transform: scale(1.1);
}
.img-content {
    min-height: 35px;
    border-radius: 6px 6px 0 0;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
    text-align: center;
    width: 88%;
}
.img-content h5 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
.img-content h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}
.read-btn{
    min-height: 42px;
    border-radius: 7px;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
    background-image: linear-gradient(0deg, #0352d3 0%, #03cfe8 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}
.read-btn:hover,.read-btn:focus{
background-image: linear-gradient(0deg, #03cfe8 0%, #0352d3 100%);
}
/*Services*/
.service-box {
    background-color: #e2ecf6;
}
.service-box.service-content ul {
    list-style: disc;
    padding-left: 18px;
}
.service-box.service-content ul li::marker {
  color: #3270fc;
}
.service-box.service-content ul li+li{
    margin-top: 8px
}
.services-sidebar {
    background-image: linear-gradient(90deg, #01126e 0%, #297ddd 100%);
}
.services-links a{
    color: #fff;
    display: flex;
}
.services-links a.active{
    color: #03cfe8;
    font-weight: 700;
}
.services-links a i{
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    color: #fff!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-image: linear-gradient(90deg, #0352d3 0%, #00cfea 100%);
}
.services-links a:hover,.services-links a:focus{
    color: #03cfe8;
}
.services-links li+li{
    margin-top: 12px;
}
.elearn-img{
    border: 10px solid #c5cdd5;
}
.curriculum-box {
    background-color: #0352d3;
    border-radius: 0 0 60px 0;
    max-width: 370px;
    width: 100%;
}
.curriculum-box a{
    background-image: linear-gradient(0deg, #0352d3 0%, #03cfe8 100%);
    min-height: 40px;
    border-radius: 7px;
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 181px;
    box-shadow: 0px 0px 0 6px #dee8f2;
    position: relative;
    top: 16px;
}
.curriculum-box a:hover{
    background-image: linear-gradient(0deg, #03cfe8 0%, #0352d3 100%);   
}
.ls-box{
    background: url(../img/ls-bg.png);
    background-size: cover;
    border-radius: 0 0 14px 14px;
}
.ls-content{
    margin-top: -85px;
}
.ls-img {
    border-radius: 18px;
    box-shadow: 0px 0px 0 10px #e2ecf6;
}
.sc-points{
    background-image: linear-gradient(156deg, #01126e 0%, #297ddd 100%);
    border-radius: 18px;
    box-shadow: 0px 0px 0 10px #e2ecf6;
}
.sc-points li a{
    color:#fff;
    display: flex;
    align-items: baseline;
}
.sc-points li a:hover{
    color:#03cfe8;
}
.sc-points li i{
    position: relative;
    top: 1px;
}
.sc-points li+li{
    margin-top: 10px;
}
.list-links li a{
    color: #3270fc;
}
.list-links li a:hover {
    color: #03cfe8;
}
@media(min-width: 1300px){
    footer{
        min-height: 580px;
        background-position: top right;
        background-size: 100% 100%;
    }
}

@media(max-width: 1299px) and (min-width: 992px){
    footer {
    min-height: 600px;
    background-position: top center;
    background-size: cover;
}
}
@media(min-width: 1800px){
    .cta-sec{
        min-height: 800px;
    }
}
@media(min-width: 768px){
    .banner-txt{
        max-width: 260px;
    }
    
    .cta-img {
    position: absolute;
    height: 100%;
    max-width: 60vw;
    width: 100%;
}
.dia-shape {
        position: absolute;
        width: 100%;
        max-width: 20vw;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .quick-links{
        margin: auto;
    }
    .stepper::before {
        content: "";
        height: 30px;
        width: 32px;
        background: white;
        position: absolute;
        left: -32px;
        border-width: 4px 0;
        border-style: solid;
        border-color: #0453d2;
    }
    .service-content{
        box-shadow: 16px 20px 16px #9999992b;
    }
    .sc-img{
        position: relative;
        right: -100px;
        border-radius: 14px;
    }
}
@media(max-width: 767px){
    .stepper::before {
        content: "";
        height: 46px;
        width: 30px;
        background: white;
        position: absolute;
        top: -46px;
        border-width: 0 4px;
        border-style: solid;
        border-color: #0453d2;
    }
}
@media(min-width: 992px){
    header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 24px 0;
    padding: 0!important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
}
header .navbar-nav .nav-link:hover,header .navbar-nav .nav-link.active{
    color: #03cfe8;
}
 header ul.navbar-nav li+li {
    margin: 0 0 0 32px;
}
.enroll-btn {
    border-radius: 3px;
    background-color: #ffffff;
    padding-right: 0!important;
    height: 40px!important;
    min-width: 140px!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px!important;
    overflow: hidden;
    position: relative;
    color: #0352d3!important;
}
.theme-btn.blue:hover span{
    color:#fff!important;
}
.enroll-btn:after {
    content: "";
    border-radius: 100%;
    bottom: 0;
    left: 50%;
    transform: translateZ(0) translate(-50%,50%) scale(0);
    transition: transform .5s cubic-bezier(.165,.84,.44,1);
    will-change: transform;
    pointer-events: none;
    background: #03cfe8;
    position: absolute;
    height: 100px;
    width: 100px;
}
.enroll-btn:hover:after {
    transform: translateZ(0) translate(-50%, 0%) scale(2);
}
.enroll-btn:hover span {
    color: #fff!important;
}
.enroll-btn span {
    z-index: 9;
    text-transform: uppercase;
}
.aca-img img {
    height: 200px;
}
    .gradient-shape{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        max-width: 50%;
    }
    .light-shape{
        position: absolute;
        bottom: 70px;
        left: 0;
    }
    .dark-shape{
        position: absolute;
        bottom: 200px;
        right: 0;
    }
    img.footer-ico {
    max-width: 220px;
    position: absolute;
    top: -24px;
    left: 30%;
    display: inline;
    border-radius: 50%;
    border: 6px solid #fff;
}
img.fp-ico{
    max-width: 260px;
    position: absolute;
    top: -80px;
    left: 60%;
    display: inline;
}
    .banner-txt h1 {
        font-size: 48px;
    }
    .why-boxes h4{
        max-width: 200px;
    }
    .aca-boxes h4{
        font-size: 22px;
    }
    .lead-txt{
        max-width: 480px;
        margin-left: auto;
    }
    .lead-txt h4 {
        color: #333333;
        font-weight: 700;
        font-size: 32px;
        max-width: 200px;
    }
    .digital-content {
        max-width: 380px;
    }
    .service-sec{
        background-size: 100%;
    }
    .digital-points img{
        height: 80px;
        width: 80px;
    }
    .counter h4{
        font-size: 20px;
        max-width: 160px;
    }
    .quick-links{
        max-width: 50%;
    }
    .sc-points{
        margin-top: -80px;
    }
}
@media(max-width: 991px){
    /* mobile menu */
.mobile-menu{
    z-index: 9999999999;
    position: relative;
}
.sidenav {
  height: 100%;
  width: 100%;
  max-width: 250px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -100%;
  background-color: #03cfe8;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  text-align:center;
}
.navbar-nav,.navbar-nav li{
    width: 100%;
}
.sidenav li a{
    padding: 12px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    transition: 0.3s;    
}
.sidenav li+li {    
    border-bottom: 1px solid #ffffff1a;
}
.sidenav a:hover,.sidenav a:focus,.sidenav a.active{
  color: #0352d3;
}
.sidenav .closebtn {
     position: absolute;
    top: 0;
    right: 12px;
    font-size: 52px;
    margin-left: 50px;
    padding: 0;
    color: #fff;
}
.navbar-nav .dropdown-menu{
    background: transparent;
    box-shadow: none !important;
    border: none;
    text-align: center;
    margin: 0;
    padding-top: 0;
}
.navbar-nav .dropdown-menu li{
    border: none!important;
}
.navbar-nav .dropdown-menu .dropdown-item{
    font-size: 14px;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,.navbar-nav .dropdown-menu .dropdown-item:focus{
    color: #0352d3!important;
}
    .container{
        max-width: 96%!important;
    }
    .banner{
        background-image: linear-gradient(to bottom, #01126e, #2978da, #e2ecf6);
    }
    .banner-txt h1 {
        font-size: 32px;
    }
    .aca-boxes h4{
        font-size: 18px;
    }
    .aca-img img {
        height: 150px;
    }
    .lead-txt h4 {
        color: #333333;
        font-weight: 700;
        font-size: 28px;
    }
    .service-sec{
        background-size: cover;
        padding-bottom: 0!important;
    }
    .digital-content {
        padding-right: 56px;
    }
    .digital-points img{
        height: 60px;
        width: 60px;
    }
    .digital-content h3{
        font-size: 22px;
    }
    .bg-gradient{
        background: linear-gradient(to bottom, #00cfea, #0352d3);
    }    .counter h4{
        font-size: 16px;
        max-width: 120px;
    }
    .counter p{
        font-size: 13px
    }
    footer{
            background: #2671b1;
    }
}
@media(min-width: 576px){
    .count-item+.count-item:before {
        height: 100%;
        width: 2px;
        background: linear-gradient(45deg, transparent,white, transparent);
        left:0;
    }
}
@media(max-width: 575px){
    .no-after:before{
        display: none;
    }
    
    .count-item+.count-item:before {
        height: 2px;
        width: 60%;
        margin:auto;
        background: linear-gradient(45deg, transparent,white, transparent);
        left:0;
        right: 0;
        top:0;
    }

    .forgot-link,.form-check-label{
        font-size: 14px;
    }

}
@media(max-width: 420px){
    .aca-boxes h4 {
    min-height: 43.19px;
}
}