/* global */
.corp-container {
	max-width: 1320px !important;
	margin: 0 auto;
	padding: 0 32px !important;
}

.container-fluid {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0px;
}
.section-top{padding-top:80px}
.section-bottom{padding-bottom:80px}

/* color code */
.green--text{ color:#2BB371}
.blue--text{ color:#263A90}
.black--text {color:#171515}

.green--bg{ background-color:#2BB371}
.blue--bg{ background-color:#263A90}
.black--bg{ background-color:#171515}
body a {
	text-decoration: none;
}
/* font */
body, button, input, optgroup, select, textarea, .button, input[type=button], input[type=reset], input[type=submit], .site-footer .widget .widget-title~*, .widget-area .widget .widget-title~*, .main-navigation ul .sub-menu li, .blog-layout-grid article .entry-content{
	font-size:16px;
	font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	line-height:normal
}

h1, .h1{
	font-size: 67px;
	line-height: 1.1;
}
h2, .h2{
	font-size: 50px;
}
h3, .h3{
	font-size: 45px;
	color:#263A90;
}
h4, .h4{
	font-size: 30x;
}
.button, button, input[type=button], input[type=reset], input[type=submit]{
	padding:10px 15px;
}
.main-navigation div>ul:not(.cart_list)>li.current-menu-item>a, .link-underline.main-navigation div>ul:not(.cart_list)>li:hover>a {
	border-bottom: 2px solid #19a463 !important;
}
a.primary-btn:active, a.primary-btn:focus, a.primary-btn:visited {
	color: #fff;
}
/*banner*/
.aioseo-breadcrumbs {
	display: none;
}
.site-header .site-branding {
	padding-right: 0;
	max-width: 210px;
}
.hero-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0 0 !important;
	position: relative;
}
.left-content {width: 50%;position:relative;}
.left-content h1 {color: #1a2e80;}
.btn-wrapper {margin-top: 40px;}
.primary-btn:before {
	content: "";
	background-image: url('/wp-content/uploads/2025/12/logo-round-img.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0%, -50%);
	background-size: contain;
	transition: all .5s ease-out;
	opacity: 1;
}
.primary-btn {
	overflow: hidden;
	position: relative;
	height: fit-content;
	width: max-content;
	padding: 20px 30px 20px 65px;
	border-radius: 100px;
	background-color: #2bb371;
	color: #fff;
	transition: all .5s ease-out;
}
.primary-btn:hover {
	transition: all .5s ease-out;
	background-color: #2bb371 !important;
	color: #fff !important;
	padding-left: 30px;
	padding-right: 65px;
}
.primary-btn:hover:before {
	opacity: 1;
	left: calc(100% - 5px);
	transform: translate(-100%, -50%);
}
.right-content {
	width: 60%;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}
.hero-gif {width: 100%;}

/*services*/
.our-services-section .row.d-flex {
	display: flex;
	align-items: flex-start !important;
}

.nav-pills .nav-link {
	text-align: left;
}

.our-services-section .tab-pane {
	min-height: 350px; /* ensures stable layout */
}
.nav-pills .nav-link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
}
.our-services-section {
	background-image: url(/wp-content/uploads/2025/12/our-service-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	margin-top: 40px;
	position: relative;
}
.our-services-section .nav-link {
	background-color: #ffff;
	color: #263A90;
	margin-bottom: 10px;
	justify-content: space-between;
	padding: 9px 24px 9px 20px;
}
.our-services-section .nav-pills .nav-link.active {background-color: #263A90;}
.our-services-section .nav-link img {
	width: 50px;
	height: 50px;
	object-fit: scale-down;
}
.our-services-section .nav-link:last-child {margin-bottom: 0;}
.our-services-section .section-heading {
	width: 60%;
	margin: 20% auto 0;
}
.our-services-section .section-heading h2 {line-height: 1.2;}
.our-services-section .section-heading h4 {letter-spacing: 4px;}
.service-text h3 {
	line-height: 1.2;
	text-transform: capitalize;
}
.our-services-section::before {
	content: '';
	background-image: url(/wp-content/uploads/2025/12/logo-round-img.png);
	background-repeat: no-repeat;
	left: 80px;
	top: 12px;
	width: 115px;
	height: 115px;
	position: absolute;
}
/*about*/
.about-image-wrapper {
	padding-right: 60px;
}
.process-section {
	background-image: url(/wp-content/uploads/2025/12/process-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 512px;
}

.process-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px;
}

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

.process-icon {
	width: 120px;
	height: 120px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.process-icon img {
	width: 42px;
}

.process-arrow {
	font-size: 40px;
	color: #1DB954;
	font-weight: bold;
	position: relative;
	top: -22px;
}

.process-item p {
	font-size: 18px;
	font-weight: 500;
}
/*portfolio*/
.projects {
	display:inline-block;
	width:100%;
}
.projects-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.project-link {font-size: 50px;}
.projects img.swipeimage {
	position: fixed;
	top: 0;
	left: 0;
	width: 460px;
	height: auto;
	object-fit: scale-down;
	z-index: 9;
	opacity: 0;
	visibily: hidden;
	pointer-events: none;
}
.projects img {
	border: 2px solid #263a90;
	border-radius: 5px;
}
/*why-choose-us*/
.features-left .feature-item p {text-align: right;}
.why-choose-section {background: linear-gradient(180deg, #D0DDFD 0%, #D9FDEE 100%);}
.why-choose-grid .middle-image {padding-left: 40px;}
.features-left .featureicon-text h4 {width: 70%;text-align: right;}
.features-right .featureicon-text h4 {width: 70%;text-align: left;}
.featureicon-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.features {
	display: flex;
	flex-direction: column;
	gap: 45px;
}
.feature-item h4 {
	color: #1f3c88;
	margin: 15px 0 10px;
}
.feature-item .icon {
	width: 52px;
	height: 52px;
	background: #243c90;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-item .icon img {
	width: 44px;
}
.center-visual img {
	width: 100%;
	max-width: 420px;
	border-radius: 50% 50% 45% 55% / 55% 45% 55% 45%;
	border: 6px solid #fff;
	box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
/*industries*/
.industry-card {
	border-radius: 26px;
	transition: all 0.3s ease;
	border: 1px solid #D9D9D9 !important
}
.industry-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}
.industry-card h6 {
	color: #263A90;
	font-size: 22px;
}
/* 5 column grid */
.row-cols-5-custom > .col-xl-3,
.row-cols-5-custom > div {
	flex: 0 0 20%;
	max-width: 20%;
}
.card-body h6 {
	min-height: 60px; /* same height for all titles */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

/*our-client*/
.our-client-section {background: linear-gradient(180deg, #D0DDFD 0%, #D9FDEE 100%);}
.client-logo-item {
	background: #fff;
	border-radius: 18px;
	padding: 20px;
	margin: 0 12px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.client-logo-img { max-width: 120px; max-height: 60px; object-fit: contain; }
/* Slick spacing */
.our-client-logo .slick-slide {
	padding: 0 12px;
}

.our-client-logo .slick-list {
	margin: 0 -12px;
}
/*contact-us*/
.cus-input {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
input[type=text], input[type=email], textarea, .wpcf7-form-control.wpcf7-select {background-color: transparent;width: 100%;border-radius:10px;}
.inputWithIcon1 {width: 100%;margin-bottom: 10px;}
input[type="text"], input[type="email"], select, input[type="url"]{height:50px;}
.cus-input .wpcf7-textarea {
	height: 100px;
	resize: unset;
}
.inputWithIcon1.submit-btn, .inputWithIcon1.submit-btn p {
	margin-bottom: 0 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button.btn-secondary {
	border-radius: 10px;
	text-transform: capitalize;
}
.section-heading h4 {margin: 0;}
.section-heading h2{margin-bottom: 20px;}
/*footer*/
.site-footer {
	background: linear-gradient(180deg, #D0DDFD 0%, #D9FDEE 100%);
	padding: 40px 0 0px;
}
.footer-logo {mix-blend-mode: multiply;}
.footer-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 70px;
}
.footer-quick, .footer-services {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.site-footer ul {
	padding: 0;
	margin: 0;
}
.site-footer ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}
.site-footer h4 {
	margin: 0;
	width: 10%;
	color: #1f348e;
}
.site-footer ul li a {color: #5A5A5A;}
.footer-contact {
	background-image: url(/wp-content/uploads/2025/12/contact-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin-bottom: 38px;
}
.footer-bottom {
	border-top: 1px solid #3F55A9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}
.footer-contact .footer-box a {color: #ffff;}
.footer-quick {padding: 38px 0;}
.footer-services {padding-bottom: 38px;}
.footer-box {
	width: 33%;
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer-contact .footer-box:nth-child(1) {
	width: 70%;
}
.footer-contact .footer-box img {
	background-color: #2BB371;
	width: 50px;
	height: 50px;
	padding: 6px;
	border-radius: 50%;
}
.rt-social-icons a {margin-left: 12px;}

@media all and (max-width:1366px) {
	.corp-container{
		max-width: 100%;
		padding: 0px 50px !important;
	}
}
@media all and (max-width:1024px) {
	.corp-container{
		max-width: 100%;
		padding: 0px 15px;
	}
}

/* Responsive fixes */
@media (max-width: 1199px) {
	.row-cols-5-custom > div {
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media all and (min-width: 991px) and (max-width: 1024px){
	.our-services-section {background-size: 100% 100%;}
	.about-desc {margin-top: -26px !important;}
}
@media all and (min-width: 768px) and (max-width: 991px){
	.row-cols-5-custom > div {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	section#services .col-md-3, section#services .col-md-9, section#services .col-md-5, section#services .col-md-7 {
		width: 100% !important;
	}
	div#v-pills-tabContent img {
		padding: 30px 0;
		width: 100%;
	}
	.process-arrow {left: 48% !important;}
}

@media all and  (max-width: 768px) {
	.corp-container {padding: 0 15px !important;}
	h1, .h1{
		font-size: 35px;
	}
	h2, .h2{
		font-size: 25px;
	}
	h3, .h3{
		font-size: 20px;
		color:#263A90;
	}
	h4, .h4{
		font-size: 18px;
	}
	.section-top{padding-top:40px}
	.section-bottom{padding-bottom:40px}
	.site-footer h4, .footer-box, .footer-contact .footer-box:nth-child(1), .features-left .featureicon-text h4, .features-right .featureicon-text h4, .left-content, .right-content{width: 100%;}
	.footer-left, .footer-quick, .footer-services, .site-footer ul li, .footer-contact, .featureicon-text, .process-wrapper{display: block;}
	.features-left .featureicon-text h4, .features-right .featureicon-text h4{text-align: center;}
	.footer-contact .footer-box:not(:first-child) {margin: 26px 0 0;}
	.site-footer ul li{margin: 0;padding-bottom: 6px;}
	.footer-quick {padding: 0px 0 20px;}
	.footer-text, .locate-us {padding-top: 26px;}
	.desktop-br {display: none;}
	.footer-contact {
		background-image: unset;
		background-color: #1f338e;
	}
	.our-services-section .row {background: linear-gradient(180deg, #D0DDFD 0%, #D9FDEE 100%);}
	.features-left .featureicon-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.features-right .featureicon-text {
		display: flex;
		flex-direction: column-reverse;
	}
	.process-section {height: auto;}
	.process-arrow {
		font-size: 26px;
		top: -10px;
		left: 46%;
		transform: rotate(90deg) !important;
		display: inline-block;
	}
	.our-services-section .section-heading {
		width: 100%;
		margin: 16% auto 0;
	}
	.service-text {padding-bottom: 50px;}
	.row-cols-5-custom > .col-xl-3, .row-cols-5-custom > div {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.features-left .feature-item p, .features-right .feature-item p {text-align: center;}
	.right-content{position: unset;}
	.hero-section {
		display: flex;
		flex-direction: column-reverse;
	}
	.our-services-section::before {
		background-size: 60%;
		left: 40px;
	}
	.industry-card h6 {font-size: 16px;}
}