@charset "UTF-8";
/*Start Search*/
.search-btn {
  cursor: pointer; }

.searchh {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all linear .4s;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding: 350px 0 0 0;
  visibility: hidden; }

.searchh .search-cont {
  margin-top: -50px; }

.searchh .search-cont form input {
  background-color: #FFF;
  border: 0;
  padding: 20px;
  width: 100%;
  color: #000;
  outline: none;
  border-radius: 50px; }

.searchh .search-cont form input::placeholder {
  color: #000;
  text-transform: capitalize; }

.searchh .search-cont form button {
  background: transparent;
  color: var(--sec);
  font-size: 30px;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 9.5px 20px;
  transition: all linear .4s; }

.searchh .search-cont form button:hover {
  background: transparent;
  transition: all linear .4s; }

#searchform {
  position: relative; }

.searchh .search-cont .search-close {
  position: absolute;
  top: 50px;
  text-align: center;
  left: 9%;
  background: var(--main);
  color: #fff;
  border: 0;
  width: 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  height: 40px; }

/* End Search*/
/*start nav*/
@media (min-width: 992px) {
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: center; }

  .nav-list {
    display: flex;
    margin-bottom: 0;
    list-style: none; }

  .nav-list > .link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 5px;
    background-color: transparent; }

  .has_sub_menu {
    margin-inline-end: 5px !important;
    padding: 0 !important;}

  .has_sub_menu ~ i {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: #000;
    transition: linear .4s; }
  .nav-list > .link:hover i{
    color: #FFF;
    transition: linear .4s;
  }
  .nav-list > .link > a {
    display: block;
    color: #000;
    position: relative;
    background: transparent;
    padding: 13px 17px;
    font-size: 16px;
    margin: 0 5px;
    font-family: RBBold;
    z-index: 1;
    transition: ease-in-out .5s;
   /*&:before {
     content: '';
     position: absolute;
      right: auto;
     bottom: -37px;
     width: 0%;
     height: 5px;
     background-color: var(--main);
     left: 0;
     z-index: -1;
     transition: .8s;
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   }
  &:after {
     content: '';
     position: absolute;
      right: auto;
     top: -37px;
     width: 0%;
     height: 5px;
     background-color: var(--main);
     left: 0;
     z-index: -1;
     transition: .8s;
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   }*/ }

  .nav-list > .link:hover a,
  .nav-list > .link.active a {
    color: #fff;
    transition: linear .5s;
    background-color: #385352;
   /*&:before {
      right: 0;
      left: auto;
      width: 100%;
      transition: .8s;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
  &:after {
      right: 0;
      left: auto;
      width: 100%;
      transition: .8s;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }*/ }

  .sub-list {
    background-color: var(--sec);
    padding: 20px;
    list-style: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    min-width: 230px;
    display: none;
    z-index: 4; }
  .menu-item-has-children{
    padding: 13px 17px;
    transition: linear .5s;
  }
  .nav-list > .link.menu-item-has-children:hover a{
    background-color: transparent;
  }
  .nav-list > .link.menu-item-has-children:hover{
    background-color: #385352;
    transition: linear .5s;
  }
  .sub-list li {
    position: relative;
    margin-bottom: 20px; }

  .sub-list li a {
    display: block;
    width: 100%;
    position: relative;
    color: #FFF !important; }
    .sub-list li a:before {
      content: "\f104";
      font-family: 'Font Awesome 5 Free';
      color: #FFF;
      font-weight: bold;
      margin: 0 5px; }

  .sub-list li a.has_sub_menu {
    display: inline-block; }

  .sub-list li a:hover {
    color: #FFF !important; }

  .sub-list li:last-child > a {
    margin-bottom: 0; }

  .sub-list .sub-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all .5s linear; }

  .sub-list .sub-link:hover {
    background-color: var(--sec); }

  .sub-list .sub-link:last-child {
    border-bottom: 0; }

  .nav-list .link:hover > .sub-list {
    display: block; }

  .sub-list .sub-list {
    top: 0; }

  .nav-list .link .sub-list .sub-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .nav-list .link .sub-list .sub-link:hover > .sub-list {
    display: block; }

  .nav-btn,
  .mobile-nav-list {
    display: none; }

  /**/
  .nav-list > .link {
    text-transform: capitalize; }



  .sub-list {
    right: 0; }

  .sub-list li a.has_sub_menu {
    margin-left: 5px; }

  .sub-list .sub-list {
    left: 100%; } }
@media (max-width: 992px) {
  .nav-list {
    display: none; }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0; }

  .nav-btn {
    width: 40px;
    height: 40px;
    background-color: var(--sec);
    border-radius: 0%;
    margin: 0px;
    margin-inline-end: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center; }

  .nav-btn:hover {
    transition: linear .4s;
    background-color: var(--main);
    color: #FFF; }

  .mobile-nav-list .logo {
    padding: 0 30px; }

  .mobile-nav-list .date {
    display: flex;
    margin-top: 15px;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: self-start; }

  .mobile-nav-list .date .lang, .mobile-nav-list .date #hijrii {
    margin: 10px 0; }

  .mobile-nav-list .l-head {
    justify-content: center; }

  .mobile-nav-list {
    display: block;
    position: fixed;
    top: 0;
    overflow: scroll;
    z-index: 5;
    text-align: center;
    height: 100%;
    width: 300px;
    padding: 60px 0;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: all .5s linear; }
    .mobile-nav-list::-webkit-scrollbar-track {
      background: #FFFFFF; }
    .mobile-nav-list::-webkit-scrollbar-thumb {
      background-color: var(--main);
      border-radius: 50px; }
    .mobile-nav-list::-webkit-scrollbar {
      width: .5em; }
    .mobile-nav-list .request {
      padding: 8px 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #FFF;
      background-color: var(--main);
      font-size: 16px; }
    .mobile-nav-list .phone {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 0 auto 10px;
      padding: 0 10px; }
      .mobile-nav-list .phone .img-phone {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--main);}
        .mobile-nav-list .phone .img-phone img {
          max-width: 20px;
          max-height: 20px; }
      .mobile-nav-list .phone p {
        font-size: 18px;
        font-family: RBBold;
        color: #000;
        margin-bottom: 7px; }
      .mobile-nav-list .phone a {
        font-size: 16px;
        color: #636363; }
    .mobile-nav-list .main-phone {
      display: flex;
      gap: 10px;
      margin-inline-end: 20px;
      align-items: center;
      justify-content: center; }
      .mobile-nav-list .main-phone span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main);
        border-radius: 50%; }
        .mobile-nav-list .main-phone span img {
          width: 16px;
          height: 22px; }
      .mobile-nav-list .main-phone a {
        font-size: 18px;
        color: #000; }

  .mobile-nav-list .link {
    font-size: 16px;
    padding: 10px 30px;
    position: relative; }

  .mobile-nav-list .link a {
    color: #000;
    display: block;
    text-align: center;
    font-weight: bold;
    width: 100%; }

  footer .sec-foot {
    margin-top: 0; }

  .mobile-nav-list .link a.has_sub_menu {
    display: inline-block;
    width: calc(100% - 40px); }

  .mobile-nav-list .link a:hover,
  .mobile-nav-list .link.active a {
    color: var(--sec); }

  .mobile-nav-list .link i {
    color: #fff;
    background-color: var(--sec);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform-origin: center;
    transition: all .3s linear; }

  .mobile-nav-list .link i.open {
    transform: rotate(180deg); }

  .sub-list {
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    background-color: transparent; }

  .sub-list a {
    display: block;
    position: relative; }

  .sub-list .sub-link {
    border: 0;
    padding: 5px 20px;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap; }

  .sub-list .sub-list a {
    display: block;
    position: relative; }

  .trans-none {
    transform: none !important; }

  .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all .5s ease-in-out; }

  /**/
  .mobile-nav-list {
    right: 0; }

  .mobile-nav-list .link a.has_sub_menu {
    margin-left: 5px; }

  .sub-list .sub-list a {
    padding-right: 15px; }

  .nav-overlay {
    left: 0;
    transform: translateX(-100%); } }
/*end nav*/
@font-face {
  font-family: RBRegular;
  src: url(../fonts/RBRegular.ttf); }
@font-face {
  font-family: RBBold;
  src: url(../fonts/RBBold.ttf); }
