


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* box-shadow: 0 0 0 30px #fff3, 0 0 0 60px #fff3; */
@font-face
{
    font-family: "dinnextltarabic-regular";
    src: url("../fonts/DINNextLTArabic-Regular-2.ttf");
    font-display: swap;


}
:root{
  /* --maincolor:#01b1d7; */
  --maincolor:#17685F;
  --secondcolor:#B99F62;
  /* --secondcolor:#0dd3fe; */
    --fontcolor:#444444;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;

    --color-gray: #6c757d;
    --color-gray-rgb: 108, 117, 125;

    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
}
/* تخصيص تصميم الـ Tooltip */
.tooltip-inner {
    background-color: var(--maincolor);
    color: white;
  }

  .tooltip-arrow {
    border-top-color: var(--maincolor);
  }

  .tooltip-bs-placement-top {
    margin-bottom: 10px;
  }
  .tooltip-bs-placement-right {
    margin-left: 10px;
  }
body {
  color: var(---fontcolor);
  direction: rtl;
}
*
{
    font-family: "dinnextltarabic-regular";
    color: var(---fontcolor);
}
a {
  color: var(--maincolor);
  text-decoration: none;

}
p{
    text-align: justify;
    font-size: 14px;
}
a:hover {
  color: var(--secondcolor);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Raleway", sans-serif; */
}
.btn-main
{
    background-color: white;
    border:1px solid var(--maincolor);
    color:var(--maincolor);
}
.btn-main:hover,.btn-main:focus
{
    background: var(--secondcolor);
    color: white;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--maincolor);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: var(--secondcolor);
  color: #fff;
}

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 44px;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -44px;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--maincolor);
}

#topbar .contact-info i a,
#topbar .contact-info i a span {
  padding-right: 5px;
  color: var(---fontcolor);
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--maincolor);
}

#topbar .social-links a {
  color: #62787d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  border-right: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: var(--maincolor);
}

#topbar .social-links a:first-child {
  border-right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  top: 44px;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: var(--maincolor);
}

#header .logo img {
  padding: 0;
  margin: 1rem 0;
  max-height: 60px;
  width:300px;
  object-fit:cover;

}

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

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

.navbar li {
  position: relative;
}
.navbar{
    /* padding-left: 50px; */
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-rightween;
  padding: 10px 30px 20px 0;
  /* font-family: "Raleway", sans-serif; */
  font-size: 16px;
  font-weight: 600;
  color: var(--fontcolor);
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--maincolor);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  transition: all .5s;
}
.navbar .dropdown ul li:hover {
   background-color: var(--maincolor);
   color:white;
  }
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: white;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  right: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  right: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    right: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    right: -100%;
  }
}

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

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {

  .mobile-nav-toggle {
    display: block;

  }
  .mobile-nav-toggle.bi-x
  {
    position: fixed;
    left: 25px;
    top: 60px;
    z-index: 9999;
    color: var(--maincolor);
  }

  .navbar ul {

    display: none;


  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 38, 39, 0.9);
  transition: 0.3s;
  z-index: 999;
}

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

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  left: 15px;
  bottom: 15px;
  right: 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: #354144;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--maincolor);
}

.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: var(--secondcolor);
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  /* background-color: rgba(31, 38, 39, 0.8); */
  /* background-color: rgba(255, 255, 255, 0.8); */
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 114px;
}

#hero .carousel-item {
  width: 100%;
  height: 78vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

#hero .carousel-content {
  text-align: center;
}

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

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

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  right: 0;
  transform: translate3d(0, 0, 0);
}

#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;
}

#hero .carousel-indicators li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  transition: ease-in;
  opacity: 0.7;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background-color: var(--maincolor);
}

#hero .btn-get-started {
  /* font-family: "Raleway", sans-serif; */
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: var(--maincolor);
  animation-delay: 0.8s;
}

#hero .btn-get-started:hover {
  background: var(--secondcolor);
}



@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }


}

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

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

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }

  #hero .carousel-item {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-bg {
  background-color: #f3f5f8;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--secondcolor);
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f3f5f5;
  right: 0;
  left: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {

  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  right: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: var(--maincolor);
}

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

/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
  padding-top: 0;
}

.about-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-list .icon-box i {
  font-size: 48px;
  float: right;
  color: var(--maincolor);
}

.about-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-right: 60px;
}

.about-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../img/counts-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

