@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400&display=swap");
@font-face {
  font-family: "NeoSansArabic";
  src: url(../fonts/NeoSansArabic.ttf); }
@font-face {
  font-family: "Cairo-Regular";
  src: url(../fonts/Cairo-Regular.ttf); }
@font-face {
  font-family: "Tajawal-Light";
  src: url(../fonts/Tajawal-Light.ttf); }
@font-face {
  font-family: "Cairo-SemiBold";
  src: url(../fonts/Cairo-SemiBold.ttf); }
@font-face {
  font-family: "Sanabel";
  src: url(../fonts/Sanabel-Khebrat-Musamem-2021.otf); }
@font-face {
  font-family: "Rachelia";
  src: url(../fonts/Rachelia.otf); }
@font-face {
  font-family: "Tajawal-Regular";
  src: url(../fonts/ArbFONTS-Tajawal-Regular.ttf); }
@font-face {
  font-family: "Tajawal-Bold";
  src: url(../fonts/ArbFONTS-Tajawal-Bold.ttf); }
@font-face {
  font-family: "ITC";
  src: url(../fonts/ITC.ttf); }
@font-face {
  font-family: "NeoSansbold";
  src: url(../fonts/NeoSansArabicBold.ttf); }
@font-face {
  font-family: "Helvet-Roman";
  src: url(../fonts/HelveticaNeueLT/roman.ttf); }
@font-face {
  font-family: "Helvet-bold";
  src: url(../fonts/HelveticaNeueLT/Bold.otf); }
@font-face {
  font-family: "Helvet-light";
  src: url(../fonts/HelveticaNeueLT/Light.otf); }
@font-face {
  font-family: "Helvet-Pro-Bd";
  src: url(../fonts/HelveticaNeueLT/Pro-Bd.otf); }
@font-face {
  font-family: "Helvet-Pro-Md";
  src: url(../fonts/HelveticaNeueLT/Pro-Md.otf); }
@font-face {
  font-family: "RB-Bold";
  src: url(../fonts/RB-Bold.ttf); }
@font-face {
  font-family: "RB-Regular";
  src: url(../fonts/RB-Regular.ttf); }
@font-face {
  font-family: "GHAITHSANS-Regular";
  src: url(../fonts/GHAITHSANS-Regular.otf); }
@font-face {
  font-family: "GHAITHSANS-Medium";
  src: url(../fonts/GHAITHSANS-Medium.otf); }
@font-face {
  font-family: "GHAITHSANS-Bold";
  src: url(../fonts/GHAITHSANS-Bold.otf); }
@font-face {
  font-family: "GHAITHSANS-SemiBold";
  src: url(../fonts/GHAITHSANS-SemiBold.otf); }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important; }
  * a:hover {
    text-decoration: none; }

