@import "fonts.css";
@import "header.css";
@import "footer.css";
@import "ahmet.css";

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1566px;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

html,
body {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: 'Poppins';
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.334;
  overflow-wrap: break-word;
  word-wrap: break-word;
  transition: all 500ms ease;
}

html {
  height: -webkit-fill-available;
}

html.lity-active body {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body.modal-open {
  overflow: hidden;
}

.fw-bold {
  font-family: 'PoppinsMedium';
  font-weight: 500 !important;
}

.fw-semibold {
  font-family: 'PoppinsSemibold';
}

.fw-medium {
  font-family: 'PoppinsMedium';
}

.fw-light {
  font-family: 'PoppinsLight';
}

.fs-150 {
  font-size: 9.375rem;
}

.fs-100 {
  font-size: 6.25rem;
}

.fs-60 {
  font-size: 3.75rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.br-100 {
  border-radius: 100px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-25 {
  border-radius: 25px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-14 {
  border-radius: 14px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.text-gray {
  color: #8C8F95;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-40434D {
  background-color: #40434D;
}

.bg-white {
  background-color: #fff;
}

.bg-F3F3F3 {
  background-color: #F3F3F3;
}

.bg-orange {
  background-color: #EC6500 !important;
}

.bg-696C7C {
  background-color: #696C7C;
}

.bg-4F5660 {
  background-color: #4F5660 !important;
}

.bg-696C7C_op-12 {
  background-color: rgba(105, 108, 124, .12);
}

.bg-696C7C_op-36 {
  background-color: rgba(105, 108, 124, .36);
}

.bg-696C7C_op-05 {
  background-color: rgba(105, 108, 124, .05);
}

.h-100px {
  height: 100px;
}

.h-100 {
  height: 100%;
}

.border-none {
  border: none !important;
}

.text-right {
  text-align: right;
}

.visible-mobile {
  display: none;
}

.form-check-input {
  margin-top: 0.15rem;
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}

.form-check-input[type="checkbox"]:checked {
  background-color: #EC6500;
  border-color: #EC6500;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*
* Slider start
*/

#mainSlider {
  height: 100vh;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}

.swiper {
  height: 100%;
}

#mainSlider .swiper-slide {
  background-size: cover, 0
}

.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev {
  position: absolute;
  z-index: 6;
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  left: 96px;
  background-color: #fff;
  border-radius: 90px;
  color: #9599A8;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
}

.swiper-button-next {
  position: absolute;
  z-index: 6;
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  right: 96px;
  background-color: #fff;
  border-radius: 90px;
  color: #9599A8;
  text-align: center;
  line-height: 90px;
  font-size: 30px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

#mainSlider .search-content {
  position: absolute;
  z-index: 6;
  width: 100%;
  bottom: 100px;
}

#mainSlider .search-content form {
  position: relative;
}

#mainSlider .search-content form .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
}

#mainSlider .search-content form input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 90px;
  border: none;
  padding: 20px 65px 20px 30px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  font-family: 'PoppinsMedium';
}

#mainSlider .search-content form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
}

#mainSlider .search-content form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#mainSlider .search-content form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

#mainSlider .search-content form button {
  width: 60px;
  height: 60px;
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 2;
  background: transparent;
}


/*
* Slider End
*/


/*
* Education Section Start
*/

.education-section {
  padding-top: 80px;
  padding-bottom: 90px;
}

.all-education-content {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.all-education-content .item {
  width: calc((100% - 40px) / 5);
  margin-right: 20px;
  height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  transition: all .4s ease;
}

.all-education-content .item:hover {
  background-color: #EC6500;
}

.all-education-content .item:last-child {
  margin-right: 0;
}

.all-education-content .item h5 {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}


/*
* Education Section End
*/


/*
* Journey Section Start
*/
.homepage-educational-journey__content {
  background: #fff;
  border-radius: 20px;
  display: flex;
  padding: 50px;
}

.homepage-educational-journey__title {
  margin-bottom: 50px !important;
}

.homepage-educational-journey__images img {
  width: 100%;
}

.homepage-educational-journey .accordion-body {
  padding: 0 1.25rem 2rem 1.25rem;
}

.homepage-educational-journey .accordion-item {
  border: none;
}

.homepage-educational-journey .accordion-button {
  box-shadow: none;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  padding: 1rem 1.25rem 1rem 2.5rem;
}

.homepage-educational-journey .accordion-button:after {
  content: none;
}

.homepage-educational-journey .accordion-button:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url('../img/icons/icon-plus-large.svg') no-repeat center center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .95rem;
  transition: all .3s ease;
}

.homepage-educational-journey .accordion-button:not(.collapsed):before {
  transform: rotate(45deg)
}

.homepage-educational-journey__list {
  padding-left: 15px;
  position: relative;
}

.homepage-educational-journey__list .item {
  padding: 20px 0;
  position: relative;
}

.homepage-educational-journey__list .item:last-child:after {
  content: none;
}

.homepage-educational-journey__list:before {
  content: '';
  width: 1px;
  height: 73%;
  background-color: #000;
  opacity: .33;
  position: absolute;
  left: 22.5px;
  top: 50%;
  transform: translateY(-50%);
}

.homepage-educational-journey__list .item a {
  font-size: 20px;
  line-height: 24px;
  color: #909090;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  transition: all .3s ease;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.homepage-educational-journey__list .item a .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -7px;
  border-radius: 50%;
  background-color: #fff;
}

.homepage-educational-journey__list .item a .icon:before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #909090;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .4s ease;
}

.homepage-educational-journey__list .item a:hover {
  color: #EC6500;
}

.homepage-educational-journey__list .item a:hover .icon:before {
  background-color: #EC6500;
}

.homepage-educational-journey__list-detail-btn {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000;
  font-family: 'PoppinsMedium';
  text-decoration: none;
  padding-left: 7.5px;
  margin-top: 15px;
}

.homepage-educational-journey__list-detail-btn:hover {
  color: #000;
}

.homepage-educational-journey__list-detail-btn span {
  padding-left: 10px;
}

.educational-journey {
  padding-top: 95px;
  padding-bottom: 100px;
}

.educational-journey-content {
  display: flex;
  margin-top: 10px;
}

.educational-journey-content .item {
  width: calc((100% - 3px) / 4);
  min-height: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  border-right: 1px solid #E6E6E6;
}

.educational-journey-content .item:last-child {
  border-right: none;
}

.educational-journey-content .item p {
  color: #000;
  margin-bottom: 0;
}


/*
* Journey Section End
*/


/*
* About Section Start
*/

.about-section-home {
  padding-top: 154px;
  padding-bottom: 154px;
}

.about-section-home p {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 30px !important;
}

/*
* About Section End
*/


/*
* Index Live Start
*/

.section-live-index {
  padding: 120px 0;
}


/*
* Index Live End
*/


/*
* Index News From US Start
*/

.section-news-from-us-index {
  padding: 60px 0 50px 0;
  border-bottom: 1px solid rgba(105, 108, 124, .2);
}

.section-news-from-us-index .nav-tabs .nav-item {
  margin-right: 30px;
}

