@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,900&display=swap');
/*font-family: 'Lato', sans-serif;*/

body{font-family: 'Lato', sans-serif;}
a{color: #0661b6;}
a:hover{text-decoration: none;}
p {margin-bottom: 5px;}
.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.1);
}
.font-4rem{
    font-size:4.5rem;
}

.text-blue{color: #0661b6;}
/*login style*/
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px 0px 0px 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 15px 0px rgba(14, 14, 14, 0.1);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-1 form .input-group i {
    position: absolute;
    display: flex;
    right: 9px;
    top: 10px;
    color: #bbbbbb;
}
.login-form-2{
    padding: 5%;
    background: #0661b6;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px 15px 15px 0px;
}
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #bbbbbb;
    font-weight: 600;
    text-decoration: none;
    float: right;
}

/*login style end*/

.mr-20{margin-right: 8px !important;}
.list-inline li{
    display:inline-block;
}
.menu-btn-login li a {
    background: #0661b6;
    color: #fff;
    padding: 9px 15px;
    border-radius: 25px;
}
.menu-btn-login li a:hover {
    text-decoration: none;
}
.home-va .navbar-dark .navbar-nav .nav-link {
    color: #747e8c;
    padding: 5px 7px;
    font-weight:bold;
    transition:all .4s;
}
.home-va .navbar-dark .navbar-nav .nav-link:focus,.home-va .navbar-dark .navbar-nav .nav-link.active, .home-va .navbar-dark .navbar-nav .nav-link:hover{
    color: #ffffff;
    background-color:#0661b6;/*#02187e*/
    box-shadow: 0px 14px 17px -10px rgb(6 97 182/ 48%);
    margin-top: -5px;
    border-radius:6px;
}

.m-auto{margin: auto;}
/*bubbles*/

.bubble {
    width: 60px;
    height: 60px;
    background: #0661b6;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
}