iframe, img {
  max-width: 100%; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.centerblock {
  margin: 0 auto; }

html {
  overflow-x: hidden !important; }

body {
  font-family: RB-Regular;
  position: relative;
  overflow-x: hidden !important; }

/*Start Search*/
.search-btn {
  cursor: pointer; }

.search-area {
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all linear .4s;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 250px 0 0 0;
  visibility: hidden;
  opacity: 0; }
  .search-area .search-content form input {
    background: #ffffff2e;
    border: 0;
    padding: 20px;
    width: 80%;
    color: #fff;
    border-bottom: 2px solid #373737; }
    .search-area .search-content form input::placeholder {
      color: #ffffff !important;
      font-family: "ITC" !important; }
  .search-area .search-content form button {
    background: #17412f;
    color: #fff;
    border: 0;
    padding: 18px; }
  .search-area .search-content .search-close {
    transition: all linear .4s;
    position: absolute;
    top: 15px;
    left: 2%;
    background: transparent;
    border: 2px solid #9c9da1;
    border-radius: 0%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    padding: 3px 0 0 0; }
    .search-area .search-content .search-close:hover {
      opacity: .5;
      transform: scale(0.9); }

/* End Search*/
/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #fff; }

body::-webkit-scrollbar-thumb {
  background-color: #563e12;
  border-radius: 50px; }

body::-webkit-scrollbar {
  width: .5em; }

/* End Scroll */
@media (min-width: 992px) {
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    padding: 30px 0; }

  .nav-list {
    display: flex;
    margin-bottom: 0;
    list-style: none; }

  .nav-list > .link {
    display: flex;
    align-items: center;
    position: relative;
    text-transform: capitalize;
    margin-inline-end: 15px; }

  .nav-list > .link > a {
    display: block;
    color: #000;
    position: relative;
    background: transparent;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0;
    transition: ease-in-out  .4s; }
.inside-header .nav-list > .link{
        margin-inline-end: 5px;
}
.inside-header .nav-list > .link > a{
        padding: 10px 15px;
}
  .nav-list > .link > a:after {
    contentoff: "";
    width: 100%;
    height: 10%;
    background-color: transparent;
    transition: linear .4s;
    display: block;
    position: absolute;
    right: 0%;
    bottom: 0;
    border: 1px solid transparent;
    border-radius: 35px;
    z-index: -1; }

  .nav-list > .link:hover a:after,
  .nav-list > .link.active a:after {
    transition: linear .4s;
    height: 100%;
    border-color: #7c6430; }

  .nav-list > .link:hover a:after {
    transition: linear .4s;
    height: 100%;
    border-color: #7c6430; }

  .nav-list > .link.active a:after {
    transition: linear .4s;
    height: 100%;
    border-color: #7c6430; }

  .nav-list > .link:hover a,
  .nav-list > .link.active a {
       color: #fff;
    background: #000;
    transition: linear .4s; }

  .nav-list > .link:hover a {
    transition: linear 0.4s;
      color: #fff;
    background: #000;}

  .nav-list > .link.active a {
    transition: linear .4s;
       color: #fff;
    background: #000; }

  .nav-list .link:hover > .sub-list {
    display: block; }

  .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; }

  .has_sub_menu {
    margin-right: 5px; }

  .has_sub_menu ~ i {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: #1F7979; }

  .sub-list {
    background-color: #fff;
    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;
    left: 0; }

  .sub-list li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca; }

  .sub-list li a {
    display: block;
    width: 100%;
    position: relative;
    color: #000; }

  .sub-list li a:hover {
    color: #1F7979; }

  .sub-list li a.has_sub_menu {
    display: inline-block;
    margin-left: 5px; }

  .sub-list li:hover {
    border-bottom: 1px solid #1F7979; }

  .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: #137e17; }

  .sub-list .sub-link:last-child {
    border-bottom: 0; }

  .sub-list .sub-list {
    top: 0;
    left: 100%; }

  .nav-btn {
    display: none; }

  .mobile-nav-list {
    display: none; } }
@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: #b08b3c;
    border: 0;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    line-height: 40px;
    justify-content: center;
    align-items: center; }

  .nav-btn:hover {
    transition: linear .4s;
    background-color: #283c91;
    color: #FFF; }

  .mobile-nav-list {
    display: block;
    position: fixed;
    top: 0;
    overflow: scroll;
    z-index: 999;
    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;
    right: 0; }

  .mobile-nav-list .logo {
    padding: 0 30px;
    text-align: start !important; }

  .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 {
    margin: 10px 0; }

  .mobile-nav-list .date #hijrii {
    margin: 10px 0; }

  .mobile-nav-list .l-head {
    justify-content: center; }

  .mobile-nav-list .link {
    font-size: 30px;
    padding: 10px 30px;
    position: relative; }

  .mobile-nav-list .link a {
    color: #000;
    display: block;
    font-size: 14px;
    width: 100%; }

  .mobile-nav-list .link a:hover {
    color: var(--sec); }

  .mobile-nav-list .link a.has_sub_menu {
    display: inline-block;
    margin-left: 5px; }

  .mobile-nav-list .link i {
    color: #fff;
    background-color: #78dcff;
    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); }

  .mobile-nav-list .link.active a {
    color: var(--sec); }

  .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;
    padding-right: 15px; }

  .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;
    left: 0;
    transform: translateX(-100%); } }
header {
  padding: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: transparent; }
  header .logo {
    padding: 25px  0; }
  header.inside-header {
    position: relative;
    background-image: url("../img/bg-insde.png");
    background-size: 100% 100%;
    padding: 20px 0 120px; }
  header .ask-form {
    display: flex; }
    header .ask-form a {
      width: 150px;
      height: 40px;
      display: inline-flex;
      background: #b97535;
      color: #fff;
      font-size: 16px;
      justify-content: center;
      align-items: center;
      margin-inline-end: 15px;
      transition: linear .4s; }
      header .ask-form a:hover {
        background: #073831;
        transition: linear .4s; }
  header .main-buttons {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end; }
    header .main-buttons .button-header {
      width: 23px;
      height: 23px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../img/search.png");
      transition: linear .4s; }
    header .main-buttons .social-header:before {
      content: " ";
      width: 1px;
      height: 30px;
      margin: 0 10px;
      background-color: #7c6430;
      display: inline-flex;
      vertical-align: bottom; }
    header .main-buttons .social-header a {
      margin-inline-end: 22px; }
      header .main-buttons .social-header a i {
        color: #b08b3c;
        font-size: 24px; }
    header .main-buttons .lang-section a {
      color: #7c6430;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'RB-Bold';
      transition: linear .4s; }

.main-slider:before {
  content: " ";
  background: url("../img/on-slider.png");
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 238px;
  z-index: 1;
  animation: slide 5s linear infinite;
  background-size: 100% 100%; }
@keyframes slide {
  0% {
    height: 238px; }
  30% {
    height: 280px; }
  60% {
    height: 260px; }
  100% {
    height: 238px; } }
.main-slider .item {
  position: relative;
  overflow: hidden; }
  .main-slider .item:after {
    contentoff: " ";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #a6a6a6;
    background: linear-gradient(0deg, #ffffff12 14%, rgba(255, 255, 255, 0.79) 53%); }
  .main-slider .item:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    background-color: #fff; }
  .main-slider .item img {
    width: 100%;
    height: 750px;
    opacity: .7; }
  .main-slider .item .on-img-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .main-slider .item .on-img-slider .on-img-slider-new {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
    .main-slider .item .on-img-slider .logo {
      width: 300px;
      height: 300px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 46px rgba(0, 0, 0, 0.19);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      flex-direction: column; }
      .main-slider .item .on-img-slider .logo img {
        max-width: 250px;
        max-height: 250px;
        width: auto;
        height: auto;
        opacity: 1; }
    .main-slider .item .on-img-slider h4 {
      font-family: RB-Bold;
      font-size: 36px;
      color: #000000;
      margin-bottom: 20px; }
    .main-slider .item .on-img-slider p {
      margin: 0;
      font-size: 24px;
      color: #000;
      line-height: 40px;
      width: 100%; }
    .main-slider .item .on-img-slider .main-button {
      margin-top: 30px; }
.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px; }
  .main-slider .owl-dots button {
    margin-inline-end: 10px; }
    .main-slider .owl-dots button span {
      width: 30px;
      height: 10px;
      display: inline-block;
      position: relative;
      transition: linear .4s; }
      .main-slider .owl-dots button span:before {
        content: " ";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #3f6baa;
        position: absolute;
        transition: linear .4s;
        z-index: 2;
        border-radius: 0px; }
      .main-slider .owl-dots button span:after {
        content: " ";
        border-radius: 0px;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #1b3f73;
        transition: linear .4s;
        position: absolute;
        visibility: hidden; }
    .main-slider .owl-dots button.active span {
      width: 65px;
      transition: linear .4s; }
      .main-slider .owl-dots button.active span:after {
        width: 100%;
        left: 0;
        z-index: 3;
        transition: linear .4s;
        visibility: visible; }
.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  display: flex;
  flex-direction: column; }
  .main-slider .owl-nav button:first-of-type {
    margin-bottom: 10px; }
  .main-slider .owl-nav button i {
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b97535;
    line-height: 50px;
    transition: linear .4s; }
    .main-slider .owl-nav button i:hover {
      background: #073831;
      transition: linear .4s; }

.orders {
  padding: 50px 0; }
  .orders .order-item {
    padding: 30px;
    background-color: #ffe8d4;
    border-radius: 5px;
    transition: linear .4s .4s; }
    .orders .order-item a {
      display: flex;
      align-items: center; }
      .orders .order-item a .order-image {
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("../img/bg-order-item.png");
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-inline-end: 10px;
        transition: linear 0.4s; }
        .orders .order-item a .order-image img {
          max-width: 55px;
          max-height: 55px; }
      .orders .order-item a h4 {
        font-size: 24px;
        color: #000000;
        margin: 0; }
    .orders .order-item:hover {
      background-color: #e6eafc;
      box-shadow: 1px 0 27px rgba(0, 0, 0, 0.26);
      transition: linear .4s; }
      .orders .order-item:hover .order-image {
        background-color: #283c91;
        background-image: none;
        transition: linear .4s .4s; }

.main-header {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: 'NeoSansbold';
  padding-inline-end: 15px; }
  .main-header span {
    display: inline-block; }
    .main-header span:first-of-type {
      margin-inline-end: 15px;
      color: #3f6baa; }
    .main-header span:last-of-type {
      color: #06183c; }
  .main-header:after {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #dedede; }
  .main-header:before {
    content: " ";
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #3f6baa;
    z-index: 1;
    animation-name: mainheader-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite; }

@keyframes mainheader-animation {
  0% {
    left: 0; }
  50% {
    left: calc(100% - 50px); }
  100% {
    left: 0; } }
.news {
  padding-bottom: 130px; }
  .news .news-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px; }
    .news .news-slider .owl-dots button {
      margin-inline-end: 5px; }
      .news .news-slider .owl-dots button span {
        width: 30px;
        height: 5px;
        display: inline-block;
        position: relative;
        transition: linear .4s; }
        .news .news-slider .owl-dots button span:before {
          content: " ";
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          background-color: #ff7800;
          position: absolute;
          transition: linear .4s;
          z-index: 2;
          border-radius: 35px; }
        .news .news-slider .owl-dots button span:after {
          content: " ";
          border-radius: 35px;
          width: 0%;
          height: 100%;
          top: 0;
          right: 0;
          background-color: #283c91;
          transition: linear .4s;
          position: absolute;
          visibility: hidden; }
      .news .news-slider .owl-dots button.active span {
        width: 50px;
        transition: linear .4s; }
        .news .news-slider .owl-dots button.active span:after {
          width: 100%;
          left: 0;
          z-index: 3;
          transition: linear .4s;
          visibility: visible; }

.news-item {
  margin: 25px; }
  .news-item .image-news {
    position: relative;
    overflow: hidden;
    margin-inline-end: 15px;
    transition: linear .4s;
    border-radius: 10px; }
    .news-item .image-news:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 0%;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      transition: linear .4s; }
    .news-item .image-news img {
      border-radius: 10px;
      height: 200px; }
    .news-item .image-news .date-news {
      width: 100px;
      height: 100px;
      position: absolute;
      top: -20px;
      margin-inline-start: -10px;
      background-image: url(../img/bg-order-item.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #fff;
      border-radius: 50%;
      z-index: 2;
      transition: linear .4s; }
      .news-item .image-news .date-news span {
        font-family: RB-Regular; }
  .news-item .news-content h4 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    transition: linear .4s; }
  .news-item .news-content p {
    font-family: RB-Regular;
    font-size: 14px;
    color: #787878;
    text-align: justify;
    margin-bottom: 30px;
    line-height: 28px; }
  .news-item:hover h4 {
    color: #283c91;
    transition: linear .4s; }
  .news-item:hover .date-news {
    transition: linear .4s;
    background-image: none;
    background-color: #283c91; }
  .news-item:hover .image-news {
    box-shadow: 0 0 28px rgba(1, 2, 2, 0.42);
    transition: linear .4s .4s; }
    .news-item:hover .image-news:after {
      height: 100%;
      transition: linear .4s; }

.main-button {
    color: #fff;
    transition: linear .4s;
    font-size: 14px;
    background-color: #b08b3c;
    width: 150px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    line-height: 40px;
    text-transform: capitalize;
    justify-content: start;
    border-radius: 35px;
    margin-top: 50px;
    border: 1px solid #b08b3c;
    background-image: url("../img/hover-main-button.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;}
  .main-button:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
    animation-name: arrowoff;
    background-image: url("../img/hover-main-button.png");
    transition: linear .4s; }
  .main-button i {
    font-size: 14px; }

@keyframes arrow {
  0% {
    background-position: 20px center; }
  25% {
    background-position: 30px center; }
  50% {
    background-position: 20px center; }
  75% {
    background-position: 10px center; }
  100% {
    background-position: 20px center; } }
.mini-cat-section {
  padding: 70px 0;
  background-image: url("../img/bgcat.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.cat-item {
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  padding: 60px 0;
  transition: linear .4s; }
  .cat-item a {
    display: flex;
    justify-content: center;
    align-items: center; }
  .cat-item img {
    max-width: 135px;
    max-height: 135px;
    margin-inline-end: 30px; }
  .cat-item h4 {
    font-family: RB-Bold;
    font-size: 36px;
    color: #000000;
    margin: 0;
    transition: linear .4s; }
  .cat-item:hover {
    box-shadow: 1px 0 27px rgba(0, 0, 0, 0.26);
    transition: linear .4s .4s; }
    .cat-item:hover h4 {
      color: #283c91;
      transition: linear .4s; }

.buttons-media {
  text-align: center;
  margin-bottom: 25px; }
  .buttons-media button {
    color: #FFF;
    transition: all linear .4s;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ff7800;
    min-width: 160px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-transform: capitalize;
    font-family: RB-Regular;
    margin-inline-end: 15px; }
    .buttons-media button:hover {
      background-color: #283c91;
      color: #FFF;
      transition: all linear .4s;
      box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.32); }
    .buttons-media button.mixitup-control-active {
      background-color: #283c91;
      color: #FFF;
      transition: all linear .4s;
      box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.32); }

.media-center {
  padding: 70px 0;
  background-image: url("../img/right-bg-mc.png"), url("../img/left-bg-mc.png");
  background-repeat: no-repeat;
  background-position: top right , left bottom; }
  .media-center .main-header {
    margin-bottom: 20px; }
  .media-center .mixit_area .item-mc {
    position: relative;
    overflow: hidden; }
    .media-center .mixit_area .item-mc .view-btn {
      width: 40px;
      height: 40px;
      background-color: #283c91;
      border-radius: 5px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../img/search.png");
      transition: linear .4s;
      position: absolute;
      bottom: 15px;
      margin-inline-start: -50px;
      transition: linear .4s; }
    .media-center .mixit_area .item-mc img {
      border-radius: 10px;
      width: 100%;
      height: 350px; }
    .media-center .mixit_area .item-mc .view-item {
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      transform: scale(0);
      background-color: rgba(0, 0, 0, 0.7);
      box-shadow: 1px 0 27px rgba(0, 0, 0, 0.26);
      transition: linear .4s;
      border-radius: 10px;
      opacity: 0;
      visibility: hidden; }
    .media-center .mixit_area .item-mc:hover .view-item {
      transition: linear .4s;
      top: 0;
      left: 0;
      transform: scale(1);
      visibility: visible;
      opacity: 1; }
      .media-center .mixit_area .item-mc:hover .view-item .view-btn {
        margin-inline-start: 15px;
        transition: linear .4s .4s; }

.about {
  position: relative;
  padding: 50px 0 180px;
  background-color: #f4f4f4; }
  .about:after {
    content: " ";
    background-image: url(../img/after-who.png);
    width: 100%;
    height: 120px;
    position: absolute;
    right: 0;
    top: 99%;
    z-index: 2;
    background-size: 100% 100%; }
  .about .main-tit-who {
    font-size: 48px;
    font-family: RB-Bold;
    color: #7c6430;
    margin-bottom: -10px;
    text-align: center; }
  .about .about-content {
    margin-top: 80px; }
    .about .about-content h3 {
      font-size: 36px;
      font-family: RB-Bold;
      color: #b08b3c;
      margin-bottom: 30px;
      text-align: center; }
    .about .about-content p {
      text-align: center;
      font-size: 18px;
      line-height: 40px;
      color: #000000;
      width: 100%;
      margin: 0 auto; }
  .about .about-img {
    position: relative;
    text-align: center; }
    .about .about-img img {
      width: 385px;
      height: 385px;
      position: relative;
      z-index: 1;
      border-radius: 0%; }
    .about .about-img .image-ab-who {
      position: relative; }
      .about .about-img .image-ab-who:after {
        contentoff: " ";
        background-image: url("../img/bg-green-who.png");
        position: absolute;
        width: 462px;
        height: 483px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
        animation-name: rotatez;
        animation-timing-function: linear;
        animation-duration: 40s;
        animation-iteration-count: infinite; }
      .about .about-img .image-ab-who:before {
            contentoff: " ";
    background-image: url("../img/012.png");
    position: absolute;
    width: 540px;
    height: 540px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    animation-name: rotatez;
    animation-direction: reverse;
    animation-timing-function: linear;
    animation-duration: 50s;
    animation-iteration-count: infinite; }
@keyframes rotatez {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg); }
  50% {
    transform: translateX(-50%) translateY(-50%) rotateZ(90deg); }
  75% {
    transform: translateX(-50%) translateY(-50%) rotateZ(180deg); }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(360deg); } }
  .about .row:hover .about-img:before {
    width: 100%;
    transition: linear .4s; }

.cometted {
  position: relative;
  z-index: 2;
  margin-top: -70px; }
  .cometted .all-comm {
    border-radius: 15px;
    box-shadow: 0 0 29px rgba(2, 2, 2, 0.2);
    padding: 30px 0;
    background-image: url(../img/commeted-bg.png);
    background-size: 100% 100%; }
    .cometted .all-comm .cometted-img {
      position: relative; }
      .cometted .all-comm .cometted-img img {
        position: absolute;
        border-radius: 50%;
        width: 343px;
        height: 343px;
        left: 30px;
        top: -75px;
        transform: scale(1);
        animation-name: rotates;
        animation-timing-function: linear;
        animation-duration: 10s;
        animation-iteration-count: infinite; }
@keyframes rotates {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
    .cometted .all-comm .cometted-content h4 {
      font-family: 'RB-Bold';
      font-size: 36px;
      color: #7c6430;
      margin-bottom: 20px; }
    .cometted .all-comm .cometted-content p {
      font-size: 16px;
      color: #000;
      line-height: 32px;
      margin: 0; }


.owl-thumb-item{
      display: inline-block;
    border: 0;
    background: transparent;
    opacity:.5;
    transition:linear .4s;
    
}
.owl-thumb-item.active{
   opacity:1;
    transition:linear .4s;
}
.owl-thumbs{
    margin-top:20px
}

.owl-thumb-item img{
       width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-inline-end: 5px;
}

.servise-slider img{
    width:100%;
    height:400px;
}





.service {
    padding: 130px 0 30px;
    position: relative;}
  .service .row {
    padding-inline-end: 150px; }
    .service .row .title-ser {
      position: relative;
      display: flex;
      height: 100%; }
      .service .row .title-ser h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-family: 'RB-Bold';
        font-size: 48px;
        color: #fff;
        margin: 0; }
  .service .new-service-item {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    .service .new-service-item .img-new-ser {
      position: relative;
      margin-bottom: 50px; }
      .service .new-service-item .img-new-ser:after {
        content: " ";
        background-image: url("../img/after-ser.png");
        background-position: center center;
        position: absolute;
        width: 232px;
        height: 232px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
        animation-name: rotatez;
        animation-timing-function: linear;
        animation-duration: 40s;
        animation-iteration-count: infinite; }
      .service .new-service-item .img-new-ser img {
        width: 200px;
        height: 200px;
        border-radius: 50%; }
    .service .new-service-item h5 {
      font-family: RB-Bold;
      font-size: 24px;
      color: #7c6430;
      margin-bottom: 15px;
      transition: linear .4s; }
    .service .new-service-item p {
      margin-bottom: 0;
      font-size: 16px;
      color: #4b4b4b;
      line-height: 30px; }
    .service .new-service-item a {
      margin-top: 25px; }
    .service .new-service-item:hover h5 {
      color: #000;
      transition: linear .4s; }

.new-service-item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .new-service-item .img-new-ser {
    position: relative;
    margin-bottom: 50px; }
    .new-service-item .img-new-ser:after {
      content: " ";
      background-image: url("../img/after-ser.png");
      background-position: center center;
      position: absolute;
      width: 232px;
      height: 232px;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
      animation-name: rotatez;
      animation-timing-function: linear;
      animation-duration: 40s;
      animation-iteration-count: infinite; }
    .new-service-item .img-new-ser img {
      width: 200px;
      height: 200px;
      border-radius: 50%; }
  .new-service-item h5 {
    font-family: RB-Bold;
    font-size: 24px;
    color: #7c6430;
    margin-bottom: 15px;
    transition: linear .4s; }
  .new-service-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 30px; }
  .new-service-item a {
    margin-top: 25px; }
  .new-service-item:hover h5 {
    color: #04412e;
    transition: linear .4s; }

.project {
    padding: 130px 0 100px;
    background-image: url("../img/bg-works.png");
    background-size: 100% 100%;}
  .project h2 {
    font-family: RB-Bold;
    font-size: 48px;
    color: #b08b3c;
    margin-bottom: 50px;}
    .proj-name{
        font-size: 18px;
    color: #563e12;
    text-align: center;
    margin: 20px 0;
    }
.sl-test .owl-nav{
        text-align: center;
    margin-top: 50px;
}
.sl-test .owl-nav button i{
      width: 40px;
    height: 40px;
    background: #7c6430;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    transition:linear .4s
}
.sl-test .owl-nav button i:hover{
     transition:linear .4s;
      background: #000;
}
.sl-proj .owl-nav{
        text-align: center;
    margin-top: 50px;
}
.sl-proj .owl-nav button i{
      width: 40px;
    height: 40px;
    background: #7c6430;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    transition:linear .4s
}
.sl-proj .owl-nav button i:hover{
     transition:linear .4s;
      background: #000;
}
.project-item-new {
  position: relative; }
  .project-item-new img {
    width: 350px;
    height: 255px;
    border-radius: 50%;
    transition: linear .4s .4s; }
  .project-item-new .on-project-img {
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    transform: scale(0);
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(176, 139, 60, 0.5);
    transition: linear .4s; }
    .project-item-new .on-project-img i {
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 50px;
      border-radius: 50%;
      background-color: #7c6430;
      color: #FFFFFF;
      font-size: 22px;
      opacity: 0; }
  .project-item-new:hover img {
    opacity: .5;
    transition: linear .4s; }
  .project-item-new:hover .on-project-img {
    transform: scale(1);
    transition: linear .4s; }
    .project-item-new:hover .on-project-img i {
      opacity: 1;
      transition: linear .4s .4s; }

.offers {
  padding: 70px 0 190px; }
  .offers .offers-slider .offer-item {
    position: relative;
    overflow: hidden;
    margin: 17px;
    transition: linear .4s; }
    .offers .offers-slider .offer-item .on-img-offer {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      bottom: 0;
      height: 0;
      right: 0;
      width: 90%;
      background-color: rgba(185, 117, 53, 0.8);
      padding: 30px 20px;
      transition: linear .4s .3s; }
      .offers .offers-slider .offer-item .on-img-offer .offer-detls {
        opacity: 0;
        margin-right: -100%;
        display: inline-flex;
        flex-direction: column;
        transition: linear 0.3s; }
        .offers .offers-slider .offer-item .on-img-offer .offer-detls h5 {
          color: #FFFFFF;
          font-family: GHAITHSANS-Bold;
          font-size: 24px;
          margin-bottom: 10px; }
        .offers .offers-slider .offer-item .on-img-offer .offer-detls span {
          font-size: 14px;
          color: #FFFFFF; }
        .offers .offers-slider .offer-item .on-img-offer .offer-detls .main-button {
          background-color: #073831;
          margin-top: 30px; }
    .offers .offers-slider .offer-item:hover {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.31);
      transition: linear .4s .2s; }
      .offers .offers-slider .offer-item:hover .on-img-offer {
        visibility: visible;
        opacity: 1;
        height: 53%;
        transition: linear .4s; }
        .offers .offers-slider .offer-item:hover .on-img-offer .offer-detls {
          opacity: 1;
          margin-right: 0;
          transition: linear .4s .5s; }
  .offers .offers-slider .owl-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%); }
    .offers .offers-slider .owl-nav i {
      margin: 0 5px;
      color: #fff;
      font-size: 14px;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #b97535;
      line-height: 40px;
      transition: linear .4s; }
      .offers .offers-slider .owl-nav i:hover {
        background: #073831;
        transition: linear .4s; }

.center-section {
  background: white;
  background: linear-gradient(0deg, white 8%, #335b56 8%, #073831 92%, white 92%);
  position: relative; }
  .center-section:after {
    content: " ";
    background-image: url("../img/bottom-cpage.png");
    width: 164px;
    height: 165px;
    position: absolute;
    right: 0;
    bottom: 8%; }
  .center-section:before {
    content: " ";
    background-image: url("../img/top-cpage.png");
    width: 164px;
    height: 163px;
    position: absolute;
    left: 0;
    top: 8%; }
  .center-section .center-section-content {
    display: inline-flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    width: 90%; }
    .center-section .center-section-content h3 {
      font-family: 'GHAITHSANS-Bold';
      color: #b97535;
      font-size: 32px;
      margin-bottom: 30px; }
    .center-section .center-section-content p {
      font-size: 24px;
      color: #FFFFFF;
      text-align: justify;
      line-height: 35px;
      margin-bottom: 50px; }
    .center-section .center-section-content .main-button {
      width: 150px; }
      .center-section .center-section-content .main-button:hover {
        background-color: #b97535; }
  .center-section .center-section-img img {
    width: 100%;
    height: 460px; }

.test {
  padding: 70px 0; }

.item-test {
  padding: 30px;
  background-color: #000;
  border: 1px solid #498456;
  transition: linear .4s;
  width: 100%;
  margin: 20px 0;
  position: relative;
  z-index: 2; }

.item-test:hover {
  transition: linear .4s;
  border: 1px solid #b97535;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }

.item-test:hover img {
  transition: linear .4s;
  border: 1px solid #498456; }

.item-test:after {
  content: " ";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #b97535;
  z-index: -1;
  transition: linear .4s; }

.item-test:hover:after {
  width: 100%;
  transition: linear .4s; }

.item-test img {
  display: block;
  transition: linear .4s;
  border-radius: 50%;
  width: 70px !important;
  height: 70px;
  border: 1px solid transparent;
  position: relative;
  margin: -50px auto 20px; }

.item-test p {
  font-size: 14px;
  text-align: justify;
  color: #fff;
  margin-bottom: 30px; }

.item-test p:last-child {
  margin-bottom: 0; }

.item-test h4 {
  color: #b97535;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  transition: linear .4s; }

.item-test:hover h4 {
  transition: linear .4s .4s;
  color: #1c4943; }

.test .sl-test .owl-nav .owl-prev i, .test .sl-test .owl-nav .owl-next i {
  margin: 0 5px;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b97535;
  line-height: 40px;
  transition: linear .4s; }

.test .sl-test .owl-nav .owl-prev i:hover, .test .sl-test .owl-nav .owl-next i:hover {
  background: #000;
  transition: linear .4s; }

.test .sl-test .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px; }

.test .sl-test .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px; }

.consultation-form {
  padding: 50px 0;
  background-image: url("../img/join.png");
  background-size: 100% 100%;
  position: relative; }
  .consultation-form:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .consultation-form:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/join.png);
    background-size: 100% 100%;
    z-index: -1; }
  .consultation-form .main-header {
    color: #ffffff;
    margin-bottom: 15px; }
  .consultation-form .intro-form {
    position: relative; }
    .consultation-form .intro-form p {
      margin-bottom: 50px;
      text-align: center;
      color: #fee6ba; }

.marginb-70 {
  margin-bottom: 70px; }

.partners {
  padding: 90px 0 40px;
  background-color: #FFFFFF; }
  .sl-item{
    width: 160px;
    height: 160px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
    .sl-item img{
        max-width:100%;
        max-height:100%
    }
    .products-slider button:before{
            color: #7c6430;
    opacity: 1;
    font-size: 30px;
}


.commerce-img img{
    width: 135px;
    margin-inline-start: 15px;
    background: #1C534D;
    padding: 5px;
}
.col4shared{
        display: flex;
    align-items: center;
        justify-content: center;

}


     .test h2 {
    font-family: RB-Bold;
    font-size: 48px;
    color: #7c6430;
    text-align: center;
    margin-bottom: 60px; }
  .partners .main-button {
    width: 200px; } 
  .partners h2 {
    font-family: RB-Bold;
    font-size: 48px;
    color: #7c6430;
    text-align: center;
    margin-bottom: 60px; }
  .partners .main-button {
    width: 200px; }

.partner-slider img {
  border-radius: 50%;
  width: 200px !important;
  height: 200px; }

.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%; }
  .partner-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: linear .4s; }
  .partner-item:hover img {
    opacity: 1;
    transition: linear .4s; }

@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; } }
.fixed-icon {
  position: fixed;
  right: 40px;
  top: 45%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: linear .5s; }
  .fixed-icon.fly-icon {
    opacity: 1;
    visibility: visible;
    transition: linear .5s; }
  .fixed-icon a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1b3f73;
    margin-bottom: 10px;
    color: #1b3f73;
    line-height: 40px;
    border-radius: 50%;
    transition: linear .4s; }
    .fixed-icon a.uptohead {
      background-image: url("../img/arrow.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #7c6430;
      border-color:#7c6430;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 50px;
      opacity: 0;
      visibility: hidden;
      background-size: auto;
      box-shadow: 0 0 5px -1px rgba(255, 255, 255, 0.41);
      transition: linear .5s;
      border-radius: 50%; }
      .fixed-icon a.uptohead.fly-icon {
        position: relative;
        opacity: 1;
        visibility: visible;
        transition: linear .5s; }
        .fixed-icon a.uptohead:hover{
            transition: linear .5s;
              background-color: #000;
        }

        .fixed-icon a.uptohead.fly-icon:after {
          content: "";
          position: absolute;
          -ms-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          left: 23px;
          top: 23px;
          border-radius: 50%;
          display: block;
          width: 50px;
          height: 50px;
          background: #7c6430;
          -webkit-animation: pulse-border 2000ms ease-out infinite;
          animation: pulse-border 2000ms ease-out infinite;
          z-index: -1;
          transition: linear .4s; }
                   .fixed-icon a.uptohead.fly-icon:hover:after{
            transition: linear .5s;
              background-color: #000;
        }
    .fixed-icon a.chat {
         background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA5ZDAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==) center/35px 35px no-repeat #00bb00;
    border: 0; }
    .fixed-icon a.whats {
        border-color: transparent;
    background: #52af50;
    position: fixed;
    left: 40px;}
    .fixed-icon a.whats i{
            color: #fff;
    font-size: 35px;
    }

.contact-section {
  margin: 70px 0 0px;
  padding: 30px;
  box-shadow: 0 0 29px rgba(2, 2, 2, 0.2);
  background-image: url("../img/bg-contact.png");
  background-size: 100% 100%;
  border-radius: 15px; }
  .contact-section h2 {
    font-family: 'RB-Bold';
    font-size: 54px;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    line-height: 80px; }

footer {
  background-color: #f5f5f5;
  margin-top: 180px;
  padding-bottom: 50px;
  position: relative; }
  footer:before {
    content: " ";
    background-image: url("../img/bg-footer.png");
    width: 100%;
    height: 354px;
    position: absolute;
    bottom: 100%;
    animation: slide 5s linear infinite;
    background-size: 100% 100%; }
  footer .logo-fo {
    display: flex;
    justify-content: center; }
  footer .logo-footer {
    position: relative;
    width: 155px;
    height: 155px;
    margin-top: -70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #b08b3c;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .logo-footer img {
      max-height: 100%;
      max-width: 100%; }
  footer .contact-information {
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #04412e;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .contact-information .contact-info {
      display: flex; 
      justify-content: center;
      align-items: center; }
      footer .contact-information .contact-info i {
        width: 50px;
        height: 50px;
        border: 1px solid #7c6430;
        color: #7c6430;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 22px;
        line-height: 50px;
            margin-bottom: 0;
    margin-inline-end: 10px;}
      footer .contact-information .contact-info a {
        font-size: 18px;
    color: #7c6430; }
        footer .contact-information .contact-info a:after {
          contentoff: " -"; }
        footer .contact-information .contact-info a:last-of-type:after {
          content: " "; }
        footer .contact-information .contact-info a span {
          display: inline-block;
          direction: ltr; }
  footer .rights {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .rights .rights2 p {
      text-align: end; }
    footer .rights .social-footer {
      text-align: center; }
    footer .rights p {
      margin: 0;
      font-size: 14px;
      color: #000000; }
      footer .rights p a {
        color: #b08b3c; }
    footer .rights .social-footer a:last-of-type i {
      margin: 0; }
    footer .rights .social-footer a i {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      line-height: 50px;
      background-color: transparent;
      color: #b08b3c;
      border: 1px solid #b08b3c;
      font-size: 24px;
      transition: linear .4s;
      margin-inline-end: 15px; }
      footer .rights .social-footer a i:hover {
        transition: linear .4s;
       background-color: #000;
    border-color: #000; }

.breadcrumb-area {
  padding: 20px 0 15px;
  margin-bottom: 50px;
  color: #563e12;
  font-family: 'NeoSansbold';
  background: transparent;
  margin-top: -80px;
  z-index: 2;
  position: relative; }
  .breadcrumb-area a span {
    color: #000; }

.single-pages.media-center {
  padding: 0 !important;
  background-image: none !important; }

body .single-pages {
  padding-bottom: 70px !important; }
  body .single-pages.pdb {
    padding-bottom: 70px !important; }
  body .single-pages .main-header {
    display: table;
    margin: 0 auto 50px;
    padding: 0 10px;
    font-family: RB-Bold;
    font-size: 42px; }
    body .single-pages .main-header:after {
      display: none; }
    body .single-pages .main-header:before {
      display: none; }
  body .single-pages .top-side {
    text-align: center;
    margin-bottom: 50px; }
  body .single-pages .bootom-side p {
    color: #8f8f8f;
    text-align: justify;
    line-height: 30px; }
  body .single-pages .cat-item {
    box-shadow: rgba(0, 0, 0, 0.26) 1px 0px 27px; }
  body .single-pages .product-item {
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
    body .single-pages .product-item img {
      width: 100%;
      height: 200px;
      border-radius: 10px;
      margin-bottom: 20px; }
    body .single-pages .product-item h3 {
      font-size: 25px;
      color: #283c91;
      margin-bottom: 10px; }
    body .single-pages .product-item p {
      font-family: RB-Regular;
      font-size: 14px;
      text-align: justify;
      line-height: 28px;
      color: #aaaaaa; }
  body .single-pages .price-pro {
    margin-bottom: 10px; }
    body .single-pages .price-pro span:last-of-type {
      color: #f67828; }

.nav-tabs .nav-item {
  display: inline-flex;
  width: 33%;
  margin-bottom: 10px; }

.nav-tabs .nav-link {
  color: #FFF;
  transition: all linear .4s;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ff7800;
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-transform: capitalize;
  font-family: RB-Regular;
  margin-inline-end: 15px; }
  .nav-tabs .nav-link:hover {
    background-color: #283c91;
    color: #FFF;
    transition: all linear .4s;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.32); }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #283c91;
  color: #FFF;
  transition: all linear .4s;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.32); }

.branch-site iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 40px; }
.branch-site .branch-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .branch-site .branch-info a {
    color: #000000; }
    .branch-site .branch-info a i {
      color: #f67828;
      font-size: 30px;
      vertical-align: middle;
      margin-inline-end: 10px; }

.form-group {
  margin-bottom: 20px; }

.form-focused {
  position: relative; }

.form-focused label {
  margin: 0 20px;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 0px;
  font-size: 14px;
  color: #aaaaaa;
  transition: all .5s ease-in-out;
  font-family: 'RB-Bold'; }

.alert-warning {
  margin-bottom: 50px; }

.form-control {
  border-radius: 35px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  color: #7c6430;
  height: 50px; }

.speal-item-input {
  width: 100% !important; }

textarea.form-control {
  height: 120px;
  resize: none;
  border-radius: 20px; }

.newtxtarea textarea {
  height: 215px; }

label.txtarelabel {
  top: 15px; }

.focus-visible label {
  top: -30px;
  right: 0;
  color: #000; }

.focus-visible .form-control {
  border-color: #000;
  box-shadow: none; }

.spform .form-control {
  background-color: #fff;
  border-color: #563e12; }

.spform .map {
  margin-top: 0px; }

.spform .map iframe {
  display: block;
  width: 100%;
  height: 350px; }

.spform #wpcf7-f42-o1 {
  display: flex;
  height: 100%;
  align-items: center; }

.user-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 100%; }

/**/
.uploadBox input {
  display: none; }

.uploadBox label {
  border: 1px solid #000;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px 20px;
  font-size: 17px;
  color: #000;
  margin: 0;
  transition: all .4s ease-in-out;
  cursor: pointer; }

.upload-icon {
  transition: all .4s ease-in-out; }

.uploadBox label:hover {
  background: #141414;
  color: #fff; }

input[type=submit] {
  color: #fff;
  transition: linear .4s;
  font-size: 16px;
  width: 150px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  line-height: 40px;
  text-transform: capitalize;
  justify-content: start;
  border-radius: 35px;
  margin-top: 20px;
border: 1px solid #7c6430;
    background-color: #7c6430;
  background-image: url("../img/telgram.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite; }
input[type=submit]:hover{
     border: 1px solid #000;
  background-color: #000;
}



.ask-services .form-control{
    border-color:#7c6430;
}
.ask-services textarea.form-control{
    height: 190px;
}
.askser-header{
    text-align:center;
    margin-bottom:50px;
}
 .special-input{
     pointer-events: none;
 }
 .pdf-header i{
         color: #b08b3c;
    font-size: 20px;
 }
 .image-event img{
     width:100%;
     height:300px;
 }

/* Start Responsive */
/* from 992 to 1280 */
/* from 992 to 1280 */
/* from 991 to 360 */
@media (max-width: 991px) {
    .image-event img {
    width: 100%;
    height: 150px;
}
.breadcrumb-area {
    padding: 0;
    margin-bottom: 25px;
    color: #563e12;
    font-family: 'NeoSansbold';
    background: transparent;
    margin-top: -40px;
    z-index: 2;
    position: relative;
    font-size:9px;
}
header.inside-header {
    position: relative;
    background-image: url("../img/bg-insde.png");
    background-size: 100% 100%;
    padding: 5px 0 40px;
    text-align: center;
}
    footer:before{
        display:none;
    }
    .service .row .title-ser h2{
    left: unset;
    right: 20px;
    transform: translateY(-50%);
    }
    .title-ser img{
            height: 250px;
    }
    .sl-test .owl-nav{
         display:none ;
    }
        .products-slider button{
            display:none !important;
}
  .main-slider:before {
    height: 40px !important; 
      display:none;
  }

  .main-slider .item .on-img-slider h4 {
    font-size: 26px;
    margin: 10px 0;
    margin-bottom: 0; }

  footer .footer-detls .menu-footer ul li {
    width: 49%;
    display: inline-flex;
    list-style: none;
    margin-inline-end: 0; }

  footer .footer-detls .rights p, footer .logo-footer {
    text-align: center; }

  .main-button {
    font-size: 13px;
    width: 140px;
    height: 40px;
    padding: 0 10px;
    margin-top: 0; }

  .main-slider .owl-dots button.active span {
    width: 45px; }

  .grid-item-project {
    grid-column: span 12 !important;
    grid-row: span 1 !important; }

  .main-slider .item .on-img-slider {
    width: 100%; }

  .main-slider .item .on-img-slider p {
    font-size: 25px;
    line-height: 25px;
    width: 90%; }

  .main-slider .item .on-img-slider .main-button {
    margin-top: 10px; }

  .main-slider .owl-nav button i {
    font-size: 12px;
    width: 30px;
    height: 30px; }

  .main-slider .owl-nav {
    top: 68%;
    left: 10px; }

  .o2 {
    order: 2; }

  .about .main-tit-who {
    margin-bottom: 50px; }

  .about .about-img .image-ab-who:before {
    width: 300px;
    height: 300px;
    background-size: 100% 100%; }

  .about .about-img .image-ab-who:after {
    width: 250px;
    height: 250px;
    background-size: 100% 100%; }

  .project-item-new {
    display: flex;
    justify-content: center;
    align-items: center; }

  .project-item-new img {
    height:auto;}

  .about .about-img img {
    width: 200px;
    height: 200px; }

  .main-slider .item .on-img-slider .on-img-slider-new {
    align-items: center; }

  .main-slider .item img {
    height: 500px; }

  .main-slider .item .on-img-slider .logo img {
    width: 70%; }

  .main-slider .item .on-img-slider .logo {
    width: 200px;
    height: 200px; }

  .main-slider .owl-dots button span, .news .news-slider .owl-dots button span {
    width: 20px; }

  .orders .order-item {
    margin-bottom: 30px; }

  .news .news-slider .owl-dots button.active span {
    width: 30px; }

  .main-header {
    font-size: 25px !important; }

  .cat-item {
    margin-bottom: 30px; }

  .cat-item a {
    flex-direction: column-reverse; }

  .cat-item img {
    margin-inline-end: 0; }

  .cat-item h4 {
    margin-bottom: 20px; }

  .buttons-media button {
    margin-bottom: 15px; }

  .projects .project-slider .owl-dots {
    left: 25px; }

  .about-img {
    margin-top: 30px; }

  .about .about-content p {
    margin-bottom: 40px; }

  .main-header {
    margin-bottom: 20px !important; 
      
  }

  .partners .partner-slider .owl-nav .owl-prev {
    right: 0; }

  .partners .partner-slider .owl-nav .owl-next {
    left: 0; }

  footer .bottom-footer {
    flex-direction: column;
    margin: 0; }

  footer {
    padding: 20px 0;
    margin-top: 80px; }

  footer .contact-information {
    flex-direction: row; 
          margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
footer .contact-information .contact-info a{
    font-size:11px;
        text-align: center;
}
.col4shared{
    flex-direction:column;
}
.col4shared img{
    margin-top:20px;
}
  footer .contact-information .contact-info {
    margin-bottom: 0px; 
          text-align: center;

  }

  footer .rights {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    footer .rights .righrs1 {
      text-align: center; }
    footer .rights .rights2 p {
      text-align: center; }
    footer .rights footer .contact-information {
      margin-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    footer .rights div {
      margin: 5px 0; }

  .removemob {
    animation-name: none !important; }

  footer .footer-content h4 {
    margin: 20px 0; }

  .partners, .services, .test {
    padding: 20px 0; }

  .offers {
    padding: 20px 0 90px; }

  .test .sl-test .owl-nav {
    display: none; }

  .center-section-img {
    margin-top: 30px; }

  .center-section .center-section-img img {
    height: 260px; }

  .fixed-icon a.uptohead, .fixed-icon a.uptohead.fly-icon:after {
    width: 30px;
    height: 30px; }

  footer .bottom-footer .rights p {
    font-size: 15px;
    margin-top: 20px;
    text-align: center; }

  header .top-header {
    margin-bottom: 20px; }

  .about .about-content {
    padding: 0px; }

  .cometted .all-comm .cometted-img img {
    position: relative;
    width: 343px;
    height: 343px;
    left: 0;
    top: 0;
    transform: scale(0.9) !important;
    animation-name: rotatesoff; }

  .project h2 {
    margin-bottom: 50px; }

  .project {
    padding: 50px 0; 
     background-image:none; 
      
  }
  .cometted .all-comm .cometted-img{
          text-align: center;
  }

  .partner-item {
    width: 50%;
    padding: 0 20px; }

  .contact-section {
    margin: 50px 0; }

  .cometted-content {
    text-align: center; }

  .cometted {
    margin-top: 0; }

  .service {
    padding: 50px 0; }

  .service .row {
    padding-inline-end: 0; }

  .about:after {
    margin-bottom: -20px; }

  header .contact-header .header-contact-info .info-cont {
    display: none; }

  footer .bottom-footer .social-media a i {
    font-size: 18px;
    color: #ffffff;
    transition: linear .4s; }

  .orders {
    padding: 20px; }

  .news {
    padding-bottom: 100px; }

  .mini-cat-section, .media-center, .about {
    padding: 20px 0; }

  .about .about-content h2 span {
    font-size: 25px !important; }

  .partners h2 {
    font-size: 28px; }

  header .main-buttons {
    justify-content: space-between;
    margin-top: 0;
    padding: 10px; }

  .main-nav {
    padding: 0; }

  .about .about-img:after {
    display: none; }

  .fixed-icon a:first-of-type {
    margin-bottom: 10px; }

  .fixed-icon a {
    width: 30px;
    height: 30px; }
    .fixed-icon a.chat
    {
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNjAgNjAiPjxwYXRoIGQ9Ik03LjEwNCAxNC4wMzJsMTUuNTg2IDEuOTg0YzAgMC0wLjAxOSAwLjUgMCAwLjk1M2MwLjAyOSAwLjc1Ni0wLjI2IDEuNTM0LTAuODA5IDIuMSBsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDE2LjUgMTcuNCAxOS44IDE5LjhsMTYuODEzIDEuMTQxYzAgMCAwIDAuNCAwIDEuMSBjLTAuMDAyIDAuNDc5LTAuMTc2IDAuOTUzLTAuNTQ5IDEuMzI3bC02LjUwNCA2LjUwNWMwIDAtMTEuMjYxIDAuOTg4LTI1LjkyNS0xMy42NzRDNi4xMTcgMjUuMyA3LjEgMTQgNy4xIDE0IiBmaWxsPSIjMDA5ZDAwIi8+PHBhdGggZD0iTTcuMTA0IDEzLjAzMmw2LjUwNC02LjUwNWMwLjg5Ni0wLjg5NSAyLjMzNC0wLjY3OCAzLjEgMC4zNWw1LjU2MyA3LjggYzAuNzM4IDEgMC41IDIuNTMxLTAuMzYgMy40MjZsLTQuNzQgNC43NDJjMi4zNjEgMy4zIDUuMyA2LjkgOS4xIDEwLjY5OWMzLjg0MiAzLjggNy40IDYuNyAxMC43IDkuMSBsNC43NC00Ljc0MmMwLjg5Ny0wLjg5NSAyLjQ3MS0xLjAyNiAzLjQ5OC0wLjI4OWw3LjY0NiA1LjQ1NWMxLjAyNSAwLjcgMS4zIDIuMiAwLjQgMy4xMDVsLTYuNTA0IDYuNSBjMCAwLTExLjI2MiAwLjk4OC0yNS45MjUtMTMuNjc0QzYuMTE3IDI0LjMgNy4xIDEzIDcuMSAxMyIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==) center/20px 20px no-repeat #00bb00;
    }

  .fixed-icon a.uptohead.fly-icon:after {
    left: 15px;
    top: 15px; }

  header .logo {
    text-align: center; }

  .cu-input {
    width: 100% !important; }

  header {
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    position: relative; }

  header .ask-form {
    flex-direction: column; }

  header .ask-form a {
    margin-inline-end: 0;
    margin-bottom: 5px; }

  footer .contact-info .contact-info-item {
    margin: 10px 0; }

  footer .contact-info {
    align-items: start;
    flex-direction: column; } }
    
    
/* from 991 to 360 */
/* End Responsive */
.loade {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: repeat;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loade span {
    position: relative;
    width: 23px;
    height: 50px;
    margin: 4px; }
  .loade img {
    transform: rotate(0deg);
    animation-name: loadestop;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

@keyframes loade {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-30deg); }
  75% {
    transform: rotate(-20deg); }
  100% {
    transform: rotate(0deg); } }
#load {
  position: absolute;
  width: 600px;
  height: 36px;
  left: 50%;
  top: 40%;
  margin-left: -300px;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

#load div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Helvetica, Arial, sans-serif;
  animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #fff3dd; }

#load div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }

#load div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }

#load div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }

#load div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }

#load div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s; }

#load div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; } }
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

#container {
  position: relative;
  transform: scale(0.725); }

.divider {
  position: absolute;
  z-index: 2;
  top: 65px;
  left: 200px;
  width: 50px;
  height: 15px;
  background: #fff; }

.loading-text {
  position: relative;
  font-size: 3.75rem;
  font-weight: 300;
  margin: 0;
  white-space: nowrap; }
  .loading-text::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 40px;
    left: 115px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    animation: dotMove 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite; }
  .loading-text .letter {
    display: inline-block;
    position: relative;
    color: #000;
    letter-spacing: 8px; }
    .loading-text .letter:nth-child(1) {
      transform-origin: 100% 70%;
      transform: scale(1, 1.275); }
      .loading-text .letter:nth-child(1)::before {
        position: absolute;
        content: "";
        top: 22px;
        left: 0;
        width: 14px;
        height: 36px;
        background: #fff;
        transform-origin: 100% 0;
        animation: lineStretch 1800ms cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite; }
    .loading-text .letter:nth-child(5) {
      transform-origin: 100% 70%;
      animation: letterStretch 1800ms cubic-bezier(0.25, 0.23, 0.73, 0.75) infinite; }
      .loading-text .letter:nth-child(5)::before {
        position: absolute;
        content: "";
        top: 15px;
        left: 2px;
        width: 9px;
        height: 15px;
        background: #fff; }

@keyframes dotMove {
  0%,
    100% {
    transform: rotate(180deg) translate(-110px, -10px) rotate(-180deg); }
  50% {
    transform: rotate(0deg) translate(-111px, 10px) rotate(0deg); } }
@keyframes letterStretch {
  0%,
    100% {
    transform: scale(1, 0.35);
    transform-origin: 100% 75%; }
  8%,
    28% {
    transform: scale(1, 2.125);
    transform-origin: 100% 67%; }
  37% {
    transform: scale(1, 0.875);
    transform-origin: 100% 75%; }
  46% {
    transform: scale(1, 1.03);
    transform-origin: 100% 75%; }
  50%,
    97% {
    transform: scale(1);
    transform-origin: 100% 75%; } }
@keyframes lineStretch {
  0%,
    45%,
    70%,
    100% {
    transform: scaleY(0.125); }
  49% {
    transform: scaleY(0.75); }
  50% {
    transform: scaleY(0.875); }
  53% {
    transform: scaleY(0.5); }
  60% {
    transform: scaleY(0); }
  68% {
    transform: scaleY(0.18); } }
@media (min-width: 48rem) {
  #container {
    transform: scale(0.725rem); } }
@media (min-width: 62rem) {
  #container {
    transform: scale(0.85); } }
.loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:#fff;
  left: 0;
  top: 0; }

.loader p {
  color: white; }

.loader-icone {
  font-size: 4em;
  margin-bottom: 50px;
  color: #99E2D0;
  animation: rotate 2000ms infinite; }

.loader-ellipses {
  display: flex;
  width: 100px;
  justify-content: space-between; }

.loader-ellipses span {
  background-color: #563e12;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  opacity: 0;
  animation: loader-grow 2000ms infinite alternate; }

.loader-ellipses span:nth-child(2) {
  animation-delay: 400ms; }

.loader-ellipses span:nth-child(3) {
  animation-delay: 800ms; }

@keyframes loader-grow {
  to {
    transform: scale(1.2);
    background-color: #563e12;
    opacity: 100%; } }
@keyframes rotate {
  to {
    transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */
