:root {
    --theme-font1: "outfit", serif;
    --theme-font2: "opensans", serif;
    --font-size: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-medium: 500;
    --letter-spacing: 0em;
    --text-color: #616161;
    --top-color: #20906A;
    --primary-color: #1ec28e;
    --Secondary-color: #ff853f;
    --tertiary-color: #15c1fa;
    --fourtiary-color: #a64cf9;
    --box-bg: #fdf7f3;
    --box-bg2: #f0fbf8;
    --title-color: #1e1e1e;
    --theme-color: #1ec28e;
    --bg-white: #ffffff;
    --color-white: #ffffff;
    --btn-color: #1ec28e;
    --btn-border: #1ec28e;
    --btn-bg: #1ec28e;
    --btn-white-color: #000;
    --btn-white-border: #212121;
    --btn-white-bg: #ffffff;
    --btn-color-hover: #000;
    --btn-border-hover: #212121;
    --btn-bg-hover: #ffffff;
    --btn-white-color-hover: #ffffff;
    --btn-white-border-hover: #D46C20;
    --btn-white-bg-hover: #D46C20;
    --new-label-color: #ffffff;
    --new-label-bg: #D46C20;
    --coming-soon-label-color: #ffffff;
    --coming-soon-label-bg: #f94c30;
    --theme-orange-color: #f94c30;
    --section-background-1: #D46C20;
    --section-background-2: #fff;
    --transition-effect: 500ms ease-in-out;
    --box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, .2);
    --letter-spacing-0: 0em;
    --letter-spacing--25: -0.025em;
    --letter-spacing--2: -0.02em;
}

::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}
.backtotop {
    background-color: var(--primary-color);
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 50%;
    border: 1px solid var(--btn-white-bg);
    bottom: 20px;
}
body {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: var(--theme-font2);
    margin: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: var(--text-color);
}
p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: var(--theme-font2);
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 42px;
    line-height: 52px;
    color: var(--title-color);
    font-weight: 600;
    font-family: var(--theme-font1);
    font-style: normal;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}

/*--- header ---*/

.topbar, #copyright {
    background: var(--Secondary-color);
}
header, #headeraffix.affix {
    background-color: var(--bg-white);
    box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}
.navbar-nav li.active > a, #topbar::before {
    color: var(--primary-color) !important;
}
.social i {
    color: var(--Secondary-color);
}
.topbar li {
    line-height: 26px;
    padding: 8px 5px 8px 0;
}
#topbar::before {
    background: var(--primary-color) !important;
}
#topbar:after {
    border-top: 17px solid var(--primary-color);
    border-left: 27px solid var(--primary-color);
}
.header {
    padding: 14px 0;
}
.topbar li, .topbar li a {
    color: var(--color-white) !important;
    font-size: 16px !important;
    font-family: var(--theme-font1);
}
.navbar-nav > li > a {
    font-family: var(--theme-font1);
    font-size: 16px;
    font-weight: 600 !important;
}
.navbar-nav > li > a:hover {
    color: var(--Secondary-color);
}

/*--- breadcrumb ---*/

.pageheader {
    padding: 71px 0;
    background: url(../../images/images/new_images/others/breadcrumb.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_page_title {
    color: var(--primary-color);
    font-size: 26px;
    font-family: var(--theme-font1);
    padding-top: 5px;
    padding-bottom: 0 !important;
}
.pageheader .col-md-4 {
    width: 100%;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 1%;
    padding: 0;
    position: absolute;
    left: 40px;
    top: 5px;
}
.breadcrumb>.active, .breadcrumb>li, .breadcrumb>li a {
    font-size: 15px;
}
.breadcrumb > li a {
    color: var(--Secondary-color);
}
.breadcrumb > .active {
    color: var(--primary-color);
}




/*--- footer ---*/

#copyright {
    min-height: 10px;
    padding: 0px 0px;
}
.copyright {
    margin: 0px auto;
}
#copyright p {
    font-family: var(--theme-font1);
    padding: 8px 0px;
}
#copyright p a {
    color: var(--title-color);
}
#copyright::before {
    background: var(--primary-color) !important;
}
#copyright:after {
    border-top: 60px solid var(--primary-color) !important;
    border-left: 0px solid var(--primary-color) !important;
}
.footer {
    padding: 60px 0 60px;
    background: var(--title-color);
}
.widget-title h4 {
    font-size: 18px;
    font-family: var(--theme-font1);
}
.widget-title hr {
    border-top: 1px solid var(--primary-color);
}
.footer a, .footer p {
    color: var(--color-white);
    font-size: 16px;
    font-family: var(--theme-font2);
}
.contact-details li {
    color: #ffffff;
    font-size: 16px;
    font-family: var(--theme-font1);
    font-weight: 800;
    text-transform: uppercase;
}
.contact-widget strong {
    color: var(--color-white);
    line-height: 1.8;
    font-weight: 400;
    font-family: var(--theme-font2);
    font-size: 16px;
    text-transform: initial;
}
.contact-details i {
    background: var(--Secondary-color);
    text-align: center;
    line-height: 30px !important;
    border-radius: 50%;
    font-size: 14px !important;
    left: -5px;
    position: relative;
}
.footer p {
    font-size: 15px;
}

/*==================================================  home_page  ==================================================*/

#homepagesection-id {
    overflow: hidden;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
}
.feature-area.style-one .section-sub-title h6::after {
    width: 530px;
    height: 1px;
}
.text-center {
    text-align: center!important;
}
.d-flex-w {
    display: flex;
    flex-wrap: wrap;
}
.m-t0 {
    margin-top: 0px !important;
}

/*--- title ---*/