@font-face {
  font-family: TajawalRegular;
  src: url(../fonts/Tajawal-Regular.ttf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  border: none; }

img, iframe {
  max-width: 100%; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 999999; }

.loading img {
  max-width: 100%;
  padding: 20px; }

:root {
  --main: #c09429;
  --sec: #c09429; }

/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #FFFFFF; }

body::-webkit-scrollbar-thumb {
  background-color: var(--sec);
  border-radius: 50px; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
.e-row {
  padding: 0;
  margin: 0; }

@keyframes tran {
  from {
    right: -1px; }
  to {
    right: 98%; } }
@keyframes mymove {
  from {
    left: 85%; }
  to {
    left: 0%; } }
@keyframes mymove2 {
  from {
    left: 85%; }
  to {
    left: 0%; } }
.main-hover {
  padding: 8px 20px;
  width: 150px;
  color: #000;
  z-index: 2;
  background-color: transparent;
  position: relative;
  text-transform: capitalize;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  overflow: hidden;
  transition: .8s;
  border: 1px solid #2c2a26;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  /*&:before {
    content: "\f30a";
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: -60px;
    left: 20px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }*/ }
  .main-hover i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .main-hover:after {
    content: '';
    position: absolute;
    top: -1%;
    height: 103%;
    width: 10px;
    background-color: var(--sec);
    visibility: visible;
    opacity: 1;
    border-radius: 0px;
    right: -2px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.main-hover:hover {
  transition: .8s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  color: #FFF;
  border: 1px solid transparent;
  /*i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -60px;
  }*/
  /*&:before {
    margin-top: 2px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }*/ }
  .main-hover:hover:after {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    right: 0px;
    width: 100%;
    height: calc(100% + 1px);
    visibility: visible;
    opacity: 1;
    z-index: -1; }

.main-header {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0px 0px;
  position: relative;
  display: table; }

body {
  font-family: RBRegular;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: RBBold; }

.main-hover.big {
  width: 200px; }

.main-hover.solid {
  background-color: transparent;
  border: 1px solid var(--main);
  color: var(--main); }
  .main-hover.solid i {
    color: var(--main); }
  .main-hover.solid:hover {
    border: 1px solid transparent;
    color: #FFF; }

/**/
.top-back {
  background-image: url("../img/bg-slider.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

header {
  position: relative;
  width: 100%;
  z-index: 3; }
  header .bottom-header {
    background-color: #c09429;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    header .bottom-header .request {
      padding: 13px 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #FFF;
      background-color: var(--main);
      font-size: 16px; }
  header .top-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0; }
    header .top-phone .in-top-phone {
      display: flex;
      align-items: center;
      gap: 10px; }
      header .top-phone .in-top-phone i {
        font-size: 14px;
        color: var(--sec); }
      header .top-phone .in-top-phone a {
        font-family: RBBold;
        color: #000;
        font-size: 14px; }
  header .fi-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 25px; }
    header .fi-head a {
      color: var(--main);
      font-size: 14px; }
    header .fi-head img {
      width: 20px;
      height: 20px; }
  header .top-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #dcdcdc; }
    header .top-head .main-top-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 15px 0; }
    header .top-head .f-head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  header .logo img {
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: 140px; }
  header .menu-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; }
    header .menu-icons .request {
      height: 40px;
      display: flex;
      width: 130px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      color: #000;
      border-radius: 0px;
      background-color: var(--main);
      font-size: 16px; }
    header .menu-icons .lang {
      width: 40px;
      height: 40px;
      display: flex;
      color: var(--main);
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border: 1px solid var(--main);
      transition: linear .4s;
      border-radius: 0%; }
      header .menu-icons .lang img {
        width: 40px;
        height: 40px;
        border-radius: 0%; }
      header .menu-icons .lang:hover {
        background-color: #7882a4;
        color: #FFF;
        transition: linear .4s;
        border: 1px solid transparent; }
    header .menu-icons .main-phone {
      display: flex;
      gap: 10px;
      margin-inline-end: 20px;
      align-items: center;
      justify-content: center; }
      header .menu-icons .main-phone span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main);
        border-radius: 50%; }
        header .menu-icons .main-phone span img {
          width: 16px;
          height: 22px; }
          .img2030{
                  max-width: 130px;
          }
      header .menu-icons .main-phone a {
        font-size: 18px;
        color: #000; }
    header .menu-icons .phone {
      display: flex;
      align-items: center;
      gap: 15px; }
      header .menu-icons .phone .img-phone {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid var(--main); }
        header .menu-icons .phone .img-phone img {
          max-width: 20px;
          max-height: 20px; }
      header .menu-icons .phone p {
        font-size: 18px;
        font-family: RBBold;
        color: var(--sec);
        margin-bottom: 7px; }
      header .menu-icons .phone a {
        font-size: 16px;
        color: #37514e; }
    header .menu-icons .search-btn {
      background-color: var(--main);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
      border-radius: 0%;
      width: 40px;
      height: 40px;
      color: #FFF;
      transition: linear .4s;
      text-align: center; }
  header .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-inline-end: 30px; }
    header .social i {
      font-size: 32px; }
    header .social .fa-tiktok {
      color: #111111;
      filter: drop-shadow(3px 2px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4); }
    header .social .fa-linkedin-in {
      color: #0e76a8; }
    header .social .fa-snapchat {
      background-color: #FFFC00;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    header .social .fa-facebook, header .social .fa-facebook-square {
      color: #3b5998; }
    header .social .fa-twitter, header .social .fa-twitter-square {
      color: #00aced; }
    header .social .fa-google-plus, header .social .fa-google-plus-square {
      color: #dd4b39; }
    header .social .fa-youtube, header .social .fa-youtube-play, header .social .fa-youtube-square {
      color: #bb0000; }
    header .social .fa-tumblr, header .social .fa-tumblr-square {
      color: #32506d; }
    header .social .fa-vine {
      color: #00bf8f; }
    header .social .fa-flickr {
      color: #ff0084; }
    header .social .fa-vimeo-square {
      color: #aad450; }
    header .social .fa-pinterest, header .social .fa-pinterest-square {
      color: #cb2027; }
    header .social .fa-linkedin, header .social .fa-linkedin-in-square {
      color: #007bb6; }
    header .social .fa-instagram {
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    header .social .fa-spotify {
      color: #1ED760; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.inside-head .nav-list > .link > a {
  color: #000; }

.inside-head .nav-list > .link:hover a, .inside-head .nav-list > .link.active a {
  color: #FFF; }

.fixed-social {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  display: flex;
  font-size: 18px;
  z-index: 99;
  flex-direction: column;
  gap: 10px; }
  .fixed-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color:#c09429;
    color: #fff;
    transition: all linear .3s; }
    .fixed-social a i {
      /*font-size: 20px;*/
      /*color: #000;*/
      /*transition: all linear .3s;*/
      }
    .fixed-social a:hover {
      transition: all linear .3s;
      color: #FFF;
      background-color: #385352;
      border-radius: 10px;
      transform: rotate(360deg); }
      .fixed-social a:hover i {
        /*transition: all linear .3s;*/
        /*color: #FFF; */
          
      }

/**/
/*start slider*/
@keyframes test {
  from {
    left: 0%;
    transform: translateX(0%) translateY(-50%);
    opacity: 0; }
  to {
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    opacity: 1; } }
@-webkit-keyframes to-down {
  0% {
    bottom: 60px;
    opacity: 0; }
  30% {
    bottom: 45px;
    opacity: 1; }
  100% {
    bottom: 30px;
    opacity: 0; } }
@keyframes to-down {
  0% {
    bottom: 60px;
    opacity: 0; }
  50% {
    bottom: 40px;
    opacity: 1; }
  100% {
    bottom: 20px;
    opacity: 0; } }
.top-slider {
  position: relative; }

.mainslider .item {
  position: relative; }
  .mainslider .item img {
    height: 550px;
    width: 100%; }

.mainslider .item .in-item {
  transition: linear .4s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  text-align: center;
  transform: translate(-50%, -50%); }

/*
.mainslider .owl-item.active .in-item {
  animation: slideInLeft 1.5s linear 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  transition: linear .4s; }
.mainslider .owl-item.active img {
  animation: slideInRight 1.5s linear 1;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  transition: linear .4s; }*/
.mainslider .item .in-item h2 {
  font-size: 58px;
  color: #000;
  font-family: RBBold;
  margin-bottom: 30px;
  text-align: center; }

.mainslider .item .in-item p {
  font-size: 38px;
  color: #FFF;
  text-align: center;
  margin-bottom: 0px;
  font-family: RBBold; }

.mainslider .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  position: absolute;
  display: flex;
  flex-direction: column; }

.mainslider .owl-nav .owl-prev i, .mainslider .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFF;
  background-color: #c09429;
  transition: linear .4s;
  margin-bottom: 10px; }

.mainslider .owl-nav .owl-prev i:hover, 
.mainslider .owl-nav .owl-next i:hover {
  transition: linear .4s;
  color: #FFF;
  background-color: #385352; 

}

.mainslider .owl-dots {
  text-align: center;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%); }
  .mainslider .owl-dots .owl-dot {
    width: 40px !important;
    height: 5px !important;
    background-color: #FFF !important;
    transition: all linear .4s;
    border-radius: 5px;
    margin: 0 6px; }
  .mainslider .owl-dots .owl-dot.active {
    width: 60px !important;
    background-color: var(--sec) !important; }

.mainslider .owl-nav .owl-prev i:hover, .mainslider .owl-nav .owl-next i:hover {
  transition: linear .4s; }

@-webkit-keyframes drop-down {
  0% {
    bottom: -10px;
    opacity: 0; }
  25% {
    bottom: -25px;
    opacity: 1; }
  50% {
    bottom: -40px;
    opacity: 1; }
  75% {
    bottom: -55px;
    opacity: 1; }
  100% {
    bottom: -70px;
    opacity: 0; } }
@keyframes drop-down {
  0% {
    bottom: -10px;
    opacity: 0; }
  25% {
    bottom: -25px;
    opacity: 1; }
  50% {
    bottom: -40px;
    opacity: 1; }
  75% {
    bottom: -55px;
    opacity: 1; }
  100% {
    bottom: -70px;
    opacity: 0; } }
.bot-slider {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.19);
  padding: 25px 30px; }
  .bot-slider .in-bot-slider {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--main);
    font-size: 16px;
    border: 1px solid var(--main);
    background-color: #FFF;
    transition: all linear .4s; }
    .bot-slider .in-bot-slider i {
      font-size: 22px; }
    .bot-slider .in-bot-slider:hover {
      transition: all linear .4s;
      background-color: var(--main);
      color: #FFF; }

/*end slider*/
/*start who*/
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  30% {
    transform: rotate(90deg); }
  60% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.vision {
  position: relative;
  z-index: 2;
  /*box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);*/
  margin-top: -50px; }
  .vision .vision-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: self-start;
    padding: 30px; }
    .vision .vision-item img {
      max-width: 80px;
      max-height: 80px;
      width: auto;
      height: auto;
      margin-bottom: 20px; }
    .vision .vision-item h4 {
      font-family: RBBold;
      color: var(--sec);
      font-size: 28px;
      margin-bottom: 15px; }
    .vision .vision-item p {
      color: #000;
      margin-bottom: 0;
      font-size: 14px; }
  .vision .col-lg-3:nth-of-type(3n + 1) {
    background-color: #edeae2; }
  .vision .col-lg-3:nth-of-type(3n + 2) {
    background-color: #e1dcd0; }
  .vision .col-lg-3:nth-of-type(3n + 3) {
    background-color: #d2cbbb; }

.dot-r .col-lg-3 {
  position: relative; }
  .dot-r .col-lg-3:after {
    content: '';
    height: 50%;
    width: 1px;
    top: 50%;
    background-color: #e3af5e;
    left: 0;
    position: absolute;
    transform: translateY(-50%); }
.dot-r .col-lg-3:nth-last-of-type(1):after {
  display: none; }
.dot-r .number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0; }
  .dot-r .number span {
    color: var(--sec);
    font-size: 50px;
    text-align: center;
    font-family: RBBold; }
  .dot-r .number p {
    font-size: 24px;
    font-family: RBBold;
    color: #000;
    margin-bottom: 0; }

.who {
  padding: 50px 0 80px;
  position: relative;
  background-image: url("../img/bg-who.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .who .main-header {
    margin: 0 0 30px;
    font-size: 36px; }
  .who .container {
    position: relative; }
    .who .container .dot-r {
      position: absolute;
      bottom: -60px;
      right: 0;
      width: 80%;
      background-color: #faf8f6;
      z-index: 2;
      box-shadow: 0 0 13px rgba(0, 0, 0, 0.18); }
.who .container .dot-r:before{
  content: attr(data-tit);
  font-size: 32px;
  color: var(--main);
  position: absolute;
  top: -60px;
  margin-inline-start: 15px;
  font-family: RBBold;
}
.who .r-who {
  position: relative;
  text-align: center; }
  .who .r-who img {
    max-height: 700px;
    max-width: 100%; }

.who .in-who {
  position: relative;
  z-index: 2; }

.who .in-who p {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
  text-align: center;
  line-height: 28px; }

.who .in-who br {
  display: none; }

.who .in-who h1 {
  margin-bottom: 30px;
  color: var(--sec);
  font-size: 24px; }

.who .in-who p span {
  font-size: 24px;
  color: var(--sec);
  display: block;
  font-family: RBBold;
  margin-bottom: 10px; }

.who .bot-who {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px; }
  .who .bot-who .in-bot-who {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 100%;
    border: 1px solid var(--sec);
    transition: all linear .4s; }
    .who .bot-who .in-bot-who img {
      max-width: 100%;
      max-height: 80px; }
    .who .bot-who .in-bot-who p {
      margin-bottom: 0;
      font-family: RBBold;
      font-size: 17px;
      color: var(--sec); }
    .who .bot-who .in-bot-who:hover {
      border: 1px solid var(--main);
      transition: all linear .4s; }

.who-carousel img {
  width: 540px;
  height: 270px; }
.who-carousel .owl-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: absolute;
  bottom: 0;
  gap: 10px; }
  .who-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: var(--sec);
    transition: all linear .4s; }
    .who-carousel .owl-dots .owl-dot:hover {
      transition: all linear .4s;
      background-color: var(--main); }
  .who-carousel .owl-dots .owl-dot.active {
    transition: all linear .4s;
    background-color: var(--main); }

.who .in-who .main-hover.solid {
  border: 1px solid #FFF;
  color: #FFF;
  margin-top: 30px; }
  .who .in-who .main-hover.solid i {
    color: #FFF; }
  .who .in-who .main-hover.solid:hover {
    border: 1px solid transparent; }

.main-hover.more {
  width: 40px;
  height: 40px;
  justify-content: center; }
  .main-hover.more:hover i {
    margin-bottom: 0 !important; }
  .main-hover.more:hover:before {
    display: none; }

.chairman {
  padding: 0px 0; }
  .chairman .chairman-img img {
    max-height: 300px;
    max-width: 300px;
    height: auto;
    width: auto;
    border-radius: 50%; }
  .chairman .chairman-cont h2 {
    font-size: 44px;
    color: #FFF;
    margin-bottom: 30px;
    font-family: RBBold; }
  .chairman .chairman-cont p {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 0; }

/*end who*/
/*start why*/
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }
.why {
  position: relative;
  padding: 70px 0px; }
  .why .vid-img {
    max-width: 100%;
    max-height: 500px;
    height: auto;
    transition: linear .3s; }
  .why .in-vid {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .why .in-vid h4 {
      font-size: 24px;
      color: var(--sec);
      margin-bottom: 40px; }
    .why .in-vid p {
      font-size: 16px;
      color: #7e7e7e;
      margin-bottom: 0px; }

/*end why*/
/*start product*/
.product {
  padding: 70px 0;
  background-image: url("../img/bg-pro.png");
  background-repeat: no-repeat;
  background-position: top right; }

.pro-item {
  width: 100%;
  height: 350px;
  border: 1px solid var(--sec);
  transition: all linear .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .pro-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .pro-item a {
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 60px;
    width: 250px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    color: #FFF;
    background-color: var(--sec);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all linear .4s; }
  .pro-item:hover {
    transition: all linear .4s;
    border: 1px solid var(--main); }
    .pro-item:hover a {
      transition: all linear .4s;
      background-color: var(--main);
      color: #FFF; }

.main-hover.bot-pro {
  width: 200px;
  height: 50px;
  display: flex;
  margin: 10px auto 0; }
  .main-hover.bot-pro:before {
    margin-top: -70px; }
  .main-hover.bot-pro:hover i {
    margin-bottom: -70px; }
  .main-hover.bot-pro:hover:before {
    margin-top: 0px; }

/*end product*/
/*start number*/
/*.number {
  padding: 70px 0;
  position: relative;
  background-color: #f0f0f0;


  .in-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 15px;
    margin-bottom: 0px;
    border-inline-end: 1px solid var(--main);
    span {
      font-family: RBBold;
      font-size: 50px;
      display: flex;
      color: var(--sec);
      gap: 3px;

      align-items: center;


    }

    h4 {
      font-size: 18px;

      color: #000;
      text-align: center;
      position: relative;
      margin-bottom: 0;
      font-family: RBBold;


    }
  }
  .col-lg-3:nth-last-of-type(1) .in-number{
    border-inline-end: 0;
  }
}*/
/*end number*/
/*start projects*/
.projects {
  padding: 50px 0; }
  .projects .owl-item {
    border: 1px solid rgba(255, 255, 255, 0.27); }

.main-proj .item {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 30px 15px;
  gap: 15px;
  transition: all linear .4s; }
  .main-proj .item img {
    max-height: 120px;
    max-width: 100%;
    width: auto;
    height: auto; }
  .main-proj .item h3 {
    font-size: 23px;
    font-family: RBBold;
    color: #FFF;
    transition: all linear .4s; }
  .main-proj .item p {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
    transition: all linear .4s; }
  .main-proj .item a {
    height: 35px;
    width: 105px;
    border: 1px solid #FFF;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center; }
  .main-proj .item:hover {
    transition: all linear .4s;
    background-color: #FFF; }
    .main-proj .item:hover h3, .main-proj .item:hover p {
      color: var(--main);
      transition: all linear .4s; }
    .main-proj .item:hover a {
      background-color: var(--main);
      border: 1px solid var(--main);
      color: #FFF;
      transition: all linear .4s; }

/*end projects*/
/*start service*/
.service {
  background-image: url("../img/bg-serv.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative; }
  .service .main-header {
    color: #FFF; }
  .service .r-service {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 30px;
    display: flex;
    background-image: url("../img/bg-service.png");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .service .r-service p {
      margin-bottom: 0;
      color: #FFF;
      font-size: 14px; }
  .service .row.e-row {
    padding: 50px 0; }

.in-service {
  display: flex;
  padding: 20px;
  width: 100%;
  transition: all linear .4s;
  gap: 13px;
  background-color: #323232;
  height: 100%;
  align-items: center; }
  .in-service .img-service {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    background-color: #ebddba;
    border-radius: 50%; }
    .in-service .img-service img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto; }
  .in-service h4 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
    flex: 1; }
  .in-service:hover {
    transition: linear .4s;
    background-color: var(--sec);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.44); }

/*end service*/
/*start blog*/
.blog-post {
  padding: 70px 0 40px;
  position: relative;
  overflow: hidden;
  background-color: #ebdebc; }
  .blog-post .r-part {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog-post .r-part .main-header {
      margin: 0 0px; }
    .blog-post .r-part .main-hover {
      justify-content: center;
      margin-bottom: 0; }
      .blog-post .r-part .main-hover:before {
        display: none; }

.blog-post .owl-dots {
  margin-top: 20px;
  position: relative;
  height: 60px;
  flex-direction: row; }

.blog-post .owl-dots .owl-dot {
  width: 5px;
  height: 40px;
  background-color: #ebebeb !important; }

.blog-post .owl-dots .owl-dot.active {
  height: 60px;
  background-color: var(--main) !important; }

.blog-post .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  right: 0px;
  display: flex;
  z-index: -1;
  align-items: center;
  justify-content: space-between;
  width: 100%; }

.blog-post .owl-nav .owl-prev {
  margin-inline-start: -70px; }

.blog-post .owl-nav .owl-next {
  margin-inline-end: -70px; }

.blog-post .owl-nav i {
  transition: all linear .4s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #978556;
  color: #FFF;
  transition: all linear .4s; }

.blog-post .owl-nav i:hover {
  transition: all linear .4s;
  background-color: var(--main);
  color: #FFF; }

.main-blog {
  display: flex;
  flex-direction: column;
  border-radius: 0px;
  overflow: hidden;
  transition: all linear .4s;
  position: relative;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.14); }

.main-blog img {
  width: 100%;
  height: 500px;
  transition: all linear .4s; }

.main-blog .in-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 30px;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  overflow: hidden;
  transition: all linear .4s;
  border-radius: 0px; }

.main-blog .in-item .time {
  margin-inline-start: -80px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  transition: linear .4s;
  opacity: 0;
  visibility: hidden; }

.main-blog .in-item .time i {
  font-size: 24px; }

.main-blog .in-item h3 {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 20px;
  padding-top: 30px;
  transition: all linear .4s;
  position: relative; }

.main-blog .in-item .bot-blog {
  transition: all linear .4s;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: -140px;
  opacity: 0;
  visibility: hidden; }

.main-blog .in-item .bot-blog p {
  color: #FFF;
  width: 85%;
  font-size: 14px;
  transition: all linear .4s;
  margin-inline-start: -100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px; }

.main-blog .in-item .bot-blog .end-bot-blog {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-blog .in-item .main-hover {
  margin-inline-start: -80px;
  opacity: 0;
  transition: linear .4s;
  background-color: #FFF;
  visibility: hidden; }

.main-blog .in-item .bot-blog a i:hover {
  transition: linear .4s;
  background-color: #978556; }

.main-blog:hover .in-item {
  transition: all linear .4s;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 9px rgba(0, 0, 0, 0.27); }

.main-blog:hover .in-item .bot-blog {
  transition: all linear .4s;
  margin-bottom: 0px;
  opacity: 1;
  visibility: visible; }

.main-blog .in-item:hover .time {
  margin-inline-start: 0px;
  opacity: 1;
  visibility: visible;
  transition: linear .2s;
  transition-delay: .6s; }

.main-blog:hover .in-item h3 {
  transition: all linear .4s;
  color: var(--sec); }

.main-blog:hover .in-item p {
  margin-inline-start: 0px;
  opacity: 1;
  visibility: visible;
  transition: linear .4s;
  transition-delay: .3s; }

.main-blog:hover .in-item .main-hover {
  margin-inline-start: 0px;
  transition: linear .2s;
  opacity: 1;
  visibility: visible;
  transition-delay: .6s; }

/*end blog*/
/*start news*/
.news {
  padding: 0 0 70px;
  background-image: url("../img/bg-news.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .news .main-header {
    margin: 0 0 35px; }
  .news .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: -20px;
    top: 50%;
    transform: translateY(-50%); }
    .news .owl-nav i {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e6ddc6;
      margin-bottom: 15px;
      color: #000;
      transition: linear .4s; }
      .news .owl-nav i:hover {
        background-color: #c2b8a3;
        transition: linear .4s;
        color: #FFF; }

.single-news .item {
  padding: 30px 50px;
  background-color: rgba(45, 35, 20, 0.8); }
  .single-news .item img {
    max-width: 100%;
    height: 330px; }
  .single-news .item .in-item h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #c7a17d; }
  .single-news .item .in-item p {
    color: #FFF;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 40px; }
.single-news .single-item {
  margin-bottom: 20px; }
  .single-news .single-item img {
    max-width: 100%;
    height: 330px; }
  .single-news .single-item .in-item h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #c7a17d; }
  .single-news .single-item .in-item p {
    color: #000;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 40px; }

/*end news*/
/*start posts*/
.slider-banner-image {
  position: relative;
  z-index: 3;
  margin-bottom: 20px; }

.slider-banner-image img {
  width: 100%;
  height: 250px;
  border-radius: 10px; }

.slider-banner-image .new-date {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF; }

.slider-banner-image .new-date img {
  width: 25px;
  height: 25px;
  border-radius: 0;
  display: inline-block; }

.slider-banner-image .new-date span {
  color: #FFF; }

.slider-banner-content h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--sec);
  margin-bottom: 15px; }

.slider-banner-content .main-hover {
  margin-bottom: 8px; }

.slider-banner-content .slide-for-paragraph {
  font-size: 14px;
  color: #979797;
  margin-bottom: 30px; }

.slider.slider-nav .thumbnail-image {
  display: flex !important;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0 19px; }

.slider.slider-nav .thumbnail-image .thumbImg {
  flex: 4; }

.slider.slider-nav .thumbnail-image .thumbImg img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

.slider.slider-nav .thumbnail-image .thumbImg-content {
  flex: 16; }

.slider.slider-nav .thumbnail-image .thumbImg-content h6 {
  font-family: RBBold;
  color: #000;
  transition: linear .4s;
  font-size: 18px;
  margin-bottom: 15px; }

.slider.slider-nav .thumbnail-image .thumbImg-content span {
  font-size: 14px;
  color: #979797; }

.slider.slider-nav .thumbnail-image:hover .thumbImg-content h6 {
  color: var(--sec);
  transition: linear .4s; }

/*end posts*/
/*start partner*/
.bot-hr {
  border-top: 1px solid var(--sec);
  margin: 0;
  position: relative; }

.partner {
  padding: 50px 0 0px;
  position: relative; }
  .partner:after {
    content: '';
    background-image: url("../img/top-foot.png");
    width: 226px;
    height: 352px;
    bottom: -48px;
    right: 0;
    z-index: 0;
    pointer-events: none;
    position: absolute; }
  .partner .part-item {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF; }
    .partner .part-item img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .partner .r-partt {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .partner .r-partt .main-header {
      margin: 0 0 30px; }
    .partner .r-partt p {
      font-size: 22px;
      color: #4a4a4a;
      margin-bottom: 0; }

.in-part {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .in-part img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.said {
  background-color: #ebdebc;
  z-index: 2;
  position: relative;
  margin-bottom: -95px; }
  .said .r-said {
    background-color: #dacaa2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .said .r-said h2 {
      color: #998555;
      margin-bottom: 0;
      font-size: 36px;
      text-align: c; }
  .said .item-said {
    display: flex;
    justify-content: flex-start;
    padding: 27px;
    align-items: center;
    gap: 10px; }
    .said .item-said .img-said img {
      width: 104px;
      height: 104px;
      object-fit: contain;
      border-radius: 50%; }
    .said .item-said .text-said h3 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #000;
      text-align: center; }
    .said .item-said .cont-said {
      position: relative;
      padding: 45px;
      width: 70%; }
      .said .item-said .cont-said p {
        color: #626262;
        font-size: 16px;
        margin-bottom: 0; }
      .said .item-said .cont-said:before {
        content: '';
        top: 0;
        right: 0;
        background-image: url("../img/qute.png");
        width: 55px;
        height: 39px;
        position: absolute; }
      .said .item-said .cont-said:after {
        content: '';
        bottom: 0;
        left: 0;
        background-image: url("../img/qute-2.png");
        width: 55px;
        height: 39px;
        position: absolute; }
  .said .owl-nav {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .said .owl-nav i {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #bfb497;
      color: #FFF;
      transition: all linear .4s; }
      .said .owl-nav i:hover {
        transition: all linear .4s;
        background-color: var(--sec); }

/*end partner*/
/*start cont-us*/
.cont-us {
  position: relative; }
  .cont-us .map-home {
    display: block;
    z-index: 1; }
    .cont-us .map-home iframe {
      width: 100%;
      height: 540px;
      display: block; }

/*end cont-us*/
/*start top-footer*/
.top-footer {
  padding: 70px 0;
  background-image: url("../img/bg-top-foot.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right; }
  .top-footer .r-foot {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    .top-footer .r-foot h2 {
      color: #FFF;
      font-size: 36px;
      margin-bottom: 50px; }
    .top-footer .r-foot .contact-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      margin-bottom: 20px; }
      .top-footer .r-foot .contact-footer i {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main);
        font-size: 20px;
        color: var(--sec); }
      .top-footer .r-foot .contact-footer a {
        color: #FFF;
        font-size: 14px;
        margin-bottom: 0; }
  .top-footer .map-foot {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.28); }
    .top-footer .map-foot iframe {
      height: 400px;
      border: 0;
      display: block;
      width: 100%; }

/*end top-footer*/
.wpcf7-submit {
  padding: 7px 56px;
  color: #FFF;
  margin-top: 10px;
  z-index: 2;
  background-color: var(--main);
  position: relative;
  text-transform: capitalize;
  border-radius: 0px;
  display: inline-block;
  font-family: RBBold;
  overflow: hidden;
  transition: .8s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
  .wpcf7-submit:hover {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color: #fff; }

.map iframe {
  width: 100%;
  height: 500px; }

/*end form*/
/*start footer*/
footer.main {
  padding-top: 40px; }

footer {
  padding: 40px 0 0;
  position: relative;
  background-image: url("../img/footer.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  footer .who-footer p {
    margin-bottom: 0;
    font-size: 14px;
    color: #FFF; }
  footer .top-foot {
    padding: 0 0 30px; }

footer h2 {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 30px; }

footer .es-field-wrap {
  width: 100%; }

footer .es-field-wrap label {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 0;
  width: 100%; }

footer .es-field-wrap input {
  width: 100%;
  height: 50px;
  border-radius: 0px;
  padding: 10px;
  font-size: 14px;
  color: #FFF;
  border: 1px solid #2c2a26;
  background-color: rgba(190, 190, 190, 0.1);
  margin: 20px 0 30px; }

footer .es-field-wrap input::placeholder {
  color: #757575; }

footer .es_subscription_form_submit {
  color: #FFF;
  border-radius: 20px;
  padding: 8px 40px;
  background-color: var(--main);
  transition: linear .4s;
  font-size: 14px; }

footer .es_subscription_form_submit:hover {
  background-color: var(--sec);
  transition: linear .4s;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.32); }

footer .mid-foot {
  display: flex;
  flex-direction: column; }

footer .mid-foot ul {
  margin: 0;
  column-count: 2;
  list-style-type: none; }

footer .mid-foot ul li {
  list-style: none;
  display: block;
  margin-bottom: 20px; }

footer .mid-foot ul li a {
  color: #FFF;
  font-size: 14px;
  display: inline-block; }

footer .mid-foot ul li a:hover {
  color: #FFF; }

footer .mid-foot ul li:nth-of-type(1):before {
  display: none; }

footer .mid-foot .social a i {
  padding: 11px 0;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background-color: var(--main);
  transition: linear .4s;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  display: inline-block; }

footer .cont-us-foot {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-100px);
  overflow: hidden;
  margin-bottom: -100px; }
  footer .cont-us-foot iframe {
    width: 100%;
    height: 400px;
    display: block; }

footer .top-end {
  gap: 30px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: self-start;
  justify-content: center;
  flex-direction: column; }

footer .top-end .cont {
  display: flex;
  align-items: center;
  max-width: 100%; }

footer .top-end .cont .fir {
  background-color: var(--sec);
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50%;
  margin: 0 5px; }

footer .top-end .cont .fir img {
  max-width: 23px;
  max-height: 24px;
  width: auto;
  height: auto; }

footer .top-end .cont .fir i {
  font-size: 24px;
  color: var(--main); }

footer .top-end .cont .sec {
  direction: ltr;
  flex: 1;
  margin: 0 5px; }

footer .top-end .cont .sec h4 {
  font-size: 20px;
  color: var(--sec);
  margin-bottom: 10px;
  display: block; }

footer .top-end .cont .sec a {
  color: #FFF;
  font-size: 14px;
  transition: linear .4s;
  cursor: pointer; }

footer .top-end .cont .sec a:hover {
  transition: linear .4s;
  color: #FFF; }

footer .top-end .cont .sec .r-phone:nth-of-type(1):after {
  content: "/";
  font-size: 10px;
  color: #FFF;
  font-weight: bold; }

/*footer .top-end .cont .sec .r-phone:nth-last-of-type(1):after {
  display: none; }*/
footer .end-foot {
  background-color: #2b2829; }

footer .end-foot .in-end {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-top: 0px solid var(--sec);
  position: relative;
  padding: 30px 0; }

footer .end-foot .in-end .social {
  display: flex;
  align-items: center;
  gap: 25px; }
  footer .end-foot .in-end .social i {
    font-size: 24px;
    color: #FFF;
    transition: all linear .4s; }
    footer .end-foot .in-end .social i:hover {
      color: var(--sec);
      transition: all linear .4s; }

footer .end-foot .in-end .to-up {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  display: flex;
  background-color: var(--main);
  color: #FFF;
  align-items: center;
  justify-content: center; }

footer .end-foot .in-end .to-up i {
  color: #FFF;
  font-size: 20px; }

footer .end-foot .in-end .copy a {
  color: #FFF; }

footer .end-foot .in-end p {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0; }

footer .end-foot .in-end p a {
  color: var(--sec);
  transition: linear .4s; }

footer .end-foot .in-end p a:hover {
  color: var(--sec);
  transition: linear .4s; }

footer .mid-foot ul li a:before {
  content: "\f104";
  font-family: 'Font Awesome 6 Free';
  color: #FFF;
  font-weight: bold;
  margin: 0 5px; }

/*end footer*/
/*end footer*/
.hidden-lg {
  opacity: 0;
  visibility: hidden;
  display: none !important; }

.hidden-sm {
  opacity: 1;
  visibility: visible;
  display: flex !important; }

.sub-list li a:before {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  color: #FFF;
  font-weight: bold;
  margin: 0 5px; }

.mobile-nav-list .sub-list li a:before {
  color: #000; }

/**/
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-list > .link > a {
    padding: 13px 5px;
    margin: 0 5px; }

  .service .in-service .owl-nav {
    display: none; }

  .service .service-carousel {
    padding: 0; }

  footer .main-cont {
    padding: 50px 30px 25px 30px; } }
@media (max-width: 991px) {
  .hidden-sm {
    opacity: 0;
    visibility: hidden;
    display: none !important; }

  header .top-phone {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

  .connect-us.home-page {
    padding: 20px !important; }

  .cont-us .map-home {
    margin-top: 20px; }

  .top-slider .new-dots {
    top: 54%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    flex-direction: row; }

  .video .item .in-vid {
    padding: 20px !important; }

  .video .item .vid-link {
    top: 76%; }

  .top-slider .new-dots .owl-dots {
    flex-direction: row; }
    .top-slider .new-dots .owl-dots .owl-dot {
      height: 2px;
      width: 50px; }

  .fixed-social {
    left: 20px; }
    .fixed-social a {
      width: 40px;
      height: 40px; }
      .fixed-social a i {
        font-size: 18px; }

  .mainslider {
    margin-bottom: 30px; }

  .top-slider .dot-r .col-lg-3:after {
    display: none !important; }
  .dot-r .col-lg-3:nth-last-of-type(3):after {
    display: none; }
  .partner .r-part, .blog-post .r-part {
    margin-bottom: 30px; }

  footer .cont-us-foot {
    margin-bottom: 0;
    transform: translateY(0px);
    padding: 20px 0; }

  .who .in-who h2 {
    margin: 20px 0; }

  .cont-us .in-cont {
    position: relative;
    width: 100%;
    right: unset !important;
    left: unset !important; }

  .who .bot-who {
    flex-direction: column; }

  .service {
    background-size: auto; }

  .cont-us .map-home iframe {
    height: 350px; }

  .in-service {
    margin-bottom: 20px; }

  .service .col-lg-4 {
    margin-inline-end: 0px !important; }

  .single-news .item {
    padding: 15px; }
    .single-news .item img {
      margin-bottom: 15px; }

  .service .main-header {
    margin-bottom: 30px; }

  header .social, .news .owl-nav, .gallery-new:before, .who:before, .who:after, footer:before, .blog-post:before {
    display: none !important; }

  .mainslider .owl-dots {
    margin-top: 25px;
    left: 10px; }

  .service .service-carousel {
    padding: 0; }

  .who .main-header, .service .under-header {
    margin-bottom: 30px; }

  header .menu-icons .request {
    width: 40px;
    height: 40px; }
    header .menu-icons .request span {
      display: none; }
    header .menu-icons .request i {
      display: block; }

  .gallery-new, .blog-post ,.why {
    padding: 40px 0; }

  .service .slide-serv {
    background-image: unset; }
    .service .slide-serv h2 {
      margin-bottom: 20px;
      color: #000; }

  .main-service {
    flex-direction: column;
    gap: 20px; }

  .slider.slider-nav .thumbnail-image .thumbImg-content {
    flex: 7; }

  .wpcf7 .main-hover, .es_subscription_form.es_shortcode_form .main-hover {
    margin: 0 0 20px !important; }

  .wpcf7-submit {
    margin-top: 0; }

  .number .in-number {
    margin-bottom: 30px;
    border-inline-end: 0px; }

  .new-row div {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .in-partner .item {
    margin: 0 auto; }

  .mainslider .item img {
    height: 350px; }

  .mainslider .item .in-item {
    left: 50%; }

  .bot-slider .in-bot-slider {
    margin-bottom: 15px; }

  header .fi-head {
    justify-content: center; }

  header .logo img {
    max-width: 200px;
    max-height: 100px; }

  .who .container .dot-r {
    position: relative;
    bottom: unset !important;
    right: unset !important;
    margin-top: 50px ;
    left: unset !important;
    width: auto !important; }
  .who .container .dot-r:before{
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding:  0 7px;
  }
  .service .r-service {
    margin-bottom: 30px;
    height: auto; }

  .said .item-said {
    flex-direction: column; }

  .said .item-said .cont-said {
    padding: 47px 10px;
    width: 100%; }

  .said .owl-nav {
    display: none; }

  footer {
    padding-top: 40px; }

  footer.main {
    padding-top: 60px; }

  .who .visio {
    margin-bottom: 15px; }

  .chairman .chairman-img {
    text-align: center; }

  .chairman .chairman-cont h2 {
    font-size: 30px;
    color: #FFF;
    text-align: center;
    margin: 30px 0; }

  .companies .item h4 {
    font-size: 20px; }

  .number .in-number span {
    font-size: 40px; }

  .number .in-number h3 {
    font-size: 22px; }

  footer h2 {
    margin: 20px 0;
    font-size: 22px; }

  header .menu-icons .main-hover {
    width: 40px;
    height: 40px;
    display: flex;
    color: #FFF;
    padding: 0;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    transition: linear .4s;
    border-radius: 50%;
    border: 0;
    margin-bottom: 0; }
    header .menu-icons .main-hover:hover {
      background-color: var(--sec);
      border: 0; }

  .connect-us.home-page .social i {
    width: 40px;
    height: 40px;
    font-size: 18px; }

  .main-searchjob {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 30px; }

  .main-searchjob h3 {
    width: 100%;
    margin-inline-end: 0; }

  .main-searchjob #searchjob {
    flex-direction: column;
    gap: 20px 0; }

  .main-searchjob #searchjob .start-searchjob {
    width: 100%;
    border-inline-end: 0; }

  .job-seeker .in-job-seeker {
    margin-bottom: 15px; }

  .who, .countries, .news, .projects, .requirements, .connect-with {
    padding: 40px 0; }

  .connect-us .form-cont {
    position: relative; }

  header .menu-icons .search-btn {
    background-color: var(--main); }

  .main-searchjob #searchjob i, .projects .owl-nav, .top-slider:before, .top-slider:after, .partner:before, .partner:after, .service .in-service .owl-nav, .main-fancy-img:before, header .menu-icons .main-phone, header .top-head .bottom-header, .how-work .border-how:nth-of-type(2):before, .how-work .border-how:nth-of-type(1):before {
    display: none; }

  .requirements .main-fancy-img {
    margin-bottom: 30px; }

  .accordion li p {
    padding: 15px; }

  .connect-with .top-end .cont .sec {
    width: 75%; }

  .main-fancy-img {
    height: 325px; }
    .main-fancy-img img {
      height: 100%; }

  .main-searchjob #searchjob .end-searchjob {
    flex-direction: column;
    width: 100%;
    gap: 15px 0; }

  footer .mid-foot {
    width: 100%; }

  footer .mid-foot ul {
    width: 100%;
    gap: 0; }

  footer .end-foot ul {
    margin-bottom: 10px; }

  footer .end-foot .in-end .to-up {
    position: relative;
    right: unset; }

  footer .mid-foot .cont {
    margin-top: 15px; }

  .who .r-who img {
    max-width: 100%;
    max-height: 300px;
    margin-bottom: 20px; }

  .main-header {
    margin-bottom: 30px;
    font-size: 35px; }

  .service {
    padding: 40px 0;
    background-color: #ebddba;
    background-image: unset; }

  .service .row.e-row {
    padding: 0; }

  .said .r-said {
    padding: 20px 0; }

  header .top-head .main-top-header {
    flex-direction: column;
    gap: 10px;
}

  footer .mid-foot .logo {
    flex-direction: column;
    gap: 10px 0; }

  .connect-us.home-page img {
    margin-top: 20px; }

  .single-acti .owl-nav {
    margin: 20px 0 0; }

  .gallery {
    padding: 20px 0; }

  .in-head .sec-head {
    flex-direction: column-reverse; }

  .partner {
    padding: 40px 0 40px !important; }

  .top-who .main-hover.shop {
    margin-inline-start: 0px; }

  .connect-us {
    padding: 40px 0 30px !important; }

  footer .top-end {
    gap: 20px 0;
    padding: 15px 20px;
    align-items: flex-start;
    flex-direction: column; }

  .mediacenter {
    padding: 40px 0; }

  footer .map {
    display: inline-flex;
    position: relative;
    width: 100%;
    margin-top: 0px; }

  .who .bg-who .main-fancy-img {
    padding-bottom: 10px; }

  footer .map iframe {
    height: 350px;
    border-radius: 0; }

  .end-foot .in-end {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
    flex-direction: column; }

  .end-foot .in-end .to-up {
    margin-bottom: 10px; }

  .mainslider .owl-nav, .project .owl-dots .owl-dot {
    display: none; }

  .single_service, .single-pages {
    padding: 40px 0 !important; }

  .hidden-lg {
    opacity: 1;
    visibility: visible;
    display: flex !important; }

  .who .r-who:before, .achievement .owl-nav {
    display: none;
    visibility: hidden; }

  .achievement .row .r-who img {
    height: 250px; }

  .who .ord-2 {
    order: 2; }

  .who .in-who p span {
    text-align: center;
    margin: 0px 0; }

  .who .in-who {
    margin-bottom: 20px; }

  .who .ord-1 {
    order: 1; }

  .connect-with .top-end {
    margin-bottom: 30px; }

  header, .in-head {
    border-bottom: 0;
    position: relative;
    flex-direction: column; }

  .news .in-news .item .in-item {
    opacity: 1;
    width: 95%; }

  footer .top-foot {
    flex-direction: column;
    gap: 20px; }

  footer .new-lang {
    left: unset !important;
    justify-content: center !important; }

  footer .to-up {
    right: 20px; }

  .top-who {
    flex-direction: column; }

  .new-lang {
    left: 20px !important; }

  .join p {
    font-size: 32px; }

  .join p span {
    font-size: 32px; }

  .media-new .b-pro .main-hover {
    margin-bottom: 0; }

  .media-new .new-row div {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .media-new .new-row div img {
    width: 100% !important;
    max-height: 400px !important; }

  .who .r-who {
    padding: 0;
    text-align: center; }

  .sec-video .single-video .owl-item.active.center {
    transform: scale(1); }

  .sec-video .single-video .owl-item {
    padding: 0; }

  .mainslider .owl-nav .owl-prev, .mainslider .owl-nav .owl-next, .part .owl-nav .owl-prev, .part .owl-nav .owl-next {
    margin: 0; }

  .opinions .single-opin .owl-nav, .package .single-pack .owl-nav {
    display: none; }

  footer .end-foot .in-end p {
    text-align: center; }

  .new-media img {
    width: 100%; }

  footer .top-foot .content .wpcf7-form-control-wrap:nth-of-type(1) {
    margin-left: 0; }

  footer .top-foot .content input[type=text], footer .top-foot .content input[type=tel] {
    width: 100%; }

  footer .end-foot .in-end p {
    margin-bottom: 5px; }

  footer .top-foot iframe {
    margin-bottom: 20px; }

  .mainslider .item .in-item h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px; }

  .mainslider .item .in-item p {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%; }

  /*.number {
    padding: 40px 0;

  }*/
  .number .f-number {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 20px; }

  .number .row.e-row {
    margin-top: 20px; }

  .number .f-number .big {
    font-size: 50px; }

  footer .top-foot ul li {
    width: 100%; }

  .who .l-who {
    margin-top: 20px;
    margin-left: 0; }

  footer .mid-foot ul {
    width: 100%;
    column-count: 1; }

  footer .top-foot .col-lg-4.d-flex.align-items-center {
    margin-bottom: 15px; }

  footer .mid-foot ul li {
    width: 100%;
    display: block;
    margin: 0 0 15px; }

  .new-media {
    margin-bottom: 15px; }

  .achievement .row .in-who {
    margin: 0px 0 0 !important;
    padding: 20px;
    box-shadow: unset; }

  .who .l-who:before {
    left: 10px; }

  .end-foot .bot-foot {
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center; }

  .contact .in-contact, .target .tar-sli .item .in-tar {
    margin-right: 0;
    margin-left: 0; }

  .main-hover {
    margin-bottom: 10px; }

  .mainslider .item .img-slider img {
    width: 250px;
    height: 250px;
    z-index: 2;
    border-radius: 50%; }

  .single-research .item {
    flex-direction: column; }
    .single-research .item img {
      width: 100%;
      height: auto; }

  .project .proj-sli .row {
    padding: 0 5px; }

  .project .proj-sli .row .in-who {
    margin: 0 !important;
    box-shadow: unset;
    padding: 20px; }

  .gallery .new-row div {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .mainslider .item .img-slider:before {
    display: none; }

  .mainslider .item .in-slider {
    width: 90%; }

  header {
    background-color: #FFF; }

  #qtranslate-chooser {
    margin: 0 10px !important; }

  .new-lang a i, .new-lang .search-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important; } }
/**/
/****/
.in-head {
  position: relative !important;
  flex-direction: column;
  background-image: url("../img/bg-header.png");
  background-repeat: no-repeat;
  background-size: cover; }

.single-pages .top-side iframe {
  border-radius: 10px;
  width: 100%; }

.fbc.fbc-page {
  width: 100% !important; }

.fbc-page .fbc-wrap .fbc-items {
  background-image: unset !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: transparent !important;
  float: none;
  font-weight: bold !important;
  color: #000 !important;
  border-radius: 0;
  padding: 40px 0;
  text-align: center !important;
  font-family: RBRegular !important; }

.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li a, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text, .fbc-page .fbc-wrap .fbc-items li a:last-child {
  color: #000 !important;
  text-align: center !important;
  font-size: 22px !important; }

.single-pages {
  padding: 40px 0 40px; }

.single-pages .main-header, .single_service .main-header {
  color: #000;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 35px; }

.single-pages .bootom-side p {
  color: #000;
  text-align: justify; }

.single-pages .bootom-side.apply p {
  color: #000; }

.single-pages .top-side {
  padding: 20px 0;
  text-align: center; }

.single-pages .top-side img {
  max-width: 100%;
  max-height: 400px; }

.single_service {
  padding: 40px 0 40px; }

.single_service .right_side_whous {
  margin: 20px 0;
  text-align: center; }

.single_service .right_side_whous img {
  max-width: 100%;
  max-height: 300px; }

.single_service .right_side_whous a {
  text-align: center;
  background: var(--main);
  color: #FFF;
  width: 100%;
  border-radius: 10px;
  margin: 10px 0 0;
  padding: 5px 0;
  display: inline-block;
  transition: linear .4s; }

.single_service .right_side_whous a:hover {
  transition: linear .4s;
  background: var(--sec); }

.single-pages .ord {
  max-width: 100%; }

.connect-us {
  position: relative;
  padding: 70px 0; }
  .connect-us .con-iframe iframe {
    width: 100%;
    height: 500px; }

.connect-us.home-page {
  padding: 30px;
  background-color: rgba(21, 19, 60, 0.9); }
  .connect-us.home-page .main-form input, .connect-us.home-page .main-form select {
    border: 1px solid transparent;
    background-color: #FFF; }
  .connect-us.home-page .main-form textarea {
    height: 180px;
    border: 1px solid transparent;
    background-color: #FFF; }
  .connect-us.home-page .wpcf7-submit {
    background-color: var(--sec);
    border: 1px solid transparent;
    display: table;
    margin: 10px 0 0;
    color: #FFF; }
    .connect-us.home-page .wpcf7-submit:hover {
      background-color: var(--sec);
      color: #FFF;
      border: 1px solid transparent;
      transition: all linear .4s; }
  .connect-us.home-page .social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px; }
    .connect-us.home-page .social i {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: var(--main);
      color: #FFF;
      border-radius: 50%;
      font-size: 22px; }
      .connect-us.home-page .social i:hover {
        color: #FFF; }

.main-iframe iframe {
  margin-top: 0px;
  width: 100%;
  height: 285px;
  border-radius: 10px; }

.connect-us .main-form {
  margin-bottom: 15px; }

.connect-us .main-form span.in-main-form {
  color: #000;
  margin-bottom: 10px;
  display: inline-block; }

.connect-us .main-form input, .connect-us .main-form select {
  background-color: #FFFFFF;
  border-radius: 0px;
  padding: 8px 17px;
  color: var(--sec);
  border: 1px solid #d9d9d9;
  transition: linear .4s;
  margin-bottom: 0px;
  width: 100%;
  height: 50px; }

.connect-us .main-form input::placeholder, .connect-us .main-form select, .connect-us .main-form textarea::placeholder {
  color: #8b8b8b;
  transition: linear .4s; }

.connect-us .main-form input:hover {
  border: 1px solid var(--sec);
  color: var(--sec);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  transition: linear .4s; }
  .connect-us .main-form input:hover::placeholder {
    color: var(--sec);
    transition: linear .4s; }

.connect-us .main-form textarea {
  background-color: #FFF;
  border-radius: 0px;
  color: var(--sec);
  border: 1px solid #d9d9d9;
  padding: 8px 17px;
  transition: linear .4s;
  margin-bottom: 0px;
  width: 100%;
  height: 120px;
  resize: none; }

.connect-us .main-form textarea:hover {
  border: 1px solid var(--sec);
  color: var(--sec);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  transition: linear .4s; }
  .connect-us .main-form textarea:hover::placeholder {
    color: var(--sec);
    transition: linear .4s; }

.single-pages .bootom-side input[type=text], .single-pages .bootom-side input[type=password], .single-pages .bootom-side input[type=tel], .single-pages .bootom-side input[type=email], .single-pages .bootom-side select {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-radius: 0px;
  padding: 10px;
  border: 1px solid #b7b7b7;
  outline: none; }

.single-pages .bootom-side textarea {
  width: 100%;
  margin: 10px 0;
  border-radius: 0px;
  text-align: center;
  height: 150px;
  padding: 10px;
  border: 1px solid #b7b7b7;
  resize: none;
  outline: none; }

.single-pages .bootom-side input[type=submit] {
  color: #fff;
  padding: 8px 44px;
  background-color: var(--sec);
  border-radius: 20px; }

.wpcf7 .ajax-loader {
  margin: 0;
  position: absolute; }

.wpcf7 .main-hover br, .es_subscription_form.es_shortcode_form .main-hover br {
  display: none; }

.wpcf7 .main-hover {
  padding: 0;
  margin: 0; }
  .wpcf7 .main-hover:before {
    margin-top: 0;
    z-index: 3; }
  .wpcf7 .main-hover input[type=submit] {
    border-radius: 20px;
    padding: 8px 20px !important;
    width: 150px !important;
    color: #FFF;
    background-color: var(--main);
    transition: linear .4s; }
  .wpcf7 .main-hover .wpcf7-spinner {
    position: absolute; }

.emaillist .main-hover {
  padding: 0;
  margin: 0;
  background: transparent; }
  .emaillist .main-hover:before {
    margin-top: 0;
    z-index: 3; }
  .emaillist .main-hover:after {
    display: none; }
  .emaillist .main-hover input[type=submit] {
    border-radius: 20px;
    padding: 8px 20px !important;
    width: 150px !important;
    color: #FFF;
    background-color: var(--main);
    transition: linear .4s; }
  .emaillist .main-hover .wpcf7-spinner {
    position: absolute; }

.wpcf7 .main-hover.big input[type=submit] {
  width: 200px !important; }

.wpcf7 .main-hover input[type=submit], .es_subscription_form.es_shortcode_form .main-hover input[type=submit] {
  border-radius: 0px;
  padding: 7px 45px;
  width: 100%;
  color: #FFF;
  text-align: center;
  margin: 0;
  background-color: var(--sec);
  transition: linear .4s; }

.wpcf7 .main-hover input[type=submit]:hover, .es_subscription_form.es_shortcode_form .main-hover input[type=submit]:hover {
  transition: linear .4s;
  color: #FFF;
  background-color: var(--sec); }

.single_service .right_si img {
  width: 100%;
  height: 120px;
  transition: linear .4s;
  margin-bottom: 15px;
  box-shadow: 0 0 7px 1px #909090; }

/**/
#qtranslate-chooser {
  display: inline-block;
  margin: 0;
  list-style: none; }

#qtranslate-chooser .lang-ar, #qtranslate-chooser .lang-en {
  display: inline-block;
  list-style: none; }

#qtranslate-chooser li.active {
  display: none; }

.qtranxs_widget_end {
  display: inline-block;
  list-style: none; }

.single-pages .bootom-side input[type=text], .single-pages .bootom-side input[type=email], .single-pages .bootom-side input[type=tel], .single-pages .bootom-side textarea {
  text-align: right; }

.ed_whous {
  margin-bottom: 15px; }

.partt .owl-item {
  padding: 15px 0; }

.partt .item {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  transition: linear .4s; }

.partt .item:hover {
  transition: linear .4s; }

.partt .item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

/**/
.big_on {
  font-size: 160px;
  color: lightblue; }

.new-iframe iframe {
  width: 100%;
  height: 450px; }

.main-form {
  position: relative; }

.single-pages .main-form {
  margin-bottom: 15px; }

.main-form br, .sec-form br {
  display: none; }

.single-pack.in .item {
  background-color: #e8eaec;
  min-height: 642px; }
  .single-pack.in .item .img-pack {
    margin-top: 0; }

.main-form label {
  background: #FFF;
  position: absolute;
  right: 20px;
  font-size: 14px;
  transition: linear .4s;
  pointer-events: none;
  top: 14px;
  z-index: 1;
  color: #b2b2b2; }

.main-form .activee {
  top: -27px !important;
  font-size: 14px !important;
  right: 0;
  transition: linear .4s !important;
  color: var(--sec) !important; }

.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #000 !important; }

.wpcf7-not-valid-tip {
  z-index: 3;
  position: relative; }

.wcs_fixed_left .wcs_popup_avatar {
  left: -70px;
  right: initial; }

.wcs_fixed_left .wcs_popup {
  left: unset !important;
  right: 0 !important; }

.wcs_fixed_left {
  right: 20px;
  left: unset; }

.wcs_button_circle .fab {
  line-height: 50px;
  font-size: 25px;
  margin-right: 0px; }

.wcs_popup_header .fa-whatsapp {
  text-align: center; }

.sec-form {
  display: flex;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  margin-bottom: 15px;
  align-items: center; }

.sec-form label {
  margin: 0 5px; }

.single_service .mediacenter, .single_service .media-new {
  padding: 0; }

.single-pages .connect-us {
  padding: 0;
  background-image: unset; }

.single_service .main-sec .main-serv {
  border: 1px solid #9c9c9c; }

.single_service .main-sec .main-serv:hover {
  border: 1px solid var(--sec); }

.single_service .slider-banner-image-items, .single_service .new-media {
  margin-bottom: 30px; }

.breadcrumb-area {
  width: 100%;
  background-color: #385352 !important;
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  color: #000 !important;
  border-radius: 0;
  padding: 30px 0;
  text-align: center !important;
  }

.breadcrumb-links {
  color: #FFF;
  font-weight: bold; }

.breadcrumb-area a {
  color: #FFF; }

.breadcrumb-area h4 {
  font-weight: bold;
  color: #FFF; }

.inside-head {
  position: relative;
  background-image: url("../img/bg-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  /*.menu-icons .search-btn{background-color: var(--main)}
  .nav-list > .link > a{
    color: #000;
    &:after{background-color: #1d224a;}
  }
  .nav-list > .link:hover a:after, .nav-list > .link.active a:after{bottom: -38px;}*/ }

.new-lang.in {
  display: none !important; }

.new-lang {
  position: fixed;
  left: 50px;
  display: inline-block !important;
  top: 20vh;
  z-index: 3; }

.new-lang .lang img {
  width: 40px;
  height: 40px;
  border-radius: 0%; }

.new-lang a i, .new-lang .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 0%;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #6bc9ff 0%, #1669b2 100%);
  color: #FFF;
  font-size: 24px;
  transition: linear .4s;
  text-align: center;
  border: 0px solid transparent;
  overflow: hidden;
  z-index: 1; }

@keyframes animation {
  0% {
    left: -110%;
    top: 90%; }
  50% {
    left: 15%;
    top: -30%; }
  100% {
    top: -10%;
    left: -10%; } }
.e-height textarea {
  height: 180px !important; }

.who-page-cont h2 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--sec); }
.who-page-cont p {
  color: #000;
  margin-bottom: 0;
  text-align: justify; }

.new-lang a {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  transition: linear .4s; }

.new-lang .search-btn img {
  width: 15px; }

.new-lang a:hover {
  transition: linear .4s; }

.new-lang a i:hover {
  transition: linear .4s;
  color: #FFF;
  border: 0px solid var(--sec);
  background-color: var(--sec); }

footer .new-lang, header .new-lang {
  position: relative;
  left: unset;
  align-items: center;
  display: flex !important;
  margin-bottom: 30px;
  justify-content: start;
  top: unset;
  z-index: 3; }

footer .new-lang a, header .new-lang {
  display: inline-block;
  margin-bottom: 0;
  margin: 0 10px; }
  footer .new-lang a i, header .new-lang i {
    color: var(--main) !important;
    background-color: transparent !important;
    font-size: 20px;
    width: auto;
    height: auto;
    border-radius: 0; }

.single-pages .connect-us .main-form textarea, .single-pages .connect-us .main-form input, .single-pages .connect-us .main-form select {
  /* border: 1px solid #d6d1d1;*/ }

.page-id-35 .img-thumbnail {
  width: 80%;
  margin: 0 auto;
  display: block; }

.wcs_button_circle {
  width: 50px;
  background-image: url(../img/whatsapp-icon.png);
  background-repeat: no-repeat;
  height: 50px;
  border-radius: 0;
  padding: 0;
  background-size: cover;
  box-shadow: unset;
  background-color: transparent;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -o-box-shadow: unset;
  -ms-box-shadow: unset; }

.branches {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border: 1px solid var(--main);
  border-radius: 10px;
  margin-bottom: 30px; }
  .branches iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 15px; }
  .branches h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px; }
  .branches p {
    margin-bottom: 0;
    font-size: 16px; }

/****/
/****************elhussini****************************/
.sec-padding {
  padding: 50px 0; }

.sec-bg:nth-of-type(odd) {
  background-color: transparent;
  color: #000;
  font-weight: bold; }

.sec-bg:nth-of-type(even) {
  color: #000;
  font-weight: bold; }

.img-thumbnail {
  border: 0; }

.content-block-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #0000003D;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all .3s ease-in-out; }

.content-block-item-icon {
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0 auto 15px auto;
  border: 1px solid #0000003D;
  display: flex;
  align-content: center;
  align-items: center; }

.content-block-item-icon img {
  max-height: 100%;
  margin: auto;
  transition: all .3s ease-in-out; }

.content-block-item-tit {
  color: #000;
  transition: all .3s ease-in-out; }

.content-block-item-exp {
  color: #ababab; }

.timeline-item {
  position: relative; }

.timeline-item:nth-of-type(even) .row {
  flex-direction: row-reverse; }

.timeline-item:before {
  position: absolute;
  content: '';
  top: 5px;
  width: 15px;
  height: 15px;
  z-index: 2;
  background: #f2674a;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #f2674a; }

.timeline-item:after {
  position: absolute;
  content: '';
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background: #fff; }

@media all and (min-width: 991px) {
  .timeline-item:before,
  .timeline-item:after {
    left: 50%;
    transform: translateX(-50%); } }
.gallery-item-image img {
  height: 150px;
  width: 300px; }

/**/
.timeline-item:after {
  border-right: 1px dotted #f2674a; }

@media all and (min-width: 991px) {
  .timeline-item:nth-of-type(odd) .timeline-inner {
    padding-left: 40px; }

  .timeline-item:nth-of-type(even) .timeline-inner {
    padding-right: 40px; } }
@media all and (max-width: 991px) {
  .timeline-item .timeline-inner {
    padding-right: 25px; }

  .timeline-item:before {
    right: -5px; } }
/**/
.timeline-item:after {
  border-left: 1px dotted #f2674a; }

@media all and (min-width: 991px) {
  .timeline-item:nth-of-type(odd) .timeline-inner {
    padding-right: 40px; }

  .timeline-item:nth-of-type(even) .timeline-inner {
    padding-left: 40px; } }
@media all and (max-width: 991px) {
  .timeline-item .timeline-inner {
    padding-left: 25px; }

  .timeline-item:before {
    left: -5px; } }
.upload-main-wrapper {
  width: 220px;
  margin: 0 auto; }

#file-upload-name {
  margin: 4px 0 0 0;
  font-size: 12px; }

.upload-wrapper, .upload-wrapper2, .upload-wrapper3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 20px;
  position: relative;
  cursor: pointer;
  width: 50%;
  background-color: var(--main);
  padding: 8px 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s linear all;
  color: #ffffff; }

.upload-wrapper input[type="file"], .upload-wrapper2 input[type="file"], .upload-wrapper3 input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1; }

.upload-wrapper > svg, .upload-wrapper2 > svg, .upload-wrapper3 > svg {
  width: 50px;
  height: auto;
  cursor: pointer; }

.upload-wrapper.success > svg, .upload-wrapper2.success > svg, .upload-wrapper3.success > svg {
  transform: translateX(-200px);
  display: none; }

.upload-wrapper.uploaded, .upload-wrapper2.uploaded, .upload-wrapper3.uploaded {
  transition: 0.2s linear all;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  text-align: center; }

.upload-wrapper label, .upload-wrapper2 label, .upload-wrapper3 .label {
  opacity: 1;
  visibility: visible;
  transition: 0.2s linear all; }

.upload-wrapper .file-upload-text, .upload-wrapper2 .file-upload-text, .upload-wrapper3 .file-upload-text {
  display: none;
  opacity: 0;
  visibility: hidden; }

.upload-wrapper.uploaded .file-upload-text, .upload-wrapper2.uploaded .file-upload-text, .upload-wrapper3.uploaded .file-upload-text {
  text-indent: -999px;
  margin: 0; }

.upload-wrapper brو.upload-wrapper p {
  display: none;
  opacity: 0;
  visibility: hidden; }

.file-success-text {
  opacity: 0;
  transition: 0.2s linear all;
  visibility: hidden;
  transform: translateX(200px);
  position: absolute;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.file-success-text svg {
  width: 25px;
  height: auto; }

.file-success-text span {
  margin-inline-start: 15px; }

.upload-wrapper.success .file-success-text, .upload-wrapper3.success .file-success-text, .upload-wrapper2.success .file-success-text {
  opacity: 1;
  visibility: visible;
  transform: none; }

.upload-wrapper.success.uploaded .file-success-text, .upload-wrapper2.success.uploaded .file-success-text, .upload-wrapper3.success.uploaded .file-success-text {
  opacity: 1;
  visibility: visible;
  transform: none; }

.upload-wrapper.success.uploaded .file-success-text span, .upload-wrapper3.success.uploaded .file-success-text span, .upload-wrapper2.success.uploaded .file-success-text span {
  display: none; }

.upload-wrapper .file-success-text circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 1.4s; }

.upload-wrapper.success .file-success-text circle {
  stroke-dashoffset: 0; }

.upload-wrapper .file-success-text polyline {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  transition: 1s linear all;
  transition-delay: 2s; }

.upload-wrapper.success .file-success-text polyline {
  stroke-dashoffset: 0; }

.upload-wrapper.success .file-upload-text, .upload-wrapper2.success .file-upload-text, .upload-wrapper3.success .file-upload-text {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.upload-wrapper label, .upload-wrapper2 label, .upload-wrapper3 label {
  margin: 0 10px 0; }

.upload-wrapper span.wpcf7-form-control-wrap, .upload-wrapper2 span.wpcf7-form-control-wrap, .upload-wrapper3 span.wpcf7-form-control-wrap {
  position: unset; }

.upload-wrapper p, .upload-wrapper2 p, .upload-wrapper3 p, .upload-wrapper br, .upload-wrapper2 br, .upload-wrapper3 br {
  display: none; }

.upload-wrapper.success, .upload-wrapper3.success, .upload-wrapper2.success {
  padding: 10px 20px;
  width: 100%;
  border-radius: 0; }

.upload-wrapper.uploaded label, .upload-wrapper3.uploaded label, .upload-wrapper2.uploaded label {
  display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  margin: 2px;
  color: #fff;
  background-color: var(--main);
  display: inline-block; }

.wp-pagenavi {
  margin-top: 10px;
  text-align: center; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #FFF;
  color: #FFF; }

/****************elhussini****************************/

/*# sourceMappingURL=main.css.map */
