html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
    font-family: 'Mulish', sans-serif !important;
  background: #f8fafc;
  overflow-x: hidden;
}

.body-overflow {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:focus::placeholder {
  color: transparent !important;
}

* {
    font-family: 'Mulish', sans-serif !important;
}
p a{
    display: contents;
}

.container {
  padding: 0 1.6rem;
  max-width: 126.4rem;
  margin: 0 auto;
}

.container-second {
  padding: 0 1.6rem;
  max-width: 130.8rem;
  margin: 0 auto;
}
.miniContainer {
  padding: 0 1.6rem;
  max-width: 103.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.9px) {
  html {
    font-size: 9px;
  }
}

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

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

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0 1.4rem;
}

/*@media only screen and (min-width: 1900.9px) {*/
/*    html{*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 2400.9px) {*/
/*    html{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 3500.9px) {*/
/*    html{*/
/*        font-size: 30px;*/
/*    }*/
/*}*/
@media only screen and (min-width: 1199.9px) {
  .xl-1 {
    grid-column: span 1;
  }

  .xl-2 {
    grid-column: span 2;
  }

  .xl-3 {
    grid-column: span 3;
  }

  .xl-4 {
    grid-column: span 4;
  }

  .xl-5 {
    grid-column: span 5;
  }

  .xl-6 {
    grid-column: span 6;
  }

  .xl-7 {
    grid-column: span 7;
  }

  .xl-8 {
    grid-column: span 8;
  }

  .xl-9 {
    grid-column: span 9;
  }

  .xl-10 {
    grid-column: span 10;
  }

  .xl-11 {
    grid-column: span 11;
  }

  .xl-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 1199.9px) and (min-width: 991.9px) {
  .lg-0 {
    display: none;
  }

  .lg-1 {
    grid-column: span 1;
  }

  .lg-2 {
    grid-column: span 2;
  }

  .lg-3 {
    grid-column: span 3;
  }

  .lg-4 {
    grid-column: span 4;
  }

  .lg-5 {
    grid-column: span 5;
  }

  .lg-6 {
    grid-column: span 6;
  }

  .lg-7 {
    grid-column: span 7;
  }

  .lg-8 {
    grid-column: span 8;
  }

  .lg-9 {
    grid-column: span 9;
  }

  .lg-10 {
    grid-column: span 10;
  }

  .lg-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 991.9px) and (min-width: 767.9px) {
  .md-0 {
    display: none;
  }

  .md-1 {
    grid-column: span 1;
  }

  .md-2 {
    grid-column: span 2;
  }

  .md-3 {
    grid-column: span 3;
  }

  .md-4 {
    grid-column: span 4;
  }

  .md-5 {
    grid-column: span 5;
  }

  .md-6 {
    grid-column: span 6;
  }

  .md-7 {
    grid-column: span 7;
  }

  .md-8 {
    grid-column: span 8;
  }

  .md-9 {
    grid-column: span 9;
  }

  .md-10 {
    grid-column: span 10;
  }

  .md-12 {
    grid-column: span 12;
  }
}

@media only screen and (max-width: 767.9px) {
  .sm-0 {
    display: none;
  }

  .sm-6 {
    grid-column: span 6;
  }

  .sm-4 {
    grid-column: span 4;
  }

  .sm-8 {
    grid-column: span 8;
  }
  .sm-12 {
    grid-column: span 12;
  }

  html {
    font-size: 10px;
  }

  .container,
  .container-second,
  .miniContainer {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .breadcrumb a {
    display: none !important;
  }
  .breadcrumb {
    padding: 0 !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* input::placeholder,
    textarea::placeholder,
    select::placeholder {
      color: #121212;
    } */

input,
textarea,
select {
  color: #444;
  background-color: transparent;
}

ul {
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
}
p {
  margin: 0;
}

a {
  text-decoration: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
    font-family: 'Mulish', sans-serif !important;
}

button,
input,
textarea {
  outline: 0;
  cursor: pointer;
}
.headerTopInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerTopLeft {
  display: flex;
  align-items: center;
}
.headerTopLeftInner {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: -0.01em;
  color: #000000;
  display: flex;
  align-items: center;
  border-left: 0.1rem solid #d8dae3;
  padding-left: 2.4rem;
  margin-left: 2.4rem;
}

.headerTopLeftInner svg {
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.6rem;
}
.headerTopLeftInner span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.5;
}
.headerTop {
  border-bottom: 0.1rem solid #e6e8ed;
  padding: 1.2rem 0;
}
.headerTopLeftInner:first-child {
  margin-left: 0;
  border-left: none;
  margin: 0;
  padding: 0;
}
.headerTopLeftInner:first-child img{
    height: 3rem;
    object-fit: contain;
    margin-right:5px;
}
.headerTopRightSocial {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.6rem;
  border-right: 0.1rem solid #e6e8ed;
  padding-right: 2.4rem;
}
.lang a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #4d4d6c;
  opacity: 0.5;
  text-transform: uppercase;
  transition: .3s;
}
.lang a {
  position: relative;
}
.lang a:hover{
    opacity: 1;
}
.lang a:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
}
.lang a:first-child:after {
  content: "";
  position: absolute;
  left: 80%;
  height: 100%;
  height: 0.1rem;
  background-color: #bcb8b8;
  width: 0.8rem;
  top: 1rem;
}
.headerTopRightSocial a {
  border: 0.1rem solid #d0d2db;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
       transition: .3s;
       opacity: 1;
}
.headerTopRightSocial a svg {
  width: 1.8rem;
  height: 1.8rem;
  transition: .3s;
}
.headerTopRightSocial a svg g{
    transition: .3s;
    opacity: 1;
}
.headerTopRightSocial a:hover {
    opacity:.5 !important;
}
.headerTopRight {
  display: flex;
  align-items: center;
}
.headerMiddle {
  padding: 1.2rem 0;
}
.logo img {
  height: 10rem;
}
.headerMiddleInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerMiddleInner ul {
  display: flex;
  align-items: center;
}

.headerMiddleInner ul li {
  margin-right: 1rem;
}
.headerMiddleInner ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.0108em;
  color: #1b4161;
  display: flex;
  align-items: center;
  transition: .3s;
}
.headerMiddleInner ul li a:hover{
    color: #000;
}
.headerMiddleInner ul li a svg,.headerMiddleInner ul li a img  {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.3rem;
}
.headerMiddleRight {
  display: flex;
  align-items: center;
}
.callNumber {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: -0.02em;
  color: #3077b2;
  display: flex;
  align-items: center;
}

.callNumber span {
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: -0.02em;
  color: #3077b2;
  display: block;
  margin-right: 0.3rem;
}
.headerMiddleRight .callNumber {
  padding-right: 1.6rem;
  border-right: 0.07rem solid #e6e8ed;
}

.headerMiddleRightButtons {
  display: flex;
  align-items: center;
}
.headerMiddleRightButtons a {
  margin: 0 1rem;
}
.headerMiddleRightButtons a svg {
  width: 2.4rem;
  height: 2.4rem;
  transition: .3s all ease;
}
.headerMiddleRightButtons a:hover svg {
 opacity: .5;
}

.headerMiddleRightButtons button {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #e6e7ed;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallpSectionInner a{
    margin-bottom: 2.4rem;
}
.wallpSection .swiper .wallpSectionCard {
    height: 60rem;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: center;
}
.wallpSectionCard .row{
    width: 100%;
}
.wallpSectionCard {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* border-top-left-radius: 5rem;
  border-top-right-radius: 5rem; */
  /*background: linear-gradient(89.49deg, #255b88 38.81%, #3076b2 99.88%);*/
}

/*.wallpSectionCard::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -10rem;*/
/*  top: 2rem;*/
/*  width: 62.8rem;*/
/*  height: 62.8rem;*/
/*  background: #3075af;*/
/*  mix-blend-mode: normal;*/
/*  border-radius: 50%;*/
/*}*/
/*.wallpSectionCard::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 9.6rem;*/
/*  top: 2rem;*/
/*  width: 62.8rem;*/
/*  height: 62.8rem;*/
/*  background: #265c89;*/
/*  mix-blend-mode: normal;*/
/*  border-radius: 50%;*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n + 1) .wallpSectionCard{*/
/*    background: linear-gradient(89.49deg, #255b88 38.81%, #3076b2 99.88%);*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+1) .wallpSectionCard::before{*/
/*     background: #3075af;*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+1) .wallpSectionCard::after{*/
/*    background: #265c89;*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n + 2) .wallpSectionCard{*/
/*    background: linear-gradient(86.92deg, #1A78C7 10.76%, #7CBCF4 99.33%);*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+2) .wallpSectionCard::before{*/
/*    background: #2982CD;*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+2) .wallpSectionCard::after{*/
/*    background: #4A9BDE;*/
/*}*/

