@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 {
    color: #fff;
    border: 0;
    padding: 18px;
    background: #7c1f13; }
  .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: #7c0612;
  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: 0px 0;
    margin-inline-start: 50px; }

  .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: 5px; }
      .nav-list > .link:last-of-type {
        margin-inline-end: 0px; }
      .nav-list > .link > a {
        display: block;
        color: #000;
        position: relative;
        font-family: 'RB-BOLD';
        background: transparent;
        padding: 10px 20px;
        border-radius: 0;
        font-size: 14px;
        margin: 0;
        transition: ease-in-out  .4s; }

  .nav-list > .link:hover a, .nav-list > .link.active a {
    color: #fff;
    background-color: #7c0612;
    transition: linear .4s; }
  .nav-list > .link:hover a {
    transition: linear 0.4s;
    color: #fff;
    background-color: #7c0612; }
  .nav-list > .link.active a {
    transition: linear .4s;
    color: #fff;
    background-color: #7c0612; }
  .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: #000; }

  .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 !important;
        background: transparent !important;
        text-align: center; }
        .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, .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; }

  .nav-btn {
    width: 40px;
    height: 40px;
    background: #7c1f13;
    border: 0;
    border-radius: 0;
    margin: 0 10px;
    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: #7c1f13;
      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, .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: 0px 0 30px; }
  header .new-sm {
    margin-inline-end: 15px; }
    header .new-sm i {
      font-size: 24px;
      margin-inline-end: 20px; }
    header .new-sm .fa-instagram {
      color: #006fcc; }
    header .new-sm .fa-youtube {
      color: #c0181d; }
    header .new-sm .fa-twitter {
      color: #55acef; }
    header .new-sm .fa-facebook-f {
      color: #45629e; }
  header .left-header {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%; }
  header.inside-header {
    padding: 30px 0 80px;
    /* background-image: url(../img/inside-header.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #edecec; }
  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: 40px;
      height: 40px;
      border-radius: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: linear .4s;
      background: #6d6e71;
      margin-inline-end: 10px;
      color: #fff;
      font-size: 14px;
      background-image: url("../img/search.png");
      background-position: center center;
      background-repeat: no-repeat; }
    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: #fff;
      font-size: 16px;
      transition: linear .4s;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #7c0612; }

.slider .main-slider {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); }
  .slider .main-slider:after {
    contentoff: " ";
    background-image: url("../img/afterslider.png");
    width: 148px;
    height: 186px;
    position: absolute;
    top: 0;
    left: 0;
    animation: slide 5s linear infinite;
    background-size: 100% 100%; }
  .slider .main-slider:before {
    contentoff: " ";
    background: url("../img/berofreslider.png");
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 368px;
    z-index: 1;
    animation: slide2 5s linear infinite;
    background-size: 100% 100%; }
  .slider .main-slider .item {
    position: relative;
    overflow: hidden; }
    .slider .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%); }
    .slider .main-slider .item:before {
      contentoff: " ";
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      position: absolute;
      pointer-events: none;
      background-color: rgba(0, 53, 118, 0.7);
      border-radius: 0 100px 100px 0; }
    .slider .main-slider .item img {
      width: 100%;
      height: 630px; }
    .slider .main-slider .item .on-img-slider {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      z-index: 1;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start; }
      .slider .main-slider .item .on-img-slider img {
        width: auto;
        height: auto;
        opacity: 1; }
      .slider .main-slider .item .on-img-slider .on-img-slider-new {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
      .slider .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; }
        .slider .main-slider .item .on-img-slider .logo img {
          max-width: 250px;
          max-height: 250px;
          width: auto;
          height: auto;
          opacity: 1; }
      .slider .main-slider .item .on-img-slider p {
        font-size: 69px;
        width: 100%;
        font-family: 'RB-BOLD';
        color: #000;
        margin-bottom: 50px; }
      .slider .main-slider .item .on-img-slider .main-button {
        width: 40px;
        height: 40px; }
  .slider .main-slider .owl-dots {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr; }
    .slider .main-slider .owl-dots .owl-dot {
      margin-bottom: 15px;
      display: block; }
      .slider .main-slider .owl-dots .owl-dot span {
        width: 30px;
        height: 10px;
        display: inline-block;
        position: relative;
        transition: linear .4s; }
        .slider .main-slider .owl-dots .owl-dot 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; }
        .slider .main-slider .owl-dots .owl-dot span:after {
          content: " ";
          border-radius: 0px;
          width: 0%;
          height: 100%;
          top: 0;
          right: 0;
          background-color: #1b3f73;
          transition: linear .4s;
          position: absolute;
          visibility: hidden; }
      .slider .main-slider .owl-dots .owl-dot button {
        width: 5px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #6d6e71;
        border: 0px solid #d1d1d1;
        font-size: 0px; }
      .slider .main-slider .owl-dots .owl-dot.active button {
        background-color: #7c0612;
        transition: linear .4s; }
        .slider .main-slider .owl-dots .owl-dot.active button:after {
          width: 100%;
          left: 0;
          z-index: 3;
          transition: linear .4s;
          visibility: visible; }
  .slider .main-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 30px;
    flex-direction: column; }
    .slider .main-slider .owl-nav button:first-of-type {
      margin-bottom: 10px; }
    .slider .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; }
      .slider .main-slider .owl-nav button i:hover {
        background: #073831;
        transition: linear .4s; }

@keyframes slide {
  0% {
    width: 148px;
    height: 168px; }
  30% {
    width: 170px;
    height: 190px; }
  60% {
    width: 160px;
    height: 180px; }
  100% {
    width: 148px;
    height: 168px; } }
@keyframes slide2 {
  0% {
    height: 368px; }
  30% {
    height: 390px; }
  60% {
    height: 380px; }
  100% {
    height: 368px; } }
.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: 48px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'RB-BOLD';
  color: #6d6e71; }
  .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: " ";
    background-image: url("../img/heading_icon.png");
    width: 104px;
    height: 104px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .main-header:before {
    contentoff: " ";
    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; } }
/*start partners*/
.partner {
  padding: 100px 0 40px; }
  .partner h2 {
    font-family: RB-Bold;
    font-size: 36px;
    color: #5462ff;
    margin-bottom: 50px; }
  .partner .partners-slider .owl-nav {
    position: absolute;
    top: -40%;
    left: 0px; }
    .partner .partners-slider .owl-nav .owl-prev, .partner .partners-slider .owl-nav .owl-next {
      display: inline-block;
      margin: 0 5px;
      color: #7882a4;
      transition: linear .4s;
      font-size: 14px;
      width: 40px;
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      padding: 0;
      line-height: 40px;
      text-transform: capitalize;
      justify-content: center;
      border-radius: 0;
      margin-top: 0;
      background-color: transparent;
      border: 1px solid #7882a4;
      position: relative; }
      .partner .partners-slider .owl-nav .owl-prev:after, .partner .partners-slider .owl-nav .owl-next:after {
        content: " ";
        position: absolute;
        right: 0;
        top: -1px;
        width: 0px;
        height: calc(100% + 2px);
        background-color: #fc0054;
        z-index: -1;
        transition: linear .4s; }
      .partner .partners-slider .owl-nav .owl-prev:hover, .partner .partners-slider .owl-nav .owl-next:hover {
        color: #FFFFFF;
        border-color: #fc0054;
        transition: linear .4s .2s; }
        .partner .partners-slider .owl-nav .owl-prev:hover:after, .partner .partners-slider .owl-nav .owl-next:hover:after {
          width: 100%;
          transition: linear .4s; }
      .partner .partners-slider .owl-nav .owl-prev i, .partner .partners-slider .owl-nav .owl-next i {
        font-size: 14px; }

.item-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 200px;
  margin: 15px 10px;
  transition: linear .4s; }
  .item-partner img {
    width: auto !important;
    height: auto; }
  .item-partner:hover {
    transition: linear .4s;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.13); }

/*end partners*/
.adss-new {
  padding-bottom: 60px; }
  .adss-new .partners-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px; }
  .adss-new .partners-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px; }
  .adss-new .partners-slider .owl-nav button i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    background-color: #c3974c;
    border-radius: 5px;
    line-height: 40px;
    transition: linear .4s; }
    .adss-new .partners-slider .owl-nav button i:hover {
      background-color: #243935;
      transition: linear .4s; }

