/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
@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;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	/* background: #081a28; */
}

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

hr {
	border: 0.5px solid #f1f1f1;
}

.effect3 {
	position: absolute;
	bottom: 14%;
	left: 0;
	transform: translateY(0);
	z-index: -1;
	animation: effect3 6s infinite alternate linear;
}

@keyframes effect3 {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(110px);
	}
}


.hr {
	border: 0.5px solid #d5d5d5 !important;
}

.btn {
	background-color: #e3010f;
	padding: 6px 14px;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-size: 14px;
	color: #fff;

}

.footer_le {
	padding-left: 75px;
}

.heading h2 {
	font-size: 34px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 140%;
	color: #6e6e6e;
}

.heading h2:after {
	width: 53px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	/* text-align: center; */
	top: 45px;
	right: 48.5%;
	margin-left: -14px;
	background-color: #e3010f;

}

.heading p {
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	line-height: 140%;
	color: #6e6e6e;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.heading1 h2 {
	font-size: 34px;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	color: #6e6e6e;
}

.heading1 h2:after {
	width: 53px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	/* text-align: center; */
	top: 45px;
	right: 48.5%;
	margin-left: -14px;
	background-color: #e3010f;
}

.heading1 p {
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	line-height: 140%;
	color: #6e6e6e;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.heading_1 p {
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	line-height: 140%;
	color: #6e6e6e;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.heading1_1 h2 {
	font-size: 34px;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	color: #6e6e6e;
}

.heading1_1 h2:after {
	width: 53px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	/* text-align: center; */
	top: 45px;
	right: 48.5%;
	margin-left: -14px;
	background-color: #e3010f;
}

.heading1_1 p {
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	line-height: 140%;
	color: #6e6e6e;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.commitment {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.commitment-box {
	width: 31%;
	background-color: #fff;
	border-right: 1px solid #c6c6c6;
	padding: 2%;
}

.commitment-box-1 {
	width: 31%;
	background-color: #fff;
	border-right: 1px solid #c6c6c6;
	padding: 2%;
	min-height: 430px;
}

.icon {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 4%;
	width: 100%;
}

.icon-box {
	width: 77px;
	background-color: #fff;
	border-right: 1px solid #e0e0e0;
	padding: 2%;
}

.icon-box:last-child {
	border-right: none;
}

.abt-bg {
	background-image: url(../images/cmtr-bg.jpg);
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.brd {
	border: 4px solid #fff;
	border-radius: 10px;
}

.bg_clr8 {
	background-color: #fff;
}

.icon-fit {
	width: 78px;
	display: block !important;
	margin: 13px auto;
}

.vision h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
	color: #000;
	text-align: center;
}

.vision p {
	font-size: 16px;
	font-weight: 400;
	color: #6e6e6e;
	font-family: "Poppins", sans-serif;
	line-height: 150%;
	text-align: center;
	margin: 2% 2%;
	padding: 0% 4%;
	min-height: 140px;
}

.rel33 {
	position: relative;
}

.home_about2 p {
	font-family: 'Kumbh Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 140%;
	margin: 0% 1% 2% !important;
	color: #000000;
	text-transform: capitalize;
}

.services {
	display: flex;
	flex-wrap: wrap;
}

.services-box {
	width: 18%;
	float: left;
	margin: 1% 1% 3% 1%;
	padding: 4% 1.5% 2% 1.5%;
	min-height: 360px;
	position: relative;
}

