@import url(https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&amp;family=Lexend+Deca:wght@400;500;600;700;800&amp;display=swap);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?34769623');
  src: url('../fonts/fontello/fontello.eot?34769623#iefix') format('embedded-opentype'),
    url('../fonts/fontello/fontello.woff2?34769623') format('woff2'),
    url('../fonts/fontello/fontello.woff?34769623') format('woff'),
    url('../fonts/fontello/fontello.ttf?34769623') format('truetype'),
    url('../fonts/fontello/fontello.svg?34769623#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.icon-sun:before {
  content: '\e815';
}

.icon-moon:before {
  content: '\f186';
  color: #fff;
}


.img,
a,
button,
img {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

body,
p {
  line-height: var(--tg-body-line-height);
  color: var(--tg-body-color)
}

body,
input,
p,
textarea {
  color: var(--tg-body-color)
}

.btn,
.fix,
.mobile-menu-visible,
.slider__content {
  overflow: hidden
}

#preloader,
.btn.btn-border,
.btn.white-btn {
  background: var(--tg-common-color-white)
}

#preloader small,
.btn,
.scroll__top,
.section__title p,
.spinner {
  text-align: center
}

.banner__content .title .svg-icon path,
.banner__content-two .title .svg-icon path,
.section__title .title .svg-icon path,
.slider__content .title .svg-icon path {
  stroke: var(--tg-common-color-yellow)
}

.about__exp svg path,
.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary)
}

:root {
  --tg-body-font-family: 'Hind', sans-serif;
  --tg-heading-font-family: 'Outfit', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 15px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #2494E4;
  --tg-common-color-indigo: #9B51E0;
  --tg-common-color-purple: #8121FB;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #FF2E2E;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #FAB123;
  --tg-common-color-green: #12BB6A;
  --tg-common-color-teal: #219653;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #E7EFFC;
  --tg-common-color-gray-2: #F4F7FB;
  --tg-common-color-gray-3: #F5F7FB;
  --tg-common-color-dark: #061E43;
  --tg-common-color-black: #000;
  --text-color: #151411;
  --text-color-gray: #727272;
  --tg-body-color: #39557E;
  --tg-heading-color: #727272;
  --tg-theme-primary: #005d91;
  --tg-theme-secondary: #1e4900;
  --tg-border-1: #ECECEC;
  --tg-border-2: #D0DAE9;
  --tg-border-3: #E2E2E2;
  --tg-border-4: #D7DCE3;
  --tg-border-5: #2F466A;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300
}

body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular)
}

.section__title .title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family)
}

.btn.btn-border,
a,
button {
  color: var(--tg-theme-primary)
}

.img,
img {
  max-width: 100%;
  transition: .3s ease-out
}

a,
button {
  outline: 0;
  text-decoration: none;
  transition: .3s ease-out
}

.btn:focus,
.button:focus,
a:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none
}

a:hover,
button:hover {
  color: var(--tg-theme-secondary);
  text-decoration: none
}

button:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--tg-heading-color);
  margin-top: 0;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1.4;
  text-transform: unset
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

h1 {
  font-size: 40px
}

h2 {
  font-size: 35px
}

.fs-28,
h3 {
  font-size: 28px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 18px
}

.fs-16,
h6 {
  font-size: 15px
}

label,
p {
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular)
}

.latest-comments .list-wrap,
.list-wrap {
  margin: 0;
  padding: 0
}

.list-wrap li {
  list-style: none
}

p {
  font-family: var(--tg-body-font-family)
}

.career-wrap #career {
  margin-left: -30px;
  margin-right: -30px
}

label {
  color: var(--tg-heading-color);
  cursor: pointer
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none
}

::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1
}

::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1
}

.clear {
  clear: both
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px
}

.row {
  --bs-gutter-x: 30px
}

.gutter-y-30 {
  --bs-gutter-y: 30px
}

.gx-0 {
  --bs-gutter-x: 0
}

.popup-youtube {
  display: inline-block;
  position: relative;
}

.errorlist li {
  text-align: left;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.slider__item {
  position: relative;
  width: 100vw;
}

.slider__item video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slider__item video source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-primary {
  border: 1px solid var(--tg-theme-primary) !important;
  border-color: var(--tg-theme-primary) !important;
}

.btn-sm {
  padding: 10px 15px;
  font-size: 14px;
}

.brdr {
  border-radius: 6px;
}

.brdr img {
  border-radius: 6px;
}

section {
  background-repeat: no-repeat;
  background-position: center;
}

label {
  display: block;
}

.group {
  margin: 10px 20px;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}


@media (max-width:1500px) {
  .container {
    max-width: 1200px
  }
}

@media (max-width:1199.98px) {
  .container {
    max-width: 960px
  }
}

@media (max-width:991.98px) {
  .container {
    max-width: 720px
  }
}

@media (max-width:767.98px) {
  .container {
    max-width: 100%
  }

  .mt5-web .content {
    padding-top: 10px;
    padding-bottom: 20px
  }

  .mt5-area .header-top {
    font-size: 24px
  }

  .learn-area .banner-head .head {
    font-size: 22px
  }

  .learn-area .banner-head {
    padding: 0
  }
}

.custom-container {
  max-width: 1650px
}

@media (max-width:1800px) {
  .custom-container {
    max-width: 1650px
  }

  .tg-header__style-two .tgmenu__navbar-wrap ul {
    margin: 0 auto
  }
}

@media (max-width:1500px) {
  .custom-container {
    max-width: 1320px
  }
}

@media (max-width:1199.98px) {
  .custom-container {
    max-width: 960px
  }
}

@media (max-width:991.98px) {
  .custom-container {
    max-width: 720px
  }
}

@media (max-width:767.98px) {
  .custom-container {
    max-width: 100%
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.btn {
  user-select: none;
  -moz-user-select: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: .5px;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 24px;
  touch-action: manipulation;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 6px;
  white-space: nowrap
}

.btn .text {
  display: block
}

.breadcrumb-content .breadcrumb,
.btn.tg-svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.btn.tg-svg {
  display: flex;
  align-items: center;
  gap: 10px
}

.btn .svg-icon {
  width: 14px;
  display: block;
  margin-top: -3px
}

.btn.btn-border {
  border: 1px solid var(--tg-theme-primary);
  padding: 19px 23px 15px
}

.btn.btn-border svg path {
  stroke: var(--tg-theme-primary)
}

.btn.btn-border:hover,
.courses-slider-active .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.btn.btn-border:hover svg path {
  stroke: var(--tg-common-color-white)
}

.btn.white-btn {
  color: var(--tg-theme-secondary)
}

.breadcrumb-content .breadcrumb,
.breadcrumb-content .title,
.scroll__top,
.scroll__top:hover,
.section__title.white-title .title,
.section__title.white-title .title span:not(.svg-icon),
.tg-header__top-info li a:hover,
.tg-header__top-info li i,
.tg-header__top-social li a:hover {
  color: var(--tg-common-color-white)
}

.btn.white-btn svg path {
  stroke: var(--tg-theme-secondary)
}

#preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  width: 100%;
  height: 100%
}

.spinner {
  margin: 20px auto;
  width: 100px;
  height: 100px;
  font-size: 10px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 20px
}

#preloader small {
  display: block
}

.spinner img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.grey-bg {
  background: var(--tg-common-color-gray)
}

.white-bg {
  background: var(--tg-common-color-white)
}

.black-bg {
  background: var(--tg-common-color-black)
}

.breadcrumb-bg {
  position: relative;
  padding: 150px 0 155px;
  z-index: 1
}

@media (max-width:1500px) {
  .breadcrumb-bg {
    padding: 105px 0 110px
  }
}

@media (max-width:1199.98px) {
  .breadcrumb-bg {
    padding: 90px 0 95px
  }
}

.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #031227;
  opacity: .8;
  z-index: -1
}

.breadcrumb-content .title {
  font-size: 44px;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: capitalize;
  margin: 0
}

@media (max-width:767.98px) {
  .breadcrumb-bg {
    padding: 75px 0 80px
  }

  .breadcrumb-content .title {
    font-size: 32px
  }
}

.breadcrumb-content .breadcrumb {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
  margin: 17px 0 0
}

.tg-header__top-info,
.tg-header__top-info li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.breadcrumb-content .breadcrumb-separator {
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  margin-top: 2px;
  opacity: .5;
  color: var(--tg-common-color-white)
}

.tgmenu__search-form .select2-container {
  margin-left: -29px
}

.tgmenu__search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 37px;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 15px 12px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color)
}

.tgmenu__search-form .select2-container .select2-selection--single {
  height: auto
}

.course-category-dropdown {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  margin: 0 1px
}

.course-category-dropdown .select2-results__options {
  margin-top: 7px
}

.course-category-dropdown .select2-results__option {
  padding: 1px 10px
}

.scroll__top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 15px;
  border-radius: 4px;
  z-index: 99;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s;
  border: none
}

@media (max-width:1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px
  }
}

@media (max-width:991.98px) {
  .scroll__top {
    right: 30px
  }

  .tg-header__top-info li::after,
  .tg-header__top-info li:last-child {
    display: none
  }
}

.scroll__top.open {
  bottom: 30px
}

.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.scroll__top:hover {
  background: var(--tg-theme-secondary)
}

.section__title .sub-title {
  display: inline-block;
  line-height: 1;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 13px
}

.tg-header__area.sticky-menu,
.tg-header__style-three .tg-header__area.sticky-menu {
  padding: 0
}

.section__title .title {
  line-height: 1.32;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--text-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 600
}

.section__title p {
  color: #727272;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500
}

@media (max-width:767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
  }

  .scroll__top.open {
    bottom: 15px
  }

  .section__title .title {
    font-size: 29px
  }
}

.section__title .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
  display: inline-block;
  z-index: 1
}

.section__title .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -14px;
  height: 25px;
  width: 145px;
  pointer-events: none;
  z-index: -1
}

.section__title .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.section__title .desc {
  margin: 20px 0 0
}

.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  height: auto
}

.tg-header__top {
  background-color: var(--tg-theme-secondary);
  padding: 11px 0
}

.tg-header__top-info {
  display: flex;
  gap: 10px 15px
}

.tg-header__top-info li {
  display: flex;
  color: #e6eaef;
  gap: 7px
}

.tg-header__top-info li:not(:last-child)::after {
  content: "|";
  margin-left: 7px;
  opacity: .5
}

.tg-header__top-info li i {
  font-size: 20px
}

.tg-header__top-info li a {
  color: #e6eaef
}

.tg-header__top-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 12px;
  justify-content: flex-end
}

.tgmenu__nav,
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.tg-header__top-social li,
.tg-header__top-social li a {
  color: #e7effc
}

.banner-head,
.tg-header__area {
  padding: 15px 0
}

.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
  margin-top: 8px
}

.tg-header__style-two .custom-container {
  max-width: 1400px
}

@media (max-width:1500px) {
  .tg-header__area {
    padding: 10px 0
  }

  .tg-header__style-two .custom-container {
    max-width: 1320px
  }

  .tg-header__style-two .tgmenu__navbar-wrap ul {
    margin: 0 auto
  }
}

@media (max-width:1199.98px) {
  .tg-header__area {
    padding: 20px 0
  }

  .tg-header__area .mobile-nav-toggler {
    display: block
  }

  .tg-header__area.sticky-menu {
    padding: 20px 0
  }

  .tg-header__style-two .custom-container {
    max-width: 960px
  }
}

@media (max-width:991.98px) {
  .tg-header__style-two .custom-container {
    max-width: 720px
  }
}

.tg-header__style-two .tg-header__area {
  padding: 0 30px
}

.related-product-area .shop-thumb img,
.tg-header__style-two .tgmenu__navbar-wrap ul {
  margin: 0 auto
}

.tg-header__style-three .tg-header__area {
  padding: 10px 0
}

.tg-header__style-three .tgmenu__categories {
  margin: 0 0 0 60px
}

.tg-header__style-three .tgmenu__categories .dropdown-toggle {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--tg-heading-color)
}

.tgmenu__navbar-wrap ul li .sub-menu li.active>a,
.tgmenu__navbar-wrap ul li .sub-menu li:hover>a,
.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a,
.tgmenu__search-form [type=submit]:hover {
  color: var(--tg-theme-primary)
}

.tg-header__style-three .tgmenu__navbar-wrap ul {
  margin: 0 auto 0 24px
}

.tg-header__style-three .tgmenu__action>ul {
  margin-left: 30px;
  gap: 30px
}

.tg-header__style-three .tgmenu__action>ul li {
  margin: 0 !important
}

.tg-header__style-three .tgmenu__action>ul li.header-btn .btn {
  padding: 15px 35px 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px
}

.tgmenu__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start
}

.tgmenu__navbar-wrap {
  display: flex;
  flex-grow: 1
}

.tgmenu__navbar-wrap ul,
.tgmenu__navbar-wrap ul li a,
.tgmenu__search-form,
.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.tgmenu__navbar-wrap ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 0 73px
}

.tgmenu__search-bar form input,
.tgmenu__search-form input {
  display: block;
  padding: 12px 50px 10px 20px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
  height: 45px
}

.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none
}

.tgmenu__navbar-wrap ul li a {
  font-size: 15px;
  font-weight: var(--tg-fw-regular);
  text-transform: capitalize;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  padding: 45px 12px;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1
}

.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: var(--tg-common-color-white);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9
}

.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0
}

.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 8px 15px 8px 25px;
  line-height: 1.4;
  display: block;
  color: var(--tg-heading-color);
  text-transform: capitalize
}

.tgmenu__navbar-wrap ul li .sub-menu li:hover>a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px)
}

.tgmenu__navbar-wrap ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
  content: "\f107";
  display: block;
  font-family: flaticon_eduvalt;
  color: #5a7093;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: var(--tg-fw-bold);
  margin-left: 6px
}

.tgmenu__action>ul .header-phone::before,
.tgmenu__search::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: ""
}

.tgmenu__search {
  padding-right: 20px;
  position: relative
}

.tgmenu__search::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #b2bdcd
}

.sticky-menu,
.tgmenu__search-bar form input,
.tgmenu__search-form .select-grp,
.tgmenu__search-form input {
  background: var(--tg-common-color-white)
}

.tgmenu__search-form {
  display: flex;
  width: 535px
}

.tgmenu__search-form .select-grp {
  display: flex;
  align-items: center;
  border: 1px solid var(--tg-border-2);
  padding: 5px 0 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 150px;
  flex: 0 0 auto
}

.tgmenu__search-form .select-grp svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto
}

.tgmenu__search-form .form-select {
  outline: 0;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 14px
}

.tgmenu__search-form .input-grp {
  position: relative;
  flex-grow: 1;
  margin-left: -1px
}

.tgmenu__search-form input {
  width: 100%;
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.tgmenu__search-form input::placeholder {
  color: #8d9db5;
  font-size: 14px
}

.tgmenu__search-bar form [type=submit],
.tgmenu__search-form [type=submit] {
  top: 50%;
  right: 10px;
  padding: 0;
  background: 0 0;
  font-size: 24px;
  color: #8d9db5;
  position: absolute
}

.tgmenu__search-form [type=submit] {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  border: none
}

.tgmenu__search-bar {
  flex-grow: 1
}

.tgmenu__search-bar form {
  position: relative
}

.tgmenu__search-bar form input {
  width: 100%;
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px
}

.tgmenu__search-bar form input::placeholder {
  color: #8d9db5;
  font-size: 14px
}

.tgmenu__search-bar form [type=submit] {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  border: none
}

.tgmenu__action>ul .header-phone a i,
.tgmenu__action>ul .header-phone a:hover,
.tgmenu__categories .dropdown-toggle svg,
.tgmenu__search-bar form [type=submit]:hover {
  color: var(--tg-theme-primary)
}

.tgmenu__action>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 19px
}

.tgmenu__action>ul li {
  position: relative;
  margin-left: 7px
}

.tgmenu__action>ul li:first-child {
  margin-left: 0
}

.tgmenu__action>ul .cart-count .mini-cart-count,
.tgmenu__action>ul .header-phone a,
.tgmenu__categories .dropdown-toggle {
  font-family: var(--tg-heading-font-family);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.tgmenu__action>ul .mini-cart-icon {
  margin-right: 13px
}

.tgmenu__action>ul .cart-count {
  position: relative;
  padding-right: 18px;
  padding-top: 7px
}

.tgmenu__action>ul .cart-count .mini-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1
}

.tgmenu__action>ul .header-phone {
  margin-left: 7px;
  padding-left: 20px;
  margin-right: 20px;
  position: relative
}

.tgmenu__action>ul .header-phone::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: #b2bdcd
}

.tgmenu__action>ul .header-phone a {
  display: flex;
  align-items: center;
  color: var(--tg-heading-color);
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  gap: 10px
}

.tgmenu__action>ul .header-phone a i {
  font-size: 26px
}

.tgmenu__action>ul .header-btn .btn {
  color: var(--tg-common-color-white);
  font-size: 15px;
  text-transform: capitalize;
  padding: 12px;
  display: inline-flex;
  gap: 10px;
  border-radius: 6px;
  background: #005d91;
  font-weight: 500;
  font-family: var(--tg-heading-font-family)
}

.tgmenu__action>ul .header-btn.login-btn .btn {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-theme-primary);
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  padding: 10px 20px
}

.tgmenu__action>ul .header-btn.login-btn .btn:hover {
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-secondary);
  background: var(--tg-theme-secondary)
}

.tgmobile__menu .navigation li,
.tgmobile__menu .navigation>li>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.tgmenu__categories {
  margin-right: 12px
}

.tgmenu__categories .dropdown-toggle {
  border: 1px solid var(--tg-border-2);
  background-color: var(--tg-common-color-white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tg-body-color);
  display: flex;
  align-items: center;
  padding: 9px 17px;
  gap: 11px
}

.tgmenu__categories .dropdown-toggle::after {
  content: "";
  display: block;
  margin: 0;
  border: none;
  background-image: url(../img/icons/down_arrow.svg);
  width: 12px;
  height: 6px
}

.tgmenu__categories .dropdown-menu {
  width: 100%;
  min-width: 100%;
  background-color: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.shop-details-bottom .list-wrap li .code,
.shop-details-bottom .list-wrap li a,
.tgmenu__categories .dropdown-item {
  color: var(--tg-body-color)
}

.tgmobile__menu .close-btn,
.tgmobile__menu .navigation li.active>a {
  color: var(--tg-theme-primary)
}

.tgmenu__categories .dropdown-item:focus,
.tgmenu__categories .dropdown-item:hover {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.logo img {
  max-width: 80px
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: 1s ease-in-out fadeInDown;
  animation: 1s ease-in-out fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
  border-radius: 0
}

.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px
}

#header-fixed-height.active-height {
  display: block;
  height: 90px
}

.tgmobile__search {
  padding: 0 20px 25px 25px
}

.tgmobile__search form {
  position: relative
}

.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color)
}

.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: 0 0;
  color: var(--tg-heading-color)
}

.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0;
  transition: .3s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: .3s cubic-bezier(.785, .135, .15, .86);
  -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
  -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%)
}

.tgmobile__menu .navbar-collapse {
  display: block !important
}

.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left
}

.tgmobile__menu .nav-logo img {
  width: 80px
}

.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0
}

.tgmobile__menu .navigation li {
  position: relative;
  display: block
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-common-color-gray);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 5
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary)
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-white)
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after,
.tgmobile__menu .navigation li>ul,
.tgmobile__menu .navigation li>ul>li>ul {
  display: none
}

.tgmobile__menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: none
}

.tgmobile__menu .navigation li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none
}

.blog-sidebar,
.tgmobile__menu .navigation li ul li>a {
  margin-left: 20px
}

.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px
}

.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px
}

.tgmobile__menu .navigation ul,
.tgmobile__menu .tgmenu__action {
  padding: 0;
  margin: 0
}

.tgmobile__menu .navigation ul li a {
  display: block
}

.tgmobile__menu .navigation ul li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize
}

.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tgmobile__menu .navigation>li.active>a::before {
  height: 100%
}

.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important
}

.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: .7s;
  -moz-transition: .7s;
  -webkit-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, .5)
}

