@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');


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
	margin-bottom: 0 !important;
}

a.link3:link {
	color: #000;
	text-decoration: none;
}

a.link3:visited {
	color: #000;
	text-decoration: none;
}

a.link3:hover {
	color: #000;
	text-decoration: none;
}

a.link3:active {
	color: #000;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	counter-reset: myCount;
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

.v_a_img {
	vertical-align: middle;
}

hr {
	border: 0.5px solid #f1f1f1;
}

.border3 {
	border: 1px solid #dee2e6 !important;
	background-color: #fff;
}

.border4 {
	border: 1px dashed #dee2e6 !important;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main {
	width: 100%;
	z-index: 999;
	position: relative;
}

.top {
	width: 95%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 95%;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 95%;
	margin: 0 auto;
	max-width: 1600px;
}

.logo {
	width: 480px;
	float: left;
	margin: 1% 0.5%;
}

.logo2 {
	width: 100%;
	margin: 0 0% 1.5%;
}

.top_right {
	width: 680px;
	float: right;
}

.navbarrr {
	width: fit-content;
	float: right;
	margin: 2% 0% 0%;
}

.call_em {
	width: fit-content;
	float: left;
	margin: 0% 1%;
}

.info {
	width: 340px;
	float: right;
	margin-top: 0.2%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}

.call {
	width: 380px;
	float: left;
	padding: 1% 1% 1% 4%;
}

.email {
	width: 212px;
	float: left;
	padding: 1% 1%;
	/* border-right:0.2px solid #5f5f5f; */
}

.nseid {
	width: 321px;
	float: right;
	padding: 1% 1%;
}

.s_icon {
	width: 130px;
	float: right;
}

.s_icon .fa {
	line-height: 260%;
	font-size: 15px;
	color: #FFFFFF;
}

.ftr_lt_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 140%;
	text-align: center;
	margin: 1% auto;
	padding: 7px;
}

.s_icon .fa:hover {
	color: #fff;
}

