:root {
  --gru-primary: #135e9e;
  --gru-primary-hover: #f37335;
  --gru-border-radius: 10px;
  --color-primary: #135e9e;
  --color-primary-hover: #f37335;
  --t4-light-rgb: 255, 255, 255;
  --gru-text-black: #575757;
}

.container {
  max-width: 1291px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.container .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html {
  overflow-x: hidden;
}

#t4-footnav .t4-module {
  margin-bottom: 0;
}

.t4-footnav {
  overflow: hidden;
}

.btn-white {
  border: 2px solid #fff;
  color: #fff;
}

.mod-custom_banner>div {
  aspect-ratio: 1360 / 424;
}

.mod-languages.advanced-dropdown form>a.langChoose {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ff0000;
  margin-top: 0;
}

.mod-languages.advanced-dropdown .caret {
  display: none;
}

.mod-languages.advanced-dropdown .lang-inline {
  position: absolute;
  left: -3em;
  padding: 10px;
}

#Mod148 {
  background: linear-gradient(90deg, #ffe2e2 0%, #ffffff 100%);
}

.mod-languages.advanced-dropdown .lang-inline li {
  margin: 0;
}

.mod-languages.advanced-dropdown .lang-inline a {
  display: block;
  width: 185px;
  background-color: transparent;
  border-radius: unset;
  height: auto;
}

div.mod-languages {
  margin-left: -10px;
  display: flex;
  align-items: center;
  height: 100%;
}

div.mod-languages ul {
  display: flex;
}

div.mod-languages ul li {
  margin: 0;
}

div.mod-languages ul li:not(:last-child) a {
  border-right: solid 1px #dddddd;
}

div.mod-languages a {
  border-radius: #ff0000 solid 1px;
  background-color: transparent;
  color: #666666 !important;
  border-radius: 0;
  height: auto;
  width: auto;
  padding: 0px 10px;
  font-weight: 700;
  font-size: 16px;
}

div.mod-languages .lang-active a {
  color: #ff0000 !important;
  cursor: default;
}

.footnav-1 {
  width: 100%;
  margin: 0 !important;
}

.footnav-1 .container {
  padding-top: 0;
  padding-bottom: 0;
}

/*首页样式新增 开始*/
#t4-hero {
  margin-bottom: 40px;
}

.mod-custom_banner>div {
  line-height: 2 !important;
}

.mod-custom_banner>div :last-child {
  margin-bottom: 0;
}

.mod-custom_banner {
  padding: 0 15px;
}

#t4-home-section-3 {
  padding: 0px !important;
}

.t4-home-section-2 {
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}

.t4-home-section-2 .d-flex {
  flex-wrap: wrap;
}

.t4-home-section-2 .guru-mod--courses {
  margin: 80px 0 60px;
}

.t4-home-section-2 .d-flex>.item {
  width: 44% !important;
}

p+.list-ul-pencil {
  margin-top: 30px;
}

.list-ul-pencil {
  list-style-image: url("/images/banners/4a2a135408f9e81e3431df15fca20fe0.png");
  padding-left: 30px;
}

.list-ul-pencil li {
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(2rem, calc(1rem + 3.5vw), 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 26px;
  color: #2b2b2b;
}

h2 strong {
  color: #ff0000;
}

p+p .btn-arrow,
p+.btn-arrow {
  margin-top: 24px;
}

.btn-arrow {
  font-size: 18px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #ff0000;
  color: #fff;
  min-width: 191px;
  position: relative;
  padding: 5px 10px 5px 35px;
  font-weight: 500;
  transition: 0.3s all;
}

.btn-arrow:hover {
  background-color: #b80303;
  color: #fff;
}

.btn-blue {
  background-color: #135e9e;
}

.btn-blue path {
  fill: #135e9e;
}

.btn-blue:hover {
  color: #fff;
  background-color: #f37335;
}

.btn-blue:hover path {
  fill: #f37335;
}

.btn-icon-arrow {
  width: 28px;
  height: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.mod-custom_course .item:not(.text-start) img {
  border-radius: 30px;
}

.newsflash-image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 370/246;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

.newsflash-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  color: #575757;
  font-size: 0.875rem;
  line-height: 1.35;
}

.card-language {
  border-radius: 30px;
  background-color: #ffd31d;
  position: absolute;
  margin-top: -31px;
  margin-left: 20px;
  padding: 3px 20px;
}

.card-intro {
  display: flex;
  gap: 19px;
  margin-top: 16px;
}

.newsflash-title {
  margin: 7px 0;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
}

.intro-icon {
  display: flex;
  gap: 6px;
}

.btn-readmore {
  font-weight: 700;
}

.btn-readmore svg {
  margin-left: 3px;
}

.btn-readmore path {
  fill: var(--body-link-color);
}

.btn-readmore:hover {
  color: var(--body-link-hover-color);
}

.btn-readmore:hover path {
  fill: var(--body-link-hover-color);
}

.contact-infor a {
  color: inherit;
  text-decoration: underline;
}

.custom_course_contact p {
  margin-bottom: 8px;
}

.contact-infor img {
  margin-right: 10px;
}

.contact-infor+p:not(.contact-infor) {
  margin-top: 30px;
}

.t4-footnav .t4-module {
  margin: 0;
}

@media (max-width: 991px) {
  h2 {
    margin-bottom: 16px;
  }

  .navbar-brand img {
    height: 40px;
    width: auto;
  }

  .t4-home-section-2 .guru-mod--courses {
    margin: 40px 0 20px;
  }

  .t4-home-section-2 .d-flex>.item {
    width: 100% !important;
  }

  .t4-home-section-2 .text-start {
    order: -1;
    margin-bottom: 30px;
  }

  .t4-home-section-2 .text-start :last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .mod-custom_course .item {
    flex: 0 0 45.5%;
  }

  .mod-custom_banner>div {
    aspect-ratio: auto;
    min-height: 424px;
  }
}

.d-inline-block {
  padding-inline: 8vw;
  padding-bottom: 2vh;
  font-size: 1.5vw !important;
}

.t4-main-body {
  /* margin-top: 150px; */
}

.t4-section-inner {
  /* padding-top: 50px; */
}

/*首页样式新增 结束*/

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: #fff;
  color: #198754;
}

.padding-zero {
  padding: 0px !important;
}