.banner__fact-item,
.banner__search-form form input,
.tgmobile__menu-box {
  background: var(--tg-common-color-white)
}

.footer_top div.social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.footer_top div.social-links ul li,
.tgmobile__menu .social-links ul li {
  display: inline-block;
  margin: 0 2px 10px;
  position: relative
}

.banner-bg,
.footer_top div.social-links ul li a,
.tgmobile__menu .social-links ul,
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.footer_top div.social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 15px;
  color: #71a34e;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #71a34e;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px
}

.footer_top div.social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.tgmobile__menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.tgmobile__menu .social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
  line-height: 26px;
  font-size: 14px;
  color: var(--tg-theme-primary);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid var(--tg-theme-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.tgmobile__menu .tgmenu__action>ul {
  margin: 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px
}

.tgmobile__menu .tgmenu__action>ul li {
  margin: 0
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
  display: block
}

.tgmobile__menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 5;
  box-shadow: -9px 0 14px 0 rgba(0, 0, 0, .06)
}

.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px
}

.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible
}

.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

.banner-bg {
  min-height: 780px;
  display: flex;
  align-items: flex-end;
  padding: 163px 0 0;
  position: relative
}

.banner__content {
  margin: 86px 0 100px;
  position: relative;
  z-index: 3
}

.banner__content .shape {
  position: absolute
}

.banner__content .shape:first-child {
  max-width: 58px;
  left: -38%;
  top: 4%
}

@media (max-width:1800px) {
  .tgmenu__search-form {
    width: 485px
  }

  .banner__content .shape:first-child {
    left: -25%
  }
}

@media (max-width:1500px) {
  .tg-header__style-three .tg-header__area {
    padding: 0
  }

  .tg-header__style-three .tgmenu__categories {
    margin: 0 0 0 40px
  }

  .tg-header__style-three .tgmenu__action>ul {
    gap: 15px;
    margin-left: 20px
  }

  .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 40px
  }

  .tgmenu__search-form {
    width: 380px
  }

  .tgmenu__search-bar {
    max-width: 240px
  }

  .tgmenu__action>ul li.free-btn {
    display: none
  }

  .banner-bg {
    min-height: auto
  }

  .banner__content {
    margin: 60px 0 70px
  }

  .banner__content .shape:first-child {
    left: -15%
  }
}

@media (max-width:767.98px) {
  .section__title .title .svg-icon {
    bottom: -15px
  }

  .transparent-header {
    top: 0
  }

  .tg-header__top-info {
    display: none
  }

  .tg-header__top-social {
    justify-content: center
  }

  .banner__content .shape:first-child {
    max-width: 35px
  }
}

.banner__content .shape:nth-child(2) {
  max-width: 44px;
  top: -15px;
  right: 41%
}

.banner__content .sub-title {
  display: inline-block;
  line-height: 1;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 15px
}

.banner__content .title {
  font-size: 55px;
  line-height: 1.19;
  margin: 0 0 20px
}

@media (max-width:1199.98px) {
  .tg-header__style-two .tg-header__area {
    padding: 10px 0
  }

  .tg-header__style-three .tg-header__area,
  .tg-header__style-three .tg-header__area.sticky-menu {
    padding: 20px 0
  }

  .tg-header__style-three .tgmenu__categories {
    margin: 0 60px 0 40px
  }

  .tg-header__style-three .tgmenu__action>ul li.header-btn .btn {
    padding: 15px 20px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
  }

  .tgmenu__categories,
  .tgmenu__search {
    margin-left: auto
  }

  .tgmenu__search-form {
    width: 500px
  }

  .tgmenu__search-bar {
    max-width: 100%
  }

  .tgmenu__action {
    margin: 0 25px 0 0
  }

  .tgmenu__action>ul .mini-cart-icon {
    margin: 0
  }

  .tgmenu__action>ul .header-btn {
    display: none
  }

  .banner-bg {
    padding: 170px 0 0
  }

  .banner__content {
    margin: 0 0 60px
  }

  .banner__content .shape:nth-child(2) {
    top: -20%
  }

  .banner__content .title {
    font-size: 41px
  }
}

@media (max-width:767.98px) {
  .banner__content .title {
    font-size: 33px
  }
}

.banner__content .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative
}

.banner__content .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -11px;
  height: 25px;
  width: 145px
}

.banner__content .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.banner__content p {
  max-width: 80%;
  margin: 0;
  line-height: 1.7
}

.banner__btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0 0;
  gap: 20px 30px
}

.banner__fact-item .icon,
.banner__phone {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.banner__phone {
  display: flex
}

.banner__phone i {
  display: block;
  font-size: 36px;
  color: var(--tg-theme-primary);
  margin-right: 10px
}

.banner__phone .number-info span {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 6px
}

.banner__phone .number-info .number {
  margin: 0;
  line-height: 1;
  font-weight: var(--tg-fw-bold);
  font-size: 20px
}

.banner__phone .number-info .number a:hover {
  color: var(--tg-theme-primary)
}

.banner__images {
  position: relative;
  margin-left: 28px;
  z-index: 1
}

@media (max-width:1199.98px) {
  .banner__content p {
    max-width: 100%
  }

  .banner__images {
    margin: 0
  }
}

@media (max-width:991.98px) {
  .tg-header__style-three .tgmenu__categories {
    margin: 0 0 0 auto
  }

  .tgmenu__nav {
    justify-content: space-between
  }

  .tgmenu__search-form {
    width: 310px
  }

  .tgmenu__search-bar,
  .tgmenu__search-form .select-grp {
    display: none
  }

  .banner__content {
    text-align: center
  }

  .banner__content .shape:first-child {
    left: -2%
  }

  .banner__btn-wrap {
    justify-content: center
  }

  .banner__images {
    margin: 0 auto;
    text-align: center;
    max-width: 80%
  }
}

@media (max-width:767.98px) {
  .banner__content .title .svg-icon {
    bottom: -14px
  }

  .banner__images {
    max-width: 100%
  }
}

.banner__images .main-img {
  max-width: inherit
}

.banner__images .shape {
  position: absolute;
  z-index: -1
}

.banner__images .shape:nth-child(2) {
  max-width: 65px;
  top: 16%;
  left: 27%
}

.banner__images .shape:nth-child(3) {
  max-width: 87px;
  left: -87px;
  bottom: 33%
}

@media (max-width:767.98px) {
  .banner__images .shape:nth-child(3) {
    left: -35px
  }

  .banner__fact-item:last-child {
    display: none
  }
}

.banner__images .shape:nth-child(4) {
  max-width: 52px;
  right: -37px;
  top: 27%
}

.banner__fact-item {
  position: absolute;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 140px
}

.banner-bg-two,
.slider__item {
  background-position: center;
  background-size: cover
}

.banner__fact-item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  background: var(--tg-common-color-green);
  color: var(--tg-common-color-white);
  font-size: 33px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 15px 15px rgba(33, 150, 83, .2);
  margin: 0 auto 12px
}

.banner__fact-item .info span {
  display: block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 5px
}

.banner__fact-item .info .count {
  line-height: 1;
  margin: 0;
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: var(--tg-fw-bold)
}

.banner__fact-item:last-child {
  min-width: 171px;
  top: auto;
  bottom: 108px;
  left: auto;
  right: -145px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding-top: 0
}

.banner__fact-item:last-child .icon {
  background: var(--tg-common-color-purple);
  box-shadow: 0 15px 15px rgba(129, 33, 251, .24);
  margin-top: -25px
}

.banner__fact-item:last-child .icon i {
  -webkit-transform: rotateZ(-22deg);
  -moz-transform: rotateZ(-22deg);
  -ms-transform: rotateZ(-22deg);
  -o-transform: rotateZ(-22deg);
  transform: rotateZ(-22deg)
}

@media (max-width:1500px) {
  .banner__images .main-img {
    max-width: 100%
  }

  .banner__images .shape:nth-child(2) {
    top: 12%;
    left: 12%
  }

  .banner__images .shape:nth-child(3) {
    bottom: 18%
  }

  .banner__images .shape:nth-child(4) {
    right: 0;
    top: 22%
  }

  .banner__fact-item {
    left: 0
  }

  .banner__fact-item:last-child {
    right: -20px
  }
}

.banner-bg-two {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden
}

.banner__two-shape {
  position: absolute;
  left: 60px;
  bottom: 60px;
  max-width: 108px
}

.banner__content-two {
  position: relative
}

.banner__content-two .shape {
  position: absolute;
  right: 0;
  top: 29%;
  max-width: 47px
}

.banner__content-two .title {
  font-size: 47px;
  color: var(--tg-common-color-white);
  line-height: 1.25;
  margin: 0 0 25px
}

.slider__content .sub_title,
.slider__content .title,
.slider__content p,
.slider__content ul li h4 {
  color: #000;
  font-family: var(--tg-heading-font-family);
  font-style: normal
}

@media (max-width:1199.98px) {
  .banner__images .shape:nth-child(2) {
    top: 0;
    left: 8%
  }

  .banner__images .shape:nth-child(3) {
    display: none
  }

  .banner__images .shape:nth-child(4) {
    right: 15px;
    top: 5%
  }

  .banner__fact-item:last-child {
    right: 0
  }

  .banner-bg-two {
    padding: 100px 0
  }

  .banner__content-two .title {
    font-size: 36px
  }
}

@media (max-width:991.98px) {
  .banner__images .shape:nth-child(3) {
    display: block
  }

  .banner__content-two .title {
    font-size: 44px;
    text-align: center
  }
}

@media (max-width:767.98px) {
  .banner__content-two .title {
    font-size: 33px
  }
}

.banner__content-two .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative
}

.banner__content-two .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -11px;
  height: 25px;
  width: 145px
}

.banner__content-two .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.banner__search-form form {
  position: relative;
  margin: 0 0 30px
}

.banner__search-form form input {
  display: block;
  width: 100%;
  padding: 14px 80px 14px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d0dae9
}

.banner__search-form form input::placeholder {
  opacity: .7;
  font-size: 15px
}

.banner__search-form form button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: 0 0;
  padding: 0;
  font-size: 26px;
  color: var(--tg-body-color);
  opacity: .7
}

.banner__search-form form button:hover {
  color: var(--tg-theme-primary);
  opacity: 1
}

.banner__search-form form button i::before {
  font-weight: 600 !important
}

.banner__search-form p {
  font-family: var(--tg-heading-font-family);
  font-size: 17px;
  margin: 0
}

.banner__search-form p a {
  text-decoration: underline;
  color: var(--tg-common-color-white)
}

.banner__images-two {
  position: relative;
  z-index: 1;
  margin-left: 70px
}

.banner__images-two .shape {
  position: absolute;
  z-index: -1
}

.banner__images-two .shape:first-child {
  max-width: 95px;
  left: -35px;
  top: -35px
}

.banner__images-two .shape:nth-child(2) {
  max-width: 55px;
  right: -100px;
  top: 35%
}

.banner__images-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 570px;
  gap: 25px
}

.about__images,
.banner__images-col,
.brand__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.banner__images-col {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 25px
}

.banner__images-col img {
  flex: 0 0 auto
}

.banner__images-col:first-child img {
  max-width: 300px
}

@media (max-width:1199.98px) {
  .banner__images-two {
    margin-left: 20px
  }

  .banner__images-col:first-child img {
    max-width: 240px
  }
}

@media (max-width:991.98px) {
  .banner__images-two {
    max-width: 80%;
    margin: 50px auto 0
  }

  .banner__images-two .shape:nth-child(2) {
    right: -50px
  }

  .banner__images-grid {
    max-width: 100%;
    justify-content: center
  }

  .banner__images-col:first-child img {
    max-width: 300px
  }
}

@media (max-width:767.98px) {
  .banner__content-two .title .svg-icon {
    bottom: -14px
  }

  .banner__search-form form {
    margin: 0 0 20px
  }

  .banner__images-col:first-child img,
  .banner__images-two {
    max-width: 100%
  }

  .banner__images-col:last-child {
    display: none
  }
}

.banner__images-col:last-child img:first-child {
  max-width: 187px
}

.banner__images-col:last-child img:last-child {
  max-width: 243px
}

@media (max-width:1199.98px) {
  .banner__images-col:last-child img:first-child {
    max-width: 150px
  }

  .banner__images-col:last-child img:last-child {
    max-width: 165px
  }
}

@media (max-width:991.98px) {
  .banner__images-col:last-child img:first-child {
    max-width: 187px
  }

  .banner__images-col:last-child img:last-child {
    max-width: 220px
  }
}

.slider__active [data-animation-in] {
  opacity: 0
}

.slider__item {
  align-items: center;
  max-height: 60vh;
  min-height: 500px;
  position: relative;
  z-index: 1
}

.slider__item .bottom-shape,
.slider__item .top-shape {
  position: absolute;
  pointer-events: none;
  z-index: -1
}

.slider__item .top-shape {
  left: 4%;
  top: 11%
}

.slider__item .bottom-shape {
  left: 0;
  bottom: 0
}

.slider__content .title {
  font-size: 40px;
  font-weight: 600
}

.slider__content .sub_title {
  font-weight: var(--tg-fw-medium);
  font-size: 20px
}

.slider__content .sub-title {
  display: inline-block;
  line-height: 1.3;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 13px
}

.slider__content p {
  font-weight: 400;
  line-height: 1.4;
}

.slider__content ul li h4 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 10px
}

.slider__content .list-wrap li,
.slider__content ul li p {
  font-weight: 400;
  font-family: var(--tg-heading-font-family);
  font-style: normal
}

.slider__content ul li p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px
}

.wow {
  z-index: 20 !important
}

@media (max-width:1500px) {
  .slider__item {
    padding: 110px 0 120px;
    max-height: 350px;
    min-height: 350px;
  }

  .slider__item .top-shape {
    max-width: 80px
  }

  .slider__item .bottom-shape {
    max-width: 350px
  }

  .slider__content .sub-title {
    padding: 0;
    background: 0 0;
    font-weight: var(--tg-fw-semi-bold)
  }
}

@media (max-width:992px) {
  .founder_content {
    padding-top: 20px
  }

  .slider__content .title {
    font-size: 28px
  }
}

@media (max-width:767.98px) {

  .slider__content ul li h4,
  .slider_content__2 h5 {
    font-size: 12px !important
  }

  .bg-image-banner-2,
  .bg-image-slide-5 {
    background-position: right
  }

  .slider__item {
    max-height: 250px;
    min-height: 250px;
    padding: 0
  }

  .slider__active .slider__content .tg-button-wrap {
    margin-left: -15% !important;
    margin-top: 45% !important
  }

  .slider__active .slider__content .tg-button-wrap .slider_btn {
    padding: 5%;
    font-size: 10px !important
  }

  .slick-dots button {
    width: .4rem !important;
    height: .4rem !important
  }

  .slider__content {
    padding: inherit !important
  }

  .slider__content .title {
    font-size: 15px
  }

  .slider_content__2 .title {
    font-size: 15px
  }

  .slider_content__2 h5 {
    margin-bottom: 2px
  }

  .slider_content__2 p {
    font-size: 18px !important
  }

  .slider__content p {
    font-size: 12px
  }

  .editable-content {
    padding: 0 !important
  }

  .editable-content h2 {
    margin: 0 !important;
    font-size: 20px !important
  }

  .editable-2 p {
    font-size: 10px
  }

  .slider__content ul li p {
    font-size: 10px !important;
    margin-bottom: 0 !important
  }

  .ceo_content ul li p {
    margin-top: -5px
  }

  .ceo_content .ceo_btn {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: -5px
  }

}

.slider__content .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -14px;
  height: 25px;
  width: 145px;
  pointer-events: none;
  z-index: -1
}

.slider__content .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.slider__content .list-wrap {
  margin: 0 0 10px
}

.slider__content .list-wrap li {
  display: flex;
  gap: 7px;
  margin: 0 0 3px;
  color: #666;
  font-size: 15px
}

.about__exp p,
.about__title-wrap p.fw-medium,
.courses__item-tag,
.courses__nav-active button {
  font-weight: var(--tg-fw-medium)
}

.slider__content .list-wrap li:last-child {
  margin: 0
}

.brand-area {
  border-bottom: 1px solid var(--tg-border-3);
  padding: 49px 0
}

.brand-area-two,
.section-pb-120 {
  padding-bottom: 120px
}

.brand-active .col,
.courses-slider-active .col {
  padding-left: 15px;
  padding-right: 15px
}

.brand__item img {
  filter: grayscale(1);
  opacity: .4
}

.brand__item a {
  display: flex;
  height: 51px;
  align-items: center;
  justify-content: center
}

.brand__item a:hover img {
  filter: grayscale(0);
  opacity: 1
}

.error-area,
.section-py-120 {
  padding: 120px 0
}

.section-py-15-120 {
  padding: 15px 0 80PX
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0
}

.about__images {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin: 0 -40px 0 10px
}

@media (max-width:1199.98px) {
  .about__images {
    margin: 0 0 40px
  }
}

.about__images .small-img {
  margin: 0 -50px 50px 0;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, .1));
  position: relative;
  z-index: 1
}

.about__images .big-img {
  -webkit-filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, .2))
}

.about__images .dots {
  position: absolute;
  left: 167px;
  top: -29px;
  z-index: -1;
  -webkit-transition: ease-out;
  -moz-transition: ease-out;
  -ms-transition: ease-out;
  -o-transition: ease-out;
  transition: ease-out
}

.about__images .circle {
  position: absolute;
  top: 26px;
  left: 66px;
  color: var(--tg-common-color-yellow);
  z-index: -1
}

.about__exp .year,
.about__exp p {
  color: var(--tg-common-color-white)
}

@media (max-width:767.98px) {
  .about__images {
    max-width: 390px;
    justify-content: center;
    margin: 0 auto 40px
  }

  .about__images .small-img {
    display: none
  }

  .about__images .circle {
    top: 0;
    left: 0
  }
}

.about__exp {
  position: absolute;
  width: 126px;
  height: 108px;
  left: 58px;
  top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 17px;
  z-index: 2
}

.about__exp .year {
  font-size: 30px;
  margin: 0 0 7px;
  line-height: 1
}

.about__exp p {
  margin: 0;
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
  line-height: 1.25
}

.about__exp svg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.about__content {
  margin-left: 70px
}

.about__content .section__title,
.about__title-wrap .section__title {
  margin: 0 0 15px
}

.about__content .tg-button-wrap {
  margin-top: 40px
}

.about__info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin: 29px 60px 0 0
}

.about__images-wrap,
.about__info-list-item,
.comments-text .comment-reply {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

@media (max-width:767.98px) {
  .about__exp {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0
  }

  .about__info-list {
    gap: 35px 15px;
    margin: 29px 0 0
  }
}

.about__info-list-item,
.comments-text .comment-reply {
  display: flex
}

.about__info-list-item .icon {
  width: 65px;
  text-align: center;
  position: relative;
  color: var(--tg-common-color-blue);
  margin-right: 7px
}

@media (max-width:767.98px) {
  .about__info-list-item .icon {
    width: 57px;
    margin-right: 8px
  }
}

.about__info-list-item .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background-image: url(../img/icons/blue_shape.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 36px;
  -webkit-transition: .4s ease-out;
  -moz-transition: .4s ease-out;
  -ms-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  z-index: -1
}

.about__info-list-item i {
  font-size: 40px
}

.about__info-list-item .content {
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 20px;
  color: var(--tg-heading-color);
  margin: 0
}

.about__title-wrap .tg-button-wrap,
.courses__details-reviews,
.courses__details-reviews #course-reviews {
  margin: 35px 0 0
}

@media (max-width:767.98px) {
  .about__info-list-item .content {
    font-size: 15px
  }
}

.about__info-list-item:nth-child(4n+1) i {
  font-size: 43px
}

.about__info-list-item:nth-child(4n+2) .icon {
  color: var(--tg-common-color-teal)
}

.about__info-list-item:nth-child(4n+2) .icon::after {
  background-image: url(../img/icons/green_shape.svg)
}

.about__info-list-item:nth-child(4n+3) .icon {
  color: var(--tg-common-color-indigo)
}

.about__info-list-item:nth-child(4n+3) .icon::after {
  background-image: url(../img/icons/purple_shape.svg)
}

