@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  text-decoration: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.h2 {
  font-size: 40px;
  line-height: 55px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.h3 {
  font-size: 30px;
  line-height: 40px;
}

.h4 {
  font-size: 20px;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.fsbold, .subpage_Main .subpage_header .brcrumb .active a {
  font-weight: 600;
}

.fbold {
  font-weight: 700;
}

.fwhite {
  color: #ffffff;
}

.fblue {
  color: #0819B5;
}

.flblue {
  color: #4ECEFF;
}

.flight {
  font-weight: 300;
}

.fgray {
  color: #555555;
}

.btnlink, .studentnavtab .nav-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0019A1), to(#000D51));
  background-image: linear-gradient(#0019A1, #000D51);
  -moz-background-image: linear-gradient(#0019A1, #000D51);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#0019A1), to(#000D51));
  -webkit-background-image: linear-gradient(#0019A1, #000D51);
  -ms-background-image: linear-gradient(#0019A1, #000D51);
  -o-background-image: linear-gradient(#0019A1, #000D51);
  border-radius: 25px;
  padding: 8px 40px;
  text-align: center;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border: 1px solid transparent;
}

.btnlink:hover, .studentnavtab .nav-link:hover {
  background: #ffffff;
  color: #0819B5;
  border: 1px solid #0819B5;
}

.home-banner {
  background: url(../img/banner-bg.svg) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  min-height: 1000px;
  padding-top: 120px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-banner {
    padding-top: 100px;
    min-height: 600px;
  }
}

.cust-container {
  width: 90%;
  margin: 0 auto;
}

.letterspacing {
  letter-spacing: -2px;
}

.sticked {
  background: #0819B5;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
}

.sticked .bsnav {
  padding-top: 5px;
  padding-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .sticked .bsnav {
    padding-top: 18px;
    padding-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .sticked .bsnav {
    padding-top: 18px;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .sticked .bsnav {
    padding-top: 18px;
    padding-bottom: 0;
  }
}

header {
  background: #0819B5;
  padding-bottom: 15px;
}

header .ltmenu {
  padding-left: 50px;
}

header .navbar-brand {
  margin-top: -10px;
}

header .navbar-brand img {
  width: 200px;
}

header .navbar-nav .active .nav-link {
  color: #4ECEFF;
}

header .navbar-nav .nav-item .caret {
  border-top: solid 5px #ffffff;
}

header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #4ECEFF;
}

header .navbar-nav .dropdown .navbar-nav {
  width: 200px;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
}

header .navbar-nav .dropdown .navbar-nav .nav-item .nav-link {
  color: #000000;
}

header .navbar-nav .dropdown .navbar-nav .nav-item .nav-link:hover {
  background: #0819B5;
  color: #ffffff;
}

header .signup-link {
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding: 6px 50px !important;
  margin-top: 5px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

header .signup-link:hover {
  background: #4ECEFF;
  color: #ffffff !important;
  border: 1px solid #4ECEFF;
}

.home-banner {
  position: relative;
}

.home-banner .h1 {
  font-size: 50px;
  line-height: 65px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-banner .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.home-banner p {
  font-size: 20px;
  padding-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-banner p {
    font-size: 15px;
  }
}

.home-banner .btnlink, .home-banner .studentnavtab .nav-link:hover, .studentnavtab .home-banner .nav-link:hover {
  background: #ffffff;
  color: #0819B5;
  border: 1px solid transparent;
}

.home-banner .btnlink:hover, .home-banner .studentnavtab .nav-link:hover, .studentnavtab .home-banner .nav-link:hover {
  background: #0819B5;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.home-banner .banimg {
  position: relative;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-banner .banimg {
    padding-top: 50px;
  }
}

.home-banner .banimg:before {
  content: '';
  background: url(../img/banner-shap-2.svg) no-repeat right center;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: inherit;
  left: inherit;
}

.stayhome {
  background: url(../img/staybg.png) no-repeat left center;
  padding: 100px 0;
  position: relative;
  margin-top: -50px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .stayhome {
    padding: 100px 0 0 0;
  }
}

.home-courseslist {
  position: relative;
  padding-top: 70px;
  margin-top: 20px;
  padding-bottom: 50px;
}

.home-courseslist .homecourses {
  padding-bottom: 20px;
}

.home-courseslist .swiper-pagination-bullets {
  bottom: 0 !important;
}

.home-courseslist .span1 {
  width: 170px;
  height: 170px;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 15%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-courseslist .span1 {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-courseslist .span1 {
    display: none;
  }
}

.home-courseslist .span2 {
  width: 214px;
  height: 214px;
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 75%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .home-courseslist .span2 {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-courseslist .span2 {
    display: none;
  }
}

.home-courseslist:before {
  content: '';
  background: url(../img/classes-topbg.png) no-repeat 0 0;
  width: 100%;
  height: 450px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: inherit;
  left: 0;
  z-index: 0;
}

.home-courseslist .container {
  position: relative;
  z-index: 99;
}

.course-card {
  background: #ffffff url(../img/courseitempattern.png) no-repeat right 0;
  width: 100%;
  height: 400px;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.course-card img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.course-card img:hover {
  opacity: 0.5;
}

.course-card article {
  padding: 15px;
}

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

.course-card article p {
  font-size: 15px;
  padding: 15px 0;
}

.course-card article a .icomoon {
  top: 2px;
  position: relative;
}

.course-card article a:hover {
  color: #4ECEFF;
}

.tutorcard .card-img-top {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tutorcard .card-img-top:hover {
  opacity: 0.7;
}

.tutorcard .card-title {
  line-height: 30px;
}

.whychoose-us {
  background: url(../img/about.jpg) repeat 0 0;
  padding: 50px 0;
}

.whychoose-us .yrbox {
  margin: 10px 0;
}

.whychoose-us .yrbox .gr-box {
  min-width: 98px;
  height: 98px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0019A1), to(#000D51));
  background-image: linear-gradient(#0019A1, #000D51);
  -moz-background-image: linear-gradient(#0019A1, #000D51);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#0019A1), to(#000D51));
  -webkit-background-image: linear-gradient(#0019A1, #000D51);
  -ms-background-image: linear-gradient(#0019A1, #000D51);
  -o-background-image: linear-gradient(#0019A1, #000D51);
  text-align: center;
  line-height: 120px;
  border-radius: 10px;
  margin-right: 30px;
}

.whychoose-us .yrbox .gr-box .icomoon {
  font-size: 45px;
  color: #ffffff;
}

.whychoose-us .yrbox .gr-box .icomoon2 {
  font-size: 30px;
  color: #ffffff;
}

.whychoose-us .yrbox .gr-box .article h5 {
  font-size: 22px;
}

.whychoose-us .yrbox .gr-box .article p {
  font-size: 13px;
}

.tcpimg {
  position: relative;
  padding: 10px;
}

.tcpimg:before {
  content: '';
  width: 100px;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -moz-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  -webkit-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -ms-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -o-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  position: absolute;
  top: -5px;
  right: inherit;
  bottom: inherit;
  left: -5px;
  border-radius: 10px;
  z-index: 0;
}

.tcpimg:after {
  content: '';
  width: 100px;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -moz-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  -webkit-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -ms-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -o-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  position: absolute;
  top: inherit;
  right: -5px;
  bottom: -5px;
  left: inherit;
  border-radius: 10px;
  z-index: 0;
}

.tcpimg img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
}

.parent-testimonials {
  background: #ffffff;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
  padding: 50px 0;
}

.parent-testimonials .testimonials {
  min-height: 300px;
}

.parent-testimonials .testimonials .swiper-slide {
  padding: 0 50px;
}

.parent-testimonials .testimonials .parent-name img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  padding: 5px;
  background: #ffffff;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
  margin-right: 25px;
}

footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -moz-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#FFEFF5), to(#D6FFFC));
  -webkit-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -ms-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  -o-background-image: linear-gradient(#FFEFF5, #D6FFFC);
  background-size: cover;
  min-height: 500px;
  padding-top: 75px;
  padding-bottom: 5px;
}

footer .footer-brand {
  margin-bottom: 20px;
  display: block;
}

footer .footer-brand img {
  width: 250px;
}

footer p {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

footer .footersocial .nav-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  line-height: 46px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
}

footer .footersocial .nav-link:hover {
  background: #4ECEFF;
  color: #ffffff;
}

footer .footersocial .nav-link .icomoon {
  font-size: 18px;
}

footer .footer-list li a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  width: 100%;
}

footer .footer-list li a:hover {
  color: #4ECEFF;
}

footer .movetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 53px;
  display: none;
  background: #4ECEFF;
  z-index: 999;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

footer .movetop:hover {
  background: #0819B5;
}

footer .movetop .icomoon {
  font-size: 21px;
  color: #ffffff;
}

.login-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.login-main .leftimg {
  width: 50%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .login-main .leftimg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .login-main .leftimg {
    display: none;
  }
}

.login-main .leftimg img {
  width: 100%;
}

.login-main .right-login {
  padding: 25px;
  width: 30%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 320px) and (max-width: 575px) {
  .login-main .right-login {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .login-main .right-login {
    width: 100%;
  }
}

.custom-form label {
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 3px;
}

.custom-form .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ced4da !important;
  border-radius: 0;
  font-size: 15px;
}

.custom-form .date {
  padding: 0 10px;
}

.custom-form .gj-datepicker-md .gj-icon {
  color: #555555;
  top: 10px;
  right: 10px;
}

.custom-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #bbbbbb;
}

.custom-form :-ms-input-placeholder {
  font-size: 13px;
  color: #bbbbbb;
}

.custom-form ::-ms-input-placeholder {
  font-size: 13px;
  color: #bbbbbb;
}

.custom-form ::placeholder {
  font-size: 13px;
  color: #bbbbbb;
}

.custom-form .pinkbtn {
  font-size: 17px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  padding: 10px 0;
  border: none;
}

.custom-form .pinkbtn:hover {
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
}

.socialbtn {
  padding: 6px 15px;
  color: #ffffff;
  text-align: center;
  width: 48%;
  border: 1px solid transparent;
}

.fbbtn {
  background: #3b558b;
}

.fbbtn:hover {
  border: 1px solid #3b558b;
  color: #3b558b !important;
  background: none;
}

.googlesocial {
  background: #ea634e;
}

.googlesocial:hover {
  border: 1px solid #ea634e;
  color: #ea634e !important;
  background: none;
}

.subpage_Main {
  min-height: 800px;
}

.subpage_Main .subpage_header {
  background: url(../img/subpage-headerbg.jpg) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 575px) {
  .subpage_Main .subpage_header {
    min-height: 190px;
  }
}

.subpage_Main .subpage_header:before {
  content: '';
  background: #4ECEFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
}

.subpage_Main .subpage_header .page-title {
  position: relative;
  z-index: 10;
  padding-top: 65px;
}

.subpage_Main .subpage_header .brcrumb .nav-item {
  position: relative;
}

.subpage_Main .subpage_header .brcrumb .nav-item:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 20px;
  right: inherit;
  bottom: 0;
  left: 0;
}

.subpage_Main .subpage_header .brcrumb .nav-item:first-child:before {
  content: '';
  display: none;
}

.subpage_Main .subpage_header .brcrumb .active a {
  color: #ffffff;
}

.subpage_Main .subpage-body {
  padding: 50px 0;
}

.subpage_Main .subpage-body p {
  text-align: justify;
}

.form-group {
  margin-bottom: 5px;
}

.form-group label {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-group .form-control {
  height: 45px;
  border-radius: 0;
}

::-webkit-input-placeholder {
  font-size: 13px;
  opacity: 0.3;
}

:-ms-input-placeholder {
  font-size: 13px;
  opacity: 0.3;
}

::-ms-input-placeholder {
  font-size: 13px;
  opacity: 0.3;
}

::placeholder {
  font-size: 13px;
  opacity: 0.3;
}

.card-contact {
  background: #ffffff;
  border: 1px solid #eee;
}

.card-contact:nth-child(1) {
  background: #fff8f2;
}

.card-contact:nth-child(2) {
  background: #ffecec;
}

.card-contact:nth-child(3) {
  background: #eafffd;
}

.contact-footerdiv {
  padding: 15px 0;
}

.contact-footerdiv .icomoon {
  font-size: 25px;
  color: #555555;
  margin-right: 15px;
}

.contact-footerdiv p {
  margin: 0;
  padding: 0;
}

.course-detail {
  padding: 20px;
  border: 1px solid #eee;
}

.course-detail .title .h3 {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .course-detail .title .h3 {
    width: 100%;
  }
}

.course-detail .title .btnlink, .course-detail .title .studentnavtab .nav-link:hover, .studentnavtab .course-detail .title .nav-link:hover {
  width: 22%;
}

@media (min-width: 320px) and (max-width: 575px) {
  .course-detail .title .btnlink, .course-detail .title .studentnavtab .nav-link:hover, .studentnavtab .course-detail .title .nav-link:hover {
    width: 100%;
  }
}

.course-detail figure {
  margin: 20px 0;
}

.course-detail figure img {
  height: 350px;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
}

.custom-tab {
  margin: 35px 0;
}

.custom-tab .resp-tabs-list li {
  background: #eee;
  text-transform: uppercase;
}

.custom-tab .resp-tab-content {
  border: none;
  padding: 20px;
  min-height: 350px;
}

.custom-tab .resp-tab-content p {
  padding-bottom: 20px;
}

.custom-tab .resp-tab-active {
  border: none !important;
  background: #0819B5 !important;
  color: #ffffff;
}

.latest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.latest-item img {
  width: 100px;
  border-radius: 5px;
}

.latest-item .latest-title {
  text-align: left;
  padding-left: 15px;
  line-height: 22px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
}

.latest-item .latest-title:hover {
  color: #4ECEFF;
}

.blogdiv {
  margin-bottom: 20px;
}

.blogdiv p {
  font-size: 14px;
}

.blogdiv img {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.blogdiv img:hover {
  opacity: 0.8;
}

.blogdiv .demo-card-square {
  border-radius: 10px;
}

.blogDetail img {
  margin-bottom: 15px;
}

.togglenav .icon-caret-down {
  float: right;
  top: 5px;
  position: relative;
}

.profile .mdl-layout__drawer .dropdown {
  margin: 0 5px 0 5px;
}

.profile .mdl-layout__drawer .dropdown .mdl-navigation__link {
  color: #ffffff !important;
  background: #0819B5;
  margin-bottom: 1px;
}

.profile .mdl-layout__drawer .dropdown .mdl-navigation__link:hover {
  background: #4ECEFF !important;
  color: #ffffff;
}

.profile .mdl-layout__header {
  background: #0819B5;
}

.profile .mdl-layout__header .mdl-navigation .mdl-navigation__link {
  color: #ffffff;
}

.profile .mdl-layout__header .mdl-menu__container {
  margin-right: 50px;
}

.profile .mdl-layout-title {
  padding: 0 15px;
}

.profile .mdl-navigation .mdl-navigation__link {
  color: #000000;
}

.profile .mdl-navigation .mdl-navigation__link .icomoon {
  margin-right: 5px;
}

.profile .mdl-navigation .mdl-navigation__link:hover {
  background: #0819B5 !important;
  color: #ffffff;
}

.page-content {
  padding: 25px;
}

.page-content .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.page-content .dbpage-body {
  padding: 25px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .page-content .dbpage-body {
    padding: 5px;
  }
  .page-content .dbpage-body .col-user {
    padding: 0;
    margin-bottom: 10px;
  }
}

.page-content .dbpage-body .userprofile-pic {
  margin: 15px auto;
  text-align: center;
}

.page-content .dbpage-body .userprofile-pic img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
  margin: 0 auto;
}

.page-content .seperate {
  padding: 20px 0;
}

.page-content .seperate p:after {
  content: '|';
  padding: 0 25px;
}

.page-content .profile-dbrow {
  margin: 25px 0;
}

.page-content .profile-dbrow .col-user .usercol {
  color: #ffffff;
  position: relative;
  border-radius: 5px;
  min-height: 140px;
  padding: 15px;
}

.page-content .profile-dbrow .col-user .usercol .h5 {
  padding-bottom: 25px;
}

.page-content .profile-dbrow .col-user .usercol p {
  font-size: 20px;
}

.page-content .profile-dbrow .col-user .usercol .icomoon {
  font-size: 60px;
  color: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: inherit;
  right: 10px;
  bottom: 10px;
  left: inherit;
}

.page-content .profile-dbrow .col-user:nth-child(1) .usercol {
  background: #00bcd4;
}

.page-content .profile-dbrow .col-user:nth-child(2) .usercol {
  background: #848ccf;
}

.page-content .profile-dbrow .col-user:nth-child(3) .usercol {
  background: #fa7d09;
}

.page-content .profile-dbrow .col-user:nth-child(4) .usercol {
  background: #1b6ca8;
}

.customtable thead {
  background: rgba(0, 0, 0, 0.2);
}

.customtable thead th {
  color: #000000;
  font-size: 15px;
}

.customtable td {
  font-size: 15px;
}

.list-items {
  margin: 0;
  padding: 0 0 15px 0;
}

.list-items li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.list-items li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #0819B5;
  position: absolute;
  top: 8px;
  right: inherit;
  bottom: inherit;
  left: 0;
}

.accordion h1 {
  border-bottom: 1px solid #ececec;
  font-weight: 300;
  margin-bottom: 2em;
  padding-bottom: 1em;
  text-align: center;
}

.accordion h1 span {
  display: block;
  font-size: .5em;
}

.accordion a {
  color: #607d8b;
  text-decoration: none;
}

.accordion a:hover,
.accordion a:focus {
  color: #ec407a;
  border-bottom: none;
}

.accordion h3 {
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #eee;
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 18px;
}

.accordion .intro {
  font-size: 1.25em;
}

.accordion .js .panel-title {
  margin: 0;
}

.accordion .panel-title a {
  border-bottom: none;
  color: #292929;
  display: block;
  padding: 1.25em 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 200ms ease 0s;
  transition: color 200ms ease 0s;
  width: 100%;
}

.accordion .panel-title a .icon {
  color: #9e9e9e;
  position: absolute;
  right: 0;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.accordion .panel-title a:hover,
.accordion .panel-title a:focus {
  color: #37474f;
}

.accordion .panel-title a:hover .icon,
.accordion .panel-title a:focus .icon {
  color: #0819B5 !important;
}

.accordion .panel-title a.active {
  color: #F68338 !important;
}

.accordion .panel-title a.active .icon {
  color: #0819B5 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion .js .accordion {
  border-bottom: 1px solid #ececec;
  margin: 2em 0;
}

.accordion .accordion .panel-title a {
  border-top: 1px solid #ececec;
}

.accordion [id^="panel-"] {
  padding-bottom: 2em;
}

.accordion .panel-content {
  padding: 25px;
}

.selectAnswer {
  background: #0819B5;
  color: #ffffff;
}

.col-qa {
  min-height: 100px;
  margin: 15px 0;
}

.col-qa .panel-title .icon {
  right: 25px !important;
}

.col-qa .problem {
  border: 1px solid #d5d5d5;
  position: relative;
}

.col-qa .problem .question {
  padding: 30px;
  border-bottom: 1px solid #d5d5d5;
}

.col-qa .problem .options {
  overflow: hidden;
  padding-bottom: 12px;
}

.col-qa .problem .options .nav {
  padding: 10px 10px 0 10px;
}

.col-qa .problem .options li {
  font-size: 16px;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #eee;
  margin-right: 10px;
  cursor: pointer;
}

.col-qa .problem .options li span {
  border-right: 1px solid #eee;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding: 8px 12px;
}

.col-qa .problem .options li:hover {
  background: #0819B5;
  color: #ffffff;
}

.col-qa .problem .options a {
  opacity: 1;
}

.col-qa .problem .options a:hover {
  color: #03083b;
}

.col-qa .problem .view-answer a {
  color: #0819B5 !important;
  padding: 10px 15px;
}

.col-qa .problem .answer {
  background: #ffffff;
  padding: 0;
}

.col-qa .problem .answer .answer-heading {
  background: #0819B5;
  color: #ffffff;
  padding: 15px 25px;
}

.col-qa .problem .answer .answer-heading .anser-value {
  width: 25px;
  height: 25px;
  color: #0819B5;
  background: #ffffff;
  line-height: 24px;
  border-radius: 50%;
}

.col-qa .problem .answer .describe {
  padding: 0 30px;
}

.col-qa .problem .answer .describe p {
  font-size: 14px;
}

.test-stepper .navbar-inner ul li a {
  display: none;
}

.small {
  font-size: 12px;
}

.weekname {
  background: #ebebeb;
}

.subject-div {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.subject-div p {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.subject-div h6 {
  padding-top: 5px;
}

.today-week {
  background: #0819B5;
  color: #ffffff;
}

.student-primary td {
  padding: 6px;
  font-size: 14px;
}

.mdl-card {
  width: 100% !important;
}

.no-studentsrow {
  padding: 50px 0;
}

.no-studentsrow .icomoon {
  font-size: 60px;
  color: #0819B5;
  margin: 20px 0;
}

.stepper .tab-content {
  padding: 20px;
}

.stepper .tab-content .pager-wizard {
  padding-top: 50px;
}

.stepper .tab-content .content {
  min-height: 400px;
}

.student-fig {
  width: 250px;
  box-shadow: 0 2px 4px #C4C4C4;
  -moz-box-shadow: 0 2px 4px #C4C4C4;
  -webkit-box-shadow: 0 2px 4px #948d8d;
  -ms-box-shadow: 0 2px 4px #C4C4C4;
  -o-box-shadow: 0 2px 4px #C4C4C4;
  position: relative;
}

.student-fig a.delicon {
  width: 35px;
  height: 35px;
  background: #0819B5;
  position: absolute;
  top: inherit;
  right: 10px;
  bottom: 10px;
  left: inherit;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.student-fig a.delicon .icomoon {
  color: #ffffff;
}

.student-fig a.delicon:hover {
  background: #000000;
}

.student-fig a.delicon:hover .icomoon {
  color: #ffffff;
}

.student-fig img {
  width: 100%;
}

.filelink {
  color: #ffffff !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.filelink:hover {
  color: #000000 !important;
}

.list-group .list-group-item {
  cursor: pointer;
}

.list-group .list-group-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.form-group select {
  font-size: 14px;
}

.smthumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}

.home-blogs {
  padding: 50px 0;
}

.oldprice {
  font-size: 19px;
  text-decoration: line-through;
  color: gray;
}

.filternav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.filternav .navbar {
  padding-bottom: 0;
}

@media (min-width: 320px) and (max-width: 575px) {
  .filternav .navbar .navbar-toggler-icon {
    background-color: #000000;
    color: #000000;
  }
  .filternav .navbar .navbar-toggler-icon:before {
    color: #000000;
    background-color: #000000;
  }
  .filternav .navbar .navbar-toggler-icon:after {
    color: #000000;
    background-color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .filternav .navbar .navbar-toggler-icon {
    background-color: #000000;
    color: #000000;
  }
  .filternav .navbar .navbar-toggler-icon:before {
    color: #000000;
    background-color: #000000;
  }
  .filternav .navbar .navbar-toggler-icon:after {
    color: #000000;
    background-color: #000000;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .filternav .navbar .navbar-toggler-icon {
    background-color: #000000;
  }
  .filternav .navbar .navbar-toggler-icon:before {
    color: #000000;
  }
}

.filternav .navbar .active a {
  border-bottom: 2px solid #0819B5;
}

.dbbot-col .card {
  border-radius: 0;
  margin: 0 auto;
}

.dbbot-col .card .card-header {
  background: #0819B5;
  color: #ffffff;
}

.dbbot-col .card .card-body td {
  font-size: 18px;
}

.student-assignedcourses {
  padding: 50px 0;
}

.search-header {
  margin-top: 7px;
  margin-left: 25px;
  width: 230px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .search-header {
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .search-header {
    width: auto;
    margin-left: 0;
  }
}

.search-header .form-control {
  background: none;
  border: none;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  font-size: 14px;
}

.search-header .form-control:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}

.search-header .icomoon {
  color: #ffffff;
  padding-top: 10px;
}

.search-header ::-webkit-input-placeholder {
  color: #ffffff;
}

.search-header :-ms-input-placeholder {
  color: #ffffff;
}

.search-header ::-ms-input-placeholder {
  color: #ffffff;
}

.search-header ::placeholder {
  color: #ffffff;
}

.detail-card {
  padding-top: 20px;
}

.detail-card .list-group li:hover {
  background: #0819B5;
  color: #ffffff;
}

.notify-col {
  background: rgba(8, 25, 181, 0.05);
  height: 100vh;
}

.notify-col .right-msgs .nav-item {
  width: 45%;
}

.notify-col .tab-content {
  padding: 15px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .notify-col .tab-content {
    padding: 5px;
  }
}

.notify-col .tab-content .list-group-item {
  margin-bottom: 10px;
}

.notify-col .tab-content .list-group-item p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 25px;
}
/*# sourceMappingURL=style.css.map */