@charset "UTF-8";
/*
Template Name: Educoda - Education and Assignment Services HTML Template.
*/
/*================================================
1. Default CSS
2. Header Menu CSS
3. Hero CSS
4. Service Area CSS
5. Course Area CSS
6. Count Area CSS
7. Assignment Area CSS
8. Help Area CSS
9. Books Area CSS
10. Testimonial area CSS
11. FAQ Area CSS
12. Blog Area CSS
13. Footer CSS


// Home Style Two

14. Hero Two CSS
15. Assignment Form CSS
16. Service Area 2 CSS
17. Team Area CSS


// Home Style Three

18. Hero area three CSS
19. Assignment Form Area 3 CSS
20. Service Area 3 CSS
21. Team Member CSS


// Inner Pages

22. Service History CSS
23. Cart CSS
24. Service Details CSS
25. Pagination CSS
26. Case Study Details CSS
27. Gallery Page CSS
28. contact Page CSS
29. Teachers Details CSS
30. Blog Details CSS


=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");

/* Font Variable */
/* Color Variable */


:root {
  --primary-color: #DF1E50;
  --secondary-color: #911938;
  --hover-color: #ab0f38;
  --bg: #0f1724;
  --card: #0b1220;
  --accent: #60a5fa;
  --muted: #94a3b8;
  --glass: rgba(145, 25, 56, 0.13);
  --radius: 12px;
  --white: #fff;
}


a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}
a {
    color: #000;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

html,
body {
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  /* background: #F6F6F6; */
}

p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-120 {
  padding-bottom: 120px;
}

.shape {
  position: absolute;
  z-index: -1;
}

.positioning {
  position: relative;
  z-index: 2;
}

.section-title.style-two h1 {
  color: #fff;
}

.section-title p {
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 14px;
}

.section-title h1 {
  font-size: 32px;
  line-height: 44px;
}

.owl-carousel .owl-item img {
  display: unset;
  width: unset;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 37px;
}

.owl-carousel .owl-dots .owl-dot {
  border: none;
  width: 40px;
  height: 8px;
  background: rgba(26, 6, 78, 0.1);
  border-radius: 5px;
  margin-right: 10px;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot.active {
  width: 10px;
  height: 8px;
  background: var(--primary-color);
}

.common-border {
  position: relative;
}

.common-border::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 70%;
  background: rgba(26, 6, 78, 0.1);
  content: "";
  top: 0;
}

.common-border::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 70%;
  background: rgba(26, 6, 78, 0.1);
  content: "";
  bottom: 0;
}

.common-border.common-border-top-none::before {
  display: none;
}

