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

@font-face {
  font-family: "Kalinga";
  src: url("../fonts/Kalinga.woff2") format("woff2"),
    url("../fonts/Kalinga.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Condensed';
    src: url('../fonts/NotoSansCondensed-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Noto Sans Condensed';
    src: url('../fonts/NotoSansCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/NotoSansCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



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

li {
  font-family: "Kalinga";
  list-style: none;
}

a {
  font-family: "Kalinga";
  text-decoration: none;
}

p,
li {
  font-family: "Kalinga";
  font-size: 15px;
  color: #494949;
  font-weight: 800;
}

h1,
h2 {
font-family: 'Noto Sans Condensed';
}

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

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: "Kalinga";
}

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

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

:root {
  --primary-color: #b16d2b;
  --secondary-color: #0f2b53;
  --black-color: #000;
  --white-color: #fff;
}

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

.info-text a {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
}
.header-top {
  width: 100%;
  padding: 6px 0px;
  background-color: var(--secondary-color);
}
.header-contact ul li {
  display: flex;
  margin: 0 20px 0 0;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 10px 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 #b16d2b;
  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: var(--white-color);
  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: 9999999;
  width: 100% !important;
  top: 0;
  background: white;
}
.navbar-mean ul {
  display: flex;
}

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

.nav-btn-in {
  margin-left: 50px;
  padding: 10px;
}
.navbar-btn a {
  background: #b16d2b;
  color: #ffffff;
  padding: 8px 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: 16px;
  font-weight: 500;
  font-family: 'Noto Sans Condensed';
  color: black  !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; */
}

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

.header-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #b16d2b;
  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: 50%;
  /* padding: 30px; */
  text-align: left;
  /* background: #ffffff; */
  margin: 100px 0px 70px;
  border-radius: 10px;
}

.about-img {
  overflow: hidden;
  /* height: 460px; */
  transition: 0.6s ease-in-out;
  /* border: 6px solid white; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* margin-left: 20px; */
  object-fit: cover;
}
.about-img img {
  width: 500px;
  height: 400px;
  object-fit: cover;
  position: relative;
  /* margin-left: 20px; */
  overflow: hidden;
}
.about-img:hover img {
  transform: scale(1.2);
}
.about-img-two {
  width: 320px;
  height: 256px;
  border: 8px solid white;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 9;
  text-transform: 0.3s;
  object-fit: cover;
  overflow: hidden;
}
.about-img-two img {
  width: 320px;
  height: 240px;
}
.about-img-two:hover img {
  transform: scale(1.2);
}

.about-img-dot {
  width: 112px;
  height: auto;
  z-index: 2;
  background-color: #b16d2b;
  text-align: center;
  padding: 18px;
  /* margin-top: 36px; */
  border-radius: 50%;
  height: 112px;
  position: absolute;
  top: 40%;
  left: 440px;
  border: 14px solid white;
  color: white;
  font-size: 31px;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

.float-up-down {
  animation: floatUpDown 4s ease-in-out infinite;
}

.about-text h6 {
  font-size: 18px;
  color: #b16d2b;
  margin: 0;
}

.about-text h2 {
  font-size: 40px;
  color: #0f2b53;
  font-weight: 700;
}
.feature-box img {
  width: 40px;
  height: 40px;
  background: #19184d;
  padding: 6px;
  border-radius: 50%;
  margin-right: 12px;
}
.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.feature-box h5 {
  font-size: 17px;
  margin: 0;
}
.about-btn a {
  background: #b16d2b;
  color: #ffffff;
  padding: 8px 28px;
  border-radius: 8px;
}

/* -----------------servies -----------------*/

.header-area-text h6 {
  color: var(--black-color);
}
.header-area-text h2 {
  color: #0f2b53;
  font-weight: 700;
  font-size: 42px;
}
.header-area-text h2 span {
  color: var(--secondary-color);
}
.header-area-text p {
  color: #000000;
}
.servies-box {
  background: #ffffff;
  padding: 24px 16px;
  width: 100%;
  margin: auto;
  border-radius: 18px;
  transition: 0.6s ease-in-out !important;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; */
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 200px;
}
.servies-icon img {
  width: 100%;
  height: 180px;
  /* margin-bottom: 20px; */
  object-fit: cover;
  /* border-radius: 12px; */
  position: relative;
}
.servies-box:hover a {
  /* transform: translateY(-10px); */
  color: #c69363;
}
.servies-text i {
  font-size: 12px;
  margin-right: 10px;
}
.servies-text a {
  color: var(--secondary-color);
}
/* .swiper-slide-active .servies-box {
  background: var(--secondary-color);
} */

/* .swiper-slide-active .servies-text h4,
.swiper-slide-active .servies-text p,
.swiper-slide-active .servies-text a,
.swiper-slide-active .servies-text i {
  color: white;
} */
.swiper-button-prev,
.swiper-button-next {
  color: var(--secondary-color);
}
/* Custom Swiper Arrows Outside the Box */
.swiper-button-prev.custom-prev,
.swiper-button-next.custom-next {
  color: white;
  font-size: 26px;
  width: 40px;
  height: 40px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 42%; /* Adjust as needed */
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none !important;
}

.project-card {
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.3s;
  width: 100%;
}

.project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 80px 20px 30px 20px;
  width: 100%;
  color: white;
  transition: background 0.3s ease-in-out;
}

.bg-gradient-orange {
  background: linear-gradient(to top, var(--secondary-color), transparent);
}

.swiper-slide-active .project-overlay {
  background: linear-gradient(to top, var(--primary-color), transparent);
}
.swiper-slide-active .project-overlay h5 {
  color: white;
  font-size: 24px;
}
.project-overlay h5 {
  font-size: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--secondary-color);
}
.project-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.gallerySwiper .swiper-slide.active .project-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  transition: background 0.4s ease-in-out;
}

