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

/*  
    font-family: "Inter", sans-serif;
*/
body {
  background: #F7F5F0;
  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: 80px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  padding: 13px 30px 13px 30px;
  font-weight: 600;
  background-color: var(--s-primary);
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 16px;
  border: 1px solid var(--s-primary);
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  transition-duration: 0.3s;
}
.site-btn:hover {
  border-color: var(--s-black);
  background-color: var(--s-black);
  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);
}
.red-btn{
    background-color: var(--s-third);
}
.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: 55px;
  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: #36454f;
  --s-secondary: #d3d3d3;
  --s-third: #A82421;
  --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;
}

/*=========================================  
        HOME PAGE CSS START HERE 
===========================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: var(--s-white);
  z-index: 99;
  border-radius: 0;
  padding: 0px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
  font-size: 15px !important;
}
.header-scrolled .navbar{
  box-shadow: none;
}
/*================================
      HEADER CSS START HERE 
==================================*/
header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
    z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 10px 0;
  /* display: block; */
  background-color: var(--s-primary);
  /* border-bottom: 1px dotted #fff; */
}
.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-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-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-black);
}
/* Bottom Header Start Here */
.bottom-header {
  background-color: transparent;
  width: 100%;
  border-radius: 0px;
  padding: 20px 0px 0 0px;
}
.navbar{
  background-color: var(--s-white);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.8px);
  -webkit-backdrop-filter: blur(5.8px);
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 100px;
  padding: 8px 15px;
}
.navbar-toggler
{
  border: 1PX SOLID var(--s-primary);
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
/* .navbar-brand  img{
    filter: brightness(0) invert(1);
} */
.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: 17px;
  font-weight: 400;
  color: var(--s-white);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  letter-spacing: 1px;
}
.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;
}
.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: 4em 0em 4em 0em; */
  position: relative;
}
.video-banner {
  position: relative;
  padding: 7em 0em 6em 0em;
  width: 100%;
  height: 850px; 
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}
.video-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(90deg, #00000049 0%, #00000049 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: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--s-white);
    margin-bottom: 15px;
}
.bannerContent h1{
    font-size: 60px;
    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); */
    margin-bottom: 25px;
}
.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 label{
  font-size: 15px !important;
  font-weight: 400 !important;
}
.hero-form p{
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
}
.hero-form input{
    border-radius: 50px;
}
.hero-form input:hover{
    border-color: var(--s-third);
}
.hero-form textarea{
    border-radius: 20px;
}
.hero-form textarea:hover{
    border-color: var(--s-primary);
}

