@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-Light.woff2")
    format("woff2"),
  url("../fonts/NotoSansArabic-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-Regular.woff2")
    format("woff2"),
  url("../fonts/NotoSansArabic-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-Medium.woff2")
    format("woff2"),
  url("../fonts/NotoSansArabic-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-SemiBold.woff2")
    format("woff2"),
  url("../fonts/NotoSansArabic-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-Bold.woff2")
    format("woff2"),
  url("../fonts/NotoSansArabic-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Arabic";
  src: url("../fonts/NotoSansArabic-ExtraBold.woff2")
    format("woff2"),
  url("../fonts/NotoSansArabic-ExtraBold.woff")
    format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("../fonts/NotoKufiArabic-Light.woff2")
    format("woff2"),
  url("../fonts/NotoKufiArabic-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("../fonts/NotoKufiArabic-Regular.woff2")
    format("woff2"),
  url("../fonts/NotoKufiArabic-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("../fonts/NotoKufiArabic-Medium.woff2")
    format("woff2"),
  url("../fonts/NotoKufiArabic-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("../fonts/NotoKufiArabic-SemiBold.woff2")
    format("woff2"),
  url("../fonts/NotoKufiArabic-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Kufi Arabic";
  src: url("../fonts/NotoKufiArabic-Bold.woff2")
    format("woff2"),
  url("../fonts/NotoKufiArabic-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,

*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: "Noto Sans Arabic", sans-serif;
  vertical-align: baseline;
  font-weight: 500;
}
html{
  font-size: 10px;
  scroll-behavior: smooth;
  background-color:#fff;
}
a{
  transition: .2s ease-in-out;
  text-decoration: none;
  color: #171717;
}

ol,
ul {
  list-style: none;
}
.direction-rtl{
  direction: rtl;
}
.pt-zero{
  padding-top: 0 !important;
}
.pb-zero{
  padding-bottom: 0 !important;
}

.mt-zero{
  margin-top: 0 !important;
}
.mb-zero{
  margin-bottom: 0 !important;
}

.hidden-overflow{
  overflow: hidden;
}
.up {
    opacity: 0;
}
.bg-attachment{
  background-attachment: fixed;
}
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
blockquote,
q {
  quotes: none;
}
.show-900, .show-700, .show-1023, .show-767, .show-639, .show-500{
  display: none !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
body {
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(../images/white-bg-pattern.webp);
  height: 89rem;
  z-index: -1;
}
img,
iframe,
video,
audio,
svg {
  max-width: 100%;
  display: unset;
}

.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
h1, h2, h3, h4, h5{
  font-family: "Noto Kufi Arabic", sans-serif;
  color: #000;
}
h1 {
  font-size: 10rem;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 2rem;
  font-weight: 700;
}
h2 {
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 1.5rem;
  color: #000;
}
h3{
  font-size: 7rem;
  line-height: 1.3;
  letter-spacing: -2px;
}
h4{
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: -1px;
}
h5{
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1rem;
}
h6{
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
p{
  line-height: 1.5;
  font-size: 2.6rem;
  color: #373737;
}
.img-full{
  width: 100%;
}
.bg-grey{
  background-color:#F2F2F2;
}
.bg-skyblue{
  background-color: #02A4E7;
}
.bg-style{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-white * {
  color: #fff;
}
.com-pd-12{
  padding: 12rem 0;
}
.pt-12{
  padding-top: 12rem;
}
.com-pd-15{
  padding: 15rem 0;
}
.com-pd-17{
  padding: 17rem 0;
}
.com-pb-15{
  padding-bottom: 15rem;
}
.pt-10{
  padding-top: 10rem !important;
}
.pb-10{
  padding-bottom: 10rem;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.space-between{
  justify-content: space-between;
}
.justify-center{
  justify-content: center;
}
.align-start{
  align-items: flex-start;
}
.align-center{
  align-items: center;
}
.align-end{
  align-items: flex-end;
}
.relative{
  position: relative;
}
.m-auto {
  margin: 0 auto;
}
.mr-l-auto{
  margin-left: auto;
}
.col-70{
  width: 70%;
}
.col-72{
  width: 72%;
}
.col-62{
  width: 62%;
}
.col-65{
  width: 65%;
}
.col-67{
  width: 67%;
}
.col-6{
  width: 60%;
}
.col-39{
  width: 39%;
}
.col-4{
  width: 40%;
}
.col-41{
  width: 41%;
}
.col-45{
  width: 45%;
}
.col-46{
  width: 46%;
}
.col-47{
  width: 47%;
}
.col-49{
  width: 49%;
}
.col-5{
  width: 50%;
}
.col-52{
  width: 52%;
}
.col-53{
  width: 53%;
}
.col-54{
  width: 54%;
}
.col-55{
  width: 55%;
}
.col-56{
  width: 56%;
}
.col-57{
  width: 57%;
}
.col-58{
  width: 58%;
}
.col-35{
  width: 35%;
}
.col-38{
  width: 38%;
}
.col-32{
  width: 32%;
}
.container{
  max-width: 1600px;
  width: 87%;
  margin: 0 auto;
}
.main-header .container {
  max-width: 1703px;
  width: 90%;
}
.header-btn.btn-primary {
  padding: 0.95rem 3.3rem;
  background-color: #AF1A46;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 5rem;
  display: inline-block;
}
.header-wrapper{
  padding: 2.8rem 0;
  z-index: 999;
  position: relative;
  direction: rtl;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  transition: background 0.5s ease;
  background: transparent;
  transition: all 0.5s ease;
}
.header-stick .header-wrapper {
  position: fixed !important;
  background-color: #fff;
  border-bottom: 1px solid #dddd;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  animation: smoothScroll 1s forwards;
  padding: 1rem 0;
}
.header-stick .header-wrapper .header-btn.btn-primary {
  font-size: 1.6rem;
}
.main-header .navigation ul li {
  font-weight: 600;
  color: #000;
  font-size: 2rem;
  margin-left: 5rem;
  position: relative;
}
.main-header .navigation ul li a {
  color: #000;
  position: relative;
  font-weight: 600;
}
.main-header .navigation ul li a::after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 0;
  height: 0.25rem;
  transform: translateX(-50%);
  background-color: #af1a46;
  transition: all 0.5s ease;
}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #af1a46;
  margin-top: 2rem;
  transition: max-height 0.2s ease-in-out;
  border-radius: .8rem;
  box-shadow: 0px 4px 13px 0px #00000040;
  min-width: 30rem;
}
.main-header .navigation .menu-item-has-children li:last-child {
  border-bottom: 0;
}
.main-header .navigation .menu-item-has-children li:hover {
  background-color: #a70535;
}
.menu-item-has-children span{
  display: none;
}
.main-header .navigation .menu-item-has-children li {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  transition: .2s ease-in-out;
}
.main-header .navigation .menu-item-has-children li a {
  padding: 2rem;
  width: 100%;
  display: block;
}
.main-header .navigation .sub-menu li a::after,
.main-header .navigation .menu-item-has-children a::after {
  display: none;
}
.menu-item-has-children.open::after {
  transform: rotate(180deg);
  transition: .2s ease-in-out;
}
.menu-item-has-children {
  outline: none;
  background-color: transparent;
  border: none;
}
.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 2rem;
  right: -2rem;
  background-image: url(../images/chevron-down.png);
  width: 1.4rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .2s ease-in-out;
}
.main-header .navigation .sub-menu.dropdown-open {
  padding: 2rem; /* Add padding when opened */
  max-height: 300px; /* Adjust as needed */
}
.main-header .navigation .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a {
  color: #fff;
  margin-left: 0;
  font-size: 2rem;
}
.main-header .navigation ul li a:hover::after {
  width: 100%;
}
.navigation{
  width: 73%;
}
.header-logo img {
  width: 14.6rem;
}
.bg-black{
  background-color: #0F0F0F;
}
.btn-primary {
  background-color: #AF1A46;
  display: inline-block;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: 600;
  border: 1px solid #AF1A46;
  padding: 0.85rem 4.3rem 0.85rem 3rem;
  letter-spacing: 2px;
  color: #fff;
}
.btn-primary:hover {
  background-color: #8f0730;
  border-color: #8f0730;
}
.btn-primary img {
  display: inline-block;
  filter: invert(1);
  margin-right: 2rem;
  width: 1.5rem;
  transition: .2s ease-in-out;
}
.btn-primary:hover img {
  transform: rotate(-45deg);
}
.btn-secondary {
  border-color: #000000;
  background-color: transparent;
  color: #000000;
}
.btn-secondary img {
  filter: brightness(0);
}
.btn-secondary:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-secondary:hover img {
  filter: invert(1);
}
.btn-white {
  background-color: #fff;
  border-color: #094941;
  color: #094941;
  padding: 1.4rem 5.5rem 1.4rem 4.5rem;
  font-family: "Noto Sans Arabic", sans-serif;
  cursor: pointer;
  transition: .2s ease-in-out;
}
.btn-primary.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}
.btn-white img {
  filter: none;
  margin-right: 3rem;
  vertical-align: middle;
  transition: .2s ease-in-out;
}
.subject-number:hover .btn-white img{
  transform: rotate(-45deg);
}
.subhead-icon h6 {
  padding-right: 2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}
.subhead-icon h6::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #AF1A46;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-control {
  outline: none;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 41%);
  width: 100%;
  padding: 1rem 0 2rem;
  font-size: 2rem;
  color: #C7C7C7;
  text-align: right;
  font-family: "Noto Sans Arabic", sans-serif;
}
.submit-form .btn-primary {
  width: 10rem;
  height: 7rem;
  outline: 0;
  background-color: transparent;
  border: 2px solid #80B6AF;
  color: #80B6AF;
  font-size: 0;
  position: relative;
  cursor: pointer;
  transition: .2s ease-in-out;
  border-radius: 0;
}
.submit-form .btn-primary:hover {
  background-color: #80B6AF;
}
.submit-form .btn-primary:hover::after {
  filter: brightness(100);
}
.submit-form .btn-primary::after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/light-green-arrow-left.png);
  width: 4.4rem;
  height: 3.2rem;
  transition: .2s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.8rem;
}
.bg-green{
  background-color: #094941;
}
.form-control::placeholder {
  color: #C7C7C7;
}
.footer-main{
  padding: 15rem 0;
  background-color: #094941;
}
.footer-main .container {
  max-width: 1600px;
  width: 90%;
}
.form-wrapper {
  grid-column-gap: 4rem;
  direction: rtl;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-links-wrapper {
  direction: rtl;
  justify-content: space-between;
  border-top: 1.5px solid rgb(191 187 182 / 17%);
  padding: 10rem 0;
  margin: 10rem 0 4rem;
  border-bottom: 1.5px solid rgb(191 187 182 / 17%);
}
.footer-form {
  width: 58%;
}
.footer-form-wraper{
  align-items: flex-end;
}
.footer-form-wraper .form-group {
  width: 36%;
}
.footer-form-wraper h4 {
  text-align: right;
  font-size: 6rem;
}
.footer-logo {
  width: 26.6rem;
}
.footer-description {
  width: 19% !important;
  margin-left: 15rem;
}
.footer-links {
  position: relative;
  width: 12%;
}
.footer-links p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #A9A9A9;
}
.footer-links h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 4.5rem;
  font-size: 2.4rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}
