body{
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: #070707;
}
h2 {
	font-weight: 700;
}
.container {
	max-width: 1400px;
	width: 95%;
}
.site-logo .custom-logo-link {
	display: block;
}
.site-logo .custom-logo-link img {
	width: 90px;
	height: auto;
}
/* Navbar styling */
.navbar-nav > li {
	position: relative;
	padding: 0 15px;
}
.contact-info a {
    color: #000;
    text-decoration: none;
}
.bold{font-weight:700}
.dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
}
header.site-header {
	border-bottom: 3px solid #d39928;
}
.navbar-nav > li > a:after {
    display: none;
}
.navbar-nav > li > a {
	color: #555353;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 0;
	transition: color 0.3s ease;
	font-size: 15px;
	font-family: Roboto, sans-serif;
}
.navbar-nav > li > a:hover {
	color: #0066af;
	/* gold hover */
}
/* Dropdown menu */
.navbar-nav .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	border-radius: 8px;
	border: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	margin-top: 0;
}
.navbar-nav li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.service-description {
    text-align: justify;
}
/* Dropdown items */
.dropdown-menu a {
	padding: 10px 20px;
	font-size: 15px;
	color: #555353 !important;
	transition: background 0.3s ease;
}
.dropdown-menu a:hover {
	background: #0066af;
	color: #fff !important;
}
#homepage {
	height: 500px;
}
.home-banner .banner-slider, .home-banner .banner-slider div {
	height: 100%;
}
.home-banner {
	height: 100%;
	position: relative;
}
.banner-content {
	position: absolute;
	top: 50%;
	z-index: 2;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.banner-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
h1 {
	color: #ddaa4b;
	font-family: Roboto, sans-serif;
	font-size: 55px;
	font-weight: 300;
}
.banner-desc {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}
a.banner-btn {
	background-color: #d39928;
	color: #fff;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	border: 1px solid #d39928;
	border-radius: 0;
	text-decoration: none;
	padding: 15px 30px;
	display: inline-block;
	margin: 20px 0 0;
}
a.banner-btn:hover, .submit p input:hover {
background: #fff;
    border: 1px solid #ddaa4b;
    color: #ddaa4b;
}
.flag-container {
    border-right: 1px solid #fff;
}
.banner-contact {
	display: flex;
	justify-content: end;
}
.banner-form {
	background-color: #0066afb9;
	margin-top: 15px;
	padding: 20px 40px;
	border-radius: 10px;
	width: 400px;
}
.banner-form h2 {
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}
#customForm .form-group {
    margin: 0 0 15px;
}
#customForm .form-group input {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 6px 14px;
    width: 100%;
    border-radius: 0;
}
#customForm .form-group input::placeholder, #customFormMobile .form-group input::placeholder {
	color: #fff;
	/* Replace with your desired color */
	opacity: 1;
	/* Ensures color is fully visible in all browsers */
}
#customForm button.btn.btn-primary.form-submit {
    background-color: #d39928;
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    border: 1px solid #d39928;
    border-radius: 0;
    text-decoration: none;
    padding: 8px 30px;
    display: inline-block;
    margin: 0 0 0;
    width: 100%;
}

.banner-form form p span {
	display: block;
	margin: 0 0 14px;
}
.banner-form form p span .allow-dropdown {
	width: 100%;
}
input:focus-visible{
	outline: none;
	box-shadow: none;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    color: #fff;
    background: none !important;
}
.banner-form .wpcf7-response-output {
	background: #fff;
	font-size: 13px;
	text-align: center;
	margin: 0 !important;
}
.submit p {
	margin: 0;
}
.submit p input {
	background-color: #ddaa4b;
	border: 1px solid #ddaa4b;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	padding: 6px 0;
	width: 100%;
}
li.country {
    display: flex
;
    align-items: center;
}
.country span {
    margin: 0 !important;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    color: red;
    text-shadow: none;
    font-weight: 500;
}
.submit {
    margin: 0 0 10px;
}