.about__info-list-item:nth-child(4n+3) i {
  font-size: 45px;
  transform: matrix(-.87, .5, .5, .87, 0, 0)
}

.about__info-list-item:nth-child(4n+4) .icon {
  color: var(--tg-common-color-red)
}

.courses__item-tag,
.courses__item-tag:hover,
.courses__nav-active button>span {
  color: var(--tg-common-color-white)
}

.about__info-list-item:nth-child(4n+4) .icon::after {
  background-image: url(../img/icons/red_shape.svg)
}

.about__info-list-item:hover .icon::after {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px)
}

.about-area-two {
  padding: 140px 0
}

.about__title-wrap p.fw-medium {
  color: var(--tg-heading-color);
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 13px
}

.about__images-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 62px;
  position: relative
}

.about__images-wrap .column,
.courses__item-meta,
.courses__nav-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.about__images-wrap .column {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px
}

.about__images-wrap .column img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px
}

.about__images-wrap .about__shapes [class*=about-shape],
.categories__shapes-item,
.courses__shapes>* {
  position: absolute;
  z-index: -1
}

.courses-area,
.courses__item-thumb {
  position: relative
}

.about__images-wrap .about__shapes>:first-child {
  max-width: 125px;
  left: -50px;
  bottom: 0
}

.about__images-wrap .about__shapes>:nth-child(2) {
  max-width: 111px;
  right: -51px;
  top: -30px
}

.about__images-wrap .about__shapes>:nth-child(3) {
  max-width: 119px;
  right: -45px;
  bottom: -45px
}

.section-pt-120 {
  padding-top: 120px
}

.section-pb-90 {
  padding-bottom: 90px
}

.courses-area {
  background-color: var(--tg-common-color-gray-2);
  z-index: 1
}

.courses__item,
.courses__item-two {
  background: var(--tg-common-color-white)
}

.blog__details-wrapper,
.comment-wrap,
.courses-area .section__title-wrap,
.footer-widget,
.instructor__item {
  margin: 0 0 50px
}

.courses__nav-active {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 35px
}

.courses__nav-active button {
  display: block;
  position: relative;
  border: none;
  background: 0 0;
  color: var(--tg-body-color);
  font-size: 17px;
  font-family: var(--tg-body-font-family);
  padding: 0
}

.courses__nav-active button>span {
  position: absolute;
  right: 0;
  top: -26px;
  font-weight: var(--tg-fw-semi-bold);
  font-size: 14px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 4px 9px;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.courses__item-content .title a,
.courses__item-two-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size .4s linear
}

.courses__nav-active button>span::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: var(--tg-theme-primary) transparent transparent transparent
}

.courses__nav-active button.active {
  color: var(--tg-theme-primary)
}

.courses__item {
  margin: 0 0 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  overflow: hidden
}

.courses__item-thumb img {
  width: 100%
}

.courses__item-tag {
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 15px;
  display: block;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 15px;
  z-index: 2
}

.courses__item-content {
  padding: 25px 30px 20px
}

.courses__item-content .title {
  font-size: 20px;
  font-weight: var(--tg-fw-regular);
  line-height: 1.3;
  margin: 0 0 15px
}

.courses__item-content .title a {
  background-size: 0 1.5px, 0 1.5px
}

.courses__item-content .title a:hover {
  color: inherit;
  background-size: 0 1.5px, 100% 1.5px
}

.courses__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 22px;
  margin: 0 0 10px
}

.courses__item-bottom,
.courses__item-meta li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.courses__item-meta li {
  display: flex
}

.courses__item-meta li i {
  margin-right: 7px
}

.courses__item-rating {
  color: #f8bc24;
  letter-spacing: -1px;
  line-height: 1
}

.courses__item-rating .rating-count {
  color: var(--tg-body-color);
  letter-spacing: 0;
  margin-left: 5px
}

.courses__item-bottom .author a:hover,
.courses__item-bottom .price {
  color: var(--tg-theme-primary)
}

.courses__item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid var(--tg-border-4)
}

.courses__item-bottom .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px
}

.courses__item-bottom .author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 40px
}

.courses__item-bottom .author a {
  flex: 0 0 auto;
  color: var(--tg-body-color)
}

.courses__item-bottom .price {
  font-size: 22px;
  margin: 0 0 0 25px;
  line-height: 1;
  font-weight: var(--tg-fw-medium)
}

.courses__item-bottom .price del {
  font-size: 15px;
  color: #8d9db5;
  margin-right: 4px
}

.courses__item-two {
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
  margin: 0 0 30px
}

.blog-area-two,
.blog__post-thumb-two,
.categories-area,
.categories__wrap,
.courses__item-two-thumb,
.footer-widget.widget_nav_menu ul li a,
.footer__newsletter form,
.newsletter__form,
.popover__wrapper,
.sidebar-search-form,
.speakers-item,
.whatsapp-chat-avatar {
  position: relative
}

.courses__item-two-thumb img {
  object-fit: cover;
  height: 181px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px
}

.courses__item-two-thumb .course__price {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 13px 5px 20px;
  text-align: center;
  min-width: 105px;
  z-index: 1
}

.courses__item-two-thumb .course__price svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: var(--tg-theme-primary);
  z-index: -1
}

.courses__item-two-thumb .course__price .price {
  margin: 0;
  font-size: 20px;
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium)
}

.courses__item-two-thumb .course__price .price del {
  font-size: 15px;
  opacity: .7;
  margin: 0 7px
}

.courses__item-two-content {
  padding: 20px 13px 10px
}

.courses__item-two-content .courses__item-tag {
  position: unset;
  display: inline-block;
  margin: 0 0 13px
}

.courses-slider-active .slick-arrow,
.courses__nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.courses__item-two-content .title {
  font-weight: var(--tg-fw-medium);
  font-size: 17px;
  line-height: 1.38;
  margin: 0 0 15px
}

.courses__item-two-content .title a {
  background-size: 0 2px, 0 2px
}

.courses__item-two-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px
}

.courses__item-two-content .courses__item-meta {
  gap: 8px 22px;
  margin: 0
}

.courses__item-two-content .courses__item-meta li {
  line-height: 1
}

.courses__item-two-content .courses__item-meta li i {
  font-size: 20px
}

.courses__shapes>:first-child {
  left: 7%;
  top: 26%
}

.courses__shapes>:first-child img {
  max-width: 83px
}

.courses__shapes>:nth-child(2) {
  right: 7.5%;
  bottom: 16%
}

.courses__shapes>:nth-child(2) img {
  max-width: 86px
}

.courses-slider-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  width: 50px;
  height: 50px;
  background: var(--tg-common-color-gray);
  border: 1px solid #fff;
  box-shadow: 0 10px 20px #dfdfdf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  z-index: 2
}

.courses-slider-active .slick-arrow.slick-next {
  left: auto !important;
  right: -10px;
  -webkit-transform: translateY(-50%) translateX(30px);
  -moz-transform: translateY(-50%) translateX(30px);
  -ms-transform: translateY(-50%) translateX(30px);
  -o-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px)
}

.courses-slider-active .courses__item-two-thumb .author,
.courses__grid-wrap .courses__item-two-thumb .author {
  right: 15px;
  bottom: -25px;
  z-index: 2;
  position: absolute
}

.courses-slider-active:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible
}

.courses-slider-active .courses__item-two,
.courses__grid-wrap .courses__item-two {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px
}

.courses-slider-active .courses__item-two-content,
.courses__grid-wrap .courses__item-two-content {
  padding: 15px 7px 5px
}

.courses-slider-active .courses__item-two-thumb .author img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  border: 3px solid #fff;
  border-radius: 50px
}

.courses-slider-active .courses__item-bottom .price,
.courses__grid-wrap .courses__item-bottom .price {
  font-size: 20px;
  margin: 0 20px 0 0
}

.courses-slider-active .courses__item-bottom .price del {
  font-size: 15px;
  margin-right: 6px
}

.courses__nav-tabs {
  gap: 10px;
  border: none;
  margin-left: 10px
}

.courses__nav-tabs .nav-item {
  margin: 0
}

.courses__nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #6196ea;
  border-radius: 4px;
  color: var(--tg-theme-primary)
}

.courses__nav-tabs .nav-item .nav-link svg {
  flex: 0 0 auto
}

.courses__nav-tabs .nav-item .nav-link.active {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.courses__grid-wrap .courses__item-two-thumb .author img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  border: 3px solid #fff;
  border-radius: 50px
}

.courses__grid-wrap .courses__item-bottom .price del {
  font-size: 15px;
  margin-right: 6px
}

.courses__list-wrap .courses__item-two {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px
}

.courses__list-wrap .courses__item-two-thumb {
  flex: 0 0 auto
}

.courses__list-wrap .courses__item-two-thumb a {
  height: 100%
}

.courses__list-wrap .courses__item-two-thumb img {
  width: 270px;
  height: 100%;
  object-fit: cover
}

.slider_btn {
  background: 0 0;
  color: #005d91;
  border: 2px solid #005d91;
  display: inline-flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between
}

@media (max-width:1199.98px) {
  .about__content {
    margin: 0
  }

  .about__images-wrap {
    gap: 20px;
    margin: 0
  }

  .about__images-wrap .column {
    gap: 20px
  }

  .about__images-wrap .column img {
    max-width: 215px
  }

  .about__images-wrap .about__shapes>:first-child {
    max-width: 95px;
    left: -20px;
    bottom: 32px
  }

  .about__images-wrap .about__shapes>:nth-child(2) {
    max-width: 84px;
    right: -30px;
    top: -30px
  }

  .about__images-wrap .about__shapes>:nth-child(3) {
    max-width: 90px;
    right: -35px;
    bottom: -35px
  }

  .courses__shapes {
    display: none
  }

  .courses__list-wrap .courses__item-two-thumb img {
    width: 235px
  }
}

@media (max-width:991.98px) {
  .about-area-two {
    padding: 120px 0
  }

  .about__images-wrap {
    gap: 28px;
    margin: 50px auto 0;
    justify-content: center
  }

  .about__images-wrap .column {
    gap: 25px
  }

  .about__images-wrap .column img {
    max-width: 100%
  }

  .about__images-wrap .about__shapes>:first-child {
    max-width: 125px;
    left: -50px;
    bottom: 0
  }

  .about__images-wrap .about__shapes>:nth-child(2) {
    max-width: 111px
  }

  .about__images-wrap .about__shapes>:nth-child(3) {
    max-width: 119px
  }

  .courses__nav-active {
    justify-content: center;
    margin: 60px 0 0
  }

  .courses__item-content {
    padding: 25px 25px 20px
  }

  .courses__item-content .title {
    font-size: 18px
  }

  .courses__item-bottom .price {
    font-size: 18px;
    margin: 0 0 0 20px
  }

  .courses__sidebar {
    margin: 80px 0 0
  }

  .courses__list-wrap .courses__item-two-thumb img {
    width: 270px
  }
}

.courses__list-wrap .courses__item-two-content {
  padding: 0 15px 0 0
}

.courses__list-wrap .courses__item-two-content .title {
  font-size: 20px;
  margin: 0 0 10px
}

.courses__list-wrap .courses__item-two-content p {
  line-height: 1.65
}

.courses__list-wrap .courses__item-two-content .courses__item-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px
}

.courses__list-wrap .courses__item-two-content .courses__item-rating i {
  font-size: 15px;
  margin: 0
}

.courses__list-wrap .courses__item-two-content .courses__item-rating .rating-count {
  margin: 0
}

.courses__list-wrap .courses__item-two-content .courses__item-tag {
  margin: 0 0 8px;
  font-size: 14px
}

.courses__list-wrap .courses__item-two-content .courses__item-meta {
  margin: 0 0 14px
}

.courses__list-wrap .courses__item-bottom {
  padding: 12px 0 0;
  margin: 0
}

.courses__list-wrap .courses__item-bottom .author img {
  max-width: 35px
}

.courses__breadcrumb-area {
  background-color: #041734;
  gap: 0 28px;
  padding: 82px 0
}

.courses__breadcrumb-content .category {
  display: inline-block;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
  background: #04bc53;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 15px;
  margin: 0 0 12px
}

.courses__breadcrumb-content .title {
  font-size: 36px;
  color: var(--tg-common-color-white);
  line-height: 1.3;
  margin: 0 0 6px
}

@media (max-width:767.98px) {
  .about__images-wrap {
    gap: 20px;
    margin: 50px auto 0;
    justify-content: center
  }

  .about__images-wrap .column {
    gap: 20px;
    max-width: calc(50% - 10px)
  }

  .about__images-wrap .about__shapes {
    position: absolute;
    width: 100%;
    height: 100%
  }

  .about__images-wrap .about__shapes>:first-child {
    max-width: 95px;
    left: 0;
    bottom: 0
  }

  .about__images-wrap .about__shapes>:nth-child(2) {
    display: none
  }

  .about__images-wrap .about__shapes>:nth-child(3) {
    max-width: 90px
  }

  .courses-area .section__title-wrap {
    margin: 0 0 40px
  }

  .courses__nav-active {
    gap: 5px 25px
  }

  .courses__item-meta {
    gap: 0 19px
  }

  .courses__grid-wrap .courses__item-two-thumb img {
    height: auto
  }

  .courses__list-wrap .courses__item-two {
    gap: 20px;
    flex-direction: column
  }

  .courses__list-wrap .courses__item-two-thumb img {
    width: 100%
  }

  .courses__list-wrap .courses__item-two-content {
    padding: 0 7px 5px
  }

  .courses__breadcrumb-content .title {
    font-size: 24px
  }
}

.courses__breadcrumb-content p {
  color: #b2bdcd;
  margin: 0
}

.courses__breadcrumb-content .courses__item-meta {
  margin: 25px 0 0;
  gap: 10px 19px
}

.courses__breadcrumb-content .courses__item-meta li {
  color: #b2bdcd
}

.courses__breadcrumb-content .courses__item-meta li .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px
}

.blog__post-thumb-three,
.blog__prev-thumb,
.courses__breadcrumb-content .courses__item-meta li .author a {
  flex: 0 0 auto
}

.courses__breadcrumb-content .courses__item-meta li .author img {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.courses__breadcrumb-content .courses__item-meta li i {
  color: var(--tg-common-color-white);
  font-size: 18px;
  margin-top: -1px
}

.courses__breadcrumb-content .courses__item-meta li a,
.footer__newsletter .desc {
  color: #b2bdcd
}

.courses__breadcrumb-content .courses__item-meta li .rating,
.instructor__content,
.tg-post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.courses__breadcrumb-content .courses__item-meta li .rating i {
  font-size: 15px;
  color: #f8bc24;
  margin: 0 5px 0 0
}

.courses__breadcrumb-content .courses__item-meta li .rating-count {
  margin-left: 5px
}

.courses__details-wrapper {
  padding: 55px 0 0;
  margin: 0 70px 0 0
}

.courses__details-wrapper .nav-tabs {
  border-bottom: 3px solid #e6eaef;
  gap: 30px;
  margin-bottom: 25px
}

.courses__details-wrapper .nav-tabs .nav-link,
.product-desc-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 19px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
  position: relative
}

.courses__details-wrapper .nav-tabs .nav-link.active {
  color: var(--tg-theme-primary)
}

.courses__details-wrapper .nav-tabs .nav-link.active::before,
.product-desc-wrap .nav-tabs .nav-link.active::before {
  opacity: 1
}

.courses__details-wrapper .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: var(--tg-theme-primary);
  transition: .3s linear;
  opacity: 0
}

.categories__item a i,
.testimonial-active .slick-arrow {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.courses__details-inner {
  margin: 46px 0 0
}

.courses__details-inner .title {
  font-size: 22px;
  margin: 0 0 15px
}

.courses__details-inner .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbe1e8;
  margin: 15px 0 0
}

.courses__details-inner .event-details-list .list-wrap {
  padding: 0;
  margin: 0
}

.courses__details-curriculum {
  margin: 40px 0 0
}

.courses__details-curriculum>.title {
  font-size: 22px;
  margin: 0 0 20px
}

.courses__details-curriculum .accordion-item {
  margin: 0 0 15px;
  border: 1px solid #dce1e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden
}

.courses__details-curriculum .accordion-item:last-child {
  margin: 0
}

.courses__details-curriculum .accordion-button {
  border: none;
  box-shadow: none;
  font-size: 17px;
  color: var(--tg-heading-color);
  padding: 1.25rem 1.5rem
}

.courses__details-curriculum .accordion-button:not(.collapsed) {
  background: #e7effc;
  color: var(--tg-theme-primary)
}

.career-wrap .accordion-body,
.courses__details-curriculum .accordion-body {
  padding: 0
}

.courses__details-curriculum .course-item {
  border-bottom: 1px solid #dce1e8;
  padding: 17px 26px
}

.career-wrap .card-end .item:last-child,
.courses__details-curriculum .course-item:last-child {
  border: none
}

.courses__details-curriculum .course-item .course-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #39557e;
  cursor: no-drop
}

.categories__item a i,
.courses__details-curriculum .course-item .course-item-link:hover,
.enrolled__students p span {
  color: var(--tg-theme-primary)
}

.courses__details-curriculum .course-item .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px
}

.courses__details-curriculum .course-item .item-name::before {
  content: "";
  display: block;
  background-image: url(../img/icons/play.svg);
  width: 26px;
  height: 26px
}

.course-rate,
.courses__details-curriculum .course-item-meta,
.courses__details-reviews #course-reviews .list-wrap li,
.courses__details-sidebar .event-widget .thumb .popup-video,
.courses__instructors-content .meta li,
.courses__instructors-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.courses__details-curriculum .course-item-meta {
  margin-left: auto;
  display: flex;
  line-height: 1;
  gap: 20px
}

.courses__details-curriculum .course-item-meta .duration {
  margin: 2px 0 0
}

.courses__details-instructors {
  margin: 45px 0 0
}

.courses__details-instructors .title {
  font-size: 22px;
  margin: 0 0 25px
}

.courses__details-instructors .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbe1e8;
  margin: 20px 0 0
}

.courses__details-sidebar {
  margin: -280px 0 0;
  position: relative;
  z-index: 1
}

.courses__details-sidebar .event-widget .thumb {
  position: relative;
  margin: -17px -22px 25px
}

.courses__details-sidebar .event-widget .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #082a5e;
  opacity: .2;
  border-radius: 4px;
  z-index: 1
}

.courses__details-sidebar .event-widget .thumb img {
  border-radius: 4px;
  height: 200px;
  object-fit: cover
}

.courses__details-sidebar .event-widget .thumb .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-common-color-white);
  z-index: 3
}

.courses__details-sidebar .rc-post-item {
  gap: 14px
}

.courses__details-sidebar .rc-post-thumb img,
.events__sidebar .rc-post-thumb img {
  width: 80px;
  height: 80px
}

.courses__details-sidebar .rc-post-content .title {
  font-size: 15px;
  margin: 0 0 9px
}

.courses__details-sidebar .rc-post-content .price {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-primary);
  line-height: 1
}

.courses__details-sidebar .rc-post-content .price del {
  color: #8d9db5;
  font-size: 14px;
  margin-right: 6px
}

.courses__details-reviews .course-review-head,
.courses__details-reviews>.title {
  font-size: 22px;
  margin: 0 0 25px;
  font-weight: var(--tg-fw-medium)
}

.courses__details-reviews #course-reviews .list-wrap li:last-child,
.courses__instructors-item:last-child {
  margin: 0
}

.courses__details-reviews #course-reviews .list-wrap li {
  display: flex;
  margin: 0 0 20px;
  gap: 18px
}

.courses__details-reviews #course-reviews .review-author {
  width: 80px;
  flex: 0 0 auto
}

.course-rate__details,
.courses__details-reviews #course-reviews .review-author-info {
  flex-grow: 1
}

.courses__details-reviews #course-reviews .review-stars-rated {
  font-size: 15px;
  color: #f8bc24;
  line-height: 1;
  margin: 0 0 8px
}

.courses__details-reviews #course-reviews .user-name {
  font-size: 18px;
  margin: 0 0 10px
}

.courses__details-reviews #course-reviews .user-name .date {
  font-size: 14px;
  font-weight: var(--tg-fw-regular);
  color: #8d9db5;
  margin-left: 5px
}

