@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/customify/assets/fonts/Rubik-Light.ttf");
  font-weight:300;
}
@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/customify/assets/fonts/Rubik-Regular.ttf");
  font-weight:400;
}
@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/customify/assets/fonts/Rubik-Medium.ttf");
  font-weight:500;
}
@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/customify/assets/fonts/Rubik-SemiBold.ttf");
  font-weight:600;
}
@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/customify/assets/fonts/Rubik-Bold.ttf");
  font-weight:700;
}
h1{
    font-size: 50px !important;
    line-height: 55px !important;
    font-weight: 600 !important;
    font-family: "Rubik" !important;
    color: #000 !important;
}
h2{
    font-size: 34px !important;
    line-height: 38px !important;
    font-family: "Rubik" !important;
    color: #000 !important;
}
h3{
    font-size: 30px !important;
    line-height: 34px !important;
    font-family: "Rubik" !important;
    color: #000 !important;
}
h4{
    font-size: 22px !important;
    line-height: 26px !important;
    font-family: "Rubik" !important;
    color: #000 !important;
}
h5{
    font-size: 20px !important;
    line-height: 24px !important;
    font-family: "Rubik" !important;
    color: #000 !important;
}
body {
    font-family: "Rubik" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000 !important;
}
.sidespace {
    padding-right: 5% !important;
    padding-left: 5% !important;
}
.primary-btn {
    background-color: #002f74;
    color: #fff;
    padding: 10px 20px;
    height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #002f74;
    text-align: center;
    width:fit-content;
}
.primary-btn:hover , .primary-btn:focus{
    background-color: #fff;
    color: #002f74;
}
.white-primary-btn {
    background-color: #fff;
    color: #002f74;
    padding: 10px 20px;
    height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    width:fit-content;
}
.white-primary-btn:hover , .white-primary-btn:focus{
    background-color: #002f74;
    color: #fff;
}
.wt-text{
    color:#fff !important;
}
.db-text {
    color: #002f74 !important;
}
.no-mb{
    margin-bottom: 0px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.section-heading {
    margin-bottom: 15px;
}
.t-cent{
    text-align: center;
}

/* Scrollbar track (background) */
::-webkit-scrollbar {
    width: 8px; /* width for vertical scrollbar */
    height: 8px; /* height for horizontal scrollbar */
}

/* Scrollbar track background */
::-webkit-scrollbar-track {
    background: #f0f0f0;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #002f74;
}


/*Header Css Starts*/
.babji-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo img {
    width: 130px;
    height: auto;
    margin-top: 20px;
}
.header-contact-div {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}
.contact-main {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-text p {
    margin: 0px;
}
.contact-main i {
    color: #002f74;
    font-size: 18px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #002f74;
    border-radius: 5px;
    padding: 5px;
}
.contact-text p a {
    color: #002f74;
    text-decoration: none;
    font-weight: 500;
}
.bfheader-btn-div {
    padding-top: 20px;
}

.seperator {
    font-size: 30px;
    font-weight: 100;
}
.pagenamelist {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.pagename {
    margin: 0px !important;
}
.header-menu {
    position: absolute;
    background-color: #002f74;
    width: 120%;
    bottom: -70px;
    padding: 15px 50px;
    border-radius: 5px;
    left: calc(120% - 130%);
}
.pagename a {
    color: #fff;
    text-decoration: none;
}
.pagename a:hover {
    color: #fff;
    text-decoration: underline;
}
.pagename a i {
    font-size: 10px;
    margin-left: 5px;
}
.babji-header.sidespace {
    position: relative;
    z-index: 3;
}

.has-submenu {
    position: relative;
}
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    list-style: none;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.submenu li {
    margin: 0px;
}

.submenu li a {
    color: #002f74;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 12px 20px;
}

.submenu li a:hover {
    background-color: #002f74;
    color: #fff;
    text-decoration: none;
}
.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    margin: 10px 0px 0px 15px;
}



/*HomePage Css*/
.home-banner-sec {
    position: relative;
    margin-bottom: 140px !important;
}
.banner-data-main {
    background-size: 100% 110% !important;
    height: 600px;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.home-banner-one {
    background: url('/wp-content/uploads/2025/08/HB-1-scaled.jpeg');
}
.home-banner-two {
    background: url('/wp-content/uploads/2025/08/HB-2-scaled.jpeg');
}
.home-banner-three {
    background: url('/wp-content/uploads/2025/08/HB-3-scaled.jpeg');
}
.home-banner-four {
    background: url('/wp-content/uploads/2025/08/HB-4-scaled.jpg');
}
.banner-data-main:after {
    content: '';
    position: absolute;
    background-color: #00000085;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.banner-heading , .banner-btn-div {
    z-index: 1;
}
.banner-heading.wt-text {
    width: 950px;
    text-align: center;
}
div#home_carou .owl-nav , div#service_carou .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    left: 0;
    margin-top: 0px !important;
}
div#home_carou button.owl-next {
    right: 10px;
}
div#home_carou button.owl-prev {
    left: 10px;
}
div#service_carou button.owl-prev {
    left: -70px;
}
div#service_carou button.owl-next {
    right: -70px;
}
div#home_carou button.owl-prev, div#home_carou button.owl-next , div#service_carou button.owl-prev , div#service_carou button.owl-next {
    position: absolute;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    width: 40px;
    height: 40px;
    padding: 15px !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#service_carou button.owl-prev, div#service_carou button.owl-next {
    background-color: #002f74;
}
div#home_carou button.owl-prev i, div#home_carou button.owl-next i , div#service_carou button.owl-prev i , div#service_carou button.owl-next i {
    color: #fff;
    font-size: 20px;
}
div#home_carou button.owl-prev:hover, div#home_carou button.owl-next:hover , div#service_carou button.owl-prev:hover , div#service_carou button.owl-next:hover {
    background: #fff;
}
div#home_carou button.owl-prev:hover i, div#home_carou button.owl-next:hover i , div#service_carou button.owl-prev:hover i, div#service_carou  button.owl-next:hover i{
    color: #002f74;
}
.icon-name-text {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-right: 30px;
}
.right-line:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: #002f74;
    right: 15px;
}
.icon-name-text img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
.floating-heading {
    color: #002f74;
}
.row.floating-row {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 0px 5%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.banner-floating-main.sidespace {
    position: absolute;
    bottom: -70px;
    z-index: 1;
}
.floating-para {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.about-img-div {
    display: flex;
    gap: 15px;
    padding-right: 30px;
}
.abt-img-data img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.about-img-two.abt-img-data {
    padding-top: 50px;
}
.count {
    width: 200px;
    background-color: #002f74;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    position: absolute;
    bottom: 42px;
    left: calc(50% - 100px);
    border: 2px solid #fff;
}
.about-img-one {
    position: relative;
}
.about-us-row {
    align-items: center;
}
.about-us-text p {
    margin-bottom: 10px !important;
}
.counter-grey-box p {
    height: 35px;
}
.s-top-heading {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #000;
    margin-bottom: 10px;
}
.s-top-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px; 
  background: linear-gradient(90deg, #0A3D62, #00B8D4, #4FC3F7);
  border-radius: 2px;
}
.about-us-text p {
    margin-bottom: 0px;
}
.about-us-sec {
    position: relative;
}
.about-us-sec:after {
    content: '';
    background: url('/wp-content/uploads/2025/06/Home-Page-06-min.png');
    width: 500px;
    bottom: -50px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    opacity: .12;
    height: 300px;
    background-size: cover;
}
.about-us-text {
    position: relative;
    z-index: 1;
}
.abt-img-data {
    width: 50%;
}
.bf-btn-div {
    margin-top: 20px;
}
.service-sec {
    background: #ebfdff9e;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.service-main-div {
    text-align: center;
    z-index: 1;
    position: relative;
}
.icon-data {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    transition: .3s all ease-in-out;
    border: 1px solid #002f74;
}
.icon-data img {
    width: 70px !important;
    margin-bottom: 10px;
    height: 70px !important;
    object-fit: contain;
}
.heading-service {
    color: #002f74 !important;
    text-decoration: none;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-carou-item a {
    text-decoration: none;
}
.para-service.no-mb {
    color: #000;
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.service-carou-item a:hover .icon-data {
    background-color: #002f74;
}
.service-carou-item a:hover .icon-data .heading-service , .service-carou-item a:hover .icon-data  .para-service {
    color: #fff !important;
}
.service-carou-item a:hover .icon-data  img {
    filter: brightness(0) invert(1);
}
.service-carou-item a:hover .icon-data {
    transition: .3s all ease-in-out;
    transform: translateY(-10px);
}
.item.service-carou-item {
    margin: 10px 0px;
}

.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 25px;
    z-index: 100;
}
.whatsapp-float img {
    width: 100%;
    height: auto;
}

#goTopBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#goTopBtn img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

#goTopBtn:hover img {
    transform: scale(1.2) rotate(10deg);
}

#goTopBtn:hover {
    background-color: #fff;
}

@keyframes bounceIn {
    0% { transform: translateY(100px); opacity: 0; }
    60% { transform: translateY(-10px); opacity: 1; }
    80% { transform: translateY(5px); }
    100% { transform: translateY(0); }
}

.footer-sm, .social-icon {
    align-items: center;
    display: flex;
}
.footer-sm {
    gap: 15px;
}
.footer-sm a, .footer-sm a i {
    text-decoration: none;
}
.social-icon {
    border: 2px solid #002f74;
    border-radius: 50%;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 40px;
}
.social-icon:before {
    background-color: #002f74;
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    transform: translateY(40px);
    transition: .5s;
    width: 100%;
}
.footer-sm a i {
    color: #002f74;
    font-size: 16px;
    z-index: 1;
}
.footer-sm a:hover i{
    color: #fff;
}
.babji-footer {
    background-color: #ebfdff;
    padding-top: 50px;
    padding-bottom: 10px;
}
.footer-sm a:hover .social-icon:before {
    transform: translateY(0);
}
.footer-company-data a img {
    width: 150px;
    margin-bottom: 15px;
}
.footer-para {
    color: #000;
    margin-bottom: 15px;
}
.pages-link-div .pages-ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.pages-ul .pages-li {
    margin: 0px 0px 10px 0px;
}
.pages-ul .pages-li a {
    color: #000;
    text-decoration: none;
}
.footer-heading {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.footer-heading:before {
    background: linear-gradient(234deg, #0A3D62, #00B8D4, #4FC3F7);
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    border-radius: 5px;
    top: 0px;
}
.pages-ul .pages-li a:hover {
    color: #002f74;
    text-decoration: underline;
}
.call-div, .loc-div, .mail-div {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.call-div i, .loc-div i, .mail-div i {
    align-items: center;
    border: 2px solid #002f74;
    border-radius: 50%;
    color: #002f74;
    display: flex;
    font-size: 12px;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.call-div p, .loc-div p, .mail-div p {
    margin: 0;
    width: 85%;
}

.bff-col-two {
    margin-left: -50px;
}
.bff-col-three {
    margin-right: 60px;
    margin-left: -30px;
}
.bff-col-four {
    margin-right: 20px;
}
.call-div a, .mail-div a {
    color: #002f74;
    text-decoration: none;
}
.seperartor {
    padding: 0px 10px;
}
.places-main a {
    color: #002f74;
    text-decoration: none;
    padding: 0px  10px;
    line-height: 20px;
}

.footer-pt-two {
    margin-top: 10px;
    border-top: 1px solid #002f7491;
    padding-top: 20px;
    border-bottom: 1px solid #002f7491;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.gm-sec p {
    text-align: center;
}
.gm-sec p a {
    color: #002f74;
    text-decoration: none;
    font-weight: 500;
}
.india-block {
    margin-bottom: 30px;
}
.center-div{
    text-align: center;
}

.product-data {
    border: 1px solid #002f74;
    border-radius: 10px;
    padding: 15px;
    margin-top: 24px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.product-img img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .3s;
}
.product-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.product-name {
    margin-bottom: 10px;
    height: 25px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-para {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.product-img:after, .product-img:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    border-style: solid;
    border-width: 90px 0 0 260px;
    border-color: transparent transparent transparent #002f74;
    opacity: .5;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    border-bottom-left-radius: 10px;
}
.product-img:after {
    border-width: 110px 0 0 300px;
    opacity: .4;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.product-data:hover .product-img:before {
    border-width: 0 0 0 260px;
}
.product-data:hover .product-img:after {
    border-width: 0 0 0 300px;
}
.product-data:hover .product-img img {
    transition: .3s;
    transform: scale(1.1);
    border-radius: 10px;
}
.btn-center-div {
    display: flex;
    justify-content: center;
    margin-top: 30px !important;
}
.products-sec , .statistic-sec {
    position: relative;
}
.products-sec:after , .statistic-sec:after{
    content: '';
    background: url('/wp-content/uploads/2025/06/Home-Page-06-min.png');
    width: 500px;
    bottom: -70px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    opacity: .12;
    height: 300px;
    background-size: cover;
}
.star-div span {
    color: #8080807a;
}
.star-div .checked {
  color: #002f74;
}

.item.testimonial-carou-item {
    margin: 10px;
}
.testimonial-data {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
}
.customer-comment {
    margin-bottom: 0px !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}
.customer-name.db-text {
    margin-bottom: 5px;
}
p.customer-company {
    margin-bottom: 10px;
    color: #808080bd;
    font-style: italic;
}
.star-div {
    margin: 0px 0px 10px;
}
.owl-dots {
    background: transparent !important;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
button.owl-dot {
    border: 1px solid #002f74 !important;
    height: 15px !important;
    width: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0px !important;
    border-radius: 50% !important;
    min-height: 15px !important;
}

.owl-theme .owl-dots span {
    height: 13px !important;
    width: 13px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
}

.owl-theme button.owl-dot.active span {
    background-color: #002f74 !important;
}

.image-name-icom img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 5px 30px 5px;
}
.image-name-icom {
    position: relative;
}
.icon-name-application img {
    width: 40px !important;
    height: 70px !important;
    object-fit: contain !important;
}
.icon-name-application {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    position: absolute;
    top: -35px;
    right: 0;
    height: 70px;
    gap: 15px;
    width: 75%;
}
.item.application-carou-item {
    margin: 70px 0px 10px 0px;
}
.icon-name-application p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#applications_carou .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: 0px !important;
}
div#applications_carou button.owl-prev {
    left: -70px;
}
div#applications_carou button.owl-next {
    right: -70px;
}
div#applications_carou button.owl-prev, div#applications_carou button.owl-next {
    position: absolute;
    border: 1px solid #002f74 !important;
    border-radius: 5px !important;
    width: 40px;
    height: 40px;
    padding: 15px !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#applications_carou button.owl-prev i, div#applications_carou button.owl-next i {
    color: #002f74;
    font-size: 20px;
}
div#applications_carou button.owl-prev:hover, div#applications_carou button.owl-next:hover  {
    background: #002f74;
}
div#applications_carou button.owl-prev:hover i, div#applications_carou button.owl-next:hover i {
    color: #fff;
}
.stats-icon-number {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
}
.stats-icon-number img {
    width: 25%;
    height: auto;
}
.counter-name {
    width: 75%;
}
.stats-main-data {
    margin-top: 30px;
}
.statistic-sec:after {
    width: 350px;
    height: 210px;
}
section.contact-us-sec {
    background: url('/wp-content/uploads/2025/09/Home-Form-Sec-scaled.jpg');
    background-size: cover;
    padding: 70px 0px;
    background-repeat: no-repeat;
    position: relative;
}
.contact-div-main:after {
    content: '';
    position: absolute;
    background:#000000a6;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.contact-left-sec{
    z-index: 1;
    position: relative;
}
.contact-icon-data {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.contact-details {
    margin-top: 50px;
}
.contact-icon-data i {
    font-size: 22px;
    width: 22px;
}
.big-data, .big-data a, .big-para {
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.contact-right-sec{
    position: relative;
    z-index: 1;
}
.home-form form {
    margin: 0px;
}
.contact-div-main.row {
    align-items: center;
}
.contact-div-main.row {
    align-items: center;
}
.form-col-data p {
    margin: 0px;
}
.form-col-data {
    margin-top: 30px;
}
.form-input, .form-col-data select {
    height: 45px !important;
    width: 100%;
    border-radius: 5px !important;
    color: #000 !important;
    box-shadow: none !important;
    padding: 0px 15px;
}
.form-col-data textarea{
    min-height: 80px !important;
    width: 100%;
    border-radius: 5px !important;
    color: #000 !important;
    box-shadow: none !important;
    padding: 10px 15px;
}
.home-form-btn {
    background-color: #002f74 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    height: 40px;
    text-decoration: none;
    border-radius: 5px !important;
    border: 1px solid #002f74 !important;
    text-align: center;
    width: 130px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    box-shadow: none !important;
}
.home-form-btn:hover , .home-form-btn:focus {
    background-color: transparent !important;
    color: #002f74 !important;
}
.form-col-data .form-btn-data {
    display: flex !important;
    align-items: center;
}
.blog-data-main {
    padding: 10px;
    border: 1px solid #002f74;
    border-radius: 10px;
}
.blogs-data {
    margin-top: 15px;
}
.blog-data-main img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
}
.blogs-para {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}
.blogs-row {
    margin-top: 20px !important;
}



/*About Us Page*/
.banner-img-name img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.banner-img-name {
    position: relative;
}
.banner-img-name:after {
    content: '';
    position: absolute;
    background-color: #00000078;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.name-breadcrumb h1 {
    z-index: 1;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name-breadcrumb {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.breadcrumb-ul {
    margin: 10px 0px 0px !important;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;
}
.breadcrumb-ul .banner-li {
    margin: 0px;
}
.banner-li a {
    color: #fff;
    text-decoration: none;
}
.banner-li a:hover {
    color: #3aafe7;
}
.breadcrumb-ul i {
    color: #fff;
}
.banner-li.active-li a {
    color: #3aafe7;
}
.about-page-col-one {
    display: flex;
    width: 100%;
}
.abt-page-img-one {
    width: 70%;
}
.abt-page-img-two {
    width: 50%;
    padding-top: 120px;
    margin-left: -100px;
}
.abt-page-img-one img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.abt-page-img-two img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.mvv-div img {
    height: 50px;
    margin-bottom: 10px;
}
.about-row-two {
    margin-top: 20px !important;
}
.mvv-div {
    padding-right: 30px;
    position: relative;
}
.right-line-mvv:after {
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% - 70px);
    height: 140px;
    width: 1px;
    background-color: #002f74;
}
.about-us-text img {
    width: 100%;
    margin-bottom: 10px;
}
.grey-block {
    padding: 50px;
    background-color: #f9f9f8;
    border-radius: 10px 0px 0px 10px;
}
.no-one {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 30%;
}
.no-one img {
    height: 50px;
    margin-bottom: 10px;
}
.no-one-div {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
}
.pointers {
    width: 70%;
}
.pointers ul {
    margin: 0px;
    list-style-type: disclosure-closed;
    padding: 0px;
}
.pointers ul li {
    margin: 10px 0px 0px;
}
.three-col-img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-left: -50px;
}
.about-three-main{
    align-items: center;
}
.location-main-div {
    align-items: center;
}
.counter-grey-box {
    padding: 20px;
    background-color: #f9f9f8;
    margin-top: 15px;
    width: 33.3%;
    border-radius: 5px;
    text-align: center;
}
.counter-box {
    display: flex;
    gap: 15px;
    align-items: center;
}



/*Services Page*/
div#page-breadcrumb{
    display: none !important;
}
.service-product-row{
    justify-content: center;
}
.service-product-name {
    margin-bottom: 10px;
    height: 50px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-product-img img {
    height: 300px;
}
.cta-sec {
    background: url('https://bfdemo.graphitiquemedia.com/wp-content/uploads/2025/09/Service-Down-Banner.jpg');
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}
.cta-sec:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    left: 0;
}
.two-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}
.service-btm-div {
    width: 70%;
    z-index: 1;
}