/* About Section Start Here */
.aboutSection{
    background-color: var(--s-secondary);
    border-radius: 25px;
    padding: 70px;
}
.about-image{
    overflow: hidden;
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.about-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content{
    padding-left: 30px;
}
.about-content h2{
    color: var(--s-black);
    font-size: 40px;
    font-weight: 600;
}
.about-content p{
    font-size: 19px;
    color: var(--s-black);
}
.counter-box{
    text-align: center;
}
.counter-box h2{
    font-size: 95px;
    line-height: 80px;
    font-weight: 600;
    color: var(--s-black);
    margin-bottom: 10px;
}
.counter-box p{
    font-size: 25px;
}

/* Services Section STart Here  */
.services-Box{
    background-color: var(--s-white);
    border: var(--s-primary);
    border-radius: 30px;
    padding: 35px;
    transition: all.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.services-Box:hover{
    transform: translateY(-15px);
    transition: all.3s;
    background-color: var(--s-primary);
}
.services-icon{
    margin-bottom: 55px;
}
.services-Box:hover .services-icon img{
    filter: brightness(0) invert(1);
    transition: all.3s;
}
.services-content h3{
    color: var(--s-black);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
    transition: all.3s;
}
.services-Box:hover .services-content h3{
    color: #fff;
}
.services-content p{
    font-size: 20px;
    margin-bottom: 20px;
    transition: all.3s;
}
.services-Box:hover .services-content p{
    color: #fff;
}
.services-content a{
    font-size: 24px;
    color: var(--s-third);
    font-weight: 600;
    letter-spacing: -1.2px;
    transition: all.3s;
    border-bottom: 1px solid currentColor;
}
.services-Box:hover .services-content a{
    color: #fff;
}

/* Experience Section Start Here */
.experience-box{
    margin-bottom: 50px;
}
.experience-box h5{
    color: var(--s-third);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}
.experience-box h3{
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: var(--s-black);
    margin-bottom: 15px;
}
.experience-box p{
    font-size: 23px;
}
.progressBar{
    margin-bottom: 30px;
}
.progress-container {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    width: 0%;
    background: var(--s-third);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    transition: width 3s ease;
}
.progressBar h4{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: var(--s-black);
    margin-bottom: 10px;
}

/* Testimonial Section Start Here */
.td-single-testimonial-item {
  background: #fff;
  padding: 50px;
  transition: 0.8s;
  border-radius: 40px;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  margin-right: 25px;
  position: relative;
  border-radius: 50%;
  background-color: var(--s-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-testimonial-icon {
  background-color: var(--s-primary);
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  line-height: 38px;
  top: 0;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-testimonial-icon img {
  width: 23px !important;
}
.td-name-designation h6 {
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  color: var(--s-third);
}
.td-testimonial-description {
  margin: 33px 0 027px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--s-black);
  margin-bottom: 1rem;
}
.td-testimonial-rating ul li i {
  color: var(--s-primary);
  font-size: 15px;
  margin: 0 2px;
}
.td-testimonial-image h2 {
  margin-bottom: 0;
  font-weight: 500;
}
.owl-stage .active.center .td-single-testimonial-item {
  background: var(--s-primary);
  transition: 0.3s;
}
.owl-stage .active.center .td-testimonial-description p {
  color: #fff;
  transition: 0.3s;
}
.owl-stage .active.center .td-name-designation h6 {
  color: #fff;
  transition: 0.3s;
}
.owl-stage .active.center .td-name-designation p {
  color: #fff;
  transition: 0.3s;
}
.owl-stage .active.center .td-testimonial-rating ul li i {
  color: #ffffff;
}
.owl-stage .active.center .td-testimonial-header .td-testimonial-image {
  background-color: #fff;
}
.owl-stage .active.center .td-testimonial-header .td-testimonial-image h2 {
  color: var(--s-primary);
}

/* How It Work Section Start Here */
.workBox {
  background-color: var(--s-primary);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 3em 3em 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.workBox img {
  filter: brightness(5);
}
.workBox h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 7px 21px 7px 21px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: -14px;
  color: var(--s-third);
}
.workBox h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1.2px;
}
.workBox p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}
.workBox a {
  color: var(--s-white);
  background-color: var(--s-third);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var(--s-third);
  border-radius: 50px;
  font-size: 13px;
  padding: 10px 20px;
}
.workBox a:hover {
  color: var(--s-primary);
  background-color: var(--s-secondary);
  border-color: var(--s-secondary);
}








/* Footer Section Start Here */
footer {
  background-color: var(--s-secondary);
  position: relative;
  padding-top: 25px;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-black);
}
.footer-box p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--s-black);
}
.footer-box h3 {
  font-weight: 700;
  letter-spacing: -1.2px;
  font-size: 20px;
  margin-bottom: 25px;
  color: var(--s-black);
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-black);
}
.footer-box ul li a:hover {
  color: var(--s-third);
  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-black);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-white);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-third);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #0000005b;
  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);
}








/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner
{
  background-color: var(--s-black);
  background-image: url(https://lighthousemediagroupllc.com/wp-content/uploads/2026/02/inner-banner.jpg);
  background-position: 0% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.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-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-white);
  margin-right: 5px;
}
.about_image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 25px;
}
/* FAQs Section Start Here */
.FAQs-box
{
  background-image: url(https://lighthousemediagroupllc.com/wp-content/uploads/2026/02/faqs-image.jpg);
  border-radius: 30px;
  /* height: 500px; */
}
.accordion-header .accordion-button
{
  font-size: 17px;
  background-color: var(--s-secondary);
  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-white);
  background-color: var(--s-primary);
}
.accordion-item
{
  background-color: transparent;
}

.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;
  border-radius: 30px !important;
}
.innerServices-overlay
{
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}










/*============================================
    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: 80px;
  }
  .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;
  }
  .bannerContent p{
    font-size: 15px;
  }
  .video-banner{
    min-height: 1000px;
    height: 1000px;
    padding: 3em 0em 3em 0em;
    background-position: center;
  }
  .hero-form{
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* About Section */
  .aboutSection {
    padding: 25px;
    text-align: center;
  }
  .about-content{
    padding-left: 0;
  }
  .counter-box h2 {
    font-size: 65px;
    line-height: 65px;
  }
  .counter-box p {
    font-size: 13px;
  }

  /* Experinces */
  .experience-box h3 {
    font-size: 30px;
  }
  .experience-box h5 {
    font-size: 18px;
  }
  .experience-box p {
    font-size: 16px;
  }

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

  /* Process */
  .workBox{
    padding: 2em 1em 2em 1em;
  }







  /* ABout Page */
  .about_image {
    height: 300px;
  }

  /* Inner Services Pages */
  .innerPagesBanner{
    height: 150px;
    align-items: center;
    padding: 30px 0;
  }
  .innerpage-title {
    margin-top: 0;
  }
  .innerpage-title h1
  {
    font-size: 35px;
    line-height:25px;
  }
  .breadcrumb-content ul li{
    font-size: 13px;
  }
  .innerServicesImage img {
    height: 250px;
  }
  .accordion-header .accordion-button {
    font-size: 14px;
  }
  .inerServicesBox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactUSPage{
    margin-top: 30px;
    padding: 30px 20px !important;
  }
  .innerservicescontent {
    padding: 0px 0;
  }
}