* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
    font-family: "Inter", serif;
    font-family: "Heebo", serif;
    font-family: "Nunito Sans", serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
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,
h5,
h6 {
  font-weight: 400;
  font-family: "Inter", serif;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: #8d8d8d;
  font-weight: 400;
  font-family: "Heebo", serif;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 35px;
  font-weight: 400;
  background-color: var(--s-primary);
  text-transform: capitalize;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  color: var(--s-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.site-btn span {
  position: relative;
  z-index: 2;
  color: var(--s-black);
  font-weight: 400;
  font-family: "Heebo", serif;
  width: 100%;
  height: 100%;
}
.site-btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  /* transform: translateY(-5px); */
}
.site-btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--s-secondary);
  transform: skewX(15deg);
  z-index: 0;
  transition: width 1000ms;
}
.site-btn:hover::before {
  width: 250%;
  color: #1b321d;
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn span {
  color: var(--s-primary);
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar span {
  line-height: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  color: var(--s-black);
  display: inline-block;
  position: relative;
  font-family: "Nunito Sans", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.titleBar span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 115%;
  width: 70%;
  height: 2px;
  background-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-secondary);
  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: #ffd500;
  --s-secondary: #fcbc45;
  --s-white: #ffffff;
  --s-black: #0f0f0f;
}
.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;
}
.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;
}
/*=========================================  
                    HOME PAGE 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;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-black);
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  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-family: "Heebo", serif;
  font-weight: 300;
}
.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-black);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-secondary);
  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-primary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-black);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  font-family: "Inter", serif;
  /* text-transform: uppercase; */
}
.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);
}

/* Banner Section Start Here */
.bannerSection {
  height: 600px;
}
.banner-left-box {
  position: relative;
}
.banner-left-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.952);
}
.banner-text {
  position: relative;
  z-index: 2;
  padding: 10% 10% 10% 30%;
}
.banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-family: "Nunito Sans", serif;
}
.banner-text h5::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 35%;
  width: 18%;
  height: 2px;
  background-color: var(--s-primary);
  color: var(--s-primary);
}
.banner-text h2 {
  font-size: 52px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 600;
  text-transform: capitalize;
}
.banner-text h2 span {
  color: var(--s-primary);
}
.banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
}

/* Hero Section Start Here */
.hero-section {
  padding: 80px 0;
}
.hero-content-box h2 {
  font-size: 45px;
  font-weight: 600;
  color: var(--s-secondary);
}
.counterTitle {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -0.03em;
  color: var(--s-black);
}
.hero-right-contentBox {
  padding: 50px;
  background-color: var(--s-primary);
  /* display: inline-block; */
  margin-top: -180px;
  position: relative;
  z-index: 2;
}
.why-footer p {
  color: var(--s-black);
}

/* About Us Section Start Here */
.aboutSection {
  background-color: transparent;
  /* background-image: linear-gradient(130deg, #fff 75%, #05bbbc29 25%); */
}
.about_image {
  transition: all 0.2s;
  position: relative;
}
.about_image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
.list {
  margin-bottom: 40px;
  margin-top: 30px;
}
.list li {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--s-black);
}
.list li i {
  font-size: 15px;
  color: var(--s-primary);
  font-weight: 400;
  margin-right: 7px;
}

/* Why CHoose Us Section Start Here */
.whyCHooseUs {
  position: relative;
  padding-bottom: 150px;
  background-image: url(../images/why-choose-us-bg.webp);
}
.whyCHooseUs::before {
  background-color: #000000d7;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.progress-section {
  margin-bottom: 30px;
}
.progress-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--s-white);
}
.progress-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 0px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--s-primary);
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.2s ease-in-out;
}
.progress-percentage {
  position: absolute;
  left: 10px;
  top: -15px;
  transform: translateY(-50%);
  transition: left 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--s-white);
}