.icon_55 {
	position: absolute;
	width: 70px;
	padding: 11px;
	background: linear-gradient(82deg, #6a1168 25%, #bd10b9cf);
	right: 17px;
	top: -30px;
	border-radius: 5px;
}

.services-box h2 {
	font-family: 'Kumbh Sans', sans-serif;
	font-size: 22px;
	color: #501361;
	font-weight: 700;
	text-align: left;
	padding: 0;
	line-height: 140%;
	margin: 0 0 10px 0 !important;
	min-height: 65px;
}

.img_con55 {
	overflow: hidden;
}

.img_con55 img {
	transition: all .4s ease-in-out;
}

.services-box p {
	font-family: 'Kumbh Sans', sans-serif;
	font-size: 16px;
	color: #302135;
	font-weight: 500;
	text-align: left;
	line-height: 150%;
	padding: 7px 0 10px 0;
	min-height: 160px;
}

.card {
	text-align: center;
	background: #fff;
	border: 1px solid #c6c6c6;
	padding: 40px 20px;
	transition: transform 0.3s ease;
	border-radius: 10px;
}

.card img {
	padding: 13px;
	text-align: center;
}

.card h2 {
	font-family: 'Poppins', sans-serif;
	margin: 15px 0 10px;
	font-size: 18px;
	color: #2c2c2c;
	line-height: 140%;
	font-weight: 600;
}

.card p {
	font-size: 16px;
	font-weight: 400;
	color: #6e6e6e;
	font-family: "Poppins", sans-serif;
	line-height: 150%;
	text-align: center;
}

.card:hover .icon_img {
	animation: icon-bounce 0.8s 1;
}

@keyframes icon-bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.icon_img {
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px #3F3D5626;
	border: 1px solid #e3010f;
	width: 70px;
}

.about-flex {
	display: flex;
	flex-wrap: wrap;
}


/* Remove the border from the last box */
.commitment-box:last-child {
	border-right: none;
}

.commitment-box h2 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #e3010f;
	margin: 14px 0px 8px 0px;
	line-height: 140%;
	text-align: left;

}

.commitment-box p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6e6e6e;
	line-height: 140%;
	min-height: 100px;
	text-align: justify;
	word-spacing: 1.5px;
}


/**/
.commitment-box-1:last-child {
	border-right: none;
}

.commitment-box-1 h2 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #e3010f;
	margin: 14px 0px 8px 0px;
	line-height: 140%;
	text-align: left;
	min-height: 65px;
}

.commitment-box-1 p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6e6e6e;
	line-height: 140%;
	min-height: 100px;
	text-align: justify;
	word-spacing: 1.5px;
}



/*faq*/
.faq {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 70px;
}


.hero6 {
	background-color: #706e6f;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 0px 0px;
}

.responsive-accordion {
	width: 60%;
}

/*services*/
.grid {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	font-size: 0;
	text-align: center;
}

.grid figure {
	margin: 0 5px 0px 0px;
	width: 24%;
	background: #ffffff;
	display: inline-block;
	position: relative;
	/*        height: 65vh;*/
	overflow: hidden;
	text-align: center;
}

/* Common style */
.grid figure img {
	position: relative;
	display: block;
	opacity: 0.8;

}

