
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Marcellus", serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #be5b27;
  --color-secondary: #be5b27;
}
@font-face {
  font-display: swap;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #00b6a1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary)!important;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 1px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
  overflow: clip;
}

.sections-bg {
  background-color: #f6f6f6;
   /*background: linear-gradient(rgb(0 0 0 / 100%), rgb(0 0 0 / 100%)), url(../img/new/ser-bg-1.jpg) center center;*/
}

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

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
    background-position: center center;
    background-size: cover;
    padding: 150px 60px;
    border-radius: 0px 0px 150px 0px;
    overflow: hidden;
}

.breadcrumbs .page-header h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99;
  background: linear-gradient(90deg, rgba(190,91,39,1) 2%, rgba(0,0,0,1) 100%);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: linear-gradient(90deg, rgba(0,0,0,1) 2%, rgba(190,91,39,1) 100%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;

}

#preloader img{
  max-width: 8%;
  margin: auto;
  z-index:5;
}

#preloader:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:50%;
    background-color:#fff;
     z-index:1;
}

#preloader:before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50%;
    background-color:#fff;
    z-index:1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar{background:#be5b27;background:linear-gradient(90deg,rgba(190,91,39,1) 2%,rgba(0,0,0,1) 100%);height:35px;font-size:14px;transition:all .5s;color:#fff;padding:0}.topbar .contact-info i{font-style:normal;color:#fff;line-height:0}.topbar .contact-info i a,.topbar .contact-info i span{padding-left:5px;color:#fff}@media(max-width:575px){.topbar .contact-info i a,.topbar .contact-info i span{font-size:13px}}.topbar .contact-info i a{line-height:0;transition:.3s}.topbar .contact-info i a:hover{color:#fff;text-decoration:underline}.topbar .social-links a{color:rgba(255,255,255,0.7);line-height:0;transition:.3s;margin-left:12px}.topbar .social-links a:hover{color:#fff}.header{transition:all .5s;z-index:997;height:75px;background-color:#fff}.header.sticked{position:fixed;top:0;right:0;left:0;height:80px;box-shadow:0 2px 20px rgba(0,0,0,0.1)}.header .logo img{max-height:60px;margin-right:6px}.header .logo h1{font-size:30px;margin:0;font-weight:600;letter-spacing:.8px;color:#fff;font-family:var(--font-primary)}.header .logo h1 span{color:#be5b27}.sticked-header-offset{margin-top:70px}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1000px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: rgb(0 0 0);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    letter-spacing: 1px;
  }

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

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    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 .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 8px 20px;
    font-size: 13px;
    text-transform: none;
    font-weight: 600;
    color: #000000;
  }

  .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: var(--color-secondary);
  }

  .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 (min-width: 1000px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

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

@media (min-width: 1000px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1000px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
   background: linear-gradient(176deg, rgb(190 91 39 / 83%) 2%, rgb(0 0 0) 100%);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #007466;
    border: 1px solid #006459;
  }

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

  .mobile-nav-show {
    color: rgb(0 0 0);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(353deg, rgb(76 27 2 / 89%) 2%, rgb(0 0 0 / 66%) 100%);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

.about h3{font-weight:700;font-size:28px;margin-bottom:20px;font-family:var(--font-secondary)}.about .call-us{left:10%;right:10%;bottom:0;background-color:#fff;box-shadow:0 2px 25px rgba(0,0,0,0.08);padding:20px;text-align:center}.about .call-us h4{font-size:24px;font-weight:700;margin-bottom:5px}.about .call-us p{font-size:28px;font-weight:700;color:var(--color-primary)}.about .content ul{list-style:none;padding:0}.about .content ul li{padding:0 0 10px 30px;position:relative}.about .content ul i{position:absolute;font-size:20px;left:0;top:-3px;color:var(--color-primary)}.about .content p:last-child{margin-bottom:0}.clients{padding:40px 0}.clients .swiper{padding:10px 0}.clients .swiper-slide img{transition:.3s}.clients .swiper-slide img:hover{transform:scale(1.1)}.clients .swiper-pagination{margin-top:20px;position:relative}.clients .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:#fff;opacity:1;background-color:#ddd}.clients .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--color-primary)}.stats-counter{padding:40px 0}.stats-counter .stats-item{padding:20px 0;border-bottom:1px solid #e4e4e4}.stats-counter .stats-item .purecounter{min-width:90px;padding-right:15px}.stats-counter .stats-item i{font-size:44px;line-height:0;margin-right:15px}.stats-counter .stats-item span{font-size:40px;display:block;font-weight:700;color:var(--color-primary);line-height:40px}.stats-counter .stats-item p{margin:0;font-family:var(--font-primary);font-size:14px}.call-to-action .container1{background:linear-gradient(rgb(0 0 0 / 24%),rgb(0 0 0 / 25%)),url(../img/new/work-bg-1.webp) center center;background-size:cover;padding:150px 60px;height:150px;border-radius:10px 10px 70px 10px;overflow:hidden;z-index:9}.bg-1-img img{border-radius:10px}.img-area{margin-top:-50px}.icon-box{width:70px;height:70px;margin-bottom:15px}.icon-box img{width:100%;height:100%;object-fit:cover}.call-to-action h3{color:#fff;font-size:32px;font-weight:600;margin-bottom:20px}.call-to-action p{color:#fff;margin-bottom:20px;max-width:75%;margin:auto}.work-box{width:100%;height:auto;box-shadow:rgba(0,0,0,0.2) 0 12px 28px 0,rgba(0,0,0,0.1) 0 2px 4px 0,rgba(255,255,255,0.05) 0 0 0 1px inset;margin-bottom:25px;overflow:hidden;background-color:#be5b27;padding-bottom:5px;border-radius:5px 5px 100px 5px;transition:.5s all}.work-box:hover{transform:translateY(-15px)}.work-box img{width:100%;height:100%;object-fit:cover;border-radius:5px 5px 100px 5px}.work-box a{display:inline-block;border-radius:10px 10px 70px 10px}.work-img .col-lg-4{z-index:99}.work-img{margin-top:-70px}.work-img-box{position:relative}.work-content{position:absolute;top:70%;left:50%;width:100%;transform:translate(-50%,-50%)}.work-img-box img{border-radius:10px}.work-content1 h3{color:#000}.work-content1 p{color:#000}@keyframes pulsate-btn{0{transform:scale(0.6,0.6);opacity:1}100%{transform:scale(1,1);opacity:0}}.services{padding:60px 0;border-radius:0 0 200px 0}.ser-card{background-color:#be5b27;padding-bottom:5px;border-radius:5px 5px 100px 5px;transition:.5s all}.ser-card:hover{transform:translateY(-20px)}.services .service-item{padding:40px;background:#fff;height:100%;border-radius:5px 5px 100px 5px}.services .service-item .icon{width:80px;height:80px;position:relative;margin-bottom:20px}.services .service-item .icon i{color:var(--color-default);font-size:56px;transition:ease-in-out .3s;z-index:2;position:relative}.services .service-item h3{color:var(--color-default);font-weight:700;margin:0 0 10px 0;padding-bottom:8px;font-size:22px;position:relative;display:inline-block;transition:.3s}.services .service-item p{line-height:24px;font-size:14px;margin-bottom:0}.services .service-item .readmore{margin-top:15px;display:inline-block;color:var(--color-primary)}.services .service-item:hover .icon:before{background:#00b6a1}.faq{background-color:#f6f6f6;border-radius:0 0 200px 0}.faq .content h3{font-weight:400;font-size:34px}.faq .content h4{font-size:20px;font-weight:700;margin-top:5px}.faq .content p{font-size:15px;color:#6c757d}.faq .content img{filter:grayscale(1)}.faq .accordion-item{border:0;margin-bottom:20px;box-shadow:0 5px 25px 0 rgba(0,0,0,0.06);border-radius:10px}.faq .accordion-item:last-child{margin-bottom:0}.faq .accordion-collapse{border:0}.faq .accordion-button{padding:20px 50px 20px 20px;font-weight:600;border:0;font-size:18px;line-height:24px;color:var(--color-default);text-align:left;background:#fff;box-shadow:none;border-radius:10px}.faq .accordion-button .num{padding-right:10px;font-size:20px;line-height:0;color:var(--color-primary)}.faq .accordion-button:not(.collapsed){color:var(--color-primary);border-bottom:0;box-shadow:none}.faq .accordion-button:after{position:absolute;right:20px;top:20px}.faq .accordion-body{padding:0 40px 30px 45px;border:0;border-radius:10px;background:#fff;box-shadow:none;line-height:30px}.recent-posts article{box-shadow:0 4px 16px rgba(0,0,0,0.1);background-color:#fff;padding:30px 20px;height:100%;border-radius:10px;overflow:hidden;transition:.5s all}.recent-posts article:hover{transform:translateY(-25px)}.recent-posts .post-img{height:250px;margin:-30px -30px 15px -30px;overflow:hidden}.post-img img{width:100%;height:100%;object-fit:cover}.recent-posts .post-category{font-size:16px;color:#6f6f6f;margin-bottom:10px}.recent-posts .title{font-size:19px;font-weight:500;padding:0;margin:14px 0 10px 0;line-height:27px}.recent-posts .title a{color:var(--color-default);transition:.3s}.recent-posts .title a:hover{color:var(--color-primary)}.recent-posts .post-author-img{width:50px;border-radius:50%;margin-right:15px}.recent-posts .post-author{font-weight:600;margin-bottom:5px}.recent-posts .post-date{font-size:14px;color:#3c3c3c;margin-bottom:0}.contact .info-container{background-color:var(--color-primary);height:100%;padding:20px;border-radius:10px 0 0 10px;box-shadow:0 2px 25px rgba(0,0,0,0.1)}.contact .info-item{width:100%;background-color:#009282;margin-bottom:20px;padding:20px;border-radius:10px;color:#fff}.contact .info-item:last-child{margin-bottom:0}.contact .info-item i{font-size:20px;color:#fff;float:left;width:44px;height:44px;background-color:rgba(255,255,255,0.2);display:flex;justify-content:center;align-items:center;border-radius:50px;transition:all .3s ease-in-out;margin-right:15px}.contact .info-item h4{padding:0;font-size:20px;font-weight:600;margin-bottom:5px}.contact .info-item p{padding:0;margin-bottom:0;font-size:14px}.contact .info-item:hover i{background:#fff;color:var(--color-primary)}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero-slider{
width: 100%;
/* border-radius: 0px 0px 150px 0px; */
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #be5b27;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
  background: #009786;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #fff;
}

.custom-swiper-button-next ,.custom-swiper-button-prev {
  right: 40px;
  width: 45px;
  height: 45px;
  background-color: #ffffff97;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
}

.clients .swiper-button-next, .clients .swiper-button-prev{
    position: absolute;
    bottom: -70px !important;
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, rgba(190, 91, 39, 1) 2%, rgba(0, 0, 0, 1) 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.clients .swiper-button-next{
    left: 53%; 
}
.clients .swiper-button-prev {
    left: 47%;
}
.clients-slider{
    position:relative;
}

.clients .swiper-button-next:after, .clients .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    color:#fff;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
  border-top:5px solid var(--color-primary);
  min-height: 300px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
 font-size: 17px;
    color: #3e3e3e;
    margin: 0;
    margin-bottom: 7px;
}

.testimonials .testimonial-item h5 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  /*font-style: italic;*/
  margin: 5px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #be5b27;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination{margin-top:30px;color:#555}.blog .blog-pagination ul{display:flex;padding:0;margin:0;list-style:none}.blog .blog-pagination li{margin:0 5px;transition:.3s;border-radius:10px}.blog .blog-pagination li a{color:var(--color-default);padding:7px 16px;display:flex;align-items:center;justify-content:center}.blog .blog-pagination li.active,.blog .blog-pagination li:hover{background:var(--color-primary);color:#fff}.blog .blog-pagination li.active a,.blog .blog-pagination li:hover a{color:var(--color-white)}.blog .posts-list article{box-shadow:0 4px 16px rgba(0,0,0,0.1);padding:30px;height:100%;border-radius:10px;overflow:hidden}.blog .posts-list .post-img{max-height:240px;margin:-30px -30px 15px -30px;overflow:hidden}.blog .posts-list .post-category{font-size:16px;color:#555;margin-bottom:10px}.blog .posts-list .title{font-size:22px;font-weight:700;padding:0;margin:0 0 20px 0}.blog .posts-list .title a{color:var(--color-default);transition:.3s}.blog .posts-list .title a:hover{color:var(--color-primary)}.blog .posts-list .post-author-img{width:50px;border-radius:50%;margin-right:15px}.blog .posts-list .post-author-list{font-weight:600;margin-bottom:5px}.blog .posts-list .post-date{font-size:14px;color:#3c3c3c;margin-bottom:0}.blog .blog-details{box-shadow:0 4px 16px rgba(0,0,0,0.1);padding:30px;border-radius:10px}.blog .blog-details .post-img{margin:-30px -30px 20px -30px;overflow:hidden;border-radius:10px 10px 0 0}.blog .blog-details .title{font-size:28px;font-weight:700;padding:0;margin:20px 0 0 0;color:var(--color-default)}.blog .blog-details .content{margin-top:20px}.blog .blog-details .content h3{font-size:22px;margin-top:30px;font-weight:bold}.blog .blog-details .content blockquote{overflow:hidden;background-color:rgba(34,34,34,0.06);padding:60px;position:relative;text-align:center;margin:20px 0}.blog .blog-details .content blockquote p{color:var(--color-default);line-height:1.6;margin-bottom:0;font-style:italic;font-weight:500;font-size:22px}.blog .blog-details .content blockquote:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:var(--color-secondary);margin-top:20px;margin-bottom:20px}.blog .blog-details .meta-top{margin-top:20px;color:#6c757d}.blog .blog-details .meta-top ul{display:flex;flex-wrap:wrap;list-style:none;align-items:center;padding:0;margin:0}.blog .blog-details .meta-top ul li+li{padding-left:20px}.blog .blog-details .meta-top i{font-size:16px;margin-right:8px;line-height:0;color:var(--color-primary)}.blog .blog-details .meta-top a{color:#6c757d;font-size:14px;display:inline-block;line-height:1}.blog .blog-details .meta-bottom{padding-top:10px;border-top:1px solid rgba(34,34,34,0.15)}.blog .blog-details .meta-bottom i{color:#555;display:inline}.blog .blog-details .meta-bottom a{color:rgba(34,34,34,0.8);transition:.3s}.blog .blog-details .meta-bottom a:hover{color:var(--color-primary)}.blog .blog-details .meta-bottom .cats{list-style:none;display:inline;padding:0 20px 0 0;font-size:14px}.blog .blog-details .meta-bottom .cats li{display:inline-block}.blog .blog-details .meta-bottom .tags{list-style:none;display:inline;padding:0;font-size:14px}.blog .blog-details .meta-bottom .tags li{display:inline-block}.blog .blog-details .meta-bottom .tags li+li::before{padding-right:6px;color:var(--color-default);content:","}.blog .blog-details .meta-bottom .share{font-size:16px}.blog .blog-details .meta-bottom .share i{padding-left:5px}.blog .post-author{padding:20px;margin-top:30px;box-shadow:0 4px 16px rgba(0,0,0,0.1);border-radius:10px}.blog .post-author img{max-width:120px;margin-right:20px}.blog .post-author h4{font-weight:600;font-size:22px;margin-bottom:0;padding:0;color:var(--color-default)}.blog .post-author .social-links{margin:0 10px 10px 0}.blog .post-author .social-links a{color:rgba(34,34,34,0.5);margin-right:5px}.blog .post-author p{font-style:italic;color:rgba(108,117,125,0.8);margin-bottom:0}.blog .sidebar{padding:30px;box-shadow:0 4px 16px rgba(0,0,0,0.1);border-radius:10px;position:sticky;top:100px}.blog .sidebar .sidebar-title{font-size:22px;font-weight:700;padding:0;margin:0;color:var(--color-default);margin-bottom:20px}.blog .sidebar .sidebar-item+.sidebar-item{margin-top:40px}.blog .sidebar .search-form form{background:#fff;border:1px solid rgba(34,34,34,0.3);padding:5px 10px;position:relative;border-radius:50px}.blog .sidebar .search-form form input[type=text]{border:0;padding:4px;border-radius:50px;width:calc(100% - 60px)}.blog .sidebar .search-form form input[type=text]:focus{outline:0}.blog .sidebar .search-form form button{position:absolute;top:0;right:0;bottom:0;border:0;background:0;font-size:16px;padding:0 25px;margin:-1px;background:var(--color-primary);color:#fff;transition:.3s;border-radius:50px;line-height:0}.blog .sidebar .search-form form button i{line-height:0}.blog .sidebar .search-form form button:hover{background:rgba(0,131,116,0.8)}.blog .sidebar .categories ul{list-style:none;padding:0}.blog .sidebar .categories ul li+li{padding-top:10px}.blog .sidebar .categories ul a{color:var(--color-default);transition:.3s}.blog .sidebar .categories ul a:hover{color:var(--color-primary)}.blog .sidebar .categories ul a span{padding-left:5px;color:rgba(34,34,34,0.4);font-size:14px}.blog .sidebar .recent-posts .post-item+.post-item{margin-top:15px}.blog .sidebar .recent-posts img{width:80px;float:left}.blog .sidebar .recent-posts h4{font-size:13px;margin-left:95px;font-weight:500;font-family:var(--font-default)}.blog .sidebar .recent-posts h4 a{color:var(--color-default);transition:.3s}.blog .sidebar .recent-posts h4 a:hover{color:var(--color-primary)}.blog .sidebar .recent-posts time{display:block;margin-left:95px;font-style:italic;font-size:14px;color:rgba(34,34,34,0.4)}.blog .sidebar .tags{margin-bottom:-10px}.blog .sidebar .tags ul{list-style:none;padding:0}.blog .sidebar .tags ul li{display:inline-block}.blog .sidebar .tags ul a{color:#555;font-size:14px;padding:6px 20px;margin:0 6px 8px 0;border:1px solid #d5d5d5;display:inline-block;transition:.3s;border-radius:50px}.blog .sidebar .tags ul a:hover{color:#fff;border:1px solid var(--color-primary);background:var(--color-primary)}.blog .sidebar .tags ul a span{padding-left:5px;color:rgba(85,85,85,0.8);font-size:14px}.blog .blog-details .content h2{font-size:25px;font-weight:600}ul.ser-list li{margin-top:15px}.footer{font-size:15px;background-color:#070a09;padding:50px 0 0 0;color:white}.footer .footer-info .logo{line-height:0;margin-bottom:12px}.footer .footer-info .logo img{max-height:65px;margin-right:6px}.footer .footer-info .logo span{font-size:30px;font-weight:700;letter-spacing:1px;color:#fff;font-family:var(--font-primary)}.footer .footer-info p{font-size:15px;color:rgba(255,255,255,0.7);transition:.3s;display:inline-block;line-height:25px}.footer .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);font-size:16px;color:rgba(255,255,255,0.7);margin-right:10px;transition:.3s}.footer .social-links a:hover{color:#fff;border-color:#fff}.footer h4{font-size:20px;font-weight:400;position:relative;padding-bottom:12px;letter-spacing:1px;color:#fff}.footer .footer-links{margin-bottom:30px}.footer .footer-links ul{list-style:none;padding:0;margin:0}.footer .footer-links ul i{padding-right:2px;color:rgba(0,131,116,0.8);font-size:12px;line-height:0}.footer .footer-links ul li{padding:10px 0;display:flex;align-items:center}.footer-con li{list-style:none;margin-top:15px}ul.footer-con{padding:0;margin:0}.footer-con li a{color:rgba(255,255,255,0.7)}.footer-con li a i{color:#be5b27;padding-right:5px;display:inline-block}.footer .footer-links ul li:first-child{padding-top:0}.footer .footer-links ul a{color:rgba(255,255,255,0.7);transition:.3s;display:inline-block;line-height:1}.footer .footer-links ul a:hover{color:#fff}.footer .footer-contact p{line-height:26px;color:rgba(255,255,255,0.7)}.footer .copyright{text-align:center}.copyright{border-top:1px solid #cccccc54;padding:25px 0;margin-top:20px !important}.copyright p{font-size:16px;margin:0;padding:0;color:rgba(255,255,255,0.7)}.footer .credits{padding-top:4px;text-align:center;font-size:13px}.footer .credits a{color:#fff}swiper-container{width:100%;height:100%}swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.custom-swiper-button-next,.custom-swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:9}@media(max-width:768px){.custom-swiper-button-next,.custom-swiper-button-prev{display:none}}.custom-swiper-button-next span,.custom-swiper-button-prev span{font-size:20px;color:rgba(var(--color-white-rgb),0.7);transition:.3s all ease}.custom-swiper-button-next:hover span,.custom-swiper-button-next:focus span,.custom-swiper-button-prev:hover span,.custom-swiper-button-prev:focus span{color:rgba(var(--color-white-rgb),1)}.custom-swiper-button-next{right:40px}.custom-swiper-button-prev{left:40px}.swiper-pagination .swiper-pagination-bullet{background-color:#fff,0.8}.swiper-pagination .swiper-pagination-bullet-active{background-color:#fff,1}.bgvid{width:100%;height:100%;background-position:center center;background-size:contain;object-fit:cover;border-radius:0 0 150px 0}.sticked-header-offset{margin-top:10px}.about-content h2{font-size:25px;font-weight:400}.about-content h1{font-size:26px;font-weight:400}.about-content h3{font-size:22px;font-weight:500;font-family:"STIX Two Text",serif}.about-content p{font-size:15px;line-height:30px}.btn-box{padding:0;box-shadow:1px 2px 5px #ccc;display:inline-block;border-radius:50px}.btn-box a{display:inline-block;padding:10px 25px;background:#be5b27;background:linear-gradient(90deg,rgba(190,91,39,1) 2%,rgba(0,0,0,1) 100%);color:#fff;border-radius:50px;border:1px solid #be5b27;transition:.5s all}.btn-box a:hover{background:linear-gradient(90deg,rgba(0,0,0,1) 2%,rgba(190,91,39,1) 100%);border:1px solid #be5b27;color:#fff;padding-right:20px}.btn-box a i{transition:.5s all}.btn-box a:hover i{padding-left:10px}.swiper-pagination-bullet-active{background:linear-gradient(90deg,rgba(190,91,39,1) 2%,rgba(0,0,0,1) 100%)}.logo-box{background-color:#fff;padding:10px;box-shadow:rgba(0,0,0,0.15) 0 5px 15px 0;text-align:center;border-radius:10px;border-bottom:1px solid #be5b27}.logo-box img{width:75%}.about-img{transition:.5s all}.sticky{position:sticky;top:120px;z-index:9;transition:.5s all}.about-page p{margin-bottom:10px}.about-page p{font-size:16px;line-height:27px}.why-card{background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,0.15);padding:25px;border-radius:7px;border-left:5px solid var(--color-primary);transition:.5s all}.why-card:hover{transform:scale(1.03)}.why-choose .section-header p{font-size:16px;line-height:27px;color:#222}section.why-choose{background:#fbfbfb}.card-img{width:100%;height:300px}.card-img img{width:100%;height:100%;object-fit:cover}.card-box .card{border:0}.card-box h3{font-size:20px}.card-box{border-radius:10px;overflow:hidden;box-shadow:rgba(0,0,0,0.15) 0 15px 25px,rgba(0,0,0,0.05) 0 5px 10px;transition:.5s all}.card-box:hover{transform:translateY(-25px)}.card-box .card-body{min-height:275px;border-bottom:4px solid #be5b27}.gallery-box a{height:300px;width:100%;display:inline-block}.gallery-box img{width:100%;height:100%;object-fit:cover;border-radius:10px}.service-box .faq .content img{filter:grayscale(1);width:75%;margin:auto}.ser-con{background:linear-gradient(90deg,rgba(190,91,39,1) 2%,rgba(0,0,0,1) 100%);text-align:center;padding:12px 0;color:#fff;position:relative;width:100%;bottom:0}.ser-con h3{font-size:15px;margin-bottom:0;letter-spacing:1px;font-weight:400}.card-ser{border:1px solid #b35625;border-radius:5px;overflow:hidden;transition:.5s all;text-align:center;min-height:300px;position:relative;background-color:#b0afab}.card-ser:hover{transform:translateY(-25px)}.breadcrumbs .page-header h2{font-size:30px;text-shadow:1px 2px 3px #000}.breadcrumbs .page-header h1{font-size:30px;text-shadow:1px 2px 3px #000;font-weight:600;color:#fff;font-family:var(--font-secondary)}.tab-box ul{display:flex;justify-content:center;align-items:center;margin-bottom:0}.tab-box ul li{display:block;list-style:none;padding:15px 20px;color:#000;cursor:pointer;border-radius:0;margin:0;font-size:17px;font-weight:600;margin-top:10px;margin-right:20px;border-bottom:1px solid #fff0}.tab-box ul li span{display:block;width:60px;height:60px;margin:auto;margin-bottom:12px}.tab-box ul li span img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.tab-box ul li.active img{filter:grayscale(0)}.tab-box ul li.active{border-bottom:1px solid #be5b27;color:#be5b27}.ser-tab{background-color:#f6f6f6}.ser-tab-list{box-shadow:rgba(14,63,126,0.06) 0 0 0 1px,rgba(42,51,70,0.03) 0 1px 1px -0.5px,rgba(42,51,70,0.04) 0 2px 2px -1px,rgba(42,51,70,0.04) 0 3px 3px -1.5px,rgba(42,51,70,0.03) 0 5px 5px -2.5px,rgba(42,51,70,0.03) 0 10px 10px -5px,rgba(42,51,70,0.03) 0 24px 24px -8px;border-radius:10px;overflow:hidden}.tab-content{display:none}.tab-content.active{display:flex}.tab-box{border-bottom:1px solid #ccc}.logo-ar p{font-size:18px;font-weight:600}.tab-top h3{font-size:30px;font-weight:600;padding:0;padding-top:15px;color:#be5b27}.tab-top p{font-size:16px}.logo-ar p{font-weight:500;font-size:17px}.ser-4-tab .ser-tab-list{width:100%;height:100%;border:1px solid #cbcbcb;padding:10px;background-color:#fff}.ser-4-tab .ser-tab-list img{width:100%;height:100%;object-fit:contain}p.post-date span i{padding-right:8px}.contact .info-container{background-color:#fff;height:100%;padding:20px;border-radius:10px 0 0 10px;box-shadow:0 2px 25px rgba(0,0,0,0.1)}.contact .info-item{width:95%;background-color:#be5b27;margin-bottom:10px;padding:20px;border-radius:10px;color:#fff;min-height:150px}.contact .info-item:last-child{margin-bottom:10px}.contact .info-item i{font-size:20px;color:#fff;float:left;width:44px;height:44px;background-color:rgba(255,255,255,0.2);display:flex;justify-content:center;align-items:center;border-radius:50px;transition:all .3s ease-in-out;margin-right:15px}.contact .info-item h4{padding:0;font-size:20px;font-weight:600;margin-bottom:5px}.contact .info-item p{padding:0;margin-bottom:0;font-size:14px}.contact .info-item:hover i{background:#fff;color:var(--color-primary)}.info-item p a{color:#fff}::selection{color:#fff;background:rgba(190,91,39,1)}.animated-text{opacity:0;transform:translateY(30px);animation:slideIn 1s ease-in-out forwards}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}

/*=================Other Hero Section==============*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background-color: rgba(34, 39, 43, 0.8);*/
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 100px;
  right: 100px;
}

/* #hero .container {
  text-align: center;
} */

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  /* margin: 0 auto 30px auto; */
  color: #fff;
  max-width: 100%;
  margin: 0;
  margin-bottom: 25px;
  line-height: 30px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 25px;
  line-height: 0;
  width: auto;
  height: auto;
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 1);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
      background: linear-gradient(90deg, rgba(190, 91, 39, 1) 2%, rgba(0, 0, 0, 1) 100%);
}
.carousel-control-next, .carousel-control-prev {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
   background: linear-gradient(90deg, rgba(0, 0, 0, 1) 2%, rgba(190, 91, 39, 1) 100%);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #A68F5B;
}

