@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"); /** Mixins */
@font-face {
    font-family: "PlusJakartaSansight";
    src: url("../fonts/PlusJakartaSans-Light.ttf");
}

@font-face {
    font-family: "PlusJakartaSansRegular";
    src: url("../fonts/PlusJakartaSans-Medium.ttf");
}

@font-face {
    font-family: "PlusJakartaSansaBold";
    src: url("../fonts/PlusJakartaSans-Bold.ttf");
}

@font-face {
    font-family: "PlusJakartaSansExtraBold";
    src: url("../fonts/PlusJakartaSans-ExtraBold.ttf");
}
/** General Styles */
.wpcf7 form .wpcf7-response-output { color: #fff; }
html, body { overflow-x: hidden !important; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; background-color: #0F1B30; font-family: "Plus Jakarta Sans", sans-serif; font-size: 16px; overflow-x: hidden; }
.social-links { margin: 20px 0px 0px; display: flex; gap: 15px; }
@media (max-width:1024px) {
	body { font-size: 16px; }
}
@media (max-width:768px) {
	body { font-size: 14px; }
}
._404 h1, ._404 p { color: #fff; }
button, a, span, .form-control, p { font-family: "Plus Jakarta Sans", sans-serif; }
@media (max-width:1024px) {
	button, a, span, .form-control, p { font-size: 16px !important; }
}
@media (max-width:768px) {
	button, a, span, .form-control, p { font-size: 14px !important; line-height: 24px !important; }
}
a { text-decoration: none; }
.text-center { text-align: center; }
.container { max-width: 1200px; margin: 0 auto; padding: 15px; }
@media (max-width:768px) {
	.container { max-width: 90%; margin: auto; }
}
@media (max-width:768px) {
	html { overflow-x: hidden; }
}
.primary-text { color: #70C8B8; }
.btn-primary { background-color: #70C8B8; color: #0F1B30; border-radius: 30px; border: 1px solid #70C8B8; text-decoration: none; font-size: 16px; cursor: pointer; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; position: relative; padding: 15px 20px; font-weight: 500; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }
.btn-primary .btn-inner { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 9; position: relative; width: -webkit-max-content; width: -moz-max-content; width: max-content; }
.btn-primary:hover { background-color: #b0fff1; border-color: #b0fff1; }
.w-100 { width: 100% !important; }
.btn-primary-outline { border: 1px solid #70C8B8; background-color: transparent; border-radius: 30px; color: #fff; padding: 15px 15px 15px 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; font-size: 16px; cursor: pointer; font-weight: 500; z-index: 1; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }
.btn-primary-outline .btn-arrow { padding-left: 10px; z-index: 1; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.btn-primary-outline:before { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 9px; background: #70C8B8; width: 35px; height: 35px; z-index: -1; border-radius: 50%; -webkit-transition: all 0.5s; transition: all 0.5s; }
.btn-primary-outline:hover { color: #0F1B30; }
.btn-primary-outline:hover:before { width: 100%; border-radius: 50px; height: 100%; right: 0; }
.btn-primary-outline:hover .btn-arrow { -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-top: -5px; }
.btn-secondary-outline { border: 1px solid #0F1B30; background-color: transparent; border-radius: 30px; color: #fff; padding: 15px 18px 15px 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; font-size: 16px; cursor: pointer; font-weight: 500; z-index: 1; gap: 25px; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }
.btn-secondary-outline .btn-arrow { z-index: 1; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.btn-secondary-outline:before { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 7px; background: #0F1B30; width: 35px; height: 35px; z-index: -1; border-radius: 50%; -webkit-transition: all 0.5s; transition: all 0.5s; }
.btn-secondary-outline:hover { color: #70C8B8; }
.btn-secondary-outline:hover:before { width: 100%; border-radius: 50px; height: 102%; right: 0; }
.btn-secondary-outline:hover .btn-arrow { -webkit-transform: rotate(45deg); transform: rotate(45deg); padding-left: 0px; }
.main-title { text-align: left; margin-bottom: 20px; margin-top: 0; font-size: 32px; }
@media (max-width:1024px) {
	.main-title { font-size: 28px; margin-bottom: 30px; }
}
@media (max-width:768px) {
	.main-title { text-align: center; font-size: 24px; }
}
header {    /*min-height: 700px;*/
position: relative; z-index: 1; }
@media (max-width:1024px) {
	header { min-height: auto; }
}
.hero-sec-bg { position: relative; }
.hero-sec-bg::before { content: ""; position: absolute; width: 100%; height: 130%; left: 0; top: -100px; z-index: 0; background: url("../../assets/images/banner-bg.svg"); background-repeat: no-repeat; background-size: cover; background-position: center bottom; }
@media (max-width:1024px) {
	.hero-sec-bg::before { height: 110%; background-position: center; background-image: url("https://micdropmarketing.com.au/wp-content/uploads/2025/04/mobile-bg.svg"); }
}
header .btn-primary { padding: 10px 20px; }
header .btn-primary::before { padding: 10px 20px; }
.navbar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px 10px; border-radius: 0px 0 14px 14px; max-width: 1200px; margin: 0 auto; z-index: 2; position: relative; }
.navbar .navbar-nav { background: linear-gradient(92.7deg, #FFFFFF -779.01%, rgba(255, 255, 255, 0) 104.45%); border: 1px solid rgba(255, 255, 255, 0.17); padding: 10px 20px; border-radius: 30px; position: relative; }
.navbar-brand img { max-height: 50px; }
.navbar-toggler { background: transparent; border: none; cursor: pointer; display: none; }
.navbar-toggler-icon { width: 30px; height: 20px; position: relative; display: block; cursor: pointer; }
.navbar-nav-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; }
.navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; list-style: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.nav-item { padding: 0 30px; }
.nav-item .dropdown { position: relative; display: inline-block; }
.nav-item .dropdown:hover .dropbtn { color: #70C8B8; }
.nav-item .dropdown:hover .dropdown-content { opacity: 1; -webkit-transform: translateY(15px); transform: translateY(15px); visibility: visible; display: block; height: auto; }
.nav-item .dropdown:hover .arrow { margin-top: 10px; -webkit-transform: rotate(-225deg); transform: rotate(-225deg); border-left: 1px solid #70C8B8; border-bottom: 1px solid #70C8B8; }
.nav-item .dropbtn { background-color: transparent; color: #fff; border: none; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; font-size: 16px; }
.nav-item .dropbtn .arrow, .nav-item a > .arrow { width: 7px; height: 7px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: -webkit-transform 0.5s ease-in-out; transition: -webkit-transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; margin-left: 10px; margin-top: 5px; }
.nav-item .dropdown-content { position: absolute; background: linear-gradient(92.7deg, #FFFFFF -779.01%, rgba(255, 255, 255, 0) 104.45%); border: 1px solid rgba(255, 255, 255, 0.17); padding: 10px 20px; min-width: 200px; -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); z-index: 1; border-radius: 10px; opacity: 0; -webkit-transform: translateY(5px); transform: translateY(5px); visibility: hidden; -webkit-transition: opacity 0.8s ease, visibility 0.8s, -webkit-transform 0.8s ease; transition: opacity 0.8s ease, visibility 0.8s, -webkit-transform 0.8s ease; transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s; transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s, -webkit-transform 0.8s ease; padding: 10px; }
@media (max-width:768px) {
	.nav-item .dropdown-content { width: 100%; position: relative; -webkit-box-shadow: none; box-shadow: none; background: transparent; height: 0; display: none; padding: 0; border: 0; }
}
.nav-item .dropdown-content a { color: #fff; padding: 12px 16px; text-decoration: none; display: block; font-size: 14px; font-weight: 500; }
.nav-item .dropdown-content a:hover { color: #70C8B8; }
@media (max-width:768px) {
	.nav-item .dropdown-content a:last-child { margin-bottom: 10px; }
}
@media (max-width:768px) {
	.nav-item .dropdown-content a { color: #0F1B30; padding-left: 10px; }
}
.vbp-header-menu-button__svg { width: 30px; height: 30px; cursor: pointer; -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.vbp-header-menu-button__svg line { stroke: #fff; stroke-dasharray: 100%; stroke-dashoffset: 0%; -webkit-transition: stroke-dashoffset 0.4s, -webkit-transform 0.3s; transition: stroke-dashoffset 0.4s, -webkit-transform 0.3s; transition: transform 0.3s, stroke-dashoffset 0.4s; transition: transform 0.3s, stroke-dashoffset 0.4s, -webkit-transform 0.3s; -webkit-transform-origin: center; transform-origin: center; stroke-width: 3px; }
.vbp-header-menu-button__svg .top { transform: translateY(-35%); -webkit-transform: translateY(-35%); -moz-transform: translateY(35%); -ms-transform: translateY(35%); -o-transform: translateY(35%); }
.vbp-header-menu-button__svg .middle { transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; -webkit-transition: opacity 0.3s, transform 0.3s; -moz-transition: opacity 0.3s, transform 0.3s; -ms-transition: opacity 0.3s, transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; }
.vbp-header-menu-button__svg .bottom { transform: translateY(33%); -webkit-transform: translateY(33%); -moz-transform: translateY(33%); -ms-transform: translateY(33%); -o-transform: translateY(33%); stroke-dasharray: 100%; stroke-dashoffset: 9px; }
body.menu-open { position: fixed; width: 100%; height: 100vh; }
body.menu-open .contact-section { z-index: 0; }
body.menu-open .vbp-header-menu-button__svg .top { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); stroke-linecap: round; }
body.menu-open .vbp-header-menu-button__svg .middle { transform: scaleX(0.1); -webkit-transform: scaleX(0.1); -moz-transform: scaleX(0.1); -ms-transform: scaleX(0.1); -o-transform: scaleX(0.1); opacity: 0; }
body.menu-open .vbp-header-menu-button__svg .bottom { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); stroke-linecap: round; stroke-dashoffset: 0%; }
.hide-mobile { display: block; }
.hide-desktop { display: none !important; }
.nav-item a { color: #fff; text-decoration: none; font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition: color 0.3s; transition: color 0.3s; }

/* Mobile responsiveness */
@media (max-width:768px) {
	.navbar { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 90%; margin: auto; }
	.navbar .nav-link, .navbar .dropdown-content a { font-size: 16px !important; }
	.nav-item .dropdown:hover .arrow { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
	.nav-link:hover { color: #fff !important; }
	.navbar-nav { margin-top: 40px; z-index: 99; }
	.navbar-toggler { display: block; top: 25px; position: absolute; right: 6px; z-index: 4; }
	.navbar-nav-wrapper { display: none; width: 94%; margin-top: 10px; }
	.hide-mobile { display: none; }
	.hide-desktop { display: block !important; }
	.navbar-nav-wrapper.show { display: block; position: fixed; z-index: 2; width: 100%; height: 100vh; background-color: #70C8B8; left: 0; top: -10px; }
	.navbar-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: auto; padding: 0; background: transparent !important; border: 0 !important; }
	.nav-item .dropdown:hover .dropbtn, .nav-item .dropdown-content a:hover { color: #fff; }
	.nav-item { width: 100%; text-align: left; padding: 10px 0; }
	.nav-item.nav-link:hover { color: #fff !important; }
	.nav-item.active a { color: #fff !important; }
	.nav-item.active .dropbtn { color: #fff; }
	.nav-item.active .dropbtn .arrow { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
	.nav-item.active .dropbtn .dropdown-content { height: auto; display: block; }
	.nav-item a { text-align: left; color: #0F1B30; }
	.nav-item .dropbtn { color: #0F1B30; }
	.nav-item .dropbtn .arrow { border-left: 1px solid #0F1B30; border-bottom: 1px solid #0F1B30; }
	.btn-primary { text-align: center; margin-top: 10px; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}
@media (max-width:768px) and (max-width:480px) {
	.btn-primary { max-width: 240px; }
}

/* Active link style */
.nav-item.active a, .nav-link:hover { color: #70C8B8; }
.hero-section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: start; -ms-flex-align: start; align-items: start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 50px 20px; color: #fff; position: relative; z-index: 2; }
.hero-section .primary-text { margin-left: 10px; }
@media (max-width:768px) {
	.hero-section .primary-text { margin-left: 0; display: block; }
}
.hero-section .content { max-width: 50%; text-align: start; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; position: relative; }
.hero-section .content:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.hero-section .content:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.hero-section .content.w-100 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.hero-section .content h1 { font-size: 76px; line-height: 1.2; font-weight: 300 !important; }
.hero-section .content h1 strong { font-weight: 600; }
@media (max-width:1024px) {
	.hero-section .content h1 { font-size: 50px; }
}
@media (max-width:768px) {
	.hero-section .content h1 { font-size: 30px; line-height: 1.4; }
}
@media (max-width:1024px) {
	.hero-section .content h1 span { font-size: 50px !important; }
}
@media (max-width:768px) {
	.hero-section .content h1 span { font-size: 30px !important; line-height: 1.4 !important; }
}
.hero-section .content .banner-img { max-width: 100px; }
.hero-section .content p { margin-top: 10px; font-size: 18px; line-height: 1.5; color: rgba(255, 255, 255, 0.8); margin: 40px 0; font-weight: 500; }
.hero-section .content .btn { display: -webkit-box; display: -ms-flexbox; display: flex; }
.hero-section .content .btn img { margin-left: 10px; }
.hero-section .content .partners { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 15px; font-size: 14px; opacity: 0.7; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.hero-section .image-container { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 20px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; -ms-flex-wrap: wrap; flex-wrap: wrap; }
@media (max-width:768px) {
	.hero-section .image-container { margin: 0 auto; }
}
.hero-section .image-container img { width: 100%; max-width: 500px; border-radius: 10px; }
@media (max-width:768px) {
	.hero-section .image-container img { max-width: 300px; }
}
@media (max-width:768px) {
	.hero-section .content { padding-bottom: 30px; }
}
@media (max-width:768px) {
	.hero-section { padding: 30px 15px; }
	.content h1 { font-size: 28px; }
	.content p { font-size: 14px; margin-top: 0 !important; }
}
.text-center { text-align: center; }
.content { max-width: 50%; text-align: start; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.content.w-100 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.content h1 { font-size: 58px; line-height: 1.2; font-weight: 300 !important; }
.content h1 strong { font-weight: 600; }
.content .main-sub-title { color: #70C8B8; font-size: 30px; font-weight: 600 !important; text-align: left; margin-bottom: 0; }
.secondary-text { color: #0F1B30; }
.about-section { padding: 30px 0; color: #fff; position: relative; }
@media (max-width:1024px) {
	.about-section { padding: 50px 0 0; }
}
@media (max-width:768px) {
	.about-section { padding: 50px 0 0; }
}
.about-section .shadow-eefect { position: absolute; left: 0px; top: -60px; width: 100%; height: 400px; z-index: -1; }
.about-section .shadow-eefect svg { width: 100%; height: 100%; }
@media (max-width:1024px) {
	.about-section .shadow-eefect { display: block !important; top: -100px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
}
.about-section .bottom-shadow { position: absolute; right: auto; bottom: -60px; width: 100%; height: 400px; z-index: -1; }
.about-section .bottom-shadow svg { width: 100%; height: 100%; }
@media (max-width:1024px) {
	.about-section .bottom-shadow { display: block !important; -webkit-transform: rotate(90deg); transform: rotate(90deg); bottom: -100px; }
}
.about-section .about-conatiner { background-color: #0F1B30; border-radius: 25px; padding: 20px; position: relative; z-index: 2; }
.about-section p { font-weight: 500; line-height: 155%; }
.about-section .service-shows { margin-top: 100px; background-color: #0F1B30; border-radius: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: start; gap: 20px; -ms-flex-pack: distribute; justify-content: space-around; border: 1px solid #0F1B30; position: relative; z-index: 1; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
@media (max-width:1024px) {
	.about-section .service-shows { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 0; }
}
.about-section .service-shows::before { content: ""; -webkit-box-shadow: -2px 77px 60px #70C8B8; box-shadow: -2px 77px 60px #70C8B8; position: absolute; left: 20px; top: -30px; width: 5px; height: 90%; z-index: -3; border-radius: 50%; background: transparent; }
@media (max-width:1024px) {
	.about-section .service-shows::before { display: none; }
}
.about-section .service-shows::after { content: ""; -webkit-box-shadow: -2px 77px 60px #70C8B8; box-shadow: -2px 77px 60px #70C8B8; position: absolute; right: -20px; top: -30px; width: 5px; height: 90%; z-index: -3; border-radius: 50%; background: transparent; }
@media (max-width:1024px) {
	.about-section .service-shows::after { display: none; }
}
.about-section .service-shows .content { background-color: #0F1B30; text-align: center; padding: 30px 0; border-radius: 25px; }
@media (max-width:1024px) {
	.about-section .service-shows .content { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 30px 0 0; margin: 10px auto 10px; }
}
@media (max-width:768px) {
	.about-section .service-shows .content .main-sub-title { text-align: center; margin-bottom: 15px; }
}
.about-section .service-shows .content p { text-align: left; margin-bottom: 30px; margin-top: 10px; }
@media (max-width:768px) {
	.about-section .service-shows .content p { text-align: center; }
}
.about-section .service-shows .content .about-us-img { width: 80%; margin: auto; }
.about-section .service-shows .content .service-box { background: #152642; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 10px 20px; gap: 15px; min-height: 100px; border-radius: 20px; margin-bottom: 20px; width: 90%; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; cursor: pointer; }
@media (max-width:768px) {
	.about-section .service-shows .content .service-box { min-height: auto; gap: 5px; width: auto; padding: 15px 15px; }
}
.about-section .service-shows .content .service-box .abt-service-img { margin-top: 5px; width: 40px; height: 40px; }
@media (max-width:768px) {
	.about-section .service-shows .content .service-box .abt-service-img { width: 30px; height: 30px; margin-top: 0; }
}
.about-section .service-shows .content .service-box .service-box-content { text-align: left; }
.about-section .service-shows .content .service-box .service-box-content h2 { margin-top: 0px; margin-bottom: 5px; color: #70C8B8; font-weight: 600; }
@media (max-width:768px) {
	.about-section .service-shows .content .service-box .service-box-content h2 { font-size: 16px; }
}
.about-section .service-shows .content .service-box .service-box-content p { margin: 0; }
@media (max-width:768px) {
	.about-section .service-shows .content .service-box .service-box-content p { text-align: left; }
}
.about-section .service-shows .content .service-box:hover { background-color: transparent; -webkit-box-shadow: 0px 0px 7.4px 0px rgba(112, 200, 184, 0.6); box-shadow: 0px 0px 7.4px 0px rgba(112, 200, 184, 0.6); }
.how-section { padding-top: 0; position: relative; margin-bottom: 130px; }
@media (max-width:1024px) {
	.how-section { margin-top: 60px; }
}
.how-section .shadow-eefect { position: absolute; left: -130px; top: -100px; width: 400px; height: 400px; z-index: -1; }
.how-section .shadow-eefect svg { width: 100%; height: 100%; }
.how-section .bottom-shadow { position: absolute; right: -40px; bottom: -40px; width: 400px; height: 400px; z-index: -1; }
.how-section .bottom-shadow svg { width: 100%; height: 100%; }
@media (max-width:768px) {
	.how-section .bottom-shadow { right: -90px; bottom: -120px; }
}
.how-section .service-shows::before { display: none; }
.how-section .service-shows::after { display: none; }
.how-section .service-box { margin-left: auto; width: 85% !important; z-index: 1; position: relative; }
@media (max-width:1024px) {
	.how-section .service-box { margin-right: auto; }
}
@media (max-width:768px) {
	.how-section .service-box { width: auto !important; margin-left: 0; }
}
.how-section .service-shows { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
@media (max-width:768px) {
	.how-section .service-shows { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 0; }
}
.how-section .service-shows .content { padding: 30px 15px 0; }
.how-section .service-shows .content .service-box-content h2 { padding-left: 0px; }
.how-section .service-shows .content h2 { padding-left: 50px; }
@media (max-width:768px) {
	.how-section .service-shows .content h2 { padding-left: 0; margin-top: 0; }
}
.how-section .service-shows .content .sub-title-data { padding-left: 50px; }
@media (max-width:768px) {
	.how-section .service-shows .content .sub-title-data { padding-left: 0; }
}
@media (max-width:768px) {
	.how-section .service-shows .content { padding: 20px; }
}
.img-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }
@media (max-width:768px) {
	.img-data { width: 100%; }
}
@media (max-width:1024px) {
	.img-data img { max-width: 100%; }
}
.moment-section { position: relative; }
.moment-section::before { content: ""; background-image: url("../../assets/images/bg-square.svg"); position: absolute; top: -160px; left: -160px; width: 100%; height: 100%; background-size: contain; background-position: left; background-repeat: no-repeat; opacity: 0.4; z-index: -1; }
@media (max-width:768px) {
	.moment-section::before { top: -110px; left: -40px; width: 320px; height: 320px; background-size: contain; background-position: center; opacity: 0.5; display: none; }
}
.moment-section::after { content: ""; background-image: url("../../assets/images/bg-square.svg"); position: absolute; bottom: -200px; right: -180px; width: 100%; height: 100%; background-size: contain; background-position: right; background-repeat: no-repeat; opacity: 0.2; z-index: -1; display: none; }
@media (max-width:768px) {
	.moment-section::after { bottom: -20%; right: -100px; width: 320px; height: 320px; opacity: 0.5; background-size: contain; }
}
.moment-section .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-bottom: 30px; }
@media (max-width:768px) {
	.moment-section .container { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
}
.moment-section .container .blue-section { background-color: #70C8B8; padding: 60px; width: 70%; border-radius: 25px 0 0 25px; position: relative; }
.moment-section .container .blue-section h1 { margin-bottom: 40px; }
@media (max-width:768px) {
	.moment-section .container .blue-section h1 { font-size: 26px; margin-bottom: 25px; }
}
.moment-section .container .blue-section p { margin-bottom: 40px; }
@media (max-width:768px) {
	.moment-section .container .blue-section { border-radius: 25px 25px 0 0; width: auto; padding: 30px; text-align: center; }
}
@media (max-width:768px) {
	.moment-section .container .blue-section .btn-secondary-outline { margin: auto; }
}
.moment-section .container .dark-blue-section { background-color: #152642; padding: 50px; width: 30%; border-radius: 0 25px 25px 0; text-align: center; }
.moment-section .container .dark-blue-section img { margin: auto; }
@media (max-width:768px) {
	.moment-section .container .dark-blue-section img { width: 160px; height: 160px; -o-object-fit: contain; object-fit: contain; }
}
@media (max-width:768px) {
	.moment-section .container .dark-blue-section { border-radius: 0 0 25px 25px; width: auto; }
}
.logo-animation { width: 125px; height: 125px; right: 0vw; position: absolute; left: auto; top: auto; opacity: 1; margin-top: 20px; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
@media (max-width:768px) {
	.logo-animation { width: 95px; height: 95px; right: 15px; }
}
.logo-animation::before { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 70px; height: 70px; background: url(../../assets/images/arrow.svg) no-repeat center; background-size: 70px; z-index: 2; }
@media (max-width:768px) {
	.logo-animation::before { width: 50px; height: 50px; background-size: 50px; }
}
.logo-animation::after { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 70px; height: 70px; background: #70C8B8; border-radius: 70px; background-size: 36px; z-index: 1; }
@media (max-width:768px) {
	.logo-animation::after { width: 50px; height: 50px; background-size: 50px; }
}
.logo-animation span { position: absolute; background: url(../../assets/images/banner-round-text.svg) no-repeat center; width: 155px; height: 155px; top: -14.5px; left: -14px; -webkit-animation: rotate 4s linear infinite; animation: rotate 4s linear infinite; background-size: 100px; }
@-webkit-keyframes rotate {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media (min-width:315px) and (max-width:340px) {
	body .why-section .tabs .tab-button { padding: 7px 5px !important; font-size: 10px !important; }
}
@media (max-width:768px) {
	.logo-animation span { width: 90px; height: 90px; background-size: 80px; top: 2.6px; left: 1px; }
}
.why-section { padding-top: 60px; }
@media (max-width:768px) {
	.why-section { padding-top: 40px; }
}
.why-section p { color: #fff; width: 85%; margin: 20px auto; line-height: 200%; }
.why-section .tab-content { display: none; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.why-section .tab-content.active { display: block; }
.why-section .nested-content { visibility: hidden; position: absolute; width: 100%; opacity: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: opacity 0.5s ease-out, visibility 0s linear 0.5s, -webkit-transform 0.5s ease-out; transition: opacity 0.5s ease-out, visibility 0s linear 0.5s, -webkit-transform 0.5s ease-out; transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s linear 0.5s; transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s linear 0.5s, -webkit-transform 0.5s ease-out; }
.why-section .nested-content.active { visibility: visible; position: relative; opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: opacity 0.5s ease-out, visibility 0s linear, -webkit-transform 0.5s ease-out; transition: opacity 0.5s ease-out, visibility 0s linear, -webkit-transform 0.5s ease-out; transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s linear; transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0s linear, -webkit-transform 0.5s ease-out; }
.why-section .tabs { border: 1px solid #0F1B30; padding: 6px; border-radius: 50px; -webkit-box-shadow: 0px 0px 7.4px 0px rgba(112, 200, 184, 0.6); box-shadow: 0px 0px 7.4px 0px rgba(112, 200, 184, 0.6); width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 10px auto; position: relative; z-index: 1; }
.why-section .tabs .tab-button { color: #fff; background-color: transparent; border: 0; padding: 10px 20px; font-size: 22px; font-weight: 700; cursor: pointer; position: relative; z-index: 2; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.why-section .tabs .tab-button .tab-bg { content: ""; position: absolute; width: 100%; height: 100%; -webkit-transition: -webkit-transform 0.3s ease-in-out; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; z-index: -1; top: 0px; position: absolute; left: 0px; border-radius: 25px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
@media (max-width:1440px) {
	.why-section .tabs .tab-button { font-size: 18px; }
}
@media (max-width:1366px) {
	.why-section .tabs .tab-button { font-size: 16px; }
}
@media (max-width:768px) {
	.why-section .tabs .tab-button { padding: 7px 12px; font-size: 12px !important; }
}
.why-section .tabs .tab-button.active { color: #0F1B30; }
.why-section .tabs .tab-button.active .tab-bg { background: #70C8B8; border-radius: 25px; -webkit-transform: translateX(0%); transform: translateX(0%); }
.why-section .tab-container { background-color: #152642; padding: 30px; color: #fff; margin-top: 80px; border-radius: 25px; }
@media (max-width:768px) {
	.why-section .tab-container { padding: 10px 0 0; margin-top: 50px; }
}
.why-section .tab-container .nested-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: none; box-shadow: none; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0; border: 0; border-bottom: 1px solid #203B5F; border-radius: 0; position: relative; margin-bottom: 40px; gap: 15px; }
@media (max-width:768px) {
	.why-section .tab-container .nested-tabs { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
}
.why-section .tab-container .nested-tabs .nested-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 15px; background-color: transparent; position: relative; padding-bottom: 40px; min-width: 200px; width: 100%; height: 150px; color: #fff; border: 0; padding: 35px 15px; font-size: 18px; font-weight: 400; cursor: pointer; }
@media (max-width:1366px) {
	.why-section .tab-container .nested-tabs .nested-btn { font-size: 16px; }
}
@media (max-width:1024px) {
	.why-section .tab-container .nested-tabs .nested-btn { min-width: 160px; }
}
@media (max-width:768px) {
	.why-section .tab-container .nested-tabs .nested-btn { padding: 10px 10px 20px; }
}
.why-section .tab-container .nested-tabs .nested-btn img { width: 25px; height: 25px; }
.why-section .tab-container .nested-tabs .nested-btn img.non-active-icon { display: block; }
.why-section .tab-container .nested-tabs .nested-btn img.active-icon { display: none; }
@media (max-width:768px) {
	.why-section .tab-container .nested-tabs .nested-btn span { display: none; }
}
.why-section .tab-container .nested-tabs .nested-btn::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; background-color: transparent; height: 2px; }
.why-section .tab-container .nested-tabs .nested-btn.active { color: #70C8B8; }
.why-section .tab-container .nested-tabs .nested-btn.active::after { background-color: #70C8B8; }
.why-section .tab-container .nested-tabs .nested-btn.active img.non-active-icon { display: none; }
.why-section .tab-container .nested-tabs .nested-btn.active img.active-icon { display: block; }
.why-section .tab-container .tab-container { margin-top: 10px; }
.why-section .tab-container .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 60px; }
@media (max-width:768px) {
	.why-section .tab-container .flex-container { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; gap: 10px 0; }
}
.why-section .tab-container .flex-container .tab-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: start; gap: 20px; }
.why-section .tab-container .flex-container .tab-box img { margin-top: 5px; width: 40px; height: 40px; -o-object-fit: contain; object-fit: contain; }
.why-section .tab-container .flex-container .tab-box h4 { color: #70C8B8; font-size: 22px; font-weight: 700; margin: 0 0 20px; }
@media (max-width:768px) {
	.why-section .tab-container .flex-container .tab-box h4 { font-size: 18px; }
}
.why-section .tab-container .flex-container .tab-box p { color: #fff; font-weight: 400; line-height: 24px; width: 100%; }
.why-section .set-tabs-mobile { background-color: #152642; padding: 0 20px; border-radius: 25px; }
.why-section .set-tabs-mobile .accordion-item { position: relative; padding: 20px 0; border-bottom: 1px solid #0F1B30; }
.why-section .set-tabs-mobile .accordion-item:last-child { border-bottom: 0; }
.why-section .set-tabs-mobile .accordion-item .accordion-header { background: transparent; border: 0; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 10px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: left; font-size: 16px; font-weight: 700; }
@media (max-width:768px) {
	.why-section .set-tabs-mobile .accordion-item .accordion-header { font-size: 14px; gap: 8px; }
}
.why-section .set-tabs-mobile .accordion-item .accordion-header .non-active-icon { display: block; margin-top: 3px; }
@media (max-width:768px) {
	.why-section .set-tabs-mobile .accordion-item .accordion-header .non-active-icon { width: 18px; height: 18px; }
}
.why-section .set-tabs-mobile .accordion-item .accordion-header .active-icon { display: none; margin-top: 3px; }
@media (max-width:768px) {
	.why-section .set-tabs-mobile .accordion-item .accordion-header .active-icon { width: 18px; height: 18px; }
}
.why-section .set-tabs-mobile .accordion-item .accordion-header .arrow { background-image: url("../../assets/images/accordian-arrow-down.svg"); width: 12px; height: 12px; background-repeat: no-repeat; background-position: center; margin-left: auto; margin-top: 5px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.why-section .set-tabs-mobile .accordion-item.active .accordion-header { color: #70C8B8; }
.why-section .set-tabs-mobile .accordion-item.active .accordion-header .non-active-icon { display: none; }
.why-section .set-tabs-mobile .accordion-item.active .accordion-header .active-icon { display: block; }
.why-section .set-tabs-mobile .accordion-item .accordion-content { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; max-height: 0; overflow: hidden; -webkit-transition: max-height 0.3s ease, padding 0.3s ease; transition: max-height 0.3s ease, padding 0.3s ease; }
.why-section .set-tabs-mobile .accordion-item .accordion-content p { color: #fff; font-size: 14px; font-weight: 400; line-height: 27.2px; margin-bottom: 0; margin-top: 10px; width: 100%; }
@media (max-width:768px) {
	.why-section .set-tabs-mobile .accordion-item .accordion-content p { line-height: 22px; }
}
.why-section .set-tabs-mobile .accordion-item .accordion-content img { width: 100%; }
.why-section .set-tabs-mobile .accordion-radio { display: none; }
.why-section .set-tabs-mobile .accordion-radio:checked + .accordion-item .accordion-content { max-height: -webkit-fit-content; max-height: -moz-fit-content; max-height: fit-content; padding: 15px 0; display: block; }
.why-section .set-tabs-mobile .accordion-radio:checked + .accordion-item .arrow { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.why-section .set-tabs-mobile .accordion-radio:checked + .accordion-item .accordion-header { color: #70C8B8; }
.why-section .set-tabs-mobile .accordion-radio:checked + .accordion-item .accordion-header .non-active-icon { display: none; }
.why-section .set-tabs-mobile .accordion-radio:checked + .accordion-item .accordion-header .active-icon { display: block; }
.testimonial-section { padding-top: 100px; }
@media (max-width:768px) {
	.testimonial-section { padding-top: 20px; }
}
.testimonial-section .slider-partners { padding-top: 30px; width: 85%; margin: auto; }
@media (max-width:768px) {
	.testimonial-section .slider-partners { padding-top: 0; width: 90%; }
}
.testimonial-section .testimonial-box { padding: 20px; margin-right: 20px; padding-bottom: 90px; position: relative; }
@media (max-width:768px) {
	.testimonial-section .testimonial-box { margin: auto 10px auto auto; }
}
.testimonial-section .testimonial-box .bg-img { position: absolute; left: 0; width: 100%; height: 100%; z-index: 0; top: 0; }
@media (max-width:1024px) {
	.testimonial-section .testimonial-box .bg-img { max-width: 100%; margin: auto; width: auto; left: auto; }
}
@media (max-width:768px) {
	.testimonial-section .testimonial-box .bg-img { width: 100%; left: 0; top: -2px; }
}
.testimonial-section .testimonial-box .bg-img svg { width: 100%; height: 100%; }
.testimonial-section .testimonial-box .text { color: #fff; line-height: 28.48px; font-size: 16px; font-weight: 100; z-index: 1; position: relative; }
@media (max-width:1024px) {
	.testimonial-section .testimonial-box .text { width: 82%; font-size: 12px !important; line-height: 1.35; padding: 10px; }
}
@media (max-width:768px) {
	.testimonial-section .testimonial-box .text { font-size: 12px !important; line-height: 1.35; padding: 10px; width: 100%; }
}
.testimonial-section .testimonial-box .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; z-index: 1; position: relative; padding: 0 10px; }
@media (max-width:768px) {
	.testimonial-section .testimonial-box .flex-container { gap: 5px; }
}
.testimonial-section .testimonial-box .flex-container img { width: 50px; height: 50px; border-radius: 50%; }
@media (max-width:768px) {
	.testimonial-section .testimonial-box .flex-container img { width: 40px; height: 40px; }
}
.testimonial-section .testimonial-box .flex-container .testimonial-name { font-size: 14px; color: #70C8B8; font-weight: 600; line-height: 20.34px; margin: 0; }
.testimonial-section .testimonial-box .flex-container .designation { font-size: 14px; color: #fff; font-weight: 200; line-height: 20.34px; margin: 0; }
@media (max-width:1024px) {
	.testimonial-section .testimonial-box .flex-container .designation { font-size: 12px !important; line-height: 15.34px; }
}
.contact-section { padding-top: 50px; position: relative; z-index: 1; }
.contact-section .contact-box { width: 85%; margin: auto; background-color: #152642; padding: 50px 30px; border-radius: 25px; }
@media (max-width:1024px) {
	.contact-section .contact-box { width: auto; padding: 30px 20px 40px; }
}
.contact-section .contact-box .main-title { margin-bottom: 30px; }
@media (max-width:1024px) {
	.contact-section .contact-box .main-title { text-align: left; }
}
.contact-section .contact-box .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: start; gap: 50px; }
@media (max-width:1024px) {
	.contact-section .contact-box .flex-container { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0px; }
}
.contact-section.hiddenForm .contact-box .flex-container .contact-form { width: 100%; }
.contact-section.hiddenForm .form-head p { color: #fff; font-size: 20px; font-weight: bold; }
.contact-section.hiddenForm .pform { color: #fff; }
.hiddenForm .wpcf7-checkbox { display: grid; height: auto !important; }
.hiddenForm .wpcf7-checkbox .wpcf7-list-item { margin-left: 0px; }
.hiddenForm .wpcf7-select { height: 50px !important; }
.contact-section .contact-box .flex-container .contact-form { width: 50%; }
.contact-section .contact-box .flex-container .contact-form .contact-form { width: 100%; }
.contact-section .contact-box .flex-container .contact-form .flex-container { gap: 15px; }
@media (max-width:1024px) {
	.contact-section .contact-box .flex-container .contact-form .flex-container { gap: 0; }
}
@media (max-width:1024px) {
	.contact-section .contact-box .flex-container .contact-form { width: 100%; }
}
.contact-section .contact-box .flex-container .form-group { position: relative; margin-bottom: 25px; }
.contact-section .contact-box .flex-container .form-group.w-50 { width: 48%; }
@media (max-width:1024px) {
	.contact-section .contact-box .flex-container .form-group.w-50 { width: 100%; }
}
.contact-section .contact-box .flex-container .form-group.w-100 { width: 100%; }
.contact-section .contact-box .flex-container .form-control { background-color: #0F1B30; border-radius: 10px; color: #fff; padding: 10px; border: 0; width: -webkit-fill-available; height: 30px; font-size: 16px; }
.contact-section .contact-box .flex-container textarea.form-control { height: 90px; min-height: 30px; resize: none; }
.contact-section .contact-box .flex-container .btn-primary { width: 100%; }
@media (max-width:1024px) {
	.contact-section .contact-box .flex-container .btn-primary { max-width: 100%; width: 100%; }
}
.contact-section .contact-box .flex-container .faq-div { width: 50%; }
@media (max-width:1024px) {
	.contact-section .contact-box .flex-container .faq-div { width: 100%; }
}
.contact-section .contact-box .flex-container .accordion-item { position: relative; padding: 20px 0; border-bottom: 1px solid #0F1B30; }
.contact-section .contact-box .flex-container .accordion-item:first-child { padding-top: 0; }
.contact-section .contact-box .flex-container .accordion-item:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-section .contact-box .flex-container .accordion-header { background: transparent; border: 0; color: #fff; font-size: 16px; line-height: 26.4px; font-weight: 600; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding-left: 0; text-align: left; gap: 10px; }
@media (max-width:768px) {
	.contact-section .contact-box .flex-container .accordion-header { font-size: 14px; line-height: 20px; }
	.contact-section .contact-box .flex-container .form-group.w-50 { width: 100%; }
}
.contact-section .contact-box .flex-container .arrow { background-image: url("../../assets/images/plus.svg"); display: block; width: 10px; height: 10px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-box-flex: 0; -ms-flex: 0 0 10px; flex: 0 0 10px; }
.contact-section .contact-box .flex-container .accordion-content { max-height: 0; overflow: hidden; -webkit-transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out; transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out; }
.contact-section .contact-box .flex-container .accordion-content p { color: #fff; font-size: 14px; font-weight: 400; line-height: 27.2px; margin-bottom: 0; margin-bottom: 0; letter-spacing: 1px; }
@media (max-width:768px) {
	.contact-section .contact-box .flex-container .accordion-content p { line-height: 18px; letter-spacing: 0.5px; font-size: 12px !important; }
}
.contact-section .contact-box .flex-container .accordion-radio { display: none; }
.contact-section .contact-box .flex-container .accordion-radio:checked + .accordion-item .accordion-content { max-height: 70px; padding: 0; display: block; }
@media (max-width:768px) {
	.contact-section .contact-box .flex-container .accordion-radio:checked + .accordion-item .accordion-content { max-height: 100px; }
}
.contact-section .contact-box .flex-container .accordion-radio:checked + .accordion-item .arrow { background-image: url("../../assets/images/open-accordian.svg"); }
.contact-section .contact-box .flex-container .accordion-radio:checked + .accordion-item .accordion-header .non-active-icon { display: none; }
.contact-section .contact-box .flex-container .accordion-radio:checked + .accordion-item .accordion-header .active-icon { display: block; }
.btn-secondary { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #000000; color: #fff; padding: 15px 30px; border: none; cursor: pointer; font-size: 1rem; border-radius: 30px; position: relative; z-index: 1; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.btn-secondary:hover { background: #555; }
.btn-secondary .arrow-icon { width: 20px; margin-left: 10px; }
footer { background-color: #0F1B30; }
@media (max-width:768px) {
	footer { padding: 80px 10px 30px; }
}
footer .container-full { background-color: #70C8B8; border-radius: 25px; padding: 160px 20px 60px; position: relative; z-index: 0; max-width: 94%; margin: -70px auto 20px; }
@media (max-width:1024px) {
	footer .container-full { padding-bottom: 30px; padding-top: 90px; }
}
@media (max-width:768px) {
	footer .container-full { padding-top: 100px; margin-top: -160px; padding-bottom: 30px; }
}
footer .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 20px; padding: 0 90px; }
@media (max-width:1024px) {
	footer .flex-container { -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 5px; }
}
footer .layout-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; color: #0F1B30; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 50%; }
@media (max-width:1024px) {
	footer .layout-wrapper { width: 100%; }
}
footer .layout-wrapper .title { margin-top: 0; font-size: 22px; font-weight: 700; }
@media (max-width:1024px) {
	footer .layout-wrapper .title { font-size: 18px; }
}
footer #menu-quick-link li { list-style-type: none; padding: 0px; }
footer #menu-quick-link { padding-left: 0px; margin-top: 0px; }
footer .layout-wrapper a { font-size: 16px; font-weight: 400; line-height: 27.2px; color: #0F1B30 !important; margin-bottom: 5px; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
footer .layout-wrapper a:hover { text-decoration: underline; }
footer .layout-wrapper .flex-container { gap: 15px; padding: 0; }
footer .layout-wrapper .flex-container .info { margin-top: 0; margin-bottom: 10px; font-size: 16px; line-height: 27.2px; font-weight: 400; }
footer .footer-bottom { margin-top: 10px; padding: 10px 90px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media (max-width:1024px) {
	footer .footer-bottom { display: block; margin-top: 20px; padding: 0 5px; }
}
footer .footer-bottom p, footer .footer-bottom a { margin: 0; color: #0F1B30; font-size: 16px; }
@media (max-width:1024px) {
	footer .footer-bottom p, footer .footer-bottom a { margin-bottom: 10px; }
}
@media (max-width:1366px) {
	footer .footer-bottom p, footer .footer-bottom a { font-size: 14px; }
}
footer .footer-bottom .create-info { background-color: #fff; padding: 5px 20px; border-radius: 30px; }
@media (max-width:1024px) {
	footer .footer-bottom .create-info { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }
}
.digital-banner .hero-section { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.digital-banner .content { gap: 30px; }
.digital-banner .content.img-section { text-align: end; }
@media (max-width:768px) {
	.digital-banner .content:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }
}
@media (max-width:768px) {
	.digital-banner .content { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
	.digital-banner .content .img-data { text-align: center; margin: 10px auto 30px; }
	.digital-banner .content p { font-size: 14px; }
}
.digital-banner .banner-image { max-width: 100%; margin: auto; }
.service-abt .main-title { margin-bottom: 40px; }
.service-section { padding-top: 100px; }
@media (max-width:768px) {
	.service-section { padding-top: 0px; }
}
.service-section .main-title { padding-bottom: 50px; }
.service-section .card-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; max-width: 100%; width: 100%; margin: auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 120px; }
@media (max-width:768px) {
	.service-section .card-container { padding-bottom: 20px; }
}
.service-section .card { width: 350px; min-height: 450px; position: relative; -webkit-perspective: 1000px; perspective: 1000px; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 30px; }
@media (max-width:768px) {
	.service-section .card { width: 100%; min-height: 380px; }
}
.service-section .card .card-content { z-index: 1; position: absolute; padding: 20px; text-align: center; -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); border: 1px solid rgba(28, 45, 74, 0.15); width: 90%; height: 90%; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; -webkit-transition: -webkit-transform 1s ease-in-out; transition: -webkit-transform 1s ease-in-out; transition: transform 1s ease-in-out; transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; top: 0; left: 0; overflow: hidden; z-index: 1; }
@media (max-width:768px) {
	.service-section .card .card-content { width: 88%; }
}
.service-section .card .card-content.front-side { background: linear-gradient(236deg, rgb(15, 27, 48) 0%, rgb(16, 28, 50) 25%, rgb(31, 46, 75) 50%, rgb(16, 28, 50) 75%, rgb(15, 27, 48) 100%); border-radius: 15px; z-index: 2; }
.service-section .card .card-content.front-side::before { content: ""; position: absolute; top: 16px; left: 13px; border-radius: 30px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 27, 48, 0.8)), to(rgba(15, 27, 48, 0.8))); background: linear-gradient(180deg, rgba(15, 27, 48, 0.8) 0%, rgba(15, 27, 48, 0.8) 100%); width: 25px; height: 25px; z-index: 1; border-radius: 50%; -webkit-transition: all 2s; transition: all 2s; border: 0.9px solid rgba(255, 255, 255, 0.3019607843); }
.service-section .card .card-content.back-side { background: linear-gradient(236deg, rgb(15, 27, 48) 0%, rgb(16, 28, 50) 25%, rgb(31, 46, 75) 50%, rgb(16, 28, 50) 75%, rgb(15, 27, 48) 100%); border-radius: 15px; -webkit-transform: rotateY(180deg); transform: rotateY(180deg); padding: 20px; color: #fff; }
.service-section .card .card-content.back-side p { position: relative; z-index: 2; height: 100%; }
.service-section .card .card-content.back-side ul { padding-left: 50px; position: relative; z-index: 2; height: 100%; width: 100%; }
@media (max-width:768px) {
	.service-section .card .card-content.back-side ul { padding-left: 30px; }
}
.service-section .card .card-content.back-side ul li { text-align: left; font-size: 16px; font-weight: 400; margin-bottom: 10px; line-height: 197%; width: 90%; }
@media (max-width:768px) {
	.service-section .card .card-content.back-side ul li { font-size: 14px; word-break: break-word; width: 95%; }
}
.service-section .card .icon { position: absolute; top: 15px; left: 15px; font-size: 14px; color: #70C8B8; padding: 5px; z-index: 9; }
.service-section .card h3 { font-size: 22px; margin-top: 40px; color: #70C8B8; text-align: left; width: 100%; letter-spacing: 1px; font-weight: 600; }
@media (max-width:768px) {
	.service-section .card h3 { font-size: 18px; margin-top: 10px; }
}
.service-section .card p { font-size: 16px; font-weight: 300; color: #fff; text-align: left; margin-top: 0; }
@media (max-width:768px) {
	.service-section .card p { font-size: 14px; line-height: 1.5; }
}
.service-section .card .service_img { width: 200px; }
.service-section .card:hover .front-side { -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); }
.service-section .card:hover .back-side { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); }
.about-banner .content { text-align: center; }
.about-banner .content p { margin-bottom: 70px; margin-top: 70px; }
@media (max-width:768px) {
	.about-banner .content p { font-size: 14px; }
}
.about-banner .content .btn-primary-outline { margin: auto; }
.tools-section { position: relative; padding: 80px 0 150px; }
@media (max-width:768px) {
	.tools-section { padding: 0px 0 20px; }
}
.tools-section .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; gap: 0; height: 500px; }
@media (max-width:768px) {
	.tools-section .flex-container { -ms-flex-wrap: wrap; flex-wrap: wrap; height: auto; margin-bottom: 30px; }
}
.tools-section .flex-container .content { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
@media (max-width:768px) {
	.tools-section .flex-container .content { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: none; }
}
.tools-section .flex-container .content.img-setup { background-color: #152642; text-align: center; border-radius: 25px 25px 0 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 1; }
@media (max-width:768px) {
	.tools-section .flex-container .content.img-setup { border-radius: 25px !important; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
}
.tools-section .flex-container .content.img-setup img { width: 500px; margin: auto; }
@media (max-width:768px) {
	.tools-section .flex-container .content.img-setup img { width: 80%; max-width: 80%; padding: 20px; }
}
.tools-section .flex-container .content.details { border-radius: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 2; background-color: #0F1B30; }
@media (max-width:768px) {
	.tools-section .flex-container .content.details { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
}
.tools-section .flex-container .content.details:nth-child(odd) { text-align: right; }
.tools-section .flex-container .content.details:nth-child(odd) h1 { text-align: right; }
.tools-section .flex-container .content.details h2 { font-size: 38px; font-weight: 700 !important; width: 70%; margin: auto; margin-bottom: 20px; }
@media (max-width:1366px) {
	.tools-section .flex-container .content.details h2 { font-size: 30px; }
}
.tools-section .flex-container .content.details p { color: #fff; width: 70%; margin: 0 auto auto; line-height: 155%; }
@media (max-width:768px) {
	.tools-section .flex-container .content.details { margin-top: 20px; }
	.tools-section .flex-container .content.details h2 { font-size: 30px; text-align: left !important; width: 100%; }
	.tools-section .flex-container .content.details p { text-align: left; width: 100%; }
}
.tools-section .flex-container.odd-set .img-setup { border-radius: 0 25px 25px 25px; }
.tools-section .flex-container.odd-set .img-setup::before { content: ""; width: 50px; height: 70px; background-color: #152642; position: absolute; top: -38px; left: -20px; z-index: -1; }
@media (max-width:768px) {
	.tools-section .flex-container.odd-set .img-setup::before { display: none; }
}
.tools-section .flex-container.even-set .img-setup::before { content: ""; width: 50px; height: 70px; background-color: #152642; position: absolute; top: -38px; right: -20px; z-index: -1; }
@media (max-width:768px) {
	.tools-section .flex-container.even-set .img-setup::before { display: none; }
}
.contact-title { padding-top: 150px; padding-bottom: 80px; }
@media (max-width:768px) {
	.contact-title { padding-top: 40px; padding-bottom: 0; }
}
.contact-title .main-title { color: #fff; }
.contact-header { min-height: auto; }
.contact-section-main { padding-top: 0; padding-bottom: 200px; }
@media (max-width:1024px) {
	.contact-section-main { padding-bottom: 0; }
}
.contact-section-main .contact-box .primary-text { color: #70C8B8; }
.contact-section-main .contact-details { width: 50%; position: relative; background-color: #0F1B30; border-radius: 25px; }
@media (max-width:1024px) {
	.contact-section-main .contact-details { width: 100%; margin-top: 170px; }
}
@media (max-width:768px) {
	.contact-section-main .contact-details { width: 100%; margin-top: 30px; }
}
.contact-section-main .contact-details .title-box { height: 100px; width: 100%; background-color: #70C8B8; text-align: center; border-radius: 20px; position: relative; }
@media (max-width:768px) {
	.contact-section-main .contact-details .title-box { height: 70px; }
}
.contact-section-main .contact-details .title-box .title-img { position: absolute; width: 100%; bottom: 0; left: 0; }
.contact-section-main .contact-details .title-box h2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; height: 100%; color: #0F1B30; font-size: 28px; }
@media (max-width:768px) {
	.contact-section-main .contact-details .title-box h2 { font-size: 18px; }
}
.contact-section-main .contact-details .details { padding: 10px 50px 40px; }
@media (max-width:1024px) {
	.contact-section-main .contact-details .details { padding: 10px 15px 20px; }
}
.contact-section-main .contact-details .details .flex-container { padding: 15px 0; border-bottom: 1px solid #152642; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; gap: 15px; }
.contact-section-main .contact-details .details .flex-container:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-section-main .contact-details .details .flex-container img { width: 40px; height: 40px; }
.contact-section-main .contact-details .details .flex-container p { color: #70C8B8; margin: 0 0 10px; font-size: 14px; }
.contact-section-main .contact-details .details .flex-container a, .contact-section-main .contact-details .details .flex-container h2 { color: #70C8B8; font-size: 18px; margin: 0; word-break: break-all; }
@media (max-width:768px) {
	.contact-section-main .contact-details .details .flex-container { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
	.contact-section-main .contact-details .details .flex-container img { width: 30px; }
	.contact-section-main .contact-details .details .flex-container p { font-size: 10px; }
	.contact-section-main .contact-details .details .flex-container a, .contact-section-main .contact-details .details .flex-container h2 { font-size: 14px; margin: 0; }
}

/* Mhrsi CSS */
.marketingBanner { margin: 50px 0; }
.bannerHeading { font-size: 36px; font-weight: 300; margin: 0; display: inline-block; color: white; }
.bannerHeading span {    /* color: #70C8B8; */ font-weight: 500; padding-top: 15px; display: block; font-size: 30px; }
.page-template-marketing footer .container-full { margin: 0 auto; }
.marketingBannerText { margin: 0 0 40px 0; text-align: center; }
.marketingBannerText > span { color: #70C8B8; font-size: 40px; }
.marketingBannerImage { width: 100%; height: 100%; }
.marketingBannerImage img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.sectionHeading { color: #70C8B8; font-size: 30px; font-weight: 600; }
.testimonial .sectionHeading { color: #0F1B30; font-size: 30px; font-weight: 600; }
.titleText { color: #70C8B8; font-size: 22px; font-weight: 600; }
.htText { background-color: #152642; padding: 24px; border-radius: 8px; color: #fff; width: 60%; }
.htText.width-100 { width: 100%; }
.headingTextHalfInner.pad-sm { padding-top: 0px; }
.htText h2, .htText h3 { font-size: 24px; color: #70C8B8; }
.headingTextInner { display: flex; }
.htHeading { position: sticky; top: 100px; width: 40%; }
/*.htText p { opacity: 0.6; }*/
.htText ul { margin: 6px 0 0 0px; padding: 0 0 0 20px; }
.htText img { width: 100%; }
/*.htText li { padding-bottom: 10px; }*/
.htText strong, .htText p strong { color: #70C8B8; }
.approchListing { display: flex; flex-wrap: wrap; gap: 20px; }
.approachList { background-color: #152642; padding: 24px; border-radius: 8px; width: calc((100% / 3) - 62px); }
.approachList ul { padding: 0 0 0 15px; color: #fff; }
.approch { margin: 80px 0; }
.odometer.hash { position: relative; }
.odometer.hash::after { content: " #"; position: absolute; top: 50%; transform: translateY(-50%); right: -50px; font-size: var(--xxlFont); }
.odometer.persontage { position: relative; }
.odometer.persontage::after { content: " %"; position: absolute; top: 50%; transform: translateY(-50%); right: -50px; font-size: var(--xxlFont); }
.odometer.plus { position: relative; }
.odometer.plus::after { content: " +"; position: absolute; top: 50%; transform: translateY(-50%); right: -50px; font-size: var(--xxlFont); }
.counter { margin: 80px 0; }
.counterItemWrap { display: flex; align-items: center; justify-content: space-between; }
.counterItem span, .counterItem strong { display: block; }
.counterItem strong { text-transform: capitalize; }
.counterItem .description, .counterItem strong { font-size: 22px; margin: 0 0 0 50px; color: #fff; }
.counterItem .description { opacity: 0.6; opacity: 20px; }
.counterItem { text-align: center; }
.counterDigit { font-size: 54px; font-weight: 600; color: #70C8B8; }

/* website css */
.htTextWrapp ul { margin: 6px 0 0 0px; padding: 0 0 0 20px; }
.whiteBg .htTextWrapp ul li { color: #fff; font-size: 20px;}
.htTextWrapp ul li { color: #0F1B30; font-size: 20px;}
.wbContent > span { color: #70C8B8; font-size: 40px; }
.topImage { position: absolute; top: 0px; width: 30%; height: 55%; z-index: 1; left: 200px; }
.topImage img { width: 100%; height: 100%; object-fit: contain; }
.page-template-website footer .container { margin-top: 0 }
/*.websiteBannerInner { display: flex; align-items: center; justify-content: space-between; }*/
.websiteBannerInner { text-align: center; }
.textOnlyInner { padding: 0px 0; }
.textOnlyInner h2 { font-size: 22px; color: #fff; text-align: center;     margin-bottom: 60px; margin-top: 0px; font-weight: normal; }
.headingText { padding: 70px 0 150px 0; background-color: #70C8B8; position: relative; }
.headingTextInner { display: flex; align-items: flex-start; padding: 200px 0 0 0; gap: 20px; }
.headingTextHalfInner { display: flex; align-items: flex-start; padding: 100px 0 0 0; }
.htHeadingWrapp .bannerHeading { color: #0F1B30; margin: 0; line-height: normal; }
.htHeadingWrapp { width: 50%; }
.htTextWrapp { width: 50%; }
.whiteBg .topImage { right: 0; left: auto; width: 50%; height: 80%; top: -200px; }
.whiteBg.headingText { background-color: unset !important; }
.whiteBg .headingTextInner { flex-direction: row-reverse; }
.whiteBg .bannerHeading { color: #70C8B8; text-align: right; }
.whiteBg .headingTextInner { padding: 260px 0 0 0; }
.htTextWrapp p { font-size: 20px; line-height: 30px; padding-bottom: 0px; }
.whiteBg span, .whiteBg p { color: #fff; }
.marqueeWrap span { font-size: 100px; text-transform: uppercase; font-weight: 900; white-space: nowrap; margin: 0 50px; opacity: 0.3; }
.marqueeWrap { animation: maarquee 25s linear infinite; }
.whiteBg .marqueeWrap { animation: maarquee 25s linear reverse infinite; }
.marquee { display: flex; align-items: center; }
@keyframes maarquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}
.serviceListing { padding: 0 0 50px 0; }
.serviceList ul { margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-start; list-style: none; text-align: center; gap: 60px; width: 70%; }
.serviceList ul li { width: 25%; }
.serviceList ul li span { font-size: 18px; color: #fff; font-weight: 600; width: 70%; display: block; text-align: left; }
.slIcon { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center;    /* margin: 0 auto; */ }
.slIcon img { width: 100%; height: 100%; object-fit: contain; margin: 0 0 30px 0; }
.serviceList { margin: 70px 0 0 0; display: flex; align-items: center; justify-content: space-between; }
.primaryLink { color: #70C8B8; font-size: 20px; text-decoration: underline; }
.testimonial { background-color: #70C8B8; padding: 70px 0 120px 0; text-align: center; margin: 0 0 70px 0; position: relative; z-index: 1; overflow-x: clip; }

/* .testimonial::before { content: ''; position: absolute; width: 100%; height: 50%; bottom: 0; left: 0; background:  linear-gradient(to bottom, #ffffff 0%, #0F1B30 100%); z-index: -1; } */
.testimonialContent { width: 80%; margin: 0 auto; }
.testimonialContent p { font-size: 22px; }
.testiMemberName h3 { margin: 0; font-size: 22px; color: #0F1B30; }
.testiMemberName { margin: 40px 0 0 0; }
.testiMemberName span { color: #0F1B30; font-size: 18px; }
.details { background-color: transparent; padding: 30px 0px; color: #fff; }

/* ul.tab-titles { display: flex; align-items: center; justify-content: space-between; list-style: none; margin: 0; padding: 8px; background-color: #fff; border-radius: 20px; position: relative; z-index: 1;width: max-content; margin: 0 auto; } */
ul.tab-titles { border: 1px solid #0F1B30; padding: 6px; border-radius: 50px; -webkit-box-shadow: 0px 0px 7.4px 0px rgba(112, 200, 184, 0.6); box-shadow: 0px 0px 7.4px 0px rgba(112, 200, 184, 0.6); width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 10px auto; position: relative; z-index: 1; display: flex; align-items: center; list-style: none; }
.websiteBanner { margin: 50px 0; }
.workListing { display: flex; gap: 20px; flex-wrap: wrap; }
.workList { background: linear-gradient(236deg, rgb(15, 27, 48) 0%, rgb(16, 28, 50) 25%, rgb(31, 46, 75) 50%, rgb(16, 28, 50) 75%, rgb(15, 27, 48) 100%); border-radius: 15px; padding: 20px; color: #fff; transition: box-shadow .3s; width: calc((100% / 3) - 54px); }
.workList:hover { box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
.workImage { border-radius: 10px; background: transparent; overflow: hidden; position: relative; width: 100%; }
.workImage img { width: 100%; border-radius: 10px; }
.workContent h3 { font-size: 22px; margin-top: 24px; color: #70C8B8; letter-spacing: 1px; font-weight: 600; }
.workContent span { display: block; }
.workContent span:not(.categories) { opacity: 0.6; }
.categories { margin: 10px 0 0 0; }
ul.tab-titles a { display: inline-block; text-decoration: none; padding: 12px 20px; color: #fff; font-size: 18px; font-family: var(--titilliumWeb); border-radius: 16px; transition: all 0.3s; font-weight: 600; position: relative; }
ul.tab-titles a:hover { color: #70C8B8; }
ul.tab-titles .active-li a { color: #0F1B30; }
.active-indicator { position: absolute; top: 50%; height: 80%; background-color: #70C8B8; border-radius: 30px; z-index: -1; transition: all 0.3s; box-shadow: 0px 4px 4px 0px #6531F13D; transform: translateY(-50%); }
.tabContainer { margin: 16px 0 0 0; }
.page-template-work footer .container { margin-top: 0; }