.footer {
  width: 100%;
  padding: 60px 0 0px 0 !important;
  background-color: var(--secondary-color);
}

.footer_box img {
  width: 80%;
}

.footer_box p {
  font-size: 15px;
  padding: 10px 0 0 0;
  /* width: 75%; */
  color: #fff;
}

.footer_icon {
  width: 100%;
  margin: 12px 0;
}

.footer_icon ul {
  display: flex;
  /* justify-content: flex-end; */
  padding: 0;
}

.footer_icon ul li a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 6px 0 0;
  font-size: 15px;
  color: var(--primary-color);
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.footer_icon ul li a:hover {
  color: var(--secondary-color);
}

.footer_box h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
  position: relative;
  color: #ffffff;
}

.footer_box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 86%;
  height: 2px;
  background-color: #ffffff;
}

.footer_links {
  padding: 0;
}

.footer_links li {
  position: relative;
  padding: 0 0 0 10px;
}

.footer_links li::before {
  position: absolute;
  content: "\2B9E";
  left: 0;
  top: 0;
  color: #b16d2b;
}

.footer_links li a {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 10px 10px;
  font-weight: 100;
  transition: all 0.5s;
  color: #fff;
}

.footer_links li a:hover {
  color: #b16d2b;
}

.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: 34px;
  height: 34px;
  background-color: #b16d2b;
  display: grid;
  place-items: center;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
}

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

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