.section-sub-title h6 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 500;
    transition: 0.5s;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    line-height: 25px;
    padding: 15px 20px;
}
.section_title h2 {
    font-size: 40px;
    line-height: 50px;
    color: var(--title-color);
    font-weight: 600;
}
.section-sub-title h6::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background-color: var(--primary-color);
    left: 4px;
    top: 25px;
}
.section-sub-title h6::after {
    position: absolute;
    content: '';
    width: 635px;
    height: 1px;
    background-color: rgba(30,30,30,0.10196078431372549);
    left: 0;
    bottom: -8px;
}
.section_title.saven h2 span {
    display: inline-block;
    color: #1ec28e;
}
.section-title-space {
    margin-bottom: 50px;
}
.section-title-desc p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    margin: 13px 0 23px;
    width: 100%;
}
.section-sub-title.saven h6::after {
    position: absolute;
    content: '';
    width: 166px;
    height: 1px;
    background-image: linear-gradient(90deg, #ffffff 0%, #1dc18d 50%, #ffffff 100%);
    left: 0;
    bottom: 10px;
}

/*--- btn ---*/

.style-btn {
    display: inline-block;
    margin-top: 70px;
}
.style-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 33px;
    position: relative;
    z-index: 1;
}
.style-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.style-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.style-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}










/*-------------------------------------------------  home_feature  ------------------------------------------------*/

.feature-area.style-one {
    padding: 110px 0 120px;
    position: relative;
    overflow: hidden;
}
.style-one .single-feature-box {
    border-radius: 20px;
    background-color: #f0fbf8;
    padding: 48px 35px 48px 38px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.style-one .single-feature-box .feature-icon {
    transition: 0.5s;
    width: 60px;
    height: 42px;
}
.style-one h4.feature-title {
    font-size: 24px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 12px;
    transition: 0.5s;
}
.style-one p.feature-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    transition: 0.5s;
}
.style-one .educate-hover-box {
    background-color: var(--primary-color);
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.style-one .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}
.style-one .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.style-one .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.style-one .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}
.style-one .single-feature-box:hover .feature-icon {
    filter: brightness(0) invert(1);
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;
}
.style-one .single-feature-box:hover h4.feature-title {
    color: #fff;
}
.style-one .single-feature-box:hover p.feature-desc {
    color: rgb(255, 255, 255, 0.8);
}
.style-one .single-feature-box:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.style-one .single-feature-box:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.style-one .single-feature-box:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.style-one .single-feature-box:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.style-one .single-feature-box.box-2 {
    background-color: #fdf7f3;
}
.style-one .single-feature-box.box-3 {
    background-color: #f1f9fc;
}
.style-one .single-feature-box.box-2 .educate-hover-box {
    background-color: var(--Secondary-color);
}
.style-one .single-feature-box.box-3 .educate-hover-box {
    background-color: var(--tertiary-color);
}
.style-one .feature-shape1 {
    position: absolute;
    top: 40px;
    left: 50px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}
.style-one .feature-shape2 {
    position: absolute;
    top: 35px;
    right: 170px;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes scaleZoom {
    0% {
      transform: scale(0.6);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

/*-----------------------------------------------------  home_welcome  --------------------------------------------------*/

.about-area.style-one {
    background: url(https://html.ditsolution.net/educate/assets/images/home-one/about-bg11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 0px;
    position: relative;
    overflow: hidden;
}
.style-one .about-thumb-wrapper {
    position: relative;
    margin-left: -236px;
}
.style-one .about-thumb {
    position: relative;
    z-index: 1;
}
.style-one .about-thumb-shape1 {
    position: absolute;
    top: -60px;
    left: 250px;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob6 {
  0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }

  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
.style-one .about-thumb-shape2 {
    position: absolute;
    top: -15px;
    left: 405px;
}
.style-one .about-thumb-shape3 {
    position: absolute;
    top: 135px;
    left: 365px;
}
.about-area.style-one .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.style-one .about-item-list span {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--theme-font1);
}
.style-one .about-item-list span img {
    margin-right: 10px;
}
.style-one .row.about-border {
    padding-top: 60px;
    position: relative;
    display: flex;
}
.style-one .about-item-box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.style-one .about-item-box h3.counter {
    display: inline-block;
    font-size: 56px;
    color: var(--primary-color);
    font-weight: 600;
}
.style-one .about-item-box span {
    display: inline-block;
    color: var(--primary-color);
    font-size: 35px;
    position: absolute;
    bottom: 14px;
    font-family: var(--theme-font1);
}
.style-one .about-item-desc p {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    margin-left: 5px;
}
.style-one .about-shape4 {
    position: absolute;
    bottom: 5px;
    right: 80px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.style-one .about-shape5 {
    position: absolute;
    top: 14px;
    right: 70px;
    animation: rotateme 18s linear infinite;
}
@keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
.style-one .row.about-border::before {
    position: absolute;
    content: '';
    width: 648px;
    height: 1px;
    background-color: rgba(30,30,30,0.10196078431372549);
    top: 30px;
}
.style-one .row.about-border::after {
    position: absolute;
    content: '';
    width: 648px;
    height: 1px;
    background-color: rgba(30,30,30,0.10196078431372549);
    bottom: -26px;
}

/*---------------------------------------------------  home_marquee  -------------------------------------------------*/

.marquee-section {
    position: relative;
    padding: 38px 0;
    z-index: 1;
    background-color: var(--primary-color);
}
.marquee-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marquee-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    margin: 0 80px;
}
.marquee-block h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 600;
}
.marquee-block h3 span {
    margin-right: 25px;
    margin-left: 25px;
    display: inline-block;
    transition: 0.5s;
    animation: rotateme 18s linear infinite;
}
@-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }


/*---------------------------------------------------  home_service  ------------------------------------------------------*/

.educate-trending-course-area.style-eight {
    padding: 100px 0 90px;
    position: relative;
    background-color: #1e1e1e;
    overflow: hidden;
}
.educate-trending-course-area.style-eight .section-title-space {
    margin-bottom: 58px;
}
.educate-trending-course-area.style-eight .section-sub-title.saven h6 {
    color: #1ec28e;
    padding-left: 5px;
}
.educate-trending-course-area.style-eight .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}
.educate-trending-course-area.style-eight .section-sub-title.saven h6::after {
    position: absolute;
    content: '';
    width: 160px;
    height: 1px;
    background-image: linear-gradient(90deg, #1d1d1d 0%, #1dc18d 50%, #1d1d1d 100%);
    left: 0;
    bottom: 10px;
}
.educate-trending-course-area.style-eight .section_title.saven h2 {
    color: #fff;
}
.educate-trending-course-area.style-eight .section_title.saven p {
    color: #fff;
    margin-top: 15px;
}
.educate-trending-course-area.style-eight .trending-course-box {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}
.educate-trending-course-area.style-eight .trending-course-thumb {
    position: relative;
}
.educate-trending-course-area.style-eight .trending-course-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.educate-trending-course-area.style-eight .trending-course-content {
    position: relative;
    z-index: 1;
    padding: 40px 40px 40px 40px;
    margin-left: -50px;
    transition: 0.5s;
}
.educate-trending-course-area.style-eight .trending-course-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #e4f6ef;
    right: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.educate-trending-course-area.style-eight .course-tag {
    display: flex;
    justify-content: space-between;
}
.educate-trending-course-area.style-eight .trending-sub-title h5 {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1ec28e;
    font-weight: 400;
    font-family: var(--theme-font2);
    border-radius: 17px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(21,193,250,0.3);
    padding: 2px 19px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.educate-trending-course-area.style-eight .course-price h6 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    transition: 0.5s;
}
.educate-trending-course-area.style-eight .trending-course-title h3 a {
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--theme-font1);
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
}
.educate-trending-course-area.style-eight .trending-course-title h3 a::before {
    position: absolute;
    content: '';
    width: 296px;
    height: 1px;
    background-color: rgba(97,97,97,0.2);
    bottom: -17px;
    left: 0;
    transition: 0.5s;
}
.educate-trending-course-area.style-eight .course-rating {
    display: none;
}
.educate-trending-course-area.style-eight .trending-course-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    margin: 10px 0 5px;
    transition: 0.5s;
    padding-bottom: 0;
}
.trending-course-desc ul {
    padding: 10px 0;
}
.trending-course-desc ul li {
    list-style: none;
    line-height: 2;
    font-size: 14px;
    font-weight: 600;
    color: var(--title-color);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.trending-course-desc ul li i {
    color: var(--Secondary-color);
}
.trending-course-btn {
    margin-top: 15px;
}
.educate-trending-course-area.style-eight .trending-course-btn a {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit";
    color: #1e1e1e;
    text-transform: uppercase;
}
.educate-trending-course-area.style-eight .trending-course-btn a i {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    transition: 0.5s;
}
.educate-trending-course-area.style-eight .trending-course-btn a span {
    margin-left: -3px;
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--theme-font1);
}
.educate-trending-course-area.style-eight .trending-book {
    position: absolute;
    bottom: 30px;
    right: 35px;
    animation: flip 1.6s ease-in-out infinite;
}
.educate-trending-course-area.style-eight .trending-course-content::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 14px;
    background-color: #1ec28e;
    transition: 0.5s;
}