.courses__details-reviews .course-review-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dbe1e8;
  margin: 15px 0 0
}

.courses__instructors-item {
  display: flex;
  gap: 25px;
  margin: 0 0 40px
}

.courses__instructors-thumb {
  max-width: 230px;
  flex: 0 0 auto
}

.courses__instructors-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  object-fit: cover
}

.courses__instructors-content .name {
  font-size: 20px;
  margin: 0 0 5px
}

.courses__instructors-content .designation {
  display: block;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: #5a7093;
  line-height: 1
}

.courses__instructors-content .meta {
  gap: 10px 17px;
  line-height: 1;
  margin: 23px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbe1e8
}

.courses__instructors-content .meta li {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.courses__instructors-content .meta li i {
  margin: -1px 0 0
}

.courses__instructors-content .meta .rating i {
  color: #f8bc24;
  margin: 0
}

.courses__instructors-content .meta .rating .average {
  margin-left: 3px
}

.courses__instructors-content .tg-button-wrap .btn {
  font-size: 15px;
  padding: 15px 21px 12px
}

.course-rate {
  background: #f6f7fa;
  border: 1px solid #dae0e7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 26px
}

.categories__item a i,
.course-rate__summary,
.enrolled__students {
  background: var(--tg-common-color-white)
}

.course-rate__details-row,
.course-rate__summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.course-rate__summary {
  border: 1px solid #e6eaef;
  box-shadow: 0 0 20px rgba(0, 0, 0, .09);
  border-radius: 8px;
  width: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 20px;
  gap: 3px
}

.course-rate__summary-value {
  color: #082a5e;
  font-weight: 600;
  font-size: 64px;
  line-height: .8
}

.course-rate__summary-stars {
  font-size: 15px;
  color: #f8bc24
}

.course-rate__summary-text,
.shop-details-content .product-review span {
  color: #5a7093
}

.course-rate__details-row {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin: 0 0 17px
}

.categories__item a,
.course-form-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.course-rate__details-row:last-child {
  margin: 0
}

.course-rate__details-row-star {
  font-size: 20px
}

.course-rate__details-row-star i {
  font-size: 17px;
  color: #f8bc24;
  margin-left: 3px
}

.course-rate__details-row-value {
  position: relative;
  margin-right: 20px;
  flex-grow: 1
}

.course-rate__details-row-value .rating-gray {
  background: #e0e3eb;
  border-radius: 50px;
  height: 7px
}

.course-rate__details-row-value .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background: #f8bc24;
  border-radius: 50px
}

.course-rate__details-row-value .rating-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-size: 20px
}

.course-review-form {
  margin: 50px 0 0
}

.comment-form .row,
.contact-form-wrap .row,
.course-review-form .row {
  --bs-gutter-x: 20px
}

.course-review-form input,
.course-review-form textarea {
  display: block;
  width: 100%;
  background: #f6f7fa;
  border: 1px solid #dae0e7;
  border-radius: 3px;
  padding: 10px 17px 8px;
  font-size: 15px;
  margin: 0 0 20px
}

.course-review-form input::placeholder,
.course-review-form textarea::placeholder {
  font-size: 15px;
  color: #5a7093
}

.course-review-form textarea {
  min-height: 185px
}

.course-form-rating {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 20px
}

.course-form-rating>span {
  margin-right: 7px;
  font-size: 18px
}

.course-form-rating>i {
  color: #f8bc24;
  font-size: 15px;
  margin: 0 1px;
  cursor: pointer
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg)
}

.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: 1.2s hoverShine;
  animation: 1.2s hoverShine
}

.section-py-130 {
  padding: 130px 0
}

.categories__title-wrap {
  margin-right: 40px
}

.categories__title-wrap .section__title {
  margin: 0 0 23px
}

.categories__title-wrap .section__title .sub-title,
.comment-form .form-submit,
.whatsapp-chat-header h3 {
  margin: 0 0 10px
}

.blog__standard-post,
.categories__title-wrap p {
  margin: 0 0 40px
}

.categories__wrap>img,
.testimonial__shapes img,
.testimonial__shapes-two>* {
  position: absolute
}

.categories__wrap>img:first-child {
  max-width: 76px;
  left: 2.5%;
  top: 38%
}

.categories__wrap>img:nth-child(2) {
  max-width: 60px;
  right: 2%;
  top: 28%
}

.categories__wrap>.row {
  --bs-gutter-x: 20px;
  gap: 20px 0
}

.categories__wrap>.row:not(:last-child),
.contact-form-wrap .form-grp,
.event-details-content .info-three,
.event-details-content .info-two {
  margin-bottom: 20px
}

.categories__item {
  text-align: center;
  margin-bottom: 30px
}

.categories__item .award-title {
  color: var(--text-color);
  text-align: center;
  font-family: var(--tg-heading-font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 500
}

.categories__item span {
  color: #727272;
  text-align: center;
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize
}

.categories__item a {
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px
}

.categories__item a i,
.enrolled__students ul,
.testimonial__content-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.categories__item a i {
  width: 83px;
  height: 83px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 44px;
  margin: 0 auto 12px;
  -webkit-box-shadow: 0 10px 20px rgba(222, 231, 243, .5);
  box-shadow: 0 10px 20px rgba(222, 231, 243, .5);
  transition: .3s ease-out
}

.categories__item a .name {
  display: block;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  font-size: 18px;
  color: var(--tg-heading-color);
  margin: 0 0 4px
}

.categories__item a .courses {
  display: block;
  color: #727272;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400
}

.events__date,
.events__item-content .location,
.fact__content p,
.faq-wrap .accordion-button,
.instructor__content .designation,
.testimonial__content-avatar .designation {
  font-family: var(--tg-heading-font-family)
}

.categories__shapes-item:first-child {
  top: 15%;
  left: 11%
}

@media (min-width:767.98px) {
  .agility {
    height: 282px
  }
}

.categories__shapes-item:first-child img {
  max-width: 77px
}

.categories__shapes-item:last-child {
  left: 3.5%;
  bottom: 8%
}

.categories__shapes-item:last-child img {
  max-width: 108px
}

.categories__shapes-item-two,
.mentors__shapes img {
  position: absolute;
  z-index: -1
}

.categories__shapes-item-two:first-child {
  max-width: 60px;
  top: 13%;
  right: 6%
}

.categories__shapes-item-two:last-child {
  max-width: 108px;
  left: 6%;
  bottom: 20%
}

.liquidity .section__title .content_text {
  color: #18191f;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  padding-top: 10px
}

.online-area {
  padding: 150px 0
}

.online__image-wrap {
  position: relative;
  margin: 0 100px 0 60px
}

@media (max-width:1199.98px) {
  .courses__details-wrapper {
    margin: 0
  }

  .categories__title-wrap {
    margin: 0 0 70px
  }

  .online-area {
    padding: 120px 0
  }

  .online__image-wrap {
    margin: 0 30px 0 0
  }
}

@media (max-width:991.98px) {
  .courses__details-sidebar {
    margin: 80px 0 0
  }

  .courses__details-sidebar .event-widget .thumb {
    margin: 0 0 25px
  }

  .courses__details-sidebar .event-widget .thumb img {
    width: 100%;
    height: auto
  }

  .online__image-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 50px
  }
}

@media (max-width:767.98px) {
  .courses__details-curriculum .course-item {
    padding: 17px 20px
  }

  .courses__details-curriculum .course-item .item-name {
    line-height: 1.4
  }

  .course-rate,
  .courses__details-reviews #course-reviews .list-wrap li {
    flex-direction: column
  }

  .courses__instructors-item {
    gap: 20px;
    flex-direction: column
  }

  .course-rate__details {
    width: 100%
  }

  .section-py-130 {
    padding: 120px 0
  }

  .categories__shapes-item:first-child,
  .categories__wrap>img {
    display: none
  }

  .categories__item a {
    padding: 32px 20px 27px
  }

  .categories__item a i {
    width: 75px;
    height: 75px;
    font-size: 38px
  }

  .categories__item a .name {
    font-size: 15px;
    margin: 0 0 8px;
    line-height: 1.5
  }

  .online__image-wrap {
    margin: 0 0 150px
  }

  .online__image-wrap .main-img img {
    width: 100%
  }
}

.online__image-wrap .main-img {
  background-color: var(--tg-common-color-white);
  border: 1px solid #e6e5e5;
  box-shadow: 0 4px 34px rgba(0, 0, 0, .15);
  border-radius: 10px;
  padding: 15px
}

.online__image-wrap .main-img img {
  border-radius: 7px
}

.online__image-wrap .icons {
  bottom: 65px;
  max-width: 214px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1
}

.online__image-wrap .left-shape {
  max-width: 82px;
  left: -110px;
  bottom: 130px
}

.online__image-wrap .top-shape {
  top: -35px;
  right: -22px;
  max-width: 86px;
  z-index: -1
}

.online__image-wrap .svg-shape {
  top: -40px;
  right: -50px;
  z-index: -2
}

.online__image-wrap .bottom-shape {
  bottom: -35px;
  max-width: 108px;
  right: -35px;
  z-index: -1
}

.online__content {
  margin-right: 70px;
  position: relative
}

@media (max-width:1199.98px) {
  .online__image-wrap .left-shape {
    z-index: -1;
    left: -35px
  }

  .online__content {
    margin-right: 0
  }
}

.online__content .section__title {
  margin: 0 0 8px
}

@media (max-width:991.98px) {
  .online__content {
    max-width: 75%;
    margin: 0 auto
  }

  .online__content .section__title .title br {
    display: none
  }
}

.footer__logo,
.online__content p,
.testimonial__quote {
  margin: 0 0 25px
}

.online__content .right-shape {
  top: 0;
  right: -175px;
  max-width: 87px
}

.enrolled__students {
  box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
  border-radius: 10px;
  padding: 17px 20px;
  text-align: center;
  top: 85px;
  left: -110px
}

.enrolled__students ul li img,
.instructor__content .share {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%
}

@media (max-width:767.98px) {
  .online__image-wrap .icons {
    bottom: 40px
  }

  .online__content {
    max-width: 100%
  }

  .enrolled__students {
    left: 0;
    bottom: -115px;
    top: auto;
    z-index: 2;
    right: 0
  }

  .testimonial__image-wrapper {
    max-width: 375px
  }
}

.enrolled__students p {
  font-size: 15px;
  line-height: 1.4;
  color: var(--tg-heading-color);
  font-weight: var(--tg-fw-medium);
  margin: 0 0 3px
}

.enrolled__students p span {
  font-weight: var(--tg-fw-bold)
}

.enrolled__students ul {
  display: flex;
  align-items: center;
  justify-content: center
}

.enrolled__students ul li:not(:first-child) {
  margin-left: -17px
}

.enrolled__students ul li img {
  max-width: 40px;
  border-radius: 50%;
  border: 2px solid var(--tg-common-color-white)
}

.section-pb-57 {
  padding-bottom: 57px
}

.area-bg,
.testimonial-bg {
  background-position: center;
  background-size: cover
}

.testimonial__image-wrapper {
  margin: 0 0 0 72px;
  z-index: 1
}

.testimonial__image-active {
  text-align: right
}

.cta__content,
.instructor__img,
.mentors__img,
.shop-content,
.testimonial__item {
  text-align: center
}

.testimonial__image-item {
  opacity: 1 !important;
  transition: .3s !important
}

.testimonial__image-item img {
  display: inline-block;
  -webkit-border-radius: 199px;
  -moz-border-radius: 199px;
  -o-border-radius: 199px;
  -ms-border-radius: 199px;
  border-radius: 199px
}

.testimonial__shapes img:first-child {
  left: 0;
  top: 15px;
  z-index: -1
}

.testimonial__shapes img:nth-child(2) {
  top: 0;
  right: 0;
  z-index: -1
}

.testimonial__shapes img:last-child {
  left: 36px;
  bottom: 10px;
  z-index: 1
}

.testimonial__content-wrapper {
  margin: 0 85px 0 70px
}

.testimonial__content-active {
  margin: 0 -15px
}

.shop-active [class*=col-],
.testimonial__content-item {
  padding: 0 15px
}

.testimonial__content-item p {
  color: var(--tg-common-color-gray);
  font-size: 18px;
  font-weight: var(--tg-fw-medium)
}

.testimonial__content-icon {
  margin: 0 0 19px
}

.testimonial__content-icon img {
  max-width: 49px
}

.testimonial__content-avatar {
  position: relative;
  margin: 12px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--tg-border-5)
}

.testimonial__content-avatar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.5px;
  width: 40px;
  height: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: var(--tg-common-color-yellow)
}

.testimonial__content-avatar .name {
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  font-size: 20px;
  margin: 0 0 3px
}

.testimonial__content-avatar .designation {
  display: block;
  color: #b2bdcd
}

.testimonial__content-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 35px 0 0
}

.instructor__content .share,
.testimonial-active .slick-arrow,
.testimonial__content-nav button,
.testimonial__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.testimonial__content-nav button {
  border: none;
  background: #24406b;
  padding: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-common-color-white);
  font-size: 18px
}

.testimonial__content-nav button:hover {
  background: var(--tg-theme-primary)
}

.testimonial__content-nav button.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.testimonial__wrapper {
  position: relative;
  z-index: 1
}

.testimonial-active {
  z-index: 2
}

.testimonial-active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #f2faf380;
  padding: 0;
  color: var(--tg-theme-primary);
  font-size: 20px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  transition: .3s ease-out
}

.instructor__content .share,
.instructor__content .social-list li {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.testimonial-active .slick-arrow.slick-next {
  left: auto;
  right: 0
}

.testimonial-active .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.tagcloud a:hover,
.testimonial-active .slick-arrow:hover,
.tg-post-tag ul li a:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary)
}

.testimonial__item {
  background-color: var(--tg-common-color-white);
  border-radius: 40px;
  border: 1px solid #dee2e691;
  margin: 63px 15px;
  padding: 35px
}

.testimonial__item p {
  font-weight: var(--tg-fw-medium);
  color: #39557e;
  margin: 0
}

.testimonial__quote img {
  display: inline-block;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.testimonial__rating {
  display: flex;
  justify-content: center;
  color: #f8bc24;
  gap: 3px;
  margin: 0 0 15px
}

.testimonial__avatar {
  margin: 15px 0 0
}

.testimonial__avatar .name {
  line-height: 1;
  color: #151411;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0 7px
}

.testimonial__avatar .designation,
.testimonial__avatar .testimonial-date {
  color: #727272;
  display: block;
  line-height: 1;
  font-size: 13px;
}

.testimonial__avatar .testimonial-date {
  font-size: 12px;
  margin-top: 40px;
  font-weight: 200
}

.testimonial__shapes-two>:first-child {
  top: 14%;
  left: 21%
}

.testimonial__shapes-two>:nth-child(2) {
  right: 7%;
  bottom: 27%
}

@media (max-width:1500px) {
  .online__content .right-shape {
    right: -80px
  }

  .testimonial__shapes-two>:first-child {
    left: 15%
  }

  .testimonial__shapes-two>:nth-child(2) {
    right: 4%;
    bottom: 31%
  }
}

.section-pt-100 {
  padding-top: 100px
}

.section-pb-70 {
  padding-bottom: 70px
}

.instructor-area .section__title-wrap {
  margin: 0 0 30px
}

.instructor__img {
  position: relative;
  margin: 0 0 20px;
  z-index: 1
}

.instructor__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 95px);
  z-index: -1
}

.blog__prev-content,
.cta__desc,
.instructor-details-content,
.instructor__content .left {
  flex-grow: 1
}

.instructor__content .designation {
  display: block;
  color: #5a7093;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 8px
}

.instructor__content .name {
  font-weight: var(--tg-fw-medium);
  font-size: 22px;
  margin: 0
}

.instructor-info-wrap .list-wrap>li a:hover,
.instructor__content .name a:hover {
  color: var(--tg-theme-primary)
}

.instructor__content .right {
  flex: 0 0 auto;
  position: relative;
  z-index: 1
}

.instructor__content .right:hover .share,
.shop-active .slick-arrow:hover,
.speakers-nav .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.instructor__content .right:hover .social-list {
  visibility: visible
}

.instructor__content .right:hover .social-list li {
  opacity: 1;
  visibility: visible
}

.instructor__content .right:hover .social-list li:not(:last-child) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.instructor__content .share {
  background: var(--tg-common-color-gray);
  width: 40px;
  height: 40px;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--tg-theme-primary);
  cursor: pointer;
  transition: .3s ease-out
}

.instructor__content .social-list,
.instructor__content .social-list li a,
.mentors__social .share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.instructor__content .share::before {
  content: "";
  position: absolute;
  left: 0;
  top: -32px;
  width: 40px;
  height: 40px;
  z-index: -1
}

.instructor__content .social-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: calc(100% + 25px);
  left: 0;
  gap: 10px;
  z-index: 2;
  visibility: hidden
}

.instructor__content .social-list li {
  transition: .3s ease-out;
  opacity: 0;
  visibility: hidden
}

.mentors__social .share,
.mentors__social .social-list li {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.instructor__content .social-list li:not(:last-child) {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px)
}

.instructor__content .social-list li:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.instructor__content .social-list li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms
}

.instructor__content .social-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.instructor__content .social-list li:first-child {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms
}

.instructor__content .social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 14px
}

.instructor__content .social-list li a:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-common-color-white)
}

.instructor-details-area {
  padding: 100px 0
}

.instructor-details-wrap {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start
}

.mentors__img img,
.mentors__item {
  box-shadow: 0 0 20px rgba(0, 0, 0, .06)
}

@media (max-width:1199.98px) {
  .online__content .right-shape {
    right: 0;
    z-index: -1
  }

  .enrolled__students {
    left: 0
  }

  .testimonial__image-wrapper {
    margin: 0
  }

  .testimonial__content-wrapper {
    margin: 0 0 0 50px
  }

  .instructor-details-wrap {
    padding: 25px 20px
  }
}

@media (max-width:991.98px) {
  .testimonial__image-wrapper {
    margin: 0 0 50px
  }

  .testimonial__content-wrapper {
    margin: 0
  }

  .testimonial-active .slick-arrow {
    left: 0
  }

  .testimonial-active .slick-arrow.slick-next {
    left: auto;
    right: 0
  }

  .testimonial__item {
    margin: 63px 35px;
    padding: 35px
  }

  .instructor-details-wrap {
    flex-wrap: wrap;
    padding: 25px
  }
}

@media (max-width:767.98px) {
  .testimonial__item {
    margin: 30px 0;
    padding: 25px;
  }

  .testimonial-active .slick-arrow.slick-next {
    left: auto;
    right: 0
  }

  .testimonial-active .slick-arrow.slick-prev {
    left: 0;
    right: auto
  }

  .testimonial__map,
  .testimonial__shapes-two {
    display: none
  }

  .instructor-details-wrap {
    padding: 20px
  }
}

.instructor-details-img {
  width: 270px;
  flex: 0 0 auto;
  margin-right: 35px
}

.instructor-details-img img {
  border-radius: 5px
}

.instructor-details-content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px
}

.instructor-details-content .left-side-content .title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px
}

.instructor-details-content .left-side-content span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-theme-primary);
  font-family: var(--tg-heading-font-family)
}

.instructor-details-content .bio-content .title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px
}

.instructor-details-content .bio-content p {
  margin-bottom: 0;
  width: 95%
}

.instructor-details-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 6px
}

.instructor-details-social .list-wrap li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: var(--tg-body-color);
  font-size: 15px;
  line-height: 0
}

.instructor-details-social .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.instructor-info-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid #cfd9e4;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.instructor-info-wrap .list-wrap>li {
  display: flex;
  align-items: center;
  color: #5a7093;
  font-size: 15px;
  font-weight: 400;
  line-height: 1
}

.instructor-info-wrap .list-wrap>li>i {
  font-size: 20px;
  margin-right: 6px
}

.instructor-info-wrap .list-wrap>li a {
  color: #5a7093;
  font-size: 15px;
  font-weight: 400
}

.instructor-info-wrap .list-wrap>li .rating {
  display: flex;
  align-items: center;
  color: #f8bc24;
  gap: 5px;
  margin-right: 10px
}

.mentors__social .share,
.mentors__social .social-list li a {
  background: var(--tg-theme-primary);
  width: 40px;
  align-items: center;
  color: var(--tg-common-color-white);
  cursor: pointer
}

