/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


html, body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
/* Default Value */
.bg-white{
  background-color: #fff;
}
.bg-site{
  background-color: #eceff3;
}
.bg-blue{
    background-color: #185671;
}
.bg-dark-blue{
    background-color: #0d3c50;
}
.text-white {
  color: #fff;
}
.text-blue{
    color: #185671;
}
.text-dark-blue{
  color: #0d3c50;
}
.border-dark {
  border-color: #0d3c50 !important;
}
.btn-blue {
    color: #fff;
    background-color: #185671;
    border-color: #185671;
  }
  
.btn-blue:hover{
  color:#fff;
  background-color:#185671;
  border-color:#185671
}

.btn-outline-blue {
  color: #185671;
  border-color: #185671;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.575rem 0.75rem;
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.575rem 0.75rem;
  font-size: 0.975rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  box-shadow:none !important;
  outline:0px !important;
  border-color: #185671;
}

.form-select:focus {
  box-shadow:none !important;
  outline:0px !important;
  border-color: #185671;
}

/* Main Header */

.offcanvas-header{ 
    display:none !important; 
}

.offcanvas-card{
    display:none !important;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity:0;
    visibility:hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}


@media (max-width: 991.98px) {

    main{
      padding-right: 3%;
      padding-left: 3%;
    }

    .offcanvas-header{ display:block!important; }
    .offcanvas-card{display: block!important;}
    .offcanvas-margin{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .offcanvas-collapse {
        display:block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 80%;
        height: 100%;
        
        z-index: 1200;
        transform:translateX(-100%);

        
        overflow-y: scroll;
        overflow-x: hidden;
        visibility: hidden;
        background-color: #fff;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
        }

        .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(0);
        }
    }
.navbar{
    padding-top: 0;
    padding-bottom: 0;
   }

.navbar-light .navbar-nav .nav-link{
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    font-size: 16px;
}
.header-dropdown-item:focus, .header-dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #185671 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.megamenu-li {
    position: static;
}
   
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  margin: 0px 0px 0 0px;
}
.megamenu h6{
    margin-left: 21px;
    font-weight: 700;
}
.megamenu i{
    width: 20px;
}
.header-dash-drop .image-circle{
  margin-top: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #51D2B7;
}


  .hc-nav-trigger {
    position: relative !important;
    top: 0 !important;
    z-index: 9980;
    width: 30px;
    min-height: 24px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 3px !important;
    background: #34495E;
    transition: all .2s ease;
}
.level-title{
    color: #fff !important;
    font-weight: 600 !important;
}


/* BACK TO TOP BUTTON */
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fff;
    color:#0d3c50;
    cursor: pointer;
    padding: 10px;
    /* border-radius: 10px; */
    font-size: 18px; 
    border: #0d3c50 2px solid;
}

#backToTop:hover {
    background-color:  #0d3c50;
    border: #fff 2px solid;
    color: #fff;
}


/* =============================================

                HOME PAGE BANNER

============================================= */