.educate-trending-course-area.style-eight .trending-course-shape81 {
    position: absolute;
    top: 100px;
    left: 100px;
    animation: flip 1.6s ease-in-out infinite;
}
.educate-trending-course-area.style-eight .trending-course-shape82 {
    position: absolute;
    top: -280px;
    right: -20px;
    animation: scaleZoom 3s cubic-bezier(0.10, 0, 0.26, 0) 0s infinite alternate;
}
.educate-trending-course-area.style-eight .trending-course-shape83 {
    position: absolute;
    top: 100px;
    right: 110px;
    animation: upDown 1.8s ease-in-out 1.10s forwards infinite alternate;
}
.educate-trending-course-area.style-eight .trending-course-shape84 {
    position: absolute;
    right: 100px;
    bottom: 80px;
    animation: bounceleft 4s linear infinite;
}
@keyframes flip {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(20deg); }
  100% { transform: rotateY(0deg); }
}
@keyframes bounceleft{
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-sub-title h5 {
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .course-price h6 {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-title h3 a {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-title h3 a::before {
    background-color: rgba(255,255,255,0.30196078431372547);
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-desc p {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-desc h5 {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-desc ul li {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-desc ul li i {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-btn a {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-btn a i {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-btn a span {
    margin-left: 12px;
    opacity: 1;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-btn a span {
    color: #fff;
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-book img {
    filter: brightness(0)invert(1);
}
.educate-trending-course-area.style-eight .trending-course-box:hover .trending-course-content::after {
    width: 100%;
    left: 0px;
}
.educate-trending-course-area.style-eight .trending-course-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}

/*--------------------------------------------------  home_whychoose  --------------------------------------------------*/

.campus-life-section.style-three {
    padding: 120px 0 280px;
    position: relative;
    background: url(https://html.ditsolution.net/educate/assets/images/home-saven/about-bg7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.style-three .campus-life-thumb {
    position: relative;
    margin-left: -240px;
    transition: 0.5s;
    overflow: hidden;
}
.style-three .campus-life-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.style-three .campus-video-icon {
    position: absolute;
    top: 30px;
    right: 115px;
}
.style-three .campus-video-icon a {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 80px;
    border-radius: 50px;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--color-white);
    font-size: 20px;
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}
.style-three .row.box-space {
    margin-bottom: 40px;
}
.style-three .campus-single-box {
    border-radius: 20px;
    background-color: #f8fffd;
    padding: 40px 10px 35px;
    text-align: center;
}
.style-three .campus-icon {
    transition: 0.5s;
    width: 60px;
    height: 42px;
    margin: 0 auto;
}
.campus-life-section.style-three .campus-icon img {
    width: 50px;
    height: 40px;
}
.style-three .campus-title h5 {
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    padding-top: 40px;
}
.style-three .campus-life-shape1 {
    position: absolute;
    top: 120px;
    right: 124px;
    animation: rotateme 8s linear infinite;
}
.style-three .campus-life-shape2 {
    position: absolute;
    right: 104px;
    bottom: 280px;
    animation: bounceleft 8s linear infinite;
}
.campus-life-section.style-three .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
/* animation ripple  */
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255,255,255,0.30196078431372547), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255,255,255,0.30196078431372547), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255,255,255,0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.30196078431372547),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255,0.30196078431372547);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255,255,255,0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.30196078431372547),
      0 0 0 20px rgba(255,255,255,0.30196078431372547), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.style-three .campus-single-box:hover .campus-icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
/* wobble animation */

@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

/*----------------------------------------------------  home_benefits  ---------------------------------------------------*/

.course-category-section.style-three {
    padding: 100px 10px 100px;
    margin: -188px 20px 0;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    background-color: #ffffff;
}
.style-three .category-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.style-three .category-item-box {
    border-radius: 15px;
    background-color: #f0fbf8;
    padding: 40px 0px 40px;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.style-three .category-icon img {
    transition: 0.5s;
    filter: brightness(1) invert(0);
}
.style-three .category-items-content {
    padding: 45px 0 35px;
}
.style-three .category-items-content h5 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
    transition: 0.5s;
}
.course-category-section.style-three .category-arrow a {
    display: inline-block;
    color: #1ec28e;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    transition: 0.5s;
}
.style-three .category-item-box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
    background: #1ec28e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    bottom: 0;
    transform: perspective(500px) rotateX(-90deg);
    opacity: 0;
    border-radius: 15px;
}
.style-three .category-item-box.box-2 {
    background-color: #fdf7f3;
}
.style-three .category-item-box.box-3 {
    background-color: #f1f9fc;
}
.style-three .category-item-box.box-4 {
    background-color: #f8f4fb;
}
.style-three .category-item-box.box-5 {
    background-color: #fbf3f5;
}
.style-three .category-item-box.box-6 {
    background-color: #e8fffb;
}
.style-three .category-item-box:hover .category-icon img {
    color: #fff;
    filter: brightness(0) invert(1);
}
.style-three .category-item-box:hover .category-items-content h5 {
    color: #fff;
}
.style-three .category-item-box:hover .category-items-content h3 {
    color: #fff;
}
.style-three .category-item-box:hover:after {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
}

/*-----------------------------------------------  home_whychoose  --------------------------------------------------*/

.reason-choose-area.style-two {
    padding: 260px 0 160px;
    position: relative;
    background-color: var(--title-color);
    margin: -160px 0 0 0;
}
.style-two .single-choose-video {
    border-radius: 10px;
    background-color: #eff9f6;
    padding: 40px 32px 42px;
    margin-bottom: 30px;
}
.style-two .choose-video-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 15px;
    background-color: #d8f1ea;
    text-align: center;
}
.style-two span.counter-plus {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
}
.style-two h3.counter {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
    margin: 25px 0 25px;
}
.style-two span.counter-text {
    font-size: 48px;
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
}
.style-two .reason-choose-content p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 500;
}
.style-two .reason-choose-thumb {
    position: relative;
    overflow: hidden;
}
.style-two .reason-choose-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.style-two .reason-content-box {
    background: url(https://html.ditsolution.net/educate/assets/images/home-two/reason-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 30px 45px;
    border-radius: 20px;
}
.style-two .reason-content-box p {
    margin-top: 15px;
}
.section-sub-title.two h6 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 18px;
    background-color: rgb(30 194 142 / 10%);
    display: inline-block;
    padding: 3px 16px 3px 16px;
    margin-bottom: 15px;
}
.reason-choose-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}
.reason-choose-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.style-two .reason-choose-item {
    margin: 20px 0 20px;
}
.style-two .reason-choose-item ul li {
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 400;
    font-family: var(--theme-font1);
    border-radius: 23px;
    background-color: var(--color-white);
    margin-bottom: 15px;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    margin-right: 10px;
}
.style-two .reason-choose-item ul li i {
    display: inline-block;
    margin-right: 8px;
    color: var(--primary-color);
}
.style-two .reason-shape1 {
    position: absolute;
    top: 210px;
    right: 60px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}
.style-two .reason-shape2 {
    position: absolute;
    left: 36px;
    bottom: 120px;
    animation: upDown 1.6s ease-in-out 1.8s forwards infinite alternate;
}
.section-sub-title.two h6 img {
    margin-right: 10px;
}

/*-------------------------------------------------  home_getintouch  -----------------------------------------------*/

.addmission-learning-section {
    position: relative;
    margin-top: -100px;
}
.row.addmission-bg {
    background: url(https://html.ditsolution.net/educate/assets/images/home-three/addmission-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 50px 50px;
    border-radius: 20px;
}
.addmission-star {
    position: absolute;
    bottom: 15px;
    left: 240px;
    animation: rotateme 6s linear infinite;
}
.addmission-dot {
    position: absolute;
    right: -620px;
    bottom: -120px;
    z-index: -1;
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.addmission-learning-section .style-btn {
    margin-top: 40px;
}
.addmission-learning-section .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

/*-----------------------------------------------------  home_testimonial  ---------------------------------------------*/

.testimonial-area.style-saven {
    margin: 80px 20px 0;
    padding: 40px 0px 120px;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    background-color: #ffffff;
}
.testimonial-area.style-saven .testimonial-thumb {
    position: absolute;
    top: 0;
}
.testimonial-area.style-saven .section-sub-title.six h6::after {
    position: inherit;
    background-color: transparent;
}
.testimonial-area.style-saven .single-testi-box {
    border-radius: 15px;
    background-color: #f0fbf8;
    padding: 50px 40px 50px 45px;
}
.testimonial-area.style-saven .section-sub-title.six h6 {
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 600;
    font-family: var(--theme-font2);
    border: 1px solid rgba(30,194,142,0.25);
    padding: 2px 24px 2px 36px;
    border-radius: 0px 30px 30px 0px;
    margin-bottom: 13px;
}
.testimonial-area.style-saven .section-sub-title h6::before {
    position: absolute;
    content: '';
    line-height: 9px;
    left: 16px;
    top: 16px;
}
.testimonial-area.style-saven .testi-ratting {
    margin: 25px 0 25px;
}
.testimonial-area.style-saven .testi-ratting ul li {
    display: inline-block;
    font-size: 16px;
    color: #1ec28e;
}
.testimonial-area.style-saven .testi-desc p {
    font-size: 17px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
}
.testimonial-area.style-saven .testi-autor-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.testimonial-area.style-saven .testi-autor-content h5 {
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1e;
    font-weight: 500;
}
.testimonial-area.style-saven .testi-autor-content p {
    font-size: 15px;
    text-transform: uppercase;
    color: #616161;
    font-weight: 400;
    font-family: var(--theme-font2);
    padding-left: 20px;
    position: relative;
}
.testimonial-area.style-saven .testi-autor-content p::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ff853f;
    left: 0;
    top: 10px;
}
.testi-list7 {
    margin-top: 40px;
}
.call-to-action.style-one.saven {
    background-color: #1ec28e;
    padding: 436px 0 46px;
    position: relative;
    margin-top: -390px;
    z-index: 1;
}
.call-to-action.style-one.saven .row.call-to-bg {
    border-radius: inherit;
    background-color: transparent;
    padding: 0;
}
.style-one .call-to-title h3 {
    font-size: 34px;
    line-height: 42px;
    color: var(--color-white);
    font-weight: 600;
}
.style-one .call-to-wrapper {
    position: relative;
}
.style-one .call-to-box {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: center;
}
.style-one .call-to-icon {
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    border-radius: 50%;
}
.style-one .call-to-content h6 {
    font-size: 16px;
    line-height: 1;
    color: var(--color-white);
    font-weight: 400;
}
.style-one .call-to-content h4 {
    font-size: 24px;
    line-height: 48px;
    color: var(--color-white);
    font-weight: 500;
}
.style-one .call-to-arrow {
    position: absolute;
    left: 0;
    top: -5px;
    animation: bounceleft 8s linear infinite;
}
.style-one .call-logo-box {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-left: 40px;
}
.call-to-logo img {
    width: 100%;
    height: 100%;
}
.call-to-action.style-one.saven .call-logo-box::before {
    position: absolute;
    content: '';
    background: var(--color-white);
    border-radius: 20px;
    background-color: var(--color-white);
    border: 10px solid var(--primary-color);
    width: 312px;
    height: 170px;
    top: -46px;
    left: 0;
    z-index: -1;
}
.style-one .call-rating p {
    font-size: 16px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 10px;
}
.style-one .call-rating p span {
    display: inline-block;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
}

/*---------------------------------------------------  home_faq  ----------------------------------------------------*/

.faq-area.style-one {
    background-color: #f0fbf8;
    padding: 100px 0 20px;
    position: relative;
}
.style-one .faq-thumb-wrapper {
    position: relative;
    z-index: 1;
    bottom: -20px;
}
.style-one .faq-dot {
    position: absolute;
    top: 210px;
    left: -45px;
    animation: bounceleft 4s linear infinite;
    z-index: -1;
}
.style-one .faq-star {
    position: absolute;
    top: 144px;
    left: 15px;
    animation: rotateme 8s linear infinite;
}
.style-one .faq-qestion {
    position: absolute;
    top: 218px;
    right: 110px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}
.style-one .faq-suport-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 162px;
    left: -20px;
    width: 270px;
    height: 103px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 40px rgba(205,216,213,0.2));
    background-color: rgba(255,255,255,0.5019607843137255);
    border: 2px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    padding-left: 30px;
    animation: upDown 1.10s ease-in-out 1.10s forwards infinite alternate;
}
.style-one .suport-content h3 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
}
.style-one .suport-content p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}
.style-one .tab_container {
    overflow: hidden;
    margin: 38px 0 20px;
    position: relative;
}
.style-one .accordion li {
    list-style: none;
    padding: 0px 0px 20px;
}
.style-one .accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 18px 15px 20px 25px;
    z-index: 1;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e !important;
    font-weight: 500;
    font-family: var(--theme-font1);
    border-radius: 10px;
    background-color: #ffffff;
}
.style-one .accordion a:before {
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 35px;
    content: " ";
    top: 23px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
.style-one .accordion li a span {
    position: relative;
    z-index: 1;
}
.style-one .accordion li a span:before {
    position: absolute;
    content: "";
    top: 1px;
    right: -504px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--primary-color);
}
.style-one .accordion a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    content: " ";
    top: 28px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.style-one .accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
}
.style-one .accordion a.active:before {
    display: none;
}
.style-one .accordion a.active {
    border-radius: 10px 10px 0 0;
    filter: drop-shadow(0px 20px 15px rgba(219,231,228,0.4));
    background-color: #ffffff;
}
.style-one .accordion li p {
    display: none;
    padding: 25px 30px 30px 32px;
    margin: 0;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--theme-font2);
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
}
.style-one .faq-circle {
    right: 50px;
    top: 12px;
    position: absolute;
    animation: rotateme 18s linear infinite;
}
.faq-area.style-one .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