.instructor-courses-area {
  padding: 0 0 70px
}

.courses-title .title {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 17px
}

.cta__content p,
.cta__desc p,
.mentors__content .name {
  font-weight: var(--tg-fw-medium)
}

.courses-title .title::before,
.event-widget .ew-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  background: var(--tg-theme-primary);
  border-radius: 2px
}

.mentors__item {
  border: 1px solid #d7dce3;
  border-radius: 10px;
  background: var(--tg-common-color-white);
  max-width: 270px;
  margin: 0 auto 30px
}

.mentors__img img,
.mentors__social .share {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cta__bg,
.cta__wrapper,
.fact-bg {
  background-position: center;
  background-size: cover
}

.mentors__img {
  margin: 38px 50px 0;
  position: relative
}

.info-chat span,
.mentors__img a {
  display: block
}

.mentors__img img {
  border-radius: 50%
}

.mentors__social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  z-index: 2
}

.mentors__social:hover .social-list,
.mentors__social:hover .social-list li {
  opacity: 1;
  visibility: visible
}

.cta__bg,
.shop-item:hover .shop-thumb img {
  opacity: .2
}

.mentors__social:hover .social-list li:not(:last-child) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

.mentors__social .share {
  height: 40px;
  font-size: 19px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  transition: .3s ease-out
}

.mentors__social .social-list,
.mentors__social .social-list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.mentors__social .social-list {
  position: absolute;
  display: flex;
  right: calc(100% + 5px);
  top: 0;
  gap: 5px;
  opacity: 0;
  visibility: hidden
}

.mentors__social .social-list li {
  transition: .3s ease-out;
  opacity: 0;
  visibility: hidden
}

.fact__img img,
.mentors__social .social-list li a {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.mentors__social .social-list li:not(:last-child) {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px)
}

.mentors__social .social-list li:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.mentors__social .social-list li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms
}

.mentors__social .social-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.mentors__social .social-list li:first-child {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms
}

.mentors__social .social-list li a {
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .3s ease-out
}

.mentors__content-bottom ul,
.mentors__content-bottom ul li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.mentors__social .social-list li a:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-common-color-white)
}

.mentors__content .name {
  font-size: 22px;
  margin: 0 0 8px
}

.mentors__content .name a:hover {
  color: var(--tg-theme-primary)
}

.mentors__content .designation {
  display: block;
  font-size: 15px;
  line-height: 1
}

.mentors__content-top {
  text-align: center;
  padding: 15px 20px 20px
}

.mentors__content-bottom {
  padding: 21px 28px;
  border-top: 1px solid #d7dce3
}

.mentors__content-bottom ul {
  display: flex;
  justify-content: space-between
}

.mentors__content-bottom ul li {
  display: flex;
  line-height: 1;
  gap: 5px
}

.mentors__content-bottom ul li.rating i {
  font-size: 15px;
  color: #f8bc24
}

.mentors__shapes img:first-child {
  max-width: 81px;
  left: 5%;
  bottom: 22%
}

.mentors__shapes img:nth-child(2) {
  max-width: 104px;
  right: 7%;
  top: 24%
}

@media (max-width:1800px) {

  .categories__shapes-item:first-child,
  .courses__shapes>:first-child {
    left: 4%
  }

  .courses__shapes>:nth-child(2) {
    right: 4%
  }

  .categories__shapes-item-two:last-child {
    left: 3%
  }

  .mentors__shapes img:first-child {
    max-width: 75px;
    left: 4%
  }

  .mentors__shapes img:nth-child(2) {
    max-width: 75px;
    right: 4%
  }
}

.cta__wrapper {
  background-image: url(../img/bg/cta_bg.png);
  background-color: var(--tg-theme-primary);
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 46px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 40px;
  overflow: hidden;
  margin: 0 0 -85px;
  z-index: 2
}

.cta__wrapper .section__title {
  width: 26%;
  flex: 0 0 auto
}

.cta__wrapper .section__title .title,
.fs-30 {
  font-size: 30px
}

.blog-area-two>.object,
.blog-bg-circle .object,
.cta__wrapper .object {
  position: absolute;
  z-index: -1
}

.cta__desc p {
  color: var(--tg-common-color-white);
  margin: 0
}

.cta-area-two {
  padding: 150px 0 160px;
  background-color: #072656;
  overflow: hidden;
  z-index: 1
}

.cta-area-three::before,
.cta__bg {
  position: absolute;
  z-index: -1;
  width: 100%
}

.cta__bg {
  left: 0;
  top: 0;
  height: 100%;
  mix-blend-mode: luminosity;
  background-attachment: fixed
}

.cta__content p {
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  letter-spacing: .1em;
  margin: 0 0 13px
}

.cta__content .title {
  color: var(--tg-common-color-white);
  font-size: 48px;
  margin: 0 0 8px
}

.cta__content .sub-title {
  font-size: 30px;
  font-weight: var(--tg-fw-light);
  color: var(--tg-common-color-white);
  margin: 0 0 40px
}

.cta__shapes>:first-child {
  left: 0;
  top: 0;
  opacity: .1 !important
}

.cta__shapes>:nth-child(2) {
  top: 31%;
  left: 10%;
  max-width: 125px
}

.cta__shapes>:nth-child(3) {
  right: 0;
  bottom: 0
}

.cta-area-three {
  position: relative;
  z-index: 3
}

.cta-area-three::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 80px;
  background-color: var(--tg-common-color-dark)
}

.cta-area-three .cta__wrapper {
  margin: 0
}

.fact__item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
  align-items: flex-end
}

.fact__content {
  margin: 0 0 15px;
  color: var(--tg-heading-color);
  padding: 20px
}

.event-information-wrap .event-social li a:hover,
.event-meta .list-wrap li i,
.events__item-content .location i,
.events__item-content .title a:hover,
.fact__icon-two,
.product-desc-wrap .nav-tabs .nav-link.active,
.shop-content .title a:hover,
.shop-details-bottom .list-wrap li a:hover {
  color: var(--tg-theme-primary)
}

.fact__content .count {
  font-size: 36px;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}

.events__date,
.events__item-content .location,
.fact__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.fact__content p {
  color: #010202;
  margin: 0;
  font-size: 20px;
  font-weight: 500
}

.fact__content h3 {
  color: #010202;
  font-size: 30px;
  font-weight: 500
}

.fact__content i {
  color: #010202
}

.fact__img {
  height: 160px;
  justify-content: center;
  object-fit: contain
}

.fact__img img {
  display: block;
  transition: .3s ease-out
}

.fact__item-two,
.footer-widget.widget_nav_menu ul li a::before {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out
}

.fact__shapes .categories__shapes-item {
  bottom: auto;
  left: 6%;
  top: 27%
}

.fact__shapes .categories__shapes-item img {
  max-width: 77px
}

.fact-bg {
  padding: 120px 0 90px
}

.events__item,
.fact__item-two {
  background: var(--tg-common-color-white)
}

.fact__item-two {
  box-shadow: 0 4px 24px #ebeef2;
  border-radius: 10px;
  padding: 59px 40px 50px;
  margin: 0 0 30px;
  transition: .3s ease-out
}

.event-widget,
.shop-widget {
  box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.fact__item-two:hover,
.faq-wrap .accordion-button:focus,
.show>.btn-primary.dropdown-toggle:focus,
.vacancies-area .faq-wrap .accordion-item {
  box-shadow: none
}

.fact__icon-two {
  font-size: 80px;
  line-height: 1;
  margin: 0 0 21px
}

.fact__content-two .count {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 3px
}

.fact__content-two p {
  line-height: 1.5;
  margin: 0
}

.events__item {
  margin: 0 0 30px
}

.events__date,
.events__sidebar-filter [type=submit] {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.events__item-thumb {
  position: relative;
  margin: 0 0 -2px
}

.events__item-thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%
}

.events__item-content {
  border: 1px solid #d7dce3;
  border-radius: 0 0 10px 10px;
  padding: 28px 26px 26px
}

.events__item-content .title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 17px
}

.events__item-content .location {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  color: #5a7093;
  gap: 0 6px
}

.events__date {
  position: absolute;
  left: 25px;
  top: 20px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  gap: 7px;
  line-height: 1;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 2
}

.events__date i,
.fs-19 {
  font-size: 19px
}

.events__wrapper .events__item-content {
  padding: 25px 24px
}

.events__wrapper .events__item-content .title {
  font-size: 18px
}

.events__wrapper .events__item-thumb img {
  min-height: 200px;
  object-fit: cover
}

.events__sidebar-filter .form-grp {
  position: relative;
  margin: 0 0 12px
}

.events__sidebar-filter .form-grp input {
  display: block;
  width: 100%;
  background: #f6f7fa;
  border: 1px solid #dae0e7;
  border-radius: 4px;
  padding: 6px 15px;
  color: #5a7093;
  font-weight: var(--tg-fw-medium);
  line-height: 1
}

.events__sidebar-filter .form-grp input::placeholder {
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: #5a7093
}

.events__sidebar-filter .form-grp i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #5a7093;
  font-size: 15px
}

.events__sidebar-filter .form-grp i.fa-flip-horizontal {
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1)
}

.events__sidebar-filter .form-grp i.fa-flip-horizontal::before,
.sidebar-search-form button i::before {
  font-weight: 600 !important
}

.events__sidebar-filter .form-grp .form-select {
  background-color: #f6f7fa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235A7093' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border: 1px solid #dae0e7;
  border-radius: 4px;
  padding: 6px 15px;
  color: #5a7093;
  box-shadow: none;
  font-weight: var(--tg-fw-medium)
}

.events__sidebar-filter [type=submit] {
  display: block;
  width: 100%;
  border: none;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: var(--tg-fw-semi-bold);
  padding: 8px 25px 6px
}

.events__sidebar-filter [type=submit]:hover,
.shop-action a:hover {
  background: var(--tg-theme-secondary)
}

.events__sidebar .rc-post-item {
  gap: 15px
}

.events__sidebar .rc-post-content .title,
.fs-15 {
  font-size: 15px
}

.events__sidebar .rc-post-content .date,
.fs-14 {
  font-size: 14px
}

.event-details-area .row .col-73 {
  width: 72.5%;
  flex: 0 0 auto
}

.event-details-area .row .col-27 {
  width: 26.5%;
  flex: 0 0 auto
}

@media (max-width:1199.98px) {
  .instructor-details-img {
    width: 255px;
    margin-right: 25px
  }

  .instructor-details-content .left-side-content .title {
    font-size: 24px
  }

  .instructor-details-content .bio-content p {
    width: 100%
  }

  .instructor-info-wrap .list-wrap {
    gap: 12px
  }

  .cta__wrapper {
    flex-wrap: wrap;
    gap: 25px 70px
  }

  .cta__wrapper .section__title {
    width: 100%;
    flex: 0 0 auto
  }

  .cta__desc {
    width: 60%;
    flex: 0 0 auto
  }

  .cta__shapes>:first-child {
    max-width: 220px
  }

  .cta__shapes>:nth-child(2) {
    top: 20%;
    left: 5%;
    max-width: 100px
  }

  .cta__shapes>:nth-child(3) {
    max-width: 180px
  }

  .fact__item-two {
    padding: 35px 25px
  }

  .fact__icon-two {
    font-size: 60px;
    margin: 0 0 18px
  }

  .event-details-area .row .col-73 {
    width: 67%
  }

  .event-details-area .row .col-27 {
    width: 33%
  }
}

@media (max-width:991.98px) {
  .instructor-details-img {
    width: auto;
    margin: 0 auto 25px
  }

  .instructor-info-wrap .list-wrap {
    gap: 15px
  }

  .courses-title .title {
    font-size: 22px
  }

  .cta__desc {
    width: 100%;
    flex: 0 0 auto
  }

  .cta-area-three::before {
    height: 150px
  }

  .events__sidebar {
    margin: 50px 0 0
  }

  .event-details-area .row .col-73 {
    width: 100%
  }

  .event-details-area .row .col-27 {
    width: 65%
  }

  .event__sidebar {
    margin: 80px 0 0
  }
}

.event-details-content .title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px
}

@media (max-width:1199.98px) {
  .event-details-content .title {
    font-size: 30px
  }
}

@media (max-width:767.98px) {

  .event-details-area .row .col-27,
  .instructor-details-img,
  .instructor-details-img img {
    width: 100%
  }

  .instructor-details-content .content-top {
    flex-wrap: wrap
  }

  .cta__wrapper {
    padding: 45px 30px
  }

  .cta__content .title {
    font-size: 38px;
    margin: 0 0 12px
  }

  .cta__content .sub-title {
    font-size: 22px
  }

  .cta__shapes>:nth-child(2) {
    top: 7%;
    max-width: 80px
  }

  .cta__shapes>:nth-child(3) {
    max-width: 120px
  }

  .fact__content {
    margin: 0 0 25px
  }

  .fact__img {
    min-height: auto
  }

  .event-details-content .title {
    font-size: 26px
  }
}

.event-details-content .title-two {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px
}

.blog-widget ul li:last-child,
.contact-info-wrap .list-wrap li:last-child,
.event-details-content p,
.event-widget:last-child,
.faq-wrap .accordion-body p,
.faq-wrap .accordion-item:last-child,
.product-desc-wrap .tab-content p,
.shop-details-bottom .list-wrap li:last-child,
.shop-widget .form-check .rating ul li,
.shop-widget ul li:last-child,
.shop-widget:last-child {
  margin-bottom: 0
}

.event-details-content .info-one {
  margin-bottom: 40px
}

.event-details-content .map-direction {
  width: 100%;
  height: 400px
}

@media (max-width:1199.98px) {
  .event-details-content .map-direction {
    height: 340px
  }
}

.event-details-content .map-direction iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.event-details-img {
  margin-bottom: 35px
}

.event-details-img img {
  width: 100%;
  border-radius: 10px
}

@media (max-width:767.98px) {
  .event-details-content .title-two {
    font-size: 22px
  }

  .event-details-content .map-direction {
    height: 300px
  }

  .event-details-img img {
    min-height: 270px;
    object-fit: cover
  }
}

.event-details-list .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px
}

.event-details-list .list-wrap li {
  display: flex;
  font-size: 18px;
  width: 50%;
  margin-bottom: 5px
}

.event-details-list .list-wrap li i {
  color: var(--tg-theme-primary);
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px
}

.event-meta .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px
}

.event-meta .list-wrap li {
  font-size: 15px;
  color: #5a7093;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.event-meta .list-wrap li i {
  font-size: 18px;
  margin-right: 5px;
  margin-top: -2px
}

.event-widget {
  border: 1px solid var(--tg-border-1);
  border-radius: 8px;
  padding: 25px 30px 30px;
  background: var(--tg-common-color-white);
  margin-bottom: 30px
}

.event-widget .ew-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  padding-bottom: 15px
}

.event-cost-wrap .price {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 25px
}

.event-cost-wrap .price strong {
  font-weight: 400;
  font-size: 15px;
  color: #5a7093;
  margin-right: 15px
}

.event-cost-wrap .price span {
  font-weight: 300;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #8d9db5;
  margin-left: 5px
}

.event-cost-wrap .btn {
  width: 100%;
  margin-bottom: 20px
}

.event-information-wrap .title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px
}

.event-information-wrap .list-wrap>li {
  display: flex;
  align-items: center;
  color: var(--tg-theme-secondary);
  border-bottom: 1px solid var(--tg-border-4);
  padding-bottom: 8px;
  margin-bottom: 15px
}

.event-information-wrap .event-social li,
.event-information-wrap .list-wrap>li:last-child {
  border: none;
  padding: 0;
  margin: 0
}

.event-information-wrap .list-wrap>li>i {
  font-size: 20px;
  color: #8d9db5;
  margin-right: 15px
}

.event-information-wrap .list-wrap>li span {
  margin-left: auto;
  color: #5a7093
}

.event-information-wrap .event-social {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px
}

.event-information-wrap .event-social li a {
  color: #5a7093;
  font-size: 15px
}

.speakers-item .speakers-thumb img {
  border-radius: 4px;
  width: 100%
}

.speakers-content {
  position: absolute;
  left: 0;
  bottom: 18px;
  background: var(--tg-theme-primary);
  padding: 7px 50px 7px 22px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0)
}

.speakers-content .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tg-common-color-white)
}

.speakers-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between
}

.speakers-content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #b6cff5
}

.speakers-nav {
  display: flex;
  align-items: center;
  gap: 5px
}

.speakers-nav .slick-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: var(--tg-common-color-gray);
  color: var(--tg-theme-primary);
  font-size: 14px
}

.sponsors-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px
}

@media (max-width:991.98px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 20px
  }

  .quick__action-content .title br {
    display: none
  }
}

@media (max-width:767.98px) {
  .event-details-list .list-wrap li {
    width: 100%
  }

  .sponsors-wrap .list-wrap {
    gap: 20px 15px
  }
}

.sponsors-wrap .list-wrap li img {
  cursor: pointer
}

.quick__action-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 270px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  background-color: #5f1eea;
  padding: 40px 50px;
  margin: 0 0 30px
}

.quick__action-content {
  max-width: 50%
}

@media (max-width:1199.98px) {
  .event-meta .list-wrap {
    gap: 15px 20px;
    margin-bottom: 20px
  }

  .quick__action-item {
    padding: 40px
  }

  .quick__action-content {
    max-width: 65%
  }
}

.quick__action-content .title {
  color: var(--tg-common-color-white);
  font-size: 26px;
  margin: 0 0 25px;
  text-transform: capitalize
}

.faq-wrap .accordion-item {
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 14.881px;
  background: var(--neutral-100, #fff);
  box-shadow: 0 4px 20px 0 rgba(8, 15, 52, .1)
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.faq-wrap .accordion-button {
  border-radius: 6px;
  color: #151411;
  font-family: 'DM Sans';
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 1.25rem .5rem
}

.career-wrap .accordion-button,
.pagination__wrap ul li a,
blockquote,
blockquote p {
  font-family: var(--tg-heading-font-family)
}

.career-wrap .accordion-button {
  padding: 10px 60px 10px 15px;
  color: var(--tg-theme-secondary);
  border: none;
  border-radius: 6px;
  position: relative
}

.career-wrap .accordion-button::after,
.faq-wrap .accordion-button::after,
.shop-top-right::after {
  position: absolute;
  font-weight: 700;
  font-size: 14px
}

.faq-wrap .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #fff;
  color: #000
}

.career-wrap .accordion-button:not(.collapsed) {
  color: #005d91;
  background-color: #eaf5e2;
  box-shadow: none
}

.faq-wrap .accordion-button::after {
  content: "\f067";
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  border-radius: 7.44px;
  font-family: var(--tg-icon-font-family)
}

.career-wrap .accordion-button::after,
.shop-item,
.shop-widget {
  background: var(--tg-common-color-white)
}

.career-wrap .accordion-button::after {
  content: "\f068";
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-theme-primary);
  border-radius: 50%;
  font-family: var(--tg-icon-font-family)
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background: #f2faf3;
  color: #198754
}

.newsletter__form [type=submit],
.shop-top-right::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%)
}

.faq-wrap .accordion-body {
  padding: 22px 50px 22px 25px
}

.shop-top-wrap {
  margin-bottom: 30px
}

.shop-top-left p {
  margin-bottom: 0;
  font-size: 18px
}

@media (max-width:767.98px) {
  .quick__action-item {
    padding: 35px 30px;
    background-position: left;
    min-height: 240px
  }

  .quick__action-content {
    max-width: 90%
  }

  .quick__action-content .title {
    margin: 0 0 20px
  }

  .career-wrap .accordion-button {
    padding: 8px 20px 8px 15px !important;
    font-size: 14px
  }

  .faq-wrap .accordion-button {
    padding: 23px 68px 23px 20px;
    font-size: 14px
  }

  .update-wrap .accordion-button {
    padding: 23px 68px 5px 20px !important;
    font-size: 14px
  }

  .faq-wrap .accordion-button::after {
    right: 15px
  }

  .faq-wrap .accordion-body {
    padding: 22px 30px 22px 20px
  }

  .shop-top-left p {
    margin-bottom: 15px;
    text-align: center
  }
}