/*.wallpSection .swiper-slide:nth-child(4n + 3) .wallpSectionCard{*/
/*    background: linear-gradient(89.49deg, #6FA8D8 38.81%, #DCEEFE 99.88%);*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+3) .wallpSectionCard::before{*/
/*    background: #4F93CB;*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+3) .wallpSectionCard::after{*/
/*    background: #92BFE4;*/
/*}*/

/*.wallpSection .swiper-slide:nth-child(4n + 4) .wallpSectionCard{*/
/*    background: linear-gradient(89.49deg, #208CE7 38.81%, #0169C3 99.88%);*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+4) .wallpSectionCard::before{*/
/*    background: #0E7BD7;*/
/*}*/
/*.wallpSection .swiper-slide:nth-child(4n+4) .wallpSectionCard::after{*/
/*    background: #0B76D0;    */
/*}*/

.wallpSection .swiper-pagination-bullet {
  height: 0.8rem;
  width: 2.4rem;
  border-radius: 1rem;
  background-color: #fff;
  opacity: 1;
}

.wallpSection .swiper-pagination-bullet-active {
  width: 7.4rem;
}

.wallpSection .swiper-pagination {
  bottom: 3.6rem !important;
}
.wallpSectionCard .container {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  z-index: 2;
}
.wallpSectionCard .container .row {
  width: 100%;
  height: 100%;
}
.img {
  width: 60%;
  /* height: 100%; */
  position: absolute;
  bottom: -1rem;
  right: 0%;
}

.img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.logoWallp {
  height: 4.6rem;
  position: absolute;
  right: 0;
  top: 7.2rem;
}
.logoWallp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.wallpSectionCardRight {
  position: relative;
  height: 100%;
}

.wallpSectionInner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
      padding-left: 12rem;

}
.wallpSectionInner p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 102%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
.wallpSectionInner h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 114%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 3.4rem;
}
.whiteButton {
  font-style: normal;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0b4690;
  background: #ffffff;
  border: 0.1rem solid #a36c00;
  border-radius: 3rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  padding: 0 3.6rem;
  justify-content: center;
  transition: .3s all ease;
}
.whiteButton:hover{
    border: 0.1rem solid #0b4690;
    background: #0b4690;
    color: #fff;
}
.contactBranches{
    margin-top: 6.4rem;
}
.homePageAbout {
  padding: 9rem 0 4.4rem;
}
.homePageAboutInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:  100%;
  overflow: hidden;
}

.homePageAboutInner h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.4rem;
}
.structureDesk{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.structureResp{
    display: none;
}
.homePageAboutInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 150.5% !important;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 1.6rem;
  width: 85%;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 15;*/
  /*-webkit-box-orient: vertical;*/
}
/*.homePageAboutInner p:nth-child(2),*/
/*.homePageAboutInner p:nth-child(4),.homePageAboutInner p:nth-child(5){*/
/*    display: none;*/
/*}*/
.moreButton {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.1rem;
  text-align: left;
  letter-spacing: -0.02em;
  color: #151515;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
    transition: .3s;
}
.moreButton.inactive {
    display: none !important;
}
.moreButton img {
  transform: rotate(-90deg);
  margin-left: 1.6rem;
  width: 2rem;
  height: 2rem;
}
.moreButton:hover{
    color: #3077B2;
}
.homePageAboutImg {
  height: 54rem;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}
.homePageAboutImg a{
    width: 100%;
    height: 100%;
}
.homePageAboutImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.playButton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  width: 9.6rem;
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.playButton img {
  width: 5.4rem;
  height: 5.4rem;
}
.homePagePrograms {
  padding: 4.4rem 0 8.4rem;
}
.homePageProgramsHeader h3,
.homePageProgramsHeader h3 a,
.homePageProgramsHeader h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  transition: .3s;
}
.homePageProgramsHeader h3 a:hover{
    color:#3077b2;
}
.homePageProgramsHeader h3{
    width: 70%;
}
.homePageProgramsHeader p {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #5e5e5e;
  opacity: 0.6;
}
.homePageProgramsHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.programsCard {
  height: 30rem;
  border-radius: 1.5rem;
  margin-bottom: 1.6rem;
}
.xl-6:nth-child(1) .programsCard,
.xl-4:nth-child(1) .programsCard {
  background: #4a48e4;
}
.xl-6:nth-child(2) .programsCard,
.xl-4:nth-child(2) .programsCard {
  background: #fe6c1a;
}
.xl-6:nth-child(3) .programsCard,
.xl-4:nth-child(3) .programsCard {
  background: #eb9b00;
}
.xl-6:nth-child(4) .programsCard,
.xl-4:nth-child(4) .programsCard {
  background: #333333;
}
.programsCardLarge {
  background: #09aeaa;
  border: 0.4rem solid #0abab5;
  border-radius: 1.5rem;
  height: 97%;
}
.programsCardInner {
  padding: 4.2rem 3.2rem 3.2rem;
}
.programsCardInner img {
  width: 12.4rem;
  height: 12.4rem;
  margin-bottom: 4.4rem;
}
.programsCard .moreButton {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.programsCard .moreButton {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.programsCard h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.programsCard .moreButton img {
  transform: rotate(0deg);
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  margin-bottom: 0;
}
.programsCardLargeInner {
  padding: 2.6rem 4.2rem 0;
}
.programsCardLargeInner h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 137%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 2.6rem;
}
.programsCardLargeInner h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 137%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.programsCardLargeInner p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 137%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 3.2rem;
}
.programsCardLargeContent p {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  border-bottom: 0.1rem solid #09a9a5;
  padding-bottom: 1.2rem;
  margin-bottom: 2.6rem;
}
.programsCardLargeContent p:last-child {
  border-bottom: none;
}
.homePagePrograms .swiper {
  height: 100%;
  padding-bottom: 1.6rem;
}
.programsSwiper .swiper-pagination .swiper-pagination-bullet,
.honorsGrid .swiper-pagination .swiper-pagination-bullet {
  height: 0.4rem;
  width: 2.4rem;
  background-color: #e8e4da;
  border-radius: 0.3rem;
  opacity: 1;
}
.programsSwiper .swiper-pagination .swiper-pagination-bullet-active,
.honorsGrid .swiper-pagination .swiper-pagination-bullet-active {
  width: 6.8rem;
  background-color: #3734e3;
}
.homePageOurCourses {
  padding: 10rem 0;
  background: linear-gradient(
    180deg,
    rgba(46, 130, 186, 0.07) 0%,
    rgba(102, 45, 145, 0.07) 100%
  );
}
.ourCoursesCard {
  border-radius: 1.2rem;
  position: relative;
  height: 41.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-right: 0.6rem;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 0.2rem solid #cbd4dc;
}
.ourCoursesCard h5 {
  position: absolute;
  left: 4.2rem;
  top: 5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  color: #161616;
  transition: .3s;
  width: 85%;
}
.ourCoursesCard:hover h5{
    color: #3077b2;
}
.ourCoursesCard .imgContainer {
  width: 31.1rem;
  height: 31.1rem;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
}
.ourCoursesCard .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: -0.5rem;
}
.pageSection .ourCoursesCard .imgContainer img{
    height: 80%;
}
.homePageStatistics {
  padding: 4.2rem 0 6.4rem;
  background-color: #fefbf5;
}
.homePageStatistics .Img img {
  width: 100%;
  height: 45.2rem;
  object-fit: contain;
}
.statisticsCard {
  margin-bottom: 6.4rem;
}
.statisticsCard h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 95%;
  letter-spacing: -0.04em;
  color: #080707;
  margin-bottom: 0.4rem;
}
.statisticsCardParent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.statisticsCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 113%;
  letter-spacing: -0.01em;
  color: #080707;
  opacity: 0.8;
  width: 70%;
}
.statisticsCardParent {
  position: relative;
  height: 100%;
}
.statisticsCardParent::after,
.statisticsCardParent::before {
  position: absolute;
  content: "";
  top: -50%;
  bottom: 0;
  left: 0;
  right: 15%;
  margin: auto;
  height: 8.8rem;
  background-color: #dbd6d6;
  width: 0.1rem;
}
.statisticsCardParent::before {
  bottom: -30%;
  top: 0;
}
.honorsGrid.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}
.statisticsCardParent .xl-6:nth-child(3) .statisticsCard,
.statisticsCardParent .xl-6:nth-child(4) .statisticsCard {
  margin-bottom: 0;
}