/*====================================================  about_page  ====================================================*/

.about-area.style-two {
    padding: 120px 0 80px;
    position: relative;
}
.style-two .about-thumb-wrapper {
    position: relative;
    text-align: center;
}
.style-two .about-thumb2 {
    position: absolute;
    bottom: -49px;
    left: -80px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.style-two .about-total-student {
    position: absolute;
    top: 33px;
    left: 0;
    filter: drop-shadow(-5px 0 15px rgba(204,204,204,0.25));
    border-radius: 10px;
    animation: bounceleft 4s linear infinite;
}
.style-two .about_content {
    position: relative;
}
.about-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}
.about-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.style-two .about-item-list {
    margin-bottom: 35px;
}
.style-two .about-item-list ul li {
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 500;
    font-family: var(--theme-font1);
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    align-items: center;
}
.style-two .about-item-list ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--color-white);
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
}
.style-two .about-shape {
    position: absolute;
    left: 367px;
    bottom: 0;
}
.style-two .about_content .style-btn {
    margin-top: 0px;
}
.style-two .about-shape-icon a {
    display: inline-block;
    line-height: 156px;
    border-radius: 50%;
    text-align: center;
    width: 156px;
    height: 156px;
    background-color: #f0f8f5;
    border: 6px solid #E5E5E5;
}
.style-two .about-shape-icon a i {
    color: var(--color-white);
    font-size: 20px;
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: -3px;
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 34px;
    background-color: var(--primary-color);
    text-align: center;
    animation: rotateme 18s linear infinite;
}
.style-two .text-inner {
    width: 155px;
    height: 155px;
    line-height: 155px;
    position: absolute;
    bottom: 2px;
    left: 28px;
}
.style-two .text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
    vertical-align: middle;
}
.style-two .text-inner path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
}
.style-two .text-inner text {
    fill: #1e1e1e;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: var(--theme-font2);
}
.style-two .about-shape22 {
    position: absolute;
    right: 90px;
    bottom: -180px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
    z-index: 1;
}
.style-two .about-bg-shape {
    right: 0;
    top: -40px;
    position: absolute;
    z-index: -1;
}
.learn-place-area.style-one .section-sub-title.saven h6::before {
    position: inherit;
}
.learn-place-area.style-one {
    padding: 50px 0 100px;
    position: relative;
    background-color: #1e1e1e;
}
.learn-place-area.style-one .section_title.saven h2 {
    color: #fff;
}
.learn-place-area.style-one .section-sub-title.saven h6 {
    color: #1ec28e;
}
.learn-place-area.style-one .section-sub-title.saven h6::after {
    width: 146px;
    background-image: linear-gradient(90deg, #1d1d1d 0%, #1dc18d 50%, #1d1d1d 100%);
}
.learn-place-area.style-one .single-learn-place-box {
    border: 1px solid rgb(30 194 142 / 20%);
    border-radius: 16px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
}
.learn-place-area.style-one .learn-place-content-inner {
    border-radius: 14px;
    background-color: #e4f6ef;
    margin: 15px;
    padding: 60px 15px 55px 15px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.learn-place-area.style-one .learn-place-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 14px;
    background-color: #1ec28e;
    transition: 0.5s;
}
.learn-place-area.style-one .lines {
    padding: 25px 0 15px;
    transition: 0.5s;
}
.learn-place-area.style-one .lines .line {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 5;
    height: 1px;
    background-color: rgb(30 30 30 / 10%);
    padding: 0 0 0;
    transition: 0.5s;
}
.learn-place-area.style-one .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.learn-place-area.style-one .line::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    -webkit-animation: moveLeftBouncestwo 35s linear infinite;
    animation: moveLeftBouncestwo 35s linear infinite;
    overflow: hidden;
    width: 80px;
    height: 1px;
    background-color: #ff853f;
    transition: 0.5s;
}
.learn-place-area.style-one h4.learn-place-title {
    font-size: 26px;
    color: #1e1e1e;
    font-weight: 600;
    transition: 0.5s;
}
.learn-place-area.style-one .learn-place-desc {
    font-size: 14px;
    line-height: 30px;
    color: #616161;
    font-weight: 400;
    margin: 5px 0 20px;
    transition: 0.5s;
}
.learn-place-area.style-one .learn-place-btn a {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit";
    color: #1e1e1e;
    text-transform: uppercase;
}
.learn-place-area.style-one .learn-place-btn a i {
    font-size: 16px;
    font-weight: 600;
    color: #1ec28e;
    transition: 0.5s;
}
.learn-place-area.style-one .learn-place-btn a span {
    margin-left: -3px;
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--theme-font1);
}
.learn-place-area.style-one .learn-box-shape1 {
    position: absolute;
    top: 0;
    right: 0;
}
.learn-place-area.style-one .learn-place-content-inner::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: -240px;
    right: -190px;
    background: url(https://html.ditsolution.net/educate/assets/images/home-eight/learn-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
    z-index: 1;
}
.learn-place-area.style-one .learn-place-content-inner:hover:before {
    width: 100%;
    left: 0;
}
.learn-place-area.style-one .learn-place-content-inner:hover .learn-place-icon img {
    filter: brightness(0)invert(1);
}
.learn-place-area.style-one .learn-place-content-inner:hover .lines .line {
    background-color: rgb(255 255 255 / 30%);
}
.learn-place-area.style-one .learn-place-content-inner:hover .line::after {
    background-color: #fff;
}
.learn-place-area.style-one .learn-place-content-inner:hover h4.learn-place-title {
    color: #fff;
}
.learn-place-area.style-one .learn-place-content-inner:hover p.learn-place-desc {
    color: #fff;
}
.learn-place-area.style-one .learn-place-content-inner:hover .learn-place-btn a i {
    color: #fff;
}
.learn-place-area.style-one .learn-place-content-inner:hover .learn-place-btn a span {
    margin-left: 12px;
    opacity: 1;
    color: #fff;
}
.learn-place-area.style-one .learn-place-content-inner:hover::after {
    background: url(https://html.ditsolution.net/educate/assets/images/home-eight/learn-circle-hover.png);
    background-repeat: no-repeat;
    background-position: center;
}
.learn-place-area.style-one .learn-shape1 {
    position: absolute;
    left: 100px;
    top: 80px;
    animation: pulse 0.8s ease infinite;
    display: none;
}
.learn-place-area.style-one .learn-shape2 {
    position: absolute;
    right: 75px;
    bottom: 188px;
    animation: flip 1.5s ease-in-out infinite;
}
.learn-place-area.style-one .learn-shape3 {
    position: absolute;
    bottom: -240px;
    left: 0;
    animation: scaleZoom 4s cubic-bezier(0.10, 0, 0.26, 0) 0s infinite alternate;
}
.hero_area.style-eight {
    background-color: #1e1e1e;
    padding: 0 0px 0 0;
}
.hero_area.style-eight .hero_content {
    position: relative;
    padding: 110px 40px 110px 40px;
    border-radius: 20px;
    background-color: #043338;
    background: url(https://html.ditsolution.net/educate/assets/images/home-eight/hero-left-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero_area.style-eight .hero_content h5 {
    display: inline-block;
    padding: 0 25px 0 35px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 0 20px 20px 0px;
    color: #1e1e1e;
    background-color: rgba(255,255,255,0.30196078431372547);
    border: 1px solid #ffffff;
    position: relative;
}
.hero_area.style-eight .hero_content h5::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 4px;
    background-color: #ff853f;
    left: 15px;
    top: 13px;
}
.hero_area.style-eight .hero_content h2 {
    font-size: 50px;
    line-height: 60px;
    color: #1e1e1e;
    font-weight: 600;
}
.hero_area.style-eight .hero-thumb-wrapper {
    position: relative;
}
.hero_area.style-eight .hero-thumb img {
    width: 100%;
    height: 700px;
}
.hero-shape81 {
    position: absolute;
    top: 65px;
    right: 85px;
    animation: pulse 0.6s ease infinite;
    display: none;
}
.hero_area.style-eight .lines {
    padding: 30px 0 20px;
}
.hero_area.style-eight .lines .line {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(97,97,97,0.2);
    overflow: hidden;
    z-index: 5;
}
.hero_area.style-eight .lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero_area.style-eight .lines .line::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    width: 150px;
    height: 1px;
    background-color: #1ec28e;
    -webkit-animation: moveLeftBounces 35s linear infinite;
    animation: moveLeftBounces 35s linear infinite;
    overflow: hidden;
}
.hero_area.style-eight .hero-button {
    display: flex;
    align-items: center;
    gap: 55px;
    margin-top: 30px;
}
.hero_area.style-eight .hero-arrow-btn {
    display: inline-block;
    animation: bounceleft 10s linear infinite;
}
.hero_area.style-eight .hero-shape83 {
    position: absolute;
    top: 70px;
    right: 80px;
    animation: upDown 1.8s ease-in-out 1.10s forwards infinite alternate;
}
.hero_area.style-eight .hero-shape84 {
    left: 460px;
    position: absolute;
    bottom: -210px;
    animation: scaleZoom 2s cubic-bezier(0.10, 0, 0.26, 0) 0s infinite alternate;
}
.hero_area.style-eight .hero-button .style-btn {
    margin-top: 0px;
}
.hero_area.style-eight .course-box-area {
    padding-top: 50px;
    position: relative;
}
.hero_area.style-eight .course-box-area .online-course-box {
    border-radius: 20px;
    padding: 25px 15px;
    gap: 20px;
    display: flex;
    align-items: center;
    background-color: rgba(30,30,30,0);
    border: 1px solid rgb(30 194 142 / 20%);
}
.hero_area.style-eight .course-box-area .course-icon {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    line-height: 100px;
    text-align: center;
    background-color: rgba(63,63,63,0.25098039215686274);
}
.hero_area.style-eight .course-box-area .course-title h6 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

