@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
/* font-family: "Lexend", sans-serif; */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Lexend", sans-serif;
	scroll-behavior: smooth;
}

.footer-logo{
	width: 200px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lexend", sans-serif;
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

hr {
	border: 0.3px solid #2658a896 !important;
}

/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/
.col_sm2_11 {
	width: 50%;
	float: left;
	margin: 0%;
}

.col_sm2_11 img {
    height: 53vh;
    object-fit: cover;
}

.capabilities_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.capabilities_sub {
	padding: 60px;
}

.wel_btn {
	display: flex;
	justify-content: center;
}

.top_social {
	width: fit-content;
	float: right;
	margin: 0%;
}

.top_social2 {
	width: fit-content;
	float: left;
	margin: 0%;
}


.wel_effect1 {
	position: absolute;
	top: 0%;
	left: 0%;
	overflow: hidden;
}

.wel_effect1>.effect-mini {
	position: absolute;
	z-index: 9;
	bottom: 0;
	animation: effect-mini 2s infinite linear;
}

@keyframes effect-mini {
	0% {
		transform: translateX(-30px);
	}

	50% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(-30px);
	}
}

.wel_effect2 {
	position: absolute;
	bottom: 0%;
	right: 0%;
	transform: translate(-10%, 0%);
	width: 370px;
	z-index: 9;
}

.effect-mini2 {
	position: absolute;
	top: 0;
	right: 25%;
	width: 60px;
	animation: effect-mini2 5s ease-in-out 0s infinite alternate;
}

@keyframes effect-mini2 {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(50px);
	}
}

.effect-mini3 {
	transform: translate(6px, -18px);
	animation: effect-mini3 2s infinite linear;
}

@keyframes effect-mini3 {
	0% {
		transform: translate(-0px, -18px);
	}

	50% {
		transform: translate(10px, -18px);
	}

	100% {
		transform: translate(-0px, -18px);
	}
}

.flex32 {
	display: flex;
}

.video_icon {
	width: 50px;
	margin: 0 auto;
	position: relative;
}

.sale2 {
	z-index: 999;
	position: relative;
}

.test_bg {
	background-color: #fff;
	padding: 30px 25px;
	position: relative;
	min-height: 249px;
}

.test_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 4%, 56% 18%, 44% 18%, 0 4%);
	width: 100%;
	height: 248px;
	background-color: #0a2649;
}

.test_bg::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -1px;
	clip-path: polygon(0 0, 100% 9%, 100% 0);
	width: 53%;
	height: 208px;
	background-color: #fff;
	rotate: 0deg;
	transform: translate(0%, 100%);
}

.testi_profile {
	width: 65px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
}

.testi_profile::before {
	content: "";
	position: absolute;
	inset: -15%;
	border: 1px solid #ff0000;
	border-radius: 50%;
	background-color: #fff;
}

.testi_profile img {
	border-radius: 26%;
	z-index: 999;
	position: relative;
}


.test_bg p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: center;
	margin: 3% 0 0px;
}


.test_txt>h2 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	color: #0a2649;
	text-align: center;
	letter-spacing: .2px;
	text-transform: capitalize;
	margin: 20px 0 0;
}

.test_txt>p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #8dbcc0;
	text-align: center;
	letter-spacing: .2px;
	text-transform: capitalize;
	margin: 5px 0 0;
}


.wel_txt3 h2 {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #8dbcc0;
	letter-spacing: .2px;
	text-transform: capitalize;
	text-align: center;
	margin: 0% 1% 0% !important;
}

.wel_txt3 p {
	font-family: "Lexend", sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #0a2649;
	text-align: center;
	margin: 1% 1% 2% !important;
	line-height: 110%;
}

.Why_bg {
	position: relative;
}

.Why_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0a2649a3;
	width: 100%;
	height: 0;
	transition: all .3s linear;
}

.Why_bg:hover::before {
	height: 100%;
}

.why_content {
	position: absolute;
	bottom: -75px;
	left: 0%;
	background-color: #8dbcc0;
	width: 90%;
	padding: 20px;
}

.why_content h2 {
	font-family: 'Lexend', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #0a2649;
	line-height: 150%;
	margin: 0% !important;
}

.why_content p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 140%;
	margin: 2% 0% 0% !important;
}

.why_content a {
	display: none;
	background-color: #0a2649;
	padding: 15px 20px;
	position: absolute;
	top: 0;
	left: 100%;
	color: #fff;
	scale: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}

.Why_bg:hover .why_content>a {
	scale: 1;
	opacity: 1;
	visibility: visible;
}

.client-carousel .owl-stage-outer {
	height: 409px !important;
}

.team_flex {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.team_why_bg {
	position: relative;
}

.team_why_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0a2649a3;
	width: 100%;
	height: 0;
	transition: all .3s linear;
}

.Why_bg_main:hover .team_why_bg::before {
	height: 100%;
}

.team_bg {
	position: relative;
}

.team_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0a2649a3;
	width: 100%;
	height: 0;
	transition: all .3s linear;
}

.team_bg:hover::before {
	height: 100%;
}

.team_content {
	width: 95%;
	position: relative;
	display: block;
	margin-top: -69px;
	margin-right: 40px;
	padding: 25px 20px 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
	background-position: center top;
	z-index: 2;
}

.team_content h2 {
	font-family: "Lexend", sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #0a2649;
	margin: 0% 0% 2% !important;
	line-height: 110%;
}

.team_content p {
	font-family: "Lexend", sans-serif;
	color: #000000;
	margin: 0% 0% 0% !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.team_link1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	border-bottom: 2px solid #eef3f8;
}

.team_link1 .fa-linkedin-in {
	font-size: 12px;
	color: #fff;
	background-color: #0a2649;
	width: 35px;
	height: 35px;
	border-radius: 0;
	display: inline-flex !important;
	position: relative;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;
}

.Why_bg_main:hover .team_link1 .fa-linkedin-in {
	background-color: #90c0c2;
}

.img98 {
	width: 276px;
	/* height: 100%; */
	/* object-fit: cover; */
	display: block;
}

.box {
	margin: 3% auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas:
		"item1 item2 item3"
		"item4 item2 item5";
	position: relative;
}

.item p {
	font-size: 2vw;
}