.grid figure figcaption {
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figcaption h2 {
	text-transform: uppercase;
	word-spacing: -0.15em;
	font-weight: 300;
	margin: 1em;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	margin: 1em;
}

.grid figure h2 span {
	font-weight: 600;
}

figure.effect-steve {
	z-index: auto;
	/*  background: #ffffff;*/
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve {}

figure.effect-steve h2,
figure.effect-steve p {
	background: rgb(255 255 255 / 80%);
	color: #2d434e;
}

figure.effect-steve h2 {
	position: absolute;
	padding: 0.25em;
	bottom: 10px;
	width: 100%;
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
	transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
}

.grid figure,
figcaption,
img {
	z-index: 0;
}

.grid figure figcaption h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-left: 0;
	color: #e3010f;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
	font-weight: 400;
	margin-right: 0;
}

.grid figcaption p {
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	background: #bbbbbb;
	color: #fff;
	margin: 0;
	text-align: left;
	width: 100%;
	font-family: "Poppins", sans-serif;
	height: 22%;
}

figure:hover h2 {
	background: rgba(34, 34, 34, 0.8);
	transition: transform 0.35s;
	transform: translateY(-2.5em);
}

.clr {
	color: #fff;
}

.cont-nav {
	background-color: #e3010f;
	width: 150px;
	border-radius: 0px 15px 15px 0px;
}

.wm-border222 {
	font-size: 200px;
	/* text-align: center; */
	color: #e3dfdf4a;
	position: absolute;
	font-family: "Poppins", sans-serif;
	top: 36%;
	font-size: 170px;
	left: 50%;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	user-select: none;
}

.footer_logo {
	background-color: #fff;
	padding: 1.1% 4%;
	border-radius: 8px;
	margin-bottom: 12px;
	display: flex;
	justify-content: start;
}

.footer_logo2 {
	width: 280px;
}

.rel {
	position: relative;
}

/*--------------------------------------------------------------
image hover effect
--------------------------------------------------------------*/

::placeholder {
	color: white;
}

.overlay_anim {
	overflow: hidden;
	position: relative;
}

.overlay_anim::after {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.overlay_anim:hover::after {
	animation: shine 1.5s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
}


.flex2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.top2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.logo {
	width: 300px;
	float: left;
	margin: 7% 7%;
}

.fix_nav {
	position: absolute;
	z-index: 99999;
}

.navbarrr {
	width: fit-content;
	float: right;
	margin: 0% 1% 0%;
}

.email {
	width: 210px;
	float: left;
	padding: 2% 1% 1%;
	border-right: 0.2px solid rgba(255, 255, 255, 0.2);
}

.bg_clr3 {
	background-color: #f1f1f185;
}

/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/


.banner {
	width: 100%;
}

.link {
	text-decoration: none;
	color: #6e6e6e;
}

.link:hover {
	text-decoration: none;
	color: #236dec;
}

.link2 {
	text-decoration: none;
	color: #6e6e6e;
}

  .restructring {
            max-width: 800px;
            margin: 50px auto;
            background: #fff;
            padding: 30px;
        }

        .restructring h2 {
            font-size: 24px;
            font-weight: 800;
            line-height: 150%;
            margin: 0 0 5px 0px !important;
            display: inline-block;
            position: relative;
            font-family: "Poppins", sans-serif;
            letter-spacing: 2.5px;
            padding: 0px 0px;
            background: linear-gradient(82deg, #e3010f -5%, #595959cf);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-transform: uppercase;
        }

        .restructring p {
            font-size: 16px;
            font-weight: 400;
            color: #6e6e6e;
            font-family: "Poppins", sans-serif;
            line-height: 150%;
            text-align: left;
        }

        .restructring ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .restructring ul li {
            background: #e8f0fe;
            margin-bottom: 10px;
            padding: 15px;
            border-radius: 8px;
            font-size: 16px;
        }

        .col_sm9_1 {
            width: 11%;
            float: left;
            margin: 0%;
        }

        .col_sm99_1 {
            width: 85%;
            float: right;
            margin: 0%;
        }

        .become_icon {
            padding: 10px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 11px 0px;
        }

        .becom-dist h3 {
            font-family: "Poppins", sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #565656;
            line-height: 140%;
            text-transform: uppercase;
            margin: 0% 0% 0.5% !important;
            letter-spacing: -0.1px;
        }

        .wel_txt2 p {
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            font-weight: 400;
            color: #000;
            line-height: 160%;
            text-align: justify;
            margin: 0% !important;
        }


/*--------------------------------------------------------------
why us 
--------------------------------------------------------------*/

.desk-view {
	display: block;
}

.mbl-view {
	display: none;
}

.why-chse {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	row-gap: 19px;
	column-gap: 3%;
}

.why-chse-box {
	width: 35%;
}

.why-chse-box-1 {
	width: 50%;
}


.why-chse-box-1 h4 {
	font-size: 35px;
	color: #e3010f;
	padding: 6px 13px;
	display: inline-block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	line-height: 140%;
	text-align: left;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.why-chse-box-1 h5 {
	font-size: 19px;
	font-weight: 600;
	line-height: 140%;
	text-align: left;
	color: #6e6e6e;
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.why-chse-box-1 p {
	margin: 6px 0 0px 0;
	font-size: 16px;
	color: #6e6e6e;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}




/*--------------------------------------------------------------
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_sm4 {
	width: 23%;
	margin: 1%;
	float: left;
}

.col_sm5 {
	width: 25%;
	margin: 1%;
	float: left;
}

.col_sm6 {
	width: 16%;
	margin: 1%;
	float: left;
}

.col_sm8 {
	width: 30%;
	margin: 1%;
	float: left;
}

.col_sm88 {
	width: 66%;
	margin: 1%;
	float: left;
}

.col_sm11 {
	width: 14%;
	float: right;
	margin: 1%;
}

.col_sm111 {
	width: 75%;
	float: left;
	margin: 1%;
}


.col_sm12 {
	width: 4%;
	float: left;
	margin: 1%;
}

.col_sm112 {
	width: 90%;
	float: right;
	margin: 1%;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.fa-location-dot,
.fa-map-marker-alt {
	color: #6e6e6e;
}

.logo_text h2 {
	font-family: "Poppins", sans-serif;
	font-size: 27px !important;
	font-weight: 600 !important;
	margin: 0% 0% 10% 0% !important;
	margin: 0% 0% 9% 0% !important;
	color: #fff !important;
	text-transform: uppercase !important;
	text-align: left;
}

.ftr_lt_txt p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 96%;
	font-family: "Poppins", sans-serif;
	margin: 0 0 1px;
}

.ftr_right {
	text-align: right;
}

.logo_text p {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 1% 1% 1% 1%;
	line-height: 160%;
	color: #6e6e6e;
	text-align: justify;
}

.ftr_lt_txt p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	font-family: "Poppins", sans-serif;
	margin: 0 0 1px;
}

.ftr_lt_txt a {
	color: #fff;
}

.ftr_lt_txt a:hover {
	color: #f47721;
}

.ftr_txt h2 {
	font-family: "Poppins", sans-serif;
	font-size: 20px !important;
	font-weight: 600 !important;
	margin: 0% 0% 10% 0% !important;
	margin: 0% 0% 10% 0% !important;
	color: #e3010f !important;
	text-transform: uppercase !important;
	text-align: left;
}

.ftr_txt p {
	font-family: "Poppins", sans-serif;
	font-size: 15px !important;
	font-weight: 400 !important;
	/* margin: 1% 0%; */
	margin-bottom: 3% !important;
	line-height: 160% !important;
	color: #6e6e6e !important;
	display: inline-flex !important;
	text-align: left !important;
	width: 100%;
}

.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: #033666;
	text-align: left;
}

.ftr_txt a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 1% 0%;
	margin-bottom: 1% !important;
	line-height: 160%;
	color: #6e6e6e;


	text-align: left;
	text-decoration: none;
	/* text-transform: capitalize; */

}

            .shimmer-button {
            	width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    background-color: #e3010f;
    color: #fff;
    border: none;
    border-radius: 5px;
    z-index: 111;
    justify-content: start;
    margin-bottom: 13px;
    display: flex
;
    align-items: center;
    position: relative;
    overflow: hidden;
	animation: shake 10s ease-in-out infinite;
}

.shimmer-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.shimmer-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.15) 75%);
  animation: shimmer 2s infinite linear;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.shimmer-button h2{
	margin: 0px 15px 0 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.shimmer-button h4{
	margin: 0px 15px 0 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
   
.ftr_txt a:hover {
	text-decoration: none;
	color: #e51421;
}

.ftr_txt p span {
	font-weight: 600;
}

.ftr_right {
	text-align: right;
}


.ftr_txt .fa {
	font-size: 19px;
	margin-top: 7px;
	display: inline;
	margin-right: 10px;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
       text-decoration: none;
    position: fixed;
    width: 50px;
    height: 50px;
    /* padding: 9px; */
    bottom: 100px;
    right: 40px;
    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;
}



/*--------------------------------------------------------------
ftr patch
--------------------------------------------------------------*/
.rel1 {
	position: relative;
}



.mrg-top {
	margin-top: 6%;
}

.ftr-top a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #e3010f;
	padding: 15px;
	line-height: 140%;
	font-family: "Poppins", sans-serif;
	border-radius: 5px;
}

.ftr-top h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-left: 0;
	color: #fff;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
	font-weight: 600;
	margin-right: 0;
}

.ftr-top p {
	margin: 6px 0 0px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}


.ftr-top1 a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #e3010f;
	padding: 15px;
	line-height: 140%;
	font-family: "Poppins", sans-serif;
	border-radius: 5px;
}