span.wpcf7-spinner {
    display: none !important;
}
.banner-content .row {
	align-items: center;
	justify-content: space-between;
}
.spacing .container{
	max-width: 1200px;
}
.spacing {
	padding: 40px 0;
}
h2.section-heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212529;
}
.service-card {
	cursor: pointer;
	box-shadow: 0 0 4px #0003;
	padding: 25px;
	min-height: 580px;
	transition: .3s;
	height: 100%;
	position: relative;
}
.service-card .service-image {
	margin: 0 0 20px;
}
.service-card .service-image img {
	width: 100%;
}
.service-content .inner-content {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.service-icon img {
	width: 100%;
}
.service-icon {
	width: 47px;
	margin-right: 15px;
}
a.service-button {
	border: 1px solid #fff;
	background-color: #ddaa4b;
	color: #fff;
	padding: 11px 19px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	transition: .1s;
	margin-top: 13px;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	left: 22px;
}
a.service-button:hover {
background: #fff;
    border: 1px solid #ddaa4b;
    color: #ddaa4b;
}
.service-card:hover {
	transform: translateY(-10px);
	/* lift up on hover */
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	/* stronger shadow */
}
.margin-b{
	margin-bottom: 30px;
}
#counter {
	background: #006bb3;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.counter {
	font-size: 88px;
	font-weight: bold;
	position: relative;
}
.counter-inner p {
	margin-top: 10px;
	font-size: 18px;
}
.counter-heading {
	position: relative;
}
.counter-heading span.prefix {
	position: absolute;
	right: -20px;
	top: -70px;
	font-size: 105px;
	font-weight: bold;
}
.counter-1 span.prefix {
	right: 1px;
}
.counter-2 span.prefix {
	right: 24px;
}
.counter-4 span.prefix {
	right: 24px;
}
.counter-inner p {
	margin: 0;
	font-size: 25px;
	margin-top: 15px;
}