.item:nth-child(1) {
	grid-area: item1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item:nth-child(2) {
	grid-area: item2;
	display: flex;
	align-items: center;
	padding: 20px;
	position: relative;
	justify-content: center;
}

.item:nth-child(3) {
	grid-area: item3;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.item:nth-child(4) {
	grid-area: item4;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.item:nth-child(5) {
	grid-area: item5;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.grid_txt>p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	color: #000;
	text-align: justify;
	margin: 0% !important;
	line-height: 150%;
}

.wel_txt4 h2 {
	font-family: "Lexend", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 0% 2% !important;
	line-height: 110%;
	text-align: left;
}

.wel_txt4 p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0 0%;
}


.since {
	background-color: #8dbcc0;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px 28px;
	transition: all .3s linear;

	&:hover {
		background-color: #fff;
	}
}

.since h2 {
	font-family: 'Lexend', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0% !important;
}

.footer_z {
	z-index: 9;
	position: relative;
}

.pade1 {
	padding: 3.5% 0 5.5%;
}

.pade2 {
	padding: 3.5% 0 3.5%;
}

.cursor {
	width: 20px;
	height: 20px;
	/* background-color: #0000002c; */
	/* border: 1px solid #0000002c; */
	position: fixed;
	border-radius: 50%;
	pointer-events: none;
	z-index: 999999999;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	scale: 0;
	opacity: .4;
}


/*enquire now */
.sidebar-contact {
	position: fixed;
	top: 100%;
	left: 0;
	bottom: 0;
	/* transform: translateY(-50%); */
	width: 400px;
	height: auto;
	padding: 20px 30px;
	background: #0a2649;
	box-sizing: border-box;
	transition: 0.5s;
	z-index: 999999;
}

.sidebar-contact.active {
	top: 30%;
}

.sidebar-contact input,
.sidebar-contact textarea {
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .5);
	outline: none;
	background-color: #edf2f8;
}

.sidebar-contact h2 {
	font-family: 'Lexend', sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	line-height: 140%;
	margin: 0 0 2%;
}

.sidebar-contact textarea {
	resize: none;
	height: 100px !important;
	line-height: 18px;
	padding: 10px 16px;
	min-height: 40px;
	font-size: .9rem;
}

.sidebar-contact input[type="submit"] {
	background: #00bcd4;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 18px;
}

.toggle {
	position: absolute;
	width: fit-content;
	text-align: center;
	cursor: pointer;
	background: #0a2649;
	left: 0;
	top: -45px;
	/* border: 3px solid #8dbcc0; */
	line-height: 48px;
	z-index: 999;
	padding: 10px 25px;
}

.toggle h2 {
	font-family: 'Lexend', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	margin: 0% !important;
	color: #fff;
}

.enq {
	font-family: 'Lexend', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000 !important;
	padding: 14px 35px;
	position: relative;
	text-transform: capitalize;
	line-height: 140%;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #8dbcc0 !important;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

/*enqire now*/

.counter {
	width: 31%;
	float: left;
	margin: 1%;
	border-right: 1px solid #ddd;
}

.counter:last-child {
	border-right: 1px solid transparent;
}


.has-sub:hover {
	overflow: visible !important;
}


.left h2 {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-align: left !important;
	margin: 1%;
}

.ftr_txt p strong {
	color: #82bb41;
}

.wel_flex {
	display: flex;
}

.fa-linkedin-in,
.fa-instagram,
.fa-facebook,
.fa-x-twitter,
.fa-facebook-f {
	font-size: 12px;
	color: #fff;
	background-color: #0a2649;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	display: inline-flex !important;
	position: relative;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;


}

.fa-linkedin-in:hover,
.fa-instagram:hover,
.fa-facebook:hover,
.fa-x-twitter:hover,
.fa-facebook-f:hover {
	background-color: #90c0c2;
}


.top_social2 .fa-instagram,
.top_social2 .fa-facebook,
.top_social2 .fa-x-twitter,
.top_social2 .fa-facebook-f {
	font-size: 12px;
	color: #0a2649;
	background-color: #ffffff;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	display: inline-flex !important;
	position: relative;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;


}
.top_social2 .fa-linkedin-in{
	color: #fff;
	background-color: transparent;
	border: 1px solid #ffff;
	border-radius: 20%;
	font-size: 17px;
}


.top_social2:hover .fa-linkedin-in {
	background-color: #90c0c2;
}

.top_social2:hover .fa-linkedin-in,
.top_social2:hover .fa-instagram,
.top_social2:hover .fa-facebook,
.top_social2:hover .fa-x-twitter,
.top_social2:hover .fa-facebook-f {
	background-color: #90c0c2;
}

.con {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 140%;
}


ul {
	list-style: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0px;
}

.wel_txt h2 {
	margin: 4% 1% 0% !important;
	font-family: "Lexend", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	color: #0a2649;
	text-align: center;
	letter-spacing: .2px;
	text-transform: capitalize;
}

.wel_txt h3 {
	font-family: "Lexend", sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 1% 2% !important;
	line-height: 110%;
}

.wel_txt h3 span {
	color: #82bb41;
}

.wel_txt p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: justify;
	margin: 0.5% 1% 3% !important;
}

.wel_txt p strong {
	color: #000;
}

.wel_txt p span {
	color: #8dbcc0;
}

.wel_txt h4 {
	font-size: 24px;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    margin: 0 1% 1%;
    color: #000;
    line-height: 140%;
}

.wel_btn a {
	font-family: 'Lexend', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #fff !important;
	padding: 14px 35px;
	position: relative;
	text-transform: uppercase;
	line-height: 140%;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #0a2649 !important;
	margin-top: 20px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.wel_btn a:hover span {
	z-index: 9;
	position: relative;
	color: #000;
}

.wel_btn a:hover i {
	z-index: 9;
	position: relative;
	color: #000;
}

.wel_btn a:hover::before {
	top: -45%;
	left: -15%;
}

.wel_btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -131%;
	width: 200px;
	height: 100px;
	background-color: #8dbcc0;
	border-radius: 50%;
	transition: all .3s linear;
}

.fa-phone,
.fa-location-dot,
.fa-envelope,
.faicon,
.fa-phone,
.fa-location-pin {
	color: #8dbcc0;
	font-size: 15px !important;
}


.icon {
	width: 88px;
	margin: 0 auto 3%;
}




@keyframes top_down2 {
	0% {
		bottom: 13%;
	}

	100% {
		bottom: 0%;
	}
}


.fix_nav {
	z-index: 999;
	background-color:#0a2648;
	position: absolute;
}

.transition {
	/* transition: all .4s linear; */
}


.rel {
	position: relative;
}

.box2 h2 {
	font-family: "Lexend", sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 110%;
	margin: 0% 0 1% !important;
}

.box2 h3 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #8dbcc0;
	line-height: 140%;
	margin: 0% 0 1% !important;
	text-align: center;
	letter-spacing: .5px;
}