.counts::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.counts .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: var(--maincolor);
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  /* font-family: "Raleway", sans-serif; */
  font-size: 14px;
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* ===============icon-box for sections=================== */
.services .icon-box {
  margin-bottom: 20px;
  /* padding: 20px; */
height: 350px;
  border-radius: 6px;
  background: #fff;
  transition: all .5s;
}

.services .icon-box i {
  float: right;
  color: var(--maincolor);
  font-size: 40px;
  line-height: 0;
}
.services .icon-box img
{
    width: 100%;
    object-fit: cover;
    transition: all 1s;
    height: 230px;
    /* border-radius: 50%;
    width: 9rem;
    height: 8.5rem;
    border: 2px solid #f3f5f8; */

}
.services .icon-box img:hover
{
    filter: brightness(1.2);
}
/* .services .icon-box:hover
{

    background-color: var(--maincolor);
} */
/* .services .icon-box:hover div h4 a
{
    color:#fff;
}
.services .icon-box:hover div p
{
    color:#dddbdb;
} */
/* style="width: 5rem;rgb(15, 91, 205)5rem;" */
.services .icon-box h4 {
    text-align: center;
    margin: .5rem;
  /* margin-right: 70px; */
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .icon-box h4 a {
  color: #354144;
  transition: 0.3s;
}

.services .icon-box:hover h4 a {
  color: var(--maincolor);
}

.services .icon-box p {
  /* margin-right: 70px; */
  line-height: 24px;
  font-size: 14px;
}
/* ===============icon-box1 for services=================== */
.services .icon-box1 {
    margin-bottom: 20px;
    /* padding: 20px; */
  /* min-height: 420px; */
    /* border-radius: 6px; */
    /* background: #eee; */
    transition: all .5s;
  }

  .services .icon-box1 i {
    float: right;
    color: var(--maincolor);
    font-size: 40px;
    line-height: 0;
  }
  .services .icon-box1 img
  {
      width: 100%;
      object-fit: cover;
      transition: all 1s;
      /* border-radius: 50%; */
      /* width: 17rem;
      height: 17rem; */
      /* border: 1px outset var(--secondcolor); */

      /* margin: 1rem; */
      /* border: 2px solid #f3f5f8; */
      /* border-right: 15px solid var(--secondcolor); */
      /* border-left: 15px solid var(--secondcolor); */
      /* border-style:groove; */
      /* box-shadow: 0 0 0 30px #fff3, 0 0 0 60px #fff3; */


  }
  /* .title-border
  {
    border-bottom: 10px solid var(--maincolor);
  } */
  .services .icon-box1 img:hover
  {
      filter: brightness(1.2);
  }
  .services .icon-box1:hover
  {

      /* border: 2px solid var(--maincolor);
      background-color: var(--maincolor); */
  }
  /* style="width: 5rem;rgb(15, 91, 205)5rem;" */
  .services .icon-box1 h4 {
      /* text-align: center; */
      margin: 1rem;
    /* margin-right: 70px; */
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .services .icon-box1 h4 a {
    color: #354144;
    transition: 0.3s;
  }

  .services .icon-box1:hover h4 a {
    color: var(--maincolor);
  }

  .services .icon-box1 p {
    /* margin-right: 70px; */
    line-height: 24px;
    font-size: 16px;
    margin: 1rem;
  }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: var(---fontcolor);
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: var(--maincolor);
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-left: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(53, 65, 68, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links {
  display: flex;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a {
  color: var(--maincolor);
  margin: 0 4px;
  background-color: #fff;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a i {
  font-size: 18px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-links a:hover {
  background: var(--maincolor);
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

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

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--maincolor);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--maincolor);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(53, 65, 68, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

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

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

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

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

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

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-right: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #354144;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b4c1c4;
  bottom: 0;
  right: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #c2cdcf;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: var(--maincolor);
}

.team .member .social a+a {
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  /* background: url("../img/testimonials-bg.jpg") no-repeat; */
  /* background-position: center center; */
  /* background-size: cover; */
  position: relative;
  /* background-color: #f3f5f8; */
}

.testimonials::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(21, 26, 29, 0.7); */
  /* background: rgb(52 61 67 / 70%); */

}

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

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {

   width: 9rem;
   height: 8rem;
  /* max-width: 100%;
  max-height: 100%; */
  /* height: 7rem; */
  /* border-radius: 50%; */
  /* border: 6px solid rgba(255, 255, 255, 0.15); */
  margin: 0 auto;
  transition: all 1s;
}
.testimonials .testimonial-item .testimonial-img:hover {
filter: grayscale(1);
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-right,
.testimonials .testimonial-item .quote-icon-left {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--maincolor);
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 24px;
  color: var(--maincolor);
  float: right;
  width: 48px;
  height: 48px;
  /* background: var(--maincolor); */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 60px 0 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #354144;
}

.contact .info p {
  padding: 0 60px 0 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #62787d;
}

.contact .info:hover i {
  background: var(--maincolor);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  /* border: 1px solid var(--secondcolor); */
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

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

.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;
  padding: .7rem;
}
.contact .php-email-form input[type="checkbox"]{
    border-radius:.2rem;

    font-size: 16px;
    padding: .5rem;

}
.contact .php-email-form input[type="radio"]{
    border-radius:50%;

    font-size: 16px;
    padding: .6rem;
}
.contact .php-email-form input {
  /* height: 44px; */
}
.typeorder
{
    background-color: var(--secondcolor);
    color:#fff;
    cursor: pointer;
}
.typeorder2
{
    background-color: #eee;
    cursor: pointer;

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

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

.contact .php-email-form button[type=submit]:hover {
  background: var(--secondcolor);
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f7f8;
  min-height: 40px;
  margin-top: 114px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
}

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

.breadcrumbs ol li+li {
  padding-right: 10px;
}

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

@media (max-width: 768px) {

    .breadcrumbs {
        padding: 15px 5px;
        margin-top: 140px;
    }
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  .testimonials .testimonial-item .testimonial-img {

    width: 6rem;
    height: 4rem;

 }
}

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

#footer .footer-top {
  background: #2a3336;
  border-bottom: 1px solid #354144;
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Raleway", sans-serif; */
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #354144;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-left: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--maincolor);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  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-left: 2px;
  color: var(--secondcolor);
  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: var(--secondcolor);
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #d4f8f4;
    text-align: center;
    font-size: 15px;
  }

  #footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: var(--fontcolor);
  }
  #footer .footer-newsletter p{
      color: var(--fontcolor);
      text-align: center;
  }

  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 5px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    /* border: 1px solid black; */
    /* text-align: left; */
  }

  #footer .footer-newsletter form input[type=email] {
  padding: 8px 15px;
    color: var(--fontcolor);
    width: calc(100% - 100px);
    position: absolute;
    border: 2px solid var(--maincolor);
    right: 0;
    top: 0;
    height: 46px;
  }

  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background: none;
    font-size: 16px;
    background: var(--maincolor);
    color: #fff;
    transition: 0.3s;
    border-radius: 4px 0px 0px 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    width: 130px;
    padding: 11px 20px;
  }

  #footer .footer-newsletter form input[type=submit]:hover {
    background: var(--secondcolor);
  }


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

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

    a .member
    {
        color:var(--fontcolor);
    }
    section.team
    {
        padding:10px 0;
    }
    .sidebar-item ul
    {
        list-style: none;
    padding: 0;
    }
    .sidebar-item ul li
    {
        margin:20px;
        padding: 5px 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-radius: 7px 7px;
    }
    .sidebar-item ul li a
    {
        color:var(--fontcolor);
    }
    .sidebar-item ul li a:hover,.sidebar-item ul li a:focus
    {
        color:var(--maincolor);
    }
    .img-project
    {
    object-fit: cover;
    width: 20rem;
    height: 23rem;
    }
      .team .member:hover .img-project {
        transform: scale(1);
      }
    .btn-primary
    {
        background-color: var(--maincolor);
        border:var(--maincolor);
    }
    .btn-primary:hover, .btn-primary:focus
    {
        background-color: var(--secondcolor);
    }