.home-banner{
  /* The image used */
  background: url("../images/banner.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner-content{
  height: 480px;
  width:auto;
}

.banner-overlay {
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  cursor: pointer;
}

.home-search-area{
  background-color: rgba(24, 86, 113,0.7);
}


/* ---------------------Profile Banner----------------------- */

  .profile-hero {
    background-position: 50% 50%;
    /* This could be 50% 50%, 0 0, or really anything. The world is your stinky little oyster! */
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url('../images/banner.jpg')

	/* Add a slight overlay on our image */
}
 @media screen and (min-width: 640px) {
	 .profile-hero {
		 background-position: 50% 30%;
		 height: 200px;
	}
}
 @media screen and (min-width: 1366px) {
	 .profile-hero {
		 height: 250px;
	}
}
 .profile-hero:after {
	 background-color:  rgba(24, 86, 113,0.9);
	 bottom: 0;
	 content: '';
	 left: -2000%;
	 position: absolute;
	 right: -2000%;
	 top: 0;
	 z-index: 1;
}
 .profile-hero-container {
	 box-sizing: border-box;
	 height: auto;
	 padding: 100px 50px;
	 position: relative;
	 text-align: center;
	 z-index: 2;
}
 @media screen and (min-width: 640px) {
	 .hero-container {
		 height: 100%;
	}
}
 .profile-hero-container p {
	 color: white;
	 font-family: sans-serif;
	 font-size: 18px;
	 letter-spacing: 1px;
}
 .profile-hero-title {
	 color: white;
	 font-family: sans-serif;
	 font-size: 36px;
	 font-weight: 500;
	 letter-spacing: 1px;
}


/*
    course page style
*/

/*
    course header
*/

.course-header-area {
  background-color: #185671;
  color: #fff;
  padding: 60px 0;
}

/*
    course sidebar
*/
.course-sidebar {
  position: relative;
  margin-top: -240px;
  z-index: 100;
}

@media only screen and (max-width: 768px){
  .course-sidebar {
    margin-top: 0px;
  }
}

.course-sidebar .fixed-sidebar {
  position: fixed;
  margin-top: 0;
}

.preview-video-box{
  max-height: 300px;
  max-height: auto;
}

.course-sidebar.fixed-sidebar .preview-video-box,
.course-sidebar.bottom .preview-video-box {
  display: none;
}

.course-sidebar.bottom {
  margin-top: 0;
}

.preview-video-box a {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.preview-video-box .preview-text {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: center;
  height: auto;
  font-size: 15px;
  font-weight: 700;
}

.preview-video-box .play-btn {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../images/icons/icon-play.svg') no-repeat;
  background-size: auto 50%;
  background-position: 50%;
  visibility: visible;
  -webkit-transition: -webkit-transform .15s ease-in-out;
  -moz-transition: -moz-transform .15s ease-in-out;
  -o-transition: -o-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
}

.preview-video-box a:hover > .play-btn {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.course-sidebar-text-box {
  padding: 15px 30px;
}

.course-sidebar-text-box .price .current-price {
  color: #505763;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 10px;
}

.course-sidebar-text-box .price span {
  vertical-align: middle;
  color: #a1a7b3;
  margin-right: 10px;
}

.course-sidebar-text-box .price .original-price {
  text-decoration: line-through;
}

.course-sidebar-text-box .offer-time {
  color: #208058;
  font-size: 14px;
  margin-bottom: 10px;
}

.course-sidebar-text-box .offer-time i {
  margin-right: 7px;
}

.course-sidebar-text-box .buy-btns .btn {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  margin-top: 13px;
  padding: 15px 12px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
  color: #fff;
  background-color: #ec5252;
  border-color: #ec5252;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
  background: transparent;
  border-color: #505763;
  color: #686f7a;
}

.course-sidebar-text-box .buy-btns .btn-add-cart:hover, .course-sidebar-text-box .buy-btns .btn-add-cart:focus {
  background-color: #f2f3f5;
}

.course-sidebar-text-box .money-back {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 10px;
}

.course-sidebar-text-box .includes {
  margin-bottom: 15px;
}

.course-sidebar-text-box .includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-sidebar-text-box .includes ul li {
  font-size: 13px;
  padding: 3px;
}

.course-sidebar-text-box .includes ul li i {
  width: 19px;
  font-size: 12px;
}

/*
  course content
*/
.view-more-parent {
  position: relative;
  overflow: hidden;
}

.view-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .95), #fff);
  display: block;
  padding: 30px 3px 3px 3px;
  color: #007791;
  cursor: pointer;
  z-index: 5;
}

.view-less {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 3px 3px 3px 3px;
  color: #007791;
  cursor: pointer;
}

.view-more-parent.expanded {
  max-height: none;
  overflow: visible;
}

.view-more-parent.has-hide {
  padding-bottom: 30px;
}

.description-box {
  max-height: 260px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.description-box ul {
  list-style: disc;
}

.description-box .description-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

.description-box .audience {
  margin-top: 20px;
}

.description-box .audience .audience-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

.description-box .audience ul {
  margin-bottom: 0;
}

.what-you-get-box {
  background-color: #f9f9f9;
  border: 1px solid #dedfe0;
  padding: 10px 15px;
  margin-top: 40px;
}

.what-you-get-box .what-you-get-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

.what-you-get-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.what-you-get-box ul li {
  display: flex;
  margin-bottom: 10px;
  width: 45%;
  padding-left: 26px;
  font-size: 15px;
  position: relative;
}

.requirements-box {
  margin-top: 40px;
}

.requirements-box .requirements-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

.requirements-box .requirements__list {
  list-style: disc;
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 0;
}

.requirements-box .requirements__list li:not(:last-child) {
  margin-bottom: 10px;
}

.compare-box {
  max-height: 580px;
  margin-bottom: 40px;
}

.compare-box .compare-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}

.image-container .card-img-top{
  height: 200px;
  object-fit: cover;
  width:100%
}

.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

.spanner{
  position:absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  display:block;
  text-align:center;
  height: auto;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1
}

.user-dashboard-sidebar{
  background-color:#29303b;
  min-height: 100vh;
  padding: 10% 5%;
  border-radius: 8px;
}

/* ====================HOME ============= */
/* section space */
.section-sp1{
	padding-top:80px;
	padding-bottom:50px;
}
@media only screen and (max-width: 767px) {
	.section-sp1 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
  /* Rev Slide */
	.rev-slider .tp-rightarrow,
	.rev-slider .tp-leftarrow{
		display:none;
	}
}
.video-bx{
	position:relative;
}
.video-bx .video{
	width:80px;
	height:80x;
	border-radius:80px;
	line-height:80px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	background:#fff;
	color:#000;
	font-size:24px;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.video-bx .video:hover{
	transform:translate(-50%, -50%) ro;
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%) rotate(360deg);
	-webkit-transform:translate(-50%, -50%) rotate(360deg);
	-ms-transform:translate(-50%, -50%) rotate(360deg);
	-o-transform:translate(-50%, -50%) rotate(360deg);
}

/* ====================Popular Courses ============= */

.section-sp2{
	padding-top:80px;
	padding-bottom:80px;
}
.heading-bx.left .title-head{
	margin-bottom: 10px;
  margin-top: 0;
  line-height: 32px;
  padding-left: 10px;
  border-left: 5px solid #185671;
}
.heading-bx.left p{
	max-width:500px;
	margin-bottom:20px;
}
.title-head {
	font-weight:700;
}
.courses-carousel .item img{
  height:180px;
  width:100%;
}
.courses-carousel .item{
	margin:5px;
}

/* Online Cours */
.online-cours h2{
	font-size:45px;
  font-weight: 700;
	margin-top:0;
	margin-bottom:20px;
}
.online-cours h5{
	font-weight:400;
	font-size:24px;
	margin-bottom:40px;
}
.cours-search-bx{
	text-align:center;
	border-radius:4px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.2);
	background-color:rgba(255,255,255,0.15);
	padding:20px 20px 15px 20px;
}
.cours-search-bx h3{
	color:#fff;
	font-weight:600;
	font-size:45px;
}
.cours-search-bx i{
	margin-right:10px;
	font-size: 40px;
}