#other-services .service-item .service-card {
    display: block;
    margin: 30px 10px 30px;
    color: #000;
    text-decoration: none;
    min-height: 567px;
    height: auto;
}
.service-item h3.service-title {
	font-size: 18px;
}
.service-item .service-icon {
	width: 35px;
}
#clients {
	padding-top: 0;
}
.client-logo {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#clients h2.section-heading {
	text-align: center;
	margin: 0 0 50px;
	font-weight: 600;
}
.quick-contact .container, #testimonial .container {
	max-width: 920px;
}
.quick-contact h2.section-heading {
	margin-bottom: 25px;
}
a.btn, .submitBtn input, #contactInfo .contact-form .submit input {
	border: 1px solid #fff;
	background-color: #ddaa4b;
	color: #fff;
	padding: 14px 30px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	transition: .1s;
	margin-top: 13px;
	text-decoration: none;
	display: inline-block;
	border-radius: 0;
}
a.btn:hover, .submitBtn input:hover {
	background: #fff;
	border: 1px solid #ddaa4b;
	color: #ddaa4b;
}
.testimonial-img img {
	width: 100%;
}
.testimonial-slider {
	padding: 20px 70px 20px 0;
}
.detail {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
span.position {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
span.designation {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.testimonial-slider .owl-nav .owl-next span {
	background: url(/wp-content/uploads/2025/09/left-arrow.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 28px;
	font-size: 0;
	height: 25px;
	margin: 23px 0 0;
}
.testimonial-slider .owl-nav .owl-prev span {
	background: url(/wp-content/uploads/2025/09/left-arrow.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 28px;
	font-size: 0;
	height: 25px;
}
.testimonial-slider .owl-nav {
	position: absolute;
	right: 40px;
	bottom: 13px;
}
.testimonial-slider .owl-nav button.owl-next {
	position: absolute;
	top: -17px;
}
.testimonial-slider .owl-nav button.owl-prev {
	position: absolute;
	left: -50px;
	margin: 0;
	transform: rotate(180deg);
}
.site-footer{
	background-color: #272626;
	color: #fff;
	font-size: 16px;
	padding: 40px 0 20px; 
}
.site-footer .container{
	max-width: 1400px;
}
#footer_customForm button.btn.btn-primary.form-submit {
    cursor: pointer;
    background: #0066af;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    border: none;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    margin: 20px 0 0;
    padding: 12px 0;
}
h4.footer-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2;
	color: #fff;
	margin-bottom: 15px;
}
.menu-footer-menu-container ul li a {
	margin: 0 0 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.menu-footer-menu-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.footericon {
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
}
ul.footericon li a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 8px;
	display: block;
}
ul.footericon li {
	padding: 12px 0 4px 50px;
	background-position: left center !important;
}
ul.footericon li.phone {
	background: url(/wp-content/uploads/2025/09/phone.png) no-repeat;
	margin-bottom: 20px;
}
ul.footericon li.mail {
	background: url(/wp-content/uploads/2025/09/email.png) no-repeat;
}
.footer-form form input, .footer-form form textarea {
	display: block;
	color: #383535;
	font-size: 15px;
	width: 100%;
	border: none;
	outline: none;
	padding: 10px;
	margin-top: 15px;
	border-radius: 0;
	height: 43px;
	resize: none;
}
.footer-form form .footersubmit input {
	cursor: pointer;
	background: #0066af;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	border: none;
	font-weight: 600;
	border-radius: 0;
}
.copyright {
	margin: 40px 0 0;
}
.innerBanner .background-banner-color {
	background: #0066af;
}
.innerBanner h1 {
	color: #fff;
	font-size: 65.5px;
	font-weight: 600;
	text-align: left;
}
.padding-0{
	padding: 0;
}
.row-0{
	margin: 0;
}
.inner-spacing{
	padding: 60px 0;
}
.single-job {
    padding: 20px 0;
    position: relative;
}
.job-vacancy-list .single-job .card-body a.btn {
    border-radius: 100px;
}
.job-vacancy-list .single-job .card-body {
    padding: 60px 20px 20px;
    text-align: center;
}
.type.mb-2 {
    display: flex;
    align-items: end;
    justify-content: end;
    width: fit-content;
    position: absolute;
    right: 10px;
    top: 22px;
    background: #ddaa4b;
    color: #fff;
    padding: 3px 13px;
    border-radius: 28px;
}
.job-cat {
    background-color: #b2dcfa;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 6px 10px;
    width: -moz-fit-content;
    width: fit-content;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
h5.job-title.card-title {
    text-align: center;
}
.job-vacancy-list .single-job .card-body {
    padding: 30px 20px 0;
    text-align: center;
}
.job-vacancy-list .single-job .card-body h5 a {
    font-size: 20px;
    font-weight: 600;
    min-height: 27px;
    color: #0a0a0a;
    text-decoration: none;
    display: block;
}
.job-listing {
	padding: 30px 0 0;
}
p.job-short {
	margin: 20px 0 20px;
}
.career-listing h2.section-heading {
	margin: 0 0 22px;
}
#singl-job-post {
	padding: 60px 0;
}
#singl-job-post h2 {
	font-size: 34px;
	font-weight: 700;
	padding: 0 0 15px;
	margin-bottom: 0;
	color: #0a0a0a;
}
.single-job ul {
	padding: 0 0 0 20px;
}
.career-apply{
	padding: 60px 0;
}
.apply-form .block input, .apply-form .block select {
border-radius: 5px;
    border: 1px solid #939393;
    font-family: Roboto, sans-serif !important;
    font-size: 13px;
    margin-top: 4px;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 8px;
    background: #fff;
	color:#000;
}
.apply-form .block {
	display: block;
	margin: 0 0 10px;
}
.apply-form .block label {
	display: block;
	margin: 0 0 8px;
	font-size: 15px;
}
.apply-form .block p {
	margin: 0;
}
.apply-form .block br {
	display: none;
}
.expsec, .noicePeroid {
	display: flex;
	justify-content: space-between;
}
.expsec .innerex:nth-child(1), .noicePeroid .innerPe {
	width: 70%;
}
.expsec .innerex:nth-child(2), .noicePeroid .option {
	width: 28%;
}
.floating-sidebar {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 9999;
}
.floating-sidebar .sidebar-icon {
	background: #0077ff;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 12px;
	border-radius: 8px 0 0 8px;
	transition: all 0.3s ease;
}
.floating-sidebar .sidebar-icon:hover {
	background: #0056b3;
	transform: translateX(-10px);
}
#contactInfo {
	padding: 100px 0;
}
#contactInfo .contact-form {
	max-width: 500px;
	background-color: #0066af;
	padding: 35px 40px 10px;
	border-radius: 10px;
}
#contactInfo .container {
	max-width: 1200px;
}
#contactInfo .contact-form input{
	border: 1px solid #fff;
	background: none;
	color: #fff;
	padding: 6px 14px;
	width: 100%;
}
#contactInfo .contact-form .allow-dropdown {
	width: 100%;
}
#contactInfo .contact-form p span {
	display: block;
	margin: 0 0 14px;
}
#contactInfo .contact-form form p span input::placeholder {
	color: #fff;
	/* Replace with your desired color */
	opacity: 1;
	/* Ensures color is fully visible in all browsers */
}
#contactInfo .contact-form .allow-dropdown input {
	padding-left: 56px;
}
.contact-form .wpcf7-response-output {
    color: #fff;
}