h5 a{
    color:var(--fontcolor);
}
#topbar .contact-info i a
{
    color:var(--fontcolor);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}
    @media (max-width: 991px) {

        .services .icon-box
        {
    text-align: center;

        }
        .services .icon-box h4 {
            margin-right: 10px;
            text-align: center;
            margin-top: 10px;
            margin-bottom: 10px;

          }
          .services .icon-box p {
            margin-right: 10px;


          }
          .img-project
    {
    object-fit: cover;
    width: 20rem;
    height: 15rem;
    }
        }
        /* ===================== */
        .country-Flag img {
            width: 1.5rem;
            height: 1rem;
            line-height: 0.1rem;
            font-size: .75rem; }
            .dropdown-menu-start {
                --bs-position: end;
            }
            /* ============ */
            .portfolio-details ol li
            {
                color:var(--maincolor);
            }
            .portfolio-details ol li p, .portfolio-details p
            {
                color: var(--fontcolor);
                font-size: 16px;
            }
            .portfolio-details h4
    {
        color:var(--maincolor);
    }

    /*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
    padding: 30px;
    height: 100%;
  }

  .blog .posts-list article+article {
    margin-top: 60px;
  }

  .blog .posts-list .post-img {
    max-height: 240px;
    max-width: 100%;
    margin: -30px -30px 0 -30px;
    overflow: hidden;
  }

  .blog .posts-list .title {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
  }

  .blog .posts-list .title a {
    color: var(--secondcolor);
    transition: 0.3s;
  }

  .blog .posts-list .title a:hover {
    color: var(--maincolor);
  }

  .blog .posts-list .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
  }

  .blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .posts-list .meta-top ul li+li {
    padding-right: 20px;
  }

  .blog .posts-list .meta-top i {
    font-size: 16px;
    margin-left: 8px;
    line-height: 0;
    color: rgba(var(--color-primary-rgb), 0.8);
  }

  .blog .posts-list .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .posts-list .content {
    margin-top: 20px;
  }
  .content2 p
  {
    font-size: 18px;
  }
  .blog .posts-list .read-more a {
    display: inline-block;
    background: var(--maincolor);
    color: var(--color-white);
    padding: 8px 30px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  }

  .blog .posts-list .read-more a:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
  }
  /*--------------------------------------------------------------
  # Blog Details Page
  --------------------------------------------------------------*/
  .blog .blog-details {
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
    padding: 30px;
  }
  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  .blog .blog-details .post-img img {
width:100%;
height: 400px;
object-fit: cover;
  }
  .blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--secondcolor);
  }
  .blog .blog-details .content {
    margin-top: 20px;
  }
  .blog .blog-details .content h3 {
    font-size: 18px;
    /* margin-top: 30px; */
    /* font-weight: bold; */
  }
  .blog .blog-details .content p {
    font-size: 16px;
    /* margin-top: 30px; */
    /* font-weight: bold; */
  }
  .blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(var(--color-secondary-rgb), 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  .blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  .blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--secondcolor);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
  }
  .blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .blog .blog-details .meta-top ul li+li {
    padding-right: 20px;
  }

  .blog .blog-details .meta-top i {
    font-size: 16px;
    margin-left: 8px;
    line-height: 0;
    color: rgba(var(--color-primary-rgb), 0.8);
  }

  .blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }

  .blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
  }

  .blog .blog-details .meta-bottom i {
    color: var(--color-secondary-light);
    display: inline;
  }

  .blog .blog-details .meta-bottom a {
    color: rgba(var(--color-secondary-rgb), 0.8);
    transition: 0.3s;
  }

  .blog .blog-details .meta-bottom a:hover {
    color: var(--maincolor);
  }

  .blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }

  .blog .blog-details .meta-bottom .cats li {
    display: inline-block;
  }

  .blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }

  .blog .blog-details .meta-bottom .tags li {
    display: inline-block;
  }

  .blog .blog-details .meta-bottom .tags li+li::before {
    padding-left: 6px;
    color: var(--color-default);
    content: ",";
  }

  .blog .blog-details .meta-bottom .share {
    font-size: 16px;
  }

  .blog .blog-details .meta-bottom .share i {
    padding-right: 5px;
  }

  .blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  }

  .blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
  }

  .blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--secondcolor);
  }

  .blog .post-author .social-links {
    margin: 0 10px 10px 0;
  }

  .blog .post-author .social-links a {
    color: rgba(var(--color-secondary-rgb), 0.5);
    margin-right: 5px;
  }

  .blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), 0.8);
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  }

  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--secondcolor);
  }

  .blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
  }

  .blog .sidebar .search-form form {
    background: var(--color-white);
    border: 1px solid var(--secondcolor);
    padding: 3px 10px;
    position: relative;
  }

  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }

  .blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
  }

  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--maincolor);
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 4px 0 0 4px;
    line-height: 0;
  }

  .blog .sidebar .search-form form button i {
    line-height: 0;
  }

  .blog .sidebar .search-form form button:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
  }

  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }

  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }

  .blog .sidebar .categories ul a {
    color: var(--secondcolor);
    transition: 0.3s;
  }

  .blog .sidebar .categories ul a:hover {
    color: var(--color-default);
  }

  .blog .sidebar .categories ul a span {
    padding-right: 5px;
    color: rgba(var(--color-default-rgb), 0.4);
    font-size: 14px;
  }

  .blog .sidebar .recent-posts .post-item {
    display: flex;
  }

  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }

  .blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
  }

  .blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
  }

  .blog .sidebar .recent-posts h4 a {
    color: var(--secondcolor);
    transition: 0.3s;
  }

  .blog .sidebar .recent-posts h4 a:hover {
    color: var(--maincolor);
  }

  .blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), 0.4);
  }

  .blog .sidebar .tags {
    margin-bottom: -10px;
  }

  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }

  .blog .sidebar .tags ul li {
    display: inline-block;
  }

  .blog .sidebar .tags ul a {
    color: var(--color-secondary-light);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.8);
    display: inline-block;
    transition: 0.3s;
  }

  .blog .sidebar .tags ul a:hover {
    color: var(--color-white);
    border: 1px solid var(--maincolor);
    background: var(--maincolor);
  }

  .blog .sidebar .tags ul a span {
    padding-right: 5px;
    color: rgba(var(--color-secondary-light-rgb), 0.8);
    font-size: 14px;
  }
  /* ======================= */
  .bg-titleform
  {
background-color: var(--maincolor);
color:white;
padding: .8rem;
margin:1rem -.2rem;
  }
  .alert-dismissible .btn-close {

    right:95%;
    left: 0;
  }
  /* ========servicevideos==================== */
  .servicevideos video
  {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .servicevideos h4
  {
font-size: 18px;
  }
  .servicevideos h4 a{
    color:white;
  }
  .servicevideos h4 a:hover{
    color:rgb(222, 221, 221);
  }
  .servicevideos .title
  {
    background-color: var(--maincolor);
    padding: .7rem;
  }
  /* ===========end servicevideos===================== */
  /* =======Branches====== */
  .Branches i
  {
    padding: .5rem;
    color:var(--secondcolor);
    font-size: 22px;
  }
  .Branches{
    background-color: #fbfbfb;
  }
.branch
  {
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
  }

  .Branches h5{
    font-size: 16px;
  }
  .Branches p{
    font-weight: bold;
    font-size: 18px;
  }
  /* ===slider success stories======= */
  .img-bg {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
  }
  .serviceimage .img-bg {
    height: 400px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .img-bg {
      height: 300px;
    }
    .serviceimage .img-bg {
        height: 300px;

      }
        .count-box {

            width: auto !important;
            margin:0;


        }
  }

  .img-bg:before {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
  }

  .img-bg .img-bg-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
  }

  @media (max-width: 768px) {
    .img-bg .img-bg-inner {
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 50px;
    }
  }

  .img-bg .img-bg-inner h2,
  .img-bg .img-bg-inner p {
    color: var(--color-white);
  }



  @media (max-width: 500px) {
    .img-bg .img-bg-inner p {
      display: none;
    }
  }

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }

  @media (max-width: 768px) {

    .custom-swiper-button-next,
    .custom-swiper-button-prev {
      display: none;
    }
  }

  .custom-swiper-button-next span,
  .custom-swiper-button-prev span {
    font-size: 20px;
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s all ease;
  }

  .custom-swiper-button-next:hover span,
  .custom-swiper-button-next:focus span,
  .custom-swiper-button-prev:hover span,
  .custom-swiper-button-prev:focus span {
    color: rgba(var(--color-white-rgb), 1);
  }

  .custom-swiper-button-next {
    right: 40px;
  }

  .custom-swiper-button-prev {
    left: 40px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(var(--color-white-rgb), 0.8);
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(var(--color-white-rgb), 1);
  }
  /* ======================= */
  .cta .img {
    position: relative;
  }

  .cta .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-white-rgb), 0.5);
    border-radius: 15px;
    transform: rotate(12deg);
  }

  .cta .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-white-rgb), 0.9);
    border-radius: 15px;
    transform: rotate(6deg);
  }

  .cta .img img {
    position: relative;
    z-index: 3;
    border-radius: 15px;
    min-height: 300px;
    /* max-width: 250px; */
    /* width: 100%; */
  }
  .cta h4
  {
    font-size: 20px;
  }
  .cta p{
    font-size: 16px;
  }