.call_em_txt {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

.hover a:hover {
	color: #00adf7;
}

.call_em_txt a {
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

.call_em_txt .fa {
	font-size: 16px !important;
	color: #FFFFFF;
}

.brd_botm {
	/* border-bottom: 0.2px solid #5f5f5f; */
	background-color: #ff7a17;
}

.brd-btn1 {
	background-color: #fee15d;
	/* border-radius: 10px; */
	color: #fff;
	padding: 5px;
	text-align: center;
	width: 120px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	margin: 1% auto;
	float: left;
}

.brd-btn1 a {
	color: #000;
}




.read-more {
	width: 120px;
	float: none;
	margin: 0% auto 5%;
	background-color: #fee15d;
}

.read-more_btn {
	width: 100%;
	padding: 4% 2%;
	font-size: 16px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;

}


.img-logo {
	width: 100px;
	display: block;
	margin: 0 auto;
}

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
	text-decoration: none;
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 100px;
	right: 10px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.whatsapp-icon {
	margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 50px;
		right: 10px;
		font-size: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.link {
	text-decoration: none;
	color: #fff;
}

.link:hover {
	text-decoration: none;
	color: #fff;
}

.link2 {
	text-decoration: none;
	color: #FFFFFF;
}

.link3 {
	text-decoration: none;
	color: #000;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm11 {
	width: 98%;
	margin: 0 auto;
}

.col_sm2 {
	width: 48%;
	float: left;
	margin: 1% 1%;
}

.col_sm22 {
	width: 50%;
	float: left;
}

.col_sm3 {
	width: 31.3%;
	float: left;
	margin: 1%;
}

.col_sm3_1 {
	width: 31.3%;
	float: left;
	margin: 1%;
}

.col_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm5 {
	width: 18%;
	margin: 1%;
	float: left;
}

.col_sm7 {
	width: 14.2%;
	margin: 1% 0%;
	float: left;
}

.col_sm8 {
	width: 40%;
	margin: 1%;
	float: left;
}

.col_sm88 {
	width: 55%;
	margin: 1%;
	float: left;
}

.col_sm9 {
	width: 76%;
	margin: 1%;
	float: left;
}

.col_sm99 {
	width: 20%;
	margin: 1%;
	float: left;
}

.col_sm10 {
	width: 28%;
	float: left;
	margin: 1%;
}

.col_sm100 {
	width: 68%;
	float: left;
	margin: 1%;
}

.col_sm4_1 {
	width: 31.3%;
	margin: 1% 1%;
	float: left;
}

.col_sm77_1 {
	width: 34%;
	float: left;
	margin: 1%;
}


.col_sm777_1 {
	width: 62%;
	float: left;
	margin: 1%;
}

.col_sm99 {
	width: 12%;
	margin: 1%;
	float: left;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/


.welcome-bg {
	background-image: url(../images/welcome-bg.jpg);
	background-repeat: repeat;
}

.bg_clr6 {
	background-color: #ffffff;
}


.bg_clr7 {
	background-color: #231f20;
}


.bg_clr1 {
	background-color: #f5f5f5;
}



/* -----------------------------------------------------
new css start
------------------------------------------------------ */

.ftr_br {
	display: none;
}

.clip_txt {
	width: 98%;
	margin: 0 auto;
}

.clip_txt h3 {
	font-family: 'Popines', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	text-align: left;
	margin: 0% 0% !important;
}

.clip_txt p {
	font-family: 'Popines', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 0% 0% !important;
}

.clip_cover {
	width: 98%;
	margin: 0 auto;
}

.clip {
	clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 30px 50%);
	background-color: #ff7a17;
	width: 17%;
	padding: 0 20px;
	padding-left: 20px;
	width: 100%;
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.clip p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	margin: 0;
	text-align: center;
}

/* application page styling */

.container {
	/* text-align: center; */
	max-width: 800px;
}

kd .responsibilities {
	margin: 1%;
	/* width: 100%; */
}

.item {
	background-color: #fff;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.item:before {
	content: counter(myCount);
	counter-increment: myCount;
	display: inline;
	position: absolute;
	font-weight: 500;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 40px;
	color: transparent;
	-webkit-text-stroke: 1.6px #ed4e28;
	font-family: math;
}

.bg_clr66 {
	background-color: #e9e9e9;
}

.item p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin-left: 30px;
}

.icon {
	margin-top: 20px;
}

.icon img {
	width: 100px;
	height: auto;
}

.icon p {
	margin: 10px 0 0;
	font-size: 18px;
}

/* end here */

/* button hover effect */


.btn-epic {
	position: relative;
	margin: auto;
	width: 80%;
	max-width: 139px;
	height: 33px;
	background: #fff;
	transform: translate3d(0px, 0%, 0px);
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	transition-delay: 0.6s;
	overflow: hidden;
	opacity: 0;
	transition: all 0.6s ease;
}

.cate_box:hover .btn-epic {
	opacity: 1;

}


.btn-epic:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3ad2d0;
	border-radius: 50% 50% 0 0;
	transform: translateY(100%) scaleY(0.5);
	transition: all 0.6s ease;
}

.btn-epic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 0;
	transform: translateY(0) scaleY(1);
	transition: all 0.6s ease;
}

.btn-epic div {
	position: relative;
	top: 16px;
	width: 100%;
	height: 26px;
	text-transform: uppercase;
	overflow: hidden;
}

.btn-epic span {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.5s ease;
}

.btn-epic span:first-child {
	color: #fff;
	transform: translateY(24px);
}

.btn-epic span:last-child {
	color: #1e0f21;
	transform: translateY(0);
}

.btn-epic:hover {
	background: #3ad2d0;
	transition: background 0.2s linear;
	transition-delay: 0.6s;
}

.btn-epic:hover:after {
	border-radius: 0 0 50% 50%;
	transform: translateY(-100%) scaleY(0.5);
	transition-delay: 0;
}

.btn-epic:hover:before {
	border-radius: 0;
	transform: translateY(0) scaleY(1);
	transition-delay: 0;
}

.btn-epic:hover span:first-child {
	transform: translateY(0);
}

.btn-epic:hover span:last-child {
	transform: translateY(-24px);
}

/* end here */