/*Inner Page*/
.image-one-inner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.inner-row-one , .inner-row-three {
    align-items: center;
}
.inner-row-two , .inner-row-three , .inner-row-four{
    margin-top: 70px !important;
}
.inner-ul-data {
    margin: 15px 0px 0px !important;
    padding: 0px !important;
    list-style-type: disc;
}
.inner-ul-data li {
    margin: 8px 0px 0px 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin: 20px 0px 0px;
}

table thead th {
    background-color: #002f74 !important;
    color: #fff;
}
th, td {
    padding: 15px !important;
    border: 1px solid #002f74 !important;
    background-color: #fff !important;
}

/*Contact Us Page*/
.headings-center {
    text-align: center;
}
.social-blue-box {
    background-color: #002f74;
    border-radius: 30px;
    padding: 30px;
    margin: 0px 0px 0px 50px;
}
.social-blocks {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff8a;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 20px;
}
.social-blocks img {
    height: 40px;
    width: auto;
}
.name-data p a {
    color: #fff;
    text-decoration: none;
}
.blocks-main {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.blue-block-social-icon {
    display: flex;
    align-items: center;
    gap: 50px;
}
.blue-block-social-icon a i {
    color: #fff;
    font-size: 25px;
}
.contact-input, .contact-input-col select {
    height: 50px !important;
    width: 100%;
    color: #000 !important;
    box-shadow: none !important;
    padding: 0px 15px;
    border-radius: 30px !important;
    margin-top: 10px;
    border-color: #002f74 !important;
}
.contact-input-col textarea {
    min-height: 80px !important;
    width: 100%;
    border-radius: 15px !important;
    color: #000 !important;
    box-shadow: none !important;
    padding: 10px 15px;
    border-color: #002f74;
    margin-top: 10px;
}
.contact-form-row.row {
    margin-top: 30px;
}
.contact-form-row .form-btn-data {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.form-btn-data p {
    margin-bottom: 0px;
}
.branch-row {
    background-color: #80808014;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    margin-top:30px;
}
.branch-col-img {
    width: 50%;
}
.icon-data-blocks {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.icon-data-blocks img {
    width: 40px;
    background-color: #002f74;
    padding: 10px;
    border-radius: 50%;
}
.branch-col-data {
    padding-left: 100px;
    width: 50%;
    padding-right: 50px;
}
.branch-col-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.icon-data-blocks p a {
    color: #000;
    text-decoration: none;
}

/*Blogs Section*/
.blogsp-main-div .blog-data-main {
    margin-bottom:24px;
}
.blog-theme-img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 20px;
}
.blogs-multiple-img-div {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
}
.blogs-multiple-img-div img {
    width: 50%;
    border-radius: 10px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
.blogs-inner-ul {
    margin: 0px;
    padding: 0px;
    list-style-type: square;
}
.blogs-inner-ul li {
    margin: 10px 0px 0px 20px;
}
.other-blogs {
    padding: 30px;
    background-color: #80808014;
    border-radius: 10px;
}
.other-blog-name a {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    border: 1px solid #002f74;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    text-decoration: none;
}
.blog-name-other {
    width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.other-blog-name a i {
    width: 15%;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-left: 1px solid #002f74;
}
.other-blog-name a:hover {
    background-color: #002f74;
}
.other-blog-name a:hover .blog-name-other , .other-blog-name a:hover i {
    color: #fff !important;
}
.other-blog-name a:hover i {
    border-color: #fff !important;
}
.blogs-social-block {
    background-color: #002f74;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
}
.blogs-social-block .blue-block-social-icon {
    margin-top: 20px;
}




/*Mobile Header Css*/
.babji-mob-header-sec{
        display: none;
}
.mob-header-main {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 7px 0px #a2a2a2;
    transition: all 0.3s ease-in-out;
    top: 0;
    height: 70px !important;
}
.logo-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.mt-logo-div img {
    width: 60px;
}
.mobile-view {
    display: flex;
    align-items: center;
    gap: 15px;
}
a.call {
    text-decoration: none;
}
.call i {
    height: 30px;
    width: 30px;
    background-color: #002f74;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}
.humberger-menu svg {
    height: 30px;
    object-fit: cover;
    width: 30px;
}
#toggle-nav {
    background: #002f74;
    z-index: 9999 !important;
    padding-bottom: 40px;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    top: 0;
    right: -100%;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}
.nav-header {
    width: 100%;
    padding: 20px;
}
span#close-nav svg {
    fill: #fff;
}
#toggle-nav ul.imp-link-menu {
    padding: 0 20px;
    list-style: none;
    margin: 0px;
}
.imp-link-menu li {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #fff;
}
.imp-link-menu li a {
    color: #fff;
    text-decoration: none;
}
.side_mobile_footer {
    padding: 0 20px;
}
#toggle-nav .contact-info {
    padding: 20px 0;
}
.mt-wt-btn a {
    background: transparent;
    color: #fff;
    width: fit-content;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid #fff;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
}
#toggle-nav .contact-info :is(p, a, i) {
    color: #fff;
    fill: #fff;
    text-decoration: none;
}
p.location {
    display: flex;
    align-items: center;
    gap: 8px;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.social-media a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    text-decoration: none;
}
.copy-right-mob {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-align: center;
}
.is-open {
    right: 0 !important;
}