.blog-grid {
	display: flex;
	flex-wrap: wrap;
}
.blogPost article {
	position: relative;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 568px;
	box-shadow: none !important;
	border-radius: 0;
}
.blog-img {
	position: relative;
	min-height: 313px;
}
.blog-img img {
	width: 100%;
	height: 234px;
	transition: .4s;
	object-fit: cover;
}
.date {
	background-color: #0066af;
	height: 54px;
	position: absolute;
	bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0px;
	width: 50px;
	color: #fff;
	text-align: center;
}
.blogPost .card-body {
	padding: 15px 25px 30px;
	min-height: 280px;
}
.blog-card:hover {
	transform: translateY(-5px);
}
.blog-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.blogPost .card-body h5 a {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	color: #0a0a0a;
}
.blogPost .card-body a.btn.btn-primary.btn-sm {
	margin-top: 10px;
	cursor: pointer;
	background: #ddaa4b;
	color: #fff;
	border: none;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	bottom: 30px;
	left: 24px;
}
.blog-info {
	padding: 15px;
}
.blog-date {
	font-size: 14px;
	font-weight: bold;
	color: #777;
	margin-bottom: 5px;
}
.blog-title {
	font-size: 20px;
	margin: 0 0 10px;
}
.blog-excerpt {
	font-size: 15px;
	margin-bottom: 10px;
}
.blog-readmore {
	display: inline-block;
	padding: 8px 15px;
	background: #0073aa;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
}
.blog-readmore:hover {
	background: #005177;
}
/* Single Page */
.blog-banner {
	background-color: #0066af;
	margin-bottom: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	text-align: center;
}
.blog-banner-title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	padding: 15px 0;
	margin-bottom: 0;
	color: #fff;
}
section.blog-content.container {
	padding: 50px 0;
}
section.blog-content.container ol {
	padding: 0 0 0 14px;
}
.blog-feature-image img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	margin-bottom: 20px;
}
.blog-full-content {
	font-size: 16px;
	line-height: 1.8;
}
#mobile-form{
	display: none;
}
.testimonial-slider .owl-nav button:hover {
	background: none !important;
}
.playstoreFlex {
display: flex;
    justify-content: flex-start;
    margin: 21px 0 0;
    gap: 15px;
    align-items: flex-end;
}
.inner-bank .des {
	font-size: 14px;
	margin: 16px 0 0;
}
.resume-bank {
	padding-top: 50px;
}

