/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  color: #fff;
  font-weight: normal; 
  font-style: normal; 
  font-family: 'DroidArabicKufiRegular', sans-serif; 
}

a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
.section-bg {
  background-color: #f3f3f3;
  position: relative;
  background: url(../img/philo-imgs/hovered.avif) center center fixed;
  background-size: cover;
}
.section-title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ff0000;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  color: #fff;
  z-index: 9999;
  font-size: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff232398;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #1bb0f1;
}

#header.header-transparent {
  background: none;
}


#header.header-scrolled {
  background: #1bb0f1;
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

#main {
  margin-top: 111px;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {padding: 0;}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-weight: bold;
}

.navbar li {position: relative;}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ff0000;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: red;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 38, 48, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 29px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1e4356;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: red;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #68A4C4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: red;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #ff0000;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ff0000;
  content: " /  ";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*=================== End Home Page ========================*/
/*--------------------
# Hero Slider Section
--------------------*/
#hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  position: relative;
  margin-top: 31px;
}

#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 90%;
  background: linear-gradient(to left, #03A9F4, #b2f4fd8c), url(../img/philo-imgs/background.png)   center center fixed;
  background-repeat: no-repeat;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}

#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 94%;
  background: #03A9F4;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }

  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }

  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}


/*--------------------------------------------------------------
# welcome-sec
--------------------------------------------------------------*/
.welcome-sec .row {padding-top: 40px;}

.welcome-sec .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;

}
.welcome-sec h2 span:first-child{color: red;}

.welcome-sec .featured {z-index: 10;margin: -30px -5px 0 -5px;}

@media (max-width: 992px) {
  .welcome-sec .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .welcome-sec .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .welcome-sec .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# mission-vision Section
--------------------------------------------------------------*/
.mission-vision {padding-bottom: 10px;}

.mission-vision .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.mission-vision .card-img {
  width: calc(100% + 0px);
  margin-left: 0px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.mission-vision .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.mission-vision .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.mission-vision .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: red;
}

.mission-vision .card-text {
  color: #5e5e5e;
  text-align: center;
}

.mission-vision .card:hover img {transform: scale(1.1);}

.mission-vision .card:hover .card-body {border-color: #ff0000;}

.mission-vision .card:hover .card-body h3.card-title {color: #ff0000;}

/*--------------------------------------------------------------
# Our-Clients Section
--------------------------------------------------------------*/
.our-clients{
  padding: 60px 0;
  position: relative;
  background: url(../img/philo-imgs/hovered.png) center center fixed;
  background-size: cover;
}

.our-clients .section-header {margin-bottom: 40px;}

.our-clients .our-clients-carousel {overflow: hidden;}

.our-clients .section-title h2{ color: #fff;z-index: 99999;}

.our-clients .section-title span{font-size: 25px;}

.our-clients .our-clients-item {text-align: center;z-index: 9999;}

.our-clients .our-clients-item h4{ margin-top: 25px;}

.our-clients .our-clients-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.our-clients .our-clients-item .quote-icon-left,
.our-clients .our-clients-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}

.our-clients .our-clients-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.our-clients .our-clients-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.our-clients .our-clients-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #fff;
}

.our-clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.our-clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.our-clients .swiper-pagination .swiper-pagination-bullet-active { background-color: red;}
/*---------------------
End Our-Client Section  
----------------------*/
/*=================== End Home Page ========================*/


/*============================ Start About Us Page  =========================*/
/*---------------
Start HQ-msg section & counter section
----------------*/
.HQ-msg,
.counter-sec {
  padding: 60px 0;
  position: relative;
  background: url(../img/philo-imgs/hovered.png) center center fixed;
  background-size: cover;
}

.HQ-msg .text-center,
.counter-sec .text-center { z-index: 99;}

.HQ-msg span,
.counter-sec .counters span {
  font-size: 48px;
  display: block;
  color: red;
  font-weight: bold;
}

.HQ-msg p,
.counter-sec .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 20px;
}

.counter-sec .counters .bi-plus {
  position: absolute;
  top: 60px;
  margin-left: 10px;
  font-size: 26px;
  margin-right: 10px;
  color: red;
}
/*---------------- 
End HQ-msg section
& counter section
----------------*/

/*-------------------------
Start About-Company Section
--------------------------*/
.about-company ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}

.about-company ul li {
  padding-bottom: 10px;
  color: #1e4356;
}
.about-company ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff0000;
}

.about-company p:last-child { margin-bottom: 0;}

.about-company ul.sub-ul{
  margin-left: 25px;
  font-size: 16px;
  font-weight: lighter;
  color: #ff0000;
  margin-right: 20px;
  margin-left: 20px;
}
.about-company ul.sub-ul li i{ color: #00bcd4;}

.about-company .phar{ text-align: center;}

.about-company .phar h4{
  font-weight: bold;
  color: red;
  font-size: 28px;
}
.about-company .phar span{
  color: red;
  font-size: 18px;
  text-transform: uppercase;
}


/*============================  Products Page ================================*/
.products {
  padding-bottom: 60px;
}

.products #products-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.products #products-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
}

.products #products-flters li:hover,
.products #products-flters li.filter-active {
  border-color: red;
  color: red;
}