.honorsGrid .swiper-slide {
  text-align: center;
  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;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}
.honorsGrid .swiper-wrapper {
  flex-direction: row !important;
}
.honorCard {
  border: 0.1rem solid #dbd5c8;
  border-radius: 1.5rem;
  width: 100%;
  height: 12.2rem;
}
.honorCardInner img {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 0.6rem;
}
.honorCardInner {
  padding: 1.8rem 4.8rem 2.2rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honorCardInnerTitle h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #1d1c1c;
  margin-bottom: 0.2rem;
  text-align: left;
}
.honorCardInnerTitle p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #949494;
  text-align: left;
}
.honorCardInnerleft {
  display: flex;
  align-items: center;
}
.honorCardInnerTitle {
  padding-left: 1.6rem;
}
.honorCardInnerRight {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 0.1rem solid #dbd5c8;
  margin-left: 4rem;
  padding-left: 3.6rem;
}
.honorCardInnerRight h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 100%;
  letter-spacing: -0.065em;
  color: #126534;
  display: flex;
  align-items: center;
}

.honorCardInnerRight span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #8a8a8a;
  display: block;
  margin-left: 1rem;
}
.honorCardInnerRight p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 135.53%;
  letter-spacing: -0.03em;
  color: #605959;
}
.homePageOurBranches {
  padding: 8rem 0;
  background: #eff2f6;
}
.branchesLeft {
  padding-left: 5.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branchesLeft a {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #393429;
  margin-bottom: 2.8rem;
  border-bottom: 0.01rem solid rgba(124, 124, 124, 0.558);
  position: relative;
  width: fit-content;
}

.branchesLeft a::before {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, #2e82ba 0%, #662d91 100%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.homePageOurBranches iframe {
  height: 48rem;
  width: 100%;
}
.page2 iframe {
  width: 80%;
}
.page2 .xl-8 {
  display: flex;
  justify-content: flex-end;
}
.page2 .homePageProgramsHeader {
  margin-left: -2.4rem;
}
.bodyCard {
  border-radius: 1.5rem;
  overflow: hidden;
}
.blogCardBody {
  border: 0.15rem solid #dee2e7;
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;

  padding: 2.4rem 2.8rem 2.8rem 2rem;
}
.blogCardBody .date {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #978f8f;
  margin-bottom: 1.6rem;
}

.blogCard img {
  height: 25.6rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
}
.blogCardBody p {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #080707;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 10rem;
  transition: .3s;
}
.blogCard:hover .blogCardBody p {
    color: #3077B2;
}
.homePageOurHonors {
  background-color: #fef9ef;
  padding: 9rem 0 0;
}
.homePageBlog {
  padding-bottom: 9.8rem;
  padding-top: 8rem;
}
footer {
background: #0E2E49;
    
}
.footerTop {
  padding: 5.6rem 0 6rem;
}
.footerContact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerContact a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 145%;
  text-align: center;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  margin-right: 5rem;
}

.footerContact a svg {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 0.6rem;
}
.pageContent.homePageOurCourses {
  background: transparent !important;
  padding: 0;
}
.breadCrumb {
  display: flex;
  align-items: center;
  padding: 2.4rem 0;
}

.breadCrumb a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  position: relative;
  padding-right: 3.6rem;
}
.breadCrumb a::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  background-color: #000000;
  width: 1.2rem;
  height: 0.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadCrumb a:last-child {
  color: #c9c9c9;
  pointer-events: none;
}
.breadCrumb a:last-child::after {
  display: none;
}

.pageContent .homePageProgramsHeader {
  padding: 5.2rem 0 0 !important;
}
.pageContent {
  padding-bottom: 9.6rem !important;
}
.pageContent .homePageProgramsHeader h3,
.pageContent .homePageProgramsHeader h1 {
  font-size: 5.4rem;
}
.homePageProgramsHeader h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.4rem;
}
.pageContent .blogCard {
  margin-bottom: 4rem;
}
.moreButtonParent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutSection {
  padding: 5.6rem 0 8rem;
}
.aboutSection h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.4;
  margin-bottom: 1rem;
}

.aboutSection h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  width: 90%;
  margin-bottom: 2.4rem;
}
.aboutSection p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  width: 95%;
  margin-bottom: 1.6rem;
}

.imgAbout {
  height: 46.5rem;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  position: sticky;
  top: 3.2rem;
}
.imgAbout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageContent .homePageStatistics {
  padding: 7.2rem 0 9.2rem;
}
.videoAbout {
  height: 67.6rem;
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
}
.videoAbout a {
  height: 100%;
  width: 100%;
}
.videoAbout img,.videoAbout iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.miniContainer h3,.miniContainer h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2rem;
}
.miniContainer h3{
    margin-top: 4rem;
}
.miniContainer iframe{
    width: 100%;
    height: 50rem;
}
.miniContainer h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 122%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin: 2rem 0 3.2rem;
}
.miniContainer p,
.miniContainer a span,
.miniContainer a{
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 156.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 2.4rem;
}
.miniContainer p a{
    display: inline;
    color: #3077b2;
    border-bottom: 0.1rem solid #3077b2;
    padding-bottom: 0.3rem;
    transition: .4s;
}
.miniContainer p a:hover{
    color: #0E2E49;
    border-bottom: 0.1rem solid #0E2E49;
}
.miniContainer a {
    display: inline;
}
.miniContainer p img{
    width: 40%;
    height: 100%;
    max-height: 50rem;
    text-align: center;
    display: flex;
    margin: 1rem  auto;
    object-fit: contain;
}
.aboutContentCard {
  margin-bottom: 5rem;
}
.aboutBottomContent {
  padding: 7.2rem 0 8.2rem;
  background: #EBF0F7;
  margin-bottom: -10rem;
  
}
.aboutContent{
    padding-bottom: 4.2rem;
}
.aboutBottomInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.aboutBottomInner svg{
    position: absolute;
    left: -3rem;
    top: -3rem;
    width: 5rem;
    height: 5rem;
    opacity: .8;
}
.aboutBottomInner h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  width: 90%;
  margin-bottom: 2.4rem;
}
.aboutBottomInner p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  width: 95%;
  margin-bottom: 1.6rem;
}
.signature {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
  border-top: 0.4rem solid #000000;
  padding-top: 0.8rem;
  width: fit-content;
}
.signature span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.6;
  margin-right: 2.8rem;
}

.signature p {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 0;
}
.aboutBottomContent .imgAbout {
  height: 61.2rem;
}
.structureCard {
  margin-bottom: 7.2rem;
}
.structureCard img {
  height: 42.8rem;
  width: 100%;
  margin-bottom: 1.2rem;
  object-fit: cover;
}
.structureCard h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 0.4rem;
}
.structureCard p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  opacity: 0.4;
}
.detailTop {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.detailTop .date {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #636363;
  margin-top: 2.4rem;
}
.detailTop .date strong {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: -0.01em;
  color: #636363;

  margin-right: 1.2rem;
}
.detailImg {
  margin: 4.6rem 0 2.4rem;
  height: auto;
  width:auto;
  display: flex;
  justify-content: center;
}
.detailImg img {
  width: 100%;
  max-height: 48rem;
  height: 100%;
  object-fit: contain;
}
.miniContainer ul,.miniContainer ol {
  padding: 0 0 1.6rem 2.6rem;
}
.miniContainer ul li ul,.miniContainer ol li ol {
  padding: 1rem 0 0;
}
.miniContainer ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 174%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin-bottom: 1.6rem;
  list-style: disc;
}

.miniContainer ol li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 174%;
  letter-spacing: -0.02em;
  color: #0e192d;
  margin-bottom: 1.6rem;
}
.miniContainer ul li:last-child,.miniContainer ol li:last-child{
    margin-bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
  top: auto !important;
  bottom: 2.4rem;
  background: #ffffff;
  box-shadow: 5px 7px 19px rgba(189, 181, 181, 0.21);
  border-radius: 3rem;
  width: 8rem !important;
  height: 8rem !important;
  outline: none;
}
.swiper-button-prev {
  right: 9.6rem !important;
  left: 0 !important;
  margin: auto;
}
.swiper-button-next {
  right: 0 !important;
  left: 9.6rem !important;
  margin: auto;
}
.swiper-button-prev:after {
  content: url(../img/arrowL.svg) !important;
}
.swiper-button-next:after {
  content: url(../img/arrowR.svg) !important;
}
.detailImg .detailSwiper {
  padding-bottom: 6rem !important;
}
.detailSwiperParent {
  margin-bottom: 12rem;
}