.about-banner {
	flex-wrap: wrap !important;
	flex-direction: column;
	justify-content: center !important;
	align-items: center;
	align-content: stretch;
}
.banner-inner-des {
	max-width: 570px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.timeline__wrap {
	background: #2f76b7;
	padding: 15px 35px;
	border-radius: 8px;
	position: relative;
	color: #fff;
}

.timeline {
	display: flex;
	flex-direction: column;
	padding: 60px 20px 0 37px;
	position: relative;
}

.timeline__wrap:before {
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #2f76b7;
	transform: translateY(-50%);
}
.timeline__track::before {
	background: #be8f40;
	border-radius: 50%;
	top: 0;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	width: 14px;
}
.contact-info {
	background: url(/wp-content/uploads/2025/09/location-img.svg) no-repeat;
	padding: 0px 0 0 92px;
}
.footersubmit p {
    margin: 0;
}
.footersubmit span.wpcf7-spinner {
    display: none;
}
.wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    margin: 8px 0 0 !important;
    padding: 3px 0 5px !important;
}
   .iti {
    width: 100%;
  }
  .iti__flag-container {
    padding: 0 5px;
  }
  .iti__selected-flag {
    background-color: #fff !important;
    border-right: 1px solid #ddd;
    padding: 0 10px;
  }
  .iti__country-name {
    display: none !important; /* hide country names */
  }
  .iti__country-list .iti__dial-code {
    margin-left: 0 !important;
  }
  .phone-input {
    padding-left: 70px !important; /* ensure input text doesn’t overlap flag/code */
  }
  
 .page-template-page-test-form nav, .page-template-page-test-form .site-footer {
    display: none;
}
.page-template-page-test-form .site-logo a {
    pointer-events: none;
}
.apply-form .row .block:nth-child(1) {
    display: none;
}
.apply-form .FormSet .formWrapper {
    margin: 0 0 10px;
}
.apply-form .FormSet .formWrapper label {
    display: block;
    margin: 0 0 8px;
    font-size: 15px;
}
.apply-form .FormSet .formWrapper select, .apply-form .FormSet .formWrapper input {
    border-radius: 5px;
    border: 1px solid #939393;
    font-family: Roboto, sans-serif !important;
    font-size: 13px;
    margin-top: 4px;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 8px;
    background: #fff;
    color: #000;
}

