@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Water+Brush&display=swap');
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mr-20 {
  margin-right: 20px;
}

.mt-10 {
  margin-top: 10px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mt-20 {
  margin-top: 20px!important;
}

.mt-30 {
  margin-top: 30px!important;
}

.mt-40 {
  margin-top: 40px!important;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --eduact-font: 'Urbanist', sans-serif;
  --heading-font: 'Urbanist', sans-serif;
  --eduact-text: #697585;
  --eduact-text-rgb: 105, 117, 133;
  --eduact-text2: #B3ADE1;
  --eduact-text2-rgb: 179, 173, 225;
  --eduact-grey: #B7B0B4;
  --eduact-grey-rgb: 183, 176, 180;
  --eduact-soft: #F1F2FD;
  --eduact-soft-rgb: 241, 242, 253;
  --eduact-soft2: #F6F5F5;
  --eduact-soft2-rgb: 246, 245, 245;
  --eduact-soft3: #ececec;
  --eduact-soft3-rgb: 224, 227, 253;
  --eduact-soft4: #E4E4E4;
  --eduact-soft4-rgb: 228, 228, 228;
  --eduact-soft5: #F6F6F6;
  --eduact-soft5-rgb: 246, 246, 246;
  --eduact-base: #000;
  --eduact-base-rgb: 79, 93, 228;
  --eduact-secondary: #f46a45;
  --eduact-secondary-rgb: 245, 112, 5;
  --eduact-black: #2A254D;
  --eduact-black-rgb: 42, 37, 77;
  --eduact-black2: #000000;
  --eduact-black2-rgb: 0, 0, 0;
  --eduact-white: #ffffff;
  --eduact-white-rgb: 255, 255, 255;
}

body {
  font-family: var(--eduact-font);
  color: var(--eduact-black2);
  font-size: 18px;
  line-height: 25px;
  font-weight:300;
  letter-spacing: 1px;
      background-color: #fffcf7;
}

body.locked {
  overflow: hidden;
}



a {
  color: var(--eduact-base);
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: #000;
  font-weight:600;
}

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--eduact-base);
}

.background-black {
  background-color: var(--eduact-black);
}

.eduact-text-dark {
  color: var(--eduact-black);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  transition: filter 0.5s ease;
}

@media (min-width: 1450px) {
  .container {
    max-width:1440px;
  }
  .row {
    --bs-gutter-x: 36px;
  }
}

.eduact-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--eduact-base);
  color: var(--eduact-white);
  font-size:1rem;
  font-weight:600;
  border-radius: 6px;
  padding: 12px 15px 12px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  letter-spacing:0.5px;
}

.eduact-btn-sm{
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--eduact-base);
  color: var(--eduact-white);
  font-size: 1rem;
  font-weight:600;
  border-radius: 6px;
  padding:10px 20px 10px 20px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
    letter-spacing: 1px;
}
.eduact-btn-sm i {
  display: inline-block;
  margin-left:6px;
  position: relative;
  top: 2px;
}
.eduact-btn-sm:hover {
  color: var(--eduact-white);
}



.eduact-btn-vsm{
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--eduact-secondary);
  color: var(--eduact-white);
  font-size:0.95rem;
  font-weight:500;
  border-radius: 6px;
  padding:8px 15px 8px 15px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
    letter-spacing: 1px;
}

.eduact-btn-vsm:hover {
  color: var(--eduact-white);
  background-color: var(--eduact-base);   
}

a.eduact-btn-vsm.disabled {
    opacity: 0.4;
    background-color: #c5c5c5;
    color: #979797;
    cursor: not-allowed;
}


.eduact-btn-sm:hover .eduact-btn__curve {
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.eduact-btn-second {
  background-color: var(--eduact-secondary);
}

.eduact-btn__text {
  position: relative;
  z-index: 2;
}

.eduact-btn__curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 33px;
  height: 100%;
  background: var(--eduact-soft2);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.eduact-btn i {
  display: inline-block;
  margin-left:5px;
  position: relative;
  top: 2px;
}



.eduact-btn:hover {
  color: var(--eduact-white);
}

.eduact-btn:hover .eduact-btn__curve {
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  border: none;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--eduact-base);
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--eduact-black);
}

@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--eduact-base);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}


/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px RGBA(var(--eduact-black2-rgb), 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top::after {
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color:#b5b5b5;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top__circle path {
  stroke:#626262;
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* owl carousel overfllow */
.owl-with-shadow .owl-stage-outer {
  overflow: visible;
}

.owl-with-shadow .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.owl-with-shadow .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/* owl carousel Dots */
.eduact-owl__dots.owl-carousel {
  position: relative;
}

.eduact-owl__dots.owl-carousel.owl-theme .owl-dots,
.eduact-owl__dots.owl-carousel .owl-dots {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot {
  height: 10px;
  border-radius: 50%;
  width: 10px;
  background-color: rgba(var(--eduact-base-rgb), 0.27);
  margin: 0 11px;
  position: relative;
  top: 0;
  z-index: 2;
}

.eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot::after,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot::after {
  position: absolute;
  left: -5px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  content: '';
  border-radius: 50%;
  border: 1px solid var(--eduact-base);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot:hover, .eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot.active,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot:hover,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--eduact-secondary);
}

.eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot:hover::after, .eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot.active::after,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot:hover::after,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot.active::after {
  visibility: visible;
  opacity: 1;
}

.eduact-owl__dots.owl-carousel.owl-theme .owl-dots .owl-dot span,
.eduact-owl__dots.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/* section title */
.section-title {
  display: block;
  margin-bottom:20px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom:25px;
  }
}
.section-title__tagline {
  font-size: 20px;
  line-height: 22px;
  text-transform:uppercase;
  color:var(--eduact-secondary);
  margin: 0 0 6px;
  position: relative;
  z-index: 2;

}



.section-title__title {
  font-size: 36px;
  line-height:40px;
  color:#000;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    line-height:36px;
      margin: 0px 0px 20px 0px;
  }
  .section-title__title br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one .form-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
}

@media (min-width: 576px) {
  .form-one .form-group {
    grid-template-columns: 1fr 1fr;
  }
}

.form-one .form-control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
}

.form-one .form-control-full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.form-one input[type="text"],
.form-one input[type="email"],
.form-one textarea {
  display: block;
  width: 100%;
  height: 73px;
  border-radius: 36.5px;
  background-color: #f1f1f1;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 30px;
}

.form-one textarea {
  border-radius: 30px;
  height: 195px;
  padding-top: 20px;
}

.form-one .thm-btn {
  padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
  background-color: var(--eduact-base);
  color: var(--eduact-white);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-menu .container {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}

.main-menu {

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 91;
  padding: 0;
}

.main-menu__logo {
  display: flex;
  align-items: center;
  position: relative;
  padding:10px 0;
}

@media (max-width: 767px) {
  .main-menu__logo {
    padding:6px 0;
  }
}

.main-menu__nav {
  margin-left: auto;
  text-align: right;

}

.main-menu,
.stricky-header {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top:15px;
  padding-bottom:10px;
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a,
.stricky-header .main-menu__list > li.dropdown > a {
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a::after,
.stricky-header .main-menu__list > li.dropdown > a::after {
  position: relative;
  right: 0;
  top: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  color: inherit;
  line-height: 10px;
  margin-left: 5px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left:25px;
}

@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {
    margin-left:20px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li,
  .stricky-header .main-menu__list > li + li {margin-left:20px;}
   .hero-banner__title { font-size:45px!important;line-height:55px!important;}
  .container, .container-lg, .container-md, .container-sm {max-width: 1190px;}

}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size:19px;
  display: flex;
  align-items: center;
  font-family: var(--heading-font);
  color:#000;
  font-weight:400;
  letter-spacing: 1px;
  position: relative;
  transition: all 500ms ease;

}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--eduact-secondary);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--eduact-white);
  box-shadow: 0px 10px 60px 0px RGBA(var(--eduact-white-rgb), 0.07);
  padding: 15px 20px 10px;
  border-radius: 14px;
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > .megamenu,
.stricky-header .main-menu__list > .megamenu {
  position: static;
}

.main-menu .main-menu__list > .megamenu > ul,
.stricky-header .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li > a,
.stricky-header .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: var(--eduact-text);
  font-weight: 500;
  font-family: var(--heading-font);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li > a::after,
.stricky-header .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  color: var(--eduact-base);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li.current > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--eduact-black);
  color: var(--eduact-white);
}

.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after,
.stricky-header .main-menu__list li ul li.current > a::after,
.stricky-header .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

.main-menu__right {
  display: flex;
  align-items: center;
}

.main-menu__nav .eduact-btn {
  background-color: var(--eduact-secondary);
  font-size: 16px;
  font-weight: 600;
  padding:10px 15px;
 text-transform: inherit;
 
}

.main-menu__right .eduact-btn:hover .eduact-btn__curve {
  opacity: .2;
}

@media (max-width: 767px){
  .main-menu__nav .eduact-btn {
  margin-right:10px;
}
}

@media (min-width:320px) and (max-width:400px) {
.main-menu__nav .eduact-btn {
  font-size: 12px;  
  margin-right:5px;
  padding:10px 7px; 
}

}


@media (min-width: 767px) and (max-width:1200px) {
.main-menu__nav .eduact-btn {
  font-size: 14px;  
  margin-right:10px;
  padding:10px 10px; 
}
.hero-banner__thumb > img{width: 100%;}
}

@media (max-width: 1199px) {
  .main-menu__right .eduact-btn {
    display: none;
  }
}

.main-menu__right .eduact-btn__curve {
  opacity: 0;
}