.box2 p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	line-height: 150%;
	margin: 2% 0 2% !important;
	text-align: center;
}

.box2 a {
	font-family: 'Lexend', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000 !important;
	padding: 14px 35px;
	position: relative;
	text-transform: uppercase;
	line-height: 140%;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #8dbcc0 !important;
	display: table;
	position: relative;
	overflow: hidden;
	margin: 30px auto 0px;
}

.box2 a:hover span {
	z-index: 9;
	position: relative;
	color: #fff;
}

.box2 a:hover i {
	z-index: 9;
	position: relative;
	color: #fff;
}

.box2 a:hover::before {
	top: -45%;
	left: -15%;
}

.box2 a::before {
	content: "";
	position: absolute;
	top: 100%;
	left: -131%;
	width: 300px;
	height: 100px;
	background-color: #0a2649;
	border-radius: 50%;
	transition: all .3s linear;
}


/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 127px;
	right: 10px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 28px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 999999;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 170px;
		right: 10px;
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	position: relative;
	z-index: 999999;
}

.top_main2 {
	width: 100%;
	z-index: 999999;
	position: static;
}

.top {
	width: 95%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 95% !important;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 80%;
	margin: 0 auto;
	max-width: 1600px;
}

.logo {
	width: 220px;
	margin: 0.5% 0%;
	transition: all .4s linear;
	float: left;
}

.navbarrr {
	width: 100%;
	background-color: transparent;
	margin: 0% 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.65% 0;
}

.right_nav {
	width: fit-content;
	margin: 1.5% 0%;
	float: right;
}


.call {
	width: 160px;
	float: left;
	padding: 1.2% 1%;
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
}

.banner_txt h2 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 140%;
	margin: 0% !important;
}

.banner_txt p {
	font-family: "Lexend", sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 125%;
	text-transform: capitalize;
	margin: 2% 0 0 !important;
}

.banner_txt a {
	font-family: "Lexend", sans-serif;
	border: 2px solid #f9a845 !important;
	border-radius: 50px;
	display: table;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	margin: 2% auto 0;
	padding: 13px 22px;
	background-color: #eea14f;
	position: relative;
	transition: all .2s linear;
	overflow: hidden;
}

.banner_txt a span {
	z-index: 10;
	color: #fff;
	position: relative;
}

.banner_txt a::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1062ae;
	position: absolute;
	transform: translate(0%, 0%);
	left: 0;
	bottom: -100%;
	border-radius: 50%;
	z-index: 0;
	transition: all .2s linear;
}

.banner_txt a:hover::after {
	/* top: 0; */
	bottom: 0;
	border-radius: 50px;
}

.link {
	text-decoration: none;
	color: #000;
}

.link2 {
	text-decoration: none;
	color: #fff;
}

.link3 {
	text-decoration: none;
	color: #000000 !important;
}

.link4 {
	text-decoration: none;
	color: #fff;
	transition: all .3s linear;
}

.link4:hover {
	color: #8dbcc0;
}

.link5 {
	text-decoration: none;
	color: #000;
	transition: all .3s linear;
}

.link5:hover {
	color: #89b7bb;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm1_1 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.col_sm2 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm2_1 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
}

.col_sm33 {
	width: 65%;
	float: left;
	margin: 1%;

}

.col_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm44 {
	width: 78%;
	float: left;
	margin: 1%;
}

.col_sm8 {
	width: 24%;
	margin: 1%;
	float: left;
}

.col_sm88 {
	width: 67%;
	margin: 1%;
	float: left;
}

.col_sm8_1 {
	width: 40%;
	margin: 1%;
	float: left;
}

.col_sm88_1 {
	width: 56%;
	float: left;
	margin: 1%;
}


/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.bg_clr1 {
	background-color: #eef3f8;
}

.bg_clr2 {
	background: #bed232;
}

.bg_clr3 {
	background-color: #f6f6f6;
}

.bg_clr6 {
	background: rgb(0 59 153 / 85%);
}


.bg_clr4 {
	background-color: #0a2649;
}

.bg_clr5 {
	background-color: #051e3d;
	z-index: 999;
	position: relative;
	/* padding: 10px 0 40px; */
}

.bg_clr10 {
	background-color: #0b2239;
}

.bg_clr11 {
	background-color: #f3f3f3;
}

.bg_clr12 {
	background-color: #f3f3f3;
}

.hero1 {
	z-index: 1;
}

.hero1::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/services-one-bg.png);
	background-size: cover;
	background-position: 100%;
	background-repeat: no-repeat;
	background-color: #eef3f8;
	opacity: 0.25;
}

