@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.main-font {
	font-family: "Raleway", sans-serif;
}

body {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	line-height: 150%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
}

section {
	padding: 50px 0;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-45 {
	padding-top: 45px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-120 {
	padding-top: 120px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-45 {
	padding-bottom: 45px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-45 {
	margin-top: 45px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-120 {
	margin-top: 120px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-120 {
	margin-bottom: 120px;
}

p {
	margin: 0 0 30px 0 !important;
}

.container {
	max-width: 1580px;
}

ul {
	list-style: none;
	padding: 0 0 15px 0;
}

.dots-list li{
	list-style-type: disc;
	font-size: 20px;
}
.dots-list{
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transform: translateZ(0);
}

.btn {
	-webkit-appearance: initial;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	display: inline-block;
	font-size: 18px;
	border: 2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: capitalize;
	font-family: "Raleway", sans-serif;
	width: auto;
	font-weight: 600;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease !important;
	transition: all .5s ease !important;
}


/* button size */

.btn.btn-small {
	padding: 10px 20px;
	line-height: 1.8em
}


.btn.btn-medium {
	padding: 10px 48px;
	line-height: 1.8em
}

.btn.btn-large {
	padding: 10px 42px;
	line-height: 1.8em;
}

.btn.btn-round {
	border-radius: 10px;
}

.btn.btn-rounded {
	border-radius: 50px;
}


.btn.btn-orange {
	background: #ff7f40;
	border-color: #ff7f40;
	color: #ffffff
}

.btn.btn-orange:hover {
	background: transparent !important;
	border-color: #ff7f40;
	color: #ff7f40 !important
}

.btn.btn-lightblue {
	background: transparent;
	border-color: #0a75ea;
	color: #0d3863
}

.btn.btn-lightblue:hover {
	background: #0d3863;
	border-color: #0d3863;
	color: #fff !important
}

.btn.btn-white {
	background: #fff;
	border-color: #fff;
	color: #0d3863
}

.btn.btn-white:hover {
	background: transparent !important;
	border-color: #ff7f40;
	color: #ff7f40 !important
}

.btn.btn-blue {
	background: #0d3863;
	border-color: #0d3863;
	color: #ffffff
}

.btn.btn-blue:hover {
	background: transparent !important;
	border-color: #0d3863;
	color: #0d3863 !important
}

.text-orange {
	color: #ff7f40 !important;
}

.text-blue {
	color: #0d3863 !important;
}

.text-primary {
	color: #0a75ea !important;
}

.font-38 {
	font-size: 30px !important;
}

.bg-gray{
	background-color:#e2edef;
}

.h1,
h1,
h2,
.h2 {
	font-size: 60px;
	line-height: 75px;
	font-weight: 700;
}

h3,
.h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 150%;
}

.margin-50 {
	margin-top: -80px;
}

.orange-bar {
	width: 150px;
	height: 8px;
	background: #ff7f40;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	position: relative;
	top: -5px;
}

.font-48 {
	font-size: 48px;
	line-height: 58px;
}

.font-42 {
	font-size: 42px;
	line-height: 58px;
}

.bg-orange {
	background-color: #ff7f40;
}

.bg-blue {
	background-color: #0d3863;
}

.bg-light-blue {
	background-color: #e2f0f1;
}

.inner-banner .banner-area {
	position: relative;
	padding-bottom: 60px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	margin:10px 0 0 0;
}

.subscription-form p,
.form-group p{
	margin-bottom:0!important;
}

.wpcf7-not-valid-tip{
	position: relative;
	top: -2px;
}

.form-group br{
	display:none;
}

/* ===================================
Header
====================================== */

/* nav top default */

header a.logo img {
	width: 85%;
}

.nav-button {
	margin: 0 1.5rem;
}

.navbar-top-default {
	position: relative;
	top: 0px;
	z-index: 99;
	/*     overflow: hidden; */
	height: 100px;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	padding: .5rem 0rem;
}

.other-page .navbar-top-default {
	background-color: #c32865;
}

.header-appear .navbar-top-default {
	height: 100px;
	position: fixed;
	z-index: 99;
	top: 0;
	background: #fff;
	-webkit-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/

.navbar-nav {
	align-items: center;
}

.navbar-top-default #megaone {
	margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
	font-size: 18px;
	color: #0a3563;
	font-weight: 500;
	text-align: center;
	padding: 0.5rem 1.2rem;
	font-family: "Raleway", sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
	border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
	background-color: #c32865;
	color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
	color: #c32865;
}

/*nav line*/

.line:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0;
	content: " ";
	display: block;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.line:hover:after,
.line.active:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #ff7f40;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}


/* Parent dropdown */
.nav-item.dropdown {
	position: relative;
}

/* Dropdown menu */
.nav-item .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 250px;
	padding: 10px 0;
	list-style: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	z-index: 999;
}

/* Dropdown links */
.nav-item .dropdown-menu li a {
	display: block;
	padding: 10px 10px;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

.nav-item .dropdown-menu li a:hover {
	color: #0a75ea;
}

.nav-item .dropdown-menu li {
	border-bottom: 1px solid #ecf4fc;
}

.nav-item .dropdown-menu li:last-child {
	border-bottom: none;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

/* Side menu dropdown (mobile) */
.side-nav .dropdown {
	position: relative;
}

.side-nav .dropdown-menu {
	display: none;
	position: static;
	background: #f8f9fa;
	box-shadow: none;
	padding-left: 15px;
	border-left: 2px solid #ff6600;
}

.side-nav .dropdown:hover .dropdown-menu {
	display: block;
}


.nav-item .arrow {
	display: inline-block;
	margin-left: 6px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #002D62;
	border-bottom: 2px solid #002D62;
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	position: relative;
	top: -2px;
}

.nav-item.dropdown:hover .arrow {
	transform: rotate(225deg);
}
/* ===================================
Side Menu
====================================== */

.side-menu {
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background: #000;
	z-index: 1032;
	height: 100vh;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}

.side-menu img {
	position: absolute;
	top: 8%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 150px;
}

.side-menu .side-nav .navbar-nav {
	text-align: left;
	margin-right: 0px;
	padding-top: 0px;
	display: block;
}

.side-menu .side-nav .navbar-nav li a {
	font-size: 20px;
}

.side-footer {
	text-align: center;
}

.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
	width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}

.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f2f2f;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
	position: absolute;
	right: 46px;
	top: 44px;
	color: #ffffff;
	font-size: 30px;
	cursor: pointer;
	z-index: 1111;
}

.side-menu .btn-close:hover {
	-webkit-animation: .8s rotate;
	animation: .8s rotate;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotates {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: absolute;
	right: 0px;
	top: 30px;
	display: inline-block;
}

.sidemenu_btn span {
	height: 2px;
	width: 100%;
	background: #2b2b2b;
	display: block;
}

.sidemenu_btn span:nth-child(2) {
	margin: 4px 0;
}

.sidemenu_btn:hover span {
	background: #c32865;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
	width: 70%;
}

.side-menu .inner-wrapper {
	padding: 0rem 2rem;
	height: auto;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}

.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 20px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;

	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #ffffff;
	padding: 2px 0 3px 0 !important;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: normal;
	position: relative;
	border-radius: 0;
	text-decoration: none;
}

.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #c32865;
	display: inline-block;
	width: 0;
	height: 4px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}

.side-menu p {
	margin-top: .5rem;
	margin-bottom: 0;
}

.social-icons-simple {
	margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li {
	display: inline-block;
}

.social-icons-simple li a {
	font-size: 16px;
	justify-content: center;
	color: #ffffff;
	height: 46px;
	line-height: 38px;
	width: 46px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	align-items: center;
	display: flex;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.side-menu .side-footer p {
	color: #ffffff;
}

.push-slider-up {
	margin-top: 100vh;
}

.navigation-toggle span {
	width: 25px;
	background-color: #0d3863;
	height: 2px;
	display: block;
	margin-top: 3px;
	-webkit-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: .8s zoomIn;
	animation: .8s zoomIn;
}

.header-appear .navigation-toggle span {
	background-color: #0d3863;
}

.header-appear .navigation-toggle:hover span {
	background-color: #c32865;
}

/*Side Menu Animation*/

.side-menu .mega-title {
	position: absolute;
	top: 35%;
	left: 0;
	transform: translate(-50%, -50%);
	color: #595959;
	opacity: 0.5;
	width: 100%;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	animation: scale .6s alternate infinite linear both;
}

.side-menu .mega-title h2 {
	font-size: 120px;
}

.nav-item:hover .mega-title h2 {
	opacity: .03;
}

.animation-effect {
	-webkit-animation: .6s slideInDown;
	animation: .6s zoomIn;
}

.cursor-change {
	cursor: none;
}

@keyframes scale {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10px)
	}
}


.overlay-box.right{
	right: 1%;
	top: 60%;
	width: 220px;
	margin-left: auto;
}


.banner-sec.banner-bg,
.welcome-sec {
	position: relative;
	overflow-x: clip;
}

.banner-sec.banner-bg::before,
.welcome-sec::before,
.welcome-sec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.banner-sec.banner-bg::before {
	background-image: url(/wp-content/uploads/2025/08/banner-bg.png);
	background-position: top center;
	background-size: auto;
}

.banner-sec .banner-area{
	margin-top: -18%;
}

.welcome-sec::before {
	background-image: url(/wp-content/uploads/2025/09/section_bg-scaled.png);
}

.welcome-sec::after {
	background-image: url(../images/bg_medical.png);
	background-size: contain;
	top: -42%;
	right: -85%;
	height: 660px;
	opacity: .5;
}


.banner-area .into {
	font-size: 30px;
	line-height: 38px;
}

.sub-img {
	position: relative;
	display: inline-block;
	top: 20px;
}

.circle-img {
	overflow: hidden;
}

.circle-img img {
	width: 95%!important;
	height: 100%;
	object-fit: cover;
}

.overlay-box {
	position: absolute;
    left: -17%;
    top: 38%;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	text-align: center;
	font-family: sans-serif;
}

.overlay-box strong {
	display: block;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
}

.overlay-box span {
	display: block;
	font-size: 20px;
	line-height: 30px;
}

.welcome-sec h1 {
	font-size: 2.5rem;
}

.welcome-sec p {
	font-size: 20px;
	color: #000;
	line-height: 38px;

}

.why-card {
	display: flex;
	gap: 30px;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	margin-bottom: 30px;
}

.why-card .icon img {
	width: 150px !important;
}

.why-card .icon img:nth-child(1) {
	width: 200px;
	object-fit: cover;
	overflow-x: visible;
	height: 90px;
}

.why-card .icon {
	padding: 40px 40px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 4px 0 15px -5px rgba(0, 0, 0, 0.2);
}

.bg-service {
	background-image: url(../images/services_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 570px;
}

.subscribe-sec {
	transform: translateY(-50%);
}

.subscription-form input[type="email"] {
	padding: 10px 15px;
	border-radius: 5px;
	border: none;
	outline: none;
	font-size: 20px;
	width: 100%;
	margin-bottom:20px;
}

.custom-list {
	list-style: none;
	padding-left: 0;
}

.custom-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.custom-list li::before {
	content: "•";
	position: absolute;
	left: -5px;
	top: -10px;
	color: #ff7f40;
	font-size: 50px;
	line-height: 1;
}

.service-list-sec p,
.service-list-sec li,
.core-engine-sec p,
.core-engine-sec li {
	color: #0d3863;
}

.video-wrapper {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.video-wrapper img {
	display: block;
	max-width: 100%;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
	color: #fff;
	transition: all 0.3s ease;
}


.video-wrapper:hover .play-btn {
	background: rgba(0, 0, 0, 0.7);
	transform: translate(-50%, -50%) scale(1.1);
}


.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
	margin: 0 auto;
	padding-top: 30px;

}

.grid-item {
	text-align: center;
}

.icon-wrapper {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: #e6f3f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-item p {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
}

.core-engine-sec {
	background-image: url(../images/core-engine.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.inner-banner {
	position: relative;
}

.inner-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	background-image: url(../images/bg_innerheader.png);
}

.media-list-area {
	padding: 30px;
	border: 1px solid #a4a4a4;
	border-radius: 12px;
	margin-bottom: 30px;
}

.subscribe-sec.project {
	transform: translateY(0%);
}

.welcome-sec.project::after {
	background-image: none;
}

.welcome-sec .feature-icon img {
	width: 50px;
}

.welcome-sec .feature-list p {
	color: #0a3563;
}

.feature-list {
	gap: 40px;
}

.team-area h2 {
	color: #000;
	line-height: 30px;
	font-size: 28px;
}

.testimonial-carousel .item{
	padding: 40px 20px;
	border-radius: 30px;
	border: 1px solid #dfdfdf;
}

.owl-dots {
	display: block !important;
	text-align: center;
	margin-top: 25px!important;
}

.owl-dots .owl-dot span {
	width: 25px!important;
	height: 25px!important;
	margin: 5px 7px;
	background: transparent!important;
	display: block;
	border:1px solid #000;
	border-radius: 50%;
	transition: background 0.3s ease;
}

.owl-dots .owl-dot.active span {
	background: #0d3863!important;
}

.team-area,
.billing-area {
	padding: 45px 41px 45px 45px;
	border: 1px solid #dfdfdf;
	border-radius: 30px;
	margin-bottom: 30px;
}

.billing-area img {
	width: 150px;
}

.billing-area {
	margin-bottom: 0;
}

.billing-area p {
	font-size: 18px;
}

.font-28 {
	font-size: 28px;
}

.service-sec.bg-blue {
	position: relative;
}

.service-sec.bg-blue::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 430px;
	background-color: #0d3863;
	z-index: -1;
}


.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	gap: 20px;
	max-width: 1200px;
	width: 100%;
}

.media-list-area img{
	width:100%;
}

.blog-detail h2{
	color:#0d3863;
	font-size: 38px;
	line-height: 58px;
}

.form-group {
	flex: 1;
	min-width: 250px;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

input,
textarea,
select{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 18px;
	margin-bottom: 5px;
}

.disclaimer br{
	display:none;
}

.error {
	color: red;
	font-size: 16px;

	display: none;
}

textarea {
	height: 120px;
	resize: none;
}

.services-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;

}

.service-box {
	background: #f8fcff;
	border: 1px solid #e3e7ed;
	border-radius: 20px;
	padding: 20px 48px;
	position: relative;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.service-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-box::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 20px;
	background: #f26323;
	color: #fff;
	background: url("../images/round_tick.svg") no-repeat center center;
	background-size: cover;

	width: 50px;
	height: 50px;
}

.service-box a {
	font-size: 18px;

}

.service-box p {
	margin-bottom: 15px !important;
}

.service-box a:hover {
	color: #0a3563;
}

.location a{
	color:#000;
}


/* ===================================
Scroll Top
====================================== */

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	color: #fff;
	background-color: #0a3563;
	border-radius: 50%;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}

.go-top.active {
	-webkit-animation: fadeIn 2s;
	animation: fadeIn 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ff7f40;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.go-top:hover, .go-top:focus {
	color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}






.practice-sec {
	background: #e0ecec;
	padding: 40px 0;
	position:relative;
}

.practice-sec .card-item {
	background: #fff;
	border-radius: 10px;
	padding: 20px 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	margin: 10px;
	border:1px solid #000;
}

.practice-sec .card-item tr:not(:last-child){
	border-top:1px solid #000;
}

.practice-sec .card-item h3 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
	color: #000;
	font-weight: 400;
	padding: 0 15px;
}

.practice-carousel .owl-stage {
	display: flex; /* prevent collapsing */
}

.practice-carousel .owl-item {
	min-height: 100%; /* avoid blank height */
}

.practice-carousel .item {
	height: auto;
}


.practice-sec .card-item table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:0;
}

.practice-sec .card-item td {
	padding: 8px;
	border-bottom: 1px solid #000;
	font-size: 18px;
	vertical-align: top;
	color:#000;
}

.practice-sec .custom-prev{
	position: absolute;
	top: 50%;
	left: 50px;
}

/* .practice-sec .bg-transparent:hover img {
filter: invert(20%) sepia(15%) saturate(3000%) hue-rotate(182deg) brightness(95%) contrast(100%);
}
*/


.practice-sec .custom-next{
	position: absolute;
	top: 50%;
	right: 50px;
	rotate:180deg;
}

.practice-sec .card-item td:first-child {
	font-weight: 500;
	width: 100px;
	color: #0d47a1;
	text-align:center;
}

.glance-sec .metric-card {
	border: 1px solid #a6a6a6;
	border-radius: 8px;
	padding: 30px 20px;
	margin-bottom: 30px;
	background: #fff;
	max-width: 1200px;
	width: 100%;
}

.glance-sec .metric-value,
.pricing-area span{
	font-size: 128px;
	font-weight: 400;
	color: #007bff;
	display: flex;
	align-items: center;
	font-family: "Bebas Neue", sans-serif;
	margin:20px 0;
}

.pricing-area span{
	font-size: 56px !important;
	justify-content: center;
}

.pricing-card{
	background-color:#dee9eb;
}

.pricing-area{
	border-radius: 30px;
	border: 1px solid #a4a5a3;
	background-color:#fff;
	padding:50px 30px;
}

.glance-sec .metric-value sub{
	font-size:66px;
}

.glance-sec .metric-value i {
	font-size: 28px;
	margin-left: 8px;
}

.glance-sec .metric-text {
	font-size: 22px;
	font-weight: 600;
	color:#0d3863;

}

.glance-sec .metric-subtext {
	font-size: 14px;
	color: #666;
}

.glance-sec .gray-value {
	color: #555;
}

.testi.welcome-sec::after{
	background:none;
}
.city-list li a{
	font-size:22px;
	color:#0d3863;
}

.city-list li{
	padding: 15px 0;
	border-bottom: 1px solid #0d3863;
}

.city-list{
	border-top: 1px solid #0d3863;
}
.dropdown-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 15px 15px 0px;
	min-width: 500px;

}