.link-text a {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

.link-text a:hover {
  color: #b16d2b;
}

.footer-acknowledge {
  width: 100%;
  margin: 30px 0 0 0;
  text-align: center;
}

.footer-acknowledge p {
  font-size: 18px;
  margin: 0 auto 20px auto;
  width: 60%;
}

section.footer_copyright p {
  margin: 0;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
section.footer_copyright {
  background: #02376b;
}

section.footer_copyright p {
  color: white;
}
.footer_box img {
  width: 120px;
  margin-bottom: 20px;
}
.footer_box.footer-second {
  margin-left: 80px;
}

.testimonial-box {
  background: white;
  padding: 30px 20px;
  border-radius: 8px;
  width: 98%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 9px;
}
.testimonial-profile {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.testimonial-img {
  margin-right: 24px;
}
.testimonial-name h4 {
  font-size: 24px;
  margin: 0;
}
.testimonial-icon i {
  width: 66px;
  position: absolute;
  bottom: 68px;
  right: 20px;
  color: #b16d2b;
  font-size: 59px;
  right: 32px;
}

.testimonial-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.contact-form {
  background: transparent;
  /* padding: 0px 40px; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  /* border-radius: 10px; */
  width: 85%;
}
.contact-form input {
  background: #ffffff;
  border: 0px;
  border-radius: 4px !important;
  padding: 6px 12px;
  border-radius: 10px;
  /* font-size: 12PX; */
  margin-bottom: 14px;
  border: 1px solid #cfcfcf;
}
.contact-form textarea {
  background: #ffffff;
  border: 0px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #cfcfcf;
}
.contant-btn a {
  background: var(--secondary-colors);
  color: #000000;
  padding: 8px 24px;
  border-radius: 4px;
}

.content h1 {
  color: var(--primary-color);
  font-weight: 900;
  font-size: 56px;
}
li.border-right {
  border: 0.2px solid #999999;
  width: 1px;
  height: 24px;
}
.content h1 span {
  color: var(--secondary-color);
}
.about-img-dot img {
  width: 60px;
  height: 60px;
}
section.servies-sec {
  background-image: url(../images/services-bg.png);
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.servies-box:hover h4 {
  color: #be864f;
}
.servies-box:hover p {
  color: white;
}
.contact-form-main {
  background: #ffffff;
  padding: 60px;
  border-radius: 10px;
}
.form-label {
  color: #606060;
}
.contact-box h2 {
  color: white;
  font-size: 38px;
  margin-bottom: 32px;
}
.contact-box {
  /* width: 85%; */
}
.media-body h4 {
  color: #b16d2b;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  font-family: "Helvetica";
  margin-bottom: 12px;
}
.media-body {
  margin-bottom: 26px;
}
.media-body span.contact-info_text a {
  color: white !important;
}
label.form-label {
  margin-top: 12px;
  margin-bottom: 6px !important;
}
.contant-btn {
  background: #b16d2b;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.info-choose {
  /* display: flex; */
  background: #b16d2b;
  padding: 16px;
  gap: 10px;
  align-content: center;
  align-items: center;
  border-radius: 10px;
  height: 200px;
}
.info-choose-text {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
}
.info-choose:hover {
  background: #b16d2b;
}
.info-choose img {
  width: 60px;
  height: 60px;
}
section.why-choose-sec {
  /* background: #e6f4f7; */
  /* height: 400px; */
  /* margin-bottom: 100px; */
  padding: 70px 0px !important;
}
.counter-box img {
  width: 60px;
  height: 60px;
}
.counter-sec {
  padding: 20px;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.why-choose-head h6 {
  color: #000000;
}

.why-choose-head h2 {
  color: #19184d;
}
.blog-card {
  background: #c9c9c900;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 4px;
  border-bottom: 1px solid #bdbdbd;
  padding: 10px;
}

.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 {
  margin-bottom: 20px;
}
span.author {
  color: #0398b1;
}
.blog-card img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 10px;
}

.about-img {
  width: 500px;
  height: 400px;
  border-radius: 10px;
}
.swiper-pagination.header-dot {
  position: absolute;
  top: 50% !important;
  left: 90px !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  transform: translateY(-50%);
  z-index: 1;
  width: 1%;
}
.swiper-pagination.header-dot span.swiper-pagination-bullet {
  background: #b16d2b;
  padding: 6px;
}
.headerSwiper img {
  transition: transform 3s ease-in-out !important;
}
.arrow-list {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 30px; /* Space for the arrow */
  margin-bottom: 0px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.servies-botton {
  position: relative;
}
.servies-botton::before {
  position: absolute;
  top: 20px;
  left: -14px;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  content: "";
}
.arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/spa-icon.png") no-repeat center center;
  background-size: contain; /* Scale to fit */
}
.col-lg-5.border-right {
  border-left: 1px solid #ebebeb;
}
.about-btn {
  margin-top: 24px;
}
.servies-icon img {
  width: 52px;
  height: 52px;
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  margin: auto;
}
.servies-text h4 {
  font-size: 20px;
  text-align: center;
  color: #0f2b53;
}
.servies-text {
  text-align: center;
}
span.bg-braow {
  background: #b16d2b;
  padding: 2px 10px;
  border-radius: 6px;
}

.accordion-button {
  background: #fff;
  color: #333;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: none;
  position: relative;
  padding: 13px;
}

.accordion-button:not(.collapsed) {
  background: #b16d2b; /* Active background */
  color: #fff;
}

.accordion-button .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #b16d2b;
  position: relative;
  color: white;
  border-radius: 50%;
}

.accordion-button .icon::before,
.accordion-button .icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s ease;
}

.accordion-button .icon::before {
  top: 50%;
  left: 6px;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
}

.accordion-button .icon::after {
  top: 6px;
  left: 50%;
  width: 2px;
  height: 12px;
  transform: translateX(-50%);
}

/* Hide the vertical bar when open (minus) */
.accordion-button:not(.collapsed) .icon::after {
  height: 0;
}

.accordion-button::after {
  display: none;
}
.accordion-item {
  border: 0px !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) .icon {
  background-color: #ffffff;
  color: var(--primary-color);
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 24px;
}

.feature-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
}

.feature-list li i {
  color: #ffffff; /* Dark navy blue for check icon */
  margin-right: 10px;
  font-size: 10px;
  background: #0a263c;
  padding: 6px;
  border-radius: 50%;
}

/* Button Style */
.btn-consult {
  background-color: #b67a3d; /* Brown/gold */
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-consult:hover {
  background-color: #0f2b53;
  color: #fff;
}

/* Phone Link */
.phone-link {
  font-size: 18px;
  font-weight: bold;
  color: #1f2b44;
  text-decoration: none;
}
.phone-link i {
  color: #b67a3d;
  margin-right: 8px;
  border: 2px solid #b67a3d;
  padding: 10px;
  border-radius: 50%;
}
.phone-link:hover {
  color: #8b5e3c;
}

section.contact-sec {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
ul.contact-info li strong {
 font-family: 'Noto Sans Condensed';
}
button.btn-submit {
  background: #b16d2b;
  border: 0px;
  padding: 8px;
  color: white;
  border-radius: 8px;
}
.text-brown {
  color: var(--primary-color) !important;
}
.text-blue {
  color: var(--secondary-color) !important;
}
ul.contact-info li {
  display: flex;
  gap: 12px;
}
.blog-card-two img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.text-brown {
  color: #b77d4d;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  min-height: 250px;
  margin: 30px 10px 50px !important;
}

.quote-icon {
  font-size: 40px;
  color: #b77d4d;
  display: block;
  margin-bottom: 15px;
}

.client-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: #b77d4d;
  opacity: 0.7;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
section.blog-section.pt-6.pb-6 {
  background: #f1f1f1;
}
.header-btn:hover {
  background: #0f2b53;
}
.about-btn a:hover {
  background: #0f2b53;
}
button.btn-submit:hover {
  background: #0f2b53;
}
.card-body a:hover {
  background: #0f2b53;
}
.navbar-btn a:hover {
  background: #0f2b53;
}
.footer-social ul li a:hover {
  background: #0f2b53;
  border: 1px solid #ffffff;
}
nav.navbar {
  position: relative;
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 1000;
}

/* When sticky class is added */
nav.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff; /* Make background solid */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
  animation: slideDown 0.4s forwards ease-in-out;
}

/* Slide-down animation */
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}

a.header-btn-two {
  background: #ffffff;
  border: 2px solid #b16d2b;
  color: #b16d2b;
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
  /* font-weight: 600; */
  border-radius: 12px;
}

.inner-pages-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: linear-gradient(
    90deg,
    #b16d2b 35.77%,
    rgba(143, 143, 143, 0) 99.85%
  );
  z-index: 2;
}
.breadcrumb-box {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
.breadcrumb-list span,
.breadcrumb-list span a,
.breadcrumb-list h3 {
  color: white;
}

.inner-pages-breadcrumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
h3.breadcrumb-title {
  color: #ffffff;
  font-size: 42px;
}
section.blog-inner .blog-card-two img {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}

.service-two-icon {
  /* font-size: 45px; */
  width: 85px;
  height: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background-color: #0f2b53;
  transition: 0.3s !important;
}
.service-item {
  position: relative;
}
.service-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 10px;
}
.service-content {
  padding: 12px;
  margin-top: 10px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  transition: 0.3s;
  height: 148px;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.service-icon {
  width: 100%;
}
.service-over-image {
  position: absolute;
  inset: 20px;
  top: auto;
}
h3.service-title a {
 font-family: 'Noto Sans Condensed';
  color: #0f2b53;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
a.service-btn {
  background: #b16d2b;
  color: white;
  padding: 5px 14px;
  border-radius: 4px;
  font-size: 14px;
}
/* .service-two-icon:hover{
  background-color: #b16d2b;
}
.service-two-icon:hover img {
    filter: brightness(0.5);
} */
.service-item {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s;
  margin-bottom: 24px;
}
.service-item .service-img:hover img {
  transform: scale(1.2);
}
.contact-left {
  background: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.contact-left a {
  color: #424242;
}
.contact-left .link-text {
  width: 80% !important;
}
.contact-left .link-text span {
 font-family: 'Noto Sans Condensed';
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.contact-inner .contact-form-main {
  background-color: var(--secondary-color);
}
.contact-inner .contact-form input,
.contact-inner .contact-form select {
  padding: 10px;
  margin: 0;
}
.contact-form-box {
  background: #ffffff73;
  padding: 50px 30px;
  border-radius: 10px;
}
.sub-menu {
  top: 55px;
  width: 240px;
  padding: 0px;
  background: var(--tcr-white-color);
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.navbar-mean ul li .sub-menu {
  opacity: 0;
  visibility: visible;
  position: absolute;
  background: #ffffff;
  display: block;
  transform: translateY(20px);
  transition: 0.4s;
  border: 1px solid var(--primary-color);
  padding: 1px;
  display: none;
}
.navbar-mean ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  display: block;
}
.navbar-mean ul li .sub-menu ul{
  display: block;
  transition: 0.3s;
}
.sub-menu li a{
  color: #000 !important;
}
.sub-menu li:hover{
  color: #ffffff !important;
  background-color: var(--primary-color);
  border-radius: 9px;
}
.sub-menu li:hover a{
  color: #ffffff !important;
}
.sub-menu ul ul a {
  margin: 0;
  display: block;
  padding: 18px 30px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-family: var(--tcr-ch-subtitle-ff);
  border-bottom: 1px solid #f3f3f3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service-sidebar {
    box-shadow: 0 0 70px rgb(0 0 0 / 8%);
    position: relative;
    border-radius: 10px;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.service-sidebar ul li a.active-service, .service-sidebar ul li a:hover {
    background-color: #b16d2b;
    border-color: #ffffff;
    color: #fff;
}
.service-sidebar ul li a {
    background-color: #ffffff00;
    padding: 6px 6px 6px 8px;
    margin: 0 0 10px;
    line-height: 1;
    border: 1px solid #08214a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    transition: 0.4s;
    color: #000;
}
.service-sidebar ul li a i {
    width: 36px;
    height: 36px;
    background-color:  #08214a;
    font-size: 12px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    transition: 0.4s;
    color: white;
}
.guest-form {
    background: var(--primary-color);
    padding: 10px 16px;
    position: sticky;
    top: 90px;
    border-radius: 10px;
}
.guest-form input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
}
.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[type="submit"] {
    color: #fff;
    background: var(--secondary-color);
    font-size: 20px;
    padding: 7px 2px;
    cursor: pointer;
    transition: .2s;
}
.servies-img-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.servies-img-inner {
  position: relative;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  height: 400px;
  margin-bottom: 18px;
  border-radius: 10px;
}

.servies-img-inner::before {
    width: 0%;
    height: 400px;
    content: "";
    top: 0%;
    left: 0;
    position: absolute;
    background-color: #0398b1;
    z-index: 2;
    opacity: 0.4;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}
.servies-img-inner:hover::before {
    width: 100%;
   height: 400px;
    content: "";
    top: 0%;
    left: 0;
    position: absolute;
    background-color: #08214a;
    z-index: 2;
    opacity: 0.4;
}
.head-line h2 {
    font-size: 36px;
    color: #1b1b61;
    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 .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);
}
.counter-box {
    width: 100%;
    padding: 30px 0;
    background: var(--primary-color);
}
.counter {
    width: 100%;
    color: var(--white-color);
}
.counter.about-counter img {
    width: 80px;
    margin: auto;
    display: block;
    background: #0f2b53;
    padding: 10px;
    border-radius: 50%;
    height: 80px;
}
.counter-head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter p {
    margin: 0 auto;
    font-size: 19px;
    text-align: center;
    width: 100%;
    /* font-weight: 800; */
    color: #ffffff;
    /* font-family: 'Noto Sans Condensed'; */
}
.counter-head span {
    margin: 0 0 0 5px;
    font-size: 60px;
    font-weight: 600;
}
.counter-head h3 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
    color: white;
}
.registration-form {
  background-color: #f8f9fa;
  border-radius: 10px;
}
.registration-form h2 {
  font-size: 2rem;
  color: #003366;
}
.form-section {
  background: #fff;
  padding: 20px 25px;
  border: 1px solid #19184d59;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.form-label {
  font-weight: 600;
}
.btn-primary {
  background-color: #0056b3;
  border: none;
  transition: background 0.3s;
}
.btn-primary:hover {
  background-color: #004494;
}

section.brand-sec {
    background: var(--primary-color);
   
}
.brand-sec {
  padding: 50px 0;
}
.brand-img img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0.5);
  transition: filter 0.3s ease;
  height: 100px;
  object-fit: contain;
}
.brand-img{
    background: white;
    padding : 10px;
    max-width: 100%;
    height: 140px;
    border-radius: 10px;
}
.brand-img:hover img {
  /*filter: grayscale(0%);*/
}
section.testimonial-section.py-5.inner-bg {
    background: #ededed;
}
.btn-brown:hover {
    background: #0f2b53 !important;
}
.Job-form {
    background: #ffffff96 !important;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 75%;
    margin: auto;
}
.service-two-icon {
    display: none;
}
.blog-card-two {
    margin-bottom: 46px;
}
.blog-text-details ul {
    padding-left: 20px;
}
.blog-text-details ul li {
    list-style: disc;
}
.servies-inner-list ul li {
    list-style: disc;
}
.servies-inner-list ul{
	  padding-left: 20px;
}
.servies-details-text {
    position: sticky;
    top: 120px;
}
.guest-form p {
    margin: 0;
}
.evrnt-text span {
    background: #b16d2b;
    color: white;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 10px;
}
.la-event img {
    width: 100%;
    border-radius: 10px;
    height: 70px;
    object-fit: cover;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-submit.w-100 {
    background: #b16d2b;
    padding: 8px;
    border-radius: 10px;
    border: 0px;
    color: white;
}
button.btn.btn-nav {
    display: none;
}
.header-area-text.moblie {
    display: none;
}

RESPONSIVE QUERY______
	.about-img-dot {
    display: none;
}
.about-img-dot {
    display: none;
}


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

}