/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
/* .events .container-fluid {
    padding: 0;
  } */

  .events .event-item {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 30px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
  }
  .event1{
    overflow: hidden;
  }
  .event1:hover .event-item
  {
  transform: scale(1.1);
  filter:contrast(1.5);
  ;
  }

  @media (max-width: 575px) {
    .events .event-item {
      min-height: 400px;

    }
    .section-title {

        padding: 5px 0;

      }
      section {
        padding: 12px 0;
    }
  }

  .events .event-item:before {
    content: "";
    background: rgba(0, 0, 0, 0.387);
    position: absolute;
    inset: 0;
  }

  .events .event-item h3 {
    font-size: 16px;
    /* font-weight: 700; */
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    padding-bottom: .5rem;
    width:fit-content;
    border-bottom: 2px solid var(--secondcolor);
  }
  .events .event-item h3 a
  {
    color: #fff;
  }
  .events .event-item h3 a:hover
  {
    opacity: .7;
  }

  .events .event-item .description {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9) !important;
    position: relative;
  }

  @media (min-width: 1200px) {
    .events .swiper-slide-active+.swiper-slide {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      z-index: 1;
    }
  }



  /*--------------------------------------------------------------
  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#reports {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    padding: 0 1rem 0 2rem;
    /* margin-top: 100px; */
  }

  #reports .carousel-item {
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

  }
  #reports .carousel-item img
  {
    position: absolute;
    top:0;
    width: 100%;
    height: 67vh;
    /* 495px */
    object-fit: cover;
  }

  #reports .carousel-item::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #reports .carousel-container {

    display: flex;
    justify-content: center;
    align-items: end;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  #reports .carousel-content {
    text-align: center;
    width: 100%;
  }

  #reports h2 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--maincolor);
    padding:15px;
    width: 100%;
  }


  #reports .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  #reports .carousel-indicators
  {
    bottom: -35px;
  }
  #reports .carousel-indicators li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    transition: ease-in;
    opacity: 0.7;
    background-color: var(--secondcolor);
  }

  #reports .carousel-indicators li.active {
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--maincolor);
  }


  #reports .btn-get-started:hover {
    background: var(--secondcolor);
  }

  @media (max-width: 768px) {
    #reports {
      height: 68vh;
      padding: 0 ;
      margin-top: 10px;
    }

    #reports .carousel-item {
      height: 65vh;
    }
    #reports .carousel-item img {
        height: 57vh;
      }

    #reports h2 {
      font-size: 15px;
    }
    #topbar {

        height: 70px;

      }
      #topbar .social-links
    {
padding: .5rem 0;
    }
      #header {

        top: 70px;
    }

  }


  @media (max-height: 500px) {
    #reports {
      height: 20vh;
    }

    #reports .carousel-item {
      height: 20vh;
    }
  }

  /*--------------------------------------------------------------*/
  .art_service
  {
    position: relative;
  }
  .art_service .implement
  {
    position: absolute;
    left:0;
    top:50px;
    z-index: 99;
    background-color: var(--maincolor);
    padding: 10px 15px;

  }
  .art_service .implement a
  {
    color: #fff;
  }
  /* ===========search header====================== */
  /*  */
