single-service/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Navigations One
# Navigations Two
# Animations
# Zoom Fade Css
# Mobile Nav
# Search Popup
# Banner One
# Main Slider Two
# Welcome One

# We Change
# We Make
# Services One
# Portfolio One
# Brand One
# Testimonials Two
# Two Boxes
# Video One

# CTA One
# Site Footer
# Areas Of Practice
# Build Business
# Web Solutions
# Team One
# Watch Video
# Core Features

# Page Header
## Error Page

#.swiper-wrapper
#.main-menu .mobile-nav__toggler  /burgermenu
#.swiper-wrapper .content .main-slider__content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Almarai&family=Poppins:wght@200;300;400;500&family=Tajawal&display=swap');
:root {
  
    --moniz-gray: #717178;
    --moniz-gray-rgb: 113, 113, 120;
    --moniz-primary: #c0a65a;
    --moniz-primary-rgb: 252, 101, 60;
    --moniz-black: #1e1e22;
    --moniz-black-rgb: 30, 30, 34;
    --moniz-base: #ffffff;
    --moniz-base-rgb: 255, 255, 255;
    --moniz-extra: #e4e4ea;
    --moniz-border-radius: 10px;
     --background-color: #ffffff;
  --color: #000000;
  --card-background-color: #1f1d2b;
  --card-color: white;
  --card-color--hover: black;
  --card-box-shadow: -1px 8px 14px -5px rgba(85, 85, 85, 0.88);

}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: 'Almarai';
    color: var(--moniz-gray, #717178);
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    direction: rtl;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--moniz-gray, #717178);
     font-family: 'Almarai';
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
p,
h2,
h3,
h4,
h5,
h6 {
    color: var(--moniz-black, #1e1e22);
    margin: 0;
    font-family: 'Almarai';
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::placeholder {
    color: inherit;
    opacity: 1;
}


.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--moniz-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #c0a65a;
    color: var(--moniz-base, #ffffff);
    font-size: 16px;
    font-weight: 700;
    padding: 14px 50px;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
}

.thm-btn:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
    height: 100%;
    background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), 1);
    opacity: 0.1;
    content: "";
    border-radius: 32px;
    transform: scale(1);
    transition: 500ms ease;
}

.thm-btn:hover {
    /*color: var(--moniz-base, #F2AC57);*/
    background-color: #F2AC57;
    color: #fff;
}