.icon-height img {
	width: 70px !important;
	padding-top: 8px;
	margin: 0% auto;
}


.ab_shawdo {
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}


.app_rer h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-align: left;
	margin: 1% 1% 1% !important;
	line-height: 130%;
	color: #00ac66;
}

.app_rer p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	line-height: 150%;
	text-align: justify;
	margin: 1% 1% 2%;
	min-height: 90px;
	justify-content: center;
	align-items: center;
	padding-top: 8px;
}


.img-txt {
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	width: 69%;
	background-color: #fff;
	padding: 10px;
}

.img-txt-und h2{
	text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background-color: #fff;
    padding: 10px;
}

.container1 {
	position: relative;
	text-align: center;
	color: white;
}

.container1:hover {
	box-shadow: 10px 10px solid #f1eeee;
}

.centered1 {
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.centered11 {
	position: absolute;
	top: 7%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.img-h {
	transition: all .7s;
	transform: scale(1);
}

.rel:hover .img-h {
	transform: scale(1.2);
}

.rel {
	position: relative;
	/* overflow: hidden; */
}

.rel:hover .img-h {
	transform: scale(1.2);
}

.rel:hover .box {
	transform: scale(1);
}


.rel2 {
	position: relative;
}


.overlay {
	position: absolute;
	inset: 0 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .7s;
}

.overlay:hover {
	background-color: #0b2239a1;
	/* background-color: #ff2f352b; */
	/* background-color: #ffffff3b; */
}

.overlay .box {
	width: 125px;
	height: 35px;
	background-color: #fe3d32bf;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	transform: scale(0);
	transition: all .7s;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Popines', sans-serif;
	font-weight: 600;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	/* border: 1px solid lightgray; */

}

.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	overflow: hidden;
	/* border: 1px solid lightgray; */
}

figure {
	overflow: hidden;
	margin: 0%;
	padding: 0%;
	border: 1px solid #c3c3c3 !important;
}

.bg_clr17 {
	background-color: #edf2fa;
}

.dsp-bg {
	background-image: url(../images/dsp-bg.jpg);
	/* background-attachment: fixed; */
	background-size: cover;
	background-repeat: no-repeat;
	/* padding: 10px 10px; */
	background-position: center;

}

.box-txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 1%;
	color: #000;
	min-height: 100px;
	line-height: 140%;
}

.abt_txt3 h2 {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #000;
	text-align: left;
	margin: 0% !important;
	line-height: 150%;
}

.abt_txt3 p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: justify;
	margin: 0% !important;
	line-height: 140%;
}

.abt_txt3 p strong {
	font-weight: 500;
}

.abt_txt3 h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #f00;
	margin: 1% 0% 0.2% !important;
	line-height: 150%;
}



.product-box h2 {
	text-align: center;
	font-size: 18px;
	font-family: 'Popines', sans-serif;
	line-height: 140%;
	font-weight: 500;
	/* margin: 0% auto !important; */
	text-transform: capitalize;
	color: #000;
	padding: 2.5% 0%;
	background-color: #d3d3d340;
}

.prd-brd {
	border: 1px solid #d3d3d3;
	/* box-shadow: 3px 5px 10px 0px #d3d3d3; */
}

.cate_box {
	padding: 0% 0%;
	transition: all .4s ease-out;
	cursor: pointer;
}


.categ_head_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0% 1% !important;
	background-color: #08376f;
	display: inline-block;
	padding: 0.5% 2%;
	border-radius: 4px;
	text-transform: capitalize;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2% !important;
}

.categ_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 43px;
	font-weight: 600;
	color: #08376f;
	line-height: 150%;
	margin: 0% !important;
}

.categ_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0% !important;
	background-color: #dab048;
	padding: 3.9% 0%;
	width: 244px;
	border-radius: 5px;
	text-transform: capitalize;
	display: inline-block;
}

.cate_con {
	margin: 0% 1%;
}

.flex3 {
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	flex-wrap: wrap;
}


.brd-box2 {
	border: 2px solid #000;
}

.img-icon {
	width: 70px;
	margin: 0% 0% 15%;
}

.flex {
	display: flex;
	flex-direction: row;
}