/*================================================  service_page  =================================================*/

.style-inner .event-details-thumb img {
    width: 100%;
}
.style-inner .event-sidebar {
    border-radius: 20px;
    filter: drop-shadow(0 0 30px rgba(206,206,206,0.3));
    background-color: #ffffff;
    padding: 42px;
    position: relative;
    z-index: 1;
}
.style-inner .event-sidebar::before {
    position: absolute;
    content: '';
    width: 418px;
    height: 5px;
    border-radius: 2px;
    background-color: #1ec28e;
    left: 0;
    top: 0;
}
.style-inner .event-info-title h3 {
    font-size: 24px;
    color: var(--Secondary-color);
    font-weight: 500;
}
.style-inner .event-details-heading h2 {
    font-size: 36px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 600;
    padding: 0px 0 30px;
}
.style-inner .event-details-content p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}
.style-inner p.description-2 {
    padding: 23px 0 40px;
}
.style-inner h3.event-details-content-title {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 10px;
}
.style-inner .event-post-details-list ul li {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: var(--theme-font2);
    margin-bottom: 8px;
    list-style: none;
}
.style-inner .event-post-details-list ul li img {
    margin-right: 10px;
}
.event-details-content {
    margin-top: 40px;
}
.style-inner .event-post-details-list ul li span {
    font-weight: 700;
    color: var(--primary-color);
}
.event-post-details-list-cont {
    padding-left: 30px;
}