.t4-header {
  z-index: 200;
}

.t4-home-section-3 .custom>div {
  background-size: cover !important;
}

.t4-home-section-3 .custom>div>div {
  max-width: 990px;
  margin: 0 auto;
}

.t4-home-section-3 .custom>div>div img {
  flex-wrap: wrap;
  max-width: 45%;
  height: auto !important;
  width: 420px !important;
}

.t4-home-section-3 .moduletable {
  border: unset;
  width: 100%;
}

.t4-home-section-3 .mod-articlesnews.newsflash {
  display: grid;
  gap: 30px;
}

.t4-home-section-3 .mod-articlesnews__item p {
  font-size: 14.2px;
  font-weight: 400;
  line-height: 22.35px;
  color: #575757;
}

.t4-home-section-3 .newsflash-title a {
  font-weight: 500;
  font-size: 20.3px;
  line-height: 30.45px;
  color: #2b2b2b;
}

.socials {
  list-style: none;
  display: flex;
  gap: 20px;
  float: right;
  margin: 25px 0 0 0;
}

.socials a {
  width: 30px;
  height: 30px;
  background-color: #ff0000;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border-radius: 100%;
}

#t4-footnav .socials {
  align-items: flex-end;
  margin-top: 0;
}

.mod-articleslatest .content span {
  transition: all 0.4s ease-in-out;
}

.mod-articleslatest .content a:hover span {
  color: #f37335;
}

.icon-custom {
  font-family: "FontAwesome";
  font-weight: 400;
}

.icon-fb::before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-instagram:before {
  content: "\f16d";
}

.header-block-2 .socials {
  display: flex;
}

.footer-2 {
  text-align: left;
  padding: 35px 0;
  background: linear-gradient(90deg, #ffe2e2 0%, #ffffff 100%);
  font-size: 0.875rem;
}

.footer-top {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.last-mb-none :last-child {
  margin-bottom: 0;
}

.t4-footnav .t4-section-inner.container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.mod-languages .jmodedit {
  display: none;
}

.gru-page-filters #startfinish,
.gru-page-filters #endfinish {
  margin-right: 0;
  margin-left: 10px;
}

.gru-page-filters #startfinish_btn,
.gru-page-filters #endfinish_btn {
  margin-left: 0 !important;
  margin-right: 15px;
}

.gru-page-filters>.gru-filter-item {
  margin-right: 15px;
  flex-wrap: wrap;
}

.gru-page-filters>.gru-filter-item>.gru-filter-item {
  margin: 0;
}

.gru-page-filters #studentid {
  margin-left: 10px;
}

.gru-page-filters .input-group {
  flex-wrap: nowrap;
}

#guru-component ul.pagination {
  flex-wrap: wrap;
  justify-content: center;
}

#guru-component ul.pagination li {
  margin: 7px 0;
}

@media (min-width: 767px) {
  .t4-home-section-3 .mod-articlesnews.newsflash {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .container {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}

@media (min-width: 992px) {
  .t4-home-section-3 .mod-articlesnews.newsflash {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header-block-2 {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .header-block-2 .navbar-brand {
    border-bottom: 1px solid #eae5e5;
    padding-bottom: 22px;
    margin-bottom: 22px;
    margin: 0;
  }

  .t4-megamenu .navbar-nav>li>.nav-link {
    padding: 22px 0 4px;
    margin: 0;
    border: none !important;
  }

  .t4-megamenu .navbar-nav>li.active>.nav-link,
  .t4-megamenu .navbar-nav>li:hover>.nav-link {
    color: inherit;
    position: relative;
  }

  .t4-megamenu .navbar-nav>li.active>.nav-link::after,
  .t4-megamenu .navbar-nav>li:hover>.nav-link::after {
    content: "";
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background-color: #156788;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 1365px) {
  .t4-megamenu .navbar-nav>li>.nav-link {
    margin: 0;
  }
}

/* HERO SECTION
-------------------------------------------- */
.gru-hero {
  background-image: url("/images/cover/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

@media (min-width: 992px) {
  .gru-hero {
    padding: 140px 0;
  }
}

.gru-hero .container {
  position: relative;
  z-index: 10;
}

.gru-hero h1,
.gru-hero .hero-heading {
  line-height: 1.2;
}

.gru-hero p,
.gru-hero .lead {
  line-height: 1.75;
}

.gru-hero .sub-intro {
  border-radius: 10px;
  box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
}

@media (min-width: 992px) {
  .gru-hero .sub-intro {
    margin-bottom: -230px;
  }
}

.hero-mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Features */
.gru-features-list {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}

.no-scroll {
  height: auto !important;
  overflow: visible !important;
}

@media (max-width: 767px) {
  .t4-home-section-3 .mod-articlesnews__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .t4-home-section-3 .newsflash-image img {
    width: 100%;
  }

  .header-block-2 .socials {
    margin-top: 0;
  }

  .header-block-2 .socials>li:not(:last-child) {
    display: none;
  }

  .nav-breakpoint-lg .collapse-static {
    margin-right: 0 !important;
  }

  .t4-offcanvas-toggle i {
    color: #666666;
  }

  #t4-footnav .socials {
    margin-top: 20px;
    width: 100%;
    padding: 0;
  }

  #t4-footnav .socials li:first-child {
    margin-right: auto;
  }

  .gru-course-detail .gru-course-info h2 {
    font-size: 26px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw - 90px);
  }

  .gru-page-filters .gru-filter-item>div {
    margin-bottom: 7px;
  }

  .gru-page-filters .gru-filter-item .field-calendar {
    width: 42%;
  }
}

@media (max-width: 576px) {
  .gru-features-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .t4-home-section-3 .custom>div>div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t4-home-section-3 .custom>div>div img {
    max-width: 100%;
  }
}

.gru-features-list .features-cover {
  border-radius: 8px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gru-features-list .features-cover {
    display: block;
  }
}

.gru-features-list .features-content {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 64px 24px;
  position: relative;
  z-index: 20;
}

@media (min-width: 992px) {
  .gru-features-list .features-content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 64px 48px;
  }
}

/* FEATURES COURSE */
.courses-heading .lead {
  width: 100%;
}

@media (min-width: 992px) {
  .courses-heading .lead {
    width: 50%;
  }
}

.guru-module-courses-horizontal .guru-courses-list {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}

.guru-courses-list_v2 {
  max-width: 1074px;
  margin: 40px auto 0;
}

.guru-module-courses-horizontal .guru-courses-list_v2 {
  justify-content: center;
}

.guru-module-courses-horizontal .guru-courses-list_v2 .guru-course-item {
  margin-bottom: 25px;
  text-align: left;
}

.guru-module-courses-horizontal .guru-courses-list_v2 .guru-course-media {
  margin: 0 0 30px 15;
}

.guru-courses-list_v2 .guru-course-media {
  width: calc(100% + 76px);
  margin: -28px -38px 28px !important;
}

.guru-courses-list_v2 .guru-course-media img {
  width: 100%;
  height: auto;
}

.guru-module-courses-horizontal .guru-courses-list_v2 .guru-course-item-inner {
  padding: 28px 38px;
  border-radius: 25px;
  box-shadow: 0px 0px 50px 2px #a6a6a640;
  height: 100%;
  overflow: hidden;
}

.guru-module-courses-horizontal .guru-courses-list_v2 .guru-mod--courses__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}

.guru-module-courses-horizontal .guru-courses-list_v2 .guru-mod--courses__item-desc p {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 275;
}

div#guru-component .gru-courses .gru-cat {
  background-color: transparent;
  border: none;
  padding: 0;
}

.page-header h1,
div#guru-component .gru-courses .gru-cat .gru-cat-ct h3 {
  font-size: clamp(2rem, calc(1rem + 3.5vw), 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 26px;
  color: #ff0000;
}

.page-header h1 strong,
div#guru-component .gru-courses .gru-cat .gru-cat-ct h3 strong {
  color: #2b2b2b;
}