.tabs-container {
  display: none;
}
.tabs-container:first-child {
  display: block;
}

#tabs li a {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 135.53%;
  letter-spacing: -0.02em;
  color: #3077b2;
  position: relative;
  padding-left: 2.4rem;
}
#tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #3077b2;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

#tabs li {
  width: 80%;
  padding: 1.2rem 0 1.6rem;
  border-bottom: 0.1rem solid #e9e3d8; 
}

#tabs li a.inactive {
  color: #393429 !important;
  padding-left: 0;
  transition: .3s;
}
#tabs li:hover a.inactive{
    color:#3077b2 !important;
}
#tabs li a.inactive::before {
  display: none;
}
.branchesInner h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 3rem;
}

.branchesInner iframe {
  height: 44.2rem;
  width: 100%;
  margin-bottom: 4.8rem;
}
.contactSocials {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 20rem;
  padding: 0 4rem;
}

.contactSocials a,
.contactSocials p{
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #474748;
  margin-bottom: 1.2rem;
  transition: .3s;
}
.contactSocials a:hover{
    color: #3077b2;
}
.contactSocials a svg,
.contactSocials p svg{
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}
.photoCard:nth-child(6n + 1) {
  grid-column: span 5;
}
.photoCard:nth-child(6n + 2) {
  grid-column: span 3;
}

.photoCard:nth-child(6n + 3) {
  grid-column: span 4;
}
.photoCard:nth-child(6n + 4) {
  grid-column: span 4;
}
.photoCard:nth-child(6n + 5) {
  grid-column: span 5;
}

.photoCard:nth-child(6n + 6) {
  grid-column: span 3;
}
.photoCard {
  height: 28rem;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.photoCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
.photoCard:hover img {
    transform: scale(1.2);
}
.videoCard {
  margin-bottom: 6.4rem;
}
 .videoCard .videoCardInner {
  height:100% !important;
  position: relative;
}
/*.videoCard .videoCardInner,*/
.videoCard img,.videoCard iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoCard .playButton img {
  width: 3rem;
  height: 3rem;
}

.videoCard .playButton {
  background: rgba(255, 255, 255, 0.5);
  height: 5.4rem;
  width: 5.4rem;
}
.videoCard h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #080707;
    opacity: 0.9;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 6rem;
    margin-top: 1rem;
}
.carrers h6 {
  font-family: 'Mulish', sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #3077b2;
  position: relative;
  padding-left: 2.4rem;
}

.carrers h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin: auto;
  background: #3077b2;
}
.carrersCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.15rem solid rgba(227, 229, 232, 0.7);
}

.carrersCard h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 1.2rem;
  transition: .3s;
}
.carrersCard:hover h5{
    color:#3077B2;
}
.carrersCardLeftBottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.carrersCardLeftBottom span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #858585;
  opacity: 0.9;
  display: block;
  margin-right: 1.2rem;
}

.carrersCardLeftBottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 101.8%;
  letter-spacing: -0.02em;
  color: #858585;
  opacity: 0.6;
}

.carrersCard img {
  height: 3rem;
  width: 4.2rem;
}
.carrers h1 {
  font-size: 3.6rem !important;
  line-height: 5.4rem;
}

.carrers .detailTop .date {
  margin-top: 1rem;
}
.carrers .homePageProgramsHeader {
  border-bottom: 0.1rem solid rgba(227, 229, 232, 0.7);
  padding-bottom: 2.4rem !important;
}
.carrerDetailContent {
  /* background: #f6f1e6; */
  /* border-radius: 3rem; */
  padding: 10.6rem 10rem 7.6rem;
  margin-bottom: 11rem;
}
.carrerDetailLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.carrerDetailLeft span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 0.8rem;
  width: 90%;
}
.carrerDetailLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  margin-bottom: 5.6rem;
  width: 90%;
}

.carrerDetailLeft h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.8rem;
  width: 90%;
}
.inputChild {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
.inputChild label {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.48;
  margin-bottom: 0.4rem;
  padding-left: 0.9rem;
  display: block;
}

.inputChild input,
.inputChild textarea {
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
  height: 5.6rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.95);
  padding: 0 2.4rem;
}
.inputChild input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.selectBox {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
}

.selectBox input {
  border: 0;
}

.selectBox select {
  border: none;
  border-right: 0.1rem solid #c5c5c5;
  font-style: normal;
  font-weight: 600;
  font-size: 1.85rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #000000;
  padding:1.5rem 4rem 1.5rem 2.4rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  text-align: center;
}

.selectBox {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0.1rem solid #c5c5c5;
  border-radius: 0.8rem;
  position: relative;
}

.selectBox span{
    position: absolute;
    left: 7.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 2rem;
    background-repeat: no-repeat;
}
.selectBox span img{
    width: 2rem;
    height: 2rem;
}


.inputChild textarea {
  padding-top: 1.6rem;
  resize: none;
  height: 12rem;
}
.inputButtons {
  display: flex;
  align-items: center;
  position: relative;
}
.blueButton {
  background: #3077b2;
  border-radius: 0.8rem;
  height: 4rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 3.4rem;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  text-align: center !important;
  letter-spacing: -0.01em;
  color: #ffffff !important;
  border: none;
  outline: none;
  transition: .3s;
}
.blueButton:hover{
    background: #0d2030 !important;
}

#imageName {
  color: #3077b2;
  font-size: 1.2rem;
}
.inputButtons label {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  color: #35434f;
  border-bottom: 0.2rem solid #3077b2;
  margin-left: 3rem;
  transition: 0.3s;
  position: relative;
}
.inputButtons input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.inputTagSpan span {
  font-weight: 400 !important;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: -0.01em;
  color: #35434f;
  display: block;
  margin-left: 1rem;
}
.classCard {
  background: #4a48e4;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
  height: 70rem;
  max-height: 70rem;
}
.classCardOrange {
  background: #db6e31;
}
.classCardBlack {
  background: #333333;
}
.classCardBlack {
  height: 42.8rem;
}
.classCardBlack .classCardBOttom {
  height: 30rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.classCardBlack .classCardBOttom a {
  width: 35%;
}
.classCardInner {
  padding: 2.4rem 3.2rem;
}
.classCardTop {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid #c6c6c6;
}
.classCardTop p {
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 113.5%;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 60%;
}
.classCardTop span {
  font-style: normal;
  font-weight: 700;
  font-size: 11.3rem;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-right: 1.2rem;
}
.classCardBOttom {
  padding: 3.2rem 0;
}
.classCardBOttom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.classCardBOttom a svg {
  width: 2.4rem;
  height: 2.4rem;
}
.searchButton svg {
  width: 2rem;
  height: 2rem;
}

.searchButton svg path {
  fill: #3077b2;
  transition: .3s;
}
.searchButton:hover svg path{
    opacity: .5;
}
.searchButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchButton div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  height: 2.4rem;
}
.searchMenu {
  border-top: 0.1rem solid #e5e3dd;
  background: #f8fafc;
  position: absolute;
  top: 17.1rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.searchMenu.active {
  display: block;
}
.searchMenuInner {
  padding: 2.4rem 0;
}
.searchMenuInner h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  margin-bottom: 1.8rem;
  padding-left: 3.2rem;
}
.searchMenuInner .inputChild {
  position: relative;
}
.searchMenuInner .inputChild button {
  position: absolute;
  right: 1.6rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
  width: 4.2rem;
  background-color: transparent;
}
.searchList {
  padding: 0 3.2rem 3.2rem;
  height: 40vh;
  max-height: 40vh;
  overflow: auto;
}
.searchList a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.searchList a span {
  display: block;
  width: 70%;
}
.searchList a img {
  width: 1.8rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
  transform: rotate(-90deg);
}
.searchMenuInner .moreButton {
  padding-left: 3.2rem;
  margin-top: 3rem;
}
::-webkit-scrollbar {
  width: 1rem;
}
::-webkit-scrollbar-track {
  background: #4b48e454;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb {
  background: #1f1d97;
  border-radius: 0.5rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #4a48e4;
}
.searchButton .searchButtonSecond {
  display: none;
}
.searchButton .searchButtonFirst {
  display: flex;
  align-items: center;
}
.searchButtonFirst.active {
  display: none !important;
}
.searchButtonSecond.active {
  display: flex !important;
}

