body.theme-style-modern .site-header.header-one .header-m {
  padding: 16px 0;
}
body.theme-style-modern .site-header.header-one .header-top,
body.theme-style-modern .site-header.header-one .header-top .secondary-nav ul {
  background: var(--primary-color);
}
body.theme-style-modern .site-header.header-one .header-bottom {
  background: rgba(var(--primary-color-rgb), 0.05);
}
body.theme-style-modern .site-title a {
  line-height: 1.25;
  color: #1f212b;
  font-family: inherit;
}
body.theme-style-modern .site-header.header-one .main-navigation a {
  color: rgba(31, 33, 43, 0.7);
  font-size: 0.9em;
  line-height: 1.67;
  font-weight: 400;
  text-transform: none;
  padding: 16px 0;
}
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  .current-menu-ancestor
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  .current-menu-item
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  .current_page_ancestor
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  .current_page_item
  > a,
body.theme-style-modern .site-header.header-one .main-navigation li.focus > a,
body.theme-style-modern .site-header.header-one .main-navigation li:hover > a {
  color: var(--primary-color);
  opacity: 1;
}
body.theme-style-modern .site-header.header-one .main-navigation ul ul a {
  color: #fff;
  padding: 12px;
}
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  ul
  ul
  .current-menu-ancestor
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  ul
  ul
  .current-menu-item
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  ul
  ul
  .current_page_ancestor
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  ul
  ul
  .current_page_item
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  ul
  ul
  li.focus
  > a,
body.theme-style-modern
  .site-header.header-one
  .main-navigation
  ul
  ul
  li:hover
  > a {
  color: #fff;
  opacity: 0.7;
}
body.theme-style-modern .site-header.header-one .header-bottom.sticky-menu {
  background: var(--primary-color);
}
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  a {
  color: #fff;
}
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  .current-menu-ancestor
  > a,
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  .current-menu-item
  > a,
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  .current_page_ancestor
  > a,
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  .current_page_item
  > a,
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  li.focus
  > a,
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  li:hover
  > a {
  color: #fff;
  opacity: 0.7;
}
body.theme-style-modern .site-header.header-one .main-navigation ul {
  display: flex;
  flex-wrap: wrap;
}
body.theme-style-modern .site-header.header-two .header-bottom.container {
  display: flex;
  flex-wrap: wrap;
}
body.theme-style-modern .site-header .main-navigation li:first-child,
body.theme-style-modern .site-header .main-navigation ul ul li {
  margin: 0;
}
body.theme-style-modern .site-header.header-one .header-top .secondary-nav a {
  border-radius: 4px;
  border: 1px solid #fff;
}
body.theme-style-modern
  .site-header.header-one
  .header-top
  .secondary-nav
  ul
  li
  a {
  border: none;
}
body.theme-style-modern .site-header .form-section form {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  height: 42px;
}
body.theme-style-modern .banner .banner-text .btn-holder .btn-free-inquiry,
body.theme-style-modern .banner .banner-text .text .course-link {
  padding: 14px 30px;
  text-transform: none;
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 1.66;
}
body.theme-style-modern .featured-courses .learn-more,
body.theme-style-modern .latest-events .learn-more,
body.theme-style-modern .news-category .more-btn,
body.theme-style-modern .team-section .learn-more {
  font-weight: 500;
  background: 0 0;
  border-radius: 4px;
  color: var(--primary-color);
  padding: 14px 32px;
  text-transform: capitalize;
  border-color: var(--primary-color);
  font-size: 0.9em;
  line-height: 1.66;
}
body.theme-style-modern .template-contact form input[type="submit"] {
  font-weight: 500;
  text-transform: none;
}
body.theme-style-modern .team-section .header-part {
  color: currentColor;
}
body.theme-style-modern .team-section .header-part .section-title {
  color: var(--section-title-color);
}
body.theme-style-modern .featured-courses .learn-more:hover,
body.theme-style-modern .latest-events .learn-more:hover,
body.theme-style-modern .news-category .more-btn:hover,
body.theme-style-modern .team-section .learn-more:hover {
  color: #fff;
  background: var(--primary-color);
}
body.theme-style-modern .student-stories .btn-holder .learn-more,
body.theme-style-modern .subscription form input[type="submit"],
body.theme-style-modern .theme .theme-description .apply {
  border-radius: 4px;
  font-weight: 500;
  padding: 14px 32px;
  text-transform: capitalize;
  border-width: 2px;
}
body.theme-style-modern .latest-events .entry-footer .learn-more {
  padding: 0;
  font-weight: 500;
  background: 0 0;
  text-transform: capitalize;
  border: none;
  border-radius: 0;
  color: #fff;
}
body.theme-style-modern .latest-events .entry-footer .learn-more:hover {
  color: var(--primary-color);
}
body.theme-style-modern .banner .banner-text .btn-holder .btn-free-inquiry,
body.theme-style-modern .banner .banner-text .text .course-link,
/*body.theme-style-modern .subscription form input[type="submit"]*/
 {
  background: var(--primary-color) !important;
  color: #fff !important;
  border: none !important;
}
body.theme-style-modern
  .banner
  .banner-text
  .btn-holder
  .btn-free-inquiry:hover,