.social-links h5 {
  margin: 4rem 0 3rem;
  border: 0 !important;
  padding-right: 0 !important;
}
.social-links h5::before, .social-links h5::after {
  display: none;
}
.social-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5rem;
}
.social-icon img {
  vertical-align: middle;
  transition: .2s ease-in-out;
}
.social-icon:hover img {
  opacity: .6;
}
.footer-links-item li, .footer-links-item li a {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #80B6AF;
  font-weight: 400;
}
.footer-links-item li {
  margin-bottom: 1.5rem;
  position: relative;
}
.footer-links-item li a:hover {
  padding-right: 0.5rem;
}
.social-icon::after {
  content: '';
  position: absolute;
  width: 1.4px;
  height: 100%;
  background-color: #fff;
  left: -2.5rem;
}
.copyright {
  padding-bottom: 4rem;
}
.copyright p, .copyright p a {
  font-size: 2rem;
  color: rgb(255 255 255 / 40%);
  font-weight: 500;
}
.wpcf7-text.hidden {
  display: none;
}
.hp-banner {
  min-height: 90rem;
}
.hp-banner-image {
  background-color: #000;
  min-height: 90rem;
}
.hp-banner-slider .slick-slide div {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.overlay::before {
  background: linear-gradient(175.91deg, #000000 -38.85%, rgba(0, 0, 0, 0) 34.22%);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay::after {
  content: '';
  position: absolute;
  background: linear-gradient(69.29deg, rgba(0, 0, 0, 0.5) -0.6%, rgba(0, 0, 0, 0) 78.96%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-content {
  margin-left: auto;
  text-align: right;
  z-index: 99;
}
.banner-content p {
  font-size: 3rem;
}
.banner-content .btn-primary {
  margin-top: 6rem;
}
.slick-dots {
  position: absolute;
  bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #D33F6B;
  border-radius: 100%;
  margin: 0 .5rem;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #D33F6B;
}
.hp-banner-image .container {
  max-width: 1400px;
  width: 80%;
}
.arrow-down {
  position: absolute;
  bottom: 10rem;
  z-index: 99;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  width: 80%;
}
.arrow-down img {
  width: 11.8rem;
}
.get-to_know-pointers li, .advantages-content ul li {
  position: relative;
  font-size: 2.6rem;
  color: #373737;
  padding-right: 4rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.get-to_know-pointers li::before, .advantages-content ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/check.png);
  width: 2.4rem;
  height: 1.8rem;
}
.get-to-know-wrapper {
  margin-top: 3rem;
}
.mt-4{
  margin-top: 4rem;
}
.mt-10{
  margin-top: 10rem;
}
.mb-12{
  margin-bottom: 12rem;
}
.our-statics {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-column-gap: 10rem;
  margin-top: 7rem;
}
.our-statics li {
  text-align: right;
  border-bottom: 1px solid #58595B;
  padding-bottom: 3rem;
}
.our-statics h4{
  font-size: 6rem;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.marquee h4 {
  font-size: 16.1rem;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-right: 13rem;
}
.marquee h4::after {
  content: '';
  position: absolute;
  width: 6.9rem;
  height: 6.9rem;
  border: 3px solid #AF1A46;
  border-radius: 100%;
  top: 7rem;
  right: 0;
}
.marquee h4 img {
    width: 10.7rem;
    margin-left: 2rem;
}
/* Marquee Content */
.marquee {
  display: flex;
  column-gap: 5rem;
  animation: marquee 10s linear infinite;
}
/* Animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.marquee-wrapper {
  display: flex;
}
.services-icon {
  width: 30.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.services-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  background-image: url(../images/arabic-name-img.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 29.5rem;
  /*animation: rotate 12s linear infinite;*/
}
/*@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}*/
.services-icon a {
  font-size: 2.2rem;
  color: #AF1A46;
  font-weight: 600;
  line-height: 1;
  margin-top: 2rem;
}
.services-icon a:hover {
  border-bottom: 1px solid;
}
.services-icon img {
  width: 14.7rem;
  margin-top: 7rem;
}
.services-list {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 5rem;
  margin-top: 7rem;
  grid-row-gap: 5rem;
  direction: rtl;
}
.services-list-item {
  background-color: #F6F6F6;
  border-radius: 3.8rem;
  padding: 7.5rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .2s ease-in-out;
}
.services-list-item:hover, .about-sec-wrapper img:hover, .img-grey img:hover, .about-contact-image img:hover,
.previous-issues-list-item:hover {
  transform: translateY(-10px);
}
.services-list-icon img {
  width: 9.6rem;
  margin-bottom: 4.5rem;
}
.service-list-content p {
  margin-top: 3rem;
}
.service-list-content h6 {
  color: #AF1A46;
  font-size: 2rem;
  margin: 3rem 0 0 0;
  direction: ltr;
}
.service-list-content h6 img{
  width: 1.4rem;
  margin-right: 2rem;
  transition: .2s ease-in-out;
}
.img-grey img {
  border-radius: 3rem;
  transition: .2s ease-in-out;
  filter: grayscale(1);
}
.services-list-item:hover h6 img {
  transform: rotate(-45deg);
}
.img-grey:hover img {
  filter: none;
}
.founder-details p {
  margin-top: 5rem;
}
.others-services {
  margin-top: 7rem;
}
.others-services h5 {
  margin-bottom: 2rem;
}
.others-services-head p {
  margin-top: 2rem;
}
.marquee-wrapper.marquee-left,
.marquee-wrapper.marquee-left .marquee h4 {
  transform: rotate(180deg);
}
.advantages-wrapper {
  margin-top: -10rem;
}
.advantages-content p, .advantages-content ul {
  margin-top: 3rem;
}
.advantages-image{
  z-index: 9;
}
.advantages-content ul li {
  line-height: 1.5;
  margin-top: 2rem;
}
.magazine-info-list{
  counter-reset: section;
  margin-top: 10rem;
}
.magazine-info-list li {
  padding: 9rem 0;
  border-top: 1px solid #ffffff26;
}
.magazine-info-list li:last-child {
  padding-bottom: 0;
}
.magazine-info-list li::after {
  counter-increment: section;
  content: "0" counter(section) "";
  position: absolute;
  right: 0;
  font-size: 4.8rem;
  font-weight: 300;
  top: 11rem;
  line-height: 100%;
}
.magazine-info-descp {
  width: 31%;
}
.magazine-info-descp p {
  opacity: .6;
}
.magazine-heading {
  width: 41%;
  margin-right: 15rem;
}
.magazine-heading h2{
  text-align: right;
}
.magazine-readmore-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4rem;
}
.magazine-readmore-cta a, .magazine-readmore-cta h6 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
  opacity: .6;
}
.magazine-readmore-cta a {
  color: #80B6AF;
  opacity: 1;
  position: relative;
  padding-right: 10rem;
  margin-right: 3rem;
}
.magazine-readmore-cta a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7.9rem;
  height: 1px;
  background-color: #939393;
  right: 0;
}
.container-width-big {
  max-width: 1718px;
  width: 90%;
}
#testimonial-slider,
.testimonial-list-item {
  transform: rotate(180deg);
}
.testimonial-list-main {
  border-radius: 4rem;
  padding: 10rem 9rem;
}
.testimonials-heading h6 {
  margin-bottom: 1.5rem;
}
.testimonials-heading h6::after {
  background-color: #fff;
}
.testimonial-list-item {
  padding-top: 7rem;
}
.testimonial-list-item .quotes-icon {
  width: 3.7rem;
  height: 3.2rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.testimonial-list-item p {
  font-size: 4rem;
  margin-bottom: 5rem;
}
.client-info {
  justify-content: flex-end;
  direction: ltr;
}
.client-info-content h5 {
  font-size: 3rem;
}
.client-info-content h6 {
  font-size: 2rem;
  margin-bottom: 0;
}
.client-thumbnail {
  width: 8.3rem;
  height: 8.3rem;
  margin-left: 2.5rem;
}
.client-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
/*.testimonial-list .slick-slide {
  width: 103.4rem;
}*/
.slider-counter {
  display: flex;
  align-items: center;
  height: max-content;
  flex-direction: row-reverse;
}
.slider-counter span {
  font-size: 4rem;
  color: rgb(255 255 255 / 40%);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.slide-separator {
  width: 11.6rem;
  height: .15rem;
  background-color: #EFEAE3;
  margin: 0 2rem;
}
.educational-tour-list {
  justify-content: flex-end;
  text-align: right;
  border-top: 1px solid #BFBBB6;
  padding-top: 5rem;
  margin-top: 5rem;
  transition: .2s ease-in-out;
}
.educational-tour-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.educational-arrow {
  width: 4.1rem;
  position: absolute;
  left: 0;
  transition: .2s ease-in-out;
}
.educational-tour-list:hover .educational-arrow {
  transform: rotate(45deg);
}
.educational-tour-list:hover .educational-tours-img img{
  transform: scale(1.1);
}
.educational-tour-content h6 {
  font-size: 2rem;
  margin: 2rem 0 0;
}
.educational-tours-img {
  margin-left: 4rem;
  overflow: hidden;
  transition: transform .4s;
}
.educational-tours-img img {
  border-radius: 2rem;
  transition: transform .4s;
  height: 37rem;
  object-fit: cover;
}
.educational-tours-img{
  border-radius: 2rem;
}
.educational-tours-img:hover img {
  transform: scale(1.1);
  border-radius: 2rem;
}
.educational-tour-content h3 {
  font-weight: 400;
  line-height: 1.35;
}
.container-width{
  width: 90%;
  max-width: 1703px;
}
.about-our-statics {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 10rem;
  margin-bottom: 5rem;
}
.about-our-statics li {
  text-align: right;
  border-bottom: 1px solid #58595B;
  padding-bottom: 3rem;
}
.about-sec-wrapper img{
  border-radius: 4rem;
  transition: .2s ease-in-out;
}
.about-details h4 {
  margin: 6rem 0 3rem;
}
.first-edition-wrapper p{
  font-weight: 400;
}
.first-edition-wrapper ol {
  margin-top: 5rem;
}
.first-edition-wrapper ol li {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 2rem;
  position: relative;
  padding-right: 3rem;
}
.first-edition-wrapper ol li::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 4rem;
  background-color: #EF4824;
  top: 0;
  right: 0;
}
.objectives-list {
  columns: 2;
  grid-column-gap: 9rem;
  margin-top: 7rem;
  counter-reset: section;
  direction: rtl;
}
.objectives-list li {
  font-size: 2.6rem;
  position: relative;
  font-weight: 400;
  line-height: 1.7;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 5rem 8rem 5rem 0;
  text-align: right;
}
.objectives-list li::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero) "/";
  position: absolute;
  right: 0;
  font-size: 2.8rem;
  font-weight: 400;
}
.about-objectives {
  margin-top: 11rem;
}
.about-objectives-content h5 {
  line-height: 1.5;
}
.about-objectives-content h5:not(:last-child) {
  margin-bottom: 6rem;
}
.about-objectives-image img {
  border-radius: 2.5rem;
}
.magazine-info-list-main:not(:last-child) {
  margin-bottom: 10rem;
}
.the-magazine {
  background-color: #F6F6F6;
  border-radius: 3.8em;
  padding: 10rem 5rem;
}
.the-magazine ul {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  justify-content: flex-end;
  grid-column-gap: 6rem;
  margin-top: 5rem;
}
.the-magazine ul li {
  border-bottom: 1px solid rgb(116 116 116 / 50%);
  width: 47.5%;
  padding: 3.2rem 0;
  justify-content: flex-end;
}
.magazine-thumb-image {
  width: 20%;
}
.magazine-info-content {
  width: 70%;
  margin-right: 4rem;
}
.the-magazine ul li img {
  border-radius: 2rem;
}
.the-label-content p {
  padding-top: 3rem;
  line-height: 1.6;
  color: #39332D;
}
.the-label-content p strong {
  color: #AF1A46;
  font-weight: 700;
}
.about-contact-wrapper {
  margin-top: 5rem;
}
.about-contact-wrapper p {
  line-height: 1.7;
  margin-top: 2rem;
}
.about-contact-image img {
  border-radius: 4rem;
  transition: .2s ease-in-out;
}
.contact-links a {
  font-size: 2.4rem;
  color: #A4A4A4;
  font-weight: 400;
  line-height: normal;
}
.contact-links img {
  margin-left: 2rem;
  width: 2.5rem;
}
.contact-form {
  margin-top: 4rem;
}
.contact-form-group-wrapper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 4rem;
}
.contact-form-group {
  margin-bottom: 6rem;
}
.contact-form-group h6 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  font-size: 3.2rem;
}
.contact-form-group:first-child .form-control {
  width: 90%;
}
.contact-form-group-wrapper .contact-form-group:first-child input {
  width: 75%;
}
.contact-form-group-wrapper .contact-form-group input {
  width: 57%;
}
.contact-form-group .form-control::Placeholder {
  color: #80B6AF;
}
.contact-form-group .form-control {
  border-bottom-color: #4D8881;
  padding-bottom: 1rem;
}
.contact-form-group h6 {
  position: absolute;
  right: 0;
  bottom: -2rem;
  font-size: 3.2rem;
  margin-bottom: 0;
}
.contact-message-group textarea.form-control {
  width: 91%;
}
button{
  outline: none;
  border: none;
}
.submit-contact-form-group button {
  font-size: 2rem;
  color: #094941;
  font-weight: 700;
  background-color: #4D8881;
  outline: none;
  border: none;
  border-radius: 4rem;
  padding: 1.4rem 7.5rem 1.4rem 10.5rem;
  position: relative;
  font-family: "Noto Sans Arabic", sans-serif;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.submit-contact-form-group button::before {
  content: '';
  position: absolute;
  left: 4.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/arrow-left-green.png);
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .2s ease-in-out;
}
.submit-contact-form-group button:hover::before {
  transform: rotate(-45deg);
}
.subject-content {
  position: relative;
  z-index: 9;
  padding: 5rem 5rem 10rem 5rem;
  width: 33%;
}
.subject-content h4 {
  margin-bottom: 4rem;
  line-height: 1.2;
}
.subject-number {
  border-radius: 3rem;
  height: 89.8rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: transform .4s;
}
.subject-number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(228.59deg, rgba(0, 0, 0, 0) 67.16%, #000000 99.88%);
  border-radius: 3rem;
}
.bank-details-wrapper {
  background-color: #F6F6F6;
  border-radius: 3.8rem;
  padding: 6rem 8rem;
}
.bank-details-info {
  width: 60%;
}
.bank-details-info h4 {
  margin-bottom: 2rem;
}
.bank-details-info li h5 {
  font-size: 2.6rem;
  color: #242424;
  margin-bottom: 0;
}
.bank-details-info li {
  margin-bottom: 2rem;
}
.bank-details-info li p {
  text-align: left;
  width: 63%;
}
.account-barcode {
  width: 26.5%;
}
.testimonials-list-main {
  border-top: 1.5px solid #BFBBB6;
  padding-top: 10rem;
}
.testimonials-list {
  background-color: #F6F6F6;
  border-radius: 3.8rem;
  padding: 4.7rem;
  margin-top: 3rem;
}
.testimonials-content {
  width: 77%;
}
.testimonials-content h4 {
  margin-bottom: 1.5rem;
}
.testimonials-image {
  width: 18.5%;
  border-radius: 3rem;
  overflow: hidden;
  transition: transform .4s;
}
.testimonials-list:hover .testimonials-image img{
  transform: scale(1.1);
}
.testimonials-list img {
  border-radius: 3rem;
  transition: transform .4s;
}
.visits-list-main {
  border-top: 1.5px solid #BFBBB6;
  padding-top: 9rem;
}
.visits-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  direction: rtl;
  grid-row-gap: 7rem;
  grid-column-gap: 4rem;
}
.visits-list-item h6 {
  line-height: 1.4;
  margin: 2rem 0 0;
}
.visits-list-thumbnail img {
  border-radius: 2.5rem;
  transition: transform .4s;
  height: 36.9rem;
  object-fit: cover;
}
.visits-list-item, .visits-list-thumbnail {
  overflow: hidden;
  transition: transform .4s;
  border-radius: 2.5rem;
}
.visits-list-item:hover img {
  transform: scale(1.1);
}
.page-numbers {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10rem .5rem 0;
  font-size: 2.5rem;
  font-weight: 500;
  transition: .2s ease-in-out;
  cursor: pointer;
}
.prev.page-numbers, .next.page-numbers{
  border: 1px solid #808080;
}
.page-numbers:hover{
  color: #AF1A46;
}
.page-numbers img {
  filter: brightness(0);
  transition: .2s ease-in-out;
  font-size: 0;
  width: .7rem;
  object-fit: contain;
}
.page-numbers:hover img {
  filter: none;
}
.prev.page-numbers img {
  transform: rotate(180deg);
}
.academic-banner h1 {
  font-size: 5rem;
  margin-bottom: 3rem;
}
.academic-banner h6 {
  margin-bottom: 1.5rem;
}
.academic-banner img {
  border-radius: 4rem;
  margin-top: 5rem;
}
.academic-details-info {
  width: 62%;
  margin: 5rem auto 0;
  font-size: 2.6rem;
}
.academic-details-info p {
  margin-top: 3.5rem;
  font-weight: 400;
}
.academic-details-info img {
  border-radius: 4rem;
}
.academic-details-info h2{
  font-size: 5rem;
  margin-top: 5rem;
}
.related-visits-sec .visits-listing {
  margin-top: 5rem;
}
.publishing-sec .container {
  max-width: 1438px;
  width: 75%;
}
.publishing-banner-image img {
  border-radius: 4rem;
  margin-top: 5rem;
}
.publishing-banner h1 {
  line-height: 1;
  margin-bottom: 1rem;
}
.publishing-banner p {
  margin-top: 2rem;
}
.publishing-details h4, .publishing-details h5 {
  font-weight: 400;
  margin-top: 5rem;
}
.publishing-details p {
  margin-top: 4rem;
  font-weight: 400;
  line-height: 2;
}
.publishing-details p strong {
  font-weight: 600;
}
.cultural-banner h5,
.cultural-banner h4{
  margin-top: 3rem;
}
.publishing-list-wrapper h6 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 2rem;
  color: #AF1A46;
  font-weight: 600;
  margin: 2.5rem 0 0 0;
}
.publishing-list-wrapper h6 img {
  border-radius: 0;
  width: 1.4rem;
  margin-right: 1.5rem;
  transition: .2s ease-in-out;
}
.publishing-list-wrapper .testimonials-list:hover h6 img {
  transform: rotate(-45deg);
}
.previous-issues-list-main {
  border-top: 1.5px solid #BFBBB6;
  padding-top: 7rem;
  margin-top: 7rem;
}
.previous-issues-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  direction: rtl;
  grid-column-gap: 5rem;
  grid-row-gap: 7rem;
}
.previous-issues-list-item{
  transition: .2s ease-in-out;
}
.previous-issues-list-item h6 {
  margin: 1rem 0 0;
  line-height: 1;
}
.previous-issues-list-thumbnail, .previous-issues-list-thumbnail img {
  border-radius: 2.5rem;
  transition: .2s ease-in-out;
}
.previous-issues-details h1 strong {
  font-weight: 700;
  display: inline-block;
}
.previous-issues-dtl-head {
  margin-bottom: 8rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #BFBBB6;
}
.df-book-wrapper {
  width: 100%;
}
.arrow-down a img {
  animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
      transform: translateY(-20px);
  }
  100% {
      transform: translateY(0);
  }
}
.editor-in-chief {
  border-top: 1px solid #ddd;
  padding-top: 15rem;
}
.editor-in-chief .advantages-image {
  position: sticky;
  top: 5rem;
  height: max-content;
}

