/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --primary-color: #205de7;
  --light-primary-color: #E2F3F0;
  --secondary-color: #0437a7;
  --light-secondary-color: #FFE9E5;
  --tertiary-color: #FFEED3;
  --dark-color: #31333A;
  --light-color: #FFFFFF;
  --grey-color: #BBC7D4;
  --light-dark-color: #727272;
  --light-grey-color: #f5f5f5;
}

/* Fonts */
:root {
  --body-font: 'Inter', sans-serif;
  --heading-font: 'Inter', sans-serif;
}

body {

  --bs-link-color: var(--dark-color);
  --bs-link-hover-color: var(--dark-color);

  --bs-link-color-rgb: 40, 40, 40;
  --bs-link-hover-color-rgb: 0, 0, 0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: var(var(--body-font));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3rem;
  --bs-body-color: var(--dark-color);

  --bs-primary: #0437a7;
  --bs-primary-rgb: 76, 192, 130;
  --bs-primary-bg-subtle: #E2F3F0;

  --bs-border-color: #F7F7F7;

  --bs-secondary: #8cb0fd !important;
  --bs-secondary-rgb: 236, 108, 90;
  --bs-secondary-bg-subtle: #FFE9E5;

  --bs-tertiary: #f8be60;
  --bs-tertiary-bg-subtle: #FFEED3;

}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.btn {
  --bs-btn-font-family: var(--heading-font);
}

.btn-primary {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--light-color);
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #0437a7;
  --bs-btn-hover-border-color: #0437a7;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--light-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--light-color);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--primary-color);
  white-space: nowrap;
}

.btn-outline-primary {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--primary-color);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--primary-color);
  --bs-gradient: none;
}

.btn-outline-dark {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.btn-dark {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--dark-color);
  --bs-btn-border-color: var(--dark-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--dark-color);
  --bs-btn-active-border-color: var(--dark-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--dark-color);
  --bs-btn-disabled-border-color: var(--dark-color);
}

/* body {
  letter-spacing: 0.01625rem;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bs-body-color);
  font-weight: 700;
  text-transform: capitalize;
}

a {
  text-decoration: none;
}

.breadcrumb {
  --bs-breadcrumb-item-active-color: var(--dark-color);
}

label {
  padding-bottom: 5PX;
}

.form-control {
  border: 1px solid #e4e3e3;
}

.form-control:focus {
  border-color: #949494;
  outline: 0;
  box-shadow: none;
}

.padding-large {
  padding-top: 18rem;
  padding-bottom: 14rem;
}

.padding-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-medium-2 {
  padding-top: 11rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .padding-large {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .padding-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-medium-2 {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}


/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--primary-color);
  }

  40% {
    box-shadow: 0 2em 0 0 var(--primary-color);
  }
}


@media screen and (max-width: 991px) {

  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }

  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;

  }

}



/*----- Nav Section Style -------------------------*/
/* nav bar style  */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.nav-link {
  color: var(--dark-color);
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

/* dropdown style */
.dropdown-item {
  text-transform: capitalize;
  font-weight: 600;
  padding: 0.5rem 1rem;
  font-size: 15px;

}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--body-text-color);
}
/* .dropdown.show{
  height: 36px;
}
.dropdown.show .nav-link{
  padding-bottom: 10px;
} */
.nav-item.dropdown .dropdown-menu {
 background-color: #e2f3f0;
  /* transform: translateY(20px);
  transition: all .3s ease-in; */
  border-radius: 0px;
  border-color: transparent;
  right: 15px;
  --bs-dropdown-min-width: 9rem;

}
.nav-item.dropdown .dropdown-menu:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #e2f3f0;
  position: absolute;
  top: -6px;
  transform: rotate(45deg);
  right:3px;
  border-left: 1px solid #e2f3f0;
  border-top: 1px solid #e2f3f0;
  z-index: 999999;}

  @media screen and (max-width: 991px) {
    .nav-item.dropdown .dropdown-menu{
      left: 0;
      right: 0;
    }
    .nav-item.dropdown .dropdown-menu:before {
      content: "";
      width: 15px;
      height: 15px;
      background: #e2f3f0;
      position: absolute;
      top: 31px;
      transform: rotate(45deg);
      left: 5px;
      right: 0;
      border-left: 1px solid #e2f3f0;
      border-top: 1px solid #e2f3f0;
      z-index: 999999;
  }
  }

