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

/*  
    font-family: "Plus Jakarta Sans", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  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,
.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: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 25px 15px 25px;
    font-weight: 500;
    background-color: var(--s-primary);
    text-transform: capitalize;
    border-radius: 10px;
    font-size: 15px;
    line-height: 16px;
    border: 1px solid var(--s-primary);
    color: var(--s-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    transition-duration: 0.3s;
}
.site-btn:hover {
  border-color: var(--s-secondary);
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.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);
}
.titleBar {
  position: relative !important;
  margin-bottom: 20px;
}
.titleBar h6 {
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--s-black);
  display: block;
  position: relative;
}
.titleBar h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--s-secondary);
  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: #9cfe00;
  --s-secondary: #373435;
  --s-third: #F7F7F7;
  --s-white: #ffffff;
  --s-black: #000000;
}
.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-primary);
}
.top-location ul{
  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-secondary);
}
.top-location ul li a {
  color: var(--s-secondary);
  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-white);
  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-secondary);
  background-color: var(--s-third);
}
/* Bottom Header Start Here */
.bottom-header {
  background-color: var(--s-white);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header-shape img{
    position: absolute;
    right: 0;
    height: 100%;
    width: 35%;
}
.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: capitalize;
  font-size: 17px;
  font-weight: 500;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  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: 15px;
  font-weight: 400;
  text-transform: capitalize;
  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-secondary);
  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: #ffffff;
  padding: 0em 0em 0em 0em;
  position: relative;
}
.main-banner {
  position: relative;
  width: 100%;
  height: 750px; /* Full viewport height */
  overflow: hidden;
}
.bannerContent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(90deg, #1c243a8f 0%, #1c243a8f 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 */
}
#banner-slider .items{
    position: relative;
    height: 750px;
    z-index: 2;
}
.bannerContent{
    z-index: 4 !important;
}
.bannerContent h5{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--s-white);
    margin-bottom: 15px;
}
.bannerContent h2{
    font-size: 65px;
    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: 25px;
}
.bannerContent p{
    font-size: 17px;
    font-weight: bold;
    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);
    margin-bottom: 30px;
}
.animate-text {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.8s;
}
.animate-text.active {
  opacity: 1;
  transform: translateY(0);
  transition: all.8s;
}
.banner-shape-1 img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    animation: float-bob-x 3s infinite linear;
}
.banner-shape-2 img{
    position: absolute;
    top: 0;
    right: -50px;
    z-index: 2;
    height: 100%;
    animation: float-bob-x 3s infinite linear;
}
@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}
.hero-form{
    z-index: 8;
    padding: 25px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border: 1px solid rgba(255, 255, 255, 0.94);
}
.hero-form input:hover{
    border-color: var(--s-third);
}
.hero-form textarea{
    border-radius: 0;
}
.hero-form textarea:hover{
    border-color: var(--s-primary);
}

/* About Section Start Here */
.about-imageBox .about-image {
  height: 610px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}
.about-imageBox .about-shape{
    width: 340px;
    position: absolute;
    bottom: 0;
    left: -185px;
    animation: float-bob-x 3s infinite linear;
}
.valueBox
{
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.062);
    padding: 20px;
    background-color: var(--s-secondary);
    border-radius: 15px;
}
.valueBox h4
{
    color: var(--s-white);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}
.valueBox p{
    color: var(--s-white);
}

/* Services Section STart Here */
.servicesSection{
    /* background-image: url(../images/service-bg.png); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--s-third);
}
.services-box{
    background-color: var(--s-white);
    padding: 30px;
    transition: all 500ms ease;
    height: 360px;
    overflow: hidden;
}
.services-icon{
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #373435;
    transition: all 400ms ease;
}
.services-icon img{
    transition: all 150ms ease;
    transform: scale(1);
}
.services-box .services-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-box:hover .services-icon img{
    transform: scale(0.9);
    filter: brightness(0);
}
.services-icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background-color: var(--s-primary);
    border-color: var(--s-primary);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.services-box:hover .services-icon::after {
    opacity: 1;
    transform: scaleY(1);
}
.services-content h3{
    font-size: 25px;
    color: var(--s-secondary);
    font-weight: 700;
    margin-bottom: 15px;
}
.services-content p{
    margin-bottom: 25px;
}


/* Testimonials Sectiom */
.testimonialsBox{
    position: relative;
}
.testimonialsBox::after{
    position: absolute;
    content: "";
    /* background-image: url(../images/testi-bg.png  ); */
    background-size: contain;
    opacity: 0.05;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.td-single-testimonial-item {
    background: var(--s-secondary);
    padding: 30px;
    transition: 0.8s;
    border-radius: 0px;
    border: 1px solid var(--s-secondary);
    text-align: left;
    height: 100%;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.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: 25px;
  font-weight: 700;
  color: var(--s-secondary);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-third);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-third);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 0px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-third);
}