@media (min-width: 768px) {
  .guru-module-courses-horizontal .guru-courses-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .guru-module-courses-horizontal .guru-courses-list {
    grid-template-columns: repeat(3, 1fr);
  }

  #t4-hero {
    margin-bottom: 80px;
  }

  #t4-hero+#t4-main-body {
    padding-top: 0;
  }
}

.guru-module-courses-horizontal .guru-courses-list .guru-course-item-inner {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 0;
  height: 100%;
  padding: 24px 24px 32px 24px !important;
  transition: all 0.25s ease-in-out;
}

.guru-module-courses-horizontal .guru-course-media {
  margin: -24px -24px 0;
}

.guru-module-courses-horizontal .guru-mod--courses__item-thumb {
  border-radius: 20px;
}

.guru-module-courses-horizontal .guru-courses-list .guru-course-item-inner:hover {
  /* box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.17); */
}

.guru-module-courses-horizontal .guru-course-title {
  font-size: 48.8px;
  font-weight: 700;
  line-height: 58.94px;
  margin-top: 0;
  color: #2b2b2b;
}

.guru-module-courses-horizontal .guru-course-title span:last-child {
  color: #ff0000;
}

.guru-module-courses-horizontal .guru-course-subtitle {
  font-size: 14.2px;
  font-weight: 400;
  line-height: 22.35px;
  margin: 20px 0;
  color: #575757;
}

.guru-module-courses-horizontal .guru-course-item .guru-mod--courses__item-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.guru-module-courses-horizontal .guru-course-item:hover .guru-mod--courses__item-thumb::after {
  opacity: 1;
  visibility: visible;
}

.guru-module-courses-horizontal .guru-courses-list .guru-mod--courses__item-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.guru-module-courses-horizontal .guru-courses-list .guru-mod--courses__item-desc>p {
  font-size: 1rem;
}

#myTab {
  border-bottom: 2px solid #d1d5db;
  margin-bottom: 8px;
}

#myTab li {
  padding: 0 8px;
}

#myTab .nav-link {
  border: 0;
  border-radius: 0;
  color: var(--body-text-color);
  font-size: 1rem;
  padding: 8px 0;
  position: relative;
  margin-bottom: -2px;
}

#myTab .nav-link::after {
  background: #6b7280;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 16px;
  opacity: 0;
  right: 16px;
  transition: all 0.25s ease;
}

#myTab .nav-link:hover::after {
  opacity: 1;
  left: 0;
  right: 0;
}

#myTab .nav-link.active {
  background: transparent;
  border: 0;
  color: var(--t4-primary);
}

#myTab .nav-link.active::after {
  background-color: var(--t4-primary);
  opacity: 1;
  left: 0;
  right: 0;
}

.guru-mod--courses__item-title {
  color: var(--body-text-color);
}

.guru-mod--courses__item-title:hover,
.guru-mod--courses__item-title:focus,
.guru-mod--courses__item-title:active {
  color: var(--body-link-hover-color);
}

/* Gru social list */
.gru-social-list {
  list-style: none;
}

.gru-social-list li {
  padding: 0 6px;
}

.gru-social-list li a {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  opacity: 0.3;
}

.gru-social-list li a:hover,
.gru-social-list li a:focus,
.gru-social-list li a:active {
  opacity: 1;
}

.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
  padding-left: 0;
  padding-right: 0;
}

.tag-category .filters {
  flex-wrap: wrap;
}

#guru-component .moderm-layout .guru-course-view>ul.uk-tab>li.uk-active>a {
  transition: all 0.4s ease-in-out;
}

#guru-component .moderm-layout .guru-course-view>ul.uk-tab>li.uk-active>a:hover {
  background-color: var(--gru-primary-hover);
}

.t4-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

div#guru-component .uk-panel-box {
  box-shadow: none;
  border: 1px solid #d6d6d6;
}

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

.gru-cover-purchase-btn {
  display: flex;
}

.gru-cover-purchase-btn .btn {
  position: relative;
  border-radius: 30px;
  padding-left: 60px;
  padding-right: 40px;
  margin: auto;
}

.gru-cover-purchase-btn .btn i {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  color: var(--color-primary);
  position: absolute;
  top: 50%;
  transition: all 0.4s ease-in-out;
  left: 6px;
  transform: translateY(-50%);
}

.gru-cover-purchase-btn .btn:hover i {
  color: var(--color-primary-hover);
}

#guru-component .course-sidebar-inner {
  box-shadow: none;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  overflow: hidden;
}

#guru-component .course-sidebar-inner .gru-course-cover {
  margin: calc(var(--gru-spacing) * -3) calc(var(--gru-spacing) * -3) calc(var(--gru-spacing) * 2);
}