.ftr-top1 h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-left: 0;
	color: #fff;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
	font-weight: 600;
	margin-right: 0;
}

.ftr-top1 p {
	margin: 6px 0 0px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}
.ftr-top1 {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 2%;
	top: 0px;
	width: 99%;
	border-radius: 15px;
	left: 5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
}
.mrg-top1 {
    margin-top: 8%;
}
/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/
.bg_cl5 {
	background-color: #e3010f;
	padding: 5px 0px;
}

.header {
	position: relative;
	display: flex;
	height: 100vw;
	max-height: 75vh;
	background: #6e6e6e;
	overflow: hidden;
}


.desk_view_1 {
	display: block;
}

.mobile_view_1 {
	display: none;
}



/*--------------------------------------------------------------
about
--------------------------------------------------------------*/

.banner {
	position: relative;
}

.banner_text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 5%;
}

.banner_text h2 {
	font-weight: 700;
	font-size: 60px;
	font-style: italic;
	font-family: "Poppins", sans-serif;
	line-height: 120%;
	text-align: center;
	color: white;
	margin-top: 0%;
}

.banner_text p {
	font-weight: 400;
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
	margin: 15px 0 !important;
	text-align: center;
	color: white;
}

.about h1 {
	font-size: 24px;
	font-weight: 800;
	line-height: 150%;
	margin: 0 0 5px 0px !important;
	display: inline-block;
	position: relative;
	font-family: "Poppins", sans-serif;
	letter-spacing: 2.5px;
	padding: 0px 0px;
	background: linear-gradient(82deg, #e3010f -5%, #595959cf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;

}

.about {
	margin-top: 2%;
}


.about h2 {

	font-size: 18px;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 140%;
	text-align: left;
	font-family: "Poppins", sans-serif;
}

.about h3 {
	font-size: 18px;
	font-weight: 500;
	color: #6e6e6e;
	line-height: 150%;
	margin-top: 10px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 11px;
	text-align: left;
}

.about p {
	font-size: 16px;
	font-weight: 400;
	color: #6e6e6e;
	font-family: "Poppins", sans-serif;
	line-height: 150%;
	text-align: left;
}

.about a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #e3010f;
	padding: 15px;
	line-height: 140%;
	font-family: "Poppins", sans-serif;
}