#hero .btn-get-started {
  font-family:  "Lustria", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #A68F5B;
}

#hero .btn-get-started:hover {
  background: #BDA672;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.carousel-item{
  position: relative;
}
/* #hero .carousel-container{
  position: relative !important;
} */
.banner-img{
  opacity: 0;
}
.carousel-item.active .banner-img{
  opacity: 1;
}
.banner-img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.midd-slider{
  text-align: end !important;
}

.midd-slider p{
  margin-left: auto !important;
  margin: auto;
}
/*----------Zoom Slide-Start----------*/

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: slideZoom 15s infinite;
  opacity: 1;
  transition: opacity 1s;
}

.carousel-item.active .banner-img:nth-child(1) {
  animation-delay: 0s;
}

.carousel-item.active .banner-img:nth-child(2) {
  animation-delay: 0s;
}

.carousel-item.active .banner-img:nth-child(3) {
  animation-delay:0s;
}



@keyframes slideZoom {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  30% {
      opacity: 1;
      transform: scale(1.08);
  }
  33.33% {
      opacity: 1;
      transform: scale(1.08);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

.carousel-item{
    position:relative;
}
.text-box {
    position: absolute;
    z-index: 999;
    text-align: end;
    right: 100px;
    top: 100px;
        transform: translate(5%, -25%);
}
.text-box h3 {
    font-size: 41px;
    font-family: "STIX Two Text", serif;
    color:#fff;
       
        padding-bottom:10px;
}
.text-box p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
    font-family: "STIX Two Text", serif;
    color:#fff;
}

.carousel-container5 h3{
     text-shadow: 1px 2px 5px #000;
}

.carousel-container5 p{
     text-shadow: 1px 2px 5px #000;
}


.clients .swiper-button-next , .clients .swiper-button-prev{
    display:none;
}

.ar img{
    width:17%;
}

.v-360{
    border-top:2px solid #000;
     border-bottom:2px solid #000;
}


form#contactForm {
    padding-top: 15px;
    position:relative;
}