.item-adss {
  position: relative;
  border: 1px solid #243935;
  transition: linear .4s;
  border-radius: 32px; }
  .item-adss img {
    width: 350px !important;
    height: 350px;
    border-radius: 30px; }
  .item-adss .on-adss-new {
    position: absolute;
    top: 70%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    align-items: center;
    background-color: #243935;
    border-radius: 0 0 30px 30px;
    transition: linear .4s; }
    .item-adss .on-adss-new h4 {
      margin: 0;
      font-family: RB-Bold;
      font-size: 18px;
      color: #fff; }
    .item-adss .on-adss-new a {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background-color: #c3974c;
      font-size: 16px;
      color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center; }
  .item-adss:hover {
    border-color: #c3974c;
    transition: linear .4s; }
    .item-adss:hover .on-adss-new {
      visibility: visible;
      opacity: 1;
      top: 77%;
      bottom: 0;
      transition: linear .4s; }

.adss-featured {
  background-image: url("../img/bg-fea.png");
  background-size: 100% 100%;
  padding: 50px 0 160px;
  position: relative; }
  .adss-featured:before {
    content: " ";
    background-image: url("../img/topf.png");
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 289px;
    display: block;
    background-size: 100% 100%; }
  .adss-featured:after {
    content: " ";
    background-image: url("../img/bottomf.png");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 270px;
    display: block;
    background-size: 100% 100%; }
  .adss-featured .main-header {
    margin-bottom: 120px; }
  .adss-featured .featured-slider .item-adss-featured {
    border-radius: 40px; }
    .adss-featured .featured-slider .item-adss-featured a {
      border-radius: 40px; }
  .adss-featured .featured-slider img {
    width: 100%;
    height: 400px;
    border-radius: 40px; }
  .adss-featured .featured-slider .owl-dots {
    margin-top: 30px;
    text-align: center; }
    .adss-featured .featured-slider .owl-dots .owl-dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #233935;
      margin-inline-end: 15px;
      transition: linear .4s; }
      .adss-featured .featured-slider .owl-dots .owl-dot:last-of-type {
        margin-inline-end: 0px; }
      .adss-featured .featured-slider .owl-dots .owl-dot.active {
        width: 40px;
        border-radius: 35px;
        transition: linear .4s;
        background-color: #c3974c; }

.service-new {
  margin-top: -70px; }
  .service-new .more-ser {
    margin-top: 40px;
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: #233935;
    border: 1px solid #99a3a1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: linear .4s; }
    .service-new .more-ser:hover {
      background-color: #233935;
      border-color: #233935;
      color: #FFFFFF;
      transition: linear .4s; }

.new-service-item-new {
  background-image: url(../img/bg-item-ser.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 0 80px;
  text-align: center; }
  .new-service-item-new img {
    transition: linear 0.4s; }
  .new-service-item-new h5 {
    margin: 15px 0 0 0;
    font-size: 24px;
    font-family: RB-Bold;
    color: #fff;
    transition: linear .4s .4s; }
  .new-service-item-new:hover h5 {
    color: #c3974c;
    transition: linear .4s; }
  .new-service-item-new:hover img {
    filter: invert(30%) sepia(15%) saturate(1466%) hue-rotate(359deg) brightness(87%) contrast(82%);
    transform: rotate3d(1, 6, 1, 360deg) scale(1.1);
    transition: linear .4s .4s; }

.adss-important {
  padding: 60px 0 0 0;
  background-image: url("../img/bgimp.png");
  background-size: 100% 100%;
  position: relative; }
  .adss-important:before {
    content: " ";
    background-image: url("../img/topim.png");
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 264px;
    display: block;
    background-size: 100% 100%; }
  .adss-important:after {
    content: " ";
    background-image: url("../img/bottomimo.png");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 303px;
    display: block;
    background-size: 100% 100%; }
  .adss-important .main-header {
    margin-bottom: 140px; }
  .adss-important .numbers-cities {
    margin-top: 85px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c3974c;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between; }
    .adss-important .numbers-cities .number-item {
      text-align: center; }
      .adss-important .numbers-cities .number-item h4 {
        font-family: RB-Bold;
        font-size: 24px;
        color: #c3974c;
        margin-bottom: 15px; }
        .adss-important .numbers-cities .number-item h4 span {
          font-family: RB-Bold;
          font-size: 24px;
          color: #c3974c; }
      .adss-important .numbers-cities .number-item span {
        font-family: RB-Bold;
        font-size: 24px;
        color: #243935; }

.item-adss-impo {
  position: relative; }
  .item-adss-impo img {
    width: 100%;
    height: 250px;
    border-radius: 10px; }
  .item-adss-impo .on-adss-important {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background-color: rgba(36, 57, 53, 0.8);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: linear .4s .2s; }
    .item-adss-impo .on-adss-important h4 {
      margin: 0;
      font-family: RB-Bold;
      font-size: 18px;
      color: #fff; }
    .item-adss-impo .on-adss-important a {
      width: 35px;
      height: 35px;
      border-radius: 5px;
      background-color: #c3974c;
      font-size: 16px;
      color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center; }
  .item-adss-impo:hover .on-adss-important {
    opacity: 1;
    visibility: visible;
    transition: linear .4s; }

.item-services-inside {
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 30px; }
  .item-services-inside img {
    width: 150px;
    height: 150px;
    border-radius: 5px; }
  .item-services-inside .item-services-inside-left .top-side-ser {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .item-services-inside .item-services-inside-left .top-side-ser h4 {
      margin: 0;
      font-size: 24px;
      font-family: 'RB-Bold';
      color: #223935; }
    .item-services-inside .item-services-inside-left .top-side-ser a {
      width: 100px;
      height: 40px;
      border-radius: 5px;
      background-color: #c3974c;
      font-size: 16px;
      color: #FFFFFF;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      line-height: 40px;
      transition: linear .4s; }
      .item-services-inside .item-services-inside-left .top-side-ser a:hover {
        background-color: #223935;
        transition: linear .4s; }
  .item-services-inside .item-services-inside-left .bottom-side-ser p {
    margin: 10px 0 0 0;
    text-align: justify;
    line-height: 28px;
    color: #777; }

.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;
  width: 150px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 40px;
  text-transform: capitalize;
  justify-content: space-around;
  border-radius: 0;
  margin-top: 0;
  background-color: #6d6e71;
  border: 0px solid #6d6e71;
  position: relative; }
  .main-button:after {
    contentoff: " ";
    position: absolute;
    right: 0;
    top: -1px;
    width: 10px;
    height: calc(100% + 2px);
    background-color: #fc0054;
    z-index: -1;
    transition: linear .4s; }
  .main-button:hover {
    color: #FFFFFF;
    background-color: #7c0612;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
    transition: linear .4s; }
    .main-button:hover:after {
      width: 100%;
      transition: linear .4s; }
  .main-button i {
    font-size: 20px; }

.top-slider-header {
  padding: 30px 0 55px;
  background-color: #edecec; }

.top-slider-header-inside {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 63% top;
  background-size: unset; }

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

.social-header {
  text-align: end;
  position: relative;
  z-index: 1;
  margin-bottom: 75px; }
  .social-header a {
    margin-inline-end: 15px; }
    .social-header a.whats {
      background-image: url("../img/whats.png");
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background-position: center center; }
      .social-header a.whats i {
        background-color: transparent !important;
        color: transparent; }
    .social-header a:last-of-type {
      margin-inline-end: 0px; }
    .social-header a i {
      width: 40px;
      height: 40px;
      background: #c3974c;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #fff;
      border-radius: 5px;
      transition: linear .4s; }
      .social-header a i:hover {
        background-color: #243935;
        transition: linear .4s; }

.about {
  position: relative;
  padding: 70px  0 80px;
  background-image: url("../img/about.png");
  background-position: bottom;
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat; }
  .about:after {
    contentoff: " ";
    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: 36px;
    font-family: RB-Bold;
    color: #5462ff;
    margin-bottom: 20px;
    text-align: start;
    position: relative;
    z-index: 1; }
  .about .about-content h3 {
    font-size: 20px;
    font-family: RB-Bold;
    margin-bottom: 15px;
    text-align: start;
    color: #000; }
  .about .about-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 27px;
    color: #838383;
    margin-bottom: 30px; }
  .about .about-img {
    position: relative;
    text-align: center;
    display: flex;
    height: 100%; }
    .about .about-img .vision2030 {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: auto;
      height: auto;
      max-width: 190px;
      max-height: 120px; }
    .about .about-img img {
      width: 100%;
      height: 100%;
      position: relative; }
    .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/afterimage.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;
        z-index: 2; }
  .about .row:hover .about-img:before {
    width: 100%;
    transition: linear .4s; }
  .about .goals_vision {
    padding-top: 70px; }
    .about .goals_vision .col-lg-6:last-of-type .goals_vision-item:after {
      display: none !important; }
    .about .goals_vision .goals_vision-item {
      display: flex; }
      .about .goals_vision .goals_vision-item:after {
        content: " ";
        width: 1px;
        height: 200px;
        background-color: #caf0f8;
        position: absolute;
        top: -15px;
        left: 25px; }
      .about .goals_vision .goals_vision-item .goals_vision-icon {
        margin-inline-end: 15px;
        width: 80px;
        height: 90px;
        background-color: #caf0f8;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0 10px 0 10px; }
        .about .goals_vision .goals_vision-item .goals_vision-icon img {
          max-width: 55px;
          max-height: 55px; }
      .about .goals_vision .goals_vision-item .goals_vision-content {
        width: calc(100% - 150px); }
        .about .goals_vision .goals_vision-item .goals_vision-content h4 {
          font-family: RB-Bold;
          font-size: 24px;
          color: #000000;
          margin-bottom: 15px; }
        .about .goals_vision .goals_vision-item .goals_vision-content p {
          font-size: 14px;
          color: #929292;
          margin-bottom: 0;
          text-align: justify;
          line-height: 27px; }
  .about .our_number {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin-top: 50px; }
    .about .our_number .number-item {
      display: flex;
      align-items: center;
      margin-inline-end: 40px; }
      .about .our_number .number-item:last-of-type {
        margin-inline-end: 0px; }
      .about .our_number .number-item img {
        max-width: 80px;
        max-height: 80px;
        margin-inline-end: 15px; }
      .about .our_number .number-item h4 {
        font-family: RB-Bold;
        font-size: 50px;
        color: #7c0612;
        margin-bottom: 0px; }
      .about .our_number .number-item span {
        font-family: RB-Bold;
        font-size: 18px;
        color: #000; }
  .about .left-about .row .col-lg-6:nth-child(2n+2) .us-content {
    background-color: #e8e5de; }

.us-content {
  padding: 50px 0 35px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f8fb; }
  .us-content h5 {
    font-family: RB-Bold;
    font-size: 20px;
    color: #7c0612;
    margin-bottom: 20px; }
  .us-content p {
    color: #838383;
    font-size: 16px;
    margin: 0 0 5px 0; }
    .us-content p:last-of-type {
      margin: 0; }

.us-content {
  padding: 50px 0 35px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4f8fb; }
  .us-content h5 {
    font-family: RB-Bold;
    font-size: 20px;
    color: #7c0612;
    margin-bottom: 20px; }
  .us-content p {
    color: #838383;
    font-size: 16px;
    margin: 0 0 5px 0; }
    .us-content p:last-of-type {
      margin: 0; }

.works-sides {
  background-color: #ebeaea;
  padding: 30px 0 20px;
  background-image: url("../img/bg-works.png");
  background-position: right bottom;
  background-repeat: no-repeat; }
  .works-sides .main-header {
    justify-content: start; }
    .works-sides .main-header .special-word-mh {
      color: #7c0612;
      margin-inline-end: 10px; }

.works-item {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .works-item img {
    width: 100%;
    height: 200px;
    transition: linear .4s; }
  .works-item a {
    font-family: RB-Bold;
    font-size: 20px;
    width: 70%;
    height: 50px;
    margin-top: -25px; }
  .works-item:hover img {
    transition: linear .4s;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.33); }
  .works-item:hover a {
    transition: linear .4s;
    background-color: #7c0612;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4); }

.single-pages .works-item img {
  height: 250px; }

.projects-new {
  padding: 70px 0; }

.proj-item {
  position: relative;
  transition: linear .4s; }
  .proj-item img {
    width: 100%;
    height: 350px; }
  .proj-item a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-pro.png");
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'RB-BOLD';
    transition: linear .4s; }
  .proj-item:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.33);
    transition: linear .4s .2s; }
    .proj-item:hover a {
      background-image: url("../img/bg-pro-hover.png");
      transition: linear .4s; }

.gallery-image {
  padding-top: 70px;
  background-color: #e8e5de; }

.gallery-item {
  position: relative;
  overflow: hidden; }
  .gallery-item:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(109, 110, 113, 0.7);
    opacity: 0;
    transition: linear .2s; }
  .gallery-item img {
    width: 100%;
    height: 465px;
    transition: linear .4s; }
  .gallery-item a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    border-bottom: 0;
    font-family: 'RB-BOLD';
    font-size: 24px;
    color: #fff;
    width: 70%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: linear .4s; }
  .gallery-item:hover:after {
    opacity: 1;
    transition: linear .2s; }
  .gallery-item:hover img {
    transform: scale(1.1);
    transition: linear .4s .1s; }
  .gallery-item:hover a {
    border: 5px solid #7c0612;
    border-bottom: 0;
    color: #7c0612;
    transition: linear .4s .2s; }

.contact-info-notfooter {
  padding-top: 70px; }
  .contact-info-notfooter .main-header {
    margin-bottom: 80px; }
  .contact-info-notfooter .wpcf7 {
    padding: 20px 25px 50px;
    border: 5px solid #7c0612;
    border-bottom: 0; }

.numbers {
  margin-top: -112px; }
  .numbers .numbers-section {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 40px 60px;
    background: #243935;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    text-align: center; }
    .numbers .numbers-section .number-item {
      position: relative;
      display: flex;
      align-items: center; }
      .numbers .numbers-section .number-item:after {
        content: " ";
        width: 1px;
        height: 60px;
        background-color: #b68b25;
        display: flex;
        position: absolute;
        left: -50px; }
      .numbers .numbers-section .number-item:last-of-type:after {
        display: none; }
      .numbers .numbers-section .number-item h4 {
        font-family: RB-Bold;
        font-size: 50px;
        margin-bottom: 15px;
        background: linear-gradient(150deg, #92704b 33%, #eacb9c 64%);
        background-size: 100%;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent; }
      .numbers .numbers-section .number-item span {
        font-family: RB-Bold;
        font-size: 18px;
        color: #FFFFFF;
        margin: 0; }

@keyframes rotatez {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg); }
  25% {
    transform: translateX(-50%) translateY(-50%) rotateZ(20deg); }
  50% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg); }
  75% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-20deg); }
  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg); } }
.new-service-section {
  padding: 150px 0 50px;
  background-image: url("../img/bg-ser.png");
  background-size: 100% 100%; }
  .new-service-section .main-item-ser {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center; }
    .new-service-section .main-item-ser:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #000000; }
    .new-service-section .main-item-ser img {
      width: 100%;
      height: 250px;
      opacity: .2;
      position: relative;
      z-index: 1; }
    .new-service-section .main-item-ser .on-main-item {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 2;
      text-align: center;
      width: 100%;
      padding: 0 55px; }
      .new-service-section .main-item-ser .on-main-item h4 {
        font-family: RB-Bold;
        font-size: 36px;
        color: #5462ff;
        margin-bottom: 20px; }
      .new-service-section .main-item-ser .on-main-item p {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 27px; }

.new-item-ser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  transition: linear .4s; }
  .new-item-ser .top-side-ser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .new-item-ser .top-side-ser .icon-ser-new {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      background-color: #e8ebf0;
      border-radius: 50%;
      transition: linear .4s; }
      .new-item-ser .top-side-ser .icon-ser-new img {
        max-width: 50px;
        max-height: 50px;
        transition: linear .4s; }
    .new-item-ser .top-side-ser .main-button {
      width: 40px;
      min-height: 40px;
      margin-top: -100%;
      transition: linear .4s; }
      .new-item-ser .top-side-ser .main-button i {
        font-size: 24px;
        position: relative;
        z-index: 1; }
      .new-item-ser .top-side-ser .main-button:after {
        width: 0;
        z-index: 0; }
      .new-item-ser .top-side-ser .main-button:hover:after {
        width: 100%; }
  .new-item-ser .new-ser-item h4 {
    font-size: 20px;
    color: #5462ff;
    font-family: RB-Bold;
    margin-bottom: 10px;
    transition: linear .4s; }
  .new-item-ser .new-ser-item p {
    font-size: 14px;
    color: #8e8e8e;
    text-align: justify;
    margin: 0; }
  .new-item-ser:hover {
    background-color: #f4f7ff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
    transition: linear .4s; }
    .new-item-ser:hover .top-side-ser .icon-ser-new {
      background-color: #cdd4e6;
      transition: linear .4s; }
      .new-item-ser:hover .top-side-ser .icon-ser-new img {
        filter: invert(23%) sepia(99%) saturate(7480%) hue-rotate(334deg) brightness(96%) contrast(107%);
        transform: rotate3d(1, 2, 0, 360deg);
        transition: linear .4s; }
    .new-item-ser:hover .top-side-ser .main-button {
      margin-top: 0%;
      transition: linear .4s; }
    .new-item-ser:hover .new-ser-item h4 {
      color: #fc0054;
      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; }
    .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; }