.hero2 {
	background: linear-gradient(57deg, #ffffff94, #ffffff 50%), url(../images/grow-business-bg.jpg);
	background-size: cover;
	background-position: 32% center;
	background-repeat: no-repeat;
	padding: 4% 1.5% 4% 10.7%;
	width: 61%;
}

.hero3 {
	background: linear-gradient(45deg, #0a2649e3, #0a2649e3 50%), url(../images/grow-business-shape-1.png);
	background-size: 87%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	width: 30%;
	animation: bg_anime 2s linear infinite alternate;
	background-color: #0a2649;
	padding: 68px 8px;
}

@keyframes bg_anime {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 100% 0%;
	}
}

.hero4 {
	background: linear-gradient(45deg, #252e57d4, #252e57d4 50%), url(../images/video-one-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3% 0 3%;
	background-color: #f9f9f9;
	/* margin-top: -250px; */
}

.hero5 {
	background-image: linear-gradient(45deg, #ffffff85, #007fff38), url(../images/testimonial-one-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 2% 0;
	opacity: 0.24;
	position: absolute;
	inset: 0;
}

.hero6 {
	background-image: linear-gradient(45deg, #edf2f8db, #edf2f8db 50%), url(../images/counter-one-bg.jpg);
	background-size: 101%;
	background-position: center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	padding: 2% 0;
	/* opacity: .10; */
	position: absolute;
	inset: 0;
	z-index: -1;
}

.hero7 {
	background: linear-gradient(45deg, #0a2649, #0a2649 50%), url(../images/site-footer-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.hero8 {
	background: linear-gradient(45deg, #0a2649f5, #0a2649f5), url(../images/site-footer-shape-1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 600px;
	height: 600px;
	position: absolute;
	z-index: 0;
	top: -27%;
	right: 0;
	animation: footerShape 2s linear infinite alternate;
}

@keyframes footerShape {
	0% {
		transform: translateX(-100px);
	}

	100% {
		transform: translateX(0px);
	}
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/
.ftr_mrg {
	display: inline-grid;
	justify-content: center;
}

.ftr_txt h2 {
	font-family: "Lexend", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #ffff;
	position: relative;
	width: fit-content;
	letter-spacing: .5px;
}

.ftr_txt h2 span {
	color: #8dbcc0;
}

.ftr_txt p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 3% 0%;
	line-height: 150%;
	color: #ffffff;
	text-align: justify;
}

.ftr_txt ul {
	padding: 0% !important;
}

.ftr_txt ul li a {
	font-family: "Lexend", sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 180%;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	transition: all .3s linear;
}

.ftr_txt ul li a:hover {
	transform: translateX(10px);
	display: inline-block;
	color: #8dbcc0;
}

.ftr_lt_txt {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	color: #fff;
	margin: 0;
	text-align: right;
}

.ftr_right {
	text-align: right;
}

.col-icon {
	color: #fff !important;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 11%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #8dbcc0;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #0a2649;

}

.img2 {
	width: 100%;
}

.img3 {
	width: 217px;
}

.col-icon {
	color: #fff !important;
}


/*ind class*/
.ind_text h3 {
	font-family: "Lexend", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 1% 2% !important;
	line-height: 110%;
}

.ind_text_box h3 {
	font-family: "Lexend", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 1% 2% !important;
	line-height: 110%;
	min-height: 61px;
}

.ind_text p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: justify;
	margin: 0.5% 1% 3% !important;
}

.ind_text_box p {
	font-family: "Lexend", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: left;
	margin: 0.5% 1% 3% !important;
	min-height: 95px;
}

.box_border {
	border-bottom: 5px solid #e1dfdf;
}

.icon_box {
	width: 40px;
	margin: 0 auto;
	float: none;
}

.cont_pdg {
	padding-top: 30px;
}

.border_box_ind {
	padding: 5px;
	border: none;
}

.border_box_ind:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.service-box {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	padding: 20px;
	transition: all 0.3s ease;
}

.service-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
	flex-shrink: 0;
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0a2649;
	color: white;
	border-radius: 50%;
	margin-right: 24px;
	transition: all 0.3s ease;
}

.service-box:hover .service-icon {
	background-color: #0a2649;
	transform: scale(1.1) rotate(5deg);
}

.service-content {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.service-text {
	flex-grow: 1;
}

.service-title {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px;
}

.service-description {
	color: #64748b;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	min-height: 73px;
}

.main_logo{
	height: 508px;
	display: flex; 
	align-items: center;
}


@media (max-width: 768px) {
	.service-box {
		flex-direction: column;
		text-align: center;
		padding: 24px;
	}

	.service-icon {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.service-content {
		flex-direction: column;
	}

	.service-btn {
		margin-top: 16px;
	}
}

/*ind class end*/


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet {
	border: 1px solid #ccc;
	padding: 15px;
}

.bullet ul {
	list-style-image: url(../images/bullet4.png);
	margin-left: 31px;
	padding: 0;
}

.bullet ul li {
	font-size: 15px;
	font-weight: 500;
	margin: 2% 0%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #0a2649;
	text-align: justify;
}

.bullet2 ul li {
	font-size: 15px;
	font-weight: 400;
    padding: 0% 0% 1.5%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #000000;
}

.bullet2 ul {
    list-style-image: url(../images/bullet2.png);
    margin-left: 65px;
    margin-top: 10px;
}

.bullet2 ul li{
	list-style-image: url(../images/bullet2.png);
	margin-left: -30px;
}

.bullet2 ul li span {
	font-weight: 600;
}

.bullet3 {}

.bullet3 ul {
	list-style-image: url(../images/bullet4.png);
	margin: 0;
	padding: 0;
}

.bullet3 ul {
	list-style-image: url(../images/bullet4.png);
	margin-left: 31px;
	padding: 0;
}

.bullet3 ul li {
	font-size: 15px;
	font-weight: 400;
	margin: 2% 0%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #000000;
	text-align: justify;
}

.bullet4 ul li {
	font-size: 15px;
	font-weight: 400;
    padding: 0% 1% 1.5%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #000000;
}

.bullet4 ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 22px;
}

.bullet4 ul li span {
	font-weight: 600;
}

.bullet5 ul{
	list-style: decimal;
	margin-left: 31px;
	padding: 0;
}
.bullet5 ul li {
	font-size: 15px;
	font-weight: 400;
    padding: 0% 1% 1.5%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #000000;
}

.bullet5 ul ul {
	list-style: circle;
	margin-left: 35px;
	padding: 0;
}
.bullet5 ul ul li{
    font-size: 15px;
    font-weight: 400;
    padding: 0.5% 0% 0%;
    line-height: 150%;
    font-family: "Lexend", sans-serif;
    color: #000000;
}

.bullet6 ul{
	list-style: disc;
	margin-left: 31px;
	padding: 0;
}

.bullet6 ul li {
	font-size: 15px;
	font-weight: 400;
    padding: 0% 1% 1.5%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #000000;
}

.bullet6 ul ul {
	list-style: circle;
	margin-left: 35px;
	padding: 0;
}
.bullet6 ul ul li {
	font-size: 15px;
	font-weight: 400;
    padding: 0% 1% 1.5%;
	line-height: 150%;
	font-family: "Lexend", sans-serif;
	color: #000000;
}




/*--------------------------------------------------------------
Contact 
--------------------------------------------------------------*/
.contact-bg {
	background-image: url(../images/contact-bg.png);
}

.contact-bg h1 {
	font-family: "Lexend", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 1%;
	line-height: 181%;
	border-left: 6px solid #bed232;
	padding-left: 11px;
	text-transform: capitalize;
	text-align: left;
}

.contact-bg-clr {
	background-color: #cecece;
}

.cont-frm {
	background-color: #fff;
	border-radius: 10px;
	padding: 2%;
}

.contact h1 {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
}

.contact .fa {
	display: inline-block;
	background-color: #bed232;
	border-radius: 50%;
	/* font-size: 18px; */
	padding: 2%;
	width: 50px;
	height: 50px;
	margin-bottom: 2%;
	line-height: 22px;
	font-size: 19px !important;
	text-align: center;
}

.contact p {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	display: inline;
	margin: 0% 0% 0% 2% !important;
}

.contact a {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	display: inline;
	margin: 0% 0% 0% 2% !important;

}

.con_detls {
    background-color: rgb(255, 255, 255, .8);
    border: 1.5px solid #16649db5;
    min-height: 190px;
    border-radius: 20px;
    padding: 1% 1.5%
}

.cont_icn {
    width: 26px;
    float: none;
    margin: 2% auto 1%
}

.cont_icn i {
    font-size: 40px;
    color: #16649d
}


.cont_txt_main2 h3{
    color: #000;
    line-height: 150%;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
}

.cont_txt_main2 p{
    color: #000;
    line-height: 140%;
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.cont_txt_main2 a{
	color: #000;
    line-height: 140%;
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.brd {
    border: 1px solid #1892d363;
    border-radius: 20px;
}

.center {
    text-align: center;
    padding-top: 10px;
}

.cont_icn2 i {
    font-size: 30px!important;
    color: #0a2649;
}

.con_heading2 h2 {
    font-family: "Lexend", sans-serif;
    color: #0a2649;
    font-size: 20px;
    font-weight: 600;
    padding: 2% 1%;
}

.col_sm9 {
    width: 38%;
    margin: 1%;
    float: left
}

.col_sm99 {
    width: 58%;
    margin: 1%;
    float: left
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 98%;
	margin: 0 auto;
	float: none;
}

.tab_def {
	margin: 1%;
}

table tr {
	background-color: #f8f8f8;
	border: 3px solid #ddd;
	padding: .35em;
}

table th,
table td {
	padding: 0.7%;
	text-align: left;
	font-family: "Lexend", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid #ddd;
}

.body_text111 {
	padding: 2.4%;
	text-align: left;
	font-family: "Lexend", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid #ccc;
}




table td b {
	font-weight: 700;
	font-size: 15px;
}

table th {
	font-size: .85em;
	font-family: "Lexend", sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.body_text1129 {
	font-size: 18px;
	font-weight: 600;
	color: #0d9bcd;
	font-family: "Lexend", sans-serif;
	text-align: left;
	padding: 0.6%;
}


.t_hed {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	font-family: "Lexend", sans-serif;
	text-align: left;
	text-transform: uppercase;
}

/*table*/

.about-us h2 {
	font-family: "Lexend", sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #1062ae;
	line-height: 110%;
	margin: 0% 0 1% !important;
}

.about-us p {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	margin: 1% 0 2% !important;
}


.about-us h2 {
	font-family: "Lexend", sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #1062ae;
	line-height: 110%;
	margin: 0% 0 1% !important;
}

.about-us p {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1% 0 2% !important;
}


.zoom {
	position: relative;
	overflow: hidden;
}

.zoom img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

.zoom:hover img {
	transform: scale(1.1);
}

.prof_presence h2 {
	font-family: "Lexend", sans-serif;
	font-size: 38px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 0 0 !important;
	line-height: 110%;
	text-align: center;
}

.prof_presence h3 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	color: #0a2649;
	letter-spacing: .2px;
	text-transform: capitalize;
}

.prof_presence p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0 0%;

}

.prof_presence_sub {
	background-color: #fff;
	position: relative;
	border-right: 6px solid #0a2649;

}

.prof_presence_content {
	position: relative;
	padding: 16px 10px;
	min-height: 173px;

}


.prof_presence_sub span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 42px;
	font-size: 32px;
	color: #fff;
	background-color: #0a2649;
	top: 0;
	right: 0;
}

.prof_presence_sub span img {
	padding: 8px;
}

.prof_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



.partner1 h2 {
	font-family: "Lexend", sans-serif;
	font-size: 38px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 0 0 !important;
	line-height: 110%;
	text-align: center;
}

.partner1 h3 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	color: #0a2649;
	letter-spacing: .2px;
	text-transform: capitalize;
}

.partner1 p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0 0%;

}

.partner_sub {
	background-color: #fff;
	position: relative;
	border-right: 6px solid #0a2649;

}

.partner_content {
	position: relative;
	padding: 16px 10px;
	min-height: 173px;

}


.partner_sub span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 42px;
	font-size: 32px;
	color: #fff;
	background-color: #0a2649;
	top: 0;
	right: 0;
}

.partner_sub span img {
	padding: 8px;
}

.partner_flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.partner_sub:hover .services-page__hover-single {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.partner_sub:hover .partner_content h3 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.partner_sub:hover .partner_content p {
	color: #fff;
	position: relative;
	z-index: 99;
}

.partner_sub:hover {
	border-right: 6px solid #8dbcc0;

}

.partner_sub:hover span {
	background-color: #8dbcc0;
	top: 0;
	z-index: 99;
}


.partner_sub2 {
	background-color: #eef3f8;
	position: relative;
	border-right: 6px solid #0a2649;

}

.partner_content {
	position: relative;
	padding: 16px 10px;
	min-height: 272px;
}


.partner_sub2 span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 67px;
	font-size: 32px;
	color: #fff;
	background-color: #0a2649;
	top: 0;
	right: 0;
}

.partner_sub2 span img {
	padding: 8px;
}


.partner_sub2:hover .services-page__hover-single {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.partner_sub2:hover .partner_content h3 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.partner_sub2:hover .partner_content p {
	color: #fff;
	position: relative;
	z-index: 99;
}

.partner_sub2:hover {
	border-right: 6px solid #8dbcc0;

}

.partner_sub2:hover span {
	background-color: #8dbcc0;
	top: 0;
	z-index: 99;
}

.services-page__hover-single {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: bottom left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 2;
}

.services-page__hover-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.services-page__hover-img::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 6px;
	background-color: var(--sinace-base);
	z-index: 2;
}

.services-page__hover-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(8, 21, 40, .80);
	z-index: 1;
}

.prof_presence_sub:hover .services-page__hover-single {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.prof_presence_sub:hover .prof_presence_content h3 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.prof_presence_sub:hover .prof_presence_content p {
	color: #fff;
	position: relative;
	z-index: 99;
}

.prof_presence_sub:hover {
	border-right: 6px solid #8dbcc0;

}

.prof_presence_sub:hover span {
	background-color: #8dbcc0;
	top: 0;
	z-index: 99;
}


.prof_presence_sub2 {
	background-color: #eef3f8;
	position: relative;
	border-right: 6px solid #0a2649;

}

.prof_presence_content {
	position: relative;
	padding: 16px 10px;
	min-height: 150px;
}


.prof_presence_sub2 span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 67px;
	font-size: 32px;
	color: #fff;
	background-color: #0a2649;
	top: 0;
	right: 0;
}

.prof_presence_sub2 span img {
	padding: 8px;
}


.prof_presence_sub2:hover .services-page__hover-single {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.prof_presence_sub2:hover .prof_presence_content h3 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.prof_presence_sub2:hover .prof_presence_content p {
	color: #fff;
	position: relative;
	z-index: 99;
}

.prof_presence_sub2:hover {
	border-right: 6px solid #8dbcc0;

}

.prof_presence_sub2:hover span {
	background-color: #8dbcc0;
	top: 0;
	z-index: 99;
}

/*css for the new section*/

.logo_flex {
	display: flex;
	align-items: center;
}

.logo_section h2 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	color: #0a2649;
	letter-spacing: .2px;
	text-transform: capitalize;
}

.new_section h2 {
	font-family: "Lexend", sans-serif;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
}

.new_section h2 span {
	font-style: italic;
}

.new_section_bg1 {
	background-color: #94c5c9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new_section_bg1 .title{
    background: #4f8d93;
	padding: 20px 13px;
    width: 23%;
}

.new_section_bg1 .new_content{
	width: 76%;
}


.new_section_bg2 {
	background-color: #595959;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new_section_bg2 .title{
    background: #202020;
	padding: 20px 13px;
    width: 23%;
}

.new_section_bg2 .new_content{
	width: 76%;
}

.new_section_bg3 {
	background-color: #8fabdd;
    display: flex;
    align-items: center;
    gap: 10px;
}
.new_section_bg3 .title{
    background:#476bab;
	padding: 20px 13px;
    width: 23%;
}
.new_section_bg3 .new_content{
	width: 76%;
}

.new_section_bg4 {
	background-color: #5f9bcf;
    display: flex;
    align-items: center;
    gap: 10px;
}
.new_section_bg4 .title{
    background: #2e75b5;
	padding: 20px 13px;
    width: 23%;
}
.new_section_bg4 .new_content{
	width: 76%;
}


.edge_section_txt h2 {
	font-family: "Lexend", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #0a2649;
	/*    margin: 1% 0% 2% !important;*/
	line-height: 110%;
	text-align: justify;
}

.edge_section_txt h3 {
	font-family: "Lexend", sans-serif;
	text-align: justify;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	text-align: justify;
}

.edge_section_txt p {
	font-family: "Lexend", sans-serif;
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: justify;
}

.col_sm3_section {
	width: 31%;
	float: left;
	margin: 1%;
}

.view {
	display: block;
}

.our-logo {
	background: #f9f9f9;
}

.tech-edge {
	background: #8dbcc0;
}

.tech-edge h2 {
	font-family: "Lexend", sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	line-height: 110%;
	text-align: justify;
}

.tech-edge h3 {
	font-family: "Lexend", sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	text-align: justify;
}

.tech-edge p {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: justify;
}

.capabilities h2 {
	font-family: "Lexend", sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #0a2649;
	margin: 1% 1% 1% !important;
    line-height: 110%;
	text-align: center;
}

.capabilities h3 {
	font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #8dbcc0;
    letter-spacing: .2px;
    text-transform: capitalize;
    text-align: center;
    margin: 0% 1% 2% !important;
}

.capabilities p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: justify;
	margin: 0.5% 1% 3% !important;
}