.main-menu__login,
.main-menu__search {
  position: relative;
  font-size: 20px;
  color: var(--eduact-white);
  display: flex;
  align-items: center;
  height: 50px;
  transition: all 500ms ease;
}

.main-menu__login:hover,
.main-menu__search:hover {
  color: var(--eduact-secondary);
}

.main-menu__login__count,
.main-menu__search__count {
  font-size: 10px;
  font-weight: 600;
  color: var(--eduact-black);
  font-family: var(--heading-font);
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: var(--eduact-base);
  border-radius: 16px;
  position: absolute;
  top: 10px;
  right: -6px;
  opacity: 0;
  transition: all 300ms linear 0ms;
}

.main-menu__login:hover .main-menu__login__count,
.main-menu__search:hover .main-menu__login__count, .main-menu__login:hover
.main-menu__search__count,
.main-menu__search:hover
.main-menu__search__count {
  opacity: 1;
}

.main-menu__login {
  font-size: 24px;
  margin-left: 11px;
}

.stricky-header {
  position: fixed;
  z-index:101;
  top: 0;
  left: 0;
  background-color:#fffcf7;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  transform: translateY(-120%);
  transition: transform 500ms ease;
}


.stricky-header.stricky-fixed {
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: 0;
  margin-bottom: -20px;
}

.home-showcase .row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  padding: 40px 40px;
  background-color: var(--eduact-white);
  box-shadow: 0px 10px 60px 0px RGBA(var(--eduact-white-rgb), 0.07);
  border-radius: 14px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--eduact-black);
  overflow: hidden;
}

.home-showcase__image > img {
  width: 100%;
  transition: 500ms ease;
  transform: scale(1);
}

.home-showcase__image:hover > img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 11px 20px 12px;
  width: 150px;
  text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  color: var(--eduact-black2);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-top: 17px;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--eduact-white);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--eduact-base);
}

.mobile-nav__toggler {
  font-size: 24px;
  color:#333;
  cursor: pointer;
  transition: 500ms;
}

.mobile-nav__toggler:hover {
  color: var(--eduact-base);
}

@media (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}

/*-- header two --*/
.main-header-two .main-menu {
  position: relative;
  background: var(--eduact-white);
  box-shadow: 0px 6px 30px 0px rgba(var(--eduact-black2-rgb), 0.08);
}

.main-header-two .main-menu__logo {
  padding: 26px 0;
}

.main-header-two .main-menu .main-menu__list > li > a {
  color: var(--eduact-black);
}

.main-header-two .main-menu__list > li.current > a,
.main-header-two .main-menu__list > li:hover > a {
  color: var(--eduact-base);
}

.main-header-two .main-menu .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 40px;
}

.main-header-two.stricky-header {
  background: var(--eduact-white);
  box-shadow: 0px 6px 30px 0px rgba(var(--eduact-black2-rgb), 0.08);
}

.main-header-two.stricky-header .main-menu__list > li > a {
  color: var(--eduact-black);
}

.main-header-two.stricky-header .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 40px;
}

.main-header-two.stricky-header .main-menu__list > li.current > a,
.main-header-two.stricky-header .main-menu__list > li:hover > a {
  color: var(--eduact-base);
}

.main-header-two .main-menu__login,
.main-header-two .mobile-nav__toggler,
.main-header-two .main-menu__search {
  color: var(--eduact-black);
}

.main-header-two .main-menu__login:hover,
.main-header-two .mobile-nav__toggler:hover,
.main-header-two .main-menu__search:hover {
  color: var(--eduact-base);
}

.main-header-two .main-menu__nav {
  margin-right: 50px;
}

@media (max-width: 1399px) {
  .main-header-two .main-menu__nav {
    margin-right: 20px;
  }
}

/*-- header three --*/
.main-menu-with-bg {
  background: rgba(246, 246, 246, 0.42);
}

.main-menu-with-bg.stricky-header {
  background: var(--eduact-white);
}

.main-menu-with-bg .main-menu__logo {
  padding: 26px 0;
}

.main-menu-with-bg.main-menu .main-menu__list > li,
.main-menu-with-bg.stricky-header .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 40px;
}

.main-menu-with-bg.main-menu .main-menu__list > li > a,
.main-menu-with-bg.stricky-header .main-menu__list > li > a {
  color: var(--eduact-black);
}

.main-menu-with-bg.main-menu .main-menu__list > li.current > a,
.main-menu-with-bg.main-menu .main-menu__list > li:hover > a,
.main-menu-with-bg.stricky-header .main-menu__list > li.current > a,
.main-menu-with-bg.stricky-header .main-menu__list > li:hover > a {
  color: var(--eduact-base);
}

.main-menu-with-bg .main-menu__login,
.main-menu-with-bg .mobile-nav__toggler,
.main-menu-with-bg .main-menu__search {
  color: var(--eduact-black);
}

.main-menu-with-bg .main-menu__login:hover,
.main-menu-with-bg .mobile-nav__toggler:hover,
.main-menu-with-bg .main-menu__search:hover {
  color: var(--eduact-base);
}

@media (max-width: 1399px) {
  .main-header-two .main-menu .main-menu__list > li + li,
  .main-header-two.stricky-header .main-menu__list > li + li {
    margin-left: 38px;
  }
}

.main-menu__info {
  position: relative;
  background-color: var(--eduact-base);
  border-radius: 60px 0px 0px 60px;
  padding: 24px 49px 16px 85px;
  max-width: 256px;
  font-size: 14px;
  color: var(--eduact-white);
  font-weight: 600;
  line-height: 23px;
  min-height: 84px;
  margin-left: 49px;
}

@media (max-width: 1399px) {
  .main-menu__info {
    margin-left: 15px;
    max-width: 232px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .main-menu__info {
    display: none;
  }
}

.main-menu__info span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--eduact-white);
  font-size: 28px;
  color: var(--eduact-base);
  position: absolute;
  left: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.main-menu__info a {
  display: block;
  font-size: 18px;
  color: inherit;
  line-height: 1;
  margin-bottom: 1px;
}

.main-menu__info a:hover {
  color: var(--eduact-secondary);
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes footerTree {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes shapeMover2 {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20%,
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  30%,
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shapeMover3 {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20%,
  60% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-79deg);
  }
  30%,
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes blinker {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.03, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes blinker2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.6, 0.6);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes circle {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(450deg);
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes movebounce {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(-10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}

@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes movebounce4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--eduact-white-rgb), 0.21), 0 0 0 30px rgba(var(--eduact-white-rgb), 0.21), 0 0 0 50px rgba(var(--eduact-white-rgb), 0.21);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--eduact-white-rgb), 0.21), 0 0 0 50px rgba(var(--eduact-white-rgb), 0.21), 0 0 0 70px rgba(var(--eduact-white-rgb), 0);
  }
}

@keyframes shadows2 {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--eduact-white-rgb), 0.05), 0 0 0 30px rgba(var(--eduact-white-rgb), 0.05), 0 0 0 50px rgba(var(--eduact-white-rgb), 0.05);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--eduact-white-rgb), 0.05), 0 0 0 50px rgba(var(--eduact-white-rgb), 0.05), 0 0 0 70px rgba(var(--eduact-white-rgb), 0);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--eduact-white-rgb), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--eduact-white);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduact-black);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color:var(--eduact-secondary);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top:20px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom:20px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--eduact-white);
  cursor: pointer;
}

.mobile-nav__close:hover {
  color: var(--eduact-base);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--eduact-white-rgb), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--eduact-white-rgb), 0.3);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--eduact-white);
  font-size: 16px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight:400;
  height: 46px;
  letter-spacing:0.5px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--eduact-base);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--eduact-base);
  border: none;
  outline: none;
  color: var(--eduact-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--eduact-white);
  color: var(--eduact-black);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--eduact-black);
  transition: 500ms;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  padding: 3px;
}

.mobile-nav__social a + a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--eduact-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top:10px;
  margin-bottom:10px;
}

.mobile-nav__contact li {
  color: var(--eduact-white);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--eduact-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--eduact-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: var(--eduact-white);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}



/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
.hero-banner {
  position: relative;
  background-color: #fffcf7;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
  padding: 166px 0 150px;
  overflow: hidden;
  z-index: 2;
}

.hero-banner__bg-shape1 {
  position: absolute;
  left: -180px;
  top: -55px;
  width: 759px;
  height: 759px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(var(--eduact-white-rgb), 0.09) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
  box-shadow: 54px 24px 39px 0px rgba(var(--eduact-black2-rgb), 0.02);
}