.form-container{
    position:relative;
}
.form-container::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    height: 50%;
    width: 1.5px;
    background: rgb(190, 91, 39);
    transform: translate(-50%, -50%);
    border-radius: 10px;
     transition:0.5s all;
}
.contact{
  transition:0.5s all;  
}
.contact:hover .form-container::after{
    transition:0.5s all;
     height: 100%;
}

#contactForm .form-control {
    padding: 12px 15px !important;
    border-radius: 50px;
    margin-bottom: 15px;
}
#contactForm .form-select{
  padding:12px 15px !important; 
   border-radius: 50px;
    margin-bottom: 15px;
}

.form-control:focus ,.form-select:focus  {
    color: #495057;
    background-color: #fff;
    border-color: #be5b27;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: none;
}

#contactForm .btn-primary{
     display: block;
    width: 100%;
    padding: 10px 25px;
    background: rgb(190, 91, 39);
    background: linear-gradient(90deg, rgba(190, 91, 39, 1) 2%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    border-radius: 50px;
    border: 1px solid #be5b27;
    transition: 0.5s all;
     font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family:var(--font-primary) !important;
        
}

.form-container {
    border-radius: 0px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.20);
    box-shadow: none !important;
}

.form-container h2{
    font-size:45px;
    text-transform:uppercase;
    font-weight:500;
    font-family:var(--font-primary) !important;
    color:#b75725;
}