#hero {
  background: rgba(0, 0, 0, 0.5) url(images/item1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7% 40px;
  background-blend-mode: multiply;
  min-height:100%;
}

#hero h1 {
  color: #fff;
  font-size: 25px;
}
#hero p{
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
}


/*----- Feature Section Style -------------------------*/

.feature-item {
  box-shadow: none;
  background: var(--light-color);
  cursor: pointer;
  border: 1px solid #e2f3f0;

}

.feature-item:hover {
  background: var(--primary-color);
  transition: all 0.3s ease-in;
}

.feature-title {
  font-weight: 900;
  text-transform: uppercase;
  color: var(--secondary-color);
  transition: all 0.3s ease-in;
  font-size: 19px;
  margin-bottom: 5px;
}

.feature-info {
  transition: all 0.3s ease-in;
  font-size: 14px;
  margin-bottom: 0px;
}

.feature-item:hover .feature-info,
.feature-item:hover .feature-title {
  color: var(--light-color);
}

/* @media only screen and (min-width: 1400px) {
  #features {
    position: relative;
  }

  .feature-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
} */

@media only screen and (max-width: 1399px) {
  .feature-box {
    margin-top: 0px;
  }
}


/*----- catergory Section Style -------------------------*/
.category-paragraph {
  transition: all 0.3s ease-in;
}

.primary {
  background: var(--bs-primary-bg-subtle);
  transition: all 0.3s ease-in;
}

.svg-primary {
  color: var(--primary-color);
  transition: all 0.3s ease-in;
}

.primary:hover {
  background: var(--bs-primary);
}

.secondary {
  background: var(--bs-secondary-bg-subtle);
  transition: all 0.3s ease-in;
}

.svg-secondary {
  color: var(--secondary-color);
  transition: all 0.3s ease-in;
}

.secondary:hover {
  background: var(--bs-secondary);
}

.tertiary {
  background: var(--bs-tertiary-bg-subtle);
  transition: all 0.3s ease-in;
}

.svg-tertiary {
  color: var(--bs-tertiary);
  transition: all 0.3s ease-in;
}

.tertiary:hover {
  background: var(--bs-tertiary);
}

.gray {
  background: #e0e5eb;
  transition: all 0.3s ease-in;
}

.svg-gray {
  color: var(--bs-gray);
  transition: all 0.3s ease-in;
}

.gray:hover {
  background: var(--bs-gray);
}

.primary:hover .svg-primary,
.primary:hover .category-paragraph,
.secondary:hover .svg-secondary,
.secondary:hover .category-paragraph,
.tertiary:hover .svg-tertiary,
.tertiary:hover .category-paragraph,
.gray:hover .svg-gray,
.gray:hover .category-paragraph {
  color: var(--light-color);
}

/*----- courses Section Style -------------------------*/
h5.course-title {
  transition: all 0.3s ease-in;
}

h5.course-title:hover {
  color: var(--primary-color);
}


/*----- testimonial Section Style -------------------------*/
.swiper-pagination {
  position: unset;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  background: var(--bs-primary);
}

#testimonial h5 {
  font-size: 15px;
}

#testimonial p {
  font-size: 12px;
}

/*----- teacher Section Style -------------------------*/
.team-member ul.social-links {
  top: 0;
}

.team-member ul li {
  padding: 5px;
  transform: rotatey(-90deg) perspective(100px);
  transform-origin: left;
  cursor: pointer;
  transition: .5s ease-in-out;
  background-color: var(--primary-color);
}

.team-member ul li:first-of-type {
  transition-delay: .3s;
}

.team-member ul li:nth-of-type(2) {
  transition-delay: 0.6s;
}

.team-member ul li:nth-of-type(3) {
  transition-delay: 0.9s;
}

.team-member ul li:last-of-type {
  transition-delay: 1.3s;
}

.team-member:hover ul li {
  transform: rotatey(0deg);
}


/* Zoom Effect*/
.zoom-effect {
  position: relative;
  overflow: hidden;
}

.zoom-effect img {
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.zoom-effect:hover:before {
  opacity: 1;
  cursor: pointer;
}


/*----- register Section Style -------------------------*/
#register {
  background: var(--tertiary-color);
}


/*----- footer Section Style -------------------------*/
#footer {
  background: url(./images/chocolat/image-2.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

#footer h5,
#footer h2 {
  color: #fff;
}

a.footer-link:hover {
  color: #e4e3e3;
}