@media only screen and (max-width: 1199px) {
	.about-img {
    width: 100%;
}
	.contact-left a {
    color: #424242;
    word-wrap: break-word;
}
	.info-text a {   
    display: none;
}
.navbar-box {  
    padding: 0px !important; 
}
	.service-content {   
    height: auto;  
}
}

@media only screen and (max-width: 1140px) {
	.content{
		width: 80%
}
	.about-img {
    width: 96%;
    height: 400px;
    border-radius: 10px;
}
	.about-img-dot {  
    left: 360px; 
}

}

@media only screen and (max-width: 1024px) {
.swiper-pagination.header-dot {   
    left: 28px !important;   
}
		.col-lg-6.moblie-hide {
    display: none !important;
}
}

@media only screen and (max-width: 991px) {
button.btn.btn-nav {
    display: block !important;
    background: #0f2b53;
    color: white;
}
	.overlay {
		background-color: rgb(241 241 241 / 51%) !important; }
.content{
		width: 99%
	}	
	.about-img {
    width: 100%;   
    margin-bottom: 24px
}
	.about-img img {
    width: 100%;
	}
	.about-img-dot {
    display: none;
}
.header-area-text {
    margin-bottom: 20px !important;
}
	.contact-form-main {  
    padding: 24px;   
}
	.col-lg-6.moblie-hide {
    display: none !important;
}
.navbar-mean {
    display: none;
}
	.counter.about-counter {
    border: 1px solid #e9e9e9;
    margin-bottom: 24px;
    border-radius: 10px;
		padding: 10px;
}
	.counter-head h3 {
    font-size: 60px !important;   
}
	.footer_box.footer-second {
    margin-left: 0px;
		margin-bottom: 20px
}
	.faq-img {
    margin-top: 20px;
    margin-bottom: 10px;
}
	.Job-form {    
    width: 100%;  
}
	.Job-form p { 
    margin-bottom: 12px !important;
}
	.header-area-text.text-center {
    margin: auto;
    text-align: center;
    width: 100% !important;
}
	.contact-form-box {    
    margin-top: 40px;
}
	.overlay {
    background-color: rrgb(255 255 255 / 44%);   
    padding: 0 5%;
}
	.navbar-mean-moblie ul li {
    padding-bottom: 20px;
}
	.row.revesa {
    flex-direction: column-reverse;
}
}

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

}

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

}


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

	
}