.x1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    background: #0661b6;
    -webkit-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 15s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
    -o-animation: moveclouds 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
}
.x3 {
    left: 350px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -moz-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    -o-animation: moveclouds 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
}
.x4 {
    right: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x5 {
    right: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
@-webkit-keyframes moveclouds { 
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes moveclouds {     
    0% { 
        top: 500px;
    }

    100% { 
        top: -500px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
@-o-keyframes moveclouds {
    0% { 
        top: 500px;
    }
    100% { 
        top: -500px;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:50px;
    }
}
/*bubbls end*/

.banner-big-text{
    font-family: cursive;
    color: #1d2a3b;
    font-weight: 700;
    line-height: 52px;
    padding-top: 46px;
    font-size: 42px;
}
.banner-sub-text{
    color: #747e8c;
    font-weight: 400;
}
.banner-form-search {
    width: 350px !important;
    height: 42px !important;
    border-radius: 0px;
    padding: 17px 12px;
}
.btn-blue {
    background: #0661b6;
    color: #fff;
    border-radius: 0px;
    padding: 8px 15px;
    border: 1px solid #0661b6: 
}
.btn-blue:hover {
    background: #fff;
    color: #0661b6;
    border-radius: 0px;
    padding: 8px 15px;
    border: 1px solid #0661b6;
}
.home-va .navbar-dark .navbar-toggler {
    color: rgb(2, 23, 128);
    border-color: rgb(2, 23, 128);
    background: #021780;
}
/*section about-career start*/
.about-career {
    background: #f7f9fc;
    margin-top: 90px;
    padding-bottom: 90px;
}
.mt--105{
    margin-top: -105px;
}
.btn-dark{
    background-color: #54c1f5;
    color: #fff;
    border: 1px solid #54c1f5;
    border-radius: 25px;
    padding: 7px 30px;
    transition: all .4s;
}
.btn-dark:hover{
    background-color: rgb(33 150 243);
    color: #fff;
    border: 1px solid rgb(33 150 243);
    border-radius: 25px;
    padding: 7px 30px;
}
.img-float-left {
    margin-left: -60px;
    margin-top: -25px;
    float: left;
}

/*section course-exams*/
.course-exams {
    padding: 53px 10px;
}
.course img {
    width: 50px;
}
.course h5 {
    padding: 25px 0px 7px;
}
.learn-more{
    color: #1d2a3b;
    font-weight: 700;
}
.learn-more i {
    color: #545cf5;
}
.bdr-radious-50{
    border-radius: 50px;
}
.bdr-l{border-left: 1px solid #ebeff6;}
.bdr-r{border-right: 1px solid #ebeff6;}
.bdr-b{border-bottom: 1px solid #ebeff6;}
.bdr-t{border-top: 1px solid #ebeff6;}

/*Trending  Exams section*/
.treding{background-color: #f7f9fc;padding-top: 50px;padding-bottom: 30px;}


.main-box{
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px 0px rgba(14, 14, 14, 0.1);
  float: left;
  padding: 10px;
  margin-bottom: 20px;
  transition: all .4s;
     -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
#video .main-box:hover{
     background-color: rgb(33 150 243);
     color:#fff;
      cursor: pointer;
}
#video .main-box:hover a{
     
     color:#fff;
}
.main-box2{
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 15px 0px rgba(14, 14, 14, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
.box70 {
    width: 70%;
    float: left;
}
.box70 h5 {
    font-size: 17px;
    font-weight: 700;
}
.trd-post{
    background: #f1f1f1;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    text-align: center;
    padding: 7px 18px;
    border-radius: 4px;
    line-height: 3;
}
.box70 ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 18px;
}
.box70 ul li{
    display: inline-block;
    font-size: 15px;
}
.box70 ul li small{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.ul-challenge{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 18px;
}
.ul-challenge li {
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
}
.ul-challenge li small{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.box30 {
    width: 30%;
    float: left;
}
/*app download section*/
.bg-download {
    background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.app-details{
    padding-top: 100px;
}
.app-details ul{
    padding-left: 0px;
    list-style: none;
}
.app-details ul li {
    color: #747e8c;
    font-size: 15px;
    line-height: 2;
}
.app-details ul li i{
    color: #0661b6;
}
/*subscribe section*/
.bg-subscribe .card {
    border-radius: 80px;
    background-color: rgb(255 255 255 / 0.85);
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    border: none;
}
.btn-subscribe{
    background: #0661b6;
    color: #ffffff;
    border-radius: 0px;
    padding: 8px 15px;
    border: 1px solid #0661b6;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 25px;
}
.btn-subscribe:hover{}
.form-subscribe{
    position: relative;
    margin-top: 25px;
}

.form-subscribe .form-control {height: 52px;border-radius: 25px;}

/*footer*/
.footer{
    background-color: #6a9bd0;
    padding: 115px 10px 10px 10px;
    margin-top: -80px;
}
.quck-access{
padding-left: 0px;
list-style: none;
}
.quck-access h5 {
    color: #fff;
    font-size: 17px;
}
.quck-access li{

}
.quck-access li a{
    color: #ffffff;
    font-size: 13px;
    line-height: 35px;
}
.text-mov{
    color: #7c7d94;
}
.social-media{
    padding-left: 0px;
    list-style: none;
}
.social-media li{
    display: inline-block;
}
.social-media li a{
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: block;
    color: #1d2a3b;
    text-align: center;
    border-radius: 19px;
    padding: 5px;
    margin-right: 6px;
    transition: 0.3s;
    font-size: 13px;
}
.social-media li a:hover{
    background-color: #0661b6;
    color: #fff;
}
.footer-two {
    padding: 15px;
    background: #fff;
}

/*======================test page======================*/
.test {
    padding: 15px 20px 20px 20px;
}
.time-span {
    float: left;
    margin-right: 15px;
    margin-bottom: 26px;
}
.img-calculator{
    width: 54px;
    display: block;
    margin: 14px auto;
    float: right;
}
.cus-dpt-name{
    color: #0661b6;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 21.62px 1.38px rgba(37, 37, 37, 0.05);
    padding: 15px 20px 15px 20px;
}
.cus-dpt-name .rem-text{    
    color: #747e8c;   
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.question-description h5{
    font-weight: 700;    
    font-size: 18px;
}
.question-box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 21.62px 1.38px rgba(37, 37, 37, 0.05);
    padding: 16px 10px 7px 12px;
    /* padding-top: 55px; */
    padding-bottom: 20px;
}
.bookmard-span {
    background-color: #f6f6f6;
    padding: 7px 25px;
    border-radius: 25px;
    float: right;
    font-size: 12px;
    font-weight: 700;
}
.q-number {
    background: #0661b6;
    color: #fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    /* margin-left: 7px; */
    /* margin-top: 57px; */
    /* font-size: 16px; */
}
.pos-checkbox{
    position: absolute;
    top: -6px;
    z-index: 9;
}
#question ul {
    list-style: none;
    padding-left: 0;
}
#question ul li {
    float: left;
    width: 49%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #fff;
    box-shadow: 0px 6px 21.62px 1.38px rgba(37, 37, 37, 0.05);
    margin-right: 11px;
    margin-bottom: 15px;
    padding: 34px 50px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.ans-check{
    
margin-right: 11px;
    
zoom: 2;
    
position: absolute;
    
left: 7px;
}
.q-number1 {
    background: #0661b6;
    color: #fff;
    padding: 3px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}
.main-title {
    font-weight: 700;
    font-size: 18px;
}
/**/
.bg-col-4 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 21.62px 1.38px rgba(37, 37, 37, 0.05);
}
.bg-col-4 .box1, .bg-col-4 .box2 {
    padding: 16px 19px;
    border-bottom: 1px dashed #ccc;
    float: left;
}
.bg-col-4 .box1 p{
    margin-bottom: 0px;
}
.ststus-ul {
    padding-left: 0px;
    list-style: none;
}
.ststus-ul li {
    width: 46%;
    float: left;
    position: relative;
    background: #f6f6f6;
    padding: 7px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 25px;
}
.ststus-ul li a{
    color: #747e8c;
    text-transform: capitalize;
    line-height: 22px;
    font-size: 15px;
}
.ststus-ul li a span{
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #0661b6;
    border-radius: 25px;
    text-align: center;
    padding: 3px;
}
.q-number-ul{
    padding-left: 0px;
    list-style: none;
}
.q-number-ul li{
display: inline-block;
}
.q-number-ul li .btn-number{color: #747e8c;padding: 7px 14px;border: 1px dashed;border-radius: 5px;float: left;margin-right: 3px;}
.box1, .box2, .box3{padding: 10px 15px;float: left;width: 100%;border-bottom: 1px dashed #ccc;}
.box3 .form-check-label {
    font-size: 13px;
    color: #747e8c;
}
.btn-shadow {
    border-radius: 25px;
    box-shadow: 1px 0px 5px rgba(6, 97, 182, 0.4);
}
.bg-answered{
    background-color: #0661b6 !important;
}
.bg-not-answered{
    background-color: #ff5722 !important;
}
.bg-reviewed{
    background-color: #ffc107 !important;
}
.bg-not-visited{
    background-color: #0661b6 !important;
}

.bg-answered-sub{
    background-color: rgb(139 195 74 / 50%) !important;
    color: rgb(139, 195, 74) !important;
}
.bg-not-answered-sub{
    background-color: rgb(255 87 34 / 39%) !important;
    color: rgb(255, 87, 34) !important;
}
.bg-reviewed-sub{
    background-color: rgb(255 193 7 / 39%) !important;
    color: rgb(255, 129, 0) !important;
}
.bg-not-visited-sub{
    background-color: rgb(6 97 182 / 39%) !important;
    color: rgb(6, 97, 182) !important;
}
/*scroll bar*/
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.scroll-250 {
    height: 250px;
    overflow-x: scroll;
}
.scroll-400 {
    height: 400px;
    overflow-x: scroll;
}
.scroll-560 {
    height: 480px;
    overflow-x: scroll;
}
.scroll-515 {
    height: 515px;
    overflow-x: scroll;
}
/*end scroll bar*/

.cus-radio-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cus-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cus-radio-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.cus-radio-button:hover input ~ .checkmark {
  background-color: #ccc;
}
.cus-radio-button input:checked ~ .checkmark {
  background-color: #2196f300;
  border: 1px solid #0661b6;
}
.cus-radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus-radio-button input:checked ~ .checkmark:after {
  display: block;
}
.cus-radio-button .checkmark:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0661b6;
}
/**/
.option-box {
    margin-top: 20px;
}
.option-box .cus-radio-button {
    float: left;
    width: 49%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #fff;
    box-shadow: 0px 6px 21.62px 1.38px rgba(37, 37, 37, 0.05);
    margin-right: 0px;
    padding: 34px 50px;
    font-size: 16px;
}
.option-box .cus-radio-button .checkmark {
    position: absolute;
    top: 35px;
    left: 18px;
    height: 25px;
    width: 25px;
}
.option-box .cus-radio-button .option-number{
    position: absolute;
    top: 7px;
    left: 21px;
    font-size: 11px;
    width: 20px;
    height: 20px;
    padding: 2px;
    background: #0661b6;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.btn-theme-dark{
    background-color: #54c1f5;
    color: #fff;
    border: 1px solid #54c1f5;
    border-radius: 25px;
    padding: 8px 20px;
}
.btn-theme-dark:hover{
    background-color: #fff;
    color: #54c1f5;
}
.btn-theme-blue {
    background: #0661b6;
    color: #fff;
    border: 1px solid #0661b6;
    padding: 8px 15px;
    border-radius: 25px;
    padding: 8px 20px;
}
.btn-theme-blue:hover{
    background: #fff;
    color: #0661b6;
    box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
}
.btn-theme-danger {
    background: #ff5722;
    color: #fff;
    border: 1px solid #ff5722;
    padding: 8px 15px;
    border-radius: 25px;
    padding: 8px 20px;
}
.btn-theme-danger:hover{
    background: #fff;
    color: #ff5722;
    box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
}
.btn-theme-warning {
    background: #ffc107;
    color: #fff;
    border: 1px solid #ffc107;
    padding: 8px 15px;
    border-radius: 25px;
    padding: 8px 20px;
    /* box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2); */
}
.btn-theme-warning:hover{
    background: #fff;
    color: #ffc107;
    box-shadow: 5px 8px 13px rgba(0, 0, 0, 0.2);
}
/*coundown Timer*/
.calculator {
   /* width: 490px; */
   background-color: #353333;
   padding: 20px;
   border-radius: 10px;
   /* margin: 12% 30%; */
}
.calc-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.button {
   margin: 3px;
   width: 63px;
   border: none;
   height: 25px;
   border-radius: 4px;
   color: #ffffff;
   cursor: pointer;
}
button:hover {
  /* background-color: #0661b6; */
  transition: .2s;
}
.functions-one {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.functions-two {width: 50%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.triggers {
    background-color: #ffc266;
}
.numbers {
    background-color: #999999;
}
.numbers:hover {
    background-color: #999999;
}
.basic-stuff {
    background-color: #80d4ff;
}
.complex-stuff {
    background-color: #0661b6;
}
#calculator .modal-content{
    background: transparent;
    border: none;
}
#calculator .modal-content .close{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: -20px;
    margin-right: -17px;
    background-color: #ccc !important;
    padding: 7px 10px !important;
    border-radius: 18px;
}
/*coundown timer end*/

/*test right navbar start*/
.test-sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 0px;
  box-shadow: -1px 0px 20px rgba(0, 0, 0, 0.3);
}
.right-nav-icon{
    line-height: 60px;
    float: right;
    margin-left: 20px;
    font-size: 30px;
}
.test-sidenav a {

}

.test-sidenav a:hover {
}

.test-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  margin-left: 50px;
  background: #ccc;
  padding: 0px 12px;
}
.radioActive{
    border: 1px solid #0661b6 !important;
    background-color: #0661b61a !important;
}
/*test right navbar end*/

/*custom checkbox*/
.cus-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cus-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cus-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
}
.cus-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.cus-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cus-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cus-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*checkbox end*/
.error-mrk {
    display: initial;
    margin-left: 34px;
    font-size: 14px;
    text-transform: capitalize;
    color: #d40101;
    /* top: 20px; */
}
.error-mrk input:checked ~ .checkmark {
    background-color: #d40101;
}
/*after login menu start*/
.prifile-text a{
    background: #0661b6;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 5px 12px;
    display: inline;
    border-radius: 26px;
    border: 3px solid #fff;
    margin-left: 15px;
    margin-right: 5px;
}
.dex-logout{
    display: block;
    text-align: right;
    color: #747e8c;
    font-weight: 400;
}
.icon-notification a {
    font-size: 22px;
    color: #727c89;
    display: block;
}
/*dashboard start*/
.img-profile {
    float: left;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.dashboard-ul .nav-item {
    border: 1px solid rgba(116, 126, 140, 0.3);
}
.dashboard-ul .nav-link.active, .dashboard-ul .show>.nav-link {
    color: #fff;
    background-color: #0661b6;
}
.dashboard-ul  .nav-link {
    display: block;
    padding: 11px 17px;
}
.dashboard-ul  .nav-link {
    border-radius: 0px;
}
/*dashboard card*/
.widget{
    border-radius: 13px;
    padding: 15px 10px;
    margin-bottom: 20px;
    min-height: 120px;
    position: relative;
}
.widget.widget-default {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 15px 0px rgba(14, 14, 14, 0.1);
}
.widget.widget-item-icon .widget-item-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    margin-top: 8px;
    padding-right: 10px;
    background: #547af5;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 2px 3px 20px rgba(84, 122, 245, 0.5);
}
.widget.widget-item-icon .widget-data {
    padding-left: 90px;
}
.widget.widget-item-icon .widget-item-left {
    width: 70px;
    padding: 20px 0px;
    text-align: center;
}
.widget .widget-item-left {
    margin-left: 10px;
    float: left;
}
.widget-item-left span {
    font-size: 30px;
}
.widget-warning {
    background: #ffa000 !important;
    box-shadow: 2px 3px 20px rgba(255, 160, 0, 0.1) !important;
}
.widget-success {
    background: #8bc34a !important;
    box-shadow: 2px 3px 20px rgba(139, 195, 74, 0.1) !important;
}
.widget-title-primary {
    color: #547af5;
}
.widget-title-warning{
    color: #ffa000;
}
.widget-title-success{
    color: #8bc34a;
}
.widget1 {
    border-radius: 13px;
    padding: 15px 10px;
    margin-bottom: 20px;
    position: relative;
}
.widget1.widget-default {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 15px 0px rgba(14, 14, 14, 0.1);
    transition: all .4s;
     -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  cursor: pointer;
}
.widget1.widget-default:hover, .widget1.widget-default:focus{
    background-color:rgb(33 150 243);
    color:#fff;
}
.bdr-left-primary{
    border-left:7px solid #54c1f5;
}
.bdr-left-info{
    border-left:7px solid #547af5;
}
.bdr-left-warning{
    border-left:7px solid #ffa000 ;
}
.bdr-left-success{
    border-left:7px solid #8bc34a;
}
.bdr-left-dark{
    border-left:7px solid #676767;
}
.box6{
    border: 1px solid;
    /* display: flow-root; */
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 16px;
    margin: 0px 0px 25px 0px;
}
.btn-desab {
    background-color: #f1f2f4;
    color: #757e8d;
    padding: 9px 22px;
    font-size: 15px;
    border: none;
    border-radius: 25px;
}
.btn-desab:focus {outline: none;}
.font25{
    font-size: 25px;
}
/*switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  /* float: right; */
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.4);
}

input:checked + .slider {
  background-color: rgba(6, 97, 182, 0.4);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(32px);
  background-color: #0661b6;
}

/* Rounded sliders */
.slider.round {
  border-radius: 40px;
}

.slider.round:before {
  border-radius: 50%;
}
/*switch end*/

.setting-figur {
    color: #747e8c;
    font-size: 17px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #747e8c;
}
.setting-figur i {
    color: #747e8c;
    font-size: 20px;
    padding-right: 16px;
}
.cus-rating {
    background: #8bc34a;
    color: #fff;
    padding: 5px 9px;
    font-size: 11px;
    border-radius: 25px;
    float: right;
}
.cus-rating i {
    padding-right: 2px;
    font-size: 12px;
    color: #fff;
}
.mt--20{margin-top: -30px;}

/*input type file*/.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 9px 12px;
  width: 100%;
  position: relative;
  border-radius: 3px;
}
.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.file-input > .button {
  /* display: inline-block; */
  cursor: pointer;
  background: #54c1f5;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  /* float: right; */
  position: absolute;
  right: -8px;
  top: -3px;
  width: 140px;
  height: 42px;
  text-align: center;
}
.file-input:hover > .button {
  background: rgb(33 150 243);
  color: white;
}
.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}
.file-input.-chosen > .label {
  opacity: 1;
}
.form-control{
    background-color: #f1f1f1;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #02197e;
    border-color: #02197e;
    d: ;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(2 25 126);
}
.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgb(33 150 243);
}
/*course*/
.course-ul{
    padding-left: 0px;
    list-style: none;
    display: block;
}
.e-class-video{
    width:100%;
    height:300px;
}
.course-ul li a{
    color: rgb(33 37 41);
    padding: 11px 36px;
    display: block;
    transition: 0.3s;
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    /* border-top: 3px solid rgb(6, 97, 182); */
    /* margin-bottom: 1px; */
    /* font-size: 14px; */
    /* background: #0661b6; */
    /* width: 100%; */
}
.course-ul li a:hover{color: #212529;/* border-radius: 0; *//* background-color: rgb(255, 255, 255); *//* box-shadow: 0px 2px 15px 0px rgba(14, 14, 14, 0.1); *//* border-bottom: 3px solid #ffffff; *//* border-top: 3px solid #ffffff; *//* border-right: 20px solid #0661b6; *//* padding-left: 4px; */}
/*blog page*/
.blog-parallax {
  background-image: url("../images/bg-blog.png");
  height: 200px;
  background-attachment: fixed;
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}
.blog-date-h5{
    margin-top: -50px;
    margin-bottom: 26px;
}
.blog-date-top {
    margin-top: -29px;
    margin-bottom: 26px;
    position: absolute;
}
.blog-date {
    background-color: #0661b6;
    color: #fff;
    font-size: 12px;
    padding: 8px 14px;
}
.blog-sub-mail {
    width: 100%;
    border: none;
    border-bottom: 1px solid #6d6d6d;
    margin-bottom: 18px;
    outline: none;
    padding-bottom: 15px;
}
.categori-ul{
    padding-left: 45px;
}
.categori-ul li{
    padding: 8px 6px;
}
.categori-ul li a{color: #747e8c;}
.categori-ul li a span{    
    float: right;    
    background-color: #0661b6;    
    padding: 2px 11px;    
    color: #fff;    
    border-radius: 5px;
}
.tag a {
    padding: 5px 10px;
    display: inline-block;
    color: #747e8c;
}
.tag a:hover {
    color: #0661b6;
}
.box6.challengeName {
    transition: 0.3s;
    cursor: pointer;
}
.box6.challengeName:hover {
    background: rgba(6, 97, 182, 0.15);
    border: 1px solid #0661b6;
}
.btn-icon-search{
    background-color: #0661b6;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 1px;
    border: none;
    border-radius: 25px;
    padding: 8px 12px;
}
.form-control-search {
    width: 100%;
    padding: 9px 20px;
    border-radius: 25px;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    outline: none;
}
.challenges-check {
    display: inherit;
    top: 0px;
    float: right;
}
.challengers-list {
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    padding-top: 22px;
}
.challengers-list h6.text-blue span{    
    background: #ea9700;    
    color: #fff;   
    padding: 5px 10px;   
    width: 30px;   
    height: 30px; 
    display: inline-block;  
    margin-right: 10px;  
    border-radius: 15px;
}
.bg-icon {
    background-image: url(../images/bg2.png);
    background-position: top;
    background-repeat: no-repeat;
}
.bdr1 {
    border: 1px dashed #002f5a;
    border-radius: 15px;
}
.icon-win-box{
    display: inline-block;
    font-size: 50px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.text-win-box{display: inline-block;}
.text-success{
    color: #8bc34a !important;
}
.text-danger{color: #ff5722 !important;}
/*about us*/
.about-text-pos {
    /* margin-top: 20%; */
    padding-left: 20%;
}
.our-vision{
    background: #ffffff;
    margin-top: 90px;
    padding-bottom: 90px;
}
.vision-ul{margin-top: 20px;}
.vision-ul li {
    font-size: 13px;
    line-height: 3;
}
.vision-ul li i {
    color: #138dff;
    padding-right: 10px;
}
.btn-read-more {
    font-size: 13px;
}
/*contact us*/
.contact-form {
    margin-top: -18%;
    margin-bottom: 90px;
}
.contact-map .map {
    width: 100%;
    height: 600px;
}
.bg-blue{
    background-color: #0661b6;
}
.contact-ul li {
    color: #fff;
    font-size: 14px;
    line-height: 4;
}
.contact-ul li a{
    color: #fff;
}
.img-right-curv {
    position: absolute;
    right: -40px;
    top: 0;
    height: 100%;
}
.btn-submit {
    float: right;
    background: white;
    border: 1px solid #0661b6;
    color: #0661b6;
    border-radius: 50%;
    padding: 7px 12px;
    margin-top: -17px;
    outline: none;
}
.btn-submit:hover {
    background: #fff;
    color: #0661b6;
}
/*material form*/
.mat-pos-relative {
  position: relative;
  border: none;
  border-bottom: 1px solid #0661b6;
  border-radius: 0;
  padding: 7px 0px;
}
.label-color{color: #000;}
.mat-label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0);
  transform-origin: left;
  transition: all 0.3s ease;
  margin-left: -10px;
}
.mat-input:focus ~ label {
  color: #121149;
}
.mat-input:focus ~ label,
.mat-input:valid ~ label {
  top: -10px;
  transform: scale(0.8, 0.8);
  color: #000000;
  /* font-weight: 100; */
  left: 9px;
  /* text-shadow: none; */
}
.mat-input {
  font-size: 14px;
  width: 100%;
  border: none;
  color: #000;
  background: transparent;
}
.mat-input:focus {
  outline: none;
}
.after {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.6s ease;
}
.mat-input:focus ~ .after {
  background-position: 0 0;
}

.form-show{width: 100%;padding: 5px 6px;border: none;border-bottom: 1px solid rgba(0, 0, 0, 0.3);background: transparent;outline: none;}
.hide {
  display: none;
}
#sc{display: none;}

.mat-pos-relative ::placeholder { 
  color: rgba(39, 59, 122, 0.7);
  opacity: 1; 
}

.mat-pos-relative :-ms-input-placeholder { 
  color: rgba(39, 59, 122, 0.7);
}
.mat-pos-relative ::-ms-input-placeholder { 
  color: rgba(39, 59, 122, 0.7);
}
/*material form end*/

/*teacher profile*/
.pro-number{color: #0660b6;font-size: 24px;display: block;font-weight: 900;}
.pro-number i{background: #0660b6;color: #fff;border-radius: 50%;padding: 9px 8px;font-size: 17px;}
.pro-text{color: #737f8f;font-size: 15px;font-weight: 600;margin-right: 20px;}
.my-video{width: 100%; height: 185px;}
.profile-video-content{padding-top: 26px;padding-bottom: 7px;}

.profile-video-content span .fa-user-clock {
    background-color: #f1f2f4;
    float: left;
    padding: 12px 10px;
    border-radius: 50%;
    color: #757e8d;
    font-size: 18px;
    margin-right: 9px;
}
.mt--2020 {
    margin-top: -20px;
}
.img-step {
    width: 80px;
    margin-bottom: 25px;
}
.cursor-point {
    cursor: pointer;
    color: #ffa000;
}
/*teacher profile end*/
/*slider*/
.slid-multi-con .Head {
    color: #0e0d0d;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
    font-size: 25px;
    font-family: 'Mali', cursive;
    /* text-shadow: 1px 1px 3px; */
    padding: 20px 0px 0px;
    width: 98%;
}

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(150%);
  display: flex !important;
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-150%);
  display: flex !important;
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  display: flex !important;
}
/*************************/

/* ensure equal card height inside carousel */
.carousel-inner>.row-equal.active, 
.carousel-inner>.row-equal.next, 
.carousel-inner>.row-equal.prev {
    display: flex !important;
}
/* prevent flicker during transition */
.carousel-inner>.row-equal.active.left, 
.carousel-inner>.row-equal.active.right {
    opacity: 0.5;
    display: flex;
}
.aPrev{}
.aNext{}
.course-video{
    width:100%;
    height:500px;
}
.course-ul .dropdown-toggle::after{
    float: right;
    margin-top: 12px;
}
.course-ul .dropdown-menu.show {
    display: block;
    width: 100%;
}
.box-ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 18px;
    display: inline-block;
}
.box-ul li{
    display: inline-block;
    font-size: 15px;
}
.box-ul li small{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.sub-radio{
    zoom: 2;
    position: absolute;
    left: 6px;
}
#subjectList{    }
#test{   }
#video{    }
.line {
    background-color: #ef0000;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 25px;
}
.free{
    background-color: #13e400;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 25px;
}
.lock{
    background-color: #54c1f5;
    color: #fff;
    padding: 2px 15px;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 25px;
}
.play-video {
    background-color: #ef0000;
    color: #fff;
    padding: 2px 15px;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 14%;
    top: 30%;
    cursor: pointer;
}
.img-current-affairs{
    width: 100%;
    height: 200px;
}
#scroll {
    position: fixed;
    right: 26px;
    bottom: 170px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #2196f3;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.blinking {
    animation: blinkingText 1.2s infinite;
    font-family: fantasy;
    letter-spacing: 6px;
    font-size: 50px;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}


.youTube {
    width: 100% !important;
    height: 250px;
    padding-bottom: 0;
    border-radius: 15px;
    background: #121517;
}
.big-letter{
    
font-size: 73px;
    
font-weight: 400;
    
float: left;
}
.auther-name{
    
float: right;
    
font-size: 14px;
    
font-family: cursive;
    
margin-top: 25px;
}

/*--- gallery css ---*/
.title {
    font-family: "opensans semibold";
    font-size: 15px;
    /* padding-left: 30; */
    text-align: center;
    color: #0d279e;
    text-transform: uppercase;
}

.description {
    text-align: center;
    font-family: "opensans regular";
    font-size: 12px;
}
.serviceBox {
    background: #f3f3f3;
    min-height: 300px;
    padding: 8px;
    margin-bottom: 15px;
    transition: 0.3s;
    border-radius: 8px;
}
.serviceBox:hover {
    box-shadow: 1px 3px 8px 1px rgb(128 128 128 / 0.3);
}
.pro_1 {
	margin: 30px 0 0 0;
}
.service-icon img{
    
    
}
.img-slid{
    width:100%;
    height:550px;
    margin:0px;
}
#offer .carousel-control-next-icon, #offer .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #000;
}
/*************************/
.custom-select:focus, .form-control:focus {
    border-color: #02197e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(2 25 126 / 0%);
}

/***********Download*************/
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}
.table td{
    color:#495057;
}
.table th{
    color:#0661b6;
}
/***********Gallery**************/
.swiper-container {
      width: 100%;
      height: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-button-next, .swiper-button-prev{
        opacity:0;
        background-color:rgb(2, 23, 128);
        color:#fff;
        width:30px;
        height:30px;
    }
    .swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev{
        opacity:1;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0px;
    font-variant: initial;
    line-height: 1;
    text-transform: none !important;
    font-size: 20px;
    font-weight: bold;
}