.brd-box {
	border: 1.7px solid #e5e5e5;
	text-align: center;
	padding: 2% 3%;
	box-shadow: 3px 5px 10px 0px #d3d3d3;
    min-height: 218px;
}

.brd-box p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 140%;
	font-family: 'Popines', sans-serif;
	text-align: left;
	text-transform: capitalize;
}

.brd-box h3 {
    font-family: 'Popines', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    margin: 3% 0% !important;
	color: #ff7a17;
}

.bg_clr2 {
	background-color: #f3f3f3;
}

.hero1 {
	background-image: url(../images/bg-img-1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.hero2 {
	background-image: url(../images/banner5.jpg);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: center;
	background-size: cover;
}

.padding-left {
	padding-left: 2px;
}

.fa-solid {
	/* color: #ff7a17; */
	font-size: 16px;
}

.all_ban_txt h1 {
	font-family: "Roboto", sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 150%;
	color: #000;
	margin: 0% 1% !important;
	border-left: 5px solid #ff7a17;
	padding-left: 10px;
	text-align: center;
	justify-content: center;
	display: inline;
}

.all_ban_txt2 h2 {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 150%;
	color: #000;
	margin: 0% 1% 0% !important;
}

.one h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.one h2:after {
	width: 100px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	margin-top: 0px;
	background-color: #ff7a17;
}

.seven h1 {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	color: #222;
	letter-spacing: 1px;
	text-transform: uppercase;

	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-template-rows: 27px 0;
	grid-gap: 20px;
	align-items: center;
}

.seven h1:after,
.seven h1:before {
	content: " ";
	display: block;
	border-bottom: 1px solid #c50000;
	border-top: 1px solid #c50000;
	height: 5px;
	/* background-color:#f8f8f8; */
}




.who h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 !important;
	color: #000;
	text-align: left;
}

.who h1 span {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	color: #fe3e31;
	/* text-transform:uppercase; */
}

.who h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	text-align: justify;
	margin: 0%;
	display: inline-block;
}

.who3 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 150%;
	text-align: justify;
	margin: 0% 1% 1%;
}

.who3 h2 span {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	color: #ff7a17;
	/* text-transform:uppercase; */
}

.who1 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
	color: #ff7a17;
	text-align: center;
}

.who h2 span {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	margin: 0;
	color: #ff7a17;
	/* text-transform: uppercase; */
	position: relative;
}


.who p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1% 0%;
}

.who ul {
	padding-left: 0px;
}

.who ul li {
	/* list-style-type: disc; */
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 223%;
}


.who ul li span {
	color: #ca0c18;
}



/*-----------------------------------------------------
new css end
---------------------------------------------------- */



/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/






.who h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
	color: #000;
}

.who h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	margin: 0% 1%;
	color: #03317c;
}

.who h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: center;
	margin: 1% 2%;
}



.who p span {
	font-size: 18px;
	font-weight: 600;
}










.col_sm44 {
	width: 95%;
	margin: 1%;
	float: left;
}

.bg_clr55 {
	background-color: #efeded;
	padding: 5px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
	min-height: 300px;
}

.products h1 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 0% 0% 0% 1%;
	font-weight: 600;
}

.products h2 {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	padding: 2% 1%;
	min-height: 56px;
}

.brd-btn {
	background-color: #ff7a17;
	/* border-radius: 10px; */

	padding: 5px;
	text-align: center;
	width: 120px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	margin: 1% auto 3%;
	float: none;
	border-radius: 5px;
}

.brd-btn2 {
	background-color: #ff7a17;
	/* border-radius: 10px; */
	padding: 0px 10px !important;
	text-align: center;
	/* width: 120px; */
	text-decoration: none;
	display: block;
	font-size: 15px;
	margin: 1% auto 3%;
	float: none;
	border-radius: 5px;
}

.brd-btn2 a {
	color: #fff;
}

.brd-btn a {
	color: #fff;
}

.brd {
	border: 1.5px solid #323887;
	width: 10%;
	margin: 2% 0%;
}

.brd2 {
	border: 1px solid #ccc;
}


