* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: white !important;
}


@font-face {
    font-family: 'Geraldton';
    src: url('../fonts/Geraldton-Regular.woff2') format('woff2'),
        url('../fonts/Geraldton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geraldton';
    src: url('../fonts/Geraldton-Medium.woff2') format('woff2'),
        url('../fonts/Geraldton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Black.woff2') format('woff2'),
        url('../fonts/Cinzel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Bold.woff2') format('woff2'),
        url('../fonts/Cinzel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Medium.woff2') format('woff2'),
        url('../fonts/Cinzel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-SemiBold.woff2') format('woff2'),
        url('../fonts/Cinzel-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
    font-family: 'Geraldton';
  list-style: none;
}

a {
  font-family: 'Geraldton';
  text-decoration: none;
}

p,
li {
  font-family: 'Geraldton';
  font-size: 16px;
  color: #494949;
  font-weight: 500 !important;
}

h1,
h2 {
  font-family: 'Cinzel';
}

h3,
h4,
h5,
h6 {
  font-family: 'Cinzel';
  color: #000;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: 'Geraldton';
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #bc8c3d;
  --secondary-color: #0e2a4b;
  --black-color: #000;
  --white-color: #fff;
}

.text-blue{
  color: var(--primary-color) !important;
}
.text-pink{
  color: var(--secondary-color) !important;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}
.text-primary {
  color: #19184d !important;
}

.info-text a {
  margin: 0;
  font-size: 16px;
  color: #be954b;
  font-weight: 400;
}
.header-top {
  width: 100%;
  padding: 6px 0px;
  background-color: var(--primary-color);
}
.header-contact ul li {
  display: flex;
  margin: 0 20px 0 0;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.footer-social ul li a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 13px;
  border: 1px solid var(--primary-color);
  transition: 0.4s;
}
.header-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #000000;
  font-size: 15px;
}
.footer-social.header-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-contact ul {
  display: flex;
  align-items: center;
}

nav.navbar {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* padding: 0; */
  position: relative;
  z-index: 999;
  width: 100% !important;
  top: 0;
  background: white;
}
.navbar-mean ul {
  display: flex;
}

.navbar-mean ul li {
  padding: 12px 9px;
  transition: 0.3s;
}
a.navbar-brand img {
  width: 200px;
  /* padding: 10px 0px; */
}

.nav-btn-in {
  margin-left: 50px;
  padding: 10px;
}
.navbar-btn a {
  background: #1fa8aa;
  color: #ffffff;
  padding: 10px 32px;
  border-radius: 12px;
  /* font-weight: 600; */
  font-size: 15px;
}
.navbar-btn i {
  margin-left: 6px;
}
.nav-btn-in span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #a92024;
}
.nav-btn-in a {
  color: black;
}
.contact-info i {
  margin-right: 5px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  background: #b67a3d;
  padding: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500 !important;
}
.navbar-box {
  width: 100%;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 6px 24px; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 0px 0px 20px 20px;
}

section.hero-sec {
  position: relative;
  /* top: -80px; */
  width: 100%;
  height: 500px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  /* background-color: rgb(0 0 0 / 0%); */
  /* height: 100%; */
  /* width: 100%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */ /* content on right */
  /* padding: 0 10%; */
}

.slide-container.right {
  /* color: white; */
  /* max-width: fit-content; */
  /* text-align: center; */
}

.header-btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  /* font-weight: 600; */
  border-radius: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}
.slide-container.right p {
  color: #2e2e2e;
}
.content {
  width: 60%;
  /* padding: 30px; */
  text-align: left;
  /* background: #ffffff; */
  margin: 10% auto;
  border-radius: 10px;
  text-align: center;
}


