/*===========================
02. Navbar CSS
===========================*/
.padding-top-for-list:not(:has(.backcolor)),
.backcolor {
  background: linear-gradient(0deg, #fff 0%, #fff9f1 48.56%, #fff3e3 100%);
}
.padding-top-for-list:not(:has(.backcolor)) .news-list-wrapper {
  padding: 0 10px;
}
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.navbar-area.header-3 {
  background: #fff;
}

.sticky {
  position: fixed;
  z-index: 150;
  background: var(--green-dark);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0;
}

.sticky .navbar {
  padding: 12px 0;
}

.navbar {
  padding: 15px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 230px;
  max-height: 100px;
}

.header .invisible .img-fluid {
  transition: all 0.3s ease-out 0s;
  width: 90px;
  height: 90px;
}
.header .invisible .img-fluid:nth-child(1) {
  width: 80px;
  height: 80px;
}
.header .invisible .img-fluid:nth-child(4) {
  width: 85px;
  height: 85px;
}

.sticky .navbar-brand img {
  max-height: 80px;
}

.navbar-toggler {
  /*padding: 0px;*/
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
}
.desktop-menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .desktop-menu {
    display: none;
  }
  .navbar-nav .nav-item a {
    text-align: center;
    color: #026eb8 !important;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll;
  }

  .navbar-brand img {
    max-height: 80px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
  /* max-width: 240px; */
}

.navbar-nav .nav-item:hover a {
  color: var(--green-dark);
}
.navbar-nav .nav-item:hover a::after {
  width: 100%;
}

.navbar-nav .nav-item a {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--primary);
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 0 0;
  padding-bottom: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.1;
}
.navbar-nav .nav-item a::after {
  position: absolute;
  content: " ";
  height: 3px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: var(--green-dark);
  transition: all 0.3s ease;
}

.sticky .navbar-nav .nav-item a {
  font-size: 15px;
  padding-bottom: 7px;
}
.sticky .navbar-nav .nav-item a::after {
  bottom: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #051441;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
}

.navbar-nav .nav-item a.active {
  color: var(--green-dark);
}
.navbar-nav .nav-item a.active::after {
  width: 100%;
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 18px;
  font-size: 12px;
  top: 25px;
  margin-left: 5px;
  margin-top: 0px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  top: -10px;
  left: 20%;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }

  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a,
.navbar-nav .nav-item .sub-menu > li:hover > a {
  color: var(--green-dark);
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.navbar-nav .nav-item .sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.search-form {
  position: relative;
  width: 236px;
  height: 56px;
  border-radius: 50px;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-form {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .search-form {
    width: 100%;
    margin: 10px 0;
  }
}

.search-form input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  border: 1px solid #f4eefb;
  background: #fff;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.search-form input:focus {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.search-form button {
  background: none;
  border: none;
  position: absolute;
  right: 25px;
  top: 17px;
}

/*===========================
    03. Hero CSS
===========================*/
.hero-section {
  padding-top: 360px;
  position: relative;
  padding-bottom: 340px;
  /* min-height: 650px; */
  /* height: 100vh; */
  display: flex;
  background: linear-gradient(0deg, #fff 0%, #fff9f1 48.56%, #fff3e3 100%);
  /* align-items: center; */
}

.hero-section::before {
  position: absolute;
  content: "";
  background: url(../img/bg_pattern.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  height: 704px;
  width: 693px;
  top: 50px;
  right: 175px;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1400px) {
  .hero-section {
    /* height: 870px; */
  }
}

@media only screen and (max-width: 1200px) {
  .hero-section {
    /* height: 700px; */
    padding-bottom: 250px;
  }
  #home .container {
    max-width: 100%;
  }
  #home .justify-content-between {
    display: grid;
    grid-template-columns: 3fr 1fr;
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-content-wrapper {
    align-items: start !important;
  }
  .hero-img .d-flex {
    flex-direction: column;
    align-items: end;
    justify-content: start !important;
  }
  .hero-img .d-flex .h2 {
    text-align: end;
  }
}

@media only screen and (max-width: 992px) {
  .hero-section {
    /* height: 650px; */
    padding-top: 160px;
    overflow: hidden;
  }
  .hero-section::before {
    right: -23%;
    top: -19%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-section::before {
    right: -24%;
    top: -36%;
    background-size: 80%;
  }
}

/* .hero-content-wrapper {
  background-color: white;
} */

.hero-section .hero-content-wrapper h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  /* color: var(--bs-gray-dark); */
  color: #026eb8;
  font-family: Arial, Helvetica, sans-serif;
  /* color: var(--green); */
  /* margin-bottom: 25px; */
}

.hero-section .hero-content-wrapper h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  color: #026eb8;
  font-family: Arial, Helvetica, sans-serif;
  /* color: var(--bs-gray-dark); */
  /* color: var(--primary); */
  margin-bottom: 0;
}

.hero-section .hero-content-wrapper h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  color: var(--green);
  margin-bottom: 0;
}

