/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0
 
*/
.container {
  width: 100%;
  max-width: 1200px !important;
  position: relative;
  padding: 0;
}

* {
  padding: 0;
  outline: none;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  outline: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease 0s;
  outline: none;
  color: #999;
}
ul,
ol,
li {
  /* list-style: none; */
}

@font-face {
font-family:thmanyah;
font-style:normal;
font-weight:bold;
src:url("fonts/thmanyah-serif-display-bold.otf") format('truetype')
}

/* 
@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dubai';
    src: url('fonts/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
} */

/* @font-face {
  font-family: "sky";
  src: url("fonts/sky.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Loew Next Arabic";
  src: url("fonts/Loew-Next-Arabic-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Loew Next Arabic";
  src: url("fonts/Loew-Next-Arabic-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Loew Next Arabic";
  src: url("fonts/Loew-Next-Arabic-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Loew Next Arabic";
  src: url("fonts/Loew-Next-Arabic-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Loew Next Arabic";
  src: url("fonts/Loew-Next-Arabic-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  /* font-family: "sky"; */
  font-family: "Loew Next Arabic";
  /* font-family: "Quicksand", sans-serif; */
  font-weight: 400;
  text-align: right;
  background-color: #042032;
}

h1 {
  font-family: thmanyah;
}

.top {
  background-color: #C08F2C;
  min-height: 32px;
  position: sticky;
  z-index: 999;
  display: flex;
  padding: 0 10px;
  align-items: center;
  top: 0;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top .container .block {
  display: flex;
  align-items: center;
}

.country-dropdown {
  position: relative;
  width: auto;
}

.country-btn {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #060707;
  border: none;
  border-radius: 0;
  padding: 2px 12px 2px 2px;
  cursor: pointer;
  color: #fff;
  border-right: 1px solid #ffffff4d;
}
@media (max-width: 769px) {
  .country-btn {
    width: 60px;
    gap: 0;
    padding: 2px 0;
    font-size: 0;
  }
  .e-ph {
    display: none !important;
  }
}

.country-btn i {
  font-size: 11px;
}

.country-btn img,
.country-list img {
  width: 42px;
  height: 24px;
  border-radius: 3px;
}

.country-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 7px 0;
  margin-top: 5px;
  list-style: none;
  z-index: 9999999999;
}

.country-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 15px;
  cursor: pointer;
  color: #000;
  font-family: "Helvetica Neue W23 for SKY Reg";
}

.country-list li:hover,
.country-list li.active {
  background: #f5f5f5;
}

.country-list {
  display: none;
}

.country-list.show {
  display: block;
}

.lang {
  padding: 0 0 0 10px;
}
.lang ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.lang ul li {
  display: flex;
  align-items: center;
}
.lang ul li a {
  color: #fff;
  padding: 0 25px 0 0;
  background-image: url("img/lang.svg");
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
}
.lang ul li a:hover {
  color: #7b9ebc;
}

