/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

 /*
[Table of contents] 
1. body
2. header
3. footer

*/
@font-face {
  font-family:'cairo';;
  src: url(../fonts/Cairo-Regular.ttf)
}

@font-face {
  font-family: 'cairobold';
  src: url(../fonts/Cairo-Bold.ttf)
}


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  border: 0;
  outline: none !important;
}
:root {
  --main_theme: #AB3137;
  --secondry_theme: #E8B92D;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family:'cairo' ;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  height: 100%;
  color: #333333;
  background:#fff;
 direction: rtl !important;
 overflow-x: hidden;
 text-align: right;

 
}
body {
  position: relative;
}

::-webkit-scrollbar {
  width: 8px;
  direction: rtl;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: var(--main_theme);
  outline: 1px solid #fff;
 
}
::-moz-selection {
  background: var(--main_theme);
  color: #fff;
}
::selection {
  background: var(--main_theme);
  color: #fff;
}
a,
button,
img,
i,
span,
li,
h4,
p,
#scroll-top,
.scaleimg,
.form-control,
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i,/**/
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
ul.nav > li:after {
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
button {
  border: 0;
  color: #fff;
}


ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


li {padding:0;}


.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}

main{
  direction: rtl !important;
}


.align-left{
  text-align: left;
}

.block{
  display: block;
}
.flex{
  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;
}
.just-start{
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.phone a{
  color:var(--main_theme) ;
}

.all-section {
  padding: 50px 0;
}
.secondry-color{
  color: var(--secondry_theme);
}

/*************************************************/
/*******component********************************/
/*************************************************/
.uder-line {
  text-decoration: underline;
}
.m-b-0{
  margin-bottom: 0;
}
.align-center{
  text-align: center;
}
.theme-color{
  color: var(--main_theme);
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-hidden{
  overflow-x: hidden;
}
.y-hidden{
  overflow-y: hidden;
}
.hidden{
  overflow: hidden;
}
.j-center{
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.all-section{
  padding: 60px 0;
}

.black{
  color: black;
}
.gold{
  color:#FFC107 ;
}
.ltr{
  direction: rtl;
}
.white{
  color: white;
}
.bold{
  font-weight: bold;
}
.section-title{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.p-m0{
  margin-bottom: 0;
}
.heigh100{
  height: 100%;
}
.width100{
  width: 100%;
}
.width50{
  width: 50%;
}
.width70{
  width: 70%;
}
.text-box {
text-align: center;
}

.new-projects .swiper-button-next::after, .new-projects .swiper-button-prev::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  
  background-color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.new-projects .swiper-button-next::after{
  content: "\f30a";
}
.new-projects .swiper-button-prev::after{
  content: "\f30b";
}
.buttnedit:hover {
  -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
      transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.buttnedit:active {
  -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color:#fff
}

.buttnedit {
    background-color: var(--main_theme);
    color: #fff;
}

.buttnedit::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.buttnedit::after {
  background-color: var(--main_theme);
}

.buttnedit:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
          -ms-transform: scaleX(1.4) scaleY(1.6);
      transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn-animated {
  -webkit-animation: moveInBottom 5s ease-out;
          animation: moveInBottom 5s ease-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}
.align-center{
  text-align: center;
}
@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}


.red {
  color: #f14304;
}
.mb7 {
  margin-bottom: 7px;
}
.bold{
  font-weight: bold;
}
.mt5{
  margin-top: 5px;
}
.relative{
  position: relative;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.header-section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.header-section h3{
  position: relative;
  z-index: 1;
  font-size: 74px;
  font-weight: bold;
}
.header-section .line-after-header{
  position: absolute;
    right: 3px;
    left: 0;
    height: 5px;
    background-color: #17B2BC;
    bottom: 10px;
    z-index: 0;
}
/*************************************************/
/*******end component********************************/
/*************************************************/
/*================header====================*/


.header-wrapper {
	padding: 30px 0;
	background-color: #ffffff;
	position: relative;
  
}

 .header-wrapper > .container {
	position: relative;
	min-height: 40px;
}

 .header-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

 .header-search {
  width: 165px;
  position: relative;
  margin-right: 8px;

}

.header-search .form-control {
	width: 100%;
	height: 40px;
	line-height: 40px;
  border-radius: 40px;
  padding-left: 21px;
  background-color: #f0f2f9;
}


.header-search button {
  position: absolute;
  left: 3px;
  top: 3px;
  border: none;
  padding: 2px 2px;
  line-height: 30px;
  font-size: 14px;
  color: #4d5053;
  border-radius: 40px;
  background:unset;
}
.flex.just-start p {
  margin-bottom: 0;
}

.flex.just-start p {
  margin-bottom: 0;
  margin-left: 26px;
}
.lang img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left:5px;
}
.lang{
  font-size: 12px;
}
.headernav {
  height: 34px;
}
.topNav-left{
  height: 34px;
}
.topNav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #000;
  height: 34px;
}
.topNav-right a{

  color: #000;
}
.width-img-play{
  width: 90px;
}
/*================end header ==================*/

/* ======== button header ============= */
.blue-button{

}
/* ==========button header =========== */

/*************************top button*************************/
#scrollUp {
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  background: -o-linear-gradient(135deg, #2076de 1%, #28adf1 99%);
  background: linear-gradient(-45deg, #2076de 1%, #28adf1 99%);
  text-align: center;
  color: #3188e5;
  border-radius: 100%;
  position: fixed;
  z-index: 1;
  display: none;
  cursor: pointer;

}

#scrollUp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#scrollUp:hover {
  color: #ffffff;
}

#scrollUp:hover:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}


/********************************navbar**********************/





.grid.margin::after, .grid.margin2x::after {
content: "";
display:none;
}
.nav-text:after,.nav-text:before,.nav-text span {
background-color:var(--main_theme);
border-radius:3px;
content:'';
display:block;
height:3px;
margin:3px auto;
width: 30px;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-webkit-transition:all 0.2s ease-in-out;
}
.show-menu .nav-text:before {
-ms-transform:translateY(9px) rotate(135deg);
    transform:translateY(9px) rotate(135deg);
-moz-transform:translateY(9px) rotate(135deg);
-webkit-transform:translateY(9px) rotate(135deg);
background-color: #fff;
}
.show-menu .nav-text:after {
-ms-transform:translateY(-9px) rotate(-135deg);
    transform:translateY(-9px) rotate(-135deg);
-moz-transform:translateY(-9px) rotate(-135deg);
-webkit-transform:translateY(-9px) rotate(-135deg);
background-color: #fff;
}
.show-menu .nav-text span {
-ms-transform:scale(0);
    transform:scale(0);
-moz-transform:scale(0);
-webkit-transform:scale(0);  
}
.top-nav ul {padding:0;}
.top-nav ul ul {
position:absolute;
background:#152732;
}
.top-nav li {
float:right;
list-style:none outside none;
cursor:pointer;
}
.top-nav li a {
color:#4D4D4D; 
display:block;
font-size:1rem;
padding:1.25rem; 
}
.top-nav li ul li a {
background:none repeat scroll 0% 0 #152732;
min-width:100%;
padding:0.625rem;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#2b4c61;}
.top-nav li ul {display:none;}
.top-nav li ul li,.top-nav li ul li ul li {
float:none;
list-style:none outside none;
min-width:100%;
padding:0;
}

.top-nav .active-item a {background:#2b4c61;}
.aside-nav > ul > li.active-item > a:link,.aside-nav > ul > li.active-item > a:visited {
background:#2b4c61;
color:#fff;
}

/* .top-nav li:hover a {
  background-color: var(--main_theme) !important;
  color: #fff;
}
.top-nav li:hover a.active {
  background-color: var(--main_theme) !important;
  color: #fff;
} */
.top-nav li{
  position: relative;
}
.top-nav li::after{
position: absolute;
content: '';
right: 0;
left: 0;
width: 0%;
height: 2px;
bottom: 0;
-webkit-transition: all .4s linear;
-o-transition: all .4s linear;
transition: all .4s linear;
}
.top-nav li:hover::after{
  width: 25px;
  right: 12px;
  background-color: #000;
}
.top-nav li:hover a{
color:  #000;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.top-nav li.active a{
  font-weight: bold;
}
.top-nav li.active::after {
  width: 25px;
  right: 12px;
  background-color:#000;
  /* margin: auto; */
}
/* Top Nav */
.top-nav li a, .background-white .top-nav li a {
color: #454545;
font-size: 0.85rem;
padding: 0.7em 1.25em;
}
nav {
border-bottom: 4px solid rgba(0, 0, 0, 0.05);
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding: 1.7rem 0;
position: relative;
z-index: 2;
}  
.top-nav ul ul {
background: #454545 none repeat scroll 0% 0;
}
.top-nav li ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.top-nav li ul li:last-child {
border-bottom: 0;
}
.top-nav li ul li a, .background-white .top-nav li ul li a, .top-nav .active-item li a {
background: #454545 none repeat scroll 0% 0;
color: rgba(255,255,255, 0.75);
}
ul.chevron .submenu > a::after, ul.chevron .sub-submenu > a::after, ul.chevron .aside-submenu > a::after, ul.chevron .aside-sub-submenu > a::after {
margin: 0 0 0 0.625rem;
}
.top-nav ul ul a {
color: #eee;
}
.sticky {
transition: all 0.20s linear 0s;
-o-transition: all 0.20s linear 0s;
-ms-transition: all 0.20s linear 0s;
-moz-transition: all 0.20s linear 0s;
-webkit-transition: all 0.20s linear 0s;
padding: 4px;
}
.fixed {
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 999;
}
nav.fixed, .fixed nav {
padding: 1rem 0;
}
.logo img {
margin: 0 auto;
max-width: 300px;
width: 100%;
}

/* Aside Nav */
aside {
border-left: 1px solid #e5e5e5;
padding-left: 1.25rem;
}

.aside-nav ul {
background: rgba(0, 0, 0, 0) none repeat scroll 0% 0;
margin-left: -1.25rem;
}
.aside-nav ul ul {
margin: 0;
}
.aside-nav li a, .aside-nav li a:link, .aside-nav li a:visited {
border-bottom: medium none;
font-size: 0.85rem;
padding: 15px;
border-left: 5px solid rgba(0,0,0,0);
}
.aside-nav > ul > li > a:hover, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
border-style: solid;
border-width: 0 0 0 5px;
border-color: #e5e5e5;
background: none;
color: #333;
}
.aside-nav li ul ul {
background: #e9e9e9 none repeat scroll 0% 0;
}
aside.aside-left {
border-left: 0;
border-right: 1px solid #e5e5e5;
padding-right: 1.25rem;
}
.aside-left .aside-nav ul {
margin-right: -1.25rem;
}
.aside-left .aside-nav li a {
border-left: 0;
border-right: 5px solid rgba(0,0,0,0);
}
.aside-left .aside-nav > ul > li > a:hover, .aside-left .aside-nav > ul > li.active-item > a:link, .aside-left .aside-nav > ul > li.active-item > a:visited {
border-style: solid;
border-width: 0 5px 0 0;
border-color: #e5e5e5;
}

.aside-nav.background-white-hightlight > ul > li > a:hover, .aside-nav.background-white-hightlight > ul > li.active-item > a:link, .aside-nav.background-white-hightlight > ul > li.active-item > a:visited,
.primary-color-white .aside-nav.background-primary-hightlight > ul > li > a:hover, .primary-color-white .aside-nav.background-primary-hightlight > ul > li.active-item > a:link, .primary-color-white .aside-nav.background-primary-hightlight > ul > li.active-item > a:visited {
border-color: #fff;
} 
.aside-nav.background-primary-hightlight > ul > li > a:hover, .aside-nav.background-primary-hightlight > ul > li.active-item > a:link, .aside-nav.background-primary-hightlight > ul > li.active-item > a:visited,
.primary-color-primary .aside-nav.background-primary-hightlight > ul > li > a:hover, .primary-color-primary .aside-nav.background-primary-hightlight > ul > li.active-item > a:link, .primary-color-primary .aside-nav.background-primary-hightlight > ul > li.active-item > a:visited {
border-color: #28a5df;
}
.aside-nav.background-dark-hightlight > ul > li > a:hover, .aside-nav.background-dark-hightlight > ul > li.active-item > a:link, .aside-nav.background-dark-hightlight > ul > li.active-item > a:visited,
.primary-color-dark .aside-nav.background-primary-hightlight > ul > li > a:hover, .primary-color-dark .aside-nav.background-primary-hightlight > ul > li.active-item > a:link, .primary-color-dark .aside-nav.background-primary-hightlight > ul > li.active-item > a:visited {
border-color: #454545;
}

.nav-text,.aside-nav-text {display:none;}
.aside-nav a,.aside-nav a:link,.aside-nav a:visited,.aside-nav li > ul,.top-nav a,.top-nav a:link,.top-nav a:visited {
transition:background 0.20s linear 0s;
-o-transition:background 0.20s linear 0s;
-ms-transition:background 0.20s linear 0s;
-moz-transition:background 0.20s linear 0s;
-webkit-transition:background 0.20s linear 0s;
}
.aside-nav ul {
background:#e8e8e8; 
padding:0;
}
.aside-nav li {
list-style:none outside none;
cursor:pointer;
}
.aside-nav li a,.aside-nav li a:link,.aside-nav li a:visited {
color:#444;
display:block;
font-size:1rem;
padding:1.25rem;
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
height:0;
display:block;
position:relative;
background:#f4f4f4;
border-left:solid 1px #f2f2f2;
border-right:solid 1px #f2f2f2;
overflow:hidden;
}
.aside-nav li ul ul {
border:0;
background:#fff;
}
.aside-nav ul ul a {padding:0.625rem 1.25rem;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
color:#fff;
background:#2b4c61;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item {height:auto;} 
nav.breadcrumb-nav {
background:#fff;
margin:0.625rem 0;
}
nav.breadcrumb-nav ul {
list-style:none;
padding:0;
}
nav.breadcrumb-nav ul li {float:left;}
nav.breadcrumb-nav ul li a:hover {text-decoration:underline;}
.breadcrumb-nav i {color:#B6C900;}
nav.breadcrumb-nav ul li:after {
content:"/";
margin:0 9px;
color:#c8c7c7;
}
nav.breadcrumb-nav ul li:last-child:after {content:"";}
.slide-content, .slide-nav {
transition:all 0.10s linear 0s;
-o-transition:all 0.10s linear 0s;
-ms-transition:all 0.10s linear 0s;
-moz-transition:all 0.10s linear 0s;
-webkit-transition:all 0.10s linear 0s;
}
.slide-content {
float:left;
width:calc(100% - 60px);  
}
.aside-nav.slide-nav {
background:#1c3849;
bottom:0; 
right:0;
top:0;
margin-right:-180px;     
overflow-y:auto;
padding-top:0.625rem;
position:fixed;
width:240px;
z-index:2;
}
.aside-nav.slide-nav > ul {
background:#1c3849;
opacity:0;
transition:all 0.20s linear 0s;
-o-transition:all 0.20s linear 0s;
-ms-transition:all 0.20s linear 0s;
-moz-transition:all 0.20s linear 0s;
-webkit-transition:all 0.20s linear 0s;
}
.aside-nav.slide-nav li a, .aside-nav.slide-nav li a:link, .aside-nav.slide-nav li a:visited {
color:#fff;
display:block;
font-size:0.9rem;
padding:0.625rem 1.25rem;
border-bottom:0;
}
.aside-nav.slide-nav li a:hover {
background:#152732!important;
color:#fff!important;
}
.aside-nav.slide-nav li > ul {
background:#2b4c61;
border-left:0;
border-right:0;
}
.aside-nav.slide-nav li > ul ul {
background:#456274;
border-left:0;
border-right:0;
}
.slide-nav-button {
background:#152732;
cursor:pointer;
position:fixed;
top:0;
right:0;
bottom:0;
width:60px;
z-index:3;
}
.hide-xxl {display:none!important;}
.right {float:right;}
.left {float:left;} 

/* Custom Template Styles */
/* Containers */ 
/* .section  { 
padding: 7rem 1.25rem;
} */
header.section{
padding: 5rem 0 40px 0;
}
.section-top-padding  { 
padding: 7rem 1.25rem 0  1.25rem;
}
.section-block { 
padding: 7rem 2.5rem;
}



header.position-absolute {
position: relative;
top: 0;
width: 100%;
z-index: 10;
direction: rtl !important;
}
.top-bar {
padding: 0 2rem;
}
.top-bar-social li {
border-left: 0 solid;
}
nav {
border-bottom: 0;
padding: 0;
position: relative;
z-index: 2;
}
.logo-dark {
display:none;
}
nav.fixed, .fixed nav {
  background: var(--secondry_theme);
  -webkit-box-shadow: 0px 5px 12px 4px #dfdfdf75;
          box-shadow: 0px 5px 12px 4px #dfdfdf75;
  padding: 0 1em;
}
nav.fixed .logo img {
   
    -webkit-filter: drop-shadow(0px 0px 1px rgb(172, 172, 172));
   
            filter: drop-shadow(0px 0px 1px rgb(172, 172, 172));
}

/* nav.fixed .top-nav li a, .fixed nav .top-nav li a {
color:#f9f9f9 
} */
nav.fixed .logo-white, .fixed nav .logo-white {
display:none;
}
nav.fixed .logo-dark, .fixed nav .logo-dark {
display:block;
width: 60px;
}  
nav.fixed .left-menu, nav.fixed .right-menu {
 padding: 0;
}
.background-transparent {
background: none;
}  
.theme-nav{
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-button {
margin-top: 200px;
margin-bottom: -20px;
position: relative;
z-index: 1;
}


.logo-menu {
width: 100px;
}

.logo img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-nav .row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.top-nav li a {
color: #333333;
font-size: 20px;
padding:5px 12px;
position: relative;
transition: all 0.20s linear 0s;
-o-transition: all 0.20s linear 0s;
-ms-transition: all 0.20s linear 0s;
-moz-transition: all 0.20s linear 0s;
-webkit-transition: all 0.20s linear 0s;
} 

.top-nav ul ul {
background: #fff none repeat scroll 0% 0;
}
.top-nav li ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.top-nav li ul li:last-child {
border-bottom: 0;
}
.top-nav li ul li a, .background-white .top-nav li ul li a, .top-nav .active-item li a {
background: #fff none repeat scroll 0% 0;
color: rgba(0,0,0, 0.75);
}
.top-nav .active-item a, .top-nav li a:hover {
background: none;
}
.top-nav > div > ul > li > a::before {
width: 6px;
height: 6px;
display: block;
background: #fff;
content: "";
border-radius: 10px;
position: absolute;
margin: 0 auto;
left: 50%;
margin-left: -4px;
bottom: 15px;
opacity: 0;
transition:all 0.20s linear 0s;
-o-transition:all 0.20s linear 0s;
-ms-transition:all 0.20s linear 0s;
-moz-transition:all 0.20s linear 0s;
-webkit-transition:all 0.20s linear 0s;
}
.top-nav > div > ul > li > a:hover::before, .top-nav > div > ul > li.active-item > a::before {
bottom: 10px;
opacity: 1;
}

/* Aside Navigation */
.aside-nav > ul > li > a:hover, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
border-width: 0 0 0 1px;
left: -1px;
padding-left: 20px;
position: relative;
}
section, header {
position:relative;
direction: rtl;
}
header{
  background-color: #E8B92D;
}
.frame-block {
padding: 50px;
border: 10px #fff solid;
}
.arrow-object {
position: absolute;
bottom: -1px;
width: 100%;
left: 0;
} 
.logosmll{
  display: none
}
.logosmll img.logo1 {
  width: 100%;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart{
  position: relative;
}
.cart {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 99;
}
.cart .badge{
  position: absolute;
}

.cart .badge {
  position: absolute;
  left: -7px;
  font-size: 11px;
  padding: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: -8px;
  background-color: var(--main_theme);
}

/******************section header***************************/
/* =========== start edit navbar =============*/
a.translate-lang{
  color: var(--main_theme);
}
a.translate-lang img{
width: 20px;
}
/* =========== end edit navbar ===============*/


/*=============start first-nav ===========*/ 
.first-nav{
  background-color:#222222 ;
  color: #fff;
  padding: 16px 0;

}
.content-phon-mail {
  font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-phon-mail a{
  color: #fff;
}
.content-phon-mail img{
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.content-phon-mail a:nth-child(1){
  margin-left: 15px;
}
.content-phon-mail a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-face{
  margin-left: 10px;
  width: 24px;
  height: 24px;
  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;
  color: #FFF8F8;
}

.socialphone a{
  color: #FFF8F8;;
}
.socialphone a span{
  margin-left: 7px;
}
.socialphone {
  position: relative;
  margin-right: 15px;
}
.socialphone::after {
  content: '';
  top: 0;
  bottom: 0;
  right: -8px;
  width: 1px;
  background-color: #FFF8F8;
  position: absolute;
}
.content-phon-mail span{
  margin-left: 7px;
}
/*============ end first nav ===========*/


/* ================ start button ============*/


.elementor-button {
  background-color: #000;
}

.elementor-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.elementor-button {
  fill: #fff;
  color: #fff;
  background-color: var(--main_theme);
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  width: 160px;
  height: 48px;
}

.elementor-button::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.elementor-button:hover, .elementor-button:focus {
  color: #fff;
}

.elementor-button:hover::after {
  width: 100%;
  left: 0;
}
.smll-btn{
  width: 137px;
height: 44px;
/* UI Properties */
background: #AB3137 0% 0% no-repeat padding-box;
-webkit-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
border-radius: 5px;

}
a.elementor-button {
  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;
  
}
a.elementor-button span{
  color: #fff;
}
/* =============== end button ==============*/
/* ------------------------------------------------------
---------------------top ---------------------------
--------------------------------------------------------- */
#top {
  width: 40px;
  height: 40px;
  background-color: var(--secondry_theme);
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  border-radius: 50%;
  z-index: 8888;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#top:hover {
  background-color: var(--main_theme);
}
/*======================loader===============*/
.nb-spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: transparent;
  border-top: 4px solid var(--main_theme);
  border-left: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.content-loader {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
/*============= end loader ===============*/



/* ===============start footer==============*/

.content-footer-logo img {
  width: 426px;
  height: 166px;
  max-width: 100%;
  margin-bottom: 20px;
}
.content-navs-footer a {
  font-size: 20px;
  padding: 5px;
  color: #000;
}
.all-rights{
  padding: 16px 0;
  color: #fff;
  font-size: 16px;
}
.content-footer-logo{
  width: 70%;
  margin: auto;
}
footer.footer {
  background-color: #fff;
  
}
.footer-padding{
  padding: 40px 0;
}
p.about-footer{
  color: #909092;
}
.content-social-footer ul {
  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;
  margin-top: 20px;
}
.content-social-footer ul li{
  width: 32px;
  height: 32px;
  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;
}
.content-social-footer ul li{
  background-color: #e5eaeb;
  margin: 0 10px;
}
.content-social-footer ul li:hover{
  background-color: var(--main_theme);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.content-social-footer ul li svg{
  fill:var(--main_theme);
}
.content-social-footer ul li:hover svg{
  fill:#fff;
}
.content-social-footer ul li svg{
  background-color: var(--main_theme);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-color{
  background-color: var(--main_theme);
}
.footer-color span{
  font-size: 25px;
}
.footer-color span:nth-child(2){
  font-weight: bold;

}
footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start; 
  -ms-flex-pack: start;
  justify-content: center;
  padding: 16px 0;
}
footer .social-links img{
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  padding: 3px;
}
ul.content-social-footer  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.content-social-footer li{
  margin: 0 15px;
}
ul.content-social-footer  img{
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
ul.content-social-footer a{
  color: #333;
}
/* ===============end footer============*/


/*////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////responsive//////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////*/


/* Media Screen */
@media screen and (min-width:768px) {
  .aside-nav .count-number {
    margin-left:-1.25rem;	
    float:right;	
  }
  .top-nav li:hover > ul {
    display:block;
    z-index:10;
  }  
  .top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5rem 0;
    width:100%;
  } 
}

@media (max-width: 1450px) {}
@media (max-width: 1050px) {}
@media (max-width: 1199px) {
}
@media screen and (max-width:1366px) {
.hide-xxl,.hide-l,.hide-m,.hide-s {display:initial!important;}
.hide-xl {display:none!important;}
 
}

@media screen and (max-width:1140px) {
.hide-xxl,.hide-xl,.hide-m,.hide-s {display:initial!important;
}   


}
@media (max-width: 1024px) {
/*******footer*******/
.logo-footer img {
  width: 276px;
  height: 57px;
  -o-object-fit: contain;
     object-fit: contain;
}
}

@media (max-width: 991px) {

  /*************navbar************/
  .logo img {
    width: 100%;
}

  /************end navbar************/
  /* ========== start footer =============*/
  ul.content-social-footer span {
    font-size: 12px;
  }
  ul.content-social-footer img {
    width: 25px;
    height: 25px;
   
}
  /* ======== end footer ================*/
/************************footer******************/

}
@media only screen and (min-width: 768px) and (max-width: 1023px)  {
.top-nav li a {
  
   font-weight: bold;
   padding: .6rem;
 }
 p.prag {
  padding-left: 82px;
  }
  .smll-btn {
    width: 100px;
  }
  .top-nav li a {
    font-size: 15px;
  }
  .content-phon-mail {
    font-size: 14px;
  
  }
  .content-face{
    font-size: 14px;
  }
  .socialphone {
    font-size: 14px;
}
.socialphone {
  margin-right: 0px;
}
/* ================= start footer =============== */
.content-footer-logo img {
  width: 320px;
  height: 140px;
}
.content-navs-footer a {
  font-size: 16px;
  padding: 5px;
}
footer .social-links img {
  width: 45px;
  height: 45px;
}
.footer-color span {
  font-size: 18px;
}

/* ================= end footer ================= */
 }



@media (max-width: 767px) {

/****************************navbar menu**************************/
nav{
  height: 60px;
}
header.position-absolute {
 
  z-index: 99;
  }
.hide-xxl,.hide-xl,.hide-l,.hide-s {
display:initial!important;
}

.theme-nav {
display:block;
cursor:pointer;
line-height:3;
}
.top-nav li a {background:none repeat scroll 0% 0 #1c3849;}
.top-nav > ul {
height:0;
max-width:100%;
overflow:hidden;
position:relative;
z-index:999;
}
.top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {height:auto;}
.top-nav ul ul {
left:0;
margin-top:0;
position:relative;
right:0;
} 
.top-nav li ul li a {min-width:100%;}
.top-nav li {
float:none;
list-style:none outside none;
padding:0;
}
.top-nav li a {
color:#fff;
display:block;
padding:1.25rem 0.625rem;
text-align:center;
text-decoration:none;
}
.top-nav li a:hover {
background:none repeat scroll 0% 0 #152732;
color:#fff;
}
.top-nav li ul,.top-nav li ul li ul {
display:block;  
overflow:hidden; 
height:0;   
} 
.top-nav > ul ul.show-ul {
display:block;
height:auto;  
}
.top-nav li ul li a {
background:none repeat scroll 0% 0 #2b4c61;
padding:0.625rem;
}
.top-nav li ul li ul li a {
 background:none repeat scroll 0% 0 #456274;
}
.top-nav {
position:fixed;
top:0;
z-index:10;
right:-100%;
width:100%!important;
bottom:0;
background:none repeat scroll 0% 0 #1c3849;
overflow-y:auto;
-webkit-transition:all  0.20s linear 0s;
-o-transition:all  0.20s linear 0s;
transition:all  0.20s linear 0s;
-o-transition:all 0.20s linear 0s;
-ms-transition:all 0.20s linear 0s;
-moz-transition:all 0.20s linear 0s;
-webkit-transition:all 0.20s linear 0s;
}
body.show-menu {
overflow: hidden;
}
.show-menu .top-nav {
right:0;
width: 100%;

}
.top-nav > ul {
height:auto;
/*  overflow:auto; */
position:relative;
top:60px;
}
.nav-text {
  color: #fff;
  display: inline-block;
  margin-right: 0;
  width: auto;
  top: 0;
  right: 0;
  background: none repeat scroll 0% 0 #1c3849;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 50;
  padding-top: 8px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-nav .right {
float: none;
}

.logo img {
max-width: 172px;
max-height: 40px;
margin: 0 auto; 
width: auto;
}
.top-nav li a, .background-white .top-nav li a {
background: #454545 none repeat scroll 0% 0;
color: #fff;
font-size: 14px;
padding: 1em;
text-align: center;
}
.top-nav li.active a {
  color: #fff;
}
aside {
  border: none;
  padding: 0;
}
aside.aside-left {
  border-right: 0;
  padding-right: 0;
}

header.position-absolute {
background: #fff none repeat scroll 0% 0;
position: relative;
}

.logo img {
max-width: 172px;
max-height: 40px;
margin: 0 auto; 
width: auto;
top: 0;
} 
.logo {
/*  height: 60px; */
margin-top: 0;
display: block;
}  
.nav-text::after {
color: #454545;
}
.nav-text {
margin-right: 0;
}
.fixed {
position: fixed;
z-index: 10;
}
.fixed .nav-text::after {
color: #454545;
}  
 .top-nav li a, .background-white .top-nav li a {
background: none repeat scroll 0% 0 var(--main_theme)
}
.nav-text{
  background:unset;
  color: var(--main_theme);
}
.top-nav{
background-color: var(--main_theme);
}
.logo-menu {
display: none;
}
nav.fixed .top-nav li a, .fixed nav .top-nav li a {
color: #fff;  
}
nav.fixed .logo-white, .fixed nav .logo-white {
display:none;
}
nav.fixed .logo-dark, .fixed nav .logo-dark, .logo-dark {
display:block;
width: auto;
} 
nav.fixed, .fixed nav {
padding: 4px;
}
.left-menu, .right-menu {
width: 100%;
padding-top: 0;
} 
.top-nav.left-menu, .top-nav.right-menu {
position: relative;
z-index: 10;
left: 0;
width: 100% !important;
}
.top-nav ul {
top:0;
}
.top-nav.left-menu {
padding-top:60px;
}
.margin-top-130 {
margin-top: 0!important;
}
.padding-3x {
padding: 30px !important;
}
.top-nav.right-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
min-height: 100%
}

.background-image {
background-position: center;
}
.top-nav li a {

padding: 0.5rem;
}
.top-nav .row{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logosmll {
  display: block;
  position: absolute;
  left: 7px;
}
a.logo {
  display: none;
}
.cart {
  position: relative;
  right: 0;
  bottom: unset;
}
.cart .badge {
 
  top: -5px;
}

.header-button{
display: none;
}
a.translate-lang img{
  width: 20px;
  height: 20px;
}

/*******************************header************/

.sec-header {
background-image: url(../img/Mask_Group_3.png);
height: auto;
background-repeat: no-repeat;
background-size: 100% 100%;
background: -webkit-gradient( linear,left top, left bottom,from(#bce9fc),color-stop(25%, #8ad9fa),color-stop(50%, #54c7f8),color-stop(75%, #28b9f7),to(#0aaff6));
background: -o-linear-gradient( #bce9fc 0%,#8ad9fa 25%,#54c7f8 50%,#28b9f7 75%,#0aaff6 100%);
background: linear-gradient( #bce9fc 0%,#8ad9fa 25%,#54c7f8 50%,#28b9f7 75%,#0aaff6 100%);
}
.sec-header .row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column
}
nav {
position: relative;
}
.theme-nav {
  height: 70px;
}
p.welcome, .welcomeRagwa {
font-size: 23px;
}
p.prag {
padding-left: 13px;
}
.colorWhite {
padding-top: 15px;
}
.flex.just-start p {
 
  display: none;
}

.lang span {
  display: none;
}
.phone {
  font-size: 13px;
  /* font-weight: bold; */
}
.topNav-right a {
  
  font-size: 13px;
}
.top-nav li a {
  color: #fff;
  font-size: 14px;
  padding: 5px 5px;
}
.content-phon-mail a:nth-child(1) {
  margin-left: 10px;
}
.content-face {
  margin-left: 4px;
  font-size: 14px;
}
.socialphone {
  margin-right: 7px;
  font-size: 14px;
}
.socialphone::after{
  display: none
}
nav {
  height: 50px;
}
.first-nav {
  padding: 12px 0;
}
.top-nav li.active::after{
  display: none;
}
/************end header *******************/
/*============ start first nav ===========*/
.content-phon-mail span{
  display: none;
}

.content-phon-mail span , .socialphone span{
  display: none;
}
/*============ end first nav ===========*/
/*****login*****/
.form-login {
  width: 80%;
  margin-top: 30px;
}
/**end login **/
.all-section {
  padding: 25px 0;
}

/*==========footer===========*/
.content-navs-footer a {
  font-size: 12px;
  padding: 3px;
}
.content-navs-footer a {
  font-size: 12px;
  padding: 5px;
}
.content-footer-logo {
  width: 100%;
}
.content-footer-logo img {
  width: 200px;
  height: 78px;
  margin-bottom: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
.all-rights {
  font-size: 12px;
}
p.about-footer {
  font-size: 12px;
}
.content-social-footer ul{
  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;
}
footer .social-links img {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 3px;
}
.footer-color span {
  font-size: 14px;
}
ul.content-social-footer li {
  margin: 0 4px;
}
/*==========end footer===========*/

}
@media (max-width: 700px) {}
@media (max-width: 599px) {


}
@media (max-width: 480px) {
 /**********nav bar****/
 .aside-nav li a {
  text-align: center;
}
.minimize-on-small .aside-nav-text {
  background:#152732 none repeat scroll 0% 0;
  color:#fff;
  cursor:pointer;
  display:block;
  font-size:1.2rem;
  line-height:3;
  max-width:100%;
  padding-right:0.625rem;
  text-align:center;
  vertical-align:middle;
}
.aside-nav-text:after {
  content:"\f008";
  font-family:"mfg";
  font-size:1.1rem;
  margin-left:0.5rem;
  text-align:right;
}
.aside-nav.minimize-on-small > ul {
  height:0;
  overflow:hidden;
}
.hide-xxl,.hide-xl,.hide-l,.hide-m {
  display:initial!important;
}

.aside-nav li a {
  text-align: right;
}
}