/*Place Css*/
.images-block {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.images-block img {
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
    width: 33%;
}
.place-top-para ul {
    margin: 0px;
    padding: 0px;
}
.place-top-para ul li {
    margin: 5px 0px 5px 20px;
}
.place-top-para {
    margin-bottom: 30px;
}
.place-top-para ul li {
    margin: 5px 0px 5px 20px;
    list-style-type: disc;
}
.place-top-img img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.place-content-main ul {
    margin: 0px;
    padding: 0px;
}
.place-content-main ul li {
    margin: 5px 0px 5px 20px;
    list-style-type: disc;
}
.row.place-top-row {
    align-items: center;
    margin-bottom: 30px;
}


/*Temp Css*/
body.post-type-archive-bf_service , body.bf_service-template-default , body.post-type-archive-bf_product , body.bf_product-template-default , body.post-type-archive-bf_blogs , body.bf_blogs-template-default{
    overflow-x: hidden;
    margin: 0px 15px;
}

/*Mobile Responsive Css Starts*/
@media screen and (min-width:0px) and (max-width:550px){
    .desktop-header {
        display: none;
    }
    .banner-heading.wt-text {
        width: 290px;
    }
    .banner-data-main {
        height: 300px;
        background-size: cover !important;
    }
    .heading-service {
        height: auto;
    }
    .sidespace {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    h1 {
        font-size: 28px !important;
        line-height: 33px !important;
    }
    h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    h5 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .mb-70 {
        margin-bottom: 30px !important;
    }
    .bf-btn-div {
        margin-top: 15px;
    }
    .banner-floating-main.sidespace {
        display: none;
    }
    .home-banner-sec {
        margin-bottom: 30px !important;
    }
    div#home_carou button.owl-prev, div#home_carou button.owl-next, div#service_carou button.owl-prev, div#service_carou button.owl-next {
        width: 30px;
        height: 30px;
        padding: 16px !important;
    }
    div#home_carou button.owl-prev i, div#home_carou button.owl-next i, div#service_carou button.owl-prev i, div#service_carou button.owl-next i {
        font-size: 15px;
    }
    .about-img-div {
        display: flex;
        gap: 15px;
        padding-right: 0px;
    }
    .abt-img-data img {
        height: 200px;
    }
    .count {
        width: 110px;
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        left: calc(50% - 55px);
    }
    .about-us-sec:after , .products-sec:after{
        width: 200px;
        height: 120px;
        bottom:-30px;
    }
    .service-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .item.service-carou-item {
        margin: 0px;
    }
    .icon-data img {
        width: 40px !important;
        height: 40px !important;
    }
    .product-img img {
        height: 200px;
    }
    section.contact-us-sec {
        padding: 30px 0px;
    }
    div#service_carou button.owl-next {
        right: -15px;
    }
    div#service_carou button.owl-prev {
        left: -15px;
    }
    .testimonial-data {
        padding: 15px;
    }
    .image-name-icom img {
        height: 300px;
    }
    div#applications_carou button.owl-prev, div#applications_carou button.owl-next {
        width: 30px;
        height: 30px;
    }
    div#applications_carou button.owl-next {
        right: -15px;
    }
    div#applications_carou button.owl-prev {
        left: -15px;
    }
    .stats-main-data {
        margin-top: 10px;
    }
    .stats-icon-number {
        margin-top: 20px;
    }
    .blog-data-main {
        margin-top: 20px;
    }
    .blogs-row {
        margin-top: 0px !important;
    }
    .icon-name-application img {
        height: 50px !important;
    }
    .babji-footer {
        padding-top: 30px;
    }
    .bff-col-two {
        margin-left: 0px;
        margin-top: 15px !important;
    }
    .bff-col-three {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 15px !important;
    }
    .bff-col-four , .bff-col-five{
        margin-top:15px !important;
    }
    .footer-heading {
        margin-bottom: 10px;
    }
    .statistic-sec:after {
        display: none;
    }
    .babji-mob-header-sec{
        display: block !important;
    }
    .banner-img-name img {
        height: 240px;
    }
    .abt-page-img-one img {
        height: 210px;
    }
    .abt-page-img-two img {
        height: 190px;
    }
    .abt-page-img-two {
        width: 70%;
        padding-top: 80px;
        margin-left: -70px;
    }
    .grey-block {
        padding: 30px 15px;
    }
    .no-one-div {
        gap: 20px;
        flex-wrap: wrap;
    }
    .pointers ul {
        margin: 0px 0px 0px 20px;
    }
    .three-col-img img {
        height: 230px;
        margin-left: 0px;
    }
        .no-one , .pointers{
        width: 100%;
    }
    .map-div img {
        margin-bottom: 15px;
    }
    .counter-box {
        flex-wrap: wrap;
    }
    .counter-grey-box {
        padding: 15px;
        margin-top: 0px;
        width: 100%;
    }
    .counter-grey-box p {
        height: 18px;
    }
    .about-us-sec:after{
        display:none;
    }
    .social-blue-box {
        margin: 0px;
    }
    .social-blue-box {
        padding: 20px;
    }
    .branch-row {
        flex-wrap: wrap;
    }
    .branch-col-img {
        width: 100%;
    }
    .branch-col-img img {
        height: 200px;
        margin-bottom: 0px;
    }
    .branch-col-data {
        padding-left: 0px;
        padding-right: 00px;
    }
    .branch-col-data {
        padding: 20px;
        width: 100%;
    }
    .cta-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }   
    .service-btm-div {
        width: 100%;
    }
    .two-btns {
        margin-top: 20px;
    }
    .service-product-name {
        margin-bottom: 10px;
        height: auto;
    }
    .blogsp-main-div .blog-data-main {
        margin-bottom: 0px;
    }
    .blog-heading {
        height: auto;
    }
    .blogsp-main-div .section-heading {
        margin-bottom: 0px;
    }
    .image-one-inner , .middle-para-col {
        margin-top: 20px !important;
    }
    .third-img-col {
        margin-bottom: 20px !important;
    }
    .cb-row--mobile.hide-on-desktop.customify-grid.customify-grid-middle {
        display: none;
    }
    .image-one-inner img {
        height: 200px;
    }
    .inner-row-two, .inner-row-three, .inner-row-four {
        margin-top: 0px !important;
    }
    .inner-page-main-sec .table-container {
        overflow-y: auto;
    }
    .blog-theme-img {
        height: 200px;
    }
    .blogs-multiple-img-div {
        gap: 10px;
    }
    .blogs-multiple-img-div img {
        height: 100px;
    }
    .other-blogs {
        padding: 15px;
    }
    .blogs-social-block {
        padding: 20px;
    }
    .sidebar-sec-blogs {
        margin-top: 10px;
    }
    .images-block {
        gap: 15px;
        flex-direction: column;
    }
    .images-block img {
        width: 100%;
    }
    .customer-comment {
        -webkit-line-clamp: none;
        height: auto;
    }
    .right-line-mvv:after {
        display: none;
    }
    div#page-breadcrumb {
        display: none;
    }
}