.tech_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tech_sub {
	padding: 60px;
}

.tech h2 {
	font-family: "Lexend", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #8dbcc0;
	letter-spacing: .2px;
	text-transform: capitalize;
	text-align: center;
	margin: 0% 1% 0% !important;
}

.tech h3 {
	font-family: "Lexend", sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #0a2649;
	text-align: center;
	margin: 1% 1% 2% !important;
	line-height: 110%;
}

.tech p {
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 160%;
	text-align: justify;
	margin: 0.5% 1% 3% !important;
	padding: 37px;
}

.col_sm2_11 {
	width: 50%;
	float: left;
	margin: 0%;
}

.capabilities_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.capabilities_sub {
	padding: 60px;
}

.wel_btn {
	display: flex;
	justify-content: center;
}

hr {
	border: 0.3px solid #8dbcc0 !important;
}

.prof_flex {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.why_content {
	position: absolute;
	bottom: -149px;
	left: 0%;
	background-color: #8dbcc0;
	width: 90%;
	padding: 20px;
	min-height: 218px;
}

.why_content_1 {
    position: absolute;
    bottom: -325px;
    left: 0%;
    background-color: #8dbcc0;
    width: 90%;
    padding: 20px;
    min-height: 465px;
}


.why_content h2 {
	font-family: 'Lexend', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #0a2649;
	line-height: 150%;
	margin: 0% !important;
	text-transform: capitalize;
}

.why_content_1 h2 {
    font-family: 'Lexend', sans-serif;
    font-size: 23px;
    font-weight: 500;
    color: #0a2649;
    line-height: 150%;
    margin: 0% !important;
    text-transform: capitalize;
}

.why_content_1 p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 2% 0% 0% !important;
}