.icon-wel img {
	width: 70px;
}

.col_sm8_2 {
	width: 34%;
	float: left;
	margin: 1%;
}

.col_sm88_2 {
	width: 62%;
	float: left;
	margin: 1%;
}

.col_sm8_3 {
	width: 29%;
	float: left;
	margin: 1%;
}

.col_sm88_3 {
	width: 67%;
	float: left;
	margin: 1%;
}

.why-chse {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	row-gap: 19px;
	column-gap: 3%;
}

.why-chse-box {
	width: 35%;
}

.why-chse-box-1 {
	width: 50%;
}


.why-chse-box-1 h4 {
	font-size: 35px;
	color: #e3010f;
	padding: 6px 13px;
	display: inline-block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	line-height: 140%;
	text-align: left;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.why-chse-box-1 h5 {
	font-size: 19px;
	font-weight: 600;
	line-height: 140%;
	text-align: left;
	color: #6e6e6e;
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.why-chse-box-1 p {
	margin: 6px 0 0px 0;
	font-size: 16px;
	color: #6e6e6e;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}

.card-1:hover .icon_img {
	animation: icon-bounce 0.8s 1;
}

@keyframes icon-bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}


.rel1 {
	position: relative;
}

.ftr-top {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 2%;
	top: -58px;
	width: 99%;
	border-radius: 15px;
	left: 5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
}

.mrg-top {
	margin-top: 6%;
}

.ftr-top a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 220px;
	display: block;
	background-color: #e3010f;
	padding: 15px;
	line-height: 140%;
	font-family: "Poppins", sans-serif;
	border-radius: 5px;
}

.ftr-top h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-left: 0;
	color: #fff;
	font-family: "Poppins", sans-serif;
	line-height: 140%;
	font-weight: 600;
	margin-right: 0;
}