.searchindex
{
    position: relative;
}
.search-form-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: 0.5s all ease;
    visibility: hidden;
    opacity: 0;

    /* padding: 10px; */
  }
  .search-form-wrap .search-form {
    position: relative;
  }
  .search-form-wrap .search-form .form-control {
    width: 320px;
    border: 1px solid #ccc;
    line-height: 28px;
    box-shadow: 0 15px 20px -10px #ccc;
    padding-left: 40px;
    padding-right: 40px;
  }
  .search-form-wrap .search-form .form-control:active,
  .search-form-wrap .search-form .form-control:focus {
    outline: none;
    box-shadow: none;
  }
  .search-form-wrap .search-form .icon {
    position: absolute;
    top: 9px;
    opacity: 0.5;
    right: 10px;
  }

  .search-form-wrap .search-form .btn {
    position: absolute;
    top: 3px;
    left: 4px;
    padding: 0;
    margin: 0;
    /* line-height: 1; */
    /* font-size: 30px; */
  }
  .search-form-wrap .search-form .btn span
  {
    font-size: 20px;
    -webkit-text-stroke-width: .04rem;
  }
  .search-form-wrap .search-form .btn:active,
  .search-form-wrap .search-form .btn:focus {
    outline: none;
    box-shadow: none;
  }

  .search-form-wrap.active {
    visibility: visible;
    opacity: 1;
  }

