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

/*  
    font-family: "Inter", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #fff;
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: var(--s-black);
}
section {
  padding: 65px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 30px 13px 30px;
  font-weight: 500;
  background-color: var(--s-secondary);
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 13px;
  border: 1px solid var(--s-secondary);
  color: var(--s-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  transition-duration: 0.3s;
}
.site-btn:hover {
  border-color: #c9a332;
  background-color: #c9a332;
  color: var(--s-black);
}
.revSite-btn {
  background-color: var(--s-white);
  border-color: var(--s-white);
  color: var(--s-primary);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-white);
  color: var(--s-white);
}
.site-outline-btn:hover{
    background-color: var(--s-white);
    border-color: var(--s-white);
    color: var(--s-primary);
}
.titleBar {
  position: relative !important;
  margin-bottom: 20px;
}
.titleBar h6 {
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--s-primary);
  display: block;
  position: relative;
}
.titleBar h3 {
  font-size: 35px;
  font-weight: 700;
  color: var(--s-black);
  margin-bottom: 20px;
}
.titleBar p {
  font-size: 17px;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #1B3B53;
  --s-secondary: #d4af37;
  --s-third: #e5e7eb;
  --s-white: #ffffff;
  --s-black: #000000;
  --s-font-poppins: "Poppins", sans-serif;
  --s-font-montserrat: "Montserrat", sans-serif;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
  background-color: var(--s-third) !important;
}
.text-s-third {
  color: var(--s-third) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}

/*************************************/
/***     Header CSS Start Here     ***/
/*************************************/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* Main Header CSS */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-secondary);
}
.top-location ul li {
  font-weight: 500;
  font-size: 15px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 500;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-white);
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.bottom-header {
  background-color: rgba(255, 255, 255, 0.56);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 13px;
  border-radius: 50px;
  position: relative;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}
/* Drop-Down STart HEre */
.dropdown-menu {
  left: 15px;
  border-radius: 5px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid var(--s-black);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  /* .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  } */
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: -8px;
    left: 100%;
    margin-top: 0px;
    margin-left: 2px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-toggle::after{
    content: none;
}
.dropdown-item i{
    font-size: 13px;
}

/* Banner section start here */
.banner {
  background-color: var(--s-primary);
  /* padding: 4em 0em 4em 0em; */
  position: relative;
}
.video-banner {
  position: relative;
  padding: 8em 0em 8em 0em;
  width: 100%;
  /* height: 850px;  */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(90deg, var(--s-primary) 0%, var(--s-primary) 110%);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centers the video */
  z-index: 1;
  object-fit: cover; /* Ensures the video covers the entire banner area */
}
.bannerContent h5{
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--s-white);
    margin-bottom: 20px;
}
.bannerContent h1{
    font-size: 84px;
    line-height: 105px;
    font-weight: 700;
    color: var(--s-white);
    /* filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322)); */
    /* text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.678); */
    margin-bottom: 15px;
}
.bannerContent p{
    font-size: 20px;
    font-weight: 400;
    color: var(--s-white);
    /* filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .5); */
    max-width: 750px;
    margin: 0 auto;
}