.ftr-top p {
	margin: 6px 0 0px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 140%;
	text-align: left;
}


/*--------------------------------------------------------------
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;
	text-transform: capitalize;
	font-family: "Poppins", sans-serif;
	text-align: justify;
}

.ftr_txt ul li:hover {
	margin: 4% 2% 1.1% 4%;
	color: #236dec;
	transition: all 0.5s ease;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	padding: 9px 16px;
	border: 3px solid #e3010f;
	color: #f47721;
	background-color: #fff;
	text-decoration: none;
	border-radius: 25px 25px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-align: left !important;
	transition: all .2s linear;
	z-index: 99999999;
	width: 42px;
	height: 45px;
	position: fixed;
	right: 2%;
	bottom: 4%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	/* animation: top-arrow infinite 1.5s linear alternate ; */
}

.top_arrow>.fa-arrow-right-long {
	font-size: 18px;
	rotate: 270deg;
	position: absolute;
	left: 28%;
	color: #e3010f;
	bottom: -11%;
	transition: all .4s linear;
}

@keyframes top-arrow {
	0% {
		bottom: 3.2%;
	}

	100% {
		bottom: 4%;
	}
}

.top_arrow>.fa-circle {
	font-size: 20px;
	position: absolute;
}

.top_arrow:hover {
	color: #fff;
}

/* ===================== */

.bg_clr12 {
	background: #fff;
	margin-top: 22px;
	border-radius: 15px;
	position: relative;
}

@media only screen and (max-width:1700px) {
.grid figcaption p {
    	height: 26%;
	}
}

@media only screen and (max-width:1600px) {
	.banner_text {
   		margin-top: 8%;
	}
	.grid figcaption p {
    	height: 28%;
	}
}

@media only screen and (max-width:1500px) {

	.top2 {
		width: 92%;
	}

	.top {
		width: 92%;
	}
	    .banner_text {
        margin-top: 12%;
    }

}

@media only screen and (max-width:1400px) {
	.col_sm11 {
		width: 20%;
	}
	.banner_text {
		flex-wrap: nowrap;
    }
    .grid figcaption p {
    	height: 37%;
	}

}


@media only screen and (max-width:1300px) {

.grid figcaption p {
    	height: 42%;
	}
}


@media only screen and (max-width:1200px) {
	.top2 {
		width: 95%;
	}

	.top {
		width: 95%;
	}

	.footer_le {
		padding-left: unset;
	}
	.banner_text h2 {
    font-size: 50px;
}
.banner_text p {
    font-size: 20px;
    margin: 3px 0 !important;
 
}

}



@media only screen and (max-width:1125px) {
	.col_sm111 {
		width: 65%;
	}

	.col_sm11 {
		width: 25%;
	}

	.logo {
		margin: 7% 7% 3% !important;
	}

	.menu {
		/* justify-content: center !important; */
		gap: 19px !important;
	}

	.flex2 {
		justify-content: center;
	}

	.top {
		width: 96%;
	}

	.top2 {
		width: 96%;
	}

}

@media only screen and (max-width:1100px) {

	.logo h1 {
		font-size: 20px;
	}
	.grid figcaption p {
    	height: 55%;
	}

}

@media only screen and (max-width:991px) {

	.clr {
		color: #fff;
	}
}