.form-container h3{
    font-size:20px;
    text-transform:uppercase;
    font-weight:400;
    font-family:var(--font-primary)!important;
    
}

.form-control::placeholder {
     color: rgb(190, 91, 39) !important;
     opacity: 1; /* Firefox */
}
select {
  color: rgb(190, 91, 39) !important;
}
option:first-child{
  color: rgb(190, 91, 39) !important;
}

.contact .container{
    padding:15px;
   box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
   border-radius:15px;
    
} 

/* Container for the reCAPTCHA */
.recaptcha-container {
  display: flex;
  justify-content: center; /* Center the reCAPTCHA horizontally */
  width: 100%; /* Allow the container to span full width */
}

/* Style to scale the reCAPTCHA */
.g-recaptcha {
 
  transform-origin: center; /* Keep scaling centered */
  width: 100%; /* Optional: Ensure the container behaves responsively */
}

.recaptcha-container iframe {
  max-width: 100%; /* Prevent the iframe from exceeding container width */
}

.map-area {
    height: 100%!important;
        padding: 1px 0;
}

.form-container{
    padding-bottom:0 !important;
    padding-top:30px !important;
}

.btn-primary{
    margin-top:20px;
}

.about-game img{
    border-radius:10px;
}


.card-box .card-body {
    min-height: 225px;
    border-bottom: 4px solid #be5b27;
}