/* Services Section Start Here */
.heroSection {
  padding-top: 20px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.services-item {
  border-radius: 0px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.185);
  transition: all ease 0.3s;
  position: relative;
  z-index: 85;
  background-color: var(--s-white);
  padding: 40px 20px 40px 30px;
  position: relative;
}
.services-item:hover {
  transform: translateY(-10px);
  background-color: var(--s-primary);
  transition: all ease 0.3s;
}
.services-icon i {
  font-size: 30px;
  color: var(--s-white);
  background-color: var(--s-black);
  width: 65px;
  height: 65px;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-content h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0px 0px 11px 0px;
}
.services-content p {
  margin: 0;
  color: var(--s-black);
}
/* Bottom Services */
.whatWeDoMainBox {
  padding: 8% 0% 8% 15%;
}
.About-content hr {
  height: 4px;
  width: 10%;
  opacity: 1;
  margin-bottom: 20px;
}
.weDoServices {
  background-color: transparent;
  padding: 50px 40px 50px 40px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  transition: all 0.3s;
  position: relative;
}
.weDoServices::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px;
  background: linear-gradient(38deg, #0f0f0f 0%, #0f0f0f 100%);
}
.weDoServices:hover::before {
  height: 100%;
}
.weDoServices:hover h5 {
  color: var(--s-white);
}
.weDoServices:hover p {
  color: var(--s-white);
}
.weDoServices h5 {
  font-size: 19px;
  color: var(--s-black);
  font-weight: 600;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.weDoServices p {
  color: var(--s-black);
  font-size: 14px;
  width: 100%;
  line-height: 25px;
  margin-bottom: 20px;
}
.weDoServices a {
  color: var(--s-primary);
}

/* Make Appointment */
.makeAppointment {
  background-image: url("../images/bg.webp");
  position: relative;
  padding-bottom: 220px;
  overflow: visible;
}
.makeAppointment::before {
  background-color: #000000d7;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.contactBox {
  position: relative;
  background-position: center;
  padding: 35px;
}
.contactBox::before {
  background-color: #000000d7;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.downBox {
  /* margin-bottom: -700px; */
  z-index: 2;
  position: relative;
  margin-top: -300px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

/* Testimonial Section */
.testimonialSection {
  /* padding-top: 600px; */
  overflow: visible;
  background-image: url("../images/background.webp");
}
.testimonialSection::before {
  background-color: #fffffff5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

/* Testimonial Section */
.td-testimonial-rating ul li i {
  color: var(--s-primary);
  margin: 0 3px 15px 3px;
  font-size: 14px;
}
.td-testimonial-description p {
  font-size: 18px;
  font-weight: 400;
  color: var(--s-black);
  margin: 0px 0 15px 0;
}
.td-testimonial-icon img {
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.td-testimonial-icon {
  margin-right: 20px;
}
.td-name-designation h6 {
  font-size: 18px;
  color: var(--s-black);
  font-weight: 700;
  margin-bottom: 0;
}
.td-name-designation p {
  font-size: 13px;
  font-family: "DM Sans", sans-serif;
  color: #00000080;
  font-weight: 400;
  margin-bottom: 0;
}

/* Free CAll Section Start Here */
.freeCAllSection {
  background-image: url(../images/keys-concept-lockey-min.webp);
  background-color: #ebf997;
  background-position: top;
  /* background-size: 220%; */
  overflow-x: hidden;
}
.freeCAllSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0f0f0fe5;
}

/* Footer Section Start Here */
footer {
  /* background-image: url(../images/keys-concept-lockey-min.webp); */
  background-color: var(--s-black);
  position: relative;
  overflow-x: hidden;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0f0f0ff5;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 25px;
  color: var(--s-white);
}
.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 5rem 0 1.5rem 0;
}
.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-black);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
}
.SocialIcon h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff2c;
  padding: 20px 0;
}

/* 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-secondary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-secondary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.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-secondary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}





/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(../images/download.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0f0f0fef;
}
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-secondary);
  margin-right: 5px;
}
/* FAQs  Section */
.accordion-item
{
  background-color: #F3F3F3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #F3F3F3;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.faq-image {
  height: 550px;
  object-fit: cover;
  /* object-position: left; */
}
.accordion-button:not(.collapsed) {
  color: var(--s-white);
  background-color: #0f0f0f;
}
.contactIcon h5
{
  font-size: 17px;
  font-weight: 600;
}
.innerservicescontent
{
  margin: 0;
}
.innerservicescontent
{
  padding: 40px 30px;
}
.innerservicescontent h2
{
  font-size: 17px;
}
.innerservicescontent p
{
  font-size: 17px;
}








/* Responsive CSS Start Here */
@media (max-width: 1500px) {
  .banner-text {
    padding: 10% 10% 10% 8%;
  }
}


/* 767px  Responsive CSS Start Here */
@media (max-width: 991px) {
  section
  {
    padding: 50px 0;
  }
  .container
  {
    max-width: 94%;
  }
  .top-section 
  {
    display: none;
  }
  .bottom-header
  {
    padding: 0px 0;
  }
  .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: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }
  .header-btn
  {
    display: none;
  }
  .bottom-header .navbar-brand h2 {
    font-size: 15px;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 30px;
    line-height: 30px;
  }
  .titleBar span{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }
  /* Banner */
  .bannerSection {
    height: 400px;
  }
  .banner-text h2{
    font-size: 30px;
    color: var(--s-white);
  }
  .banner-text h5{
    font-size: 13px;
    color: var(--s-white);
  }
  .banner-text h5::before {
    left: 64%;
  }
  .hero-content-box{
    flex-direction: column !important;
  }
  .hero-right-contentBox{
    margin-top: 10px;
    text-align: center;
  }
  .titleBar span::before {
    top: 6px;
    left: 120%;
    width: 50%;
  }
  /* ABout */
  .list {
    margin-bottom: 0;
    margin-top: 0;
  }
  .subpara p{
    margin-bottom: 30px;
  }
  /* Services */
  .heroSection {
    padding-top: 80px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .whatWeDoMainBox {
    padding: 8% 0% 8% 3%;
  }
  /* Appointment */
  .downBox {
    margin-top: 0px;
  }
  .testimonialSection
  {
    overflow: hidden;
  }

  /* Inner Services Pages */
  .innerPagesBanner{
    height: 250px;
  }
  .innerpage-title {
    margin-top: 0;
  }
  .innerpage-title h2
  {
    font-size: 50px;
  }
  .accordion-header .accordion-button {
    font-size: 14px;
  }
  .contactUSPage{
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .innerservicescontent {
    padding: 0px 0;
  }

}