/*  */
.media {
  display: flex;
  align-items: center;
  margin: 0 0 0 9px;
}
.media a {
  color: #fff;
  display: flex;
  margin: 0 3px;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  background: initial;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.media a:hover {
  color: #fff;
  /* background: #fff; */
  opacity: 0.7;
}
/*  */
.e-ph {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.e-ph span {
  display: flex;
  align-items: center;
  color: #fff;
  flex-direction: row;
  direction: ltr;
  justify-content: flex-start;
  font-size: 16px;
  height: 30px;
  padding: 5px 0 0;
}
.e-ph span i {
  margin: -4px 5px 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.e-ph span i.mail {
  background-image: url("img/email.svg");
}
.e-ph span i.phone {
  background-image: url("img/phone.svg");
}

/*  */
header {
  background-color: #010F1880;
  padding: 5px 15px;
  position: sticky;
  z-index: 99;
  top: 32px;
  /* border: 1px solid; */
  background: #010F1880;
  position: fixed;
  top: 31px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #030D1C 0%, rgba(192, 143, 44, 0.22) 50%, #030D1C 100%);
  background: #010F1880;
}
header::after{
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 1px;
  /* background-color: #010F18; */
}


header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  min-height: 60px;
}
header .container img {
  width: auto;
  height: 82px;
  margin: 10px 0;
}

.visb-xs {
  display: none !important;
}
.bar {
  display: none;
}
@media (max-width: 769px) {
  header .container img {
    width: auto;
    height: 50px;
    margin: 0;
  }
  .hid-xs {
    display: none !important;
  }
  .bar {
    height: 22px;
    width: 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .bar i {
    width: 70%;
    border-bottom: 1px solid #fff;
  }
}

header .container ul  {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue W23 for SKY Reg";
  list-style: none;
}
header .container ul  li {
  position: relative;
}
@media (min-width: 769px) {
  header .container ul  li:last-child {
    display: none;
  }
}


header .container ul  li a {
  color: #fff;
  text-decoration: none;
  outline: none;
  padding: 15px 15px;
  display: flex;
  font-size: 18px;
}
header .container ul  li:hover a {
}
header .container ul  li ul {
  background: #000000;
  padding: 15px 0;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 5px #dddddd66;
  justify-content: flex-start;
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  border-radius: 8px;
  margin-top: -5px;
}
header .container ul  li:hover ul {
  display: flex;
}
header .container ul  li ul li {
  margin: 0;
  padding: 0;
}
header .container ul  li ul li a {
  padding: 6px 20px;
  display: flex;
  margin: 0;
  text-decoration: none;
  outline: none;
}
header .container ul  li ul li a:hover {
  color: #C08F2C  !important;
}
li.current-menu-item a {
  color: #C08F2C !important;
}
header .container ul  li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 15px;
  width: 27px;
  height: 27px;
  background-image: url("img/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}

@media (max-width: 769px) {
  .visb-xs {
    display: flex !important;
    width: 100% !important;
    margin: 0 0 20px;
  }
  .menuheader {
    position: absolute;
    left: -18px;
    top: 58px;
    right: -18px;
    background: #010f18;
    padding: 0 20px;
    z-index: 99999999;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow-y: auto;
  }
  .menuheader.open {
    padding: 30px 20px 50px;
    height: calc(100vh - 58px);
    transition: all 0.5s ease 0s;
  }
  .menuheader ul {
    display: flex;
    flex-direction: column;
  }
  .menuheader ul li {
  }
  header .container ul li.menu-item-has-children::after {
    left: 0 !important;
  }
  .menuheader ul li a {
    border-bottom: 1px solid #e1e1e11f;
  }
  .menuheader ul li ul {
    position: relative !important;
    width: 100% !important;
    box-shadow: none !important;
  }
}

/*  */
.searchbox {
  width: auto;
  max-width: 100%;
  height: 40px;
  border: initial;
  padding: 0;
  position: relative;
  display: flex;
}
.searchbox .text {
  height: 40px;
  width: 100%;
  padding: 0 40px 0 10px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #f8f8f833;
  border: initial;
  border-radius: 40px;
  display: flex;
}
.searchbox button {
  width: 18px;
  height: 18px;
  background-image: url("img/s.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: absolute;
  right: 10px;
  top: 11px;
  background-color: initial;
  z-index: 9;
  display: flex;
  border: none;
  outline: none;
  border-radius: 20px;
  filter: invert(1);
}
.rec {
  background: #0D1A2C80;
  color: #fff !important;
  display: flex;
  min-width: 140px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  border-radius: 40px;
  /* height: 40px; */
  border: 2px solid #C08F2C;
  height: 44px;
}
.rec:hover {
  background: #C08F2C;
  border: 2px solid #C08F2C;
}
/*  */
.wa{
  background-image: url("img/wa.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
/*  */

.hero {
  position: relative;
  padding: 0;
  background: #0A1626;
  height: 100vh;
}
.hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin: 0 0 -6px;
  opacity: 0.5;
}
.hero::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(16, 55, 84, 0.2) 66.14%, #103754 100%);


}

.slider{
  position: relative;
  padding: 0;
  margin: 0 auto 0 0;
  display: none;
}
.hero-slider{}
.hero-slider .item{
  padding: 0;
}
.hero-slider .item img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


.hero .cover {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.act{
  display: flex !important;
}

.hero .cover .container {
  /* max-width: 1100px !important; */
  display: flex;
  flex-wrap: wrap;
}
.hero .cover .container .block {
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #030D1CCC;
  border-radius: 20px;
}
.hero .cover .container .block h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 15px;
}
.hero .cover .container .block h3 {
  font-size: 29px;
  margin: 0 0 15px;
}
.hero .cover .container .block p {
  margin: 0 0 20px;
  font-weight: 100;
  line-height: normal;
}
.hero .cover .container .block a{
  background: linear-gradient(134.87deg, #C08F2C  -50.99%, #015FED 151.84%);
  color: #fff;
  height: 44px;
  border-radius: 50px;
  margin: 5px;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px 5px;
  font-weight: 700;
  font-size: 15px;
}
.hero .cover .container .block a ~ a{
  background: #000;
  border: 1px solid #2E91FF;
  color: #2E91FF;
}
.hero .cover .container .block a:hover{
  background: #fff;
  color: #2E91FF;
  border-color: #fff;
}

@media (max-width: 769px) {
  .hero-slider .item img{
    height: 100vh;
  }
  .hero .cover .container .block h1 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 10px;
}
.hero .cover .container .block h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.hero .cover .container .block p {
  margin: 0 0 10px;
}
.hero .cover .container .block a{
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
}
}


.owl-prev {
  width: 23px;
  height: 23px;
  background-image: url("img/l.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-size: 0 !important;
}
.owl-next {
  width: 23px;
  height: 23px;
  background-image: url("img/r.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  font-size: 0 !important;
}
.owl-nav{
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 50;
  width: 164px;
  margin: 0 0 0 -82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/*  */



marquee{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
    color: #C08F2C ;
    font-size: 36px;
    opacity: 0.5;
    font-weight: 600;
    display: flex;
    flex-direction: row-reverse;
}





/*  */
.about{
  padding: 40px 10px;
  background-image: url("img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
.about .container {
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: initial;
  flex-direction: row-reverse;
}
.about .container img{
  width: auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  display: flex;
  margin: 0 auto;
}
@media (max-width:768px){
.about .container img{
  display: none;
}
}

.about .block {
  color: #fff;
  padding: 20px;
}
.about .block h5{
  background-image: url("img/tit.svg");
  background-position: right center;
  background-size:  auto  100%;
  background-repeat: no-repeat;
  padding: 0 44px 0 0;
  color: #C08F2C;
  font-size: 20px;
  margin: 0 0 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.about .block h1 {
  font-size: 44px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.5;
}
.about .block p{
  margin: 0 0 15px;
  line-height: normal;
}
.about .block  a{
    background: initial;
    color: #fff;
    height: 44px;
    border-radius: 50px;
    margin: 19px 0 0;
    text-decoration: none;
    outline: none;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 20px 5px;
    font-weight: normal;
    /* font-size: 15px; */
    min-width: 140px;
    border: 1px solid #C08F2C;
    margin-inline-end: 10px;
}
.about .block a ~ a{
    background: #C08F2C;
    color: #fff;
}
.about .block  a:hover{
  background: #fff;
  color: #C08F2C ;
}
/*  */









.serv {
  margin: 0;
  padding: 50px 10px;
  overflow: hidden;
  background: #F9F9F9;
}
.serv .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px !important;
}
.serv .container h5 {
  margin: 0 0 5px;
  color: #C08F2C;
  font-size: 20px;
  width: 100%;
  text-align: center;
  background-image: url("img/tit.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 45px;
  padding-top: 50px;
}
.serv .container h1 {
  margin: 0 0 40px;
  color: #0D3754;
  font-size: 45px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.serv .container p {
  color: #999;
  margin: 0 auto 40px;
  display: block;
}




.serv-all{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 769px) {
.serv-item{
    flex: 1 1 0;
    padding: 5px;
    transition: flex .5s ease;
    transition: all 0.5s ease 0s;
}

/* ÙƒÙ„ Ø§Ù„Ø¹Ù†Ø§ØµØ± ØªØµØºØ± */
.serv-all:hover .serv-item{
transition: all 0.5s ease 0s;
    flex: .8;
}

/* Ø§Ù„Ø¹Ù†ØµØ± Ø§Ù„Ø­Ø§Ù„ÙŠ ÙŠÙƒØ¨Ø± */
.serv-all:hover .serv-item:hover{
    flex: 1.6;
transition: all 0.5s ease 0s;

}
}


@media (max-width: 769px) {
  .serv-item{
      display: block;
      padding: 5px;
      margin: 0 0 10px;
  }
}



.serv-item a{
  display: flex;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  position: relative;
}
.serv-item a img{
  width: 100%;
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
}
.serv-item a .text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 32, 50, 0) 0%, #042032 100%);
  border-radius: 10px;
}
.serv-item a .text i{
    width: 54px;
    height: 54px;
    background: #00000033;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #C08F2C4D;
}
.serv-item a .text i img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    filter: brightness(100);
}
.serv-item a:hover .text i{
  background: #fff;
}
.serv-item a:hover .text i img{
    filter:initial;
}
.serv-item a .text h4{
    font-size: 15px;
    text-align: center;
    margin: 0 0 20px;
}
.serv-item a .text p{
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
    transition: all 0.5s ease 0s;
    height: 100px;
    margin: 0 0 -100px;
    opacity: 0;
    padding: 0;
}
.serv-item a:hover > .text p{
    transition: all 0.5s ease 0s;
    margin: 0 0 0px;
  }
  .serv-item a:hover > .text p{
    transition-delay: 0.5s;
    opacity: 1;
}

.serv .container > a{
  background: #0D3754;
  color: #fff;
  height: 44px;
  border-radius: 50px;
  margin: 5px 10px;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-weight: 600;
  font-size: 13px;
  margin: 30px auto 0;
  width: 170px;
}
.serv .container > a:hover{
  background: #C08F2C;
}


/*  */



/*  */

.how-vid{
    background: #00000033;
    padding: 100px 10px 50px;
}
.how-vid .container{
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  justify-content: space-between;
}
.how-vid .container .block{
  padding: 10px 5px;
  position: relative;
}
.how-vid .container .block i{
  background: #C08F2C;
  width: 80%;
  height: 65%;
  border-radius: 20px;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 0;
}
.how-vid .container .block video{
  border-radius: 10px;
  width: 100%;
  height: 414px;
  position: relative;
  z-index: 9;
  border: none;
  object-fit: cover;
  outline: none;
}
.how-vid .container .block .box{
  background-color: #FFFFFF0A;
  border: 1px solid rgb(0 192 250 / 14%);
  padding: 15px 20px;
  border-radius: 20px;
  margin: 0;
  position: relative;
  z-index: 12;
}
.how-vid .container .block .box::after{
  content: "";
  position: absolute;
  top: -40px;
  left: 10px;
  width: 82px;
  height: 82px;
  background-image: url("img/offer.svg");
  background-size: 100% 100%;
  z-index: 9;
}
@media (max-width: 769px) {
  .how-vid .container .block .box{
  border-radius: 20px;
  margin: 20px 0 0 0;
}
}
.how-vid .container .block h2{
  background-image: url(img/tit.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 40px 0 0;
  color: #C08F2C;
  font-size: 20px;
  margin: 0 0 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.how-vid .container .block h1{
      font-size: 32px;
      font-weight: 600;
      margin: 0 0 20px;
      color: #fff;
}
.how-vid .container .block p{
    color: #fff;
    font-weight: 100;
    line-height: normal;
}
.how-vid .container .block a{
  background: linear-gradient(134.87deg, #C08F2C  -50.99%, #015FED 151.84%);
  color: #fff;
  height: 44px;
  border-radius: 50px;
  margin: 5px;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px 5px;
  font-weight: 600;
  font-size: 13px;
}
.how-vid .container .block a ~ a{
  background: #000;
    border: 1px solid #2E91FF;
    color: #2E91FF;
}
.how-vid .container .block a:hover{
  opacity: 0.6;
}
/*  */
.howall{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.howall .how-card{
  font-size: 11px;
  padding: 5px;
}
@media (max-width: 769px) {
  .howall .how-card{
    padding: 5px 0;
    font-size: 15px;
}
}
.howall .how-card .item{
  background: #0D3754A6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  align-content: center;
  text-align: center;
}
.howall .how-card .item img{
  width: 66px;
  height: 66px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.howall .how-card .item h4{
  color: #C08F2C;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
}
.howall .how-card .item p{
  color: #fff;
}



/*  */
.select{
    padding: 50px 10px;
}
.select .container{
  display: flex;
  flex-wrap: wrap;
  background-image: url("img/select.png");
  background-size: auto 340px;
  background-repeat: no-repeat;
  background-position: center bottom;
  max-width: 1200px !important;
  padding: 40px 70px 100px;
}
@media (max-width: 769px) {
 .select .container{
  padding: 40px 15px 100px;
} 
}
.select-container{
  background-color: #030014;
  border-radius: 20px;
  max-width: 1200px !important;
  margin: 0 auto;
  display: block;
}
.select .container h2{
  margin: 0px 0px 5px;
    color: rgb(0, 192, 250);
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 45px;
    padding-top: 50px;
}
.select .container h1{
  margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.select .container .select-card{
  padding: 15px;
}
.select .container .select-card .card{
  background: #FFFFFF03;
  border: 1.29px solid #FFFFFF1A;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.select .container .select-card .card:after{
  content: "";
  background: #00000000;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 20px;
  display: flex;
  z-index: 0;
  border: 1.29px solid #ffffff2e;
  backdrop-filter: blur(19.28571319580078px);
}
.select .container .select-card .card img{
  width: auto;
  height: 45px;
  margin: 0;
  position: relative;
  z-index: 9;
}
.select .container .select-card .card h4{
  color: #fff;
  margin: 15px 0 4px;
  display: flex;
  font-size: 22px;
  /* font-weight: 600; */
  position: relative;
  z-index: 9;
}
.select .container .select-card .card p{
  margin: 0;
  color: #FFFFFF;
  line-height: normal;
  text-align: center;
  position: relative;
  z-index: 9;
  font-weight: 100;
}
/*  */
.num{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  max-width: 1200px;
  padding: 20px 10px 0;
}
.num h1{}
.num h3{
  color: #C08F2C ;
  font-size: 20px;
  width: 100%;
  margin: 0 0 30px;
}
.num .num-item{
  padding: 15px;
}
.num .num-item .box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: url("img/line.svg");
  background-repeat: no-repeat;
  background-position: left  top;
}
@media (max-width: 769px) {
  .num .num-item .box{
    background-image: initial;
  }
}
.num .num-item:last-child .box{
  background-image: none;
}

.num .num-item .box h2{
  color: #C08F2C;
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 5px;
  /* background: linear-gradient(134.87deg, #C08F2C  -50.99%, #015FED 151.84%); */
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
  /* color: transparent; */
}
.num .num-item .box p{
  font-weight: 100;
  text-align: center;
}
/*  */

.work{
  padding: 40px 0;
  overflow: hidden;
}
.work .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.work .container .box{
  padding: 10px;
}
.work .container .box h5{
  background-image: url(img/tit.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 40px 0 0;
  color: #C08F2C;
  font-size: 20px;
  margin: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.work .container .box h1{
  color: #fff;
  /* font-size: 34px; */
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 10px;
}
.work .container .box p{
  color: #fff;
  padding: 0 10px;
}
.work .container .box a{
  background: #c08f2c;
  color: #fff;
  height: 44px;
  border-radius: 50px;
  margin: 5px 10px;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 20px 5px;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  max-width: 230px;
}
.work .container .box a:hover{
  background: #fff;
  color: #C08F2C ;
}
.work .container .box ul{
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        justify-content: flex-start !important;
        align-items: stretch;
        width: 100%;
        direction: rtl;
        padding: 0 10px;
        margin: 0 auto;
        border: none;
}
.work .container .box ul li{
  padding: 5px;
}
.work .container .box ul li button{
    min-width: 100px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #FFFFFF0D;
    height: 41px;
    padding: 0 15px;
    border-radius: 44px;
    border: 1px solid #FFFFFF33;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}
@media (max-width: 769px) {
  .work .container .box ul li button{
    min-width: 150px;
}
}
.work .container .box ul li button.active{
  color: #C08F2C ;
  border-color: #C08F2C ;
}
.tab-content{
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/*  */
.work .item{
    margin: 0 !important;
    padding: 10px;
}
.work .item .work-item{
    border: 2px solid #0D3754;
transition: all 0.5s ease 0s;
    padding: 3px;
    border-radius: 15px;
}
.work .item .work-item:hover{
transition: all 0.5s ease 0s;
    border: 2px solid #C08F2C;
}

.work img{
  width: 100%;
  height: auto;
transition: all 0.5s ease 0s;
  border-radius: 15px;
  filter: grayscale(100);
}
.work .item .work-item:hover img{
transition: all 0.5s ease 0s;
  filter: initial;
}


.work a{
  position: relative;
  display: flex;
  overflow: hidden;
}
.work .hover{
  transition: all 0.5s ease 0s;
  position: absolute;
  left: calc(100%  - 73px);
  bottom: 10px;
  padding: 6px 20px 6px 75px;
  background: #042032;
  display: flex;
  flex-wrap: wrap;
  min-height: 76px;
  width: calc(100% - 20px);
  border-radius: 7px;
  align-items: center;
}
.work .item .work-item:hover .hover{
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 20px 6px 75px;
  background: #042032;
  display: flex;
  flex-wrap: wrap;
  min-height: 76px;
  width: calc(100% - 20px);
 transition: all 0.5s ease 0s;
  border-radius: 7px;
  align-items: center;
}

.work .hover img{
  width: 64px;
  height: 64px;
  border-radius: 5px;
  margin:  0;
  position: absolute;
  left: 5px;
  top: 5px;
}
.work .hover h3{
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  width: 100%;
  text-align: start;
  display: flex;
}
.work .hover span{
  color: #fff;
  font-size: 12px;
  display: flex;
  font-weight: 100;
  width: 100%;
  text-align: start;
  margin: -11px 0 0;
}

/*  */

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #042032E5;
    background-clip: padding-box;
    border: 1px solid #C08F2C4D;
    border-radius: 20px;
    outline: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
}
.modal-body .block{
  padding: 15px;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.7;
}
.modal-body .block img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0 !important;
  filter: initial;
}
.btn-close{
  position: absolute;
  left: 10px;
  top: 10px;
  filter: invert(100);
  color: #fff;
  z-index: 99;
}
.modal-body .block a{
  background: #C08F2C;
  color: #fff;
  height: 44px;
  border-radius: 50px;
  margin: 5px;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  font-weight: 600;
  font-size: 13px;
}
.modal-body .block a i{
  width: 38px;
  height: 38px;
  background-image: url("img/i.svg");
  background-size: 100% 100%;
  margin: 0 5px;
  border-radius: 50%;
  display: none;
}
.modal-body .block a:hover{
  background: #fff;
  color: #C08F2C ;
}
/*  */
.tab-pane.active{
  display: flex;
  flex-wrap: wrap;
}
.tab-pane .item{
  padding: 5px;
  position: relative;
  margin: 0 !important;
}
.tab-pane .item img{
  width: 100%;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
}
.tab-pane .item .hover{
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: linear-gradient(0deg, rgba(3, 13, 28, 0.8), rgba(3, 13, 28, 0.8)),
  linear-gradient(180deg, rgba(3, 13, 28, 0) 0%, rgba(3, 13, 28, 0.5) 100%);
  border: 2px solid #C08F2C ;
  border-radius: 15px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  padding: 122px 15px 15px;
  /* padding-top: calc(50% - 28px); */
  flex-direction: column;
  transition: all 0.5s ease 0s;
  text-align: center;
  opacity: 0;
}
.tab-pane .item:hover .hover{
  transition: all 0.5s ease 0s;
  opacity: 1;
}
.tab-pane .item .hover i{
  width: 56px;
  height: 56px;
  background-image: url("img/eye.svg");
  background-size: 100% 100%;
  margin: 0 0 10px;
}
.tab-pane .item .hover h3{
  font-size: 20px;
}
.tab-pane .item .hover p{
  margin: 0;
  font-weight: 100;
}
/*  */
.title-bob{
  display: flex;
  width: 100%;
  padding: 0 80px 0 0;
  position: relative;
  flex-direction: column;
  margin: 0 0 15px;
}
.title-bob img{
  width: 64px !important;
  height: 64px !important;
  border-radius: 5px !important;
  position: absolute;
  right: 0;
  top: 0;
}
.title-bob h1{
  color: #C08F2C;
  font-size: 30px;
  margin: 0 0 3px;
}
.title-bob span{
  display: block;
  font-size: 14px;
}


/*  */
.company{
  padding: 30px 10px;
  background: #F9F9F9;
}
.company .container{
  display: flex;
  flex-wrap: wrap;
  /* background: linear-gradient(
180deg, #002054 20%, #030D1C 60%); */
  /* border-radius: 20px; */
}
.company .container .cover{
  display: flex;
  flex-wrap: wrap;
  /* background-image: url("img/srar.png"); */
  /* background-repeat: repeat-x; */
  /* background-position: top center; */
  /* padding: 30px 20px; */
}
.company .container .cover h2{
  margin: 0px 0px 5px;
  color: rgb(192 143 44);
  font-size: 20px;
  width: 100%;
  text-align: center;
  background-image: url(img/tit.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 45px;
  padding-top: 50px;
}
.company .container .cover h1{
  margin: 0px 0px 40px;
  color: #0D3754;
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.company .container .cover .company-item{
  padding: 4px;
}
@media (min-width: 900px) {
  .company .container .cover .company-item{
    width: 16% !important;
}
}
.company .container .cover .company-item .box{
  /* background-color: #FFFFFF0D; */
  padding: 10px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .container .cover .company-item .box img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}











/*  */

.count {
  background: #c5891e;
  padding: 50px 10px;
  color: #fff;
}
.count .container {
  display: flex;
  flex-wrap: wrap;
}
.count .container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.count .container .box i {
  font-size: 30px;
}
.count .container .box h1 {
  font-size: 40px;
  margin: 20px 0 10px;
  font-family: "sky";
  font-weight: 100;
}
.count .container .box h4 {
  font-family: "sky";
  margin: 0;
}



/*  */

.review-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 0 16px;
}

.review-card:hover {
  transform: translateY(-8px);
}

.review-card .avatar {
  width: 90px !important;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 1px solid #1e1f1c;
}

.review-card h4 {
  margin-bottom: 10px;
  font-weight: 300;
  color: #000;
}

.review-card p {
  color: #666;
  line-height: 1.8;
  margin-top: 15px;
}

.stars {
  font-size: 22px;
  margin-bottom: 15px;
}

.stars span {
  color: #ddd;
}

.stars .active {
  color: #ffc107;
}
/*  */
.say {
  padding: 50px;
}
.say .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.say .container h1 {
  color: #000;
  margin: 0 0 30px;
}

/*  */
.head-baner {
  background: #000000db;
  padding: 50px 20px;
}
.head-baner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.head-baner .container h1 {
  color: #fff;
  font-size: 26px;
  margin: 0;
}
/*  */
.about-page {
  padding: 50px 10px;
  background-color: #000;
}
.about-page .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about-page .container img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.about-page .container .block {
  padding: 20px;
  color: #fff;
  font-size: 18px;
}
.about-page .container .block h1 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}

/*  */
.see {
  padding: 50px 20px;
  position: sticky;
  top: 70px;
  z-index: 9;
  color: #fff;
  background: #000000db;
}
@media (max-width: 769px) {
  .see {
    position: initial;
  }
}
.see .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 80vh;
  align-content: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}
.see .container h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px;
  color: #c5891e;
}
.see .container p {
  max-width: 600px;
}
.about_3,
.about_5 {
  background: #fff;
  color: #000;
  h1 {
    color: #c5891e;
  }
}

/*  */

.item-all {
  display: block;
  overflow: hidden;
  padding: 5px 0;
  clear: both;
  direction: rtl;
}
.item-all .item {
  padding: 5px;
  float: right;
}
.item-all .item a {
  position: relative;
  border-radius: 15px;
  display: flex;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.item-all .item a::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 0;
}

.item-all .item a img {
  width: 100%;
  height: 260px;
  border-radius: 15px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.item-all .item a:hover img {
  transition: all 0.5s ease 0s;
  transform: scale(1.2);
}
/* .item-all .item:first-child img{
     height: 530px;
} */
.item-all .item a .footpost {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  z-index: 5;
}
.item-all .item a .footpost h4 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 15px;
  width: 100%;
}
@media (max-width: 769px) {
  .item-all .item a .footpost h4 {
    font-size: 18px;
  }
}
.footpost .time {
  height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 5px 25px 0 0;
  background-image: url("img/time.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0 5px 0 5px;
}
.footpost .date {
  height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 5px 40px 0 0;
  background-image: url("img/date.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin: 0 5px;
  border-right: 1px solid #999999;
}
.footpost .view {
  height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 5px 40px 0 0;
  background-image: url("img/eye.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  margin: 0 5px;
  border-right: 1px solid #999999;
}
.footpost .by {
  height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 5px 33px 0 0;
  background-image: url("img/by.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  margin: 0;
}

.cat {
  background-color: #7b9ebc;
  color: #fff;
  height: 23px;
  padding: 4px 10px 0;
  border-radius: 4px;
  margin-inline-end: 4px;
}
.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 3px;
  background: #fff !important;
}
.owl-dots .owl-dot.active {
  background: #C08F2C !important;
  /* width: 20px; */
}

/*  */
.content-all {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 10px;
}
.content-all .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.content-all .content {
  padding: 8px;
}
.content-all .sidebar {
  padding: 8px;
}
@media (min-width: 769px) {
  .content-all .sidebar {
    padding-right: 25px;
  }
}
/*  */

.title {
}
.title h1 {
  display: flex;
  color: #000000;
  font-size: 23px;
  font-weight: 700;
  border-right: 5px solid #000;
  margin: 0 0 30px;
  padding: 0 3px;
  align-items: center;
}
@media (max-width: 769px) {
  .title h1 {
    font-size: 20px;
  }
}
.title strong {
  color: #fff;
  background-color: #c5891e;
  padding: 3px 10px;
  margin: 0 0 0 5px;
}

/*  */
.postviewsmin {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 0 0 20px;
  min-height: 355px;
  justify-content: flex-start;
  direction: rtl;
}
.postviewsmin .block {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  align-content: center;
}
.postviewsmin .block .img {
  position: relative;
  padding: 0 20px 0 0;
  width: calc(100% - 20px);
  transition: all 0.5s ease 0s;
  margin: 0 auto 0 0;
}
@media (max-width: 769px) {
  .postviewsmin .block .img {
    width: 100%;
  }
}

.postviewsmin .block:hover .img {
  padding: 0;
  transition: all 0.5s ease 0s;
  margin-bottom: 20px;
}

.postviewsmin .block .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c5891e;
  background-position: center center;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  z-index: 0;
  width: 194px;
  height: 240px;
}
.postviewsmin .block:hover .img::after {
  background-color: #000;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 100%;
  /* background-image: url("img/a.svg"); */
  background-position: center center;
  background-repeat: no-repeat;
}
.postviewsmin .block .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
  margin: 20px 0 0;
}
.postviewsmin .block:hover .img img {
  opacity: 0.4;
  transition: all 0.5s ease 0s;
  margin: 0;
}

.postviewsmin .block .cat {
  margin: 0 0 10px;
}
.postviewsmin .block h2 {
  color: #222222;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 15px;
  width: 100%;
}
@media (max-width: 769px) {
  .postviewsmin .block h2 {
    font-size: 18px;
  }
}
.postviewsmin .block a {
  color: #222222;
  text-decoration: none;
  outline: none;
}
.postviewsmin .block a:hover {
  color: #c5891e;
  text-decoration: none;
  outline: none;
}

.postviewsmin .block .cat {
  color: #fff;
  background: #c5891e;
  padding: 2px 10px 0px;
  display: inline-block;
  height: auto;
  margin: 0 0 15px;
}
.postviewsmin .block .time {
  background-image: url("img/time-2.svg");
  margin: 0 0px 0 2px;
  font-size: 13px;
  padding: 5px 24px 0 0;
}
.postviewsmin .block .date {
  background-image: url("img/date-2.svg");
  margin: 0 0px 0 0px;
  font-size: 13px;
  padding: 5px 40px 0 9px;
  border-left: 1px solid #999999;
}
.postviewsmin .block .view {
  background-image: url("img/eye.svg");
  margin: 0 0px 0 0;
  display: inline-flex;
  flex-direction: row;
  font-size: 13px;
  border: none;
  padding: 5px 38px 0 0;
}
.postviewsmin .block p {
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  font-size: 16px;
}
/*  */

.line {
  border-top: 1px solid #dadada;
  display: flex;
  margin: 20px 0 30px;
  width: 100%;
}
.new-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .new-all > .postviewsmin {
    max-width: calc(50% - 15px);
  }
}
.image {
  position: relative;
}
.image {
  overflow: hidden;
  background-color: #000;
  border-radius: 8px;
  background-image: url("img/a.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.image img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 9;
  margin: 0;
}
.image:hover img {
  transition: all 0.5s ease 0s;
  transform: scale(1.2);
  opacity: 0.3;
}
/*  */
.related_cars {
  background: linear-gradient(
    180deg,
    rgba(46, 124, 190, 0.1) 0%,
    rgba(46, 124, 190, 0) 100%
  );
  padding: 30px 50px 10px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.related_cars h3 {
  color: #c5891e;
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 5px;
}
.related_cars p {
  color: #636270;
  font-width: 400;
  font-size: 18px;
  margin: 0 0 20px;
}

/*  */
.car-card {
  padding: 5px;
  display: flex;
  direction: rtl;
}
.car-card .car {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1.09px solid #dfdfdf;
  border-radius: 14px;
  padding: 8px;
  flex-direction: column;
}
.car-card img {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
}
.car-card h3 {
  color: #03040a;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 5px;
}
.car-card h3 a {
  color: #03040a;
  margin: 0;
  text-decoration: none;
  outline: none;
}
.car-card h3 a:hover {
  color: #c5891e;
}
.car-card span {
  display: flex;
  color: #7f808e;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.car-card .fooot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #e3e3e3;
}
.car-card .fooot .color {
  display: flex;
}
.car-card .fooot span {
  width: 18px;
  height: 17px;
  margin: 0 1px;
  display: flex;
  border-radius: 0 17px 17px 0;
  border: 1px solid #00000033;
}
.car-card .fooot span ~ span {
  width: 18px;
  height: 17px;
  margin: 0;
  border-radius: 17px 0 0 17px;
}
.car-card .fooot .km {
  height: 23px;
  background-color: #c5891e26;
  padding: 3px 25px 3px 10px;
  border-radius: 23px;
  background-image: url("img/km.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  color: #c5891e;
  font-size: 13px;
  margin: 0 5px;
}
.car-card .fooot .stutes {
  height: 23px;
  background-color: #c5891e;
  padding: 3px 28px 4px 10px;
  border-radius: 23px;
  background-image: url("img/stutes.svg");
  background-repeat: no-repeat;
  background-position: right 6px center;
  color: #fff;
  font-size: 13px;
  margin: 0 5px;
}
.car-card .price {
  color: #c5891e;
  font-size: 23px;
  font-weight: 700;
  padding: 10px 0 5px;
  display: flex;
  align-items: flex-start;
}
.car-card .price i {
  font-size: 0;
  width: 26px;
  height: 25px;
  background-image: url("img/sar.svg");
  background-size: 100% 100%;
  margin: 0 5px;
  display: inline-flex;
}
.car-card p {
  color: #7f808e;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 5px;
}
/*  */

.related_cars .car-link {
  background-color: #7b9ebc;
  color: #fff;
  box-shadow: 0px 1.73px 2.6px 0px #0000002e;
  width: 205px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  text-decoration: none;
  outline: none;
  font-size: 17px;
}
.related_cars .car-link:hover {
  background-color: #c5891e;
}
/*  */
.categories-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: block;
}
.categories-list li {
  width: 100%;
  padding: 0;
}
.categories-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  min-height: 40px;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid #dfdfdf;
}
.categories-list li a:hover {
  color: #c5891e;
}
.categories-list li a span {
  color: #808080;
}
/*  */
.post-item {
  display: flex;
  padding: 10px 0;
  align-items: center;
  direction: rtl;
}
.post-item img {
  width: 120px !important;
  height: 115px;
  margin: 0 0 0 10px;
  border-radius: 8px;
  object-fit: cover;
}
.post-item .div {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-item .div .cat {
  margin: 0 0 8px;
  background: #c5891e;
  color: #fff;
  padding: 0 10px 0;
  display: inline-flex;
}
.post-item .div h4 {
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 8px;
}
.post-item .div h4 a {
  color: #222222;
  text-decoration: none;
  outline: none;
}
.post-item .div h4 a:hover {
  color: #c5891e;
}
.post-item .div .footpost {
  padding: 0;
  display: flex;
  align-items: center;
}
.post-item .div .footpost .date {
  background-image: url("img/date-2.svg");
  border: none;
  color: #808080;
  font-size: 13px;
  padding: 6px 25px 0 0;
  background-position: right 0 center;
  margin: 0;
  display: flex;
  align-items: center;
}
.post-item .div .footpost .view {
  color: #808080;
  font-size: 13px;
  padding: 0px 31px 0 0;
  margin: 0 4px 0 0;
  background-position: right 5px center;
}
.slider-fimas {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
/*  */
.slider-side-cars {
  padding: 0;
  width: calc(100% - 90px) !important;
  margin: 0 auto;
}
/*  */
.slider-ads {
  margin: 0 0 30px;
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
}
.slider-ads img {
  width: 100%;
  height: 308px;
  border-radius: 15px;
  margin: 0 0 10px;
  object-fit: cover;
}
/*  */
.slider-fut {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.slider-fut a {
  display: flex;
  flex-wrap: wrap;
  outline: none;
  text-decoration: none;
  border: none;
}
.slider-fut a img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 0 0 5px;
}
.slider-fut a h4 {
  background-color: #c5891e1a;
  min-height: 56px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: #000000;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
/*  */
.media-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-side::after {
  content: "";
  background: #b7b7b7;
  height: 2px;
  width: 30px;
}
.media-side::before {
  content: "";
  background: #b7b7b7;
  height: 2px;
  width: 30px;
}
.media-side a {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
  margin: 3px;
  color: #c5891e;
  background: #c5891e1a;
}
.media-side a:hover {
  background: #c5891e;
  color: #fff;
}




/*  */




footer {
  clear: both;
  background-color: #042032;
  padding: 50px 10px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
  background-image: url(img/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /* border: 1.5px solid; */
}
footer::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 192, 250, 0) 0%, rgba(0, 192, 250, 0.5) 68.27%, rgba(0, 192, 250, 0) 100%);
}
footer > img {
  height: 80px;
  width: auto;
  margin: 0 auto 10px;
}
footer h3 {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
footer p {
  margin: 0 0 20px;
  padding: 0 10px;
  font-weight: 100;
  line-height: normal;
  font-size: 13px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .container .foot {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  align-items: flex-start;
}
footer .container .foot h3 {
  color: #C08F2C;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  width: 100%;
}
footer .container .foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container .foot ul li {
}
footer .container .foot ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  display: inline-block;
  padding: 4px 0;
}
footer .container .foot ul li a:hover {
  color: #c08f2c;
}
footer .container .foot img {
  margin: 0 0 15px;
  height: 82px;
}
footer .container .foot h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  width: 100%;
}
/*  */
.copy{
  border-top: 1px solid #FFFFFF26;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 100;
  direction: ltr;
}
footer .copy a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
footer .copy a:hover {
  color: #C08F2C ;
}

.call {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  display: flex;
  justify-content: flex-start;
  direction: ltr;
  flex-direction: row-reverse;
  min-height: 40px;
  align-items: center;
  text-align: right;
  direction: ltr;
}
.call i {
  width: 28px;
  height: 28px;
  margin: 0 0 0 10px;
  background-image: url("img/call.svg");
  background-size: 100% 100%;
}
.email i {
  background-image: url("img/mail.svg");
}
.adress i {
  background-image: url("img/adress.svg");
}
/*  */
footer .media {
  margin: 0 0 20px;
}
footer .media a{
  width: 37px;
  height: 37px;
  display: inline-flex;
  background-color: #FFFFFF14;
  color: #fff;
}
footer .media a:hover{
  background: #FFFFFF;
  color: #C08F2C ;
  opacity: 1;
}

/*  */


.logos img {
  width: auto;
  height: 44px;
}
.logos ul {
  padding: 0 15px 0 0;
  margin: 5px 0;
  list-style: none;
}
.logos ul li {
  clear: both;
  list-style: disc !important;
  text-align: right;
}

/* breadcrumb */
.breadcrumb {
  background: #ffffff80;
  border-radius: 30px;
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  color: #c5891e;
  padding: 0 20px;
  width: 100%;
  margin: 10px auto;
  align-items: center;
}
@media (max-width: 769px) {
  .breadcrumb {
    width: calc(100% - 30px);
    margin: 5px auto;
    padding: 6px 15px;
    border-radius: 8px;
  }
}

.breadcrumb a {
  color: #808080;
  text-decoration: none;
  outline: none;
  padding: 3px;
  margin: 2px 5px;
}
.breadcrumb a:hover {
  color: #c5891e;
}
/*  */
.single_term_title {
  padding: 0 20px;
  margin: 0;
}
.single_term_title .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dadada;
}
.single_term_title .container h2 {
  color: #000;
  font-size: 41px;
  font-weight: 700;
  border-bottom: 2px solid #c5891e;
  margin: 0 auto -1px;
  padding: 40px 0;
}
@media (max-width: 769px) {
  .single_term_title .container h2 {
    font-size: 30px;
    font-weight: 700;
  }
}
/*  */
.content-cato {
  display: flex;
  flex-wrap: wrap;
}
/*  */
.banners {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 25px;
}
.banners .item {
  padding: 10px 5px;
}
.banners .item a {
  text-decoration: none;
  outline: none;
  display: flex;
}
.banners .item a img {
  transition: all 0.5s ease 0s;
  width: 100%;
  height: auto;
}
.banners .item a img:hover {
  transition: all 0.5s ease 0s;
  opacity: 0.7;
}
/*  */
.screen-reader-text {
  display: none !important;
}
.navigation.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
.navigation.pagination .nav-links {
  display: flex;
  border: 1px solid #dee2e7;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
}
.page-numbers.current {
  background-color: #c5891e1f;
  border-left: 1px solid #dee2e7;
  width: 44px;
  height: 40px;
  display: flex;
  padding-top: 5px;
  justify-content: center;
  align-items: center;
  color: #c5891e;
}
.navigation.pagination .nav-links a,
.page-numbers.dots {
  background-color: #fff;
  border-left: 1px solid #dee2e7;
  width: 44px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7a808a;
  padding-top: 5px;
}
.navigation.pagination .nav-links a:hover {
  background-color: #c5891e1f;
  color: #c5891e;
}
.navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links a.prev {
  width: auto;
  padding: 0 15px;
  padding-top: 5px;
}
.single-post {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.single-post > h2 {
  color: #222222;
  font-size: 33px;
  font-weight: 700;
  margin: 5px 0 15px;
  width: 100%;
}
@media (max-width: 769px) {
  .single-post h2 {
    font-size: 22px;
  }
}

.single-post > .footpost {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post .footpost .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .footpost .time {
  background-image: url("img/time-2.svg");
  margin-bottom: 5px;
}
.single-post .footpost .date {
  background-image: url("img/date-2.svg");
}
.footpost .by {
  background-image: url("img/by.svg");
  border-right: 1px solid #999999;
}
.single-post > .attachment-post-thumbnail {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 0 15px;
}
@media (max-width: 769px) {
  .single-post .attachment-post-thumbnail {
    height: auto;
  }
}
.shaer {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #808080;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 769px) {
  .shaer {
    display: flex;
    width: 100%;
    margin: 10px 0 0;
    justify-content: flex-start;
  }
}

.addtoany_list {
  line-height: 0 !important;
  margin-inline-start: 5px;
}
.addtoany_shortcode a {
  line-height: inherit !important;
}
/*  */

/*  */

table {
  margin: 0 0 20px;
}
table tbody {
  border: 1px solid #ddedec;
}
table tbody td {
  border-left: 1px solid #ddedec;
  min-height: 45px;
  padding: 10px 10px;
  color: #808080;
  font-size: 15px;
  font-weight: 400;
}

table tbody tr:not(:first-child):nth-child(even) {
  background: #c5891e0d;
}

table tbody tr:not(:first-child):nth-child(odd) {
  background: #fdfdfd;
}

table tbody tr:first-child {
}
table tbody tr:first-child td {
  background: #c5891e1a;
  color: #c5891e;
  font-size: 17px;
  font-weight: 700;
}
.single-post img {
  max-width: 100% !important;
}
.single-post video {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
/*  */

.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: auto !important;
}
.gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 0 0 10px !important;
}
@media (max-width: 769px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}

.gallery .gallery-item .gallery-icon {
  padding: 0px !important;
  border: none !important;
  margin: 0 !important;
  width: 100%;
}
.gallery .gallery-item .gallery-icon img {
  padding: 5px !important;
  border: none !important;
  margin: 0 !important;
  width: 100%;
  height: 280px;
  border-radius: 15px;
  object-fit: cover;
}

/*  */

.faqs {
  background: linear-gradient(
    180deg,
    rgba(46, 124, 190, 0.1) 0%,
    rgba(46, 124, 190, 0) 100%
  );
  padding: 25px;
  border-bottom: 1px solid #dadada;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.faqs > h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.accordion-item {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 5px;
  background: initial;
}

.accordion-button {
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 700;
  color: #636270;
  box-shadow: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  border-radius: 10px !important;
  text-align: start;
}

.accordion-button:not(.collapsed) {
  background: #dae8f3;
  color: #c5891e;
  box-shadow: initial;
  border-radius: 10px 10px 0 0 !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  padding: 20px;
  line-height: 2;
  color: #636270;
  font-size: 17px;
  background: #dae8f3;
  border: none;
}

.accordion-button::after {
  transition: 0.3s;
  margin: 0 auto 0 0;
}
/*  */

.related_post {
  border-top: 1px solid #dadada;
  margin: 0;
  display: block;
  padding: 20px 0 0;
}
.related_post .title {
  margin: 0 0 20px;
}
.related_post .title h1 {
  padding-inline-start: 10px;
  border-color: #c5891e;
}
/*  */
.btn-home {
  display: inline-flex;
  height: 56px;
  padding: 0 15px;
  border: 1px solid #7b9ebc;
  color: #fff !important;
  align-items: center;
  background: #7b9ebc;
}
.btn-home:hover {
  opacity: 0.7;
}

/*  */

/*  */
.contact {
  background: #fff;
  padding: 40px 10px;
}
.contact .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.contact-all {
  padding: 15px 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.contact-all .block {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.contact-all .block img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 0 0 25px;
}
.contact-all .block h4 {
  background: linear-gradient(68.46deg, #ff5961 14.53%, #ffae3c 77.55%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 10px;
}
/*  */
.contact .adress {
  background-image: url("img/address.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 68px 68px;
  flex-direction: column;
  color: #495560;
  font-size: 15px;
  min-height: 68px;
  display: flex;
  align-items: flex-end;
  margin: 0 0 15px;
  padding-inline-start: 0;
  align-content: flex-end;
  text-align: right;
  direction: ltr;
}
.contact .adress h6 {
  width: 100%;
  color: #000000;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
}
.contact .call {
  background-image: url("img/call.svg");
}
.contact .mail {
  background-image: url("img/mail.svg");
}
/*  */
form {
  /* width: 100%;
    display: flex;
    flex-wrap: wrap; */
}
form p {
  margin: 0;
  padding: 0;
}
.rows {
  padding: 5px;
  position: relative;
  color: #495560;
  font-size: 15px;
  direction: ltr;
}
.rows .wpcf7-form-control {
  width: 100%;
  border: 1px solid #e5e5e5;
  min-height: 48px;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  color: #000;
  background-color: #fff;
  max-height: 110px;
  margin: 4px 0 0;
}
.wpcf7-submit {
  color: #fff !important;
  background: linear-gradient(
    63.55deg,
    #ff5961 16.06%,
    #ffae3c 73.62%
  ) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-submit:hover {
  opacity: 0.7;
}
.wpcf7-spinner {
  margin: -36px 10px 0;
  position: relative;
  z-index: 9;
  display: flex;
}
/*  */

.page-head {
  padding: 50px 20px;
}

.page-head .container {
}
.page-head .container h1 {
  color: #000;
  font-weight: normal;
  font-size: 30px;
}

/*  */
.head-about{margin: 155px 0 0;}
@media (max-width: 769px) {
.head-about {
    margin: 110px 0 0;
}
}
.head-about .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #103754;
  border-radius: 15px;
  padding: 0;
}
.head-about .container .block{
  padding: 0;
}
.head-about .container .block img{
  width: 100%;
  height: auto;
  max-height: 100%;
}
.head-about .container .block .box{
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;

}
.head-about .container h5{
background-image: url(img/tit.svg);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0 44px 0 0;
    color: #C08F2C;
    font-size: 20px;
    margin: 0 0 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.head-about .container h1{
      font-size: 44px;
      font-weight: 600;
      margin: 0 0 20px;
      color: #fff;
      line-height: 1.5;
}
.head-about .container p{
    font-weight: 100;
    line-height: 1.8;
}


@media (max-width: 769px) {
  .head-about .container h1{
    font-size: 26px;
  }
}
/*  */

.she{
  padding: 70px 10px 50px;
}
.she .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.she .container h2{
  margin: 0 0 10px;
  color: #C08F2C;
  font-size: 20px;
  width: 100%;
  text-align: center;
  background-image: url(img/tit.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 45px;
  padding-top: 50px;
}
.she .container h1{
    margin: 0 0 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.she .container .block{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.she .container .block img{
    width: 66px;
    height: 66px;
    margin: 0 0 10px;
}
.she .container .block h4{
    color: #C08F2C ;
    margin: 10px 0;
}
.she .container .block p{text-align: center;line-height: normal;font-weight: 100;padding: 0 10px;}
/*  */

.val{
  background-image: url("img/val.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.val .container > img{
  height: auto;
  max-width: 56%;
  margin: 30px auto 0;
  display: block;
}
.val .container .val-all{
  display: flex;
  flex-wrap: wrap;
}
.val .container .val-all .block{
  padding: 20px;
  position: relative;
  z-index: 9;
}
.val .container .val-all .block .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 100;
  border: 1.29px solid #C08F2C 5E;
  border-radius: 20px;
  padding: 10px 20px;
  position: relative;
  background: linear-gradient(0deg, rgba(4, 1, 21, 0.1), rgba(4, 1, 21, 0.1)),
radial-gradient(71.86% 50% at 50% 50%, rgba(168, 127, 255, 0.008) 0%, rgba(168, 127, 255, 0) 100%);
}
.val .container .val-all .block .box::after{
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 20px;
  border: 1.29px solid #C08F2C 5E;
  background: #FFFFFF03;
  z-index: -1;
}
.val .container .val-all .block .box img{
  height: 45px;
  width: 45px;
  margin: 0;
}
.val .container .val-all .block .box h4{
  color: #fff;
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: 700;
}
.val .container .val-all .block .box p{
  font-size: 13px;
  padding: 0;
}

@media (min-width: 769px) {
  .val .container .val-all .block:first-child,
  .val .container .val-all .block:last-child{
    transform: translateY(100px);
    
  }
}

/*  */
.head-serv{
  background-image: url("img/head.png");
  background-size: cover;
  background-position: bottom center;
  margin-top: 0;
  padding: 133px 20px 0;
  background: #09273B;
}
.head-serv .container{
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.head-serv .container h5{
  font-size: 25px;
}
.head-serv .container h1{
    margin: 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    max-width: 660px;
    line-height: 1.5;
}
@media (max-width: 769px) {
  .head-serv .container h1{
    font-size: 24px;
}
}
/*  */
.contacts{
  padding: 50px 10px;
  background-image: url("img/contact.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.contacts .container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
.contacts .container .block{
  padding: 15px;
}
.contacts .container .block-img{
  background-image: url("img/block-img.png");
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.contacts .container .block img{
  width: 100%;
  height: auto;
  max-width: 330px;
}
.contacts .container .block h5{
  background-image: url(img/tit.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 45px 0 0;
  color: #C08F2C;
  font-size: 20px;
  margin: 0 0 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.contacts .container .block h1{
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.5;
}
.contacts .container .block p{
  margin: 0 0 15px;
    line-height: normal;
}
/*  */
.ff-default .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid var(--fluentform-border-color);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #FFFFFF0D !important;
    border: 1px solid #FFFFFF26 !important;
    outline: none !important;
    color: #C08F2C !important;
    text-align: right;
    direction: rtl;
    min-height: 52px;
    margin: 5px 0 0;
}
.ff-default .ff_btn_style {
    border-radius: 50px !important;
    font-size: 14px !important;
    padding: 8px 30px !important;
}
textarea{
  height: 150px;
}
/*  */
section.call{
  padding: 50px 20px;
  background: #F9F9F9;
}
.call .container{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  color: #042032;
}
.callall{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 20px;
}
.call .container .call-card{
  padding: 15px;
  width: 300px !important;
}
.call .container .call-card .cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 17px;
  font-weight: 400;
}
.call .container .call-card .cards i{
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #C08F2C;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin: 0 0 10px;
  background-image: none;
  background: #fff;
}
.call .container .call-card .cards img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/*  */
.how-vid-about{
  background: #F9F9F9 !important;
}
.how-vid-about .container .block .box{
  border: none;
}
.how-vid-about .container .block .box::after{
  display: none;
}
.how-vid-about h5{
  background-image: url(img/tit.svg);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 0 44px 0 0;
  color: #C08F2C;
  font-size: 20px;
  margin: 0 0 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.how-vid-about h1{
  font-size: 44px;
  font-weight: 600;
  color: #0D3754 !important;
  line-height: 1.5;
}

.how-vid-about .item{
  padding: 0 60px 0 0;
  margin: 0 0 15px;
  position: relative;
}
.how-vid-about .item img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.how-vid-about .item h4{
  color: #C08F2C;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.how-vid-about .item p{
  margin: 0;
  color: #0D3754 !important;
  font-width: 100;
}
/*  */
.focus{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.focus h1{
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #0D3754 !important;
}
.focus p{
  width: 100%;
}
.focus .items{
  width: 230px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.focus .items h2{
  font-size: 50px;
  color: #0D375433;
  margin: 0 0 10px;
  font-weight: 800;
  font-family: none;
}
.focus .items h4{
  color: #222D39;
  font-size: 22px;
  margin: 0 0 10px;
}
.focus .items p{
  color: #666666;
  margin: 0 0 10px;
  text-align: center;

}
.focus .items i{
  border-top: 5px solid #C08F2C;
  height: 150px;
  width: 160px;
  border-radius: 0 0 50% 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 10px 0 0;
}
.focus .items i img{
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 100%;
}
/*  */
.numall{
  padding: 50px 10px;
}
/*  */
.contacts-page{
    padding: 140px 20px 50px;
}
.contacts-page .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contacts-page .container p{
  max-width: 500px;
  margin: 0 auto !important;
  display: block;
}
.contacts-page .container form{
  margin: 30px auto 0;
}
.contacts-page .container form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit{
  margin: 0 auto;
  display: flex;
  width: 170px;
  justify-content: center;
}
/*  */

.single-serv{
  padding: 145px 10px 50px;
}
.single-serv .container{
  display: flex;
  flex-wrap: wrap;
}
.single-serv .container .block{
  padding: 5px;
  font-weight: 100;
  font-size: 17px;
}
.single-serv .container .block img{
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 769px) {
  .single-serv .container .block img{
  height: auto;
}
}
.single-serv .container .block video{
  width: 100%;
  height: 220px;
  margin: 0 0 10px;
    object-fit: cover;
  border-radius: 15px;
}
.single-serv .container .block video ~ img{
  width: 100%;
  height: 225px !important;
}
.single-serv .container .block h1{
  font-size: 32px;
  margin: 0 0 15px;

}
.single-serv .container .block h1.title{
  color: #fff;
  font-size: 32px;
  margin: 20px 0;
  font-weight: 600;
}
.single-serv .container .block p{
  color: #fff;
  line-height: 1.7;
}
.single-serv .container .block ul,
.single-serv .container .block ol{
  padding: 10px 20px;
  li{
    margin-top: 10px;
    strong{
      display: flex;
      width: 100%;
      margin: 0 0 5px;

    }
  }
}
/*  */
.recust{
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
}
.recust h3{
  color: #C08F2C;
  font-size: 24px;
  margin: 0 0 10px;
  width: 100%;
  font-weight: 600;
}
.recust > p{
  color: #0D3754 !important;
  font-size: 14px;
  font-weight: 400;
}
.recust { 
  .fluentform .ff-el-group{
    margin: 0 !important;
  }
  .frm-fluent-form .ff-t-container{
    display: flex;
    flex-direction: column;
  }
  .ff-t-cell{
    min-width: 100% !important;
  }
  label{
    color: #030014 !important;
    font-size: 13px;
  }
  .fluentform .ff-el-form-control{
    border: 1px solid #E2E2E2 !important;
  }
  .ff-btn{
    display: flex !important;
    margin: 20px auto 0 !important;
  }
}

@media (max-width: 769px) {
  h1{
    font-size: 24px !important;
    line-height: 1.5;
  }
}



/* 
  font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

@media (max-width: 769px) {
}

/*::placeholder { 
color: #ffffff50;
}*/

/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/
/* .hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
  display: none !important;
} */

.owl-carousel {
  direction: ltr;
}
