@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Kumbh Sans", sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
	margin-bottom: 0 !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Kumbh Sans", sans-serif;
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

.v_a_img {
	vertical-align: middle;
}

hr {
	border: 0.5px solid #00000023 !important;
}


/*--------------------------------------------------------------
image hover effect
--------------------------------------------------------------*/
#shadow-host-companion {
	padding: 0% !important;
}

.gradient ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 0px;
	width: 100%;
}

.gradient ul li {
	flex-basis: 50%;
	border: 1px solid;
	padding: 1.5% 1%;
	font-family: "Kumbh Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: left;
	margin: 0% !important;
	line-height: 140%;
}

.content2 img {
	display: block;
}

.content2 .content2-overlay {
	background: rgba(19, 70, 122, 0.7) !important;
	position: absolute !important;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content2:hover .content2-overlay {
	opacity: 1;
}

.content2-image {
	width: 100%;
}

.content2-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content2:hover .content2-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content2-details h3 {
	color: #fff;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	font-size: 16px;
}

.fadeIn-top {
	top: 20%;
}

.banner_sub {
	padding: 11% 0;
}



::placeholder {
	color: white;
}



/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.flex2 {
	display: flex;
	justify-content: center;
	align-items: center;
}


.top_main {
	width: 100%;
	z-index: 9999;
	position: relative;
	background: #fff;
}

.top {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}

.top2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 95%;
	margin: 0 auto;
	max-width: 1600px;
}

.logo_container {
	display: flex;
}