a.footer-link {
  color: #fff;
}

svg.social-icon {
  color: var(--light-dark-color);
  transition: all 0.3s ease-in;
}

svg.social-icon:hover {
  color: var(--primary-color);
}




/*--------------------------------------------------------------
faqs page style start
--------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
  /* color: var(--body-text-color);
  background-color: transparent;
  box-shadow: none; */
  color: #000a22;
    background-color: #a5c0ff;
    box-shadow: none;
    font-weight: 700;
    font-size: 17px;
}

.accordion {
  --bs-accordion-color: var(--light-text-color);
  --bs-accordion-bg: none;
  --bs-accordion-btn-color: var(--body-text-color);
}
.accordion-button{
  background: #205de7;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('https://api.iconify.design/eva/arrow-down-fill.svg?color=%234cc082');
  filter: brightness(0.3);

}

.accordion-button::after {
  background-image: url('https://api.iconify.design/eva/arrow-down-fill.svg?color=%234cc082');
  filter: brightness(0.3);
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  box-shadow: none;
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  border: 1px solid #a5c0ff;
}


/*--------------------------------------------------------------
Checkout page style start
--------------------------------------------------------------*/
.form-check-input {
  border: 1px solid var(--primary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}


/*--------------------------------------------------------------
Styles page style start
--------------------------------------------------------------*/
.chocolat-wrapper {
  z-index: 9999;
}



/*--------------------------------------------------------------
Account page style start
--------------------------------------------------------------*/
.nav-tabs .nav-item.show .nav-link.account-tab,
.nav-tabs .nav-link.account-tab {
  color: var(--light-dark-color);
}

.nav-tabs .nav-item.show .nav-link.account-tab,
.nav-tabs .nav-link.account-tab.active {
  color: var(--primary-color);
}



/*--------------------------------------------------------------
Blog page style start
--------------------------------------------------------------*/

/* ------ Pagination ------*/
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--light-color);
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--light-color);
  --bs-pagination-focus-bg: var(--bs-primary);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--light-color);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-disabled-color: var(--bs-primary-color);
  --bs-pagination-disabled-bg: var(--bs-primary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}



/*--------------------------------------------------------------
Single Product page style start
--------------------------------------------------------------*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-body-color);
  background-color: var(--primary-color);
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 660px;
}




/*--------------------------------------------------------------
  Shop page style
  --------------------------------------------------------------*/
.product-box {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .product-box {
    width: 50%;
  }
}

.product-store .product-item {
  position: relative;
}

.product-item .cart-concern {
  background: var(--light-color);
  width: 80%;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 180px;
  z-index: 9;
  transition: 0.5s ease-out;
  padding: 20px 30px;
  opacity: 0;
}

.product-item:hover .cart-concern {
  bottom: 150px;
  opacity: 1;
}

.cart-concern .cart-button button {
  background: none;
  color: var(--dark-color);
  height: auto;
  padding: 0;
  margin: 0;
}

.cart-concern .cart-button button i.icon {
  font-size: 15px;
}

.product-item .wishlist-btn i.icon.icon-heart {
  font-size: 20px;
}

.product-item .item-price {
  font-size: 1.8em;
}




/*--------------------------------------------------------------
  course detail page style
  --------------------------------------------------------------*/
.nav-tabs .nav-item {
  transition: all 0.1s ease-in;
  border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent;
  border-color: transparent;
  /* border-bottom: 4px solid var(--bs-primary); */
  transition: all 0.1s ease-in;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
  isolation: isolate;
  border-color: transparent;
  /* border-bottom: 4px solid var(--bs-primary); */
  transition: all 0.1s ease-in;
}

/*---- video section style start ----*/

/* color box style */
div#cboxOverlay {
  opacity: 0.8 !important;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

iconify-icon.video-icon {
  font-size: 30px;
  color: var(--bs-light);
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.4s ease-in-out;
}

iconify-icon.video-icon:hover {
  font-size: 35px;
}

.article-card {
  margin: 5px 0;
  transition: 400ms;
  display: flex;
  width: 90%;
}

.article-img {
  max-width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 100px;
}

.article-img,
.article-meta {
  display: inline-block;
  vertical-align: top;
}

.article-img img {
  width: 100%;
  height: auto;
}

.article-meta {
  max-width: 100%;
  margin-top: 0px;
  margin-left: 10px;
}