.section-news-from-us-index .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.section-news-from-us-index .nav-tabs .nav-link {
  border: 2px solid #E6E6E6;
  color: rgba(0, 0, 0, .5);
  transition: all 500ms ease;
  font-size: 18px;
  border-radius: 30px;
  padding: 16px 35px;
}

.section-news-from-us-index .nav-tabs .nav-link:hover,
.section-news-from-us-index .nav-tabs .nav-link.active {
  background-color: #EC6500;
  color: #fff;
  border: 2px solid #EC6500;
}

.news-item {
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

.news-item .date {
  display: inline-block;
  color: #6A6A6A;
}

.news-item .inner {
  background-color: #fff;
  padding: 16px 30px 35px 30px;
}

.news-item .img-area img {
  width: 100%;
}

.news-item .inner span {
  font-size: 12px;
  margin-bottom: 12px;
}

.news-item .inner h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.news-item .inner p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}

.news-item .news-item-footer {
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
}

.news-item .news-item-footer a {
  color: #000;
  display: block;
  position: relative;
  transition: all 500ms ease;
  padding: 28px 30px;
}

.news-item .news-item-footer a:hover {
  color: #EC6500;
}

.news-item .news-item-footer a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 35px;
  width: 25px;
  height: 14px;
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.news-item.text-right .news-item-footer a::before {
  left: 35px;
  transform: rotate(-180deg)
}

.news-item .news-item-footer a:hover::before {
  right: 25px;
}

.media-slider {
  padding-bottom: 90px;
}

.media-slider-type {
  padding-bottom: 40px;
}

.media-slider-type__pb-100 {
  padding-bottom: 100px;
}

.media-slider-type .swiper-wrapper {
  height: auto;
}

.media-slider-type-section,
.media-slider {
  padding-bottom: 50px;
}

.index-media-slider-type-section,
.index-media-slider {
  padding-bottom: 90px;
}

.media-swiper-button-prev {
  top: calc(100% - 29px);
  width: 50px;
  height: 50px;
  left: calc(50% - 220px);
  font-size: 24px;
  transition: all 500ms ease;
}

.media-swiper-button-next {
  top: calc(100% - 29px);
  width: 50px;
  height: 50px;
  right: calc(50% - 220px);
  font-size: 24px;
  transition: all 500ms ease;
}

.media-swiper-button-next:hover,
.media-swiper-button-prev:hover {
  background-color: #EC6500;
  color: #fff;
}


.media-swiper-button-section-prev {
  top: calc(100% - 29px);
  width: 50px;
  height: 50px;
  left: calc(50% - 80px);
  font-size: 24px;
  transition: all 500ms ease;
}

.media-swiper-button-section-next {
  top: calc(100% - 29px);
  width: 50px;
  height: 50px;
  right: calc(50% - 80px);
  font-size: 24px;
  transition: all 500ms ease;
}

.media-swiper-button-section-next:hover,
.media-swiper-button-section-prev:hover {
  background-color: #EC6500;
  color: #fff;
}

.news-all-list-btn {
  position: absolute;
  display: inline-block;
  bottom: 0;
  color: #000 !important;
  left: calc(50% - 100px);
  width: 200px;
  height: 50px;
  border: 1px solid #E6E6E6;
  padding: 10px 5px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
}

.news-all-list-btn:hover {
  border-color: #EC6500;
  color: #EC6500;
}


/*
* Index News From US End
*/

.collaborations-section {
  padding-top: 50px;
  padding-bottom: 90px;
}

.collaborations-item {
  text-decoration: none;
  min-height: 280px;
}

.collaborations-item__logo {
  height: 200px;
  border: 1px solid #E6E6E6;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all .4s ease;
}

.collaborations-item__image {
  max-height: 100px;
}

.collaborations-item__image img {
  max-height: 100%;
  transition: all .1000ms ease;
  object-fit: contain;
  object-position: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collaborations-item__title p {
  color: #000;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 0 !important;
}

.collaborations-item__description {
  color: #000;
  font-size: 16px;
  line-height: 22px !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s;
}

.collaborations-item:hover .collaborations-item__logo {
  height: auto;
}

.collaborations-item:hover .collaborations-item__description {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  padding-top: 20px;
  height: auto;
}

.collaborations-all-list-btn {
  width: 200px;
  height: 50px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
}

.collaborations-all-list-btn:hover {
  border-color: #fff;
  color: #fff;
  background-color: #EC6500 !important;
}

.section-educational-journeys .ejd-inner {
  position: relative;
  padding-bottom: 50px;
  border-color: #4F5660;
  border-style: solid;
  border-width: 0;
}

.section-educational-journeys .ejd-inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: #4F5660;
  left: -11px;
}

.section-educational-journeys .ejd-inner.ejd-right {
  padding-left: 45px;
  border-left-width: 1px;
}

.section-educational-journeys .ejd-inner.ejd-left {
  padding-right: 45px;
  border-right-width: 1px;
  margin-right: -1px;
}

.section-educational-journeys .ejd-left.ejd-inner::before {
  right: -11px;
  left: initial;
}

.section-educational-journeys .ejd-item {
  border-radius: 12px;
  background-color: #fff;
  padding: 40px 70px 40px 40px;
}

.section-educational-journeys .ejd-left .ejd-item {
  text-align: right;
  padding: 40px 40px 40px 70px;
}

.section-educational-journeys .ejd-item h5 {
  font-size: 64px;
  line-height: 64px;
  color: #EC6500;
}