.news_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.logo {
	width: 400px;
	float: left;
	margin: 2% 1%;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

.logo3 {
	width: 460px;
	float: left;
	margin: 2% 1%;
	border-right: 1px solid #fff;
}

.logo h1 {
	font-size: 34px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0px 0px;
}

.top_right {
	width: 680px;
	float: right;
}

.fix_nav {
	position: absolute;
	z-index: 99999;
}

.navbarrr {
	float: left;
	margin: 0% 0%;
}

.logo_container {
	width: 900px;
}

.logo_rigt {
	width: 167px;
	float: right;
	margin: 0.9% 0% 0%;

}

.logo_rigt .quote {
	padding: 10px 0px;
	margin: 0px;

}

.quote {
	text-align: left;
}

.quote a {
	border: 1px solid#367c83;
	padding: 20px 40px;
	color: #367c83;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
	display: inline-block;
	background-color: #fff;

}

.quote a:hover {
	background: #367c83;
	color: #fff;
}



.call_em {
	width: 485px;
	float: left;
	margin: 0% 1%;
}

.call {
	width: 265px;
	float: left;
	padding: 2% 1% 1% 4%;
}

.email {
	width: 210px;
	float: left;
	padding: 2% 1% 1%;
	border-right: 0.2px solid rgba(255, 255, 255, 0.2);
}

.s_icon {
	width: 161px;
	float: right;
	margin: 0.7% 1% 0;
}

.s_icon p {
	color: #FFFFFF;
}

.s_icon .fa {
	line-height: 260%;
	font-size: 15px;
	color: #FFFFFF;
}

.s_icon .fa:hover {
	color: #fff;
}

.call_em_txt {
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	font-size: 14px;
}

.call_em_txt .fa {
	font-size: 16px !important;
	color: #000;
}

.brd_botm {
	border-bottom: 0.2px solid #d3d3d3;
}

.brd_botm1 {
	border-bottom: 0.2px solid #e9e9e9;
	box-shadow: rgb(0 0 0 / 8%) 0px 0.125rem 0.25rem;
}

.brd {
	border: 1px dashed #ccc;
	min-height: 434px;
}

.brd2 {
	border: 1px solid #d6d6d6;
}

.brd_btm {
	border-bottom: 1px solid #fff;
}

/*--------------------------------------------------------------
contact page
--------------------------------------------------------------*/
.location_map {
	position: relative;
}

.location_item .point {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #FF5E14;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}


.location_item .point::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #FF5E14;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

@keyframes ripple-1 {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	100% {
		transform: scale(3);
		opacity: 0;
	}

}

.location_item .info {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #FF5E14;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info h5,
.location_item .info2 h5,
.location_item .info3 h5,
.location_item .info4 h5,
.location_item .info5 h5 {
	font-size: 15px;
	color: #ffffff;
	margin: 0% !important;
}

.location_item .info::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #FF5E14;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item:hover .info,
.location_item:hover .info2,
.location_item:hover .info3,
.location_item:hover .info4,
.location_item:hover .info5 {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}

.location_item {
	position: absolute;
	left: 32%;
	top: 24%;
}

.location_item:nth-child(1) {
	position: absolute;
	left: 32%;
	top: 24%;
}

.location_item:nth-child(2) {
	position: absolute;
	left: 9%;
	top: 54%;
}

.location_item:nth-child(3) {
	position: absolute;
	left: 16%;
	top: 61%;
}

.location_item:nth-child(4) {
	position: absolute;
	left: 19.7%;
	top: 73%;
}

.location_item:nth-child(5) {
	position: absolute;
	left: 3.7%;
	top: 46%;
}

.location1 {
	font-size: 45px;
	color: #ffc639;
}

.location2 {
	font-size: 45px;
	color: #FF5E14;
}

.location3 {
	font-size: 45px;
	color: #1ead49;
}

.location4 {
	font-size: 45px;
	color: #fe668d;
}

.location5 {
	font-size: 45px;
	color: #40d5e3;
}

.location_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	margin: 0% !important;
}

.location_bg {
	background-color: #357f82;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.location_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 36px;
}

.location_flex_main {
	display: flex;
	align-items: center;
}

.location_item .info4 {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #40d5e3;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info4::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #40d5e3;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item .point4 {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #40d5e3;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}


.location_item .point4::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #40d5e3;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

.location_item .info5 {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #1ead49;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info5::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #1ead49;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item .point5 {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #1ead49;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}

.location_item .point5::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #1ead49;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

.ftr_left {
	margin-left: 4% !important;
	width: 20% !important;
}

.ftr_left2 {
	margin-left: -2% !important;
	width: 26% !important;
}


.location_item .info2 {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #ffc639;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info2::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #ffc639;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item .point2 {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ffc639;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}


.location_item .point2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffc639;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

.location_item .info3 {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #fe668d;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info3::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #fe668d;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item .point3 {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fe668d;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}


.location_item .point3::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fe668d;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

.location_item .info4 {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #40d5e3;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info4::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #40d5e3;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item .point4 {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #40d5e3;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}


.location_item .point4::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #40d5e3;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

.location_item .info5 {
	padding: 8px 15px;
	position: relative;
	position: absolute;
	width: max-content;
	transform: translateX(-50%);
	left: 5.2px;
	bottom: 20px;
	background: #1ead49;
	border-radius: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
	z-index: 1;
}

.location_item .info5::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #1ead49;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.location_item .point5 {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #1ead49;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}


.location_item .point5::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #1ead49;
	border-radius: 50%;
	transform: scale(1);
	animation: ripple-1 1.5s 0s infinite;
	z-index: -1;
}

.ftr_left {
	margin-left: 4% !important;
	width: 20% !important;
}

.ftr_left2 {
	margin-left: -2% !important;
	width: 26% !important;
}

.col_ms33 {
	width: 31%;
	float: left;
	/* margin: 1%; */
}

.form_brdr {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.11);
	min-height: 565px;
	padding: 2% 2% 0% 2%;
	margin-left: 1%;
}


.con_main_head {
	font-family: "Kumbh Sans", sans-serif;
	color: #9c9c9c;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 1%;
	padding-left: 1%;
}


.col_ms3 {
	width: 62%;
	float: left;
}

.col_ms33 {
	width: 31%;
	float: left;
	min-height: 660px !important;
}

.c_txt {
	font-family: "Kumbh Sans", sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
}


.c_icon_txt {
	width: 90%;
	float: right;
}

.padgg {
	padding-left: 4%;
}


.c_clr {
	background: #d1103e;
	padding: 33px 30px;
	min-height: 566px !important;
}

.cont_brd {
	border-right: 1px solid #fff;
}

.c_head h1 {
	font-family: "Kumbh Sans", sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	margin: 1% 0% 0% 0%;
	text-transform: capitalize;
	line-height: 150%;
	min-height: 50px;
}


.col_cTxt {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.c_icon {
	width: 7%;
	float: left;
}

.c_icon .fa {
	color: #fff;
	margin-top: 20%;
}

.ftr_contact_txt {
	width: 80%;
	float: left;
}

.ftr_contact_txt p {
	text-decoration: none;
	font-size: 14px;
	font-family: "Kumbh Sans", sans-serif;
	color: #fff;
	line-height: 150%;
	font-weight: 400;
}

.ftr_contact_txt p a {
	text-decoration: none;
	font-size: 15px;
	font-family: "Kumbh Sans", sans-serif;
	color: #fff;
}


.c_link2 {
	color: #fff;
	text-decoration: none;
	font-family: "Kumbh Sans", sans-serif;
}

/*--------------------------------------------------------------
breadcrumb
--------------------------------------------------------------*/

.inner_banner {
	height: 370px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.inner_banner_txt {
	width: 80%;
	position: absolute;
	top: 70%;
	left: 43%;
	transform: translate(-50%, -50%);
}

.inner_banner_txt h1 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

ul.breadcrumb4 li {
	display: inline;
	font-size: 18px;
}

ul.breadcrumb4 li+li:before {
	padding: 8px;
	color: #fff;
	content: "/\00a0";
}

ul.breadcrumb4 li a {
	font-family: "Kumbh Sans", sans-serif;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
}





/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/


.banner {
	width: 100%;
}

.link {
	text-decoration: none;
	color: #000;
}

.link:hover {
	text-decoration: none;
	color: #236dec;
}

.link2 {
	text-decoration: none;
	color: #000;
}


.link3 {
	text-decoration: none;
	color: #000 !important;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm2 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm3 {
	width: 31.3%;
	float: left;
	margin: 1%;
}

.col_sm33 {
	width: 65%;
	float: left;
	margin: 1%;
}

.col_sm333 {
	width: 26%;
	float: left;
	margin: 1%;
}

.col_sm3333 {
	width: 70%;
	float: left;
	margin: 1%;
}


.col_sm66 {
	width: 11%;
	float: left;
	margin: 1%;
}

.col_sm666 {
	width: 84%;
	float: left;
	margin: 1%;
}

.col_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

/* 
.col_sm5 {
	width: 25%;
	margin: 1%;
	float: left;
} */
.col_sm5 {
	width: 18%;
	margin: 1%;
	float: left;
}

.col_sm55 {
	width: 70%;
	margin: 1%;
	float: left;
}

.col_sm6 {
	width: 16%;
	margin: 1%;
	float: left;
}

.col_sm8 {
	/* width: 36%; */
	width: 5%;
	margin: 1%;
	float: left;
	padding-top: 5px;
}

.col_sm88 {
	width: 75%;
	margin: 1%;
	float: left;
}


.col_sm8_1 {
	width: 31%;
	margin: 1%;
	float: left;
	padding-top: 5px;
}


.col_sm88_1 {
	width: 65%;
	margin: 1%;
	float: left;
	padding-top: 5px;
}


.col_sm889 {
	width: 68%;
	margin: 1%;
	float: left;
}


.col_sm9 {
	width: 58%;
	margin: 1%;
	float: left;
}

.col_sm99 {
	width: 38%;
	margin: 1%;
	float: left;
}

.col_sm10 {
	width: 60%;
	float: left;
	margin: 1%;
}

.col_sm100 {
	width: 35%;
	float: right;
	margin: 1%;
}

.col_sm11 {
	width: 35%;
	float: left;
	margin: 1%;
}

.col_sm111 {
	width: 61%;
	float: right;
	margin: 1%;
}

.col_sm12 {
	width: 4%;
	float: left;
	margin: 1%;
}

.col_sm112 {
	width: 90%;
	float: right;
	margin: 1%;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.logo_text h2 {
	font-family: "Roboto", sans-serif;
	font-size: 27px !important;
	font-weight: 600 !important;
	margin: 0% 0% 10% 0% !important;
	margin: 0% 0% 9% 0% !important;
	color: #000 !important;
	text-transform: uppercase !important;
	text-align: left;
}


.logo2 {
	width: 98%;
	margin: 0 0% 6%;
}

.logo5 {
	width: 90%
}

.logo4 {
	width: 34%;
	margin: 0 0% 6%;

}

.ftr_lt_txt p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 96%;
	font-family: "Roboto", sans-serif;
	margin: 0 0 1px;
}

.ftr_right {
	text-align: right;
}

.bg_clr77 {
	background-color: #000;
	border-top: 1px solid #fff;
}

.bg_clr {
	background-color: #f5f5f5;
}


.ftr_clr {
	background: #0085ca;
	padding: 2% 0%;
}

.logo_text p {
	font-family: "Kumbh Sans", sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	margin: 1% 12% 1% 1%;
	line-height: 160%;
	color: #000;
	text-align: justify;
}

.logo_text h3 {
	font-family: "Roboto", sans-serif;
	font-size: 17px !important;
	font-weight: 600 !important;
	margin: 5% 0% 3% 0% !important;
	color: #000 !important;
	text-align: left;
}

.ftr_lt_txt p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 96%;
	font-family: "Roboto", sans-serif;
	margin: 0 0 1px;
}

.ftr_lt_txt a {
	color: white;
}

.ftr_txt h4 {
	font-family: "Roboto", sans-serif;
	font-size: 15px !important;
	font-weight: 600 !important;
	/* margin: 1% 0%; */
	margin-bottom: 3% !important;
	line-height: 160% !important;
	color: #000 !important;
	text-align: left !important;
	width: 100%;
}

.ftr_txt h2 {
	font-family: "Roboto", sans-serif;
	font-size: 20px !important;
	font-weight: 600 !important;
	margin: 0% 0% 3% 0% !important;
	color: #000 !important;
	text-transform: uppercase !important;
	text-align: left;
}

._text p {
	font-family: "Roboto", sans-serif;
	font-size: 15px !important;
	font-weight: 400 !important;
	margin: 1% 12% 1% 1% !important;
	line-height: 160% !important;
	color: #000 !important;
	text-align: justify !important;
}

.ftr_txt p {
	font-family: "Roboto", sans-serif;
	font-size: 15px !important;
	font-weight: 400 !important;
	/* margin: 1% 0%; */
	margin-bottom: 3% !important;
	line-height: 160% !important;
	color: #000 !important;
	text-align: left !important;
	width: 100%;
}

.ftr_txt h5 {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 1% 0%;
	margin-bottom: 1% !important;
	line-height: 160%;
	color: #000;
	text-align: left;
}

.ftr_txt a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 1% 0%;
	margin-bottom: 1% !important;
	line-height: 160%;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.ftr_txt a:hover {
	text-decoration: none;
	color: #367c83;
}

.ftr_txt p span {
	font-weight: 600;
}

.ftr_img img {
	margin-top: 14%;
}

.ftr_right {
	text-align: right;
}


.ftr_txt .fa {
	font-size: 19px;
	margin-top: 7px;
	display: inline;
	margin-right: 10px;
}


/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/

.shdddw {
	-webkit-box-shadow: 0px 0px 13px -10px rgba(46, 46, 46, 1);
	-moz-box-shadow: 0px 0px 13px -10px rgba(46, 46, 46, 1);
	box-shadow: 0px 0px 13px -10px rgba(46, 46, 46, 1);
	padding: 2%;
}

.hero1 {
	background-image: url(../images/testi_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 20px 0px;
}

.bg {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 20px 0px;
}

/*--------------------------------------------------------------
company profile page
--------------------------------------------------------------*/

.vishindas p {
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	font-weight: 400;
	padding: 4% 4% 4%;
	margin-bottom: 2%;
}

.vishindas p span {
	color: #d1103e;
	font-size: 20px;
	font-weight: 600;
}



/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/


.who ul li a {
	font-family: "Kumbh Sans", sans-serif;
	float: left;
	margin: 0% 1%;
	padding: 18px 22px;
	background-color: #ef3f34;
	text-decoration: none;
	color: #fff;
}

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/

.table_hedd {
	font-family: "Kumbh Sans", sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #afafaf;
	background-color: #FFFFFF;
}

th,
td {
	border: solid 1px #cfcfcf !important;
	text-align: left !important;
	padding: 8px !important;
}

tr:nth-child(even) {
	background-color: #f3f3f3;
}

.bodytext_bold5 {
	font-family: "Kumbh Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #d1103e;
	padding: 0.5% 0% 0.5% 1%;
	text-align: center;
}

.td_txt {
	padding: 0.5% 0% 0.5% 1%;
	font-size: 15px;
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 160%;
}

.td_txt span {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.col_sm16 {
	width: 99%;
}

.tbl_link {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.ftr_txt ul li {
	line-height: 150%;
	color: #fff;
	margin: 4% 2% 1.1% 2%;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 16px;
	font-family: "Barlow", sans-serif;
	text-align: justify;
}

.ftr_txt ul li:hover {
	color: #236dec;
	transition: all 0.5s ease;
}

.bullet {
	width: 100%;
	margin-top: 0%;
}

.bullet ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 4.5%;
}

.bullet ul li {
	line-height: 150%;
	color: #000000db;
	margin: 0% 2% 1.1% 2%;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 16px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: justify;
}

.bullet2 {
	width: 100%;
	margin-top: 0%;
}

.bullet2 ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 35px;
}

.bullet2 ul li {
	line-height: 150%;
	color: #000000db;
	margin: 0% 2% 1.1% 2%;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 16px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: justify;
}


/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.page_head {
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
}

.contact_txt h2 {
	font-family: "Kumbh Sans", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 1% 1% 0%;
	color: #122a5a;
}

.cont_col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
	border: 1px solid #e9e9e9;
	background-color: #f3f3f3;
	min-height: 140px;
}

.cont_pdg_sm3 {
	padding: 1% 1.5%;
}

.con_heading h2 {
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 2% 1% 0%;
}

.cont_icn {
	width: 20px;
	float: left;
	margin: 1.5% 3% 0% 1%;
}

.cont_icn i {
	font-size: 20px;
}

.cont_txt_main {
	width: 85%;
	float: left;
}

.cont_txt_main p {
	font-family: "Kumbh Sans", sans-serif;
	color: #303030;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	text-align: justify;
}




/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	bottom: 3%;
	transition-duration: 1s;
	background-image: url('../images/top.png');
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 999;
	background-size: 100% 100%;
}

.top_arrow:hover {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	transition-duration: 1s;
	bottom: 3%;
	cursor: pointer;
	background-image: url('../images/top-b.png');
	background-size: 100% 100%;
}

.brd {
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: var(--e-global-color-58a3f5b);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
}


.about h2 {
	font-size: 38px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	padding-right: 44%;
	line-height: 140%;
	text-align: left;

}

.mein h6 {
	font-family: "Kumbh Sans", sans-serif;
	color: #367c83;
	font-size: 18px;
	padding: 0% 0% 0% 36px !important;
	text-align: left;
	line-height: 150%;
	/* display: inline; */
	font-weight: 600;
	margin: 0% !important;
	position: relative;

}

.mein h6::before {
	background-color: #367c83;
	content: "";
	height: 2px;
	width: 33px;
	margin-right: 10px;
	position: absolute;
	left: 0 !important;
	top: 50%;
}


.about h6 {
	font-family: "Kumbh Sans", sans-serif;
	color: #367c83;
	font-size: 18px;
	padding: 0% 0% 0% 59px;
	text-align: left;
	line-height: 150%;
	/* display: inline; */
	font-weight: 600;
	margin: 0% !important;
	position: relative;

}

.about h6::before {
	background-color: #367c83;
	content: "";
	height: 2px;
	width: 33px;
	margin-right: 10px;
	position: absolute;
	left: 22px;
	top: 50%;
}

.about h3 {
	font-size: 20px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	padding-right: 44%;
	line-height: 140%;
	text-align: left;
	margin: 13px 0;
}

.about p {
	font-size: 16px;
	font-weight: 400;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	margin-top: 9px;
	line-height: 140%;
	text-align: justify;
}

.m-blk {
	display: none !important;
}

.bg_clr3 {
	background-image: url(../images/back-img.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.bg_clr4 {
	background-image: url(../images/bg-img3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.bg_img9 {
	background: #3480841c;
}

.our .overlay {
	position: absolute;
	inset: 0;
	background: #5d5d5d2b;
	z-index: -1;
}



.our .d-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.pos_rltv {
	position: relative;
}


.our h6 {
	font-family: "Kumbh Sans", sans-serif;
	color: #367c83;
	font-size: 18px;
	padding: 0% 0% 0% 54px;
	text-align: left;
	line-height: 150%;
	/* display: inline; */
	font-weight: 600;
	margin: 0% !important;
	position: relative;
}

.our h6::before {
	background-color: #367c83;
	content: "";
	height: 2px;
	width: 33px;
	margin-right: 10px;
	position: absolute;
	left: 16px;
	top: 50%;

}

.map:hover .ncr {
	opacity: 1;
}

.bg_clr5 {
	background: #f6f6f6;
}


.bg_clr3 .overlay {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: radial-gradient(at center center, #FFFFFFCC 0%, #FFFFFF 75%);
	opacity: 1;
}

.achieve_txt h2 {
	font-size: 34px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	line-height: 120%;
	text-align: center;
}

.achieve_txt .img_wrap {
	width: 80px;
	margin: 0 auto;
}

.achive_box:hover .img_wrap img {
	animation: vibrate-1 2s infinite linear;
}

@keyframes vibrate-1 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}

	20% {
		-webkit-transform: translate(-4px, 4px);
		transform: translate(-4px, 4px);
	}

	40% {
		-webkit-transform: translate(-4px, -4px);
		transform: translate(-4px, -4px);
	}

	80% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}

	100% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

.achieve_txt .achive_box {
	border: 1px solid #80808021;
	padding: 30px 10px;
	position: relative;
	transition: all .4s ease;
	min-height: 404px;
}

.achieve_txt .achive_box p {
	line-height: 140%;
	color: #000;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 16px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: center;
}

.achieve_txt .achive_box::after {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -6px;
	border: 2px solid #ffffff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: rgb(221, 221, 221);
	top: auto;
	z-index: 1;
}

.achieve_txt .achive_box:hover::after {
	background-color: #367c83;
}

.achieve_txt .achive_box:hover {
	background: #367c83;
}

.achieve_txt .achive_box:hover .img_wrap img {
	filter: brightness(0);


}

.presence {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	padding: 12px 5px;
	-webkit-box-shadow: 0px 4px 25px 0px #0000000f;
	box-shadow: 0px 4px 25px 0px #0000000f;


}

.presence h2 {
	line-height: 150%;
	color: #000;
	margin: 0% 2% 1.1% 2%;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 20px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: justify;
	padding: 0% !important;
}

.presence .img_wrap {
	width: 36px;
}

/* contact ================ */

.co-brd {
	border: 1px solid #7e7f7d38;
    padding: 18px;
    background: #fff;
    text-align: center;
    min-height: 813px;
}

.main-title h2 {
	font-size: 32px !important;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	padding-right: 44%;
	line-height: 130%;
	text-align: left;
	padding: 0 0 0 4px;
	border-left: 5px solid #367c83;
	margin-left: 10px;
}

.co-brd .icon_wrap2 {
	width: 43px;
	margin: 0 auto;

}

.co-brd .icon_wrap {
	width: 44px;
	margin: 0 auto;
}

.co-brd h3 {
	font-family: "Inter Tight", sans-serif;
	font-size: 23px;
	font-weight: 600;
	line-height: 176%;
	color: #367c83;
	text-align: left;
	padding: 0% !important;
}

.co-brd p {
	font-size: 18px;
	font-weight: 400;
	font-family: "Kumbh Sans", sans-serif;
	color: #000;
	margin-top: 9px;
	line-height: 140%;
	text-align: center;

}

.client-sub {
	min-height: 230px;
	border: 1px solid #ccc;
	background: #ffff;
}


.client-sub h4 {
	font-family: "Kumbh Sans", sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 160%;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	border-top: 1px solid #cccc;
	padding: 10px 20px 0 20px;
}

/*--------------------------------------------------------------
	contact Css Start
--------------------------------------------------------------*/

.fa-location-dot,
.fa-phone-volume {
	color: rgb(255, 255, 255);
	font-size: 21px !important;
	background-color: #367c83;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.contact_form_txt span {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}

.frm_card {
	border-radius: 10px;
	padding: 0 2%;
	color: #fff;
}

.frm_card h3 {
	margin: 10px -1%;
	font-size: 29px;
	font-family: 'Poppins', sans-serif;
	line-height: 140%;
	text-transform: capitalize;
}

.frm_card p {
	margin: 0 -1%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}

.con_icon {
	background: #2658a8;
	padding: 6%;
	border-radius: 50%;
	width: 70px;
	margin: 1% auto;
}

.contact_form_min_h {
	min-height: 480px;
}

.contact_form_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin: 0% !important;
	line-height: 100%;
	padding: 0%;
}

.contact_form_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px !important;
	padding-top: 6px;
	font-weight: 600;
	line-height: 140%;
	border: none;
	margin-left: -6px;

}

.contact_form_bg_color2 {
	background-color: #fff;
	padding: 1% 2%;
	border-radius: 10px;
}

.contact_form_bg_color {
	background-color: #2658a80f;
	padding: 3% 2%;
	border-radius: 7px;
}

.contact_form_bg {
	background-color: #0099ba;
	padding: 2% 2%;
	border-radius: 7px;
}

.contact_form_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 1% 0 0 !important;
	padding: 0%;
	text-align: left;
}

.contact_form_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin: 0% !important;
	line-height: 100%;
	padding: 0%;
	margin-top: 9px !important;
}

.banner_txt {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
}

.main-title5 {
	text-align: center;
	font-family: "Kumbh Sans", sans-serif;
	color: #367c83;
	font-size: 25px;
	padding: 0% 0% 0% 48px !important;
	line-height: 150%;
	display: inline-block;
	font-weight: 600;
	margin: 0% !important;
	position: relative;

}

.main-title5::after {
	background-color: #367c83;
	content: "";
	height: 2px;
	width: 33px;
	margin-right: 10px;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
}

.main-title4 {
	font-family: "Kumbh Sans", sans-serif;
	color: #367c83;
	font-size: 25px;
	padding: 0% 0% 0% 48px !important;
	text-align: left;
	line-height: 150%;
	/* display: inline; */
	font-weight: 600;
	margin: 0% !important;
	position: relative;
}

.main-title4::after {
	background-color: #367c83;
	content: "";
	height: 2px;
	width: 33px;
	margin-right: 10px;
	position: absolute;
	left: 14px !important;
	top: 50%;
}

.service-box {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	padding: 40px 30px;
	-webkit-box-shadow: 0px 4px 25px 0px #0000000f;
	box-shadow: 0px 4px 25px 0px #0000000f;
	min-height: 390px;
	transition: color 0.3s ease;
}

.service-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	/* Initially set width to 0 */
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	/* Initially set opacity to 0 */
	transition: opacity 0.5s ease-in-out;
	/* Smooth transition for width and opacity */
	z-index: -1;
	/* Ensure it stays behind the text */
}

.service-box.active::after {
	width: 100%;
	right: unset;
	left: 0;
	opacity: .6;
}

.overlay {
	transition: all .4s linear;

}

.service-box .overlay {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(135deg, #01234DCC 0%, #01234D80 100%);
	opacity: 0;
	z-index: -1;
}

.service-box.active .overlay {
	opacity: 1;
}


.service-box.active h2 {
	color: #fff;
}

.service-box.active p {
	color: #fff;
}

.service-box.active .service-icon-img {
	background-color: #fff;
}

.service-icon-img {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: rgba(60, 114, 252, 0.1);
	border-radius: 0px;
	transition: all 0.3s ease-in-out;
	line-height: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-icon-img img {
	width: 55%;
}

.img_wrap6 {
	position: absolute;
	left: 0px;
	width: 15.3vw;
	top: 108px;
	z-index: -1;
}

.service-box h2 {
	font-size: 20px;
	text-align: left;
	padding: 20px 10px;
	line-height: 120%;
	font-weight: 600;
	color: #0f0d1d;
	font-family: "Kumbh Sans", sans-serif;
}

.service-txt h4 {
	font-size: 41px;
	text-align: left;
	padding: 20px 10px;
	line-height: 120%;
	font-weight: 600;
	color: #0f0d1d;
	font-family: "Kumbh Sans", sans-serif;

}

.service-box p {
	font-size: 16px;
	text-align: left;
	line-height: 170%;
	font-weight: 400;
	color: #585858;
	font-family: "Kumbh Sans", sans-serif;
}

.service-box .img_wrp {
	width: 80px;
	margin: 0 auto;
	padding: 10px;
}

/* about section === */

.abt_txt p {
	line-height: 150%;
	color: #000000db;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: justify;
}

.mision_bx {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 31px 26px;
	/* box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12); */
	overflow: hidden;
	border: 1px solid #009ea238;
}

.mision_bx .img_wrap {
	width: 114px;
	margin: 0 auto;
}

.mision_bx::after {
	content: "";
	position: absolute;
	top: -140px;
	right: -194px;
	rotate: 42deg;
	width: 144px;
	height: 211px;
	background: #357e80;
	transition: all .4s;
}

.mision_bx:hover::after {
	rotate: 42deg;
	right: -94px;
}

.mision_bx h2 {
	font-size: 26px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	line-height: 140%;
	margin: 10px 0 7px;
}

.mision_bx p {
	line-height: 150%;
	color: #000000db;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: justify;
}


.team1 h2 {
	text-align: center;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 0px !important;
	font-size: 26px;
	font-family: "Kumbh Sans", sans-serif;
}

.team-members {
	width: 24%;
	float: left;
	margin: 2% 0% 3% 7%;
}

.team {
	border-radius: 20px;
	background-color: #9091901c;
}

.team-img {
	border: 6px solid #009ea2;
	padding: 5%;
	margin: 28px auto 20px;
	border-radius: 117px;
	width: 230px;
	display: block;

}

.team h2 {
	text-align: center;
	line-height: 140%;
	font-weight: 600;
	margin-bottom: 0px !important;
	font-size: 18px;
	font-family: "Kumbh Sans", sans-serif;
}

.team p {
	font-size: 18px;
	color: #009ea2;
	font-weight: 500;
	padding-bottom: 18px;
	text-align: center;
	line-height: 35px;
	font-family: "Kumbh Sans", sans-serif;

}

.services-aosm h2 {
	font-size: 26px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	line-height: 140%;
	text-align: left;
	margin-left: 19px;
}

.services-aosm h6 {
	font-family: "Kumbh Sans", sans-serif;
	color: #367c83;
	font-size: 18px;
	padding: 0% 0% 0% 59px;
	text-align: left;
	line-height: 150%;
	/* display: inline; */
	font-weight: 600;
	margin: 0% !important;
	position: relative;
}

.services-aosm h6:before {
	background-color: #367c83;
	content: "";
	height: 2px;
	width: 33px;
	margin-right: 10px;
	position: absolute;
	left: 22px;
	top: 50%;
}

.service-bullet {
	width: 100%;
	margin-top: 0%;
}

.service-bullet ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 43px;
}

.service-bullet ul li {
	line-height: 150%;
	color: #000000db;
	margin: 0% 2% 1.1% 2%;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 16px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: justify;
}

.services-aosm img {
	border-radius: 41px;
}

.services h2 {
	font-size: 28px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	line-height: 140%;
	text-align: center;
}

.services img {
	border-radius: 41px;
}

.services h4 {
	font-size: 22px;
	font-weight: 600;
	padding-top: 11px;
	font-family: "Kumbh Sans", sans-serif;
	color: #009ea2;
	line-height: 140%;
	text-align: center;
	margin-left: -21px;

}

.service-box h2 {
	font-size: 19px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	line-height: 140%;
	text-align: center;
}

.cred-img {
	width: 200px;
	border-radius: 0 !important;
}

.cred-img1 {
	width: 140px;
	border-radius: 0 !important;
}

.key_features_sub_img {
	min-height: 359px;
}


.key_features h2 {
	font-size: 28px;
	font-weight: 600;
	font-family: "Kumbh Sans", sans-serif;
	color: #000000db;
	line-height: 140%;
	text-align: center;
}

.key_features_sub {
	background: white;
	transition: 0.3s;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, .06);
}

.key_features_sub_child {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 439px;
}

.key_features_sub:hover {
	transform: translate(0, -7px);
}

.key_features_sub:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.key_features_sub:hover:after {
	width: 100%;
	background: #009ea2;
}

.key_features_sub .fa {
	font-size: 48px;
	color: #000;
}


.key_features_sub .fa-solid {
	font-size: 48px;
	color: #000;
}

.key_features_sub p {
	line-height: 150%;
	color: #000000db;
	margin: 0% 2% 1.1% 2%;
	text-decoration: none;
	font-weight: 500;
	box-shadow: none !important;
	font-size: 19px;
	font-family: "Kumbh Sans", sans-serif;
	text-align: center;
}

.key_features_sub a {
	color: black;
	text-decoration: none;
	border: 1px solid black;
	padding: 15px 20px;
	font-family: "Rajdhani", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
}


.key_features_sub:hover a {
	border: 1px solid #009ea2;
}

.map_flex {
	display: flex;
	align-items: center;
}

.values_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

nav .owl-prev {
	display: none !important;
}


@media only screen and (max-width:1600px) {

	.images-box {
		margin: 42px 0 0;
	}

	.bullet ul {
		margin-left: 4.5%;
	}


	.key-features-child {
		min-height: 52vh;
	}

	.text-content2 {
		margin-left: 174px !important;
	}

	.marketing-sub {
		min-height: 220px;
	}

	.bg_clr2 {
		width: 500px !important;
	}

	.img-box1 img {
		width: 319px;
		left: 262px;
		top: 267px;
	}

	.logo_container {
		width: 798px;
	}
}

@media only screen and (max-width:1500px) {
	.key-features-child {
		min-height: 60vh;
	}

	.logo_container {
		width: 690px;
	}

	.img-box1 img {
		width: 285px;
	}

	.our_values {
		min-height: 390px !important;
	}

}

@media only screen and (max-width:1400px) {

	.logo_container {
		width: 749px;
	}

	.images-box2 {
		margin: 37px 0 0;
	}

	.img-box1 img {
		width: 290px;
	}

	.cor_card {
		min-height: 401px;
	}

	.images-box {
		margin: 69px 0 0;
	}

	.inner_banner_txt {
		left: 44%;
	}

	.brd {
		min-height: 581px;
	}

	.bullet ul {
		margin-left: 44PX;
	}

	.mrg-top {
		margin-top: 3% !important;
	}
}


@media only screen and (max-width:1300px) {
	.our_values {
		min-height: 418px !important;
	}

	.reservation-form {
		width: 94% !important;
	}

	.logo_container {
		width: 640px;

	}

	.images-box {
		margin: 67px 0 0;
	}

	.key-features-child {
		min-height: 72vh;
	}

	.revenue-model-sub {
		min-height: 316px;
	}

	.roadmap-sub {
		min-height: 496px;
	}
}


@media only screen and (max-width:1200px) {
	.img-box1 img {
		left: 215px;
		top: 256px;
	}

	.logo_container {
		width: 613px;
	}

	/* .col_sm4 {
		width: 48%;
	} */

	.roadmap-sub {
		min-height: 319px;
	}

	.revenue-model-sub {
		min-height: 0;
	}

	.key-features-child {
		min-height: 0;
	}
}



@media only screen and (max-width:1125px) {


	.images-box {
		margin: 68px 0 0;
	}

	.top {
		width: 98%;
	}

	.top2 {
		width: 96%;
	}

	/* .col_sm4 {
		width: 48%;
	} */

	.roadmap-sub {
		min-height: 349px;
	}

	.quote a {
		padding: 16px 20px;
	}
}

@media only screen and (max-width:1100px) {
	.our_values {
		min-height: 440px !important;
	}

	.logo_container {
		width: 600px;
	}

	.counter2 h2 {
		font-size: 18px;
	}

	.logo h1 {
		font-size: 20px;
	}

	.reservation-form {
		width: 97% !important;
	}
}


@media only screen and (max-width:1000px) {
	.col_sm66 {
		width: 14%;
	}

	.col_sm666 {
		width: 82%;
	}

	.images-box {
		margin: 38px 0 0;
	}

	.our_values {
		min-height: 500px !important;
	}

	.col_sm5 {
		width: 31%;
	}

	.logo_container {
		width: 548px;
	}

	.col_sm333 {
		width: 21%;
	}

	.col_sm3333 {
		width: 75%;
	}
}

@media only screen and (max-width:960px) {
	.co-brd {
		min-height: 0;
	}

	.col_sm66 {
		width: 110px;
	}

	.team-members {
		width: 48%;
		margin: 2% 1% 3% 1%;
	}

	.logo_container {
		width: 700px;
	}

	.our_values {
		min-height: auto !important;
	}

	.col_sm3 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.col_sm88_1 {
		width: 98%;
	}

	.col_sm8_1 {
		width: 98%;
	}

	.ftr_flex {
		display: flex;
		justify-content: flex-start;
	}

	.col_sm8 {
		width: unset !important;
		margin: 1% 0;
	}

	.col_sm88 {
		width: unset !important;
	}

	#cssmenu {
		background: #009ea2 !important;
	}

	.service-box {
		min-height: 0;
	}

	.flex {
		flex-direction: column;
	}

	.brd_btm {
		border: none;
	}

	#cssmenu {
		border: none;
		border-radius: 0;
	}

	.bg_clr1 {
		border-radius: 0 0 15px 15px;
	}

	.mrg-top {
		margin-top: 1% !important;
	}

	.mrg-top1 {
		margin-top: 1% !important;
	}

	.overview-img {
		margin-left: 271px;
		float: left;
	}

	.main-section-sub1 {
		padding-top: 62px !important;
	}

	.gradient ul li {
		flex-basis: 49.5%;
		padding: 1.5% 1%;
	}

	.dis_none {
		display: block !important;
	}

	.quote {
		display: none;
	}

	.s_icon {
		display: none;
	}

	.call_em {
		display: none;
	}

	.logo {
		margin: 1% auto 2%;
		padding-top: 1%;
		float: none;
		width: 450px;
	}

	.logo_rigt {
		width: 100%;
		float: none;
		margin: 0 auto;
	}


	.top {
		width: 100%;
	}


	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: transparent;
	}

	.col_sm88 {
		width: 98%;
	}

	.col_sm8 {
		width: 98%;
	}

	.col_sm2 {
		width: 98%;
	}

	.gum-content {
		top: 27%;
	}

	.col_sm4 {
		width: 98%;
	}

	.cate_bg {
		min-height: 326px;
	}

	.cate_bg1 {
		min-height: 326px;
	}

	.cate_bg2 {
		min-height: 326px;
	}

	.roadmap-sub {
		min-height: 0;
	}

	.banner-text {
		top: 160px;
	}

	.banner-text h1 {
		font-size: 42px !important;
		padding-right: 15% !important;
	}

	.banner-text p {
		padding-right: 10% !important;
	}

	.map_flex {
		flex-direction: column;
	}
}


@media only screen and (max-width:800px) {
	.logo_container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.logo {
		width: 300px;
	}

	.logo3 {
		width: 350px;
	}

	.cont_brd {
		border-right: none;
	}

	.padgg {
		padding-left: 0%;
	}

	.c_head h1 {
		min-height: auto;
	}

	.col_ms33 {
		width: 98%;
		margin: 1%;
	}

	.col_ms3 {
		width: 98%;
		float: left;
		margin: 1%;
	}

	.ftr_txt3 h1 {
		margin: 0% 0% 4% 0%;
	}

	.ftr_menu ul {
		margin-left: 0%;
	}

	.col_sm99 {
		width: 98%;
	}

	.col_sm9 {
		width: 98%;
	}

	.col_sm8 {
		width: 98%;
	}

	.col_sm88 {
		width: 98%;
		;
	}


	.col_sm3_1 {
		width: 31.3%;
		float: left;
		margin: 1%;
	}

	.ftr_txt2 p {
		margin: 1% 1% 1% 1%;
	}

	.col_sm4 {
		width: 100%;
	}

	.col_sm33 {
		width: 100%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		margin: 4% 0%;
	}

	.col_sm2 {
		width: 100%;
	}

	.ftr_right {
		text-align: left;
	}

	.col_sm100 {
		width: 60%;
	}

	.bullet2 ul {
		margin-left: 49px;
	}
}

@media only screen and (max-width:700px) {
	.logo_container {
		flex-direction: column;
		width: unset;
	}
    .bullet ul {
        margin-left: 54PX;
	}
	.logo {
		border: none;
		margin: 1% auto 1%;

	}

	.logo3 {
		border: none;
		margin: 2% 1%;
	}
}

@media only screen and (max-width:600px) {
	.col_sm5 {
		width: 48%;
	}

	.team-members {
		width: 98%;
		margin: 2% 1% 3% 1%;
	}

	.service-bullet ul {
		margin-left: 41px;
	}

	.overview-img {
		margin-left: 226px;
	}

	.bullet3 ul {
		margin-left: 3%;
	}

	.c_clr {
		padding: 33px 15px;
	}

	.ftr_contact_txt {
		width: 90%;
	}

	.main-title h2 {
		font-size: 28px !important
	}

	.main-title5 {
		padding: 0 !important;
	}

	.main-title5::after{
		display: none !important;
	}
}

@media only screen and (max-width:500px) {

	.overview-img {
		margin-left: 135px;
	}

	.services-aosm h2 {
		margin-left: 10px;
	}

	.overview-img1 {
		width: 44vh;
		height: 44vh;
		left: 0px;

	}

	.logo {
		width: 330px;
	}

	.call {
		margin: 2% 0%;
	}

	.email {
		margin: 2% 0%;
	}

	.col_sm100 {
		width: 98%;
	}

	.p_col_sm3 {
		width: 98%;
	}

	.call {
		width: 200px;
	}

	.call_em {
		width: 355px;
	}

}



@media only screen and (max-width:470px) {
	.s_icon {
		display: none;
	}

	.services h4 {
		text-align: left;
		margin-left: 5px;
	}

	.main-title h2 {
		margin-top: 10px;
	}

	.banner-text p {
		font-size: 16px !important;
	}

	.banner-text h1 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width:400px) {

	.main-title h2 {
		margin-top: 25px;
	}

	.col_sm5 {
		width: 98%;
	}

	

}

@media only screen and (max-width:360px) {
	.call_em {
		width: 320px;
	}
}