@font-face {
  font-family: 'Poppins';
  src: url(https://fonts.googleapis.com/css?family=Poppins);
}
@font-face {
  font-family: 'Cairo';
  src: url(https://fonts.googleapis.com/css?family=Cairo);
}
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }
  
  body {
    font-family: 'Cairo' !important;
    background: url(../images/background.png);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  a{
    text-decoration: none !important;
  }
  .container-pad{
    padding: 0 150px;
  }
  .nav {
    height: 100%;
    width: 100%;
    justify-content: space-between;
    padding: 0px 100px;
    background-color: #fff;
    align-items: center;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 

}
  
  .nav > .nav-header {
    display: inline;
    padding: 5px 0;
  }
  
  .nav .nav-header .nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 0px 10px 0px 10px;
  }
  .nav .nav-header .nav-title img{
   width: 115px;
   margin-left: 100px;
   
  }
  .nav > .nav-btn {
    display: none;
  }
  
  .nav > .nav-links {
    display: inline;
    float: right;
    font-size: 18px;
  }
  
  .nav > .nav-links > a {
    display: inline-block;
    text-decoration: none;
    color: #1f1f1f;
    padding: 13px 30px 13px 30px;
    font-size: 20px;
  }
  .nav > .nav-links >.active{
    color: #295438;
    font-weight: bold;
    border-bottom: 3px solid #295438;
  }
  .nav > .nav-links > a:last-child{
    background: #000;
    color: #fff;
    border-radius: 10px;
  }
  .nav > .nav-links > a:last-child:hover{
    background: #000;
    color: #fff;
  }
  .nav > .nav-links > a:hover {
    color: #295438;
    font-weight: bold;
    border-bottom: 2px solid #295438;
  }
  .nav > #nav-check {
    display: none;
  }
  @media (max-width:600px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 58px;
      height: 50px;
      padding: 13px;
      margin-top:19px;
      margin-right: 28px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
        border: 2px solid #295438;
    }
    .nav{
        justify-content: space-between;
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 30px;
      height: 9px;

      font-weight: bold;
      border-top: 2px solid #295438;
    }
    .nav > .nav-links {
      position: absolute;
      display: block;
      width: 100%;
      background-color: #fff;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 95px;
      z-index: 1000;
      left: 0px;
      text-align: center;
    }
    .nav .nav-header .nav-title img{
       margin-left: 25px;
    padding: 10px 0px;
        width: 74px;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
      top:91px;
    }
  }

  /*******Slider******/
  .mySlidesImages{
    position: relative;
    overflow: hidden;
  }
  .content-overlay {
    background: rgba(41, 37, 37, 0.7);
    position: absolute;
    height:100%;
    width: 100%;
    margin: auto;
    left: 0;
    top: 10px;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
.slideshow-container .mySlidesImages {
    display: none
}

.slideshow-container img {
    vertical-align: middle;
    height: 85vh;
    object-fit: cover;
}

.slideshow-container-sub img {
  height: 75vh;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
   
}


/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white !important;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit seethrough */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background-color: #295438;
}

/* Caption text */
.slideshow-container .text-h1 {
    color: #fff;
    font-family:'Poppins';
    font-size:40px;
    padding: 8px 12px;
    position: absolute;
    top: 20%;
    width: 50%;
    left: 10%;
    font-weight: bold;
}
.slideshow-container .text {
    color: #fff;
    font-size: 25px;
    padding: 8px 12px;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 50%;

}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slideshow-container .active,
.slideshow-container .dot:hover {
    background-color: #717171;
}
.fade {
    opacity: 1 !important;
    transition: opacity .15s linear;
}


.section2 {
    padding: 0px 0px;
}
.texts h1{
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #295438;
    font-size: 50px;
    font-family: 'Poppins';
    letter-spacing: .05em;
    font-weight: bold;
 
}
.texts .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
    text-align: justify;
    color: #000;
}
.texts .text img {
  width: 42px;
  margin-right: 10px;
  height: 46.74px;
}
.images-section {
    position: relative;
}
.images-section .image-1 {
   position: relative;
    width: 500px;
    height: 380px;
    left: 124px;
    border-radius: 10px;
    object-fit: cover;
}
.images-section2 .image-1 {
  left: 0px;
}