.shop-top-right {
  position: relative;
  width: 190px;
  margin-left: auto
}

@media (max-width:767.98px) {
  .shop-top-right {
    margin: 0 auto
  }
}

.shop-top-right select {
  background-color: var(--tg-common-color-gray);
  border: none;
  color: var(--tg-body-color);
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: 0;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px
}

.shop-top-right::after {
  content: "\f078";
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  right: 15px;
  color: var(--tg-theme-primary)
}

.shop-item {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 25px 30px 35px;
  margin-bottom: 30px
}

@media (max-width:1199.98px) {
  .shop-item {
    padding: 25px 15px 35px
  }
}

@media (max-width:991.98px) {
  .shop-item {
    padding: 25px 25px 35px
  }

  .shop-sidebar {
    margin-top: 80px
  }
}

.shop-item:hover .shop-action a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.shop-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 35px
}

.shop-action {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  gap: 10px
}

.shop-action a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 20px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px)
}

.shop-content .price {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--tg-theme-primary)
}

.shop-content .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px
}

.shop-content .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #f8bc24;
  gap: 3px
}

.shop-widget {
  border: 1px solid var(--tg-border-1);
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 30px
}

.blog-widget ul li,
.shop-widget ul li {
  margin-bottom: 15px
}

.blog-widget .form-check,
.shop-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit
}

.blog-widget .form-check-input,
.shop-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #b2bdcd;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px
}

.blog-widget .form-check-input:focus,
.shop-widget .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary)
}

.blog-widget .form-check-label,
.shop-widget .form-check-label {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none
}

.large_text_container,
.shop-widget .form-check .rating {
  display: flex;
  align-items: center
}

.shop-widget .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #f8bc24;
  gap: 4px
}

.shop-widget .form-check .rating ul li.delete {
  color: #d7d7d7
}

.shop-widget .form-check .rating span {
  color: #5a7093;
  margin-left: 5px
}

.shop-details-images-wrap .nav-tabs {
  border-bottom: none;
  gap: 15px;
  margin-top: 15px
}

.shop-details-images-wrap .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 24px 43px;
  opacity: .5
}

.shop-details-images-wrap .nav-link.active {
  border-color: var(--tg-theme-primary);
  opacity: 1
}

.shop-details-images-wrap .tab-content img {
  border-radius: 6px
}

.shop-details-content {
  margin-left: 25px
}

.shop-details-content>.title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px
}

.shop-details-content .product-review {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px
}

.shop-details-content .product-review .rating {
  display: flex;
  align-items: center;
  color: #f8bc24;
  gap: 3px
}

.blog__post-content .cat:hover,
.shop-details-qty .wishlist-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.shop-details-content .price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: var(--tg-theme-primary)
}

.cart-plus-minus input,
.shop-details-bottom .list-wrap li .title,
.shop-details-qty .title {
  font-weight: 500;
  color: var(--tg-theme-secondary)
}

.shop-details-content p {
  margin-bottom: 50px
}

.shop-details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px
}

.shop-details-qty .title {
  font-size: 18px;
  display: block
}

.shop-details-qty .wishlist-btn {
  background: #f6f7fa;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px
}

.shop-details-qty .wishlist-btn:hover {
  border-color: var(--tg-theme-primary)
}

.shop-details-bottom .list-wrap li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px
}

.shop-details-bottom .list-wrap li .title {
  font-size: 15px;
  display: block
}

.shop-details-bottom .list-wrap li.sd-share {
  gap: 10px
}

.cart-plus-minus {
  position: relative;
  width: 115px;
  flex: 0 0 auto
}

.cart-plus-minus input {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 20px
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  cursor: pointer;
  border-right: 1px solid #d7d7d7;
  user-select: none;
  -moz-user-select: none;
  line-height: 0
}

.cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #d7d7d7
}

.cart-plus-minus .qtybutton.dec,
.fs-26 {
  font-size: 26px
}

.product-desc-wrap {
  margin-top: 60px
}

.product-desc-wrap .nav-tabs {
  border-bottom: 2px solid #e6eaef;
  gap: 30px;
  margin-bottom: 25px
}

.product-desc-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--tg-theme-primary);
  transition: .3s linear;
  opacity: 0
}

.product-desc-review {
  padding: 25px 30px;
  border: 1px solid #e6eaef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px
}

.product-desc-review .left-rc,
h2.title {
  margin-bottom: 10px
}

.related-product-area {
  position: relative;
  margin-top: 80px
}

.shop-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tg-common-color-gray);
  color: var(--tg-theme-primary);
  border: 1px solid var(--tg-common-color-white);
  box-shadow: 0 10px 20px #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3
}

.blog__post-content .cat,
.blog__post-content-three .cat,
.blog__post-content-two .cat,
.blog__standard-content .cat {
  display: inline-block;
  padding: 9px 18px 7px;
  font-weight: var(--tg-fw-medium);
  text-transform: uppercase
}

.blog__post-meta,
.blog__post-meta li {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.shop-active .slick-arrow.slick-next {
  left: auto;
  right: -10px
}

.section-pt-205 {
  padding-top: 205px
}

.blog-bg-circle {
  background-color: var(--tg-common-color-gray-3);
  position: relative;
  z-index: 1
}

.blog__post-item-three,
.blog__post-item-two {
  background-color: var(--tg-common-color-white)
}

.blog-bg-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 170px;
  background: #ffe9f9;
  filter: blur(200px);
  width: 423px;
  height: 423px;
  z-index: -1
}

.blog__post-item {
  background: var(--tg-common-color-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px
}

.blog__post-thumb img {
  width: 100%;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0 0
}

.blog__post-content {
  padding: 25px 35px 40px
}

.blog__post-content .cat,
.blog__post-content-three .cat {
  background: var(--tg-common-color-gray);
  font-size: 14px;
  color: var(--tg-theme-primary);
  line-height: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 12px
}

.blog__post-content .title,
.blog__post-item-four .blog__post-content-two .title {
  font-size: 24px;
  line-height: 1.25
}

.blog__post-meta li a:hover,
.blog__post-meta li i {
  color: var(--tg-theme-primary)
}

.blog__post-content .title {
  font-weight: var(--tg-fw-medium);
  margin: 0
}

.blog__post-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size .4s linear
}

.blog__post-content .title a:hover {
  color: inherit;
  background-size: 0 1.5px, 100% 1.5px
}

.blog__post-meta {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  gap: 10px 30px;
  margin: 25px 0 0
}

.blog__post-item-four,
.blog__post-item-three,
.blog__post-item-two {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
  margin: 0 0 30px
}

.blog__post-meta li {
  display: flex;
  gap: 0 4px
}

.blog__post-meta li i {
  margin-right: 4px
}

.blog__post-meta li a {
  color: var(--tg-body-color)
}

.blog__post-content-two .cat,
.blog__post-item-two .blog__post-meta li,
.blog__post-item-two .blog__post-meta li a {
  color: var(--tg-common-color-white)
}

.blog__post-item-two {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 20px;
  position: relative
}

.blog__post-item-two .blog__post-meta li i {
  color: var(--tg-common-color-white);
  font-size: 22px
}

.blog__post-thumb-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.48%, #020202 100%);
  border-radius: 10px;
  z-index: 3;
  pointer-events: none
}

.blog__post-thumb-two img {
  border-radius: 10px;
  width: 100%;
  height: 430px;
  object-fit: cover
}

.blog__post-content-two {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 4
}

.blog__post-content-two .cat {
  background: var(--tg-theme-primary);
  font-size: 14px;
  line-height: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 12px
}

.blog__post-content-two .cat:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-common-color-white)
}

.blog__post-content-three .cat:hover,
.blog__standard-content .cat:hover,
.comments-text .comment-reply-link:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white)
}

.blog__post-content-two .title {
  font-size: 30px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white)
}

.blog__post-content-two .title a:hover {
  color: var(--tg-common-color-white)
}

.blog__post-content-three .title a:hover,
.blog__prev-content .title a:hover,
.blog__standard-content .cat,
.blog__standard-content .title a:hover,
.contact-info-wrap .list-wrap li .content a:hover,
.footer-widget ul li a:hover,
.rc-post-content .title a:hover,
.tg-post-social ul li a:hover {
  color: var(--tg-theme-primary)
}

.blog__post-item-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  gap: 25px
}

.blog__post-author,
.blog__prev-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.blog__post-item-three .blog__post-meta li i,
.fs-22 {
  font-size: 22px
}

.blog__post-thumb-three img {
  border-radius: 10px;
  width: 199px;
  height: 180px;
  object-fit: cover
}

@media (max-width:1199.98px) {
  .shop-widget {
    padding: 25px 20px
  }

  .shop-details-images-wrap .nav-link {
    padding: 10px 22px
  }

  .shop-details-content {
    margin-left: 0
  }

  .blog__post-content {
    padding: 25px 25px 30px
  }

  .blog__post-content .title {
    font-size: 19px;
    line-height: 1.35
  }

  .blog__post-content-two .title {
    font-size: 26px
  }

  .blog__post-item-three {
    flex-direction: column;
    padding: 30px
  }

  .blog__post-thumb-three {
    width: 100%
  }

  .blog__post-thumb-three img {
    width: 100%;
    height: 237px
  }
}

.blog__post-content-three .title {
  font-size: 22px;
  line-height: 1.35
}

.blog__post-item-four {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 12px
}

.blog__post-item-four .blog__post-thumb-two::before {
  opacity: .9
}

.blog__post-item-four .blog__post-content-two {
  left: 37px;
  right: 37px;
  bottom: 35px
}

@media (max-width:991.98px) {
  .shop-widget {
    padding: 25px 30px
  }

  .shop-details-images-wrap .nav-tabs {
    margin-top: 20px;
    flex-wrap: nowrap
  }

  .shop-details-images-wrap .nav-link {
    padding: 24px 43px
  }

  .shop-details-images-wrap .tab-content img {
    width: 100%
  }

  .shop-details-content {
    margin: 60px 0 0
  }

  .blog__post-thumb-two img {
    height: 360px
  }

  .blog__post-item-three {
    flex-direction: row;
    padding: 20px 40px 20px 20px
  }

  .blog__post-thumb-three {
    width: auto
  }

  .blog__post-thumb-three img {
    width: 199px;
    height: 180px
  }

  .blog__post-item-four .blog__post-content-two .title {
    font-size: 22px
  }
}

.blog__post-item-four .blog__post-meta {
  margin: 20px 0 0
}

.blog__post-item-four .blog__post-meta li,
.blog__post-item-four .blog__post-meta li a,
.blog__post-item-four .blog__post-meta li i {
  color: var(--tg-common-color-white)
}

.blog__post-item-four .blog__post-meta li i,
.fs-20 {
  font-size: 20px
}

.blog__standard-thumb img {
  border-radius: 8px 8px 0 0
}

.blog__standard-content {
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  border-radius: 0 0 8px 8px;
  padding: 30px 40px 40px
}

@media (max-width:1199.98px) {
  .blog__standard-content {
    padding: 30px 35px 35px
  }
}

@media (max-width:767.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 15px
  }

  .shop-details-content>.title {
    font-size: 26px
  }

  .shop-details-content .product-review {
    margin-bottom: 15px
  }

  .shop-details-content p {
    margin-bottom: 30px
  }

  .related-product-area {
    margin-top: 70px
  }

  .blog__post-content .title {
    font-size: 22px
  }

  .blog__post-item-three {
    flex-direction: column;
    padding: 30px
  }

  .blog__post-thumb-three {
    width: 100%
  }

  .blog__post-thumb-three img {
    width: 100%;
    height: 280px
  }

  .blog__standard-content {
    padding: 30px 25px 35px
  }
}

.blog__standard-content .cat {
  background: var(--tg-common-color-gray);
  font-size: 14px;
  line-height: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 12px
}

.blog__standard-content .title {
  font-size: 30px;
  line-height: 1.35;
  margin: 0
}

@media (max-width:767.98px) {
  .blog__standard-content .title {
    font-size: 22px
  }
}

.blog__standard-content .tg-button-wrap {
  margin: 25px 0 0
}

.blog__standard-content .blog__post-meta {
  margin: 23px 0 22px
}

.banner_link p,
.blog__standard-content .blog__post-meta li i,
.fs-18 {
  font-size: 18px
}

.blog__details-wrapper .blog__standard-thumb,
.comment-wrap-title {
  margin: 0 0 30px
}

.blog__details-wrapper .blog__standard-thumb img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px
}

.blog-details-content {
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0
}

.blog-details-content .inner-title {
  font-size: 24px;
  margin: 0 0 1rem
}

.blog-details-content .event-details-list .list-wrap {
  padding: 0;
  margin: 20px 0 10px
}

.blog-details-bottom {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0 0;
  clear: both;
  overflow: hidden
}

.blog__prev-item {
  display: flex;
  align-items: center;
  gap: 25px
}

.blog__prev-item.next {
  flex-direction: row-reverse;
  text-align: right
}

.blog__prev-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px
}

.blog__prev-content .caption {
  display: block;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 7px
}

.blog__prev-content .title {
  font-size: 17px;
  line-height: 1.35;
  font-weight: var(--tg-fw-medium)
}

.blog__post-author {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f8faff;
  border: 1px solid #d5e4f4;
  border-radius: 10px;
  padding: 40px;
  margin: 0 0 60px
}

.tg-post-tag,
.tg-post-tag ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.blog__post-author-thumb,
.comments-avatar,
.rc-post-thumb {
  flex: 0 0 auto
}

.blog__post-author-thumb img {
  max-width: 115px
}

.blog__post-author-content .designation {
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
  font-weight: var(--tg-fw-medium);
  margin: 0 0 11px
}

.blog__post-author-content .name {
  font-size: 20px;
  margin: 0 0 10px
}

.blog-widget:last-child,
.blog__post-author-content p,
.footer-widget ul li:last-child,
.rc-post-item:last-child {
  margin: 0
}

blockquote {
  background: #f1f8ff;
  border-left: 6px solid var(--tg-theme-primary);
  padding: 45px 100px 45px 45px;
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  position: relative;
  z-index: 1;
  margin: 35px 0 40px
}

blockquote::after {
  content: "\f10e";
  position: absolute;
  top: 25px;
  right: 25px;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  color: #daeafa;
  z-index: -1
}

blockquote p {
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  margin: 0
}

.tg-post-tag {
  display: flex;
  align-items: flex-start
}

.tg-post-social .social-title,
.tg-post-tag .tag-title {
  font-size: 15px;
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: var(--tg-heading-color);
  flex: 0 0 auto
}

.tg-post-tag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.tagcloud a,
.tg-post-tag ul li a {
  display: block;
  background: #e6f2ff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 12px;
  font-size: 15px
}

.comments-box,
.comments-text .avatar-name,
.rc-post-item,
.tg-post-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.tg-post-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px
}

.tg-post-social ul li a {
  display: block;
  line-height: 1;
  font-size: 15px
}

.comment-wrap-title .title {
  font-size: 26px;
  margin: 0
}

.latest-comments {
  margin: 0 0 65px
}

.latest-comments li .children {
  padding: 0;
  margin: 0 0 0 80px
}

.comments-box {
  display: flex;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e6e9ec;
  gap: 28px
}

.comments-avatar img {
  max-width: 115px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.comments-text {
  overflow: hidden;
  flex-grow: 1
}

.comments-text .avatar-name {
  display: flex;
  margin: 0 0 5px
}

.comments-text .avatar-name .name {
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  margin: 0
}

.comments-text .avatar-name .date {
  margin-left: auto;
  color: var(--tg-theme-primary)
}

.comments-text .comment-reply-link {
  display: block;
  line-height: 1;
  background: #f1f5fe;
  border-radius: 4px;
  padding: 8px 19px;
  font-size: 15px;
  font-weight: var(--tg-fw-medium)
}

.comment-reply-title {
  font-size: 26px;
  margin: 0 0 8px
}

.comment-notes {
  margin: 0 0 28px
}

.comment-form .comment-field {
  margin: 0 0 20px
}

.comment-form .comment-field input,
.comment-form .comment-field textarea {
  display: block;
  width: 100%;
  background: #f0f6fc;
  border: 1px solid #cddbe9;
  border-radius: 4px;
  padding: 10px 20px
}

.comment-form .comment-field input::placeholder,
.comment-form .comment-field textarea::placeholder {
  color: #5a7093
}

.comment-form .comment-field textarea {
  height: 130px;
  min-height: 130px
}

.blog-grid-area .blog__post-item {
  background-color: var(--tg-common-color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.blog-grid-area .blog__post-content {
  border: 1px solid #ececec;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px
}

.blog-widget {
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 28px 30px 30px
}

.blog-widget.widget_search {
  padding: 0;
  box-shadow: none;
  border: none
}

.widget-title {
  font-size: 19px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 20px;
  position: relative
}

.widget-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: var(--tg-theme-primary);
  margin: 10px 0 0
}

.sidebar-search-form input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 12px 50px 12px 25px;
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  border-radius: 5px
}

.sidebar-search-form input::placeholder {
  opacity: .7
}

.sidebar-search-form button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  background: 0 0;
  font-size: 22px;
  color: var(--tg-theme-primary)
}

.rc-post-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px
}

.rc-post-content .date,
.tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center
}

.rc-post-thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px
}

.rc-post-content .title {
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  line-height: 1.35;
  margin: 0 0 5px
}

.rc-post-content .date {
  display: flex;
  gap: 7px
}

.rc-post-content .date i {
  color: var(--tg-theme-primary);
  font-size: 18px
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px
}

.pagination__wrap ul,
.pagination__wrap ul li a {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.pagination__wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px
}

.pagination__wrap ul li a {
  display: flex;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #e7effc;
  border-radius: 4px;
  font-size: 18px;
  color: var(--tg-heading-color);
  font-weight: var(--tg-fw-medium)
}

.pagination__wrap ul li a:hover,
.pagination__wrap ul li.active a {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary)
}

.section-py-55 {
  padding: 55px 0
}

.newsletter__img {
  max-width: 286px
}

.newsletter__img-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.footer__about ul.list-wrap li,
.footer__working-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-weight: var(--tg-fw-medium)
}

@media (max-width:1199.98px) {
  .blog__prev-item {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start
  }

  .blog__prev-item.next {
    flex-direction: column;
    align-items: flex-end
  }

  .blog__post-author {
    padding: 25px
  }

  .blog-sidebar {
    margin: 0
  }

  .blog-widget {
    padding: 28px 25px
  }

  .newsletter__img-wrap {
    flex-direction: column-reverse;
    gap: 20px
  }
}

@media (max-width:991.98px) {
  blockquote {
    padding: 45px 60px 45px 45px
  }

  .blog-sidebar {
    margin: 80px 0 0
  }

  .blog-widget {
    padding: 28px 30px 30px
  }

  .newsletter__img-wrap {
    flex-direction: row;
    margin: 0 0 30px
  }
}

.newsletter__content {
  margin-left: 10px;
  flex-grow: 1
}

.newsletter__content .title {
  font-size: 30px;
  margin: 0
}

.newsletter__form [type=email] {
  display: block;
  width: 100%;
  background: var(--tg-common-color-gray);
  border: 1px solid #d0dff7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 200px 15px 28px
}

.newsletter__form [type=submit] {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border: none;
  padding: 12px 30px;
  height: 50px;
  text-transform: uppercase;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-semi-bold);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px
}

.contact-form-wrap .title,
.contact-form-wrap p,
.contact-info-wrap .list-wrap li .content a,
.contact-info-wrap .list-wrap li .content p,
.contact-info-wrap .title {
  color: #222;
  font-family: 'DM Sans', sans-serif
}

.newsletter__form [type=submit]:hover {
  background: var(--tg-theme-secondary)
}

.contact-info-wrap .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700
}