.ftr_txt h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0% 0% 10% 0%;
	color: #000;
	text-transform: uppercase;
}

.logo_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 1% 12% 1% 1%;
	line-height: 160%;
	color: #000;
	text-align: justify;
}

.ftr_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	/* margin: 1% 0%; */
	margin-bottom: 3% !important;
	line-height: 160%;
	color: #000;
	display: inline-flex;
	text-align: left;
}

.ftr_txt .fa-solid {
	font-size: 16px;
	margin-top: 4px;
	display: inline;
	margin-right: 10px;
}

.ftr_txt h5 {
	font-family: 'Poppins', 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 p span {
	font-weight: 600;
}

.ftr_img img {
	margin-top: 14%;
}

.ftr_right {
	text-align: right;
}




/*--------------------------------------------------------------
products Page
--------------------------------------------------------------*/

.prdct h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	text-align: justify;
	margin: 0% 0%;
	padding: 1% 1.5%;
	color: #fff;
	background-color: #133D88;
}

.prdct p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1% 0%;
}




/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/

.cont_col_sm3 {
	width: 31%;
	float: left;
	margin: 1%;
	padding: 20px;
	background-color: rgb(255, 255, 255, 0.8);
	border: 1px solid #f5f5f5;
	min-height: 195px;
	border-radius: 5px;
	border: 0.5px solid #eeeeee !important;
}

.cont_pdg_sm3 {
	padding: 1% 1.5%;
}

.con_heading h1 {
	font-family: 'Poppins', sans-serif;
	color: #04236d;
	font-size: 22px;
	font-weight: 600;
	padding: 1% 1.3% 0.5%;
	text-align: left;
	margin: 0 !important;
}

.con_heading p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 0.5% 1.3% 0.5%;
	text-align: justify;
}

.con_heading h2 {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 2% 1% 2%;
	text-align: center;
}

.cont_icn {
	width: 26px;
	float: none;
	margin: 2% auto 1%;
}

.cont_icn i {
	font-size: 40px;
	color: #0090d8;
}

.cont_txt_main {
	width: 98%;
	float: left;
	margin: 1%;
}

.cont_txt_main p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 150%;
	text-align: left;
}

.uply {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #fff;
	padding: 5px 5px;
	text-align: left;
	text-decoration: none;
	margin: 0% 1%;
}

/*---------------------------------------------------------
Bullet
-----------------------------------------------------------*/
.bullet1 {
	width: 100%;
	background-color: #fff;
	padding: 0.4% 0%;
	margin: 0% !important;
	border-radius: 6px;
}

.bullet1 ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 45px;
}

.bullet1 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #000;
	margin: 14px 5px;
	text-decoration: none;
	font-weight: 400;
}

.bullet {
	width: 100%;
	background-color: #ee69521a;
	padding: 3% 2% 3%;
	/* margin-top: 1% */
}

.bullet ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 0px;
}

.bullet ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #000;
	margin: 0% 2% 2% 2%;
	text-decoration: none;
	font-weight: 500;
}

.bullet2 {
	width: 100%;
	margin-top: 0%;
}

.bullet2 ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 3%;
}

.bullet2 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
	margin: 0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight: 500;
}


.bullet3 {
	width: 100%;
	margin-top: 1%;
}

.bullet3 ul {
	list-style-image: url(../images/bullet.png);
	margin-left: 1%;
}

.bullet3 ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 180%;
	color: #000;
	margin: 0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight: 500;
	text-align: left;
}

/*--------------------------------application form css------------*/



.bg_clr_app {
	background-color: #133d88;
}

.app_pdg {
	margin: 1%;
}

.app_upld_file {
	border: 1px solid #ccc;
	width: 48%;
	margin: 1%;
}

.mgr {
	margin: 0% 2%;
}

.col_sm2_1 {
	width: 31%;
	float: left;
	margin: 1% 1%;
}

.app_pdg2 {
	padding-top: 43px;
}

/*--------------------------------application form css------------*/



