@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Poppins";
font-family: "Roboto";
font-family: "Inter";*/


body {
	overflow-x: hidden;
	background-color: #f2f3f5;
}




body::-webkit-scrollbar {
  width: 6px;
}


body::-webkit-scrollbar-track {
  background-color: #00044b; 
  border-radius: 0px;
}
 

body::-webkit-scrollbar-thumb {
  background: #ff0515; 
  border-radius: 8px;
}




a:focus,
button:focus {
	border: 0px !important;
}

a,
button {
	transition: all 0.5s ease;
}

.hentry {
    margin: 0px !important;
}

.sub-head {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #ff0515;
    margin-bottom: 0px;
}
.sec-head, 
.sec-head h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 25px;
    color: #000;
    font-family: "Inter";
}
.sec-para {
    font-size: 17px;
    color: #000;
    font-family: 'Roboto';
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0px;
}


@media (min-width: 992px) {
	.btn-col {
	    display: none;
	}
	.collapse:not(.show) {
	    display: block !important;
	}
	.mob-logo-btn {
	    display: none;
	}
}





.custom-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}
.top-bar ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.top-bar section {
    margin: 0px;
}
.top-bar ul span {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
.top-bar ul a {
    text-decoration: none;
}
.top-bar ul img {
    margin-right: 10px;
}
.top-bar ul li {
    padding-right: 30px;
    border-right: 1px solid #424a54;
}
.nav-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.navigation-col ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
    gap: 60px;
    list-style: none;
}
.navigation-col ul a {
    padding: 0px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.5s ease;
}
.navigation-col ul a:hover,
.navigation-col ul li.current-menu-item a {
    color: #ff0515;
}
.logo-col a.sina-brand {
    display: block;
}
.logo-col img {
    max-width: 180px;
}
.log-btn-col a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 40px;
    position: relative;
    font-family: "Poppins";
    background-color: #ff0515;
    text-decoration: none;
}
.log-btn-col a:before {
    content: '';
    position: absolute;
    border-top: 58px solid #ff0515;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    transition: 500ms all ease;
    border-left: 40px solid transparent;
    top: 0;
    width: 0;
    height: 0;
    left: -40px;
}
.log-btn-col a:hover {
    color: #000;
    background-color: #fff;
}
.log-btn-col a:hover:before {
    border-top: 58px solid #fff;
}
.navigation-col {
    margin-right: 80px;
}
.top-bar-content {
    position: relative;
    padding: 16px 0px;
}
.top-bar-content:before {
    content: '';
    bottom: 0;
    right: 0;
    height: 2px;
    width: 83%;
    position: absolute;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(#ff0515), to(#ff0515));
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0), #ff0515, #ff0515);
}
.top-bar ul li:last-child {
    padding-right: 0px;
    border: 0px;
}
.header-sticky .header-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #121213;
    padding: 20px 0px;
    transition: all 0.5s ease;
}
.header-sticky .header-div .row {
    align-items: center;
}
.header-sticky .header-div .log-btn-col a:before {
    opacity: 0;
    transition: all 0.5s ease;
}
.header-sticky .header-div img {
    max-width: unset;
    height: 70px;
}



.bennr-content {
    position: absolute !important;
    top: 200px;
    left: 0px !important;
    right: 0px !important;
}
.banner-slider .owl-nav {
	left: 1%;
}
.banner-image img {
    width: 930px !important;
}




.services-head .sec-head {
    margin-bottom: 0px;
}
.services-head {
    margin-bottom: 40px;
}
.services-image-box .wpb_wrapper, 
.services-image-box .wpb_wrapper .vc_single_image-wrapper,
.services-image-box .wpb_wrapper img {
    width: 100%;
}
.services-image-box {
    position: relative;
}
.services-image-box:before {
    left: -15px;
    width: 110%;
    content: "";
    height: 100px;
    bottom: -57px;
    position: absolute;
    background-color: #f2f3f5;
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
    transition: all 0.5s ease;
}
.services-text-box {
    position: relative;
    max-width: 371px;
    margin: 0px auto 0px !important;
    top: 0px;
}
.services-text-box .vc_col-sm-12 {
    width: 100%;
    top: -70px;
    margin: 0 auto;
    margin-bottom: -70px;
    padding: 35px 30px 75px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: white;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
    box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}