@keyframes rotates {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.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-thumb-item img {
  width: 70px;
  height: 70px;
  border-radius: 0;
  margin: 5px; }

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

.service {
  padding: 170px 0 130px;
  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: 170px 0 390px;
  background-image: url("../img/bg-works.png");
  background-size: 100% 100%; }
  .project h2 {
    font-family: RB-Bold;
    font-size: 58px;
    color: #b08b3c;
    margin-bottom: 160px; }

.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 0.4s; }
    .sl-test .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;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(176, 139, 60, 0.5);
    opacity: 0;
    transition: linear .4s .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 {
    opacity: 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: #1c4943;
  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 {
  background: #073831;
  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-next i:hover {
    background: #073831;
    transition: linear .4s; }
.test .sl-test .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px; }

.history-section {
  position: relative; }
  .history-section img {
    width: 100%;
    height: 655px;
    opacity: .4;
    position: relative;
    z-index: 1;
    border-radius: 95px 0 0 95px; }
  .history-section:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #181824;
    width: 100%;
    height: 100%;
    border-radius: 95px 0 0 95px; }
  .history-section .on-img-his {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1; }
    .history-section .on-img-his img {
      width: auto;
      height: auto;
      opacity: 1;
      border-radius: 0;
      max-width: 905px;
      max-height: 557px; }