@media only screen and (max-width:960px) {

	.grid figcaption p {
    	height: 23%;
	}
	    .banner_text {
        margin-top: 1%;
    }
	.banner_text {
		flex-direction: column;
/*		flex-wrap: wrap;*/
	}

	.commitment-box-1 {
    width: 50%;
}

	.ftr-top {
		top: -60px;
	}

	.col_sm11 {
		width: 25%;
	}

	.col_sm111 {
		width: 80%;
	}

	.grid figure {
		        width: 47%;
        margin: 0px 5px 5px 0px;
    }

	.banner_text h2 {
		font-size: 38px;
		margin-top: 2%;
	}

	.col_sm112 {
		float: left;
		margin: 1%;
	}

	.col_sm12 {
        width: 5%;
    }
	.ftr_txt ul li {
		margin: 2% 2% 1.1% 2%;
	}

	.footer_logo {
		padding: 1.1% 1%;
	}



	.why-chse-box {
		width: 98%;
	}

	.desk-view {
		display: none;
	}

	.mbl-view {
		display: block;
	}

	.grid figure figcaption h2 {
		font-size: 17px;
	}

	.commitment-box {
		min-height: 394px;
		width: 50%;
	}

	

	.fix_nav {
		position: static !important;
	}

	.ftr_txt h2 {
		margin: 0% 0% 1% 0% !important;
	}

	.ftr_txt p {
		margin-bottom: 0% !important;
	}

	.footer_le {
		padding-left: 0px;
	}

	.footer_logo {
		width: 40%;
	}

	.col_sm3 {
		width: 48%;
	}

	.br-m {
		display: none !important;
	}

	.bg_clr12 {
		margin-top: 0px !important;
	}

	.top2 {
		width: 97%;
	}

	.bg_clr12 {
		margin-top: 0px;
		border-radius: 0px;
	}

	.bg_clr12:before {
		display: none;
	}

	#cssmenu {
		border: none;
		border-radius: 0;
	}

	.logo {
		margin: 0% auto 1%;
		padding-top: 1%;
		float: none;
		width: 300px;
	}

	.top {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #00497c;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm4 {
		width: 98%;
	}

}

@media only screen and (max-width:900px) {
	.col_sm111 {
		width: 65%;
	}

}

@media only screen and (max-width:800px) {
	.whatsapp_float {
		    bottom: 96px;
		    right: 15px;
	}
	.mrg-top1 {
		  margin-top: 18%;
	}
	.ftr-top {
		flex-direction: column;
		align-items: start;
	}

	.col_sm111 {
		width: 98%;
	}

	.col_sm11 {
		width: 30%;
	}

	.mrg-top {
		margin-top: 10%;
	}

	.col_sm8_3 {
		width: 98%;
	}

	.heading p {
		padding: 0% 2%;
	}

	.col_sm88_3 {
		width: 98%;
		padding: 0% 2%;
	}

	.col_sm88_2 {
		width: 98%;
		padding: 0% 2%;
	}

	.col_sm88_2 {
		width: 98%;
	}

	.col_sm8_2 {
		width: 98%;
	}

	.banner_text p {
		font-size: 20px;
	}


	.ftr-top h2 {
		font-size: 21px;
	}

	.ftr-top p {
		margin: 6px 87px 0px 0px !important;
	}


	.why-chse-box-1 {
		width: 98% !important;
	}

	.col_sm3 {
		width: 98%;
		float: none;
		margin: 1%;
	}

	.col_sm4_1 {
		width: 98%;
	}

	.col_sm4 {
		width: 98%;
	}

	.col_sm33 {
		width: 100%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		margin: 4% 0%;
	}

	.col_sm2 {
		width: 98%;
	}

	.ftr_right {
		text-align: left;
	}

}
@media only screen and (max-width:700px) {
    .mrg-top {
        margin-top: 15%;
    }
    .grid figcaption p {
    	height: 30%;
	}
}
@media only screen and (max-width:600px) {
	.mrg-top1 {
        margin-top: 25%;
    }
	.ftr-top {
        top: -18px;
    }
	.commitment-box-1 {
    	width: 98%;
	}

	.shimmer-button {
		margin: 0 auto 0px !important;
	}
	.banner_text p {
	    font-size: 14px;
	}
	.mrg-top {
		margin-top: 18%;
	}

	.commitment-box {
		width: 98%;
		border-right: none;
	}

	.commitment {
		row-gap: 25px;
	}

	.banner_text h2 {
		font-size: 24px;
		margin-top: 0%;
	}

	.banner_text p {
		font-size: 16px;
	}

	.col_sm11 {
		width: 50%;
		float: left;
		 margin: 2% 1% 2% 1%;
    
	}

	.col_sm111 {
		width: 98%;
	}

	.why-chse-box-1 {
		width: 98% !important;
	}


	.footer_logo {
		width: 98%;
	}

	.banner_button a {
		padding: 9px 22px !important;
		font-size: 10px !important;
	}

	.banner-text p {
		font-size: 16px !important;
	}

	.banner-text h1 {
		font-size: 24px !important;
	}

	.wm-border222 {
		font-size: 100px !important;
	}

	.wm-border22 {
		font-size: 24vw;
	}

}
@media only screen and (max-width:540px) {
	    .mrg-top1 {
        margin-top: 36%;
    }
}
@media only screen and (max-width:500px) {
	  .grid figcaption p {
    	height: 40%;
	}

	.bg_clr12:before {
		left: unset;
	}
	.ftr-top1 {
	    padding: 3%;
	    flex-direction: column;
	    align-items: start;
	    row-gap: 16px;
	}
  /*  .mrg-top1 {
        margin-top: 40%;
    }*/
    .whatsapp_float {
    	right: 10px;
	}
 	.mrg-top {
        margin-top: 25%;
    }
    .whatsapp_float {
	    bottom: 96px;
	    right: 8px;
	}
	.col_sm9_1 {
    	width: 16%;
	}
	.col_sm99_1 {
    width: 80%;
}


}

