* {
  flex-shrink: 0;
  align-items: flex-start;
  font-family: "Noto Kufi Arabic", "Poppins", sans-serif;
}

a {
  text-decoration: none;
  transition: opacity 0.35s;
}

a:hover {
  opacity: 0.7;
}

button,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

.inline-block {
  display: inline-block !important;
}

img {
  display: flex;
  width: 100%;
  height: auto;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

i.custom-icon {
  display: flex;
}

i.custom-icon img {
  display: flex;
}

.swiper-button-next,
.swiper-button-prev {
  color: #4d93e9;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: unset;
  min-height: 100%;
}

header {
  z-index: 1000000;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

header .top-header {
  height: 50px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

header .top-header .t-h-c {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

header .top-header .t-h-c .t-h-i {
  display: flex;
}

header .top-header .t-h-c .t-h-i .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
  color: #4d93e9;
  font-weight: 500;
}

header .top-header .t-h-c .t-h-i .info i {
  margin-right: 7.5px;
}

header .top-header .t-h-c .t-h-i .info i.custom-icon {
  height: 16px;
}

header .top-header .t-h-c .t-h-i .info i.custom-icon img {
  width: auto;
  height: 100%;
}

header .top-header .t-h-c .t-h-i .info:first-child {
  margin: 0;
}

header .top-header .t-h-c .t-h-s-m {
  display: flex;
}

header .top-header .t-h-c .t-h-s-m a {
  font-size: 17px;
  margin-left: 15px;
  color: #4d93e9;
}

header .top-header .t-h-c .t-h-s-m a:first-child {
  margin: 0;
}

header .top-header .t-h-c .t-h-s-m a i.fa-square-facebook {
  color: #17a9fd;
}

header .top-header .t-h-c .t-h-s-m a i.fa-square-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .top-header .t-h-c .t-h-s-m a i.fa-youtube {
  color: #cd201f;
}

header .header {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: background 0.35s, padding 0.35s, box-shadow 0.35s;
}

header .header.background,
header .header.sticky {
  padding: 20px 0;
  background-color: #ffffff;
}

header .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

header .header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  font-size: 15px;
}

header .header .header-container .header-menu-btn {
  cursor: pointer;
  font-size: 28px;
  color: #ffffff;
}

header .header.sticky .header-container .header-menu-btn,
header .header.background .header-container .header-menu-btn {
  color: #003583;
}

header .header .header-container .header-logo {
  display: flex;
  height: 65px;
  transition: opacity 0.35s, height 0.35s;
}

header .header.sticky .header-container .header-logo,
header .header.background .header-container .header-logo {
  height: 55px;
}

header .header .header-container .header-logo img {
  display: flex;
  width: auto;
  height: 65px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

header .header .header-container .header-logo .blue-logo {
  display: none;
}

header .header.sticky .header-container .header-logo img,
header .header.background .header-container .header-logo img {
  display: none;
}

header .header.sticky .header-container .header-logo .blue-logo,
header .header.background .header-container .header-logo .blue-logo {
  display: flex;
  height: 55px;
}

header .header .header-container .header-links {
  display: none;
}

header .header .header-container .header-links a {
  color: #ffffff;
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
}

header .header.sticky .header-container .header-links a,
header .header.background .header-container .header-links a {
  color: #003583;
}

header .header .header-container .header-links a:last-child {
  margin: 0;
}

header .header .header-container .header-btn {
  opacity: 1;
  display: none;
  align-items: center;
  padding: 7.5px 25px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #4d93e9;
  background-color: #ffffff;
  border-radius: 25px;
  transition: color 0.35s, background 0.35s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

header .header.sticky .header-container .header-btn,
header .header.background .header-container .header-btn {
  color: #ffffff;
  background-color: #003583;
}

header .header .header-container .header-btn:hover {
  color: #ffffff;
  background-color: #4d93e9;
}

header .header .header-container .header-btn i {
  margin-right: 7.5px;
}

.side-header-container {
  visibility: hidden;
  z-index: 1000001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.35s, visibility 0.35s;
}

.side-header-container.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.side-header-container .side-header {
  width: 300px;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  box-sizing: border-box;
  color: #003583;
  background-color: #f8f8f8;
  background-image: url(../images/education-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.2s;
}

.side-header-container.show .side-header {
  transform: translateX(0);
  -ms-transform: translateX(0);
}

.side-header-container .side-header .s-n-l {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: rgb(17 12 46 / 7%) 0px 48px 100px 0px;
  background-color: rgba(19, 57, 94, 0.1);
}

.side-header-container .side-header .s-n-l .logo-container {
  display: flex;
  width: 180px;
  height: auto;
}

.side-header-container .side-header .s-n-l .logo-container img {
  display: flex;
  width: 100%;
  height: auto;
}

.side-header-container .side-header .s-n-l i {
  font-size: 25px;
}

.side-header-container .side-header h3 {
  line-height: 1;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #003583;
}

.side-header-container .side-header .nav-links {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: rgba(19, 57, 94, 0.1);
}

.side-header-container .side-header .nav-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #003583;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #cfd3dc;
}

.side-header-container .side-header .nav-links a i {
  font-size: 12px;
}

.side-header-container .side-header .nav-links a:last-child {
  border: none;
}

.side-header-container .side-header .extra-info {
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  box-shadow: rgb(17 12 46 / 25%) 0px 48px 100px 0px;
  border-radius: 0;
  background: unset;
  background-color: rgba(19, 57, 94, 0.1);
}

.side-header-container .side-header .extra-info h4 {
  margin-top: 15px;
  line-height: 1;
  color: #122a4d;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.side-header-container .side-header .extra-info h4:first-child {
  margin: 0;
}

.side-header-container .side-header .extra-info .e-i-i {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.side-header-container .side-header .extra-info .e-i-i i {
  margin-right: 7.5px;
  color: #ef3d42;
  opacity: 0.8;
}

.side-header-container .side-header .extra-info .e-i-i a {
  color: #06529a;
  text-decoration: none;
}

.hero {
  position: relative;
  margin: 0;
  width: 100%;
  display: flex;
}

.hero img {
  display: flex;
  width: 100%;
  min-height: 720px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: cover;
  object-position: 20%;
}

.hero .hero-txt {
  margin-top: 70px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #ffffff;
}

.hero .hero-txt h1 {
  line-height: 1.1;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
}

.hero .hero-txt p {
  opacity: 0.7;
  margin-top: 30px;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 85px 7.5%;
  width: 100%;
  margin-top: 95px;
  color: #171717;
  background-color: #f4f4f4;
}

.about-us.contact-us {
  padding-bottom: 2.5%;
}

.about-us.events,
.about-us.publications {
  position: relative;
  background-image: url("../img/conferences-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-us.events {
  padding: 100px 7.5%;
}

.about-us.publications {
  padding: 100px 7.5%;
  background-image: url("../img/doctor-survey.jpg");
}

.about-us.events::before,
.about-us.publications::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-us.publications::before {
  backdrop-filter: blur(3px);
}

.about-us .a-u-t {
  opacity: 0.8;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.about-us.events .a-u-t,
.about-us.publications .a-u-t {
  color: rgba(255, 255, 255, 0.9);
}

.about-us .a-u-t i {
  margin-right: 10px;
  font-size: 13px;
}

.about-us.about .a-u-t {
  color: #003583;
}

.about-us h1 {
  opacity: 0.9;
  margin-top: 15px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.about-us h1 .highlight {
  position: relative;
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #4d93e9;
}

.about-us.events h1,
.about-us.publications h1 {
  color: rgba(255, 255, 255, 0.9);
}

.about-us h1 br {
  display: none;
}

.about-us h1 br.small-break {
  display: flex;
}

.home-about {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.home-about.about {
  padding: 1.5px 0;
  border: 4px dashed rgba(0, 53, 131, 0.7);
  border-left: none;
  border-right: none;
}

.home-about .home-about-img,
.home-about .home-about-txt {
  display: flex;
  width: 100%;
}

.home-about .home-about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-about .home-about-txt {
  padding: 50px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #f4f4f4;
  background-image: url(../img/know-more.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
}

.home-about.about .home-about-txt {
  background-color: rgba(0, 53, 131, 0.075);
}

.home-about .home-about-txt h2 {
  line-height: 1;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  color: #171717;
}

.home-about .home-about-txt h3 {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 600;
  color: #4d93e9;
}

.home-about .home-about-txt p {
  margin: 35px 0;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.7;
  color: #000000;
}

.home-about .home-about-txt span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #505050;
}

.home-services {
  padding: 70px 0;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  width: calc(90% + 20px);
  background-color: #ffffff;
}

.home-services.courses {
  position: relative;
  padding: 70px calc(5% - 10px);
  padding-top: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.home-services h2,
.home-videos h2,
.home-news h2,
.testimonials .testimonial h2 {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #4d93e9;
}

.home-services h2 {
  margin: 0;
  margin-bottom: 40px;
  opacity: 0.9;
  text-align: center;
  align-self: center;
  color: #171717;
  font-size: 35px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-services h2 i {
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 26px;
  color: #003583;
}

.home-services.courses h2 {
  margin-left: 0;
  z-index: 1;
  align-self: center;
}

.home-services .services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-services .services .service {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
}

.home-services.courses .services .service {
  padding: 40px;
}

.home-services .services .service .service-icon {
  margin-bottom: 15px;
  display: flex;
  width: 100px;
}

.home-services.courses .services .service .service-icon {
  z-index: 1;
  margin-bottom: 20px;
  width: 70px;
}

.home-services .services .service .service-icon img {
  display: flex;
  width: 100%;
  height: auto;
}

.home-services .services .service h3,
.home-videos .swiper .swiper-slide .video-text h3 {
  line-height: 1.25;
  opacity: 0.9;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0px;
}

.home-services .services .service p,
.home-videos .swiper .swiper-slide .video-text p,
.home-news .h-n-c .main-news p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}

.home-videos {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: #f4f4f4;
  background-image: url(../img/know-more.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-videos h2,
.home-news h2,
.testimonials .testimonial h2 {
  margin-left: 0;
  margin-bottom: 30px;
}

.home-videos h2 {
  align-self: center;
  font-size: 35px;
}

.home-videos .swiper {
  width: 90%;
}

.home-videos .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-videos .swiper .swiper-slide .video-container,
.home-videos .swiper .swiper-slide .video-text {
  display: flex;
  width: 100%;
}

.home-videos .swiper .swiper-slide .video-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.home-videos .swiper .swiper-slide .video-container video {
  display: flex;
  width: 100%;
  height: auto;
}

.home-videos .swiper .swiper-slide .video-container .video-control {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.35s, visibility 0.35s;
}

.home-videos .swiper .swiper-slide .video-container .video-control.hide {
  visibility: hidden;
  opacity: 0;
}

.home-videos .swiper .swiper-slide .video-container .video-control .play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 35px;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transition: opacity 0.35s;
}

.home-videos .swiper .swiper-slide .video-container .video-control:hover .play {
  opacity: 0.5;
}

.home-video .video-txt {
  margin-top: 50px;
  max-width: 650px;
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-videos .swiper .swiper-slide .video-text {
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-videos .swiper .swiper-slide .video-text h3 {
  font-size: 27px;
  margin: 0;
}

.home-videos .swiper .swiper-slide .video-text p {
  margin: 25px 0;
  font-size: 19px;
  font-weight: 700;
}

.home-videos .swiper .swiper-slide .video-text a,
a.learn-more {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 11px 30px 13px 30px;
  text-transform: uppercase;
  border-radius: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  background-color: #4d93e9;
  background: -webkit-linear-gradient(#207ae8, #4d93e9);
  background: -o-linear-gradient(#207ae8, #4d93e9);
  background: -moz-linear-gradient(#207ae8, #4d93e9);
  background: linear-gradient(#207ae8, #4d93e9);
}

.publications a.learn-more {
  z-index: 1;
  margin-top: 35px;
}

.home-news {
  padding: 60px 5%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-news .h-n-c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-news .h-n-c .main-news,
.home-news .h-n-c .side-news-container {
  width: 100%;
}

.home-news .h-n-c .main-news {
  display: flex;
  flex-direction: column;
}

.home-news .h-n-c .main-news .date,
.home-news .h-n-c .side-news-container .side-news .news-text .date {
  margin-top: 15px;
  color: #9a9ca2;
  font-size: 13px;
  font-weight: 700;
}

.home-news .h-n-c .main-news a,
.home-news .h-n-c .side-news-container .side-news .news-text a {
  opacity: 1;
  margin: 12.5px 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.35;
  color: #171717;
  transition: color 0.35s;
}

.home-news .h-n-c .main-news a:hover,
.home-news .h-n-c .side-news-container .side-news .news-text a:hover {
  color: #4d93e9;
}

.home-news .h-n-c .main-news p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.home-news .h-n-c .side-news-container {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.home-news .h-n-c .side-news-container .side-news {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.home-news .h-n-c .side-news-container .side-news:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.home-news .h-n-c .side-news-container .side-news:last-child {
  padding-bottom: 0;
  border: none;
}

.home-news .h-n-c .side-news-container .side-news .news-img {
  display: flex;
}

.home-news .h-n-c .side-news-container .side-news .news-text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

.home-news .h-n-c .side-news-container .side-news .news-text,
.home-news .h-n-c .side-news-container .side-news .news-img {
  width: 100%;
}

.home-news .h-n-c .side-news-container .side-news .news-text .date {
  margin: 0;
}

.home-news .h-n-c .side-news-container .side-news .news-text a {
  margin: 0;
  margin-top: 10px;
  font-size: 21px;
}

.education-experience,
.publications,
.timeline {
  box-sizing: border-box;
  padding: 100px 7.5%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f4f4f4;
}

.timeline,
.education-experience,
.home-services.courses,
.publications {
  position: relative;
  background-image: url(../img/blue-know-more.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}

.timeline {
  padding-top: 65px;
}

.timeline.first {
  margin-top: 95px;
  padding: 75px 7.5%;
  padding-bottom: 0;
}

.timeline.events {
  padding-top: 0;
  display: flex;
  justify-content: center;
}

.timeline h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline h2 i {
  margin-bottom: 10px;
  font-size: 26px;
  color: #003583;
}

.timeline.events .heading-icon i {
  font-size: 20px;
  color: #000 !important;
}
.timeline::before,
.home-services.courses::before,
.publications::before,
.education-experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 244, 244, 0.8);
}

.education-experience::before {
  background-color: rgba(244, 244, 244, 0.9);
}

.publications.posters {
  position: relative;
  padding-top: 0;
}

.publications {
  padding-top: 60px;
  flex-direction: column;
  align-items: center;
}

.publications .publications-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
}

.publications .publications-container .publication {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 25px;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px;
  border-top: 6px solid #003583;
  border-radius: 30px;
  transition: background 0.45s;
}

.publications .publications-container .publication:hover {
  cursor: pointer;
  background-color: rgba(0, 53, 131, 0.5);
}

.publications.posters .publications-container .publication:hover {
  cursor: default;
}

.education-experience .education-experience-column {
  z-index: 1;
  margin-top: 40px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.education-experience .education-experience-column:first-child {
  margin: 0;
}

.education-experience .education-experience-column span {
  z-index: 1;
  color: #4d93e9;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.education-experience .education-experience-column h2,
.publications h2,
.timeline h2 {
  opacity: 0.9;
  color: #171717;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
}

.timeline h2 {
  flex-shrink: 1;
  text-align: center;
  width: 100%;
  font-size: 26px;
}

.timeline .timeline-container {
  position: relative;
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.timeline .timeline-container::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: -2.5px;
  background-color: #d9dee2;
}

.timeline .timeline-container .timeline-item {
  position: relative;
  padding: 40px 35px;
  box-sizing: border-box;
  margin-top: 40px;
  width: calc(100% - 32.5px);
  background: linear-gradient(
    145deg,
    rgba(226, 232, 236, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  box-shadow: 0px 0px 15px rgba(201, 205, 207, 0.35),
    0px 0px 15px rgba(224, 217, 217, 0.3);
  border-radius: 50px 0 50px 0;
}

.timeline .timeline-container .timeline-item::before,
.timeline .timeline-container .timeline-item::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -30px;
  width: 30px;
  height: 5px;
  background-color: #d9dee2;
}

.timeline .timeline-container .timeline-item::after {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: calc(20% + 2.5px);
  left: unset;
  right: -32.5px;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  background-color: #f4f4f4;
  border: 5px solid #d9dee2;
  border-radius: 50%;
}

.timeline .timeline-container .timeline-item:first-child {
  margin: 0;
}

.publications h2 {
  text-align: center;
}

.education-experience .education-experience-column .e-e-c {
  margin-top: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: 5px solid #d9dee2;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i {
  padding: 40px 35px;
  margin-top: 50px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    145deg,
    rgba(226, 232, 236, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  box-shadow: 5px 5px 15px rgba(226, 232, 236, 0.85),
    -5px -5px 15px rgba(255, 255, 255, 0.75);
  border-radius: 50px;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i:first-child {
  margin: 0;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i::before,
.education-experience .education-experience-column .e-e-c .e-e-c-i::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -30px;
  width: 30px;
  height: 5px;
  background-color: #d9dee2;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i::after {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: calc(20% + 2.5px);
  left: -32.5px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f4f4f4;
  border: 5px solid #d9dee2;
  border-radius: 50%;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i h3,
.publications .publications-container .publication h3,
.timeline .timeline-container .timeline-item h3,
.home-services.courses .services .service h3 {
  opacity: 0.9;
  color: #171717;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: color 0.45s;
}

.home-services.courses .services .service h3 {
  margin: 0;
  font-size: 17px;
}

.publications .publications-container .publication h3 sup,
.timeline .timeline-container .timeline-item h3 sup {
  opacity: 0.9;
  color: #171717;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  transition: color 0.45s;
}

.publications .publications-container .publication:hover h3,
.publications .publications-container .publication:hover h3 sup {
  color: #ffffff;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i span,
.timeline .timeline-container .timeline-item > span {
  opacity: 0.7;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3e41;
  letter-spacing: 0.5px;
}

.timeline .timeline-container .timeline-item > span,
.publications .publications-container .publication p {
  display: flex;
  align-items: center;
  margin-top: 7.5px;
}

.timeline .timeline-container .timeline-item > span {
  flex-wrap: wrap;
}

.timeline .timeline-container .timeline-item > span img,
.publications .publications-container .publication p img {
  margin: 0 7.5px;
  display: inline-block;
  height: 12.5px;
  width: auto;
}

.education-experience .education-experience-column .e-e-c .e-e-c-i p,
.publications .publications-container .publication p {
  opacity: 0.9;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #e3e9ed;
  margin-top: 20px;
  padding-top: 20px;
  color: #3c3e41;
  font-size: 18px;
  line-height: 28px;
  transition: color 0.45s;
}

.publications .publications-container .publication:hover p {
  color: #ffffff;
}

.publications .publications-container .publication p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.45;
}

.publications.posters .publications-container .publication p {
  display: block;
}

.publications .publications-container .publication p:last-child:not(.one) {
  border: none;
  margin: 0;
  padding: 0;
}

.publications .publications-container .publication .year {
  margin-right: 7.5%;
  margin-top: -1.5px;
  position: absolute;
  padding: 5px 15px;
  top: 0;
  right: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  color: #003583;
  border: 3px solid #003583;
  background-color: #ffffff;
  border-radius: 7.5px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.testimonials {
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-image: url(../img/testimonials-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.testimonials .testimonial-overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 53, 131, 0.6);
}

.testimonials .testimonial {
  position: relative;
  padding: 60px 10%;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonials .testimonial h2 {
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.testimonials .testimonial .loader {
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/testimonials-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% + 100px);
  font-size: 40px;
  color: #ffffff;
}

.testimonials .testimonial .loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 53, 131, 0.6);
}

.testimonials .testimonial .loader i {
  animation-name: spin;
  animation-duration: 750ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.home-map {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.home-map iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.contact-container {
  padding: 75px 5%;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f4f4f4;
}

.contact-container .sm-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact-container .sm-container img {
  display: flex;
  width: 100%;
  height: auto;
}

.contact-container .sm-container .sm-links {
  margin-right: -35px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-container .sm-container .sm-links .sm-item {
  box-sizing: border-box;
  padding: 40px;
  width: calc((100% / 4) - 70px);
  min-width: 200px;
  margin: 35px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #003583;
  border-radius: 15px;
  transition: color 0.35s, background 0.35s;
}

.contact-container .sm-container .sm-links .sm-item:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #003583;
}

.contact-container .sm-container .sm-links .sm-item i {
  font-size: 29px;
}

.contact-container .sm-container .sm-links .sm-item span {
  margin-top: 10px;
}

.contact-container .contact-info-container {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-container .contact-info-container .iframe-container {
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 100%;
  border: 3.5px dashed #003583;
  border-radius: 25px;
}

.contact-container .contact-info-container:nth-child(odd) .iframe-container {
  order: 2;
}

.contact-container .contact-info-container .iframe-container iframe {
  width: 100%;
  height: 400px;
  border-radius: 25px;
}

.contact-container .contact-info-container .iframe-container .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 17.5%) rotate(90deg);
  -ms-transform: translate(-50%, 17.5%) rotate(90deg);
  display: flex;
  width: 175px;
  height: auto;
}

.contact-container
  .contact-info-container:nth-child(odd)
  .iframe-container
  .arrow {
  margin-left: 0;
  margin-right: 10px;
  left: unset;
  right: 100%;
  transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
}

.contact-container .contact-info-container .iframe-info {
  box-sizing: border-box;
  margin-top: 195px;
  width: 310px;
  max-width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    145deg,
    rgba(226, 232, 236, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  box-shadow: 0px 0px 15px rgba(206, 209, 211, 0.5),
    0px 0px 15px rgba(236, 230, 230, 0.45);
  border-radius: 20px 0 20px 0;
}

.contact-container .contact-info-container:nth-child(odd) .iframe-info {
  margin-left: 0;
  margin-right: 15%;
}

.contact-container .contact-info-container .iframe-info .info-container {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  color: #003583;
  font-size: 18px;
  line-height: 1.35;
}

.contact-container
  .contact-info-container
  .iframe-info
  .info-container:first-child {
  margin: 0;
}

.contact-container
  .contact-info-container
  .iframe-info
  .info-container
  .info-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  width: 50px;
  height: 50px;
  color: #003583;
  background-color: rgba(0, 53, 131, 0.15);
  border-radius: 50%;
}

.contact-container
  .contact-info-container
  .iframe-info
  .info-container
  .info-text {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

.contact-container
  .contact-info-container
  .iframe-info
  .info-container
  .info-text
  h3 {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b8b8b;
}

.contact-container
  .contact-info-container
  .iframe-info
  .info-container
  .info-text
  span {
  opacity: 0.9;
  margin-top: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

section.blogs-container {
  box-sizing: border-box;
  margin-top: 95px;
  padding: 50px 7.5%;
  width: 100%;
  display: flex;
  align-self: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f4f4f4;
}

section.blogs-container *:not(i),
section.blog-details *:not(i) {
  font-family: "Noto Kufi Arabic", "Poppins", sans-serif;
  box-sizing: border-box;
}

section.blogs-container .blogs {
  width: 100%;
}

section.blogs-container .blogs .blog {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 4px 12px;
  overflow: hidden;
}

section.blogs-container .blogs .blog:last-child {
  margin: 0;
}

section.blogs-container .blogs .blog .blog-img {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

section.blogs-container .blogs .blog .blog-img::after,
section.blog-details .swiper .blog-img::after {
  box-sizing: border-box;
  opacity: 0;
  padding-bottom: 10%;
  content: "View more";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.35s, opacity 0.35s, padding 0.35s;
}

section.blogs-container .blogs .blog .blog-img:hover::after,
section.blog-details .swiper .blog-img:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding: 0;
}

section.blogs-container .blogs .blog .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  transition: transform 0.5s;
}

section.blogs-container .blogs .blog .blog-img:hover img {
  transform: scale(1.1);
}

section.blogs-container .blogs .blog .blog-text {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 50px;
}

section.blogs-container .blogs .blog .blog-text a {
  line-height: 1.45;
  font-size: 26px;
  font-weight: 500;
  color: #242a52;
  text-decoration: none;
  transition: color 0.35s;
}

section.blogs-container .blogs .blog .blog-text a:hover {
  color: #1c7eda;
}

section.blogs-container .blogs .blog .blog-text p {
  margin: 0;
  margin-top: 15px;
  font-size: 15px;
  color: #242a52;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}

section.blogs-container .blogs .blog .blog-info {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8a909c;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container .blogs .blog .blog-info i {
  margin-right: 2.5px;
}

section.blogs-container .blogs > p {
  opacity: 0.9;
  font-size: 14px;
  color: #242a52;
}

section.blogs-container .blogs-search {
  padding: 7.5px 15px;
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}

section.blogs-container .blogs-search input {
  line-height: 1.35;
  flex-shrink: 1;
  min-width: 0;
  flex-grow: 1;
  font-size: 16px;
  color: #202124;
  border: none;
  outline: 0;
  background-color: transparent;
}

section.blogs-container .blogs-search input::placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input:-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search input::-ms-input-placeholder {
  color: #202124;
}

section.blogs-container .blogs-search button {
  cursor: pointer;
  background-color: transparent;
  color: #202124;
}

section.blogs-container .blogs-search button img {
  display: flex;
  height: 17px;
  width: auto;
}

section.blogs-container .blogs-actions {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

section.blogs-container .blogs-actions .blogs-search {
  flex-direction: row;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 12px;
  border-radius: 15px;
}

section.blogs-container .blogs-search {
  padding: 15px 20px;
}

section.blogs-container .blogs-search button img {
  height: 18px;
}

section.blogs-container .blogs-actions .b-e-i {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  color: #242a52;
}

section.blogs-container .blogs-actions .b-e-i p {
  opacity: 0.9;
  margin: 0;
  line-height: 1.75;
  font-size: 14px;
  color: #242a52;
}

section.blogs-container .blogs-actions .b-e-i .sm-c {
  margin-top: 20px;
  display: flex;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a {
  margin-right: 17.5px;
  font-size: 20px;
  transition: opacity 0.35s;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-facebook {
  color: #17a9fd;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a i.fa-youtube {
  color: #ff0000;
}
section.blogs-container .blogs-actions .b-e-i .sm-c a:last-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .sm-c a:hover {
  opacity: 0.5;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs {
  display: flex;
  flex-direction: column;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b {
  color: #242a52;
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b:first-child {
  margin: 0;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img {
  display: flex;
  width: 80px;
  overflow: hidden;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-img img {
  display: flex;
  width: 100%;
  height: auto;
  max-height: 70px;
  object-fit: cover;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
}

section.blogs-container .blogs-actions .b-e-i .side-blogs .s-b .blog-text a {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #242a52;
  text-decoration: none;
  transition: color 0.35s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  a:hover {
  color: #1c7eda;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info
  .b-i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a909c;
  font-size: 14px;
  font-weight: 500;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info
  .dot {
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background-color: #8a909c;
  border-radius: 50%;
}

section.blogs-container
  .blogs-actions
  .b-e-i
  .side-blogs
  .s-b
  .blog-text
  .blog-info
  .b-i
  i {
  margin-right: 5px;
}

section.blog-header {
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 0 180px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 3px dashed rgba(52, 63, 82, 0.6);
  background-color: #f4f4f4;
}

section.blog-header h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: bold;
  color: #343f52;
  font-family: "Manrope", sans-serif;
  width: 800px;
  max-width: 95%;
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
}

section.blog-details {
  z-index: 1;
  margin: 0;
  margin-top: -100px;
  margin-bottom: 75px;
  width: calc(100% - 30px);
  display: flex;
  align-self: center;
  flex-direction: column;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
}

section.blog-details img {
  display: flex;
  width: 100%;
  height: auto;
}

section.blog-details .b-d-t {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 40px;
  width: 100%;
  color: #1c355e;
}

section.blog-details .b-d-t h2,
section.blog-details .b-d-t p,
section.blog-details .b-d-t ul,
section.blog-details .b-d-t ol,
section.blog-details .b-d-t .quote {
  margin-bottom: 20px;
  line-height: 1.6;
}

section.blog-details .b-d-t h2 {
  margin-top: 7.5px;
  margin-bottom: 12.5px;
  font-size: 23px;
  font-weight: 500;
}

section.blog-details .b-d-t ul,
section.blog-details .b-d-t ol {
  margin-top: -15px;
  opacity: 0.8;
  padding-left: 30px;
  font-size: 15px;
}

section.blog-details .b-d-t p {
  opacity: 0.8;
  font-size: 15px;
}

section.blog-details .b-d-t p:last-child {
  margin: 0;
}

section.blog-details .b-d-t .quote {
  margin-top: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  border-left: 3px solid #1c7eda;
}

section.blog-details .b-d-t .quote h4 {
  opacity: 0.8;
  font-size: 19px;
  line-height: 1.75;
}

section.blog-details .b-d-t .quote span {
  padding-left: 12.5px;
  position: relative;
  color: #8a909c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

section.blog-details .b-d-t .quote span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #8a909c;
}

section.blog-details .b-d-t .breakline {
  margin: 60px 0;
  width: 100%;
  height: 1px;
  background-color: rgba(164, 174, 198, 0.3);
}

section.blog-details .swiper {
  width: 100%;
  padding-bottom: 40px;
}

section.blog-details .swiper a.blog-title {
  font-size: 21px;
  font-weight: 500;
  color: #1c355e;
  text-decoration: none;
  transition: color 0.35s;
}

section.blog-details .swiper a.blog-title:hover {
  color: #00acee;
}

section.blog-details .swiper .swiper-pagination {
  bottom: 0;
}

section.blog-details .swiper .blog-img {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

section.blog-details .swiper .blog-img img {
  transition: transform 0.35s;
}

section.blog-details .swiper .blog-img:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

section.blog-details .swiper .swiper-pagination-bullet-active {
  background-color: #06529a;
}

section.blog-header .blog-info,
section.blog-details .swiper .blog-info {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #8a909c;
  font-size: 15px;
  font-weight: 500;
}

section.blog-details .swiper .blog-info {
  opacity: 1;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
}

section.blog-header .blog-info .dot,
section.blog-details .swiper .blog-info .dot {
  margin: 0 15px;
  width: 4px;
  height: 4px;
  background-color: #8a909c;
  border-radius: 50%;
}

section.blog-details .b-d-t h3 {
  align-self: center;
  position: relative;
  max-width: 60%;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  padding: 0 20px;
  margin-bottom: 40px;
  color: #d02128;
}

section.blog-details .b-d-t h3::before,
section.blog-details .b-d-t h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transfom: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #d02128;
}

section.blog-details .b-d-t h3::before {
  right: 100%;
}

section.blog-details .b-d-t h3::after {
  left: 100%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border-top: 7.5px solid #ffffff;
  width: 100%;
  background-color: #f6f6f6;
}

footer .footer-container {
  padding: 40px 0;
  box-sizing: border-box;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

footer .footer-container .footer-item {
  order: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-item:first-child {
  margin-bottom: 30px;
}

footer .footer-container .footer-item.w-50 {
  order: 1;
  margin-top: 30px;
  width: 100%;
}

footer .footer-container .footer-item .footer-logo {
  margin-bottom: 15px;
  display: flex;
  width: 275px;
  max-width: 100%;
}

footer .footer-container .footer-item p {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #8b8b8b;
}

footer .footer-container .footer-item h4 {
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #003583;
  font-weight: 700;
  font-size: 21px;
}

footer .footer-container .footer-item h5 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  color: #7c7e80;
}

footer .footer-container .footer-item a {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  color: #919191;
}

footer .footer-container .footer-item a:last-child {
  margin: 0;
}

footer .footer-container .footer-item a.logo-link {
  margin-top: 15px;
  font-size: 16px;
  color: #4d93e9;
  white-space: nowrap;
}

footer .footer-container .footer-item .logo-container {
  margin-top: 20px;
  display: flex;
}

footer .footer-container .footer-item .logo-container a {
  margin-right: 30px;
  width: calc((100% / 3) - (60px / 3));
}

footer .footer-container .footer-item .logo-container a:last-child {
  margin: 0;
}

footer .footer-container .footer-item .logo-container.member a {
  width: calc((100% / 5) - (120px / 5));
}

footer .footer-copyrights {
  padding: 25px 5%;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}

footer .footer-copyrights .footer-s-m {
  display: flex;
}

footer .footer-copyrights .footer-s-m a {
  color: #4d93e9;
  margin-right: 15px;
}

footer .footer-copyrights .footer-s-m a:last-child {
  margin: 0;
}

footer .footer-copyrights .powered-by {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
  color: #afafaf;
}

footer .footer-copyrights .powered-by a {
  color: #4d93e9;
  display: inline-block;
}

footer .footer-copyrights .powered-by a:hover {
  text-decoration: underline;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 500px) {
  .side-header-container .side-header {
    width: 320px;
  }

  .home-news .h-n-c .side-news-container .side-news {
    flex-direction: row;
  }

  .home-news .h-n-c .side-news-container .side-news .news-img {
    width: 200px;
  }

  .home-news .h-n-c .side-news-container .side-news .news-text {
    width: unset;
    margin: 0;
    margin-left: 20px;
  }

  .contact-container {
    padding: 75px 15%;
  }

  .contact-container .sm-container img {
    width: 100%;
  }

  .about-us h1 br.small-break {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .side-header-container .side-header {
    width: 340px;
  }

  .home-news .h-n-c .side-news-container .side-news .news-img {
    width: 250px;
  }

  .hero .hero-txt {
    width: 65%;
  }

  .hero .hero-txt h1 {
    font-size: 65px;
  }

  .about-us h1 {
    font-size: 32px;
  }

  section.blog-header h1 {
    font-size: 40px;
  }

  section.blog-details {
    width: 550px;
  }

  .contact-container .contact-info-container .iframe-info {
    padding: 25px;
  }

  .contact-container
    .contact-info-container
    .iframe-info
    .info-container
    .info-text
    h3 {
    font-size: 13px;
  }

  .contact-container
    .contact-info-container
    .iframe-info
    .info-container
    .info-text
    span {
    font-size: 17px;
  }

  .contact-container .sm-container {
    width: 100%;
  }

  footer .footer-container .footer-item {
    width: calc(50% - 60px);
  }

  footer .footer-container .footer-item:first-child {
    margin: 0;
  }

  footer .footer-container .footer-item .footer-logo {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  header .top-header,
  header .header .header-container .header-btn {
    display: flex;
  }

  .hero {
    margin-top: 50px;
  }

  .hero .hero-txt {
    margin: 0;
    padding: 0 5%;
    align-items: flex-start;
    left: unset;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .hero .hero-txt h1,
  .hero .hero-txt p {
    text-align: left;
  }

  .home-about {
    flex-direction: row;
  }

  .home-about .home-about-img,
  .home-about .home-about-txt {
    width: 50%;
  }

  .home-about .home-about-txt {
    padding: 75px;
  }

  .home-videos .swiper .swiper-slide {
    flex-direction: row;
  }

  .home-videos .swiper .swiper-slide .video-container,
  .home-videos .swiper .swiper-slide .video-text {
    width: 50%;
  }

  .home-videos .swiper .swiper-slide .video-text {
    align-items: flex-start;
    text-align: left;
  }

  .home-services .services .service {
    width: calc(100% / 2);
    align-items: flex-start;
    text-align: left;
  }

  .home-services.courses .services .service {
    align-items: center;
    text-align: center;
  }

  .hero img {
    object-position: center;
  }

  .testimonials {
    padding: 50px;
  }

  .about-us,
  section.blogs-container,
  .timeline.first,
  section.blog-header {
    margin-top: 145px;
  }

  .publications .publications-container {
    grid-template-columns: auto auto;
  }

  section.blog-header h1 {
    font-size: 45px;
  }

  section.blog-details {
    width: 70%;
  }

  section.blog-details .b-d-t {
    padding: 50px 60px;
  }

  .timeline h2 {
    font-size: 32px;
  }

  footer .footer-copyrights {
    flex-direction: row;
  }
}

@media only screen and (min-width: 900px) {
  .home-services .services .service {
    width: calc(100% / 3);
  }

  .about-us h1 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) {
  section.blogs-container {
    padding: 50px calc(7.5% + 50px);
    flex-direction: row;
  }

  section.blogs-container .blogs {
    width: 65%;
  }

  section.blogs-container .blogs-actions {
    margin: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 1000px) {
  .hero .hero-txt {
    width: 50%;
  }

  .home-news .h-n-c {
    flex-direction: row;
  }

  .home-news .h-n-c .main-news,
  .home-news .h-n-c .side-news-container {
    width: 47.5%;
  }

  .home-news .h-n-c .side-news-container {
    margin: 0;
  }

  .home-news .h-n-c .side-news-container .side-news:first-child {
    padding-top: 0;
    border-top: none;
  }

  .home-about .home-about-txt {
    padding: 100px;
  }

  .timeline .timeline-container::before {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .timeline .timeline-container .timeline-item {
    margin-top: 20px;
    width: calc(50% - 32.5px);
  }

  .timeline .timeline-container .timeline-item:nth-child(even) {
    align-self: flex-end;
    border-radius: 0 50px 0 50px;
  }

  .timeline .timeline-container .timeline-item:nth-child(even)::before {
    right: unset;
    left: -30px;
  }

  .timeline .timeline-container .timeline-item:nth-child(even)::after {
    right: unset;
    left: -32.5px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .contact-container {
    padding: 75px 5%;
  }

  .contact-container .contact-info-container {
    justify-content: space-between;
  }

  .contact-container .contact-info-container .iframe-container {
    width: calc(100% - 310px - 190px);
  }

  .contact-container .contact-info-container .iframe-container .arrow {
    margin-left: 10px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .contact-container .contact-info-container .iframe-info {
    width: 310px;
    margin-top: 5%;
  }

  .hero .hero-txt p {
    font-size: 23px;
    line-height: 32px;
  }

  footer .footer-container .footer-item {
    order: unset;
    width: calc(25% - 60px);
  }

  footer .footer-container .footer-item.w-50 {
    order: unset;
    margin: 0;
    width: calc(50% - 60px);
  }

  footer .footer-container .footer-item .footer-logo {
    width: 85%;
  }
}

@media only screen and (min-width: 1100px) {
  .home-services {
    width: calc(80% + 20px);
  }

  .home-services.courses {
    padding: 70px calc(10% - 10px);
    padding-top: 0;
    width: 100%;
  }

  .home-videos .swiper {
    width: 80%;
  }

  .home-news {
    padding: 60px 10%;
  }

  .education-experience .education-experience-column {
    margin: 0;
    width: 47.5%;
  }

  .contact-container {
    padding-top: 0;
  }

  .contact-container .sm-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-container .sm-container img {
    width: 50%;
  }

  .contact-container .sm-container .sm-links {
    width: 45%;
    min-width: 550px;
    justify-content: space-between;
  }

  footer .footer-container {
    width: 85%;
  }

  footer .footer-copyrights {
    padding: 25px 7.5%;
  }
}

@media only screen and (min-width: 1200px) {
  header .header .header-container,
  header .top-header .t-h-c {
    width: 95%;
  }

  .about-us h1 br {
    display: flex;
  }

  .education-experience .education-experience-column {
    width: 49%;
  }

  .publications .publications-container {
    grid-template-columns: auto auto auto;
  }

  .contact-container {
    padding: 75px 7.5%;
    padding-top: 0;
  }

  section.blogs-container {
    padding: 50px 10%;
  }
}

@media only screen and (min-width: 1400px) {
  header .header .header-container .header-links {
    display: flex;
  }

  header .header .header-container .header-menu-btn {
    display: none;
  }

  header .header .header-container .header-logo .blue-logo {
    display: none;
  }

  header .header .header-container .header-logo img {
    height: 100% !important;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    -ms-transform: unset;
  }

  .hero img {
    height: auto;
    min-height: unset;
  }

  .contact-container {
    padding: 75px 10%;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1500px) {
  header .header .header-container,
  header .top-header .t-h-c {
    width: 92.5%;
  }
}