.section-educational-journeys .ejd-item p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.video-play-content {
  width: 100%;
  height: 620px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.video-play-content iframe {
  width: 100%;
  height: 100%;
}

.video-link-list-content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.acc-top-text {
  color: #EC6500;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  border-bottom: 1px solid #ddd;
  padding: 53px 50px;
  font-size: 24px;
  line-height: 30px;
}

.acc-bottom-text-content {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.acc-bottom-text-content a {
  text-decoration: none;
  padding: 21px 25px 21px 20px;
}

.video-link-list-content .accordion-item {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}

.video-link-list-content .accordion {
  height: calc(620px - 155px);
  overflow: auto;
}

.video-link-list-content .accordion.with-bottom-text {
  height: calc(620px - 139px - 60.89px);
  overflow: auto;
}

.video-link-list-content .accordion::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.video-link-list-content .accordion::-webkit-scrollbar-thumb {
  background-color: #EC6500;
  border: 1px solid #EC6500;
  border-radius: 20px;
}

.video-link-list-content .accordion::-webkit-scrollbar-track {
  background-color: rgba(152, 152, 152, 0.4);
  border-radius: 5px;
  opacity: .5;
}

.video-link-list-content .accordion-item .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  padding: 1rem 45px;
  font-size: 20px;
}

.video-link-list-content .accordion-item .accordion-button:after {
  left: 17px;
  position: absolute;
  background-position: center center;
}

.video-link-list-content .accordion-item .accordion-button::after {
  width: 12px;
  height: 7px;
  background-image: url('../img/icons/icon-down.svg');
  background-size: cover;
}

.video-link-list-content .accordion-item .accordion-button:not(.collapsed)::after {
  width: 12px;
  height: 7px;
  background-image: url('../img/icons/icon-down.svg');
  background-size: cover;
}

.video-link-list-content .accordion-item .accordion-collapse {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.video-link-list-content .accordion-body {
  padding: 0;
}

.video-link-list-content .accordion-body:last-child {
  border-bottom: none;
}

.video-link-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.video-link-list-item.disabled {
  pointer-events: none;
}

.video-link-list-item h5 {
  color: #9599A8;
  line-height: 21px;
  font-size: 14px;
  line-height: 15px;
}

.video-link-list-item .image {
  display: flex;
  min-width: 25px;
}

.video-link-list-item .time {
  color: #9599A8;
  font-size: 14px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.video-link-list-item.active h5 {
  color: #000;
}

.video-link-list-item.active {
  background-color: #F9F1EA;
}

.video-link-list-item-pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #000;
  padding: 1rem 1.25rem;
  border-top: 1px solid #ddd;
}

.video-link-list-item-pdf .image {
  display: flex;
  min-width: 25px;
}

.video-link-list-item-pdf h5 {
  color: #9599A8;
  line-height: 21px;
  font-size: 14px;
  line-height: 15px;
}

.video-link-list-item-pdf .time {
  color: #9599A8;
  font-size: 14px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.video-link-list-item-pdf .active h5 {
  color: #000;
}

.video-link-list-item-pdf .active {
  background-color: #F9F1EA;
}

.video-link-pause-icon {
  display: none;
}

/*
* General Modal Start
*/
.modal {
  background-color: rgba(21, 21, 21, .82);
}

.modal.show .modal-dialog {
  position: absolute;
  max-width: 1017px;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0;
  height: 100vh;
  padding-left: 40px;
}

.modal-content {
  max-width: calc(100% - 40px);
  max-width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  height: 100vh;
  overflow: auto;
}

.modal-header {
  position: relative;
  padding: 45px;
  border-bottom: none;
  justify-content: flex-end;
}

.modal-header .btn-close {
  background: #F1F1F1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.modal-header .close-text-btn {
  color: #000;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
  padding-right: 30px;
}

.fade {
  transition: none !important;
}

.modal-body {
  padding: 0 140px 100px 140px
}

button[type=submit] {
  height: 60px;
  border: none;
  font-size: 20px;
  position: relative;
}

.modal-body h4 {
  font-size: 30px;
}

.modal-body>p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.modal-body .form-inner {
  margin-top: 50px;
  margin-bottom: 70px;
}

.form-control {
  height: 60px;
  border-color: #E6E6E6;
  border-radius: 10px;
  font-size: 16px;
}

.form-control.medium {
  height: 50px;
}

input.error, textarea.error {
  border: 1px solid red !important
}

input.error:focus, textarea.error:focus {
  border: 1px solid red !important
}

label.error {
  display: none !important;
}

input:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #E6E6E6 !important;
}

.form-label {
  font-weight: 900;
  font-size: 16px;
  font-family: 'PoppinsMedium';
}

.form-label.medium {
  font-size: 14px;
}

/*
* General Modal End
*/


/*
* Login Modal Start
*/
#loginModal .btn-forgot-password {
  color: #EC6500;
}

#loginModal .btn-sign-up {
  background-color: #D8D8D8;
  height: 60px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
}

#loginModal .info p {
  line-height: 30px;
}

/*
* Login Modal End
*/

/*
* Sign Up Modal Start
*/
#signUpModal .btn-login {
  background-color: #D8D8D8;
  height: 60px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#signUpModal .info p {
  line-height: 60px;
}

/*
* Sign Up Modal End
*/

/* Sidebar */
.side-menu {
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}

.side-menu li {
  margin-bottom: 5px;
}

.side-menu .btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border: 0;
}

.side-menu .btn-toggle:hover,
.side-menu .btn-toggle:focus {
  color: #EC6500;
}

.side-menu .btn-toggle.active::after {
  flex-shrink: 0;
  content: "\F4FE";
  transform: rotate(180deg);
  transition: transform .2s ease-in-out;
  position: absolute;
  left: -2px;
  display: inline-flex;
  font-family: bootstrap-icons !important;
  color: #000000;
}

.list-unstyled {
  margin-bottom: 0;
}

.side-menu .btn-toggle {
  color: #EC6500;
}

.side-menu .btn-toggle.collapsed {
  color: rgba(0, 0, 0, .65);
  border-bottom: none;
}

.side-menu .btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem 1rem;
  margin-top: .125rem;
  margin-left: 0;
  text-decoration: none;
  font-size: 16px;
}

.side-menu .btn-toggle-nav a:after {
  content: none !important;
}

.side-menu ul li button.btn-toggle {
  border-bottom: none;
  width: 100%;
  padding: .5rem 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  position: relative;
  font-size: 18px;
}

.side-menu ul li a,
.side-menu ul li button.btn-toggle.collapsed {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: .5rem 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  position: relative;
  color: #000;
  font-size: 18px;
}

.side-menu ul li button.btn-toggle:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url('../img/icons/icon-plus.svg');
  position: absolute;
  left: 0px;
}

.side-menu ul li a.active {
  color: #EC6500;
}

.side-menu ul li:last-child a,
.side-menu ul li:last-child button.btn-toggle {
  border-bottom: none;
}