.common-btn {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: linear-gradient(355deg, var(--primary-color), var(--secondary-color));
  border-radius: 10px;
  padding: 21px 41px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover::before {
  width: 100%;
}

.common-btn:before {
  position: absolute;
  height: 100%;
  width: 0;
  background: var(--hover-color);
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.breadcrumb-area {
  background-image: url(../images/shape/breadcrumb-bg-shape.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 217px 0 400px;
}

.breadcrumb-content h1 {
  font-weight: 400;
  font-size: 72px;
  color: #FFFFFF;
}

.breadcrumb-content p {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  margin-top: 5px;
}

.breadcrumb-content p a {
  color: #FF9D0F;
}

.breadcrumb-link h4 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.breadcrumb-link h4 a {
  color: #FF9D0F;
}

.breadcrumb-round-1 {
  left: 50%;
  top: 23%;
  -webkit-animation: rot-2 20s linear infinite;
  animation: rot-2 20s linear infinite;
}

/*================================================
2. Header Menu CSS
=================================================*/


.logo,
.main-nav,
.menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-menu-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: var(--white);
  padding: 0 98px;
  border-bottom: 3px solid var(--secondary-color);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.header-menu-area.header-menu-style-2 {
  border-bottom: 3px solid #ffffff1a;
}

.main-nav {
  float: right;
}

.menu-btn-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.main-nav>ul>li {
  display: inline-block;
  position: relative;
  /* padding: 47px 18px; */
  padding: 30px 18px;
  text-decoration: none;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--secondary-color)
}

.main-nav>ul>li.has-child-menu:after {
  position: absolute;
  right: 4px;
  /* top: 44.5px; */
  top: 28.5px;
  font-family: "boxicons";
  content: "";
  font-size: 17px;
  color: #ffffff91;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-nav>ul>li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav>ul>li>a,
.menu-title a {
  display: block;
  text-decoration: none;
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--secondary-color);
}

.main-nav>ul>li:hover>a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 90px;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 4px;
  border: 1px solid #ddd;
  max-height: 70vh;
  scrollbar-width: thin;
  color: #ffffff;
}


.main-nav>ul>li.has-child-menu>.sub-menu::-webkit-scrollbar {
  width: 8px;
}

.main-nav>ul>li.has-child-menu>.sub-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.main-nav>ul>li.has-child-menu>.sub-menu::-webkit-scrollbar-track {
  background: transparent;
}


.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu>li {
  display: inline-flex;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu>li a {
  display: block;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu>li a:last-child {
  border: none;
  font-weight: bold;
}

.main-nav ul li .sub-menu>li a:hover {
  color: var(--primary-color);
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;

  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav>ul>li+li>.sub-menu {
  left: 15px;
}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.menu-btn {
  border: 2px solid rgba(145, 25, 56, 0.66);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--secondary-color);
  padding: 14px 28px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.menu-btn:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: var(--primary-color);
}

.search-wrap {
  padding-left: 63px;
}

.search-wrap .search-icon {
  height: 30px;
}

.search-wrap .search-icon.active i.cancel {
  opacity: 1;
  pointer-events: auto;
}

.search-wrap .search-icon.active i.search {
  opacity: 0;
  pointer-events: none;
}

.search-wrap .search-icon i {
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  font-size: 25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  cursor: pointer;
}

.search-wrap .search-icon i.cancel {
  opacity: 0;
  pointer-events: none;
}

.search-wrap .search-field {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  bottom: -85px;
  right: 15px;
  opacity: 0;
  pointer-events: none;
}

.search-wrap .search-field::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #ECB600;
  bottom: 99%;
  right: 5px;
}

.search-wrap .search-field form {
  height: 50px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 3px;
  background: #ECB600;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
}

.search-wrap .search-field form input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: none;
  padding: 0 34px 0 10px;
}

.search-wrap .search-field form i {
  position: absolute;
  color: #FF9D0F;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 19px;
}

.search-wrap .search-icon.active~.search-field {
  opacity: 1;
  pointer-events: auto;
  bottom: -75px;
}

.sticky {
  position: fixed;
  top: 0;
  /* background: var(--secondary-color); */
  /* background: linear-gradient(355deg, var(--primary-color), var(--secondary-color)); */
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  padding-top: unset;
  border: none;
}

.sticky .main-nav>ul>li {
  /* padding: 34px 23px; */
  padding: 30px 10px;
}

.sticky .main-nav>ul>li.has-child-menu:after {
  /* top: 33px; */
  top: 30px;
  right: -6px;
}

.menu-info-wrap {
  z-index: 99;
  top: 0;
  left: 20%;
}

.menu-info-wrap .menu-info-shape {
  display: inline-block;
}

.menu-info-wrap .menu-info-shape a {
  text-transform: lowercase;
  color: #1A064E;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-info-wrap .menu-info-shape a i {
  margin-right: 5px;
}

.menu-info-wrap .menu-info-content p {
  color: #FFFFFF;
}

.menu-info-wrap .menu-info-content p a {
  color: #FF9D0F;
}

/*================================================
3. Hero CSS
=================================================*/
.hero-area {
  background-image: url(../images/shape/herobg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 232px 0 250px;
}

.hero-round-1 {
  -webkit-animation: rot-2 20s linear infinite;
  animation: rot-2 20s linear infinite;
  top: 160px;
  left: 40%;
}

.hero-content h1 {
  font-weight: 400;
  font-size: 65px;
  line-height: 98px;
  color: #FFFFFF;
}

.hero-content h2 {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  /* margin: 18px 0 112px; */
  margin: 0px 0 35px;
}

.hero-content h2 a {
  color: #FF9D0F;
}

.hero-content p {
  color: white;
}

.hero-content .hero-rating-wrap .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-rating {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta {
  margin-top: 20px;
}

.hero-content .hero-rating-wrap .hero-rating ul {
  /* margin-top: 26px; */
}

.hero-content .hero-rating-wrap .hero-rating ul li {
  display: inline-block;
  line-height: 1.4;
  color: #FFD954;
  font-size: 20px;
  font-weight: 500;
}

.hero-content .hero-rating-wrap .hero-rating ul li i {
  font-size: 12px;
}

.hero-content .hero-rating-wrap .hero-rating ul li:last-child {
  color: #fff;
  margin-left: 5px;
}

.hero-content.hero-content-style-3 h1 {
  margin: 4px 0px 34px;
}

.hero-content.hero-content-style-3 h2 {
  margin: 0px 0 0px;
}

.assignment-tab-wrap {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0px 0 50px;
  /* display: none; */
}

.assignment-tab-wrap .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  border-bottom: 2px solid #FF9D0F;
  padding: 17px 10px;
}

.assignment-tab-wrap .nav-link {
  background: none;
  border-radius: unset;
  border: none;
  margin-right: 24px;
  padding: 0;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #9d0b31;
}

.assignment-tab-wrap .nav-link.active,
.assignment-tab-wrap .nav-pills .show>.nav-link {
  color: #FF9D0F;
  background-color: unset;
}

.assignment-form-head {
  padding: 30px 10px;
}

.assignment-form-head span {
  color: var(--hover-color);
  text-decoration: underline;
}

.assignment-form-wrap form {
  padding: 0 30px;
}

.assignment-form-wrap form input,
.assignment-form-wrap form textarea,
.assignment-form-wrap form .input-file-upload,
.react-tel-input .form-control {
  width: 100%;
  background: #F3F7FA !important;
  border: 1px solid rgba(26, 6, 78, 0.07) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 13px 15px;
  margin-bottom: 20px;
}

.assignment-form-wrap form input::-webkit-input-placeholder,
.assignment-form-wrap form textarea::-webkit-input-placeholder,
.assignment-form-wrap form .input-file-upload::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.assignment-form-wrap form input:-ms-input-placeholder,
.assignment-form-wrap form textarea:-ms-input-placeholder,
.assignment-form-wrap form .input-file-upload:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.assignment-form-wrap form input::-ms-input-placeholder,
.assignment-form-wrap form textarea::-ms-input-placeholder,
.assignment-form-wrap form .input-file-upload::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.assignment-form-wrap form input::placeholder,
.assignment-form-wrap form textarea::placeholder,
.assignment-form-wrap form .input-file-upload::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.assignment-form-wrap form .input-file-upload {
  z-index: 1;
  cursor: pointer;
  padding: 9px 30px;
}

.assignment-form-wrap form .input-file-upload img,
.assignment-form-wrap form .input-file-upload span {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: -1;
}

.assignment-form-wrap form .input-file-upload span {
  left: 30px;
  right: auto;
}

.assignment-form-wrap form input[type="file" i] {
  position: relative;
  filter: alpha(opacity=0);
  outline: none;
  cursor: inherit;
  color: transparent;
  opacity: 0;
  padding: 0px;
  margin-bottom: 0px;
}

.assignment-form-wrap form .assignment-btn-wrap button {
  border: none;
  background: var(--primary-color);
  border-radius: 5px;
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 11px 10px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.assignment-form-wrap form .assignment-btn-wrap button:hover {
  background: var(--hover-color);
}

/*================================================
4. Service Area CSS
=================================================*/
.single-service-box .service-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 78px;
}

.single-service-box .service-icon img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.single-service-box .service-content h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 49px 0 19px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.single-service-box .service-content p {
  line-height: 30px;
  padding-right: 20px;
}

.single-service-box:hover .service-content h3 {
  color: var(--primary-color);
}

.single-service-box:hover .service-icon img {
  -webkit-transform: rotate3d(1, 1, 1, -360deg);
  transform: rotate3d(1, 1, 1, -360deg);
}

.single-service-box.single-service-box-2 {
  margin-bottom: 60px;
}

/*================================================
5. Course Area CSS
=================================================*/
.courses-area {
  padding-left: 90px;
  padding-right: 90px;
}

.single-courses-box .courses-img {
  overflow: hidden;
  border-radius: 15px;
}

.single-courses-box .courses-img img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}

.single-courses-box .courses-content {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 25px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-courses-box .courses-content::before {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-color);
  height: 0;
  width: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box .courses-content .courses-rating {
  -webkit-transition: all 1s;
  transition: all 1s;
  display: inline-block;
}

.single-courses-box .courses-content .courses-rating ul li {
  display: inline-block;
  color: #1A064E;
  font-weight: 600;
  line-height: 1;
}

.single-courses-box .courses-content .courses-rating ul li i {
  color: #fdc500;
}

.single-courses-box .courses-content .courses-rating ul li:last-child {
  margin-left: 4px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box .courses-content h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin: 13px 0 14px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box .courses-content h3 a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box .courses-content p {
  font-size: 24px;
  color: #FF9D0F;
  margin-bottom: 15px;
}

.single-courses-box .courses-content .courses-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-courses-box .courses-content .courses-meta ul li {
  font-size: 12px;
}

.single-courses-box .courses-content .courses-meta ul li a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box .courses-content .courses-meta ul li a span {
  color: var(--primary-color);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box .courses-content .courses-meta ul li a i {
  margin-right: 6px;
  color: var(--primary-color);
  font-size: 14px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.single-courses-box:hover .courses-content::before {
  height: 100%;
}

.single-courses-box:hover .courses-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.single-courses-box:hover h3 a {
  color: #fff;
}

.single-courses-box:hover .courses-rating {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.single-courses-box:hover .courses-rating ul li:last-child {
  color: #fff;
}

.single-courses-box:hover .courses-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-courses-box:hover .courses-meta ul li a {
  color: #fff;
}

.single-courses-box:hover .courses-meta ul li a span {
  color: #fff;
}

.single-courses-box:hover .courses-meta ul li a i {
  color: #fff;
}

.single-courses-box.single-courses-box-2 {
  margin-bottom: 24px;
}

/*================================================
6. Count Area CSS
=================================================*/
.counter-item-wrap {
  margin-bottom: 24px;
}

.counter-item-wrap .counter-item {
  position: relative;
}

.counter-item-wrap .counter-item h1,
.counter-item-wrap .counter-item em {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: var(--hover-color);
  font-style: normal;
  line-height: 1;
}

.counter-item-wrap h3 {
  font-weight: 400;
  font-size: 18px;
  color: #777777;
  margin-top: 10px;
}

/*================================================
7. Assignment Area CSS
=================================================*/
.assignment-area {
  background-image: url(../images/shape/assignment-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 0 226px;
}

.assignment-text p {
  text-transform: capitalize;
  color: #FFFFFF;
  line-height: 33px;
}

.assignment-text p a {
  color: #FF9D0F;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
}

.assignment-text p a:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.assignment-box {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 24px;
}

.assignment-box .assignment-icon i {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.assignment-box .assignment-icon .assignment-icon-shape {
  margin-bottom: -23px;
}

.assignment-box .assignment-icon .assignment-icon-shape .assignment-icon-shape-2 {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.assignment-box .assignment-icon .assignment-icon-shape .assignment-icon-shape-1 {
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.assignment-box .assignment-title {
  position: relative;
  padding-bottom: 13px;
  margin: 25px 0 19px;
}

.assignment-box .assignment-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  content: "";
}

.assignment-box .assignment-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.61);
  content: "";
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-animation: assignment-vibrate 2s alternate linear infinite;
  animation: assignment-vibrate 2s alternate linear infinite;
}

.assignment-box .assignment-title h3 {
  color: #fff;
}

.assignment-box .assignment-content p {
  line-height: 30px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  padding-right: 30px;
}

.assignment-box .assignment-content a i {
  color: #301575;
  font-size: 32px;
  line-height: 1;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.assignment-box:hover .assignment-icon i {
  color: var(--primary-color);
}

.assignment-box:hover .assignment-icon .assignment-icon-shape .assignment-icon-shape-2 {
  opacity: 1;
}

.assignment-box:hover .assignment-icon .assignment-icon-shape .assignment-icon-shape-1 {
  opacity: 0;
}

.assignment-box:hover .assignment-title::after {
  background: var(--primary-color);
}

.assignment-shape-1 {
  left: 83px;
  top: 120px;
  -webkit-animation: assignment-vibrate 2s alternate linear infinite;
  animation: assignment-vibrate 2s alternate linear infinite;
}

.assignment-shape-2 {
  right: 40px;
  top: 50%;
  -webkit-animation: rot-2 5s linear infinite;
  animation: rot-2 5s linear infinite;
}

@-webkit-keyframes assignment-vibrate {
  0% {
    left: 0px;
  }

  100% {
    left: calc(110px - 50px);
  }
}

@keyframes assignment-vibrate {
  0% {
    left: 0px;
  }

  100% {
    left: calc(110px - 50px);
  }
}

@-webkit-keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rot-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*================================================
8. Help Area CSS
=================================================*/
.help-tab-wrap .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.help-tab-wrap .nav-link {
  background: none;
  font-size: 16px;
  border-radius: unset;
  font-weight: 400;
  border: none;
  margin: 0 35px 20px 0px;
  padding: 0;
  line-height: 1;
  color: #777777;
  text-transform: capitalize;
}

.help-tab-wrap .nav-link.active,
.help-tab-wrap .nav-pills .show>.nav-link {
  color: #FF9D0F;
  background-color: unset;
}

.help-content h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  text-transform: capitalize;
}

.help-content a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: var(--primary-color);
  margin: 20px 0 29px;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.help-content a:hover {
  color: #4d0316;
}

.help-content p {
  line-height: 30px;
}

.help-content ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  color: #1A064E;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.help-content ul li:hover {
  color: #4d0316;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.help-content ul li span {
  color: var(--primary-color);
  margin-right: 7px;
}

.help-img-wrap:hover img {
  -webkit-filter: brightness(100%) hue-rotate(45deg);
  filter: brightness(100%) hue-rotate(45deg);
}

.help-img-wrap img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/*================================================
9. Books Area CSS
=================================================*/
.books-wrap {
  margin-bottom: 24px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.books-wrap:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
10. Testimonial area CSS
=================================================*/
.testimonial-title,
.mission-title {
  overflow: hidden;
}

.testimonial-title h1 {
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: #DF1E50b8;
  -webkit-animation: aitf 80s linear infinite;
  animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.mission-title h1 {
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: #DF1E50b8;
  -webkit-animation: aitf 80s linear infinite;
  animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mission-text {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif;

}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.single-testimonial p {
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
  color: #1A064E;
}

/*================================================
11. FAQ Area CSS
=================================================*/
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
  background-color: unset;
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion-button {
  border: 1px solid #F6F6F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding-right: 60px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1A064E;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: #F6F6F6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 22px;
  content: "\f286";
  -webkit-transition: unset;
  transition: unset;
  font-size: 12px;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: unset;
  transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 12px;
}

.faq-wrap .accordion-body {
  background: #F6F6F6;
  border-radius: 0px 0px 10px 10px;
}

.faq-wrap .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background: var(--primary-color);
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.faq-wrap.faq-wrap-2 .accordion-body {
  background: #FDFDFD;
  border: 1px solid #F0F0F0;
  border-top: none;
}

/*================================================
12. Blog Area CSS
=================================================*/
.single-blog-wrap .blog-img {
  border-radius: 20px;
}

.single-blog-wrap .blog-img img {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.single-blog-wrap .blog-img .blog-date {
  position: absolute;
  height: 0%;
  width: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  padding: 10px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.single-blog-wrap .blog-img .blog-date h5 {
  background: var(--primary-color);
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px 13px;
  line-height: 1;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.single-blog-wrap .blog-content {
  margin-top: -26px;
  position: relative;
}

.single-blog-wrap .blog-content h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  margin-top: 15px;
}

.single-blog-wrap .blog-content h2 a {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.single-blog-wrap:hover .blog-img img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.single-blog-wrap:hover .blog-img .blog-date {
  height: 100%;
  opacity: 1;
}

.single-blog-wrap:hover .blog-img .blog-date h5 {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.single-blog-wrap:hover .blog-content h2 a {
  color: #4d0316;
}

.single-blog-wrap.single-blog-wrap-2 {
  margin-bottom: 24px;
}

/*================================================
13. Footer CSS
=================================================*/
.footer-border {
  padding-bottom: 30px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social ul li {
  margin-right: 26px;
  display: inline-block;
}

.footer-social ul li:last-child {
  margin-right: 0;
}

.footer-social ul li i {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: block;
}

.footer-social ul li i:hover {
  color: #FF9D0F;
  -webkit-transform: rotate3d(1, 1, 1, -15deg);
  transform: rotate3d(1, 1, 1, -15deg);
}

.single-widget {
  margin-bottom: 35px;
  color: white;
}

.single-widget.single-widget-last {
  padding-top: 67px;
}

.single-widget .chart-wrap .round-chart .circle-percent {
  font-size: 70px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #E8E6ED;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.single-widget .chart-wrap .round-chart .circle-percent:after {
  position: absolute;
  left: 0.5em;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FF9D0F;
  content: '';
}

.single-widget .chart-wrap .round-chart .circle-percent .circle-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 0.5em 1em 0em);
}

.single-widget .chart-wrap .round-chart .circle-percent .circle-inner .round-per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #FF9D0F;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 1.05s;
  transition: 1.05s;
}

.single-widget .chart-wrap .round-chart .circle-percent .circle-inbox {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.single-widget .chart-wrap .round-chart .circle-percent .circle-inbox .percent-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--hover-color);
}

.single-widget .chart-wrap .round-chart.round-chart-design-2 .circle-percent {
  background: #FFD954;
}

.single-widget .chart-wrap .round-chart.round-chart-design-2 .circle-percent:after {
  background: #FFD954;
}

.single-widget .chart-wrap .round-chart.round-chart-design-2 .circle-percent .circle-inner .round-per {
  background: #FFD954;
}

.single-widget .chart-wrap .chart-content {
  padding-left: 30px;
}

.single-widget .chart-wrap .chart-content h3 {
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}

.single-widget .footer-title h3 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.footer-link {
  justify-content: space-around;
}

.single-widget .footer-link ul.useful-2,
.single-widget .footer-contact ul.useful-2 {
  padding-right: 63px;
}

.single-widget .footer-link ul.useful-1,
.single-widget .footer-contact ul.useful-1 {
  padding-right: 20px;
}

.single-widget .footer-link ul li,
.single-widget .footer-contact ul li {
  margin-bottom: 20px;
}

.single-widget .footer-link ul li:last-child,
.single-widget .footer-contact ul li:last-child {
  margin-bottom: 0;
}

.single-widget .footer-link ul li a,
.single-widget .footer-contact ul li a {
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.single-widget .footer-link ul li a:hover,
.single-widget .footer-contact ul li a:hover {

  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  font-weight: 600;
}

.single-widget .footer-contact ul li {
  font-weight: 700;
  color: #FF9D0F;
}

.single-widget .footer-contact ul li a {
  font-weight: 400;
}

.footer-area {
  background: #fff;
  background-image: url(../images/shape/footer-1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0 7px;
}

.footer-area.footer-area-style-2 {
  background-image: url(../images/shape/footer-2.png);
}

.footer-area.footer-area-style-2 .footer-social ul li i {
  color: rgba(255, 255, 255, 0.2);
}

.footer-area.footer-area-style-2 .footer-social ul li i:hover {
  color: var(--primary-color);
}

.footer-area.footer-area-style-2 .single-widget .chart-wrap .round-chart .circle-percent .circle-inbox {
  background: #241156;
}

.footer-area.footer-area-style-2 .single-widget .chart-wrap .round-chart.round-chart-design-2 .circle-percent {
  background: var(--primary-color);
}

.footer-area.footer-area-style-2 .single-widget .chart-wrap .round-chart.round-chart-design-2 .circle-percent:after {
  background: var(--primary-color);
}

.footer-area.footer-area-style-2 .single-widget .chart-wrap .round-chart.round-chart-design-2 .circle-percent .circle-inner .round-per {
  background: var(--primary-color);
}

.footer-area.footer-area-style-2 .single-widget .footer-link ul li a:hover,
.footer-area.footer-area-style-2 .single-widget .footer-contact ul li a:hover {
  color: var(--primary-color);
}

.footer-area.footer-area-style-2 .single-widget .footer-contact ul li {
  color: var(--primary-color);
}

.footer-area.footer-area-style-3 {
  background-image: url(../images/shape/footer-3.png);
  padding: 220px 0 7px;
}

.copy-right-area {
  box-shadow: rgba(0, 0, 0, 0.35) 0px -45px 36px -50px inset;
}

.copy-text {
  padding: 19px 10px;
}

.copy-text p {
  color: var(--secondary-color);
  font-weight: 600;
}

.copy-text p a {
  color: #FF9D0F;
}

.copy-text.copy-text-2 p a {
  color: var(--primary-color);
}

/*================================================
14. Hero Two CSS
=================================================*/
.hero-style-two {
  background-image: url(../images/shape/hero-2.png);
  padding: 145px 0 215px;
}

.hero-style-two .hero-img-wrap img {
  max-width: 110%;
}

.hero-content-style-2 h1 {
  font-size: 66px;
  line-height: 92px;
}

/*================================================
15. Assignment Form CSS
=================================================*/
.assignment-tab-wrap-2 {
  padding: 0px 0 30px;
}

.assignment-tab-wrap-2 .nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 30px;
  border-bottom: 2px solid #F6F6F6;
  padding: 17px 30px;
}

.assignment-tab-wrap-2 .nav-link.active,
.assignment-tab-wrap-2 .nav-pills .show>.nav-link {
  color: var(--primary-color);
}

.assignment-tab-wrap-2 .assignment-form-wrap form .assignment-btn-wrap button {
  background: var(--primary-color);
}

.assignment-tab-wrap-2 .assignment-form-wrap form .assignment-btn-wrap button:hover {
  background: #4d0316;
}

/*================================================
16. Service Area 2 CSS
=================================================*/
.service-area-design-2 .single-service-box {
  padding-top: 32px;
  margin-top: 51px;
}

.service-area-design-2 .single-service-box:hover .service-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.service-area-design-2 .single-service-box:hover .service-icon::after {
  width: 140px;
  height: 140px;
}

.service-area-design-2 .single-service-box:hover .service-icon img {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.service-area-design-2 .single-service-box .service-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.service-area-design-2 .single-service-box .service-icon::before,
.service-area-design-2 .single-service-box .service-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(100, 64, 250, 0.07);
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.service-area-design-2 .single-service-box .service-icon::after {
  width: 0px;
  height: 0px;
  background: rgba(100, 64, 250, 0.07);
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.service-area-design-2 .single-service-box .service-icon.service-icon-2::before,
.service-area-design-2 .single-service-box .service-icon.service-icon-2::after {
  background: rgba(1, 255, 133, 0.07);
}

.service-area-design-2 .single-service-box .service-icon.service-icon-2::after {
  background: rgba(1, 255, 133, 0.07);
}

.service-area-design-2 .single-service-box .service-icon.service-icon-3::before,
.service-area-design-2 .single-service-box .service-icon.service-icon-3::after {
  background: rgba(253, 93, 170, 0.07);
}

.service-area-design-2 .single-service-box .service-icon.service-icon-3::after {
  background: rgba(253, 93, 170, 0.07);
}

.service-area-design-2 .single-service-box .service-content h3 {
  margin: 59px 0 19px;
}

.service-area-design-3 .service-nav-wrap .nav {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-area-design-3 .service-nav-wrap .nav-link {
  width: 170px;
  height: 231px;
  margin-bottom: 38px;
}

.service-area-design-3 .service-nav-wrap .single-service-box .service-content h3 {
  margin: 38px 0 0px;
}

/*================================================
17. Team Area CSS
=================================================*/
.team-cta-wrap {
  /* background-image: url(../images/team/team-bg.jpg); */
  background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 54%)), url(../images/team/team-bg.jpg);
  border-radius: 30px;
  overflow: hidden;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 30px;
  background-attachment: fixed;
}

.team-cta-wrap h1 {
  font-size: 74px;
  line-height: 90px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 41px;
}

.team-box {
  margin-bottom: 24px;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.team-box:hover .team-content-wrap::before {
  height: 100%;
}

.team-box:hover .team-content-wrap .team-content h3 a {
  color: #fff;
}

.team-box:hover .team-content-wrap .team-content p {
  color: #fff;
}

.team-box:hover .team-social {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.team-box .team-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
}

.team-box .team-img img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}

.team-box .team-content-wrap {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 15px 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.team-box .team-content-wrap::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: var(--primary-color);
  z-index: -1;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.team-box .team-content-wrap .team-content h3 {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.team-box .team-content-wrap .team-content h3 a {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.team-box .team-content-wrap .team-content p {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.team-box .team-content-wrap .team-social {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.team-box .team-content-wrap .team-social a i {
  color: #E0E0E0;
  font-size: 28px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.team-box.team-box-design-2 .team-content-wrap::before {
  background: #1A064E;
}

.team-box.team-box-design-2:hover .team-social a i {
  color: var(--primary-color);
}

.team-area {
  background-image: url(../images/shape/assignment-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.team-area.team-area-2 {
  background-position: top;
}

.team-area.team-area-2 .team-cta-wrap {
  margin-top: -30px;
}

/*================================================
18. Hero area three CSS
=================================================*/
.hero-style-three {
  background-image: unset;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(39, 18, 123, 0.64)), to(rgba(39, 18, 123, 0.64))), url(../images/hero-bg-3.png);
  background: linear-gradient(rgba(39, 18, 123, 0.64) 100%, rgba(39, 18, 123, 0.64) 100%), url(../images/hero-bg-3.png);
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  padding: 290px 30px 189px;
}

.hero-shape-3 {
  top: 0;
  right: 0;
}

/*================================================
19. Assignment Form Area 3 CSS
=================================================*/
.assignment-nav-wrap .nav {
  display: inline-block;
  background: var(--primary-color);
  border-bottom: none;
  padding: 17px 30px;
  border-radius: 10px 10px 0px 0px;
}

.assignment-nav-wrap .nav-link {
  background: none;
  border-radius: unset;
  border: none;
  margin-right: 24px;
  padding: 0;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.assignment-nav-wrap .nav-link.active,
.assignment-nav-wrap .nav-pills .show>.nav-link {
  color: #FF9D0F;
  background-color: unset;
}

.assignment-nav-wrap .nav-item {
  display: inline-block;
}

.tab-content-3 .assignment-form-wrap {
  background: rgba(100, 64, 250, 0.07);
  border-radius: 0px 0px 10px 10px;
}

.tab-content-3 .assignment-form-wrap form {
  padding: 30px 30px 20px;
}

.tab-content-3 .assignment-form-wrap form .assignment-btn-wrap button {
  background: var(--primary-color);
}

.tab-content-3 .assignment-form-wrap form .assignment-btn-wrap button:hover {
  background: #4d0316;
}

.rating-slide-wrap .rating-box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.rating-slide-wrap .rating-box img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
}

.rating-slide-wrap .rating-box ul {
  margin-top: 26px;
}

.rating-slide-wrap .rating-box ul li {
  display: inline-block;
  line-height: 1;
  color: #ffc600;
}

.rating-slide-wrap .rating-box ul li i {
  font-size: 12px;
}

.rating-slide-wrap .rating-box ul li:last-child {
  color: var(--secondary-color);
  font-size: 20px;
  margin-left: 5px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;

  text-transform: capitalize;
}

/*================================================
20. Service Area 3 CSS
=================================================*/
.service-nav-wrap .nav {
  border-bottom: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-nav-wrap .nav-link {
  background: none;
  border-radius: 10px;
  border: none;
  height: 220px;
  width: 370px;
  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;
  cursor: pointer;
  margin-bottom: 60px;
}

.service-nav-wrap .nav-link.active,
.service-nav-wrap .nav-pills .show>.nav-link {
  color: unset;
  background-color: #9ac2fe;
}

.service-nav-wrap .single-service-box {
  padding-top: 22px;
  margin-top: 0px;
}

.service-nav-wrap .single-service-box .service-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-nav-wrap .single-service-box:hover .service-icon img {
  -webkit-transform: rotate3d(1, 1, 1, 0deg);
  transform: rotate3d(1, 1, 1, 0deg);
}

.service-nav-wrap .single-service-box .service-content h3 {
  margin: 59px 0 0px;
}

.service-tab-content h1 {
  font-size: 32px;
}

.service-tab-content p {
  line-height: 30px;
  margin: 10px 0 35px;
}

.service-tab-content ul li {
  color: #1A064E;
  margin-bottom: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-tab-content ul li:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.service-tab-content ul li:last-child {
  margin-bottom: 0;
}

.service-tab-content ul li i {
  color: var(--primary-color);
  margin-right: 10px;
}

.service-tab-img {
  border-radius: 15px;
}

.service-tab-img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.service-tab-img img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}

/*================================================
21. Team Member CSS
=================================================*/
.team-member-wrap {
  background: url(../images/shape/team-bg-shape-3.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #DF1E50), to(#DF1E50));
  background: url(../images/shape/team-bg-shape-3.png), linear-gradient(#DF1E50 100%, #DF1E50 100%);
  padding-left: 60px;
  padding-right: 60px;
}

/*================================================
22. Service History CSS
=================================================*/
.service-history-wrap {
  padding: 0px 50px 50px 0px;
}

.service-history-wrap .service-history-box {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.service-history-wrap .service-history-box:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.service-history-wrap .service-history-box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.service-history-wrap .service-history-box::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.service-history-wrap .service-history-box img {
  position: relative;
  z-index: 1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
}

.service-history-wrap p {
  position: absolute;
  display: inline-block;
  border: 5px solid var(--primary-color);
  height: 73%;
  width: 92%;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.service-history-wrap p span {
  width: 170px;
  height: 170px;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: var(--primary-color);
  position: absolute;
  z-index: 2;
  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;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.service-history-wrap p span::before {
  position: absolute;
  content: "";
  border: 1px dashed #FF9D0F;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  -webkit-animation: rot-2 20s linear infinite;
  animation: rot-2 20s linear infinite;
}

/*================================================
23. Cart CSS
=================================================*/
.cart-wrap .single-cart {
  margin-bottom: 24px;
  padding: 50px 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.cart-wrap .single-cart:last-child {
  margin-bottom: 0;
}

.cart-wrap .single-cart .cart-title h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 26px;
}

.cart-wrap .single-cart .assignment-form-wrap form {
  padding: 30px;
}

.cart-wrap .single-cart .assignment-form-wrap form .assignment-btn-wrap button {
  background: #FF9D0F;
}

.cart-wrap .single-cart .assignment-form-wrap form .assignment-btn-wrap button:hover {
  background: #a86500;
}

.cart-wrap .single-cart .cart-search form input {
  width: 100%;
  border: 1px solid rgba(100, 64, 250, 0.07);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 13px 20px;
}

.cart-wrap .single-cart .cart-search form i {
  right: 20px;
  top: 50%;
  color: var(--primary-color);
  font-size: 20px;
  cursor: pointer;
}

.cart-wrap .single-cart .cart-service-list ul li {
  margin-bottom: 28px;
}

.cart-wrap .single-cart .cart-service-list ul li:last-child {
  margin-bottom: 0;
}

.cart-wrap .single-cart .cart-service-list ul li a {
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-wrap .single-cart .cart-service-list ul li a:hover {
  color: var(--primary-color);
}

.cart-wrap .single-cart .cart-service-list ul li a i {
  margin-right: 16px;
  color: var(--primary-color);
}

.cart-wrap .single-cart .cart-tag-list ul li {
  background: rgba(100, 64, 250, 0.07);
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  padding: 11px 23px;
  display: inline-block;
  margin: 0px 10px 14px 0px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.cart-wrap .single-cart .cart-tag-list ul li:hover {
  background: var(--primary-color);
  color: #fff;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .case-study-cart-price span {
  color: #FF9D0F;
  font-size: 32px;
  margin-right: 3px;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .case-study-cart-price del {
  font-weight: 600;
  font-size: 16px;
  color: #1A064E;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .cart-time {
  margin: 15px 0 13px;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .cart-time i {
  color: var(--primary-color);
  margin-right: 5px;
  -webkit-animation: rot-X 2s linear infinite;
  animation: rot-X 2s linear infinite;
  display: inline-block;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .guarantee-money {
  color: #F21616;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-rating {
  -webkit-transition: all 1s;
  transition: all 1s;
  display: inline-block;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-rating ul li {
  display: inline-block;
  color: #1A064E;
  font-weight: 600;
  line-height: 1;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-rating ul li i {
  color: #f7c103;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-rating ul li:last-child {
  margin-left: 4px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta {
  margin: 16px 0 30px;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta ul li {
  font-size: 12px;
  line-height: 1;
  margin-right: 25px;
  margin-bottom: 5px;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta ul li:last-child {
  margin-right: 0;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta ul li a {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta ul li a span {
  color: var(--primary-color);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .courses-meta ul li a i {
  margin-right: 6px;
  color: var(--primary-color);
  font-size: 14px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .case-study-cart-btn-wrap .cart-btn {
  background: #422800;
  border-radius: 5px;
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 11px 10px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  margin-bottom: 10px;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .case-study-cart-btn-wrap .cart-btn:hover {
  background: #291800;
}

.cart-wrap .single-cart .case-study-details-cart-wrap .case-study-cart-btn-wrap .cart-btn.cart-btn-2 {
  background: var(--primary-color);
}

.cart-wrap .single-cart .case-study-details-cart-wrap .case-study-cart-btn-wrap .cart-btn.cart-btn-2:hover {
  background: #4d0316;
}

.cart-wrap .single-cart .teachers-cart-content .single-teachers-cart-content {
  margin-bottom: 15px;
}

.cart-wrap .single-cart .teachers-cart-content .single-teachers-cart-content h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
}

.cart-wrap .single-cart .teachers-cart-content .single-teachers-cart-content p a {
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-wrap .single-cart .teachers-cart-content .single-teachers-cart-content p a:hover {
  color: var(--primary-color);
}

.cart-wrap .single-cart .teachers-cart-content .teachers-cart-btn-wrap .common-btn {
  padding: 11px 10px;
}

.cart-wrap .single-cart .cart-post-wrap {
  border-bottom: 1px solid rgba(10, 3, 29, 0.07);
  padding-bottom: 22px;
  margin-bottom: 24px;
}

.cart-wrap .single-cart .cart-post-wrap:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cart-wrap .single-cart .cart-post-wrap:hover .cart-post-img img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

.cart-wrap .single-cart .cart-post-wrap:hover .cart-post-content h4 a {
  color: var(--primary-color);
}

.cart-wrap .single-cart .cart-post-wrap .cart-post-img {
  width: 100%;
  max-width: 70px;
  border-radius: 50%;
}

.cart-wrap .single-cart .cart-post-wrap .cart-post-img img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cart-wrap .single-cart .cart-post-wrap .cart-post-content {
  padding-left: 20px;
}

.cart-wrap .single-cart .cart-post-wrap .cart-post-content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 7px;
}

.cart-wrap .single-cart .cart-post-wrap .cart-post-content h4 a {
  -webkit-transition: .4s;
  transition: .4s;
}

.cart-wrap .single-cart .cart-post-wrap .cart-post-content p a {
  color: var(--primary-color);
}

@-webkit-keyframes rot-X {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rot-X {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.cta-video-wrap {
  padding: 0px 50px 50px 0px;
  overflow: hidden;
}

.cta-video-wrap:hover::before {
  opacity: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.cta-video-wrap::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.cta-video-wrap .service-history-box img {
  position: relative;
  z-index: 1;
}

.cta-video-wrap span {
  position: absolute;
  display: inline-block;
  border: 5px solid var(--primary-color);
  height: 93%;
  width: 96.3%;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.cta-video-wrap a {
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  background: var(--primary-color);
  position: absolute;
  z-index: 2;
  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;
  text-align: center;
  color: #fff;
}

.cta-video-wrap a::before {
  position: absolute;
  content: "";
  border: 1px dashed #FF9D0F;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  -webkit-animation: rot-2 20s linear infinite;
  animation: rot-2 20s linear infinite;
}

.cta-video-wrap a i {
  font-size: 20px;
}

/*================================================
24. Service Details CSS
=================================================*/
.service-details-icon-box .service-details-icon-content {
  padding-left: 25px;
}

.service-details-icon-box .service-details-icon-content h5 {
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.service-details-icon-box .service-details-icon-content h2 {
  font-weight: 400;
  font-size: 24px;
}

.details-page-wrap p {
  line-height: 30px;
}

.details-page-title h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

.details-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.details-list ul li:last-child {
  margin-bottom: 0;
}

.details-list ul li i {
  color: var(--primary-color);
  margin-right: 17px;
  font-size: 16px;
}

/*================================================
25. Pagination CSS
=================================================*/
.pagination-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}

.pagination-list ul li:last-child {
  margin-right: 0px;
}

.pagination-list ul li a {
  background: rgba(100, 64, 250, 0.07);
  border-radius: 50px;
  font-weight: 600;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  padding: 11px 17px;
}

.pagination-list ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.pagination-list.pagination-list-2 ul li {
  margin-right: 15px;
}

.pagination-list.pagination-list-2 ul li a {
  padding: 0px 24px;
}

.pagination-list.pagination-list-2 ul li a i {
  font-size: 25px;
}

/*================================================
26. Case Study Details CSS
=================================================*/
.case-study-details-content h5 {
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
}

.case-study-details-content h2 {
  font-weight: 400;
  font-size: 24px;
  margin: 10px 0 17px;
  line-height: 33px;
}

.case-study-details-content a {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--primary-color);
}

/*================================================
27. Gallery Page CSS
=================================================*/
.gallery-wrap {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}

.gallery-wrap:hover .gallery-img .gallery-hover {
  opacity: 1;
  -webkit-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
}

.gallery-wrap .gallery-img .gallery-hover {
  height: 100%;
  width: 100%;
  background: rgba(100, 64, 250, 0.9);
  top: 0;
  left: 0;
  padding: 30px;
  -webkit-transform: rotateY(180deg) scale(0.5);
  transform: rotateY(180deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

/*================================================
28. Contact Page CSS
=================================================*/
.location-map {
  height: 600px;
  overflow: hidden;
}

.location-map iframe {
  height: 100%;
  width: 100%;
}

.contact-title h2 {
  font-weight: 600;
  font-size: 24px;
}

.contact-input input,
.contact-input textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(100, 64, 250, 0.07);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.contact-input .contact-btn-wrap button {
  border: none;
}

.contact-input .contact-check span {
  color: #B14233;
}

.contact-input .form-message {
  position: absolute;
  top: 100%;
}

.contact-input .form-message.error {
  color: red;
}

.contact-input .form-message.success {
  color: green;
}

.contact-info:hover .contact-details-icon i {
  background: #FF9D0F;
}

.contact-info .contact-details-icon i {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.contact-info .contact-details-info {
  padding-left: 25px;
}

.contact-info .contact-details-info h3 {
  font-weight: 600;
  font-size: 18px;
}

/*================================================
29. Teachers Details CSS
=================================================*/
.teachers-details-img-wrap:hover .teachers-details-img-box img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.teachers-details-img-wrap .teachers-details-img-box {
  border-radius: 15px;
}

.teachers-details-img-wrap .teachers-details-img-box img {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
  width: 30%;
}

.teachers-details-img-wrap .teachers-details-social {
  background: #FFFFFF;
  border-radius: 15px;
  margin-top: 10px;
  padding: 26px 5px;
}

.teachers-details-img-wrap .teachers-details-social ul li {
  display: inline-block;
  margin-right: 20px;
}

.teachers-details-img-wrap .teachers-details-social ul li:last-child {
  margin-right: 0;
}

.teachers-details-img-wrap .teachers-details-social ul li a i {
  font-size: 24px;
  display: block;
  color: #D1CDDC;
  line-height: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.teachers-details-img-wrap .teachers-details-social ul li a i:hover {
  color: var(--primary-color);
  -webkit-transform: rotate3d(1, 1, 1, -15deg);
  transform: rotate3d(1, 1, 1, -15deg);
}

.progress-bar-wrap {
  margin: 68px 0 0px;
}

.progress-bar-wrap .progress {
  font-size: 15px;
  border-radius: 50px;
  position: relative;
  margin-top: 60px;
  background-color: #ECE9F6;
  overflow: visible;
  height: 10px;
}

.progress-bar-wrap .progress:first-child {
  margin-top: 0px;
}

.progress-bar-wrap .progress-bar {
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  border-radius: 50px;
  position: relative;
  overflow: visible;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1A064E;
}

.progress-bar-wrap .progress-bar span {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
}

.progress-bar-wrap .progress-bar span:last-child {
  right: 0px;
  left: auto;
}

/*================================================
30. Blog Details CSS
=================================================*/
.blog-details-info h5 {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
}

.blog-details-info h5 a {
  color: #FF9D0F;
}

.blog-details-info h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

.blog-details-comment-box {
  border-left: 5px solid var(--primary-color);
  padding-left: 45px;
  margin: 40px 0;
}

.blog-details-comment-box .blog-details-comment-img {
  width: 100%;
  max-width: 70px;
}

.blog-details-comment-box .blog-details-comment-content {
  padding-left: 30px;
}

.blog-details-comment-box .blog-details-comment-content h3 {
  font-size: 18px;
  color: var(--primary-color);
}

.blog-details-comment-box .blog-details-comment-content p {
  font-size: 18px;
  line-height: 30px;
  color: #1A064E;
  line-height: 30px;
}

.details-tag-wrap {
  border-top: 1px solid rgba(10, 3, 29, 0.07);
}

.details-tag-wrap .details-tag-content span {
  margin-right: 21px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  color: #1A064E;
}

.details-tag-wrap .details-tag-content ul li {
  background: rgba(100, 64, 250, 0.07);
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  padding: 11px 23px;
  display: inline-block;
  margin: 0px 5px 3px 0px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.details-tag-wrap .details-tag-content ul li:hover {
  background: var(--primary-color);
  color: #fff;
}

.details-tag-wrap .tag-social ul li {
  display: inline-block;
  margin-right: 34px;
}

.details-tag-wrap .tag-social ul li:last-child {
  margin-right: 0;
}

.details-tag-wrap .tag-social ul li a i {
  font-size: 16px;
  display: block;
  color: #BFC7CC;
  line-height: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.details-tag-wrap .tag-social ul li a i:hover {
  color: var(--primary-color);
  -webkit-transform: rotate3d(1, 1, 1, -15deg);
  transform: rotate3d(1, 1, 1, -15deg);
}

.single-comment .comment-box {
  border-bottom: 1px solid rgba(10, 3, 29, 0.07);
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.single-comment .comment-box:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.single-comment .comment-box:nth-child(even) {
  padding-left: 100px;
}

.single-comment .comment-box .comment-img {
  width: 100%;
  max-width: 70px;
}

.single-comment .comment-box .comment-content {
  padding-left: 30px;
}

.single-comment .comment-box .comment-content h3 {
  font-size: 18px;
}

.single-comment .comment-box .comment-content p {
  line-height: 30px;
}

.comment-title h2 {
  font-weight: 600;
  font-size: 24px;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  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;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--primary-color);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
  color: var(--primary-color);
}

.back-to-top-btn i {
  color: var(--hover-color);
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */


/* my style */

.trusted-are {
  margin-top: -49px;
  z-index: 3;
  position: relative;
}

/* Section styling */
.trusted-section {
  text-align: left;
  padding: 20px 60px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.trusted-section h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

/* Slider container */
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Slide track animation */
.slide-track {
  display: flex;
  width: calc(250px * 12);
  /* total slides width */
  animation: scroll 25s linear infinite;
}

.reverse-slide-track {
  display: flex;
  width: calc(250px * 12);
  animation: scroll 25s linear infinite reverse;
}

/* Each logo */
.slide {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;

}

.slide img {
  width: 150px;
  height: auto;
  filter: grayscale(10%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.slide img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 6));
  }

  /* half track for seamless loop */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slide img {
    width: 100px;
  }

  .trusted-section {
    padding: 10px 20px;
  }
}

/* Pause on hover (optional) */
.slider:hover .slide-track {
  animation-play-state: paused;
}

.bottom-border {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 50px;
}

.card {
  background: transparent;
  width: 150px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.card img {
  /* width: 60px;
      height: 60px; */
  object-fit: contain;
  margin-bottom: 10px;
}

.card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
}


.download-section-title h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);

  background: url(../images/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: #DF1E50b8;
  -webkit-animation: aitf 80s linear infinite;
  animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.footer-logo {
  width: 250px;
}

.footer-logo img {
  filter: brightness(0) invert(1);
}

.footer-contact i {
  background: white;
  padding: 7px 10px;
  color: var(--hover-color);
  font-weight: 600;
  border-radius: 50%;
}

.icon {
  background: white;
  color: var(--hover-color);
  border-radius: 50%;
  padding: 7px 10px;
}

.meta-img img {
  max-width: 50px;
}

.faq-img-wrap {
  background: #f7eaed;
  border-radius: 50%;
}

/* Grid container */
.service-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  /* Create responsive columns */
  gap: 8px;
  /* Space between items */
  /* padding: 20px 0px; */
}

/* Individual list items */
.service-list li {

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Link styling */
.service-list li a {
  text-decoration: none;
  color: #fff;
  /* font-size: 16px; */
  font-weight: 500;
  display: block;
  padding: 5px;
}

/* Hover effect */
.service-list li:hover {
  transform: translateY(-5px);

}

.service-list li a:hover {
  color: #4d0316;
}

.more-btn a {
  background: var(--primary-color);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.more-btn a:hover {
  background: var(--hover-color);
}

.cart-wrap {
  padding-bottom: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 30px 60px;
}

.step {
  position: relative;
  width: 250px;
  background: #fff;
  border: 2px solid var(--secondary-color);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 70px 20px 30px;
}

.icon-circle {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  border: 3px solid #fff;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.circle.yellow {
  background: #f9b233;
}

.circle.purple {
  background: #7a6ff0;
}

.circle.blue {
  background: #0078d7;
}

.circle.cyan {
  background: #4bb3fd;
}

.step h2 {
  font-size: 20px;
  margin: 15px 0 10px;
}

.step p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* Connecting Line */
.steps::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: var(--primary-color);
  z-index: 0;
}

.steps {
  position: relative;
}

@media (max-width: 768px) {
  .steps::before {
    display: none;
  }

  .step {
    width: 90%;
  }
}


.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.alpha-card {
  /* background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); */
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: var(--radius);
  padding: 12px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
  /* box-shadow: 0 6px 18px rgba(2,6,23,0.6); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}

.alpha-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.alpha-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.alpha {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.subtitle {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.alpha-content {
  margin-top: 8px;
  background: var(--glass);
  border-radius: 10px;
  padding: 10px;
  overflow: auto;
  height: 108px;
  /* fixed scrollable area */
  line-height: 1.45;
  font-size: 13px;
  /* color:#dbeafe; */
  border: 1px solid rgba(255, 255, 255, 0.02);
}

.alpha-content ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: disc;
}

.alpha-content ul li {
  margin-bottom: 10px;
}

.alpha-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.alpha-content::-webkit-scrollbar-track {
  background: transparent;
}

.alpha-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.06));
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

@media (max-width:420px) {

  .alpha {
    width: 40px;
    height: 40px;
    font-size: 18px
  }
}

.quote-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-left: 4px solid #e91e63;
  padding: 40px 60px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

}

.quote-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2432;
  line-height: 1.4;
  width: 80%;
  text-align: left;
}

.quote-text span {
  color: var(--hover-color);
}

.quote-btn {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(233, 30, 99, 0.3);
  transition: all 0.3s ease;
}

.quote-btn:hover {
  background: #d81555;
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
  color: #fff;
}


/* .service-card{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 0px;
  text-align: center;
}
.service-card .service-icon{
  justify-content: center;
} */


.reason-box {
  background: #fff;
  /* border-left: 4px solid #e91e63; */
  padding: 40px 60px;

}

.reason-header {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2432;
  margin-bottom: 25px;
}

.reason-header span {
  color: var(--primary-color);
}

.reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.reason-item {
  flex: 1 1 calc(33.33% - 20px);
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.reason-item:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(233, 30, 99, 0.15);
}

.reason-item .count {
  position: absolute;
  top: -12px;
  left: -12px;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(233, 30, 99, 0.4);
}

.reason-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e2432;
  margin-bottom: 8px;
  font-family: "Nunito", sans-serif;
}

.reason-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .reason-item {
    flex: 1 1 100%;
  }
}


.review-box {
  background: #fff;
  border-left: 4px solid var(--primary-color);
  padding: 40px 60px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

}

.review-header {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1e2432;
  margin-bottom: 25px;
}

.review-header span {
  color: var(--primary-color);
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-weight: 600;
  color: #1e2432;
  margin-bottom: 6px;
}

input,
textarea,
select {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 6px rgba(233, 30, 99, 0.3);
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.submit-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  /* box-shadow: 0 6px 16px var(); */
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: var(--hover-color);
  /* box-shadow: 0 6px 20px var(--primary-color); */
}

@media (max-width: 600px) {
  .review-box {
    padding: 30px 25px;
  }
}



.counter-container {
  display: flex;
  gap: 60px;
  background: #fff;
  padding: 40px 60px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.counter-item {
  text-align: center;
}

.counter {
  font-size: 25px;


  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;
  color: #000;
}

.counter-label {
  font-size: 16px;
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.counter-box {
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px 0px;
}

.blog-slide-wrap {
  display: flex;
}

.blog-slide-wrap .single-blog-wrap {
  margin: 10px;
}

/* Adjust the flag button */
.react-tel-input .flag-dropdown {
  height: 50px;
  border: 1px solid rgba(26, 6, 78, 0.07) !important;
  border-radius: 5px;
}


/* .why-choose-marquee {
  overflow: scroll; 
  width: 100%;
  position: relative;
} */

.marquee-track {
  /* display: flex;
  gap: 20px;  */
  /* animation: scroll 45s linear infinite; */
}

/* .assignment-box {
  flex: 0 0 auto; 
  width: 350px; 
} */



/* testimonial cards */

.testimonials-section {
  max-width: 1200px;
  margin: 80px auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.testimonials-section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.testimonials-section p.subtext {
  color: #555;
  margin-bottom: 40px;
  font-size: 1rem;
}

.marquee {
  display: flex;
  gap: 25px;
  animation: scroll 35s linear infinite;
  width: max-content;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  width: 320px;
  flex-shrink: 0;
  text-align: center;
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-color);
  margin-bottom: 15px;
}

.testimonial-card h3 {
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.testimonial-card span.role {
  color: #888;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 5px;
}

.testimonial-card p.feedback {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  font-style: italic;
}

/* Marquee Keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Duplicate content for infinite loop */
.marquee-content {
  display: flex;
  gap: 25px;
}

/* Hover pause */
.testimonials-section:hover .marquee {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .testimonial-card {
    width: 260px;
    padding: 20px;
  }
}

.rating-slider-wrapper {
  max-width: 100%;
  padding: 0 20px;
  /* optional */
}


/* socials  */


.ul {


  margin: 0;
  padding: 0;
  display: flex;
}

.ul li {
  list-style: none;
}

.ul li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

.ul li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.ul li a .fab {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size: 24px;
  color: var(--secondary-color);
  transition: .5s;
}

.ul li a:hover .fab {
  color: var(--hover-color);
}



/* @media (min-width: 992px) {
  .main-nav > ul > li.has-child-menu {
    position: static; 
  }

  .main-nav > ul > li.has-child-menu > .sub-menu {
    position: absolute;      
    left: 50%;              
    transform: translateX(-50%) translateY(20px); 
    width: 100%;           
    max-width: 1200px;       
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    transition: all 0.4s ease;
    margin: 0;               
  }
} */


@media (min-width: 992px) {
  .main-nav>ul>li.has-child-menu {
    position: static;
  }

  .main-nav>ul>li.has-child-menu>.sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 100%;
    max-width: 1200px;
    transition: all 0.4s ease;
    margin: 0;
    padding: 15px 20px;
  }

  .main-nav .category {
    font-weight: 600;
    color: #291800;
    font-family: monospace;
  }

  .main-nav .category .bi-pencil-square {
    color: var(--secondary-color);
  }

  .main-nav .subcategory {
    font-family: 'Nunito';
    font-size: 16px;
    margin: 10px 0px;
    border-left: 4px solid var(--secondary-color);
    padding-left: 7px;
  }

  .main-nav .subcategory:hover {
    font-size: 17px;
    color: var(--hover-color);
    transition: all 0.4s ease;
  }
}



.register-card {
  width: 860px;
  max-width: 95vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(255, 255, 255, 0.02));
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  display: flex;
  margin: auto;
}

.register-card .left {
  width: 42%;
  background: #f7eaed;
  color: var(--secondary-color);
  padding: 48px 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.register-card .left h2 {
  letter-spacing: 1px;
  margin: 0 0 6px 0;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--secondary-color);
}

.register-card .left p {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.95
}

.register-card .left p strong {
  display: block;
  ;
  margin-top: 8px
}

.register-card .left .btn {
  display: inline-block;
  margin-top: 8px;
  background: #fff;
  color: var(--panel-blue);
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 700;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.register-card .right {
  width: 58%;
  background: var(--white);
  padding: 36px 44px;
}

.register-card .right .form-title {
  font-family: 'Montserrat', sans-serif;
  color: var(--secondary-color);
  font-size: 26px;
  margin: 6px 0 18px 0;
  letter-spacing: 1px;
}

.register-card .right form {
  font-size: 14px
}

.register-card .right form .row {
  display: flex;
  gap: 12px
}

.register-card .right form .row .field {
  margin-bottom: 0px
}

.register-card .right form label {
  display: block;
  color: #6b7680;
  font-size: 13px;
  margin-bottom: 8px
}

.register-card .right form input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #e2e6e8;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  transition: all .15s ease-in-out;
}

.register-card .right form input:focus {
  border-color: var(--panel-blue);
  box-shadow: 0 1px 0 rgba(47, 127, 176, 0.08)
}

.two-col .field {
  flex: 1
}

.password-row {
  display: flex;
  gap: 12px;
  align-items: flex-end
}

.hint {
  font-size: 12px;
  color: #f39c12;
  margin-top: 6px;
  display: block
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 18px
}

.checkbox-row input {
  width: 14px;
  height: 14px
}

.checkbox-row a {
  color: var(--panel-blue);
  text-decoration: underline;
  font-weight: 600
}

.submit {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  border: none;
  font-weight: 700;
  cursor: pointer
}

/* small decorative validations */
.input-ok {
  border-color: #bfe8c8
}

.input-warn {
  border-color: #f3d79a
}

/* responsive */
@media (max-width:720px) {
  .register-card {
    flex-direction: column
  }

  .register-card .left,
  .register-card .right {
    width: 100%
  }

  .register-card .left {
    padding: 28px
  }

  .register-card .right {
    padding: 28px
  }
}



.department-container {
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
}

.content {

  padding: 50px;
}

.content h2 {
  font-size: 30px;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.content p {
  color: var(--text-light);
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}

.content a {
  color: var(--primary);
  font-weight: 600;
}

.image {
  flex: 1 1 400px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 900px) {
  .department-container {
    flex-direction: column-reverse;
  }

  .content {
    padding: 40px 30px;
  }

  .image {
    padding: 20px 20px 0;
  }

  .content h1 {
    font-size: 28px;
  }
}


.faq-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px 40px;
}

.list-item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  border-left: 4px solid #ab0f38;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-height: fit-content;
}

.list-title,
.service-list-title {
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-title:hover {
  background: #f2f2f2;
}

.list-description {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease;
  padding: 0 20px;
  color: #555;
  line-height: 1.6;
}

.list-item.active .list-description {
  max-height: 200px;
  padding: 15px 20px;
}

.list-item.active .list-title::after {
  transform: rotate(180deg);
}

.list-title::after {
  content: "↴";
  font-size: 18px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {

  .faq-container {
    grid-template-columns: 1fr;
  }

  .teachers-details-img-box img {
    width: 50% !important;

  }
}



.card-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.card-wrapper {
  position: relative;
  width: 350px;
  height: 340px;
}

/* background layer behind white card */
.card-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 60%;
  border-radius: 15px;
  z-index: 0;
}

.card-wrapper.orange::before {
  background: #f8b400;
}

.card-wrapper.blue::before {
  background: #2f80ed;
}

.infographic-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: #fff;
  border-radius: 15px;
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  padding: 60px 25px 80px;
  z-index: 2;
  transition: all 0.3s ease;
}

.infographic-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.infographic-card .icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.orange .icon {
  color: #f8b400;
}

.blue .icon {
  color: #2f80ed;
}

.infographic-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.infographic-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.number {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  z-index: 3;
}

.orange .number {
  background: #f8b400;
}

.blue .number {
  background: #2f80ed;
}

@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .card-wrapper {
    width: 280px;
    height: 400px;
  }
}

.image-wrapper {
  position: relative;
  display: inline-block;
  /* keeps wrapper size to image size */
}

.center-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.center-btn:hover {
  background-color: var(--hover-color);
}

/* sample slider  */



/* WRAPPER */
.sample-slider-container {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

/* TRACK */
.sample-slider-track {
  display: flex;
  gap: 40px;
  animation: scroll 40s linear infinite;
}

/* CARD SHADOW BACKGROUND */
.samplecard-wrapper {
  position: relative;
}

.samplecard-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #f5e4d5;
  transform: translate(12px, 12px);
  z-index: -1;
}

/* CARD BOX */
.samplecard {
  width: 350px;
  height: 250px;
  /* equal height */
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* PAPERCLIP (TOP-LEFT) */
.clip-icon {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 28px;
  color: #d0835f;
}

/* LINK ICON (TOP-RIGHT) */
.link-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
  color: #555;
}

/* CONTENT AREA */
.samplecard-content {
  flex: 1;
  overflow: hidden;
}

/* TITLE + SUBTITLE */
.samplecard-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.samplecard-sub {
  font-size: 14px;
  margin-bottom: 15px;
}

/* ROWS */
.samplecard-content .info-row {
  display: flex;
  justify-content: space-between;
  margin: 6px 0;
  font-size: 14px;
}

.samplecard-content .label {
  font-weight: 600;
}

.samplecard-content .value {
  color: #444;
}

/* BUTTON */
.samplecard .btn {
  margin-top: auto;
  display: block;
  padding: 8px 18px;
  background: var(--hover-color);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
}

/* MARQUEE ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.sample-slider-track>* {
  flex-shrink: 0;
}

.single-service-box.px-3 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 27px 25px !important;
  border-radius: 15px;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
  padding-bottom: 20px;
}

.swiper-pagination-bullet {
  background: #000 !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #da074e !important;
}

.swiper {
  padding: 15px 15px !important;
}

@media (max-width: 600px) {
  .padding-left {
    padding-left: 25px
  }
}

/* =============================
   DESKTOP VIEW COLORS
   ============================= */
@media (min-width: 992px) {
  /* Category (department bg heading) */
  .sub-menu .category {
    color: #000 !important;
  }

  /* Subcategory links */
  .sub-menu .sub-sub-menu li a,
  .subcategory a {
    color: #000 !important;
  }
}

/* =============================
   MOBILE VIEW COLORS
   ============================= */
@media (max-width: 991px) {
  /* Make all menu text white */
  .main-nav ul li a,
  .sub-menu .category,
  .subcategory a {
    color: #fff !important;
  }

  /* Optional: icon color */
  .sub-menu i {
    color: #fff !important;
  }
}


/* Desktop view me + icon force show */
@media (min-width: 992px) {
  .main-nav .fl {
    display: block !important;
    color: #ab0f38 !important;
    position: relative;
    align-items: center;
  }

  /* Hover pe minus show karo */
  .main-nav .has-child-menu:hover .menu-title .fl {
    visibility: hidden;
  }

  .main-nav .has-child-menu:hover .menu-title .fl::after {
    content: "−";
    visibility: visible;
    position: absolute;
    left: 0;
  }
}

@media only screen and (max-width: 991px){
.menu-title{color: white;}
}