.why_content p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 2% 0% 0% !important;
}

.services h2 {
	font-family: "Lexend", sans-serif;
	font-size: 38px;
	font-weight: 600;
	color: #0a2649;
	margin: 1% 0 0 !important;
	line-height: 110%;
	text-align: center;
}

.services .wel_btn{
	display: flex;
	justify-content: left;
}

.services h3 {
	font-family: "Lexend", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	color: #0a2649;
	letter-spacing: .2px;
	text-transform: capitalize;
	margin: 0 1%;
    min-height: 63px;
}

.services p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;

}

.servicess{
	background-color: #eef3f8;
}

.servicess p{
	min-height: 202px;
}

.services_sub {
	background-color: #fff;
	position: relative;

}

.services_content {
	position: relative;
	padding: 16px 10px;
	min-height: 136px;

}

.services_sub:hover .services-page__hover-single {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.services_sub:hover .services_content h3 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.services_sub:hover .services_content p {
	color: #fff;
	position: relative;
	z-index: 99;
}


.services_sub2 {
	background-color: #eef3f8;
	position: relative;

}


.services_sub2:hover .services-page__hover-single {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.services_sub2:hover .services_content h3 {
	color: #fff;
	position: relative;
	z-index: 99;
}

.services_sub2:hover .services_content p {
	color: #fff;
	position: relative;
	z-index: 99;
}

.services_sub2:hover .wel_btn a {
	z-index: 999;
}


@media only screen and (max-width:1920px) {}

@media only screen and (max-width : 1600px) {
	.prof_presence_content {
		min-height: 176px;
	}

	.col_sm2_11 img {
		height: 72vh;
		object-fit: cover;
	}

	
	
}

@media only screen and (max-width:1500px) {

	.sidebar-contact.active {
		top: 25%;
	}

	.col_sm2_11 img {
		height: 86vh;
		object-fit: cover;
	}
}

@media only screen and (max-width:1450px) {


	#cssmenu>ul>li>a {
		margin: 5px 12px;
		padding: 10px 6px;
	}

}

@media only screen and (max-width:1400px) {
	.servicess p {
		min-height: 236px;
	}

	
	.new_section h2 {
		font-size: 17px;
	}

	.test_bg {
		min-height: 246px;
	}

	.banner-text h1 {
		top: 130px;
	}

	.col_sm2_11 img{
		height: 83vh;
		object-fit: cover;
	}
}

@media only screen and (max-width:1338px) {


	#cssmenu>ul>li>a {
		font-size: 13px;
		padding: 10px 4px;
	}


}