/*===================================================  gallery_page  ======================================================*/

.portfolio-filter {
    display: none;
}
section.section.white {
    padding: 0 0 40px;
}
.section-title {
    display: none;
}

.portfolio-style-1 img {
    width: 100% !important;
    height: 210px;
    box-shadow: rgb(71 162 133 / 71%) 0px 2px 4px, rgb(70 161 128 / 33%) 0px 7px 13px 4px, rgb(70 162 129 / 21%) 0px -3px 0px inset;
    padding: 5px;
    border-radius: 20px;
}
.magnifier {
    height: 210px;
    border-radius: 20px;
}
.portfolio-gallery-4 .portfolio-item {
    padding: 5px;
}
.portfolio-style-1.entry {
    margin: 5px;
}
.magnifier {
    background: #1ec28eb8;
}
.visible-title1 a {
    background-color: var(--voldor-border-color2);
}

/*===================================================  contact_page  ===================================================*/

.contact_area.inner_section .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}
.contact_area.inner_section .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.contact_area.inner_section .section-sub-title h6 {
    padding-left: 0;
}
section.contact_area.inner_section .section-sub-title.three h6 img {
    margin-right: 12px;
}
.inner_section .contact_main_info {
    padding: 20px 20px 40px;
    border-radius: 20px;
    background-color: #f0fbf8;
    margin-top: 20px;
}
.inner_section .contact_main_info .call-do-action-info {
    display: flex;
    justify-content: left;
    border-bottom: 1px dashed rgb(12 110 109 / 20%);
    padding-bottom: 25px;
    margin-bottom: 25px;
    gap: 20px;
}
.inner_section .contact_main_info .call-do-social_icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border: 2px solid transparent;
    color: var(--primary-color);
    transition: .5s;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    font-size: 22px;
}
.inner_section .contact_main_info .call_info p {
    font-size: 16px;
    color: #616161;
}
.inner_section .contact_main_info .call_info h3 {
    margin: 7px 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: var(--theme-font1);
}
.contact_main_info .call-do-action-info:nth-child(3) {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.inner_section .contact_main_info .call_info span {
    color: #063232;
    margin: 10px 0 0;
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
}
textarea.form-control {
    height: 300px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media(max-width:767px){
.header_logo {
    width: 100%;
    height: 100%;
}
.align-items-center {
    display: block;
}
.style-one .about-thumb-wrapper img {
    width: 100%;
}
.style-one .about-thumb-wrapper {
    margin-left: 0;
}
.about-area.style-one {
    padding: 40px 0 0px;
}
.feature-area.style-one {
    padding: 100px 0 40px;
}
.section_title h2 {
    font-size: 24px;
    line-height: 35px;
}
.style-one .about-thumb-shape1 {
    top: 20px;
    left: 0px;
}
.testimonial-area.style-saven .testimonial-thumb img {
    width: 100%;
}
.testimonial-area.style-saven .testimonial-thumb {
    position: relative;
}
.style-three .category-items {
    display: block !important;
}
.style-one .faq-thumb-wrapper img {
    width: 100%;
}
.style-three .campus-life-thumb img {
    width: 100%;
}
.educate-trending-course-area.style-eight .trending-course-content {
    margin-left: 0px;
    margin-top: 20px;
    padding: 25px;
}
.educate-trending-course-area.style-eight .trending-course-thumb img {
    width: 100% !important;
    height: 100% !important;
}
.educate-trending-course-area.style-eight .trending-course-box {
    display: block;
}
.style-one .about-shape4 {
    display: none;
}
.style-two .about-thumb-wrapper img {
    width: 100%;
}
.style-two .about_content {
    margin-top: 60px;
}
.style-two .about-shape {
    left: 160px;
    bottom: -160px;
}
.style-two .about-shape22 {
    display: none;
}
.about-area.style-two {
    padding: 80px 0 40px;
}
.about_page_title {
    padding-bottom: 10px !important;
}
.breadcrumb {
    top: -10px;
}
.pageheader {
    padding: 30px 0;
    background-position: 8% 50%;
}
.hero_area.style-eight .hero-thumb img {
    width: 100%;
    height: 100%;
}
.hero_area.style-eight .hero_content {
    padding: 40px 20px 40px 20px;
    margin-bottom: 20px;
}
.style-btn a {
    padding: 13px 20px;
}
.hero_area.style-eight .hero_content h2 {
    font-size: 24px;
    line-height: 34px;
}
.hero_area.style-eight .lines {
    padding: 20px 0 20px;
}
.hero-shape83 {
    display: none;
}
.learn-place-area.style-one {
    padding: 50px 0 40px;
}
.row.addmission-bg {
    padding: 10px 10px 10px;
    border-radius: 20px;
    margin: 0px;
}
.testimonial-area.style-saven {
    margin: 40px 20px 0;
    padding: 40px 0px 40px;
}
.testimonial-area.style-saven .single-testi-box {
    padding: 30px 30px 30px 30px;
}
.testimonial-area.style-saven .testi-autor-box {
    margin: 20px 20px 0;
}
.style-one .call-logo-box {
    display: none;
}
.style-one .call-to-title h3 {
    font-size: 24px;
    line-height: 34px;
}
.style-one .call-to-wrapper {
    margin-top: 40px;
}
.section-sub-title.three {
    margin-top: 30px;
}
.course-category-section.style-three {
    padding: 0px 10px 0px;
}
.style-one .row.about-border {
    flex-direction: column;
    gap: 40px;
}
.about_content {
    margin-top: 20px;
}
.style-one .about-item-list span {
    font-size: 18px;
    padding: 10px 0;
}
.topbar li, .topbar li a {
    padding: 5px 0 0;
    font-size: 15px !important;
}
.style-one .about-item-desc.last p br {
    display: none;
}
.style-one .about-item-box {
    display: block;
}
.style-one .about-item-box span {
    position: inherit;
}
.style-btn {
    margin-bottom: 40px;
}
.educate-trending-course-area.style-eight .trending-course-shape81 {
    top: 30px;
    left: 30px;
}
.educate-trending-course-area.style-eight .trending-course-shape83 {
    top: 40px;
    right: 40px;
}
.style-two .reason-choose-thumb img {
    width: 100%;
    margin-bottom: 20px;
}
.style-two .reason-content-box {
    padding: 40px 20px 5px;
}
.style-two .reason-shape2 {
    display: none;
}
.addmission-content .section_title {
    padding-right: 50px;
}
.addmission-star {
    bottom: 70px;
    left: 260px;
}
.style-three .campus-life-thumb {
    margin-left: 0;
    margin-bottom: 20px;
}
.style-three .campus-video-icon {
    top: -5px;
    right: 14px;
}
.style-three .campus-life-shape1 {
    display: none;
}
.campus-life-section.style-three {
    padding: 60px 0 240px;
}
.style-three .campus-single-box {
    margin: 10px 0;
}
.style-three .campus-life-shape2 {
    right: 0px;
    bottom: 280px;
}
.style-one .call-to-arrow {
    left: 50px;
    top: -155px;
}
.style-one .faq-suport-box {
    bottom: -16px;
}
.style-inner .event-sidebar {
    padding: 20px;
}
.event-sidebar-wrapper {
    margin-top: 30px;
}
.style-inner .event-sidebar::before {
    width: 100%;
}
.event-post-details-list-cont {
    padding-left: 10px;
}
.inner_section .contact_main_info .call-do-action-info {
    display: block;
}
.call_info {
    margin-top: 15px;
}















}
