/* ===========================
Index Of css

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. Features CSS
06. Service CSS
07. Courses CSS
08. Events CSS
09. Photo Gallery CSS
10. About CSS
11. Achievement CSS
12. Call Action CSS
13. Experience CSS
14. Work Process CSS
15. Enroll CSS
16. Mission CSS
17. Teachers CSS
18. Testimonial CSS
19. FAQ CSS
20. Blog CSS
21. Login CSS
22. Coming Soon CSS
23. Newsletter CSS
24. Clients CSS
25. Footer CSS
26. Responsive CSS
27. Contact CSS
28. 404 Error CSS
29. Mail Success CSS

========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}


:root{
  /* --primary-color: #0EDC8D; */
  /* --primary-color: #0032A0; */
  /* --primary-color: #006B3C; */
  /*--primary-color: #25a3b0;*/
  --primary-color: #004586;
  --course-card-border: #eee;
  --blue : #0032A0;
  --secondery-color: #CC0000;
  --heading-color: #0E1A1A;
  --body-text: #1A1A1A;
  --muted-text: #6E6E6E;
  --highlight-icon-badge: #FFD100;
  --fancy-accent-1: linear-gradient(90deg,#25a3b0 0%, #006b3c 100%);
  --fancy-accent-2: #25a3b0;
  --fancy-muted: #62707a;
  --fancy-bg: #fbfdfe;
  --card-bg: #ffffff;
  --glass: rgba(255,255,255,0.6);
  --shadow-1: 0 10px 30px rgba(20,30,44,0.08);
}

/* p, span{
  color: var(--body-text);
} */

/* custom focus btn start */

.customFocusBtn {
  position: relative !important;
}

.customFocusBtn span{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px;
  width: 100%;
  animation: ripple 1s infinite;
  z-index: 88;
  visibility: visible !important;
}


/* @keyframes */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(0, 0, 0, 0.1),
                0 0 0 8px rgba(0, 0, 0, 0.1),
                0 0 0 12px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1),
                0 0 0 8px rgba(255, 255, 255, 0.1),
                0 0 0 13px rgba(255, 255, 255, 0.1),
                0 0 0 18px rgba(255, 255, 255, 0);
  }
}