.hero-section::after {
  position: absolute;
  content: "";
  background: url(../img/sloni.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  height: 294px;
  width: 1156px;
  bottom: -38px;
  left: 116px;
  z-index: 1;
}
#profi {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1300px) {
  .hero-section::after {
    width: 80%;
    left: -5%;
  }
  .background-gradient {
    background: url(../img/bg_pattern.svg) center -75% no-repeat,
      url(../img/bg_pattern.svg) center 160% no-repeat,
      linear-gradient(0deg, #fff 0%, #fff9f1 48.56%, #fff3e3 100%) 0 0 no-repeat !important;
    background-size: 1010px 1025px, 1010px 1025px, 100% 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  #event .event-container .container {
    max-width: 100% !important;
  }
  .section-title {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .section-title h2::before {
    /* top: -50% !important; */
    position: relative !important;
    right: unset !important;
    top: unset !important;
    height: 120px !important;
    width: 120px !important;
    aspect-ratio: 1/1;
  }
  .section-title h2 {
    font-size: 32px !important;
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: -70px;
  }
  .section-title {
    padding-left: 0;
  }
  .news-list-block {
    grid-template-columns: repeat(3, 1fr);
  }
  .event-content-wrapper .section-title h2 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 42px;
    /* line-height: 60px; */
  }

  .hero-section .hero-content-wrapper h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .hero-section .hero-content-wrapper h1 {
    font-size: 32px;
  }

  .hero-section .hero-content-wrapper h2,
  .hero-section .hero-days {
    font-size: 32px !important;
  }
}
.videoblock__item {
    width: 48%;
  }
@media only screen and (max-width: 768px) {
  .event-section {
    padding-top: 70px !important;
  }
  .hero-section {
    padding-bottom: 200px;
  }
  .hero-section .hero-content-wrapper h1 {
    font-size: 32px;
  }

  .hero-section .hero-content-wrapper h2,
  .hero-section .hero-days {
    font-size: 32px !important;
  }
  .hero-section .hero-content-wrapper p {
    font-size: 20px !important;
    margin-top: 40px !important;
  }
  .hero-section::after {
    bottom: -16px;
  }
  .news-list-wrapper .container {
    padding: 0 !important;
  }
  .news-list-wrapper .card-title a {
    font-size: 16px !important;
  }
  .news-list-wrapper .card-text p {
    font-size: 14px !important;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .padding-top-for-list .backcolor .news-list-wrapper .container {
    padding: 0 10px !important;
  }
  .friends-hall__content {
    flex-direction: column;
  }
  .videoblock__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .videoblock__item {
    width: 100%;
  }
  .friends-hall__photo {
    max-width: 100% !important;
  }
  .friends-hall__files {
    gap: 10px !important;
  }
  .theme-btn.file-link {
    padding: 7px 4px !important;
  }
}

@media only screen and (max-width: 640px) {
  .button-program {
    margin: 0 auto;
  }
  .hero-section {
    padding-bottom: 230px;
  }
  .hero-section::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top center;
    background-size: 100%;
    width: unset;
    height: unset;
  }
  .hero-section::after {
    bottom: -31px;
    width: 160%;
    left: -75%;
  }
  #home .justify-content-between {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .hero-content-wrapper h1,
  .hero-content-wrapper p,
  .hero-content-wrapper h2 {
    width: 100%;
    text-align: center;
  }
  .hero-img .d-flex {
    flex-direction: row;
  }
  .hero-section .hero-content-wrapper p {
    margin-top: 24px !important;
  }
}
@media only screen and (max-width: 576px) {
  .news-list-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-list-wrapper {
    margin-bottom: 0 !important;
  }
  .background-gradient {
    background: url(../img/bg_pattern.svg) center -20% no-repeat,
      url(../img/bg_pattern.svg) center 110% no-repeat,
      linear-gradient(0deg, #fff 0%, #fff9f1 48.56%, #fff3e3 100%) 0 0 no-repeat !important;
  }
  .gallery-content-wrapper .container {
    max-width: 350px !important;
  }
  .section-title h2 {
    font-size: 20px !important;
  }
  .pagination .page-link {
    font-size: 20px !important;
  }
  .back-to-list {
    font-size: 20px !important;
  }
  .pagination .page-link::after {
    width: 40px !important;
  }
  .pagination .page-prev {
    padding-left: 55px !important;
  }
  .pagination .page-next {
    padding-right: 55px !important;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section {
    padding-top: 130px;
  }
  .hero-section::after {
    width: 205%;
    left: -106%;
  }
  .hero-section .hero-content-wrapper h1,
  .hero-section .hero-content-wrapper h2 {
    font-size: 24px !important;
  }
  .hero-section .hero-days {
    font-size: 20px !important;
  }
  .hero-content-wrapper p {
    font-size: 16px !important;
  }
  .gallery .f-carousel__nav .f-button.is-next {
    transform: scale(-0.8, -0.8) translate(5%, 65%) !important;
  }
  .gallery .f-carousel__nav .f-button.is-prev {
    transform: scale(0.8, 0.8) translate(5%, -65%) !important;
  }
}
@media only screen and (max-width: 420px) {
  .news-list-block {
    grid-template-columns: 1fr !important;
  }
  .gallery-content-wrapper .container {
    max-width: 300px !important;
  }
  .pagination .page-link::after {
    width: 20px !important;
  }
  .pagination .page-prev {
    padding-left: 30px !important;
  }
  .pagination .page-next {
    padding-right: 30px !important;
  }
  .pagination .page-link {
    font-size: 16px !important;
  }
  .back-to-list {
    font-size: 16px !important;
  }
}

.hero-section .hero-days {
  /* color: white; */
  /* color: var(--bs-gray-dark); */
  color: #026eb8;
  /* color: white; */
  /* -webkit-text-stroke: .03em #fff; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.hero-section .hero-img h2,
.hero-section .hero-img h3,
.hero-section .hero-img h4 {
  /* color: white; */
  font-size: 4.8em;
}

.hero-section .hero-img h4 {
  color: var(--bs-gray-dark);
  font-size: 2.4em;
  text-transform: uppercase;
}

.hero-section .hero-year {
  color: #026eb8;
}

.hero-section .hero-content-wrapper p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  /* color: var(--red); */
  color: #a9ad19;
  margin-top: 48px;
  margin-bottom: 30px;
}

.hero-section .hero-img {
  /* color: white; */
  color: var(--bs-gray-dark);
}

.hero-section .hero-img .hero-img-right {
  background: var(--blue-dark);
  /* color: var(--bs-gray-dark); */
  right: -80px;
  top: 5%;
  width: 48%;
  text-align: left;
  margin: 0 0 60px;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  min-width: 350px;
}

.preview-section {
  position: relative;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #142755 0%,
    #17406e 24.52%,
    #1c618f 50.71%,
    #258cbb 79.29%,
    #2dafe0 100%
  );
  /* margin-top: -200px; */
  /* margin-bottom: 100px; */
  /* padding-bottom: 94px; */
}

.preview-container {
  /* padding-top: 325px; */
  /* padding: 385px 0 80px; */
  position: relative;
  color: white;
  background-image: url("../img/pattern.svg");
}

.footer::before {
  position: absolute;
  /* background-image: url("../img/preview_head.svg"); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  /* background-size: 60% auto; */
  /* background-size: contain; */
  content: "";
  top: 0;
  width: 100%;
  height: 180px;
  z-index: -1;
}

.preview-section::after {
  display: none;
  position: absolute;
  /* background: url("../img/preview_bottom.svg"); */
  /* background: url("../img/preview_bottom.svg") var(--green-dark); */
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 90px;
}

.preview-container::before {
  display: none;
  position: absolute;
  /* background: url("../img/preview_top.svg"); */

  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
  top: 120px;
  width: 100%;
  height: 250px;
  z-index: -1;
}

.preview-container::after {
  display: none;
  position: absolute;
  /* background: url("../img/preview_bg.svg") var(--blue-light); */
  /* background: url("../img/preview_bg_wide.svg") var(--green-dark); */
  /* background: var(--green-dark); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  top: 230px;
  right: 0;
  bottom: 25px;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .hero-section .hero-img,
  .preview-section .preview-img {
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0, 0);
  }
}

.hero-section .hero-img.hero-img-2,
.preview-section .preview-img.preview-img-2 {
  top: 50%;
}

.hero-section .hero-img .hero-img-right,
.preview-section .preview-img .preview-img-video {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-img .hero-img-right,
  .preview-section .preview-img .preview-img-video {
    /* position: static; */
    margin: auto;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-img .hero-img-right,
  .preview-section .preview-img .preview-img-video {
    /* position: static; */
    margin: auto;
  }
}

.hero-section .hero-img img.dot-shape,
.preview-section .preview-img img.dot-shape {
  position: absolute;
  left: -60px;
  bottom: 60px;
  z-index: -1;
}

.hero-section .hero-img .image,
.preview-section .preview-img .image {
  width: 100%;
}

.hero-section .hero-img .video-btn {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.preview-section .preview-img .video-btn {
  position: absolute;
  left: calc(50% - 125px);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.hero-section .hero-img .video-btn a,
.preview-section .preview-img .video-btn a {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--green-dark);
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 20px rgba(170, 189, 249, 0.45);
}

.preview-section .preview-img .video-btn a,
.friends-hall .preview-img .video-btn a {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.7);
  color: white;
  /* font-size: 1.8em; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.friends-hall .preview-img .video-btn {
  position: absolute;
  left: calc(50% - 60px);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.friends-hall .preview-img .video-btn a {
  width: 120px;
  height: 120px;
}

.preview-section .preview-img .video-btn a i {
  font-size: 10em;
  margin-right: -15px;
}

.friends-hall .preview-img .video-btn a i {
  font-size: 5.5em;
}

.hero-section .hero-img .video-btn a:hover,
.preview-section .preview-img .video-btn a:hover {
  box-shadow: 0px 0px 50px rgba(170, 189, 249, 0.65);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .hero-section .hero-img .video-btn,
  .preview-section .preview-img .video-btn {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .preview-section .preview-img .video-btn a {
    width: 150px;
    height: 150px;
  }

  .hero-section.hero-section-2 {
    display: block;
  }
}

@media (max-width: 767px) {
  .preview-section .preview-img .video-btn a,
  .friends-hall .preview-img .video-btn a {
    width: 100px;
    height: 100px;
  }

  .preview-section .preview-img .video-btn a i {
    font-size: 4em;
  }
}

.hero-section.hero-section-2 .border-btn:hover {
  background: rgba(55, 99, 235, 0.7);
  color: #fff;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}

.client-logo-section
  .client-logo-wrapper
  .client-logo-carousel
  .client-logo
  img {
  max-width: 220px;
  width: 100%;
  opacity: 0.3;
  transition: all 0.3s ease-out 0s;
}

.client-logo-section
  .client-logo-wrapper
  .client-logo-carousel
  .client-logo
  img:hover {
  opacity: 1;
}

/* .event-section::before,  */
.profi-section::after {
  position: absolute;
  content: "";
  background: url(img/bg_pattern.svg) no-repeat;
  background-position: left 750px;
  background-size: contain;
  width: 320px;
  height: 2000px;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* ===========================
Platforms
===========================*/
.platforms-section .platforms-wrapper .platform-logo {
  padding: 10px;
  text-align: center;
}

.platforms-section .platforms-wrapper .logo-img,
.practices-section .logo-img_,
.experts-content .logo-img,
.profi-section .logo-img {
  background-color: #ededed;
  border: 3px solid #c6c6c6;
  border-radius: 50%;
  max-width: 220px;
  max-height: 220px;
}

.practices-section .logo-img {
  /* background-color: #fff;
    border: 3px solid #218CCC;
    width: 180px;
    height: 180px; */
}

.practices-content {
  color: var(--blue-dark);
}

.platforms-section .platforms-wrapper .platform-logo img {
  max-width: 220px;
  width: 100%;
  opacity: 0.7;
  transition: all 0.3s ease-out 0s;
  /* border: 3px solid #C6C6C6; */
  /* border-radius: 50%; */
  height: 100%;
}

.platforms-section .platforms-wrapper .platform-logo img:hover {
  opacity: 1;
}

/*===========================
    EXPERTS
    ===========================*/
.experts {
  margin-top: 100px;
}
.experts-section {
  position: relative;
  /* background-color: var(--blue-dark); */
  background-color: #026eb8;
  /* color: white !important; */
  /* margin-top: -330px; */
}
.experts-section .section-title h2 {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.experts-section .section-title h2::before {
  content: "";
  position: absolute;
  background: url("../img/pattern-title3.svg") no-repeat;
  background-size: contain;
  top: -100%;
  right: calc(100% + 32px);
  z-index: 1;
  height: 160px;
  width: 160px;
  animation: rotate-pattern 8s infinite normal linear;
}

@media only screen and (min-width: 768px) {
  .experts-section {
    /* margin-top: -170px; */
  }
}

@media only screen and (min-width: 992px) {
  .experts-section {
    /* margin-top: -550px; */
  }

  /* .experts-section .section-title.ugra h2::before {
    background: url("img/section/h2_title_w.svg") no-repeat;
  } */
}

.experts-section .section-title h2 {
  color: white;
}

.experts-section::before {
  /*position: absolute;
	content: "";
	background: url("img/section_line.svg") no-repeat;
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	top: -68px;
	z-index: -1;*/
}

.experts-content .expert-item {
  height: 240px;
  width: 240px;
}

.experts-content .over {
  /* margin: 30px; */
  margin: auto;
  overflow: hidden;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 3px solid white;
}

.experts-content .logo-img {
  position: relative;
  border: none;
  /* left: -8px; */
  /*height: 200px;
    width: 200px;*/
  height: 220px;
  width: 220px;
  border-radius: 50%;
  background-color: white;
  /* border: 3px solid white; */
}

.experts-content .logo-img img {
  /* width: 210px; */
  position: absolute;
  top: 0;
  /* bottom: 0; */
  left: 0;
  right: 0;
  width: 100%;
}

.experts-content .overlow {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: -25px;
  left: -25px;
  right: -25px;
  bottom: -25px;
  margin: auto;
  border-radius: 50%;
  /* background: url('img/section/ugra_circle.svg') no-repeat; */
}

/*===========================
   Profi
   ===========================*/
.profi-section {
  position: relative;
}

.profi-section::after {
  background-position-y: top;
  right: 0;
  top: 0;
  left: unset;
}

.profi-section .logo-img {
  background-color: white;
  border: none;
}

.profi-wrap {
  background: linear-gradient(
    242deg,
    var(--green) 0%,
    var(--blue-light) 85%,
    var(--blue-light) 100%
  );
}

.profi-logo:nth-child(even) .profi-wrap {
  background: linear-gradient(
    38deg,
    var(--green) 0%,
    var(--blue-light) 85%,
    var(--blue-light) 100%
  );
}

/*===========================
   Gallery
   ===========================*/
.gallery-section {
  overflow: hidden;
  /* margin-top: -175px; */
}

.gallery-section .logo-img {
  overflow: hidden;
  height: 176px;
  width: 100%;
  border-radius: 20px;
}
.gallery-section .logo-img .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-section .section-title h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #026eb8;
  font-weight: 700;
  font-size: 40px;
  position: relative;
}
.gallery-section .section-title h2::before {
  content: "";
  position: absolute;
  background: url("../img/pattern-title2.svg") no-repeat;
  background-size: contain;
  top: -100%;
  right: calc(100% + 32px);
  z-index: 1;
  height: 160px;
  width: 160px;
  animation: rotate-pattern 8s infinite normal linear;
}

/*===========================
 Demo
 ===========================*/
.demo {
  background: linear-gradient(0deg, #fff 0%, #fff9f1 48.56%, #fff3e3 100%);
}
.demo-section {
  /* background: #fff; */
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.demo-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: url(img/bg_pattern.svg) no-repeat; */
  background-position: left top;
  background-size: contain;
  /* height: 1200px; */
  /* width: 320px; */
}

.demo-section .section-title h2 {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 100px;
}
.demo-section .section-title h2::before {
  content: "";
  position: absolute;
  background: url("../img/pattern-title4.svg") no-repeat;
  background-size: contain;
  top: -100%;
  right: calc(100% + 32px);
  z-index: 1;
  height: 160px;
  width: 160px;
  animation: rotate-pattern 8s infinite normal linear;
}
.back-to-list {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #5a9c43;
  transition: all 0.3s ease-out;
}
.back-to-list:hover {
  color: #0567b8;
}
.backcolor-huge-list {
  margin-bottom: 80px;
}
.content-list .catalog-section-list-img-wrap {
  max-height: 90px;
  /* border-radius: 50%; */
  overflow: hidden;
}
.materials-section {
  padding-top: 150px;
  margin: 0 auto;
}

.demo-section .logo-img {
  position: relative;
  width: 200px;
  height: 200px;
  background: linear-gradient(#828282 0%, white 100%);
  border-radius: 50%;
  box-shadow: 0 30px 10px rgba(0, 0, 0, 0.2);
  padding: 0 !important;
}

.materials-section .content-list .catalog-section-list-item-img {
  width: 125px;
  height: 90px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

.demo-section a:hover .logo-img,
.content-list .catalog-section-list-img-wrap:hover {
  /* background: linear-gradient(38deg, var(--green) 0%, var(--blue-light) 85%, var(--blue-light) 100%); */
}

.demo-section a:hover .logo-img::before,
.content-list .catalog-section-list-item-img:hover::before {
  background: linear-gradient(white 0%, #616161 100%);
}

.box-style {
  padding: 40px 30px;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out 0s;
}

.box-style:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.box-style:hover .box-icon-style {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
}

.box-style:hover .box-icon-style::after {
  opacity: 1;
  visibility: visible;
}

.box-style .box-icon-style {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin-bottom: 25px;
  background: #fff;
  border: 2px solid var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-dark);
  font-size: 40px;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.box-style .box-icon-style::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}

.box-style .box-content-style h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.padding-top-for-list {
  padding-top: 150px;
}
.backcolor-huge-list .padding-top-for-list,
.padding-top-for-list:has(.backcolor) {
  padding-top: unset;
}
/*===========================
    04. Program CSS
===========================*/
.background-gradient {
  background: url(../img/bg_pattern.svg) center -105% no-repeat,
    url(../img/bg_pattern.svg) center 165% no-repeat,
    linear-gradient(0deg, #fff 0%, #fff9f1 48.56%, #fff3e3 100%) 0 0 no-repeat;
  background-size: 1010px 1025px, 1010px 1025px, 100% 100%;
  /* background-position: center 75%; */
}
.event-section {
  overflow: hidden;
}

.event-section,
.event-container {
  /* padding: 385px 0 80px; */
  position: relative;

  /* color: white; */
}
.event-section .section-title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #026eb8;
  position: relative;
  margin-bottom: 90px;
}

.event-section .section-title h2::before {
  content: "";
  position: absolute;
  background: url("../img/pattern-title.svg") no-repeat;
  background-size: contain;
  top: -100%;
  right: calc(100% + 32px);
  z-index: 1;
  height: 160px;
  width: 160px;
  animation: rotate-pattern 8s infinite normal linear;
}
@keyframes rotate-pattern {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.event-section::before,
.event-container::before,
.event-container::after {
  position: absolute;
  display: none;
  content: "";
  background-image: url("../img/event_bg_s3.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: -1;
}

.event-section::before {
  right: 15%;
  top: 5%;
  width: 80px;
  height: 80px;
}

.event-container::before {
  display: none;
  background-image: url("../img/event_bg_s2.svg");
  left: 5%;
  bottom: -15%;
  width: 120px;
  height: 120px;
}

.event-container::after {
  display: none;
  background-image: url("../img/event_bg_s1.svg");
  width: 220px;
  height: 220px;
  right: -5%;
  bottom: 5%;
  /* z-index: -1; */
}

.event-container::after svg #a {
  stroke-width: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-section {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .event-section {
    /* padding: 120px 0; */
    padding-top: 0;
    padding-bottom: 0;
  }

  .event-container {
    /* padding-top: 220px; */
  }

  .event-container::before {
    height: 200px;
  }

  .event-container::after {
    top: 199px;
  }
}

.event-section .event-content-wrapper .event-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .event-section .event-content-wrapper .event-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .event-section .event-content-wrapper .event-content .counter-up {
    display: flex;
  }
}

.event-section .event-content-wrapper .event-content .counter-up .counter {
  margin-right: 10px;
}

.event-section
  .event-content-wrapper
  .event-content
  .counter-up
  .counter:last-child {
  margin-right: 0;
}

.event-section .event-content-wrapper .event-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: var(--green-dark);
  display: block;
  margin-bottom: 8px;
}

.event-section .event-content-wrapper .event-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.event-section .event-experience {
  border-radius: 27px;
  background-color: white;
  border: 3px solid #ffe604;
  padding: 40px 20px;
  position: relative;
  min-height: 300px;
  z-index: 0;
  color: var(--primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-section .event-experience {
    /* right: 40px; */
  }
}

@media (max-width: 767px) {
  .event-section .event-experience {
    /* right: 40px; */
  }
}

.event-section .event-experience h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.event-section .event-experience p {
  color: #939598;
}

/*===========================
    12. VIDEO  CSS
===========================*/
.f-video-container {
  position: relative;
  display: block;
}

.f-video-player {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.f-video-cover {
  position: absolute;
  /* top: 50%;
    transform: translateY(-50%);
    cursor: pointer; */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

/* COUNTDOWN */
.timer__items {
  display: flex;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
}

.timer__item {
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -15px;
}

.send-form .form-control-plaintext {
  border-bottom: 2px solid white;
  color: white;
}

/* PROGRAM */
.program .nav-tabs .nav-link {
  font-size: 1.6em;
  white-space: nowrap;
  border: none !important;
  margin-right: 7rem;
  padding-left: 5px;
  padding-right: 5px;
}

.program .nav-tabs .nav-link.active {
  border: none !important;
  border-bottom: 4px solid var(--red) !important;
  z-index: 1;
}

.program .nav-tabs .nav-link:focus {
  border: none !important;
  border-bottom: 4px solid var(--red-dark) !important;
}

.program .nav-tabs .nav-link:hover {
  border: none !important;
  border-bottom: 4px solid var(--red-dark) !important;
}

.program {
  /* font-family: Arial, sans-serif; */
  font-family: "Museo Sans 500", sans-serif;
  /* margin: 0 110px; */
}

.program-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.program-content::after {
  left: 0;
}

.program .nav-item:first-child {
  padding-left: 0 !important;
}

.program .nav-tabs {
  /* border-bottom: 2px solid white; */
  border-bottom: none;
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden;
  position: relative;
}

.program .nav-tabs::after {
  position: absolute;
  background-color: #fff;
  height: 3px;
  width: 100%;
  content: "";
  bottom: 0;
}

.program-slide {
  /* color: #000;	 */
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}

.program-slide .date {
  font-size: 1.6em;
}

.program-slide .record {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (max-width: 576px) {
  .program-slide .record {
    margin-bottom: 15px;
  }
}

.program .time {
  color: var(--text-dark);
  font-size: 1.1em;
  line-height: 1.2;
  /* font-family: Arial, sans-serif;	 */
}

.program-slide .name {
  /* font-size: 1.3em;	 */
  font-weight: bold;
  line-height: 1.2;
  font-family: "Museo Sans 500", sans-serif;
  color: #000;
}

.program-slide .name:hover {
  text-decoration: underline;
}

.program-slide .preview,
.program-slide .preview p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--blue-dark);
}

.program-slide .detail {
  font-family: "Montserrat", sans-serif;
  color: #1b1918;
}

.program-slide .btn-expand {
  color: #666666;
}

.btn-expand:after {
  /*font-family: 'FontAwesome';
    content: "\f175";
    padding-left: 1em;
    font-size: 0.8em;
    vertical-align: middle;
    padding-bottom: 0.2em;*/
}

.btn-expand-reverse:after {
  /*font-family: 'FontAwesome';
    content: "\f176";
    padding-left: 1em;
    font-size: 0.8em;
    vertical-align: middle;
    padding-bottom: 0.2em;*/
}

.program-slide .expand {
  margin-top: 0px;
}

.program-slide .row + .row {
  margin-top: 5px;
}

.program .nav-tabs .nav-link.active {
  background-color: inherit;
}

.nav-time {
  font-size: 14px !important;
  padding-right: 0 !important;
  display: flex !important;
}

.nav-time span {
  display: inline-block;
  white-space: normal;
  width: 100px;
  line-height: 1em;
  margin-top: 3px;
}

.program-panel .link {
  position: relative;
}

.program-panel .icon {
  font-size: 3em;
  line-height: 16px;
  position: absolute;
  left: 10px;
  top: 12px;
}

.program-panel .icon.pdf,
.detail-other .icon.pdf {
  top: 0;
  left: 0;
  content: url("img/pdf.svg");
  width: 35px;
}

.detail-other .icon.pdf {
  width: 22px;
  /* content: url('img/pdf-color.svg'); */
  margin-right: 10px;
}
.news-list-wrapper {
  margin-bottom: 80px;
}
.news-list .card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border-color: transparent;
  z-index: 0;
  background-color: var(--color-gray);
}

.news-list .image-item {
  display: block;
  /* border-radius: 20px; */
  overflow: hidden;
  /* width: 289px; */
  width: 100%;
  position: relative;
  height: 200px;
  z-index: 0;
  margin-bottom: 24px;
  /* margin: 2px; */
  border-radius: 20px;
}

.card-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-out;
  /* position: absolute; */
  /* margin: auto; */
  /* top: 0; */
  /* bottom: 0; */
}

.custom-tooltip {
  --bs-tooltip-bg: #bfbfbf;
  --bs-tooltip-color: var(--primary);
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-opacity: 0.95;
}

.link-muted a,
.link-muted a:visited,
.link-muted a:focus {
  --bs-text-opacity: 0.85;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
}

.link-muted a:hover {
  --bs-text-opacity: 0.85;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

.detail-content img,
.detail-content p {
  margin: 10px 0;
}

.detail-content img {
  margin-left: 5px;
  margin-right: 5px;
}

.detail-content ul,
.detail-content ol {
  list-style-type: unset;
}

@media (min-width: 1200px) {
  .fancybox__content .container,
  .fancybox__content .container-lg,
  .fancybox__content .container-md,
  .fancybox__content .container-sm,
  .fancybox__content .container-xl,
  .fancybox__content .container-xxl {
    max-width: 1140px;
  }
}

.broadcast .fancybox__content {
  padding: 0;
}

.carousel-item,
.carousel-item.active {
  /*transition: transform 5.5s ease-in-out;*/
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  /*transition: opacity 0 2.5s;
    opacity: unset;*/
}

.carousel-fade .carousel-item,
.carousel-fade .carousel-item.active {
  /*opacity: unset;
    transform: unset;*/
}

.tns-controls [disabled] {
  color: var(--body);
  background: #b3b3b3;
  cursor: not-allowed !important;
}

.tns-nav {
  text-align: center;
  margin: 10px 0;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #999;
}

.next,
.prev {
  position: absolute;
  top: 18%;
  width: 20px;
  height: 150px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  font-size: 2em;
  color: var(--color2);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.controls {
  color: var(--body);
  font-size: 1.23rem;
}

.profi-controls {
  font-size: 1.28rem !important;
}

.profi-controls .prev,
.profi-controls .next {
}

.profi-controls .prev {
  left: -60px;
}

.profi-controls .next {
  /* right: -12px; */
}

.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66ccff;
  border-radius: 3px;
  border: 0;
}

.platforms-controls {
  float: left;
  width: 70px;
}

.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}

.page-item .page-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #5a9c43;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  height: 75px;
  transition: all 0.3s ease-out;
}

.page-item .page-link:hover,
.page-item .page-link:focus {
  background: none;
  border: none;
  box-shadow: none;
  color: #026eb8;
}

.page-item .page-link:after {
  display: inline-block;
  position: absolute;
  height: 100%;
  /* bottom: calc(50% - 18px); */
}

.f-carousel__nav .f-button,
.page-item .page-link:after {
  content: url("../img/icon/carousel-control-icon.svg");
  /* background-image: url("../img/icon/carousel-control-icon.svg"); */
}

nav[aria-label="Page navigation example"] .page-link::after {
  height: 64px;
  width: 55px;
  content: "";
  background-image: url("../img/icon/carousel-control-icon.svg");
  background-size: cover;
}

.page-item .page-prev {
  padding-left: 80px;
}

.page-item .page-next {
  padding-right: 80px;
}

.page-item .page-prev:after {
  left: 0;
}

.page-item .page-next:after {
  right: 0;
  transform: scale(-1, -1);
}

.demo-content-wrapper {
  /* background-color: #fff; */
}

.fw-bolder {
  font-weight: 500 !important;
}

/* .platforms{
    height: 800px;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc(100% / 3) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
*/

/*===========================
      04. About CSS
  ===========================*/
.about-section {
  background: #eff2f9;
  padding: 180px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 120px 0;
  }
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(
    to top left,
    var(--green-dark) 0%,
    var(--color2) 100%
  );
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section
  .about-content-wrapper
  .about-content
  .counter-up
  .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: var(--green-dark);
  display: block;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

/*  practices   */

.practices-section {
  /* background: #EFF2F9; */
  padding: 50px 0;
  position: relative;
  color: white;
  /* min-height: 2060px; */
}

.gallery-section::before,
.gallery-section::after {
  display: none;
  width: 250px;
  height: 300px;
  background-image: url("../img/gallery_bg.svg");
  /* top: -200px; */
  left: calc(3% - 150px);
  /* bottom: -110px; */
}

.gallery-section::after {
  width: 330px;
  height: 350px;
  bottom: -120px;
  top: unset;
  left: unset;
  right: 0;
  /* right: calc(3% - 150px); */
}

@media (max-width: 767px) {
  .gallery-section {
    padding-top: 50px;
  }
}

/*===================
    Sponsors
    =====================*/
.sponsor-section {
  padding: 180px 0 280px;
  position: relative;
  color: white;
  min-height: 1600px;
}

.sponsor-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("img/section/wrap_sponsore.png") no-repeat;
  /* background-size: 100% auto ; */
}

.sponsor-content {
  font-size: 1.7em;
}

.sponsor-content ul li {
  padding-bottom: 35px;
  line-height: 1.2;
}

/*===========================
      05. Timeline CSS
  ===========================*/

.time-line {
  position: relative;
}

.time-line .row {
  position: relative;
}

.time-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f4eefb;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line::after {
    display: none;
  }
}

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

.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f4eefb;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

.time-line .box-icon-style i {
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: var(--green-dark);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  color: #fff;
  border-color: transparent;
}

.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

.time-line .single-timeline .timeline-img img {
  width: 100%;
}

/*===========================
    05. Service CSS
===========================*/
.service-section .service-box-style-2 {
  padding: 0;
  text-align: center;
}

.service-section .service-box-style-2 .service-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.service-section .service-box-style-2 .box-icon-style {
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  font-size: 25px;
  margin-top: -27px;
  background: #fff;
  position: relative;
  z-index: 9;
}

.service-section .service-box-style-2 .box-icon-style i {
  color: transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  transition: all 0.3s ease-out 0s;
}

.service-section .service-box-style-2:hover .box-icon-style {
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
}

.service-section .service-box-style-2:hover .box-icon-style i {
  color: #fff;
}

.service-section .service-box-style-2 .box-content-style {
  padding: 0 30px 35px;
}

/*===========================
      07. Pricing CSS
  ===========================*/
.pricing-section .pricing-btn ul {
  display: inline-flex;
  border: 1px solid #f4eefb;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul {
    margin-bottom: 40px;
  }
}

.pricing-section .pricing-btn ul li.nav-item a {
  background: #fff;
  padding: 24px 35px;
  font-size: 16px;
  font-weight: 700;
  color: #051441;
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item a {
    padding: 20px;
    font-size: 14px;
  }
}

.pricing-section .pricing-btn ul li.nav-item a.active {
  color: #fff;
  background: linear-gradient(
    to left,
    var(--green-dark) 0%,
    var(--color2) 50.39%,
    var(--green-dark) 100%
  );
  background-size: 200%;
  transition: all 0.3s ease-out 0s;
}

.pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
  border-radius: 50px 0 0 50px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:first-child .nav-link {
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
  }
}

.pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
  border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 50px;
    padding: 20px 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pricing-section .pricing-btn ul li.nav-item:last-child .nav-link {
    border-radius: 0 50px 50px 0;
    padding: 20px 30px;
  }
}

.pricing-section .single-pricing {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
  position: relative;
  z-index: 1;
}

.pricing-section .single-pricing h4 {
  margin-bottom: 25px;
  color: #6a7c92;
  font-weight: 600;
}

.pricing-section .single-pricing h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 40px;
}

.pricing-section .single-pricing ul {
  margin-bottom: 30px;
}

.pricing-section .single-pricing ul li {
  font-size: 16px;
  line-height: 40px;
}

.pricing-section .single-pricing a {
  margin-bottom: 20px;
}

.pricing-section .single-pricing a.border-btn:hover {
  background: rgba(55, 99, 235, 0.8);
  color: #fff;
}

.pricing-section .single-pricing.active {
  transform: scale(1.15);
  z-index: 2;
}

.pricing-section .single-pricing.active h3 {
  color: var(--green-dark);
}

/*===========================
    10. Subscribe CSS
===========================*/
.subscribe-section {
  position: relative;
}

.subscribe-section .subscribe-form {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 50px;
}

.subscribe-section .subscribe-form input {
  border: 2px solid transparent;
  border-radius: 50px;
  width: 100%;
  font-size: 16px;
  padding: 18px 30px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

.subscribe-section .subscribe-form input:focus {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
}

.subscribe-section .subscribe-form button {
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: linear-gradient(
    to left,
    var(--green-dark) 0%,
    var(--color2) 50.39%,
    var(--green-dark) 100%
  );
  background-size: 200%;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  height: 54px;
  width: 54px;
  top: 5px;
  right: 5px;
}

.subscribe-section .subscribe-form button:hover {
  background-position: right center;
}

.send-section .send-form {
  position: relative;
  /* background-color: rgba(255, 255, 255, 0.1); */
  /* padding: 40px;
    border-radius: 50px; */
}

/*===========================
      11. Blog CSS
  ===========================*/
.blog-section .single-blog {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f4eefb;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog:hover {
  box-shadow: 0px 0px 47px rgba(161, 192, 255, 0.16);
}

.blog-section .single-blog .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  padding-bottom: 40px;
}

.blog-section .single-blog .blog-img a {
  display: block;
  overflow: hidden;
}

.blog-section .single-blog .blog-img img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

.blog-section .single-blog .blog-img .date-meta {
  position: absolute;
  bottom: 20px;
  left: 30px;
  border: 1px solid #f4eefb;
  padding: 8px 16px;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
  z-index: 2;
}

.blog-section .single-blog:hover .blog-img img {
  transform: scale(1.3) rotate(-7deg);
}

.blog-section .single-blog:hover .blog-img.blog-img-2 img {
  transform: scale(1) rotate(0);
}

.blog-section .single-blog .blog-content {
  padding: 0 20px 35px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-content {
    padding: 0 20px 35px;
  }
}

.blog-section .single-blog .blog-content h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .blog-section .single-blog .blog-content h4 {
    font-size: 25px;
  }
}