img.polygame{
    width:200px;
}
ul.logo-inter-linking{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px 0;
}

ul.logo-inter-linking li{
    margin-right:15px;
    border:1px solid #ccc;
    border-radius:10px;
    padding:2px;
    list-style:none;
      transition:0.5s all;
}
ul.logo-inter-linking li img{
    width:150px;
    margin:auto;
}
  
  ul.logo-inter-linking li a{
    width: 200px;
    margin: auto;
    height: 85px;
    display: inline-block;  
     transition:0.5s all;
  } 
  ul.logo-inter-linking li:hover{
      transform:translateY(-10px);
  }
/*  ul.logo-inter-linking li a {*/
/*    width: 211px;*/
/*    margin: auto;*/
/*    height: 115px;*/
/*    display: inline-block;*/
/*}*/

ul.polygame li a{
      width: 200px !important;
    margin: auto;
    height: 100px!important;
    display: inline-block;
}
  ul.logo-inter-linking li img {
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: contain;
}

.white-logo-box li{
      background-color: #000;
}

.breadcrumbs .page-header h2 {
    font-size: 30px;
    text-shadow: 1px 2px 3px #000;
    font-weight: 600;
    color: #fff;

}

.about-content h1 {
    font-size: 30px;
    font-weight: 600;
}
.about-content h2 {
    font-size: 25px;
    font-weight: 600;
}
   
   .midd-sec h3{
       font-size: 25px;
    font-weight: 600; 
    padding:10px 0;
   }
   
   .services .service-item {
    transition: 0.5s all;
}
 .services .service-item:hover {
    transition: 0.5s all;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.print-3d h2{
    color:#000;
    font-size:35px;
    font-weight:700;
    padding-bottom:15px;
}

.print-3d h3{
    color:#000;
    font-size:30px;
    font-weight:700;
    padding-bottom:15px;
}


.print-3d h4{
    color:#000;
    font-size:25px;
    font-weight:600;
    padding-bottom:15px;
}

.print-3d ul li{
    margin-top:10px;
}
.print-se .card-box .card-body {
    min-height: 280px;
}
/*===============Responsive ==================*/
@media only screen and (min-width: 1400px) {
 .about-game {
    font-size: 21px;
    line-height: 36px;
}
 .print-se .card-text p {
    font-size: 20px!important;
    line-height: 32px!important;
}
.print-se .card-box h3 {
    font-size: 29px !important;
    font-weight: 700;
    line-height: 39px;
}
.print-se .card-box .card-body {
    min-height: 396px;
}
}
@media only screen and (max-width: 1024px) {
    .services .service-item {
    padding: 20px 20px;
    }
    .services .service-item h3{
        font-size:20px;
    }
    .breadcrumbs .page-header{
        padding: 70px 10px;
    border-radius: 0px 0px 0px 0px;
}
.work-img {
    margin-top: 15px;
}
}

@media only screen and (max-width: 768px) {
    .tab-box ul{
      flex-wrap: wrap; 
    }
    
    .tab-box ul li{
         border: 1px solid #d0c8c8;
         margin-top: 16px;
    }
     #hero{
    padding: 90px 0 !important; 
    height:100% !important; 
}  

.work-img {
    margin-top: 50px;
}
.work-content {
          position: relative;
        background-color: #000;
        top: -1px;
        padding: 30px 0;
        transform: translate(0);
        left: 0;
                border-radius: 0 0 10px 10px;
}
.work-img-box img {
    border-radius: 10px 10px 0 0;
}
.card-ser {
    margin-top: 20px;
}

}

