html, body {
  width: 100%;
  }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Work Sans', sans-serif;
  margin-top: 0; }

a {
  color: #5a08fb;
  transition: all .3s ease-in-out; }

a:focus,
button:focus {
  outline: none; }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #c3009a; }

img {
  max-width: 100%; }

.bg-fixed {
  background-size: cover; }

.bg-grey {
  background-color: #f7f8f9; }

.fs-40 {
  font-size: 40px; }

section {
  position: relative; }

.yellow-circle{
  padding: 7px 16px; 
  border-radius: 100px; 
  background-color: #e8b50e; 
  color: black;

}
.section-content {
  padding-top: 80px;
  padding-bottom: 80px; 
}

.title-wrap,
.section-title {
  text-align: center; }

.shadow {
  box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important; }

#header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.navbar-brand {
  font-size: 40px;
  color: #000; }

.navbar-nav .nav-link {
  color: #fff;
  transition: .3s ease; }


.navbar-toggler {
  font-size: 2rem;
  color: #fff; }
.dashboard-menu .navbar-toggler{color: #7637c7!important; background-color: transparent!important; border:0px!important}
.dashboard-menu button:hover{color: #7637c7!important; background-color: transparent!important ; border:0px!important } 
.body-noscroll{position: fixed!important}
.jumbotron {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden; }

  @media (max-width: 767px) and (orientation: landscape) {	  
    .jumbotron {
      min-height: 500px; } }
  .jumbotron .container {
    position: relative;
    z-index: 1; }
  .jumbotron:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #580bbd;
    opacity: 0.8;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #580bbd, #580bbd);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c607df, #580bbd);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .jumbotron h1 {   
    font-weight: bold; 
    font-size: 2.5rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .1s; }
  .jumbotron p {     
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .4s; }
     .jumbotron button {       
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .5s; }
  .jumbotron img {       
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s; }

.jumbotron-single h1 {
  font-size: 3rem !important; }

.overlay {
  color: #fff; }
  .overlay:before {
    position: absolute;
    display: block;
    content: "";
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #580bbd;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #580bbd, #580bbd);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c607df, #580bbd);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .overlay.bg-white {
    color: #000; }
    .overlay.bg-white:before {
      background: #fff;
      opacity: .7; }

.text-white {
  color: #fff; }

/*==============================
=            BUTTON            =
==============================*/
.login-btn{ font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border:1px solid #fff;
  cursor: pointer;
  padding: 3px 25px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }

.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }

.btn-primary {
  display: inline-block;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff; }
  .btn-primary:hover {
    background-color: #a347ff;
    border-color: #a347ff;
    color: #fff; }

.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-primary:hover {
    background-color: #a347ff;
    border-color: #a347ff;
    color: #fff; }

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(0, 123, 255, 0.15); }

.btn-icon {
  color: #000; }

.btn-link {
  color: #5a08fb; }

/*=====  End of BUTTON  ======*/
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/
.rectangle-1 {
  width: 2000px;
  height: 400px;
  background: #0bbd27;
  background: -webkit-linear-gradient(to right, #0bbd27, #0bbd27);
  background: linear-gradient(to right, #0bbd27, #0bbd27);
  transform-origin: 50% 125% 0;
  position: absolute;
  left: 0;
  z-index: 0;
  transform: scale(1) rotate(-10deg); }

.rectangle-2 {
  width: 2000px;
  height: 400px;
  background: #0bbd27;
  background: -webkit-linear-gradient(to right, #0bbd27, #0bbd27);
  background: linear-gradient(to right, #0bbd27, #0bbd27);
  transform-origin: 65% 100% 0;
  position: absolute;
  right: 0;
  z-index: 0;
  transform: scale(1) rotate(50deg); }

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-100vw) rotate(-15deg); }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-15deg); } }

@keyframes grow1 {
  from {
    opacity: 0;
    transform: scale(2) rotate(-10deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(-10deg); } }

@keyframes grow2 {
  from {
    opacity: 0;
    transform: scale(2) rotate(50deg); }
  to {
    opacity: 1;
    transform: scale(1) rotate(50deg); } }

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.rectangle-1 {
  opacity: 0;
  animation: grow1 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }

.rectangle-2 {
  opacity: 0;
  animation: grow2 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }

.rectangle-transparent-1 {
  width: 500px;
  height: 500px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: -5%;
  bottom: -10%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite; }

.rectangle-transparent-2 {
  width: 600px;
  height: 600px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  right: -10%;
  top: 5%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite; }

.circle-1 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  left: 5%;
  top: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite; }

.circle-2 {
  width: 70px;
  height: 70px;
  top: 20%;
  left: 83%;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }

.circle-3 {
  top: 80%;
  right: 25%;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }

@keyframes floating {
  0% {
    transform: translate(0%, 0%) rotate(25deg); }
  25% {
    transform: translate(5%, 15%) rotate(25deg); }
  50% {
    transform: translate(10%, 5%) rotate(25deg); }
  75% {
    transform: translate(0%, 15%) rotate(25deg); }
  100% {
    transform: translate(0%, 0%) rotate(25deg); } }

@keyframes floating-slow {
  0% {
    transform: translate(0%, 0%) rotate(25deg); }
  25% {
    transform: translate(1%, 3%) rotate(25deg); }
  50% {
    transform: translate(2%, 1%) rotate(25deg); }
  75% {
    transform: translate(0%, 3%) rotate(25deg); }
  100% {
    transform: translate(0%, 0%) rotate(25deg); } }

.triangle {
  position: absolute; }

.triangle-1 {
  right: 0;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite; }
  .triangle-1 img {
    height: 50px;
    width: 50px;
    transform: rotate(30deg); }

.triangle-2 {
  top: 30%;
  left: 20%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite; }
  .triangle-2 img {
    width: 75px;
    height: 75px;
    transform: rotate(15deg); }

.triangle-3 {
  top: 80%;
  left: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite; }
  .triangle-3 img {
    width: 45px;
    height: 45px;
    transform: rotate(40deg); }

.triangle-4 {
  top: 60%;
  right: 15%;
  animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite; }
  .triangle-4 img {
    width: 45px;
    height: 45px;
    transform: rotate(-40deg); }

/*=====  End of FORM RECTANGLE ETC  ======*/
/*================================
=            FEATURES            =
================================*/
.feature-item {
  transition: all .2s ease-in-out 0s !important; }
  .feature-item:hover {
    transform: translateY(-13px); }

.progress-bar {
  background-color: #0bbd27; }

/*=====  End of FEATURES  ======*/
/*=============================
=            TESTI            =
=============================*/
.testi-img img {
  height: 60px;
  width: 60px !important;
  border-radius: 50%;
  display: inline-block !important; }

.testi-details {
  text-align: left; }

.testi-text {
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 50px; }

.testi-icon {
  color: #ffffff; }

.testi-content {
  margin-top: 80px;
  padding-bottom: 80px; }

.testi-item {
  margin-left: 15px;
  margin-right: 15px; }

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer; }
  .owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(29, 62, 222, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  .owl-dot.active > span {
    background-color: transparent;
    box-shadow: 0 0 0 2px #0bbd27; }

.owl-dots {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  clear: both;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  margin-bottom:-30px;
}

.heading-section {
  position: relative; }

/*=====  End of TESTI  ======*/
/*=================================
=            PORTFOLIO            =
=================================*/
.filter-button-group {
  margin-bottom: 15px; }
  .filter-button-group a {
    margin: 5px;
    cursor: pointer; }

.grid-link a {
  margin: 5px;
  font-size: 20px;
  color: #000; }

.grid-portfolio {
  overflow: hidden; }

.gutter-sizer {
  width: 2%; }

.grid-sizer,
.grid-item {
  width: 32%; }

.grid-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden; }
  .grid-item:hover .grid-info {
    top: 50%;
    opacity: 1; }

.grid-item-wrapper:before {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
  opacity: 0; }

.grid-item-wrapper:hover:before {
  opacity: 1; }

.grid-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease; }

.lightcase-icon-close:before {
  content: '\e870';
  font-family: "Linearicons-Free"; }

.grid-title {
  text-align: center; }

/*=====  End of PORTFOLIO  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff; }

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } 

  }

#side-search .form-control {
  background-color: transparent; }

#side-search .input-group-text {
  background: transparent;
  color: #fff; }

/*==============================
=            SKILLS            =
==============================*/
.skill-item {
  width: 100%;
  position: relative;
  padding: 10px 0; }
  .skill-item p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500; }
  .skill-item .text-muted {
    color: #939393; }

.progress-bar, .progress {
  transition: all 4s; }

/*=====  End of SKILLS  ======*/
/*============================
=            BLOG            =
============================*/
.blog-item {
  transition: all 0.3s ease-in-out;
  background-color: #f7f8f9;
  border-radius: 3px;
  overflow: hidden; }
  .blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15); }

.bg-grey .blog-item {
  background-color: #fff; }

.blog-item-wrapper {
  margin-bottom: 30px; }

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

.blog-title h4 {
  color: #000; }

.blog-text {
  padding: 15px; }
.blog-tag h6 { 
  color: #21da0a!important;
  font-weight: bold!important;
}
.blog-tag {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;

}

.blog-meta {
  color: #939393; }
  .blog-meta p {
    display: inline-block;
    font-size: 14px; }
  .blog-meta a {
    color: #939393; }

.blog-author {
  display: inline-block;
  color: #939393; }
  .blog-author p {
    font-size: 14px;
    margin-bottom: 0; }

.blog-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0px -5px 10px; font-size: 14px!important; }
  .blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer; }

.blog-content img.float-left {
  margin: 15px 15px 15px 0; }

.blog-content .img.float-right {
  margin: 15px 0 15px 15px; }

  .blog-title h4{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        }

/*=====  End of BLOG  ======*/
/*====================================
=            FORM CONTROL            =
====================================*/
.form-control:focus {
  border-color: #0bbd27;
  box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); }

.form-control::-webkit-input-placeholder {
  opacity: .5; }

.form-control::-moz-placeholder {
  opacity: .5; }

.form-control:-ms-input-placeholder {
  opacity: .5; }

.form-control::-ms-input-placeholder {
  opacity: .5; }

.form-control::placeholder {
  opacity: .5; }

/*=====  End of FORM CONTROL  ======*/
/*==============================
=            CLIENT            =
==============================*/
.client-slider .owl-nav {
  display: none; }

.client-slider .client-item {
  padding: 0 40px; }

/*=====  End of CLIENT  ======*/
/*==================================
=            RESPONSIVE            =
==================================*/
@media (max-width: 992px) {
  .not-on-top #header-navbar {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #0bbd27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #09a521, #0bbd27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #09a521, #0bbd27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 11; }
  #header-navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .navbar-transparent .navbar-collapse {
    background: #0bbd27;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #09a521, #0bbd27);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #09a521, #0bbd27);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px; } 
    .payment-gfx{
    display: none;
    }

  }

.navbar-nav .dropdown-item {white-space: normal;}
.navbar-expand-lg .navbar-nav .dropdown-list {min-width: 600px;}
.navbar-expand-lg .dropdown-menu-right {min-width: 200px;}


@media (max-width: 767px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {min-width: 300px;}
  .navbar-expand-lg .dropdown-menu-right {min-width: 300px;}
  .jumbotron h1 {
    font-size: 2rem!important; }
  .grid-item {
    width: 100%; }
  .progress {
    height: 30px;
    font-size: 16px; } 
      .middle-border{border-right:0px!important}
      .pl-4, .pr-5{padding:0px!important}
      .icon-forgotpwd{display: none}

  

 }

@media (max-width: 375px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {min-width: 280px;}

  .project-tab li.nav-item {
   min-width: 70px!important;
 }
}
@media (max-width: 992px){
.navbar-transparent .navbar-collapse {
    background: #c934de;
    background: -webkit-linear-gradient(to right, #772eb8, #c934de);
    background: linear-gradient(to right, #772eb8, #c934de);
    padding: 10px;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-item .mx-2{margin: 5px 0!important;}
  .btn-link-1{ width: 100% !important }
  .btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px 5px;
    padding: 16px 20px 0 20px;
    background: #19b9e7;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}
.dasboard-nav a{
 min-height: 90px;
}
.navbar-collapse .dropdown-menu{
  background-color: #5b00bb!important;
  color: #ffffff!important;
  border: none!important;
}
.navbar-collapse .dropdown-menu li a{
  color: #ffffff!important;
}
.navbar-collapse .nav-item .btn-outline-light, .navbar-collapse .nav-item .btn-warning{
 width: 190px;
}

.navbar-collapse .dropdown-menu .dropdown-item:hover, .navbar-collapse .dropdown-menu .dropdown-item:focus{
  color: #000000!important;
}
.navbar-collapse .dropdown-submenu ul{
  background-color: #4b0d8c!important;
  color: #ffffff!important;
  border: none!important;
}
.lp-course-buttons {
    top: -30px!important;
    
}
.project-tab .nav a img {
    display: none!important;
}
.project-tab li.nav-item{
  min-width: 150px!important;
  text-align:center;
}
.project-tab li.nav-item {
   min-width: 70px!important;
 }
 .project-tab .nav li a.active, .project-tab li.nav-item a:hover {
    height: 76px!important;
}
.panel-sub-title {
    width: 80%!important;
}
.row.panel-title .col-6 {
    flex:auto!important;
    max-width:100%!important;
}
.project-tab .lp-course-buttons button {
    white-space: nowrap;
}
.lp-course-buttons .legends-container {
    margin-left: -64px!important;
}
}
@media (max-width: 480px) {
  .nav li a {
    padding: 10px 5px!important;
}
.project-tab .nav li a.active, .project-tab li.nav-item a:hover {
    height: 55px!important;
}
.project-tab .lp-course-buttons button {
    border-radius: 20px!important;
    padding: 9px 10px!important;
    white-space: nowrap;
}
.panel-sub-title{
  width: 70%!important
}
.panel-heading h4 a {
    font-size: 14px!important;
}
.lp-course-buttons .legends-container {
    margin-left: -119px!important;
}

}


@media (min-width: 993px){ 
.project-tab li.nav-item{
  min-width: 150px!important;
  text-align:center;
}
.project-tab .container .section-content .row .background-danger{position: relative; top: -46px}
}
/*=====  End of RESPONSIVE  ======*/

.carousel-indicators li {background-color: #09a521!important;}
.carousel-indicators .active{background-color: #e8b50e!important;}
.carousel-indicators{bottom: -40px!important}

.custom-sidebar li{background:#f7f8f9;}
.custom-sidebar li:hover{ background-color: #09a521; cursor: pointer; }
.custom-sidebar li:hover a{ color: #fff!important; }
.custom-sidebar .font-12{font-size: 12px;}



.btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}
.btn-link-1 {
    display: inline-block;
    height: 40px;
    margin: 5px 0px;
    padding: 10px 5px 0 5px;
    background: #19b9e7;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 95%;
}
.btn-link-1:hover{
  color: #fff;
}
.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
}


.middle-border {
    min-height: 300px;
    margin-top: 0px;
    border-right: 1px solid #ddd;
    margin: 0 20px 0 0px;
}
.category-single-left li .fa{ color: #0056b3; }
.blog-author span{font-size: 12px!important; font-weight: normal;}

.red-grad{   
    background: linear-gradient(242deg, #f49cae, #b05ce2);
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}
.blue-grad{   
    background: linear-gradient(240deg,#0a7dd8,#21c8db);
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}
.green-grad{   
    background: linear-gradient(240deg,#bdd377,#09adef);
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}
.purple-grad{   
    background: linear-gradient(242deg, #b79cf4, #975ce2);
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}
.grad-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    line-height: 26px;
    margin: 0;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{    background-color: #0bbd27!important;}
.category-list li a{color: #000}

/*Contra news*/
.post {
    border-bottom: 1px solid #dadada;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.post-body {
    padding: 0px;
}
.post-meta {
    padding-bottom: 10px;
}
.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dadada;
    line-height: 12px;
    display: inline-block;
}
.post-meta i {
    color: #bbb;
    margin-right: 3px;
}
.post-meta a {
    color: #303030;
}
a:link, a:visited {
    text-decoration: none;
}
.post-single .entry-header .entry-title {
    font-size: 28px;
}
.entry-header .entry-title {
    font-size: 24px;
    margin: 5px 0 15px;
    position: relative;
    line-height: 34px;
    text-transform: capitalize;
}
.paging {
    margin-bottom: -5px;
}
.pagination {
    margin: 0;
}
.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
    color: #fff;
    background: #0bbd27;
    border: 1px solid transparent;
}
.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.pull-left {
    float: left!important;
}
.widget.recent-posts ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
}
.widget ul li {
    line-height: 30px;
}
.sidebar .widget ul li a {
    color: #303030;
}
.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
}
.sidebar-right .widget {
    margin-left: 20px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}



.sidebar ul.nav-tabs {
    border: 0;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    flex-direction: column;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal;
}
.widget ul li {
    line-height: 30px;
}
.nav-stacked li {
    float: none;
}
.nav-tabs li {
    float: left;
    margin-bottom: -1px;
}
.nav li {
    position: relative;
    display: block;
}
.widget ul li {
    line-height: 30px;
}
.nav-stacked>li {
    float: none;
}
.nav-tabs li {
    float: left;
    margin-bottom: -1px;
}
.nav li {
    position: relative;
    display: block;
}
.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.sidebar .widget ul li a {
    color: #303030;
}
.sidebar .widget ul li a:hover {
    color: #28a745;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover, .nav-tabs li a:hover, .nav-tabs li a {
    border: 0;
}

.nav li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

blockquote {
    padding: 20px;
    padding-left: 30px;
    border-left: 3px solid #ffb600;
    margin: 20px 0;
    background: #f9f9f9;
    position: relative;
}
blockquote:before {
    font-family: FontAwesome;
    content: '\f10d'; /*quote left icon*/
    position: absolute;
    font-size: 28px;
    color: #E5E5E5;
    top: 0;
    left: 0;
    z-index: 0;
}
blockquote p {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    font-style: italic;
}
.order-bottom-0{border: 0!important}
/*news*/

/*gallery*/

.isotope-nav {
    display: inline-block;
    margin: 20px 0 50px;
    width: 100%;
}

.isotope-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #ffb600;
}

.isotope-nav ul li {
    display: inline-block;
    line-height: 40px;
}

.isotope-nav ul li a {
    color: #212121;
    font-size: 14px;
    padding: 12px 25px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.isotope-nav ul a.active {
    color: #212121;
    background: #ffb600;
}

/* Project Isotope Item */

.isotope-item {
    padding: 0;
}

.isotope-img-container {
    position: relative;
    overflow: hidden;
}

.isotope-img-container img {
    -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
    transform: perspective(1px) scale3d(1.1, 1.1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.isotope-img-container:hover img {
    -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
    transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.isotope-img-container:after {
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.isotope-img-container:hover:after {
    opacity: 1;
}

.gallery-popup .gallery-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 5px 12px;
    background: #ffb600;
    color: #fff;
    opacity: 0;
    -webkit-transform: perspective(1px) scale3d(0, 0, 0);
    transform: perspective(1px) scale3d(0, 0, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.isotope-img-container:hover .gallery-popup .gallery-icon {
    opacity: 1;
    -webkit-transform: perspective(1px) scale3d(1, 1, 1);
    transform: perspective(1px) scale3d(1, 1, 1);
}

.project-item-info {
    position: absolute;
    top: 50%;
    margin-top: -15%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    z-index: 1;
}

.project-item-info-content {
    opacity: 0;
    -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
    transform: perspective(1px) translate3d(0, 15px, 0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.isotope-img-container:hover .project-item-info-content {
    opacity: 1;
    -webkit-transform: perspective(1px) translate3d(0, 0, 0);
    transform: perspective(1px) translate3d(0, 0, 0);
}

.project-item-title {
    font-size: 20px;
}

.project-item-title a {
    color: #fff;
}

.project-item-title a:hover {
    color: #ffb600;
}

.project-cat {
    background: #ffb600;
    display: inline-block;
    padding: 5px 8px;
    font-weight: 700;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.general-btn .btn-primary:hover {
    background: #000;
}

/*gallery*/

/*dashboard*/

.dasboard-nav .nav li{
 width: 33%;
 background-color:#f7f7f7; 
}

.img-profile {
    height: 30px!important;
    width: 30px!important;
}

/*dashboard*/

/*Training*/

/* Tabs*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

    background-color: #e8b50e!important;
    color: #fff!important;
}
.training-details a{
  border-bottom: 1px solid #dee2e6;
  border-radius: 0!important;
  padding: 12px 10px;
}
/*Training*/

.logo-container img{width: 95px}
footer p{font-size: 14px;}


/*===== Slider 3 =====*/

.slider_area_3 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 250px;
}

.slider_area_3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 31, 74, 0.5);
}

.slider_content_3 {
    padding-top: 240px;
}

.slider_content_3 .main_title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.slider_content_3 .main_title span {
    color: #fcc741;
}

.slider_box_wrapper {
    padding-bottom: 30px;
}

.slider_box_wrapper .single_column {}

.slider_box_wrapper .single_box {
    position: relative;
    max-width: 165px;
    height: 165px;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.slider_box_wrapper .single_box:hover {
    margin-top: 20px;
}

.slider_box_wrapper .single_box img {}

.slider_box_wrapper .single_box p {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}

.slider_box_wrapper .single_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_box_wrapper .single_column:nth-child(4n+1) .single_box {
    background-color: #48cfaf;
}

.slider_box_wrapper .single_column:nth-child(4n+2)  .single_box {
    background-color: #fcc741;
}

.slider_box_wrapper .single_column:nth-child(4n+3) .single_box {
    background-color: #de322e;
}

.slider_box_wrapper .single_column:nth-child(4n+4)  .single_box {
    background-color: #3d84c8;
}


/*===== Slider 4 =====*/

.courses-block img {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}


/*Start Menu*/

  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

/*End Menu*/


/*Courses Search*/
.active-cyan-2 input.form-control[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #4dd0e1;
  box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan-2 input{
  box-sizing: content-box;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: 0;
}
.form-inline .form-control {width: 60%!important}
.fa-search{cursor: pointer!important;}
/*Courses Search*/

/*Price table*/

.price-bg-lightgrey{    
    background-color: #ececec!important;
    color: #000!important;
}
  .price-bg-blue{    
    background-color: #18d1d4!important;
    color: #fff!important;
}
 .price-bg-lightblue{    
    background-color: #cdd865!important;
    color: #fff!important;
}
 .price-bg-green{    
    background-color: #8bc24a!important;
    color: #fff!important;
}
 .price-bg-orange{    
    background-color: #feca28!important;
    color: #fff!important;
}
.price-bg-red{    
    background-color: #f23b30!important;
    color: #fff!important;
}
.price-bg-purple{    
    background-color: #9158a9!important;
    color: #fff!important;
}
.price-bg-lightpurple{    
  background-color: #f179f8!important;
  color: #fff!important;
}
/*Price table*/

/*Course listing*/
.project-tab .nav-tabs{
  flex-direction: row;
}
.project-tab .nav-tabs{
      border-bottom: 1px solid #f9f9f9
}
h2.sg-active-tab {
  margin-bottom: 3rem !important;
}
.project-tab .lp-button {
  background: #ffc107;
  color: #000;
}
.project-tab .lp-button {
  padding: 10px 40px;
}
.pull-right {
  top: 10px; 
 left: 10px; 
 display: inline-block;
}
.course-landing-summary .lp-course-buttons.pull-right.pl-4 {
  margin-top: 10px;
}
.course-price{
      font-size: 24px;

}
.lp-course-buttons{ 
 top: 90px; 
 left: 0px; 
 display: inline-block; 
 z-index: 1;
 float: right
} 
.button-purchase-course .counter-bg{
  background-color: black;
  color: white;
  padding: 2px 6px;
  border-radius: 10px;
}
.project-tab .lp-course-buttons button {
  background-color: #ffc107;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 40px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}


.project-tab .nav .bg-1 {
  background-color: #48cfaf;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
  border-radius: 5px !important;
}

.project-tab .nav .bg-2 {
  background-color: #fcc741;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
  border-radius: 5px !important;
}
.project-tab .nav .bg-2 {
  background-color: #fcc741;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
  border-radius: 5px !important;
}

.project-tab .nav a.bg-3 {
  background-color: #de322e;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
  border-radius: 5px !important;
}

.project-tab .nav a.bg-4 {
  background-color: #3d84c8;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 25px;
  border-radius: 5px !important;
}
.project-tab .nav a img{
  max-height: 40px;
  margin: 0 auto;
  display: block;
}

.project-tab .nav li a.active, .project-tab li.nav-item a:hover {
  height: 120px;
}
.project-tab .nav .active.show, .project-tab .nav .active, .project-tab li.nav-item a:hover   {
  background-color: #f9f9f9 !important;
  color: #ffc107;
  font-weight: bold;
  border-top: 3px solid #ffc107;
  border-color:#f9f9f9;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0px !important;
}
.project-tab .nav a{
  transition: none!important
}

.project-tab .nav a img:nth-child(2){
  display: none;
}
.project-tab li.nav-item a:hover img:nth-child(1) {
  display: none;
}
.project-tab li.nav-item a:hover img:nth-child(2) {
  display: block;
}
.project-tab .nav .active.show img:nth-child(1), .project-tab .nav .active img:nth-child(1){
  display: none;
  max-height: 40px;
  margin: 0 auto;
 }
 .project-tab .nav .active.show img:nth-child(2), .project-tab .nav .active img:nth-child(2){
  display: block;
  max-height: 40px;
  margin: 0 auto
 }

.topics-title {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0px;
  font-weight: 600;
    font-size: 17px;
    color: #000;
}
.topics-title .form-check {
  margin-bottom: 0px;
  padding-left: 0px;
}
.topics-title .form-check-label {
  padding: 5px 0px 0px 18px;
  font-weight: normal;
    font-size: 14px;
    color: #000;
}
.topics-title .selcet-all.form-check-input{
  margin-top: 9px;
  margin-left: 23px;
}
.panel-title {
  /*background-color: #f9f9f9;*/
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0px;

}
.panel-title button.button-add-to-cart{
  background-color: #5a08fb;
  border: 0px;
  border-radius: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer; 
  margin-top: 5px;
}
.panel-title button.button-add-to-cart .fa-check:before, .panel-title button.button-add-to-cart .fa-shopping-cart:before{
 margin-left: 5px;
}
.panel-title button.button-add-to-cart .fa-check:before{
  color:#58ff7e;
}
.panel-title button.button-add-to-cart .fa-shopping-cart:before{
  color:#ffc107;
}
.panel-title .form-check-input{
  margin-top: 15px;
  margin-left: 10px;
}
.selcet-all.form-check-input{
    margin-top: 10px;
  margin-left: 15px;
}
 .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.panel-heading h4{
  margin-bottom: 0px!important;
}
.panel-heading h4 a{
      font-weight: 600;
      font-size: 17px;
      color: #000
}

.panel-default>.panel-heading a {
  display: block;
  padding: 5px 10px 24px;
}

.panel-group{
    margin: 0 -15px!important;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default .panel-title a:before{
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.panel-default>.panel-heading a[aria-expanded="true"]:before {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: orange;
  border-radius: 20px;
  padding: 0px 5px;
  font-size: medium;
  float: left;
  margin-right: 5px;
}

.panel-default>.panel-heading a[aria-expanded="false"]:before {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: orange;
  border-radius: 20px;
  padding: 0px 5px;
  font-size: medium;
  float: left;
  margin-right: 5px;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

.adv-topic, .exercise-container{
  float: left;
  padding: 3px 8px;
  margin: 5px 5px;
  font-size: 12px!important;
  border-radius: 15px;  
}
.adv-topic a, .exercise-container a{
  color: #000;
}
.row.ncert{
  /*border-bottom: 1px solid #dcdcdc;*/
  /*padding: 5px 0px;*/
}

.row.ncert {
    padding: 5px 15px;
}

.ncert .adv-topic {
    background-color: #ffbaba!important;
}
.ncert .adv-topic .fa-bolt {
    margin-right: 3px;
}
.ncert .exercise-container.item-preview {
    background-color: #91f1a0;
}
.ncert .exercise-container.item-preview .fa-unlock-alt {
    margin-right: 3px;
}
.ncert .exercise-container.item-locked {
    /*background-color: #e4e4e4;*/
      background-color: #ffc107;
    
}
.ncert .exercise-container.item-locked .fa-lock {
    margin-right: 3px;
    /*color: #8c8c8c */
    color: #000;
}
.ncert .fa-book:before{
 margin-right: 5px;
 color: #137dea;
}

.legends-container {
    text-align: right;
    margin-top: 10px;
}

.preview-item span {
    border-radius: 5px;
    display: inline-block;
    background-color: #91f1a0;
    width: 10px;
    height: 10px;
}

.legends-container .ncert-book {
    font-size: 13px;
    width: 90px;
    display: table-cell;
    line-height: 30px;
}

.ncert-book span {
    border-radius: 5px;
    display: inline-block;
    background-color: #137dea;
    width: 10px;
    height: 10px;
}

.legends-container .advance-topic {
    font-size: 13px;
    width: 78px;
    display: table-cell;
    line-height: 30px;
}

.advance-topic span {
    border-radius: 5px;
    display: inline-block;
    background-color: #ffbaba;
    width: 10px;
    height: 10px;
}

.legends-container .exercises-item {
    font-size: 13px;
    width: 74px;
    display: table-cell;
    line-height: 30px;
}

.exercises-item span {
    border-radius: 5px;
    display: inline-block;
    background-color: #58efe1;
    width: 10px;
    height: 10px;
}

.legends-container .preview-item {
    font-size: 13px;
    width: 46px;
    display: table-cell;
    line-height: 30px;
}

.locked-item span {
    border-radius: 5px;
    display: inline-block;
    background-color: #e4e4e4;
    width: 10px;
    height: 10px;
}

.legends-container .locked-item {
    font-size: 13px;
    width: 44px;
    display: table-cell;
    line-height: 30px;
}
/*Course listing*/

/*Cart*/
.cart-item .table td, .table th{
  /*padding: 0.5rem;*/
}
.cart-item .btn-remove{
    font-size: 12px;
    font-weight: normal;
    border-radius: 30px;
    padding: 5px 15px;
    background-color: #dc3545;
    color: #fff
}
.cart-item-title{
  font-size: 14px;
  font-weight: 600;
}
.cart-titlecontainer{
  background-color: #fffabe
}
.order-summary{
  background-color: #e0fbff;
  border-radius: 10px;
  padding: 30px 20px;
}

.panel-sub-title{width: 70%}

.promoCode input, .promoCode label{
  width:100%!important;
  margin-bottom: 5px;
}
/*Cart*/






.leadership_block{display: flex;width: 100%;-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap;margin-bottom: 30px; padding-bottom: 30px;     -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);  -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2); box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);}
.leadership_block .image_block{display: inline-block;vertical-align: top;max-width: 100px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1 0 0%;flex: 1 0 0%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;float: left;position: relative;}
.leadership_block .image_block img{display: inline-block;-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.leadership_block .content_block{display: inline-block;vertical-align: top;width: calc(100% - 125px);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-ms-flex: 1 0 0%;flex: 1 0 0%;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; float: left;border-left: 3px solid #007bff; padding-left: 10px;position: relative;}
.align_center{position: relative;transform: translateY(-50%); top: 50%;}
.leadership_block .content_block:before {content: '';border: solid #007bff;border-width: 0 3px 3px 0;display: inline-block;padding: 7px;    width: 10px;background-color: #fff;margin-left: -21px;margin-top: 15px;position: absolute;left: 10px;top:38%; transform: translateY(-50%) rotate(134deg) ;}
.leadership_block.l_block-r .content_block{border-right: 3px solid #007bff;border-left: 0px;padding-right: 10px; padding-left: 0px;}
.leadership_block.l_block-r .content_block:before{left: auto; right: -11px;transform: translateY(-50%) rotate(315deg);}
.leadership_block .content_block h4{color: #007bff;font-size: 20px;font-weight: 500;}
.img-shadow{-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
    .footer_blocks ul{padding: 0px; margin: 0px; list-style: none;}
    .footer_blocks ul li{padding: 0px; margin: 0px; list-style: none;margin-bottom: 5px; display: inline-block;width: 100%; font-weight: 400;}
    .footer_blocks h4{margin-bottom: 20px;}
    .footer_logo{max-height: 35px;}
    .social_link li a{display: inline-block;}
    .social_link li a:first-child{padding-left: 0px;}
    .btn-primary{background-color: #ffc107; border: 1px solid #ffc107;}
.btn-primary:hover{color: #c3009a;}



/*Quiz*/

.nav-pills li a {
   padding: 5px 7px;
}
.nav-pills li a.show {
    border-bottom: 2px solid #337ab7
}
.nav-pills li.active {
    border-bottom: 2px solid #337ab7
}

.output-container {
    width:210px;
    height: 30px;
    margin: 10px;
    padding: 5px 10px;
    font-size: 21px;
    line-height: 20px;
    vertical-align: middle;
    float:left;
}
.fa.fa-stopwatch:before{
  color: #b331db
}

#myWizard .progress-bar {
    transition: all 0.5s;
}

.property-amenities-list {
 list-style: none;
 margin: 0;
 padding: 0
 }
 .property-amenities-list>li {
 margin: 10px 5px
 }
 .property-amenities-list>li.disabled:before,
 .property-amenities-list>li.enabled:before {
 content: "\f00c";
 display: inline-block;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: 400;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 color: #df4a43;
 margin-right: 8px
 }
 .property-amenities-list>li.disabled:before {
 content: "\f00d";
 color: #adb2b6
 }
 .property-features {
 list-style: none;
 margin: 0;
 padding: 0
 }
 .property-features>li {
 position: relative;
/* padding: 15px 15px 15px 25px;*/
 min-height: 56px;
 border: 1px solid #e3e3e3;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 margin: 15px;
 padding: 12px 0px 0px 37px;
 }
 .property-features>li i {
 position: absolute;
 color: #df4a43;
 font-size: 30pt;
 float: left;
 top: 5px;
 left: 20px
 }
 .property-features>li i.fa {
 top: 9px
 }
 .section-highlight,
 .section-title {
 padding-bottom: 24px;
 position: relative;
 margin-bottom: 40px;
 margin-top: 60px;
 text-align: center;
 clear: both;
 display: inline-block;
 width: 100%
 }
 .section-highlight:after,
 .section-highlight:before,
 .section-title:after,
 .section-title:before {
 content: " ";
 position: absolute;
 bottom: 3px;
 left: 50%;
 margin-left: -50px;
 width: 100px;
 height: 1px;
 background-color: #df4a43;
 -webkit-opacity: .5;
 -moz-opacity: .5;
 opacity: .5
 }
 .section-highlight:after,
 .section-title:after {
 bottom: 0
 }
 .check {
 width: 40px;
 height: 40px;
 background: #e5e5e5;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 position: relative;
 float: left;
 margin: 4px auto;
 top: 12px;
 left: -6px;
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 -moz-box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.75), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
 -webkit-box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.75), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
 box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.75), inset 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
 cursor: pointer;
 }
 .check:before {
 content: "";
 background: #fff;
 position: absolute;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 top: 9%;
 left: 9%;
 right: 9%;
 bottom: 9%;
 -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
 -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
 }
 .check:after {
 content: "";
 position: absolute;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 border-color: #60b247;
 border-width: 0;
 border-style: solid;
 }
 .check .check-icon {
 position: absolute;
 z-index: 3;
 top:-14%;
 left: 28%;
 width: 45%;
 fill: #e5e5e5;
 }
 .check.active:after {
 -moz-transition: ease-out 0.1s all;
 -o-transition: ease-out 0.1s all;
 -webkit-transition: ease-out 0.1s all;
 transition: ease-out 0.1s all;
 border-width: 20px;
 }
 .check.active .check-icon {
 fill: #fff;
 -moz-animation: bounce 0.2s;
 -webkit-animation: bounce 0.2s;
 animation: bounce 0.2s;
 -moz-animation-delay: 0.08s;
 -webkit-animation-delay: 0.08s;
 animation-delay: 0.08s;
 }
 @-moz-keyframes bounce {
 0% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.2);
 }
 100% {
 transform: scale(1);
 }
 }
 @-webkit-keyframes bounce {
 0% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.2);
 }
 100% {
 transform: scale(1);
 }
 }
 @keyframes bounce {
 0% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.2);
 }
 100% {
 transform: scale(1);
 }
}


.btn_cont a {
  color: #000!important;
}
/* end Quiz*/


/* Comment */
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
}

#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-notes {
    position: relative;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form {
    margin: 0 -15px;
}

.comments-area form#commentform p.logged-in-as ,
.comments-area form#commentform p{
    padding: 0 15px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 50%;
}

.comments-area form#commentform p.logged-in-as {
    padding: 0 15px;
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 100%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.comment .comment-body {
    background-color: #fafafa;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 10px;
}

.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
    border-radius: 100%;
}

.comment-metadata {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;

}

.comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
}

.comment-metadata::before{
    height: 15px;
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: normal;
    margin: 25px 0;
    font-size: 22px;
    font-weight: 600;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content {
    clear: both;
    display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
}

.author-info h4 {
    margin-bottom: 0;
}

#commentform label {
    display: inline;
    position:relative;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
    margin-right: 10px;
}

#commentform  p.form-submit {
    margin-top: 30px;
}

#commentform  span.required {
    color: #f0632b;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

#primary #infinite-handle span button, a.custom-button, a.custom-button:visited, button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #aa0000;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
        margin-top: 0px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}


#commentform p.form-submit {
    margin-top: 30px;
}

#commentform label {
    display: inline;
    position: relative;
}
.comment-respond label {
    display: block;
    font-weight: normal;
}
.content-item-wrap #comments #comment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    width: 100%;
}

/* Comment */
.tab-content {
  border-bottom: 1px solid #dcdcdc; 
}

.course-curriculum ul.curriculum-sections .section-content .course-item.ncert .section-item-link.video:before {
    content: "\f03d"!important;
    color: #ffc107;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.ncert .section-item-link.quiz:before {
    content: "\f12e"!important;
    color: #ffc107;
}

.a_link{
  color:#000000;
  font-weight: 400;
}

.pT5 {
  padding-top: 5px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pL0 {
  padding-left: 0px !important;
}

#slabs_price_container{padding-top: 10px}
.main-panel .content-wrapper div.row{margin-top: 0!important} 
.static-layout .ribbon-box .ribbon-box-inside ul{padding-left: 2rem!important;}
.content-wrapper .col-md-12.grid-margin.stretch-card{padding:0px!important}

#video-section .item-video{margin: 0px; padding: 0px; width: 100%;}
#video-section .item-video iframe{max-width: 500px;width:100%; height: 320px;}