.products .products-item {
  background: #080e26;
  overflow: hidden;
  max-height: 345px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
  border: 1px solid #1bb0f1;
}
.products .products-item:hover{
  border: 1px solid red;
}

.products .products-item img {
  transition: all 0.3s ease-in-out;
}

.products .products-item .products-info {
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
  top: 5%;
  margin: 10px 30px;
}

.products .products-item .products-info h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #1bb0f1;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  max-width: 175px;
}

.products .products-item .products-info h5{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.products .products-item .products-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.products .products-item .products-info a i:hover {
  color: white;
}

.products .products-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.products .products-item:hover .products-info {
  opacity: 2;
  /*top: calc(50% - 30px);*/
}

.products .products-item img {
    transition: all 0.3s ease-in-out;
}
.products .img-fluid {
    width: 100%;
    height: 350px;
}

/*--------------------------------------------------------------
# Products-Details section
--------------------------------------------------------------*/
.products-details {
  padding-top: 40px;
  text-align: left;
}

.products-details .products-details-slider img {
  width: 100%;
  height: 410px;
}

.products-details .products-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.products-details .products-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid red;
}

.products-details .products-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: red;
}

.products-details .products-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(30, 67, 86, 0.08);
  color: #1e4356;
  text-align: justify;
}
.products-details .products-info .order_now{
  background: red;
  padding: 10px 18px;
  border-radius: 10px;
  color: #fff;
}
.products-details .products-info .order_now h3{
  color: #fff;
}

.products-details .products-info h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #1bb0f1;
}

.products-details .products-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.products-details .products-info ul li+li {
  margin-top: 10px;

}
.products-details .products-info ul strong{
  border-bottom: 1px solid #eee;
  color: red;
}
.products-details .products-info ul li{
  margin-bottom: 11px;
  margin-top: 11px;
}
.products-details .products-description {
  padding-top: 30px;
}

.products-details .products-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.products-details .products-description p {
  padding: 0;
}

.details-btn{
  color: red;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.details-btn:hover{
  border-bottom: 1px solid red;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------
.team {
  background: #fff;
  padding-bottom: 30px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 12px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #68A4C4;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

.team .member:hover .social a,
.team .member:hover .social i {
  line-height: 0;
  font-size: 18px;
}
***/

 /*========================== Contact Us Page =======================*/
/*-------
# Contact
--------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff0000;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ff0000;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
/*
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ff0000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #f18080;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

*/

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1e4356;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #68A4C4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}

#footer .footer-top {
  background: #1e4356;
  border-top: 1px solid #17455e;
  border-bottom: 1px solid #123649;
  padding: 60px 0 30px 0;
}


#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: red;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: red;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s all ease-in-out;
}

#footer .footer-top .social-links a:hover {
  background: #20c3d9;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: red;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: red;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: red;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #a2cce3;
}

/**********************/
/**custom edits***/

.fixed-top {
  top: 30px;
}

.first-header{
  height: 30px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
}
.first-header a{
  margin: 0 25px;
  color: #20c3d9;
  transition: all 0.5s ease-in-out ;

}
.first-header a:hover{
  color: #ff0000;
  transition: all 0.5s ease-in-out ;
}
.first-header a i{
  margin-top: 3px;
  font-size: 20px;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2e98c7a6;
  z-index: 0;
}


/********popup page*********/
.popup .overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 78%);
  z-index: 999;
  display: none;
}

.popup .content{
  position: fixed;
  top: 308px;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  background: #fff;
  width: 90%;
  height: 555px;
  z-index: 999;
  text-align: center;
  padding: 0 ;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  
}

.popup .close-btn{
  position: absolute;
  cursor: pointer;
  right: 30px;
  width: 30px;
  height: 30px;
  color: red;
  font-size: 45px;
  top: -16px; 
}

.popup.active .overlay{
  display: block;
}

.popup.active .content{
  transition: all 30ms ease-in-out;
  transform: translate(-50%,-50%) scale(1);

}

.ar-en{
  border: none;
  text-align: center;
  outline: 0px;
  color: #20c3d9;
  font-size: 12px;
  cursor: pointer;
}
.ar-en option{
  cursor: pointer;
}

 .swiper {
direction: ltr;
}

/*****Scroll*****/
::-webkit-scrollbar{
  width: 3px;
}
::-webkit-scrollbar-track{
  background-color: #ddd;
}
::-webkit-scrollbar-thumb{
  background-color: #1bb0f1;
  width: 1px;
}
::-webkit-scrollbar-thumb:hover{
  background-color: #1bb0f1;
}


/*********loading************/
.loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1bb0f1;
  transition: opacity 0.75s, visibility 0.75s;
  z-index: 999999;
}

.loader span{
  position: absolute;
} 

.loader-hidden{
  opacity: 0;
  visibility: hidden;
}

.loader::after{
  content: "";
  height: 150px;
  width: 150px;
  border: 10px solid #ff0000;
  border-top-color: #ff0000;
  border-left-color: #ffffff;
  border-right-color: #ffff;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
}

@keyframes loading{
  from{
    transform: rotate(0turn);
  }
  to{
    transform: rotate(1turn);
  }
}

/*************end loading*************/