* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none;
  border-bottom: none;
  background-image: none;
}

body {
  font-family: ERPx;
  direction: rtl;
  overflow-x: hidden;
  font-size: 16px !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
div {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

input {
  outline: none;
  border: none;
  background: transparent;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}
a:focus {
  color: unset;
}
a:hover {
  color: unset;
}

.main-container {
  margin: 0 auto;
  width: 92%;
}
@media screen and (min-width: 767.5px) {
  .main-container {
    width: 90%;
  }
}
@media screen and (min-width: 1599.5px) {
  .main-container {
    max-width: 1450px;
  }
}
@media screen and (min-width: 1699.5px) {
  .main-container {
    max-width: 1550px;
  }
}

.page-footer .footer-logo-social-media-box::after, .page-footer .footer-tabs .nav-tabs .footer-tab-item.active:after, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li:not(:last-child)::after, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.sample-questions-section .sample-questions-content .breadcrumb-contents .box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.banner .banner-desc .banner-text, .events-slider .events-slide .events-description .events-text, .sample-questions-section .sample-questions-content .sample-questions-desc .sample-questions-text, .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.aims-activites .accordion-tab-container .accordion-header .accordion-header-title, .aims-activites .accordion-tab-container .accordion-content .accordion-content-list-item .accordion-content-item-link, .sample-questions-section .sample-questions-content .breadcrumb-contents .box .sample-questions-box-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-slider .events-slide .events-photo-container .photo-frame .photo-slices {
  width: 100%;
  height: 100%;
}

.slider-next-btn {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.FaNum {
  font-family: ERPxFaNum !important;
}

.gap-03 {
  gap: 0.3em;
}

.gap-05 {
  gap: 0.5em;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.gap-4 {
  gap: 4em;
}

.opacity-05 {
  opacity: 0.5;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;
  background-color: transparent;
}

.nav::before,
.nav::after {
  content: none;
}

.slider-pagination {
  position: relative;
  top: unset;
  left: unset !important;
  width: unset;
  bottom: unset;
  direction: ltr;
  transform: translate(unset, unset) !important;
  -webkit-transform: translate(unset, unset) !important;
  -moz-transform: translate(unset, unset) !important;
  -ms-transform: translate(unset, unset) !important;
  -o-transform: translate(unset, unset) !important;
}

.swiper-pagination-bullets-dynamic {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.swiper-scrollbar {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
}

/* Remove all nav-tabs styles */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* Reset tab links */
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
}

/* Remove active tab styles */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: none;
  color: inherit;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu > .active > a {
  background: transparent;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #d3d1d1;
  }
}
.header {
  width: 100%;
  z-index: 1000;
  padding: 1.1em 0;
}
.header .header-logo {
  margin-right: 2em;
}
@media (min-width: 767.5px) {
  .header .header-logo {
    margin-right: 0;
  }
}
.header .header-logo .header-logo-img {
  width: 5em;
}
@media (min-width: 575.5px) {
  .header .header-logo .header-logo-img {
    width: 6em;
  }
}
@media (min-width: 767.5px) {
  .header .header-logo .header-logo-img {
    width: 6.5em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-logo .header-logo-img {
    width: 7.5em;
  }
}
@media (min-width: 767.5px) {
  .header .header-middle {
    margin-right: 2em;
  }
}
@media (min-width: 1199.5px) {
  .header .header-middle {
    margin-right: 5em;
  }
}
.header .header-middle .bar-icon {
  font-size: 1.8em;
  z-index: 100;
  cursor: pointer;
}
.header .header-middle .bar-icon:before {
  color: #14294f;
}
.header .header-middle .nav-list {
  position: relative;
  width: 100%;
}
.header .header-middle .nav-list .nav-list-ul {
  width: 100%;
  margin-bottom: 0 !important;
}
@media (min-width: 767.5px) {
  .header .header-middle .nav-list .nav-list-ul {
    gap: 0.8em;
  }
}
@media (min-width: 991.5px) {
  .header .header-middle .nav-list .nav-list-ul {
    gap: 1.2em;
  }
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li {
  position: relative;
  color: #000;
  height: 2em;
  font-size: 0.9em;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
@media (min-width: 1499.5px) {
  .header .header-middle .nav-list .nav-list-ul .nav-list-li {
    font-size: 1em;
  }
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li:hover {
  color: #b68431;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li:hover > .fa-chevron-down {
  color: #b68431;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (min-width: 767.5px) {
  .header .header-middle .nav-list .nav-list-ul .nav-list-li:before {
    content: "";
    position: absolute;
    bottom: -4.3rem;
    opacity: 0;
    left: 50%;
    width: 9px;
    height: 9px;
    background-color: #b68431;
    border-radius: 50%;
  }
  .header .header-middle .nav-list .nav-list-ul .nav-list-li:hover::before {
    bottom: -1.3rem;
    opacity: 1;
  }
  .header .header-middle .nav-list .nav-list-ul .nav-list-li:hover > .nav-submenu-ul, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-list-li:hover > .nav-sub-submenu {
    display: flex !important;
    position: absolute;
    top: 2em;
    right: -3em;
    z-index: 50;
  }
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-link {
  margin-left: 5px;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .fa-chevron-down {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #000;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li .nav-sub-submenu, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-submenu-li .nav-sub-submenu {
  display: none !important;
  width: 17em;
  padding: 0.3em 0.8em;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  color: #000;
  border: 2px solid #f0ab38;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-submenu-li {
  position: relative;
  margin-block: 0.3em !important;
  padding: 0.8em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  color: #2959b1;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li:not(:last-child)::after, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li:not(:last-child)::after {
  content: "";
  bottom: -0.3em;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(51, 107, 209, 0) 0%, #336bd1 50.5%, rgba(51, 107, 209, 0) 100%);
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .fa-chevron-left, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li .fa-chevron-left, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-submenu-li .fa-chevron-left {
  color: #2959b1;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li:hover, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li:hover, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-submenu-li:hover {
  color: #fff;
  background-color: #508bf8;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li:hover .fa-chevron-left, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li:hover .fa-chevron-left {
  color: #fff;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li:hover .nav-sub-submenu, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li:hover .nav-sub-submenu {
  display: flex !important;
  position: absolute;
  right: 90%;
  top: 20%;
}
.header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-sub-submenu-li .nav-sub-submenu, .header .header-middle .nav-list .nav-list-ul .nav-list-li .nav-submenu-ul .nav-submenu-li .nav-sub-submenu .nav-submenu-li .nav-sub-submenu {
  width: 13em;
  padding: 0.8em;
}
.header .navbar-left-btns {
  gap: 0.5em;
}
.header .navbar-left-btns .icon-search::before {
  color: #fff;
}
.header .navbar-left-btns .nav-icon {
  font-size: 1.2em;
}
.header .navbar-left-btns .nav-big-btn {
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  width: fit-content;
  color: #1b335f;
  background-color: #ffc86d;
  font-weight: 500;
  aspect-ratio: 1;
  padding: 0.6em;
  text-align: center;
}
@media (min-width: 991.5px) {
  .header .navbar-left-btns .nav-big-btn {
    aspect-ratio: 3/1;
    padding: 1em;
    font-size: 0.9em;
  }
  .header .navbar-left-btns .nav-big-btn.signIn-btn {
    border: 0.8px solid #1b335f;
  }
  .header .navbar-left-btns .nav-big-btn.logIn-btn {
    border: 0.8px solid #fff;
    background: #508bf8;
    color: #fff;
  }
}
@media (min-width: 1199.5px) {
  .header .navbar-left-btns .nav-big-btn {
    padding: 1em 1.5em;
  }
}
.header .navbar-left-btns .nav-big-btn:hover, .header .navbar-left-btns .nav-big-btn:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
}
.header .navbar-left-btns .nav-icon {
  font-size: 1.3em;
}
@media (min-width: 991.5px) {
  .header .navbar-left-btns .nav-icon {
    margin-left: 0.3em;
  }
}
.header .navbar-left-btns .icon-search:before {
  color: #1b335f;
}
.header .mobile-menu {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  position: absolute;
  top: 0;
  right: -100%;
  width: 90%;
  visibility: hidden;
  overflow: hidden;
  z-index: 1000;
  border-radius: 22px 5px 5px 22px;
  border: 2px solid #f0ab38;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
}
@media (min-width: 575.5px) {
  .header .mobile-menu {
    width: 50%;
  }
}
.header .mobile-menu.open {
  right: 0;
  visibility: visible;
}
.header .mobile-menu .fa-times {
  padding: 1.1em;
  font-size: 2em;
  color: #2959b1;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul {
  padding: 0em 2em 1em 2em;
  max-height: 50em;
  overflow-y: auto;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li {
  position: relative;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  display: inline-block;
  color: #2959b1;
  font-weight: 400;
  padding: 0.7em;
  width: 100%;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:hover {
  color: #fff;
  background-color: #508bf8;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:hover .fa-chevron-down {
  color: #fff;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-link:active {
  color: #fff;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li.open .mobile-menu-submenu {
  max-height: 20em;
  visibility: visible;
  margin-top: 1em;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  overflow: hidden;
  border-right: 2px solid #2959b1;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link {
  width: 100%;
  display: inline-block;
  color: #2959b1;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link:hover {
  color: #fff;
  background-color: #508bf8;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .submenu-item .submenu-item-link:hover .fa-chevron-down {
  color: #fff;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu {
  max-height: 0;
  margin-right: 1em;
  padding-right: 0.8em;
  visibility: hidden;
  padding: 0 2em;
  border-right: 2px solid #2959b1;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link {
  width: 100%;
  display: inline-block;
  color: #2959b1;
  padding: 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu .sub-submenu-item-link:hover {
  color: #fff;
  background-color: #508bf8;
}
.header .mobile-menu .mobile-menu-ul .mobile-menu-li .mobile-menu-submenu .sub-submenu.open {
  margin-top: 1em;
  max-height: 20em;
  visibility: visible;
}

.page-footer {
  overflow: hidden;
  position: relative;
  padding-top: 4em;
}
.page-footer .footer-logo-social-media-box {
  position: relative;
  width: 100%;
  margin-bottom: 3em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-social-media-box {
    width: 23%;
    margin-bottom: 0;
  }
  .page-footer .footer-logo-social-media-box .footer-logo {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1429.5px) {
  .page-footer .footer-logo-social-media-box {
    width: 19%;
  }
}
.page-footer .footer-logo-social-media-box::after {
  content: "";
  bottom: -2.7em;
  width: 100%;
  height: 1px;
  background: #1b335f;
}
@media (min-width: 575.5px) {
  .page-footer .footer-logo-social-media-box::after {
    display: none;
  }
}
.page-footer .footer-tabs {
  gap: 3em;
  width: 100%;
}
@media (min-width: 575.5px) {
  .page-footer .footer-tabs {
    width: 70%;
    gap: 2em;
  }
}
.page-footer .footer-tabs .nav-tabs {
  position: relative;
  width: 100%;
  gap: 1.5em;
  padding: 1em 0;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item {
  position: relative;
  width: 30%;
  padding-block: 1em;
  text-align: center;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active:after {
  content: "";
  bottom: -1em;
  width: 60%;
  height: 1em;
  background: url(../images/home-page/divider-lines.svg) no-repeat;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item.active .footer-tab-link {
  color: #1b335f !important;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link {
  color: rgba(27, 51, 95, 0.47);
  font-weight: 500;
  font-size: 1.05em;
}
.page-footer .footer-tabs .nav-tabs .footer-tab-item .footer-tab-link:hover {
  color: #1b335f !important;
}
.page-footer .footer-ul-columns {
  width: 70%;
}
.page-footer .footer-ul-columns .footer-ul-column {
  gap: 2em;
  width: 30%;
}
.page-footer .footer-ul-columns .footer-ul-column .footer-ul-column-title {
  position: relative;
  margin-bottom: 0.8em;
  color: #283676;
  font-weight: 500;
  font-size: 1em;
}
.page-footer .footer-ul-columns .footer-ul-column .footer-ul-column-title:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -1.6em;
  width: 40%;
  height: 1em;
  background: url(../images/home-page/divider-lines.svg) no-repeat;
  background-position-x: right;
  background-size: contain;
}
.page-footer .footer-ul .footer-li {
  margin-bottom: 0.8em;
}
.page-footer .footer-ul .footer-li .footer-link {
  padding: 0;
  width: 100%;
  color: #1b335f;
  text-align: right;
  font-family: ERPxFaNum !important;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2;
}
.page-footer .footer-ul .footer-li .footer-icon {
  font-weight: 600;
  color: #ffa40c;
}
.page-footer .footer-ul .footer-li .footer-icon:before {
  color: #ffa40c;
  font-weight: 500;
}
.page-footer .footer-ul .footer-li .footer-icon.icon-fax {
  font-size: 1.8em;
}
.page-footer .footer-ul .footer-li .footer-icon.icon-location-tick, .page-footer .footer-ul .footer-li .footer-icon.icon-sms {
  font-size: 1.6em;
}
.page-footer .footer-ul .footer-li .footer-icon.icon-phone-ringing {
  font-size: 1.4em;
}
.page-footer .footer-social-media-links {
  width: 100%;
  gap: 2em;
}
@media (min-width: 575.5px) {
  .page-footer .footer-social-media-links {
    gap: 1.5em;
    width: 10em;
  }
}
@media (min-width: 1199.5px) {
  .page-footer .footer-social-media-links {
    width: 100%;
  }
}
.page-footer .footer-social-media-links .media-link-box {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  background: #ffa40c;
  padding: 0.6em;
}
.page-footer .footer-social-media-links .media-link-box .footer-media-icon {
  font-size: 1.5em;
}
.page-footer .footer-social-media-links .media-link-box .footer-media-icon:before {
  color: #fff;
}
.page-footer .footer-social-media-links .media-link-box .icon-linkedIn,
.page-footer .footer-social-media-links .media-link-box .icon-telegram {
  font-size: 1.3em;
}
.page-footer .created-by {
  width: 100%;
  background: #ffa30c;
  padding: 1em;
  position: relative;
  z-index: 100;
  gap: 2em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by {
    padding-inline: 2.5em;
  }
}
.page-footer .created-by .footer-bottom-ul {
  margin-bottom: 0;
  color: #fff;
  gap: 1.4em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul {
    width: 30%;
    gap: 0;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text {
  text-align: center;
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.7em;
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text {
    text-align: right;
    list-style-type: disc;
  }
}
.page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
  content: "";
  position: absolute;
  bottom: -1.1em;
  left: 50%;
  width: 70%;
  height: 0.7px;
  background-color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-ul .footer-bottom-text:first-child:before {
    display: none;
  }
}
.page-footer .created-by .footer-bottom-btn-container {
  gap: 1.5em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .page-footer .created-by .footer-bottom-btn-container {
    width: 30%;
    margin-bottom: -0.7em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  width: 50%;
  height: 3em;
  padding: 0.8em;
  gap: 0.5em;
  background: #fff;
  border-radius: 9px;
  color: #000;
  font-size: 0.8em;
  font-weight: 500;
}
@media (min-width: 575.5px) {
  .page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
    width: 12em;
  }
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-google-play {
  font-size: 1.2em;
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn .icon-apple {
  font-size: 1.4em;
  padding-bottom: 7px;
}
.page-footer .abrisham-logo {
  width: 100%;
  gap: 0.6em;
}
@media (min-width: 991.5px) {
  .page-footer .abrisham-logo {
    width: 30%;
  }
}
.page-footer .abrisham-logo .law-message {
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.page-footer .abrisham-logo .law-message .abrisham-logo-img {
  width: 2em;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #6396fd;
  font-size: 1.6em;
  margin-right: 3px;
  margin-bottom: 3px;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #6c4807;
  font-size: 1.6em;
  margin-right: 0.2em;
  margin-bottom: 3px;
}

@keyframes sliceInHorizontal {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes sliceInVertical {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sliceInGrid {
  0% {
    opacity: 1;
    transform: scale(0) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes sliceInDiagonal {
  0% {
    opacity: 1;
    transform: translateY(-100%) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
/* Animation Classes */
.slice-horizontal {
  animation: sliceInHorizontal 0.5s ease-out forwards;
  -webkit-animation: sliceInHorizontal 0.5s ease-out forwards;
}

.slice-vertical {
  animation: sliceInVertical 0.5s ease-out forwards;
  -webkit-animation: sliceInVertical 0.5s ease-out forwards;
}

.slice-grid {
  animation: sliceInGrid 0.5s ease-out forwards;
  -webkit-animation: sliceInGrid 0.5s ease-out forwards;
}

.slice-diagonal {
  animation: sliceInDiagonal 0.5s ease-out forwards;
  -webkit-animation: sliceInDiagonal 0.5s ease-out forwards;
}

.text-slide-in {
  animation: slideInRight 0.5s ease-out forwards;
  -webkit-animation: slideInRight 0.5s ease-out forwards;
}

.text-fade-up {
  animation: fadeUp 0.5s ease-out forwards;
  -webkit-animation: fadeUp 0.5s ease-out forwards;
}

.text-bounce-in {
  animation: bounceIn 0.5s ease-out forwards;
  -webkit-animation: bounceIn 0.5s ease-out forwards;
}

.text-rotate-in {
  animation: rotateIn 0.5s ease-out forwards;
  -webkit-animation: rotateIn 0.5s ease-out forwards;
}

@keyframes shaking-1 {
  0% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
  25% {
    transform: translateX(-6px) rotate(3deg) skew(4deg, -2deg);
  }
  50% {
    transform: translateX(2px) rotate(-2deg) skew(-3deg, 2deg);
  }
  75% {
    transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
    -webkit-transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
    -moz-transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
    -ms-transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
    -o-transform: translateX(-2px) rotate(2deg) skew(2deg, -1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg) skew(0deg, 0deg);
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #d3d1d1;
  }
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 198, 245, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(234, 198, 245, 0.2);
  }
}
@keyframes pulse-slow {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}
@keyframes push {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes pulse-beat {
  0% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) skew(-5deg, 3deg) rotate(-4deg);
  }
  50% {
    transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -webkit-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -moz-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -ms-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
    -o-transform: translate(-4px, -6px) skew(6deg, -4deg) rotate(5deg);
  }
  75% {
    transform: translate(3px, 3px) skew(-3deg, 2deg) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0) skew(0deg, 0deg) rotate(0deg);
  }
}
@keyframes scale-up-top {
  0% {
    transform: scale(0.5);
    transform-origin: center top;
  }
  100% {
    transform: scale(1);
    transform-origin: center top;
  }
}
@keyframes blink {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.97);
  }
  75% {
    transform: scale(0.93);
  }
}
@keyframes rotate-blink {
  0%, 100% {
    transform: scale(1) rotate(10deg);
    -webkit-transform: scale(1) rotate(10deg);
    -moz-transform: scale(1) rotate(10deg);
    -ms-transform: scale(1) rotate(10deg);
    -o-transform: scale(1) rotate(10deg);
  }
  25% {
    transform: scale(0.95) rotate(10deg);
    -webkit-transform: scale(0.95) rotate(10deg);
    -moz-transform: scale(0.95) rotate(10deg);
    -ms-transform: scale(0.95) rotate(10deg);
    -o-transform: scale(0.95) rotate(10deg);
  }
  50% {
    transform: scale(0.97) rotate(10deg);
    -webkit-transform: scale(0.97) rotate(10deg);
    -moz-transform: scale(0.97) rotate(10deg);
    -ms-transform: scale(0.97) rotate(10deg);
    -o-transform: scale(0.97) rotate(10deg);
  }
  75% {
    transform: scale(0.93) rotate(10deg);
    -webkit-transform: scale(0.93) rotate(10deg);
    -moz-transform: scale(0.93) rotate(10deg);
    -ms-transform: scale(0.93) rotate(10deg);
    -o-transform: scale(0.93) rotate(10deg);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotateZ(0);
  }
  20% {
    transform: rotateZ(15deg);
  }
  40% {
    transform: rotateZ(-15deg);
  }
  60% {
    transform: rotateZ(7deg);
  }
  80% {
    transform: rotateZ(-7deg);
  }
}
@keyframes groove {
  0%, 100% {
    transform: skewY(0) rotate(0);
  }
  15% {
    transform: skewY(-10deg) rotateZ(8deg);
  }
  35% {
    transform: skewY(10deg) rotateZ(-8deg);
  }
  55% {
    transform: skewY(-6deg) rotateZ(-4deg);
  }
  85% {
    transform: skewY(6deg) rotateZ(4deg);
  }
}
@keyframes tata {
  0%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1) rotate(3deg);
  }
  40% {
    transform: scale(0.97);
  }
  60% {
    transform: scale(0.99) rotate(-3deg);
  }
  80% {
    transform: scale(1.05);
  }
}
@keyframes jerk {
  0%, 100% {
    transform: translateX(0) rotateZ(0);
  }
  20% {
    transform: translateX(-5px) rotateZ(-15deg);
  }
  40% {
    transform: translateX(5px) rotateZ(15deg);
  }
  60% {
    transform: translateX(-3px) rotateZ(5deg);
  }
  80% {
    transform: translateX(3px) rotateZ(-5deg);
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scaleX(1);
  }
  20% {
    transform: scaleX(0.9);
  }
  50% {
    transform: scaleX(1.25);
  }
  85% {
    transform: scaleX(0.8);
  }
}
@keyframes flicker {
  0%, 100% {
    transform: skewX(0);
  }
  20% {
    transform: skewX(8deg);
  }
  40% {
    transform: skewX(-8deg);
  }
  60% {
    transform: skewX(4deg);
  }
  80% {
    transform: skewX(-4deg);
  }
}
@keyframes wobble-top {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(6deg);
  }
  30% {
    transform: translateX(15px) rotate(-6deg);
  }
  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }
}
@keyframes wobble-bottom {
  0%, 100% {
    transform: translateX(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-left {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(-6deg);
  }
  30% {
    transform: translateY(15px) rotate(6deg);
  }
  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-right {
  0%, 100% {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    transform: translateY(-6px) rotate(1.2deg);
  }
}
.shaking-1 {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.shaking-1-on-hover:hover, .shaking-1-on-hover:focus {
  animation: shaking-1 0.6s infinite;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: shaking-1 0.6s infinite;
}

.scale-up-center {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.scale-up-center-on-hover:hover, .scale-up-center-on-hover:focus {
  animation: scale-up-center 1.2s infinite;
  -webkit-animation: scale-up-center 1.2s infinite;
}

.push {
  animation: push 0.5s infinite;
  -webkit-animation: push 0.5s infinite;
}

.push-on-hover:hover, .push-on-hover:focus {
  animation: push 1s forwards;
  -webkit-animation: push 1s forwards;
}

.pulseShadow {
  animation: pulseShadow 1s forwards;
  -webkit-animation: pulseShadow 1s forwards;
}

.pulseShadow-on-hover:hover, .pulseShadow-on-hover:focus {
  animation: pulseShadow 0.5s forwards;
  -webkit-animation: pulseShadow 0.5s forwards;
}

.pulse-beat {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse-beat-on-hover:hover, .pulse-beat-on-hover:focus {
  animation: pulse-beat 0.6s ease-in-out;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse-beat 0.6s ease-in-out;
}

.pulse:hover {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
}

.scale-up-top {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.scale-up-top-on-hover:hover, .scale-up-top-on-hover:focus {
  animation: scale-up-top 0.4s;
  -webkit-animation: scale-up-top 0.4s;
}

.blink {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.blink-on-hover:hover, .blink-on-hover:focus {
  animation: blink 0.8s infinite;
  -webkit-animation: blink 0.8s infinite;
}

.rotate-blink {
  animation: rotate-blink 0.8s infinite;
  -webkit-animation: rotate-blink 0.8s infinite;
}

.rotate-blink-on-hover:hover, .rotate-blink-on-hover:focus {
  animation: rotate-blink 0.8s infinite;
  -webkit-animation: rotate-blink 0.8s infinite;
}

.swing {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.swing-on-hover:hover, .swing-on-hover:focus {
  animation: swing 0.8s infinite;
  -webkit-animation: swing 0.8s infinite;
}

.groove {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.groove-on-hover:hover, .groove-on-hover:focus {
  animation: groove 0.8s infinite;
  -webkit-animation: groove 0.8s infinite;
}

.jerk {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jerk-on-hover:hover, .jerk-on-hover:focus {
  animation: jerk 0.8s infinite;
  -webkit-animation: jerk 0.8s infinite;
}

.jelly {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.jelly-on-hover:hover, .jelly-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.flicker-on-hover:hover, .flicker-on-hover:focus {
  animation: jelly 0.8s infinite;
  -webkit-animation: jelly 0.8s infinite;
}

.pulse-slow {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.pulse-slow-on-hover:hover, .pulse-slow-on-hover:focus {
  animation: pulse-slow 1s ease-in-out infinite alternate;
  -webkit-animation: pulse-slow 1s ease-in-out infinite alternate;
}

.wobble-top {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-top-on-hover:hover, .wobble-top-on-hover:focus {
  animation: wobble-top 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-top 1s ease-in-out infinite alternate;
}

.wobble-bottom {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-bottom-on-hover:hover, .wobble-bottom-on-hover:focus {
  animation: wobble-bottom 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-bottom 1s ease-in-out infinite alternate;
}

.wobble-left {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-left-on-hover:hover, .wobble-left-on-hover:focus {
  animation: wobble-left 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-left 1s ease-in-out infinite alternate;
}

.wobble-right {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

.wobble-right-on-hover:hover, .wobble-right-on-hover:focus {
  animation: wobble-right 1s ease-in-out infinite alternate;
  -webkit-animation: wobble-right 1s ease-in-out infinite alternate;
}

:root {
  --orange-clr-1: #ffa40c;
  --orange-clr-2: #f6a929;
  --orange-clr-3: #ffcc77;
  --orange-clr-4: #ffbc4d;
  --orange-clr-5: #ffdb9f;
  --blue-clr-1: #508bf8;
  --blue-clr-2: #e8eef8;
  --blue-clr-3: #e2ecff;
  --blue-clr-4: #96bbff;
  --navy-blue-clr: #1b335f;
  --white-clr: #fff;
  --fz-text-1: 0.9em;
  --fz-text-2: 1em;
  --fz-section-title: 1.8em;
  --fw-400: 400;
  --fw-500: 500;
  --fw-900: 900;
}
@media (min-width: 767.5px) {
  :root {
    --fz-section-title: 2em;
  }
}
@media (min-width: 1199.5px) {
  :root {
    --fz-text-2: 1.1em;
    --fz-section-title: 2.3em;
  }
}
@media (min-width: 1399.5px) {
  :root {
    --fz-section-title: 2.8em;
  }
}

.title-font {
  font-family: "PFDinTextArabic" !important;
}

.section-title {
  font-size: var(--fz-section-title);
  font-weight: var(--fw-900);
}

.banner {
  position: relative;
  margin-top: 2em;
  margin-bottom: 4em;
}
.banner .banner-content {
  overflow: hidden;
  position: relative;
  padding-inline: 1em;
  padding-top: 6%;
  padding-bottom: 24%;
  border: 5px solid #ffc566;
  border-radius: 30px 70px 30px 100px;
  -webkit-border-radius: 30px 70px 30px 100px;
  -moz-border-radius: 30px 70px 30px 100px;
  -ms-border-radius: 30px 70px 30px 100px;
  -o-border-radius: 30px 70px 30px 100px;
  background: url(../images/education-research-assistance/banner-pattern.svg) no-repeat;
  background-size: 100%;
  background-position: 0 19em;
  background-color: var(--blue-clr-1);
}
@media (min-width: 767.5px) {
  .banner .banner-content {
    padding-bottom: 8%;
    border-radius: 30px 100px 30px 228px;
    -webkit-border-radius: 30px 100px 30px 228px;
    -moz-border-radius: 30px 100px 30px 228px;
    -ms-border-radius: 30px 100px 30px 228px;
    -o-border-radius: 30px 100px 30px 228px;
    padding-inline: 4%;
    background: url(../images/education-research-assistance/banner-pattern-2.png) left no-repeat;
    background-size: 55% 100%;
    background-color: var(--blue-clr-1);
  }
}
.banner .banner-desc {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (min-width: 767.5px) {
  .banner .banner-desc {
    width: 65%;
  }
}
@media (min-width: 991.5px) {
  .banner .banner-desc {
    width: 62%;
  }
}
.banner .banner-desc .banner-text {
  -webkit-line-clamp: 8;
  line-clamp: 8;
  font-size: 0.9em;
  line-height: 1.8;
  text-align: justify;
  color: var(--white-clr);
  margin-block: 3em;
}
@media (min-width: 767.5px) {
  .banner .banner-desc .banner-text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
    margin-bottom: 0;
    padding-right: 7%;
    width: 78%;
  }
}
@media (min-width: 1399.5px) {
  .banner .banner-desc .banner-text {
    font-size: 1.1em;
  }
}
.banner .banner-desc .banner-text .icon-double-quote {
  font-size: 1.2em;
  padding-bottom: 12px;
}
.banner .banner-title {
  position: relative;
  font-weight: 900;
  line-height: 1.5;
  font-size: 1.6em;
  text-align: center;
}
@media (min-width: 767.5px) {
  .banner .banner-title {
    text-align: right;
    width: 95%;
  }
}
@media (min-width: 899.5px) {
  .banner .banner-title {
    font-size: 2em;
  }
}
@media (min-width: 1199.5px) {
  .banner .banner-title {
    font-size: 2.4em;
  }
}
@media (min-width: 1299.5px) {
  .banner .banner-title {
    font-size: 2.8em;
  }
}
@media (min-width: 1499.5px) {
  .banner .banner-title {
    font-size: 3.3em;
  }
}
.banner .banner-title .banner-title-part-1 {
  color: var(--white-clr);
}
.banner .banner-title .banner-title-part-2 {
  position: relative;
  color: var(--orange-clr-1);
  display: block;
  width: fit-content;
}
@media (min-width: 767.5px) {
  .banner .banner-title .banner-title-part-2 {
    display: inline;
  }
}
.banner .banner-title .banner-title-part-2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
  height: 1em;
  background: url(../images/education-research-assistance/underline-vector.svg) no-repeat left;
  background-size: contain;
}
.banner .banner-img-container {
  width: 100%;
  z-index: 10;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 6px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 88px 25px 0 rgba(0, 0, 0, 0), 0 56px 22px 0 rgba(0, 0, 0, 0.01), 0 32px 19px 0 rgba(0, 0, 0, 0.05), 0 14px 14px 0 rgba(0, 0, 0, 0.09), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 767.5px) {
  .banner .banner-img-container {
    width: 30%;
  }
}
.banner .banner-img-container .banner-img {
  width: 100%;
  aspect-ratio: 8/9;
  z-index: 10;
}

.aims-activites {
  position: relative;
}
.aims-activites:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11em;
  width: 10em;
  aspect-ratio: 1/4;
  background: url(../images/education-research-assistance/pattern-vector-3.svg) no-repeat left;
  background-size: 100%;
}
@media (min-width: 767.5px) {
  .aims-activites:before {
    background: url(../images/education-research-assistance/pattern-vector-2.svg) no-repeat left;
    background-size: 100%;
    bottom: 0;
    top: unset;
    width: 17%;
    aspect-ratio: 2/3;
  }
}
.aims-activites .icon-star-like {
  position: absolute;
  bottom: -2em;
  right: 5%;
  font-size: 1.5em;
  color: var(--orange-clr-3);
}
@media (min-width: 999.5px) {
  .aims-activites .icon-star-like {
    bottom: 60%;
  }
}
.aims-activites .section-title {
  margin-bottom: 2em;
}
.aims-activites .section-title .title-part-one {
  position: relative;
  color: var(--orange-clr-2);
}
.aims-activites .section-title .title-part-one:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5em;
  width: 100%;
  height: 0.6em;
  background: url(../images/education-research-assistance/section-underline-vector.svg) no-repeat left;
  background-size: contain;
}
.aims-activites .section-title .title-part-two {
  color: var(--blue-clr-1);
}
@media (min-width: 767.5px) {
  .aims-activites .accordion-item {
    display: flex;
  }
}
.aims-activites .accordion-tab-container {
  position: relative;
  width: 100%;
}
@media (min-width: 999.5px) {
  .aims-activites .accordion-tab-container {
    width: 72%;
    margin-inline: auto;
  }
}
.aims-activites .accordion-tab-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3em;
  width: 17%;
  height: 1em;
  background: url(../images/home-page/wave-line.svg) no-repeat center;
  background-size: 100%;
}
@media (min-width: 767.5px) {
  .aims-activites .accordion-tab-container:before {
    width: 13%;
    top: -27%;
  }
}
@media (min-width: 999.5px) {
  .aims-activites .accordion-tab-container:before {
    left: -13%;
  }
}
.aims-activites .accordion-tab-container .accordion-header {
  width: 100%;
  padding: 1em 1.5em;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border: 1px solid rgba(80, 139, 248, 0.13);
  background: --blue-clr-2;
  color: var(--blue-clr-1);
  background: var(--blue-clr-2);
  font-size: var(--fz-text-1);
  font-weight: var(--fw-500);
  cursor: pointer;
}
@media (min-width: 767.5px) {
  .aims-activites .accordion-tab-container .accordion-header {
    padding-inline: 3em;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 45%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (min-width: 1199.5px) {
  .aims-activites .accordion-tab-container .accordion-header {
    width: 37%;
  }
}
.aims-activites .accordion-tab-container .accordion-header.active {
  color: var(--white-clr);
  border: 0.7px solid var(--navy-blue-clr);
  background: var(--blue-clr-1);
  box-shadow: 0 58px 16px 0 rgba(0, 0, 0, 0), 0 37px 15px 0 rgba(0, 0, 0, 0.03), 0 21px 13px 0 rgba(0, 0, 0, 0.1), 0 9px 9px 0 rgba(0, 0, 0, 0.17), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 767.5px) {
  .aims-activites .accordion-tab-container .accordion-header.active {
    transform: translateX(-2.5em);
    -webkit-transform: translateX(-2.5em);
    -moz-transform: translateX(-2.5em);
    -ms-transform: translateX(-2.5em);
    -o-transform: translateX(-2.5em);
  }
}
.aims-activites .accordion-tab-container .accordion-header.active .icon-chevron-left {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.aims-activites .accordion-tab-container .accordion-header.active .icon-chevron-left:before {
  color: var(--white-clr);
}
.aims-activites .accordion-tab-container .accordion-header.active .icon-long-arrow {
  display: flex !important;
}
.aims-activites .accordion-tab-container .accordion-header.active .accordion-header-title {
  text-align: right;
}
.aims-activites .accordion-tab-container .accordion-header .icon-chevron-left {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  font-size: 1.3em;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.aims-activites .accordion-tab-container .accordion-header .icon-chevron-left:before {
  color: var(--blue-clr-1);
}
.aims-activites .accordion-tab-container .accordion-header .icon-long-arrow {
  display: none !important;
}
.aims-activites .accordion-tab-container .accordion-header .accordion-header-title {
  text-align: right;
  width: 80%;
  font-size: 1em;
}
@media (min-width: 767.5px) {
  .aims-activites .accordion-tab-container .accordion-header .accordion-header-title {
    text-align: center;
  }
}
@media (min-width: 1399.5px) {
  .aims-activites .accordion-tab-container .accordion-header .accordion-header-title {
    font-size: 1.3em;
  }
}
.aims-activites .accordion-tab-container .accordion-content {
  position: relative;
  padding: 1.5em;
}
.aims-activites .accordion-tab-container .accordion-content:before {
  content: "";
  position: absolute;
  right: 0.2em;
  top: 1.2em;
  width: 4px;
  height: 78%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: var(--blue-clr-1);
}
@media (min-width: 767.5px) {
  .aims-activites .accordion-tab-container .accordion-content {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .aims-activites .accordion-tab-container .accordion-content.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    z-index: 1;
    pointer-events: auto;
  }
  .aims-activites .accordion-tab-container .accordion-content:before {
    display: none;
  }
}
@media (min-width: 1199.5px) {
  .aims-activites .accordion-tab-container .accordion-content {
    width: 35%;
  }
}
.aims-activites .accordion-tab-container .accordion-content .accordion-content-list-item {
  color: var(--navy-blue-clr);
  font-size: var(--fz-text-1);
}
.aims-activites .accordion-tab-container .accordion-content .accordion-content-list-item:hover .icon-arrow-circle {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.aims-activites .accordion-tab-container .accordion-content .accordion-content-list-item .icon-arrow-circle {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 1.6em;
  color: var(--blue-clr-1);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.aims-activites .accordion-tab-container .accordion-content .accordion-content-list-item .accordion-content-item-link {
  width: 80%;
}
@media (min-width: 1399.5px) {
  .aims-activites .accordion-tab-container .accordion-content .accordion-content-list-item .accordion-content-item-link {
    font-size: 1.1em;
  }
}

.events-section {
  position: relative;
  padding-block: 3em;
}
.events-section .icon-star-like {
  position: absolute;
  left: 10%;
  top: 12%;
  font-size: 1.5em;
}
.events-section .icon-star-like:before {
  color: var(--blue-clr-4);
}

.events-content {
  width: 100%;
  position: relative;
}

.events-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em 0 4em;
  overflow: hidden;
  position: relative;
}
.events-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.events-slider .events-slide .events-photo-container {
  width: 92%;
  aspect-ratio: 6/7;
  position: relative;
  background: url(../images/education-research-assistance/event-frame-pattern.svg) center no-repeat;
  background-size: cover;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
@media (min-width: 767.5px) {
  .events-slider .events-slide .events-photo-container {
    margin-block: 0;
    width: 42%;
  }
}
.events-slider .events-slide .events-photo-container .photo-frame {
  position: relative;
  width: 88%;
  aspect-ratio: 6/7;
  background: linear-gradient(45deg, #b0ccf0, #e0e0e0);
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 6px solid rgba(80, 139, 248, 0.3);
  box-shadow: 0 88px 25px 0 rgba(0, 0, 0, 0), 0 56px 22px 0 rgba(0, 0, 0, 0.01), 0 32px 19px 0 rgba(0, 0, 0, 0.05), 0 14px 14px 0 rgba(0, 0, 0, 0.09), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.events-slider .events-slide .events-photo-container .photo-frame .photo-slices {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.events-slider .events-slide .events-photo-container .photo-frame .photo-slice {
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.events-slider .events-slide .events-description {
  width: 100%;
  margin-bottom: 0.5em;
}
@media (min-width: 767.5px) {
  .events-slider .events-slide .events-description {
    width: 40%;
    padding-right: 0.7em;
  }
}
@media (min-width: 1199.5px) {
  .events-slider .events-slide .events-description {
    width: 30%;
  }
}
.events-slider .events-slide .events-description .events-text {
  color: var(--navy-blue-clr);
  text-align: justify;
  font-size: var(--fz-text-1);
  font-style: normal;
  font-weight: var(--fw-400);
  line-height: 2;
  margin-top: 0.7em;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  height: 10em;
}
@media (min-width: 767.5px) {
  .events-slider .events-slide .events-description .events-text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
    margin-bottom: 1.5em;
    height: 10em;
  }
}
@media (min-width: 991.5px) {
  .events-slider .events-slide .events-description .events-text {
    -webkit-line-clamp: 8;
    line-clamp: 8;
    height: 16em;
  }
}
.events-slider .events-slide .events-tag {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0.3em;
  color: var(--navy-blue-clr);
  background: var(--orange-clr-5);
  font-size: var(--fz-text-1);
}
.events-slider .events-slide .events-title {
  position: relative;
  width: 100%;
  line-height: 2;
  text-align: center;
  font-size: var(--fz-section-title);
  font-weight: var(--fw-900);
  color: var(--blue-clr-1);
  margin-bottom: 0.5em;
}
@media (min-width: 767.5px) {
  .events-slider .events-slide .events-title {
    text-align: right;
  }
}
@media (min-width: 1199.5px) {
  .events-slider .events-slide .events-title {
    font-size: 2.8em;
  }
}
.events-slider .events-slide .events-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.3em;
  width: 32%;
  height: 0.6em;
  background: url(../images/education-research-assistance/section-underline-vector.svg) no-repeat left;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(72%) sepia(56%) saturate(6246%) hue-rotate(198deg) brightness(97%) contrast(101%);
}

.slider-navigation {
  width: 100%;
  z-index: 100;
  margin-top: 1em;
}
@media (min-width: 767.5px) {
  .slider-navigation {
    width: 39%;
    margin-top: 0;
    left: 0;
    transform: translate(10%, -2em);
    -webkit-transform: translate(10%, -2em);
    -moz-transform: translate(10%, -2em);
    -ms-transform: translate(10%, -2em);
    -o-transform: translate(10%, -2em);
  }
}
@media (min-width: 1199.5px) {
  .slider-navigation {
    width: 30%;
    transform: translate(22%, -3em);
    -webkit-transform: translate(22%, -3em);
    -moz-transform: translate(22%, -3em);
    -ms-transform: translate(22%, -3em);
    -o-transform: translate(22%, -3em);
  }
}
.slider-navigation .current-slide {
  font-size: 1.6em;
}

.navigation-icon-container {
  width: 2.2em;
  aspect-ratio: 1;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border: 0.7px solid var(--blue-clr-1);
}
.navigation-icon-container:hover {
  background-color: var(--orange-clr-4);
}

.navigation-icon {
  margin-top: 2px;
  font-size: 0.6em;
}
.navigation-icon:before {
  color: var(--blue-clr-1);
}

.sample-questions-section .sample-questions-content {
  position: relative;
  overflow: hidden;
  padding: 4em 1em;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--blue-clr-1);
  margin-bottom: 53px;
}
@media (min-width: 991.5px) {
  .sample-questions-section .sample-questions-content {
    padding-inline: 3em;
  }
}
@media (min-width: 1199.5px) {
  .sample-questions-section .sample-questions-content {
    padding-inline: 5em;
  }
}
.sample-questions-section .sample-questions-content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 13em;
  height: 14em;
  background: url(../images/education-research-assistance/sample-question-back-pattern-top.svg) no-repeat center;
  background-size: cover;
}
.sample-questions-section .sample-questions-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13em;
  height: 14em;
  background: url(../images/education-research-assistance/sample-question-back-pattern-bottom.svg) no-repeat center;
  background-size: cover;
}
.sample-questions-section .sample-questions-content .sample-questions-desc {
  width: 100%;
  gap: 2em;
  padding-inline: 1em;
}
@media (min-width: 767.5px) {
  .sample-questions-section .sample-questions-content .sample-questions-desc {
    padding-inline: 0;
    width: 40%;
  }
}
@media (min-width: 991.5px) {
  .sample-questions-section .sample-questions-content .sample-questions-desc {
    gap: 3em;
  }
}
.sample-questions-section .sample-questions-content .sample-questions-desc .title-container .section-title {
  position: relative;
  color: var(--white-clr);
}
.sample-questions-section .sample-questions-content .sample-questions-desc .title-container .section-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5em;
  width: 100%;
  height: 0.6em;
  background: url(../images/education-research-assistance/section-underline-vector.svg) no-repeat left;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(259deg) brightness(105%) contrast(104%);
}
.sample-questions-section .sample-questions-content .sample-questions-desc .title-container .section-subtitle {
  color: var(--white-clr);
  font-size: var(--fz-text-1);
}
.sample-questions-section .sample-questions-content .sample-questions-desc .sample-questions-text {
  position: relative;
  padding-right: 1.5em;
  color: var(--white-clr);
  font-size: var(--fz-text-1);
  text-align: justify;
  line-height: 2;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.sample-questions-section .sample-questions-content .sample-questions-desc .sample-questions-text::before {
  content: "";
  position: absolute;
  right: 0.2em;
  top: 0.7em;
  width: 4px;
  height: 86%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: var(--orange-clr-1);
}
.sample-questions-section .sample-questions-content .sample-questions-desc .submit-btn {
  width: 100%;
  padding: 0.8em 0.5em;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border: 1px solid var(--orange-clr-1);
  background: var(--white-clr);
  color: var(--blue-clr-1);
  box-shadow: 0 76px 21px 0 rgba(0, 0, 0, 0), 0 48px 19px 0 rgba(0, 0, 0, 0.01), 0 27px 16px 0 rgba(0, 0, 0, 0.05), 0 12px 12px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 767.5px) {
  .sample-questions-section .sample-questions-content .sample-questions-desc .submit-btn {
    width: 60%;
  }
}
.sample-questions-section .sample-questions-content .sample-questions-desc .books-img {
  width: 63%;
}
@media (min-width: 767.5px) {
  .sample-questions-section .sample-questions-content .sample-questions-desc .books-img {
    width: 70%;
    transform: translate(-4em, 0) !important;
    -webkit-transform: translate(-4em, 0) !important;
    -moz-transform: translate(-4em, 0) !important;
    -ms-transform: translate(-4em, 0) !important;
    -o-transform: translate(-4em, 0) !important;
  }
}
.sample-questions-section .sample-questions-content .breadcrumb-contents {
  width: 100%;
}
@media (min-width: 767.5px) {
  .sample-questions-section .sample-questions-content .breadcrumb-contents {
    width: 50%;
  }
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb {
  width: 90%;
  margin: 2em auto;
}
@media (min-width: 767.5px) {
  .sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb {
    margin-top: 0;
  }
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb #breadcrumb-center {
  margin-left: auto;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb #breadcrumb-center .icon-arrow-left {
  font-size: 0.6em;
  margin-inline: 0.5em;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb #breadcrumb-center .icon-arrow-left:before {
  color: var(--white-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb .fa-home {
  color: var(--white-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb .crumb {
  color: var(--white-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents #breadcrumb .active-crumb {
  color: orange;
  font-weight: bold;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions {
  gap: 0.9em;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  background-color: var(--white-clr);
  z-index: 1;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:before {
  background: url(../images/education-research-assistance/sample-question-box-pattern.svg) no-repeat center;
  background-size: cover;
  z-index: 0;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .sample-questions-box-inside {
  padding: 0.5em;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover {
  background: var(--orange-clr-1);
  transform: rotate(-4deg) translateY(3px);
  -webkit-transform: rotate(-4deg) translateY(3px);
  -moz-transform: rotate(-4deg) translateY(3px);
  -ms-transform: rotate(-4deg) translateY(3px);
  -o-transform: rotate(-4deg) translateY(3px);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active:before, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover:before {
  display: none;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active .sample-questions-box-img, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover .sample-questions-box-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(276deg) brightness(110%) contrast(91%);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active .divider, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover .divider {
  display: none;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active .arrow-container, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover .arrow-container {
  border-color: var(--navy-blue-clr);
  background: var(--white-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active .arrow-container .icon-arrow-left:before, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover .arrow-container .icon-arrow-left:before {
  color: var(--navy-blue-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active .download-container, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover .download-container {
  background: var(--white-clr);
  border: 1px solid var(--navy-blue-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box:active .download-container .download-text, .sample-questions-section .sample-questions-content .breadcrumb-contents .box:hover .download-container .download-text {
  display: flex;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .sample-questions-box-img {
  width: 32%;
  filter: brightness(0) saturate(100%) invert(54%) sepia(33%) saturate(5010%) hue-rotate(200deg) brightness(100%) contrast(95%);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .sample-questions-box-name {
  width: 100%;
  text-align: center;
  font-size: var(--fz-text-1);
  color: var(--navy-blue-clr);
  z-index: 1;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .divider {
  width: 50%;
  height: 1px;
  background: #c0c0c0;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .arrow-container {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  width: 2.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid transparent;
  z-index: 1;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .arrow-container .icon-arrow-left {
  font-size: 0.6em;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .arrow-container .icon-arrow-left:before {
  color: var(--blue-clr-1);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .download-container {
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  padding: 0.5em;
  width: 70%;
  font-size: 0.8em;
}
@media (min-width: 1399.5px) {
  .sample-questions-section .sample-questions-content .breadcrumb-contents .box .download-container {
    width: 60%;
  }
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .box .download-container .download-text {
  display: none;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-box,
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box {
  width: 90%;
  aspect-ratio: 10/11;
}
@media (min-width: 399.5px) {
  .sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-box,
  .sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box {
    width: 44%;
  }
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box:hover {
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  background: var(--orange-clr-1);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box:hover:before {
  display: none;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box:hover .divider {
  display: none;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box:hover .arrow-container {
  background-color: var(--white-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-sub-box .sample-questions-box-inside {
  gap: 1.6em;
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-grade-box,
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-subsub-box {
  width: 44%;
  aspect-ratio: 1;
}
@media (min-width: 575.5px) {
  .sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-grade-box,
  .sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-subsub-box {
    width: 29%;
  }
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-grade-box:hover,
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-subsub-box:hover {
  background: var(--orange-clr-1);
  transform: rotate(-6deg) translateY(3px);
  -webkit-transform: rotate(-6deg) translateY(3px);
  -moz-transform: rotate(-6deg) translateY(3px);
  -ms-transform: rotate(-6deg) translateY(3px);
  -o-transform: rotate(-6deg) translateY(3px);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-grade-box:hover .arrow-container,
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-subsub-box:hover .arrow-container {
  border-color: var(--navy-blue-clr);
  background: var(--white-clr);
}
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-grade-box:hover .arrow-container .icon-arrow-left:before,
.sample-questions-section .sample-questions-content .breadcrumb-contents .sample-questions-subsub-box:hover .arrow-container .icon-arrow-left:before {
  color: var(--navy-blue-clr);
}

.news {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 6em;
}
.news .icon-star-like {
  position: absolute;
  top: -1em;
  left: 5%;
  font-size: 1.5em;
  color: var(--orange-clr-3);
}
@media (min-width: 767.5px) {
  .news .icon-star-like {
    left: 15%;
    top: 0;
  }
}
@media (min-width: 1399.5px) {
  .news .icon-star-like {
    font-size: 2em;
  }
}
.news .section-title .title-part-one {
  position: relative;
  color: var(--orange-clr-2);
}
.news .section-title .title-part-one:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5em;
  width: 170%;
  height: 0.6em;
  background: url(../images/education-research-assistance/section-underline-vector.svg) no-repeat left;
  background-size: contain;
}
.news .section-title .title-part-two {
  color: var(--blue-clr-1);
}
.news .main-container {
  position: relative;
}
.news .main-container:before {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 1em;
  width: 19%;
  height: 1em;
  background: url(../images/home-page/wave-line.svg) no-repeat center;
  background-size: 100%;
}
@media (min-width: 767.5px) {
  .news .main-container:before {
    width: 10%;
  }
}
@media (min-width: 999.5px) {
  .news .main-container:before {
    right: 7%;
    top: 1em;
    bottom: unset;
  }
}
.news .news-slider-container {
  position: relative;
  overflow: hidden;
  padding-block: 3em;
  width: 100%;
}
@media (min-width: 991.5px) {
  .news .news-slider-container {
    padding-block: 4em;
  }
}
.news .news-slider-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news-slider-container .swiper-slide .news-box {
  gap: 0.5em;
  width: 92%;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description {
  background: var(--navy-blue-clr);
  border: 1px solid var(--blue-clr-1);
  box-shadow: 0 111px 31px 0 rgba(0, 0, 0, 0), 0 71px 28px 0 rgba(0, 0, 0, 0.03), 0 40px 24px 0 rgba(0, 0, 0, 0.1), 0 18px 18px 0 rgba(0, 0, 0, 0.17), 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-title,
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-text {
  color: var(--white-clr);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-divider {
  background: var(--white-clr);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-link {
  border-color: var(--white-clr);
  background: var(--white-clr);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-link .icon-arrow-short {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-box-link .icon-arrow-short:before {
  color: var(--navy-blue-clr);
}
.news .news-slider-container .swiper-slide .news-box:hover .news-box-description .news-date {
  color: var(--white-clr);
}
.news .news-slider-container .swiper-slide .news-box .news-box-img {
  width: 100%;
  aspect-ratio: 6/5;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  object-fit: cover;
  border: 1px solid var(--blue-clr-1);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--blue-clr-2);
  padding: 1em 1.5em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-title {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  color: var(--blue-clr-1);
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  margin-block: 0.8em;
  color: var(--navy-blue-clr);
  text-align: justify;
  font-size: var(--fz-text-1);
  font-weight: var(--fw-400);
  line-height: 2;
}
@media (min-width: 439.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (min-width: 575.5px) {
  .news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-divider {
  width: 100%;
  height: 1px;
  margin-block: 1em;
  background-color: var(--blue-clr-1);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link {
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--blue-clr-1);
  width: 1.5em;
  height: 1.5em;
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link .icon-arrow-short {
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  font-size: 0.6em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-box-link .icon-arrow-short:before {
  color: var(--blue-clr-1);
}
.news .news-slider-container .swiper-slide .news-box .news-box-description .news-date {
  color: var(--navy-blue-clr);
  font-size: 0.9em;
}
.news .news-slider-container .slider-navigation {
  margin-block: 3em;
  gap: 3em;
}
@media (min-width: 991.5px) {
  .news .news-slider-container .slider-navigation {
    margin-block: 4em;
  }
}
.news .news-slider-container .slider-navigation .news-slider-prev-btn .icon-nav {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.news .news-slider-container .slider-navigation .icon-nav {
  font-size: 1em;
}
.news .news-slider-container .slider-navigation .icon-nav:before {
  color: var(--blue-clr-1);
}
.news .see-all {
  color: var(--navy-blue-clr);
  font-size: 1em;
}
.news .see-all .icon-arrow-circle {
  font-size: 2em;
}
.news .see-all .icon-arrow-circle:before {
  color: var(--navy-blue-clr);
}

.page-footer {
  background: url(../images/education-research-assistance/footer-pattern.svg) no-repeat center;
  background-size: cover;
  background-color: #fff9f0;
}
.page-footer .footer-ul-columns {
  margin-bottom: 3em;
}
.page-footer .important-links {
  gap: 1.2em;
  margin-block: 2em;
}
@media (min-width: 575.5px) {
  .page-footer .important-links {
    margin-block: 0;
  }
}
.page-footer .important-links .deputy-connection {
  color: var(--navy-blue-clr);
  font-size: var(--fz-text-1);
  font-weight: var(--fw-500);
  padding: 0.8em;
  width: 75%;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border: 1px solid var(--navy-blue-clr);
  background: linear-gradient(95deg, #ffa40c -1.77%, #ffc462 110.56%);
}
@media (min-width: 575.5px) {
  .page-footer .important-links .deputy-connection {
    width: 100%;
  }
}
.page-footer .important-links .bale-media-channel {
  color: var(--navy-blue-clr);
  font-size: var(--fz-text-1);
  font-weight: var(--fw-500);
}
.page-footer .important-links .bale-media-channel .icon-bale {
  font-size: 1.5em;
}
.page-footer .abrisham-logo .law-message {
  color: #313131;
}
.page-footer .abrisham-logo .law-message .logo-name-part-1 {
  color: #fff;
}
.page-footer .abrisham-logo .law-message .logo-name-part-2 {
  color: #ffaa1d;
}
.page-footer .created-by {
  background: var(--blue-clr-1);
}
.page-footer .created-by .footer-bottom-btn-container .footer-bottom-btn {
  color: var(--navy-blue-clr);
  border: 1px solid var(--navy-blue-clr);
}