@media only screen and (max-width: 768px) {
	h1{
		font-size: 36px !important;
	}
		h2{
		font-size: 30px !important;
	}
		h3{
		font-size: 28px !important;
	}
		h4{
		font-size: 24px;
	}
		h5{
		font-size: 22px;
	}
		h5{
		font-size: 20px;
	}
	a, p, li,{
		font-size: 13px !important;
	}
	.Job-form {   
    padding: 24px 20px;
   
}
	a.navbar-brand img {
    width: 120px;
    /* padding: 10px 0px; */
    height: auto !important;
}
	
.info-text {
    display: none;
}
	.swiper-pagination.header-dot {   
    left: 2px !important;   
}
	.header-btn {   
    padding: 8px 10px;
	}
	a.header-btn-two {  
    padding: 6px 10px;
	}
	.overlay {
    background-color: rrgb(255 255 255 / 44%);   
    padding: 0 5%;
}
	.contact-form-box {
    padding: 20px 20px;
}
	section {
    /* padding: 30px 0px !important; */
}
	.footer_box {
    margin-bottom: 24px;
}
	.pb-6 {
    padding-bottom: 40px !important;
}
.pt-6 {
    padding-top: 60px !important;
}
}

@media only screen and (max-width: 767px) {
.Job-form .row.mb-3 {
    margin-bottom: 0px !important;   
}
	.contact-left {    
    margin-bottom: 20px;
}
	span.bg-braow {   
    font-size: 10px;
}
	.breadcrumb-box {  
    padding: 10px;
}
	.header-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 667px) {
    .header-btn {
        padding: 8px 10px;
		margin-bottom: 10px;
    }
}

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

}

@media only screen and (max-width: 500px) {
.navbar-btn a {  
    padding: 8px 10px;   
    font-size: 14px;
}
	section.hero-sec .swiper-slide {
  height: 600px;
}
	.servies-img-inner {  
    height: 360px;  
}
	.servies-img-inner img {   
    height: 100%;   
}
	.footer-social ul li {   
    margin: 0 1px 0 0;
}
}

@media only screen and (max-width: 480px) {
.btn-consult {  
    margin: 0 !important;
}
	.phone-link {    
    display: none;
}
}

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

}

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

}

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

}


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

}
p.text-white a {
    color: wheat;
}

.la-event ul li a {
    display: flex;
}