#content * {
    box-sizing: inherit !important;
}

.area1 .xj3 {
    overflow: hidden;
}

.ms-n5 {
    margin-left: -40px;
}

.navbar-nav {
    white-space: nowrap;
    display: flex; /* Add display: flex to make align-items work */
    align-items: center;
    margin:auto;
    flex-wrap:wrap;
   justify-content: center;
}

#navDiv {
    border-radius: 30px !important;
    box-shadow: 5px 5px 18px #888888 !important;
}

.boxContainer {
    position: relative;
}

.box {
    position: absolute;
}

.overlay {

}

#carouselDiv {
    width: 100%;
}

#navDiv {
    right: 95px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    height: 510px;
}

.carousel-indicators {
    box-sizing: content-box !important;
}

#nav-tabContent > div > form> div > input, #nav-tabContent > div > div > input {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

#nav-tabContent > div > div > select {
    background-color: rgba(255, 255, 255, 0.25);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
    background-color: transparent;
    color: black;
    border-color: black;
    border: none;
    border-bottom: 3px solid black;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: black;
    border: none;
}

.nav-tabs .nav-link:hover {
    border: none;
}

.cardContainer {
    margin-top: 600px;
}

.carouselMarquee {
    background: linear-gradient(0deg, rgba(97, 179, 59, 0.79), rgba(97, 179, 59, 0.79)), linear-gradient(90deg, rgba(193, 193, 193, 0.5) 0%, rgba(193, 193, 193, 0.15) 100%);
    border: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(193, 193, 193, 0.5) 0%, rgba(193, 193, 193, 0.15) 100%);
    color: white;
}

footer .nav-item {
    line-height: 2;
}

.bg-grey {
    background: rgb(220, 220, 220);
}

#navbarNavDropdown .nav-link:hover {
    transition: transform .2s;
    transform: scale(1.2);
}

.serviceCards {
    text-align: center;
}

.serviceHeading {
    font-weight: 800;
}

.otherCardDiv {
    overflow: hidden;
    border-radius: 20px;
}

.otherCardDiv:hover img{
	transition: transform .5s;
	transform: scale(2.0);
	transform-origin: 50% 50%;
}

.otherCardDiv .card-title {
    text-align: center;
    top: 45%;
    position: relative;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.hoverBlue:hover {
    background: rgba(13, 103, 202, 1);
}

.sideMenu {
    background: background: rgba(255, 255, 255, 1);
}

.sideMenu::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sideMenu {
    -ms-overflow-style: none;
    /* IE and Edge */

    scrollbar-width: none;
    /* Firefox */
}

.offcanvas.offcanvas-start {
    opacity: 1;
    width: 300px;
}

.fs7 {
    font-size: 0.7rem;
}

.fs8 {
    font-size: 0.8rem;
}

.fs9 {
    font-size: 0.9rem;
}

.offcanvas .nav-link:hover {
    background: rgba(203, 203, 203, 1);
}

.carousel-item h2 {
    font-weight: 800;
}

.sidepanel {
    width: 0;
    position: fixed;
    overflow-x: hidden;
    transition: 0.5s;
    border-radius: 30px 0px 0px 30px !important;
    border: 1px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px 0 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    top: 24.5%;
    height: 510px;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
}

.openbtn {
    top: 24.5%;
    position: fixed;
    right: 10px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius:50px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 5px;
    animation: openbtn 3s infinite;
}
@keyframes openbtn{
  0% {
    background: #ff6666;
  }
  20% {
    background: #9fff80;
  }
  40% {
    background: #ffff80;
  }
  60% {
    background: #80e5ff;
  }
  80% {
    background: #ffb366;
  }
  100% {
    background: #ff6666;
  }
}

@-webkit-keyframes openbtn{
  0% {
    background: #ff6666;
  }
  20% {
    background: #9fff80;
  }
  40% {
    background: #ffff80;
  }
  60% {
    background: #80e5ff;
  }
  80% {
    background: #ffb366;
  }
  100% {
    background: #ff6666;
  }
}Copy


.sidepanel a {
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.menuBtn {
    transform: scale(2);
    padding-left: 20px;
    border: none ;
}

.menuBtn:active {
    border-color: transparent;
}

.WCContent, .x338, .xj3 {
        padding: 0;
    margin: 0;
}

#carouselDiv .carousel-item, #carouselDiv .carousel-inner{
    height: 600px;
}
#carouselDiv .carousel-indicators {
    box-sizing: content-box !important;
}
.xhc{
	margin: 0 !important;
}
.fontFam h1,h5{
    font-family: "Poppins";
}
@media screen and (max-width: 992px) {
    #desktop, #desktop1, #desktop2, #desktop3, #desktop4, #desktop5 {
        display: none !important;
    }

    #mobile, #mobile1, #mobile2, #mobile3, #mobile4, #mobile5 {
        display: block !important;
    }
}
@media screen and (max-width: 992px) {
.area1{
  margin-top:12%
}
}
@media screen and (min-width: 992px) {
    #desktop, #desktop1, #desktop2, #desktop3, #desktop4, #desktop5 {
        display: block !important;
        }
    #mobile, #mobile1, #mobile2, #mobile3, #mobile4, #mobile5 {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    #carouselDivMobile .carousel-item,
    #carouselDivMobile .carousel-inner {
        height: 500px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
 #carouselDivMobile .carousel-item,
    #carouselDivMobile .carousel-inner {
        height: 380px;
    }
	
}
@media screen and (max-width: 992px) {
.cardContainer {
    margin-top: 500px;
}
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
.cardContainer {
    margin-top: 380px;
}
}
@media screen and (max-width: 992px) {
#serviceDivMobile{
    display: flex;
}
}
.gearstop{
    position: absolute;
    width: 350px;
    height: 350px;
    top:0;
  }
 @media (max-width: 992px) {
    .gearstop {
    position: absolute;
      width: 200px;
      height: 200px;
      top:30px;
    }
  }  
.gearsbottom{
    position: absolute;
    width: 350px;
    height: 350px;
  }
 @media (max-width: 992px) {
    .gearsbottom{
    position: absolute;
      width: 200px;
      height: 200px;
      
    }
  }  
  .loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite; /* Animation */
    margin: 20px auto; /* Center the spinner */
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
#content .x19 {
    display: none !important;
}

#content .x1a .x7j {
    display: none !important;
}

#content .x11o .x1a {
    display: none !important;
}

#content .xki.p_AFDisclosed.p_AFFlow {
    display: none !important;
}

#content .xf0 {
    display: none !important;
}

#siteseal img{
    width:200px;
    padding-bottom:10px
    
}
#seal-container p{
    font-size:12px;
    line-height:14px;
    padding-right:13px;
}