.headerMiddleInner ul li {
  position: relative;
}
.headerMiddleInner ul li ul {
  display: none;
}
.headerMiddleInner ul li:hover ul {
    display: block;
    position: absolute;
    top: 2.4rem;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0px 20px 21px rgb(87 91 100 / 16%);
    border-radius: 0.8rem;
    padding: 4rem 3.2rem;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}
.headerMiddleInner ul li img {
  transition: 0.4s;
}

.headerMiddleInner ul li:hover img {
  transform: rotate(-180deg);
}
footer a {
  transition: 0.3s;
}
footer a:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.headerMiddleInner ul li ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #2d2d2d;
  opacity: 0.85;
  white-space: nowrap;
  margin-bottom: 2rem;
}
.headerMiddleInner ul li ul li:last-child {
  margin-bottom: 0;
}
.footerMiddle {
  padding-bottom: 6.4rem;
}
.footerMiddle ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
}
.footerMiddle ul li:first-child a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  opacity: 1;
  text-transform: capitalize;
}
.footerMiddle ul li {
  margin-bottom: 1.2rem;
}
.footerMiddle ul li:first-child {
  margin-bottom: 2.4rem;
}
.footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.1rem solid #222222;
  border-left: none;
  border-right: none;
  padding: 2.5rem 0;
}

.footerBottom a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #ffffff;
  opacity: 0.7;
}
.footerBottomInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0 6.4rem;
}
.footerBottomInnerLeft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.footerBottomInnerLeft span {
  opacity: 0.45;
  display: block;
  margin-left: 0.6rem;
}
.footerBottomInnerRight {
  display: flex;
  align-items: center;
}
.footerBottomInnerRight span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  opacity: 0.46;
}
.footerBottomInnerRight a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.1rem;
  letter-spacing: 0.0099em;
  color: #ffffff;
  border-bottom: 0.06rem solid #ffffff;
  margin-left: 1.2rem;
}
.menuButton {
  display: none;
}
.menuPopup {
  display: none;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 77.9px -77.9px 77.9px hsl(0deg 0% 73% / 17%), inset -77.9px 77.9px 77.9px hsl(0deg 0% 100% / 17%);
}
.popupLayer{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
        background: rgba(00, 00, 00, 0.5);
    mix-blend-mode: multiply;
}
.popup.active{
    display:none;
}
.popupContainer{
    position: relative;
    border-radius: 3rem;
    background: #fff;
}
.popupContainerInner{
    width: 42rem;
    height: 47.4rem;
    background:#fff;
    border-radius: 3rem;
    z-index: 2;
    overflow: hidden;
    
}
.popupContainerInner h6{
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 122.5%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2B3030;
    width: 80%;
    margin: auto;
    margin-bottom: 1.2rem;
}
.popupContainerInner img{
    width: -webkit-fill-available;
    margin: 0 0 2.8rem;
    object-fit: cover;
    height: 24rem;
    border-radius: .3rem;
}
.popupContainerInner .blueButton{
    width: 30%;
    margin:1rem auto;
}
.popupContainerInner .whiteButton {
    border: 0.1rem solid #1E2420;
    border-radius: 1.5rem;
    width: 28rem;
    margin: auto;
    margin-bottom: 2.2rem;
}
.popupContainerInner p{
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 132%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2B3030;
    opacity: 0.8;
    text-align: center;
}
.closeButtonPopup{
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}
.closeButtonPopup svg{
    width: 2.4rem;
    height: 2.4rem;
}
.educationCard {
  border: 0.2rem solid #cbd4dc;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  height: 30.4rem;
  position: relative;
}

.eduCationCardContent {
  position: absolute;
  left: 4.2rem;
  display: flex;
  flex-direction: column;
  bottom: 3.8rem;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  transition: .3s;
  padding-right: 3rem;
}
.educationCard:hover .eduCationCardContent{
    color:#3077B2;
}
.eduCationCardContent span {
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 137%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-top: 0.4rem;
}

.eduCationCardContent img {
  width: 12.7rem;
  height: 12.7rem;
  margin-bottom: 3.6rem;
  transition: .5s all ease;
}
.educationCard:hover .eduCationCardContent img{
   transform: rotateY(360deg);
}
.registrationHeader h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2.8rem;
}
.registrationHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5.2rem 0;
}
.registerContainer {
  border-bottom: 0.2rem dashed #e6e5ea;
}
.step {
  font-style: normal;
  font-weight: 500;
  font-size: 7.2rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.step::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  background: linear-gradient(90deg, #7ca9ce 0%, #3077b2 44.65%, #0722af 100%);
}
.step span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-top: 0.4rem;
  width: 60%;
}
.registrationHeader p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  margin-bottom: 5rem;
}
.registrationBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registrationBottom a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #0f2638;
  border-bottom: 0.15rem solid #0f2638;
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  transition: .3s;
}
.registrationBottom a:hover{
    color: #3077b2;
    border-bottom: .15rem solid #3077b2;
}
.registrationBottom a svg {
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.registerImg {
  height: 29.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.registerImg img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.registerForm {
  padding: 10rem 0;
}
.registerForm .xl-9 {
  padding: 0 0 0 7.2rem;
}
.inputGroup {
  display: flex;
  align-items: center;
}
.inputGroup .inputChild {
  width: 100%;
}
.inputGroup .inputChild:first-child {
  margin-right: 1.6rem;
}
.inputGroup .inputChild:last-child {
  margin-right: 0;
}
.selectOption {
  position: relative;
}
.selectOption::after {
  position: absolute;
  content: url("../img/arrow.svg");
  right: 1.6rem;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.6rem;
}
.selectOption select {
  border: 0.1rem solid #d1d2d6;
  border-radius: 0.8rem;
  width: 100%;
  height: 5.6rem;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0 1.6rem;
  cursor: pointer;

  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.detailRow{
    margin: 4rem 0;
}
.registerForm .row {
  margin-bottom: 10rem;
}
.inputChild strong {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-bottom: 1.2rem;
}

/* radio */
.inputChild .radio-parent {
  display: flex !important;
  align-items: center;
  position: relative;
  padding-left: 3.8rem !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 1 !important;
  user-select: none;
  height: 2.4rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #2d2d2d;
  white-space: nowrap;
}

.radio-parent input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  border: 0.2rem solid #3076b1;
  border-radius: 3rem;
}

.radio-parent input:checked ~ .checkmark {
  background-color: #3076b1;
}
.radio-parent .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-parent input:checked ~ .checkmark:after {
  display: block;
}

.radio-parent .checkmark:after {
  left: 0;
  top: 0;
  bottom: 0.3rem;
  right: 0;
  margin: auto;
  width: 0.35rem;
  height: 0.8rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

.inputs {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.optionGroup .inputChild:first-child {
  border-right: 0.15rem solid #e6e5ea;
  padding-right: 3rem;
}
.optionGroup .inputChild .inputs .radio-parent {
  margin-right: 3rem;
  margin-bottom: 1.6rem;
}
.optionGroup .inputChild .inputs .radio-parent:last-child {
  margin-right: 0;
}
.optionGroup .inputChild:last-child {
  padding-left: 2.4rem;
}
.question img {
  width: 13.6rem;
  height: 13.6rem;
}
.question {
  display: flex;
  align-items: center;
}
.question span {
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 122%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  display: block;
  margin-left: 2.4rem;
}
.optionChild {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  height: 100%;
}
.registerButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4.2rem;
  border-top: 0.2rem dashed #e6e5ea;
}
.registerButton button {
  padding: 0 6.4rem;
}
.priceListHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.2rem 0;
}
.priceListLeft h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
}
.priceListLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  margin-top: 2rem;
}
.priceListRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60%;
}
.logoBox {
  background: #ffffff;
  border: 0.1rem solid #eff3f7;
  border-radius: 1.2rem;
  height: 12.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30rem;
  width: 100%;
  margin-left: 1.8rem;
}
.logoBox img{
    width:80%;
    height: 8rem;
    object-fit: contain;
    
}
.priceListTable {
  width: 100%;
  padding: 0 0 4.8rem;
}
.priceListTable table,.miniContainer table {
  background: #fbfcfd;
  border: 0.2rem solid #edf2f7;
  border-radius: 3rem;
  width: 100%;
  padding: 5.2rem;
  margin-bottom: 1.6rem;
}
.priceListTable span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #0c304e;
  opacity: 0.86;
  /*display: block;*/
  padding-left: 3.2rem;
}
.priceListTable tr th, .miniContainer tr th{
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: -0.03em;
  color: #040404;
  padding-bottom: 3rem;
  width: 23%;
  padding: 1rem 0 3rem 2rem;
}
.priceListTable tr th:first-child,.miniContainer tr th:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #1465a9;
  width: 30%;
}
.priceListTable tr td,.miniContainer tr td,.miniContainer tr td ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0e192d;
  text-align: left;
}