@media only screen and (max-width:1300px) {
	.why_content {
		min-height: 184px;
	}

	.why_content {
		position: absolute;
		bottom: -52px;
	}


	.top3 {
		width: 95%;
	}

	#cssmenu ul ul {
		top: 47px;
	}

	.bullet3 ul li {
		width: 100%;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 48px !important;
	}
}

@media only screen and (max-width:1200px) {
	.servicess p {
		min-height: 292px;
	}

	.container {
		width: 90%;
	}

	.title_box {
		min-height: 190px;
	}

	#cssmenu>ul>li {
		margin: 0 6px;
	}

	.con_icon {
		padding: 4%;
	}

	.col_sm4_2 {
		width: 48%;
	}

	#cssmenu>ul>li>a {
		padding: 8px 0px;
	}


}

@media only screen and (max-width:1100px) {
	.servicess p {
		min-height: 205px;
	}

	.col_sm3 {
		width: 38%;
	}

	.col_sm33 {
		width: 47%;
		float: left;
		margin: 1%;
	}

	.hero4 {
		padding: 28% 0 3%;
	}

	.hero2 {
		padding: 4% 1.5% 4% 2%;
	}

	.footer-logo {
		width: 250px;
	}

	#wowslider-container1 .ws-title span button {
		padding: 10px 30px !important;
		font-size: 13px !important;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 40px !important;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 32px !important;
	}

	#cssmenu>ul>li.has-sub>a:before {
		right: -5px !important;
	}

	#cssmenu>ul>li.has-sub>a:after {
		right: -8px;
	}

	#cssmenu>ul>li>a {
		font-size: 12px;
		margin: 10px 2px;
	}

	.bullet ul li {
		font-size: 13px;

	}

	.body_text111 {
		font-size: 13px;
	}

	.col_sm4 {
		width: 31%;
	}

}

@media only screen and (max-width:1125px) {

	.team_bg {
		margin-bottom: 95px !important;
	}

	.col_sm22 {
		width: 50%;
	}

	.col_sm222 {
		width: 46%;
	}

	.col_sm3 {
		width: 48%;
	}
}

@media only screen and (max-width:1000px) {
	.servicess p {
		min-height: 232px;
	}

	.why_content {
		min-height: 0;
	}

	.right_nav {
		margin: 0% 0%;
	}

	.col_sm8 {
		width: 48%;
	}

	.col_sm2 {
		width: 98%;
	}

}


@media only screen and (max-width:960px) {
	.services h3 {
		font-size: 17px;
	}

	.servicess p {
		min-height: 334px;
	}

	.flex32 {
		flex-direction: column;
	}

	.hero2,
	.hero3 {
		width: 100%;
	}


	.logo>a>img {
		margin-bottom: 0 !important;
	}

	.col_sm8 {
		width: 11%;
	}

	.col_sm88 {
		width: 35%;
	}

	.get_touch {
		align-items: center;
		justify-content: end;
		grid-area: item3;
	}

	.logo {
		grid-area: item1;
	}

	.right_nav {
		grid-area: item2;
	}


	.nav_grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"item1 item3"
			"item2 item2";
	}

	.top_space {
		display: none !important;
	}

	.box {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"item2 item2"
			"item1 item3"
			"item4 item5";
		position: relative;
		gap: 35px;
	}

	.footer-logo {
		margin: 0;
	}

	.wel_effect2 {
		right: 3%;
	}

	.wel_effect1 {
		left: 5%;
	}

	.wel_hei {
		height: 578px;
	}

	.fin_txt p {
		padding-left: 2px;
	}

	.box {
		width: 100%;
	}


	.right_nav {
		width: 100%;
		margin: 0% 0%;
		flex-direction: column-reverse;
		align-items: center;
		border-top: 1px solid #fff;
	}

	#cssmenu ul ul {
		top: 0px;
	}

	#cssmenu ul ul {
		border-radius: 0px;
	}

	.wel_anim {
		animation: none;
	}

	.box {
		width: 100%;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 28px !important;
	}

	.col_sm4 {
		width: 23%;
	}

	.seriv_flex {
		width: 100%;
	}

	#cssmenu>ul>li.active::before {
		background-color: #384a92;
	}

	#cssmenu>ul>li {
		margin: 0 0px;
	}

	.top_main {
		position: static;
	}

	.wel_flex {
		display: block;
	}


	.top2 {
		width: 93% !important;
	}

	.wel_txt p {
		padding-right: 0%;
	}

	.flex1 {
		flex-wrap: wrap;
	}

	.fix_nav {
		padding: 0px 0px !important;
	}

	.d_n {
		display: block;
	}

	.fa-location-dot,
	.fa-phone,
	.fa-envelope {
		padding: 1.2%;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm44,
	.col_sm444 {
		width: 98%;
	}

	.dte h3 {
		margin-top: -5% !important;
	}

	.col_sm100 {
		width: 98%;
	}


	.col_sm4_1 {
		width: 98%;
	}

	.logo2 {
		margin-bottom: 1%;
		width: 100px;
	}

	.ftr_txt h1 {
		margin: 0% 0% 1% 0%;
	}


	.top3 {
		width: 93%;
	}

	.fix_nav {
		position: static !important;
	}

	.logo {
		border-right: none;
		margin: 0% auto 0%;
		padding: 0% 12px;
		float: none;
		justify-content: start;
		align-items: center !important;
	}

	.top {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #0a2648 !important;
		padding: 7px 0 !important;
	}

	.bullet2 ul li {
		padding: 1% 1% 1.8%;
	}

	.bg_clr5 {
		padding: 10px 0 54px;
	}

	.ftr_txt h2 {
		margin: 0% 0% 1% 0%;
	}

	.ftr_txt p {
		margin: 3% 0% 0%;
	}

	.con {
		align-items: center;
	}

	#cssmenu>ul>li>a {
		padding: 15px 14px;
		margin: 0;
		font-size: 13px;
	}

	.footer-align {
		padding-left: 0%;
	}

	.col_sm88_1 {
		width: 98%;
	}

	
	.col_sm2_11 {
		width: 98%;
	}

	.capabilities_flex {
    flex-wrap: wrap;
	padding: 2%;
}