@media only screen and (max-width:470px) {
	    .mrg-top1 {
        margin-top: 25%;
    }

	.heading1_1 h2:after {
		top: 45px;
		right: 45%;
	}
	
	.shimmer-button {
	    padding: 8px !important;
	}

	.heading1 h2:after {
		top: 97px;
		right: 47%;
	}

	.heading1 p {
		margin-top: 32px;
	}

	.commitment-box h2 {
		min-height: 28px;
	}

	.banner_text h2 {
		font-size: 23px;
	}

	.ftr-top {
		top: -106px;
	}

	
	.ftr-top p {
		top: -106px;
		margin: 10px 0px 13px 0px !important;
	}

	.about {
		padding: 10px;
	}

	.about p {
		text-align: justify !important;
	}

	.commitment-box {
		width: 98%;
		padding: 4%;
		border-right: none;
	}

	.grid figure {
		width: 98%;
		padding: 7px;
	}
   

}

@media only screen and (max-width:460px) {

	.ftr-top {
/*		top: -130px;*/
		top: -90px;
	}
	/*    .mrg-top {
        margin-top: 38%;
    }*/
    .mrg-top1 {
        margin-top: 36%;
    }



}
@media only screen and (max-width: 440px) {
    .mrg-top1 {
        margin-top: 45%;
    }
}


@media only screen and (max-width:400px) {
	    .col_sm9_1 {
        width: 20%;
    }
    .col_sm99_1 {
        width: 75%;
    }
	.col_sm11 {
		margin: 2% 1% 2% 1% !important;
	}
    .ftr-top {
        top: -80px;
    }
    .mrg-top {
        margin-top: 28%;
    }

	.banner_text p {
		font-size: 12px;
	}
		.mrg-top1 {
	    margin-top: 45%;
	}
	  .grid figcaption p {
    	height: 23%;
	}

	

}

@media only screen and (max-width:360px) {

	.banner_text p {
		font-size: 10px;
	}

	.banner_text h2 {
		font-size: 16px;
	}

	.logo {
		width: 228px;
	}

	.heading h2 {
		font-size: 28px;
	}

	.heading h2:after {
		right: 40%;
	}

	.ftr-top h2 {
		font-size: 16px;
	}

	.heading1 h2 {
		font-size: 28px;
	}

	.heading1 h2:after {
		top: 80px;
		right: 40%;
	}

	.heading1 p {
		margin-top: 23px;
		padding: 2%;
	}

	.ftr-top p {
		font-size: 14px;
	}

	.ftr-top a {
		margin-left: -2px;
	}
}