/* ============end search================== */
/* ==================youtube-vid===================== */
.youtube-vid .col-md-4
{
    padding: 10px 0px 10px 10px;
font-size: 18px;
margin-bottom: 5px;
border-bottom:5px solid var(--secondcolor);
}
.apply_info p
{
    font-size: 16px;

}
.apply_info h5
{
    color:var(--secondcolor);
}
/*  */
.content-titleimg
{
    display: flex;
    background-color: rgba(var(--color-black-rgb));
    position: relative;
    text-align: center;
    justify-content: center;
}
.content-titleimg img
{
    height: 460px;
    opacity:.3;
}
.content-titleimg span
{
position: absolute;
top:40%;
/* right: 50%; */
/* left:50%; */

color: var(--secondcolor);
font-size: 40px;
font-weight: bold;
}
/* ---------------- */
/* تنسيق الكروت */
.section-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: #fff;
}

.section-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* تنسيق الصورة داخل الكرت */
.card-img-wrapper {
    overflow: hidden;
    height: 220px;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.section-card:hover .card-img-top {
    transform: scale(1.1);
}

/* تنسيق العنوان والنص */
.card-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 1rem;
    color: #777;
    margin-bottom: 1rem;
    height: 80px;
    overflow: hidden;
}

/* تنسيق الأزرار */
.btn-primary {
    background-color: var(--maincolor);
    border: none;
    padding: 0.6rem 2rem;
    font-size: 1.1rem;
    border-radius: 30px;
    /* text-transform: uppercase; */
    font-weight: 600;
    transition: background-color 0.3s, transform 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--secondcolor);
    transform: translateY(-4px);
}

