/*==================================================
 <-- estudy Header Area Css-->
===================================================*/
/* Scrollbar Styling */
    ::-webkit-scrollbar {
        width: 7px; /* Width of the vertical scrollbar */
        height: 12px; /* Height of the horizontal scrollbar */
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1; /* Light gray track */
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
       background-size: 300% 100%;
    background-image: linear-gradient(to right, #144e9b, #259180, #259180, #144e9b);
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
       background-size: 300% 100%;
    background-image: linear-gradient(to right, #144e9b, #259180, #259180, #144e9b);
    }
.header-area {
  position: relative;
  z-index: 9;
  margin-bottom: -105px;
  top: 0px;
  background-color: #fff;
}
.logo {
  margin-left: 20px;
}
.header-area::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  top: -2px;
  border-radius: 12px;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 200px;
}

.header-menu ul {
  list-style: none;
  display: inline-block;
}

.header-menu ul li {
  display: inline-block;
  margin-right: 30px;
}

.header-menu ul li a {
  font-size: 18px;
  color: #022c5d;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
  padding: 36px 0;
  text-decoration: none;
  display: inline-block;
}
.header-menu ul li a:active {
  color: #259180;
}
.header-menu ul li a:hover {
  color: #259180;
}

.header-menu ul li a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  left: -6px;
}

a.handbag:before {
  position: absolute;
  content: "0";
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  background: #573cff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
  left: 5px;
  top: 36px;
  z-index: 9;
}

a.user {
  color: #573cff;
}

/* sticky menu css */

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  right: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #fff !important;
  z-index: 9999 !important;
  animation: fadeInDown 1s both 0.2s;
  padding: 0 30px;
}

.sticky-nav .logo {
  margin-top: 0;
}

/* sub menu */

.header-menu ul .sub-menu {
  background: #fff;
  position: absolute;
  top: 98%;
  border-radius: 5px;
  width: 250px;
  text-align: left;
  margin: 0;
  -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #573cff;
  opacity: 0;
  z-index: 11;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  overflow: hidden;
  padding: 10px 10px;
}

.header-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.header-menu ul .sub-menu ul li {
  display: inline-block;
  margin-left: 0;
  width: 100%;
}

.header-menu ul .sub-menu ul li a {
  padding: 8px 12px;
  text-align: left;
  width: 100%;
  display: inline-block;
  visibility: inherit !important;
  color: #003d4d;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.header-menu ul .sub-menu ul li a:hover {
  color: #fff;
  background: #573cff;
}

.header-menu ul .sub-menu ul li a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 14px;
  color: #fff;
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.header-menu ul .sub-menu ul li a:hover::before {
  transform: translateY(-50%) scale(1);
}

/* header style two */

.header-area.bratcome {
  top: 0;
  margin-bottom: 0;
}

/* mobile menu */

.mobile-menu-area {
  display: none;
}

/*==================================================
 <-- estudy All Btn Css-->
===================================================*/

.nest-btn {
  display: inline-block;
  outline: none !important;
  text-decoration: none;
  color: #ffffff;
  border-radius: 35px;
  background: linear-gradient(90deg, #144E9B.04%, #259180 246.73%);

  font-size: 18px;
  font-weight: 500;
  padding: 3px 33.5px 12px;
  transition: 500ms;
  overflow: hidden;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.nest-btn__text {
  position: relative;
  z-index: 2;
  top: 4px;
}

.nest-btn__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: #020d23;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
}

.nest-btn__shape:nth-child(1) {
  --b: 1;
}

.nest-btn__shape:nth-child(2) {
  --b: 2;
}

.nest-btn__shape:nth-child(3) {
  --b: 3;
}

.nest-btn__shape:nth-child(4) {
  --b: 4;
}

.nest-btn:hover {
  color: #ffff;
}

.nest-btn:hover .nest-btn__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
}

/* slider btn */