.project-slider-slick {
  padding: 100px 0 0 0;
  background-image: url("../img/bg-proj.png");
  background-repeat: no-repeat;
  background-position: left top; }
  .project-slider-slick .buttons-section {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .project-slider-slick .buttons-section h4 {
      font-family: RB-Bold;
      font-size: 36px;
      color: #000;
      margin: 0; }
  .project-slider-slick .project-slick {
    padding-inline-start: 150px;
    margin-top: 50px; }
    .project-slider-slick .project-slick .slick-list .slick-slide {
      margin-inline-start: -90px; }
      .project-slider-slick .project-slick .slick-list .slick-slide > div {
        padding: 15px 60px; }

.project-item-slick-new .image-slick-project {
  box-shadow: 0 1px 15px rgba(7, 8, 8, 0.11);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-color: #FFFFFF;
  margin-bottom: 20px; }
.project-item-slick-new .content-slick-project {
  display: flex;
  justify-content: space-between; }
  .project-item-slick-new .content-slick-project .tit-pro h4 {
    font-family: 'RB-Bold';
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    transition: linear .4s; }
  .project-item-slick-new .content-slick-project .tit-pro span {
    font-size: 24px;
    color: #bcbcbc;
    transition: linear .4s; }
  .project-item-slick-new .content-slick-project a {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .project-item-slick-new .content-slick-project a i {
      font-size: 18px; }
.project-item-slick-new:hover .content-slick-project .tit-pro h4 {
  color: #03045e;
  transition: linear .4s; }
.project-item-slick-new:hover .content-slick-project .tit-pro span {
  color: #03045e;
  transition: linear .4s; }

.compaines-section {
  padding: 174px 0 50px 0;
  background-image: url("../img/bg-compaany.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  margin-top: -20px; }
  .compaines-section .title-company {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
    .compaines-section .title-company:before {
      content: " ";
      background-image: url("../img/s-bg.png");
      width: 245px;
      height: 330px;
      position: absolute;
      right: -35px;
      z-index: -1; }
    .compaines-section .title-company h2 {
      font-family: 'RB-Bold';
      font-size: 48px;
      text-align: center;
      color: #000;
      background: #caf0f8;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 90px 50px;
      width: 90%;
      border-radius: 55px 0 0 55px; }

.company-image img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 3px solid transparent;
  transition: linear .4s; }
.company-image:hover img {
  transition: linear .4s;
  border-color: #00b4d8; }

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

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

@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: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #1b3f73;
    margin-bottom: 10px;
    color: #fff;
    line-height: 40px;
    background-color: #6d6e71;
    border-radius: 0;
    transition: linear .4s;
    font-size: 16px; }
    .fixed-icon a.uptohead {
      background-image: url("../img/arrow.png");
      background-color: #7c0612 !important;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      background-size: auto; }
      .fixed-icon a.uptohead.fly-icon {
        position: relative;
        opacity: 1;
        visibility: visible;
        transition: linear .5s;
        border-radius: 0; }
      .fixed-icon a.uptohead:hover {
        background-color: #7c0612;
        color: #FFFFFF;
        transition: linear .4s; }
    .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; }
      .fixed-icon a.whats i {
        color: #fff;
        font-size: 35px; }
    .fixed-icon a:hover {
      background-color: #7c0612;
      color: #FFFFFF;
      transition: linear .4s; }

.testmentional {
  padding: 35px 0 70px;
  background-image: url("../img/bg-test.png");
  background-size: 100% 100%; }
  .testmentional h2 {
    text-align: center;
    font-family: RB-Bold;
    font-size: 36px;
    color: #fd0054;
    margin-bottom: 50px; }
  .testmentional .testmetioal-item {
    background-color: #fff;
    padding: 45px 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    transition: linear .4s; }
    .testmentional .testmetioal-item p {
      font-size: 14px;
      color: #8e8e8e;
      text-align: justify;
      line-height: 27px;
      margin-bottom: 25px; }
    .testmentional .testmetioal-item .testmetioal-content {
      display: flex;
      align-items: center; }
      .testmentional .testmetioal-item .testmetioal-content img {
        max-width: 65px;
        max-height: 65px;
        border-radius: 50%;
        margin-inline-end: 10px; }
      .testmentional .testmetioal-item .testmetioal-content .test-info h4 {
        font-family: 'RB-BOLD';
        color: #5462ff;
        font-size: 22px;
        margin-bottom: 10px;
        transition: linear .4s; }
      .testmentional .testmetioal-item .testmetioal-content .test-info span {
        font-size: 14px;
        color: #7882a4; }
    .testmentional .testmetioal-item:hover {
      border: 1px solid #5463ff;
      transition: linear .4s; }
      .testmentional .testmetioal-item:hover .test-info h4 {
        color: #fb3270;
        transition: linear .4s; }
    .testmentional .testmetioal-item:after {
      content: " ";
      background-image: url("../img/aftertest.png");
      width: 28px;
      height: 20px;
      position: absolute;
      left: 30px;
      bottom: 30px; }

/*start contact*/
.contact {
  padding: 70px 0; }
  .contact h2 {
    text-align: start;
    font-size: 36px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: 'RB-BOLD';
    color: #5462ff; }
  .contact iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px; }
  .contact .in-contact {
    display: flex;
    flex-direction: column;
    background-image: url("../img/bg-con.png");
    background-size: 100% 100%;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin-right: -90px;
    padding: 50px; }
    .contact .in-contact:after {
      content: '';
      position: absolute;
      top: 29px;
      right: 36px;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 10px;
      border: 5px solid #fd0054; }
    .contact .in-contact .out-cont {
      display: flex;
      margin-bottom: 50px; }
      .contact .in-contact .out-cont i {
        font-size: 65px;
        margin: 0 15px;
        color: #fd0054; }
      .contact .in-contact .out-cont .fa-phone-volume {
        transform: rotate(-30deg); }
      .contact .in-contact .out-cont p {
        font-size: 16px;
        color: #fd0054;
        margin-bottom: 15px; }
      .contact .in-contact .out-cont a {
        font-size: 16px;
        color: #000; }
    .contact .in-contact .out-cont:last-of-type {
      margin-bottom: 0; }

/*end contact*/
/*start footer*/
footer {
  padding: 50px 0 60px;
  background-image: url("../img/bg-footer.png");
  background-size: 100% 100%; }
  footer .top-foot {
    padding: 0px 0 30px;
    border-bottom: 1px solid #7c0612; }
    footer .top-foot .logo-footer {
      text-align: center;
      margin-bottom: 40px; }
    footer .top-foot .contact-information .contact-info {
      display: flex;
      align-items: center; }
      footer .top-foot .contact-information .contact-info i {
        width: 40px;
        height: 40px;
        border: 1px solid #7c0612;
        color: #7c0612;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        margin-inline-end: 10px; }
      footer .top-foot .contact-information .contact-info a {
        font-size: 14px;
        color: #6d6e71; }
        footer .top-foot .contact-information .contact-info a span {
          display: inline-block;
          direction: ltr; }
    footer .top-foot .contact-information .all-numbers a:after {
      content: "-"; }
    footer .top-foot .contact-information .all-numbers a:last-of-type:after {
      display: none; }
    footer .top-foot h2 {
      font-size: 24px;
      color: #fd0054;
      margin-bottom: 30px;
      font-weight: bold; }
    footer .top-foot ul li {
      width: 24%;
      display: inline-block;
      list-style: none;
      color: #FFF; }
      footer .top-foot ul li:before {
        content: "\f100";
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
        margin-inline-end: 5px; }
      footer .top-foot ul li a {
        color: #FFF;
        margin-bottom: 20px;
        display: inline-block; }
        footer .top-foot ul li a:hover {
          color: #FFF; }
    footer .top-foot .end-top {
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 10px; }
      footer .top-foot .end-top input[type=email] {
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 15px 20px;
        background-color: #FFF;
        margin-bottom: 0px;
        border: 0; }
      footer .top-foot .end-top input[type=submit] {
        color: #ffffff;
        transition: linear .4s;
        font-size: 14px;
        width: 150px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        padding: 0;
        line-height: 40px;
        text-transform: capitalize;
        justify-content: center;
        border-radius: 0;
        margin-top: 0;
        background: #f24a54 !important;
        border: 1px solid #f24a54 !important;
        position: relative; }
  footer .bot-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 0; }
    footer .bot-foot .r-foot p {
      color: #000;
      font-size: 16px;
      margin-bottom: 0; }
      footer .bot-foot .r-foot p a {
        color: #7c0612; }
    footer .bot-foot .social a i {
      font-size: 24px;
      margin-inline-end: 20px; }
    footer .bot-foot .social a .fa-instagram {
      color: #006fcc; }
    footer .bot-foot .social a .fa-youtube {
      color: #c0181d; }
    footer .bot-foot .social a .fa-twitter {
      color: #55acef; }
    footer .bot-foot .social a .fa-facebook-f {
      color: #45629e; }

.emaillist .es_subscription_form label {
  width: 100%; }

/*end footer*/
.breadcrumb-area {
  padding: 0px 0 15px;
  margin-bottom: 50px;
  color: #7c1f13;
  font-family: 'RB-Bold';
  background: transparent;
  margin-top: -50px;
  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;
  padding-top: 0 !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, 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 {
    background-color: #fff;
    padding: 0 5px;
    margin: 0 20px;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0px;
    font-size: 14px;
    color: #acacac;
    transition: all .5s ease-in-out; }

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

.form-control {
  border-radius: 0;
  background-color: #FFFFFF;
  border: 1px solid #d7d7d7;
  color: #d7d7d7;
  height: 50px; }

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

textarea.form-control {
  height: 190px;
  resize: none;
  border-radius: 0; }

.newtxtarea textarea {
  height: 215px; }

label.txtarelabel {
  top: 15px; }

.focus-visible label {
  top: -10px;
  right: 0;
  color: #7c1f13; }
.focus-visible .form-control {
  border-color: #7c1f13;
  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;
  text-align: center;
  min-height: 40px;
  display: table;
  align-items: center;
  padding: 0;
  line-height: 40px;
  text-transform: capitalize;
  justify-content: center;
  border-radius: 0;
  margin-top: 20px;
  border: 0px solid #f24a54 !important;
  background-color: #6d6e71;
  /* 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; */
  margin: 20px auto 0;
  transition: linear .4s; }
  input[type=submit]:hover {
    background-color: #7c0612;
    transition: linear .4s; }

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

/* Start Responsive */
/* from 992 to 1280 */
/* from 992 to 1280 */
/* from 991 to 360 */
@media (max-width: 991px) {
  footer {
    padding: 30px 0; }

  footer .top-foot .contact-information .contact-info {
    margin-bottom: 10px; }

  .breadcrumb-area {
    margin-top: -70px;
    font-size: 13px; }

  .proj-item a {
    font-size: 15px; }

  .top-slider-header {
    padding: 0 0 20px; }

  .about .our_number {
    padding: 30px 20px;
    margin-top: 30px; }

  .about .our_number .number-item img {
    max-width: 40px;
    max-height: 480px; }

  .about .our_number .number-item h4 {
    font-size: 20px; }

  .about .our_number .number-item span {
    font-size: 14px; }

  .new-service-section {
    padding: 30px 0;
    background-image: url("../img/bg-ser.png");
    background-size: cover; }

  .partner, .contact {
    padding: 30px 0; }

  .contact iframe {
    height: 300px; }

  .contact .in-contact {
    margin-right: 0;
    padding: 10px; }

  .contact .in-contact .out-cont {
    margin-bottom: 30px; }

  .contact .in-contact:after {
    display: none; }

  .contact, footer .top-foot, .testmentional {
    padding: 30px 0; }

  footer .top-foot ul li {
    width: 49%; }

  .item-partner {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.13); }

  footer .bot-foot {
    padding: 10px 0;
    flex-direction: column;
    text-align: center; }

  .r-foot {
    margin-bottom: 20px; }

  header .new-sm {
    margin: 0 5px; }

  header .new-sm i {
    margin-inline-end: 10px; }

  header .left-header {
    justify-content: center; }

  .compaines-section {
    padding: 50px 0;
    margin-top: 0; }

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

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

  .products-slider button {
    display: none !important; }

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

  .main-button {
    font-size: 13px;
    width: 100px;
    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 {
    top: 68%;
    left: 10px; }
    .main-slider .owl-nav button i {
      font-size: 12px;
      width: 30px;
      height: 30px; }

  .o2 {
    order: 2; }

  .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: 350px; }

  .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: 300px !important; }
  .main-slider .item .on-img-slider .logo {
    width: 200px;
    height: 200px; }
    .main-slider .item .on-img-slider .logo img {
      width: 70%; }
  .main-slider .owl-dots button span {
    width: 20px; }

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

  .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: 0;
    justify-content: center; }

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

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

  .adss-featured:before {
    top: -1px;
    height: 100px; }

  .adss-featured {
    padding: 22px 0 80px; }

  .adss-featured:after {
    bottom: -1px;
    height: 100px; }

  .adss-important {
    padding: 30px 0 0 0;
    margin-top: 32px; }

  .adss-important:before {
    height: 100px;
    top: -1px; }

  .history-section img {
    height: auto !important;
    max-width: 100% !important; }

  .project-slider-slick {
    padding-top: 50px; }

  .about .goals_vision .goals_vision-item:after {
    display: none; }

  .about .goals_vision .goals_vision-item .goals_vision-content {
    width: calc(100% - 80px); }

  .about .goals_vision .goals_vision-item {
    display: flex;
    margin-bottom: 50px; }

  .about .about-img .vision2030 {
    width: 30%; }

  .slider {
    padding-inline-start: 0; }

  .slider .main-slider .item .on-img-slider p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px; }

  .adss-important .numbers-cities .number-item span {
    color: #c3974c;
    font-size: 14px; }

  .adss-important .numbers-cities .number-item h4 {
    margin-bottom: 0; }

  .adss-important .numbers-cities .number-item h4 span {
    font-size: 14px; }

  .adss-important .numbers-cities .number-item {
    text-align: center;
    width: 32.3%;
    display: inline-block;
    margin-bottom: 10px; }

  .adss-important .numbers-cities {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #c3974c;
    display: block;
    position: relative;
    z-index: 1;
    justify-content: space-between; }

  .adss-important:after {
    bottom: -1px;
    height: 100px; }

  .service-new {
    margin-top: -34px; }

  .adss-new {
    margin-top: 30px; }

  .owl-dots {
    display: none; }

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

  .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 {
    width: 30px;
    height: 30px; }
    .fixed-icon a.uptohead.fly-icon:after {
      width: 30px;
      height: 30px; }

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

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

  .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 {
    padding: 50px 0; }
    .project h2 {
      margin-bottom: 50px; }

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

  .cometted {
    margin-top: 0; }

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

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

  .orders {
    padding: 20px; }

  .news {
    padding-bottom: 100px; }

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

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

  .main-slider:after {
    width: 100px;
    height: 110px;
    animation: slideoff 5s linear infinite; }

  .numbers {
    margin-top: 30px; }

  .numbers .numbers-section .number-item:after {
    display: none; }

  .numbers .numbers-section {
    padding: 10px; }

  .numbers .numbers-section .number-item h4 {
    font-size: 30px;
    margin-bottom: 5px; }

  .numbers .numbers-section .number-item span {
    font-size: 14px; }

  .urls {
    margin-top: 30px; }

  .adss-featured .featured-slider img {
    height: 200px;
    border-radius: 10px; }

  .project-slider-slick .project-slick {
    padding-inline-start: 0; }

  .social-header {
    margin-bottom: 30px; }

  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 {
    width: 30px;
    height: 30px; }
    .fixed-icon a:first-of-type {
      margin-bottom: 10px; }
    .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;
    margin-bottom: 10px; }

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

  header {
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px 0 10px; }
    header .ask-form {
      flex-direction: column; }
      header .ask-form a {
        margin-inline-end: 0;
        margin-bottom: 5px; } }
/* 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: #7c0612;
    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: #7c0612;
    opacity: 100%; } }
@keyframes rotate {
  to {
    transform: rotate(360deg); } }
/*# sourceMappingURL=main.css.map */

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