.side-menu ul li .collapse {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.side-menu ul li ul li a,
.side-menu ul li ul li button {
  border-bottom: none;
}

/* Sidebar */

/*Breadcrumb*/
.breadcrumb {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 30px 0;
}

.breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.breadcrumb li:first-child {
  margin-left: 0;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li:after {
  content: '/';
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #bebcbc;
}

.breadcrumb li a {
  font-size: 14px;
  line-height: 14px;
  color: #bebcbc;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 1px;
}


/* Breadcrumb */

/* Break */

.bread-text-food {
  color: #EC6500 !important;
}

.button .accordion-button-collapsed::before {
  display: none;
}

.span-food {
  color: #EC6500;
}

.row-cards {
  padding: -300px;
}

.break-title-text {
  color: #EC6500;
}


/*Certificate*/

/* Side Menu Start */

.accordion-button {
  color: #000;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #EC6500;
}

.accordion-body ol {
  list-style: none;
  padding-left: 15px;
}

.accordion-body ol a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.self-text-box a {
  color: #000;
}

.accordion-body ol a.active {
  color: #EC6500;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.btn-primary {
  border-color: #EC6500;
  outline: 0;
  outline: none;
}

.btn-primary:hover {
  background-color: #EC6500;
  outline: 0;
  outline: none;
  border-color: transparent;
}

.btn-primary:active:focus {
  box-shadow: none !important;
}

.btn-food {
  outline: none;
}


/* Side Menu End */

.btns {
  display: flex;
  align-items: center;
  justify-items: center;
}

.btns {
  margin-top: auto;
  margin-bottom: 20px;
}

.btns a {
  border-radius: 50px;
  color: #7E8B9B;
  border: 1px solid #CBD0D6;
  transition: .3s;
}

.btns {
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}


/*Exam*/

.news-item-footer a:hover::before {
  right: 25px;
}

.news-item-footer-detail a::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 3px;
  width: 25px;
  height: 14px;
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.news-title {
  color: #EC6500;
}

.ed-jr-border-left {
  border-left: 1px solid #000;
  padding-left: 70px;
}

.ed-jr-border-right {
  border-right: 1px solid #000;
  padding-left: 450px;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-weight: bold !important;
}

.live-index-item {
  padding: 0 4rem;
}

.live-index-item .img-area {
  margin-bottom: 20px;
}

.live-index-item h5 {
  margin-bottom: 20px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EC6500
}

.media-slider .swiper-pagination {
  display: none;
}

/*Lity Popup*/
.lity-container {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.lity-spec-inline {
  padding: 20px;
  box-shadow: rgb(82 63 105 / 5%) 0px 0px 30px 0px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.lity-spec-inline .head {
  max-height: 70vh !important;
  overflow-y: auto;
  padding: 20px;
}

.lity-spec-inline .head::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.lity-spec-inline .head::-webkit-scrollbar-thumb {
  background-color: #EC6500;
  border: 1px solid #EC6500;
  border-radius: 20px;
}

.lity-spec-inline .head::-webkit-scrollbar-track {
  background-color: rgba(152, 152, 152, 0.4);
  border-radius: 5px;
  opacity: .5;
}

.lity-spec-inline h4 {
  margin: 0 0 20px 0;
  font-size: 23px;
  color: #EC6500;
  font-weight: 900;
}

.lity-inline h5 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #EC6500;
  font-weight: 900;
}

.lity-inline h6 {
  font-size: 16px;
  color: #EC6500;
  font-weight: 900;
}

.lity-inline strong {
  color: #EC6500;
  font-weight: 900;
}

.lity-inline p {
  font-size: 16px;
  line-height: 22px;
}

.lity-inline a {
  color: #EC6500;
  font-weight: 900;
}

.lity-inline ul {
  padding: 0;
  padding-left: 15px;
}

.lity-inline ul li::marker {
  color: #EC6500;
}

.lity-inline ul li {
  font-size: 16px;
  line-height: 22px;
}

.lity-close {
  right: 0;
  width: 40px;
  height: 40px;
  top: -45px !important;
  position: absolute !important;
}

.membership-area {
  max-width: 1035px;
  background-color: #fff;
  border-radius: 20px;
  margin: 140px auto;
  border: 1px solid #E6E6E6;
}

.membership-area__content {
  padding: 50px 30px;
}

.membership-area__content--small-padding {
  padding: 30px 30px;
}

.membership-area__title {
  font-size: 20px;
  line-height: 22px;
  color: #EC6500;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  padding: 23px 0;
}

.membership-area__content img {
  margin-bottom: 50px;
}

.membership-area__content p.small {
  font-size: 23px;
  line-height: 29px;
}

.membership-area__content p.medium {
  font-size: 28px;
  line-height: 32px;
  font-family: 'PoppinsMedium';
  font-weight: 500;
}

.membership-area__content p.large {
  font-size: 35px;
  line-height: 40px;
}

.membership-area__content p.orange {
  color: #EC6500;
}

.membership-area__content p.bold {
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.membership-area__content button {
  margin-top: 30px;
}

.subpage {
  padding: 70px 0;
}

.subpage__title {
  font-size: 40px;
  line-height: 40px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 50px;
}

.subpage p {
  line-height: 30px;
  margin-bottom: 35px;
}

.subpage-banner__small {
  height: 300px !important;
  background-color: #40434D;
}

.subpage-banner {
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.subpage-banner__title {
  padding: 0;
  font-size: 40px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.subpage-border {
  border-bottom: 1px solid #CECFD5;
}

.subpage-sm-title {
  font-size: 18px;
  color: #797979;
  font-family: 'PoppinsMedium';
}

.subpage-title {
  font-size: 30px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
}

.subpage-title .orange {
  color: #EC6500;
}

.subpage-title--big {
  font-size: 40px;
  line-height: 49px;
}

.sub-padding {
  padding-top: 30px;
}

.content-part {
  padding: 33px 0;
}

.side-menu a {
  position: relative;
}

.side-menu a.active:after {
  content: '\F138';
  font-family: bootstrap-icons !important;
  position: absolute;
  display: inline-flex;
  margin-left: auto;
  top: 0;
  bottom: 0;
  align-items: center;
  right: 2px;
  color: #000000;
}

.content-box {
  background-color: #fff;
  padding: 55px 55px 50px 65px;
  border-radius: 10px;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

textarea.form-control.medium {
  height: 160px;
}

.grid-3 {
  width: calc(100% + 30px);
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
}

.grid-3>div {
  width: calc(33.333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

.video-card {
  width: 100%;
  position: relative;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

.video-card a {
  text-decoration: none;
}

.video-card__image {
  height: 260px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}

.video-card__icon {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.video-card__icon img {
  width: 100%;
}

.video-card__articles {
  background-color: #fff;
  text-align: center;
  padding: 60px 40px 30px 40px;
}

.video-card__articles span {
  color: #696C7C !important;
  font-size: 14px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 25px;
  display: block;
}

.video-card__articles p {
  color: #000000 !important;
  font-size: 22px;
  line-height: 30px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
}

.video-card__footer {
  display: flex;
  justify-content: space-between;
  background-color: rgba(236, 101, 0, .36);
  padding: 30px 25px 30px 25px;
}

.video-card__footer.green {
  background-color: #2DC45C;
}

.video-card__footer.white {
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
}

.video-card__footer.white .continue-btn {
  color: #000;
}

.video-card__footer .time {
  display: flex;
  align-items: center;
}

.video-card__footer .time span {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  padding-left: 7px;
}

.video-card__footer .continue-btn {
  font-size: 16px;
  color: #fff;
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.education-page {
  position: relative;
}

.education-page__image {
  width: 40%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.education-page__articles {
  padding: 100px 0 100px 50px;
}

.education-page__articles h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 20px;
}

.education-page__articles p {
  font-size: 18px;
  line-height: 33px;
}

.education-page__educations {
  margin-top: 100px;
  margin-bottom: 50px;
}

.education-page__educations a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px 55px 24px 35px;
  border: 1px solid #E6E6E6;
  margin-bottom: 30px;
  text-decoration: none;
  color: #000 !important;
}

.education-page__educations a:last-child {
  margin-bottom: 0;
}

.education-page__educations a h3 {
  width: 50%;
  font-size: 18px;
  line-height: 22px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 0;
  color: #000 !important;
}

.education-page__educations a span {
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  text-align: right;
  color: #000 !important;
}

.media-item-wrapper {
  padding: 70px 0;
  margin-bottom: 100px;
}

.media-item-wrapper__bg-dark {
  background-color: rgba(105, 108, 124, .05);
  margin-bottom: 0 !important;
  padding-bottom: 170px;
}

.media-slider-2 .swiper-pagination {
  display: none;
}

.certificate-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.certificate-box__image {
  padding: 40px 45px;
}

.certificate-box a {
  text-decoration: none;
}

.certificate-box__image img {
  width: 100%;
  border-radius: 6px;
}

.certificate-box__footer {
  border-top: 1px solid #E6E6E6;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certificate-box__footer span {
  font-size: 19px;
  line-height: 24px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  color: #000;
}

.search-box {
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}

.search-box__image {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.search-box__articles {
  background-color: #fff;
  padding: 15px 25px 30px 25px;
}

.search-box__date {
  font-size: 12px;
  line-height: 12px;
  color: #6A6A6A;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  margin-bottom: 30px;
}

.search-box__description {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 37px;
}

.search-box__description span {
  color: #EC6500;
}

a:link, span.MsoHyperlink {
  mso-style-priority: 99;
  color: none !important;
  text-decoration: none !important;
  text-underline: none !important;
}

a:visited, span.MsoHyperlinkFollowed {
  mso-style-noshow: yes;
  mso-style-priority: 99;
  color: #954F72;
  mso-themecolor: followedhyperlink;
  text-decoration: none !important;
  text-underline: none !important;
}


.search-box a {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 25px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  background-color: #EC6500;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-align: center;
}

.verification-phone-numbers {
  color: #EC6500;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-decoration: underline;
}

.verification-numbers {
  display: flex;
}

.verification-numbers input {
  width: 10%;
  color: #000;
  border: solid 2px #E6E6E6 !important;
  padding: 15px 0;
  text-align: center;
  margin-right: 5px;
  font-family: 'PoppinsBold';
  font-weight: 900;
}

.countdown {
  font-size: 13px;
  line-height: normal;
  color: #000;
  margin: 5px 0 15px 0;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  font-style: normal;
}

.time-out-label {
  font-size: 13px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  color: #EC6500;
  display: none;
  margin-top: 5px;
}

.error-page__content {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-page__content img {
  max-width: 55%;
}

.error-page__content h3 {
  font-size: 98px;
  line-height: 122px;
  color: #161615;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  border-bottom: 2px solid #EC6500;
  margin-bottom: 0;
  margin-top: -2rem;
  padding-bottom: 15px;
}

.error-page__content a {
  width: 265px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  background-color: #EC6500;
  text-decoration: none;
  margin-top: 45px;
}

.form-radio-input {
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #E6E6E6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 6px;
  transition: all .4s ease;
}

.form-radio-input[type="radio"]:checked {
  background-color: #EC6500;
  border-color: #EC6500;
  box-shadow: none
}

.form-radio-input:checked[type='radio'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.question-box {
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  display: flex;
  padding: 45px 100px 55px 50px;
  margin-bottom: 30px;
}

.question-box__number {
  float: left;
  font-size: 28px;
  line-height: 28px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-top: 5px;
}

.question-box__articles {
  float: left;
  padding-left: 55px;
}

.question-box__articles h2 {
  font-size: 20px;
  line-height: 33px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 50px;
}

.question-box__question {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.question-box__question:last-child {
  margin-bottom: 0;
}

.question-box__question label {
  width: calc(100% - 30px);
  font-size: 18px;
  line-height: 24px;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  padding-left: 20px;
}

.exam-result-wrapper {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  overflow: hidden;
  padding: 0;
}

.exam-result-wrapper__title {
  width: 100%;
  display: block;
  color: #EC6500;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid #E6E6E6;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  padding: 20px 0;
}

.exam-result-wrapper__items {
  display: flex;
}

.exam-result-wrapper__result {
  width: 33%;
  text-align: center;
  padding: 15px 15px 30px 15px;
  border-right: 1px solid #E6E6E6;
}

.exam-result-wrapper__result:last-child {
  border-right: none;
}

.exam-result-wrapper__result span {
  display: block;
}

.exam-result-wrapper__result span:first-child {
  font-size: 22px;
  line-height: 28px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 25px;
}

.exam-result-wrapper__result span:last-child {
  font-size: 47px;
  line-height: 57px;
  font-family: 'PoppinsMedium';
  font-weight: 500;
}

.pnr-code-wrapper {
  background-color: #40434D;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 30px;
  margin: 20px 0;
}

.pnr-code-wrapper__description {
  width: 60%;
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  padding-right: 2rem;
}

.pnr-code-wrapper__form-wrapper {
  width: 40%;
}

.pnr-code-wrapper__form-wrapper form {
  display: flex;
  justify-content: flex-end;
}

.pnr-code-wrapper__form-wrapper form input {
  width: calc(100% - 150px);
  max-width: 315px;
  border-radius: 10px !important;
}

.pnr-code-wrapper__form-wrapper form button {
  width: 150px;
  height: 50px;
  margin-left: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0;
}

.cou-detail__content {
  display: flex;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
}

.cou-detail__img {
  width: 175px;
  height: 175px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}

.cou-detail__video-desc {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.cou-detail__video-desc span {
  font-size: 14px;
  padding-left: 10px;
}

.cou-detail__button {
  width: 160px;
  height: 40px;
  display: block;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 13px;
  margin-bottom: 10px;
}

.cou-detail__button span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  padding-left: 10px;
}

.cou-detail__button.add-fav-btn.active {
  background-color: #EC6500;
}

.cou-detail__button.add-fav-btn.active span {
  color: #fff;
}

.cou-detail__button.add-fav-btn.active img {
  filter: brightness(0) invert(100%);
}

.cou-detail__socials {
  display: none;
  align-items: center;
  margin-top: 15px;
  transition: all .4s ease;
}

.cou-detail__socials.active {
  display: flex;
}

.cou-detail__socials a {
  text-decoration: none;
  margin-right: 35px;
}

.cou-detail__socials a:last-child {
  margin-right: 0;
}

.cou-detail__articles {
  width: calc(100% - 175px);
  padding: 0 0 30px 30px;
}

.cou-detail__articles h5 {
  font-size: 24px;
  line-height: 30px;
}

.cou-detail__articles h2 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 25px;
}

.cou-detail__articles p {
  font-size: 16px;
  line-height: 28px;
}

.cou-detail__info {
  width: 175px;
  max-width: initial;
}

.contact-box {
  width: 100%;
  height: 100%;
  background-color: #696C7C;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 70px 50px;
}

.contact-box .image {
  min-height: 70px;
}

.contact-box h3 {
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  margin-bottom: 0;
}

.contact-box a {
  font-size: 22px;
  line-height: 26px;
  color: #fff !important;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  text-decoration: none;
}

.contact-submit-button {
  width: 190px;
  height: 50px;
  float: right;
}

.contact-check-label {
  font-size: 14px;
  line-height: 17px;
}

#contact-form textarea {
  height: 75%;
}

.pagination-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 50px 0;
}

.pagination-wrapper li {
  margin: 10px;
  display: flex;
}

.pagination-wrapper li:first-child a, .pagination-wrapper li:last-child a {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
}

.pagination-wrapper li:first-child a:before, .pagination-wrapper li:last-child a:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../img/icons/arrow-right.svg') no-repeat center center;
  display: block;
}

.pagination-wrapper li:first-child:hover a:before, .pagination-wrapper li:last-child:hover a:before {
  background: url('../img/icons/arrow-right-white-bold.svg') no-repeat center center;
}

.pagination-wrapper li:first-child a {
  transform: rotate(-180deg)
}

.pagination-wrapper li a {
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #E6E6E6;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  transition: all .4s ease;
}

.pagination-wrapper li a:hover, .pagination-wrapper li.active a {
  background-color: #EC6500;
  border: 1px solid #EC6500;
  color: #fff;
}

.edj-content {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
}

.news-detail__title-wrapper {
  max-width: 50%;
  text-align: center;
  margin: 0 auto 35px auto;
}

.news-detail__date {
  color: #EC6500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'PoppinsMedium';
  font-weight: 500;
  margin-bottom: 5px;
}

.news-detail__title {
  font-size: 30px;
  line-height: 40px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.news-detail__image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}

.news-detail__image img {
  width: 100%;
}

.news-detail .news-item .inner p {
  display: none;
}

.news-detail__articles h1, .news-detail__articles h2, .news-detail__articles h3, .news-detail__articles h4, .news-detail__articles h5, .news-detail__articles h6 {
  font-size: 18px;
  line-height: 30px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
}

.news-detail__articles p {
  font-size: 18px;
  line-height: 30px;
}

.news-detail__fixed-bar {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 15px;
  z-index: 2;
}

.news-detail__fixed-bar img {
  max-width: 1.5rem;
}

.news-detail__fixed-bar .prev img {
  transform: rotate(-180deg);
}

.news-detail__fixed-bar .next span {
  padding-left: 0;
  padding-right: 5px;
}

.news-detail__fixed-bar span {
  font-size: 14px;
  line-height: 14px;
  font-family: 'PoppinsMedium';
  font-weight: 900;
  padding-left: 5px;
}

.news-detail__fixed-bar span.orange {
  color: #EC6500;
}

.tab-content>.active {
  padding-top: 1.5rem !important
}

.btn-orange {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px 0 30px;
  background-color: #EC6500;
  border-radius: 109px;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-family: 'PoppinsMedium';
}

.btn-orange:hover {
  color: #fff;
}

.js-submit-btn.onclick:before {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.js-submit-btn.onclick span {
  display: none;
}

.js-submit-btn:before {
  content: '';
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-left-color: #696C7C;
  animation: rotating 2s 0.25s linear infinite;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 10px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.spinner-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(236, 101, 0, .9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}

.spinner-wrapper .spinner {
  width: 11.2px;
  height: 11.2px;
  border-radius: 11.2px;
  box-shadow: 28px 0px 0 0 rgba(255, 255, 255, 0.2), 22.7px 16.5px 0 0 rgba(255, 255, 255, 0.4), 8.68px 26.6px 0 0 rgba(255, 255, 255, 0.6), -8.68px 26.6px 0 0 rgba(255, 255, 255, 0.8), -22.7px 16.5px 0 0 #ffffff;
  animation: spinner-b87k6z 1.2s infinite linear;
}

@keyframes spinner-b87k6z {
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1599.98px) {
  html {
    font-size: 16px;
  }

  .collaborations-item__description {
    font-size: 15px;
    line-height: 18px !important;
  }

  .edj-content {
    max-width: 80%;
  }

  .error-page__content h3 {
    font-size: 50px;
    line-height: 55px;
  }

  .video-play-content {
    height: 500px;
  }

  .video-link-list-content .accordion {
    height: calc(500px - 100px);
  }

  .video-link-list-content .accordion-item .accordion-button {
    font-size: 16px;
  }

  .video-link-list-content .accordion.with-bottom-text {
    height: 361px;
  }

  .acc-top-text {
    font-size: 15px;
    padding: 25px 30px;
  }

  .certificate-box__image {
    padding: 35px;
  }

  .certificate-box__footer {
    padding: 19px 35px;
  }

  .certificate-box__footer span {
    font-size: 16px;
  }

  .live-index-item {
    padding: 0 2rem;
  }

  .all-education-content .item {
    height: 210px;
  }

  .about-section-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-live-index {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1399.98px) {
  html {
    font-size: 16px;
  }

  .contact-box h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contact-box p, .contact-box a {
    font-size: 14px;
    line-height: 16px;
  }

  .pnr-code-wrapper__description {
    font-size: 14px;
    line-height: 20px;
  }

  .error-page__content img {
    max-width: 50%;
  }

  .grid-3 {
    width: calc(100% + 30px);
    margin-left: -30px;
  }

  .grid-3>div {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .all-education-content .item {
    height: 190px;
  }

  .about-section-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-live-index {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }

  .news-detail__fixed-bar {
    display: flex;
  }

  .news-detail__disable-mobile {
    display: none;
  }

  .edj-content {
    max-width: 90%;
  }

  .error-page__content {
    padding: 75px 0;
  }

  .error-page__content img {
    max-width: 100%;
  }

  .error-page__content h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 2rem;
    padding-bottom: 5px;
  }

  .error-page__content a {
    width: 170px;
    height: 45px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 27px;
  }

  .membership-area {
    max-width: calc(100% - 50px) !important;
  }

  .live-index-item {
    padding: 0 2rem;
  }

  .education-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .all-education-content .item {
    height: 170px;
  }

  .about-section-home {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-live-index {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991.98px) {
  html {
    font-size: 12px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 25px;
    padding-left: 25px;
  }

  .homepage-educational-journey__title {
    font-size: 32px;
    margin-bottom: 30px !important;
  }

  .homepage-educational-journey__content {
    flex-direction: column;
    padding: 25px;
  }

  .homepage-educational-journey__articles {
    margin-bottom: 20px;
  }

  .homepage-educational-journey .accordion-button {
    font-size: 18px;
    line-height: 22px;
  }

  .homepage-educational-journey .accordion-button:before {
    top: 0.8rem;
  }

  .homepage-educational-journey__list .item {
    padding: 15px 0;
  }

  .homepage-educational-journey__list .item:after {
    top: calc(50%);
    left: 6.5px;
  }

  .homepage-educational-journey__list .item a {
    font-size: 16px;
    line-height: 18px;
  }

  .homepage-educational-journey__list-detail-btn {
    font-size: 16px;
    line-height: 18px;
  }

  .homepage-educational-journey__list .item a:before {
    top: 0;
  }

  .section-news-from-us-index .nav-tabs .nav-link {
    padding: 11px 15px;
    font-size: 15px;
  }

  .section-news-from-us-index .nav-tabs .nav-item {
    margin-right: 15px;
  }

  .collaborations-item {
    min-height: 260px;
  }

  footer ol.bottom-ft-inner li a {
    font-size: 16px;
  }

  footer .ft-bottom-inner p {
    font-size: 14px;
  }

  footer ol.bottom-ft-inner li:first-child {
    margin-bottom: 8px;
  }

  .btn-orange {
    width: 164px;
    padding: 0 10px 0 25px;
  }

  .tab-content>.active {
    padding-top: 1rem !important
  }

  .news-detail__title-wrapper {
    max-width: 100%;
  }

  .news-detail__title {
    font-size: 16px;
    line-height: 22px;
  }

  .news-detail__image {
    margin-bottom: 35px;
  }

  .news-detail__articles h1, .news-detail__articles h2, .news-detail__articles h3, .news-detail__articles h4, .news-detail__articles h5, .news-detail__articles h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .pagination-wrapper {
    margin: 40px 0;
  }

  .pagination-wrapper li {
    margin: 10px 5px;
  }

  .pagination-wrapper li a {
    width: 35px;
    height: 35px;
  }

  .pagination-wrapper li:first-child a:before, .pagination-wrapper li:last-child a:before {
    background-size: 1.5rem
  }

  .contact-box {
    padding: 35px;
  }

  .contact-box .image {
    min-height: 63px;
  }

  .contact-submit-button {
    float: none;
  }

  #contact-form textarea {
    height: 100px;
  }

  .cou-detail__content {
    flex-direction: column;
    padding: 0;
  }

  .cou-detail__info {
    width: 100%;
    max-width: 225px;
    margin: 0 auto;
    padding: 25px 25px 30px 25px;
  }

  .cou-detail__articles {
    width: 100%;
    padding: 30px 25px 25px 25px;
    border-top: 1px solid #E6E6E6;
  }

  .cou-detail__articles h5 {
    font-size: 17px;
    line-height: 21px;
  }

  .cou-detail__articles h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .cou-detail__articles p {
    font-size: 14px;
    line-height: 23px;
  }

  .pnr-code-wrapper {
    flex-direction: column;
    padding: 15px 20px;
    align-items: flex-start;
  }

  .pnr-code-wrapper__description {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .pnr-code-wrapper__form-wrapper {
    width: 100%;
  }

  .pnr-code-wrapper__form-wrapper form {
    flex-direction: column;
    justify-content: flex-start;
  }

  .pnr-code-wrapper__form-wrapper form input {
    max-width: 265px;
    min-width: 200px;
  }

  .pnr-code-wrapper__form-wrapper form button {
    width: 136px;
    height: 45px;
    margin-left: 0;
    margin-top: 15px;
  }

  .acc-bottom-text-content a {
    padding: 13px 25px 13px 20px;
  }

  .exam-result-wrapper__title {
    font-size: 20px;
    line-height: 25px;
    padding: 14px 0;
  }

  .exam-result-wrapper__items {
    display: block;
  }

  .exam-result-wrapper__result {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 15px 20px 15px;
  }

  .exam-result-wrapper__result:last-child {
    border-bottom: none;
  }

  .exam-result-wrapper__result span:first-child {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .exam-result-wrapper__result span:last-child {
    font-size: 32px;
    line-height: 39px;
  }

  .form-radio-input {
    width: 19px;
    height: 19px;
  }

  .question-box__question {
    align-items: flex-start;
  }

  .question-box__question label {
    width: calc(100% - 19px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .question-box {
    padding: 30px 15px;
  }

  .question-box__articles {
    padding-left: 15px;
  }

  .question-box__number {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
  }

  .question-box__articles h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .subpage-banner__small {
    height: 150px !important;
  }

  .video-play-content {
    height: 300px;
    border-radius: 10px;
  }

  .video-link-list-item {
    padding: 17px 20px;
  }

  .video-link-list-item-pdf {
    padding: 17px 20px;
  }

  .subpage-title--big {
    font-size: 25px;
    line-height: 31px;
  }

  .search-box {
    margin-bottom: 20px;
  }

  .search-box__articles {
    padding: 20px 23px 27px 23px;
  }

  .search-box__date {
    font-size: 8px;
    line-height: 8px;
    margin-bottom: 15px;
  }

  .search-box__description {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 25px;
  }

  .search-box a {
    height: 45px;
    font-size: 16px;
    line-height: 20px;
  }

  .media-item-wrapper {
    padding: 30px 0;
    margin-bottom: 80px;
  }

  .media-slider-2 .swiper-pagination {
    bottom: 65px;
    display: block;
  }

  .media-item-wrapper__bg-dark {
    padding-bottom: 110px;
  }

  .education-page .container {
    padding: 0;
  }

  .education-page .row {
    margin: 0;
  }

  .education-page__image {
    display: none;
  }

  .education-page__articles {
    padding: 0px 15px 30px 15px;
  }

  .education-page__educations a {
    padding: 21px 25px 21px 30px;
    margin-bottom: 20px;
  }

  .education-page__articles h1 {
    font-size: 25px;
    line-height: 34px;
  }

  .education-page__articles p {
    font-size: 14px;
    line-height: 23px;
  }

  .education-page__educations {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .education-page__educations a h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .education-page__educations a span {
    font-size: 12px;
    line-height: 12px;
  }

  .video-card__image {
    height: 220px;
  }

  .video-card__icon {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }

  .video-card__articles {
    padding: 45px 40px 30px 40px;
  }

  .video-card__articles span {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .video-card__articles p {
    font-size: 18px !important;
    line-height: 25px !important;
    min-height: 52px;
  }

  .video-card__footer {
    padding: 24px 20px 24px 20px;
  }

  .video-card__footer .time span {
    font-size: 14px;
    line-height: 14px;
  }

  .video-card__footer .continue-btn {
    font-size: 14px;
  }

  .side-menu ul li button.btn-toggle {
    font-size: 16px;
  }

  .side-menu ul li a, .side-menu ul li button.btn-toggle.collapsed {
    font-size: 16px;
  }

  .side-menu .btn-toggle-nav a {
    font-size: 11px;
  }

  .breadcrumb-wrapper {
    overflow-y: hidden;
  }

  .breadcrumb {
    display: table;
    border-spacing: 23px 0;
    margin-left: -23px;
  }

  .breadcrumb li {
    display: table-cell;
    white-space: nowrap;
  }

  .breadcrumb li a {
    font-size: 12px;
    line-height: 12px;
  }

  .subpage {
    padding: 25px 0;
  }

  .subpage-banner .breadcrumb {
    margin-top: 20px;
    padding: 0;
  }

  .subpage-banner__title {
    font-size: 30px;
    line-height: 30px;
    top: 60%;
  }

  .subpage__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .subpage p {
    font-size: 14px;
    line-height: 20px;
  }

  .membership-area {
    max-width: calc(100% - 50px) !important;
    margin: 50px auto !important;
  }

  .membership-area__content img {
    margin-bottom: 30px !important;
  }

  .membership-area__content p.small {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .membership-area__content p.medium {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .membership-area__content p.large {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .membership-area__content button {
    margin-top: 25px;
  }

  .membership-area__title {
    padding: 18px 0;
  }

  #mainSlider .swiper-slide {
    background-size: 0, cover;
  }

  .live-index-item {
    padding: 0;
  }

  .section-live-index .col-lg-4 {
    margin-bottom: 60px;
  }

  .section-live-index .col-lg-4:last-child {
    margin-bottom: 0;
  }

  .about-section-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-section-home .image {
    margin-bottom: 30px;
  }

  .about-section-home h4 {
    font-size: 32px;
    text-align: center;
  }

  .about-section-home a {
    margin-top: 30px !important;
  }

  .about-section-home p {
    font-size: 16px;
    line-height: 20px;
  }

  .educational-journey {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .visible-mobile {
    display: block;
  }

  .swiper-button-prev {
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    left: 20px;
    border-radius: 38px;
    line-height: 38px;
    font-size: 18px;
  }

  .swiper-button-next {
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    right: 20px;
    border-radius: 38px;
    line-height: 38px;
    font-size: 18px;
  }

  #mainSlider .search-content {
    bottom: 40px;
  }

  #mainSlider .search-content form input {
    padding: 10px 50px 10px 20px;
    height: 70px;
    font-size: 16px;
  }

  #mainSlider .search-content form button {
    right: 10px
  }

  .media-swiper-button-prev,
  .media-swiper-button-next {
    display: none;
  }

  .section-news-from-us-index .news-item {
    margin-bottom: 20px;
  }

  .education-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .all-education-content {
    display: block;
  }

  .all-education-content .item {
    height: 60px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 10px !important;
  }

  .educational-journey-content {
    display: block;
    margin-top: 15px;
  }

  .educational-journey-content .item {
    width: 100%;
    min-height: 130px;
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .educational-journey-content .item p {
    width: 100%;
  }

  .educational-journey-content .item:last-child {
    border-bottom: none;
  }

  .section-educational-journeys .ejd-inner.ejd-left {
    margin-right: 0;
    border-right-width: 0;
    border-left-width: 1px;
    padding-left: 24px;
    padding-right: 0;
  }

  .section-educational-journeys .ejd-left.ejd-inner::before {
    right: initial;
    left: -11px;
  }

  .section-educational-journeys .ejd-inner.ejd-right {
    padding-left: 24px;
  }

  .edj-content {
    max-width: initial;
    padding-left: 20px;
  }

  .section-educational-journeys .ejd-item h5 {
    font-size: 35px;
    line-height: 35px;
  }

  .section-educational-journeys .ejd-item p {
    font-size: 14px;
    line-height: 18px;
  }

  .section-educational-journeys .ejd-item {
    padding: 25px 85px 25px 25px;
  }

  .section-educational-journeys .ejd-left .ejd-item {
    padding: 25px 25px 25px 85px;
  }

  .bread-text-courage {
    font-size: 16px;
  }

  .courage-title-res {
    font-size: 17px;
  }

  .courage-title-resp {
    font-size: 30px;
  }

  .card-text-responsive {
    font-size: 16px;
  }

  .card-title-responsive {
    font-size: 12px;
  }

  .bize-yazin-mobile-title {
    font-size: 25px;
  }

  .bize-yazin-mobile-text {
    font-size: 13px;
  }

  .bize-yazin-footer-mobile {
    margin-top: 80px;
  }

  .cesaret-yonetimi-mobile {
    display: none;
  }

  .box-mobile-cesaret {
    max-width: 700px;
    margin-bottom: 30px;
  }

  .cou-title-mobile {
    margin-left: 30px;
  }

  .egitimler-mobile-font {
    font-size: 16px;
  }

  .mobile-hidden {
    display: none;
  }

  .haberler-bread-mobile li {
    font-size: 12px;
  }

  .haberler-date-mobile {
    font-size: 8px;
  }

  .egitim-yolculuklari-mobile {
    max-width: 350px;
  }

  .egitim-yolculuklari-title-mobile {
    font-size: 30px;
  }

  .egitim-yolculuklari-bread-mobile a {
    font-size: 12px;
  }

  .egitim-yolculuklari-bread-mobile li {
    font-size: 12px;
  }

  .canli-yayin-mobile {
    max-width: 350px;
  }

  .canli-yayin-mobile-margin {
    margin-top: 20px;
  }

  .hakkimizda-mobile {
    position: relative;
    top: 70px;
  }

  .iletisim-mobile {
    max-width: 450px;
  }

  .video-link-list-content {
    margin-top: 15px;
    height: auto !important;
    overflow: hidden;
  }

  .tamamlanan-egitim-mobile {
    margin-top: 40px;
  }

  .tamamlanan-bread {
    margin-bottom: 20px;
  }

  .tamamlanan-bread li {
    font-size: 12px;
  }

  #loginModal .info p,
  #signUpModal .info p {
    line-height: inherit;
    text-align: center;
  }

  .exam-inner {
    display: block;
  }

  .exam-inner .exam-item {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
  }

  .exam-inner .exam-item:last-child {
    border-bottom: none;
  }

}

@media only screen and (max-width: 768px) {
  .verification-numbers input {
    width: 32px;
    height: 32px;
  }

  .modal-body h4 {
    font-size: 25px;
  }

  .modal-header {
    padding: 25px;
  }

  .form-label {
    font-size: 14px;
  }

  .modal-header .btn-close {
    width: 40px;
    height: 40px;
  }

  button[type=submit] {
    height: 45px;
    font-size: 16px;
  }

  #loginModal .btn-sign-up {
    height: 45px;
  }

  .modal-body>p {
    font-size: 16px;
    line-height: 20px;
  }

  .form-control {
    height: 45px;
  }

  .form-control.medium {
    height: 45px;
  }

  .modal-body .form-inner {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .modal-header .btn-close i {
    font-size: 23px;
  }

  .lity-container {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .live-index-item {
    padding: 0 5rem;
  }

  .index-media-slider-type-section, .index-media-slider {
    padding-bottom: 110px;
  }

  .media-slider .swiper-pagination {
    display: block;
    bottom: auto;
  }

  .collaborations-section {
    padding-bottom: 55px;
  }

  .section-news-from-us-index {
    padding: 50px 0 55px 0;
  }

  .section-news-from-us-index .nav-tabs {
    margin: 23px 0;
    flex-direction: column;
  }

  .section-news-from-us-index .nav-tabs .nav-item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .section-news-from-us-index .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
  }

  .section-news-from-us-index .nav-tabs .nav-link {
    width: 100%;
  }

  .subpage-border .breadcrumb {
    padding: 20px 0;
  }

  .no-mobile {
    display: none !important;
  }

  .sub-padding {
    padding: 25px 0 0 0;
  }

  .content-part {
    padding-top: 0;
  }

  .content-box {
    padding: 30px 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .collaborations-item {
    min-height: initial;
  }

  .collaborations-item__logo {
    height: auto;
    border-radius: 10px;
    padding: 20px;
    justify-content: flex-start;
  }

  .collaborations-item__description {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding-top: 20px;
  }

  .live-index-item {
    padding: 0;
  }

  .video-play-content {
    height: 175px;
  }

  .mobile-self-text-1 {
    position: relative;
    top: 990px;
    left: 30px;
    margin-bottom: 950px;
  }

  .video-card__articles p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
    min-height: initial;
  }
}

@media only screen and (max-width: 575.98px) {
  .modal-body {
    padding: 0 40px 40px 40px;
  }

  .grid-3 {
    width: 100%;
    margin-left: 0;
  }

  .grid-3>div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 399.98px) {

  .mobile-self-text-1 {
    position: relative;
    top: 500px;
    left: 30px;
    margin-bottom: 1150px;
  }

  .bize-yazin-mobile-title {
    font-size: 25px;
  }

  .bize-yazin-mobile-text {
    font-size: 13px;
  }

  .bize-yazin-footer-mobile {
    margin-top: 80px;
  }

  .cesaret-yonetimi-mobile {
    display: none;
  }

  .box-mobile-cesaret {
    max-width: 350px;
    margin-bottom: 30px;
  }

  .cou-title-mobile {
    margin-left: 30px;
  }

  .box-mobile-margin {
    margin-top: 40px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {

  #mainSlider {
    padding-bottom: 76px !important;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  #mainSlider {
    padding-bottom: 76px !important;
  }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #mainSlider {
    padding-bottom: 76px !important;
  }
}