.article-meta h2 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.article-meta p {
  color: #404040;
  font-size: 14px;
  text-align: left;
}
.n{
  margin: 5px 0px;
}
.ul_list li {
  padding: 0 8px;
  border-right: 1px solid #ccc;
  font-size: 13px;
}
.ul_list li a.btn{
  font-size: 11px;
}

.ul_list li:last-child {
  border-right: 0px solid #3a3a3a;
}

#category .select {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  height: 40px;
}

#category .option {
  padding: 0 30px 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: rgb(206, 206, 206) solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background .4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;

}

#category .option:hover {
  background: #ebebeb;
}

#category .select:focus .option {
  position: relative;
  pointer-events: all;
}

#category input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}

#category input:checked+label {
  order: 1;
  z-index: 2;
  background: #fff;
  border-top: none;
  position: relative;
}

#category input:checked+label:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3;
}

#category input:checked+label:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
  background: #666;
}

/* Text animation */
.animate-charcter {
  text-transform: capitalize;
  background-image: linear-gradient(-225deg,
      #231557 0%,
      #0437a7 29%,
      #000 67%,
      #08090a 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.warpper {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.nav-tabs .nav-link.tab{
  cursor: pointer;
  padding: 5px 20px;
  margin: 0px 2px;
  background: #205de7;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px !important; 
  box-shadow: none;
  font-weight: 600;
  text-transform: capitalize;
  border-top: 3px solid transparent;
  font-size: 16px;
}

.panels {
  background: #fffffff6;
  /* box-shadow: 0 2rem 2rem #205de7; */
  min-height: 200px;
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.panel {
  display: none;
  animation: fadein .8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold
}

.radio {
  display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel {
  display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab {
  background: #fffffff6;
  color: #205de7;
  border-top: 3px solid #205de7;
}

.nav-tabs .nav-link.tab.active {
  color: #205de7;
  background-color: transparent;
  border-color: transparent;
  border-top: 3px solid #205de7;
  transition: all 0.1s ease-in;
}
.nav-tabs .tab:hover,
.nav-tabs .tab:focus {
  border-top: 3px solid #205de7 !important;
}

#courses .row .col-xl-12.col-lg-12.text-start{
  border-bottom: 1px dotted #a5c0ff;
  padding-top: 0.85rem;
}
#courses .row .col-xl-12.col-lg-12.text-start:first-child{

  padding-top: 0rem;
}


@media only screen and (max-width: 767.98px) {
  .nav-tabs .nav-link.tab{
    margin-bottom: 5px;
  }
}

/* blog details */

.site-cover {
  background-size: cover;
  background-position: top center;
  position: relative;
}

.site-cover>.container {
  position: relative;
  z-index: 2;
}

.site-cover.overlay:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.site-cover .post-meta {
  color: #fff;
}

.site-cover,
.site-cover .same-height {
  padding: 3em 0;
}

.site-cover.single-page h1,
.site-cover.single-page .h1 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 5rem);
}

.posts-entry-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  letter-spacing: .05rem;
}

.posts-entry .blog-entry .img-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
}

.posts-entry .blog-entry h2,
.posts-entry .blog-entry .h2 {
  line-height: 1.3;
  font-size: 26px;
}

.posts-entry .blog-entry h2 a,
.posts-entry .blog-entry .h2 a {
  color: #4D4C7D;
}

.posts-entry .btn-sm,
.posts-entry .btn-group-sm>.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.posts-entry .blog-entry-sm li {
  margin-bottom: 20px;
}

.posts-entry .blog-entry-sm h3,
.posts-entry .blog-entry-sm .h3 {
  font-size: 20px;
}

.posts-entry .blog-entry-sm h3 a,
.posts-entry .blog-entry-sm .h3 a {
  color: #4D4C7D;
}

.posts-entry.posts-entry-sm .blog-entry h2,
.posts-entry.posts-entry-sm .blog-entry .h2 {
  font-size: 18px;
}

.posts-entry .blog-entry-search-item {
  margin-bottom: 30px;
}

.posts-entry .blog-entry-search-item .img-link {
  width: 280px;
  border-radius: 0;
}

.posts-entry .blog-entry-search-item .img-link img {
  margin-bottom: 0;
  border-radius: 10px;
}

.read-more {
  border-bottom: 2px solid #214252;
}

.post-entry-alt h2,
.post-entry-alt .h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.post-entry-alt h2 a,
.post-entry-alt .h2 a {
  color: #4D4C7D;
}