@media only screen and (max-width: 600px) {
    
    .call-to-action p {
     max-width: 100%;
    }
    .call-to-action .container1 {
    padding: 100px 12px;
    }
    .contact .info-item {
    width: 100%;
    }
    .ar img{
    width:30%;
}
}

@media (max-width: 576px) {
   .ser-tab .container,.ser-tab .container-sm {
        max-width: 100%;
    }
    .clients .swiper-button-prev {
    left:42%;
}
   .clients .swiper-button-next {
    left: 58%;
} 
#hero{
    padding: 90px 0 !important; 
    height:100% !important; 
}
.text-box h3 {
    font-size: 18px;
}
.text-box p {
    font-size: 13px;
    line-height: 19px !important;
}
.text-box {
    transform: translate(25%, -75%);
}
}
@media only screen and (max-width: 426px) {
  .bgvid{
     border-radius: 0px 0px 0px 0px; 
  }  
  
  #preloader img{
  max-width: 20%;
  margin: auto;
}
.breadcrumbs .page-header{
        padding: 35px 0px;
    border-radius: 0px 0px 0px 0px;
}
.breadcrumbs .page-header h2 {
    font-size: 23px;
}
.card-ser {
      margin-top: 25px;  
}

.faq .accordion-button {
    font-size: 15px;
    line-height: 19px;
}

.breadcrumbs .page-header h2 {
    font-size: 20px !important;
}

.footer .footer-links ul a {
    line-height: 20px;
}

.tab-box ul {
    overflow-x: auto;
}
.ar img{
    width:40%;
}
.bgvid{
        border-radius: 0px 0px 0px 0px; 
}
.header .logo img {
    max-height: 35px;
}
#preloader img{
  max-width: 12%;
}
.header {
    height: 50px;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    font-size: 16px;
    width: 32px;
    height: 32px;

}
.services {
    padding: 15px 0;
}
.form-container h2 {
    font-size: 33px;
}
.form-container h3 {
    font-size: 15px;
}
}

@media only screen and (max-width: 400px) {
.ms-4 {
    margin-left: 0.5rem !important;
}
}