.services-text-box .vc_col-sm-12 .vc_column-inner {
    padding: 0px;
}
.services-text-box .vc_col-sm-12:before {
    content: '';
    left: 0;
    top: -70px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 70px solid #fff;
    border-left: 371px solid rgba(255, 255, 255, 0);
}
.services-text-box .vc_col-sm-12:after {
    content: '';
    top: -41px;
    left: -5px;
    width: 103%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #ff0515;
    -webkit-transform: rotate(-12deg) skew(-15deg);
    transform: rotate(-12deg) skew(-15deg);
    max-width: 380px;
    transition: all 0.5s ease;
}
.services-text-box .vc_col-sm-12 .wpb_single_image {
    position: absolute;
    border: 10px solid #ff0515;
    right: 30px;
    top: -100px;
    z-index: 1;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.services-text-box .vc_col-sm-12 img {
    max-width: 40px;
    transition: all 0.5s ease;
}
.services-text-box h3 {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.services-text-box p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.5s ease;
}
.services-text-box .vc_btn3-container {
    margin-bottom: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    transition: all 0.5s ease;
}
.services-text-box .vc_btn3-container a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 35px;
    background-color: #ff0515 !important;
    background-image: none !important;
    border-radius: 0px;
    line-height: normal !important;
    position: relative;
    transition: all 0.5s ease;
    transition: all 0.5s ease !important;
    border: 0px !important;
}