.apply-form .btnWrapper button {
    border: 1px solid #fff;
    background-color: #ddaa4b;
    color: #fff;
    padding: 14px 30px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    transition: .1s;
    margin-top: 13px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
}
.apply-form .FormSet .formWrapper.alternameNo select {
    width: 170px;
    margin-right: 15px;
}
.apply-form .FormSet .formWrapper select:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (min-width: 768px) {
	.timeline {
		padding: 30px 20px 0;
	}
}
.timeline__track {
	background: #393e46;
	background-clip: content-box;
	height: 100%;
	left: 30px;
	min-height: 9px;
	max-height: 100%;
	padding: 0 5px 7px;
	position: absolute;
	top: 0;
	width: 14px;
	z-index: 2;
	transition: height 0.3s ease;
	min-height: 450px;
}
@media screen and (min-width: 768px) {
	.timeline__track {
		left: calc(50% - 7px);
	}
}
.timeline__track::after {
	background: #be8f40;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	width: 14px;
}
.timeline__item {
	padding-top: 0;
	padding-left: 30px;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.timeline__item {
		padding-left: 0;
		width: calc(50% + 2px);
	}
}
@media screen and (min-width: 768px) {
	.timeline__item:nth-child(odd) {
		margin-right: auto;
		padding-right: 40px;
	}
	.timeline__item:nth-child(odd) .timeline__wrap:before {
		content: '';
		position: absolute;
		right: -10px;
		top: 50%;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #2f76b7;
		transform: translateY(-50%);

	}
}
@media screen and (min-width: 768px) {
	.timeline__item:nth-child(even) {
		margin-left: auto;
		padding-left: 40px;
		text-align: left;
	}
	.timeline__item:nth-child(even) .timeline__wrap:before {
		content: '';
		position: absolute;
		left: -10px;
		top: 50%;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #2f76b7;
		transform: translateY(-50%);
		border-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.timeline__item:nth-child(even) .timeline__line {
		left: 0;
		right: auto;
	}
}
.timeline__line {
	background: #393e46;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.timeline__line {
		left: auto;
		right: 0;
	}
}
.timeline__wrap img {
	height: 200px;
	width: 300px;
}
@media screen and (max-width: 767.9px) {
	.timeline__footer {
		padding-left: 30px;
	}
}
.timeline.is-init .timeline__line {
	transition: width 0.5s ease-in-out;
	width: 0;
	will-change: width;
}
.timeline.is-init .timeline__wrap {
	opacity: 0;
	transform: translateY(-20px);
	transition: transform 0.5s, opacity 0.2s;
	will-change: opacity, transform;
}
.timeline.is-init .timeline__footer {
	opacity: 0;
	transition: opacity 0.2s;
	will-change: opacity;
}
.timeline.is-loading .timeline__line, .timeline.is-loading .timeline__wrap, .timeline.is-loading .timeline__footer {
	transition: none;
}
.timeline .is-visible .timeline__line {
	width: 100%;
}
.timeline .is-visible .timeline__wrap {
	opacity: 1;
	transform: translateY(0);
}
.timeline .is-visible.timeline__footer {
	opacity: 1;
}

.intro {
	background: #393e46;
	padding: 5rem 0;
}
.intro p:last-child {
	margin-bottom: 0;
}

.timeline-section {
	padding: 4rem 0 80px;
}
span.timeline__year {
	background: #be8f40;
	color: #fff;
	width: 65px;
	height: 65px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 500;
	font-size: 18px;
}
.timeline__wrap h2 {
	margin: 20px 0 20px;
}

.about_heading {
	text-align: center;
	margin: 0 0 70px;
}

.team-popup {
	display: none;
}
.team-card {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    padding:30px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.team-detail {
    width: 75%;
    text-align: left;
}
.team-img {
    width: 20%;
}
.team-card p.text-success {
	color: #0066af !important;
	font-size: 17px;
	font-weight: 600;
}

.team-card a {
	text-decoration: none;
	color: #000;
}
#team .modal P {
	text-align: left;
}
#our-services #services {
	padding: 4rem 0;
}
.service-item .inner-list .left-list {
	flex: 1;
}
.service-item:nth-child(even) .inner-list {
	flex-direction: row-reverse;
}

.service-item .inner-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.team-des {
    text-align: justify;
}
.service-item {
	margin: 0 0 50px;
}
ul.services-list {
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding: 30px 0 0;
	margin: 0;
	text-align: center;
}
.services-list h6 {
	font-weight: normal;
	margin: 8px 0 0;
	text-align: center;
}
.service-item .inner-list .left-list h3 {
	font-size: 45px;
	margin: 0 0 30px;
	font-weight: 600;
}
.ser-des ul {
	padding: 0 0 0 21px;
	margin: 0;
	line-height: 35px;
}
.service-img img {
	width: 100%;
}
.legacy-smart-capital .services-wrapper .service-item:nth-child(even) .inner-list {
	flex-direction: row;
}
.legacy-smart-capital .services-wrapper .service-item:nth-child(odd) .inner-list {
	flex-direction: row-reverse;
}
.service_Des {
	margin: 0 0 80px;
}
.service-img {
	flex: 0.8;
}
/* .ser-des {
text-align: justify;
} */
.service-item:last-child {
	margin-bottom: 0;
}
.legacy-smart-capital .services-wrapper {
	max-width: 1230px;
	margin: auto;
}
.service_contact-button {
	margin: 60px 0 0;
}
.portfolio-companies {
	text-align: center;
	margin: 50px 0 0;
}
.portfolio-companies h2 {
	margin: 0 0 30px;
}
.portfolio-companies .portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.portfolio-companies .portfolio-item {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: normal;
}
#team h5.modal-title {
	color: #2f76b7;
	font-weight: 700;
	font-size: 24px;
}
/* Reset default Safari / WebKit UI on inputs & selects */
input,
select {
  -webkit-appearance: auto;
  appearance: auto; /* modern fallback */
  border-radius: 0; /* optional: removes iOS Safari rounded corners */
}