.blog-section .single-blog .blog-content p {
  margin-bottom: 30px;
}

.blog-section .single-blog .blog-content p.quote {
  font-weight: 500;
  padding: 20px 30px;
  background: #eff2f9;
  color: #051441;
  border-radius: 0 5px 5px 0;
  border-left: 5px solid var(--green-dark);
}

.blog-section .single-blog .blog-content .read-more-btn,
.read-more-btn {
  display: inline-block;
  font-size: 18px;
  /* color: #6A7C92; */
  color: #878787;
  border-radius: 50px;
  transition: all 0.3s ease-out 0s;
}

.read-more-btn {
  font-size: 15px;
}

.blog-section .single-blog .blog-content .read-more-btn i,
.read-more-btn i {
  padding-left: 7px;
}

.blog-section .single-blog .blog-content .read-more-btn:hover,
.read-more-btn:hover {
  color: #627388;
}

.blog-section .blog-style-2 {
  padding: 0;
  border: none;
}

.blog-section .blog-style-2:hover {
  box-shadow: none;
}

.blog-section .blog-style-2 .blog-img {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog-section .blog-style-2 .blog-img img {
  border-radius: 10px;
}

.blog-section .blog-style-2 .blog-content {
  padding: 0;
}

.blog-section .blog-style-2 .blog-content h4 {
  margin-bottom: 18px;
}

.blog-section .blog-style-2 .blog-content p {
  margin-bottom: 20px;
}

.blog-section .blog-style-2 .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn {
    font-size: 18px;
  }
}