.services-text-box .vc_btn3-container a:before {
    content: '';
    top: 0;
    width: 0;
    height: 0;
    left: -16px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom: 49px solid #ff0515;
    border-left: 16px solid transparent;
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 {
    background-color: #000;
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12:before {
    border-bottom: 70px solid #000;
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 h3 {
    color: #ff0515;
} 
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 p {
    color: rgb(255 255 255 / 60%);
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12:after {
    background-color: #fff;
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 a {
    background-color: #008eff !important;
    
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 a:before {
    border-bottom: 49px solid #008eff !important;
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 .wpb_single_image {
    border-color: #fff;
    background-color: #000;
}
.services-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .services-text-box .vc_col-sm-12 .wpb_single_image img {
    filter: invert(1);
}


.about-content ul {
    padding: 0px;
    margin: 30px 0px 30px !important;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.about-content ul li {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Roboto';
}
.about-content a {
    color: #141415 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 15px 30px;
    margin-right: 25px;
    font-family: "Poppins";
    border: 2px solid #fa3b0e !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    text-transform: uppercase;
    transition: all 0.5s ease !important;
    background-image: none !important;
}
.about-content a:hover {
    background-color: #fa3b0e !important;
    color: #fff !important;
}
.about-sec {
    margin-top: 70px;
    padding-top: 100px !important;
    padding-bottom: 100px;
}



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



.clien-awards-sec {
    padding-top: 100px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.clien-awards-head .sub-head {
    margin-bottom: 12px;
}
.clien-awards-head .sec-head {
    margin-bottom: 0px;
}
.clien-awards-content {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.clien-awards-content:before {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2026/07/map.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    background-size: auto;
    opacity: 0.5;
    top: 0px;
}
.clien-awards-content .vc_col-sm-12 {
    position: unset !important;
}
.clien-awards-content .vc_col-sm-12:before {
    content: '';
    width: 100%;
    display: block;
    border: 2px dashed #dbdbdb;
    position: absolute;
    top: 40%;
}
.clien-awards-content .counter-box {
    text-align: center;
    margin: 0px auto 0px !important;
    max-width: 200px !important;
}
.clien-awards-content .counter-box span {
    color: #ff0515;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Inter';
}
.clien-awards-content .counter-box .counter-title {
    color: #141415;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 27px;
    margin-top: 0px;
}
.clien-awards-content .counter-box .counter-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100%;
    background-color: #3b6aff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.clien-awards-content .counter-box .counter-icon:after {
    content: '';
    left: 25px;
    bottom: -8px;
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #3b6aff;
}
.clien-awards-content .wpb_wrapper {
    text-align: center;
}
.clien-awards-content .vc_column-inner {
    padding-top: 0px !important;
}
.join-link-para p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
    margin-bottom: 0px;
    margin-top: 70px;
}
.join-link-para p a:hover {
    color: #ff0515;
}
.join-link-para p a {
    font-weight: 700;
    color: #008eff;
}


.why-choose-sec {
    padding-top: 100px !important;
    padding-bottom: 200px;
    position: relative;
}
.why-choose-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-image: url(/wp-content/uploads/2026/07/wc-bg2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.07;
}
.why-choose-sec .sub-head {
    margin-bottom: 12px;
}
.why-choose-sec .sec-head {
    margin-bottom: 40px;
}
.why-choose-sec .list-item-box {
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.why-choose-sec .list-item-box img {
    max-width: 18px;
}
.why-choose-sec .list-item-box h3 {
    color: #0b0b0b;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Poppins';
}
.why-choose-sec .list-item-box p {
    margin: 0px;
}
.why-choose-sec:after {
    content: '';
    width: 568px;
    height: 507px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2026/07/ab3.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}


.testimonial-sec {
    margin-top: -55px;
}
.testimonial-sec .vc_column-inner {
    padding-top: 15px;
    padding-bottom: 80px;
}
.testimonial-sec .vc_column-inner .wpb_wrapper {
    box-shadow: 2.952px 16.742px 29px 0px rgba(12, 12, 12, 0.07);
}



.get-in-quote h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 20px;
}
.get-in-quote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
    margin-bottom: 0px;
}
.get-in-quote a.vc_general {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    font-family: 'Roboto';
    border-radius: 0px;
    background-color: #ff0515 !important;
    border: 0px !important;
    background-image: none !important;
    padding: 16px 50px;
    text-transform: uppercase;
    transition: all 0.5s ease !important;
}
.get-in-quote a.vc_general:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.get-in-quote {
    padding-top: 50px !important;
    padding-bottom: 50px;
    margin-top: 0px;
}


.custom-footer {
    background-image: url(/wp-content/uploads/2026/07/f-bg3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
}
.custom-footer h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    font-family: 'Inter';
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}
.custom-footer ul.menu a.nav-link {
    padding: 0px 0px 0px 0px;
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto';
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.custom-footer h3:before {
    left: 0;
    height: 3px;
    width: 30px;
    content: "";
    bottom: 15px;
    position: absolute;
    background-color: #008eff;
}
.custom-footer ul.menu a.nav-link:hover {
    color: #fff;
    padding: 0px 0px 0px 12px;
}
.custom-footer section {
    margin: 0px !important;
}
.custom-footer section.widget_text p, .newletter-div p {
    color: #9d9d9d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
    margin: 38px 0px 38px;
}
.custom-footer a.wp-block-button__link {
    background-color: #008eff;
    color: #fff;
    border-radius: 0px !important;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto';
    padding: 7px 20px;
    transition: all 0.5s ease;
}
.custom-footer a.wp-block-button__link:hover {
    background-color: #ff0515;
}
.newletter-div p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.newsletter-form p {
    margin-bottom: 0px !important;
    position: relative;
}
.newsletter-form p br {
    display: none;
}
.newsletter-form p input.wpcf7-validates-as-email {
    height: 45px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #313131;
    background-color: transparent;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
}
.newsletter-form p input.wpcf7-validates-as-email:focus {
    box-shadow: none;
    border-color: rgb(255 5 21 / 100%);
}
.newsletter-form p input.btn {
    background-color: #0d6efd;
    border: 0px;
    border-radius: 0px;
    height: 45px;
    padding: 0px 20px;
    position: absolute;
    top: 2px;
    right: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
    transition: all 0.5s ease;
}
.newsletter-form p input.btn:hover {
    background-color: #fff;
    color: #000;
}
.newsletter-form p input.wpcf7-validates-as-email::placeholder {
    color: #fff;
}
.contact-info-div ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
li.contact-num {
    width: 38%;
    margin-bottom: 12px !important;
}
.contact-info-div ul span {
    color: #9d9d9d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto';
    transition: all 0.5s ease;
}
.contact-info-div ul li, .contact-info-div ul li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    transition: all 0.5s ease;
}
.contact-info-div ul i {
    color: #008eff;
}
.contact-info-div ul a {
    text-decoration: none;
}
.contact-info-div ul li {
    margin-bottom: 18px;
}
.contact-info-div ul li a:hover span {
    color: #fff;
}
contact-info-div h4 {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    font-family: 'Roboto';
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 0px;
}
.contact-info-div p {
    color: #9d9d9d;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto';
    max-width: 180px;
}
.contact-info-div h4 {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    font-family: 'Roboto';
    text-decoration: underline;
    margin-bottom: 10px;
}
.newletter-div ul {
    padding: 0px;
    list-style: none;
    margin: 14px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.newletter-div ul a {
    color: #9d9d9d;
    font-size: 22px;
}
.newletter-div ul a:hover {
    color: #ff0515;
}
.newsletter-form {
    margin-top: 38px;
}
.custom-footer .site-footer {
    padding: 25px 0px;
    border-top: 2px solid #383737;
    margin-top: 60px;
}
.custom-footer .site-footer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-family: 'Roboto';
    text-align: center;
}
.custom-footer figure.wp-block-image img.wp-image-55 {
    max-width: 140px;
}



.inner-baner {
    position: relative;
}
.inner-baner:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 75%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: url(/wp-content/uploads/2026/07/tmd-sh.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}
.inner-baner-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.inner-baner-text h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Poppins';
    padding-top: 60px;
}



.about-page-text .sub-head {
    margin-bottom: 12px;
}
.about-page-text .sec-head {
    margin-bottom: 30px;
}
.about-page-text .sec-para {
    margin-bottom: 30px;
}
.about-page-text .list-item-box {
    margin-bottom: 30px;
    box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
    padding: 27px 20px 25px 20px;
    background-color: #fff;
    border-radius: 6px;
    align-items: center;
}
.about-page-text .list-item-box h3 {
    color: #00044b;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 0px;
}
.about-page-text .list-item-box p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 24px;
    max-width: 427px;
}
.about-page-text .list-item-box img.list-item-img {
    max-width: 32px;
}
.about-page-text .list-item-box .list-item-img-col {
    width: 55px;
    height: 55px;
    background-color: #ffebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.about-page-text .left-col .counter-box {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(/wp-content/uploads/2026/07/exp-sh1.webp);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 50px 80px 145px 60px;
}
.about-page-text .wpb_wrapper :last-child {
    margin-bottom: 0px;
}
.about-page-text .left-col .counter-box span {
    color: #00044b;
    font-size: 48px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 58px;
}
.about-page-text .left-col .counter-box .counter-number {
    position: relative;
}
.about-page-text .left-col .counter-box .counter-number:before {
    content: ' Years';
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 100px;
    display: flex;
    align-items: flex-end;
    color: #00044b;
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 34px;
}
.about-page-text .left-col .counter-box .counter-title {
    margin-top: 0px;
    font-size: 16px;
    color: #646464;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Roboto';
    max-width: 185px;
}
.about-page-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}



.our-godness-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.our-godness-head {
    margin-bottom: 40px;
}
.our-godness-head .sub-head {
    margin-bottom: 12px;
}
.our-godness-head .sec-head {
    margin-bottom: 30px;
}
.our-godness-head .sec-para {
    max-width: 580px;
    margin: 0px auto 0px !important;
}
.our-godness-content .wpb_wrapper {
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 6px;
}
.our-godness-content .list-item-box {
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.our-godness-content .list-item-box .list-item-text {
    text-align: center;
}
.our-godness-content .list-item-box h3 {
    color: #002a34;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 15px;
}
.our-godness-content .list-item-box p {
    color: #646464;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins';
}
.our-godness-content .list-item-box img {
    max-width: 40px;
}
.our-godness-content .list-item-box .list-item-img-col {
    width: 70px;
    height: 70px;
    background-color: #fef2f2;
    border-radius: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.about-testimonial-head .wpb_wrapper {
    box-shadow: none !important;
}
.about-testimonial-sec {
    padding-top: 80px !important;
    padding-bottom: 0px;
    position: relative;
    margin-top: 0px;
}
.about-testimonial-head .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px;
}
.about-testimonial-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2026/07/map-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}



.contact-page-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
    position: relative;
}
.contact-page-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2026/07/wc-bg2.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    mix-blend-mode: overlay;
}
.contact-page-sec .sub-head {
    margin-bottom: 12px;
}
.contact-page-sec .sec-head {
    margin-bottom: 30px;
}
.contact-page-sec .list-item-box {
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 5px solid #fff;
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
}
.contact-page-sec .list-item-box img {
    max-width: 32px;
}
.contact-page-sec .list-item-box .list-item-img-col {
    background-color: #f4d5d6;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.contact-page-sec .list-item-box h3 {
    font-size: 22px;
    line-height: 24px;
    color: #002a34;
    font-weight: 700;
    font-family: 'Inter';
}
.contact-page-sec .list-item-box p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto';
    margin-top: 10px;
}
.contact-page-sec .list-item-box:hover {
    border-color: #ff0515;
}
.contact-page-sec .list-item-box:last-child {
    margin-bottom: 0px;
}
.contact-page-content .contact-form-col .wpb_wrapper {
    height: 100%;
    background-color: #fff;
    padding: 30px 30px 0px;
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
}
.contact-form p {
    margin-bottom: 16px;
}
.contact-form p input, .contact-form p textarea {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #002a34;
}
.contact-form p input::placeholder {
    color: #002a34;
}
.contact-form p textarea {
    height: 210px;
    resize: none;
    padding: 20px;
}
.contact-form p textarea::placeholder {
    color: #002a34;
}
.contact-form .submit-btn p {
    margin-bottom: 0px;
    margin-top: 20px;
}
.contact-form .submit-btn input {
    background-color: #ff0515;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 24px;
    font-weight: 400;
    transition: all 0.5s ease;
}
.contact-form .submit-btn input:hover {
    background-color: #000;
}
.contact-form p input:focus, 
.contact-form p textarea:focus {
    box-shadow: none;
    border: 1px solid #ff0515;
    background-color: #f4f4f4;
}





.services-box-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
    position: relative;
}
.services-box-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/wp-content/uploads/2026/07/shape-bg.webp);
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    mix-blend-mode: multiply;
}
.services-box-head .sub-head {
    margin-bottom: 12px;
}
.services-box-head {
    margin-bottom: 50px;
}
.services-box-content {
    margin-bottom: 30px;
    justify-content: center;
}
.services-box-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    box-shadow: 0.698px 9.976px 50px 0px rgba(72, 72, 72, 0.15);
    padding-bottom: 20px;
    border-radius: 6px;
    height: 100%;
}
.services-box-content h3 {
    font-size: 22px;
    line-height: 26px;
    color: #003440;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 16px;
    padding: 20px 20px 0px;
    transition: all 0.5s ease;
}
.services-box-content p {
    color: #646464;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto';
    margin-bottom: 0px;
    padding: 0px 20px 0px;
}
.services-box-content img.vc_single_image-img {
    height: 275px;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
}
.services-box-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
    position: relative;
}
.services-box-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper:before {
    content: '';
    width: 100%;
    height: 0%;
    display: block;
    background-color: rgb(0 62 77 / 50%);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 6px 6px 0px 0px;
}
.services-box-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover .vc_single_image-wrapper:before {
    height: 100%;
    opacity: 1;
}
.services-box-content .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover h3 {
    color: #ff0515;
}
.services-box-sec .services-box-content:last-child {
    margin-bottom: 0px;
}