body.theme-style-modern .banner .banner-text .text .course-link:hover,
 {
  color: var(--primary-color) !important;
  background: #fff !important;
}
body.theme-style-modern.error404 .homepage {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  font-size: 0.9em;
  line-height: 1.66;
}
body.theme-style-modern.error404 .homepage:hover {
  color: var(--primary-color) !important;
  background: 0 0;
  text-decoration: none;
}
body.theme-style-modern.error404 .homepage:focus {
  text-decoration: none;
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  .learn-more {
  font-weight: 500;
}
body.theme-style-modern .welcome-note .col .text {
  border: none;
  padding: 48px 0;
}
body.theme-style-modern .welcome-note .col {
  padding: 0;
  float: none;
  margin-bottom: 0;
  width: 100%;
}
body.theme-style-modern .welcome-note .row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 8px 48px rgba(2, 9, 19, 0.04);
  border-radius: 8px;
}
body.theme-style-modern .widget_education_zone_pro_stat_counter_widget {
  flex: 0 0 25%;
  margin-bottom: 0;
  padding: 0 15px;
  border-right: 1px solid #f2f2f2;
}
body.theme-style-modern
  .widget_education_zone_pro_stat_counter_widget:last-of-type {
  border-right: none;
}
body.theme-style-modern .banner.static-banner .banner-text .text .title {
  font-size: 2.6em;
  line-height: 1.23;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -1px;
}
body.theme-style-modern .choose-us,
body.theme-style-modern .featured-courses,
body.theme-style-modern .latest-events {
  background: rgba(var(--primary-color-rgb), 0.05);
}
body.theme-style-modern .featured-courses ul li .image-holder {
  display: flex;
  height: 100%;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(2, 9, 19, 0.04);
  border-radius: 4px;
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  h2:after {
  content: none;
}
body.theme-style-modern .featured-courses ul li .image-holder .description h2 {
  margin-bottom: 8px;
}
body.theme-style-modern .featured-courses ul li .image-holder .description h2 {
  margin-bottom: 8px;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.33;
}
body.theme-style-modern .featured-courses ul li .image-holder .description {
  display: block;
  position: static;
  padding: 24px 16px;
}
body.theme-style-modern .featured-courses ul li .image-holder .text {
  display: none;
}
body.theme-style-modern .featured-courses ul li {
  float: none;
}
body.theme-style-modern .featured-courses ul {
  display: flex;
  flex-wrap: wrap;
}
body.theme-style-modern .theme .theme-description {
  padding: 104px 0;
}
body.theme-style-modern .choose-us,
body.theme-style-modern .featured-courses,
body.theme-style-modern .gallery-slider,
body.theme-style-modern .latest-events,
body.theme-style-modern .news-category,
body.theme-style-modern .news-category.apply,
body.theme-style-modern .student-stories .image-wrapper,
body.theme-style-modern .team-section,
body.theme-style-modern .welcome-note {
  padding: 96px 0;
}
body.theme-style-modern .subscription {
  padding: 74px 0 96px;
}
body.theme-style-modern .featured-courses ul li .image-holder .description p,
body.theme-style-modern .latest-events .col-1 .post .entry-content p,
body.theme-style-modern .team-section .col .text-holder p,
body.theme-style-modern .thumb-text p {
  line-height: 1.75;
}
body.theme-style-modern .choose-us .col p,
body.theme-style-modern .news-category .entry-content p,
body.theme-style-modern .team-m-content .designation {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.75;
}
body.theme-style-modern .student-stories blockquote {
  font-size: 1em;
  line-height: 1.75;
}
body.theme-style-modern .news-category .post .entry-meta span a {
  line-height: 1.71;
}
body.theme-style-modern .latest-events .entry-footer .learn-more:hover {
  color: #dfe1e4;
}
body.theme-style-modern .news-category .post .posted-on a {
  font-size: 1.167em;
  line-height: 1.71;
}
body.theme-style-modern .welcome-note .col .stat-title {
  color: currentColor;
}
body.theme-style-modern .welcome-note .col .stat-title {
  font-size: 0.9em;
  line-height: 1.66;
}
body.theme-style-modern .thumb-text li .box-3 {
  background: #2f8bbf;
}
body.theme-style-modern .welcome-note .odometer-inside span {
  color: var(--primary-color);
}
body.theme-style-modern .news-category .entry-content {
  margin: 0;
  margin: 16px 0 0;
}
body.theme-style-modern .news-category .post {
  margin-bottom: 46px;
}
body.theme-style-modern .news-category .header-part {
  margin-bottom: 56px;
}
body.theme-style-modern .news-category .post .posted-on a:focus,
body.theme-style-modern .news-category .post .posted-on a:hover {
  text-decoration: none;
}
body.theme-style-modern .news-category .post .text {
  padding: 0 25px;
}
body.theme-style-modern .choose-us .row {
  background: #fff;
  box-shadow: 0 8px 48px rgba(2, 9, 19, 0.04);
  border-radius: 4px;
}
body.theme-style-modern .choose-us .col {
  border-right: 1px solid #f2f2f2;
  padding: 40px 16px;
}
body.theme-style-modern .choose-us .col:last-child {
  border-right: none;
}
body.theme-style-modern .choose-us .col h3 {
  margin-bottom: 8px;
}
body.theme-style-modern .choose-us .col h3:after {
  content: none;
}
body.theme-style-modern .choose-us .row {
  margin: 0;
}
body.theme-style-modern .slider-gallery .owl-carousel .owl-nav button.owl-prev,
body.theme-style-modern .student-stories .owl-carousel .owl-nav .owl-prev {
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 21H14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 14L14 21L21 28' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='1' y='1' width='40' height='40' rx='20' stroke='white'/%3E%3C/svg%3E%0A")
    no-repeat center;
  background-size: cover;
  left: 27px;
}
body.theme-style-modern .slider-gallery .owl-carousel .owl-nav button.owl-next,
body.theme-style-modern .student-stories .owl-carousel .owl-nav .owl-next {
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 21H28' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 14L28 21L21 28' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='1' y='1' width='40' height='40' rx='20' stroke='white'/%3E%3C/svg%3E%0A")
    no-repeat center;
  background-size: cover;
  right: 27px;
}
body.theme-style-modern .student-stories .owl-carousel .owl-nav .owl-next,
body.theme-style-modern .student-stories .owl-carousel .owl-nav .owl-prev {
  top: 100px;
  background-size: cover;
}
body.theme-style-modern .student-stories blockquote {
  padding: 58px 24px 0;
  background-position: 50% 0;
}
body.theme-style-modern .student-stories .owl-carousel .owl-item img {
  padding-bottom: 16px;
  max-width: 75px;
}
body.theme-style-modern .owl-carousel .owl-stage-outer p {
  margin-bottom: 32px;
  font-size: 0.8em;
  line-height: 1.75;
}
body.theme-style-modern .team-m-content {
  display: grid;
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 16px 24px;
  box-shadow: 0 4px 16px rgba(2, 9, 19, 0.04);
}
body.theme-style-modern .team-section {
  background: #fff;
}
body.theme-style-modern .team-section .col .holder {
  overflow-x: hidden;
  filter: drop-shadow(0px 8px 48px rgba(2, 9, 19, 0.04));
  border-radius: 4px;
}
body.theme-style-modern .team-section .col .img-holder img {
  border-radius: 4px 4px 0 0;
}
body.theme-style-modern .team-section .col {
  margin-bottom: 56px;
}
body.theme-style-modern .team-section .col .text-holder {
  height: auto;
  max-height: 248px;
  padding: 16px 24px 24px;
}
body.theme-style-modern .latest-events .col-2 {
  background: #fff;
  box-shadow: 0 4px 16px rgba(2, 9, 19, 0.04);
  border-radius: 4px;
  padding: 0;
}
body.theme-style-modern .latest-events .col-1 {
  padding-right: 20px;
}
body.theme-style-modern .latest-events .col-2 .post {
  border-top: none;
}
body.theme-style-modern .latest-events .col-2 ul li {
  border-top: 1px solid #f2f2f2;
}
body.theme-style-modern .latest-events .col-2 ul li:first-child {
  border-top: none;
}
body.theme-style-modern .latest-events .post .entry-meta a {
  font-size: 0.7em;
  line-height: 1.71;
}
body.theme-style-modern .team-section .col .text-holder .designation {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.75;
}
body.theme-style-modern .team-section .col .text-holder .name {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
}
body.theme-style-modern .latest-events .col-2 .post {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin: 0;
}
body.theme-style-modern .latest-events .col-2 li {
  padding: 0;
}
body.theme-style-modern .latest-events .entry-header {
  padding-left: 20px;
}
body.theme-style-modern .latest-events .col-2 .post-thumbnail img,
body.theme-style-modern .latest-events .col-2 .svg-holder svg {
  width: 100%;
  max-width: 62px;
}
body.theme-style-modern .latest-events .col-2 .post .entry-title a {
  font-size: 0.783em;
  line-height: 1.44;
}
body.theme-style-modern .news-category .col.right .post .entry-meta span {
  margin-bottom: 4px;
}
body.theme-style-modern .latest-events .col-1 {
  width: 65%;
}
body.theme-style-modern .latest-events .col-2 {
  width: 35%;
}
body.theme-style-modern .latest-events .row {
  padding: 0 15px;
}
body.theme-style-modern .latest-events .btn-holder {
  margin: 58px 0 0;
}
body.theme-style-modern .header-part .section-title {
  margin-bottom: 16px;
}
body.theme-style-modern .header-part {
  margin-bottom: 56px;
}
body.theme-style-modern .gallery-slider h2.section-title {
  margin-bottom: 56px;
}
body.theme-style-modern .entry-meta {
  line-height: initial;
}
body.theme-style-modern .team-section .col .text-holder p {
  margin: 0;
  margin-bottom: 24px;
}
body.theme-style-modern .featured-courses ul li .image-holder .description p {
  margin: 0;
  margin-bottom: 16px;
}
body.theme-style-modern
  .header-two.uz-header
  .main-navigation
  ul
  li.menu-item-has-children::after,
body.theme-style-modern .main-navigation ul li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562492 1.9393L4.93062 7.0368C5.00103 7.11892 5.08837 7.18484 5.18665 7.23003C5.28493 7.27523 5.39182 7.29862 5.49999 7.29862C5.60816 7.29862 5.71506 7.27523 5.81334 7.23003C5.91162 7.18484 5.99896 7.11892 6.06937 7.0368L10.4375 1.9393C10.8544 1.45273 10.5087 0.701172 9.86812 0.701172H1.13062C0.489992 0.701172 0.144367 1.45273 0.562492 1.9393V1.9393Z' fill='%23111111' fill-opacity='0.7'/%3E%3C/svg%3E");
  position: absolute;
  top: 28px;
  right: -18px;
  content: "";
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  font-weight: 400;
}
body.theme-style-modern
  .main-navigation
  ul
  ul
  li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562492 1.9393L4.93062 7.0368C5.00103 7.11892 5.08837 7.18484 5.18665 7.23003C5.28493 7.27523 5.39182 7.29862 5.49999 7.29862C5.60816 7.29862 5.71506 7.27523 5.81334 7.23003C5.91162 7.18484 5.99896 7.11892 6.06937 7.0368L10.4375 1.9393C10.8544 1.45273 10.5087 0.701172 9.86812 0.701172H1.13062C0.489992 0.701172 0.144367 1.45273 0.562492 1.9393V1.9393Z' fill='%23ffffff' fill-opacity='0.7'/%3E%3C/svg%3E");
  transform: rotate(-90deg);
  right: 16px;
  top: 22px;
}
body.theme-style-modern
  .site-header.header-one
  .header-bottom.sticky-menu
  .main-navigation
  ul
  li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562492 1.9393L4.93062 7.0368C5.00103 7.11892 5.08837 7.18484 5.18665 7.23003C5.28493 7.27523 5.39182 7.29862 5.49999 7.29862C5.60816 7.29862 5.71506 7.27523 5.81334 7.23003C5.91162 7.18484 5.99896 7.11892 6.06937 7.0368L10.4375 1.9393C10.8544 1.45273 10.5087 0.701172 9.86812 0.701172H1.13062C0.489992 0.701172 0.144367 1.45273 0.562492 1.9393V1.9393Z' fill='%23ffffff' fill-opacity='0.7'/%3E%3C/svg%3E");
}
body.theme-style-modern
  .header-five
  .main-navigation
  ul
  li.menu-item-has-children::after,
