* {
  flex-shrink: 0;
  align-items: flex-start;
  font-family: "Noto Kufi Arabic", "DM Sans", sans-serif;
}

a {
  text-decoration: none;
}

button,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

img {
  display: flex;
  width: 100%;
  height: auto;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
.disable{
  opacity: .35;
}
.cat-active{
  background-color: #242a52 !important;
  color: white !important;
}
.iti {
  display: flex;
  align-items: stretch;
}

.iti__flag-container {
  position: static;
}

.iti__arrow {
  margin: 0;
  margin-right: 6px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti__country-list {
  direction: ltr;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: unset;
  min-height: 100%;
  background-color: #e2fcff;
  background-image: url("../images/about-bg.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}

header {
  z-index: 1000000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 26px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  box-shadow: 1 10px 26px rgb(0 0 0 / 5%);
  transition: box-shadow 0.35s, background 0.35s;
}

header.about,
header.blog,
header.home,
header.contact {
  position: fixed;
  background-color: transparent;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

header.sticky {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 26px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  box-shadow: 1 10px 26px rgb(0 0 0 / 5%);
}


header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}

header.home .header-container {
  justify-content: space-between;
}

header .header-container .container {
  display: flex;
  align-items: center;
}

header .header-container .container.account {
  display: none;
}

header .header-container .breaker {
  display: none;
  align-self: stretch;
  margin: 7.5px 25px;
  width: 1px;
  background-color: #d9dee2;
}

header .header-container .header-logo {
  display: flex;
  height: 60px;
  transition: opacity 0.35s, height 0.35s;
}

header.home .header-container .header-logo {
  height: 35px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

header.home.sticky .header-container .header-logo {
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

header.sticky .header-container .header-logo {
  height: 50px;
}

header .header-container .header-logo:hover {
  opacity: 0.8;
}

header .header-container .header-logo img {
  display: flex;
  width: auto;
  height: 100%;
}

header .header-container .header-logo img.dark-logo {
  display: none;
}

header.home.sticky .header-container .header-logo img {
  display: none;
}

header.home.sticky .header-container .header-logo img.dark-logo {
  display: flex;
}

header .header-container .header-links {
  display: none;
}

header .header-container .header-links .nav-link,
header .header-container .header-link {
  position: relative;
  margin-right: 15px;
  color: #13395e;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.35s;
}

header.home .header-container .header-links .nav-link,
header.home .header-container .header-link {
  color: #ffffff;
}

header.home.sticky .header-container .header-links .nav-link,
header.home.sticky .header-container .header-link {
  color: #13395e;
}

header.home.sticky .header-container .header-links .nav-link:hover,
header.home.sticky .header-container .header-link:hover {
  color: #3ddaed;
}

header .header-container .header-links .nav-link::after,
header .header-container .header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.5px;
  width: 0;
  height: 1px;
  background-color: #13395e;
  transition: background 0.35s, width 0.35s;
}

header .header-container .header-links .nav-link:hover::after,
header .header-container .header-link:hover::after {
  width: 100%;
  left: unset;
  right: 0;
  background-color: #3ddaed;
}

header .header-container .header-links .nav-link:hover,
header .header-container .header-link:hover {
  color: #3ddaed;
}

header .header-container .header-links .nav-link:first-child {
  margin: 0;
}

header .header-container .header-link {
  margin: 0;
}

header .header-container .header-btn {
  margin-right: 15px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #ffc221;
  border-radius: 5px;
  transition: color 0.35s, background 0.35s;
}

header .header-container .header-btn:hover {
  color: #ffc221;
  background-color: #fff2cf;
}

header .header-container .header-menu {
  cursor: pointer;
  color: #13395e;
  font-size: 28px;
}

header.home .header-container .header-menu {
  color: #ffffff;
}

header.home.sticky .header-container .header-menu {
  color: #13395e;
}

.side-header-container {
  visibility: hidden;
  z-index: 1000001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.35s, visibility 0.35s;
}

.side-header-container.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.side-header-container .side-header {
  width: 300px;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  box-sizing: border-box;
  color: #13395e;
  background-color: #f8f8f8;
  background-image: url(../images/education-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.2s;
}

.side-header-container.show .side-header {
  transform: translateX(0);
  -ms-transform: translateX(0);
}

.side-header-container .side-header .s-n-l {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: rgb(17 12 46 / 7%) 0px 48px 100px 0px;
  background-color: rgba(19, 57, 94, 0.1);
}

.side-header-container .side-header .s-n-l .logo-container {
  display: flex;
  width: 140px;
  height: auto;
}

.side-header-container .side-header .s-n-l .logo-container img {
  display: flex;
  width: 100%;
  height: auto;
}

.side-header-container .side-header .s-n-l i {
  font-size: 25px;
}

.side-header-container .side-header h3 {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #13395e;
}

.side-header-container .side-header .nav-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: rgba(19, 57, 94, 0.1);
}

.side-header-container .side-header .nav-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #13395e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #cfd3dc;
}

.side-header-container .side-header .nav-links a i {
  font-size: 12px;
}

.side-header-container .side-header .nav-links a:last-child {
  border: none;
}

.side-header-container .side-header .extra-info {
  align-items: flex-start;
  text-align: right;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  box-shadow: rgb(17 12 46 / 25%) 0px 48px 100px 0px;
  border-radius: 0;
  background: unset;
  background-color: rgba(19, 57, 94, 0.1);
}

.side-header-container .side-header .extra-info h4 {
  color: #071833;
  font-size: 15px;
  font-weight: normal;
}

.side-header-container .side-header .extra-info .e-i-i {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.side-header-container .side-header .extra-info .e-i-i i {
  margin-left: 7.5px;
  color: #ef3d42;
  opacity: 0.8;
}

.side-header-container .side-header .extra-info .e-i-i a {
  color: #06529a;
  text-decoration: none;
}

.header-hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header-hero .header-shape {
  display: flex;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-hero .header-shape img {
  display: flex;
  width: 100%;
  height: auto;
}

.header-hero .shape-stock {
  position: absolute;
  top: 100%;
  display: flex;
  width: 35%;
  transition: transform 0.35s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* stopped */
  display: none;
}

.header-hero .shape-stock img {
  display: flex;
  width: 100%;
  height: auto;
}
.gallery-header-hero .shape-stock{
  position:static;
  transform: translate(0);
  width: 20%;
  min-width: 150px;
  margin-bottom: 1rem;
}
@media screen and (max-width:550px) {
  .gallery-header-hero .shape-stock{
    margin-bottom: 1.75rem;
  }
}
.s-m-float {
  cursor: pointer;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.s-m-float a {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffc221;
  background-color: #ffc221;
  color: #ffffff;
  font-size: 16px;
  transition: background 0.5s, color 0.5s;
}

.s-m-float a:first-child {
  margin: 0;
}

.s-m-float a:hover {
  background-color: transparent;
  color: #ffc221;
}

.hero {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hero .hero-txt,
.hero .hero-img {
  box-sizing: border-box;
  width: 65%;
}

.hero .hero-txt {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero.home .hero-txt {
  margin-top: 5%;
}

.hero .hero-txt h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.74em;
  letter-spacing: 2px;
  color: #3ddaed;
}

.hero .hero-txt h1 {
  margin: 30px 0;
  color: #13395e;
  font-size: 21px;
  font-weight: 500;
}

.hero .hero-txt h2 {
  color: #696969;
  font-size: 15px;
  font-weight: normal;
}

.hero .hero-txt h1 b {
  color: #3ddaed;
  font-weight: 600;
}

.hero .hero-txt h1 .highlight {
  position: relative;
}

.hero .hero-txt h1 .highlight::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffc221;
}

.hero .hero-img {
  display: flex;
  max-width: 600px;
}

.hero .hero-img img {
  display: flex;
  width: 100%;
  height: auto;
}

.identity {
  opacity: 0.075;
  z-index: -1;
  position: fixed;
  width: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.features {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #10a0b1;
}

.features .feature {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.features .feature .feature-img {
  margin-bottom: 15px;
  display: flex;
  width: 50px;
}

.features .feature .feature-txt {
  display: flex;
  text-align: center;
  align-items: center;
  flex-shrink: 1;
  flex-direction: column;
  color: #ffffff;
}

.features .feature .feature-txt h2 {
  font-size: 18px;
  font-weight: 600;
}

.features .feature .feature-txt span {
  opacity: 0.9;
  font-size: 14px;
  font-weight: normal;
}

.home-about,
.home-video,
.our-talent,
.extra-info,
.extra-features,
.latest-articles {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
}

.home-about {
  /* padding-top: 12.5%; */
  padding-top: 0 !important;
  width: 70%;
}

.home-about .identity {
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: unset;
  height: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home-about .identity img {
  height: 100%;
  width: auto;
}

.home-about .h-a-c {
  z-index: 1;
  max-width: calc(100% - 40px);
  width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-about .h-a-c h1,
.home-video .video-txt h3,
.extra-info .e-i-c h4,
.extra-features .e-f-c .feature h4,
.latest-articles h4 {
  margin-bottom: 10px;
  color: #10a0b1;
  font-size: 32.5px;
  font-weight: bold;
}

.home-about .h-a-c h1 {
  color: #13395e;
  line-height: 1.25;
}

.home-about .h-a-c span,
.home-video .video-txt p {
  margin-top: 25px;
  color: #13395e;
  font-size: 16px;
  font-weight: 500;
}

.home-about .h-a-c span {
  margin-top: 15px;
}

.home-about .h-a-c .btn-container {
  width: 60%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.home-about .h-a-c .btn-container a {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 35px;
  font-size: 17px;
  color: #ffffff;
  background-color: #10a0b1;
  border-radius: 50px;
  border: 2px solid #10a0b1;
  transition: background 0.35s, color 0.35s;
  display: flex;
  justify-content: center;
}

.home-about .h-a-c .btn-container a.signup {
  background-color: #ffc221;
  border-color: #ffc221;
}

.home-about .h-a-c .btn-container a:hover {
  color: #10a0b1;
  background-color: transparent;
}

.home-about .h-a-c .btn-container a.signup:hover {
  color: #ffc221;
}

.home-about .h-a-c .btn-container a:first-child {
  margin-bottom: 25px;
}

.home-video,
.our-talent {
  padding: 100px 0;
  flex-direction: row;
  justify-content: center;
}

.home-video {
  padding: 75px 0;
  flex-direction: column;
}

.home-video .video-container,
.home-video .video-txt {
  width: 550px;
  max-width: 90%;
}

.home-video .video-container {
  position: relative;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
}

.home-video .video-container video {
  display: flex;
  width: 100%;
  height: auto;
}

.home-video .video-container .video-control {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.35s, visibility 0.35s;
}

.home-video .video-container .video-control.hide {
  visibility: hidden;
  opacity: 0;
}

.home-video .video-container .video-control .play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 35px;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transition: opacity 0.35s;
}

.home-video .video-container .video-control:hover .play {
  opacity: 0.5;
}

.home-video .video-txt {
  margin-top: 50px;
  max-width: 650px;
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-video .video-txt h3,
.extra-info .e-i-c h4,
.extra-features .e-f-c .feature h4 {
  color: #13395e;
}

.home-video .video-txt a,
.extra-info .e-i-c a {
  margin-top: 30px;
  padding: 6px 30px;
  color: #ffffff;
  font-weight: 600;
  background-color: #13395e;
  border: 2px solid #13395e;
  border-radius: 25px;
  transition: background 0.35s, color 0.35s;
  white-space: nowrap;
}

.home-video .video-txt a i {
  transition: transform 0.35s;
}

.home-video .video-txt a:hover,
.extra-info .e-i-c a:hover {
  color: #13395e;
  background-color: transparent;
}

.home-video .video-txt a:hover i {
  transform: translateX(-20%);
  -ms-transform: translateX(-20%);
}

.our-talent {
  padding: 50px 0;
  padding-bottom: 75px;
  flex-direction: column;
  background-color: transparent;
}

.our-talent h3,
.reviews h3,
.home-map-container h3 {
  text-align: center;
  font-size: 32.5px;
  color: #10a0b1;
}

.reviews h3 {
  line-height: 1.35;
}

.home-map-container h3 {
  margin-bottom: 20px;
}

.our-talent .o-t-c {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  max-width: 90%;
}

.our-talent .o-t-c .talent {
  margin-top: 40px;
  padding: 40px 30px;
  box-sizing: border-box;
  width: 450px;
  max-width: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 25px;
  backdrop-filter: blur(3px);
}

.our-talent .o-t-c .talent:first-child {
  margin: 0;
}

.our-talent .o-t-c .talent .talent-img {
  display: flex;
  width: 100%;
}

.our-talent .o-t-c .talent h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #10a0b1;
  line-height: 1.35;
}

.our-talent .o-t-c .talent p,
.extra-info .e-i-c p,
.extra-features .e-f-c .feature p,
.latest-articles .l-a-c .article .article-txt p {
  margin-top: 10px;
  color: #13395e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
}

.extra-info {
  width: 90%;
  padding: 0;
  background-image: url("../images/education-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
}

.extra-info.faq {
  margin-bottom: 40px;
}

.extra-info .e-i-c {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: rgba(19, 57, 94, 0.1);
}

.extra-info .e-i-c p {
  width: 750px;
  max-width: 90%;
}

.extra-info.faq .e-i-c p {
  margin-top: 0;
}

.extra-info.faq .e-i-c a {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  color: #10a0b1;
}

.extra-info.faq .e-i-c a:hover {
  color: #13395e;
}

.extra-features {
  padding: 75px 0;
  background-color: transparent;
}

.extra-features.about {
  padding: 0;
  padding-bottom: 40px;
}

.extra-features .e-f-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  max-width: 90%;
}

.extra-features .e-f-c .feature {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.extra-features .e-f-c .feature img {
  width: 60px;
}

.extra-features .e-f-c .feature h4 {
  margin: 0;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 800;
}

.latest-articles {
  padding-bottom: 75px;
}

.latest-articles .l-a-c {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  max-width: 90%;
}

.latest-articles .l-a-c .article {
  margin-top: 40px;
  box-sizing: border-box;
  width: 450px;
  max-width: 90%;
  display: flex;
  align-items: flex-start;
  text-align: right;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 4px 12px;
  border-radius: 15px;
  overflow: hidden;
}

.latest-articles .l-a-c .article:first-child {
  margin: 0;
}

.latest-articles .l-a-c .article .article-img {
  display: flex;
  width: 100%;
}

.latest-articles .l-a-c .article .article-txt {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  backdrop-filter: blur(3px);
}

.latest-articles .l-a-c .article .article-txt a {
  font-size: 18px;
  font-weight: normal;
  color: #10a0b1;
  transition: color 0.35s;
}

.latest-articles .l-a-c .article .article-txt a:hover {
  color: #3ddaed;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(177, 215, 219, 0.15);
}

.about-us .a-u-c {
  padding: 200px 0;
  padding-bottom: 20px;
  width: 750px;
  max-width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-us.registration .a-u-c,
.about-us.faq .a-u-c {
  padding: 100px 0;
  padding-top: 150px;
}

.about-us .a-u-c h1 {
  color: #10a0b1;
  font-size: 40px;
  line-height: 1.45;
}

.about-us .a-u-c p,
.reviews p {
  opacity: 0.8;
  margin-top: 30px;
  color: #13395e;
  font-size: 16px;
  font-weight: 500;
}

.about-us.faq .a-u-c p {
  margin-top: 10px;
}

.about-us .a-u-c a {
  position: relative;
  padding: 5px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-weight: 500;
  border: 2px solid #10a0b1;
  box-shadow: rgba(16, 160, 177, 0.2) 0px 4px 12px;
  border-radius: 50px;
  overflow: hidden;
}

.about-us .a-u-c a span {
  z-index: 1;
  padding: 0 20px;
  color: #10a0b1;
  transition: color 0.25s;
}

.about-us .a-u-c a:hover span {
  color: #ffffff;
}

.about-us .a-u-c a span::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: width 0.25s, height 0.25s;
  background-color: #10a0b1;
}

.about-us .a-u-c a:hover span::after {
  width: 100%;
  height: 100%;
}

.about-us .a-u-c a .btn-icon {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #10a0b1;
  transition: color 0.25s, background 0.25s;
}

.about-us .a-u-c a:hover .btn-icon {
  color: #10a0b1;
  background-color: #ffffff;
}

.about-us .a-u-i {
  padding: 40px 0 70px;
  display: flex;
  width: 90%;
  max-width: 600px;
}

.faq-container {
  padding: 60px 0;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.faq-container .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #13395e;
  cursor: pointer;
  padding: 18px 0 7.5px;
  width: 1100px;
  max-width: 90%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  transition: 0.4s;
  border-top: 1px solid rgba(19, 57, 94, 0.1);
}

.faq-container .faq-question:first-child {
  border: none;
}

.faq-container .faq-question .faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.5px;
  height: 17.5px;
  border-radius: 50%;
  font-size: 12px;
  color: #13395e;
  border: 2px solid #13395e;
}

.faq-container .faq-answer {
  opacity: 0.9;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 1100px;
  max-width: 90%;
  max-height: 0;
  font-size: 15px;
  font-weight: normal;
  color: #13395e;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.reviews {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1100px;
  max-width: 90%;
}

.reviews p {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}

.reviews .reviews-container {
  position: relative;
  width: 100%;
}

.reviews .reviews-container .loader {
  z-index: 999999;
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  color: #10a0b1;
  font-size: 35px;
  background-color: #d4f0f3;
  background-image: url("../images/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.reviews .reviews-container .loader i {
  animation-name: spin;
  animation-duration: 750ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.elfsight-app-9048634d-b8d7-4328-aef4-aaa88b47e69d {
  width: 100%;
}

section.blogs-container {
  padding: 50px 0;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

section.blogs-container .blogs {
  width: 100%;
}

section.blogs-container .blogs .blog {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
}

section.blogs-container .blogs .blog:last-child {
  margin: 0;
}

section.blogs-container .blogs .blog .blog-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-img::after,
section.blog-details .swiper .blog-img::after {
  box-sizing: border-box;
  opacity: 0;
  padding-bottom: 10%;
  content: "عرض المزيد";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.35s, opacity 0.35s, padding 0.35s;
}

section.blogs-container .blogs .blog .blog-img:hover::after,
section.blog-details .swiper .blog-img:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

section.blogs-container .blogs .blog .blog-img:hover img {
  transform: scale(1.1);
}

section.blogs-container .blogs .blog .blog-text {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px;
  backdrop-filter: blur(3px);
}

section.blogs-container .blogs .blog .blog-text a {
  font-size: 26px;
  font-weight: 500;
  color: #10a0b1;
  text-decoration: none;
  transition: color 0.35s;
}

section.blogs-container .blogs .blog .blog-text a:hover {
  color: #3ddaed;
}

section.blogs-container .blogs .blog .blog-text p {
  margin: 0;
  margin-top: 15px;
  font-size: 15px;
  color: #13395e;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-info {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #aab0bc;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container .blogs .blog .blog-info i {
  margin-left: 2.5px;
}

section.blogs-container .blogs > p {
  opacity: 0.9;
  font-size: 14px;
  color: #071833;
}

section.blogs-container .blogs-actions {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

section.blogs-container .blogs-actions .blogs-search {
  box-sizing: border-box;
  flex-direction: row;
  width: 100%;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 12px;
  border-radius: 15px;
}

section.blogs-container .blogs-search button img {
  height: 18px;
}

section.blogs-container .blogs-actions .b-e-i {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 19px;
  text-transform: capitalize;
  color: #13395e;
}

section.blogs-container .blogs-actions .b-e-i p {
  opacity: 0.9;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
  color: #13395e;
}

section.blogs-container .blogs-actions .b-e-i .sm-c {
  margin-top: 20px;
  display: flex;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a {
  margin-left: 17.5px;
  font-size: 20px;
  transition: opacity 0.35s;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-facebook {
  color: #17a9fd;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-whatsapp {
  color: #25d366;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:last-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:hover {
  opacity: 0.5;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs {
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b {
  color: #071833;
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b:first-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img {
  display: flex;
  width: 80px;
  border-radius: 15px;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #13395e;
  text-decoration: none;
  transition: color 0.35s;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  a:hover {
  color: #3ddaed;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info
  .b-i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aab0bc;
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info
  .dot {
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background-color: #aab0bc;
  border-radius: 50%;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info
  .b-i
  i {
  margin-left: 5px;
}

section.blogs-container .blogs-search {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}

section.blogs-container .blogs-search input {
  flex-grow: 1;
  font-size: 14px;
  color: #202124;
  border: none;
  outline: 0;
  background-color: transparent;
}

section.blogs-container .blogs-search input {
  font-size: 16px;
  flex-shrink: 1;
  min-width: 0;
}

section.blogs-container .blogs-search input::placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input:-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input::-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search button {
  cursor: pointer;
  background-color: transparent;
  color: #202124;
}

section.blogs-container .blogs-search button img {
  display: flex;
  height: 17px;
  width: auto;
}

section.blog-header .blog-info,
section.blog-details .swiper .blog-info {
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #13395e;
  font-size: 15px;
  font-weight: 500;
}

section.blog-header .blog-info .dot,
section.blog-details .swiper .blog-info .dot {
  opacity: 0.8;
  margin: 0 15px;
  width: 4px;
  height: 4px;
  background-color: #13395e;
  border-radius: 50%;
}

section.blog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(177, 215, 219, 0.3);
}

section.blog-header h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  color: #10a0b1;
  width: 600px;
  max-width: 95%;
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
}

section.blog-details .b-d-t h3 {
  position: relative;
  max-width: 90%;
  font-size: 32.5px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 0 20px;
  margin-bottom: 60px;
  color: #13395e;
}

section.blog-details {
  z-index: 1;
  margin: 0;
  margin-top: -100px;
  margin-bottom: 75px;
  width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
}

section.blog-details img {
  display: flex;
  width: 100%;
  height: auto;
}

section.blog-details .b-d-t {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 40px;
  width: 100%;
  color: #13395e;
  backdrop-filter: blur(2px);
}

section.blog-details .b-d-t h2 {
  margin-top: 7.5px;
  font-size: 23px;
}

section.blog-details .b-d-t h2,
section.blog-details .b-d-t p,
section.blog-details .b-d-t ul,
section.blog-details .b-d-t ol,
section.blog-details .b-d-t .quote {
  margin-bottom: 20px;
}

section.blog-details .b-d-t ul,
section.blog-details .b-d-t ol {
  margin-top: -15px;
  opacity: 0.8;
  padding-left: 30px;
  font-size: 15px;
}

section.blog-details .b-d-t p {
  opacity: 0.8;
  font-size: 15px;
}

section.blog-details .b-d-t p:last-child {
  margin: 0;
}

section.blog-details .b-d-t .quote {
  margin-top: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 20px;
  border-right: 3px solid #10a0b1;
}

section.blog-details .b-d-t .quote h4 {
  opacity: 0.8;
  font-size: 19px;
  line-height: 1.75;
}

section.blog-details .b-d-t .quote span {
  padding-left: 12.5px;
  position: relative;
  color: #aab0bc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

section.blog-details .b-d-t .quote span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #aab0bc;
}

section.blog-details .b-d-t .breakline {
  margin: 40px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(164, 174, 198, 0.4);
}

section.blog-details .b-d-t h3 {
  align-self: center;
  margin-bottom: 40px;
}

section.blog-details .swiper {
  width: 100%;
  padding-bottom: 40px;
}

section.blog-details .swiper a.blog-title {
  font-size: 21px;
  font-weight: 500;
  color: #10a0b1;
  text-decoration: none;
  transition: color 0.35s;
}

section.blog-details .swiper a.blog-title:hover {
  color: #3ddaed;
}

section.blog-details .swiper .blog-info {
  margin-top: 2.5px;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
}

section.blog-details .swiper .swiper-pagination {
  bottom: 0;
}

section.blog-details .swiper .blog-img {
  margin-bottom: 12.5px;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

section.blog-details .swiper .blog-img img {
  transition: transform 0.35s;
}

section.blog-details .swiper .blog-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

section.blog-details .swiper .swiper-pagination-bullet-active {
  background-color: #10a0b1;
}

.contact-container {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-container .contact-text,
.contact-container .contact-form {
  width: calc(100% - 40px);
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-container .contact-form,
.registration-container .registration-form {
  box-sizing: border-box;
  padding: 40px;
  padding-top: 20px;
  margin-top: 40px;
  flex-direction: row;
  align-items: flex-start;
  text-align: right;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  backdrop-filter: blur(3px);
}

.contact-container .contact-text h2 {
  font-size: 32.5px;
  font-weight: bold;
  color: #10a0b1;
}

.contact-container .contact-text p {
  margin-bottom: 20px;
  opacity: 0.8;
  color: #13395e;
  font-size: 16px;
  font-weight: 500;
}

.contact-container .contact-text iframe,
.home-map {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 15px;
}

.home-map {
  margin: 0;
  height: 500px;
  border-radius: 0;
}

.contact-container .contact-text .locations {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.contact-container .contact-text .locations .location {
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-container .contact-text .locations .location:first-child {
  margin: 0;
}

.contact-container .contact-text .locations .location h3 {
  margin-bottom: 7.5px;
  font-size: 18px;
  color: #13395e;
}

.contact-container .contact-text .locations .location .location-info {
  margin-top: 2.5px;
  opacity: 0.8;
  font-size: 14px;
  color: #13395e;
  transition: opacity 0.35s;
}

.contact-container .contact-text .locations .location a:hover {
  opacity: 0.5;
}

.contact-container .contact-form .input-container,
.registration-container .registration-form .input-container {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.contact-container .contact-form .input-container.w-50,
.registration-container .registration-form .input-container.w-50 {
  width: 100%;
}

.contact-container .contact-form .input-container label,
.registration-container .registration-form .input-container label {
  margin-bottom: 5px;
  color: #13395e;
  font-size: 15px;
  font-weight: 500;
}

.contact-container .contact-form .input-container input,
.contact-container .contact-form .input-container textarea,
.registration-container .registration-form .input-container input,
.registration-container .registration-form .input-container textarea,
.registration-container .registration-form .input-container select {
  display: flex;
  align-items: center;
  line-height: 1;
  resize: vertical;
  padding: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  color: #13395e;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: border 0.35s;
}

.contact-container .contact-form .input-container input:focus,
.contact-container .contact-form .input-container textarea:focus,
.registration-container .registration-form .input-container input:focus,
.registration-container .registration-form .input-container textarea:focus,
.registration-container .registration-form .input-container select:focus {
  border-color: #13395e;
}

.contact-container .contact-form .input-container button,
.registration-container .registration-form .input-container button {
  cursor: pointer;
  padding: 7.5px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #13395e;
  border: 2px solid #13395e;
  border-radius: 5px;
  transition: color 0.35s, background 0.35s;
}

.contact-container .contact-form .input-container button:hover,
.registration-container .registration-form .input-container button:hover {
  color: #13395e;
  background-color: transparent;
}

.registration-container {
  padding: 40px 0;
  width: 1000px;
  max-width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.registration-container h3 {
  font-size: 27px;
  font-weight: 500;
  color: #13395e;
}

.registration-container span {
  opacity: 0.9;
  font-size: 16px;
  color: #13395e;
}

.registration-container .registration-form {
  padding-top: 10px;
  display: flex;
  width: 100%;
}

.registration-container .registration-form .input-container {
  margin-top: 30px;
}

.registration-container .registration-form .input-container.button-container {
  align-items: center;
}

.registration-container .registration-form .input-container button {
  width: 50%;
}

.home-map-container {
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  background-color: #202b35;
  background-image: url("../images/white-education-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

footer .footer-container .item {
  display: flex;
  flex-direction: column;
  padding: 40px 50px;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #f3f4fe;
}

footer .footer-container .item h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffffff;
}

footer .footer-container .item a {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #f3f4fe;
  transition: color 0.35s;
}

footer .footer-container .item a:last-child {
  margin: 0;
}

footer .footer-container .item a:hover {
  color: #10a0b1;
}

footer .footer-container .item .s-m {
  margin-top: 25px;
  display: flex;
}

footer .footer-container .item .s-m a {
  margin: 0;
  margin-left: 20px;
}

footer .footer-container .item .s-m a:last-child {
  margin: 0;
}

footer .footer-container .item .s-m i {
  font-size: 16px;
  line-height: 1;
}

footer .copyrights {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  border-top: 1px solid rgba(136, 144, 164, 0.3);
  color: #f3f4fe;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

footer .copyrights a {
  color: #3ddaed;
  line-height: 1;
}

footer .copyrights a:hover {
  text-decoration: underline;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 500px) {
  .side-header-container .side-header {
    width: 320px;
  }

  header.home .header-container .header-logo {
    top: 20px;
    height: 40px;
  }

  .hero .hero-txt h1 {
    font-size: 32.5px;
  }

  footer .footer-container .item {
    width: calc(100% / 2);
  }
}

@media only screen and (min-width: 600px) {
  section.blog-header h1 {
    font-size: 40px;
  }

  section.blog-details {
    width: 550px;
  }

  header.home .header-container .header-logo {
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .contact-container .contact-text .locations {
    flex-direction: row;
  }

  .contact-container .contact-text .locations .location {
    margin: 0;
    width: calc(80% / 3);
  }

  .side-header-container .side-header {
    width: 340px;
  }
}

@media only screen and (min-width: 768px) {
  .features .feature {
    width: calc(100% / 2);
  }

  .extra-features .e-f-c .feature {
    width: calc(100% / 2);
  }

  section.blog-header h1 {
    font-size: 45px;
  }

  section.blog-details {
    width: 70%;
  }

  section.blog-details .b-d-t {
    padding: 50px 60px;
  }

  .registration-container .registration-form .input-container.w-50 {
    width: 47.5%;
  }

  .s-m-float {
    left: 25px;
  }

  .hero .hero-txt,
  .hero .hero-img {
    width: 75%;
  }

  header.home .header-container .header-logo {
    height: 60px;
  }

  .home-about .h-a-c .btn-container {
    width: unset;
    flex-direction: row;
  }

  .home-about .h-a-c .btn-container a {
    width: unset;
  }

  .home-about .h-a-c .btn-container a:first-child {
    margin: 0;
    margin-left: 25px;
  }

  footer {
    align-items: center;
  }

  footer .footer-container {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  section.blogs-container {
    width: calc(100% - 100px);
    flex-direction: row;
  }

  section.blogs-container .blogs {
    width: 65%;
  }

  section.blogs-container .blogs-actions {
    margin: 0;
    width: 30%;
  }

  .about-us {
    flex-direction: row;
  }

  .about-us .a-u-c {
    padding: 200px 0;
    max-width: 40%;
    align-items: flex-start;
    text-align: right;
  }

  .about-us.registration .a-u-c,
  .about-us.faq .a-u-c {
    padding: 100px 0;
    padding-top: 150px;
    max-width: unset;
    align-items: center;
    text-align: center;
  }

  .about-us .a-u-i {
    width: 40%;
    padding: 125px 0;
    margin-right: 5%;
  }

  .home-about {
    padding-top: 10%;
  }
}

@media only screen and (min-width: 1100px) {
  .home-video {
    flex-direction: row;
  }

  .home-video .video-container,
  .home-video .video-txt {
    margin: 0;
    width: 40%;
  }

  .home-video .video-txt {
    align-items: flex-start;
    text-align: right;
  }

  .home-video .video-container {
    margin-left: 75px;
  }

  .our-talent .o-t-c {
    flex-direction: row;
    align-items: flex-start;
  }

  .our-talent .o-t-c .talent {
    margin: 0;
    width: calc((100% / 3) - (40px / 2));
  }

  .extra-features .e-f-c .feature {
    width: calc(100% / 4);
  }

  .latest-articles .l-a-c {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .latest-articles .l-a-c .article {
    margin: 0;
    width: calc((100% / 3) - (100px / 3));
  }

  .about-us .a-u-i {
    width: 35%;
  }

  .hero .hero-txt,
  .hero .hero-img {
    width: 42.5%;
  }

  .latest-articles .l-a-c .article:first-child,
  .latest-articles .l-a-c .article:last-child {
    margin-top: 50px;
  }

  footer .footer-container .item {
    width: calc(100% / 4);
  }

  footer .footer-container {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  header.home .header-container {
    justify-content: center;
  }

  header .header-container .breaker {
    display: flex;
  }

  header .header-container .header-links {
    display: block;
  }

  header .header-container .container.account {
    display: flex;
  }

  header .header-container .header-menu {
    display: none;
  }

  .header-hero .header-shape {
    width: 90%;
  }

  header.home .header-container .header-logo,
  header.home.sticky .header-container .header-logo {
    height: 60px;
    margin: 0 30px;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    -ms-transform: unset;
  }

  header.home.sticky .header-container .header-logo {
    height: 50px;
  }

  .features .feature {
    width: calc(100% / 4);
  }

  section.blogs-container {
    width: 80%;
  }

  .contact-container {
    flex-direction: row;
    align-items: flex-start;
  }

  .contact-container .contact-text,
  .contact-container .contact-form {
    width: 40%;
    max-width: unset;
    align-items: flex-start;
    text-align: right;
  }

  .contact-container .contact-form {
    margin: 0;
    margin-right: 5%;
  }

  .contact-container .contact-text .locations .location {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1400px) {
  header .header-container {
    width: 85%;
  }

  .features .feature {
    padding: 10px 40px;
    flex-direction: row;
  }

  .features .feature .feature-img {
    margin: 0;
    margin-left: 20px;
  }

  .features .feature .feature-txt {
    align-items: flex-start;
    text-align: right;
  }

  .hero {
    flex-direction: row;
  }

  .hero .hero-txt {
    margin: 0;
    margin-left: 5%;
    align-items: flex-start;
    text-align: right;
  }

  .hero.home .hero-txt {
    margin: 0;
    margin-top: 7.5%;
    align-items: center;
    text-align: center;
  }

  .home-video .video-container {
    width: 32.5%;
  }

  .home-video .video-txt {
    width: 35%;
  }
}
/* Gallery page */
.gallery-body{
  width: 100%;
  position: relative;
  font-family: poppins !important;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gallery-body .cats-view{
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-body .cats-view .cat{
  /* border: 1px solid var(--secondary-color); */
  border-radius: 40px;
  background-color: transparent;
  font-size: 16px;
  padding: .12rem .75rem;
  margin: 0 .25rem;
  cursor: pointer;
  transition: .35s;
}

@media screen and (max-width:550px) {
  .gallery-body .cats-view{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-body .cats-view .cat{
      font-size: 13px;
      margin: .2rem .5rem;
      padding: .1rem .5rem;
  }
}
@media screen and (max-width:350px) {
  .gallery-body .images-view{
    margin-top: 2rem;
  }
}
.gallery-body .images-view{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-body .images-view .image-box{
  width: 29%;
  height: 250px;
  margin: .5rem;
  box-sizing: border-box;
  transition: .27s;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}
.gallery-body .images-view .image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.gallery-body .images-view .image-box .image-cat{
  border-radius: 20px;
  padding: 0.5rem 1rem;
  background-color: var(--secondary-color);
  color: white;
  position: absolute;
  right: 12px;
  top: 12px;
  text-transform: uppercase;
  /* after change to flags */
  background-color: transparent;
  padding: .0rem 0.15rem;
}
.gallery-body .images-view .vid-box{
  display:flex;
  justify-content:center;
  align-items:center;
  margin: .5rem;
  flex-direction: column;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.gallery-body .images-view .vid-box video{
  width: 300px;
  height: 170px;
  object-fit: cover;
  object-position: 50% 27%;
  border-radius: 8px 8px 0 0 ;
  cursor: pointer;
}
.gallery-body .images-view .vid-box .vid-cat{
  text-align: center;
  color: var(--secondary-color);
  font-size: 16px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;

}
.gallery-body .layout{
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  /* opacity: .75; */
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}
.gallery-body .layout .view{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  /* height: 50%; */
  /* background-color: white; */
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
}
.gallery-body .layout .view :first-child{
  border-radius: 8px;
}
.gallery-body .layout .view .vid-cat{
  display: none;
}
.gallery-body .layout .view .image-cat{
  display: none;
}
.gallery-body .layout .view img{
  width: 100%;
  height: auto;
}
.gallery-body .layout .view video{
  /* width: 90% !important; */
}
.gallery-body .layout .navigator{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(50% + 10rem);
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.gallery-body .layout .navigator .next,
.gallery-body .layout .navigator .previous{
  font-size: 55px;
  width: 40px;
  text-align: center;
  cursor: pointer;
}
.gallery-body .layout .navigator .next::selection,
.gallery-body .layout .navigator .previous::selection{
  background-color: transparent;
}

@media screen and (min-width:770px) {
  .gallery-body .images-view .image-box:hover{
      transform: scale(.92);
  }
}
@media screen and (max-width:770px) {
  .gallery-body{
      margin-top: 105px;
  }
  .gallery-body .images-view .image-box{
      width: 35%;
      margin: 1rem;
  }
  .gallery-body .images-view .image-box img{
      object-position: 50% 45%;
  }
  .gallery-body .layout .view{
      width: 60%;
      /* top: calc(50% + 10px); */
  }
  .gallery-body .layout .navigator{
      /* top: calc(50% + 1rem); */
  }
}
@media screen and (max-width:550px) {
  .gallery-body .images-view .image-box{
      width: 90%;
      height: 50%;
  }
  .gallery-body .layout .view{
      width: 90%;
      /* top: calc(50% - 1rem); */
  }
  .gallery-body .layout .navigator{
      z-index: 1;
      /* top: calc(50% - 1rem); */
      width: calc(50% + 8rem);
  }
}