/*--------------------------------------------------------------
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%;
}



/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
.opm_main{
	width:100%;
	max-width:800px;
	height:630px;
	margin:0 auto;
	position:relative;
}
.opm_one{
	width:26%;
	left:0;
	top:0;
	position:absolute;
}
.opm_two{
	width:56%;
	display:inline-block;
	margin:0% 22%;
}
.opm_two img{
	margin-top:15%;
}
.opm_three{
	width:26%;
	right:0;
	top:0;
	position:absolute;
}
.opm_mdl_img1{
	position:absolute;
	left:-16%;
}
.opm_mdl_img12{
	position:absolute;
	left:-6%;
}
.opm_mdl_img2{
	position:absolute;
	top:206px;
	left:-27%;
}
.opm_mdl_img22{
	position:absolute;
	top:206px;
	right:-26%;
}
.opm_mdl_img3{
	position:absolute;
	top:411px;
	left:-3%;
}
.opm_mdl_img33{
	position:absolute;
	top:411px;
	right:-4%;
}


.opm_mdl_imgf{
	position: absolute;
    left: -157%;
    top: -19px;
    width: 59vh;
}
.opm_mdl_imgf2{
	position: absolute;
    right: -153%;
    top: -19px;
    width: 59vh;
}
.opm_mdl_imgf3{
	position:absolute;
    right: -4%;
    top: 204px;
	width: 59vh;
}
.opm_mdl_imgf4{
	position:absolute;
	left:2%;
    top: 204px;
	width: 59vh;
}
.opm_mdl_imgf5{
    position: absolute;
    left: -133%;
    top: 408px;
    width: 59vh;
}
.opm_mdl_imgf6{
    position: absolute;
    left: -34%;
    top: 399px;
    width: 59vh;
}

.shape-bg{
	background: #f9f9f9;
}


/*--------------------------------------------------------------
Mobile
--------------------------------------------------------------*/
.deck{
	display:block;
}
.tab_mb{
	display:none;
}
.mbl_col_sm2{
	width:48%;
	margin:1%;
	float:left;
}
.mbl_col_sm3{
	width:31%;
	margin:1%;
	float:left;
}
.fms9_mbl{
	width:320px;
	margin:1% auto;
}



@media only screen and (max-width:1920px) {
	.pdg {
		padding: 3% 3% 3% 9%;
	}
}


@media only screen and (max-width:1800px) {
	.pdg {
		padding: 3% 3% 3% 7%;
	}
}

@media only screen and (max-width:1700px) {
	.pdg {
		padding: 3% 3% 3% 5%;
	}
}

@media only screen and ( max-width:1650px)
{
	.opm_mdl_imgf {
			left: -125%;
	}

	.opm_mdl_imgf5 {
		left: -111%;
	}

	.opm_mdl_imgf2 {
		right: -125%;
	}
	
}

@media only screen and (max-width:1600px) {
	.pdg {
		padding: 3% 2% 2% 4%;
	}

	.opm_mdl_imgf2 {
		right: -124%;
	}	
	.opm_mdl_imgf {
		left: -126%;
	}

	.opm_mdl_imgf5 {
		left: -110%;
	}

}


@media only screen and (max-width:1300px) {

	.product-box h2 {
		min-height: 65px;
	}

	.col_sm10 {
		width: 42%;
	}

	.col_sm100 {
		width: 51%;
	}

	.logo {
		width: 350px;
	}

	#cssmenu>ul>li>a {
		font-size: 13px !important;
	}

	.deck{
		display:none;
	}
	.tab_mb{
		display:block;
	}

	.tab_mb h2{
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 700;
		line-height: 150%;
		margin: 0;
		color: #ff7a17;
		position: relative;
		text-align: center;
	}
}


@media only screen and (max-width:1125px) {
	.col_sm7 {
		width: 25%;
	}

	.top {
		width: 98%;
	}

	.top2 {
		width: 96%;
	}


	.col_sm4 {
		width: 31%;
	}
}

@media only screen and (max-width:1095px) {}


@media only screen and (max-width:800px) {

	.col_sm4 {
		width: 48%;
	}

	.col_sm99 {
		width: 50%;
	}

	.col_sm9 {
		width: 98%;
	}

	.col_sm8 {
		width: 98%;
	}

	.col_sm88 {
		width: 98%;
		;
	}

	.info {
		float: left;
	}

	.col_sm2_1 {
		width: 98%;

	}

	.app_pdg2 {
		padding-top: 0px;
	}
}