.capabilities_sub {
    padding: 2%;
}

.col_sm8_1 {
    width: 98%;
}

.col_sm9 {
    width: 98%;
}

.col_sm99 {
    width: 98%;
}

}

@media only screen and (max-width:900px) {
	.why_content {
		min-height: 100px;
	}

	.col_sm3_section {
		width: 98%;
	}

	.col_sm2 {
		width: 98%;
	}


}

@media only screen and (max-width:800px) {
	.servicess p {
		min-height: 0;
	}

	.col_sm2_11 {
		width: 98%;
	}
	.tech_flex {
		flex-wrap: wrap;
	}
	.why_content {
		bottom: 0px;
	}

	.box2 h2 {
		font-size: 38px;
	}

	.hero4 {
		padding: 34% 0 3%;
	}

	.inspiro-slider .slide .slide-captions h1 {
		font-size: 38px;
	}

	.col_sm88 {
		width: 44%;
	}

	.col_sm8 {
		width: 17%;
	}

	.counter {
		width: 31%;
	}


	#wowslider-container1 .ws-title span p {
		font-size: 18px !important;
	}

	.testi h2 {
		font-size: 13px;
	}

	.col_sm2_1 {
		width: 98%;
	}

	.col_ms33 {
		width: 98%;
		margin: 1%;
	}

	.col_sm3 {
		width: 48%;
		float: left;
		margin: 1%;
	}


	.col_sm33 {
		width: 100%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

	.col_sm2 {
		width: 98%;
	}

	.ftr_right {
		text-align: left;
	}

	.wel_hei {
		height: 600px;
		width: 91%;
	}

	.team_flex {
		flex-wrap: wrap;
	}

	.col_sm4 {
		width: 98%;
	}
}

@media only screen and (max-width:700px) {

	.counter2 {
		width: 48%;
	}

	.wel_effect2,
	.wel_effect1 {
		width: 300px;
	}

	.seriv_flex {
		padding: 97px 0px 40px;
	}

	.box {
		grid-template-columns: 1fr;
		grid-template-areas:
			"item2"
			"item1"
			"item3"
			"item4"
			"item5";
		gap: 15px;
	}

	.col_sm88 {
		width: 55%;
	}

	#wowslider-container1 .ws-title span a {
		font-size: 12px;
	}

	.fa-location-dot,
	.fa-phone,
	.fa-envelope {
		padding: 2%;
	}

	.wel_btn a {
		padding: 15px 25px;
		font-size: 12px;
	}


	.col_sm22 {
		width: 97%;
	}

	.col_sm222 {
		width: 98%;
	}

	.wel_effect2,
	.wel_effect1 {
		width: 100%;
	}

	.wel_hei {
		height: 800px;
	}

}

@media only screen and (max-width:650px) {}

@media only screen and (max-width:600px) {
	.tech p {
		padding: 0;
	}
	.top {
		width: 98%;
	}
	.wel_hei {
		width: 98%;
	}

	.wel_effect1 {
		left: 0;
	}

	.new_section_bg1 .title {
		width: 34%;
	}

	.new_section_bg2 .title {
		width: 34%;
	}

	.new_section_bg3 .title {
		width: 34%;
	}

	.new_section_bg4 .title {
		width: 34%;
	}

	.ftr_mrg {
		display: block;
	}

	.ftr_lt_txt {
		text-align: left;
	}

	.wel_hei {
		height: 756px;
	}
	.main_logo{
		display: none; 
	}
	.wel_effect2 {
		width: 100%;
		display: none;
	}


	#wowslider-container1 .ws-title span p {
		font-size: 15px !important;
	}

	#wowslider-container1 .ws-title span a {
		font-size: 10px !important;
		padding: 6px 8px !important;
	}

	.con {
		align-items: center;
	}

	.counter {
		width: 48%;
	}

	.col_sm3 {
		width: 98%;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 12px !important;
		padding: 3px 18px !important;
	}

	.ftr_txt p {
		padding-bottom: 1%;
	}

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

	.col_sm8 {
		width: 28%;
	}

	.col_sm88 {
		width: 69%;
	}

}

@media only screen and (max-width:500px) {
	.wel_hei {
		height: 656px;
	}

	.nav_grid {
		grid-template-areas:
			"item1 item1"
			"item2 item2";
	}

	.logo {
		padding: 12px;
		justify-content: center;
	}

	.get_touch {
		display: none;
	}

	.inspiro-slider .slide .slide-captions h4 {
		font-size: 9px;
		padding: 8px 15px;
	}

	.inspiro-slider .slide .slide-captions h1 {
		font-size: 18px;
	}

	button.btn,
	.btn:not(.close):not(.mfp-close),
	a.btn:not([href]):not([tabindex]) {
		font-size: 9px;
		padding: 8px 15px;
	}

	.bullet4 ul li {
		margin: 0.9% 0% 13%;
		align-items: flex-start;
		flex-direction: column;
	}

	.bullet4 ul li p {
		width: 100%;
		text-align: left;
	}

	.bullet4 ul li>img {
		width: 40%;
	}

	.counter {
		width: 98%;
		border-right: 0px solid #ddd;
	}


	.bullet3 ul {
		justify-content: center;
	}



	#wowslider-container1 .ws-title span h2 {
		font-size: 16px !important;
	}

	.wel_txt h3 {
		font-size: 26px;
	}

	#wowslider-container1 .ws-title span {
		width: 100% !important;
	}

	.testi h2 {
		font-size: 10px;
	}

	.col_sm10,
	.col_sm100 {
		width: 98%;
	}

	.box:nth-child(1) {
		padding: 40px 20px;
	}

	.hero4 {
		margin-top: 0;
		padding: 3% 0 3%;
	}

	.seriv_flex {
		padding: 40px 0px 40px;
	}

}

@media only screen and (max-width:470px) {}

@media only screen and (max-width:400px) {
	

	.wel_effect1 {
		left: 0%;
	}

	.col_sm8 {
		width: 98%;
		margin: 1% !important;
	}

	.col_sm88 {
		width: 98%;
	}

	.wel_hei {
		height: 511px;
	}

}


@media only screen and (max-width:360px) {
	.wel_hei {
		height: 440px;
	}

	.col_sm1 {
		width: 100%;
	}

}

@media only screen and (max-width:320px) {}