@media (min-width: 1920px){
  .case-studies-main, .journey-list-main, .our-solutions-list-main {
    width: 88%;
  }
  .hp-banner-slide-controler {
    bottom: 42%;
  }
}
@media (min-width: 2000px){
  .case-studies-main, .journey-list-main {
    margin-left: 15.5vw;
  }
  .our-solutions-list-main{
    margin-left: 17.5vw;
  }
}
@media (min-width: 2300px){
  .case-studies-main, .journey-list-main, .our-solutions-list-main {
    margin-left: 20vw;
  }
}
@media (min-width: 2500px){
  .case-studies-main, .journey-list-main, .our-solutions-list-main {
    margin-left: 21vw;
  }
}
@media (max-width: 1600px){
  html{
    font-size: 52%;
  }
}

@media (max-width: 1440px){
  html{
    font-size: 47%;
  }
}
@media (max-width: 1370px){
  html{
    font-size: 44%;
  }
}
@media (max-width: 1300px){
  html{
    font-size: 39%;
  }
}
@media (max-width: 1080px){
  .navigation {
    width: 79%;
  }
  .container, .main-header .container {
    width: 90%;
  }
}

@media (max-width: 1023px){
  h1{
    font-size: 9rem;
  }
  h2{
    font-size: 7rem;
  }
  h3{
    font-size: 6rem;
    letter-spacing: -1px;
  }
  h4{
    font-size: 4rem;
  }
  h5{
    font-size: 2.8rem;
  }
  .our-statics h4, .footer-form-wraper h4{
    font-size: 5rem;
  }
  p{
    font-size: 2.5rem !important;
  }
  h2 br{
    display: none;
  }
  .hide-1023, .contact-form-group h6{
    display: none;
  }
  .show-1023{
    display: block !important;
  }
  .full-width-1023{
    width: 100% !important;
  }
  .header-logo img {
    width: 10.6rem;
  }
  .toggle-menu {
    width: 3.2rem;
    height: 3.2rem;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    display: block;
    bottom: 0;
    margin: auto;
  }
  .toggle-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    color: #000;
    background-color: #000;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .toggle-menu span:nth-child(3) {
    top: 13px;
  }
  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(6px) rotate(135deg);
  }
  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }
  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-7px) rotate(-135deg);
  }
  .toggle-menu.closesidebar span {
    background-color: #000;
  }
  .toggle-menu span:nth-child(2) {
    top: 6px;
    width: 80%;
  }
  .navigation ul {
    margin-right: 0;
    padding-top: 17rem;
    margin-bottom: 5rem;
  }
  .header-wrapper{
    direction: ltr;
  }
  .main-header {
    direction: inherit;
  }
  .navigation.collapse-navbar.visible {
    right: 0;
    transition: right 0.7s ease;
  }
  .navigation-menu.collapse-navbar {
    padding-right: 0;
  }
  .collapse-navbar {
    top: 0;
    right: -100%;
    transition: right 0.5s ease;
    transition: 0.5s;
    border-radius: 0;
    z-index: 99;
    transform: none;
    display: block;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
    background-image: url(../images/multiple-star-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sub-menu {
    background-color: transparent;
    border-radius: 0;
    position: static;
    box-shadow: none;
    padding-top: 0 !important;
    margin: 0 !important;
    min-width: auto;
    width: 100%;
  }
  .menu-item-has-children::after {
    top: 6rem;
    right: 3rem;
    width: 2.4rem;
    height: 1.4rem;
    filter: brightness(0);
  }
  .header-btn.btn-primary {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
  .main-header .navigation ul li {
    padding: 2.5rem 0;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    font-size: 3.5rem;
  }
  .main-header .navigation .menu-item-has-children li a {
    padding: 0;
  }
  .main-header .navigation ul li a, .main-header .navigation ul li a:hover,
  .main-header .navigation .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a {
    color: #000;
  }
  .main-header .navigation .menu-item-has-children li a {
    font-size: 3rem;
  }
  .main-header .navigation .menu-item-has-children li:hover,
  .main-header .navigation .menu-item-has-children li, .main-header .navigation .menu-item-has-children li a:hover {
    color: #e85113;
    background-color: transparent;
  }
  .main-header .navigation .menu-item-has-children li {
    padding: 1.5rem;
  }
  .about-sec-wrapper, .footer-form-wraper{
    flex-direction: column-reverse;
  }
  .about-our-statics{
    margin-top: 6rem;
  }
  .about-details img {
    margin: 6rem 0 0 auto;
  }
  .objectives-list {
    columns: 1;
  }
  .about-objectives-content{
    margin-top: 5rem;
  }
  .the-magazine ul li {
    width: 44.5%;
  }
  .the-magazine {
    padding: 8rem 5rem;
  }
  .about-us-sec {
    padding-bottom: 0 !important;
  }
  .about-us-sec .container {
    padding-bottom: 6rem;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
  }
  .contact-form-group-wrapper .contact-form-group input,
  .contact-form-group:first-child .form-control,
  .contact-message-group textarea.form-control,
  .contact-form-group-wrapper .contact-form-group:first-child input{
    width: 100%;
  }
  .first-edition-wrapper{
    margin-top: 0 !important;
  }
  .footer-form-wraper .form-group {
    width: 39%;
  }
  .form-wrapper {
    justify-content: flex-start;
    margin-top: 5rem;
  }
  .footer-links {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
  .footer-description {
    margin-bottom: 6rem;
  }
  .footer-links p {
    font-size: 2.6rem;
    padding-bottom: 5rem;
  }
  .footer-links-item li, .footer-links-item li a {
    font-size: 2.6rem;
  }
  .footer-links-item{
    display: none;
  }
  .footer-links h5 {
    font-size: 3rem;
    border-top: 1.5px solid rgb(191 187 182 / 17%);
    margin: 0;
    padding: 3.5rem 6rem 3.5rem 0;
    position: relative;
    color: #ffffff;
  }
  .footer-links h5::before, .footer-links h5::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff;
  }
  .footer-links h5::before{
    width: 3rem;
    height: 1.5px;
  }
  .footer-links h5::after{
    height: 3rem;
    width: 1.5px;
    right: 1.2rem;
  }
  .accordion-header.accordion-header-first {
    border-top: 0;
    padding-top: 0;
  }
  .accordion-header.active::after, .company-brochure-infos .accor-company.active::after{
    display: none;
  }
  .footer-links-item.social-links a {
    display: inline-flex;
  }
  .footer-links-item {
    padding-bottom: 3rem;
  }
  .copyright p, .copyright p a {
    font-size: 2.2rem;
  }
  .footer-description {
    width: 100% !important;
  }
}

@media (max-width: 900px){
  .com-pd-15{
    padding: 12rem 0;
  }
  .com-pb-15{
    padding-bottom: 12rem;
  }
  .footer-main{
    padding-top: 10rem;
  }
  .editor-in-chief {
    padding-top: 10rem;
  }
  .full-width-900{
    width: 100% !important;
  }
  .hide-900, .hp-banner-slider .slick-arrow{
    display: none !important;
  }
  .show-900{
    display: block !important;
  }
  .editor-in-chief .advantages-image {
    position: relative;
    top: 0;
    height: max-content;
  }
  .publishing-sec .container{
    width: 90%;
  }
  p{
    line-height: 1.85;
  }
  .moblie-mr-6{
    margin: 6rem 0;
  }
  .founder-details p:nth-of-type(1) {
    margin-top: 0;
  }
  .our-statics {
    grid-column-gap: 2rem;
  }
  .services-list {
    grid-template-columns: repeat(2, 1fr);
    direction: rtl;
  }
  .advantages-wrapper {
    margin-top: 10rem;
  }
  .acadmic-visit-wrapper .about-contact-image {
    margin-top: 5rem;
  }
  .others-services li:not(:last-child) {
    margin-bottom: 5rem;
  }
  .magazine-info-list li {
    flex-direction: column-reverse;
  }
  .magazine-info-descp, .magazine-heading {
    width: 100%;
  }
  .magazine-heading {
    text-align: right;
    padding-right: 10rem;
    margin-bottom: 2rem;
  }
  .educational-tour-content h6{
    margin: 0;
  }
  .educational-tour-content h3 {
    width: 90%;
    margin-left: auto;
  }
  .about-contact-image img{
    margin-bottom: 5rem;
  }
  .testimonials-content img {
    margin: 4.5rem 0;
  }
  .visits-listing, .previous-issues-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-visits-sec .visits-listing {
    grid-auto-flow: column;
    scroll-behavior: auto;
    overflow-y: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: normal;
    grid-column-gap: normal;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2rem;
  }
  .related-visits-sec .visits-listing .visits-list-item {
    scroll-snap-align: start;
    min-height: auto;
    min-width: 360px;
    margin: 0 1rem;
    max-width: 360px;
  }
}
@media (max-width: 767px){
  .hide-767{
    display: none !important;
  }
  .show-767{
    display: block !important;
  }
  .full-width-767{
    width: 100% !important;
  }
  .our-statics {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4rem;
  }
  .mb-12 {
    margin-bottom: 7rem;
  }
  .marquee h4 {
    font-size: 13.1rem;
  }
  .educational-tours .flex-box {
    justify-content: flex-end;
  }
  .subject-content {
    width: 340px;
  }
  .bank-details-info {
    margin-bottom: 5rem;
  }
  .bank-details-wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 639px){
  .full-width-639{
    width: 100% !important;
  }
  .show-639{
    display: block !important;
  }
  .hide-639{
    display: none !important;
  }
  .footer-logo {
    width: 17.6rem;
  }
  .form-wrapper {
    flex-direction: column;
  }
  .footer-form-wraper .form-group, .submit-form {
    width: 100%;
  }
  .submit-form{
    margin-top: 3rem;
  }
  .services-list {
    grid-template-columns: repeat(1, 1fr);
    direction: rtl;
    grid-row-gap: 3rem;
  }
  .service-list-content p br{
    display: none;
  }
  .testimonial-list-main {
    padding: 8rem 6rem;
  }
  h1{
    font-size: 8.5rem;
  }
  h2{
    font-size: 6.5rem;
  }
  h3{
    font-size: 5.5rem;
  }
  .the-magazine ul li{
    width: 100%;
  }
  .contact-head-wrapper{
    flex-direction: column-reverse;
    text-align: right;
  }
  .contact-links {
    width: 100%;
    margin-top: 5rem;
  }
  .previous-issues-listing{
    grid-column-gap: 2rem;
    grid-row-gap: 5rem;
  }
}
@media (max-width: 500px){
  .show-500{
    display: block !important;
  }
  .hide-500{
    display: none !important;
  }
  .client-info {
    flex-direction: column-reverse;
    align-items: flex-end;
    text-align: right;
  }
  .client-info-content h5 {
    font-size: 3rem;
    margin: 3rem 0 2rem;
  }
  .subject-content {
    width: 100%;
  }
  .bank-details-info li {
    align-items: flex-start;
  }
  .bank-details-info li p {
    text-align: right;
    width: 54%;
  }
  .page-numbers {
    width: 5.4rem;
    height: 5.4rem;
  }
  .visits-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .related-visits-sec .visits-listing .visits-list-item {
    min-width: 260px;
    max-width: 260px;
  }
  .visits-list-thumbnail img {
    height: 27.9rem;
  }
  .acadmic-visit-wrapper {
    margin-top: 0;
  }
  .pt-10 {
    padding-top: 7rem !important;
  }
  .magazine-thumb-image, .the-magazine ul li img {
      width: 100%;
  }
  .the-magazine ul li {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .magazine-info-content {
    width: 100%;
    margin-right: 0;
    margin-top: 3rem;
  }
}