.blog-section .blog-style-2 .blog-content .blog-meta .read-more-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eff2f9;
  padding-right: 5px;
  margin-left: 10px;
  font-size: 15px;
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6a7c92;
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment:hover {
  color: var(--green-dark);
}

@media (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 16px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .blog-style-2 .blog-content .blog-meta .comment {
    font-size: 18px;
  }
}

.blog-section .blog-style-2 .blog-content .blog-meta .comment i {
  margin-right: 10px;
}

.blog-section .pagination {
  text-align: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-section .pagination {
    margin-bottom: 60px;
  }
}

.blog-section .pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff2f9;
  color: #6a7c92;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .blog-section .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog-section .pagination ul li a {
    width: 50px;
    height: 50px;
  }
}

.blog-section .pagination ul li a.active,
.blog-section .pagination ul li a:hover {
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  color: #fff;
  box-shadow: 0px 0px 3ppx rgba(46, 87, 217, 0.45);
}

.left-side-wrapper {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .left-side-wrapper {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-side-wrapper {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .left-side-wrapper {
    margin-right: 0px;
  }
}

.sidebar-wrapper .sidebar-box {
  padding: 30px;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box {
    padding: 30px;
  }
}

.sidebar-wrapper .sidebar-box:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.sidebar-wrapper .sidebar-box.search-form-box {
  padding: 20px 25px;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form {
  width: 100%;
  position: relative;
  margin: 0;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input {
  transition: all 0.3s ease-out 0s;
}

.sidebar-wrapper .sidebar-box.search-form-box .search-form input:focus {
  border-color: var(--green-dark);
}

.sidebar-wrapper .sidebar-box.recent-blog-box .recent-blog-items .recent-blog {
  display: flex;
}

.sidebar-wrapper
  .sidebar-box.recent-blog-box
  .recent-blog-items
  .recent-blog
  .recent-blog-img {
  border-radius: 10px;
  width: 100%;
  max-width: 100px;
  height: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-img {
    max-width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-img {
    max-width: 90px;
    height: 90px;
  }
}

.sidebar-wrapper
  .sidebar-box.recent-blog-box
  .recent-blog-items
  .recent-blog
  .recent-blog-img
  img {
  width: 100%;
}

.sidebar-wrapper
  .sidebar-box.recent-blog-box
  .recent-blog-items
  .recent-blog
  .recent-blog-content {
  margin-left: 20px;
}

.sidebar-wrapper
  .sidebar-box.recent-blog-box
  .recent-blog-items
  .recent-blog
  .recent-blog-content
  h5 {
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-content
    h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-content
    h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-content
    h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper
    .sidebar-box.recent-blog-box
    .recent-blog-items
    .recent-blog
    .recent-blog-content
    h5 {
    font-size: 20px;
  }
}

.sidebar-wrapper .sidebar-box.catagories-box ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6a7c92;
  transition: all 0.3s ease-out 0s;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:hover::before {
  background: var(--green-dark);
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:hover a {
  color: var(--green-dark);
}

.sidebar-wrapper .sidebar-box.catagories-box ul li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .sidebar-box.catagories-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #6a7c92;
}

.sidebar-wrapper .sidebar-box.tags-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.sidebar-wrapper .sidebar-box.tags-box ul li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li {
    margin-right: 15px;
  }
}

.sidebar-wrapper .sidebar-box.tags-box ul li:last-child {
  margin-right: 0px;
}

.sidebar-wrapper .sidebar-box.tags-box ul li a {
  font-size: 18px;
  padding: 12px 23px;
  border-radius: 30px;
  background: #eff2f9;
  margin-bottom: 15px;
  color: #6a7c92;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 16px;
    padding: 12px 18px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar-wrapper .sidebar-box.tags-box ul li a {
    font-size: 18px;
  }
}

.sidebar-wrapper .sidebar-box.tags-box ul li a:hover {
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  color: #fff;
}

.sidebar-wrapper .sidebar-box h4 {
  margin-bottom: 35px;
}

/*===========================
    12. Contact CSS
===========================*/
.contact-section {
  position: relative;
  z-index: 3;
}

.contact-section.cta-bg {
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

@media (max-width: 767px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

.contact-section.cta-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    to left,
    rgba(111, 88, 232, 0.18) 0%,
    var(--green-dark) 100%
  );
}

.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
  transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
  box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.comment-form-wrapper,
.contact-form-wrapper {
  padding: 50px 40px;
  background: #fff;
  border: 1px solid #f4eefb;
  margin-left: 0px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.comment-form-wrapper:hover,
.contact-form-wrapper:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .comment-form-wrapper,
  .contact-form-wrapper {
    margin-left: 30px;
  }
}

.comment-form-wrapper .comment-form input,
.comment-form-wrapper .comment-form textarea,
.comment-form-wrapper .contact-form input,
.comment-form-wrapper .contact-form textarea,
.contact-form-wrapper .comment-form input,
.contact-form-wrapper .comment-form textarea,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  padding: 18px 25px;
  border-radius: 30px;
  border: 1px solid #f4eefb;
  margin-bottom: 25px;
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .comment-form-wrapper .comment-form input,
  .comment-form-wrapper .comment-form textarea,
  .comment-form-wrapper .contact-form input,
  .comment-form-wrapper .contact-form textarea,
  .contact-form-wrapper .comment-form input,
  .contact-form-wrapper .comment-form textarea,
  .contact-form-wrapper .contact-form input,
  .contact-form-wrapper .contact-form textarea {
    padding: 12px 25px;
  }
}

.comment-form-wrapper .comment-form input:focus,
.comment-form-wrapper .comment-form textarea:focus,
.comment-form-wrapper .contact-form input:focus,
.comment-form-wrapper .contact-form textarea:focus,
.contact-form-wrapper .comment-form input:focus,
.contact-form-wrapper .comment-form textarea:focus,
.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
  border-color: var(--green-dark);
}

.comment-form-wrapper .comment-form textarea,
.comment-form-wrapper .contact-form textarea,
.contact-form-wrapper .comment-form textarea,
.contact-form-wrapper .contact-form textarea {
  border-radius: 18px;
}

.comment-form-wrapper .comment-form .theme-btn,
.comment-form-wrapper .contact-form .theme-btn,
.contact-form-wrapper .comment-form .theme-btn,
.contact-form-wrapper .contact-form .theme-btn {
  font-weight: 500;
  padding: 18px 90px;
}

.page-banner-section {
  padding-top: 95px;
  margin-bottom: 64px;
}

.page-section {
  margin-top: -250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding-top: 94px;
  }
}

@media (min-width: 991px) {
  .page-banner-section {
    padding-top: 164px;
  }
}

.page-banner-section .banner-content h2 {
  margin-bottom: 20px;
  line-height: 1;
}

.page-banner-section .banner-content .page-breadcrumb nav ol {
  background: none;
  padding: 0;
  line-height: 1.1;
}

.page-banner-section .banner-content .page-breadcrumb nav ol li {
  /* color: rgba(255, 255, 255, 0.7); */
  font-size: 16px;
  font-weight: 500;
}

.page-banner-section .banner-content .page-breadcrumb nav ol li::before {
  /* color: #fff; */
  color: var(--text-dark);
}

.page-banner-section .banner-content .page-breadcrumb nav ol li a {
  /* color: #fff; */
  color: var(--text-dark);
}

.breadcrumb-item {
  white-space: nowrap;
}

.carousel-section-wrapper {
  position: relative;
  z-index: 3;
}

.carousel-section-wrapper .carousel-section {
  position: relative;
  z-index: 3;
}

.carousel-section-wrapper .carousel-section.clip-bg {
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 89%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
  }
}