/* custom focus btn end */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  /* color: #081828; */
  color: var(--heading-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */
.breadcrumbs {
  background-image: url("../images/breadcumbs/breadcrumb-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0 120px 0;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

.breadcrumbs.overlay::before {
  background-color: #081828;
  opacity: 0.6;
  z-index: -1;
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  float: none;
  padding: 0px 100px;
}

.breadcrumbs .breadcrumbs-content p {
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
  padding-bottom: 20px;
}

.breadcrumbs .breadcrumbs-content .page-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: var(--primary-color);
  border-radius: 5px;
  margin-left: -40px;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  float: none;
  margin-top: 40px !important;
  background: #fff3;
  padding: 20px 25px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: var(--primary-color);
}

.breadcrumbs .breadcrumb-nav li a:after {
  content: '';
  height: 80%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: 0;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}



/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  /* background: var(--primary-color); */
  background: var(--secondery-color);
  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;
  font-size: 13px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 0;
  text-align: center;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 2;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 65px 0 0 0;
  display: block;
  background-color: transparent;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination .pagination-list {
  display: inline-block;
  border: none;
  border: 1px solid #eee;
  background: #fff;
}

.pagination .pagination-list li {
  margin-right: -4px;
  display: inline-block;
  border-right: 1px solid #eee;
}

.pagination .pagination-list li:last-child {
  border: none;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: transparent;
  color: var(--primary-color);
  padding: 5px 20px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 0;
  line-height: 35px;
  color: #081828;
  font-weight: 600;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: var(--primary-color);
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 20px;
}

.pagination .pagination-list li a i {
  font-size: 14px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: #081828;
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.button .btn::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  /* background-color: var(--primary-color); */
  background-color: var(--secondery-color);
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.button .btn:hover::before {
  width: 100%;
}

.button .btn:hover {
  color: #fff;
}

.button .btn-alt {
  background-color: #081828;
  color: #fff;
}

.button .btn-alt:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--primary-color);
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.breadcumbs .container{
    margin-top: 30px;
}




/*======================================
    Servicess CSS
========================================*/
.services {
  background-color: #F4F7FA;
}

.services .section-title {
  margin-bottom: 40px;
}

.services .single-service {
  position: relative;
  text-align: center;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 20px rgba(224, 224, 224, 0.23);
          box-shadow: 0px 0px 20px rgba(224, 224, 224, 0.23);
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  content: "";
  background-color: var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services .single-service:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(116, 116, 116, 0.23);
          box-shadow: 0px 10px 50px rgba(116, 116, 116, 0.23);
}

.services .single-service:hover::before {
  width: 100%;
}

.services .single-service .icon {
  font-size: 30px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #081828;
  border: 1px solid #eee;
  font-weight: 700;
  margin-bottom: 25px;
  border-radius: 50%;
}

.services .single-service:hover .icon {
  border-color: transparent;
  color: #fff;
  background-color: var(--primary-color);
}

.services .single-service h3 {
  margin-bottom: 20px;
  line-height: 30px;
}

.services .single-service h3 a {
  font-size: 22px;
  font-weight: 700;
}

.services .single-service h3 a:hover {
  color: var(--primary-color);
}

.services .single-service p {
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.services .single-service .button {
  margin-top: 30px;
}

/*======================================
    Courses CSS
========================================*/
.courses {
  background-color: #fff;
}

.courses .section-title {
  margin-bottom: 40px;
}

.courses.grid-page {
  padding-top: 40px;
}

.courses.style2 {
  background: #fff;
}

.courses.style2 .single-course {
  background: #fff;
}

.courses.style2 .single-course .content {
  position: relative;
}

.courses.style2 .single-course .content .price {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: -30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
}

.courses.style2 .single-course .content .date {
  font-size: 12px;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #eee;
  padding: 6px 18px;
  border-radius: 30px;
}

/* courses filter */

.course_filter .filter_form input{
  width: 100%;
  min-height: 56px;
  padding: 3px 20px;
  color: #081828;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  outline: 0;
  background-color: #f5f5f5;
}

.course_filter .course_list a{
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  /* background-color: #f5f5f5; */
  padding: 5px;
  box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.3);
  font-size: 17px;
  color: #888;
}

/* courses filter */

.courses.style2 .single-course .content h3 {
  line-height: 32px;
}

.courses.style2 .button {
  text-align: center;
  margin-top: 70px;
}

.courses .single-course {
  margin-top: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.courses .single-course .course-image {
  position: relative;
  overflow: hidden;
}

.courses .single-course .course-image .course_inc{
  width: 100%;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(20px);
  padding: 10px 15px;
  color: #fff;
  transition: 0.3s linear;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 9px;
}

/*.courses .single-course:hover .course_inc{*/
/*  bottom: 0;*/
/*  transition: 0.3s ease-in-out;*/
/*}*/

.courses .single-course .course-image h3{
  font-size: 23px;
  margin-top: 26px;
  color: #fff;
}

.courses .single-course .course-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* .courses .single-course .course-image .price {
  color: var(--primary-color);
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 25px;
  padding: 0;
  padding-right: 0px;
  padding-left: 0px;
  height: 36px;
  line-height: 36px;
  padding-right: 20px;
  padding-left: 5px;
} */

/* .courses .single-course .course-image .price::before {
  position: absolute;
  content: "";
  left: -32px;
  top: 0;
  border: 18px solid #fff;
  border-left-color: transparent;
  height: 10px;
  width: 10px !important;
  border-left-color: transparent;
} */

.courses .single-course:hover {
  -webkit-box-shadow: 0px 0px 20px #00000012;
          box-shadow: 0px 0px 20px #00000012;
}

.courses .single-course:hover .course-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.courses .single-course .content {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 10px;
  border: 1px solid #eee;
  border-top: none;
}

.courses .single-course .content .course_inc{
  margin-top: 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 9px;
}

.courses .single-course .content h3 {
  display: block;
  margin-bottom: 15px;
}

.courses .single-course .content h3 a {
  font-size: 20px;
  font-weight: 700;
  color: #081828;
}

.courses .single-course .content h3 a:hover {
  color: var(--primary-color);
}

.course-data-tag {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.courses .single-course .bottom-content {
  padding: 20px 30px;
  border: 1px solid #eee;
  border-top: none;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}

.courses .single-course .bottom-content .review {
  float: left;
}

.courses .single-course .bottom-content .review li {
  display: inline-block;
}

.courses .single-course .bottom-content .review li i {
  color: #FFAA30;
}

.courses .single-course .bottom-content .review li:last-child {
  color: #081828;
  font-weight: 500;
  font-size: 13px;
  margin-left: 5px;
}

/* .courses .single-course .bottom-content .tag {
  float: right;
} */

.courses .single-course .bottom-content .tag i {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

.courses .single-course .bottom-content .tag a {
  font-size: 13px;
  font-weight: 500;
  color: #081828;
}

.courses .single-course .bottom-content .tag a:hover {
  color: var(--primary-color);
}

/*======================================
    Course Details CSS
========================================*/
/* .course-details {
  Course Overview
  Course Curriculum
  Course Instructor
  Course Reviews
  Course Sidebar
} */

.cd_price_top h6 del{
  opacity: 0.5;
}

.cd_price_top_day p{
  border-radius: 20px;
  background-color: rgb(from #fd6a6a r g b / 0.1);
  padding: 5px 10px;
  color: #fd6a6a;
}

.cd_price_card{
    z-index: 99 !important;
}

.cd_price_card .button .btn{
  padding-top: 10px;
  padding-bottom: 10px;
}

.cd_price_card .button .btn.alt-btn{
  background-color: transparent;
  color: #081828;
}

.cd_price_card .button .btn.alt-btn:hover{
  color: #fff;
}

.course-details .bottom-content {
  overflow: hidden;
  padding: 20px 30px 20px 20px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.course_features div p:first-child span{
  color: #000;
}

.course_intro_vid {
  margin-top: 40px;
  width: 100%;
  height: 350px;
}

.course_intro_vid iframe{
  width: 100%;
  height: 100%;
}

.course-details .bottom-content .button {
  float: left;
}

.course-details .bottom-content .share {
  float: right;
}

.course-details .bottom-content .share li {
  display: inline-block;
  margin-right: 15px;
}

.course-details .bottom-content .share li:last-child {
  margin: 0;
}

.course-details .bottom-content .share li span {
  font-size: 13px;
  font-weight: 500;
  color: #081828;
  text-transform: capitalize;
}

.course-details .bottom-content .share li a {
  font-size: 15px;
  color: #081828;
}

.course-details .bottom-content .share li a:hover {
  color: var(--primary-color);
}

.course-details .nav-tabs {
  border: none;
  background: #F4F7FA;
  /*margin-bottom: 50px;*/
}

.course-details .nav-tabs li {
  margin-right: 5px;
}

.course-details .nav-tabs li:last-child {
  margin: 0;
}

.course-details .nav-tabs li button {
  padding: 15px 30px;
  border: none;
  background: transparent;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  position: relative;
}

.course-details .nav-tabs li button::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -10px;
  bottom: -14px;
  border: 10px solid var(--primary-color);
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details .nav-tabs li button.active:before {
  bottom: -19px;
  opacity: 1;
  visibility: visible;
}

.course-details .nav-tabs li button.active {
  color: #fff;
  background: var(--primary-color);
}

.course-details .nav-tabs li button:hover {
  color: #fff;
  background: var(--primary-color);
}

.course-details #myTabContent ul{
    padding: 20px;
}

.course-details .course-overview{
    padding: 20px;
}

.course-details .course-overview .title {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 18px;
}

.course-details .course-overview p {
  margin-bottom: 25px;
}

.course-details .course-overview p:last-child {
  margin: 0;
}

.course-details .course-overview .overview-course-video {
  margin: 45px 0 42px;
  border-radius: 5px;
}

.course-details .course-overview .overview-course-video iframe {
  width: 100%;
  height: 435px;
  border: 0;
}

.course-details .course-curriculum .single-curriculum-section {
          border: 1px solid #dedede;
          border-radius: 0;
          overflow: hidden;
          margin-top: 30px;
          padding: 15px;
}       
.course-details .course-curriculum .single-curriculum-section.model {
          padding: 25px;
          font-weight: 500;
          line-height: 30px;
}

.course-details .course-curriculum .single-curriculum-section .course-item:nth-child(2n+1) {
  background-color: #f8f8f8;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link {
  padding: 0 30px 0 48px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link:hover .item-name {
  color: var(--primary-color);
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link:hover .course-item-meta i {
  color: var(--primary-color);
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .item-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 10px 10px 0;
  /* max-width: 235px; */
  color: #081828;
  font-size: 13px;
  font-weight: 500;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .course-item-meta {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 0;
  text-align: right;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .course-item-meta i {
  font-size: 15px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .course-item-meta .item-meta {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  border: 1px solid transparent;
  border-radius: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 15px;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .course-item-meta .item-meta.duration {
  color: #de7e5b;
  background: #f4ebe7;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .course-item-meta .item-meta.item-meta-icon {
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.course-details .course-curriculum .single-curriculum-section ul.section-content .course-item .section-item-link .course-item-meta .item-meta.count-questions {
  color: #2dbbc4;
  background: #e3f1f2;
}

.course-details .course-curriculum .section-left {
  padding: 22px 48px;
}

.course-details .course-curriculum .section-left .section-desc {
  font-size: 13px;
  margin-top: 5px;
  color: #777;
}

.course-details .course-curriculum .section-left .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.course-details .course-instructor {
  padding-bottom: 30px;
}

.course-details .course-instructor .profile-image img {
  width: 100%;
}

.course-details .course-instructor .profile-info h5 a {
  font-size: 18px;
  font-weight: 600;
}

.course-details .course-instructor .profile-info h5 a:hover {
  color: var(--primary-color);
}

.course-details .course-instructor .profile-info .author-career {
  display: block;
  margin-top: 5px;
}

.course-details .course-instructor .profile-info .author-bio {
  margin-top: 30px;
}

.course-details .course-instructor .author-social-networks {
  margin-top: 30px;
}

.course-details .course-instructor .author-social-networks li {
  display: inline-block;
  margin-right: 2px;
}

.course-details .course-instructor .author-social-networks li:last-child {
  margin: 0;
}

.course-details .course-instructor .author-social-networks li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  color: #777;
  border-radius: 50%;
  font-size: 13px;
}

.course-details .course-instructor .author-social-networks li a:hover {
  color: #fff;
  background: var(--primary-color);
  border-color: transparent;
}

.course-details .course-reviews .title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 18px;
}

.course-details .course-reviews .post-comments {
  margin: 0;
  margin-top: 30px;
}

.course-details .course-reviews .comments-list li {
  position: relative;
}

.course-details .course-reviews .comments-list li .rating-star {
  display: block;
  margin-top: 5px;
}

.course-details .course-reviews .comments-list li .rating-star li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

.course-details .course-reviews .comments-list li .rating-star li i {
  color: #F6B500;
}

.course-details .course-reviews .comments-list li .name a {
  font-size: 17px;
  font-weight: 600;
  color: #081828;
}

.course-details .course-reviews .comments-list li .name a:hover {
  color: var(--primary-color);
}

.course-details .course-reviews .comments-list li .time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  font-weight: 500;
  color: #919191;
  border-radius: 30px;
}

.course-details .course-sidebar{
  top: 100px;
}

.course-details .course-sidebar .sidebar-widget {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #eee;
}

.course-details .course-sidebar .sidebar-widget:last-child {
  margin: 0;
}

.course-details .course-sidebar .sidebar-widget.other-course-wedget {
  padding-bottom: 15px;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  position: relative;
  min-height: 130px;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .info {
  display: inline-block;
  padding: 0;
  padding-left: 120px;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .info .price {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  display: block;
  margin-bottom: 5px;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .info .title {
  line-height: 20px;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .info .title a {
  font-size: 15px;
  font-weight: 500;
  color: #081828;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-course .single-course .info .title a:hover {
  color: var(--primary-color);
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-search form {
  position: relative;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-search form input {
  width: 100%;
  min-height: 56px;
  padding: 3px 30px;
  padding-right: 80px;
  color: #696969;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  outline: 0;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #eee;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-search form button {
  position: absolute;
  top: 0;
  right: 0;
  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;
  width: 56px;
  height: 56px;
  color: #fff;
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}

.course-details .course-sidebar .sidebar-widget .sidebar-widget-search form button:hover {
  color: #fff;
  background: #081828;
}


/*======================================
    Photo Gallery CSS
========================================*/
.photo-gallery img {
  Width: 100%;
  cursor: pointer;
}

.photo-gallery .images {
  display: -ms-grid;
  display: grid;
  Grid-template-columns: repeat(8, 1fr);
  Grid-gap: 1em 1em;
  Margin-top: 1em;
}

@-webkit-keyframes fadeIn {
  to {
    Opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    Opacity: 1;
  }
}

.photo-gallery .fade-in {
  -webkit-animation: fadeIn 0.5s ease-in 1 forwards;
          animation: fadeIn 0.5s ease-in 1 forwards;
}



/*======================================
    Enroll Section CSS
========================================*/
.enroll-section {
  background: #081828;
}

.enroll-section img {
  width: 100%;
}

.enroll-section .enroll {
  padding: 60px;
  background: var(--primary-color);
  margin-left: 50px;
}

.enroll-section .enroll .inner-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.enroll-section .enroll .form .form-group {
  margin-bottom: 15px;
}

.enroll-section .enroll .form input {
  height: 50px;
  border: none;
  width: 100%;
  background: #fff;
  color: #081828;
  padding: 0px 20px;
}

.enroll-section .enroll .form .form-control {
  height: 50px;
  border: none;
  width: 100%;
  background: #fff;
  color: #081828;
  padding: 0px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

.enroll-section .enroll .form textarea {
  height: 200px;
  border: 2px solid #eee;
  width: 100%;
  background: #fff;
  color: #081828;
  padding: 20px;
}

.enroll-section .enroll .form .button .btn {
  width: 100%;
  display: block;
}

.enroll-section .enroll .form .button .btn::before {
  background: #fff;
}

.enroll-section .enroll .form .button .btn:hover {
  color: #081828;
}