/* WHy Choose Us Section */
.why-section{
  background-color: var(--s-third);
  width: 100%;
  height: 100%;
  background-image: url(../images/why-choose-bg.jpg);
  /* padding: 0; */
}
/* .why-section::after{
  position: absolute;
  content: "";
  background-image: url(../images/why-choose-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
} */
.why-box{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 32px;
    background-color: #ffffff33;
    border-radius: 10px;
    gap: 20px;
    margin-top: 40px;
}
.why-choose-icon{
    width: 80px;
    height: 80px;
    background-color: var(--s-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--s-primary);
    margin: 0 0 0 -32px;
}
.why-content h3{
  color: var(--s-white);
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
.why-image{
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  max-width: 270px;
  width: 100%;
  position: relative;
  height: 130px;
}
.why-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.why-image-box{
  position: relative;
}

/* FAQs Section Start Here */
.faqs-image-box img
{
  border-radius: 30px;
}
.accordion-header .accordion-button
{
  font-size: 17px;
  background-color: var(--s-white);
  color: var(--s-black);
  /* padding: 17px 25px 17px 25px; */
  border-radius: 8px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-weight: 700;
}
.accordion-button:not(.collapsed)
{
  color: var(--s-secondary);
  background-color: var(--s-primary);
}
.accordion-item
{
  background-color: transparent;
}
.accordion-body{
  color: var(--s-secondary);
}


/* Footer Section Start Here */
footer {
  background-color: var(--s-secondary);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.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: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.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-primary);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-secondary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-third);
  color: var(--s-[--s-primary]);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  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);
}
.phone {
  position: fixed;
  left: 10px;
  bottom: 3%;
  z-index: 9999;
  background: #252525;
  padding: 5px;
  border-radius: 100%;
  border: 3px solid white;
}
.phone a img{
  width: 50px;
  height: 50px;
}
.osc-rotation {
    box-sizing: border-box;
    animation: oscillation-rotation 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
@keyframes oscillation-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(0deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(0deg);
}
50% {
    transform: rotate(0) scale(1) skew(0deg);
}
100% {
    transform: rotate(0) scale(1) skew(0deg);
}
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(../images/inner-banner-image.png);
  height: 400px;
}
/* .innerPagesBanner::after
{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000a4;
} */
.innerpage-title
{
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-secondary);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-secondary);
  margin: 0 5px;
}
.breadcrumb-content ul li a{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-secondary);
  margin-right: 5px;
}

/* Mission Section Start here */
.ourMission
{
  background-color: #f2f5f9;
  background-image: url(../images/about-pages-bg.png);
  background-position: center left;
  background-size: contain;
}
.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;
}





/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage h2{
  margin-bottom: 20px;
}
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 450px;
  object-fit: cover;
}
.innerServices-overlay
{
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}










/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 1200px){
  .banner-shape-2{
    display: none;
  }
  .banner-shape-1{
    display: none;
  }
}

@media (max-width: 991px){
  .top-section{
    display: none;
  }
  .bottom-header{
    position: relative;
    background-color: var(--s-white);
  }
  .bottom-header .container
  {
    padding: 0 5px !important;
  }
  section
  {
    padding: 80px 0;
  }
  .header-btn
  {
    display: none;
  }
  .navbar-brand img{
    width: 100px;
  }
  .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);
    display: inline-block;
  }
  .dropdown-menu{
    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: 25px;
  }
  .titleBar h6{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }

  /* Banner */
  .banner-shape-2{
    display: none;
  }
  .banner-shape-1{
    display: none;
  }
  .main-banner{
    height: 450px;
  }
  #banner-slider .items{
    height: 450px;
  }
  .bannerContent h2 {
    font-size: 35px;
  }
  .bannerContent p{
    font-size: 15px;
  }

  /* why-section */
  .why-section{
    background-position: left;
  }
}

@media (max-width: 767px){
  .top-section{
    display: none;
  }
  .bottom-header{
    position: relative;
    background-color: var(--s-white);
  }
  .bottom-header .container
  {
    padding: 0 5px !important;
  }
  section
  {
    padding: 80px 0;
  }
  .header-btn
  {
    display: none;
  }
  .navbar-brand img{
    width: 100px;
  }
  .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);
    display: inline-block;
  }
  .dropdown-menu{
    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: 25px;
  }
  .titleBar h6{
    font-size: 13px;
  }
  p{
    font-size: 14px;
  }

  /* Banner */
  .banner-shape-2{
    display: none;
  }
  .banner-shape-1{
    display: none;
  }
  .main-banner{
    height: 450px;
  }
  #banner-slider .items{
    height: 450px;
  }
  .bannerContent h2 {
    font-size: 35px;
  }
  .bannerContent p{
    font-size: 15px;
  }

  /* ABout Page */
  .about-imageBox .about-image {
    height: 350px;
  }

  /* Services */
  .services-icon{
    margin: 0 auto;
  }
  .services-content{
    text-align: center;
  }

  /* WHy CHoose Us */
  .why-box {
    margin: 0 0 0 0px;
    margin-top: 40px;
    flex-direction: column;
    padding: 20px;
  }
  .why-image {
    max-width: 100%;
    width: 100%;
    height: 250px;
  }

  

  /* Inner Services Pages */
  .innerPagesBanner{
    height: 200px;
  }
  .innerpage-title {
    margin-top: 0;
  }
  .innerpage-title h1
  {
    font-size: 35px;
    line-height:35px;
    margin-bottom: 15px;
  }
  .innerpage-title p{
    font-size: 13px;
  }
  .breadcrumb-content ul li{
    font-size: 13px;
  }
  .innerServicesImage img {
    height: 250px;
  }
  .accordion-header .accordion-button {
    font-size: 14px;
  }
  .contactUSPage{
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .innerservicescontent {
    padding: 0px 0;
  }
}