@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-section.clip-bg {
    clip-path: polygon(0% 8%, 100% 2%, 100% 98%, 0 92%);
  }
}

.carousel-section-wrapper .carousel-section.clip-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(111, 88, 232, 0.8) 0%,
    var(--green-dark) 100%
  );
}

.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .section-title
  h2 {
  margin-bottom: 25px;
}

.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .section-title
  p {
  margin-bottom: 40px;
}

.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .border-btn {
  border-color: #fff;
  color: #fff;
}

.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .border-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.carousel-section-wrapper .carousel-control {
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f4eefb;
  color: #fff;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 99;
}

.carousel-section-wrapper .carousel-control:hover {
  background: #fff;
  color: var(--green-dark);
}

.carousel-section-wrapper .carousel-control.carousel-control-next {
  left: auto;
  right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }

  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .carousel-section-wrapper .carousel-control {
    top: auto;
    transform: translateY(0);
    bottom: 80px;
    margin: auto;
  }

  .carousel-section-wrapper .carousel-control.carousel-control-prev {
    left: 37%;
  }

  .carousel-section-wrapper .carousel-control.carousel-control-next {
    left: 23%;
  }
}

.carousel-section-wrapper .carousel-control span {
  background: none;
  width: auto;
  height: auto;
}

.carousel__dots .carousel__dot:after {
  width: 12px;
  height: 12px;
  background-color: var(--blue-light);
}