.thm-btn:hover::before {
    width: 100%;
    opacity: 1;
    transform: scale(1.5);
    border-radius: 0;
    background-color: var(--moniz-black, #1e1e22);
}

.thm-btn span {
    position: relative;
}


.thm-btn--dark {
    background-color: var(--moniz-black, #1e1e22);
}

.thm-btn--dark:hover::before,
.thm-btn--dark::before {
   /* background-color: var(--moniz-base, #ffffff);*/
   background-color:brown;
   
}

.thm-btn--dark:hover::before {
    background-color: var(--moniz-primary, #fc653c);
}

.thm-btn--dark:hover {
    color: var(--moniz-base, #ffffff);
}

.thm-btn--dark--light-hover:hover::before {
   /* background-color: var(--moniz-base, #ffffff);*/
    background-color: #BFBAB0;
}


.thm-btn--dark--light-hover:hover {
    color: var(--moniz-black, #1e1e22) !important;
}

.section-title {
    margin-top: -11px;
    margin-bottom: 35px;
    
}

.section-title__tagline {
    display: inline-flex;
    color: #c0a65a;
    font-size: 35px;
   font-family:'almarai';
    align-items: center;
    
    line-height: 30px;
    text-align: center;

    font-weight: 700;
    
}


.section-title__tagline::before {
    position: relative;
    top:5px;
    content: '';
    background-color: #D9C589;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}


.section-title__title {
    margin-left: 10px;
    font-weight: 700;
    color: #515152;
    font-size: 25px;
    line-height: 10px;
}

.preloader {
    position: fixed;
    background-color: var(--moniz-black, #1e1e22);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--moniz-black, #1e1e22);
}

.scroll-to-top:hover i {
    color: #fff;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/

/* boxed style */

body.boxed-wrapper {
    background-color: #f1f1f5;
}

.boxed-wrapper .page-wrapper {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c0a65a;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .page-wrapper__dark {
    background-color: #1c1e22;
}

.boxed-wrapper .main-menu-wrapper__search-box,
.boxed-wrapper .main-menu-wrapper__social {
    display: none;
}

/*Navigation bar*/

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}
.navbar{
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: #1b1b1b;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: #cfa935;
}

.icon{
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    display: none;
  }
  .menu-list .cancel-btn{
    position: absolute;
    right: 30px;
    top: 20px;
  }
  @media (max-width: 1230px) {
    .content{
      padding: 0 60px;
    }
  }
  @media (max-width: 1100px) {
    .content{
      padding: 0 40px;
    }
  }
  @media (max-width: 900px) {
    .content{
      padding: 0 30px;
    }
  }
  @media (max-width: 868px) {
    body.disabled{
      overflow: hidden;
    }
    .icon{
      display: block;
    }
    .icon.hide{
      display: none;
    }
    .navbar .menu-list{
      position: fixed;
      height: 100vh;
      width: 100%;
      max-width: 400px;
      left: -100%;
      top: 0px;
      display: block;
      padding: 40px 0;
      text-align: center;
      background: #222;
      transition: all 0.3s ease;
    }
    .navbar.show .menu-list{
      left: 0%;
    }
    .navbar .menu-list li{
      margin-top: 45px;
    }
    .navbar .menu-list li a{
      font-size: 23px;
      margin-left: -100%;
      transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .navbar.show .menu-list li a{
      margin-left: 0px;
    }
    .EN{
        transform: translateX(-180px);
    }
  }
  @media (max-width: 380px) {
    .navbar .logo a{
      font-size: 27px;
    }
  }
.EN{
    
display: flex;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

/*--------------------------------------------------------------
# Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}



@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
}
.swiper-slide:before { 
    content:"";
    position:absolute;
    background: #fff;
    border-radius: 15px;
    transform: skew(-15deg);
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
}
.main-slider .swiper-slide {
    position: relative;
    background-color: var(--moniz-black, #1e1e22);
    height: 120vh;
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}

.main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--moniz-black-rgb, 30, 30, 34), .5);
    z-index: 2;
}

.main-slider-shape-1 {
    position: absolute;
    top: 262px;
    left: -213px;
    border-radius: 50%;
    width: 304px;
    height: 304px;
    background-color: #c0a65a;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

}

.main-slider-shape-2 {
    position: absolute;
    top: 435px;
    left: -200px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 415px;
    height: 415px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.main-slider-shape-3 {
    position: absolute;
    top: -123px;
    right: -300px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 750px;
    height: 750px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider-shape-4 {
    position: absolute;
    top: 160px;
    right: -343px;
    border-radius: 50%;
    background-color: #c0a65a;
    width: 543px;
    height: 543px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider .container {
    padding-top: 240px;
    padding-bottom: 260px;
}

.main-slider__content {
    position: relative;
    display: block;
     justify-content:center;
     align-items:center;
 
}

.main-slider p {
    font-size: 16px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    margin: 0;
    line-height: 26px;
    text-transform: uppercase;
    padding-bottom: 21px;
    letter-spacing: 0.1em;
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 26px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transform: translateY(180px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 100px;
    line-height: 100px;
}

.main-slider .thm-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease,
        background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease,
        -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
        background 500ms ease, -webkit-transform 2000ms ease;
}


.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active .thm-btn {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.slider-bottom-box {
    position: absolute;
    left: 0;
    bottom: 50px;
    right: 0;
    min-height: 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-slider__nav {
    position: relative;
    float: left;
    width: 150px;
    z-index: 100;
    display: flex;
    align-items: flex-start;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: var(#fff,#fff);
    opacity: 1;
    margin: 0 5px;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), .20);
    transform: translateX(500px);
    color: #c0a65a;
}


.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: var(--moniz-primary, #c0a65a);
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
}

#main-slider-pagination {
    z-index: 10;
    width: 150px;
    text-align: right;
    position: relative;
    margin-left: auto;
    float: right;
    transform: translateX(-450px);
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), .80);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 5px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--moniz-base, #ffffff);
    background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two-shape-1 {
    position: absolute;
    bottom: 125px;
    left: -375px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 750px;
    height: 750px;
    z-index: 3;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.main-slider-two-shape-2 {
    position: absolute;
    top: 180px;
    left: -337px;
    border-radius: 50%;
    background-color: #c0a65a;
    width: 755px;
    height: 755px;
    z-index: 2;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}


@keyframes shapeMover {

    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

.main-slider-two .container {
    padding-top: 255px;
    padding-bottom: 260px;
}

.main-slider-two #main-slider-pagination {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 45px;
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 40%;
 
}

.welcome-one__img img {
    width: 100%;
    border-radius: 50%;
}

.welcome-one__shape-1 {
    position: absolute;
    bottom: -36px;
    left: 54%;
    width: 236px;
    height: 236px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.50;
    transform: translateX(-50%);
}

.welcome-one__right {
    position: relative;
    display: block;
}

.welcome-one__right .section-title {
    margin-bottom: 22px;
}


.welcome-one__solutions-single:hover {
    background-color: var(--moniz-primary, #fc653c);
    border: 1px solid transparent;
}

.welcome-one__solutions-icon {
    display: flex;
    align-items: center;
}

.welcome-one__solutions-icon span {
    font-size: 20px;
    color: #c0a65a;
    transition: all 500ms ease;
}

.welcome-one__solutions-single:hover .welcome-one__solutions-icon span {
    color: var(--moniz-base, #ffffff);
}



.welcome-one__solutions-text-box p {
    font-size: 16px;
    color: var(--moniz-black, #1e1e22);
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    transition: all 500ms ease;
}

.welcome-one__solutions-single:hover .welcome-one__solutions-text-box p {
    color: var(--moniz-base, #ffffff);
}

.welcome-one__right-text-1 {
    color: #69696f;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}
.welcome-one__right-text-2 {
    margin: 0;
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 15px;
    background-image: url('../images/backgrounds/abstract-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.services-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.08; 
}

.services-one .section-title {
    margin-bottom: 117px;
}

.services-one .row {
    --bs-gutter-x: 20px;
}

.services-one__single {
    position: relative;
    display: block;
    border-radius: var(--moniz-border-radius, 10px);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    padding: 100px 60px 50px;
    text-align: center;
    margin-bottom: 105px;
}

.services-one__icon {
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    width: 150px;
    height: 150px;
    font-size: 64px;
    color: var(--moniz-black, #1e1e22);
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -75px;
    transform: translateX(-50%);
}

.services-one__single:hover .services-one__icon {

background-color: #f1f1f1;
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 12px;
    direction: rtl;
}

.services-one__title a {
    color: var(--moniz-black, #1e1e22);
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
    color: #c0a65a;
}

.services-one__text {
    margin: 0;
    padding-bottom: 16px;
}

.service-one__arrow {
    position: relative;
    color: var(--moniz-gray, #717178);
    transition: all 500ms ease;
    height: 50px;
    width: 120px;
    background-color: #f1f1f5;
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
}
.services-one__single:hover .service-one__arrow {
    background-color: #c0a65a;
    color: var(--moniz-base, #ffffff);
}
/* Addtional section Eyeturk news */
.news{
display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url('../images/backgrounds/bg-mockup.jpg');
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}

.news .container
{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 1440px;
}
.news .container .card
{
    width: 320px;
    margin: 20px;
    padding: 40px 30px;
    background: #ebf5fc;
    border-radius: 40px;
    box-shadow: -6px -6px 20px rgba(255,255,255,1),
    6px 6px 20px rgba(0,0,0,.1);
}
.news .container .card:hover
{
    box-shadow: inset -6px -6px 20px rgba(255,255,255,1),
    inset 6px 6px 20px rgba(0,0,0,.1);
}
.news .container .card .imgbox
{
    position: relative;
    text-align: center;
}

.news .container .card .contentbox
{
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.news .container .title01:after{
    content:'';
    background-color:#a12525;
    width:50px;
    height:3px;
    display:flex;
}
.news .container .card .contentbox p
{
    color: #212121;
}
.news .container .card .contentbox a
{
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 40px;
    color: #8d201f;
    font-size: 16px;
    text-decoration: none;
    box-shadow: -4px -4px 15px rgba(255,255,255,1),
        4px 4px 15px rgba(0,0,0,.1);
}
.news .container .card .contentbox a:hover
{
    box-shadow: inset -2px -2px 10px rgba(255,255,255,.5),
      inset  3px 2px 10px rgba(0,0,0,.1);
       background-color:#a12525;
       color:#fff;
       transition: 0.4s;
}
.news .container .card .contentbox a:hover span
{
    display: block;
    transform: scale(0.98);
   
}
.news .container .card:hover .imgbox ,
.news  .container .card:hover .contentbox
{
    display: block;
    transform: scale(0.98);
    
}
.new .container .title01:after{
     content:"";
    display:block;
    width: 6em;
    max-width:70%;
    height:20px;
    border-bottom: 0.3em solid red;
    margin: 2em auto 0;
    
}

/*--------------------------------------------------------------
# Portfolio One
--------------------------------------------------------------*/

.single-service{
    display:felx;
    flex-direction:column;
   height:80%;
    width:100%;
   margin-bottom:50px;
}
.section-services {
	font-family: 'almarai';
	background-image: url('../images/backgrounds/our-services.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
    color: #cfa935;
}


.section-services .header-section {
	font-size: 1em;
    color: #282828;
     
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 80px 30px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
}

.section-services .single-service .content {
	position: relative;
    z-index: 11;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #cfa935;
    border: 6px solid #282828;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 1;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service img {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #cfab3e;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
    
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description p {
    margin-bottom: 90px;
    margin-top:auto;
    font-size: 1.1em;
    transition: color .3s;
}



.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 118px 0 119px;
    border-top: 1px solid var(--moniz-extra, #e4e4ea);
   
}
.brand-one .title .Group{
color:#c0a65a;
font-size: 35px;
padding-bottom: 70px;
text-align: center;
align-items: center;
}

.brand-one .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.7;
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 0.9;
    cursor: pointer;
}
@media(max-width:375px) and (height:812px)
{
    .brand-one .container .swiper-wrapper{
        height: 20vh;
        
    }
    
}
@media(max-width:375px) 
{
    .brand-one .container .swiper-wrapper{
        height: 20vh;
        
    }
    
}
@media(max-width:414px) {
    .brand-one .container .swiper-wrapper{
        height: 20vh;
        
    }
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
    position: relative;
    display: block;
    padding: 145px 0 100px;
    margin-top: -50px;
    
}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.video-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), .60);
    z-index: -1;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: var(--moniz-base, #ffffff);
    background-color: crimson;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__text {
    font-size: 60px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 70px;
    margin-top: 35px;
}

.video-one__link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 255, 255, 255), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 255, 255, 255), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--moniz-base-rgb, 255, 255, 255), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    z-index: 1;
}

.cta-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}

.cta-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--moniz-black-rgb, 30, 30, 34), .85);
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.cta-one__tagline {
    font-weight: 700;
    color: var(--moniz-base, #ffffff);
    opacity: .7;
    margin: 0;
}

.cta-one__title {
    font-size: 40px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 60px;
    margin-top: 21px;
    margin-bottom: 29px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--moniz-black, #1e1e22);
    padding: 118px 0 95px;
    z-index: 1;
}

.site-footer-top-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
}

.footer-widget__title {
    font-size: 18px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 40px; 
}

.footer-widget__about-logo {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.footer-widget__about-logo img {
    width: 190px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transform: translateY(-35px);
}

.footer-widget__about-text {
    font-size: 14px;
    color: rgb(230, 230, 230);
    transform: translateY(-80px);
    line-height: 35px;
   
}

.footer-widget__about-social-list {
    display: -webkit-box;
    display: flex !important;
    -webkit-box-align: center;
    text-align: center;
    border-top: 1px solid rgba(var(--moniz-base-rgb, 255, 255, 255), .10);
    margin-top: 23px;
    padding-top: 30px;
    direction: rtl;
}

.footer-widget__about-social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #9e9ea7;
    border-radius: 50%;
    font-size: 14px;
    height: 43px;
    width: 43px;
    background-color: #17171a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__about-social-list a+a {
    margin-left: 10px;
}

.footer-widget__about-social-list a:hover {
    /*background-color: var(--moniz-primary, #fc653c); */
    background-color:#c0a65a;
    color: var(--moniz-base, #ffffff);
}


.footer-widget__explore-list li+li {
    
    width: 190px;
}

.footer-widget__explore-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #9e9ea7;
    transition: all 500ms ease;
    transform: translateY(-20px);
}

.footer-widget__explore-list li a:hover {
    padding-left: 15px;
   /* color: var(--moniz-base, #ffffff);*/
   color: #c0a65a;
}

.footer-widget__explore-list li a:before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    content: "";
    background-color: #c0a65a;
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    transition: all 500ms ease;
}


.footer-widget__explore-list li a:hover:before {
    opacity: 1;
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-right: 65px;
}

.footer-widget__contact .footer-widget__title {
    margin-bottom: 34px;
}

.footer-widget__contact-text {
    font-size: 16px;
    margin: 0;
    color: #9e9ea7;
    line-height: 30px;
    padding-bottom: 27px;
    transform: translateY(-10px);
}

.footer-widget__contact-info p {
    margin: 0;
    line-height: 31px;
}

.footer-widget__contact-phone {
    font-size: 18px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    display: block;
    transition: all 500ms ease;
    direction: ltr;
   float: right;
}

.footer-widget__contact-phone:hover {
    color: #c0a65a;
}

.footer-widget__contact-mail {
    font-size: 16px;
    /*color: var(--moniz-primary, #fc653c);*/
    color: #c0a65a;
    font-weight: 400;
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
    font-family: 'poppins';
}

.footer-widget__contact-mail:hover {
    color: var(--moniz-base, #ffffff);
}

.footer-widget__contact-mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 1px;
    /*background-color: var(--moniz-primary, #fc653c);*/
    background-color: #c0a65a;
    content: "";
    transition: all 500ms ease;
}

.footer-widget__contact-mail:hover:before {
    background-color: var(--moniz-base, #ffffff);
}

.footer-widget__newsletter {
    position: relative;
    display: block;
    background-color: #17171a;
    border-radius: var(--moniz-border-radius, 10px);
    padding: 2px 50px 41px;
    margin-left: -10px;
   width: 100%;
   
}
.footer-widget__newsletter::before{
    background: linear-gradient(90deg, #e9c46a, #ffd6a5);
    content: '';
    position: absolute;
    inset: 0;
    transition: 0.5s;
    z-index: -1;
    filter: blur(12px);
}


.footer-widget__newsletter-form {
    position: relative;
    display: block;
    margin-top: -17px;
}

.footer-widget__newsletter-input-box  {
    position: relative;
    display: block;
    color:#fff;
    margin: 10px;
    padding: 15px;
}
.footer-widget__newsletter-input-box span{
    margin: 15px;
    font-size: 18px;
}
.footer-widget__newsletter-input-box span:hover{
    color: #c0a65a;
    cursor: pointer;
    transition: all 400ms ease;
}
.footer-widget__newsletter-input-box .wh{
    margin: 22px;
}

.footer-widget__newsletter h3{
    margin: 30px;
}
.footer-widget__newsletter-bottom {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.footer-widget__newsletter-bottom-icon {
    height: 18px;
    width: 18px;
    border: 1px solid #69696f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget__newsletter-bottom-icon i {
    font-size: 8px;
    color: #69696f;
}

.footer-widget__newsletter-bottom-text {
    margin-left: 10px;
}

.footer-widget__newsletter-bottom-text p {
    font-size: 16px;
    margin: 0;
    color: #9e9ea7;
}

.site-footer-bottom {
    position: relative;
    display: block;
    background-color: rgb(23, 23, 26);
    box-shadow: 0px -1px 0px 0px rgb(255, 255, 255, .05);
    padding: 25px 0;
}

.site-footer-bottom__inner {
    position: relative;
    display: block;
    text-align: center;
}

.site-footer-bottom__copy-right {
    font-size: 15px;
    color: #9e9ea7;
    margin: 0;
}

.site-footer-bottom__copy-right a {
    color: #9e9ea7;
    transition: all 500ms ease;
}

.site-footer-bottom__copy-right a:hover {
    color: var(--moniz-base, #ffffff);
}

/*Brand Two*/
.brand-two {
    border-bottom: none;
    border-top: 1px solid var(--moniz-extra, #e4e4ea);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 206px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--moniz-black-rgb, 30, 30, 34), .5);
    z-index: 1;
}

.page-header-shape-1 {
    position: absolute;
    top: -77px;
    right: -236px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.502;
    width: 750px;
    height: 750px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.page-header-shape-2 {
    position: absolute;
    bottom: -271px;
    right: -343px;
    border-radius: 50%;
    background-color: var(--moniz-primary);
    width: 543px;
    height: 543px;
    z-index: 2;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 3;
}

.thm-breadcrumb {
    padding-top: 3px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--moniz-base, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.thm-breadcrumb li+li {
    margin-left: 8px;
}

.thm-breadcrumb li a {
    color: var(--moniz-base, #ffffff);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--moniz-primary, #fc653c);
}

.page-header__inner h2 {
    font-size: 60px;
    color: var(--moniz-base, #ffffff);
    line-height: 71px;
    font-weight: 700;
}

/*Core Features Two*/
.core-features-two {
    padding-top: 120px;
    margin-top: 0;
}


/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
   
}

.reasons__btn {
    margin-top: 50px;
}

/*Video Two*/
.video-two {
    margin-top: 0;
    padding-top: 120px;
}
/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.contact-page .section-title {
    margin-bottom: 42px;
}

/*--------------------------------------------------------------
## Contact Page Google Map
--------------------------------------------------------------*/



/*Brand Three*/
.brand-three {
    border-top: none;
    padding-top: 0;
}

.brand-border-top {
    padding-top: 118px;
    border-top: 1px solid var(--moniz-extra, #e4e4ea);
}
.btn{
background-color: #c0a65a;
width: 240px;
height: 70px;
border: transparent;
}
.btn .txt-btn{
    text-align: center;
    align-items: center;
    font-size: 18px;
    transform: scale(1);
    transition: 500ms ease;
    border-radius:50px;
}
.btn span{
    color: #fff;
}
/*
ul.main-menu__list li > a {
    display: block !important;
    text-align: right;
    font-family: 'Al-Jazeera-Arabic-Bold';
}*/