.post-entry-alt .excerpt {
  padding-left: 20px;
  padding-right: 20px;
}

.post-entry-alt .img-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

.post-entry-alt .img-link img {
  margin-bottom: 0;
}

.post-meta {
  color: gray;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.post-meta a {
  color: #000;
}

.post-meta .author-figure img {
  width: 30px;
  border-radius: 50%;
}

.blog-entries .blog-entry {
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
}

.blog-entries .blog-entry:hover,
.blog-entries .blog-entry:focus {
  opacity: .7;
  top: -1px;
  -webkit-box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) !important;
}

.blog-entries .blog-entry .blog-content-body {
  padding: 20px;
  border: 1px solid #efefef;
  border-top: none;
}

.blog-entries .blog-entry img {
  max-width: 100%;
}

.blog-entries .blog-entry h2,
.blog-entries .blog-entry .h2 {
  font-size: 18px;
  line-height: 1.5;
}

.blog-entries .blog-entry p {
  font-size: 13px;
  color: gray;
}

.blog-entries .post-meta {
  font-size: 14px;
  color: #b3b3b3;
}

.blog-entries .post-meta .author img {
  width: 30px;
  border-radius: 50%;
  display: inline-block;
}

.sidebar {
  padding-left: 5em;
}

@media (max-width: 767.98px) {
  .sidebar {
    padding-left: 15px;
  }
}

.sidebar-box {
  margin-bottom: 4em;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box .heading {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.comment-wrap .heading,
.search-result-wrap .heading {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.tags {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.tags li {
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
  display: inline-block;
}

.tags li a {
  float: left;
  display: block;
  border-radius: 4px;
  padding: 2px 6px;
  color: gray;
  background: #f2f2f2;
}

.tags li a:hover {
  color: #fff;
  background: #214252;
}

.pagination {
  margin-bottom: 5em;
  text-align: center !important;
  display: block;
}

.pagination li {
  margin-right: 2px;
  margin-bottom: 3px;
  display: inline-block;
}

.pagination li a {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}

.pagination li a:focus,
.pagination li a:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pagination li a:hover {
  background: #214252;
  color: #fff;
  border: 1px solid transparent;
}

.pagination li.active a {
  border: 1px solid transparent !important;
}

.categories,
.sidelink {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.categories li,
.sidelink li {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
  font-size: 16px;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.categories li a:hover span,
.sidelink li a:hover span {
  color: #000;
}

.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3,
.comment-list li .comment-body .h3 {
  font-size: 20px;
  color: #000;
}

.comment-list li .comment-body .meta {
  text-transform: none;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 3px 10px;
  background: #f2f2f2;
  color: #000;
  font-size: 13px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.post-entry-sidebar .post-meta,
.post-entry-footer .post-meta {
  font-size: 14px;
  color: #b3b3b3;
}

.post-entry-sidebar ul,
.post-entry-footer ul {
  padding: 0;
  margin: 0;
}

.post-entry-sidebar ul li,
.post-entry-footer ul li {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.post-entry-sidebar ul li a,
.post-entry-footer ul li a {
  display: table;
  color: #4D4C7D;
}

.post-entry-sidebar ul li a img,
.post-entry-footer ul li a img {
  width: 90px;
}

.post-entry-sidebar ul li a img,
.post-entry-sidebar ul li a .text,
.post-entry-footer ul li a img,
.post-entry-footer ul li a .text {
  display: table-cell;
  vertical-align: middle;
}

.post-entry-sidebar ul li a .text h4,
.post-entry-sidebar ul li a .text .h4,
.post-entry-footer ul li a .text h4,
.post-entry-footer ul li a .text .h4 {
  font-size: 18px;
}

.post-entry-footer ul li {
  margin-bottom: 0;
}

.post-entry-footer ul li a {
  color: #fff;
}

.search-form-wrap {
  margin-bottom: 5em;
  display: block;
}

.search-form-wrap .sidebar-search-form .form-group {
  position: relative;
}

.search-form-wrap .sidebar-search-form .form-group #s {
  background: #f7f7f7;
  padding: 15px 15px;
  padding-left: 50px;
}

.search-form-wrap .sidebar-search-form [class^="bi-"] {
  position: absolute;
  color: #000;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bio img {
  max-width: 150px;
  border-radius: 50%;
}

.bio .bio-body h2,
.bio .bio-body .h2 {
  color: #000;
  font-size: 20px;
}