.priceListTable tr td:first-child,.miniContainer tr td:first-child {
  text-align: left !important;
}
.priceListTable table tr th,.miniContainer table tr th,
.priceListTable table tr td,.miniContainer table tr td {
  border-bottom: 0.2rem solid #e2e8ee;
  border-right: 0.2rem solid #e2e8ee;
}
.priceListTable table tr th:last-child,
.priceListTable table tr td:last-child,
.miniContainer table tr th:last-child,
.miniContainer table tr td:last-child{
  border-right: none;
}
.priceListTable table tr td,
.miniContainer table tr td{
  padding: 2.4rem 0;
  border-bottom: 0.18rem dashed #d8e3ee;
}
.miniContainer tr td{
      padding: 2.4rem 0 1.6rem 1.6rem !important;
}
.miniContainer tr td ul{
    margin-top: 1rem;
    padding-left: .6rem;
}

.priceListTable tr:last-child td,
.miniContainer tr:last-child td{
  border-bottom: none;
}
.priceblok{
    display:block;
    
    
}
.discountSection {
  padding: 9.2rem 0;
  background-color: #fff;
}
.discountLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.discountLeft h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 95%;
  letter-spacing: -0.03em;
  color: #080707;
  margin-bottom: 2rem;
}
.discountLeft p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  margin-bottom: 3.2rem;
}
.discountBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #e8ebf2;
  width: 22.5rem;
  height: 22.5rem;
  border-radius: 50%;
  position: relative;
}
.boxInner {
  position: absolute;
  top: -7%;
  left: -7%;
  background: #3077b2;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 152.5%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.discountBox span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 152.5%;
  letter-spacing: -0.01em;
  color: #1d1d1d;
  opacity: 0.86;
  display: block;
  margin-top: 1.4rem;
}
.discountBox svg,
.discountBox img {
  width: 5.8rem;
  height: 6.8rem;
}
.discountRightTop {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3.2rem;
  width: 90%;
}
.discountRight {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.discountRight p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 152.5%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #113655;
  opacity: 0.86;
}
.registerContent {
  padding: 8.4rem 0 0;
}
.registerContent h4 {
  font-size: 5.4rem;
  line-height: 116.5%;
  margin-bottom: 2.8rem;
  margin-top: 0;
}
.registerContentRight {
  width: 80%;
  padding-left: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.registerContentRight .blueButton {
  margin-top: 4rem;
  width: fit-content;
}

.contactLeft {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contactParent h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin: 3.2rem 0;
}
.contactParent {
  padding-top: 6.4rem;
}
.contactLeft span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
}
.contactLeft h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #161616;
  margin-bottom: 1.6rem;
}
.contactLeft p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 161%;
  letter-spacing: -0.02em;
  color: #161616;
  opacity: 0.6;
}
.contactDetail {
  margin-top: 5.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contactDetail h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #474748;
  margin-bottom: 1.8rem;
  width: 100%;
}