.dropdown-grid h4{
	font-size:20px;
}

.left-drop{
	border-right:1px solid #ecf4fc;
}

.alphabet-sec .alphabet {
	text-align: left;
	margin-bottom: 20px;
}
.alphabet-sec .alphabet a {
	margin: 0 15px;
	font-weight: bold;
	text-decoration: none;
	color: #0d2d5c;
	cursor: pointer;
}
.alphabet-sec .alphabet a.active {
	color: #ff6600;
}
.alphabet-sec .cards {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.alphabet-sec .card {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	display: none;
}
.alphabet-sec .card h4 {
	margin: 0 0 10px;
	color: #0d2d5c;
	font-weight: 600;
}

.alphabet-sec .card p{
	margin-bottom:0!important;
}
.alphabet-sec .load-more {
	text-align: center;
	margin-top: 20px;
}
.alphabet-sec .load-more button {
	background: #ff7f40;
	border: none;
	padding: 10px 45px;
	color: #fff;
	border-radius: 50px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 600;
}

.mission-bg{
	background-image:url(/wp-content/uploads/2025/09/bg_mission-02-scaled.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:800px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.mission-area{
	background-color: #fff;
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	text-align: center;
}

/* ===================================
Media Query
====================================== */

@media (max-width: 1900px) and (min-width: 1600px) {
	.practice-sec .custom-prev{
		left: 35px;
		width: 50px;
	}
	.practice-sec .custom-next{
		right: 35px;
		width: 50px;
	}
}

@media (max-width: 1599px) and (min-width: 1367px) {

	.container{
		padding:50px 50px!important;
	}
	.navbar-simple .navbar-nav .nav-link {
		font-size:16px;
	}
	.pricing-area span {
		font-size: 42px !important;}

	.sub-img{
		left: -50px;
	}
	.practice-sec .custom-prev{
		left: 6px;
		width: 50px;
	}
	.practice-sec .custom-next{
		right: 6px;
		width: 50px;
	}

	h3,
	.h3 {
		font-size: 26px;
	}

	body {
		font-size: 20px;
	}

	.font-28 {
		font-size: 24px;
	}

	.billing-area p {
		font-size: 16px;
		line-height: 30px;
	}


	.service-box::before {
		left: -15px;
	}
	.grid-item p{
		font-size: 20px;
		margin-bottom:0!important;
	}
	.welcome-sec::after{
		top: -33%;
		right: -81%;
		height: 600px;
	}
}

@media (max-width: 1366px) and (min-width: 1281px) {
	.container{
		padding:0 50px!important;
	}

	h3,
	.h3 {
		font-size: 26px;
	}
	.pricing-area span {
		font-size: 38px !important;}
	.overlay-box.right {
	
		top: 50%;
		width: 210px;
	}
	.margin-50 {
    margin-top: -30px;
}
	.banner-sec .banner-area {
    margin-top: 0%;
}

	.circle-img img {
		width: 85% !important;
	}
	.font-28 {
		font-size: 20px;
	}

	.billing-area p {
		font-size: 16px;
		line-height: 30px;
	}
	.navbar-simple .navbar-nav .nav-link{
		        padding: 0.5rem .7rem;
		font-size: 16px;
	}
}

@media (max-width: 1280px) and (min-width: 992px) {
	body {
		font-size: 18px;
	}

	p {
		margin: 0 0 15px 0 !important;
	}
	.pricing-area span {
		font-size: 24px !important;}

	.h1,
	h1,
	h2,
	.h2 {
		font-size: 38px;
		line-height: 46px;
	}



	.margin-50 {
		margin-top: 0px;
	}

	.overlay-box {
		left: -15%;
		top: 35%;
	}
	overlay-box.right {
		right: -1%;
	}

	.banner-area {
		padding-top: 50px;
	}

	section {
		padding: 50px 0;
	}

	.font-38 {
		font-size: 24px !important;
	}

	.btn.btn-large {
		padding: 10px 15px;

	}

	.btn {
		font-size: 16px;
	}

	.bg-service {
		height: 550px;
	}


	.navbar-simple .navbar-nav .nav-link {
		padding: 0.5rem .7rem;
		font-size: 16px;
	}

	.play-btn {
		width: 120px;
		height: 120px;
		font-size: 38px;
	}

	.padding-top-120 {
		padding-top: 50px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	.service-list-sec h3 {
		padding-top: 40px;
	}


	footer {
		padding-left: 20px;
	}

	.font-48 {
		font-size: 32px;
		line-height: 48px;
	}

	.font-42 {
		font-size: 32px;
		line-height: 42px;
	}

	.media-list-area {
		padding: 15px;
		border: 1px solid #a4a4a4;
		border-radius: 12px;
		margin-bottom: 15px;
	}
	.navbar-top-default #megaone{
		display:none!important;
	}
	#sidemenu_toggle{
		    display: block !important;
	}
	.nav-item .arrow{
		    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	body {
		font-size: 18px;
	}

	p {
		margin: 0 0 15px 0 !important;
	}

	.h1,
	h1,
	h2,
	.h2 {
		font-size: 38px;
		line-height: 46px;
	}

	.sub-img {
		top: 50px;
	}

	.margin-50 {
		margin-top: 0px;
	}

	.overlay-box {
		left: 0%;
	}
	.overlay-box.right {
		right: 0%;
		top: 85%;
	}

	.banner-area {
		padding-top: 50px;
	}

	section {
		padding: 50px 0;
	}

	.font-38 {
		font-size: 24px !important;
	}

	.btn.btn-large {
		padding: 10px 15px;

	}

	.btn {
		font-size: 16px;
	}

	.bg-service {
		height: 550px;
	}

	.subscribe-sec {
		transform: translateY(0%);
		margin-bottom: 50px;
	}

	.welcome-sec::after {
		top: -40%;
		right: 0%;
		height: 500px;
	}

	.play-btn {
		width: 120px;
		height: 120px;
		font-size: 38px;
	}

	.padding-top-120 {
		padding-top: 50px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	.service-list-sec h3 {
		padding-top: 40px;
	}

	.service-list-sec .row:nth-of-type(2) {
		flex-direction: column-reverse;
	}

	footer {
		padding-left: 20px;
	}

	.font-48 {
		font-size: 32px;
		line-height: 48px;
	}

	.font-42 {
		font-size: 32px;
		line-height: 42px;
	}

	.media-list-area {
		padding: 15px;
		border: 1px solid #a4a4a4;
		border-radius: 12px;
		margin-bottom: 15px;
	}

	.inner-banner .banner-area {
		padding-top: 0;
	}

	.subscribe-sec.project {
		margin-bottom: 0;
	}
	.banner-sec .banner-area{
		margin-top:0;
	}
	.nav-item .arrow {

		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;

	}

}

@media screen and (max-width: 767px) {
	body {
		font-size: 18px;
	}

	p {
		margin: 0 0 15px 0 !important;
	}

	.h1,
	h1,
	h2,
	.h2 {
		font-size: 38px;
		line-height: 46px;
	}


	.margin-50 {
		margin-top: 0px;
	}

	.overlay-box {
		left: 0%;
		top: 70%;
	}

	.banner-area {
		padding-top: 50px;
	}

	section {
		padding: 50px 0;
	}

	.font-38 {
		font-size: 24px !important;
		line-height: 30px;
		margin-bottom: 15px !important;
	}

	.btn.btn-large {
		padding: 10px 15px;

	}

	.btn {
		font-size: 16px;
	}

	.bg-service {
		height: 550px;
	}

	.subscribe-sec {
		transform: translateY(0%);
		margin-bottom: 50px;
	}

	.welcome-sec::after {
		top: -40%;
		right: 0%;
		height: 500px;
	}

	.play-btn {
		width: 120px;
		height: 120px;
		font-size: 38px;
	}

	.padding-top-120 {
		padding-top: 50px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	.service-list-sec h3 {
		padding-top: 40px;
	}

	.service-list-sec .row:nth-of-type(2) {
		flex-direction: column-reverse;
	}

	footer {
		padding-left: 20px;
	}

	.font-48 {
		font-size: 32px;
		line-height: 48px;
	}

	.font-42 {
		font-size: 32px;
		line-height: 42px;
	}

	.media-list-area {
		padding: 15px;
		border: 1px solid #a4a4a4;
		border-radius: 12px;
		margin-bottom: 15px;
	}

	.inner-banner .banner-area {
		padding-top: 0;
	}

	.feature-list {
		gap: 20px;
	}

	.welcome-sec .feature-icon img {
		width: 100px;
	}

	.subscribe-sec.project {
		margin-bottom: 0;
	}

	.inner-banner .banner-area {
		position: relative;
		top: -20px;
	}

	.service-box::before {
		left: -14px;
		width: 30px;
		height: 30px;
	}
	.banner-sec .banner-area{
		margin-top:0;
	}
	.nav-item .arrow {

		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;

	}
	.dropdown-grid {
		display:block;
		min-width: auto;

	}
}


.dropdown-menu {
	display: none;
	position: absolute;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
	z-index: 1000;
}
.dropdown.show > .dropdown-menu {
	display: block;
	position: static; /* for mobile so it pushes down */
}