#guru-component .course-sidebar-inner .gru-course-cover {
  border-radius: 0;
}

#guru-component .uk-panel-box-secondary .uk-panel-title a {
  color: #2b2b2b;
}

.name_guru {
  margin-bottom: 13px;
}

.gru-course-item .guru-author-link,
.description_guru {
  color: var(--gru-text-black);
}

.gru-course-item .guru-author-link {
  font-weight: 700;
}

.gru-course-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
}

.gru-course-detail.moderm-layout .tab-content {
  padding: 0;
  border: none;
}

.gru-course-detail.moderm-layout .tab-content {
  max-width: 760px;
}

.gru-course-detail h2 {
  color: #2b2b2b;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 17px;
}

.gru-course-detail p {
  color: #575757;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

.gru-course-detail h3 {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 23px;
}

.sidebar-custom .widget {
  margin-bottom: 40px;
}

.sidebar-custom .widget:last-child {
  margin-bottom: 0;
}

.sidebar-custom .widget-search form {
  position: relative;
}

.sidebar-custom .widget-search form input {
  width: 100%;
  height: 52px;
  color: #575757;
  font-size: 14.23px;
  font-style: italic;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #c9c9c9;
}

.sidebar-custom .widget-search form button {
  background-color: inherit;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar-custom .widget-title {
  color: #2b2b2b;
  font-size: 20.32px;
  font-weight: 500;
  border: 1px solid #f6986b;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.sidebar-custom .widget-categories ul {
  padding: 0 20px;
}

.sidebar-custom .widget-categories ul li {
  color: #575757;
  font-size: 18.29px;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

.sidebar-custom .widget-categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-custom .widget-categories ul li a {
  display: inline-block;
  color: #2b2b2b;
  font-size: 18.29px;
}

.sidebar-custom .widget-categories ul li a:hover {
  color: #f37335;
}

.sidebar-custom .widget-categories ul li span {
  margin-left: auto;
}

.sidebar-custom .widget-posts .wd-posts {
  padding: 0 10px 0 20px;
}

.sidebar-custom .widget-posts .wd-posts .wd-post {
  margin-bottom: 25px;
}

.sidebar-custom .widget-posts .wd-posts .wd-post:last-child {
  margin-bottom: 0;
}

.sidebar-custom .widget-posts .wd-posts .wd-post .wd-info {
  max-width: calc(100% - 52px);
  padding-left: 10px;
}

.sidebar-custom .widget-posts .wd-posts .wd-post .wd-info>h3 {
  color: #2b2b2b;
  font-size: 14.23px;
  line-height: 18.29px;
  margin-bottom: 3px;
  font-weight: 500;
  margin-top: 0;
}

.sidebar-custom .widget-posts .wd-posts .wd-post .wd-info>h3:hover {
  color: #f37335;
}

.sidebar-custom .widget-posts .wd-posts .wd-post .wd-info>span {
  display: block;
  color: #575757;
  font-size: 14.23px;
}

.sidebar-custom .widget-comments ul {
  padding: 0 10px 0 20px;
}

.sidebar-custom .widget-comments ul li {
  display: block;
  color: #2b2b2b;
  font-size: 14.23px;
  font-family: Poppins, sans-serif;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
}

.sidebar-custom .widget-comments ul li:last-child {
  margin-bottom: 0;
}

.sidebar-custom .widget-comments ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 15px;
  background-image: url(/images/icon18.png);
  background-repeat: no-repeat;
}

.sidebar-custom .widget-comments ul li a {
  font-weight: 500;
}

.sidebar-custom .widget-comments ul li:hover {
  color: #f37335;
}

.sidebar-custom .widget-comments ul li:hover a {
  color: #2b2b2b;
}

.sidebar-custom .widget-archives ul {
  padding: 0 10px 0 20px;
}

.sidebar-custom .widget-archives ul li {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}

.sidebar-custom .widget-archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-custom .widget-archives ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #155799;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sidebar-custom .widget-archives ul li a {
  display: block;
  color: #2b2b2b;
  font-size: 14.23px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

.sidebar-custom .widget-archives ul li a:hover {
  color: #f37335;
}

.sidebar-custom .widget-tags ul {
  padding: 0 20px;
  margin-bottom: -5px;
}

.sidebar-custom .widget-tags ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}

.sidebar-custom .widget-tags ul li a {
  display: inline-block;
  color: #575757;
  font-size: 14.23px;
  border: 1px solid #ece8e8;
  border-radius: 30px;
  padding: 6px 8px;
}

.sidebar-custom .widget-calendar .mdp-calendar {
  text-align: center;
  padding: 0 20px;
}

.sidebar-custom .widget-calendar .mdp-calendar .month {
  color: #2b2b2b;
  font-size: 14.23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sidebar-custom .widget-calendar .mdp-calendar table {
  width: 100%;
}

.sidebar-custom .widget-calendar .mdp-calendar table thead tr th {
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0;
}

.sidebar-custom .widget-calendar .mdp-calendar table tbody td {
  padding: 6px 0;
  color: #2b2b2b;
  font-size: 14px;
}

.sidebar-custom .widget-calendar .mdp-calendar table tbody td.active {
  background: linear-gradient(270deg, #fdc830, #f37335);
  color: #fff;
  border-radius: 50%;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls {
  margin-top: 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls li {
  display: inline-block;
  margin-right: 90px;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls li:last-child {
  margin-right: 0;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls li:last-child a i {
  margin-right: 0;
  margin-left: 6px;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls li a {
  display: inline-block;
  color: #2b2b2b;
  font-size: 14.23px;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls li a:hover {
  color: #155799;
}

.sidebar-custom .widget-calendar .mdp-calendar .controls li a i {
  margin-right: 6px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.blog-section {
  padding-bottom: 146px;
}

.blog-section .section-title p {
  max-width: 550px;
}

.blog-section .blog-posts .blog-post.without-thumb:hover .blog-thumbnail:before {
  display: none;
}

.blog-section .blog-posts .blog-post .blog-thumbnail {
  position: relative;
  margin-bottom: 20px;
}

.blog-section .blog-posts .blog-post .blog-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.blog-section .blog-posts .blog-post .blog-thumbnail>a img,
.blog-section .blog-posts .blog-post .blog-thumbnail>img {
  border-radius: 20px;
}

.blog-section .blog-posts .blog-post .blog-thumbnail .category {
  position: absolute;
  bottom: -12px;
  left: 20px;
  padding: 0 20px;
  color: #2b2b2b;
  font-size: 14.23px;
  height: 24px;
  line-height: 24px;
  background-color: #ffd31d;
  border-radius: 30px;
}

.blog-section .blog-posts .blog-post:hover .blog-thumbnail:before {
  opacity: 1;
  visibility: visible;
}

.blog-section .blog-posts .blog-post .blog-info {
  padding: 0 20px;
}

.blog-section .blog-posts .blog-post .blog-info>h3 {
  color: #2b2b2b;
  font-size: 20.32px;
  font-weight: 500;
  margin-bottom: 4px;
}

.blog-section .blog-posts .blog-post .blog-info>h3:hover {
  color: #1260a0;
}

.blog-section .blog-posts .blog-post .blog-info p {
  margin-bottom: 13px;
}

.blog-section .blog-posts .blog-post .blog-info .read-more {
  display: inline-block;
  color: #155799;
  font-size: 14.23px;
  font-weight: 600;
}

.blog-section .blog-posts .blog-post .blog-info .read-more i {
  padding-left: 3px;
}

.blog-section.posts-page,
.blog-section.posts-page .blog-posts .blog-post {
  margin-bottom: 60px;
}

.blog-section.posts-page .blog-posts .blog-post:last-child {
  margin-bottom: -7px;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info .category {
  padding: 0 20px;
  color: #2b2b2b;
  font-size: 14.23px;
  height: 24px;
  line-height: 24px;
  background-color: #ffd31d;
  border-radius: 30px;
  position: relative;
  top: -10px;
  display: inline-block;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info h3 {
  font-size: 36.58px;
  font-weight: 500;
  position: relative;
  line-height: 44.71px;
  margin-bottom: 9px;
  margin-top: 0;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info h3 a {
  color: inherit;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info p {
  margin-bottom: 19px;
}

.chat-format {
  padding-left: 0;
  margin-bottom: 0;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info .chat-format li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info .chat-format li>strong {
  color: #2b2b2b;
  font-size: 18.29px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  width: 100px;
}

.blog-section.posts-page .blog-posts .blog-post .blog-info .chat-format li p {
  max-width: calc(100% - 100px);
  padding-left: 10px;
}

.blog-section.posts-page .blog-posts .blog-post.without-thumb .blog-thumbnail {
  margin-bottom: 10px;
  padding: 0 20px;
}

.blog-section.posts-page .blog-posts .blog-post.without-thumb .blog-thumbnail .category {
  position: static;
}

.blog-section.posts-page .blog-posts .blog-post.without-title .blog-info p {
  color: #2b2b2b;
  font-size: 18.29px;
  font-family: Poppins, sans-serif;
  line-height: 24.39px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-section.posts-page .blog-posts .blog-post.gallery-post .blog-info {
  padding-top: 0;
  position: relative;
  top: -20px;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post {
  border: 1px solid #eae5e5;
  border-radius: 20px;
  text-align: center;
  padding: 50px 100px 51px;
  background-image: url(/images/element-bg2.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post.no-bg {
  background: #fff;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info .category {
  padding: 0 20px;
  color: #2b2b2b;
  font-size: 14.23px;
  height: 24px;
  line-height: 24px;
  background-color: #ffd31d;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info .meta {
  margin-bottom: 29px;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info p {
  color: #2b2b2b;
  font-size: 18.29px;
  font-weight: 600;
  line-height: 26.42px;
  margin-bottom: 20px;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info h4 {
  color: #575757;
  font-size: 14.23px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 66px;
  height: 47px;
  background-image: url(/images/quote.png);
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info>span {
  display: block;
  color: #f37335;
  font-size: 12.19px;
  font-style: italic;
  position: relative;
  z-index: 9;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info h3 {
  font-size: 20.32px;
  line-height: 26.42px;
  position: relative;
  z-index: 1;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -10px;
  width: 70px;
  height: 70px;
  background-image: url(/images/link.png);
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}

.blog-section.posts-page .blog-posts .blog-post.quote-post .blog-info .read-more {
  position: relative;
  z-index: 9;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}

.video-play:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.meta {
  margin-bottom: 3px;
  padding-left: 0;
}

.meta li {
  display: inline-block;
  margin-right: 16px;
}

.meta li:last-child {
  margin-right: 0;
}

.meta li a {
  display: inline-block;
  color: #575757;
  font-size: 14.23px;
  font-weight: 500;
}

.meta li img {
  margin-right: 6px;
}

.mdp-pagiation {
  text-align: right;
  margin-top: 18px;
}

.mdp-pagiation .pagination {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mdp-pagiation .pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.mdp-pagiation .pagination .page-link {
  border: 0;
  padding: 0;
  line-height: inherit;
  color: #bbb;
  font-size: 18.29px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  position: relative;
  padding-bottom: 1px;
}

.mdp-pagiation .pagination .page-link:hover {
  background-color: inherit;
}

.mdp-pagiation .pagination .page-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f37335;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.mdp-pagiation .pagination .page-link.active,
.mdp-pagiation .pagination .page-link:hover {
  color: #2b2b2b;
}

.mdp-pagiation .pagination .page-link.active:before,
.mdp-pagiation .pagination .page-link:hover:before {
  opacity: 1;
  visibility: visible;
}

.mdp-pagiation .pagination li {
  margin-right: 18px;
}

.mdp-pagiation .pagination li:last-child {
  margin-right: 0;
}

.blog .blog-items .blog-item .item-image,
.blog .items-row .item .item-image {
  float: none;
}

.blog .blog-items .blog-item .item-image img,
.blog .items-row .item .item-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}

.blog .blog-items .blog-item h2,
.blog .items-row .item h2 {
  font-size: 36.58px;
  font-weight: 500;
  position: relative;
  line-height: 44.71px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.blog .blog-items .blog-item p,
.blog .items-row .item p {
  margin-top: 0;
}

.blog .blog-items .blog-item .author-img,
.blog .items-row .item .author-img {
  display: none;
}

.blog .blog-items .blog-item .published,
.blog .items-row .item .published {
  /* order: -1; */
  /* margin-right: 15px; */
}

.blog .blog-items .blog-item .article-info .published {
  margin-right: 0;
}

.blog .blog-items .blog-item .article-info dd {
  /* order: -1; */
  margin-right: 15px;
}

.blog .blog-items .blog-item .published .fa-calendar,
.blog .items-row .item .published .fa-calendar {
  display: none;
}

.blog .blog-items .blog-item .article-info dd:after,
.blog .items-row .item .article-info dd:after {
  display: none;
}

.blog .blog-items .blog-item .item-content,
.blog .items-row .item .item-content {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

.blog .blog-items .blog-item .item-content .article-info,
.blog .items-row .item .item-content .article-info {
  order: -1;
}

.blog .blog-items .blog-item .btn-readmore,
.blog .items-row .item .btn-readmore {
  background-color: transparent;
  padding: 0;
  color: var(--body-link-color);
  margin-top: 0.75rem;
  display: block;
}

.blog .blog-items .blog-item .btn-readmore:hover,
.blog .items-row .item .btn-readmore:hover {
  color: var(--body-link-hover-color);
}

.blog .blog-items .blog-item .btn-readmore span,
.blog .items-row .item .btn-readmore span {
  font-size: 20px;
  line-height: 10px;
  vertical-align: middle;
}

.pager-section {
  background-repeat: no-repeat;
  background-position: 100%;
  padding: 75px 0 85px;
}

.pager-section.blog-version {
  padding: 169px 0 242px;
  position: relative;
  background-position: 50%;
  background-size: cover;
}

.pager-section.blog-version:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.pager-section.blog-version .pager-content>h2 {
  color: #fff;
  max-width: 650px;
  line-height: 81.3px;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 18px;
}

.pager-section.blog-version .pager-content ul li:before {
  background-color: #fff;
}

.pager-section.blog-version .pager-content ul li a,
.pager-section.blog-version .pager-content ul li span {
  color: #fff;
}

.pager-section.blog-version .pager-content .categry {
  display: inline-block;
  color: #2b2b2b;
  font-size: 14.23px;
  font-style: italic;
  background-color: #ffd31d;
  padding: 0 20px;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
  margin-bottom: 13px;
}

.pager-section.blog-version .pager-content .meta li {
  margin-right: 0;
}

.pager-section.blog-version .pager-content .meta li:before {
  display: none;
}

.pager-section .pager-content {
  position: relative;
  z-index: 99;
}

.pager-section .pager-content>h2 {
  color: #2b2b2b;
  font-size: 65px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 6px;
}

.pager-section .pager-content>ul li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}

.pager-section .pager-content>ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 15px;
  margin-left: 2px;
  background-color: #575757;
  transform: translateY(-50%);
  margin-top: 2px;
}

.pager-section .pager-content>ul li:last-child:before {
  display: none;
}

.pager-section .pager-content>ul li a,
.pager-section .pager-content>ul li span {
  display: inline-block;
  color: #575757;
  font-size: 14.23px;
}

.pager-section .page-titlee {
  color: #f37335;
  font-size: 162.6px;
  font-weight: 600;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mdp-post-comments {
  margin-bottom: 75px;
}

.mdp-post-comments ul {
  padding: 0;
  list-style: none;
}

.mdp-post-comments ul li {
  margin-bottom: 30px;
}

.mdp-post-comments ul li:last-child {
  margin-bottom: 0;
}

.mdp-post-comments ul li .mdp-comment .mdp-img {
  max-width: 72px;
  border-radius: 100%;
}

.mdp-post-comments ul li .mdp-comment .mdp-com {
  max-width: calc(100% - 72px);
  padding-left: 15px;
}

.mdp-post-comments ul li .mdp-comment .mdp-com>h3 {
  color: #2b2b2b;
  font-size: 18.29px;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: inline-block;
}

.mdp-post-comments ul li .mdp-comment .mdp-com>span {
  display: inline-block;
  color: #575757;
  font-size: 14.23px;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  padding-left: 12px;
}

.mdp-post-comments ul li .mdp-comment .mdp-com .reply-btn {
  margin-top: 21px;
  display: block;
  text-align: right;
  color: #575757;
  font-size: 14.23px;
  font-family: Poppins, sans-serif;
}

.mdp-post-comments ul li .mdp-comment .mdp-com .reply-btn i {
  color: #155799;
  margin-right: 4px;
}

.mdp-post-comments ul li ul {
  margin-top: 30px;
  padding-left: 90px;
}

.blog-post.single {
  border-bottom: 1px solid #e8e3e3;
  padding-bottom: 19px;
  margin-bottom: 77px;
}

.blog-post.single p {
  margin-bottom: 32px;
}

.blog-post.single .oderd {
  margin-bottom: 38px;
}

.blog-post.single .oderd :last-child {
  margin-bottom: 0;
}

.blog-post.single .oderd>h3 {
  color: #2b2b2b;
  font-size: 20.32px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 13px;
}

.blog-post.single .oderd ol li,
.blog-post.single .oderd ul li {
  display: block;
  color: #575757;
  font-size: 14.23px;
  margin-bottom: 11px;
  padding-left: 30px;
  position: relative;
}

.blog-post.single .oderd ol li:last-child,
.blog-post.single .oderd ul li:last-child {
  margin-bottom: 0;
}

.blog-post.single .oderd ol li:before,
.blog-post.single .oderd ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 15px;
  background-image: url(/images/icon14.png);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.blog-post.single .oderd ol li {
  padding-left: 0;
}

.blog-post.single .oderd ol li:before {
  display: none;
}

.blog-post.single blockquote {
  border: 1px solid #eae5e5;
  border-radius: 20px;
  text-align: center;
  padding: 55px 100px 60px;
  background-image: url(/images/element-bg.png);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 26px;
}

.blog-post.single blockquote p {
  color: #2b2b2b;
  font-size: 18.29px;
  font-weight: 600;
  line-height: 26.42px;
  margin-bottom: 20px;
}

.blog-post.single blockquote>h4 {
  color: #575757;
  font-size: 14.23px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}

.blog-post.single blockquote>h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 66px;
  height: 47px;
  background-image: url(/images/quote.png);
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}

.blog-post.single blockquote>span {
  display: block;
  color: #f37335;
  font-size: 12.19px;
  font-style: italic;
  position: relative;
  z-index: 9;
}

.blog-post ol,
.blog-post ul {
  padding: 0;
}

.mdp-contact .comment-area h3 {
  color: #2b2b2b;
  font-size: 36.59px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.mdp-contact .comment-area form .row {
  margin: 0 -10px;
}

.mdp-contact .comment-area form .row .col-lg-4,
.mdp-contact .comment-area form .row .col-lg-6,
.mdp-contact .comment-area form .row .col-lg-12 {
  padding: 0 10px;
}

.mdp-contact .comment-area form .form-group {
  margin-bottom: 20px;
}

.mdp-contact .comment-area form .form-group input,
.mdp-contact .comment-area form .form-group textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #ece8e8;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 14.23px;
  color: #575757;
}

.mdp-contact .comment-area form .form-group textarea {
  height: 94px;
  padding: 15px;
  border-radius: 20px;
  resize: none;
  vertical-align: middle;
}

.mdp-contact .comment-area form .form-submit {
  margin-top: 10px;
  text-align: right;
}

.mdp-contact .comment-area form .form-submit .btn-default {
  padding: 0 40px 0 60px;
}

.mdp-contact .mdp-our-contacts ul li {
  margin-bottom: 30px;
}

.mdp-contact .mdp-our-contacts ul li:last-child {
  margin-bottom: 0;
}

.mdp-contact .mdp-our-contacts h3 {
  color: #2b2b2b;
  font-size: 36.59px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}

.mdp-contact .mdp-our-contacts .dd-cont {
  padding-left: 15px;
}

.mdp-contact .mdp-our-contacts .dd-cont>h4 {
  color: #2b2b2b;
  font-size: 14.23px;
  margin-bottom: 5px;
  font-weight: 600;
}

.mdp-contact .mdp-our-contacts .dd-cont>span {
  display: block;
  color: #575757;
  font-size: 14.23px;
}

.mdp-sub-title {
  color: #2b2b2b;
  font-size: 36.58px;
  margin-bottom: 23px;
}

.p80 {
  padding: 80px 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.t4-module.module {
  margin-bottom: 40px;
}

.newsflash .btn-readmore {
  display: block;
  margin-top: 1rem;
}

.module-title {
  color: #2b2b2b;
  font-size: 20.32px;
  font-weight: 500;
  border: 1px solid #ff0000;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
  text-transform: none;
  margin-bottom: 25px;
}

.module-title span {
  padding: 0;
  border: none;
  margin: 0;
}

.module-ct {
  padding: 0 20px;
}

.module-ct a {
  color: #2b2b2b;
}

.module-ct a:hover {
  color: #ff0000;
}

.module-ct .categories-module a {
  font-size: 18px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.categories-module li a:before {
  display: none;
}

.categories-module>li {
  border-bottom: none;
}

.latestnewsblog {
  padding: 0;
}

.latestnewsblog li {
  display: flex;
  margin-bottom: 25px;
}

.latestnewsblog li .image {
  flex-basis: 62px;
  padding-right: 10px;
}

.latestnewsblog li .image img {
  border-radius: 7px;
  aspect-ratio: 1;
  height: 51px;
}

.latestnewsblog li .content {
  flex-basis: calc(100% - 62px);
}

.latestnewsblog li .content a {
  color: #2b2b2b;
  font-size: 14.23px;
  line-height: 18.29px;
  margin-bottom: 3px;
  font-weight: 500;
  display: block;
  font-family: Poppins, sans-serif;
}

.module-ct .mod-finder .input-group {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 30px;
  border: 1px solid #c9c9c9;
  padding: 10px;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.module-ct .mod-finder input {
  background-color: transparent;
  border: none;
}

.module-ct .mod-finder input:focus {
  box-shadow: none;
}

.module-ct .mod-finder [type="submit"] {
  font-size: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}

.module-ct .mod-finder [type="submit"] span {
  font-size: 20px;
  color: var(--body-link-color);
  margin: 0;
  padding: 0 7px;
}

.tagspopular ul>li {
  background-color: transparent;
  color: #575757;
  font-size: 14.23px;
  border: 1px solid #ece8e8;
  border-radius: 30px;
  padding: 6px 8px;
}

.view-article .item-image {
  float: none;
  width: 100%;
}

.view-article .item-image img {
  width: 100%;
  height: auto;
}

.item-page .page-header h2 {
  margin-bottom: 20px;
}

.course-sidebar-bottom .feedback-position-inline {
  display: flex;
  justify-content: center;
}

.course-sidebar-bottom .feedback-position-inline a {
  display: block;
  margin: 1.5rem auto;
  border-radius: 0.5rem;
  min-width: 130px;
  text-align: center;
  font-size: 1.1rem !important;
}

.survey-form .formContainer>.row {
  margin-left: 0;
  margin-right: 0;
}

.survey-form h3 {
  margin: 1rem 0;
}

.survey-form h4 {
  margin: 0.75rem 0;
}

.survey-form label.form-label {
  font-weight: bold;
  font-size: 1rem;
}

.survey-form textarea {
  width: 800px;
  max-width: 100%;
}

.survey-form .formContainer .btn {
  height: auto !important;
  font-size: 1rem;
}

.rsform-simple-js-modal-content {
  height: auto;
  max-height: calc(100% - 3rem);
}

.rsform-simple-js-modal-content h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 1rem 0;
}

.rsform-simple-js-modal-content .formError,
.rsform-simple-js-modal-content .formRed {
  color: #dc3545;
}

#guru-component .uk-width-large-3-5.iframe-webpage .media-name {
  display: none;
}

.modal-lesson-content.iframe-webpage-modal {
  padding: 0;
}

.iframe-webpage iframe {
  height: 100vh !important;
  width: 100% !important;
}

@media (min-width: 960px) {
  #guru-component .uk-width-large-3-5.iframe-webpage {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #guru-component .uk-width-medium-3-5.iframe-webpage {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .p80 {
    padding: 40px 0;
  }

  .mdp-contact .comment-area form .form-submit {
    text-align: left;
  }

  .mdp-contact .comment-area {
    padding-right: 0;
  }

  .mdp-contact .comment-area h3,
  .mdp-contact .mdp-our-contacts h3 {
    font-size: 30px;
  }

  .mdp-contact,
  .mdp-contact .comment-area form .form-submit {
    text-align: center;
  }

  .mdp-contact .mdp-our-contacts .dd-cont {
    width: 100%;
    padding-left: 0;
  }

  .blog-post.single blockquote {
    padding: 55px 40px 60px;
  }

  .pager-section.blog-version {
    padding: 120px 0 150px;
  }

  .pager-section .pager-content>h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .pager-section .pager-content>h2 {
    font-size: 44px;
  }

  .pager-section .page-titlee {
    font-size: 100px;
  }

  .pager-section.blog-version .pager-content>h2 {
    line-height: 52px;
    margin-bottom: 25px;
  }

  .pager-section.blog-version {
    padding: 100px 0;
  }

  .blog-section .blog-posts .blog-post .blog-info>h3 {
    font-size: 18px;
  }

  .blog-section {
    padding-bottom: 70px;
  }

  .blog-section .blog-posts .blog-post .blog-info {
    padding: 0;
  }

  .blog-section.posts-page .blog-posts .blog-post .blog-thumbnail .category {
    left: 0;
  }

  .blog-section.posts-page .blog-posts .blog-post.quote-post {
    padding: 50px 20px 51px;
  }

  .blog-section.posts-page .blog-posts .blog-post.without-title .blog-info p {
    font-size: 16px;
  }

  .blog-section.posts-page .blog-posts .blog-post .blog-info .chat-format li>strong,
  .blog-section.posts-page .blog-posts .blog-post .blog-info .chat-format li p {
    text-align: left;
  }

  .blog-section.posts-page .blog-posts .blog-post .blog-info h3 {
    font-size: 24px;
    line-height: 33px;
  }

  .sidebar-custom {
    margin-top: 60px;
  }

  .sidebar-custom .widget-calendar .mdp-calendar table tbody td.active {
    border-radius: 20px;
  }

  .sidebar-custom {
    max-width: 300px;
  }

  .sidebar-custom.class-sidebar {
    margin-left: inherit;
  }

  .gru-course-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  div#guru-component .guru-course-view .col_title .uk-button+.uk-button {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .pager-section {
    padding: 45px 0 50px;
  }

  .pager-section .pager-content>h2 {
    font-size: 30px;
    line-height: 42px;
  }

  .pager-section .page-titlee {
    display: none;
  }

  .pager-section .pager-content>h2 {
    font-size: 34px;
  }

  .pager-section.blog-version .pager-content>h2 {
    line-height: 40px;
  }

  .pager-section.blog-version {
    padding: 70px 0;
  }

  .pager-section.blog-version .pager-content>h2 {
    font-size: 30px;
    margin-top: 10px;
  }

  .mdp-pagiation .pagination {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tag-category .filters .input-group {
    margin-bottom: 16px;
  }

  .gru-course-title {
    font-size: 24px;
  }

  #guru-component .moderm-layout .gru-cover-purchase-btn .btn {
    display: inline-block;
    font-size: 16px;
    width: auto;
  }

  .blog-section.posts-page .blog-posts .blog-post .blog-info h3 {
    font-size: 22px;
    font-size: 20px;
    line-height: 28px;
  }

  .t4-home-section-3 .mod-articlesnews.newsflash {
    display: flex;
    flex-wrap: wrap;
  }

  .guru-module-courses-horizontal .guru-courses-list_v2 .guru-course-item {
    padding-left: 0;
    padding-right: 0;
  }

  .mod-custom_banner {
    padding-left: 24px;
    padding-right: 24px;
  }

  #t4-footnav .module-ct .footer-top,
  #t4-footnav .module-ct .copy-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  #t4-footnav .module-ct .copy-right .pull-right {
    margin-top: 7px;
  }

  #t4-footnav .footer-2 {
    padding-bottom: 45px;
  }
}




/* games */
.view-gurugames.layout-default #t4-main-body {
  padding-top: 0;
}

.page-games .page-title {
  font-size: 2.4rem;
  font-weight: normal;
}

.page-games .input-search {
  position: relative;
}

.page-games .input-search .form-control {
  padding-right: 2rem;
}

.page-games .input-search .btn-search {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  border: none;
  background-color: transparent;
  padding: 0.25rem 0.5rem;
}

.page-games .navbar {
  padding: 0;
}

.page-games .navbar li {
  margin: 0 1rem 0 0;
}

.page-games .navbar li a {
  display: block;
  padding: 0.25rem 0;
  font-size: 1.1rem;
}

.page-games .navbar li.active a,
.page-games .navbar li a:hover {
  border-bottom: solid 1px #ff0000;
  color: #ff0000;
}

.page-games .table {
  text-align: center;
}

.page-games .table>thead>*>* {
  background-color: #606060;
  color: #fff;
}

.page-games .table>tbody {
  border-top: none;
  color: #000;
}

.page-games .table>tbody>tr:nth-child(n) {
  /* background-color: #707070; */
  background-color: #f0f0f0;
}

.page-games .table>tbody>tr:nth-child(2n) {
  /* background-color: #808080; */
  background-color: #ffffff;
}

.page-games .table>tbody>tr.rank-1 {
  background-color: #948953;
  color: #fff;
}

.page-games .table>tbody>tr.rank-2 {
  background-color: #905554;
  color: #fff;
}

.page-games .table>tbody>tr.rank-3 {
  background-color: #556490;
  color: #fff;
}

.page-games .table> :not(caption)>*>* {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
}

.page-games .btn-link {
  /* color: #fff; */
  text-decoration: underline;
}

.page-games .btn-link:hover {
  /* color: #ff0000; */
}

.js-modal.modal {
  background-color: transparent !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  overflow: auto !important;
}

.js-modal .page-games {
  padding: 1.5rem !important;
}

/* loading */

.loading {
  position: relative;
  min-height: 60px;
}

.dropdown-menu .loading {
  padding: 1.5rem 0.5rem;
}

.loading:before {
  position: absolute;
  content: "";
  border: 2px solid var(--color-primary);
  border-top: 4px solid transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.header-wrap .t4-navbar{
  display: flex;
}
.header-wrap .t4-navbar .navbar{
  float: none;
  width: 100%;
  gap: 0.75rem;
}
.header-wrap .t4-navbar .navbar ul.nav{
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

.header-wrap .t4-navbar .socials{
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: auto;
}