/* إضافة تأثيرات للصف عند الظهور */
.section-card {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-in-out;
}

.section-card.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .section-card {
        margin-bottom: 20px;
    }
    /* .fixed-top {
        position: fixed;
        top: 0;
        right: -100px;
        left: 100px;
        z-index: 1030;
    } */
}
/* ============= */
.newwletter-markdown{
    direction: rtl;

}
/* ====main-count-project======== */
.count-project .count-box {

    text-align: center;
    border:2px solid var(--maincolor);
    padding:10px;
    width: 240px;
    justify-content: space-between;
    border-radius: 20px;
    transition: all 2s;
    margin:5px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);

}
.count-project .count-box:hover
{
    background-color: var(--maincolor);
}
.count-project .count-box:hover span
{
color: #ccc;
}
.count-project .count-box:hover p
{
color: white;
}
.count-project .count-box i {
    display: block;
    font-size: 48px;
    color: var(--secondcolor);
    line-height: 0;
}

.count-project .count-box span {
    font-size: 24px;
    display: block;
    font-weight: 700;
    color: var(--maincolor);
    margin: 10px;
  }

  .count-project .count-box p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--fontcolor);
  }
/* ===========end================== */

/*# Features
--------------------------------------------------------------*/
.features .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* backdrop-filter: blur(10px); */

}

.features .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.features .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.features .card-title a {
  /* color: #; */
}

.features .card-text {
  /* color: #5e5e5e; */
  height: 70px !important;
}

.features .read-more a {
  /* color: #777777; */
  /* text-transform: uppercase; */
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: var(--maincolor);
}

.features .card:hover .read-more a,
.features .card:hover .card-title,
.features .card:hover .card-title a,
.features .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------*/

.orphan-card-section {
    padding: 5px 0;
    margin:0px 20px;
}

.orphan-card {
    display: block;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    border: 2px solid #f0f0f0;
}

.orphan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-color:  var(--maincolor);
}

.card-icon {
    font-size: 50px;
    color:  var(--maincolor);
    margin-bottom: 20px;
}

.card-title {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-text {
    color: #7f8c8d;
    font-size: 16px;
    line-height: 2;
    /* margin-bottom: 25px; */
    height: auto;
}

.card-cta {
    background:  var(--maincolor);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
}

.card-cta i {
    font-size: 14px;
}

.orphan-card:hover .card-cta {
    background: var(--maincolor);
}
.orphan-card img
{
    max-height: 200px;

}