/* Remove search input extras */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* Remove number input spin buttons */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove dropdown arrow from selects (WebKit) */
select::-ms-expand { /* IE/Edge legacy */
  display: none;
}
select::-webkit-inner-spin-button,
select::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
#customFormMobile .form-group {
    margin: 0 0 15px;
}
#customFormMobile button.btn.btn-primary.form-submit {
    background-color: #d39928;
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    border: 1px solid #d39928;
    border-radius: 0;
    text-decoration: none;
    padding: 8px 30px;
    display: inline-block;
    margin: 0 0 0;
    width: 100%;
}

#customFormMobile .form-group input {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 6px 14px;
    width: 100%;
    border-radius: 0;
}
.iti.iti--allow-dropdown.iti--separate-dial-code input {
    padding-left: 95px !important;
}
.footer-form form textarea {
    height: 100px;
}
 input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
-webkit-box-shadow: none !important;
    box-shadow: none;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s 
ease-in-out 0s;
  }

  /* Make sure autofill doesn’t mess up rounded corners or borders */
  input:-webkit-autofill {
    border-radius: 6px;
    /*background-clip: content-box !important;*/
  }
  
  
  
  
   #customForm .form-group input:-webkit-autofill,
  #customForm .form-group input:-webkit-autofill:hover,
  #customForm .form-group input:-webkit-autofill:focus,
  #customForm .form-group input:-webkit-autofill:active {
-webkit-box-shadow: none !important;
    box-shadow: none;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s 
ease-in-out 0s;
  }

  /* Make sure autofill doesn’t mess up rounded corners or borders */
  #customForm .form-group input:-webkit-autofill {
    border-radius: 6px;
    /*background-clip: content-box !important;*/
  }