@media (max-width:767.98px) {
  .blog__standard-content .blog__post-meta {
    margin: 20px 0 22px;
    gap: 10px 20px
  }

  .blog__details-wrapper .blog__standard-thumb {
    margin: 0 0 20px
  }

  .blog__prev-item {
    gap: 20px;
    flex-direction: row;
    align-items: center
  }

  .blog__prev-item.next {
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px 0 0
  }

  .blog__post-author {
    flex-direction: column;
    text-align: center;
    gap: 20px
  }

  blockquote {
    padding: 35px;
    font-size: 18px
  }

  blockquote p {
    font-size: 18px
  }

  .tg-post-social {
    margin: 10px 0 0
  }

  .comment-wrap-title .title {
    font-size: 22px
  }

  .latest-comments {
    margin: 0 0 50px
  }

  .comments-box {
    gap: 15px;
    flex-direction: column
  }

  .newsletter__img-wrap {
    flex-direction: column;
    text-align: center
  }

  .newsletter__form [type=email] {
    padding: 15px 180px 15px 28px
  }

  .newsletter__form [type=submit] {
    padding: 12px 25px
  }

  .contact-info-wrap .title {
    font-size: 26px
  }
}

.contact-info-wrap .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: var(--tg-theme-primary)
}

.contact-info-wrap>p {
  margin-bottom: 25px;
  width: 80%
}

.contact-info-wrap .list-wrap li {
  display: flex;
  margin-bottom: 40px
}

.contact-info-wrap .list-wrap li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9e9e9;
  color: #1f4b3f;
  font-size: 20px;
  line-height: 0;
  margin-right: 15px;
  flex: 0 0 auto
}

.contact-info-wrap .list-wrap li .content p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400
}

.contact-info-wrap .list-wrap li .content h6 {
  color: #222;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500
}

.contact-info-wrap .list-wrap li .content a {
  display: block;
  font-weight: 400;
  line-height: 1.4
}

.contact-form-wrap {
  background: #fff;
  border-radius: 8px
}

@media (max-width:1199.98px) {
  .newsletter__content {
    margin: 0
  }

  .contact-form-wrap {
    padding: 30px 25px 40px
  }
}

@media (max-width:991.98px) {
  .contact-info-wrap>p {
    width: 100%
  }

  .contact-info-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .contact-info-wrap .list-wrap li {
    width: 50%
  }

  .contact-form-wrap {
    padding: 30px 40px 40px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {

  .container,
  .custom-container,
  .tg-header__style-two .custom-container {
    max-width: 540px
  }

  .breadcrumb-content .title,
  .section__title .title {
    font-size: 36px
  }

  .banner__content .shape:first-child {
    max-width: 45px
  }

  .banner__content .title,
  .banner__content-two .title {
    font-size: 40px
  }

  .banner__images {
    max-width: 90%
  }

  .banner__images .shape:nth-child(3) {
    left: -70px
  }

  .banner__fact-item:last-child {
    display: block
  }

  .banner__images-col:first-child img {
    max-width: 290px
  }

  .banner__images-col:last-child {
    display: flex
  }

  .banner__images-col:last-child img:last-child {
    max-width: 187px
  }

  .slider__content .title {
    font-size: 18px;
    margin: 0 0 10px
  }

  .slider_btn {
    background: 0 0;
    color: #005d91;
    border: 2px solid #005d91;
    display: inline-flex;
    padding: 8px 10px;
    justify-content: space-between;
  }

  .about__images .circle {
    left: 80px
  }

  .about__info-list {
    gap: 35px 30px;
    margin: 29px 50px 0 0
  }

  .about__info-list-item .icon {
    width: 65px
  }

  .about__info-list-item .content {
    font-size: 18px
  }

  .courses-active {
    max-width: 80%;
    margin: 0 auto
  }

  .courses-top-wrap .shop-top-left p {
    text-align: center;
    margin-bottom: 15px
  }

  .contact-info-wrap .title,
  .courses__breadcrumb-content .title {
    font-size: 30px
  }

  .online__image-wrap {
    margin: 0 0 50px
  }

  .enrolled__students {
    left: 0;
    bottom: auto;
    top: 120px;
    right: auto
  }

  .instructor-details-wrap {
    padding: 25px
  }

  .fact__item {
    padding: 30px
  }

  .event-details-content .title {
    font-size: 28px
  }

  .event-details-img img {
    min-height: 300px
  }

  .sponsors-wrap .list-wrap {
    gap: 20px 20px
  }

  .shop-top-left p {
    margin-bottom: 0;
    text-align: left
  }

  .shop-top-right {
    margin: 0 0 0 auto
  }

  .shop-item {
    padding: 25px 15px 35px
  }

  .blog__post-item-four .blog__post-content-two .title {
    font-size: 24px
  }

  .blog__standard-content {
    padding: 30px 30px 35px
  }

  .blog__standard-content .title {
    font-size: 26px
  }

  .contact-form-wrap {
    padding: 30px 30px 40px
  }
}

.contact-form-wrap .title {
  position: relative;
  font-size: 22px;
  font-style: normal;
  font-weight: 500
}

.contact-form-wrap p {
  font-size: 12.308px;
  font-style: normal;
  font-weight: 400
}

.copyright__menu li a,
.copyright__text p,
.footer-widget ul li {
  font-family: var(--tg-heading-font-family)
}

.contact-form-wrap .form-grp input,
.contact-form-wrap .form-grp textarea {
  width: 100%;
  border: 1px solid #dae0e7;
  display: block;
  font-size: 15px;
  color: var(--tg-body-color);
  padding: 4px 15px;
  height: 40px;
  transition: .3s;
  border-radius: 8px;
  background: 0 0;
  color: #151411;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500
}

.contact-form-wrap .form-grp input::placeholder,
.contact-form-wrap .form-grp textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-body-color);
  opacity: .8
}

.contact-form-wrap .form-grp input:focus,
.contact-form-wrap .form-grp textarea:focus {
  border-color: var(--tg-theme-primary)
}

.contact-form-wrap .form-grp textarea {
  min-height: 135px;
  max-height: 135px
}

.contact-form-wrap .form-grp label {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.contact-map {
  width: 100%;
  height: 555px
}

.contact-map iframe {
  width: 100%;
  height: 100%
}

.ajax-response.error,
.ajax-response.success {
  margin: 20px 0 0 !important
}

.ajax-response.error {
  color: red
}

.ajax-response.success {
  color: green
}

.error-img {
  text-align: center;
  margin-bottom: 65px
}

@media (max-width:1500px) {
  .mentors__shapes img:nth-child(2) {
    top: 30%
  }

  .fact__shapes .categories__shapes-item {
    left: 1%;
    top: 9%
  }

  .blog-bg-circle .object:nth-last-of-type(2) {
    left: 4% !important;
    top: 26% !important
  }

  .blog-bg-circle .object:last-of-type {
    right: 4% !important;
    bottom: 8% !important
  }

  .error-area {
    padding: 100px 0
  }

  .error-img {
    margin-bottom: 45px
  }

  .slider__active .slider__content .tg-button-wrap {
    margin-top: 34%
  }

  .error-img img {
    max-width: 490px
  }
}

.error-content .title {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 40px
}

@media (max-width:1199.98px) {
  .contact-form-wrap .title {
    font-size: 28px
  }

  .contact-map {
    height: 430px
  }

  .error-content .title {
    margin-bottom: 35px;
    font-size: 35px
  }
}

.error-content .title span {
  display: block;
  margin-top: 10px
}

.error-content .tg-button-wrap {
  justify-content: center
}

.footer__top-wrap {
  padding: 80px 0 55px;
  border-top: 1px solid #e9e9e9;
  background: #f2faf3
}

.footer-widget ul li {
  margin: 0 0 8px;
  color: #b1adad;
  font-size: 15px;
  font-style: normal;
  font-weight: 400
}

.footer-widget ul li a {
  display: inline-block;
  font-weight: var(--tg-fw-medium);
  color: #b1adad
}

.footer-widget.widget_nav_menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: var(--tg-theme-primary);
  transition: .3s ease-out
}

.beginner-area .right-content,
.footer-widget.widget_nav_menu ul li a:hover {
  padding-left: 20px
}

.footer-widget.widget_nav_menu ul li a:hover::before {
  width: 12px
}

.footer__about p {
  color: #b2bdcd;
  margin: 0 0 20px
}

.footer__about ul.list-wrap li {
  display: flex;
  gap: 0 20px;
  line-height: 1.4;
  color: var(--tg-common-color-gray);
  text-transform: uppercase;
  margin: 0 0 13px
}

.footer__about ul.list-wrap li a {
  color: var(--tg-common-color-gray);
  font-size: 15px
}

.footer__about ul.list-wrap li a:hover {
  opacity: .7
}

.footer__about ul.list-wrap li:last-child {
  margin: 18px 0 0
}

.footer__working-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #b2bdcd;
  gap: 0 30px;
  padding: 0 0 15px;
  margin: 0 0 15px
}

.footer__working-item .day {
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-common-color-white)
}

.footer__working-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #39557e
}

.footer__working-item:last-child {
  padding: 0;
  margin: 0
}

.footer__working-item:last-child::after {
  display: none
}

.footer__newsletter form [type=email] {
  background: #10284f;
  border-radius: 4px;
  padding: 11px 60px 11px 20px;
  border: none;
  color: var(--tg-common-color-white);
  display: block;
  width: 100%
}

.copyright__menu li,
.footer__newsletter form [type=submit] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.footer__newsletter form [type=email]::placeholder {
  color: var(--tg-common-color-white);
  opacity: .5
}

.footer__newsletter form [type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  background: var(--tg-theme-primary);
  border-radius: 3px;
  color: var(--tg-common-color-white);
  display: flex;
  align-items: center;
  justify-content: center
}

.footer__newsletter form [type=submit]:hover {
  opacity: .7
}

.footer-widget .fw-title {
  color: #484848;
  font-family: var(--tg-body-font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase
}

.copyright__wrapper {
  padding: 20px 0
}

.copyright__text p {
  text-transform: capitalize;
  color: #484848;
  font-size: 15px;
  margin: 0
}

@media (max-width:991.98px) {
  .error-img {
    margin-bottom: 40px
  }

  .slider__active .slider__content .tg-button-wrap {
    margin-left: 6%;
    margin-top: 43%
  }

  .copyright__text {
    text-align: center
  }

  .copyright__menu {
    margin: 10px 0 0
  }
}

.copyright__menu ul {
  gap: 0 15px
}

.copyright__menu li {
  display: flex;
  align-items: center;
  gap: 0 15px
}

.copyright__menu li::before {
  content: ".";
  color: #8798b3
}

#get-number,
.career-wrap .accordion-button.expand_btn::after,
.copyright__menu li:first-child::before,
span.my-number {
  display: none
}

.stand_item a,
.stand_item a div i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex
}

.copyright__menu li a {
  color: #8798b3;
  font-size: 15px
}

@-webkit-keyframes hoverShine {
  100% {
    left: 125%
  }
}

@keyframes hoverShine {
  100% {
    left: 125%
  }
}

.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(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

.alltuchtopdown {
  -webkit-animation: 1.5s ease-in-out infinite alternate alltuchtopdown;
  animation: 3s ease-in-out infinite alternate alltuchtopdown
}

@keyframes alltuchtopdown {

  0%,
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0)
  }

  50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -moz-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    -o-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px)
  }
}

@-webkit-keyframes alltuchtopdown {

  0%,
  100% {
    -webkit-transform: rotateX(0) translateY(0);
    -moz-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
    -o-transform: rotateX(0) translateY(0);
    transform: rotateX(0) translateY(0)
  }

  50% {
    -webkit-transform: rotateX(0) translateY(-20px);
    -moz-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
    -o-transform: rotateX(0) translateY(-20px);
    transform: rotateX(0) translateY(-20px)
  }
}

.slider_btn:hover {
  background: #005d91 !important;
  color: #fff !important
}

.footer_social_btn {
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 10px
}

.stand_item {
  border-radius: 10px
}

.stand_item a {
  display: flex;
  flex-direction: column;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 32px 30px 27px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.stand_item a div i {
  width: 83px;
  height: 83px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 44px;
  color: var(--tg-theme-primary);
  margin: 0 20px 0 0;
  -webkit-box-shadow: 0 10px 20px rgba(222, 231, 243, .5);
  box-shadow: 0 10px 20px rgba(222, 231, 243, .5);
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -ms-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}

.contact-card,
.item_card,
.pdf-section-content {
  border-radius: 12px;
  background: #fff
}

.stand_item a div h4,
.stand_item a h2 {
  color: var(--text-color);
  font-style: normal;
  font-family: var(--tg-heading-font-family);
  font-weight: 500
}

#whatsapp-chat,
.career-wrap,
.item_card,
.pdf-section-content,
a.blantershow-chat,
a.market__update {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.btn-primary:focus,
.btn-primary:hover {
  outline: 0;
  box-shadow: none
}

.stand_item a div h4 {
  font-size: 20px
}

.stand_item a h2 {
  font-size: 32px
}

.item_card div h6,
.stand_item a div span,
p {
  color: #727272;
  font-size: 15px;
  font-weight: 400;
  font-style: normal
}

.stand_item a div span {
  font-family: var(--tg-heading-font-family)
}

.imge_hover_zoom_in img,
.imge_hover_zoom_in p {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.imge_hover_zoom_in:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.imge_hover_zoom_in:hover p {
  padding-top: 10px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.liquidity .content .card {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
  align-items: center
}

.liquidity .content .card:hover {
  transition: .3s ease-out
}

.pdf-section-content {
  display: inline-flex;
  padding: 10px 20px 10px 10px;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px
}

.item_card {
  color: #000;
  padding: 20px;
  margin-bottom: 15px
}

.item_card div i {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  background: #f0f8ff
}

.add_item,
.web_btn {
  align-items: center
}

.item_card div h6,
p {
  padding: 0;
  margin: 0;
  font-family: Outfit, sans-serif
}

.beginner-area .item_card div h6,
.partner-area .item_card div h6,
.regular-area .item_card div h6 {
  color: #151411;
  padding: 0;
  margin: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500
}

.beginner-area .right-content h6,
.partner-area .right-content h6,
.regular-area .right-content h6 {
  color: #151411;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  font-family: Outfit, sans-serif
}

.beginner-area .right-content p,
.career-wrap .top-head span>span {
  color: #727272;
  font-size: 15px;
  font-style: normal;
  font-weight: 400
}

.banner-head .head {
  color: #151411;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600
}

.banner-head p {
  color: #727272;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500
}

.add_item {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 15px;
  display: inline-block
}

.add_item span {
  padding-left: 10px;
  font-weight: 600
}

.career-wrap {
  border-radius: 12px;
  background: #fff;
  padding: 30px
}

.career-wrap .top-head {
  padding-bottom: 10px
}

.career-wrap .top-head span>b {
  color: #151411;
  font-size: 24px;
  font-style: normal;
  font-weight: 500
}

.career-wrap .content span {
  color: #151411;
  font-size: 15px;
  font-style: normal;
  font-weight: 500
}

.career-wrap .card-end p,
.career-wrap .content p,
.career-wrap .content ul li {
  color: #727272;
  font-size: 14px;
  font-weight: 400
}

.career-wrap .content p {
  font-style: normal;
  padding-bottom: 15px
}

.career-wrap .content ul li {
  font-style: normal
}

.career-wrap .accordion-button {
  background: #eaf5e2;
  color: #005d91;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  width: auto
}

.career-wrap .card-end .item {
  padding: 0 15px;
  border-right: 1px solid #f2f2f2;
  margin-bottom: 20px
}

.career-wrap .card-end p {
  margin-left: 15px;
  font-style: normal
}

.career-wrap .card-end img {
  width: 20px;
  height: 20px
}

.career-wrap .card-end span {
  color: #151411;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding-top: 10px
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: .5rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0
}

.slick-dots li {
  margin: 0 .25rem
}

.slick-dots button {
  display: block;
  width: .6rem;
  height: .6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #505050;
  text-indent: -9999px
}

.slick-dots li.slick-active button {
  background-color: #04bc53
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: 0 !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1)
}

a.blantershow-chat,
a.market__update {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  font-size: 15px;
  padding: 7px 15px 4px 6px;
  border-radius: 25px;
  display: flex;
  align-items: center
}

a.blantershow-chat {
  bottom: 15px;
  right: 30px
}

a.market__update {
  bottom: 75px;
  right: 30px
}

a.blantershow-chat svg,
a.market__update svg {
  height: 100%;
  margin: 0 10px 0 0;
  width: 38px
}

.whatsapp-chat-header {
  background: #095e54;
  color: #fff;
  padding: 20px
}

.whatsapp-chat-header p {
  font-size: 14px;
  line-height: 1.7;
  margin: -10px
}

.whatsapp-chat-header .whatsapp-chat-name {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: .5;
  color: #fff
}

.whatsapp-chat-avatar::after {
  content: "";
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: #4ad504;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #095e54;
  left: 40px;
  top: 38px
}

.whatsapp-chat-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222
}

#get-label,
#get-nama {
  color: #fff
}

textarea#chat-input {
  border: none;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 40px;
  outline: 0;
  resize: none;
  padding: 6px 12px;
  font-size: 14px
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 6px;
  background: #eee
}

a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px
}

.first-msg {
  background: 0 0;
  padding: 30px;
  text-align: center
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block
}

.start-chat .blanter-msg {
  display: flex
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px
}

@keyframes ZpjSY {

  0%,
  25% {
    background-color: #b6b5ba
  }

  15% {
    background-color: #111
  }
}

@keyframes hPhMsj {

  15%,
  35% {
    background-color: #b6b5ba
  }

  25% {
    background-color: #111
  }
}

@keyframes iUMejp {

  25%,
  45% {
    background-color: #b6b5ba
  }

  35% {
    background-color: #111
  }
}

@keyframes showhide {
  from {
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0
  }
}

@media screen and (max-width:480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%
  }
}

.hide {
  display: none;
  animation-name: showhide;
  animation-duration: .5s;
  transform: scale(1);
  opacity: 1
}

.show {
  display: block;
  opacity: 1
}

.eJJEeC,
.kAZgZq,
.popover__content,
.whatsapp-message {
  opacity: 0;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.dAbFpq,
.whatsapp-message-container {
  display: flex;
  z-index: 1
}

.kAZgZq,
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transition: .3s;
  transform-origin: center top 0px;
  z-index: 2;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px)
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative
}

.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: .08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png")
}

.eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 15px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  transition: .1s;
  z-index: 1
}

.dRvxoz,
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  border-radius: 50%;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0
}

.hFENyl {
  position: relative;
  display: flex
}

.dRvxoz,
.ixsrax,
.popover__title {
  display: inline-block
}

.ixsrax {
  background-color: #9e9da2;
  animation-name: ZpjSY
}

.dRvxoz {
  background-color: #b6b5ba;
  animation-name: hPhMsj
}

.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, .4)
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(17, 17, 17, .5);
  margin-right: -8px;
  margin-bottom: -4px
}

.app_card,
.client_card,
.popover__content,
.popover__message,
.team_card {
  text-align: center
}

.pattern_bg {
  background: url(../img/assets/home_pattern.png) center no-repeat;
}

.pattern_bg-bottom {
  background: url(../img/assets/home_pattern.png) bottom no-repeat
}

.bg_img {
  background: url(../img/assets/slider/home\ 5.png) cover no-repeat;
  max-width: 100%;
  min-width: 200px;
  height: auto
}

.popover__title {
  padding: 5px;
  cursor: pointer
}

.popover__content {
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  background-color: #fff;
  padding: 20px 30px;
  width: 250px;
  border-radius: 8px;
  margin-left: 42%;
  margin-top: 20px;
  white-space: nowrap;
  transform: translateX(-50%)
}

.popover__content h6 {
  font-family: var(--tg-body-font-family);
  color: var(--tg-common-color-black);
  font-size: 14px;
  font-weight: 500
}

.fs-12,
.popover__content p {
  font-size: 12px
}

.imge_hover_zoom_in:hover .popover__content p {
  padding-top: 0 !important;
  transform: scale(1);
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: '';
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #fff;
  transition-duration: .3s;
  transition-property: transform
}

.popover__wrapper:hover .popover__content {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: .5s cubic-bezier(.75, -.02, .2, .97);

}

.popover__message {
  font-size: 12px
}

@media (max-width:992px) {
  .popover__content {
    padding: 10px 15px;
    margin-left: -45px;
    width: 155px
  }

  .popover__content h6 {
    font-size: 10px;
    margin-bottom: 0
  }

  .popover__content p {
    font-size: 8px
  }
}

