.logowidth{
    width: 200px;
}
.bg-gradientcolor{
    background: linear-gradient(45deg, #0E73C8 0%, #4C850E 100%);
}
.text-darkblue{
    color: #4300bc;
}
.clrcontent{
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}
.socialicon{
    width: 30px;
}
.iconwidth{
    width: 60px;
}
.text-justify{
    text-align: justify;
}
.text-blue{
    color: #1879b8 !important;
}
.z-index-999{
    z-index: 9999;
}
.bg-darkblue{
    background-color: #423395;
}
.bg-blue{
    background-color: #1879b8;
}
.new-bg-green{
    background-color: #05b505;
}
.fs-18{
    font-size: 18px !important;
}
.googlereviewwidth{
    width: 120px;
}
.ctatop{
    margin-top: 250px !important;
}
.cta-tf-btn{
    padding: 17px 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    /* background: linear-gradient(45deg, #0E73C8 0%, #4C850E 100%); */
    background: #05b505 !important;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}
.fw-600{
    font-weight: 600;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}

.ftrtxtclr{
    color: #000000;
    font-size: 17px;
}

.responsive-map2 {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
}

.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.ftrlogoleft{
    margin-left: -20px;
}
.min-height-233{
    min-height: 233px;
}
.rotate-90 {
  transform: rotate(90deg);
  display: inline-block; /* required for transform to work */
}
.srvctf-btn{
    padding: 17px 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    /* background: linear-gradient(45deg, #0E73C8 0%, #4C850E 100%); */
    background: #00c900 !important;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}
.mb-60{
    margin-bottom: 60px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.contact-map {
    position: relative;
}
.google-map__contact {
    overflow: hidden;
}
.google-map {
    position: relative;
}
.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 517px;
    width: 100%;
}

.callbutton{
    position: fixed;
    bottom: 150px;
    z-index: 99;
    left: 30px;
}
.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #DC3545;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@keyframes pulse{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #DC3545;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #DC3545;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}


.whatsapp-container {
  position: fixed;
  bottom: 150px;
  right: 30px;
  z-index: 1000;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25d366;
  padding: 8px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.whatsapp-options {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 60px;
  right: 0;
  background: #006cc5;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.whatsapp-options a {
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  background: linear-gradient(45deg, #0E73C8 0%, #4C850E 100%);
}

.whatsapp-options a:last-child {
  border-bottom: none;
}

.whatsapp-options a:hover {
  background-color: #f5f5f5;
  color: #ffac3e;
}

.enquire-form-contact-us{
  padding: 0px 0px 0px !important;
  box-shadow: none;
  border: 2px solid #0b71c1;
}
.fs-25{
    font-size: 25px;
}
.border-none{
    border: none !important;
}

.faviconwidth{
    width: 50px !important;
}

.moblshow{
    display: none !important;
}

.fs-40{
    font-size: 40px;
}

.dktpfntsz{
    font-size: 40px !important;
    line-height: 50px !important;
}

.text-nexblue{
    color: #0066a9 !important;
}

.mrginminusfifty{
    margin-top: -50px;
    margin-bottom: -25px;
}

.pb-20{
    padding-bottom: 20px !important;
}

.equwidth{
    width: 25px !important;
}

.ml-10{
    margin-left: 10px !important;
}

.bg-none{
    background: none !important;
}

.bannerform-contact-us{
    padding: 30px !important;
}

.newbannertitle{
    color: var(--white) !important;
    position: relative !important;
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
}

.pl-40{
    padding-left: 40px !important;
}

.fs-17{
    font-size: 17px !important;
}

.city-marquee-wrapper {
    background: #006cc5;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
    position: relative;
    border-radius: 20px;
    box-shadow: 10px 4px 60px rgb(0 108 197 / 43%);
}

.city-marquee-track {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding-left: 100%; /* Push text fully outside at the beginning */
    animation: scrollCities 60s linear infinite; /* Slower scroll (60s) */
}

@keyframes scrollCities {
    0% {
        transform: translateX(0); /* Start from the right (outside view) */
    }

    100% {
        transform: translateX(-100%); /* Move fully to the left */
    }
}


/* .ml-20{
    margin-left: 20px !important;
} */

@media only screen and (min-width: 280px) and (max-width: 767px) {
.mblmtzero{
    margin-top: 0px !important;
}
.moblshow{
    display: block !important;
}
.mblnone{
    display: none !important;
}
.mblmrzero{
    margin-right: 0px !important;
}
.ctatop {
    margin-top: 50px !important;
}
.mblbtmtwenty{
    margin-bottom: 20px !important;
}
.mblg-20{
    gap: 20px !important;
    margin-bottom: 20px !important;
}
.mblcntr{
    display: flex !important;
    justify-content: center !important;
}
.mblstart{
    display: flex !important;
    justify-content: start !important;
}
.txtcntr{
    text-align: center !important;
}
.mblmttwenty{
    margin-top: 20px !important;
}
.mblmbtwenty{
    margin-bottom: 20px !important;
}
.mblmtthirty{
    margin-top: 30px !important;
}
.mblrg-row25{
    row-gap: 25px !important;
}
.box-skills{
    padding: 30px 49px 34px !important;
}
.box-details-item .title-box{
    padding-bottom: 20px !important;
    border-bottom: 2px solid #1675af !important;
    margin-bottom: 21px !important;
}
.box-skills .text {
    margin-bottom: 30px !important;
    color: #000000;
    font-weight: 500;
}
.mblmbzero{
    margin-bottom: 0px !important;
}
.mblmxzero{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form-contact-us.style-white-3 {
    padding: 25px 10px 25px !important;
    box-shadow: none;
    border: 2px solid #0b71c1;
}
.ftrlogowidth{
    width: 280px !important;
}
.mblnavcls{
    width: 30px;
    height: 30px;
    margin-top: 16px;
}
.mblspcebetween{
    display: flex !important;
    justify-content: space-between !important;
}
.mblfs16{
    font-size: 16px;
}
.about-item .number-item {
    width: 40px !important;
    height: 40px !important;
}

.page-title-home .page-title-home-inner.img-1 {
   background-image: url('../new-images/banner/mobile-banner-one.jpg') !important;
   background-position: center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
}

.page-title-home .page-title-home-inner.img-2 {
    background-image: url('../new-images/banner/mobile-banner-two.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-title-home .page-title-home-inner.img-3 {
    background-image: url('../new-images/banner/mobile-banner-three.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-title-home .page-title-home-inner.img-4 {
    background-image: url('../new-images/banner/new-mobile-banner-two.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-title-home .page-title-home-inner.img-6 {
    background-image: url('../new-images/banner/new-mobile-banner-four.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-title-home .page-title-home-inner.img-5 {
    background-image: url('../new-images/banner/new-mobile-banner-three.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-title-home .page-title-home-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none !important;
}

.fun-fact-item{
    padding: 40px 50px 31px;
    border-radius: 15px;
    min-height: 240px !important;
}
.dktpfntsz{
    font-size: 25px !important;
    line-height: 35px !important;
}

.page-title .page-title-content .title {
    color: var(--white) !important;
    position: relative !important;
    margin-bottom: 10px !important;
    font-size: 25px !important;
}

.newbannertitle {
    color: var(--white) !important;
    position: relative !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.page-title .page-title-content {
    /* background-image: url(../image/page-title/page-title-1.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px !important;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.mblplzero{
    padding-left: 0px !important;
}

.tf-product-info-wrap .name-product {
    margin-bottom: 15px !important;
}

.mblmbforty{
    margin-bottom: 40px !important;
}

.mblptzero{
    padding-top: 0px !important;
}

.mblmbten{
    margin-bottom: 10px !important;
}

.mblmbfifteen{
    margin-bottom: 15px !important;
}

.mblpttwenty{
    padding-top: 20px !important;
}

.rg-30 {
    row-gap: 10px !important;
}

.mblpbzero{
    padding-bottom: 0px !important;
}
.mblmtforty{
    margin-top: 40px !important;
}

}