.gallery .f-carousel__nav .f-button.is-prev {
  transform: translate(-20%, -60%);
}
.gallery-content-wrapper {
  margin-top: 64px;
}
.gallery .f-carousel__nav .f-button.is-next {
  transform: scale(-1, -1) translate(-20%, 50%);
}

/*===== All Button Style =====*/
.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  /* white-space: nowrap; */
  vertical-align: middle;
  user-select: none;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: linear-gradient(
    to left,
    rgba(var(--bs-secondary-rgb), 0.9) 0%,
    rgba(var(--bs-secondary-rgb), 0.6) 50.39%,
    rgba(var(--bs-secondary-rgb), 1) 100%
  );

  /* background-color: rgba(var(--bs-secondary-rgb), 1);
	background-image: var(--bs-gradient); */
  background-size: 200% auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 16px 28px;
  }
}

.materials .theme-btn {
  display: flex;
  align-items: center;
  text-align: left;
  min-width: 235px;
  min-height: 48px;
  word-break: break-word;
}

.props .theme-btn {
  min-height: 46px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.theme-btn.file-brochure,
.theme-btn.file-description {
  /* background: linear-gradient(
    to left,
    var(--blue-dark) 0%,
    var(--text-dark) 50.39%,
    var(--blue-dark) 100%
  ); */
  background: #026eb8;
}
.detail-other h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.link h4 {
  color: #5a9c43;
}
.video h4 {
  color: #ed0f62;
}
.brochure h4 {
  color: #026eb8;
}
.presentation h4 {
  color: #772a90;
}
.docs h4 {
  color: #dc4f49;
}

.theme-btn.file-presentation {
  background: #5a9c43;
  font-size: 14px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  /* background-image: linear-gradient(to left, var(--red) 0%, var(--red-dark) 50.39%, var(--red) 100%); */
}

.theme-btn.file-docs {
  background-image: linear-gradient(
    to left,
    var(--red) 0%,
    var(--red-dark) 50.39%,
    var(--red) 100%
  );
}

.theme-btn.file-docs {
  background: #dc4f49;
  font-size: 14px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.theme-btn.file-link {
  background: #5a9c43;
  font-size: 14px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.theme-btn.file-video {
  background: #ed0f62;
  font-size: 14px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.theme-btn.border-btn {
  padding: 14px 40px;
  background: transparent;
  border: 1.5px solid var(--green-dark);
  color: #6a7c92;
  font-size: 18px;
  box-shadow: none;
}

.theme-btn.bg-btn {
  font-size: 16px;
  color: var(--blue-dark);
  font-weight: 500;
  border: solid 3px var(--green-dark);
  background: linear-gradient(white 0 0) padding-box,
    linear-gradient(90deg, var(--green-dark), var(--blue-dark)) border-box;
  /* background-origin: border-box; */
  border-radius: 25px;
  padding: 12px 18px 12px 14px;
  display: inline-flex;
  align-items: center;
  white-space: normal;
  text-align: left;
  line-height: 1.1;
  box-shadow: none;
  height: min-content;
}

.theme-btn:hover,
.theme-btn:focus {
  background-position: right center;
  color: #fff;
  box-shadow: 0px 0px 15px rgba(46, 87, 217, 0.45);
}

.event-content .link:hover {
  border-color: var(--blue-dark);
  color: var(--blue-dark) !important;
}

.event-content .border-btn {
  padding: 8px 27px;
  color: #fff;
  border: 2px solid #fff;
}

.scroll-top {
  width: 50px;
  height: 50px;
  background: var(--blue-dark);
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  background: var(--blue-light);
  color: #fff;
}

@keyframes animation1 {
  0% {
    transform: translateY(0px);
    opacity: 0.29;
  }

  50% {
    transform: translateY(-700px);
    opacity: 0;
  }

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

/*===== All Section Title Style =====*/
.section-title {
  display: inline-block;
}

.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: var(--green-dark);
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-title span {
    font-size: 20px;
  }
}

.section-title h2 {
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--blue-dark);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title h2 {
    /* line-height: 41px; */
    /* font-size: 32px !important; */
  }
  .demo-section .section-title h2 {
    /* margin-left: 72px; */
  }
}

.section-title p {
  font-size: 18px;
}

/*===========================
    13. FOOTER  CSS
===========================*/
.footer {
  position: relative;
  /* z-index: -1; */
  padding-top: 40px;
}

.footer .footer__text1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 36px;
}
.footer .footer__text2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.footer-section {
  background-color: #0567b8;
}

.footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background-image: url("../img/footer_bg.svg");
  background-size: unset;
  background-position: center top;
  z-index: -1;
  /* height: 240px; */
}

@media only screen and (max-width: 992px) {
  .footer-section .container {
    max-width: 100% !important;
  }
  .footer-section .container > .align-items-center {
    align-items: start !important;
  }
  .footer__text1 {
    font-size: 32px !important;
  }
  .footer__text2 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .footer__text1 {
    font-size: 24px !important;
  }
  .footer__text2 {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 992px) {
  .delete-padding {
    padding-right: 0 !important;
  }
}
.footer .footer-widget .footer-desc {
  line-height: 30px;
}

.footer .footer-widget h3,
.footer .footer-widget h4,
.footer .footer-widget h5 {
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}

.footer .footer-widget p {
  color: white;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-widget h4 {
    font-size: 22px;
  }
}

.footer .footer-widget ul.footer-links li a {
  color: #6a7c92;
  display: block;
  line-height: 35px;
  transition: all 0.3s;
}

.footer .footer-widget ul.footer-links li a:hover {
  color: var(--green-dark);
}

.footer .footer-widget ul {
  padding-left: 20px;
}

.footer .footer-widget ul li {
  list-style: disc;
}

.footer .footer-widget .footer-contact li p {
  line-height: 35px;
}

.footer .copyright-area {
  border-top: 2px solid rgba(106, 124, 146, 0.44);
  padding: 25px 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.footer .copyright-area p {
  text-align: right;
  color: white;
}

@media (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 15px;
  }
}

.footer .copyright-area p a {
  /* color: #6A7C92; */
  color: white;
}

.footer .copyright-area p a:hover {
  color: var(--green-dark);
}

@media (max-width: 767px) {
  .footer-social-links {
    margin-bottom: 15px;
  }
}

.footer-social-links ul {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .footer-social-links ul {
    justify-content: center;
  }
}

.footer-social-links ul li {
  display: inline-block;
}

.footer-social-links ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  background: rgba(106, 124, 146, 0.1);
  display: block;
  font-size: 18px;
  color: white;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer-social-links ul li a {
    padding: 0 7px;
    margin-right: 10px;
  }
}

.footer-social-links ul li a:hover {
  background: linear-gradient(var(--green-dark) 0%, var(--color2) 100%);
  color: #fff;
}

/* friends-hall */
.friends-hall {
  /* padding-top: 150px; */
}