@media (max-width:768px) {
  .popover__content {
    padding: 5px 8px;
    margin-left: -10px;
    width: auto;
    white-space: inherit;
    transform: translate(0, 0);
  }
}

.team_card,
.team_card:nth-child(n+1):nth-child(-n+6),
.team_card:nth-child(n+109):nth-child(-n+108),
.team_card:nth-child(n+125):nth-child(-n+124),
.team_card:nth-child(n+141):nth-child(-n+140),
.team_card:nth-child(n+15):nth-child(-n+20),
.team_card:nth-child(n+157):nth-child(-n+156),
.team_card:nth-child(n+173):nth-child(-n+172),
.team_card:nth-child(n+189):nth-child(-n+188),
.team_card:nth-child(n+205):nth-child(-n+204),
.team_card:nth-child(n+221):nth-child(-n+220),
.team_card:nth-child(n+237):nth-child(-n+236),
.team_card:nth-child(n+253):nth-child(-n+252),
.team_card:nth-child(n+269):nth-child(-n+268),
.team_card:nth-child(n+285):nth-child(-n+284),
.team_card:nth-child(n+29):nth-child(-n+36),
.team_card:nth-child(n+301):nth-child(-n+300),
.team_card:nth-child(n+45):nth-child(-n+52),
.team_card:nth-child(n+61):nth-child(-n+68),
.team_card:nth-child(n+77):nth-child(-n+76),
.team_card:nth-child(n+93):nth-child(-n+92) {
  width: calc(100% / 8)
}

@media (max-width:360px) {
  .text-end {
    display: block ruby
  }

  .last .accordion-button {
    margin-right: 0 !important
  }
}

.app_card a,
.web_btn {
  display: inline-block
}

#toggle-search {
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  float: right;
  font-size: 20px
}

#toggle-search:hover,
.text-green {
  color: #005d91
}

.content_title,
.policy-area h1,
.policy-area h2,
.policy-area h3,
.policy-area h4,
.policy-area h5,
.sub_title {
  line-height: 1.32;
  letter-spacing: -1px;
  color: var(--text-color);
  font-family: var(--tg-heading-font-family);
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize
}

#chartdiv {
  width: 600px;
  height: 600px;
  margin: 40px auto
}

@media (max-width:767.98px) {
  .contact-info-wrap .list-wrap li {
    width: 100%;
    margin-bottom: 30px
  }

  .contact-form-wrap .title {
    font-size: 24px
  }

  .contact-map {
    height: 380px
  }

  .section__title p {
    font-size: 12px
  }

  .section__title .title {
    font-size: 22px
  }

  .contact-form-wrap .form-grp label {
    font-size: 14px
  }

  .error-img {
    margin-bottom: 30px
  }

  .error-img img {
    max-width: 100%
  }

  .error-content .title {
    font-size: 30px;
    margin-bottom: 30px
  }

  .error-content .title span {
    margin-top: 5px
  }

  .footer__top-wrap .row>:nth-child(2) .widget_nav_menu {
    margin-left: 0
  }

  #chartdiv {
    width: 350px;
    height: 350px;
    margin: 40px auto
  }
}

#searchBar {
  border: 1px solid #005d91;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-right: 10px;
  padding: .25em .75em;
  float: right;
  max-width: 200px;
  text-align: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}

.content_title,
.policy-area h1 {
  font-size: 32px;
  margin-bottom: 30px
}

.policy-area h2,
.sub_title {
  font-size: 26px;
  margin-top: 20px
}

.policy-area h3 {
  font-size: 21px;
  margin-top: 20px
}

.policy-area h4 {
  font-size: 18px;
  margin-top: 20px
}

.policy-area h5 {
  font-size: 15px;
  margin-top: 20px
}

.policy-area p,
.policy-area ul li {
  padding: 0;
  margin: 0 0 10px;
  color: #727272;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400
}

.app_card {
  padding: .5rem
}

.app_card a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #f3f3f3;
  background: #fff
}

.app_card a:hover img,
.web_btn:hover {
  border: 1px solid #005d91
}

.web_btn {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
  border: 1px solid #f3f3f3
}

.flaticon-searching {
  transform: rotateY(180deg);
  font-size: 20px
}

.login_btn {
  color: var(#151411);
  font-family: Outfit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400
}

.fs-8 {
  font-size: 8px
}

.fs-9 {
  font-size: 9px
}

.fs-10 {
  font-size: 10px
}

.fs-11 {
  font-size: 11px
}

.fs-13 {
  font-size: 13px
}

.fs-17 {
  font-size: 17px
}

.fs-21 {
  font-size: 21px
}

.fs-23 {
  font-size: 23px
}

.fs-24 {
  font-size: 24px
}

.fs-25 {
  font-size: 25px
}

.fs-27 {
  font-size: 27px
}

.fs-29 {
  font-size: 29px
}

.large_text {
  color: #005d91;
  font-size: 250px;
  font-weight: 700;
  line-height: 1
}

.footer_top {
  margin-bottom: 60px
}

.copyright__wrapper {
  background: #f2faf3
}

.client_card {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 22px;
  padding: 10px 0
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #005d91;
  border-color: #005d91
}

.btn-primary,
.btn-primary:hover {
  color: #fff
}

.career-wrap .accordion-button.expand_btn {
  padding: 8px 15px
}

.card-header,
.card-header:first-child {
  padding: 30px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid;
  border-radius: 12px 12px 0 0
}

.card-body {
  padding: 30px
}

.breadcrumb>* {
  text-transform: capitalize;
  display: block;
  font-size: 15px;
  color: #727272;
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize
}

.stories-area {
  background-image: url("../img/assets/map.svg");
  background-color: #f4fdff;
  background-repeat: no-repeat;
  background-position: center
}

.section_padding_md {
  padding-top: 40px;
  padding-bottom: 40px
}

@media screen and (max-width:991px) {
  .section_padding_md {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media screen and (max-width:768px) {
  .section_padding_md {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media screen and (max-width:437px) {
  .section_padding_md {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media screen and (max-width:414px) {
  .section_padding_md {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .large_text {
    font-size: 70px !important;
    margin-top: 25%
  }

  .slider__content .title .text-green,
  .slider__content .title span.fs-20 {
    font-size: 15px !important
  }

  .slider_btn {
    padding: 8px !important;
    font-size: 10px
  }
}

.team .popover__wrapper:hover .popover__title {
  transform: scale(2)
}

.breadcrumb span {
  padding-left: 5px
}

.banner_link p a:hover,
.banner_link p span.text-success,
.breadcrumb span:hover {
  color: #005d91 !important
}

#stats {
  background: #000;
  display: flex;
  align-items: center
}

#stats iframe {
  user-select: none;
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  max-height: 50px
}

@media screen and (max-width:768px) {
  #stats iframe {
    max-height: 77px
  }
}

.team_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0
}

.team_card {
  padding: 15px
}

.team_card,
.team_card:nth-child(n+1):nth-child(-n+6),
.team_card:nth-child(n+109):nth-child(-n+108),
.team_card:nth-child(n+125):nth-child(-n+124),
.team_card:nth-child(n+141):nth-child(-n+140),
.team_card:nth-child(n+15):nth-child(-n+20),
.team_card:nth-child(n+157):nth-child(-n+156),
.team_card:nth-child(n+173):nth-child(-n+172),
.team_card:nth-child(n+189):nth-child(-n+188),
.team_card:nth-child(n+205):nth-child(-n+204),
.team_card:nth-child(n+221):nth-child(-n+220),
.team_card:nth-child(n+237):nth-child(-n+236),
.team_card:nth-child(n+253):nth-child(-n+252),
.team_card:nth-child(n+269):nth-child(-n+268),
.team_card:nth-child(n+285):nth-child(-n+284),
.team_card:nth-child(n+29):nth-child(-n+36),
.team_card:nth-child(n+301):nth-child(-n+300),
.team_card:nth-child(n+45):nth-child(-n+52),
.team_card:nth-child(n+61):nth-child(-n+68),
.team_card:nth-child(n+77):nth-child(-n+76),
.team_card:nth-child(n+93):nth-child(-n+92) {
  width: calc(100% / 8)
}

.team_card:nth-child(n+101):nth-child(-n+100),
.team_card:nth-child(n+117):nth-child(-n+116),
.team_card:nth-child(n+133):nth-child(-n+132),
.team_card:nth-child(n+149):nth-child(-n+148),
.team_card:nth-child(n+165):nth-child(-n+164),
.team_card:nth-child(n+181):nth-child(-n+180),
.team_card:nth-child(n+197):nth-child(-n+196),
.team_card:nth-child(n+21):nth-child(-n+28),
.team_card:nth-child(n+213):nth-child(-n+212),
.team_card:nth-child(n+229):nth-child(-n+228),
.team_card:nth-child(n+245):nth-child(-n+244),
.team_card:nth-child(n+261):nth-child(-n+260),
.team_card:nth-child(n+277):nth-child(-n+276),
.team_card:nth-child(n+293):nth-child(-n+292),
.team_card:nth-child(n+309):nth-child(-n+308),
.team_card:nth-child(n+37):nth-child(-n+44),
.team_card:nth-child(n+53):nth-child(-n+60),
.team_card:nth-child(n+69):nth-child(-n+76),
.team_card:nth-child(n+7):nth-child(-n+14),
.team_card:nth-child(n+85):nth-child(-n+84) {
  width: calc(100% / 10)
}

.team_card img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  max-width: unset
}

.breadcrumb {
  margin: 0;
  padding: 0.6rem 0;
}

.section_padding_lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* 991px */
@media (max-width: 991px) {
  .slider_content__2 p {
    line-height: 1.2;
  }

  .slider_content__2 p {
    line-height: 1.2;
  }

  .large_text {
    font-size: 120px;
  }

  .categories__item .award-title {
    font-size: 15px;
  }

  .categories__item span {
    font-size: 14px;
  }

  .footer__top-wrap {
    padding: 60px 0 45px;
  }

  .item_card div h6,
  .stand_item a div span,
  p {
    font-size: 13px;
  }

  .footer-widget ul li {
    font-size: 13px;
  }

  .footer_top div.social-links ul li a {
    width: 35px;
    height: 35px;
  }

  .categories__item a .courses {
    font-size: 13px;
  }

  .stand_item a h2 {
    font-size: 30px;
  }


}

/* disable outline on focus in readonly input */
input[readonly]:focus {
  outline: none;
  box-shadow: none;
}

.section_padding_lg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_padding_xl {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width:991px) {
  .section_padding_lg {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .section_padding_xl {
    padding-top: 60px;
    padding-bottom: 60px
  }

}

@media screen and (max-width:768px) {
  .section_padding_lg {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .section_padding_xl {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .team_card,
  .team_card:nth-child(n+1):nth-child(-n+6),
  .team_card:nth-child(n+109):nth-child(-n+108),
  .team_card:nth-child(n+125):nth-child(-n+124),
  .team_card:nth-child(n+141):nth-child(-n+140),
  .team_card:nth-child(n+15):nth-child(-n+20),
  .team_card:nth-child(n+157):nth-child(-n+156),
  .team_card:nth-child(n+173):nth-child(-n+172),
  .team_card:nth-child(n+189):nth-child(-n+188),
  .team_card:nth-child(n+205):nth-child(-n+204),
  .team_card:nth-child(n+221):nth-child(-n+220),
  .team_card:nth-child(n+237):nth-child(-n+236),
  .team_card:nth-child(n+253):nth-child(-n+252),
  .team_card:nth-child(n+269):nth-child(-n+268),
  .team_card:nth-child(n+285):nth-child(-n+284),
  .team_card:nth-child(n+29):nth-child(-n+36),
  .team_card:nth-child(n+301):nth-child(-n+300),
  .team_card:nth-child(n+45):nth-child(-n+52),
  .team_card:nth-child(n+61):nth-child(-n+68),
  .team_card:nth-child(n+77):nth-child(-n+76),
  .team_card:nth-child(n+93):nth-child(-n+92) {
    width: calc(100% / 6)
  }

  .team_card:nth-child(n+101):nth-child(-n+100),
  .team_card:nth-child(n+117):nth-child(-n+116),
  .team_card:nth-child(n+133):nth-child(-n+132),
  .team_card:nth-child(n+149):nth-child(-n+148),
  .team_card:nth-child(n+165):nth-child(-n+164),
  .team_card:nth-child(n+181):nth-child(-n+180),
  .team_card:nth-child(n+197):nth-child(-n+196),
  .team_card:nth-child(n+21):nth-child(-n+28),
  .team_card:nth-child(n+213):nth-child(-n+212),
  .team_card:nth-child(n+229):nth-child(-n+228),
  .team_card:nth-child(n+245):nth-child(-n+244),
  .team_card:nth-child(n+261):nth-child(-n+260),
  .team_card:nth-child(n+277):nth-child(-n+276),
  .team_card:nth-child(n+293):nth-child(-n+292),
  .team_card:nth-child(n+309):nth-child(-n+308),
  .team_card:nth-child(n+37):nth-child(-n+44),
  .team_card:nth-child(n+53):nth-child(-n+60),
  .team_card:nth-child(n+69):nth-child(-n+76),
  .team_card:nth-child(n+7):nth-child(-n+14),
  .team_card:nth-child(n+85):nth-child(-n+84) {
    width: calc(100% / 4)
  }

  .slider_btn {
    padding: 8px 10px;
  }

  .slider_content__2 span {
    font-size: 12px;
  }

  .slider__content .list-wrap li {
    font-size: 12px;
  }
}

@media screen and (max-width:500px) {

  .team_card,
  .team_card:nth-child(n+1):nth-child(-n+6),
  .team_card:nth-child(n+109):nth-child(-n+108),
  .team_card:nth-child(n+125):nth-child(-n+124),
  .team_card:nth-child(n+141):nth-child(-n+140),
  .team_card:nth-child(n+15):nth-child(-n+20),
  .team_card:nth-child(n+157):nth-child(-n+156),
  .team_card:nth-child(n+173):nth-child(-n+172),
  .team_card:nth-child(n+189):nth-child(-n+188),
  .team_card:nth-child(n+205):nth-child(-n+204),
  .team_card:nth-child(n+221):nth-child(-n+220),
  .team_card:nth-child(n+237):nth-child(-n+236),
  .team_card:nth-child(n+253):nth-child(-n+252),
  .team_card:nth-child(n+269):nth-child(-n+268),
  .team_card:nth-child(n+285):nth-child(-n+284),
  .team_card:nth-child(n+29):nth-child(-n+36),
  .team_card:nth-child(n+301):nth-child(-n+300),
  .team_card:nth-child(n+45):nth-child(-n+52),
  .team_card:nth-child(n+61):nth-child(-n+68),
  .team_card:nth-child(n+77):nth-child(-n+76),
  .team_card:nth-child(n+93):nth-child(-n+92) {
    width: calc(100% / 5)
  }

  .team_card:nth-child(n+101):nth-child(-n+100),
  .team_card:nth-child(n+117):nth-child(-n+116),
  .team_card:nth-child(n+133):nth-child(-n+132),
  .team_card:nth-child(n+149):nth-child(-n+148),
  .team_card:nth-child(n+165):nth-child(-n+164),
  .team_card:nth-child(n+181):nth-child(-n+180),
  .team_card:nth-child(n+197):nth-child(-n+196),
  .team_card:nth-child(n+21):nth-child(-n+28),
  .team_card:nth-child(n+213):nth-child(-n+212),
  .team_card:nth-child(n+229):nth-child(-n+228),
  .team_card:nth-child(n+245):nth-child(-n+244),
  .team_card:nth-child(n+261):nth-child(-n+260),
  .team_card:nth-child(n+277):nth-child(-n+276),
  .team_card:nth-child(n+293):nth-child(-n+292),
  .team_card:nth-child(n+309):nth-child(-n+308),
  .team_card:nth-child(n+37):nth-child(-n+44),
  .team_card:nth-child(n+53):nth-child(-n+60),
  .team_card:nth-child(n+69):nth-child(-n+76),
  .team_card:nth-child(n+7):nth-child(-n+14),
  .team_card:nth-child(n+85):nth-child(-n+84) {
    width: calc(100% / 4)
  }
}

@media screen and (max-width:437px) {
  .section_padding_lg {
    padding-top: 25px;
    padding-bottom: 25px
  }

  .section_padding_xl {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media screen and (max-width:414px) {
  .section_padding_lg {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .section_padding_xl {
    padding-top: 30px;
    padding-bottom: 30px
  }
}


.switch {
  position: fixed;
  overflow: hidden;
  width: 7.5rem;
  height: 4rem;
  transform: scale(0.5);
  left: 0;
  bottom: 0;
}

.switch input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.switch label {
  cursor: pointer;
}

.background {
  z-index: 1;
  position: absolute;
  width: 7.5rem;
  height: 4rem;
  border-radius: 2.5rem;
  border: 0.25rem solid #202020;
  background: linear-gradient(to right, #484848 0%, #202020 100%);
  transition: all 0.3s;
}

.fill {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 2rem;
  left: 0;
  background: #484848;
  transition: 0.75s all ease;
}

.switch input:checked~.fill {
  background: #E9F8FD;
}

.stars1,
.stars2 {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.stars1 {
  top: 6px;
  right: 23px;
}

.stars2 {
  top: 40px;
  right: 48px;
}

.stars1:after,
.stars1:before,
.stars2:after,
.stars2:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.2s all ease;
}

.stars1:after {
  top: 8px;
  right: 20px;
}

.stars1:before {
  top: 18px;
  right: -12px;
}

.stars2:after {
  top: -8px;
  right: -15px;
}

.stars2:before {
  top: 6px;
  right: -26px;
}

.sun-moon {
  z-index: 2;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  margin: 0.5rem;
  background: #FFFDF2;
  border-radius: 50%;
  transition: all 0.5s ease;

  /* Default to Moon */
  border: 0.25rem solid #DEE2C6;
}

.sun-moon .dots {
  position: absolute;
  top: 3px;
  left: 23px;
  height: 1rem;
  width: 1rem;
  background: #EFEEDB;
  border: 0.25rem solid #DEE2C6;
  border-radius: 50%;
  transition: 0.4s all ease;
}

.sun-moon .dots:after,
.sun-moon .dots:before {
  position: absolute;
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  background: #EFEEDB;
  border: 0.25rem solid #DEE2C6;
  border-radius: 50%;
  transition: 0.4s all ease;
}

.sun-moon .dots:after {
  top: -4px;
  left: -26px;
}

.sun-moon .dots:before {
  top: 18px;
  left: -10px;
}

/* Transition to Sun */

.switch input:checked~.sun-moon {
  left: calc(100% - 4rem);
  background: #F5EC59;
  border-color: #E7C65C;
  transform: rotate(-25deg);
}

.switch input:checked~.sun-moon .dots,
.switch input:checked~.sun-moon .dots:after,
.switch input:checked~.sun-moon .dots:before {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.switch input:checked~.sun-moon .dots {
  height: 1.5rem;
  width: 1.5rem;
  top: 0px;
  left: -20px;
  transform: rotate(25deg);
}

.switch input:checked~.sun-moon .dots:after {
  height: 0.65rem;
  width: 0.65rem;
  top: 2px;
  left: -12px;
}

.switch input:checked~.sun-moon .dots:before {
  height: 0.4rem;
  width: 0.4rem;
  top: 6px;
  left: 14px;
}

.switch input:checked~.background .stars1,
.switch input:checked~.background .stars2 {
  opacity: 0;
  transform: translateY(2rem);
}

.switch input:checked~.background {
  border: 0.25rem solid #78C1D5;
  background: linear-gradient(to right, #78C1D5 0%, #BBE7F5 100%);
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

@media screen and (max-width:437px) {
  .tgmenu__action>ul {
    margin-left: 5px;
  }

  .list-wrap .btn {
    padding: 15px 12px;
  }

  .tgmenu__action {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width:340px) {
  .tgmenu__action>ul {
    margin-left: 5px;
  }

  .list-wrap .btn {
    padding: 15px 5px;
  }

  .tgmenu__action {
    margin: 0 5px 0 0;
  }

  i[class^="tg-flaticon-"]:before,
  i[class*=" tg-flaticon-"]:before {
    font-size: 16px;
    line-height: 28px;
  }
}