@media only screen and (max-width:991px) {

	.logo2 {
		width: 400px;
	}

	.col_sm3 {
		width: 48%;
	}

	.navbarrr1 {
		display: none;
	}

	.s_icon {
		display: none;
	}

	.call_em {
		display: none;
	}

	.logo {
		margin: 2% auto 2%;
		padding-top: 1%;
		float: none;
		width: 40%;
	}

	.top {
		width: 100%;
	}

	.top_right {
		width: 100%;
		float: none;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #ff7a17 !important;
	}

	.col_sm3_1 {
		width: 98%;
	}
}


@media only screen and (max-width:900px) {
	.logo {
		width: 40%;
	}

	.col_sm4_1 {
		width: 48%;
	}

	.col_sm5 {
		width: 23%;
	}

	.cont_col_sm3 {
		width: 100%;
		min-height: auto;
	}

	.col_sm22 {
		width: 100%;
	}

	.mi_sm8 {
		width: 98%;
	}

	.mi_sm88 {
		width: 40%;
	}

	.col_sm99 {
		width: 98%;
	}

	.col_sm9 {
		width: 98%;
	}
}


@media only screen and (max-width:800px) {
	.col_sm5 {
		width: 31%;
	}

	.logo_text p {
		margin: 1% 1% 1% 1%;
	}

	.col_sm3 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.ftr_txt2 p {
		margin: 1% 1% 1% 1%;
	}

	.col_sm4 {
		width: 48%;
	}

	.col_sm33 {
		width: 100%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		margin: 4% 0%;
	}

	.col_sm2 {
		width: 100%;
	}

	.ftr_right {
		text-align: left;
	}
}

@media only screen and (max-width:991px) {
	.brd-btn2 {
		background-color: transparent;
		padding: 0px 0px !important;
		text-align: left;
		border-radius: 0px;
	}
}

@media only screen and (max-width:770px) {
	.top_main {
		position: static;
		background-color: #000c54;
	}
}

@media only screen and (max-width:750px) {
	.page_link ul li a {
		padding: 0% 2.5%;
	}

	.page_link2 ul li {
		padding: 0% 2.5%;
	}

	.col_sm5 {
		width: 48%;
	}
}


@media only screen and (max-width:600px) {
	.mbl_col_sm2 {
		width: 98%;
	}
	.logo {
		width: 90%;
	}

	.col_sm7 {
		width: 33.3%;
	}

	.col_sm4_1 {
		width: 98%;
	}

	.col_sm10 {
		width: fit-content;
	}

	.col_sm4 {
		width: 98%;
	}

	.bullet ul {
		margin-left: 3%;
	}

	.bullet2 ul {
		margin-left: 5%;
	}

	.bullet3 ul {
		margin-left: 3%;
	}
}

@media only screen and (max-width:500px) {
	.col_sm7 {
		width: 50%;
	}

	.logo2 {
		width: 300px;
	}

	.call {
		margin: 2% 0%;
	}

	.email {
		margin: 2% 0%;
	}

	.p_col_sm3 {
		width: 98%;
	}

	.call {
		width: 200px;
	}

	.call_em {
		width: 355px;
	}

	.whatsapp_float {
		bottom: 100px;
	}
}

@media only screen and (max-width:470px) {
	.ftr_txt p {
		display: block;
	}

	.ftr_br {
		display: block;
	}

	.s_icon {
		display: none;
	}

	.col_sm5 {
		width: 98%;
	}

	#call-to-action .cta-title {
		text-align: center;
	}
}

@media only screen and (max-width:400px) {

	.all_ban_txt h1 {
		font-size: 18px;
	}

	.col_sm7 {
		width: 98%;
	}

	.clip {
		height: auto;
	}

	.bullet ul {
		margin-left: 5%;
	}

	.app_upld_file {
		width: 98%;
	}
}

@media only screen and (max-width:360px) {
	.call_em {
		width: 320px;
	}
}