body.theme-style-modern
  .header-seven
  .main-navigation
  ul
  li.menu-item-has-children::after,
body.theme-style-modern
  .header-six
  .main-navigation
  ul
  li.menu-item-has-children::after,
body.theme-style-modern
  .header-two
  .main-navigation
  ul
  li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562492 1.9393L4.93062 7.0368C5.00103 7.11892 5.08837 7.18484 5.18665 7.23003C5.28493 7.27523 5.39182 7.29862 5.49999 7.29862C5.60816 7.29862 5.71506 7.27523 5.81334 7.23003C5.91162 7.18484 5.99896 7.11892 6.06937 7.0368L10.4375 1.9393C10.8544 1.45273 10.5087 0.701172 9.86812 0.701172H1.13062C0.489992 0.701172 0.144367 1.45273 0.562492 1.9393V1.9393Z' fill='%23ffffff' fill-opacity='0.7'/%3E%3C/svg%3E");
}
body.theme-style-modern
  .header-five
  .main-navigation
  ul
  li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562492 1.9393L4.93062 7.0368C5.00103 7.11892 5.08837 7.18484 5.18665 7.23003C5.28493 7.27523 5.39182 7.29862 5.49999 7.29862C5.60816 7.29862 5.71506 7.27523 5.81334 7.23003C5.91162 7.18484 5.99896 7.11892 6.06937 7.0368L10.4375 1.9393C10.8544 1.45273 10.5087 0.701172 9.86812 0.701172H1.13062C0.489992 0.701172 0.144367 1.45273 0.562492 1.9393V1.9393Z' fill='%23ffffff' fill-opacity='0.7'/%3E%3C/svg%3E");
  top: 24px;
  right: 12px;
}
body.theme-style-modern
  .header-two.uz-header
  .main-navigation
  ul
  ul
  li.menu-item-has-children::after {
  top: 15px;
  right: 10px;
}
body.theme-style-modern
  .header-two.uz-header
  .main-navigation
  ul
  li.menu-item-has-children::after {
  top: 30px;
  right: 0;
}
body.theme-style-modern .site-header.header-six .header-top {
  border: none;
}
body.theme-style-modern .student-stories .btn-holder .learn-more:focus,
body.theme-style-modern .student-stories .btn-holder .learn-more:hover,
body.theme-style-modern .theme .theme-description .apply:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  .learn-more:hover {
  background: 0 0;
  color: var(--primary-color);
}
body.theme-style-modern .choose-us .col h3 a,
body.theme-style-modern .latest-events .col-2 .post .entry-title a,
body.theme-style-modern .news-category .post .entry-title a {
  color: #1f212b;
}
body.theme-style-modern .choose-us .col h3 a:hover,
body.theme-style-modern .latest-events .col-2 .post .entry-title a:hover,
body.theme-style-modern .news-category .post .entry-title a:hover {
  color: var(--primary-color);
}
body.theme-style-modern .news-category .post .entry-meta span a {
  color: #1f212b80;
}
body.theme-style-modern .latest-events .col-2 .post .entry-meta a {
  color: #1f212bb2;
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  .learn-more {
  color: var(--primary-color);
  text-transform: none;
  background: 0 0;
  font-size: 1.125em;
  line-height: 1.66;
  padding: 0;
  border: none;
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  .learn-more:focus {
  outline: 0;
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  .learn-more:hover {
  color: currentColor;
}
body.theme-style-modern .static-banner .banner-text .wow {
  margin-bottom: 40px;
}
body.theme-style-modern .static-banner .banner-text .text {
  margin: 0;
  padding: 0;
  text-align: left;
  background: 0 0;
}
body.theme-style-modern .static-banner .banner-text {
  bottom: auto;
  top: 150px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
body.theme-style-modern .header-four + .static-banner .banner-text {
  bottom: auto;
  top: 220px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
body.theme-style-modern .template-testimonials {
  padding: 0 15px;
}
body.theme-style-modern .site-header .header-top .top-links span svg {
  margin-top: -2px;
}
body.theme-style-modern .student-stories blockquote cite span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}
body.theme-style-modern .subscription form input[type="email"],
body.theme-style-modern .subscription form input[type="search"] {
  border-width: 2px;
  border-radius: 4px;
}
body.theme-style-modern .slider-gallery .gallery {
  margin: 0;
}
body.theme-style-modern .widget-area .widget-title {
  text-transform: capitalize;
}
body.theme-style-modern .banner .banner .banner-text .text .title,
body.theme-style-modern .banner .banner-text .text span {
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0;
}
body.theme-style-modern .choose-us .col h3 a,
body.theme-style-modern .featured-courses ul li .image-holder .description h2,
body.theme-style-modern .latest-events .col-2 .post .entry-title a,
body.theme-style-modern .news-category .post .entry-title a,
body.theme-style-modern .team-section .col .text-holder .name,
body.theme-style-modern .team-section .team-m-content .name {
  color: var(--section-title-color);
}
@media only screen and (max-width: 1024px) {
  body.theme-style-modern .welcome-note .col .text {
    padding: 30px 0;
  }
  body.theme-style-modern .thumb-text li {
    width: 100%;
  }
  body.theme-style-modern .thumb-text li .box-1,
  body.theme-style-modern .thumb-text li .box-2,
  body.theme-style-modern .thumb-text li .box-3,
  body.theme-style-modern .thumb-text li .box-4 {
    height: unset;
  }
  body.theme-style-modern .choose-us .col {
    flex: 0 0 50%;
    border-bottom: 1px solid #f2f2f2;
  }
  body.theme-style-modern .latest-events .col-1 {
    padding: 0;
  }
  body.theme-style-modern .choose-us .col {
    margin-bottom: 0;
  }
  body.theme-style-modern .latest-events .col-1,
  body.theme-style-modern .latest-events .col-2 {
    width: 100%;
  }
  body.theme-style-modern .theme .theme-description {
    padding: 85px 0;
  }
  body.theme-style-modern .choose-us,
  body.theme-style-modern .featured-courses,
  body.theme-style-modern .gallery-slider,
  body.theme-style-modern .latest-events,
  body.theme-style-modern .news-category,
  body.theme-style-modern .news-category.apply,
  body.theme-style-modern .student-stories .image-wrapper,
  body.theme-style-modern .team-section,
  body.theme-style-modern .welcome-note {
    padding: 65px 0;
  }
  body.theme-style-modern .subscription {
    padding: 45px 0 65px;
  }
  body.theme-style-modern .mobile-header .apply-btn a {
    padding: 15px;
  }
  body.theme-style-modern .mobile-header .site-title a {
    font-size: 1.35em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  body.theme-style-modern .thumb-text li .box-1 {
    border-radius: 8px 8px 0 0;
  }
  body.theme-style-modern .thumb-text li .box-4 {
    border-radius: 0 0 8px 8px;
  }
  body.theme-style-modern .static-banner img {
    height: 692px;
  }
  body.theme-style-modern .main-navigation ul li.menu-item-has-children::after {
    content: none;
  }
  .mobile-menu .main-navigation ul li .angle-down:after {
    background: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.562492 1.9393L4.93062 7.0368C5.00103 7.11892 5.08837 7.18484 5.18665 7.23003C5.28493 7.27523 5.39182 7.29862 5.49999 7.29862C5.60816 7.29862 5.71506 7.27523 5.81334 7.23003C5.91162 7.18484 5.99896 7.11892 6.06937 7.0368L10.4375 1.9393C10.8544 1.45273 10.5087 0.701172 9.86812 0.701172H1.13062C0.489992 0.701172 0.144367 1.45273 0.562492 1.9393V1.9393Z' fill='%23111111' fill-opacity='0.7'/%3E%3C/svg%3E")
      center center no-repeat;
  }
}
@media screen and (max-width: 767px) {
  body.theme-style-modern .widget_education_zone_pro_stat_counter_widget {
    flex: 0 0 50%;
    border-bottom: 1px solid #f2f2f2;
  }
  body.theme-style-modern .welcome-note .row {
    flex-wrap: wrap;
  }
  body.theme-style-modern .choose-us .col {
    flex: 0 0 100%;
  }
  body.theme-style-modern .news-category .col {
    padding: 0;
  }
  body.theme-style-modern .choose-us,
  body.theme-style-modern .gallery-slider,
  body.theme-style-modern .latest-events,
  body.theme-style-modern .news-category,
  body.theme-style-modern .news-category.apply,
  body.theme-style-modern .student-stories .image-wrapper,
  body.theme-style-modern .subscription,
  body.theme-style-modern .team-section,
  body.theme-style-modern .theme .theme-description {
    padding: 50px 15px;
  }
  body.theme-style-modern .featured-courses,
  body.theme-style-modern .welcome-note {
    padding: 50px 0;
  }
  body.theme-style-modern .banner .banner-text .text span {
    margin-bottom: 20px;
  }
  body.theme-style-modern .banner .banner-text .text {
    padding: 40px 5px;
    position: relative;
    z-index: 2;
  }
  body.theme-style-modern .theme .theme-description .apply {
    margin-bottom: 20px;
  }
  body.theme-style-modern .news-category .post .post-thumbnail {
    margin-bottom: 15px;
  }
  body.theme-style-modern .news-category .post .text {
    padding: 0;
  }
  body.theme-style-modern .latest-events .row {
    padding: 0;
  }
  body.theme-style-modern .choose-us .row {
    margin: 0 -15px;
  }
  body.theme-style-modern .banner .banner .banner-text .text .title,
  body.theme-style-modern .banner .banner-text .text span {
    font-size: 28px;
    line-height: 1.3;
  }
  body.theme-style-modern .student-stories .owl-carousel .owl-nav .owl-next,
  body.theme-style-modern .student-stories .owl-carousel .owl-nav .owl-prev {
    top: 0;
  }
  body.theme-style-modern .static-banner img {
    height: 230px;
  }
}
body.theme-style-modern .student-stories,
body.theme-style-modern .theme {
  background-attachment: fixed !important;
  background-position: initial !important;
}
body.theme-style-modern .featured-courses ul li .image-holder:hover,
body.theme-style-modern .template-courses .cat-posts .post:hover {
  box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
body.theme-style-modern .featured-courses ul li .image-holder,
body.theme-style-modern .template-courses .cat-posts .post {
  transition: all 0.25s linear;
}
body.theme-style-modern .template-courses .cat-posts .post .post-thumbnail img,
body.theme-style-modern .template-events .post .post-thumbnail img {
  width: 100%;
}
body.theme-style-modern .latest-events .col-2 .post .post-thumbnail,
body.theme-style-modern .news-category .post .post-thumbnail,
body.theme-style-modern .template-events .post .post-thumbnail {
  overflow: hidden;
}
body.theme-style-modern .latest-events .col-2 .post .post-thumbnail img,
body.theme-style-modern .news-category .post .post-thumbnail img,
body.theme-style-modern .template-events .post .post-thumbnail img {
  transition: all 0.4s ease-in;
}
body.theme-style-modern .latest-events .col-2 .post .post-thumbnail img:hover,
body.theme-style-modern .news-category .post .post-thumbnail img:hover,
body.theme-style-modern .template-events .post .post-thumbnail img:hover {
  transform: scale(1.08);
}
body.theme-style-modern
  .template-courses
  .cat-posts
  .post-lists
  li
  .entry-title
  a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
body.theme-style-modern
  .template-courses
  .cat-posts
  .post-lists
  li
  .entry-title
  a {
  color: var(--section-title-color);
}
body.theme-style-modern
  .template-courses
  .cat-posts
  .post-lists
  li
  .entry-title
  a:hover {
  color: var(--primary-color);
}
body.theme-style-modern .choose-us .col h3 a,
body.theme-style-modern .featured-courses ul li .image-holder .description h2,
body.theme-style-modern .latest-events .post .entry-title a,
body.theme-style-modern .news-category .post .entry-title a,
body.theme-style-modern .team-section .col .text-holder .name,
body.theme-style-modern .team-section .team-m-content .name,
body.theme-style-modern .thumb-text li h3 a {
  line-height: 1.34;
}
body.theme-style-modern .choose-us .col h3 a,
body.theme-style-modern .thumb-text li h3 a {
  font-size: 1.26em;
}
body.theme-style-modern .news-category .post .entry-title a {
  font-size: 1.14em;
}
body.theme-style-modern .team-section .team-m-content .name {
  font-size: 1.2em;
}
body.theme-style-modern .latest-events .post .entry-title a {
  font-size: 1.04em;
}
body.theme-style-modern .welcome-note .odometer-inside span {
  font-size: 38px;
  line-height: 1.26;
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  h2
  a {
  color: var(--section-title-color);
}
body.theme-style-modern
  .featured-courses
  ul
  li
  .image-holder
  .description
  h2
  a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
body.theme-style-modern .site-footer .widget:not(.widget-title) {
  color: #d6d6d6;
}