@media (max-width:1024px){
	.navbar-nav > li {
		padding: 0 5px;
	}
	.banner-desc p br {
		display: none;
	}
	.counter {
		font-size: 65px;
	}
	.counter-heading span.prefix{
		font-size: 88px;
	}
	.client-logo {
		padding: 0 20px;
	}
}
@media (max-width:1023px){
	/* Mobile menu container */
	.mobile-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		max-width: 300px;
		height: 100vh;
		background: #fff;
		box-shadow: -2px 0 8px rgba(0,0,0,0.2);
		transition: right 0.3s ease-in-out;
		z-index: 9999;
		padding: 20px;
	}
	/* Active class when menu is open */
	.mobile-menu.active {
		right: 0;
	}
	/* Overlay for background */
	.menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 9998;
	}
	.menu-overlay.active {
		display: block;
	}
	.banner-content {
		top: 30px;
		transform: none;
		text-align: left;
	}
	h1 {
		font-size: 35px;
		line-height: 35px;
		text-align: left;
	}
	.banner-desc {
		font-size: 17px;
		color: #fff;
		font-weight: 300;
		line-height: 24px;
		text-align: left;
	}
	h1 p {
		margin: 0;
	}
	a.banner-btn {

		padding: 10px 30px;
		margin: 10px 0 0;
	}
	.mobile-form{
		display: block;
	}
	.banner-content .banner-contact{
		display: none;
	}
	#homepage {
		height: 280px;
	}
	section#mobile-form {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.counter-heading {
		position: relative;
		width: fit-content;
	}
	.counter-inner {
		display: flex ;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.counter-inner p {
		font-size: 22px;
		margin-top: 15px;
		display: block;
		width: 100%;
		margin: 0 0;
	}
	.counter-box.counter-1, .counter-box.counter-2 {
    margin-bottom: 50px;
}
	.counter-1 span.prefix {
		right: -49px;
	}
	.counter-2 span.prefix {
		right: -43px;
	}

	.counter-4 span.prefix {
		right: -34px;
	}
	.spacing {
		padding: 50px 0;
	}
	h2.section-heading {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.testimonial-img {
		width: 100%;
	}
	.floating-sidebar{
		display: none;
	}
	.navbar-nav .dropdown-menu{
		visibility: visible;
		opacity: 1;
		background: none;
		box-shadow: none;
		padding: 0;
		display: none;
	}
	.dropdown-menu a {
		padding: 0 6px 13px;
		font-size: 14px;
	}
	button.navbar-toggler {
		background: #0066af;
		color: #fff;
		border-radius: 50px;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px solid #c3d9e9;
	}
	button.navbar-toggler span.navbar-toggler-icon {
		background: url(/wp-content/uploads/2025/09/3844473_hamburger_menu_more_navigation_icon.png) no-repeat;
		background-size: 100%;
		margin: 4px 0 0;
		height: 24px;
		width: 20px;
	}
	.site-logo .custom-logo-link img {
		width: 70px;
		height: auto;
	}
	.banner-form{
		max-width: 380px;
	}
	.innerBanner .background-banner-color {
		background: #0066af;
		min-height: 185px;
	}
	.innerBanner h1 {
		color: #fff;
		font-size: 36.5px;
		font-weight: 600;
		text-align: left;
	}
	#contactInfo {
		padding: 40px 0;
	}
	.playstoreFlex {
		display: flex;
		justify-content: center;
		margin: 0px 0 0;
	}
	.timeline {
		flex-direction: column;
		padding: 20px 0px 0 0;
		position: relative;
	}
	.timeline__track, .timeline__wrap:before {
		display: none;
	}
	.timeline__item {
		padding-top: 0;
		padding-left: 0;
		position: relative;
		width: 100%;
		margin-bottom: 20px;
	}
	.timeline-section {
		padding: 3rem 0 0;
	}
	    .innerBanner .background-banner-color {
        background: #0066af;
        min-height: 185px;
        padding: 20px 20px;
    }
	#team .owl-dots button.active span {
    background: #2f76b7 !important;
}
#team .owl-dots button span {
    background: #000 !important;
}
.counter-box {
    flex: 50%;
    margin: 0 0 20px;
}
.counter {
        font-size: 50px;
    }
	    .counter-heading span.prefix {
        right: -31px;
        font-size: 50px;
        top: -36px;
    }
	#counter {
    padding: 50px 0;
}
ul.dropdown-menu {
    display: none;
}
}
@media (max-width:767px){
    .team-card {
    flex-wrap: wrap;
}
.team-card {
    flex-wrap: wrap;
    padding: 10px;
    box-shadow: none;
}
.team-card h5 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 20px !important;
}
.team-card p.text-success {
    color: #0066af !important;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
}
	.testimonial-slider {
		padding: 20px 0 60px;
	}
	.about_heading {
		text-align: center;
		margin: 0 0 10px;
	}
	#our-services #services {
    padding: 3rem 0;
}
.service-item .inner-list .left-list h3 {
    font-size: 28px;
    margin: 0 0 30px;
    font-weight: 700;
}

ul.services-list li {
    width: 32%;
    margin: 0 0 24px;
}

ul.services-list {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
}
.service-img {
    flex: 1;
}	
.contact-info {
    padding: 0px 0 20px 60px;
    background-size: 12%;
}
.service-item .inner-list .left-list {
    flex: 100%;
}
.service-img {
    flex: 100%;
}
a.service-button {
    position: static;
    margin: 30px 0 0;
}
ul#iti-1__country-listbox {
    max-width: 120px;
}
}