.ovpr-dark {
  background-image: linear-gradient(120deg, #185671, #185671);
  opacity: 0.9;
}

.banner-image{
  background-image: url('../images/background/bg1.jpg');
  background-attachment: fixed;
  background-size: cover;
}
.mw800 { max-width: 800px; } 

@media (min-width: 1200px) {
  .container{
      max-width: 1200px;
  }
}
/* BeadCrumb */
.page-banner {
  height: 180px;
  background-color: #185671;
  width: 100%;
  text-align:left;
}
.page-banner .container {
  display: table;
  height: 100%;
}
.page-banner-entry {
  display: table-cell;
  vertical-align: middle;
text-align: center;
}
.page-banner-entry.align-m {
  vertical-align: middle;
}
.page-banner h1 {
  font-weight:600;
  font-size:40px;
  margin-bottom: 0;
}
.breadcrumb-row ul li a{
color:#000;
}
@media only screen and (max-width: 767px) {
  .page-banner-entry{
    vertical-align: middle;
  }
  .page-banner{
    padding-bottom: 0;
    height: 100px;
  }
  .page-banner h1{
    line-height: 24px;
    font-size: 20px;
    text-align:center;
  }
}
.m-b30 { margin-bottom: 30px; }
a{
  color: inherit;
}

/* =====Tutor css ====== */
@media (min-width: 768px){
  .tutor-mobile-button .btn{
    display: block;
  }
  .tutor-mobile-description{
    display: block;
  }
  .tutor-desktop-description{
    display: none;
  }
  .private-tutor .banner{
    height: 100px;
  }
  
}

.tutor-mobile-description{
  display: none;
}
.tutor-mobile-button .btn{
  display: none;
}

.tutor-img img{
  width: 50px;
  height: 50px;
  border-radius: 3px;
}

.single-tutor {
  border-bottom: 1px dashed #185671;
}
.single-tutor:hover{
  background:#e6ebec;
}

.private-tutor .banner{
  background: url('../images/background/bg2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.private-tutor h2{
  color: #fff;
  font-weight: 600;
}
.ptext{
  padding: 120px 50px 50px;
}








.section-title-heading h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}
.section-title-para p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.form-control:focus, .form-select:focus {
  box-shadow:none !important;
  outline:0px !important;
  z-index: 2;
}

.btn-outline-primary {
  color: #185671;
  border-color: #185671;
}

a{
  text-decoration: none;
}

.btn-outline-primary:hover {
background-color: #185671;
border-color: #185671;
}

.bg-gray{
background-color: #d2d6db;
}
.bg-dark-gray{
background-color: #b3b9c0;
}

.bg-blue{
  background-color: #185671;
}
.bg-dark-blue{
background-color: #0d3c50;
}
.text-blue{
color: #185671;
}
.text-dark-blue{
color: #0d3c50;
}

.border-dark {
border-color: #0d3c50 !important;
}

.margin-top-60{
  margin-top: 60px;
}
.margin-top-80{
  margin-top: 80px;
}
.margin-top-120{
  margin-top: 120px;
}
.padding-top-60{
  padding-top: 60px;
}
.padding-top-80{
  padding-top: 80px;
}

.margin-bottom-60{
  margin-bottom: 60px;
}
.margin-bottom-80{
  margin-top: 80px;
}
.margin-bottom-110{
  margin-top: 110px;
}
.margin-bottom-120{
  margin-top: 120px;
}
.padding-bottom-60{
  padding-top: 60px;
}
.padding-bottom-80{
  padding-top: 80px;
}



.vh100{
    min-height: 100vh;
}
.d-none{
    display: none;
}

/* preloader */
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat; 
  background-color: #0b435b;
  background-position: center;
  z-index: 999999;
}

.disabled {
  pointer-events: none;
  cursor: default;
}