@media (max-width: 1199px) {
  .hero-banner__bg-shape1 {
    width: 640px;
    height: 640px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner__bg-shape1 {
    width: 759px;
    height: 759px;
  }
}

.hero-banner__bg-shape1::after {
  position: absolute;
  left: -140px;
  top: -140px;
  content: '';
  width: calc(100% + 280px);
  height: calc(100% + 280px);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(var(--eduact-white-rgb), 0.09) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
  box-shadow: 54px 24px 39px 0px rgba(var(--eduact-black2-rgb), 0.02);
  animation-fill-mode: both;
  animation: blinker 1.5s ease-in-out infinite;
  -webkit-animation: blinker 1.5s ease-in-out infinite;
  -moz-animation: blinker 1.5s ease-in-out infinite;
}

.hero-banner__bg-round {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  animation: circle 15s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.hero-banner__bg-round-border {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  border: 1px solid #f46a45;
  position: absolute;
  right: 250px;
  top: 0;
}

.hero-banner__content {
  position: relative;
  z-index: 4;
  padding:70px 0 0;
}

@media (max-width: 1199px) {
  .hero-banner__content {
    padding: 45px 0 0;
  }
}

@media (max-width: 991px) {
  .hero-banner__content {
    padding: 0;
  }
}

.hero-banner__title {
  font-size:50px;
  line-height:60px;
  font-weight:600;
  color:#000;
  margin: 0 0 20px;
}

@media (max-width: 1400px) {
  .hero-banner__title {
    font-size: 50px;
    line-height:60px;
  }
}

@media (max-width: 1199px) {
  .hero-banner__title {
    font-size:45px;
    line-height: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner__title {
    max-width: 510px;
  }
}

@media (max-width: 767px) {
  .hero-banner__title {
    font-size: 40px;
    line-height: 48px;
  }
}

.hero-banner__text {
  line-height: 36px;
  color:#000;
  position: relative;
  margin: 0 0 30px;
  font-size:22px;
  font-weight: 300;
}

.hero-banner__text img {
  position: absolute;
  right: 109px;
  top: 17px;
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (max-width: 1199px) {
  .hero-banner__text img {
    display: none;
  }
}

.hero-banner__btn {
  display: flex;
}

.hero-banner__btn .eduact-btn + .eduact-btn {
  margin-left: 20px;
  background-color: transparent;
  border: 1px solid var(--eduact-white);
}

@media (max-width: 500px) {
  .hero-banner__btn i {
    display: none;
  }
  .hero-banner__btn .eduact-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hero-banner__thumb {
  position: relative;
  z-index: 4;
  width: 642px;
  height: 642px;
  border-radius: 50%;
  padding: 34px;
  background: #fff;
  box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
  margin: 0 0 0 95px;
  text-align: center;
}

@media (max-width: 1500px) {
  .hero-banner__thumb {
    width: 600px;
    height: 600px;
    margin-left: 20px;
  }
}

@media (min-width:991px) and (max-width:1192px) {
.hero-banner__thumb {width:475px;height: 475px;margin-left: 20px;  }
.hero-banner__title { font-size:36px;line-height:42px;}
.section-title__title {font-size: 30px;line-height: 34px;}
.service-one__wrapper{ padding:35px 10px 35px 25px!important;}
.service-one__title {font-size: 20px!important;}

}

@media (min-width: 1193px) and (max-width:1300px) {
    .hero-banner__thumb {
    width: 575px;
    height: 575px;
    margin-left: 20px;
  }
}



@media (max-width: 991px) {
  .hero-banner__thumb {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }
}

.hero-banner__thumb > img {
  text-align: center;
  width: 100%;

}

.hero-banner__cap {
  position: absolute;
  top:20px;
}

.hero-banner__cap img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (max-width: 1199px) {
  .hero-banner__cap {
    display: none;
  }
}

.hero-banner__star {
  position: absolute;
  left: 146px;
  right: 0;
  margin: auto;
  text-align: center;
  top: -54px;
}

.hero-banner__star img {
  -webkit-animation: blinker2 3s infinite linear;
  animation: blinker2 3s infinite linear;
}

@media (max-width: 1199px) {
  .hero-banner__star {
    display: none;
  }
}

.hero-banner__map {
  position: absolute;
  right: 95px;
  top: -12px;
}

.hero-banner__map img {
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear;
}

@media (max-width: 1199px) {
  .hero-banner__map {
    display: none;
  }
}

.hero-banner__book {
  position: absolute;
  right:160px;
  bottom:0px;
}

.hero-banner__book img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (max-width: 1199px) {
  .hero-banner__book {
    display: none;
  }
}

.hero-banner__star2 {
  position: absolute;
  left: -166px;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -6px;
}

.hero-banner__star2 img {
  -webkit-animation: blinker2 3s infinite linear;
  animation: blinker2 3s infinite linear;
}

@media (max-width: 1199px) {
  .hero-banner__star2 {
    display: none;
  }
}





/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/

.service-box{margin-top: -150px;}
.service-one {
  position: relative;
  background-color:#fffcf7;
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .service-one {
    padding-top: 80px;
  }
}

.service-one .container {
  position: relative;
  z-index: 2;
}

.service-one__bg {
  position: absolute;
  top: -490px;
  right: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  width: 100%;

  z-index: 1;
}

.service-one__item {
  position: relative;
  border-radius: 14px;
  margin: 0 0 10px;
  box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  cursor: pointer;
}

@media (min-width: 991px) {
.service-one__item {
  margin: 0 0 30px;
}
}


.service-one__item:hover{
 transform: translateY(-10px);
}

.service-one__item:hover .service-one__icon {
  background-color: var(--eduact-base);
}

.service-one__item:hover .service-one__icon span {
  transform: scale(0.9);
}

.service-one__item:hover .service-one__title a{
  color: var(--eduact-secondary);
}

.service-one__item:hover svg path {
  fill: var(--eduact-base);
}

.service-one__item svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 118px;
  height: 129px;
}

.service-one__item svg path {
  transition: 300ms ease;
}

.service-one__wrapper {
  overflow: hidden;
  padding:30px 10px 40px 25px;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  background-color:#fff8ef;
  border-radius: 14px;
  line-height: 28px;
}

.service-one__icon {
  width: 76px;
  height: 76px;
  background-color: var(--eduact-secondary);
  font-size: 38px;
  line-height: 1;
  position: relative;
  z-index: 3;
  color: var(--eduact-white);
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:15px;
  transition: 500ms ease;
}

.service-one__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}

.service-one__title {
  font-size:24px;
  margin: 0 0 10px;
}

.service-one__title a {
  color: inherit;
}

.service-one__title a:hover {
  color: var(--eduact-base);
}

.service-one__text {
  font-size: 20px;
  margin: 0px;
  color: #000;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 300;
}

.service-one__rm {
  display: flex;
  align-items: center;
  color: var(--eduact-secondary);
  font-weight: 700;
  font-size: 16px;
}

.service-one__rm span {
  color: var(--eduact-base);
  font-size: 10px;
  position: relative;
  top: 2px;
  padding-left: 10px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.service-one__rm:hover {
  color: var(--eduact-base);
}

.service-one__rm:hover span {
  animation: iconTranslateX 0.4s forwards;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about-three {
  position: relative;
  overflow: hidden;
  padding:70px 0 70px;
  background-color: #fffcf7;
}

@media (max-width:991px) {
  .about-three {
    padding:50px 0 50px;
  }
}

.about-three__content {
  position: relative;
}

.about-three__content .section-title__tagline {
  padding: 0;
}

.about-three__content .section-title {
  margin-bottom:10px;
}

.about-three__content__text {
  font-weight:300;
  line-height:30px;
  letter-spacing: 1px;
  margin:0px 20px 10px 0px;
  color: #000;
  font-size:20px;
}

.about-three__box {
  position: relative;
  background-color:#fff8ef;
  border-radius: 8px;
  padding: 15px 20px 12px 115px;
  margin: 0 0 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-three__box {
    padding-left: 108px;
  }
}

.about-three__box::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 100%;
  background-color: #f7eadc;
  content: '';
}

.about-three__box__icon {
  width: 76px;
  height: 76px;
  background-color: var(--eduact-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid var(--eduact-white);
  font-size: 38px;
  color: var(--eduact-white);
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.about-three__box__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transform: scale(1);
}

.about-three__box:hover .about-three__box__icon span {
  transform: scale(0.9);
}

.about-three__box__title {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 7px;
  position: relative;
    color:var(--eduact-secondary);
}

.about-three__box__text {
  font-weight:400;
  letter-spacing: 1px;
  line-height:22px;
  margin: 0;
  position: relative;
  color: #333;
}

.about-three__author {
  position: relative;
  padding: 9px 0 0 92px;
  min-height: 76px;
  max-width: 286px;
}

.about-three__author::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 1px;
  height: 62px;
  background-color: var(--eduact-soft4);
}

@media (max-width: 767px) {
  .about-three__author::after {
    display: none;
  }
}

.about-three__author > img {
  max-width: 100%;
}

@media (max-width: 1399px) {
  .about-three__author > img {
    max-width: 90%;
  }
}

.about-three__author__thumb {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid var(--eduact-secondary);
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.about-three__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.about-three__author__text {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin: 1px 0 0;
}

.about-three__br {
  border-bottom: 1px solid var(--eduact-soft4);
  margin: 39px 0 40px;
}

.about-three__info {
  position: relative;
  padding: 0 0 0 78px;
  margin-top: 9px;
}



@media (max-width: 767px) {
  .about-three__info {
    margin: 15px 0 0;
  }
}

.about-three__info__icon {
  width:55px;
  height:55px;
    border: 1px dashed #a1a1a1;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eduact-secondary);
  position: absolute;
  left: 0;
  top: 2px;
}

.about-three__info__text {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 15px;
  color:#707070;
}

.about-three__info__title {
 font-size:28px;
  line-height:30px;
  letter-spacing: 1px;
  color: var(--eduact-secondary);
  margin: 0;
  font-weight:700;
}

.about-three__info__title a {
  color: var(--eduact-secondary);
}

.about-three__info__title a:hover {
  color: var(--eduact-secondary);
}

.about-three__thumb {
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .about-three__thumb {
    margin-top: 20px;
  }
}

.about-three__thumb__one {
  position: relative;}


.about-three__thumb__one img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.about-three__thumb__shape-one {
  position: absolute;
  top:0px;
  left:0;
  animation:border-background 2s ease infinite;
  z-index: -1;
  width:500px;
  height:500px;
  border: dashed 2px #f46a45;
  border-radius: 100%;
}

@media (max-width:1191px) {
.about-three__thumb__shape-one {
  height:100%;
  width: auto!important;
}

}

@media (max-width:991px) {
 .about-three__thumb__shape-one {
   padding:2px;
   position: relative;
   display: inline-block;
  }
}



@keyframes border-background {
  0% {
    border-color: var(--eduact-base);
    transform: translateX(0px) translateY(0px);
  }
  50% {
    border-color: var(--eduact-secondary);
    transform: translateX(0px) translateY(0px);
  }

}

.about-three__thumb__shape-two {
  position: absolute;
  top:-50px;
  right:0px;
  width:80px;
  height:112px;
  background: url(../images/speech-emoji.png);
  animation: bg2-background 3s ease infinite;
  border-radius: 9px;
}

.emoji__shape-three{
  position: absolute;
  top:50px;
  right:30px;
  width:80px;
  height:109px;
  background: url(../images/speech-emoji2.png);
  animation: bg2-background 3s ease infinite;
  border-radius: 9px;
}

@media (max-width: 767px) {
  .about-three__thumb__shape-two {
    display: none;
  }
}

@keyframes bg2-background {
  0% {

    transform: translateX(0px) translateY(0px);
  }
  50% {

    transform: translateX(20px) translateY(20px);
  }
  100% {

    transform: translateX(0px) translateY(0px);
  }
}

.about-three__thumb__shape-three {
  position: absolute;
  top:150px;
  left:0;
  background: url(../images/theme-ptrn-1.png);
  width: 47px;
  height: 357px;
}

.about-three__thumb__shape-pattern {
  position: absolute;
  top:150px;
  right:0px;
  background: url(../images/theme-ptrn-1.png);
  width: 47px;
  height: 357px;
}

.service-one__thumb__shape-pattern{
  position: absolute;
  top:-150px;
  right:0px;
  background: url(../images/theme-ptrn-1.png);
  width: 47px;
  height: 357px;
  z-index:99;
}

.devider-pattern {
  position: absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/devider-ptrn.png);
  width:194px;
  height:9px;
  top:0;
 
}


@media (min-width: 1200px) and (max-width: 1399px) {
  .about-three__thumb__shape-pattern{
    right:0px;
  }
}

@media (max-width: 990px) {
  .about-three__thumb__shape-pattern{
    display: none;
  }

.about-three__thumb__shape-three {
  display: none;
}



.service-one__thumb__shape-pattern{
  display: none;
}

}


@keyframes shape-pattern{
  0% {

    transform: translateX(0px) translateY(0px);
  }
  50% {

    transform: translateX(20px) translateY(20px);
  }
  100% {

    transform: translateX(0px) translateY(0px);
  }
}


.about-three__thumb__shape-four {
  position: absolute;
  bottom: 93px;
  left: 32px;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-three__thumb__shape-four {
    display: none;
  }
}

.about-three__thumb__shape-five {
  position: absolute;
  bottom: 10px;
  left: 77px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-three__thumb__shape-five {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .about-three__thumb__shape-five {
    display: none;
  }
}

.about-three__thumb__shape-five span {
  width: 13.73px;
  height: 13.73px;
  border: 1.7px solid var(--eduact-secondary);
  display: inline-block;
  border-radius: 50%;
  margin: 0 45px 0 0;
}

@keyframes ball-top {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-three__thumb__shape-six {
  position: absolute;
  bottom: -40px;
  left: 77px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .about-three__thumb__shape-six {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .about-three__thumb__shape-six {
    display: none;
  }
}

.about-three__thumb__shape-six span {
  width: 13.73px;
  height: 13.73px;
  border: 1.7px solid var(--eduact-secondary);
  display: inline-block;
  border-radius: 50%;
  margin: 0 45px 0 0;
}

@keyframes ball-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-three__thumb__shape-seven {
  position: absolute;
  bottom: -6px;
  right: -15px;
  width: 215px;
  height: 135px;
  border: 16px solid var(--eduact-soft4);
  border-radius: 76px;
  z-index: -1;
  animation: br-translate 3s ease infinite;
}

@media (max-width: 767px) {
  .about-three__thumb__shape-seven {
    display: none;
  }
}

@keyframes br-translate {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/


.category-three {
  position: relative;
  padding:70px 0 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#fff8ef;
}

@media (max-width: 767px) {
  .category-three {
    padding:50px 0 50px;
  }
}

.category-three__item {
  position: relative;
  background-color:#fffcf7;
  display: block;
  z-index: 2;
  padding:25px 20px 25px 20px;
  border-radius:0px 20px 0px 20px; 
  box-shadow: 0px 0px 2px 0px rgba(var(--eduact-black2-rgb), 0.20);
  margin: 10px 0px;
  transition: all 500ms ease;
}

.category-three__item:hover{
  transform: translateY(-15px);
}

.category-three__item-two {
  border-radius:30px 0 30px 0px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .category-three__item-two {
    border-radius: 14px 14px 0 0;
  }
}

.category-three__item-four {
  border-radius: 0 14px 14px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .category-three__item-four {
    border-radius: 0 0 14px 14px;
  }
}

.category-three__item:hover .category-three__thumb img {
  transform: scale(1.05);
}



.category-three__item:hover .category-three__icon span {
  transform: rotateY(360deg);
}

.category-three__thumb {
  overflow: hidden;
  min-height: 246px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.category-three__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.category-three__thumb::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(54, 48, 93, 0.8);
}

.category-three__icon {
  position: relative;
  display: flex;
  align-items:left;
  justify-content: left;
  font-size:54px;
  line-height:54px;
  color: var(--eduact-secondary);
  margin: 0 auto 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-three__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.category-three__item p{
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 300;
  margin: 0px;
}

.category-three__title {
  position: relative;
  font-size:16px;
  line-height:22px;
  color: #000;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing:1px;
}

.category-three__title span{
  font-weight:700;  
  display: block;
  font-size:20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-three__title a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.category-three__title:hover {
  color: var(--eduact-secondary);
}



/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/


.testimonial-three {
  position: relative;
  overflow: hidden;
  padding:80px 0 80px;
  background-color:#fffcf7;
}

@media (max-width: 767px) {
  .testimonial-three {
    padding:50px 0;
  }
}

.testimonial-three .section-title {
  margin-bottom: 36px;
}

.testimonial-three .section-title__tagline {
  padding: 0;
}

.testimonial-three__wrapper {
  position: relative; 
  margin: auto;
}

@media (max-width: 767px) {
  .testimonial-three__wrapper {
    padding-left:0px;
    padding-right:0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three__wrapper {
    padding-left:10px;
    padding-right:10px;
  }
}

.testimonial-three__carousel {
  position: relative;
}

.testimonial-three__carousel.owl-carousel .owl-nav {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-three__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  color: var(--eduact-secondary);
  border-radius: 50%;
  background-color:#fff;
  margin: 0 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonial-three__carousel.owl-carousel .owl-nav button span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.testimonial-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--eduact-secondary);
  color: var(--eduact-white);
}

.testimonial-three__carousel.owl-carousel .owl-nav button:hover span {
  animation: iconTranslateX 0.4s forwards;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next {
  margin-left: 16px;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev:hover span {
  animation: iconTranslateY 0.4s forwards;
}

.testimonial-three__carousel__thumb {
  position: absolute;
  right: 0;
  top: -117px;
  max-width: 302px;
}

@media (max-width: 991px) {
  .testimonial-three__carousel__thumb {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}

.testimonial-three__carousel__thumb a {
  display: block;
  width: 76px;
  height: 76px;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #EEEEEE;
  overflow: hidden;
}

.testimonial-three__carousel__thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-three__carousel__thumb .active.center a {
  border-color: var(--eduact-secondary);
}

.testimonial-three__item {
    position: relative;
    z-index: 2;
    border: 1px solid var(--eduact-soft3);
    background-color: #fff8ef;
    border-radius:15px;
    line-height: 28px;
    margin: 0px 5px;
    padding: 25px 20px 25px 20px;
}

.testimonial_item {
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    background-color: #fff8ef;
    border-radius:0px 20px 0px 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    line-height: 28px;
    margin:15px 0px 15px 0px;
    padding: 25px;
}

.testimonial-three__designation{
  font-style: italic;
  font-size: 16px;
  color: #525252;
}


.testimonial-three__meta{margin-top: 20px;text-align: right;}

@media (max-width: 991px) {
  .testimonial-three__item {
  
   margin: 0px 15px;
  }
}


.testimonial-three__content {
  position: relative;
}

.testimonial-three__quote {
  font-size:18px;
  line-height:28px;
  color: #000;
  font-weight: 300;
  margin-left:40px;
}

.testimonial-three__content:before{
  content: "";
  background-image: url("../images/testi-emoji.png");
  position: absolute; 
  width:30px;
  height:42px;

}

.testimonial-three__ratings span:last-child {
  margin-right: 0;
}

.testimonial-three__title {
  font-size: 20px;
  line-height: 1;
  padding: 0px;
  margin: 0px;

}



/*--------------------------------------------------------------
# Program and fees structure  
--------------------------------------------------------------*/


.common-area{
  position: relative;
  overflow: hidden;
  padding:70px 0 70px;
  background-color: #fffcf7;
}

.common-area .info p{
font-size: 22px;
color: #181818;
line-height:36px;
font-weight: 300;
}

@media (max-width: 767px) {
.program-table{font-size:16px!important;}
.common-area .info p {font-size: 19px;line-height: 28px;}
.course-one__title{font-size:20px;line-height:26px;}
.course-one__subtitle{font-size: 19px;line-height: 24px;}
.course-one__content li{font-size: 17px;line-height: 22px;}
.course-one__thumb{width: 125px;height: 125px;}
.h4, h4 {font-size: calc(1.175rem + .3vw);}
.about-three__content__text{font-size: 18px;line-height: 26px;}
.testimonial_item{padding: 15px;}
.testimonial-three__meta{margin-top: 10px;}
.booking-form{padding:25px 25px 25px!important;box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.07)!important;}
}

.program-table{margin-top:20px;margin-bottom:20px; font-size:18px;}
.common-area thead th{width: 20%;}
.program-table tfoot, th, thead{font-weight:600;}
.program-table td{font-weight:300;vertical-align:baseline;}
.lt-bg{background-color: #fff8ef!important;}
.lt-bg1{background-color: #f6fff9!important;}
.lt-bg2{background-color: #f7f7f7!important;}
.lt-bg3{background-color: #fdf1e1!important;}
.lt-wht{background-color: #fff!important;}
.text-right{text-align: right;}
.text-green{color: #5f9f5e;}
.text-orange{color: #f46a45;}
 span.ft-btn{border-radius: 20px 0px;padding:9px 25px;font-weight: 500; font-size: 20px;color: #fff;}
.bg-orng{background-color: #f46a45;}
.bg-green{background-color: #5f9f5e;}
.font-weight-300{font-weight: 300!important;}
.font-bold {font-weight:600!important;}
.font-bolder {font-weight:800!important;}

.text-orng{color: #f46a45;}
.img-circle{border-radius: 100%;padding: 10px;}

.rt-arw{position: relative;}
.rt-arw:after {
    content: '';
    display: block;
    position: absolute;   
    margin-top: auto;
    margin-bottom: auto;
    top:35%;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right:0px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ffffff;   
    right: -12px;
}



.speech-box{
    display: inline-block;
    position: relative;
    background: #ffebe8;
    padding:6px 20px;   
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.speech-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #ffebe8;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}

.brdr-btm-none{border-bottom-width: 0px!important;}

.font-14{font-size: 14px;font-weight: 300!important;text-transform: inherit!important;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  background-color: #000;
  position: relative;
  padding:80px 0 80px;
}

@media (max-width: 767px) {
  .main-footer {
    padding:50px 0;
  }
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.main-footer__about {
  position: relative;
}

.main-footer__about__text {
  color:#fff;
  font-size: 18px;
  line-height: 29.4px;
  margin: 0 0 20px;
}

@media (min-width: 1400px) {
  .main-footer__about__text {
    padding-right: 40px;
  }
}

.main-footer__logo {
  display: block;
  margin: 0 0 20px;
}

.main-footer__social {
  position: relative;
  margin-top: 20px;
}

.main-footer__social a {
  display: inline-block;
  width:40px;
  height:40px;
  background-color: rgba(255, 255, 255, 0.17);
  color: var(--eduact-white);
  line-height:40px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
}

.main-footer__social a:hover {
  background-color: var(--eduact-secondary);
  color: var(--eduact-white);
}

.main-footer__social a + a {
  margin-left: 10px;
}

.main-footer__title {
  font-size: 23.526px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.407px;
  text-transform: capitalize;
  color: var(--eduact-white);
  padding-bottom: 11px;
  margin: 0 0 22px;
  overflow: hidden;
  position: relative;
}

.main-footer__title::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  content: '';
  width: 85px;
  height: 1px;
  background-color: var(--eduact-secondary);
}

.main-footer__title::before {
  position: absolute;
  left: -10px;
  bottom: -1px;
  content: '';
  width: 52px;
  height: 4px;
  background-color: var(--eduact-base);
  z-index: 2;
  -webkit-animation: movebounce2 2s linear infinite;
  animation: movebounce2 2s linear infinite;
}

@media (min-width: 1200px) {
  .main-footer__widget01 {
    padding-left: 30px;
  }
}

@media (min-width: 1400px) {
  .main-footer__widget01 {
    padding-left: 42px;
  }
  .main-footer__widget02 {
    margin-left: -41px;
  }
}

.main-footer__navmenu {
  position: relative;
}

@media (max-width: 767px) {
  .main-footer__navmenu {
    margin-top: 30px;
  }
}

.main-footer__navmenu ul {
  margin: 0;
  padding: 0;
}

.main-footer__navmenu ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  line-height:24px;
  margin-bottom:12px;
  color: #fff;
  position: relative;
}

.main-footer__navmenu ul li a {
  color: inherit;
  display: inline-block;
  padding-left: 20px;
}

.main-footer__navmenu ul li a::after {
    position: absolute;
     content: "\e92b";
    right: auto;
    top:1px;
    font-family: 'icomoon' !important;
    font-size: 11px;
    left: 0;
}


.main-footer__navmenu ul li a:hover {
  color: var(--eduact-secondary);
  padding-left:15px;
}

.main-footer__info-list {
  margin: 27px 0 35px;
  padding: 0;
  list-style: none;
}

.main-footer__info-list li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 17px;
  color:#fff;
  line-height:24px;
  margin: 0 0 16px;
}

.main-footer__info-list li a {
  color: inherit;
}

.main-footer__info-list li a:hover {
  color: var(--eduact-secondary);
}

.main-footer__info-list li span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--eduact-secondary);
  font-size: 24px;
  line-height: inherit;
}

.main-footer__newsletter {
  position: relative;
}

@media (max-width: 767px) {
  .main-footer__newsletter {
    margin-top: 30px;
  }
}

@media (min-width: 1400px) {
  .main-footer__newsletter {
    margin-left: -15px;
    margin-right: 20px;
  }
}

.main-footer__newsletter .eduact-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  padding: 0 22.3px;
  background-color: var(--eduact-secondary);
}

.main-footer__newsletter .eduact-btn__curve {
  opacity: 0;
}

.main-footer__newsletter .eduact-btn:hover .eduact-btn__curve {
  opacity: .2;
}

.main-footer__email-box {
  position: relative;
}

.main-footer__email-input-box {
  position: relative;
}

.main-footer__email-input-box input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(var(--eduact-base-rgb), 0.56);
  border-radius: 6px;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-family: var(--eduact-font);
  color: var(--eduact-text2);
  padding: 0 130px 0 19px;
  font-weight: 400;
}

/*-- Copyright --*/
.copyright {
  position: relative;
  background-color:#f26d4a;
  padding:6px 0 6px;
}

.copyright__text {
  color:#fff;
  margin: 0;
  font-size: 16px;
}

.copyright__text a {
  color: inherit;
}

.copyright__text a:hover {
  color: var(--eduact-secondary);
}

/*-- Footer Two --*/
.main-footer-two {
  background-color: var(--eduact-black);
  position: relative;
  padding: 120px 0 115px;
}

@media (max-width: 767px) {
  .main-footer-two {
    padding: 80px 0 70px;
  }
}

.main-footer-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top left;
  width: 100%;
  height: 100%;
  -webkit-animation: movebounce3 2s linear infinite;
  animation: movebounce3 2s linear infinite;
}

.main-footer-two__about {
  position: relative;
}

.main-footer-two__logo {
  display: block;
  margin: 0 0 20px;
}

.main-footer-two__info-list {
  margin: 27px 0 26px;
  padding: 0;
  list-style: none;
}

.main-footer-two__info-list li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  font-size: 18px;
  color: var(--eduact-text2);
  line-height: 30px;
  margin: 0 0 17px;
}

.main-footer-two__info-list li a {
  color: inherit;
}

.main-footer-two__info-list li a:hover {
  color: var(--eduact-secondary);
}

.main-footer-two__info-list li span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--eduact-secondary);
  font-size: 24px;
  line-height: inherit;
}

.main-footer-two__social {
  position: relative;
}

.main-footer-two__social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid var(--eduact-base);
  color: var(--eduact-white);
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
}

.main-footer-two__social a:hover {
  background-color: var(--eduact-base);
  color: var(--eduact-white);
}

.main-footer-two__social a + a {
  margin-left: 10px;
}

.main-footer-two__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.407px;
  text-transform: capitalize;
  color: var(--eduact-white);
  margin: 9px 0 26px;
  position: relative;
}

@media (min-width: 1400px) {
  .main-footer-two__widget01 {
    padding-left: 7px;
  }
  .main-footer-two__widget02 {
    margin-left: -52px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-footer-two__widget02 {
    margin-left: -45px;
  }
}

.main-footer-two__navmenu {
  position: relative;
}

@media (max-width: 767px) {
  .main-footer-two__navmenu {
    margin-top: 30px;
  }
}

.main-footer-two__navmenu ul {
  margin: 0;
  padding: 0;
}

.main-footer-two__navmenu ul li {
  list-style: none;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  color: var(--eduact-text2);
  text-transform: capitalize;
}

.main-footer-two__navmenu ul li a {
  color: inherit;
  display: inline-block;
}

.main-footer-two__navmenu ul li a:hover {
  color: var(--eduact-secondary);
  padding-left: 5px;
}

.main-footer-two__gallery {
  position: relative;
}

@media (max-width: 1199px) {
  .main-footer-two__gallery {
    margin-top: 30px;
  }
}


.main-footer-two__galleries {
  position: relative;
}

.main-footer-two__galleries a {
  width:85px;
  display: inline-block;
  position: relative;
  margin: 0 10px 18px 0;
}

.main-footer-two__galleries a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  background-color: rgba(var(--eduact-base-rgb), 0.7);
}

.main-footer-two__galleries a::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "+";
  margin: auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400;
  color: var(--eduact-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0s;
  z-index: 2;
}

@media (min-width: 1200px) {
  .main-footer-two__galleries a:nth-child(3), .main-footer-two__galleries a:nth-child(6), .main-footer-two__galleries a:last-child {
    margin-right: 0;
  }
}

.main-footer-two__galleries a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-footer-two__galleries a:hover::after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.main-footer-two__galleries a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 400ms;
  opacity: 1;
}


.main-footer__shape-4 {
  bottom: 102px;
  left: 135px;
  animation: squareMover 10s linear 0s infinite;
}

@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .client-carousel {
    padding: 80px 0;
  }
}

.client-carousel__one {
  position: relative;
}

.client-carousel__one .client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  position: relative;
}

.client-carousel__one .client-carousel__one__item:hover .client-carousel__hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.client-carousel__one .client-carousel__one__item:hover .client-carousel__normal {
  display: block;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.client-carousel__one .client-carousel__one__item img {
  transition: 500ms;
  max-width: 100%;
  width: auto;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.client-carousel__one .client-carousel__one__item .client-carousel__hover {
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.fact-one {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 0;
  border-bottom: 1px solid var(--eduact-soft4);
}

@media (max-width: 991px) {
  .fact-one {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .fact-one {
    padding: 80px 0 55px;
  }
}

.fact-one__item {
  position: relative;
  border-radius: 14px;
  background: var(--eduact-white);
  box-shadow: -1px 3px 60px 0px rgba(var(--eduact-black2-rgb), 0.07);
  padding: 50px 25px 53px;
  transition: 500ms ease;
}

@media (max-width: 991px) {
  .fact-one__item {
    max-width: 303px;
    margin: 0 auto 36px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .fact-one__item {
    padding: 26px 25px 27px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .fact-one__item {
    padding: 38px 25px 40px;
  }
}

.fact-one__item svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fact-one__item svg rect {
  stroke: var(--eduact-base);
  transition: 500ms ease;
}

.fact-one__item:hover {
  box-shadow: -1px 3px 60px 0px rgba(var(--eduact-black2-rgb), 0.12);
}

.fact-one__item:hover svg rect {
  stroke: var(--eduact-secondary);
}

.fact-one__count {
  display: block;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: var(--eduact-secondary);
  margin: 0 0 9px;
  position: relative;
  z-index: 2;
}

.fact-one__count .count-box {
  display: inline-flex;
}

.fact-one__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: var(--eduact-text);
  position: relative;
  z-index: 2;
}

.fact-two {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 0 120px;
  border-bottom: 1px solid var(--eduact-soft4);
}

@media (max-width: 767px) {
  .fact-two {
    padding: 0 0 80px;
  }
}

.fact-two__inner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: var(--eduact-base);
  border-radius: 0 0 40px 40px;
  padding: 50px 25px;
}

.fact-two__item {
  position: relative;
  padding: 25px 0 18px;
  transition: 500ms ease;
}

@media (max-width: 767px) {
  .fact-two__item {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fact-two__item--smnone::after {
    display: none;
  }
}

.fact-two__item--noborder::after {
  display: none;
}

.fact-two__item::after {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  content: '';
  border-right: 2px dashed rgba(var(--eduact-white-rgb), 0.4);
}

@media (max-width: 767px) {
  .fact-two__item::after {
    right: 0;
    width: 100%;
    height: 2px;
    top: auto;
    border-right: none;
    border-bottom: 2px dashed rgba(var(--eduact-white-rgb), 0.4);
  }
}

.fact-two__item:hover .fact-two__icon span {
  transform: rotateY(360deg);
}

.fact-two__icon {
  position: relative;
  display: block;
  line-height: 70px;
  font-size: 70px;
  color: var(--eduact-secondary);
  margin-bottom: 15px;
}

.fact-two__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fact-two__count {
  display: block;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: var(--eduact-white);
  margin: 0 0 7px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .fact-two__count {
    font-size: 50px;
  }
}

.fact-two__count .count-box {
  display: inline-flex;
}

.fact-two__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: var(--eduact-soft4);
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  overflow: hidden;
  display: block;
}

.main-slider__one {
  width: 100%;
  background-color: var(--eduact-black);
}

.main-slider__one.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  max-width: 1350px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 119px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 0px;
  height: 0;
  line-height: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .main-slider__one.owl-carousel .owl-dots {
    bottom: 50px;
  }
}

@media (max-width: 991px) {
  .main-slider__one.owl-carousel .owl-dots {
    max-width: 720px;
  }
}

@media (max-width: 1199px) {
  .main-slider__one.owl-carousel .owl-dots {
    max-width: 960px;
    bottom: 50px;
  }
}

.main-slider__one.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--eduact-secondary);
  margin: 0 13px 0 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__one.owl-carousel .owl-dots .owl-dot.active span {
  width: 31px;
  height: 31px;
  border-width: 3px;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-slider__item {
  position: relative;
  padding-top: 286px;
  padding-bottom: 198px;
}

@media (max-width: 1199px) {
  .main-slider__item {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .main-slider__item {
    padding-top: 180px;
    padding-bottom: 198px;
  }
}

.main-slider__content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.main-slider__title {
  visibility: hidden;
  opacity: 0;
  text-transform: capitalize;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.4px;
  margin: 0 0 30px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(200px);
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .main-slider__title {
    font-size: 62px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider__title {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .main-slider__title {
    font-size: 42px;
    line-height: 45px;

  }
}



@media (min-width: 1200px) and (max-width: 1499px) {
  .main-slider__title span {
    font-size: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider__title span {
    font-size: 75px;
  }
}

@media (max-width: 767px) {
  .main-slider__title span {
    font-size: 60px;
    line-height: 65px;

  }
}

.main-slider__text {
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
  line-height: 30px;
  color: var(--eduact-black);
  margin: 0 0 31px;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(150px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider__text br {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-slider__text {
    font-size: 16px;
  }
}

.main-slider__btn {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider .active .main-slider__title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition-delay: 1100ms;
}

.main-slider .active .main-slider__text {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition-delay: 1300ms;
}

.main-slider .active .main-slider__btn {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1500ms;
}

.main-slider .active .main-slider__layer svg {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition-delay: 1500ms;
}

.main-slider .active .main-slider__layer img {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition-delay: 1900ms;
}

.main-slider .active .main-slider__shape-one {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition-delay: 2000ms;
}

.main-slider .active .main-slider__shape-two {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
  transition-delay: 2050ms;
}

.main-slider .active .main-slider__shape-three {
  visibility: visible;
  opacity: 1;
  transition-delay: 2100ms;
  transform: translateY(0) translateX(0);
}

.main-slider .active .main-slider__shape-four {
  visibility: visible;
  opacity: 1;
  transition-delay: 2150ms;
  transform: translateY(0) translateX(0);
}

.main-slider .active .main-slider__shape-five {
  visibility: visible;
  opacity: 1;
  transition-delay: 2200ms;
  transform: translateY(0) translateX(0);
}

.main-slider .active .main-slider__shape-six {
  visibility: visible;
  opacity: 1;
  transition-delay: 2250ms;
  transform: translateY(0) translateX(0);
}

.main-slider .active .main-slider__shape-seven {
  visibility: visible;
  opacity: 1;
  transition-delay: 2300ms;
  transform: translateY(0) translateX(0);
}

.main-slider .active .main-slider__shape-eight {
  visibility: visible;
  opacity: 1;
  transition-delay: 2350ms;
  transform: translateY(0) translateX(0);
}

.main-slider .active .main-slider__shape-nine {
  visibility: visible;
  opacity: 1;
  transition-delay: 2400ms;
  transform: translateY(0) translateX(0);
}

.main-slider__layer {
  position: absolute;
  bottom: 0;
  z-index: 3;
  margin-left: 46px;
}

@media (max-width: 991px) {
  .main-slider__layer {
    display: none;
  }
}

.main-slider__layer img {
  object-fit: cover;
  width: auto !important;
  transition: transform 1000ms ease, opacity 1000ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateX(200px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider__layer img {
    max-width: 455px;
  }
}

.main-slider__layer svg {
  width: 884px;
  height: 578px;
  position: absolute;
  fill: var(--eduact-base);
  bottom: 0;
  z-index: -1;
  left: -155px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  animation: change-background 8s ease infinite;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .main-slider__layer svg {
    left: -120px;
  }
}

@media (max-width: 1199px) {
  .main-slider__layer svg {
    left: -55px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider__layer svg {
    width: 600px;
    height: auto;
  }
}

.main-slider__shape-one {
  position: absolute;
  top: 200px;
  left: 140px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
}

@media (max-width: 1499px) {
  .main-slider__shape-one {
    display: none;
  }
}

.main-slider__shape-one img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.main-slider__shape-two {
  position: absolute;
  bottom: 270px;
  left: 73px;
  transition: transform 1000ms ease, opacity 1000ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
}

@media (max-width: 1499px) {
  .main-slider__shape-two {
    display: none;
  }
}

.main-slider__shape-two img {
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear;
}

.main-slider__shape-three {
  position: absolute;
  bottom: 78px;
  z-index: 3;
  transition: transform 1000ms ease, opacity 1000ms ease;
  margin-left: -142px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
}

@media (max-width: 1199px) {
  .main-slider__shape-three {
    display: none;
  }
}

.main-slider__shape-three svg {
  width: 152px;
  height: 152px;
}

.main-slider__shape-three svg circle {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: dash 5s infinite linear;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1200;
    stroke: var(--eduact-secondary);
  }
  50% {
    stroke: var(--eduact-base);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: var(--eduact-secondary);
  }
}

.main-slider__shape-four {
  position: absolute;
  bottom: 388px;
  z-index: 3;
  margin-left: -112px;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  transform: translateY(200px);
}

@media (max-width: 1199px) {
  .main-slider__shape-four {
    display: none;
  }
}

.main-slider__shape-four svg {
  width: 32px;
  height: 32px;
}

.main-slider__shape-four svg circle {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: dash4 3s infinite linear;
}

@keyframes dash4 {
  0% {
    stroke-dashoffset: 1200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.main-slider__shape-five {
  position: absolute;
  top: 308px;
  z-index: 3;
  margin-left: -112px;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  transform: translateY(-200px);
}

@media (max-width: 1199px) {
  .main-slider__shape-five {
    display: none;
  }
}

.main-slider__shape-five svg {
  width: 124px;
  height: 101px;
  fill: var(--eduact-secondary);
  animation: zump-one 1s infinite alternate;
}

@keyframes zump-one {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.main-slider__shape-six {
  position: absolute;
  top: 160px;
  z-index: 3;
  margin-left: -18px;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  transform: translateY(-200px);
}

@media (max-width: 1199px) {
  .main-slider__shape-six {
    display: none;
  }
}

.main-slider__shape-six img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.main-slider__shape-seven {
  position: absolute;
  top: 190px;
  margin-left: 500px;
  z-index: 3;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  transform: translateY(-200px);
}

@media (max-width: 1199px) {
  .main-slider__shape-seven {
    display: none;
  }
}

.main-slider__shape-seven img {
  -webkit-animation: rotated 12s infinite linear;
  animation: rotated 12s infinite linear;
}

.main-slider__shape-eight {
  position: absolute;
  bottom: 290px;
  margin-left: 660px;
  width: 132px;
  height: 132px;
  background-color: var(--eduact-secondary);
  border-radius: 50%;
  border: 9px solid #E7E9F4;
  font-size: 65px;
  color: var(--eduact-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  transform: translateY(200px);
}

@media (max-width: 1199px) {
  .main-slider__shape-eight {
    display: none;
  }
}

.main-slider__shape-eight span {
  -webkit-animation: rotated2 6s infinite linear;
  animation: rotated2 6s infinite linear;
}

.main-slider__shape-nine {
  position: absolute;
  bottom: 78px;
  margin-left: 595px;
  z-index: 3;
  visibility: hidden;
  transition: transform 1000ms ease, opacity 1000ms ease;
  opacity: 0;
  transform: translateY(200px);
}

@media (max-width: 1199px) {
  .main-slider__shape-nine {
    display: none;
  }
}

.main-slider__shape-nine img {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.bbig_shape {
	width:190px;
	height:190px;
	background: rgba(255, 120, 0, .04);
	position: absolute;
	right:0;
	bottom:2%;
  border-radius: 100%;
	animation: zump 3s linear infinite;
}

.bbig_shape_sm {
	width:110px;
	height:110px;
	background: rgba(255, 171, 98, 0.04);
	position: absolute;
	right:12%;
	bottom:10%;
  border-radius: 100%;
	animation: zump 3s linear infinite;
}

.blshape {
    position: absolute;
    left:2%;
    top:20%;
    animation: zump 4s linear infinite;
}


.blshape-fr{
    position: absolute;
    left:2%;
    top:10%;
    animation: zump 4s linear infinite;
    z-index: 11;
}



@media (max-width:550px) {

.blshape {
    position: absolute;
    left:0;
    top:0;
    animation: zump 4s linear infinite;
    z-index: -1;
}


}

@keyframes zump {
  0% {

    transform: translateX(0px) translateY(0px);
  }
  50% {

    transform: translateX(20px) translateY(20px);
  }
  100% {

    transform: translateX(0px) translateY(0px);
  }
}

.page-header{
  background-color:#fff8ef;
  margin-top: 110px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 248, 239, 1) 0%, rgba(255, 252, 247, 1) 100%);
}

.page-header .container {
  position: relative;
  z-index: 2;
  padding-top:50px;
  padding-bottom:50px;
}

@media (max-width: 767px) {
  .page-header .container {
    padding-top:40px;
    padding-bottom:40px;
  }

  .common-area {
    padding:60px 0 60px;
}


}

.page-header__title {
  margin: 0;
  font-size:34px;
  line-height:40px;
  color:#000;
  margin-bottom: 10px;
  font-weight:800;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-header__title {
    font-size:24px;
    line-height: 30px;
  }
}

.page-header__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 0;
}

ul.page-header__breadcrumb:after, ul.page-header__breadcrumb:before {
    position: absolute;
    content: '';
    width: 135px;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background: #f05c5c;
}
ul.page-header__breadcrumb:before {
    width: 100px;
    top: -24px;
}



ul.page-header__breadcrumb{
    position: relative;
    margin-top:35px;
}

.page-header__breadcrumb li {
  font-size: 20px;
  line-height: 1;
     color: var(--eduact-secondary);
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width:767px) {
  .page-header__breadcrumb li {
    font-size: 16px;
  }
}

.page-header__breadcrumb li:not(:last-of-type)::after {
  position: absolute;
  right: -17px;
  bottom: 0;
  content: '/';
  font-size: inherit;
  line-height: 1;
  color: currentColor;
}

.page-header__breadcrumb li:not(:last-of-type) {
  margin-right: 26px;
}

.page-header__breadcrumb li a {
   color: var(--eduact-secondary);
}

.page-header__breadcrumb li a:hover {
  color: var(--eduact-base);
}

.page-header__breadcrumb li span {
  display: block;
  line-height: 1;
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  padding: 120px 0 80px;
}

@media (max-width: 767px) {
  .gallery-page {
    padding: 80px 0 40px;
  }
}

.gallery-page__carousel {
  padding-bottom: 40px;
}

.gallery-page__single {
  position: relative;
  overflow: hidden;
  border-radius: 238px;
  z-index: 1;
  margin-bottom: 40px;
}

.gallery-page__single img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.gallery-page__single::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  background-color: rgba(var(--eduact-base-rgb), 0.62);
}

.gallery-page__single:hover::after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.gallery-page__single:hover img {
  transform: scale(1.04);
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.gallery-page__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.gallery-page__icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.gallery-page__icon a::after, .gallery-page__icon a::before {
  content: "";
  width: 80px;
  height: 6px;
  background-color: var(--eduact-white);
  display: block;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-page__icon a::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--eduact-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--eduact-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--eduact-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

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


.sticky-icon  {
	z-index:100;
	position:fixed;
	top:50%;
	right:0.5%;
	/* width:180px; */
	display:flex;
	flex-direction:column;} 

.sticky-icon a  {
	transform:translate(125px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:16px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;
}

.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(10px,0px);
}	

.sticky-icon a:hover i  {
	transform:rotate(360deg);
}

.telephone{
	background-color:#f26d4a;
	color:#FFF;}

  .whtsup{
	background-color:#26d367;
	color:#FFF;}
	
				
.sticky-icon a i {
	background-color:#FFF;
	height:30px;
	width:30px;
	color:#000;
	text-align:center;
	line-height:30px;
	border-radius:50%;
	margin-right:10px;
	transition:all 0.5s;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  padding: 116px 0 120px;
}

@media (max-width: 767px) {
  .contact-one {
    padding: 76px 0 80px;
  }
}

.contact-one .container {
  max-width: 904px;
}

.contact-one .section-title {
  margin-bottom:30px;
}

.contact-one__form-box {
  position: relative;
  display: block;
  padding: 0;
  margin-top: 20px;
  margin-right: 30px;
}

.contact-one__form {
  position: relative;
  display: block;

}

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"],
.contact-one__input-box input[type="number"],
.contact-one__input-box input[type="phone"] {
  width: 100%;
  border: none;
  background-color:#fff;
  padding:15px 15px;
  outline: none;
  font-size:1.2rem;
  color:#181818;
  font-family: var(--eduact-font);
  display: block;
  font-weight:300;
  border-radius: 4px;
  border: solid 1px #f5f5f5;
  letter-spacing: 1px;
}

.contact-one__input-box textarea {
  font-size: 1.2rem;
  font-weight:300;
  letter-spacing: 1px;
  color:#181818;
  height:125px;
  width: 100%;
  background-color:#fff;
  font-family: var(--eduact-font);
  padding: 20px 15px 15px;
  border: none;
  outline: none;
  border-radius: 4px;
  margin-bottom: 0px;
  border: solid 1px #f5f5f5;
}

.contact-one__input-box.text-message-box {
  margin-bottom:30px;
}

.contact-one .eduact-btn {
  text-transform: inherit;
}

.contact-info {
  position: relative;
  padding: 0 0 30px;
}

@media (max-width: 767px) {
  .contact-info {
    padding-bottom:30px;
  }
}

.contact-info ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;

  justify-content: center; 
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-info ul {
    display: block;
  }
}

.contact-info ul li {
  list-style: none;
  display: block;
  width: 50%;
  text-align:left; 
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media (max-width:767px) {
  .contact-info ul li {
   margin-bottom: 20px;
  }

  .contact-one__form-box{margin-right: 0px;}
}

@media (max-width: 991px) {
  .contact-info ul li {
    width: 100%;
  }
}



.contact-info ul li::after {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 100%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;

}

.contact-info ul li.active::after, .contact-info ul li:hover::after {
  top: -40%;
}

.contact-info ul li.active .contact-info__icon,
.contact-info ul li:hover .contact-info__icon {
  color: var(--eduact-secondary);
}

.contact-info ul li.active .contact-info__icon span,
.contact-info ul li:hover .contact-info__icon span {
  transform: rotateX(360deg);
  text-align: left;
}

.contact-info ul li.active .contact-info__title,
.contact-info ul li:hover .contact-info__title {
  color: var(--eduact-secondary);
}

.contact-info ul li.active .contact-info__text,
.contact-info ul li:hover .contact-info__text {
  color: var(--eduact-secondary);
}

.contact-info__icon {
  font-size:40px;
  line-height:40px;
  color: var(--eduact-base);
  transition: all 500ms ease;
  margin-bottom:10px;
}

.contact-info__icon span {
  display: block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contact-info__title {
  font-size: 16px;
  font-weight:300;
  transition: all 500ms ease;
  margin-bottom:5px;
  color: #181818;
}

.contact-info__text {
  font-size: 25px;
  transition: all 500ms ease;
  margin-bottom: 0;
  font-weight: 600;
}

.contact-info__text a {
color: var(--eduact-secondary);
 transition: all 500ms ease;
}

.contact-info__text a:hover {
  color: #181818;
}

.img-responsive{
  width: 100%;
}

.p-relative{position: relative;}

.line-after {
  position: relative;
  overflow: hidden;
  display: block;
}
.line-after span {
  vertical-align: baseline;
  display: block;
  position: relative;
}
.line-after span:after {
  content: "";
  position: absolute;
  width:30%;
  top: 50%;
  margin-left: 10px;
  border-top: 1px solid #f46a45;
}


.booking-form{
    border-radius: 14px;
    background:#fff8ef;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.05);
    padding:40px 40px 40px;
    position: relative;
    width:90%;
    margin: auto;
    border: 1px solid #edeceb;
}

@media (max-width: 991px) {
.booking-form{
    width:100%;
    margin: auto;
}
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.course-one {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 2;
}


.course-one__item {
  position: relative;
  margin:25px 0 35px;

}

.course-one__thumb {
  width:160px;
  height:160px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background:#fffcf7;
  margin-left: auto!important;
  margin-right: auto!important; 
  padding: 10px;
  border: dashed 1px #dfd0be;
  margin-right: 15px;
  transition: 0.4s;
}

.course-one__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-one__like {
    position: absolute;
    margin-left: auto;
    margin-right: auto;    
    background-color: var(--eduact-secondary);
    color: var(--eduact-white);
    font-size: 15px;
    padding:5px 12px;
    border-radius: 4px;
    z-index: 11;
    left: 0;
    right: 0;
    display: inline-table;
    top: -50px;
    text-transform: uppercase;
    font-weight: 500;
}

.course-one__like:after {
     content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top:9px solid #f46a45;
    border-right:9px solid transparent;
    border-bottom: 0 solid transparent;
    border-left:9px solid transparent;
}

.course-one__content {
  background-color:#fff8ef;
  border-radius: 10px;
  border: 1px dashed #dfd0be;
  padding:25px 15px 18px 20px;
  transition: 500ms ease;

 
}
.course-one__content ul {
  margin: 0;
  padding: 0;
}

.course-one__content li {
  list-style: none;
  display: block;
  font-size:19px;
  line-height:24px;
  margin-bottom:10px;
  color: #000;
  position: relative;
  padding-left:20px;
  font-weight: 300;
}

.course-one__content li::after {
    position: absolute;
    content: "\e903"; 
    right: auto;
    top:1px;
    font-family: 'icomoon' !important;
    font-size: 13px;
    left: 0;
    color: #f46a45;
}

@media (max-width: 767px) {
  .course-one__content {
    margin-top: -40px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .course-one__content {
    margin-top: -40px;
  }
}

@media (min-width:1200px) and (max-width:1900px) {
  .course-one__content {
    margin-top: -40px;
  }
}


.course-one__time {  
  background-color:#686868;
  color: var(--eduact-white);
  border-radius:4px;
  font-size: 14px;
  font-weight:400;
  display: inline-block;
  padding:3px 10px;
  margin:20 0 15px;
}
.course-one__title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom:8px;
  margin-top:30px;
  color: var(--eduact-secondary);
  text-transform: uppercase;
  font-weight: 700;
}



.course-one__item:hover .course-one__content{
  border-color:  var(--eduact-secondary);
  transform: translateY(-2px);
  
}

.course-one__item:hover .course-one__thumb{
  border-color:  var(--eduact-secondary);
  transform: translateY(-15px);

}


.course-one__subtitle {
  font-size:22px;
  line-height:26px;
  font-weight: 500; 
  margin-bottom: 15px;
}

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

  .course-one__title br {
    display: none;
  }
}
.course-one__meta {
  position: relative;
}

/*--------------------------------------------------------------
# Terms and Conditions
--------------------------------------------------------------*/
.terms-and-condition ul {
  margin:10px 0px;
  padding: 0;
}

.terms-and-condition li {
  list-style: none;
  display: block;
  font-size:19px;
  line-height:28px;
  margin-bottom:10px;
  color: #000;
  position: relative;
  padding-left: 20px;
  font-weight: 300;
}

.terms-and-condition li::after {
    position: absolute;
    content: "\e903";
    right: auto;
    top:1px;
    font-family: 'icomoon' !important;
    font-size: 11px;
    left: 0;
}



    
/*--------------------------------------------------------------
# Welcome Modal
--------------------------------------------------------------*/

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background-color: rgba(255, 252, 247, 1);
  z-index:111;
   align-items: center;
   justify-content: center;
}
#myModal { 
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      display: none;
      animation: fadeIn 0.3s ease-in-out;
      border-radius: 10px;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to   { opacity: 1; transform: scale(1); }
    }

@media (max-width: 991px) {
.modal {
 left: 50%;
 width:90%;
}
}

.modal-open { /* This class will be added to the body */
  overflow: hidden;
}
.modal-content{  padding:50px 30px;text-align: center;}
.modal-content h2{font-size: 30px;color: var(--eduact-secondary);}

#closeModal{   
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;   
    margin-top:15px;
    margin-right: 5px;
    padding: 10px;
}

#closeModal span{ 
  background-color: #fff8ef; 
  padding:15px 20px;
  border: solid 1px #f3e7de;
  color: #333;
  border-radius: 6px;
  font-size: 16px;
}
/* Hide page content until modal is closed */
    #pageContent {
      display: none;
    }


    /*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.accrodion-one {
  position: relative;
  padding:60px 0 80px;
}

@media (max-width: 767px) {
  .accrodion-one {
    padding: 80px 0 60px;
  }
}



.accrodion-one__wrapper {
  position: relative;
  width: 90%;
  margin: auto;
}

.frm-brdr{
    border: solid 1px #f1e0e0;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}

.accrodion-one__wrapper .accrodion {
  position: relative;
  display: block;
  padding: 30px 0px 0px 0px;
  border-top: 1px solid var(--eduact-soft4); 
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
.accrodion-one__wrapper {   
    width:100%; 
}
}

@media (max-width:550px) {
.eduact-btn-sm {   
 padding: 10px 10px 10px 10px;
 font-size: 13px;
}

.ml-10 {
    margin-left:0px;
}
}

.accrodion-one__wrapper .accrodion.active .accrodion__icon::after {
  opacity: 0;
  visibility: hidden;
}

.accrodion-one__wrapper .accrodion.active .accrodion__icon,
.accrodion-one__wrapper .accrodion:hover .accrodion__icon {
  color: var(--eduact-secondary);
}

.accrodion-one__wrapper .accrodion.active .accrodion-title h4,
.accrodion-one__wrapper .accrodion:hover .accrodion-title h4 {
  color: var(--eduact-secondary);
}

.accrodion-one__wrapper .accrodion__icon {
  position: absolute;
  right:0px;
  top:38px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
  color: var(--eduact-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .accrodion-one__wrapper .accrodion__icon {
    right: 25px;
  }
}

.accrodion-one__wrapper .accrodion__icon::after, .accrodion-one__wrapper .accrodion__icon::before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: currentColor;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion-one__wrapper .accrodion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accrodion-one__wrapper .accrodion-title {
  padding: 0 0 22px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0s;
  transition-delay: 0.1s;
}

.accrodion-one__wrapper .accrodion-title h6{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #545454;
}

.inner h5{
  margin:0px 0px 6px 0px;
  padding: 0;
  font-size:18px;
  font-weight:700;
  text-transform: uppercase;

}

@media (max-width:767px) {
.accrodion-one__wrapper .accrodion-title h4 {
  font-size:20px;
  font-weight:700;
  line-height:26px;
}

.inner h5{font-size: 16px;}
.accrodion-one__wrapper .accrodion-content p{font-size: 18px;line-height: 26px;}
}

.accrodion-one__wrapper .accrodion-title h4 {
  margin: 0;
  padding: 0;
  font-size:24px;
  font-weight:900;
  line-height:34px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion-one__wrapper .accrodion-content {
  position: relative;
  padding: 0 0 19px;
}

.accrodion-one__wrapper .accrodion-content p {
  font-weight:300;
  line-height: 32px;
  margin: 0;
}

.service-three__item {
  position: relative;
  border-radius: 10px;
  margin:10px 0 10px;
   transition:0.5s;
}

@media (max-width: 991px) {
  .about-three__thumb__one {
    text-align: center;
}

.about-three__thumb__one img {
     width: 100%;
}
}

@media (min-width: 768px) and (max-width:991px) {
.about-three__thumb__one img {
     width:auto;
}
}
  
.service-three__item:hover{
 transform: translateY(-10px);
 transition: 0.5s;
}

.service-three__item:hover .service-three__hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.service-three__item:hover .service-three__title {
  color: var(--eduact-white);
}

.service-three__item:hover .service-three__text {
  color: var(--eduact-white);
}
.service-three__title {
  font-size:22px;
  margin:25px 0px 18px;
  line-height: 30px;
}

.service-three__text {
  font-weight:300; 
  font-size: 20px;
  line-height: 30px;
}
.service-three__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
   background-color:#fffcf7;
  box-shadow: 0px 0px 35px 0px rgba(219, 188, 170, 0.3);
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 25px; 
}


.service-three__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  transform: scale(1.3);
  z-index: -1;

}

.service-three__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(244, 106, 69, 0.92);
 
}




