  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  @font-face {
    font-family: 'EBGaramond-VariableFont_wght';
    src: url(../fonts/EBGaramond-VariableFont_wght.ttf);
  }

  @font-face {
    font-family: 'futubkit';
    src: url(../fonts/futubkit.ttf);
  }

  @font-face {
    font-family: 'EBGaramond-Italic-VariableFont_wght';
    src: url(../fonts/futurali.ttf);
  }

  @font-face {
    font-family: 'ReemKufi-Regular';
    src: url(../fonts/ReemKufi-Regular.ttf);
  }

  @font-face {
    font-family: 'ReemKufi[wght]';
    src: url(../fonts/ReemKufi[wght].ttf);
  }

  @font-face {
    font-family: 'futurali';
    src: url(../fonts/EBGaramond-Italic-VariableFont_wght.ttf);
  }

  @font-face {
    font-family: 'FuturaNowHeadline';
    src: url(../fonts/FuturaNowHeadline.ttf);
  }

  @font-face {
    font-family: 'Ancillary-Regular';
    src: url(../fonts/Ancillary-Regular.otf);
  }

  @font-face {
    font-family: 'TrajanPro-Regular';
    src: url(../fonts/TrajanPro-Regular.ttf);
  }

  @font-face {
    font-family: 'TrajanPro-bold';
    src: url(../fonts/TrajanPro-Bold.otf);
  }

  a {
    text-decoration: none;
  }

  ul li {
    list-style: none;
  }

  ul {
    padding-left: 0rem !important;
  }

  /* 
.nav ul {
  display: flex;
  justify-content: space-between;
  padding: 7px;
  width: 100%;
  list-style: none;
  align-items: center;
}

.nav ul li a {
  font-size: 21px;
  font-family: "ReemKufi-Regular";
  text-transform: capitalize;
  color: #2b2b2b;
}
.list{
  display: none;
}

.top-bar {
  background-color: #f7f7f7e6;
  border-radius: 0px 0px 60px 60px;
  padding: 0px 60px;
} */


  /* top-bar */

  /* top-bar */

  /* ============banner=================== */

  #header {

    transition: all 0.5s;
    z-index: 997;
    padding: 0px 25px 25px 25px;

  }

  @media (max-width: 992px) {
    #header {
      /* padding: 15px 0; */
    }
  }


  #header.header-scrolled {
    top: 0;
  }

  #header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* display: none; */
    text-transform: uppercase;
  }

  .menu-pad {
    background-color: #f7f7f7e6;
    border-radius: 0px 0px 60px 60px;

  }

  #header.header-scrolled .logo {
    /* display: block; */
  }

  #header .logo a {
    color: #555555;
  }

  #header .logo img {

    max-width: 100%;
    width: 100%;

  }

  #header.header-scrolled .logo img {
    display: block;
    /* width: 100px; */
    position: static;

  }

  .fixed-top .imggg2 {
    display: none;

  }

  .menupart {
    justify-content: space-around !important;
    /* flex-direction: row-reverse; */
  }

  .navbar {
    padding: 0;
  }

  .imggg3 {
    width: 100px;

  }

  .nav-pad {
    padding-left: 20px;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 30px;




    white-space: nowrap;
    transition: 0.3s;

    font-weight: 500;

    font-size: 21px;
    font-family: "ReemKufi-Regular";
    text-transform: capitalize;
    color: #2b2b2b;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #181818 !important;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar-mobile ul li a:hover {
    background-color: #000 !important;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #3fbbc0;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }

  /**
    * Mobile Navigation 
    */
  .mobile-nav-toggle {
    /* color: #555555; */
    color: #bb8e6d;
    font-size: 35px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-toggle.bi-x {
    color: #fff;
  }

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }

    .navbar ul {
      display: none;
    }
  }

  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.9);
    transition: 0.3s;
    z-index: 999;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #bb8e6d;
    /* background-color:#18d26e ; */
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile ul li a {
    background-color: #bb8e6d;
  }


  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 30px;
    justify-content: center;
    /* color: #e31e25 !important; */
    color: #fff !important;
    background-color: #000;

  }


  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    /* color: #3fbbc0; */
    color: #fff !important;
    background-color: #141414 !important;
  }

  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }

  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }

  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;

  }

  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #1a1a1a;
  }

  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 25px;

    background-color: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%));
    display: block;
  }

  .dropdown-content a:hover {
    background-color: rgb(31, 95, 31);
    color: #fff;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .nav-pad li {
    position: relative;
  }

  .nav-pad li a::after {
    position: absolute;
    display: none;
    bottom: 9px;
    content: " ";
    color: #bb8e6d;
    height: 1px;
    width: 0%;
    border: 1px solid black;
  }

  .nav-pad li:hover ul li a::after {
    width: 57%;
    transition: all ease 0.5s;
  }


  /* --------------------------------------------------------- */
  /* banner-slide */
  /* --------------------------------------------------------- */



  .banner {
    height: 700px;
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  main {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }

  .slider {
    --x-off: 0px;
  }

  .slide {
    width: 520px;
    height: 700px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

    &:nth-child(1),
    &:nth-child(2) {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: none;
      border-radius: 0;
      box-shadow: none;
      opacity: 0;
    }

    &:nth-child(2) {
      opacity: 1;
    }

    &:nth-child(3) {
      left: calc(var(--x-off) + 50%);
    }

    &:nth-child(4) {
      left: calc(var(--x-off) + 50% + 220px);
    }

    &:nth-child(5) {
      left: calc(var(--x-off) + 50% + 440px);
    }

    &:nth-child(6) {
      left: calc(var(--x-off) + 50% + 660px);
      opacity: 0;
    }
  }

  .visual canvas {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif, system-ui;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    hyphens: auto;
    opacity: 0;
    display: none;

    & .title {
      font-family: "arial-black", system-ui;
      text-transform: uppercase;
    }

    & .description {
      line-height: 1.7;
      margin: 1rem 0 1.5rem;
      font-size: 0.8rem;
    }

    & button {
      width: fit-content;
      background-color: rgba(0, 0, 0, 0.1);
      color: white;
      border: 2px solid white;
      border-radius: 0.25rem;
      padding: 0.75rem;
      cursor: pointer;
    }
  }

  .slide:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
  }

  @keyframes show {
    0% {
      filter: blur(5px);
      transform: translateY(calc(-50% + 75px));
    }

    100% {
      opacity: 1;
      filter: blur(0);
    }
  }

  .nav {
    position: absolute;
    bottom: 128px;
    left: 20%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
    display: flex;

    & .btn {
      background-color: rgba(255, 255, 255, 0.5);
      color: rgba(0, 0, 0, 0.7);
      border: 2px solid rgba(0, 0, 0, 0.6);
      margin: 0 0.25rem;
      padding: 0.75rem;
      border-radius: 50%;
      cursor: pointer;

      &:hover {
        background-color: rgba(255, 255, 255, 0.3);
      }
    }
  }

  .icon {
    width: 1em;
    height: 1em;
  }

  .icon,
  .icon * {
    pointer-events: none;
  }

  .icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ripple {
    --clr-ripple: #ccc6;
    --clr-ripple-effect: transparent;
    background-position: center;
    transition: background 0.6s;
  }

  .ripple:hover {
    background: var(--clr-ripple) radial-gradient(circle, transparent 1%, var(--clr-ripple) 1%) center/15000%;
  }

  .ripple:active {
    background-color: var(--clr-ripple-effect);
    background-size: 100%;
    transition: background 0s;
  }

  @media (width > 650px) and (width < 900px) {
    .content {
      & .title {
        font-size: 1rem;
      }

      & .description {
        font-size: 0.7rem;
      }

      & button {
        font-size: 0.7rem;
      }
    }

    .slide {
      width: 160px;
      height: 270px;

      &:nth-child(3) {
        left: calc(var(--x-off) + 50%);
      }

      &:nth-child(4) {
        left: calc(var(--x-off) + 50% + 170px);
      }

      &:nth-child(5) {
        left: calc(var(--x-off) + 50% + 340px);
      }

      &:nth-child(6) {
        left: calc(var(--x-off) + 50% + 510px);
        opacity: 0;
      }
    }
  }

  @media (width < 650px) {
    .content {
      & .title {
        font-size: 0.9rem;
      }

      & .description {
        font-size: 0.65rem;
      }

      & button {
        font-size: 0.7rem;
      }
    }

    .slide {
      width: 130px;
      height: 220px;

      &:nth-child(3) {
        left: calc(var(--x-off) + 50%);
      }

      &:nth-child(4) {
        left: calc(var(--x-off) + 50% + 140px);
      }

      &:nth-child(5) {
        left: calc(var(--x-off) + 50% + 280px);
      }

      &:nth-child(6) {
        left: calc(var(--x-off) + 50% + 420px);
        opacity: 0;
      }
    }
  }


  /* ============banner-end=================== */
  .home-box {
    /* margin-bottom: -130px; */
    padding: 70px 0px;
    position: relative;
    bottom: 135px;
    margin-top: -30px;
    z-index: 1;
  }

  .re-btn {
    font-size: 23px;
    background-color: transparent;
    border: none;
    padding: 0px 0px 0px 20px;
    color: #333;
    border-radius: 3px;
    text-transform: capitalize;
  }

  .bbb1 {
    font-size: 18px;
    background-color: #323232;
    border: none;
    padding: 0px 0px 0px 20px;
    color: #fff;
    border-radius: 3px;
    text-transform: capitalize;
  }

  .bbb1 i {
    background-color: #fff;
    margin: 6px 6px 7px 30px;
    color: #000;
    border-radius: 4px;
    padding: 12px;
    font-size: 15px;
  }

  .home-abt-box {
    text-align: center;
    padding: 16px 0px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #4444;
    box-shadow: 0px 0px 10px 0px #333;
  }

  .home-abt-box:hover {
    background-color: #bb8e6d;
    color: #fff;
  }

  .home-abt-box h2 {
    font-size: 24px;
    padding: 5px 0px;
    font-weight: bold;
  }

  .home-abt-box p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 !important;
  }

  /* .home-abt-icon img{
  border-radius: 50%;
  border: 1px solid #333;
  background-color: #ba8e6e;
  display: inline-block;
} */
  .hm-abt {
    /* background-color: #fff; */
    background-image: url(../images/abt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 163px 0px 112px 0px;
    background-position: center;
    margin: -288px 0px 0px 0px;
  }

  .hm-abt1 {
    /* background-color: #fff; */
    background-image: url(../images/abt-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 36px 0px;
    background-position: center;
    /* position: relative; */
    /* margin: -288px 0px 0px 0px; */
  }

  .hm-abt1 .owl-item {
    position: relative;
  }

  .hm-abt1 .owl-nav button.owl-prev {
    opacity: 0;
  }

  .hm-abt1 .owl-nav button.owl-next:hover {
    background: #bb8e6d !important;
    color: #fff !important;
  }


  .hm-abt1 .owl-nav button.owl-next {
    position: absolute;

    bottom: -40px;
    left: 45%;
    padding: 41px 44px !important;
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    border: 5px solid #fff;

  }

  .home-abt-box img {
    background-color: #bb8e6d;
    padding: 10px 10px 10px 13px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }

  .home-abt-box .target {
    background-color: #bb8e6d;
    padding: 10px 6px 10px 10px;
    border-radius: 55px;
    width: 45px;
    height: 45px;
  }

 

  .abt-sec {
    position: relative;
  }

  .abt-spa {
    display: flex;
    align-items: center;
  }

  .about-img-pos {
    position: absolute;
    right: 0px;
    bottom: -12%;
    background-color: #fff;
    border: 5px solid #fff;
  }

  .inner-content {
    padding-left: 30px;
  }

  .about-main1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .inner-content h2 {
    text-transform: uppercase;
    font-size: 25px;
  }

  .inner-content h4 {
    text-transform: capitalize;
    font-size: 47px;
    padding: 5px 0px;
    color: #be9170;
  }

  .inner-content p {
    /*text-transform: capitalize;*/
    font-size: 20px;
    /*width: 70%;*/
    /*font-weight: bold;*/
    text-align: justify;
    /*padding: 7px 0px;*/
    /*word-spacing: 20px;*/
  }

  .btn a {
    padding: 10px 78px 13px 22px;
    display: inline-block;
    background-color: #323232;
    color: #fff;
    border-radius: 3px;
  }

  /* =====================testi============ */
  .testi-img img {
    height: 450px;
    width: 250px !important;
  }

  .testi-content {
    padding: 70px 20px 70px 184px;
    text-transform: capitalize;
    text-align: left;
    background-color: #f0f2ff;
    color: #000;
    line-height: 33px;
    font-size: 20px;
    /*font-weight: 500;*/
  }

 

  #sync2 img {
    box-shadow: 0px 0px 10px #333;
  }

  #sync2 .owl-prev {
    position: absolute;
    padding: 21px !important;
    bottom: -5px;
    right: 59px;
    background-color: #333;
  }

  #sync2 .owl-next {
    position: absolute;
    padding: 21px !important;
    bottom: -5px;
    right: 0px;
    background-color: #333;
  }

  .content-img {
    display: flex;
    padding-top: 15px;
  }

  .content-img img {
    width: 95px !important;
    opacity: 15%;
    /* display: inline-block;
    border-radius: 50%;
    border: 2px solid white;
    padding: 10px 10px; */
  }

  .content-img h2 {
    display: inline-block;
    padding-left: 26px;
    font-size: 25px;
  }

  .content-img h2 span {
    font-weight: 300;
    font-size: 25px;
  }

  #testi-owl.owl-carousel .owl-nav.disabled {
    display: block !important;
  }

  /* #testi-owl .item{
  position: relative;
} */
  .testi-img {
    position: absolute;
  }



  /*===================== service =============================  */
  .serv-img img {
    width: 200px !important;
  }

  .pro-owl-carousel .owl-carousel .item {
    transition: transform 0.35s ease;
    transform: scale(0.8);
    /* Make items smaller by default */
  }

  .pro-owl-carousel .owl-carousel .center .item {
    transform: scale(1);
    /* Center item is larger */
  }

  .pro-owl-carousel .owl-carousel .owl-item {
    padding: 0 10px;
  }

  .pro-owl-carousel .owl-carousel {
    display: inline-block;
    text-align: center;
  }

  /*=====================serv- end =============================  */

  /*===================== footer =============================  */
  footer {
    padding: 60px 0px 0px 0px;
  }

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

  .end-foot {
    background-color: #bc8f6e;
    color: #fff;
  }

  .end-foot a {
    color: #fff;
  }

  .footer-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-content ul li {
    padding: 0px 18px;
    display: inline-block;
  }

  .footer-content ul li a i {
    font-size: 28px;
    color: #000000;
  }

  .footer-content ul li a i:hover {
    color: #bc8f6e;
  }

  .footer-content h2 {
    font-size: 16px;
    padding-bottom: 20px;
    color: #000000;
  }

  .footer-content h3 {
    display: inline-block;
    font-size: 18px;
    padding-right: 7px;
  }

  .footer-content h3 a i {
    padding: 6px 6px;
    display: inline-block;
    border-radius: 50%;
    background-color: #2196f3;
    font-size: 13px;
    color: #fff;
    margin: 0px 8px;
  }

  .footer-content h3 a {
    color: #000;
  }

  .social-link {
    padding-bottom: 20px;
  }

  .f-mail {
    width: 21px;
    margin: 0px 9px;
  }

  /* ======================about-sec========================= */



  .about-1 h4 {
    font-family: Montserrat-Bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: 46px;
    text-align: center;
  }

  .about-1 hr {
    color: #bb8e6d;
    height: 4px;
  }

  .about-1 h2 {
    color: #be9170;
  }

  .about-1 {
    padding: 50px 0px;
  }

  .show-head {
    padding: 40px 0px;
    /* background-color:#be9170 ; */
    color: #333;
    display: none;
    font-family: "ReemKufi-Regular";
  }

  .sub-heads {
    text-align: end;
  }

  .show-line {
    padding: 20px 50px 10px 50px;
    border-radius: 30px;
    background-color: #e3e3e3;
  }

  .show-line:hover {
    background-color: #be9170;
    color: #fff;
  }

  .abt-img {
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: bottom center; */
    /* min-height: 400px; */
    /* border-radius: 30px; */
    box-shadow: 5px 5px 11px #333;
  }

  .card-block-1 {
    padding-right: 75px;
  }

  .card-block-2 {
    padding-left: 75px;
  }

  .abt-box h5 {
    font-size: 19px;
    line-height: 30px;
  }

  .abt-box p {
    font-size: 14px;
    padding: 4px 0px;
    line-height: 25px;
  }

  .abt-box {
    /* border: 1px solid #333; */
    padding: 65px 18px;
    text-align: center;
    box-shadow: 0px 0px 10px;
    background-color: #f0f2ff;
    height: 563px;
}

  .abt-box1:hover {
    background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../images/serv-img-3.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all ease 1s;
  }

  .abt-box2:hover {
    background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../images/serv-img-6.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all ease 1s;
  }

  .abt-box3:hover {
    background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../images/serv-img-8.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all ease 1s;
  }

  .card {
    background-color: transparent !important;
  }

  .about-img-box {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .about-img-box img {
    /* width: 180px; */
  }

  .service-item a {
    text-transform: capitalize;
  }

  .service-item ul li {
    text-transform: capitalize;
  }

  .service-item ul li i {
    color: #be9170;
  }

  .about-1 .card-block p {
    color: #000;
    font-family: 'TrajanPro-bold';
    font-size: 16px;
    text-align: justify;
    line-height: 33px;
  }

  .about-1 .card-block .btn-primary {
    background-color: #ef3c40;
    padding: 5px 15px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    width: max-content;
    animation: mymove 5s infinite;
  }

  .bbb1 a {
    color: #fff;
  }

  /* .why-title-01:after {
content: "";
position: absolute;
display: block;
width: 35%;
height: 3px;
background: #cadb2a;
left: 0;
right: 0;
bottom: 0;
border-radius: 25px;
z-index: 2;
} */


  .about-1 .card-header {
    background-color: transparent;
  }

  .about-1 .card-header img {
    border-radius: 40px;
    padding: 15px;
  }


  .about-1 .card-block ul li {
    color: #000;
    font-family: 'TrajanPro-Regular';
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    padding-bottom: 0.6em;
    padding-top: 0.6em;
    list-style-type: none;
  }


  .abt-pad {
    background-image: url(../images/abt-bg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding: 70px 0px;
    /* background-position: center; */

  }

  #sync2 {
    position: relative;
    z-index: 1000;
  }



  .about-2 .card-block h4 {
    font-family: Montserrat-Bold;
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
  }

  .about-2 .card {
    background-color: transparent;
  }

  .about-2 .card-block {
    padding: 1.6em;
    background-color: #fff;
    border: 5px solid #cadb2a14;
  }

  .about-2 .card-block p {
    color: #000;
    font-family: Roboto-Regular;
    font-size: 16px;
    text-align: justify;
    line-height: 33px;
  }

  .about-2 {
    background-color: #cadb2a14;
  }

  .about-1 .abt-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* min-height: 400px; */
    border-radius: 30px;
  }

  /* ===============service======================== */
  .ser-gap {
    margin: 23px;
  }

  .portfolio {
    position: relative;
  }

  .profiles .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -114px;
    padding: 21px 25px !important;
    border: 2px solid #333;
    border-radius: 50%;

  }

  .profiles .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -114px;
    padding: 21px 25px !important;
    border: 2px solid #333;
    border-radius: 50%;

  }

  .pro-owl-carousel .item {
    position: relative;
  }

  .pos-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 30px 55px;
    background-color: #f7f7f7e6;
    color: #000;
  }

  .pos-text h2 {
    font-size: 20px;
  }

  .pro-owl-carousel .owl-nav.disabled {
    display: block !important;
  }

  .sec-heading {
    padding: 30px 0px 0px 40px;
  }

  .sec-heading h5 {
    font-size: 30px 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "ReemKufi-Regular";
    /* color: #be9170; */
  }

  .sec-heading h2 {
    font-size: 58px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #be9170;
    font-family: "ReemKufi-Regular";
  }

  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #bc9070 !important;
    color: #FFF;
    text-decoration: none;
  }



  /* ==================serv-main================== */
  /*--------------------------------------------------------------
# project Section
--------------------------------------------------------------*/

  .gallery-head {
    color: #03a9f4;
    font-size: 40px;
    font-family: "ReemKufi-Regular";
    text-transform: uppercase;
  }

  .project .photos {
    padding: 5px;
  }

  .project .photos .item {
    padding: 10px;
  }

  .project .photos .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 1rem 0 rgb(47 91 234 / 15%);
    border: 1px solid #fff;
  }

  .project .photos img {
    padding: 10px;
    max-width: 100%;
    width: 450px;
    height: auto;
  }

  .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
  }

  .project .photos .card h5 {
    color: #353536;
    font-size: 18px;
    font-family: "ReemKufi-Regular";
    text-transform: capitalize;
    line-height: 26px;
    margin: 0px 0.7rem;
  }

  .project .photos .card p {
    color: #4e5052;
    font-size: 15px;
    margin: 0.5rem;
    font-family: "ReemKufi-Regular";
    line-height: 24px;
    text-align: justify;
  }

  .project .photos .card a {
    background-color: transparent;
    color: #03a9f4;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    font-family: "ReemKufi-Regular";
    border: transparent;
    transition: 0.3s;
    margin: 10px 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 1px;
  }

  .project {
    /* padding: 60px 0; */
    overflow: hidden;
    position: relative;
  }

  /*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
  .services {
    padding: 0px 0px 50px 0px;
  }

  .section-header {
    text-align: center;
    padding: 40px 0px;
  }

  .services .img {
    border-radius: 8px;
    overflow: hidden;
  }

  .services .img img {
    transition: 0.6s;
  }

  .about-img-offer {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .offer {
    padding: 65px 18px 5px 18px;
    text-align: center;
    box-shadow: 0px 0px 10px;
    background-color: #f0f2ff;
    margin: 50px 20px;
  }

  #serv-slider .owl-nav.disabled {
    display: block;
  }

  .re-pad {
    font-size: 16px;
    padding-bottom: 20px;
    font-family: "ReemKufi-Regular";
  }

  .re-pad i {
    font-size: 24px;
    padding-left: 9px;
  }

  .offer1:hover {
    /* background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../images/serv-img-2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all ease 1s; */
  }

  .offer2:hover {
    /* background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../images/serv-img-1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all ease 1s; */
  }

  .offer3:hover {
    /* background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(../images/serv-img-9.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all ease 1s; */
  }

  .offer:hover .re-pad {
    color: #fff !important;
  }

  .offer:hover .offer h5 {
    font-size: 20px;
    padding: 26px 0px 10px 0px;
    font-family: "ReemKufi-Regular";
  }

  .offer p {
  text-align: justify;
    /*font-size: 17px;*/
    /*padding: 6px 16px 20px 25px;*/
    /*font-family: "ReemKufi-Regular";*/
  }

  .about-img-offer img {
    width: 180px !important;
  }

  .ser-head {
    padding: 20px 0px;
    /* background-color: #4444; */
    color: #be9170;
    text-align: center;
  }


  .ser-head h3 {
    text-transform: uppercase;
  }

  .services .details {
    padding: 50px 30px 2px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background-color: #ffffffb0;
    position: relative;
    /* background: rgba(var(--color-white-rgb), 0.9); */
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #333;
  }

  .ser-btn-1 a {
    padding: 8px 15px;
    background-color: #fff;
    border: 1px solid #be9170;
    display: inline-block;
    border-radius: 20px;
    margin-top: 16px;
  }

  .ser-btn-1 a:hover {
    background-color: #be9170;
    color: #fff;
  }

  .ms i {
    color: #be9170;
    text-transform: capitalize;
  }

  .ms h3 {
    color: #be9170;
    text-transform: capitalize;
  }

  .ms ul li {
    padding: 4px 0px;
  }

  .ms ul li i {
    padding-right: 5px;
  }

  .services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid #be9170;
  }

  .services .details h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
  }

  .services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .services .service-item:hover .details h3 {
    color: var(--color-primary);
  }

  .services .service-item:hover .details .icon {
    background: #fff;
    border: 2px solid #fff;
    color: #be9170;
    transform: scale(1.01);
  }

  .services .service-item:hover .details .icon i {
    color: var(--color-primary);
  }

  .services .service-item:hover .img img {
    transform: scale(1.2);
  }

  /* #testi-owl .item{
  position: relative;
}

.testi-img{
  position: absolute;
}
.testi-img img{
  width: 350px !important;
    height: 72vh !important;
} */


  .bi-chevron-left {
    color: #fff !important;
  }

  .bi-chevron-right {
    color: #fff !important;
  }


  /* ------------------------------------------------ */
  /* gallery */
  /* ------------------------------------------------ */
  .galler-1 {
    padding: 30px 0px;
    background-image: url(../images/banner/Artboard\ 2.png);
    background-repeat: no-repeat;


  }

  .g-cha {
    color: #ae8263 !important;
  }

  .gal-title {
    /* background-color: #e6e6e6; */
    border: 1px solid #e6e6e6;
    color: #ae8263;
    padding: 10px;
    text-transform: capitalize;
  }

  .galler-1 .col-lg-4 {
    padding: 5px !important;
  }

  .g-tag .g-img {
    display: inline-block;
  }

  .g-img {
    padding: 0px 3px;
    overflow: hidden;
    position: relative;
  }

  .g-para p {
    font-family: "ReemKufi-Regular";
  }

  .g-img:hover.g-img img {
    transform: scale(1.1);
    transition: all ease 1s;
  }

  .g-head {
    padding: 10px 0px;
    font-family: "ReemKufi-Regular";
  }

  .g-head h3 {
    font-size: 20px;
  }

  .g-head span {
    font-size: 51px;
    padding: 10px 0px;
    display: inline-block;
    color: #ae8263;
  }

  .g-con {
    position: absolute;
    bottom: -74px;
    padding: 10px 74px;
    background-color: #be9170;
    transition: all ease 1s;
  }

  .g-con h2 {
    font-size: 17px;
  }

  .g-img:hover .g-con {
    bottom: 6px;
    transition: all ease 1s;
  }

  .g-img:hover {
    opacity: 0.8;
  }

  /* ------------------------------------------------ */
  /* contact */
  /* ------------------------------------------------ */

  .con-page {
    background-image: url(../images/con-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .contact-info-item {
    text-align: center;
    /* background: #b38768; */
    margin-bottom: 30px;
    padding: 35px 45px 36px;
    box-shadow: 0px 0px 10px #333;
    height: calc(100% - 30px);
    border: 1px solid rgba(0, 0, 0, 0.07);
  }

  .contact-info-section {
    padding: 30px 0px;
  }

  .contact-info-item>i {
    font-size: 45px;
    margin-bottom: 25px;
    color: #be9170;
    width: 100px;
    height: 100px;
    background: #fff;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 4px 10px rgb(40 40 40 / 20%);
  }

  .contact-info-item>i:hover {
    background: #be9170;
    color: #fff;
  }

  .contact-form-wrap {
    box-shadow: 0px 4px 10px rgb(40 40 40 / 20%);
    padding: 60px 80px;
  }

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

  .section-title {
    z-index: 1;
    position: relative;

  }

  .home-one .section-title h2 {
    text-transform: uppercase;
  }

  .form-group label {
    top: 12px;
    right: 30px;
    font-size: 18px;
    position: absolute;
  }

  .form-group label i {
    font-size: 20px;
  }

  .contact-form-wrap .form-control {
    border: none;
    box-shadow: 0px 4px 10px rgb(40 40 40 / 20%);
    padding: 20px;
  }

  .theme-btn.style-six {
    padding: 10px;
    border: none;
    color: white;
    background: #D6B981;

  }

  .theme-btn.style-six:hover {
    color: #D6B981;
    background: #fff;
    box-shadow: 0px 0px 8px #999;
  }

  .theme-btn i {
    font-size: 13px;
    transition: 0.5s;
    margin-left: 10px;
  }

  .shadow.dark {
    position: relative;
    z-index: 1;
  }

  .aboutbanner1 {
    padding: 100px 30px 100px 30px;
  }

  .aboutbanner1 h1 {}

  .shadow {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
  }

  .bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .breadcrumb-area {
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .top-view {
    padding: 60px 0px;
  }

  .shadow.dark:after {
    /* background: #5e5a5a; */
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }

  #logo img {
    margin-left: 35px;
  }

  @media only screen and (max-width: 1200px) {
    .contact-form-wrap {

      padding: 10px 10px;
    }
  }

  /* ===============contact-END========== */





  /* ======================about-sec-end========================= */

  .slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .slider {
    display: flex;
  }

  .slide {
    flex: 0 0 100%;
    /* Each slide takes full width */
    transition: transform 0.5s ease;
    /* Smooth transition */
  }

  .slide img {
    width: 100%;
    height: auto;
  }

  /* ============================testi================ */

  .testi {
    padding: 60px 0px;
  }

  .test-head h5 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "ReemKufi-Regular";
    color: #333;
  }

  .test-head h2 {
    font-size: 58px;
    font-weight: 900;
    /* text-transform: uppercase; */
    color: #be9170;
    font-family: "ReemKufi-Regular";
  }

  .test-slide {
    position: absolute;
    top: 36%;
    right: -150px;

    z-index: 555;
  }

  .test-pos {
    position: relative;
    z-index: 1;
  }

  .test-cent {
    display: flex;
    align-items: center;
  }

  .footer-end {
    padding: 10px 0px 1px 0px;
    text-align: center;
  }

  .copyright strong {
    font-weight: normal;
    text-transform: capitalize;
    color: #333;
  }

  .copyright a {
    font-weight: normal;
    text-transform: capitalize;
    color: #333;
  }

  b,
  strong {
    font-weight: bold !important;
  }

  /* ------------------------------------------------------------------------------------------------------------------ */

  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* body {
    background-color: #202948;
    font-family: "Poppins", sans-serif;
  }
   */
  .gallery {
    width: 100%;
    position: relative;
    /* min-height: 31.25rem; */
    height: 80vh;
  }

  .gallery .content {
    position: absolute;
    z-index: 50;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.175rem;
  }

  .gallery .content span {
    font-size: clamp(1.85rem, 1.7053rem + 0.5447vw, 2.25rem);
    font-weight: 300;
    display: block;
    margin-bottom: -0.625rem;
  }

  @media screen and (min-width: 42.5rem) {
    .gallery .content span {
      margin-bottom: -1.875rem;
    }
  }

  .gallery .content h1 {
    font-size: clamp(3.5rem, 1.8723rem + 6.1277vw, 8rem);
    font-weight: 400;
    margin-inline: -0.313rem;
  }

  .gallery .content p {
    font-size: clamp(1.2rem, 1.0191rem + 0.6809vw, 1.7rem);
    margin-top: -0.313rem;
  }

  @media screen and (min-width: 42.5rem) {
    .gallery .content p {
      margin-top: -1.563rem;
    }
  }

  .gallery .content hr {
    display: block;
    width: 3rem;
    border: none;
    height: 0.125rem;
    background: #fff;
    margin-top: 0.938rem;
    margin-inline: 0.313rem;
  }

  .gallery footer {
    position: absolute;
    z-index: 50;
    left: 2rem;
    bottom: 3%;
    transform: translateY(-50%);
    width: 38%;
  }

  .gallery footer h3 {
    padding: 10px 70px 10px 20px;
    background-color: #fff;
    display: inline-block;
    font-size: 75px;
    font-family: "ReemKufi-Regular";
    text-transform: capitalize;
  }

  .gallery footer span {
    text-transform: capitalize;
    background-color: #fff;
    display: inline-block;
    font-size: 75px;
    font-family: 'bootstrap-icons';
    font-weight: 300;
  }

  .gallery footer p {
    padding: 12px 43px 16px 0px;
    text-transform: capitalize;
    font-size: 17px;
    width: 70%;
    font-weight: bold;
    color: #fff;
    word-spacing: 20px;
  }

  @media screen and (min-width: 37.5rem) {
    .gallery footer {
      left: 23rem;
    }
  }

  .gallery footer ul {
    list-style: none;

  }

  .gallery footer ul li {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-size: 1.75rem;
    color: #1aad8a;
  }

  .gallery footer ul li span {
    font-size: 0.8rem;
    opacity: 0.4;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-right: 0.5rem;
  }

  .gallery-slider {
    width: 100%;
    height: 100%;
  }

  .gallery-slider .swiper-slide {
    width: auto;
    height: 100%;
  }

  .gallery-slider .swiper-slide::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, #0000001c 100%);
  }

  .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

  .gallery .swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: left;
  }

  .gallery .swiper-pagination-bullet {
    border-radius: 0;
    width: 1.125rem;
    height: 0.25rem;
    background: #fff;
  }

  .gallery .swiper-pagination-bullet-active {
    background: #fff;
  }

  .gallery .more {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
    font-size: 0.8rem;
    transform: translateY(-0.938rem);
    position: absolute;
    z-index: 10;
    right: 1.875rem;
    letter-spacing: 0.1rem;
    /* display: none; */
  }

  @media screen and (min-width: 37.5rem) {
    .gallery .more {
      display: inline-block;
    }
  }

  .gallery .more:hover {
    opacity: 1;
  }

  .gallery-thumbs {
    width: 14.375rem;
    padding: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100vh;
  }

  @media screen and (min-width: 37.5rem) {
    .gallery-thumbs {
      width: 50rem;
    }
  }

  .gallery-thumbs .swiper-slide {
    width: 57%;
    height: auto;
    text-align: center;
    overflow: hidden;
    opacity: 0.5;
    box-shadow: 0px 0px 20px #333;
  }

  .gallery-thumbs .swiper-slide-active {
    opacity: 1;
  }

  .gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
  }

  .details ul li{
    cursor: pointer;
  }
  /* ------------------------------------------------------------- */