.contactDetail a,
.contactDetail p,
.contactSocial a {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: rgba(71, 71, 72, 0.8);
  margin: 0;
  margin-bottom: 1.6rem;
  width: 45%;
  opacity: 1;
}
.contactSocial a {
  width: fit-content;
  margin-bottom: 0;
}
.contactDetail a span,
.contactDetail p span,
.contactSocial a span {
  border: 0.1rem solid #474748;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  min-width: 3.2rem;
  border-radius: 50%;
  margin-right: 1.6rem;
  margin-bottom: 0 !important;
}
.contactDetail a svg,
.contactDetail p svg,
.contactSocial a svg {
  width: 1.6rem;
  height: 1.6rem;
}
.contactDetail a svg path, .contactDetail p svg path, .contactSocial a svg path{
    transition: .4s;
}
.contactDetail a:hover svg path, .contactSocial a:hover svg path{
    fill: #3077b2;
}
.contactSocial {
  display: flex;
  align-items: center;
  padding: 5.4rem 0;
}
.contactSocial span {
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #474748;
  margin-right: 2.8rem;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.contactParent iframe {
  width: 100%;
  height: 53.2rem;
}
.headerTopLeftInner span{
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -0.01em;
    color:  #3077b2;
    opacity: 1;
}
.ajax-load img{
    width: 6.4rem;
    height: 6.4rem;
}
    .error {
        padding: 17rem 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .error h1 {
      font-family: 'Poppins', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 18rem;
      line-height: 95%;
      text-align: center;
      letter-spacing: -0.03em;
      color: #0E2E49;
      margin: 0 0 1rem;
    }

    .error p {
      font-family: 'Poppins', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 2.4rem;
      line-height: 95%;
      text-align: center;
      letter-spacing: -0.01em;
      color: #0E2E49;
      opacity: 0.5;
      margin-bottom: 4.8rem;
    }

    .error a {
      font-family: 'Poppins', sans-serif;
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 2.1rem;
      letter-spacing: 0.0099em;
      color: #0E2E49;
      border-bottom: .1rem solid #0E2E49;
      text-decoration: none;
      transition: .3s;
    }

    .error a:hover {
      color: #000;
      border-bottom: .1rem solid #000;
    }
    
.call-option:not(.open):hover a {
  background-color: #0d2030;
}
.call-option  svg{
  width: 2.4rem;
  height: 2.4rem
}
.call-option .close svg{
  width: 1.6rem;
  height: 1.6rem;
}

.call-option a {
  position: fixed;
  bottom: 3.2rem;
  right: 3.2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #3077b2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: 0.3s ease-in-out;
  transition-property: transform, background-color;
  pointer-events: none;
}

.call-option a:hover {
  background-color:#0E2E49;
}

.call-option .phone {
  padding-right: .2rem;
}

.call-option .close {
  pointer-events: all;
}

.call-option.open a {
  pointer-events: all;
}

.call-option.open a:not(.close) {
  background-color: #0E2E49;
}

.call-option.open a:not(.close):hover {
  background-color: #3077b2;
}

.call-option.open a:nth-child(3) {
  transform: translateY(-7.8rem);
}

.call-option.open a:nth-child(2) {
  transform: translateY(-15rem);
}

@media (max-width: 767.9px) {
    .order-1{
        order: -1;
        margin-bottom: 3.2rem;
    }
  .breadCrumb {
    display: none;
  }
  .wallpSection .swiper .wallpSectionCard {
    padding: 0 1.6rem;
    height: 24rem;
  }
  .wallpSectionInner p {
    font-size: 1rem;
    line-height: 100%;
  }
  .wallpSectionInner h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
   .wallpSectionInner {
    padding-left: 0;
  } 
  .wallpSectionCard::before,
  .wallpSectionCard::after {
    width: 19.4rem;
    height: 19.4rem;
  }
  .wallpSectionCard::before {
    left: -2rem;
  }
  .wallpSectionCard::after {
    right: -2rem;
  }
  .whiteButton {
    height: 2.8rem;
    padding: 0 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.8rem;
  }
  .wallpSectionCard .container {
    left: 0;
  }
  .wallpSection .swiper-pagination {
    bottom: 0.6rem !important;
  }

  .logoWallp {
    height: 2rem;
    top: 2.2rem;
    right: 2.4rem;
  }
  .wallpSection .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.4rem;
  }
  .wallpSection .swiper-pagination-bullet-active {
    width: 2.4rem;
  }
  .homePageAbout {
    padding: 4rem 0 2rem;
  }
  .homePageAboutInner h1 {
    font-size: 3.2rem;
  }
  .homePageAboutInner p,
  .programsCardLargeInner p,
  .statisticsCard p,
  .homePageProgramsHeader p,
  .branchesLeft a,
  .footerContact a {
    font-size: 1.4rem;
    line-height: 150%;
    width: 96%;
  }
  .homePageAboutInner {
    margin-bottom: 4rem;
  }
  .homePageAboutImg {
    height: 30rem;
  }
  .playButton {
    width: 5.2rem;
    height: 5.2rem;
  }
  .playButton img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .homePageProgramsHeader h3,
  .homePageProgramsHeader h1 {
    font-size: 3.2rem;
  }
  .moreButton {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .moreButton img {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
  }
  .homePageProgramsHeader {
    margin-bottom: 2.4rem;
  }
  .programsCard {
    height: 8.8rem;
    margin-bottom: 0.8rem;
  }
  .programsCardInner {
    padding: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    height: -webkit-fill-available;
  }
  .programsCardInner img {
    width: 4rem;
    height: 4rem;
    margin-right: 2.2rem;
    margin-bottom: 0;
  }
  .programsCardInner .moreButton {
    position: absolute;
    bottom: 2.4rem;
    left: 7.2rem;
  }
  .programsCard h6 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 137%;
    margin-bottom: 2rem;
  }
  .programsCardLargeInner h6 {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .programsCardLargeInner {
    padding: 2.4rem 3rem;
  }
  .homePagePrograms {
    padding: 3.2rem 0 4.2rem;
  }
  .homePageOurCourses {
    padding: 4rem 0 6.4rem;
  }
  .ourCoursesCard {
    height: 37.2rem;
    margin-bottom: 1.2rem;
  }
  .ourCoursesCard h5 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    top: 4rem;
  }
  .ourCoursesCard .imgContainer {
    width: 28.4rem;
    height: 28.4rem;
  }
  .homePageStatistics .xl-6:last-child {
    order: -1;
  }
  .homePageStatistics .Img img {
    height: 30rem;
  }
  .homePageStatistics .Img {
    margin-bottom: 3.2rem;
  }
  .statisticsCard h6 {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 95%;
  }
  .statisticsCard p {
    width: 80%;
  }
  .statisticsCard {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .homePageStatistics {
    padding: 4rem 0 2.4rem;
  }
  .homePageOurHonors {
    padding: 3.2rem 0 0;
  }
  .honorCardInner {
    padding: 1rem;
  }
  .honorCardInner img {
    width: 5rem;
    height: 5rem;
  }
  .honorCardInnerTitle h6 {
    font-size: 1.3rem;
    line-height: 135.53%;
  }
  .honorCardInnerTitle p,
  .honorCardInnerRight p {
    font-size: 0.8rem;
  }
  .honorCardInnerRight {
    padding-left: 2rem;
    margin-left: 2rem;
  }
  .honorCardInnerRight h5 {
    font-size: 2.2rem;
    line-height: 135.53%;
  }
  .honorCardInnerRight span {
    font-size: 0.8rem;
    line-height: 135.53%;
    margin-left: 0.4rem;
  }
  .honorCard {
    height: 7.2rem;
  }
  .homePageOurBranches {
    padding: 3.2rem 0 5.2rem;
  }
  .branchesLeft {
    margin: 0.4rem 0 4rem;
    padding-left: 2.4rem;
    height: auto;
  }
  .branchesLeft a {
    margin-bottom: 2rem;
  }
  .homePageOurBranches iframe {
    height: 30rem;
  }
  .blogCard {
    margin-bottom: 2.4rem !important;
  }
  .blogCardBody p {
    height: 6rem;
    font-size: 2rem;
    -webkit-line-clamp: 2;
  }
  .blogCard img {
    height: 22rem;
  }
  .blogCardBody {
    padding: 1.4rem;
  }
  .homePageBlog,
  .pageContent {
    padding-bottom: 6.4rem !important;
  }
  .footerContact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footerTop {
    padding: 2.4rem 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .footerContact a svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .footerContact a {
    margin-bottom: 1.6rem;
  }

  .headerTopRightSocial a {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.6rem;
  }
  .headerTopRightSocial a svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .footerMiddle ul {
    margin-bottom: 3.2rem;
  }
  .footerMiddle ul li:first-child a {
    font-size: 1.6rem;
  }
  .footerMiddle ul li:first-child {
    margin-bottom: 1.2rem;
  }
  .footerMiddle {
    padding-bottom: 1.2rem;
  }
  .footerBottom {
    flex-wrap: wrap;
    justify-content:  flex-start;

  }
  .footerBottom a {
    margin-bottom: 1.6rem;
    margin-right: 2.4rem;
  }
  .footerBottomInner {
    flex-direction: column;
  }
  .footerBottomInnerLeft {
    margin-bottom: 2.4rem;
  }
  .aboutSection {
    padding: 3.2rem 0;
  }
  .aboutSection h3 {
    font-size: 1.4rem;
  }
  .aboutSection h1,
  .miniContainer h3,
  .miniContainer h2,
  .aboutBottomInner h5,
  .pageContent .homePageProgramsHeader h3,
  .pageContent .homePageProgramsHeader h1,
  .carrerDetailLeft h2 {
    font-size: 3rem !important;
    margin-bottom: 1.4rem;
    letter-spacing: -0.01em !important;
    line-height: 120% !important;
    width: 100%;
  }
  .pageContent .homePageProgramsHeader h3,
  .pageContent .homePageProgramsHeader h1 {
    margin-bottom: 0;
  }
  .pageContent .homePageProgramsHeader{
      padding-top: 4rem !important;
  }
  .aboutSection p,
  .miniContainer p,
  .aboutBottomInner p,
  .miniContainer ul li,
  #tabs li a,
  .carrerDetailLeft span,
  .carrerDetailLeft p {
    font-size: 1.6rem;
  }
  .imgAbout {
    height: 30rem !important;
    margin-top: 3.2rem;
  }
  .videoAbout,
  .branchesInner iframe,
  .structureCard img {
    height: 30rem;
    margin-bottom: 3.2rem;
  }
   .detailImg {
    height: auto;
    margin:1.2rem 0 1rem;
  }
  .structureCard img {
    margin-bottom: 1rem;
  }
  .pageContent .homePageStatistics {
    padding: 4rem 0 2.4rem;
  }
  .aboutContentCard {
    margin-bottom: 3.2rem;
  }
  .aboutBottomContent {
    padding: 4.2rem 0 8.2rem;
  }
  #tabs {
    margin-bottom: 3.2rem;
  }
  .contactSocials {
    padding: 1rem 0;
    height: auto;
  }
  .carrers h6 {
    margin-bottom: 4rem;
  }
  .carrersCard h5,
  .structureCard h5 {
    font-size: 1.8rem;
  }
  .carrersCard img {
    width: 2.4rem;
    height: 3rem;
  }
  .carrersCardLeftBottom span,
  .carrersCardLeftBottom p,
  .detailTop .date,
  .detailTop .date strong {
    font-size: 1rem;
  }
  .carrersCard {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .miniContainer h4 {
    margin: 1rem 0;
    font-size: 2.6rem;
  }
  .container .miniContainer {
    padding: 0;
  }
  .carrerDetailContent {
    padding: 2.4rem 1.6rem;
    margin-bottom: 1.2rem;
  }
  .carrerDetailLeft p {
    margin-bottom: 1rem;
  }
  .carrerDetailContent form {
    padding: 3.2rem 0 0;
  }
  .inputChild input,
  .inputChild textarea {
    height: 4.8rem;
  }
  .selectBox select {
    padding: 1rem 3rem 1rem 1rem;
  }
  .selectBox span{
      left: 5rem;
  }
  .inputButtons {
    flex-direction: column-reverse;
  }
  .inputButtons .blueButton,
  .inputButtons label {
    width: 100%;
    margin-bottom: 1.6rem;
    display: flex;
    white-space: nowrap;
    margin-left: 0;
  }
  .inputButtons input {
    height: 50%;
  }
  .pageContent .detailOtherCard .homePageProgramsHeader h3 {
    font-size: 2.4rem !important;
  }
  .homePageProgramsHeader p {
    margin-top: 0.6rem;
  }
  .classCardTop span {
    font-size: 3.2rem;
  }
  .classCardTop p,
  .classCardBOttom a {
    font-size: 1.6rem;
  }
  .classCardTop {
    padding: 1.2rem 0 2rem;
  }
  .classCardBOttom {
    padding: 1.6rem 0;
  }
  .classCard {
    height: auto;
  }
  .classCardBlack .classCardBOttom {
    height: auto;
  }
  .classCardBlack .classCardBOttom a {
    width: 100%;
  }
  .photoCard {
    grid-column: span 12 !important;
  }
  .videoCard,
  .structureCard {
    margin-bottom: 3rem;
  }
  .detailImg .detailSwiper {
    padding-bottom: 0 !important;
  }
  .detailImg img {
    height: auto !important;
    object-fit: contain;
  }
  .detailImg .swiper-button-next,
  .detailImg .swiper-button-prev {
    display: none;
  }
  .headerTop {
    display: none;
  }
  .headerMiddleInner ul,
  .headerMiddleRightButtons a,
  .callNumber {
    display: none;
  }
  .headerMiddleRightButtons button {
    width: 4rem;
    height: 4rem;
  }
  .searchButton svg {
    height: 1.8rem;
    width: 1.8rem;
  }
  .searchButton div {
    height: 1.8rem;
  }
  .logo img {
    height: 6rem;
  }
  .searchMenu {
    top: 8.1rem;
  }
  .searchMenuInner h6 {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .inputChild input,
  .inputChild textarea {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }
  .searchMenuInner .inputChild button svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .searchMenuInner .inputChild button {
    right: 0;
  }
  .searchList {
    padding: 0 1.6rem 1.6rem;
    height: 50vh;
    max-height: 50vh;
  }
  .searchList a span {
    font-size: 1.2rem;
    width: 80%;
    line-height: 120%;
  }
  .menuButton,
  .closeButton {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .menuPopup {
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 0;
    background: #f8fafc;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: block;
    transition: 0.3s ease;
  }
  .menuPopup.active {
    transform: translateX(0);
  }
  .menuPopupTop {
    padding: 1rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #e5e3dd;
  }
  .menuPopupTop .lang {
    padding-right: 0;
    margin-right: 0;
    border-left: none;
        border-right: none;
  }
  .menuPopupTop .logo {
    margin-right: -1rem;
  }
  .lang a {
    font-size: 1.2rem;
  }
  .menuPopupMiddle {
    padding: 2.4rem 1.6rem;
  }
  .menu-card-header .icon {
    transition: 0.3s;
    width: 1.8rem;
    height: 1.8rem;
  }
  .menu-card-header.active .icon {
    transform: rotate(-100deg);
  }
  .menu-card {
    width: 100%;
  }
  .menu-card:first-child {
    margin-right: 2.4rem;
  }
  .menu-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: -0.0108em;
    color: #1b4161;
    cursor: pointer;
  }
  .menu-card-body {
    padding: 0 2rem;
    display: none;
  }
  .menu-card-body a {
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 95%;
    letter-spacing: -0.03em;
    color: #2d2d2d;
    opacity: 0.85;
    margin-bottom: 1.6rem;
  }
  .contactDetail a,
  .contactDetail p {
    width: 100% !important;
  }
  .contactSocial {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contactSocial span {
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .contactParent iframe {
    height: 30rem;
  }
  .priceListHeader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2rem 0;
  }
  .priceListRight {
    width: 100%;
    margin-top: 3.2rem;
  }
  .logoBox:first-child {
    margin-left: 0;
  }
  .priceListTable tr th:first-child,.miniContainer tr th:first-child {
    font-size: 2.4rem;
  }
  .priceListTable table,.miniContainer table {
    padding: 1.2rem;
  }
  .registrationHeader h1 {
    font-size: 3.2rem;
  }
  .registerForm .xl-9 {
    padding: 0;
  }
  .inputGroup {
    flex-direction: column;
  }
  .inputGroup .inputChild:first-child {
    margin-right: 0;
  }
  .optionChild {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3.2rem;
  }
  .registrationBottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .registrationBottom a {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .registerImg {
    margin-bottom: 3.2rem;
  }
  .step {
    margin-bottom: 3.2rem;
  }
  .step::after {
    display: none;
  }
  .registerForm .row {
    margin-bottom: 4.2rem;
  }
  .registerForm .inputChild {
    padding: 0 !important;
  }
  .question img {
    width: 8.2rem;
    height: 8.2rem;
  }
  .priceListLeft h3,
  .discountLeft h3 {
    font-size: 3.2rem;
  }
  .priceListTable {
    width: 100%;
    padding: 0 0 4.8rem;
    overflow: auto;
  }
  .priceListTable th,
  .priceListTable td{
    white-space: nowrap;
  }
  .discountRightTop {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.2rem 0;
  }
  .discountBox {
    margin-bottom: 3.2rem;
  }
  .boxInner {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2.2rem;
  }
  .registerContentRight {
    padding: 1rem 0;
  }
  .priceListTable table tr td,
  .miniContainer table tr td{
    padding: 2.4rem 1rem;
  }
  .miniContainer ul li,
  .miniContainer ol li{
      line-height: 140%;
      font-size: 1.4rem;
      margin-bottom: 1rem;
  }
  .miniContainer p img{
        width: 80%;
        height: 100%;
        max-height: 50rem;
        text-align: center;
        display: flex;
        margin: 1rem  auto;
        object-fit: contain;
    }
    .miniContainer tr td, .miniContainer tr td ul li{
        line-height: 140%;
        font-size: 1rem;
    }
    .miniContainer tr td{
        padding: .6rem !important;
    }
    .signature{
        order: -1;
        margin: 0 0 5.6rem;
    }
    .aboutBottomInner svg {
        position: absolute;
        left: 0rem;
        top: 5rem;
        width: 3rem;
        height: 7rem;
        opacity: .8;
    }
    .structureResp{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        margin: 2.4rem 0;
    }
    .structureDesk{
        display: none;
    }
        .popupContainerInner img{
        height: 20rem;
        margin-bottom: 1.6rem;
    }
    .popupContainerInner{
        width: 95vw;
        height: 50vh;
        background:#fff;
        border-radius: .8rem;
        
    }
}
@media (max-width: 449.9px) {
    .wallpSection .swiper .wallpSectionCard {
        padding: 0 1.6rem;
        /*height: 20rem;*/
    }
}
.alert {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #04AA6D;
    color: white;
    border-radius:15px;
}
.alert strong{
  font-size: 20px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.buttonClassBlue{
    padding: 0 1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.01em;
    color: #fff;
    background: #3077b2;
    border: .1rem solid #3077b2;
    border-radius: .3rem;
    opacity: 1;
    transition: .4s;
    margin-right: 1rem;
}
.buttonClass {
    padding: 0 1rem;
    height: 3rem;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: -0.01em;
    color: #636363;
    border: .1rem solid #636363;
    border-radius: .3rem;
    margin: 0 2rem;
    opacity: .7;
    transition: .4s;
}
p.branchhead {
    font-size: 35px;
    font-weight: bold;
    margin: 5px;
    color: white;
    background-color: #1465a9;
    border-radius: 14px;
    padding: 8px 0px 8px 20px;
}

/* Konteyner üçün ümumi stil */
.captcha-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #f7f7f7; 
    border: 1px solid #ddd;
    border-radius: 8px;
    max-width: 100%; 
    margin: 20px 0; 
}
@media (max-width: 768px) {
    .captcha-container {
        flex-direction: column;
        align-items: stretch;
    }

    #captcha-input {
        margin-right: 0;
        margin-bottom: 10px; 
    }

    #refresh-captcha {
        width: 100%; 
    }

    #captcha {
        margin-bottom: 10px; 
    }
}

#captcha-input {
    flex: 1; 
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px; 
}


.is-invalid {
    border-color: #e3342f; 
    background-color: #ffeded; 
}


#captcha {
    cursor: pointer; 
    border-radius: 4px; 
    transition: opacity 0.3s ease; 
}

#captcha:hover {
    opacity: 0.8; 
}

