@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); }
@font-face {
  font-family: "Bahij-Janna-Regular";
  src: url(../fonts/Bahij-Janna-Regular.ttf); }
@font-face {
  font-family: "Bahij-Janna-Bold";
  src: url(../fonts/Bahij-Janna-Bold.ttf); }
@font-face {
  font-family: "DroidSansArabic";
  src: url(../fonts/DroidSansArabic.ttf); }
* {
  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: Bahij-Janna-Regular;
  position: relative;
  overflow-x: hidden !important; }

body::-webkit-scrollbar-track {
  background: #fff; }
body::-webkit-scrollbar-thumb {
  background-color: #aac6ac;
  border-radius: 50px; }
body::-webkit-scrollbar {
  width: .5em; }

@media (min-width: 992px) {
  .main-nav {
    background-color: #aac6ac;
    padding: 10px 0;
    position: relative;
    z-index: 2; }

  .nav-list {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
    align-items: center; }
    .nav-list > .link {
      display: flex;
      align-items: center;
      position: relative;
      text-transform: capitalize;
      margin-inline-end: 0px; }
      .nav-list > .link img {
        max-width: 35px;
        transition: linear .4s; }
      .nav-list > .link:last-of-type {
        margin-inline-end: 0px; }
      .nav-list > .link > a {
        display: block;
        color: #fff;
        position: relative;
        background: transparent;
        padding: 0;
        border-radius: 0;
        font-size: 20px;
        font-family: 'Bahij-Janna-Bold';
        margin-inline-start: 10px;
        transition: ease-in-out .4s; }

  .nav-list > .link:hover a, .nav-list > .link.active a {
    transition: linear .4s; }
  .nav-list > .link:hover a {
    transition: linear 0.4s; }
  .nav-list > .link.active a {
    transition: linear .4s; }
  .nav-list > .link:hover img {
    filter: invert(66%) sepia(13%) saturate(982%) hue-rotate(13deg) brightness(94%) contrast(83%);
    transform: scale(1.1);
    transition: linear .4s; }
  .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: #d7d2b8;
    border: 0;
    border-radius: 5px;
    margin: 0 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: flex;
    line-height: 40px;
    justify-content: center;
    align-items: center; }
    .nav-btn:hover {
      transition: linear .4s; }

  .mobile-nav-list {
    display: block;
    position: fixed;
    top: 0;
    overflow: scroll;
    z-index: 999;
    height: 100%;
    width: 300px;
    padding: 60px 0;
    background-color: #7e7e78;
    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;
      display: flex;
      align-items: center; }
      .mobile-nav-list .link a {
        color: #fff;
        display: block;
        font-size: 14px;
        width: 100%;
        margin: 0 10px; }
        .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 .top-header {
  background-color: #d7d2b8;
  padding: 15px 0; }
  header .top-header .top-header-all-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .top-header .top-header-all-content .user-section a {
      font-size: 18px;
      color: #000; }
      header .top-header .top-header-all-content .user-section a:after {
        content: ' - ';
        margin: 0 2px;
        vertical-align: middle; }
      header .top-header .top-header-all-content .user-section a:last-child:after {
        display: none; }
    header .top-header .top-header-all-content .account-section {
      display: flex;
      align-items: center; }
      header .top-header .top-header-all-content .account-section a {
        display: inline-flex; }
      header .top-header .top-header-all-content .account-section .notification {
        background-image: url("../img/notification.png");
        width: 32px;
        height: 31px;
        margin-inline-end: 20px; }
      header .top-header .top-header-all-content .account-section .account:before {
        content: " ";
        background-image: url(../img/account.png);
        margin-inline-end: 5px;
        background-repeat: no-repeat;
        width: 33px;
        height: 33px; }
      header .top-header .top-header-all-content .account-section .account span {
        font-family: Bahij-Janna-Bold;
        font-size: 24px;
        color: #a89e6b; }
header .middle-header {
  padding: 15px 0; }
  header .middle-header .logo img {
    max-height: 100px; }
  header .middle-header .search-section {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%; }
    header .middle-header .search-section form {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      header .middle-header .search-section form input {
        width: 90%;
        height: 50px;
        border-radius: 35px;
        padding: 0 15px;
        font-size: 16px;
        color: #b1b1b1;
        border: 1px solid #d7d2b8; }
        header .middle-header .search-section form input::placeholder {
          font-size: 16px;
          color: #b1b1b1; }
      header .middle-header .search-section form button {
        width: 50px;
        height: 50px;
        border: 0;
        border-radius: 50%;
        background: #d7d2b8;
        color: #fff;
        font-size: 22px;
        line-height: 50px;
        margin-inline-start: -50px;
        position: relative; }
  header .middle-header .add-adds {
    display: flex;
    align-items: center;
    height: 100%; }
    header .middle-header .add-adds a {
      background-color: #aac6ac;
      border-radius: 5px;
      width: 100%;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
      header .middle-header .add-adds a img {
        margin-inline-end: 10px; }
      header .middle-header .add-adds a span {
        font-family: 'Bahij-Janna-Bold';
        font-size: 20px;
        color: #fff;
        margin-top: -2px; }

.main-slider {
  box-shadow: 0 0 8px rgba(1, 2, 2, 0.23); }
  .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%; }
  .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%; }
  .main-slider .item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: end; }
    .main-slider .item:after {
      contentoff: " ";
      position: absolute;
      width: 100%;
      height: 50%;
      top: 0;
      right: 0;
      z-index: 1;
      background: #a6a6a6;
      background: linear-gradient(0deg, #ffffff12 14%, rgba(255, 255, 255, 0.79) 53%); }
    .main-slider .item:before {
      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; }
    .main-slider .item img {
      width: 100%;
      height: 300px; }
    .main-slider .item .on-img-slider {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1;
      width: 100%;
      transform: translateY(-50%);
      display: flex;
      align-items: end;
      justify-content: flex-end; }
      .main-slider .item .on-img-slider img {
        width: auto;
        height: auto;
        opacity: 1; }
      .main-slider .item .on-img-slider .on-img-slider-new {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
      .main-slider .item .on-img-slider .logo {
        width: 300px;
        height: 300px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 46px rgba(0, 0, 0, 0.19);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-direction: column; }
        .main-slider .item .on-img-slider .logo img {
          max-width: 250px;
          max-height: 250px;
          width: auto;
          height: auto;
          opacity: 1; }
      .main-slider .item .on-img-slider p {
        font-size: 80px;
        color: #000;
        width: 40%;
        font-family: 'Bahij-Janna-Bold';
        margin: 0;
        line-height: 90px; }
  .main-slider .owl-dots {
    position: absolute;
    right: 44%;
    bottom: 70px; }
    .main-slider .owl-dots .owl-dot {
      margin-inline-start: 10px;
      display: inline-block; }
      .main-slider .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        display: inline-block;
        position: relative;
        transition: linear .4s; }
        .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; }
        .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; }
      .main-slider .owl-dots .owl-dot button {
        width: 15px;
        height: 15px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: transparent;
        background: #7d7d7d;
        border: 0px solid #d1d1d1; }
      .main-slider .owl-dots .owl-dot.active button {
        background-color: #001c56;
        transition: linear .4s; }
        .main-slider .owl-dots .owl-dot.active button:after {
          width: 100%;
          left: 0;
          z-index: 3;
          transition: linear .4s;
          visibility: visible; }
  .main-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    flex-direction: column; }
    .main-slider .owl-nav button:first-of-type {
      margin-inline-end: 20px; }
    .main-slider .owl-nav button i {
      color: #fff;
      font-size: 40px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #333333;
      line-height: 650px;
      transition: linear .4s; }
      .main-slider .owl-nav button i:hover {
        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; } }
.categories {
  padding-top: 50px; }
  .categories .cat-slider .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .categories .cat-slider .item .image-category {
      border-radius: 50%;
      border: 5px dotted #d1c9a7;
      margin-bottom: 15px;
      overflow: hidden;
      transition: linear .4s; }
      .categories .cat-slider .item .image-category .image-cat {
        background-color: #fcf8e8;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
        transition: linear .4s; }
        .categories .cat-slider .item .image-category .image-cat img {
          width: auto;
          height: auto;
          transition: linear .4s; }
    .categories .cat-slider .item h4 {
      font-family: Bahij-Janna-Bold;
      font-size: 28px;
      color: #000;
      margin: 0;
      transition: linear .4s; }
    .categories .cat-slider .item:hover .image-category {
      border-color: #aac6ac;
      transform: rotate(5deg);
      transition: linear .4s; }
      .categories .cat-slider .item:hover .image-category .image-cat {
        background-color: #f8f8f8;
        transition: linear .4s; }
        .categories .cat-slider .item:hover .image-category .image-cat img {
          transform: scale(1.1);
          transition: linear .4s; }
    .categories .cat-slider .item:hover h4 {
      color: #aac6ac;
      transition: linear .4s; }
  .categories .cat-slider .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    right: -30px; }
  .categories .cat-slider .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    left: -30px; }
  .categories .cat-slider .owl-nav i {
    font-size: 36px;
    color: #aac6ac;
    transition: linear .4s; }
    .categories .cat-slider .owl-nav i:hover {
      color: #000;
      transition: linear .4s; }

.main-header {
  text-align: start;
  font-size: 48px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: start;
  font-family: 'Bahij-Janna-Bold';
  color: #001c56;
  padding-inline-start: 30px; }
  .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 {
    contentoff: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #dedede; }
  .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 {
  background-color: #e0e0e0; }
  .partner .all-part {
    position: relative;
    padding: 110px 0 100px; }
    .partner .all-part:after {
      content: " ";
      width: 1px;
      height: 130px;
      background-color: #001c56;
      position: absolute;
      top: 0;
      right: -23px; }
    .partner .all-part:before {
      content: " ";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #001c56;
      position: absolute;
      top: 129px;
      right: -30px; }
    .partner .all-part .main-button {
      padding-inline-start: 30px; }
      .partner .all-part .main-button:hover {
        padding-inline-start: 15px; }
  .partner .tit-sec-par {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .partner .tit-sec-par p {
      text-align: justify;
      font-size: 16px;
      color: #6a6a6a;
      line-height: 27px;
      margin-bottom: 50px; }
  .partner h2 {
    font-family: RB-Bold;
    font-size: 48px;
    color: #001c56;
    margin-bottom: 20px;
    padding-inline-start: 0; }
  .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;
  transition: linear .4s;
  padding: 40px;
  height: 100%; }
  .item-partner.act {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
  .item-partner img {
    width: auto !important;
    height: auto; }
  .item-partner:hover {
    transition: linear .4s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }

/*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; }

.more-pro {
  text-align: center; }

.main-button {
  color: #fff !important;
  transition: linear .4s;
  font-size: 17px;
  width: 180px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 40px;
  text-transform: capitalize;
  border-radius: 35px;
  margin-top: 0;
  background-color: #c58c3c;
  border: 0px solid #7882a4;
  position: relative;
  padding-inline-start: 45px; }
  .main-button:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    transition: linear .4s;
    border-top: 1px solid #7e8081;
    border-right: 1px solid #7e8081;
    display: none; }
  .main-button:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    transition: linear .4s;
    border-bottom: 1px solid #7e8081;
    border-left: 1px solid #7e8081;
    display: none; }
  .main-button i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 100%;
    right: calc(100% - 30px);
    opacity: 0;
    transition: linear 0.4s;
    display: none; }
  .main-button:hover i {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: linear .4s .4s; }
  .main-button:hover:after {
    width: 100%;
    height: 100%;
    border-color: #001c56;
    transition: linear .4s; }
  .main-button:hover:before {
    width: 100%;
    height: 100%;
    border-color: #001c56;
    transition: linear .4s; }

.top-slider-header {
  background-image: url("../img/bg-header-slider.png");
  background-repeat: no-repeat;
  background-position: 63% top;
  background-size: 1040px; }

.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 {
  padding: 80px 0 70px; }
  .about .image-about {
    display: flex;
    height: 100%; }
    .about .image-about img {
      width: 100%;
      height: 325px; }
  .about .txt-about {
    display: flex;
    height: 100%;
    align-items: center; }
    .about .txt-about p {
      margin: 0;
      font-size: 18px;
      color: #000;
      line-height: 30px;
      text-align: justify; }

.all-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  padding-bottom: 90px; }
  .all-cats .item-cat {
    overflow: hidden; }
    .all-cats .item-cat:nth-of-type(1) {
      grid-column: span 2 !important;
      grid-row: span 2 !important; }
      .all-cats .item-cat:nth-of-type(1) img {
        height: 694px; }
    .all-cats .item-cat:nth-of-type(2) {
      grid-column: span 2 !important;
      grid-row: span 1 !important; }
    .all-cats .item-cat:nth-of-type(3) {
      grid-column: span 1 !important;
      grid-row: span 1 !important; }
    .all-cats .item-cat:nth-of-type(4) {
      grid-column: span 1 !important;
      grid-row: span 1 !important; }
    .all-cats .item-cat:nth-of-type(4n+1) {
      grid-column: span 2;
      grid-row: span 1; }
    .all-cats .item-cat .category-content {
      position: relative; }
      .all-cats .item-cat .category-content img {
        transition: linear .4s; }
      .all-cats .item-cat .category-content a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 30px;
        width: 60%; }
        .all-cats .item-cat .category-content a h5:first-of-type {
          font-size: 24px;
          color: #000; }
        .all-cats .item-cat .category-content a h5:last-of-type {
          font-size: 16px;
          color: #989898;
          margin: 0; }
    .all-cats .item-cat:hover img {
      transform: scale(1.1);
      transition: linear .4s; }

.achievements {
  padding: 105px 0 80px;
  background-attachment: fixed;
  position: relative;
  background-size: 100% 100%; }
  .achievements:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000d39;
    opacity: 0.8199999928474426; }
  .achievements h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #c58c3c;
    font-size: 51px;
    margin-bottom: 85px; }

.all-achiv {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: space-evenly; }
  .all-achiv .number-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center; }
    .all-achiv .number-item h4 {
      color: #fff;
      font-size: 45px;
      padding: 20px 0;
      margin: 0; }
    .all-achiv .number-item span {
      color: #fff;
      font-size: 18px; }

.product-home {
  padding: 70px 0; }
  .product-home h2 {
    margin-bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 40px;
    color: #000d39; }
    .product-home h2 span:first-of-type {
      margin-bottom: 30px; }

.product.item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between; }
  .product.item .image-product {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden; }
    .product.item .image-product img {
      width: 100%;
      height: 260px;
      transition: linear .4s; }
  .product.item .button-group {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    width: 230px;
    justify-content: space-between;
    background: #fcfcfc;
    height: 40px;
    transition: linear .4s;
    margin-bottom: 15px; }
    .product.item .button-group a.add_to_cart_button {
      background-image: url(../img/cart-new.png);
      width: 23px;
      height: 21px;
      display: inline-block;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center; }
    .product.item .button-group .tinvwl_add_to_wishlist-text {
      display: none; }
    .product.item .button-group .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
      margin: 0; }
    .product.item .button-group .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .product.item .button-group .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .product.item .button-group .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, .product.item .button-group a.wishlist_products_counter.top_wishlist-heart:before, .product.item .button-group span.wishlist_products_counter.top_wishlist-heart:before, .product.item .button-group a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
      content: " ";
      background-image: url("../img/heart-new.png");
      width: 20px;
      height: 19px;
      display: inline-block; }
    .product.item .button-group:after {
      content: " ";
      position: absolute;
      background: #707070;
      opacity: 0.3400000035762787;
      width: 2px;
      height: 27px;
      left: 50%;
      transform: translateX(-50%); }
  .product.item .title-product {
    padding: 0 15px 17px;
    margin-top: 25px;
    border-bottom: 2px solid #b8b8b8; }
    .product.item .title-product .tit-pro {
      font-size: 18px;
      color: #000; }
    .product.item .title-product .price {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      transition: linear .4s; }
      .product.item .title-product .price del {
        color: #a5a5a5;
        font-size: 16px; }
      .product.item .title-product .price ins {
        color: #333333;
        font-weight: 100 !important; }
  .product.item:hover img {
    transform: scale(1.1);
    transition: linear .4s; }
  .product.item:hover .price {
    flex-direction: row;
    transition: linear .4s; }

.woocommerce-breadcrumb, .woocommerce-products-header__title, #sidebar {
  display: none; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #fff;
  background-color: #c58c3c !important; }

.tinvwl_add_to_wishlist-text {
  display: none; }

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
  content: " ";
  background-image: url("../img/heart-new.png");
  width: 20px;
  height: 19px;
  display: inline-block; }

.form-row {
  width: 49% !important;
  display: inline-block !important; }

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: none; }

#billing_address_2_field {
  display: none !important; }

.banars {
  padding: 70px 0 80px; }

.banar-item {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%; }
  .banar-item img {
    width: 100%;
    height: 230px;
    transition: linear .4s; }
  .banar-item p {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
    font-size: 43px; }
  .banar-item:hover img {
    transform: scale(1.1);
    transition: linear .4s; }

.project-section {
  padding: 110px 0 90px; }
  .project-section h2 {
    margin-bottom: 75px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 34px;
    color: #000d39; }
    .project-section h2 span:first-of-type {
      margin-bottom: 10px; }

.new-item-pro {
  position: relative; }
  .new-item-pro .image-project {
    overflow: hidden; }
    .new-item-pro .image-project img {
      width: 100%;
      height: 265px;
      transition: linear .4s; }
  .new-item-pro a {
    background: #f2f2f2;
    width: 100%;
    height: 55px;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
  .new-item-pro:hover img {
    transform: scale(1.1);
    transition: linear .4s; }

.our-numbers {
  position: relative; }
  .our-numbers:after {
    content: " ";
    width: 1px;
    height: 170px;
    background-color: #001c56;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .our-numbers:before {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #001c56;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%); }
  .our-numbers > img {
    width: 100%;
    height: 400px; }
  .our-numbers .our_number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    padding-top: 90px; }
    .our-numbers .our_number:after {
      content: " ";
      width: 78%;
      height: 1px;
      background-color: #FFFFFF;
      position: absolute;
      top: 54%;
      right: 45px; }
    .our-numbers .our_number .number-item {
      display: inline-flex;
      align-items: center;
      width: 49%;
      margin-bottom: 70px;
      padding: 0 50px;
      position: relative; }
      .our-numbers .our_number .number-item:after {
        content: " ";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 13%; }
      .our-numbers .our_number .number-item:nth-child(2n+2):after {
        display: none; }
      .our-numbers .our_number .number-item img {
        max-width: 80px;
        max-height: 80px;
        margin-inline-end: 15px; }
      .our-numbers .our_number .number-item h4 {
        font-family: 'Bahij-Janna-Bold';
        font-size: 50px;
        color: #001c56;
        margin-bottom: 0px; }
      .our-numbers .our_number .number-item span {
        font-family: 'Bahij-Janna-Bold';
        font-size: 24px;
        color: #000; }

.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); } }
.ostol {
  background-color: #8a8a8a; }
  .ostol .image-ostol {
    border: 10px solid #001c56;
    border-right: 0; }
    .ostol .image-ostol img {
      width: 100%;
      height: 500px; }
  .ostol .txt-ostol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative; }
    .ostol .txt-ostol:after {
      content: " ";
      width: 1px;
      height: 170px;
      background-color: #001c56;
      position: absolute;
      top: 0;
      right: 0; }
    .ostol .txt-ostol:before {
      content: " ";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #001c56;
      position: absolute;
      top: 155px;
      z-index: 1;
      right: -7px; }
    .ostol .txt-ostol h3 {
      text-align: start;
      font-size: 48px;
      position: relative;
      display: flex;
      align-items: baseline;
      justify-content: start;
      font-family: 'Bahij-Janna-Bold';
      padding-inline-start: 30px;
      color: #223d74;
      margin-bottom: 25px; }
    .ostol .txt-ostol p {
      font-family: 'Bahij-Janna-Bold';
      font-size: 18px;
      color: #fff;
      line-height: 30px; }

.new-service-section {
  background: #e0e0e0; }
  .new-service-section .all-ser {
    position: relative;
    padding: 80px 0 70px; }
    .new-service-section .all-ser:after {
      content: " ";
      width: 1px;
      height: 130px;
      background-color: #001c56;
      position: absolute;
      top: -27px;
      right: 0; }
    .new-service-section .all-ser:before {
      content: " ";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #001c56;
      position: absolute;
      top: 103px;
      right: -7px; }
  .new-service-section .ser-img {
    display: flex;
    height: 100%; }
    .new-service-section .ser-img img {
      width: 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: 0 35px 50px;
  overflow: hidden;
  transition: linear .4s;
  text-align: center;
  position: relative;
  z-index: 2; }
  .new-item-ser:after {
    content: " ";
    position: absolute;
    top: 25px;
    right: 0px;
    width: 100%;
    height: 1%;
    transition: linear .5s;
    z-index: -1;
    border: 1px solid;
    opacity: 0; }
  .new-item-ser .top-side-ser {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
    .new-item-ser .top-side-ser .icon-ser-new {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 100px;
      background-color: #eeeeee;
      border-radius: 0;
      position: relative;
      z-index: 1;
      transition: linear .4s; }
      .new-item-ser .top-side-ser .icon-ser-new img {
        max-width: 50px;
        max-height: 50px; }
    .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: 24px;
    color: #000;
    font-family: 'Bahij-Janna-Bold';
    margin-bottom: 15px;
    transition: linear .4s; }
  .new-item-ser .new-ser-item p {
    font-size: 16px;
    color: #6a6a6a;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px; }
  .new-item-ser:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.11);
    transition: linear .4s; }
    .new-item-ser:hover:after {
      border: 1px solid #001c56;
      width: calc(100% - 30px);
      height: calc(100% - 50px);
      right: 15px;
      opacity: 1;
      transition: linear .5s; }
    .new-item-ser:hover .top-side-ser .icon-ser-new {
      background-color: #cde1ff;
      transition: linear .4s; }
      .new-item-ser:hover .top-side-ser .icon-ser-new img {
        filter: invert(71%) sepia(88%) saturate(7483%) hue-rotate(214deg) brightness(69%) contrast(67%); }
    .new-item-ser:hover .top-side-ser .main-button {
      margin-top: 0%;
      transition: linear .4s; }
    .new-item-ser:hover .new-ser-item h4 {
      color: #001c56;
      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-thumbs {
  margin-top: 20px;
  display: none; }

.owl-thumb-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-inline-end: 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: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #1b3f73;
    margin-bottom: 10px;
    color: #027bc7;
    line-height: 40px;
    background-color: #caf0f8;
    border-radius: 5px;
    transition: linear .4s;
    font-size: 18px; }
    .fixed-icon a.uptohead {
      background-image: url("../img/arrow.png");
      background-color: #aac6ac !important;
      border-radius: 5px !important;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      background-size: auto;
      /* background-image: url("../img/truck.png"); */
      /* background-color: transparent !important; */
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      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: #007dc6;
        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: #007dc6;
      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;
  position: relative; }
  .contact:after {
    content: " ";
    width: 1px;
    height: 224px;
    background-color: #001c56;
    position: absolute;
    top: 0;
    right: 200px; }
  .contact:before {
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #001c56;
    position: absolute;
    top: 220px;
    right: 193px; }
  .contact .contact-tit {
    text-align: center; }
  .contact h2 {
    text-align: center;
    font-size: 48px;
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bahij-Janna-Bold';
    color: #001c56; }
  .contact .contact-info-item .image-contact {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #011f56;
    border-radius: 50%;
    margin-bottom: 10px; }
  .contact .contact-info-item .content-contact p {
    font-family: 'Bahij-Janna-Bold';
    font-size: 18px;
    color: #001c56;
    margin-bottom: 5px; }
  .contact .contact-info-item .content-contact a {
    font-size: 16px;
    color: #989898; }
  .contact .contact-info-item .all-numbers a:after {
    content: " - "; }
  .contact .contact-info-item .all-numbers a:last-of-type:after {
    display: none; }

/*end contact*/
/*start footer*/
footer {
  padding: 60px 0 40px;
  background-color: #f0f1eb; }
  footer .logo-footer img {
    max-height: 100px; }
  footer .logo-footer p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    line-height: 28px;
    margin: 0; }
  footer .footer-url ul {
    margin: 0; }
    footer .footer-url ul li {
      list-style: none;
      display: inline-flex;
      align-items: center;
      width: 49%;
      margin-bottom: 15px; }
      footer .footer-url ul li a {
        font-size: 16px;
        color: #000000; }
      footer .footer-url ul li:before {
        content: " ";
        background: url("../img/arrow-url.png");
        width: 16px;
        height: 15px;
        margin-inline-end: 10px; }

.bot-foot {
  background: #d6cfb1; }
  .bot-foot .all-rights {
    display: flex;
    justify-content: space-between;
    padding: 20px 0; }
    .bot-foot .all-rights .social i {
      margin-inline-end: 15px;
      color: #fff;
      font-size: 24px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
    .bot-foot .all-rights .r-foot p, .bot-foot .all-rights .r-foot a {
      margin: 0;
      color: #000;
      font-size: 16px; }

/*end footer*/
.breadcrumb-area {
  padding: 0px 0 15px;
  margin-bottom: 80px;
  color: #c58c3c;
  background: transparent;
  z-index: 2;
  position: relative;
  font-size: 22px;
  box-shadow: 0 0 12px #0000003d;
  padding-top: 20px;
  margin-top: 30px; }
  .breadcrumb-area a span {
    color: #000; }

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

.about.single-pages {
  padding: 0 !important;
  margin: 0 !important; }

body .single-pages {
  padding-bottom: 70px !important; }
  body .single-pages.pdb {
    padding-bottom: 70px !important; }
  body .single-pages .main-header {
    display: table;
    margin: 0 auto 50px;
    padding: 0 10px;
    font-family: RB-Bold;
    font-size: 42px; }
    body .single-pages .main-header:after, 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; }

.adds-section {
  padding-top: 50px; }
  .adds-section .nav-tabs {
    margin-bottom: 30px;
    border: 0;
    display: flex;
    justify-content: space-between; }
    .adds-section .nav-tabs .nav-item {
      display: inline-flex;
      margin-bottom: 0; }
    .adds-section .nav-tabs .nav-link {
      color: #000;
      transition: all linear .4s;
      border-radius: 5px;
      font-size: 16px;
      background-color: #d6cfb1;
      width: 120px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      text-transform: capitalize;
      font-family: 'Bahij-Janna-Bold';
      padding: 0; }
      .adds-section .nav-tabs .nav-link:hover {
        background-color: #aac6ac;
        transition: all linear .4s;
        color: #000; }
    .adds-section .nav-tabs .nav-item.show .nav-link, .adds-section .nav-tabs .nav-link.active {
      background-color: #aac6ac;
      transition: all linear .4s;
      color: #000; }
  .adds-section .adds-item {
    background-color: #f8f8f8;
    padding: 20px;
    display: flex; }
    .adds-section .adds-item .adds-image {
      position: relative;
      width: 40%;
      overflow: hidden; }
      .adds-section .adds-item .adds-image:after {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0;
        transform: scale(0.6);
        transition: linear .4s; }
      .adds-section .adds-item .adds-image img {
        width: 195px;
        height: 180px;
        transition: linear .4s; }
      .adds-section .adds-item .adds-image .price {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #aac6ac;
        font-size: 16px;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 30px;
        z-index: 2; }
    .adds-section .adds-item .adds-content {
      margin-inline-start: 20px;
      width: 60%; }
      .adds-section .adds-item .adds-content .adds-title {
        display: flex;
        margin-bottom: 25px;
        align-items: center;
        justify-content: space-between;
        transition: linear .4s; }
        .adds-section .adds-item .adds-content .adds-title h4 {
          font-family: 'Bahij-Janna-Bold';
          font-size: 24px;
          color: #000;
          margin: 0;
          transition: linear .4s; }
      .adds-section .adds-item .adds-content .adds-information p {
        display: flex;
        align-items: center; }
        .adds-section .adds-item .adds-content .adds-information p span {
          font-size: 18px;
          color: #6d6d6d;
          margin-inline-start: 5px; }
    .adds-section .adds-item:hover {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
      transition: linear .4s; }
      .adds-section .adds-item:hover .adds-image img {
        transform: scale(1.1);
        transition: linear .4s; }
      .adds-section .adds-item:hover .adds-image:after {
        transform: scale(1);
        opacity: .5;
        transition: linear .4s; }
      .adds-section .adds-item:hover h4 {
        color: #aac6ac !important;
        transition: linear .4s .2s; }
  .adds-section .pagination {
    margin-top: 10px; }
    .adds-section .pagination a {
      width: 40px;
      height: 40px;
      font-family: Bahij-Janna-Bold;
      font-size: 22px;
      color: #FFFFFF;
      margin-inline-end: 10px;
      background-color: #d6cfb1;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .adds-section .pagination a.active {
        background-color: #aac6ac;
        transition: linear .4s; }
      .adds-section .pagination a:hover {
        background-color: #aac6ac;
        transition: linear .4s; }

.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: 13px;
    color: #aaaaaa;
    transition: all .5s ease-in-out;
    font-family: 'RB-Bold'; }

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

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

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

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

.newtxtarea textarea {
  height: 215px; }

label.txtarelabel {
  top: 15px; }

.focus-visible label {
  top: -10px;
  right: 0;
  color: #000; }
.focus-visible .form-control {
  border-color: #000;
  box-shadow: none; }

.spform .form-control {
  background-color: #fff;
  border-color: #563e12; }
.spform .map {
  margin-top: 0px; }
  .spform .map iframe {
    display: block;
    width: 100%;
    height: 350px; }
.spform #wpcf7-f42-o1 {
  display: flex;
  height: 100%;
  align-items: center; }

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

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

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

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

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

.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) {
  header .middle-header .search-section form input {
    width: 95%;
    height: 40px; }

  header .middle-header .search-section form button {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-inline-start: -40px; }

  .bot-foot .all-rights .r-foot p, .bot-foot .all-rights .r-foot a {
    font-size: 11px; }

  header .middle-header .add-adds a {
    height: 40px; }

  header .middle-header .add-adds a span {
    font-family: 'Bahij-Janna-Bold';
    font-size: 14px;
    color: #fff;
    margin-top: -2px; }

  header .middle-header .add-adds a img {
    margin-inline-end: 5px;
    width: 20%; }

  .bot-foot .all-rights {
    padding: 10px 0;
    flex-direction: column;
    align-items: center; }

  .bot-foot .all-rights .social i {
    font-size: 20px; }

  footer {
    padding: 10px 0; }

  header .left-header .phone-header {
    margin-inline-end: 10px; }

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

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

  .slider .main-slider {
    border-left: 0px solid #fc0054 !important;
    border-right: 0px solid #fc0054 !important; }

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

  .r-foot {
    margin-bottom: 0;
    margin-top: 0px;
    margin-inline-start: 0px !important; }

  footer .logo-footer img {
    margin: 0 auto 0px;
    display: table; }

  footer .logo-footer p {
    margin: 10px 0; }

  footer .footer-url ul li a {
    font-size: 14px;
    color: #000000; }

  footer .footer-url ul li {
    width: 100%; }

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

  .banars {
    padding: 20px 0; }

  .adds-section .adds-item .adds-content .adds-title h4 {
    font-size: 18px; }

  .adds-section .adds-item .adds-image img {
    width: 150px;
    height: auto; }

  .adds-section .adds-item .adds-content .adds-information p span {
    font-size: 16px; }

  .adds-section .adds-item .adds-image .price {
    width: 70px;
    height: 25px;
    font-size: 13px; }

  .adds-section .adds-item .adds-content {
    margin-inline-start: 10px; }

  .adds-section .adds-item .adds-content .adds-title {
    margin-bottom: 10px; }

  .adds-section .adds-item .adds-content .adds-information p span {
    font-size: 14px; }

  .adds-section .adds-item {
    align-items: center; }

  .adds-section .nav-tabs .nav-item {
    display: inline-flex;
    margin-bottom: 5px;
    width: 31.3333%; }

  .adds-section .nav-tabs {
    margin-bottom: 10px;
    border: 0;
    display: flex;
    justify-content: space-evenly; }

  .adds-section .nav-tabs .nav-link {
    font-size: 13px; }

  .owl-nav {
    display: none; }

  .adds-section .adds-item .adds-content .adds-information p {
    margin-bottom: 10px; }

  footer .footer-url ul li:before {
    width: 10px;
    height: 15px;
    margin-inline-end: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

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

  .our-numbers:after {
    display: none; }

  .our-numbers .our_number:after {
    display: none; }

  .our-numbers:before, .contact:before, .contact:after {
    display: none; }

  .contact-info-item {
    margin-bottom: 30px; }

  .our-numbers .our_number {
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 40px; }

  .our-numbers > img {
    height: 250px; }

  .our-numbers .our_number .number-item {
    margin-bottom: 50px;
    margin-inline-start: 2px;
    padding: 0 0px; }

  .partner .all-part {
    padding: 0px 0 0 0; }

  .ostol .txt-ostol h3 {
    padding-inline-start: 0; }

  .ostol .txt-ostol {
    padding: 0 10px; }

  .new-service-section .all-ser {
    padding: 50px 0 0 0; }

  .ostol .txt-ostol:before, .ostol .txt-ostol:after {
    display: none; }

  .our-numbers .our_number .number-item h4 {
    font-size: 30px; }

  .our-numbers .our_number .number-item span {
    font-size: 17px; }

  footer .top-foot ul li a {
    font-size: 14px; }

  footer .top-foot .end-top input[type=submit] {
    margin-left: 0; }

  footer .bot-foot .social a i {
    width: 40px;
    height: 40px;
    font-size: 16px; }

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

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

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

  .slider {
    margin: 10px 0; }

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

  .partner .tit-sec-par p {
    margin-bottom: 10px; }

  .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 p {
    font-size: 25px;
    line-height: 35px; }
  .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: 150px !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; }

  .new-service-section .all-ser:after, .new-service-section .all-ser:before {
    display: none; }

  .about .bottom-about-sec .goals {
    flex-direction: column;
    background-color: #8a8a8a;
    display: flex;
    margin: 25px 0;
    padding: 25px;
    padding-inline-start: 0;
    align-items: baseline; }

  .about .bottom-about-sec .goals .golas-txt {
    width: 100%;
    padding-inline-start: 30px; }

  .about .bottom-about-sec .goals .golas-points {
    width: 100%;
    padding-inline-start: 30px; }

  .about .midd-about-sec {
    padding: 0; }

  .about .midd-about-sec:after, .about .midd-about-sec:before {
    display: none; }

  .about .midd-about-sec .about-image img {
    width: 100%;
    height: 495px;
    margin-bottom: 50px; }

  .about .about-sec:after, .about .about-sec:before {
    display: none; }

  .about .about-sec .intro-about {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; }

  .about .about-sec .intro-about h2 {
    font-family: 'Bahij-Janna-Bold';
    font-size: 38px;
    color: #000;
    margin: 0; }

  .about .about-sec .intro-about p {
    font-family: 'Bahij-Janna-Bold';
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 30px; }

  .slider .main-slider .item .on-img-slider {
    position: absolute;
    bottom: 0;
    top: unset;
    right: 0;
    transform: none;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #e0e0e0;
    border: 5px solid #001c56;
    border-right: 0;
    padding-inline-start: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

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

  .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: 10px;
    line-height: 30px;
    width: 100%; }

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

  .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 .top-header .top-header-all-content .user-section a {
    font-size: 14px; }

  header .top-header .top-header-all-content .account-section .notification, header .top-header .top-header-all-content .account-section .account:before {
    width: 20px;
    height: 25px;
    margin-inline-end: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

  header .top-header .top-header-all-content .account-section .account span {
    font-size: 16px; }

  header {
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0PX 0 0 0; }
    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: #aac6ac;
    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: #aac6ac;
    opacity: 100%; } }
@keyframes rotate {
  to {
    transform: rotate(360deg); } }
/*# sourceMappingURL=main.css.map */

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