.main-btn.slider1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.active .main-btn.slider1 {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

a.nest-btn.slider1 {
  background: #fff;
  color: #144e9b;
  transition: 0.5s;
}

a.nest-btn.slider1:hover {
  color: #fff;
}

.service-icon {
  font-size: 50px;
  color: #144e9b;
  margin-bottom: 15px;
}
.service-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.service-box h6 {
  font-size: 20px;
  padding-top: 10px;
}
.bg-muted {
  background-color: #f6f6f6;
  padding: 80px 0px 90px;
}
/*==================================================
 <-- estudy Banner Area Css-->
===================================================*/
.slider-area {
  height: 100%;
  position: relative;
  z-index: 1;
}
.logo a img {
  width: 340px;
}

/* banner shape */

.baner-shape1 {
  position: absolute;
  bottom: 90px;
  right: 25%;
  z-index: 9;
}

.baner-shape2 {
  position: absolute;
  right: 180px;
}

.baner-shape3 {
  position: absolute;
  bottom: 60px;
  left: 40%;
}

.baner-shape4 {
  position: absolute;
  top: 130px;
}

/* slide content */

.slider-content {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 38%;
  z-index: 9;
}

.slider-sub-title {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.active .slider-sub-title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.slider-sub-title h4 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 33px;
  position: relative;
  display: inline-block;
  border: 1px solid #dddddda4;
  border-radius: 40px;
  background-color: #dddddda4;
  padding: 4px 8px;
}

.slider-main-title {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.active .slider-main-title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.slider-main-title h1 {
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  line-height: 96px;
  margin-bottom: 60px;
}

.slider-thumb {
  position: relative;
  top: 125px;
  left: 120px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(500px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.active .slider-thumb {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

/* video area css */

.video-area {
  height: 1000px;
  position: relative;
}

.video-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.video-area {
  height: 1000px;
  position: relative;
}

video.video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

/*==================================================
 <-- estudy Section title Css-->
===================================================*/

.section-title-shape {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: -4px;
}

.section-sub-title {
  display: inline-block;
  margin-bottom: 15px;
}

.section-sub-title h4 {
  color: #144e9b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  display: inline-block;
}

.section-main-title h2 {
  color: #002935;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 47px;
}

/*==================================================
 <-- estudy Catagories Area Css-->
===================================================*/

.catagories-area {
  padding: 120px 0 120px;
}

.catagories-single-box {
  text-align: center;
  margin: 15px;
}

.catagories-thumb {
  position: relative;
}
.catagories-thumb img {
  border-radius: 15px;
}
.rbt-about-area {
  padding: 90px 0px 90px;
}

/* .catagories-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
} */

.catagories-single-box:hover .catagories-thumb::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  opacity: 1;
}

.catagories-thumb img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  border-radius: 30% 0px 30% 0px;
}

/* .catagories-single-box:hover .catagories-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */

.catagories-text {
  position: absolute;
  top: 46%;
  left: 37%;
  transform: scale(0);
  transition: 0.5s;
}

.catagories-single-box:hover .catagories-text {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.catagories-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.catagories-title {
  margin-top: 30px;
}

.catagories-title h4 a {
  color: #002935;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: 0.5s;
}

.catagories-title h4 a:hover {
  color: #144e9b;
}

/* owl nav css */

.owl-nav {
  position: absolute;
  top: -90px;
  right: 100px;
  display: inline-flex;
}

.owl-prev i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #144e9b;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 20px;
}

.owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #144e9b;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

/*==================================================
 <-- estudy Course Area Css-->
===================================================*/
.course-area {
  padding: 90px 0 90px;
  background-color: #f6f6f6;
}

/* course menu */

ul.course-menu {
  list-style: none;
}

ul.course-menu li {
  margin-right: 40px;
}

ul.course-menu li a {
  color: #747474;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
  border: #022c5d 1px solid;
  padding: 6px 10px;
  border-radius: 3px;
}

ul.course-menu li a:hover {
  color: #144e9b;
}

.course-price a {
  text-decoration: none;
  background: #022c5d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
}
.course-cart a {
  text-decoration: none;
  background: #022c5d;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "Jost", sans-serif !important;
}
/* course single box */


.course-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.course-thumb img {
  transition: all 2s ease;
  background-size: cover;
  width: 100%;
}

.course-thumb img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.course-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}

.course-single-box:hover .course-thumb img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.course-single-box:hover .course-thumb img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.course-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.course-icon i {
  color: #ffffff;
  font-size: 24px;
}

.course-rating {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 41, 53, 0.65);
  width: 100%;
  height: 64px;
  padding: 0 20px 0;
  z-index: 1;
}

.course-rating::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(180deg, #144e9b 0%, #8668ea 100%);
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}

.course-single-box:hover .course-rating::before {
  width: 100%;
}

.course-admin {
  display: flex;
  align-items: center;
}

.course-shape {
  margin-right: 10px;
}

.course-shape-title h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.course-star i {
  color: #ffc107;
  margin-left: 5px;
}

.course-star span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.course-content {
  background: #fff;
  padding: 18px 22px 22px;
  border-radius: 0px 0px 15px 15px;
}
.sample-queries ul li {
  color: #fff;
}
.sample-queries ul {
  padding-top: 5px;
  margin-left: 30px;
}
.course-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.course-meta span {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
}

.course-meta i {
  color: #144e9b;
  font-size: 17px;
  margin-right: 5px;
}

.course-title {
  border-bottom: 1px solid #e9e9e9;
  padding: 0px 0 15px;
  margin-bottom: 14px;
}

.course-title h4 a {
  color: #002935;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}

.course-single-box:hover .course-title h4 a {
  color: #144e9b;
}

.course-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-price span {
  color: #002935;
  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.course-cart a {
  display: inline-block;
  text-decoration: none;
  color: #747474;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.course-cart a i {
  color: #144e9b;
  font-size: 18px;
  margin-right: 5px;
}

/*==================================================
 <-- estudy Help Area Css-->
===================================================*/

.help-area {
  background: url(../images/resource/help-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
  position: relative;
  z-index: 1;
}

.help-area::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  background: url(../images/resource/help-thumb.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  z-index: -1;
}

.help-sub-title h4 {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
  font-size: 17px;
}

.help-main-title {
  margin-bottom: 32px;
}

.help-main-title h2 {
  color: #fff;
  font-family: Jost;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.help-list span {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.help-list span i {
  background: #573cff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 7px;
}

/* help items box */

.help-items-box {
  text-align: center;
  background: linear-gradient(180deg, #442ae2 0%, #795ce8 100%);
  display: inline-block;
  padding: 38px 88px 44px;
  margin-left: -10px;
  position: relative;
  overflow: hidden;
  perspective: 800px;
  perspective-origin: 0 0;
  z-index: 1;
}

.help-items-box::before {
  position: absolute;
  content: "";
  background: #002935;
  width: 100%;
  height: 100%;
  transform-origin: 0%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: rotateY(90deg) perspective(400px);
  transition: 0.5s;
  z-index: -1;
}

.help-items-box:hover::before {
  opacity: 1;
  transform: rotateY(0deg) perspective(400px);
}

.help-items-content h6 {
  margin: 17px 0 17px;
  color: #fff;
  font-family: Jost;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  transition: 0.5s;
}

.help-items-content h4 a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.5s;
}

/*==================================================
 <-- estudy Choose Us Area Css-->
===================================================*/

.choose-us-area {
  padding: 120px 0 94px;
}

/* choose btn */

.main-btn.choose {
  text-align: right;
}

a.nest-btn.choose {
  border-radius: 0;
  padding: 17px 50px 18px;
}

/* choose single box */

.choose-single-box {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 59px;
  margin-bottom: 30px;
}

.choose-thumb {
  float: left;
  margin-right: 30px;
  position: relative;
}

.choose-thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.choose-single-box:hover .choose-thumb::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  opacity: 1;
}

.choose-thumb img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.choose-single-box:hover .choose-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.choose-content span {
  color: #573cff;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose-content h4 {
  color: #002935;
  font-family: Jost;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 11px 0 12px;
  transition: 0.5s;
}

.choose-single-box:hover .choose-content h4 {
  color: #573cff;
}

.choose-content p {
  color: #747474;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*==================================================
 <-- estudy Team Area Css-->
===================================================*/
.team-area {
  background: #f9f8ff;
  padding: 120px 0 250px;
  margin-bottom: -170px;
}

.team-single-box {
  margin-bottom: 30px;
}

.team-thumb {
  position: relative;
  overflow: hidden;
}

.team-thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.team-single-box:hover .team-thumb::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  opacity: 1;
}

.team-thumb img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.team-single-box:hover .team-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-content {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 0 30px;
}

.team-title h4 a {
  color: #002935;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}

.team-single-box:hover .team-title h4 a {
  color: #573cff;
}

.team-title span {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.team-social-icon {
  margin: 14px 0 18px;
}

.team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 13px;
}

.team-social-icon ul li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-block;
  line-height: 38px;
  color: #747474;
  transition: 0.5s;
  position: relative;
}

.team-social-icon a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  border-radius: 50%;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(180deg, #573cff 0%, #8674f9 100%);
}

.team-social-icon a:hover::before {
  transform: scale(1);
}

.team-social-icon a:hover {
  color: #fff;
}

.team-social-icon a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.team-social-icon a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.team-btn a {
  width: 267px;
  height: 47px;
  border-radius: 3px;
  background: rgba(87, 60, 255, 0.15);
  display: inline-block;
  line-height: 47px;
  text-decoration: none;
  color: #002935;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.team-btn a:hover {
  color: #fff;
}

.team-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(180deg, #573cff 0%, #8674f9 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.team-btn a:hover::before {
  transform: scale(1);
}

/*==================================================
 <-- Estudy Instractor Area Css-->
===================================================*/

.intractor-single-box {
  background: url(../images/resource/instractor-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px 47px;
  position: relative;
}

.intractor-single-box.two {
  background: url(../images/resource/instractor-bg2.png);
  padding: 50px 60px 47px;
}

.intractor-single-box::before {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 500ms linear;
}

.intractor-single-box:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 500ms linear;
}

.instractor-content {
  position: relative;
  width: 63%;
}

.instractor-content h4 {
  color: #002935;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.instractor-content p {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 20px;
}

.instractor-content a {
  width: 256px;
  height: 51px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  background: linear-gradient(180deg, #573cff 0%, #8471fc 100%);
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.instractor-content a::before {
  position: absolute;
  content: "";
  background-color: #002935;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
}

.instractor-content a:hover::before {
  height: 104%;
}

/*==================================================
 <-- estudy Video Gallery Area Css-->
===================================================*/

.video-gallery-area {
  padding: 120px 0 120px;
}

/* section title */

.section-main-title.video {
  margin-bottom: 47px;
}

.section-main-title.video h2 {
  margin-bottom: 0;
}

/* video single box */
.video-thumb {
  position: relative;
  overflow: hidden;
}

.video-thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.video-single-box:hover .video-thumb::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  opacity: 1;
}

.video-thumb img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.video-single-box:hover .video-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-content {
  position: absolute;
  bottom: 0;
  text-align: center;
}

.video-price {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 68px;
  height: 30px;
  border-radius: 30px;
  background: #573cff;
  text-align: center;
  padding: 3px 0;
}

.video-price h4 {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}

.video-content {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

.video-icon a {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
  border-radius: 50%;
  margin-bottom: 35px;
  transition: 0.5s;
}

.video-icon a:hover {
  background: linear-gradient(180deg, #573cff 0%, #8471fc 100%);
}

.video-icon a::before {
  content: "";
  border: 4px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 20%;
  margin: auto;
  transform: translate(-50%, -50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
  animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.video-icon a::after {
  content: "";
  border: 4px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
  animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-title h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.video-title span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

/*==================================================
 <-- estudy Subscribe Area Css-->
===================================================*/

.subscribe-area {
  position: relative;
  width: 1036px;
  height: 216px;
  background-image: linear-gradient(to right, #144e9b, #259180);
}

.subscribe-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

/* subscribe form */

.subscribe-box input {
  width: 340px;
  height: 55px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  padding: 0 20px;
}

.subscribe-box input::placeholder {
  padding: 0 20px;
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 400;
}

.subscribe-button button {
  width: 180px;
  height: 55px;
  border: 0;
  outline: 0;
  background: #002935;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: 0.5s;
}

.subscribe-button button:hover {
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}

.subscribe-button i {
  position: relative;
  top: 3px;
}

/*==================================================
 <-- estudy Registration Area Css-->
===================================================*/

.registration-area {
  background: linear-gradient(to right, #1f1f20d2, #111312d2, #171717e3),
    url(../images/resource/registration-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 120px;
  position: relative;
  background-attachment: fixed;
}

/* section title */

.section-sub-title.registration h4 {
  color: #fff;
  margin-bottom: 17px;
}

.section-main-title.registration h2 {
  color: #ffff;
  margin-bottom: 20px;
}

.registration-discription p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

/* registration items box css */

.registration-items-box {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 55px 60px;
  width: 572px;
  height: 679px;
}

.registration-items-title h4 {
  color: #002935;
  font-family: sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 33px;
}

.registration-shape {
  position: absolute;
  right: 0;
  top: 28px;
}

.registration-form input {
  width: 457px;
  height: 58px;
  border-radius: 5px;
  background: #f6f6f6;
  border: 0;
  outline: 0;
  margin-bottom: 20px;
  padding: 0 20px;
}

.registration-form input::placeholder {
  color: rgba(112, 112, 112, 0.6);
  font-size: 14px;
  font-weight: 400;
}

.registration-form textarea {
  width: 457px;
  height: 141px;
  border-radius: 5px;
  background: #f6f6f6;
  outline: 0;
  border: 0;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.registration-form textarea::placeholder {
  color: rgba(112, 112, 112, 0.6);
  font-size: 14px;
  font-weight: 400;
}

.registration-button button {
  width: 190px;
  height: 45px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, #144e9b 0%, #259180 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.registration-button button::before {
  position: absolute;
  content: "";
  background-color: #002935;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
}

.registration-button button:hover::before {
  height: 100%;
}

.registration-button-2 button {
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, #144e9b 0%, #259180 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.registration-button-2 button::before {
  position: absolute;
  content: "";
  background-color: #002935;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  transition: all 500ms ease;
}

.registration-button-2 button:hover::before {
  height: 100%;
}
.blog-box {
  display: flex;
  justify-content: space-between;
}
.blog-top {
  width: 100%;
}
/*==================================================
 <-- Estudy Testimonial Area Css-->
===================================================*/

.testimonial-area {
  padding: 120px 0 93px;
}

/* column css */

.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 32%;
  /* padding: 0 16px; */
}

/* testi single box css */

.testi-single-box {
  margin-bottom: 30px;
}

.testi-thumb {
  position: relative;
  overflow: hidden;
}

.testi-thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.testi-single-box:hover .testi-thumb::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  opacity: 1;
}

.testi-thumb img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.testi-single-box:hover .testi-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.testi-content {
  position: absolute;
  bottom: 45px;
  left: 25px;
}

.testi-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}

.testi-content span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.testi-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}

/* testi items box */

.testi-items-box {
  background: #fff;
  position: relative;
  padding: 0 30px 32px;
  margin: 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 15px;
}

.testi-shape img {
  width: 70px !important;
}

.testi-shape {
  position: relative;
  top: -25px;
  margin-bottom: -5px;
}

.testi-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}

.testi-icon i {
  color: #ffc107;
}

.testi-item-content h4 {
  color: #002935;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testi-item-content span {
  color: #573cff;
  font-size: 16px;
}

.testi-item-content p {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0px 0;
}

/*==================================================
 <-- Estudy Blog Area Css-->
===================================================*/

.blog-area {
  padding: 0px 0 120px;
}

.blog-area .container {
  max-width: 1600px;
}

/* blog single box */

.blog-single-box {
  margin-bottom: 30px;
}

.blog-thumb {
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
}


.blog-area-padd {
  padding: 90px 0px 70px !important;
}

.blog-single-box:hover .blog-thumb::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  opacity: 1;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.blog-single-box:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-content {
  background: #fff;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  padding: 43px 30px 45px;
}

.blog-shape {
  float: left;
  margin-right: 13px;
}

.blog-shape-title h6 {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.blog-text {
  margin: 17px 0 34px;
}

.blog-text h4 a {
  color: #002935;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.blog-single-box:hover .blog-text h4 a {
  color: #259180;
}

.blog-text p {
  color: #747474;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}

.blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 351px;
  height: 53px;
  background: #f8f8f8;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.blog-bottom::before {
  position: absolute;
  content: "";
  width: 131px;
  height: 100%;
  background: url(../images/blog/shape3.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
}

.blog-bottom::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: url(../images/blog/shape4.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s;
}

.blog-single-box:hover .blog-bottom::after {
  width: 131px;
}

.blog-comment h4 {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.blog-comment i {
  font-size: 14px;
  margin-right: 5px;
  color: #573cff;
}

.blog-btn a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.blog-btn i {
  position: relative;
  top: 3px;
}

/*==================================================
 <-- estudy Brand Area Css-->
===================================================*/
.brand-area {
  background: linear-gradient(180deg, #573cff 0%, #836ffb 100%);
  padding: 60px 0 60px;
}

.brand-itmes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-thumb img {
  -webkit-transition: 500ms;
  transition: 500ms;
}

.brand-thumb img:hover {
  transform: scale(1.1);
}

/*==================================================
 <-- estudy Footer Area Css-->
===================================================*/

.footer-area {
  padding: 90px 0 0px;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(219, 219, 219, 0.25);
  left: 0;
  bottom: 65px;
}

.footer-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-shape2 {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -1;
}

/* footer widget */

.footer-wiget-text h4 {
  margin: 25px 0 22px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  width: 78%;
}

.footer-wiget-title h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 34px;
  font-weight: 600;
  padding: 0 0 32px;
  transition: 0.5s;
}

.footer-socilal-title h4 {
  opacity: 0.8;
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 16px;
  position: relative;
}

/* footer social */

.footer-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
}

.footer-social ul li a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.footer-social ul li a i::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  content: "";
  bottom: 0;
  background: #144e9b;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  margin: auto;
}

.footer-social ul li a i:hover::after {
  width: 100%;
  left: 0;
}

.footer-wiget-menu ul {
  list-style: none;
}

.footer-wiget-menu ul li {
  list-style: none;
  margin-top: 0px;
}

.footer-wiget-menu ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
  margin: 0;
  line-height: 35px;
  color: #ffffff;
}

.footer-wiget-menu ul li a:hover {
  color: #d9d9d9;
  margin-left: 10px;
}

.footer-wiget-touch ul li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}

.icon {
  float: left;
  margin-right: 15px;
}

.icon-2 i {
  color: #022c5d !important;
  font-size: 20px;
}

.icon i {
  color: #fff;
  font-size: 20px;
}
.title h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.adress a {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.footer-widget-photo ul {
  margin-top: 16px;
}

.footer-widget-photo ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.footer-widget-photo ul li img {
  width: 100%;
  transition: all 2s ease;
}

.footer-widget-photo ul li img:hover {
  transform: scale(1.15);
}

.footer-widget-photo ul li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 60, 255, 0.9);
  z-index: 1;
  opacity: 0.5;
  -webkit-transform: scaleY(0) translateZ(100px);
  -ms-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    transform 700ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  visibility: hidden;
}

.footer-widget-photo ul li:hover::before {
  -webkit-transform: scaleY(1) translateZ(0px);
  -ms-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
  visibility: visible;
}

.copyright-text {
  margin-top: 15px;
}

.copyright-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 124.5%;
}

.copyright-text p a {
  color: #144e9b;
}

/* footer privacy */

.footer-privacy-menu {
  text-align: right;
}

.footer-privacy-menu ul {
  list-style: none;
}

.footer-privacy-menu ul li {
  display: inline-block;
  margin-right: 27px;
}

.footer-privacy-menu ul li a {
  color: #fafafa;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

/*===============================================================
<-- All Inner Page Css-->
=================================================================*/
/* breatcome area css */

.breatcome-area {
  margin-top: 105px;

  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}

.breatcome-content {
  position: relative;
}

.breatcome-discription p {
  text-align: center;
  font-size: 28px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
}

.breatcome-title {
  margin-left: 40px;
}
.bratcome-text {
  padding: 6px 0px;
}

.bratcome-text ul {
  list-style: none;
}

.bratcome-text ul li {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 27px;
  font-weight: 500;
}

.bratcome-text ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

.bratcome-text ul li a::before {
  position: absolute;
  content: "/";
  left: 55px;
}

/*==================================================
 <-- Course Inner Page Css-->
===================================================*/

/* Course area */

.course-area.inner-page {
  padding: 120px 0 92px;
}

/*==================================================
 <-- Course Details Inner Page Css-->
===================================================*/



.sidebar-courses {
  padding: 40px 0 40px;
  background: linear-gradient(90deg, #8080801f 0.04%, #8080800f 246.73%);
  margin-bottom: 30px;
  border-radius: 10px;
}

.courses-info ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #ccd2e1;
  margin-bottom: 10px;
  padding: 0 0 10px 30px;
}

.courses-info ul li i {
  display: inline-block;
  padding-right: 5px;
  color: #144e9b;
}

.courses-info ul li span {
  float: right;
  padding-right: 30px;
}

.courses-price-content {
  margin-bottom: 10px;
}

.courses-price-content h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0 5px;
}

.courses-price-single-box {
  text-align: center;
}

/*Letest Course Box*/

.latest-courses-single-box {
  padding: 20px 30px 30px;
  background: linear-gradient(90deg, #8080801f 0.04%, #8080800f 246.73%);
  border-radius: 10px;
}

.latest-courses-title h4 {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 13px;
}

.latest-courses-item {
  padding: 12px 0 0;
}

.latest-courses-thumb {
  float: left;
  margin-right: 20px;
}

.latest-courses-content {
  overflow: hidden;
  position: relative;
  top: -8px;
}

.latest-courses-content-title h5 a {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  text-decoration: none;
}

a.catagory {
  font-size: 15px;
  color: #144e9b;
  text-decoration: none;
}

.latest-courses-rating i {
  font-size: 13px;
  color: #144e9b;
  letter-spacing: 1px;
}

/*Course Dtls Right*/

.courses-details-thumb img {
  width: 100%;
  border-radius: 10px;
}

.courses-details-content h2 {
  font-size: 28px;
  font-weight: 500;
  padding: 18px 0 12px;
}

.row.catagori {
  padding: 25px 0 0;
}
.courses-catagori-icon {
  text-align: center;
}
.courses-catagori-icon i {
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
}
.courses-catagori-content {
  text-align: center;
}
.courses-catagori-content h4 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 5px;
}

/*==================================================
 <-- Team Details Inner Page Css-->
===================================================*/

.team-details-area {
  padding: 122px 0 0;
}

.team-author-thumb img {
  width: 100%;
}

/* progress bar  */

.team-details-area .process-ber-plugin {
  margin: 50px 60px 0;
}

.team-details-area .barfiller {
  margin-bottom: 40px;
}

/* progress bar */

.barfiller {
  width: 368px;
  height: 8px;
  position: relative;
  margin-bottom: 16px;
  margin-top: 21px;
  background-color: #f2f2f2;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
}

.barfiller .tip {
  font-size: 18px;
  color: #252638;
  font-weight: 500;
  top: -42px;
  padding: 1px 6px;
  left: 0px;
  position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #144e9b !important;
  border-radius: 0px 15px 15px 0px;
}

/* author info */

.row.author-info {
  background: #f8f6f1;
  padding: 35px 40px 25px;
  margin-top: -200px;
}

.team-author-exprience ul li {
  list-style: none;
  margin-bottom: 17px;
}

.team-author-exprience ul li span {
  font-size: 20px;
  color: #888888;
  font-weight: 400;
  line-height: 45px;
}

.team-author-exprience ul li h4 {
  font-size: 24px;
  color: #3c3531;
  font-weight: 600;
}

.team-author-socila {
  text-align: center;
  margin-right: -76px;
  margin-top: 24px;
}

.team-author-socila ul li {
  list-style: none;
  margin: 17px 0px 0;
}

.team-author-socila ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #ffffff;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.team-author-socila ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #144e9b;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.team-author-socila ul li a:hover::before {
  transform: scale(1);
}

.team-author-socila ul li a {
  transition: 0.5s;
}

.team-author-socila ul li a:hover i {
  color: #ffffff;
}

/*==================================================
 <-- Project Area Css-->
===================================================*/
.project-grid-area {
  padding: 120px 0 90px;
}

.protfolio-single-box {
  margin-bottom: 30px;
}

.protfolio-thumb img {
  width: 100%;
}

.protfolio-thumb {
  position: relative;
  overflow: hidden;
}

.protfolio-thumb img:nth-child(1) {
  transition: transform 0.8s;
}

.protfolio-thumb img:nth-child(2),
.protfolio-thumb img:nth-child(3) {
  position: absolute;
  top: 0;
  z-index: 3;
  transition: transform 1.6s;
}

.protfolio-thumb img:nth-child(2) {
  left: 0;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.protfolio-thumb img:nth-child(3) {
  right: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.protfolio-single-box:hover .protfolio-thumb img:nth-child(1) {
  transform: scale(1.3);
}

.protfolio-single-box:hover .protfolio-thumb img:nth-child(2) {
  transform: translateX(-700px) skewX(40deg);
}

.protfolio-single-box:hover .protfolio-thumb img:nth-child(3) {
  transform: translateX(700px) skewX(-40deg);
}

.protfolio-images-link {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(14, 19, 23, 0.8);
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.protfolio-single-box:hover .protfolio-images-link {
  opacity: 1;
  transform: translateY(0);
}

.protfolio-images-link a {
  color: #fff;
  font-size: 30px;
}

/*==================================================
 <-- Project Details Inner Page Css-->
===================================================*/

.project-detials-area {
  padding: 120px 0 100px;
}

.project-details-thumb {
  margin-bottom: 55px;
  overflow: hidden;
}

.project-details-thumb img {
  width: 100%;
  transition: all 2s ease;
}

.project-details-thumb img:hover {
  transform: scale(1.15);
}

.project-details-title h4 {
  font-size: 30px;
  color: #3c3531;
  font-weight: 600;
}

.porject-detials-discription {
  margin: 25px 0 57px;
}

.porject-detials-discription p {
  font-size: 16px;
  line-height: 24px;
  color: #434141;
  font-weight: 400;
}

.porject-detials-discription.inner {
  margin: -14px 0 0;
}

/*===============================================================
<-- Blog Inner page Css-->
=================================================================*/

.blog-area.inner-page {
  padding: 120px 0 90px;
}

/*===============================================================
<-- Blog Details Inner page Css-->
=================================================================*/

.blog-details-area {
  padding: 90px 0 90px;
}

.blog-details-thumb img {
  width: 100%;
  border-radius: 10px;
}

.blog-details-meta {
  margin: 20px 10px 26px;
  display: flex;
  justify-content: space-between;
}

.blog-details-meta span {
  opacity: 0.902;
  font-size: 16px;
  line-height: 34px;
  color: #4d4e4f;
  font-weight: 400;
  margin-right: 27px;
}

.blog-details-meta span i {
  font-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 12px;
}

.blog-details-content {
  margin-bottom: 16px;
}

.blog-details-content h4 {
  font-size: 30px;
  line-height: 28px;
  color: #3c3531;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-details-content p {
  font-size: 16px;
  line-height: 28px;
  color: #3c3531;
  font-weight: 400;
}

.blog-details-tag h6 {
  font-size: 24px;
  color: #3c3531;
  font-weight: 500;
  display: inline-block;
  margin-right: 60px;
}

.blog-details-tag {
  border: 1px solid #144e9b;
  padding: 24px 38px;
  margin-bottom: 55px;
}

.blog-details-tag h6 {
  font-size: 24px;
  color: #3c3531;
  font-weight: 500;
  display: inline-block;
  margin-right: 32px;
}

.blog-details-tag a {
  font-size: 16px;
  color: #144e9b;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #eceae5;
  padding: 4px 22px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.blog-details-tag a:hover {
  color: #fff;
}

.blog-details-tag a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  right: 0;
  margin: auto;
  background: #144e9b;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.blog-details-tag a:hover::before {
  width: 100%;
}

.blog-team-thumb {
  float: left;
  margin-right: 30px;
}

.blog-team-content h4 a {
  font-size: 24px;
  color: #3c3531;
  font-weight: 600;
  text-decoration: none;
}

.blog-team-content p {
  font-size: 20px;
  line-height: 30px;
  color: #3c3531;
  font-weight: 400;
  margin: 15px 0 9px;
}

.ba-blog-details-social-icons.two h6 {
  font-size: 18px;
  color: #3c3531;
  font-weight: 400;
  display: inline-block;
  margin-right: 14px;
}

.ba-blog-details-social-icons.two a {
  font-size: 16px;
  margin-right: 10px;
}

.blog-team-thumb {
  float: left;
  margin-right: 30px;
  margin-top: -12px;
}

.row.blog-item {
  padding: 20px 68px 20px;
  border-top: 1px solid #144e9b;
  border-bottom: 1px solid #144e9b;
}

.blog-item-content h4 {
  font-size: 20px;
  color: #144e9b;
  font-weight: 500;
}

.blog-details-item.two {
  margin-left: 90px;
}

.blog-details-area .owl-nav {
  display: none;
}

/* blog details comment */

.blog-details-comment {
  margin-top: 36px;
}

.blog-details-comment h5 {
  font-size: 30px;
  line-height: 28px;
  color: #292930;
  font-weight: 500;
  position: relative;
  margin-bottom: 36px;
}

.blog-details-comment h5::after {
  position: absolute;
  bottom: -10px;
  width: 70px;
  height: 3px;
  background: #144e9b;
  content: "";
  left: 0;
}

.blog-comment-list ul li {
  list-style: none;
  margin-bottom: 0;
}

.blog-comment-box {
  position: relative;
}

.blog-comment-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  bottom: -30px;
}

.blog-comment-box.inner {
  margin-left: 50px;
}

.blog-comment-box.inner::before {
  display: none;
}

.blog-comment-thumb {
  float: left;
  margin-right: 24px;
  margin-top: 12px;
}

.blog-comment-thumb img {
  border-radius: 4px;
}

.blog-comment-list .title {
  margin-bottom: 5px;
  margin-left: -12px;
}

.blog-comment-list h6.title {
  color: #18191d;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.blog-comment-list span.date {
  margin-left: -13px;
}

.content-main p {
  color: #747474;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0 0;
}

.text-sm-end a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 13px;
  background: #efefef;
  border-radius: 3px;
  color: #102039;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.text-sm-end a:hover {
  color: #fff;
}

.text-sm-end a::before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  right: 0;
  margin: auto;
  background: #144e9b;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.text-sm-end a:hover::before {
  width: 100%;
}

/* blog contact box */

.blog-contact-box {
  background: #efefefdb;
  padding: 20px 30px 20px;
  border-radius: 10px;
}

.blog-contact-title h4 {
  color: #18191d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 54px;
  position: relative;
}

.blog-contact-title h4::before {
  position: absolute;
  bottom: -10px;
  width: 70px;
  height: 3px;
  background: #144e9b;
  content: "";
  left: 0;
}

/* contact form */

.form-box input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 0 17px;
  margin-bottom: 25px;
  border-radius: 8px;
}

.form-box input::placeholder {
  color: #525459;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.form-box textarea {
  width: 100%;
  height: 145px;
  background: #ffff;
  border: none;
  border-radius: 3px;
  padding: 5px 17px;
  margin-bottom: 25px;
}

.form-box textarea::placeholder {
  color: #525459;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.form-box-button button {
  width: 210px;
  height: 60px;
  border-radius: 5px;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  border: 0;
  outline: 0;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.form-box-button button::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  opacity: 0;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}

.form-box-button button:hover::before {
  background: #18191d;
  opacity: 1;
  transform: scale(1, 1);
}

.form-box-button.inner {
  text-align: center;
}

/* widget search box */

.widget_search.box {
  margin-bottom: 30px;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #606060;
  font-weight: 400;
  background: #f8f6f1;
  border: none;
  outline: 0;
}

.widget_search input::placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #868686;
  font-weight: 400;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #144e9b;
  border-radius: 0 3px 3px 0;
}

/* widget recent box */

.widget-recent-box {
  background: linear-gradient(90deg, #8080801f 0.04%, #8080800f 246.73%);
  padding: 50px 35px 55px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.widget-recent-title h4 {
  font-size: 25px;
  color: #202020;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 14px;
}

.sidber-widget-recent-post {
  background: #ffffff;
  border-radius: 5px;
  padding: 16px 20px;
}

.recent-widget-thumb {
  float: left;
  margin-top: 10px;
  overflow: hidden;
}

.recent-widget-thumb img {
  transition: all 2s ease;
  width: 100%;
  height: 100%;
}

.sidber-widget-recent-post:hover .recent-widget-thumb img {
  transform: scale(1.15);
}

.recent-widget-meta span {
  font-size: 14px;
  color: #4d4e4f;
  font-weight: 400;
}

.recent-widget-meta span i {
  color: #144e9b;
  font-size: 12px;
  margin-right: 8px;
}

.recent-widget-title h4 a {
  font-size: 20px;
  color: #3c3531;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
}

.sidber-widget-recent-post:hover .recent-widget-title h4 a {
  color: #144e9b;
}

/* widget recent menu */
.widget-recent-menu ul li {
  list-style: none;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border-bottom: 1px solid #dddddd;
  padding: 0px 0 10px;
}

.widget-recent-menu ul li::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  transition: all 0.5s linear 0s;
  background-color: #144e9b;
  content: "";
  z-index: -1;
}

.widget-recent-menu ul li:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.widget-recent-menu ul li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #4d4e4f;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}

.widget-recent-menu ul li a:hover {
  color: #144e9b;
}

.widget-recent-menu ul li a span {
  float: right;
}

/* widget tags */

.widget-tags a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 13px;
  background: #fff;
  border-radius: 3px;
  font-size: 17px;
  color: #4d4e4f;
  font-style: normal;
  margin: 11px 5px;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}

.widget-tags a:hover {
  color: #fff;
}

.widget-tags a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  right: 0;
  margin: auto;
  background: #144e9b;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}

.widget-tags a:hover:before {
  width: 104%;
}

/*===============================================================
<-- Contact Area Css-->
=================================================================*/
.contact-area {
  padding: 90px 0 90px;
}

.row.contact {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  background-color:#f6f6f6;
  padding: 60px 35px 60px;
  border-radius: 10px;
}
.contact-content h6 a {
  text-decoration: none;
}
.contact-single-box {
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  padding: 15px 18px 30px;
  border-radius: 10px;
}

.contact-title h4 {
  font-size: 30px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid #bcbcbc;
  padding: 0 0 7px;
  margin-bottom: 30px;
}

.contact-items {
  margin-bottom: 15px;
  background: #fff;
  padding: 8px 15px;
  border-radius: 10px;
}

.contact-icon {
  float: left;
  margin-right: 20px;
  width: 55px;
  height: 59px;
  background-color: #144e9b;
  display: inline-block;
  text-align: center;
  line-height: 59px;
  border-radius: 10px;
}

.contact-icon i {
  color: #fff;
  font-size: 26px;
}

.contact-content h4 {
  font-size: 24px;
  color: #144e9b;
  font-weight: 500;
}

.contact-content h6 {
  font-size: 15px;
  line-height: 34px;
  color: #757575;
  font-weight: 400;
}

/* contact box title */

.contact-box-title h4 {
  font-size: 40px;
  line-height: 60px;
  color: #144e9b;
  font-weight: 600;
  margin-bottom: 35px;
}

/*===============================================================
<-- Faq Area Css-->
=================================================================*/

.faq-area {
  padding: 120px 0 100px;
}

/* accrodion css */

.accordion li {
  list-style: none;
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
  border-radius: 3px;
}

.accordion li a {
  display: block;
  cursor: pointer;
  padding: 12px 34px 12px;
  text-decoration: none;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f9;
}

.accordion li a span {
  font-size: 20px;
  color: #144e9b;
  font-weight: 600;
}

.accordion li a i {
  width: 36px;
  height: 36px;
  background: #144e9b;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  color: #fff;
}

.accordion a.active {
  background: transparent;
  border: none;
}

.accordion a.active i {
  color: #fff;
  background: #144e9b;
  border: none;
  margin-bottom: 0;
  transform: rotate(90deg);
}

.accordion li p {
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #434141;
  background: #f4f4f9;
  padding: 11px 38px 28px;
  width: 100%;
  margin: 0;
  position: relative;
  top: -24px;
}

.accordion a.active:before {
  display: none;
}

a.active {
  color: #1c1632;
}

ul.accordion ul li a span {
  color: #fff;
}

/*===============================================================
<-- Error Area Css-->
=================================================================*/

.error-area {
  padding: 120px 0 110px;
}

.faq-thumb {
  text-align: center;
}

.estudy-btn.error {
  margin-left: 160px;
}

/*===============================================================
<-- estudy Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
  padding: 0;
}

.sidebar-group .widget-heading {
  position: absolute;
  top: 55px;
  right: 32px;
}

.sidebar-group .sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #144e9b;
  font-size: 30px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-logo {
  margin: 0 0 30px;
}

.sidebar-textwidget .sidebar-logo a img {
  width: 50%;
}

.sidebar-group .about-box h2 {
  color: #002935;
  font-size: 26px;
  font-weight: 600;
}

.sidebar-group .about-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

.sidebar-group .contact-info {
  margin-top: 60px;
}

.sidebar-group .contact-info h2 {
  color: #002935;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.sidebar-group ul.list-style-one li {
  display: block;
  list-style: none;
  color: #002935;
  margin-top: 8px;
  overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
  font-size: 20px;
  font-weight: 600;
  color: #144e9b;
  margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
  margin: 58px 0 0;
  padding: 0;
}

.sidebar-group ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #144e9b;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
  background: var(--primary-color);
  color: #144e9b;
}

/* sidebar menu */

.sidebar-menu {
  position: absolute;
  right: 27px;
  top: 23px;
  display: none;
}

.sidebar-menu a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  color: #144e9b;
  font-size: 36px;
}

.sidebar-widget-menu {
  position: relative;
}

.sidebar-widget-menu ul li {
  list-style: none;
  margin-top: 10px;
  padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
  text-align: center;
  margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
  font-size: 20px;
  padding: 0px 0;
  font-weight: 500;
  color: #171717;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover {
  color: #144e9b;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before {
  display: none;
}

/*
<!-- ============================================================== -->
<!-- estudy Scrollup Section -->
<!-- ============================================================== -->*/
.prgoress_scrollup {
  position: fixed;
  right: 55px;
  bottom: 80px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 119, 249, 0.2);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_scrollup.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_scrollup::after {
  position: absolute;
  content: "\F286";
  font-family: bootstrap-icons;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #144e9b;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_scrollup:hover::after {
  color: #144e9b;
}

.prgoress_scrollup svg path {
  fill: none;
}

.prgoress_scrollup svg.progress-circle path {
  stroke: #144e9b;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*===========================
<-- estudy Loader Css -->
=============================*/

.instractor-area {
  padding: 90px 0px;
}

.about-style-1 .thumbnail-wrapper img {
  border-radius: 15px;
  width: 100%;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
.about-style-1 .thumbnail-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about-style-1 .thumbnail-wrapper .thumbnail.image-1 {
  left: -100px;
  position: relative;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
  position: relative;
  left: 150px;
  top: -179px;
}
.pl--50 {
  padding-left: 50px !important;
}
.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: var(--color-heading);
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-primary);
}
.bg-coral-opacity {
  background: #022c5d !important;
  color: #ffffff !important;
}
.mt--30 {
  margin-top: 30px !important;
}
.mt--20 {
  margin-top: 20px !important;
}
.about-style-1 .thumbnail-wrapper .thumbnail img {
  border-radius: 8px;
}
.ml_dec_20 {
  margin-left: -20px !important;
}
.rbt-feature.feature-style-2 {
  padding: 20px;
  padding-bottom: 0px;
}
.rbt-feature {
  display: flex;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), background 0.3s,
    border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.rbt-feature.feature-style-2 + .feature-style-2 {
  margin-top: 10px;
}
.rbt-radius {
  border-radius: 6px !important;
}

.rbt-feature .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: var(--color-secondary);
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.bg-primary-opacity {
  background: #2f57ef21 !important;
  color: #2f57ef !important;
}
.rbt-feature .icon.bg-primary-opacity i {
  color: #022c5d;
}
.bg-pink-opacity {
  background: #2f57ef21 !important;
  color: #2f57ef !important;
}
.rbt-btn.btn-gradient {
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}
.rbt-btn {
  padding: 0 30px 0px 50px;
  background: #2f57ef;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
}
.blog-btn {
  padding: 0 23px 0px 23px;
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-decoration: none;
}
h2.title {
  font-size: 35px !important;
}
.rbt-btn.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rbt-btn.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.rbt-btn.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.rbt-btn i {
  padding-left: 6px;
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 17px;
}
.mt--40 {
  margin-top: 40px !important;
}

.td_newsletter.td_style_1 {
  .td_newsletter_form {
    position: relative;
  }
}
.td_newsletter_input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  padding: 10px 170px 10px 20px;
  outline: none;
  @media (max-width: 575px) {
    padding: 10px 20px;
  }
  &:focus {
    border-color: var(--accent-color);
  }
}
.td_btn.td_style_1 {
  position: absolute;
  right: 0;
  top: 0px;
  border: 0;
  border-radius: 33px;
}

&.td_type_1 {
  min-height: 440px;
  background-color: #d6fef6;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  @media (max-width: 767px) {
    br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    min-height: 340px;
  }
  .td_newsletter_form {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
.td_fs_32 {
  font-size: 24px;
  line-height: 1.31em;
  color: #fff;
}
.td_btn.td_style_1 .td_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 13px 22px;
  gap: 10px;
  border-radius: inherit;
  position: relative;
  z-index: 1;
  border-radius: 0px 32px 33px 0px;
}
.td_accent_bg {
  background-color: #000000;
  border: none;
  color: #fff;
}
.td_newsletter.td_style_1 .td_newsletter_input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 10px 170px 10px 20px;
  outline: none;
}
.td_btn.td_style_1 .td_btn_in::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aws_name a {
  font-size: 10px !important;
  color: #6b6b6b !important;
}
.mobile-view {
  display: none;
}
.footer-wiget-logo img {
  width: 300px;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .mobile-view {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumbnail-wrapper img {
    display: none;
  }
  .rbt-about-area {
    padding: 30px 0px 60px;
  }
}

.login-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.login-card h2 {
  font-weight: 700;
  color: #022c5d;
  margin-bottom: 20px;
}
.form-control {
  border-radius: 10px;
  padding: 12px;
}

.login .form-control, #loginForm .form-control {
  padding: 12px 12px 12px 35px !important;
}

.btn-login {
  background: #022c5d;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px;
  transition: 0.3s;
  width: 100%;
}
.btn-login:hover {
  background: #022c5d;
}
.extra-links {
  margin-top: 15px;
  font-size: 14px;
}
.extra-links a {
  color: #022c5d;
  text-decoration: none;
}
.extra-links a:hover {
  text-decoration: underline;
}

.login-padd {
  padding: 90px 0px;
}
.forgot-passd {
  text-decoration: none;
}

.forgot-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.forgot-card h2 {
  font-weight: 700;
  color: #022c5d;
  margin-bottom: 15px;
}
.forgot-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.form-control {
  border-radius: 10px;
  padding: 12px;
}
.btn-reset {
  width: 190px;
  height: 60px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(180deg, #144e9b 0%, #259180 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
/* .btn-reset:hover {
  background: #022c5d;
  color: #fff;
} */

.admin-tab-menu {
  padding: 40px 30px;
  background: #cee8ff;
  width: 80%;
  height: 100%;
  border-right: 1px solid #f8f8f8;
}
.bg-aliceblue {
  background: #ffffff;
}

.profile-card {
  text-align: center;
}

.upload-box {
  border: 2px dashed #0173b4;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  cursor: pointer;
  background: #f9f9f9;
}

.upload-box:hover {
  border-color: #ffb400;
  color: #ffb400;
}
.upload-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.profile-info {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.progress-text {
  margin-top: 15px;
  font-weight: bold;
  color: #000;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
}

.progress-bar-fill {
  width: 78%;
  height: 100%;
  background: #ffb400;
}

input[type="file"] {
  display: none;
}

.profile-name {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.profile-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.sidebar {
  position: -webkit-sticky; /* Safari ke liye */
  position: sticky;
  top: 130px; /* upar se kitna gap chhodna hai */
}

.p-email {
  padding: 8px 10px !important;
}

.admin-tab-menu a {
  display: block;
  height: 55px;
  line-height: 53px;
  border-radius: 10px;
  padding: 0 50px 0 20px;
  border: 1px solid #c1e0cd;
  background-color: #ffff;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
}
.admin-tab-menu a + a {
  margin-top: 20px;
}
.admin-tab-menu a.active,
.admin-tab-menu a:hover {
  padding-left: 40px;
  font-weight: 500;
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}
.admin-tab-menu a.active:before,
.admin-tab-menu a:hover:before {
  opacity: 1;
  visibility: visible;
}
.admin-tab-menu a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.main-content-wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}
.courses-wrapper-02 {
  padding-bottom: 30px;
}
.single-courses {
  margin-top: 25px;
  border: 1px solid rgba(48, 146, 85, 0.2);
  border-radius: 15px;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.course-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0172b7;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.single-courses .courses-images a {
  display: block;
}
.single-courses .courses-images a img {
  width: 100%;
  border-radius: 15px;
}
.single-courses .courses-content {
  padding-top: 20px;
}
.single-courses .courses-content .courses-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
}
.single-courses .courses-content .title-2 a {
  font-size: 16px;
  font-weight: 500;
  color: #212832;
  margin-top: 13px;
  display: inline-block;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}
.single-courses .courses-content .title {
  font-size: 16px;
  font-weight: 500;
  color: #212832;
  display: inline-block;
  line-height: 1.4;
}
.single-courses .courses-content .courses-rating p {
  font-size: 14px;
  font-weight: 400;
  color: #52565b;
  margin-bottom: 0;
}
.single-courses
  .courses-content
  .courses-rating
  .rating-progress-bar
  .rating-line {
  height: 100%;
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}
.single-courses .courses-content .courses-rating .rating-progress-bar {
  width: 100%;
  height: 7px;
  background-color: #d3ded7;
  margin-top: 10px;
  border-radius: 10px;;
}
.rating-line {
  height: 100%;
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}
.btn_3 {
  color: #fff;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  padding: 10px 70px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.btn_3:hover {
  color: #fff;
}
.main-content-wrapper-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn_2 {
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  padding: 10px 30px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  color: #fff;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
  color: var(--bs-card-color);
}
.form-label {
  color: #000;
}
.section-padding {
  padding: 80px 0px 80px;
  background: linear-gradient(353deg,rgba(26, 26, 33, 0.83) 0%, rgba(32, 36, 35, 0.82) 35%, rgba(25, 28, 27, 0.69) 100%), url(https://images.unsplash.com/photo-1576613109753-27804de2cba8?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8cGhvbmUlMjByZXBhaXJ8ZW58MHx8MHx8fDA%3D);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-user-profile {
  padding: 80px 0px 80px;
}
.card {
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .admin-tab-menu {
    width: 100%;
    border-right: 0px solid #cecece;
  }
}

.courses-enroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.courses-video-player {
  width: 71.8%;
  padding-bottom: 80px;
  background: aliceblue;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-player {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .courses-video-player {
    padding-bottom: 60px;
  }
}

.courses-video-player .vidcontainer {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-video-player .vidcontainer {
    height: 490px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-player .vidcontainer {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-video-player .vidcontainer {
    height: 420px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-video-player .vidcontainer {
    height: 340px;
  }
}

.courses-video-player video {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-video-player video {
    height: 490px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-player video {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-video-player video {
    height: 420px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-video-player video {
    height: 340px;
  }
}

.courses-video-player .video-play-bar {
  background-color: rgba(33, 40, 50, 0.8);
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  padding: 20px 40px;
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

@media only screen and (max-width: 575px) {
  .courses-video-player .video-play-bar {
    left: 20px;
    right: 20px;
    padding: 15px 15px;
  }
}

.courses-video-player .topControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

.courses-video-player .topControl .progress {
  width: calc(100% - 110px);
  height: 3px;
  position: relative;
  cursor: pointer;
  background-color: #7a8088;
}

@media only screen and (max-width: 575px) {
  .courses-video-player .topControl .progress {
    width: calc(100% - 100px);
  }
}

.courses-video-player .topControl .progress span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.courses-video-player .topControl .progress .timeBar {
  z-index: 10;
  width: 0;
  background-color: #ff0000;
}

.courses-video-player .topControl .progress .bufferBar {
  z-index: 5;
  width: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.courses-video-player .topControl .time {
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
}

.courses-video-player .controllers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  margin-left: -5px;
  margin-right: -5px;
}

.courses-video-player .controllers .controllers-right {
  white-space: nowrap;
  text-align: right;
}

.courses-video-player .controllers button {
  border: 0;
  background: none;
  color: #fff;
  margin: 0 10px;
  outline: none;
  font-size: 15px;
  display: inline-block;
  padding: 0;
}

@media only screen and (max-width: 575px) {
  .courses-video-player .controllers button {
    font-size: 14px;
  }
}

.courses-video-player .controllers .btnPlay:after {
  content: "\f04b";
  font-family: "FontAwesome";
}

.courses-video-player .controllers .paused:after {
  content: "\f04c";
}

.courses-video-player .controllers .sound:after {
  content: "\f027";
  font-family: "FontAwesome";
}

.courses-video-player .controllers .sound2:after {
  content: "\f028";
}

.courses-video-player .controllers .muted:after {
  content: "\f026";
}

.courses-video-player .controllers .volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 5px;
  background-color: #7a8088;
  display: inline-block;
  margin-bottom: 2px;
}

.courses-video-player .controllers .volume .volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  z-index: 10;
}

.courses-video-player .controllers .speedcnt {
  display: none;
  position: absolute;
  right: 60px;
  bottom: 46px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.courses-video-player .controllers .speedcnt li {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 5px 20px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid rgba(48, 146, 85, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #52565b;
}

.courses-video-player .controllers .speedcnt li:last-child {
  border-bottom: 0;
}

.courses-video-player .controllers .speedcnt li.selected {
  font-weight: 500;
  background-color: #0173b4;
  color: #fff;
}

.courses-video-player .controllers .btnFS:after {
  content: "\f065";
  font-family: "FontAwesome";
}

.courses-video-player .controllers .disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
}

.courses-video-player .bigplay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 575px) {
  .courses-video-player .bigplay {
    font-size: 45px;
  }
}

.courses-video-player .bigplay i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.courses-video-player .loading {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.courses-video-player .loading .spinner {
  border-color: #fff;
  border-right-color: transparent;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.courses-video-player:hover .video-play-bar {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.courses-enroll-content {
  padding: 0 70px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content {
    padding: 0 20px;
  }
}

.courses-enroll-content .courses-enroll-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-enroll-content .courses-enroll-title {
    display: block;
  }
}

.courses-enroll-content .courses-enroll-title .title {
  max-width: 760px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: #212832;
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-title .title {
    max-width: 380px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-title .title {
    font-size: 18px;
  }
}

.courses-enroll-content .courses-enroll-title p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.courses-enroll-content .courses-enroll-title p i {
  color: #ff4200;
  margin-right: 3px;
}

.courses-enroll-content .courses-enroll-title p span {
  color: #ff4200;
}

.courses-enroll-content .courses-enroll-tab {
  background-color: #84d5fb45;
  padding: 5px 15px 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .courses-enroll-content .courses-enroll-tab {
    display: block;
  }
}

.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav {
  margin-left: -7px;
  margin-right: -7px;
}

.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li {
  padding: 10px 7px 0;
}

.courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
  border: 1px solid rgba(48, 146, 85, 0.2);
  background-color: #fff;
  border-radius: 10px;
  padding: 0 15px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #212832;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
    font-size: 14px;
    padding: 0 13px;
  }
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-enroll-content .courses-enroll-tab .enroll-tab-menu .nav li button {
    font-size: 14px;
    padding: 0 13px;
  }
}

.courses-enroll-content
  .courses-enroll-tab
  .enroll-tab-menu
  .nav
  li
  button.active,
.courses-enroll-content
  .courses-enroll-tab
  .enroll-tab-menu
  .nav
  li
  button:hover {
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  border-color: #0173b4;
  color: #fff;
}

.courses-enroll-content .courses-enroll-tab .enroll-share {
  padding-top: 10px;
}

.courses-enroll-content .courses-enroll-tab .enroll-share a {
  border: 1px solid rgba(48, 146, 85, 0.2);
  background-color: #fff;
  border-radius: 10px;
  padding: 0 25px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #212832;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab .enroll-share a {
    font-size: 14px;
    padding: 0 20px;
  }
}

.courses-enroll-content .courses-enroll-tab .enroll-share a i {
  margin-right: 5px;
  font-size: 20px;
  color: #0173b4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.courses-enroll-content .courses-enroll-tab .enroll-share a:hover {
  background-color: #0173b4;
  border-color: #0173b4;
  color: #fff;
}

.courses-enroll-content .courses-enroll-tab .enroll-share a:hover i {
  color: #fff;
}

.courses-enroll-content .courses-enroll-tab-content {
  border: 1px solid rgba(48, 146, 85, 0.2);
  padding: 10px 50px 35px;
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab-content {
    padding: 1px 40px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content .courses-enroll-tab-content {
    padding: 1px 20px 15px;
  }
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-title {
  padding-top: 20px;
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-title .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: #212832;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content .courses-enroll-tab-content .enroll-tab-title .title {
    font-size: 20px;
  }
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content {
  padding-top: 25px;
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content p {
  font-size: 15px;
  font-weight: 400;
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .table {
  border-top: 1px solid rgba(48, 146, 85, 0.2);
  margin-bottom: 25px;
  margin-top: 25px;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .table
  tbody
  tr
  th {
  width: 170px;
  border-color: rgba(48, 146, 85, 0.2);
  padding: 12px 30px;
  padding-right: 0;
  font-size: 15px;
  font-weight: 500;
  color: #212832;
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .table
    tbody
    tr
    th {
    font-size: 14px;
    padding: 8px 15px;
    padding-right: 0;
    min-width: 90px;
  }
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .table
  tbody
  tr
  th
  span {
  display: block;
  float: right;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .table
  tbody
  tr
  td {
  border-color: rgba(48, 146, 85, 0.2);
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #52565b;
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .table
    tbody
    tr
    td {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.courses-enroll-content .courses-enroll-tab-content .enroll-tab-content .text {
  font-weight: 500;
  color: #212832;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor {
  border-bottom: 1px solid rgba(48, 146, 85, 0.2);
  position: relative;
  overflow: hidden;
  padding: 25px 0 20px;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor:first-child {
  padding-top: 0;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author {
    display: block;
  }
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-thumb {
  position: relative;
  display: inline-block;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-thumb
  img {
  display: block;
  width: 90px;
  border: 1px solid rgba(48, 146, 85, 0.2);
  border-radius: 50%;
  padding: 8px;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 575px) {
  .courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content {
    padding-left: 0;
    padding-top: 20px;
  }
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content
  .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content
  .designation {
  font-size: 14px;
  font-weight: 400;
  color: #0173b4;
  margin-top: 5px;
  display: block;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content
  .rating-star {
  position: relative;
  margin-top: 5px;
  display: inline-block;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content
  .rating-star:before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .rating-star:before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content
  .rating-star
  .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  .review-author
  .author-content
  .rating-star
  .rating-bar:before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ffba00;
  font-size: 14px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-enroll-content
    .courses-enroll-tab-content
    .enroll-tab-content
    .single-instructor
    .review-author
    .author-content
    .rating-star
    .rating-bar:before {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

.courses-enroll-content
  .courses-enroll-tab-content
  .enroll-tab-content
  .single-instructor
  p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #212832;
}

.courses-video-playlist {
  width: 28.2%;
  background-color: aliceblue;
  border-right: 1px solid #19875429;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-playlist {
    width: 100%;
  }
}

.courses-video-playlist .playlist-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px 25px;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-playlist .playlist-title {
    padding: 15px 40px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-video-playlist .playlist-title {
    padding: 5px 20px 15px;
  }
}

.courses-video-playlist .playlist-title .title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  .courses-video-playlist .playlist-title .title {
    font-size: 18px;
  }
}

.courses-video-playlist .playlist-title span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  .courses-video-playlist .playlist-title span {
    font-size: 16px;
  }
}

.courses-video-playlist .video-playlist .accordion-item {
  text-align: left;
  border: 0;
  margin-bottom: 0;
  background: none;
}

.courses-video-playlist .video-playlist .accordion-item button {
  border: 0;
  background: none;
  text-align: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cde9d7;
  padding: 8px 30px;
  padding-right: 50px;

  background: #144e9b;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-video-playlist .video-playlist .accordion-item button {
    padding: 8px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-video-playlist .video-playlist .accordion-item button {
    padding: 8px 20px;
    padding-right: 40px;
  }
}

.courses-video-playlist .video-playlist .accordion-item button p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 420px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-video-playlist .video-playlist .accordion-item button p {
    font-size: 14px;
  }
}



@media only screen and (max-width: 575px) {
  .courses-video-playlist .video-playlist .accordion-item button:before {
    right: 20px;
  }
}

.courses-video-playlist .video-playlist .accordion-item button.collapsed {
  background-color: #fff;
}

.courses-video-playlist .video-playlist .accordion-item button.collapsed p {
  color: #212832;
}



.courses-video-playlist .video-playlist .total-duration {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  margin-top: 6px;
  display: block;
}

.courses-video-playlist .video-playlist .vids a {
  display: block;
  padding: 8px 80px;
  padding-right: 30px;
  border-bottom: 1px solid #19875429;
  position: relative;
  color: #111;
  text-decoration: none;
}

.courses-video-playlist .video-playlist .vids a:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 3px solid #111;
  border-radius: 50%;
  top: 13px;
  left: 48px;
}

.courses-video-playlist .video-playlist .vids a p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-video-playlist .video-playlist .vids a p {
    font-size: 13px;
  }
}

.courses-video-playlist .video-playlist .vids a.active:before {
  background-color: #fff;
  border-color: #000;
}

.courses-video-playlist .video-playlist .vids a.active p {
  color: #000;
}

.sidebar-wrapper {
  background-color: #0173b4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 991;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    position: fixed;
    height: auto;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

.sidebar-wrapper .menu-list {
  padding: 40px 22px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .sidebar-wrapper .menu-list {
    padding: 10px;
  }
}

.sidebar-wrapper .menu-list a {
  width: 55px;
  height: 55px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper .menu-list a {
    margin: 0 10px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .sidebar-wrapper .menu-list a {
    margin: 0 7px;
  }
}

.sidebar-wrapper .menu-list a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 25px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper .menu-list a:before {
    width: 25px;
    height: 4px;
    left: 50%;
    top: auto;
    bottom: -17px;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

@media only screen and (max-width: 575px) {
  .sidebar-wrapper .menu-list a:before {
    bottom: -12px;
  }
}

.sidebar-wrapper .menu-list a + a {
  margin-top: 30px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper .menu-list a + a {
    margin-top: 0;
  }
}

.sidebar-wrapper .menu-list a.active,
.sidebar-wrapper .menu-list a:hover {
  background-color: #3c9d60;
  border-color: #3c9d60;
}

.sidebar-wrapper .menu-list a.active:before,
.sidebar-wrapper .menu-list a:hover:before {
  opacity: 1;
  visibility: visible;
}

.page-content-wrapper {
  /* padding-left: 100px; */
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content-wrapper {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper {
    padding-bottom: 60px;
  }
}

.page-content-wrapper .custom-container {
  padding: 0 15px;
}

@media only screen and (min-width: 1600px) {
  .page-content-wrapper .custom-container {
    padding: 0 50px;
  }
}

.page-content-wrapper .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #84d5fb45;
  border-radius: 10px;
  padding: 26px 40px;
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper .message {
    padding: 26px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper .message {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .page-content-wrapper .message {
    padding: 26px 30px;
  }
}

.page-content-wrapper .message .message-icon {
  margin-top: 3px;
}

.page-content-wrapper .message .message-content {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper .message .message-content {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-content-wrapper .message .message-content {
    padding-left: 0;
    padding-top: 15px;
  }
}

.admin-courses-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .admin-courses-tab {
    display: block;
  }
}

.admin-courses-tab .title {
  font-size: 32px;
  font-weight: 500;
  color: #212832;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-courses-tab .title {
    font-size: 26px;
  }
}

.admin-courses-tab .courses-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper {
    display: block;
  }
}

.admin-courses-tab .courses-tab-wrapper > * {
  margin: 0 10px;
}

.admin-courses-tab .courses-tab-wrapper .courses-select {
  padding-top: 20px;
}

.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(48, 146, 85, 0.2);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #212832;
}

@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .courses-select .nice-select {
    display: block;
  }
}

.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select:after {
  width: 6px;
  height: 6px;
  border-color: #212832;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .courses-select .nice-select .list {
    width: 100%;
  }
}

.admin-courses-tab .courses-tab-wrapper .courses-select .nice-select .list li {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.admin-courses-tab .courses-tab-wrapper .nav li {
  margin-right: 20px;
  padding-top: 20px;
}

.admin-courses-tab .courses-tab-wrapper .nav li:last-child {
  margin-right: 0;
}

.admin-courses-tab .courses-tab-wrapper .nav li button {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(48, 146, 85, 0.2);
  text-align: center;
  padding: 0;
  background-color: #fff;
  font-size: 20px;
  color: #212832;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-courses-tab .courses-tab-wrapper .nav li button {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 14px;
  }
}

.admin-courses-tab .courses-tab-wrapper .nav li button.active,
.admin-courses-tab .courses-tab-wrapper .nav li button:hover {
  background-color: #0173b4;
  border-color: #0173b4;
  color: #fff;
}

.admin-courses-tab .courses-tab-wrapper .tab-btn {
  padding-top: 20px;
}

.admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .admin-courses-tab .courses-tab-wrapper .tab-btn .btn {
    padding: 0 15px;
    width: 100%;
  }
}

.admin-courses-tab .courses-tab-wrapper .tab-btn .btn:before {
  width: 500px;
  height: 500px;
}

.courses-item {
  border: 1px solid rgba(48, 146, 85, 0.2);
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-item {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .courses-item {
    padding: 15px;
  }
}

.courses-item .item-thumb a img {
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item .item-thumb a img {
    width: 130px;
  }
}

.courses-item .content-title {
  max-width: 545px;
  padding-left: 45px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item .content-title {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-title {
    max-width: 460px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-item .content-title {
    padding-left: 0;
    padding-top: 20px;
  }
}

.courses-item .content-title .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.courses-item .content-title .meta .action {
  height: 18px;
  line-height: 18px;
  padding: 0 13px;
  border-radius: 50px;
  display: inline-block;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.courses-item .content-title .meta .action + .action {
  margin-left: 10px;
}

.courses-item .content-title .meta .action:first-of-type {
  background-color: #ff6e30;
  color: #fff;
}

.courses-item .content-title .meta .action:nth-of-type(2) {
  background-color: #dff5ef;
  color: #06b284;
}

.courses-item .content-title .meta .action:nth-of-type(3) {
  background-color: #e1e6fa;
  color: #0066ff;
}

.courses-item .content-title .title {
  margin-bottom: 0;
}

.courses-item .content-title .title a {
  font-size: 20px;
  font-weight: 500;
  color: #212832;
  margin-top: 18px;
  display: block;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item .content-title .title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-item .content-title .title a {
    font-size: 16px;
  }
}

.courses-item .content-title .title a:hover {
  color: #0173b4;
}

.courses-item .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -18px;
  margin-right: -18px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item .content-wrapper {
    margin-left: -7px;
    margin-right: -7px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item .content-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .courses-item .content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.courses-item .content-wrapper > * {
  margin: 15px 18px 0;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item .content-wrapper > * {
    margin: 15px 7px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item .content-wrapper > * {
    margin: 15px 10px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper > * {
    margin: 15px 5px 0;
  }
}

.courses-item .content-wrapper .content-box {
  width: 180px;
  padding: 15px 25px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-item .content-wrapper .content-box {
    width: 150px;
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper .content-box {
    width: 143px;
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box {
    padding: 15px;
    width: auto;
  }
}

.courses-item .content-wrapper .content-box p {
  font-size: 15px;
  font-weight: 400;
  color: #212832;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-item .content-wrapper .content-box p {
    font-size: 14px;
  }
}

.courses-item .content-wrapper .content-box .count {
  font-size: 22px;
  font-weight: 700;
  margin-top: 3px;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item .content-wrapper .content-box .count {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-item .content-wrapper .content-box .count {
    font-size: 16px;
  }
}

.courses-item .content-wrapper .content-box .count .rating-star {
  position: relative;
}

.courses-item .content-wrapper .content-box .count .rating-star:before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #bfbfbf;
  font-size: 13px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item .content-wrapper .content-box .count .rating-star:before {
    font-size: 12px;
  }
}

.courses-item .content-wrapper .content-box .count .rating-star .rating-bar {
  position: absolute;
  top: -2px;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.courses-item
  .content-wrapper
  .content-box
  .count
  .rating-star
  .rating-bar:before {
  content: "\f000\f000\f000\f000\f000";
  font-family: IcoFont;
  color: #ff9600;
  font-size: 13px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-item
    .content-wrapper
    .content-box
    .count
    .rating-star
    .rating-bar:before {
    font-size: 12px;
  }
}

.courses-item .content-wrapper .content-box:first-of-type {
  background-color: #e5ecff;
}

.courses-item .content-wrapper .content-box:first-of-type .count {
  color: #0f42cd;
}

.courses-item .content-wrapper .content-box:nth-of-type(2) {
  background-color: #def2e6;
}

.courses-item .content-wrapper .content-box:nth-of-type(2) .count {
  color: #0173b4;
}

.courses-item .content-wrapper .content-box:nth-of-type(3) {
  background-color: #ffe8df;
}

.courses-item .content-wrapper .content-box:nth-of-type(3) .count {
  color: #ff6e30;
}

.courses-item .content-wrapper .courses-select .nice-select {
  float: none;
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(48, 146, 85, 0.2);
  font-weight: 500;
  font-size: 15px;
  color: #212832;
}

.courses-item .content-wrapper .courses-select .nice-select:after {
  width: 6px;
  height: 6px;
  border-color: #212832;
  right: 20px;
}

.courses-item .content-wrapper .courses-select .nice-select .list li {
  min-height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.courses-resources {
  background-color: #84d5fb45;
  padding: 70px 100px;
  border-radius: 10px;
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-resources {
    padding: 70px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-resources {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-resources {
    margin-top: 60px;
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-resources {
    padding: 20px 20px;
  }
}

.courses-resources .title {
  font-size: 25px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .courses-resources .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575px) {
  .courses-resources .title {
    font-size: 20px;
  }
}

.single-resources {
  text-align: center;
  margin-top: 30px;
}

.single-resources .resources-icon {
  border: 1px solid rgba(48, 146, 85, 0.2);
  display: inline-block;
  padding: 13px;
  border-radius: 50%;
}

.single-resources .resources-icon a {
  position: relative;
  display: inline-block;
  background-color: #d3ecdd;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-resources .resources-icon a img {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 575px) {
  .single-resources .resources-icon a img {
    width: 60px;
  }
}

.single-resources .resources-icon a .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.single-resources .title {
  margin-bottom: 0;
}

.single-resources .title a {
  font-size: 22px;
  font-weight: 500;
  margin-top: 28px;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .single-resources .title a {
    font-size: 18px;
  }
}

.single-resources:hover .resources-icon a {
  background-color: #0173b4;
}

.single-resources:hover .resources-icon a img {
  opacity: 0;
  visibility: hidden;
}

.single-resources:hover .resources-icon a .hover {
  opacity: 1;
  visibility: visible;
}

/* .admin-tab-menu {
    padding: 40px 30px;
    background:  aliceblue;
    width: 80%;
    height: 100%;
    border-right: 1px solid #cecece;
   
} */

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .admin-tab-menu {
    height: auto;
    left: 0;
    width: 100%;
    position: relative;
  }
}

/* Ensure video and PDF toggle in the same space */
.vidcontainer,
#pdfViewer {
  position: relative;
  min-height: 100%; /* Prevent collapse */
}
#myvid {
  display: block; /* Ensure video stays visible when active */
}
.bigplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  cursor: pointer;
  color: white;
  opacity: 0.7;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#pdfViewer {
  background: #f8f9fa;
  display: none; /* Hidden by default */
  padding: 20px;
}
.video-playlist a.pdf-link {
  display: block;
  padding: 10px;
  color: #007bff;
  text-decoration: none;
}
.video-playlist a.pdf-link:hover {
  background: #f0f0f0;
}
.d_block {
  display: block !important;
}
/* Fix accordion button text disappearing */
.accordion-button {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
}
.accordion-button p,
.accordion-button span {
  display: inline-block !important; /* Ensure text stays visible */
  margin: 0;
}
.accordion-button.collapsed p,
.accordion-button.collapsed span {
  display: inline-block !important; /* Prevent hiding when collapsed */
}
.accordion-button:not(.collapsed) {
  background-color: #e7f1ff; /* Optional: visual feedback when expanded */
}
/* Responsive design for smaller screens */
@media (max-width: 991px) {
  .vidcontainer,
  #pdfViewer {
    width: 100%;
  }
}

.video-abs-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.video-abs-title {
  position: absolute;
  top: 20px;
  left: 10%;
  right: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 15px;
  opacity: 0;
  width: 20%;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.vidcontainer.show-title:hover .video-abs-title {
  opacity: 1;
}

.screen {
background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  height: 100%;
  width: 45%;

  border-radius: 10px;
}

.screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}

.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}

.screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #fff;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: #0099e5db;
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape3 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #0172b7, #def4fe);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.screen__background__shape4 {
  height: 400px;
  width: 200px;
  background: #0172b7;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .screen{
    width: 100%;
  }
}
.login {
  width: 100%;
  padding: 30px;
  padding-top: 50px;
}

.login__field i, .login-p i {
 position: absolute;
  font-size: 18px;
  color: #7875b5;
  transition: 0.2s;
}

.login__field i:first-child, .login-p i:first-child   {
  top:  11px;
  left: 14px;
}

.login__field i:last-child, .login-p i:last-child {
  position: absolute; 
  right: 15px; 
  top: 11px; 
  cursor: pointer; 
  color: #555;
}

.login__field, .login-p{
  position: relative;
}

.login__icon {
  position: absolute;
  top: 30px;
  color: #000;
}

.login__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 75%;
  transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #6a679e;
}

.login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #0173b4;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
}

.login__submit i {
  font-size: 18px;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #6a679e;
  outline: none;
}

.button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875b5;
}
.button {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
background-size: 300% 100%;
    background-image: linear-gradient(to right, #144e9b, #259180, #259180, #144e9b);
  transition: all 0.2s ease;
  font-weight: 600;
  /* margin-left: 40px; */
}
.button a {
  color: #fff;
  text-decoration: none;
}
a{
  text-decoration: none;
}
.signup-container {
  display: flex;
  width: 850px;
  height: 500px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.left-panel {
  flex: 1;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-panel h2 {
  font-weight: 600;
  color: #0a5ea8;
}

.divider {
  text-align: center;
  color: #999;
  margin: 10px 0;
}

.right-panel {
  flex: 1;
  background: linear-gradient(
      to right,
      rgba(11, 145, 182, 0.9),
      rgba(20, 75, 145, 0.9)
    ),
    url("https://t4.ftcdn.net/jpg/04/25/31/07/360_F_425310788_n0YRJeAC4MkMzcmVF7SDpN75Y0GZ3C6h.jpg")
      center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.right-panel h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.right-panel p {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.6;
}

.already {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.already a {
  color: #0a5ea8;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .signup-container {
    flex-direction: column;
    height: auto;
  }
  .right-panel {
    padding: 30px;
  }
}

.repair-cost-area {
  padding: 90px 0;
  /* background: linear-gradient(135deg, #ffffff 0%, #e6f0fa 100%); */
}
.repair-cost-box {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.repair-cost-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #022c5d;
  margin-bottom: 10px;
}
.repair-cost-title p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px;
}
.repair-cost-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.repair-cost-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.repair-cost-icon {
  margin-bottom: 20px;
}
.repair-cost-icon i {
  font-size: 3rem;
  color: #022c5d;

  border: 1px dotted #020d23;
  padding: 10px;
  border-radius: 50px;
}
.repair-cost-details h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.repair-cost-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.repair-cost-details ul li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.repair-cost-details ul li span {
  font-weight: 600;
  color: #18191d;
}
.repair-cost-note {
  padding: 30px;
  border-radius: 12px;
  text-align: left;
}
.repair-cost-note h4 {
  font-size: 1.5rem;
  font-weight: 700;

  margin-bottom: 25px;
}
.repair-cost-note p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .repair-cost-title h2 {
    font-size: 2rem;
  }
  .repair-cost-item {
    padding: 20px;
  }
  .repair-cost-icon i {
    font-size: 2.5rem;
  }
  .repair-cost-details h4 {
    font-size: 1.3rem;
  }
}

.recovery-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  min-height: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recovery-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.recovery-card i {
  font-size: 3rem;
  color: #144e9b;
  margin-bottom: 20px;
}
.recovery-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.recovery-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 768px) {
  .header-section h1 {
    font-size: 2rem;
  }
  .recovery-card {
    min-height: 200px;
    padding: 15px;
  }
  .recovery-card i {
    font-size: 2.5rem;
  }
  .recovery-card h5 {
    font-size: 1.1rem;
  }
  .login-padd {
    padding: 40px 0px;
  }
}
.why-choose-section {
  padding: 60px 0;
  text-align: center;
}
.why-choose-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #002935;
  margin-bottom: 40px;
}
.why-choose-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.why-choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.why-choose-card i {
  font-size: 2.5rem;
  color: #144e9b;
  margin-bottom: 20px;
}
.why-choose-card h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.why-choose-card p {
  font-size: 1rem;
  color: #555;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .why-choose-section h2 {
    font-size: 2rem;
  }
  .why-choose-card {
    padding: 20px;
    min-height: 200px;
  }
  .why-choose-card i {
    font-size: 2rem;
  }
  .why-choose-card h5 {
    font-size: 1.1rem;
  }
}
.course-progress {
  padding: 10px 30px;
}
.course-progress p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}
.course-progress .rating-progress-bar {
  width: 100%;
  height: 5px;
  background: #e9ecef;
  border-radius: 5px;
  overflow: hidden;
}
.course-progress .rating-line {
  height: 100%;
  background-size: 300% 100%;
  background-image: linear-gradient(
    to right,
    #144e9b,
    #259180,
    #259180,
    #144e9b
  );
  border-radius: 5px;
  transition: width 0.3s ease;
}
.back-to-dasboard {
  padding: 10px 10px 0px 30px;
}

.login-header-action{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.login-header-action .more{
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-header-action .author img{
  width: 60px;
  border-radius: 50%;
}

#repairQueryForm .invalid-feedback, #contactForm .invalid-feedback {
				margin-top: -20px !important;
				margin-bottom: 10px !important;
				}