/* Yeniləmə düyməsi üçün stil */
#refresh-captcha {
    padding: 8px 15px;
    background-color: #007bff; 
    color: #ffffff; 
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease; 
}

#refresh-captcha:hover {
    background-color: #0056b3;
}

.alert {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.caryera-entry {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.caryera-entry input {
  flex: 1;
  padding: 8px;
}

.caryera-add-button {
  font-size: 24px;
  cursor: pointer;
  border: none;
  background: none;
  color: #007bff;
  margin-top: 5px;
}

.caryera-add-button:hover {
  color: #0056b3;
}
.family-status-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.family-status-label {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 4px;
}

.family-status-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.family-status-option {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
}

.family-status-option input[type="radio"] {
    accent-color: #135cae;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.family-status-option label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.family-status-option:hover {
    border-color: #135cae;
    background-color: #eef3fb;
}

.family-status-option input[type="radio"]:checked + label {
    font-weight: 600;
    color: #135cae;
}
.language-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.language-block {
    padding: 16px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
}

.language-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #135cae;
}

.language-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.language-option {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-option:hover {
    border-color: #135cae;
    background-color: #eef3fc;
}

.language-option input[type="radio"] {
    accent-color: #135cae;
    cursor: pointer;
}

.language-option input[type="radio"]:checked + span {
    font-weight: 600;
    color: #135cae;
}
.career-section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #135cae;
    margin-bottom: 12px;
    display: block;
}

.caryera-entry,
.caryera-skill-entry {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.caryera-entry input,
.caryera-skill-entry input {
    flex: 1 1 30%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;

}

.caryera-skill-entry input {
    flex: 1 1 100%;
}

.caryera-add-button {
    background-color: #135cae;
    color: white;
    padding: 6px 14px;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 5px;
}

.caryera-add-button:hover {
    background-color: #0f4f93;
}