.header-btn {
  background: linear-gradient(to right, #bb8a2d, #ffde9f, #d4af37);
  color: #000000; /* optional: white text on hover */
  border-radius: 30px !important;
}

/* Hover Effect */
.header-btn:hover {
  background: linear-gradient(to right, #d4af37, #ffe4b2, #bb8a2d) ;
  color: #000000; /* optional: white text on hover */
}

.info-icon i{
 background: linear-gradient(to right, #d4af37, #ffe4b2, #bb8a2d) ;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 50%;
  color: white;
  font-size: 14px !important;
}
.info-text {
    margin-left: 10px;
}

.heading {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}

.heading .blue {
  color: #0d2346; /* dark navy */
}

.heading .gold {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.footer {
  border-top: 1px solid #e1e1e1;
  /* border-bottom: 1px solid #ddd; */
  padding: 60px 0px 0px;
  color: #0d2346;
  background: #f9f9f9;
  /* margin-top: 60px; */
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 40px;
  height: auto;
}

.gold-text {
  font-weight: 600;
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newsletter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.newsletter-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin-bottom: 10px;
}

.newsletter-check {
  margin: 10px 0;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  align-content: center;
}

.btn-gradient {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  color: #0d2346;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #bb8a2d, #d4af37);
  color: #fff;
}

.footer-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-links a {
  text-decoration: none;
  color: #0d2346;
}

.footer-links a:hover {
  color: #bb8a2d;
}

.footer-contact i {
  color: #bb8a2d;
  margin-right: 8px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.social-icons a {
  margin-left: 15px;
  color: #0d2346;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #bb8a2d;
}

.footer-logo img {
    width: 249px !important;
}
.footer-left {
    /* width: 99%;
    border-right: 1px solid #000000; */
    padding-right: 100px;
}
.about-section {
  padding: 80px 50px;
  background: #fff;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-images {
  position: relative;
  flex: 1;
}

.about-images .img-large {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  margin-left: 60px;
  /* margin-top: 60px; */
}

.about-images .img-small {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  border: 3px solid #ffffff;
}

.about-content {
  flex: 1;
}

.about-content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0d2346;
  margin-bottom: 15px;
  line-height: 1.4;
}

.about-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555;
}

.btn-gradient {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  color: #0d2346;
  padding: 12px 26px;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #bb8a2d, #d4af37);
  color: #fff;
}

section.about-sec {
    position: relative;
}


/* Section Title */
.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #0d2346;
}
.section-title span {
  color: #b58a35; /* gold color */
}
.underline {
  width: 70px;
  height: 3px;
  background: #b58a35;
  margin: 10px auto 30px;
}

/* Project Card */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-bottom: 24px;
}

.project-card img {
  width: 100%;
  height: 300px;
  display: block;
  transition: 0.5s ease;
  object-fit: cover;
}

/* Overlay */
.project-card .overlay {
  /* position: absolute; */
  bottom: -46px;
  left: 0;
  /* width: 100%; */
  /* height: auto; */
  background: rgba(13, 35, 70, 0.9); /* dark blue */
  /* color: #fff; */
  /* display: flex; */
  /* flex-direction: column; */
  /* opacity: 1; */
  /* transition: opacity 0.5s ease; */
  text-align: center;
  padding: 18px 10px;
  height: 120px;
  width: 100%;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-content: center;
}

.project-card .overlay h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.project-card .overlay p {
  font-size: 14px;
  margin-top: 1px;
  color: #e5c14c; /* gold */
  margin-bottom: 0px;
}

/* Hover Effect */
.project-card:hover img {
  transform: scale(1.1);
}
.project-card:hover .overlay {
  opacity: 1;
}

/* Active Blue Card (Middle One) */
.bg-blue {
  background: #0d2346;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blue .overlay.active {
  opacity: 1;
  position: relative;
  background: transparent;
}

/* Gradient Button */
.btn-gradient {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  color: #0d2346;
  padding: 12px 26px;
  border: none;
  border-radius: 10px !important;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  /* width: 100%; */
}

.btn-gradient:hover {
  background: linear-gradient(to right, #bb8a2d, #d4af37);
  color: #fff;
}
section.recent-projects.pt-6.pb-6 {
    background: #bd8c2e17;
}


.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.author-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2346;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.custom-prev::after,
.custom-next::after {
  font-size: 16px;
  color: #0d2346;
}

.testimonial-img {
  max-width: 100%;
  border-radius: 8px;
}
.testimonial-nav{
  position: absolute;
  bottom: 112px;
  left: 45%;
  transform: translateY(-50% -50% );
}
section.testimonial-section.py-5 {
    position: relative;
}
.navbar-mean ul li .sub-menu {
    opacity: 0;
    visibility: visible;
    position: absolute;
    background: #ffffff;
    display: block;
    transform: translateY(20px);
    transition: 0.4s;
    border-top: 1px solid var(--primary-color);
    padding: 1px;
}
.navbar-mean ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.navbar-mean ul {
    display: flex;
}
.sub-menu {
    top: 55px;
    width: 240px;
    padding: 0px;
    background: var(--tcr-white-color);
    border-radius: 0PX;
    border: 1px solid #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.contact-section {
      display: flex;
      width: 100%;
      max-width: none;
      background: #fff;
      /* border-radius: 15px; */
      overflow: hidden;
      /* box-shadow: 0px 4px 20px rgba(0,0,0,0.1); */
    }

    .contact-img {
      flex: 1;
      background: url('../images/servies-3.png') no-repeat center center/cover;
      min-height: 500px;
    }

    .contact-form {
      /* flex: 1; */
      padding: 50px 40px;
      width: 50%;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      background: #f9f5ec;
    }

    .contact-form h2 {
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #0b2545;
    }

    .contact-form h2 span {
      color: #c89b3c;
    }

    .form-row {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
    }

    .form-row input,
    .form-row textarea {
      width: 100%;
      padding: 12px 15px;
      border: none;
      outline: none;
      background: #ffffff;
      border-radius: 8px;
      font-size: 14px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    textarea {
      height: 120px;
      resize: none;
    }

    .btn-submit {
      display: inline-block;
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      background: linear-gradient(to right, #c89b3c, #805a27);
      color: #fff;
      transition: 0.3s;
    }

    .btn-submit:hover {
      opacity: 0.9;
    }
    section.testimonial-section {
    position: relative;
}
.inner-pages-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(90deg, var(--primary-color) 35.77%, rgba(143, 143, 143, 0) 99.85%);
    z-index: 2;
}
.inner-pages-breadcrumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.breadcrumb-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
h3.breadcrumb-title {
    color: #ffffff;
    font-size: 42px;
}
.breadcrumb-list span, .breadcrumb-list span a, .breadcrumb-list h3 {
    color: white;
}


.contact-left a {
  color: #424242;
}
.contact-left .link-text {
  width: 80% !important;
}
.contact-left .link-text span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.contact-inner .contact-form-main {
  background-color: #ffffff;
}
.contact-inner .contact-form input,
.contact-inner .contact-form select {
  padding: 10px;
  margin: 0;
}
.About-img-2 img {  
    object-fit: cover;
}
.contact-form-box {
  background: #ffffff1a;
  padding: 50px 30px;
  border-radius: 10px;
}

.footer_contact {
  padding: 0;
}

.footer_contact li {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  font-size: 14px;
  margin: 0px 0 9px 0;
}

.link-icon {
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  display: grid;
  place-items: center;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
}

.link-text {
  width: 73%;
  margin-left: 20px;
  color: #000000;
  font-size: 15px;
}

.link-text span {
  color: #fff;
  font-size: 15px;
}

.link-text a {
  color: #0a0a0a;
  font-size: 16px;
  transition: all 0.5s;
}
.text-brown {
  color: var(--primary-color) !important;
}

section.hero-sec img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.overlay-my {
    position: absolute;
    z-index: 99;
}
.counter.about-counter img {
    width: 70px;
    height: 70px;
    filter: invert(1);
}
.counter.about-counter {
    border: 2px solid white !important;
    /* margin-left: 26px; */
    background: #ffffff00;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.stat-number {
    font-size: 46px;
    /*font-family: 'Domine-Bold';*/
    color: white;
    font-weight: 700;
}
.counter.about-counter p {
    font-size: 20px;
    color: white;
}
section.counter-box {
   background-color: var(--primary-color);
   padding: 60px 0px 60px;
   margin-top: 50px;
}
.client-box-main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.About-img-2 img {
    width: 100%;
    height: 461px;
    border-radius: 20px;
}
ul.list-style-one.clearfix li {
    margin-bottom: 10px;
}
.single-item h3 {
    font-size: 20px;
    position: relative;
    display: block;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 0px;
}
.list-style-one li i {
    color: white;
    margin-right: 10px;
    font-weight: bold;
    background: var(--secondary-color);
    padding: 6px;
    border-radius: 50%;
}

.mission-section {
  background: #bc8c3d;
  padding: 60px 0px;
}

.mission-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.mission-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.mission-box .icon {
  font-size: 40px;
  color: #bc8c3d;
  margin-bottom: 15px;
  background: #bc8c3d;
  width: 90px;
  height: 90px;
  margin: 10px auto 20px;
  border-radius: 50%;
}

.mission-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.mission-box p {
  font-size: 15px;
  color: #555;
}
form-row.row p {
    margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit {
    background: #bc8b2d;
}
.client-box-main span {
    color: white;
    font-size: 36px;
    font-weight: 600;
}
.mission-box img {
    width: 90px;
    /* background: #bc8c3d; */
    filter: invert(1);
    padding: 20px;
    border-radius: 50%;
}
.project-details ul li {
  margin-bottom: 10px;
}
.project-details a {
  color: #007bff;
  text-decoration: none;
}
.project-details a:hover {
  text-decoration: underline;
}
.services-box ul {
  margin: 0;
  padding: 0;
}

.service-item {
  background: #f3f3f3;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
  color: white;
}

.service-item:hover {
  background: #dcdcdc;
}

.service-item.active {
  background: #e0f4f4; /* light teal */
  color: #008080;
  border-left: 3px solid #008080;
  font-weight: 500;
}

.guest-form {
 
  background: var(--primary-color);
  padding: 10px 16px;
  position: sticky;
  top: 90px;
}
.guest-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}

.guest-form h4 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 20px;
}
.guest-form input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
}
.guest-form input[type="submit"] {
    color: #fff;
    background: var(--secondary-color);    
    font-size: 20px;
    padding: 7px 2px;
    cursor: pointer;
    transition: .2s;
}
.servies-details-text {
    position: sticky;
    top: 120px;
}
.mobile-contact a {
    color: #bb8a2d;
}
.project-overview h3 {
    font-size: 26px !important;
	margin: 10px 0px  !important
}
.project-overview h4 {
    font-size: 22px !important;
margin: 10px 0px  !important
}
.project-overview h5 {
    font-size: 20px !important;
	margin: 10px 0px  !important
}
.project-overview h6 {
    font-size: 20px !important;
margin: 10px 0px  !important
}
.project-overview li {
    list-style: disc ;
	
}
.project-overview ul,
.project-overview ol {
	padding-left: 20px;
margin: 10px !important	
}


/* Large desktops */
@media only screen and (max-width: 1600px) { }

@media only screen and (max-width: 1440px) { }

/* Normal desktop */
@media only screen and (max-width: 1366px) { }

@media only screen and (max-width: 1280px) { }

@media only screen and (max-width: 1220px) { }

@media only screen and (max-width: 1199px) { }

/* Tablets (landscape & portrait) */
@media only screen and (max-width: 1024px) {
.info-text a {
    margin: 0;
    font-size: 16px;
    color: #be954b;
    font-weight: 400;
    display: none;
}
	
}

@media only screen and (max-width: 991px) { 
button.btn.btn-outline-primary.d-lg-none {
    background: #143050;
    color: white;
    border: 0;
}
	.about-images .img-large {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    margin-left: 60px;
    /* margin-top: 60px; */
    height: 400px;
    margin-bottom: 20px;
    object-fit: cover;
}
/* 	.swiper.testimonialSwiper.position-relative.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    background: #ebebeb;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0px;
} */
	.swiper-slide-pro {
    background: #f7f7f7;
    padding: 40px 20px;
    border-radius: 10px;
}
	section.testimonial-section {
    position: relative;
    padding: 60px 0px 100px;
}
	.testimonial-img { 
    display: none;
}
	.custom-prev, .custom-next {  
    position: absolute;
    top: 170px;
    left: unset;
}
	.contact-img {   
    display: none;
}
	.contact-form {   
    width: 100%;  
}
		.About-img-2 img {   
    margin-top: 20px;
}
	.counter.about-counter {   
    margin-bottom: 20px;
}
	.contact-form-box {
    background: #ffffff1a;
    padding: 50px 0px;
    border-radius: 10px;
}
	a.navbar-brand img {
    width: 200px;  
    height: auto;
}
	   
}

@media only screen and (max-width: 900px) { }

@media only screen and (max-width: 820px) { }

@media only screen and (max-width: 768px) { }

/* Mobiles */
@media only screen and (max-width: 767px) {
 /* Font Sizes for headings & text */
    h1 { font-size: 36px !important; }
    h2 { font-size: 32px !important; }
    h3 { font-size: 26px !important; }
    h4 { font-size: 24px !important; }
    h5 { font-size: 20px !important; }
    h6, p { font-size: 16px !important; }
.footer-left {
    padding-right: 1px;
}
	section.hero-sec {
    position: relative;
    /* top: -80px; */
    width: 100%;
    height: 460px;
}
	h2.heading.mt-5.mb-5 {
    margin-top: 0px !important;
}
	

}

@media only screen and (max-width: 640px) { }

@media only screen and (max-width: 600px) { }

@media only screen and (max-width: 500px) { }

@media only screen and (max-width: 480px) {
.about-images .img-large {
        width: 100%;
        max-width: 80%;align-content
	}
	.inner-pages-breadcrumb img { 
    height: 200px;   
}
	.project-card .overlay h3 {
    font-size: 20px !important;  
}
	.contact-form {
    padding: 30px;
	}
	.form-row.row {
    margin: 0;
}
	.form-row.row .row {
    padding: 0px !important;
}
	    .contact-form {
        padding: 40px 13px 0px 14px;
    }
	.content {
    width: 98%;   
    margin: 12% auto;   
}
	section.hero-sec {     
        height: 360px;
    }
	.single-item h3 { 
    margin-bottom: 6px;
		 margin-top: 6px;
}
	
}

@media only screen and (max-width: 414px) { }

@media only screen and (max-width: 390px) { }

@media only screen and (max-width: 375px) { }

@media only screen and (max-width: 360px) { }

@media only screen and (max-width: 320px) { }

.service-item a {
    color: #bc8c3d;
}
.project-details.mt-4.shadow.rounded.bg-white {
    position: sticky;
    top: 100px;
}
nav.navbar.navbar-expand-lg.sticky {
    position: sticky;
    top: 0px;
    z-index: 999;
}
.swiper-slide-pro {
    background: #f5f5f5;
    padding: 30px;
}
.blog-card-two {
    margin-bottom: 46px;
}
.blog-text-details ul {
    padding-left: 20px;
}
.blog-text-details ul li {
    list-style: disc;
}
section.blog-inner .blog-card-two img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}
.blog-card-two img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.card-body {
    margin-bottom: 20px;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-body h3 {
    font-size: 22px;
    color: #0f2b53;
    font-weight: 700;
    margin: 0px 0px 10px;
}
.card-body a {
    color: #b16d2b;
    background: #b16d2b;
    padding: 8px 24px;
    color: white;
    font-size: 13px;
    border-radius: 7px;
}
.card-body a:hover {
    background: #0f2b53;
}
.head-line h2 {
    font-size: 36px;
    color: #b16d2b;
    font-weight: bold;
}
.blog-detail .img {
    margin: 10px 0;
}
.la-event {
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: sticky;
    top: 90px;
}
.la-event ul li a {
    display: flex
;
}
.la-event img {
    width: 100%;
    border-radius: 10px;
    height: 70px;
    object-fit: cover;
}
.la-event ul li .img {
    width: 30%;
    margin-right: 10px;
    border-radius: 10px;
}
.evrnt-text {
    width: 68%;
}
.la-event ul li {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}
.evrnt-text p {
    margin: 0px;
}
.img img:hover {
    transform: scale(1.1);
}
.img-blog {
    overflow: hidden;
    border-radius: 10px !important;
    margin-bottom : 20px ;
}
.img-blog:hover img {
    transform: scale(1.2);
}
.btn-brown{
    background : var(--primary-color);
}
.evrnt-text span {
    background: #b16d2b;
    color: white;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 10px;
}
.text-blue .blue {
    color: #0d2346;
}