.images-section .image-2 {
  position: absolute;
    width: 370px;
    display:none;
    height: 268px;
    right: 95px;
    top: 196px;
    border-radius: 10px;
    object-fit: cover;
}
 /******section2 slider****/
.section2-slider{
    margin-top: 40px;
    background: #295438;
    padding:50px 0 100px 0px;
 }
 .section2-slider h1{
    text-align: center;
    margin-bottom: 2rem;
 }
 .section2-slider h1 span {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin: 0 10px;
    font-weight: bold;
}
.section2-slider .btn-green{
    background: #fff;
    color: #295438;
}
.section2-slider h1 img{
    width: 32.74px;
    height: 32.74px;
}

 .wrapper{
    width:100%;
    padding-top: 20px;
    text-align:center;
    font-family: 'Cairo';
  }
  h2{
    font-family:sans-serif;
    color:#fff;
  }
  .carousel{
    width:100%;
    margin:0px auto;
  }
 .card-div{
    background: #fff;
    border-radius: 10px;
    margin: 2rem 10px;
    padding: 20px 20px 10px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  }
   .card-div p{
    color: #000;
    padding-top: 10px;
    text-align: center;
    font-size: 1rem;
    height:58px;
  }
  .portfolio  .card-div p{
    font-size: 1.1rem;
    line-height: 2rem;
    height: 38vh;
    overflow: auto;
  }
  .card-div {
    cursor: pointer;
  }
  .card-div .title-details {
    font-weight: bold;
    font-size: 35px;
    font-family: 'Poppins';
    text-align: center;
    padding: 0px 0 2rem 0;
    color: #313131;
  }
  .card-div:nth-child(odd) {
    direction: rtl;
  }
  .card-div:nth-child(even) {
    direction: ltr;
  }
  .card-div .price-details {
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px;
    text-align: left;
    color: #4d4d4d;
    padding-bottom: 1rem;
  }
  .card-div .price-details span{
    color: #295438;
  }
  .card-div-details{
    padding: 30px;
    box-shadow: none;
  }
  .card-details{
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .card-details img{
  height: 450px !important;
  object-fit: cover;
  }
  .card-details p{
    font-size: 16px;
    padding-bottom: 2rem;
    height: 30vh;
    overflow: auto;
  }
  .slick-slide{
    margin:10px;
  }
  .slick-slide img{
    width:100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
  }
  .slick-prev, .slick-next{
    background: #000;
    border-radius: 15px;
    border-color: transparent;
  }
  .carousel img{
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
  .slick-prev:hover,
   .slick-prev:focus,
   .slick-next:hover,
   .slick-next:focus{
    color: #0C2B61 !important;

    border:none !important;
  }
  .slick-prev{
    position: absolute;
    top: 600px !important;
    left: 46% !important;
    width:58px !important;
    height: 58px !important;
    border-radius: 250px;
    background-color: #295438 !important;
  }
  .slick-next{
    position: absolute;
    top:600px !important;
    right: 46% !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 250px;
    background-color: #295438 !important;
  }
 .slick-prev:before, .slick-next:before{
    color: #fff !important;

    box-shadow: none !important;
    border-radius: 250px;
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 1;
    opacity: .75;
 }
 .slick-dots{
    display: none !important;
 }

 /******Section 3****/
.section3{
    padding-top: 80px;
    padding-bottom: 6rem;
    background-image: url(../images/back-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3 h1{
    text-align: center;
    padding-bottom: 64px;
}
.section3 h1 span{
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 140%;    
    text-align: center;
    color:#295438;
    margin: 0 10px;
    font-weight: bold;
}
.section3 h1 img{
    width: 32.74px;
height: 32.74px;
}
.images img{
    border-radius: 10px;
    margin: 10px auto;
    display: block;
    width: 100%;
    object-fit: contain;
    height: 200px;
}
.portfolio img{
  height: 380px;
  object-fit: cover;
}

.images-size h5{
  font-size: 28px;
  color: #295438;
  font-family: 'Poppins';
  font-weight: bold;
  text-align:left;
  padding: 3rem 0px 2rem 0;
}
.main-ar .images-size h5{
     text-align:right;
}
.a-images{
    margin-top: 64px !important;
    display: block;
    margin: auto;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 202px;
    height: 50px;
    background: #295438;
    border-radius: 12px;
    border: 1px solid #295438;
    padding: 10px 20px;
}
.a-images:hover
{
    color: #295438;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    border: 1px solid #295438;
}
 .btn-view {
    margin-top: 43px;
}
.card-div-details .btn-green{
    margin:auto;
}
.btn-green {
    display: block;
    background: #295438;
    width: 232.93px;
    height: 63.71px;
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
    border-radius: 43px 43px 43px 12px;
    font-family: 'Cairo';
}
.btn-green:hover {
    color: #fff;
}
.btn-abs{
    position: absolute;
    top: 60%;
    left: 10%;
}
.pad-flex{
    padding: 0 100px;
}
/****** Footer****/
.footer-section {
  background: #295438;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.single-cta{
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.single-cta i{
  font-size: 30px;
  color: #295438;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 150px;
    border-radius: 10px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon{
  margin-bottom: 2rem;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Cairo';
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  font-family: 'Cairo';
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #295438;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #295438;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #295438;
    padding: 13px 20px;
    border: 1px solid #295438;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #fff;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #295438;
  font-weight: bold;
}
.copyright-text p a{
  color: #295438;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #295438;
}
.footer-menu li a {
  font-size: 14px;
  color: #295438;
  font-weight: bold;
}
/*****Contact Us*****/
.section-contactUs{
  padding: 0 50px;
}
.section-contactUs h1{
  font-weight: bold;
  font-family: 'Poppins';
  color: #295438;
  margin: 3rem 0px;
}
.main-ar .section-contactUs h1{
    font-family:'Cairo';
    text-align:center;
}
.main-ar .formbold-form-label{
      text-align:right;
      display:block;
}
.main-ar .formbold-form-input{
    text-align: right;
    direction: rtl;
}
.section-contactUs .img-side{
  width: 100%;
  height: 250px;
  margin: 5px 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  margin: 2rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  width: 100%;
  background: white;
}
.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  margin-bottom: 12px;
}
.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #295438;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #295438;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.w-full {
  width: 100%;
}
@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}
.iframe-map{
  height: 522px;
  width:100%;
}
.top-margin{
  padding: 2rem 0px 3rem 0px;
    border-bottom: 3px solid rgb(227, 227, 227);
}
.top-height{
     padding: 4rem 0px 10rem 0px; 
     border-bottom: 3px solid rgb(227, 227, 227);
}
.top-height .row{
    align-items: center;
}
.top-height:last-child{
     border-bottom: none;
}
.border-none{
  border-bottom: none;
  padding: 8rem 0px 8rem 0px; 
}
.product .btn-green{
  margin: 1.5rem auto 1rem auto;
  display: block;
    background: #295438;
    width: 175.93px;
    height: 42.71px;
    color: #fff !important;
    font-size: 16px;
    padding-top: 9px;
    opacity: .9;
    text-align: center;
    border-radius: 43px 43px 43px 12px;
}
.slide-new{
    height:65vh !important;
}
.section-pad{
    padding-top:0px;
}
.text-new {
   margin: 6rem 0px 0px 0px;
}
.text-new h1{
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Poppins,sans-serif;
    color: #211f1f;
    margin-bottom: 2rem;
    text-align: center;
}
.text-new p{
   position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -7px;
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    padding-left: 0;
    color: #959494;
    text-align: center;
}
.main-ar .text-new h1,
.main-ar .text-new p
{
      font-family: 'Cairo';
      direction: rtl;
}
.border-hide{
    width:200px;
    display:block;
    border-bottom:2px solid #959494;
    text-align:center;
    margin: 2rem auto 0px auto;
}
@media (max-width:1000px) {
    .section2{
    height: 100%;
    padding: 84px 20px 14px 0px;
    padding-top: 24px;
    width: 100%;
    }
    .text-new h1 {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0em;
}
.text-new p{
        font-size: 13px;
}
    .carousel img{
        height:250px;
    }
    .iframe-map{
     height: 300px;
     width: 100%;
     padding-top: 2rem;
    }
    .section2-slider h1 span{
         font-size: 33px;
    }
    .images-section .image-1 {
     position: relative;
        width: 97%;
        height: 200px;
        left: 0px;
    }
    .images-section .image-2 {
        position: relative;
        width: 97%;
        height: 200px;
        right: 0px !important;
        top:0px;
        margin-top: 20px;
    }
    .slideshow-container .text-h1 {
        font-size: 23px;
        width: 84%;
        font-weight: bold;
        top: 30%;
    }
    .slideshow-container .text {
       color: #fff;
        font-size: 14px;
        padding: 8px 12px;
        position: absolute;
        top: 49%;
        left: 13%;
        width: 76%;
    }
    .texts .text p{
        font-size:13px;
        padding: 0px 11px;
    }
    .texts .text img {
        width: 27px;
        height: 27.74px;
        }
    .texts{
        width: 97%;
    }
    .nav{
        padding: 0px;
    }
  .flex-col{
    flex-direction: column;
    padding: 0px;
  }
  .btn-green {
    width: 160.93px;
    height: 44.71px;
    font-size: 15px;
    padding-top: 11px;
    margin: 1rem auto;
  }
  .slideshow-container-sub img{
    height: 50vh;
  }
  .section3 h1{
    padding-bottom: 10px;
    text-align: center !important;
    margin-bottom: 2rem;
  }
  .section3 h1 span{
    font-size: 32px;
  }
  .slick-prev{
    left: 36% !important;
  }
  .slick-next {
    right: 31% !important;
  }
  .texts h1{
    font-size:26px;
    text-align: left;
    padding: 0 21px;
  }
  .formbold-main-wrapper {
    padding: 18px;
    margin: .5rem;
}
.section-contactUs{
  padding: 10px;
}
.container-pad{
  padding: 0 10px;
}
}
.page-item.active .page-link{
  background-color: #295438 !important;
    border-color: #295438 !important;
}
.page-link{
  color: #295438 !important;
}
.page-item.active .page-link{
  color:  #fff !important;
}
.select-nav{
  width: 85px;
  border: none;
  text-align: center;
  cursor: pointer;
}
.select-nav option a{
  cursor: pointer;
}
.select-nav option a:hover{
  background: #295438 !important;
}
.main-ar .text-h1,
.main-ar .text,
.main-ar .section2-slider h1 span,
.main-ar .texts .text p,
.main-ar .texts h1,
.main-ar .section3 h1 span,
.main-ar .card-details p,
.main-ar .slideshow-container .text-h1,

.footer-section-ar .footer-text p
{
  text-align: right;
  font-family: 'Cairo' !important;
}
.main-ar .images-size h5,
.main-ar .card-div .title-details
{
      font-family: 'Cairo' !important;
}
.main-ar .card-div .price-details{
    text-align:right;
}
.main-ar .slideshow-container .text-h1{
    left:40%;
}
.main-ar .slideshow-container .text{
    left:40%;
}
.main-ar .btn-abs{
    left:75%;
}

.nav-links-ar{
  direction: rtl;
}
.main-ar .top-height .btn-green {
    margin-left: auto;
}
@media(max-width:1000px){
    .main-ar .slideshow-container .text-h1{
    left:0%;
}
.top-height{
    margin:0rem 0px 2rem 0px;
    padding: 2rem 0px 2rem 0px;
}
.main-ar .slideshow-container .text{
    left:10%;
}
.main-ar .btn-abs{
    left:10%;
}
}
.svg-inline--fa {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    padding: 6px;
    border-radius: 10px;
    width: 34px !important;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
@media (min-width: 992px) {
  .slider, .slide {
    height: 80vh;
  }
}
.slide {
  position: relative;
  transition: 1s;
}
.banner__slider{
  position: relative;
}
.slider{
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position:relative;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
  position: relative;
  z-index: 1000;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: 'Playball', cursive;
  font-size: 1.4rem;
  width:80%;
}
.main-ar .slide .slide__content--headings .top-title {
  font-family: 'Cairo', cursive; 
   font-size: 1rem;
  width: 60%;
  margin-left: auto;
  text-align: right;
  direction: rtl;
}
.main-ar .slide .slide__content--headings .title {
  font-size:2.5rem;
  font-weight:bold;
  margin: 2rem;
  direction: rtl;
  width:60%;
  line-height: 3.5rem;
  display: block;
  margin-left: auto;
}
@media (max-width:1000px) {
  .slide .slide__content--headings .top-title {
     font-size: .7rem !important;
    width: 90% !important;
    display: block;
    z-index: 100;
    margin-left: 3rem;
  }
  .slide .slide__content--headings .title {
    font-size:1rem !important;
    width:80% !important;
    line-height:1.5rem !important;
    margin-left: 3rem !important;
    display: block !important;
    z-index: 100;
  }
  .content-overlay{
    opacity: .6 !important;
  }
  .slide .slide__content--headings{
    text-align: center !important;
    z-index: 100;
  }
  .slide .slide__img {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position:relative;
  }
  .slide .slide__img img {
    max-width: 100%;
    height: 60vh;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
  }
  .slide .slide__content--headings .button-custom {
    padding: .7rem !important;
    font-size: 1rem !important;
}
}
.slide .slide__content--headings .top-title{
      margin-left:  5rem;
}
.slide .slide__content--headings .button-custom{
     margin-left:  5rem;
}
 .slide .slide__content--headings .title {
  font-size:2.5rem;
  margin: 2rem;
  width:80%;
  line-height: 3.5rem;
  display: block;
  margin-right: auto;
  margin-left:  5rem;
}
.slide .slide__content--headings .button-custom {
background: #295438;
    text-decoration: none;
    color: #fff;
    border: 1px solid #295438;
    padding: 1rem 2rem;
    font-size: 1.3rem;
}
.main-ar .slide .slide__content--headings .button-custom{
  margin-right: 2.5rem;
}
.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.banner__slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner__slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner__slider .slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.banner__slider .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.banner__slider .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.banner__slider .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner__slider .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.banner__slider .stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.banner__slider .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.banner__slider .stick-dots .slick-dots li button:hover,.banner__slider  .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.banner__slider .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.banner__slider .stick-dots .slick-dots li.slick-active button:hover,.banner__slider  .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}
.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.banner__slider .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.banner__slider .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.banner__slider .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.banner__slider .slick-nav i:before, .slick-nav i:after {
  content: '';
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.banner__slider .slick-nav i:before {
  transform: rotate(-40deg);
}
.banner__slider .slick-nav i:after {
  transform: rotate(40deg);
}
.banner__slider .slick-nav:before, .slick-nav:after {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.banner__slider .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.banner__slider .slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}
.banner__slider .slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}
.banner__slider .slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

.container-pad1{
  padding:10px 110px;
    background-color: #f9f9f9;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px 0px 1px 0px;
    border-color: #f4f4f4;
    border-style: solid;
}
.images-iconsflag img{
width:20px;
}
.images-iconsflag a{
  margin: 0 5px;
  color: #000;
}
.images-iconsflag span{
  font-size: 12px;
   padding-top: 5px;
   padding: 0 3px;
   font-family: 'Cairo';
   text-transform: uppercase;
}
.div-head svg{
  color: #777473;
}
.div-head span{
  margin:  0 10px;
}
.div-head-m{
  margin: 0 30px;
}

.nav > .nav-header > .nav-title > img{
  width: 100px;
 margin-left: 100px;
 
}
.slide-branch{
    height:70vh !important;
}

.section-contact .btn-green{
  color: #fff !important;
  margin: 2rem auto;
}
@media (max-width:1000px) {
  .container-pad1{
    padding:10px;
  }
  .div-head-m{
    margin:10px;
  }
  .div-head span{
    margin:  0 5px;
    font-size: 12px;
  }
  .images-iconsflag a{
    margin: 0 10px;
  }

  .nav > .nav-header > .nav-title > img{
      margin-left: 10px;
      width: 80px;
  }
  .content-overlay {
    display: none;
  }
  .slide .slide__content--headings .top-title{
      margin-left:  2rem;
}
.slide .slide__content--headings .button-custom{
     margin-left:  1rem;
}
 .slide .slide__content--headings .title {
  margin-left:  1rem;
}
  .border-none{
      padding:0px;
  }
}
.div-whatsapp {
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 175px;
    padding: 0px 10px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Cairo";
    z-index: 5000;
}
.div-whatsapp img {
    width: 36px;
}
.div-whatsapp p {
    font-size: 20px;
    color: #5BBD50;
    margin-top: 15px;
}
.div-new {
    position: fixed;
    bottom: 4%;
    right: 4%;
    padding: 0px 10px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Cairo";
    z-index: 5000;
    padding-top: 15px;
}
.display-show {
    display: none;
}
@media (max-width: 1000px){
.display-show {
    display: block;
}
    .display-none {
    display: none;
}
    
}
.iti {
    width: 100%;
}
.main-details .slick-next,
.main-details .slick-prev
{
    top: 550px !important;
}


.header-back {
    margin:5rem 0px 2rem 0px;
  height: 75vh;
  background-image: linear-gradient(
      to right bottom,
      rgba(95, 94, 94, 0.4),
      rgba(54, 54, 54, 0.4)
    ),
    url(../images/back-new.jpeg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.header-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-abs h1 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  font-family:'Poppins';
  color: rgb(247, 245, 245);
  animation-name: moveInLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}
.header-abs p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(231, 230, 230);
      margin: 2rem 0;
}
.header-abs p a {
  font-weight: bold;
  color: rgb(221, 221, 221);
    font-family:'Poppins';
}
.main-ar .header-abs h1 {
   font-family:'Cairo';
}
.main-ar .header-abs p a {
    font-family:'Cairo';
}

@media (max-width: 1000px) {
  .header-back {
    height: 70vh;
    background-attachment: inherit;
  }
    .header-abs h1 {
    font-size: 2rem;
  }
  .header-abs p {
    font-size: 1rem;
  }
  .header-abs {
    margin-top: 20px;
    position: absolute;
    top: 20%;
    left: 15%;
    transform: translate(-5%, -5%);
  } 
    
}
.card-div-details textarea{
    height: 350px;
    background-color: rgb(255, 255, 255) !important;
    margin-bottom: 20px;
    border: none;
    text-align: left;
    direction: ltr;
}
.main-ar .card-div-details textarea{
    text-align: right;
    direction: rtl;
}
.portfolio  textarea{
    height: 350px;
    background-color: rgb(255, 255, 255) !important;
    margin-bottom: 20px;
    border: none;
    text-align: left;
    direction: ltr;
}
.main-ar .portfolio textarea{
    text-align: right;
    direction: rtl;
}
.texts .text textarea{
   height: 300px;
    border: none;
    background-color: #fff !important;
    text-align: left;
}
.main-ar .texts .text textarea{
    text-align: right;
    direction: rtl;
}
.texts .text .form-control:focus{
    box-shadow: none !important;
}