@media (min-width: 551px) and (max-width: 991px) {
    html::before {
        content: "Please Rotate your screen Or switch to Desktop View";
        height: 100vh;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-family: "Rubik" !important;
    }
    body {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1180px) {
    .desktop-header {
        display: none;
    }
    .babji-mob-header-sec{
        display: block !important;
    }
    .banner-data-main {
        height: 400px;
        background-position: bottom !important;
    }
    h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    h3 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    h4 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    h5 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .mb-70 {
        margin-bottom: 30px !important;
    }
    .home-banner-sec.mb-70 {
        margin-bottom: 100px !important;
    }
    .row.floating-row {
        padding: 10px;
        margin: 0px;
    }
    .icon-name-text img {
        width: 50px;
        height: 50px;
    }
    .banner-floating-main.sidespace {
        bottom: -44px;
    }
    .count {
        width: 160px;
        font-size: 25px;
        line-height: 30px;
        left: calc(50% - 80px);
    }
    .abt-img-data img {
        height: 300px;
        border-radius: 10px;
    }
    .heading-service {
        text-decoration: none;
        display: -webkit-box;
        height: 50px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .image-name-icom img {
        height: 300px;
    }
    div#applications_carou button.owl-prev , div#service_carou button.owl-prev{
        left: -50px;
    }
    div#applications_carou button.owl-next , div#service_carou button.owl-next{
        right: -50px;
    }
    .icon-name-application img {
        height: 50px !important;
    }
    .footer-sm {
        gap: 5px;
    }
    .footer-company-data a img {
        width: 120px;
    }
    .bff-col-two {
        margin-left: -30px;
    }
    .bff-col-three {
        margin-right: 60px;
        margin-left: 0;
    }
    .bff-col-four {
        margin-right: 20px;
        margin-left: -50px;
    }
    .counter-grey-box p {
        height: 70px;
    }
    .banner-img-name img {
        height: 280px;
    }
    .col-lg-8.form-col-conatct {
        flex: 0 0 auto;
        width: 60% !important;
    }
    .col-lg-4.social-col-conatct {
        flex: 0 0 auto;
        width: 40% !important;
    }
    .social-blue-box {
        margin: 0px;
    }
    .branch-col-img img {
        height: 300px;
    }
    div#page-breadcrumb {
        display: none;
    }
}

@media (min-width: 1180px) and (max-width: 1360px) {
    .header-menu {
            position: absolute;
            background-color: #002f74;
            width: 100%;
            bottom: -70px;
            padding: 15px 50px;
            border-radius: 5px;
            left: calc(100% - 100%);
        }
}

@media (min-width: 1760px) {
    body {
        overflow-X: hidden;
        margin: 0 auto !important;
        max-width: 1760px;
    }
}