/* Services Section start Here */
.services-box{
    background-color: var(--s-third);
    text-align: center;
    padding: 32px;
    transition: .3s all;
}
.services-box:hover{
    transition: .3s all;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.services-icon svg{
    color: var(--s-secondary);
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
}
.services-content h2{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 13px;
    color: var(--s-black);
    font-weight: 700;
}
.services-content p{
    font-size: 16px;
    color: var(--s-black);
}
.cta-box{
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    background-color: var(--s-primary);
    border-radius: 8px;
    padding: 32px;
    margin-top: 64px;
}
.cta-icon svg{
    color: var(--s-secondary);
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}
.cta-box h3{
    font-size: 24px;
    line-height: 32px;
    color: var(--s-white);
    font-weight: 700;
    margin-bottom: 13px;
}
.cta-box p{
    font-size: 18px;
    font-weight: 28px;
    font-weight: 400;
    color: var(--s-white);
    margin-bottom: 20px;
}

/* About Section Start Here */
.about-image img{
  width: 100%;
    height: 754px;
    object-fit: cover;
    border: 4px solid var(--s-secondary);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.about-content{
    text-align: center;
}
.about-content p{
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 24px;
}
.certified-section
{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    padding: 24px;
    text-align: center;
    background-color: #f9f9f9;
    border-left: 4px solid var(--s-secondary);
}

/* WHy Section Start HEre */
.WhySection hr{
    margin: 0 auto;
    color: var(--s-secondary);
    border-width: 4px;
    opacity: 1;
    width: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.why-box{
    background-color: var(--s-white);
    text-align: center;
    padding: 32px;
    transition: .3s all;
    border-radius: 8px;
    height: 100%;
    border-top: 4px solid var(--s-secondary);
   box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.why-box:hover{
    transition: .3s all;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}
.why-box-icon{
    background-color: var(--s-third);
    margin: 0 auto;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.why-box-icon svg{
    color: var(--s-secondary);
    width: 40px;
    height: 40px;
}
.why-box-content h2{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 13px;
    color: var(--s-black);
    font-weight: 700;
    transition: .3s all;
}
.why-box:hover .why-box-content h2{
    color: var(--s-secondary);
    transition: .3s all;
}
.why-box-content p{
    font-size: 16px;
    color: var(--s-black);
    line-height: 24px;
}
.areas-Section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.location-Btn{
    box-shadow:  0 1px 2px 0 rgb(0 0 0 / .05);
    /* margin: 0 5px; */
    padding: 8px 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: var(--s-black);
}
.location-Btn:hover{
    background-color: var(--s-white);
    border-color: var(--s-white);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.location-Btn svg{
    color: var(--s-secondary);
    height: 16px;
    width: 16px;
}

/* Testimonial Section Start Here */
.testimonial-box{
    background-color: #fff;
    text-align: center;
    padding: 32px;
    transition: .3s all;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 8px 30px rgb(0, 0, 0, .04);
}
.testimonial-box:hover{
    transition: .3s all;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.testimonial-icon svg{
    color: #d4af3733;
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
}
.testimonial-content p{
    font-size: 18px;
    font-weight: 500  ;
    color: var(--s-black);
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-style: italic;
}
.td-testimonial-header .td-testimonial-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--s-primary);
}
.td-testimonial-image h3
{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--s-white);
}
.td-name-designation h6 {
    font-size: 18px;
    line-height: 28px;
    color: var(--s-primary);
    font-weight: 700;
    margin-bottom: 0;
}
.td-name-designation p
{
    color: #6b7280;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

/* CTA Section Start Here */
.cta-Section
{
  padding: 95px 0;
 background: #1f1f1f;
background: radial-gradient(circle, rgba(31, 31, 31, 1) 0%, rgba(26, 58, 82, 1) 100%);
}
.ctaBox h3{
  font-size: 60px;
  line-height: 60px;
  color: var(--s-white);
  font-weight: 700;
  margin-bottom: 24px;
}
.ctaBox p{
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: var(--s-white);
  margin-bottom: 25px;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
  border: 1px solid #ffffff1a;
}
/* .footer-box
{
  text-align: center;
} */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
  color: var(--s-secondary);
  text-transform: capitalize;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-white);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff1a;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-primary);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}







/* Services Pages Start Here */
.phases-icon{
  height: 50px;
  width: 50px;
}
.phases-icon svg{
  height: 24px;
  width: 24px;
}

/* Pricing Section Start Here */
.pricing-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.pricing-header-dark {
  background-color: #1f3b4d;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}
.pricing-header-light {
  background-color: #f8f9fa;
  padding: 30px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
}
.icon-circle svg{
  color: var(--s-secondary);
}
.section-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--s-primary);
  font-size: 18px;
}
.price {
  font-weight: 600;
  color: var(--s-primary);
  margin-bottom: 10px;
}
.included {
  color: green;
  font-weight: 600;
  margin-bottom: 10px;

}
.highlight-badge {
  position: absolute;
  top: 20px;
  right: 20px;
}
.pricing-footer-box {
  background: #F9FAFB;
  border: 1px solid #f3f4f6;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 20px;
}
.pyment-images-box{
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.p-image{
  width: 40px;
  filter: grayscale(1);
  transition: all.3s;
  transform: scale(1);

}
.p-image:hover{
  filter: grayscale(0);
  transform: scale(1.1);
}



/* COntact Section STat here  */
.location-box {
  background: #f1f3f5;
  padding: 30px 25px;
  border-radius: 10px;
  /* height: 600px; */
}
.nav-pills .nav-link {
  background: #ffffff;
  color: #333;
  margin-bottom: 8px;
  border-radius: 6px;
  text-align: left;
  padding: 12px 15px;
  width: 100%;
  display: block;
}
.nav-pills .nav-link.active {
  background-color: #1f3c52;
  color: #fff;
}
.scroll-area {
  max-height: 420px;
  overflow-x: auto;
  padding-right: 5px;
}

.tab-content-box {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 710px;
  /* padding: 20px; */
}
.tab-content-box .tab-pane{
  position: relative;
  height: 100%;
  width: 100%;
}
.tab-content-box iframe{
  width: 100%;
  height: 100%;
  max-height: 100%;
}



/* Responsive CSS STart Here */
@media (max-width: 991px){
  .top-section{
    display: none;
  }
  header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .navbar{
    box-shadow: none;
  }
  .bottom-header{
    /* position: relative; */
    background-color: var(--s-white);
    padding-top: 0;
  }
  .bottom-header .container
  {
    padding: 0 5px !important;
  }
  section
  {
    padding: 50px 0;
  }
  .header-btn
  {
    display: none;
  }
  .navbar-brand img{
    width: 200px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #0000007e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 6px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .dropdown-menu{
    box-shadow: none;
    border: none;
  }
  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 35px;
  }
  .titleBar h6{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }

  /* Banner */
  .bannerContent h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .bannerContent h5{
    font-size: 20px;
  }
  .bannerContent p{
    font-size: 15px;
    max-width: 100%;
  }
  .bannerContent a{
    margin-bottom: 10px;
  }
  .video-banner{
    min-height: 500px;
    height: 500px;
    padding: 3em 0em 3em 0em;
    background-position: center;
  }

  /* About Section */
  .about-image img {
    height: 525px;
    width: 100%;
  }


  /* Testimonial */
  .td-single-testimonial-item {
    padding: 20px;
    border-radius: 30px;
  }

  /* CTA */
  .ctaBox h3{
    font-size: 35px;
    line-height: 35px;
  }
  .ctaBox p {
    font-size: 20px;
  }

  /* Contact */
  .tab-content-box
  {
    height: 500px;
  }
}