@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Shadows+Into+Light&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Montserrat", sans-serif;*/
/* font-family: "Montserrat", sans-serif; */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	scroll-behavior: smooth;
}

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

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

/* ::selection {
	background-color: #e81e25;
	color: #fff;
} */

.clear {
	clear: both;
}

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

hr {
	border: 0.3px solid #2658a896 !important;

}

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

.cert_bg {
	background: #f6f6f6;
}


.brd {
	border: 1px solid #cecece;
	border-radius: 20px;
	padding: 1%;
	display: flex;
	align-items: center;
}

.testi h2 {
	text-align: center;
	border-right: 1px solid #cecece;
	margin: 0;
	font-weight: 500;
	padding: 22px 5px;
	font-size: 20px;
	line-height: 140%;
	font-family: "Montserrat", sans-serif;

}


.mbi-display {
	display: none;
}

.desktop-display {
	display: block;
}

/*---process------------*/
.process {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 30px;
}

.hexa {
	width: 190px;
	-webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	-moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	-ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.gon {
	width: 150px;
	height: 150px;
	background: #ff1f1fa1;
	background-size: 220px 220px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	/* Text styling */
	line-height: 220px;
	text-align: center;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #fff;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	transition: color 500ms ease, text-shadow 500ms ease;
}

.gon:hover {
	color: #fff;
	text-shadow: 0 0 10px white;
}

/*---process------------*/


/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/

.slider-container {
	position: relative;
	width: fit-content;
}

.testimonial {
	background: white;
	border-radius: 12px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	padding: 75px 40px;
	position: relative;
	text-align: center;
	font-style: italic;
	transition: opacity 0.5s ease;
	min-height: 320px;
	display: flex;
	align-items: center;
}

.quote-mark {
	font-size: 60px;
	color: #ccc;
	position: absolute;
	top: -10px;
	left: 20px;
}

.quote-mark.right {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
	rotate: 180deg;
}

.message {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
}

.author {
	margin-top: 20px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	position: absolute;
	bottom: -50%;
	right: 3%;
	width: 300px;
}

.testi_tail {
	width: 130px;
	position: absolute;
	bottom: -16%;
	right: 40px;
}

.nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(100, 100, 100, 0.5);
	border: none;
	color: white;
	font-size: 24px;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.3s;
}

.nav-button:hover {
	background: rgba(100, 100, 100, 0.8);
}

.prev {
	left: -25px;
}

.next {
	right: -25px;
}

.slide {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.slide.active {
	display: block;
	opacity: 1;
}

.client_say {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.client_say>div:nth-child(1) {
	width: 46%;
	margin: 1%;
}

.client_say>div {
	width: 46%;
	margin: 1%;
}

.footer2_bg {
	background-color: #06134b;
}

.footer_brd_top>div:nth-child(1) {
	display: flex;
}

.footer_flex {
	display: flex;
	gap: 5px;
	justify-content: center;
}

.footer_flex li a {
	width: 30px;
}


.common_head_bg {
	background-color: #d4d4d4;
}

.common_head {
	display: flex;
	gap: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0;
	flex-wrap: wrap
}

.common_head li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 1% 0 0 !important;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #162361;
	padding: 15px 40px;
	border-radius: 5px;
	box-shadow: 0 0 23px rgb(0 0 0 / 25%);
	width: fit-content;
	position: relative;
	display: inline-block;
}

.clienr_bg>img {
	height: 150px;
	object-fit: cover;
	width: auto !important;
}

.clienr_bg {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 15px #e0e0e0;
	margin: 15px;
	align-items: center;
	justify-content: center;
}

.wel_btn2 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	background-color: #0e1c5c;
	padding: 13px 41px 13px 25px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 140%;
	letter-spacing: 0.3px;
	margin: 1% auto;
	display: table;
	transition: all .2s linear;
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
	position: relative;

	&::after {
		content: "";
		border-right: 2px solid #ffffff;
		border-top: 2px solid #ffffff;
		rotate: 44deg;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 17px;
		top: 11.2px;
	}
}

.new_securitytex {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 1% 0 0 !important;
}

.boxContent h2 {
	font-family: 'Montserrat', sans-serif;
	color: #385723;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin: 0% !important;
}

.new_security {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-direction: column;
	width: 48%;
	float: left;
}

.outer-box>div,
.boxContent>div {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: justify;
	margin: 1% 0 0% !important;
	line-height: 160%;
}

.outer-box {
	box-shadow: 0 0 15px #ccc;
	padding: 2em;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ea9595;
	width: 100%;
	margin: 0;
	min-height: 180px;
}


.boxContent {
	box-shadow: 0 0 15px #ccc;
	padding: 2em;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #6bb538;
	width: 100%;
	margin: 0;
}

.outer-box h2 {
	font-family: 'Montserrat', sans-serif;
	color: #c00000;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	margin: 0% !important;
}

.miss_vis_certi {
    display: flex
;
    float: right;
    width: 49%;
    gap: 25px;
}

.hero3 {
	background: url('../images/bg-highlights.webp') no-repeat fixed center;
	background-size: cover;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	color: #000;
	font-weight: 400;
	line-height: 2.0;
}

.hero4 {
	background: url(../images/bg-testimonials.jpg) no-repeat fixed center;
	background-size: cover;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	color: #000;
	font-weight: 400;
	line-height: 2.0;
	padding: 0 0 6%;
}

.styleimg_right_pad {
	padding: 80px 60px;
}

.manage_ser_box2 {
	background: #03438b;
	border-radius: 4px;
	overflow: hidden;
	color: #1d1d1d;
	margin-bottom: 10px;
	transition: .5s;
	padding: 9px;
	text-decoration: none;
}

.manage_ser_box2 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 160%;
	margin: 0% !important;
	padding: 7% 5% 9%;
}

.img_con2 {
	position: relative;
	overflow: hidden;
}

.img_con2 h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(0deg, black, transparent);
	margin: 0;
	padding: 6% 0%;
	text-transform: uppercase;
}

.manage_ser_box {
	background: #89d96a;
	border-radius: 4px;
	overflow: hidden;
	color: #1d1d1d;
	margin-bottom: 10px;
	transition: .5s;
	text-decoration: none;
}

.manage_ser_box p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #000;
	line-height: 160%;
	margin: 0% !important;
	padding: 7% 5% 9%;
}

.manager_service_bg {
	background-color: #0d5202;
}

.manager_service_bg2 {
	background-color: #06134b;
}

.manage_ser h2 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: table;
	color: #fff;
	line-height: 140%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0% auto 2% !important;
	border-left: 10px solid #46cb18;
	padding-left: 10px;
}

.manage_ser p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0% 0% 3% !important;
}

.manage_ser_card {
	display: flex;
	flex-wrap: wrap;
}


.manage_ser2 h2 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: table;
	color: #fff;
	line-height: 140%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0% auto 2% !important;
	border-left: 10px solid #585858;
	padding-left: 10px;
}

.manage_ser2 p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0% 0% 3% !important;
}

.sec_ser_card_mid {
	width: 98%;
	margin: 1% auto;
	background-color: #626262;
	padding: 30px;
	border-radius: 4px;
	position: relative;
}

.sec_ser_card_mid::before {
	content: "";
	position: absolute;
	bottom: -26%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	rotate: 45deg;
	background-color: #c8c8c8;
	z-index: -1;
}

.sec_ser_card_mid p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 160%;
	margin: 0% !important;
}

.sec_ser_txt p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #000;
	line-height: 160%;
	margin: 0% !important;
	padding: 7% 5% 9%;
}

.img_con h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(0deg, black, transparent);
	margin: 0;
	padding: 6% 0%;
	text-transform: uppercase;
}

.sec_ser_txt {
	background: #ffffff;
	border-radius: 7px;
	padding: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
	color: #1d1d1d;
	margin-bottom: 10px;
	transition: .5s;
	text-decoration: none;
}

.sec_ser_txt:hover {
	box-shadow: 0 0 10px #21a9e1;
}


.watermark {
	background: url('../images/security-service-watermark.png');
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sec_ser h2 {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: table;
	color: #000;
	line-height: 140%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 4% auto 2% !important;
	border-left: 10px solid #0e1c5c;
	padding-left: 10px;
}

.sec_ser p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #000;
	line-height: 160%;
	letter-spacing: 0.5px;
	margin: 0% 0% 3% !important;
}

.sec_ser_card {
	display: flex;
	flex-wrap: wrap;
}

.count_txt {
	border-right: 1px solid #b2b2b2;
	padding: 44px 0;
}

.count_txt:last-child {
	border: none;
}


.count_txt h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #282828;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
}

.count_txt p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #282828;
	text-align: center;
	text-transform: uppercase;
	margin: 4% 0% 0% !important;
	line-height: 140%;
}

.top_conter {
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.form-container2 {
	background-color: white;
	width: 95%;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.form-header2 {
	background-color: #0d1a57;
	color: white;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
}

.form-body2 {
	padding: 20px;
}

.form-body2 label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}

.form-body2 input[type="text"],
.form-body2 input[type="email"],
.form-body2 input[type="tel"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.radio-group2 {
	margin-top: 10px;
}

.radio-group2 label {
	display: inline-block;
	margin-right: 15px;
	font-weight: normal;
}

.submit-btn2 {
	margin-top: 20px;
	padding: 12px 35px;
	background-color: #17a2d8;
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.footer-text2 {
	margin: 15px 20px 20px;
	font-size: 14px;
}

.footer-text2 a {
	color: #007bff;
	text-decoration: none;
}

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

.top_flex {
	display: flex;
	justify-content: end;
	align-items: stretch;
	position: relative;
}

.email>i {
	color: #000;
}

.email>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	margin: 0% !important;
	line-height: 140%;
}

.email {
	width: fit-content;
	padding: 1.05% 12px;
	float: right;
}

.click-call {
	width: 130px;
	padding: 1.05% 12px;
	float: right;
}

.whatsapp-icon>a {
	display: flex;
	align-items: center;
	gap: 5px;
	left: 2px;
	position: relative;
	height: 40px;
	text-decoration: none;
	color: #fff;
	background-color: #2bab1c;
	border-radius: 50px;
	padding: 0px 10px 0px 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.wel_box_p {
	display: flex;
	margin: 0 0 3%;
}

.wel_box {
	width: 34%;
	margin: 0% !important;
	padding-bottom: 13px;
	border-bottom: 3px solid #82bb41;
}

.wel_box:nth-child(2) {
	border-bottom: 2px solid #82bb41;
}

.wel_box:nth-child(3) {
	border-bottom: 2px solid #82bb41;
}

.mi_vi_flex {
	display: flex;
	flex-wrap: wrap;
}

.mi_vi_bg {
	background-color: #f1f6e7;
	padding: 30px 40px;
	border-bottom: 10px solid #8cc43f;
	position: relative;
}

.mi_vi_bg:nth-child(2) {
	background-color: #e9fff4;
	border-bottom: 10px solid #065f31;
}

.mi_vi_bg:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg:nth-child(3) {
	background-color: #e9ebff;
	border-bottom: 10px solid #242b85;
}

.mi_vi_bg:nth-child(3) h2 {
	color: #dee1ff;
}

.mi_vi_bg h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 195px;
	text-align: center;
	line-height: 80%;
	font-weight: 400;
	color: #ebf2dc;
	margin: 0% !important;
}

.mi_vi_bg h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-align: center;
	margin: 1% 0 0 !important;
}

.mi_vi_bg p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: 140%;
	text-align: justify;
	margin: 2% 0 !important;
}

.mi_vi_bg img {
	width: 170px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s linear;
}

.mi_vi_bg:hover img {
	top: 10%;
}



.mi_vi_bg1 {
	background-color: #f1f6e7;
	padding: 30px 40px;
	border-bottom: 10px solid #8cc43f;
	position: relative;
	margin-bottom: 90px !important;
}

.mi_vi_bg1:nth-child(2) {
	background-color: #e9fff4;
	border-bottom: 10px solid #065f31;
}

.mi_vi_bg1:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg1:nth-child(3) {
	background-color: #e9ebff;
	border-bottom: 10px solid #242b85;
}

.mi_vi_bg1:nth-child(3) h2 {
	color: #dee1ff;
}


.mi_vi_bg1 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-align: center;
	margin: 1% 0 0 !important;
	padding-top: 160px;
	text-transform: capitalize;
}

.mi_vi_bg1 p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: 140%;
	text-align: justify;
	margin: 2% 0 !important;
}

.mi_vi_bg1 img {
	width: 250px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s linear;
}

.mi_vi_bg1:hover img {
	top: 10%;
}


.mi_vi_bg2 {
	background-color: #e7f8ff;
	padding: 30px 40px;
	border-bottom: 10px solid #00acec;
	position: relative;
	margin-bottom: 90px !important;
}

.mi_vi_bg2:nth-child(2) {
	background-color: #fff7f0;
	border-bottom: 10px solid #fc6e01;
}

.mi_vi_bg2:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg2:nth-child(3) {
	background-color: #f1f6e7;
	border-bottom: 10px solid #8cc43f;
}

.mi_vi_bg2:nth-child(3) h2 {
	color: #dee1ff;
}


.mi_vi_bg2 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-align: center;
	margin: 1% 0 0 !important;
	padding-top: 160px;
	text-transform: capitalize;
}

.mi_vi_bg2 p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: 140%;
	text-align: justify;
	margin: 2% 0 !important;
}

.mi_vi_bg2 img {
	width: 250px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s linear;
}

.mi_vi_bg2:hover img {
	top: 10%;
}




.mi_vi_bg3 {
	background-color: #f1f6e7;
	padding: 30px 40px;
	border-bottom: 10px solid #8cc43f;
	position: relative;
	margin-bottom: 90px !important;
}

.mi_vi_bg3:nth-child(2) {
	background-color: #e9fff4;
	border-bottom: 10px solid #065f31;
}

.mi_vi_bg3:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg3:nth-child(3) {
	background-color: #e9ebff;
	border-bottom: 10px solid #242b85;
}

.mi_vi_bg3:nth-child(3) h2 {
	color: #dee1ff;
}


.mi_vi_bg3 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-align: center;
	margin: 1% 0 0 !important;
	padding-top: 160px;
	text-transform: capitalize;
}

.mi_vi_bg3 p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: 140%;
	text-align: justify;
	margin: 2% 0 !important;
}

.mi_vi_bg3 img {
	width: 350px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s linear;
}

.mi_vi_bg3:hover img {
	top: 10%;
}


.mi_vi_bg4 {
	background-color: #e7f8ff;
	padding: 30px 40px;
	border-bottom: 10px solid #00acec;
	position: relative;
	margin-bottom: 90px !important;
}

.mi_vi_bg4:nth-child(2) {
	background-color: #fff7f0;
	border-bottom: 10px solid #fc6e01;
}

.mi_vi_bg4:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg4:nth-child(3) {
	background-color: #f1f6e7;
	border-bottom: 10px solid #8cc43f;
}

.mi_vi_bg4:nth-child(3) h2 {
	color: #dee1ff;
}


.mi_vi_bg4 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-align: center;
	margin: 1% 0 0 !important;
	padding-top: 160px;
	text-transform: capitalize;
}

.mi_vi_bg4 p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: 140%;
	text-align: justify;
	margin: 2% 0 !important;
}

.mi_vi_bg4 img {
	width: 350px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s linear;
}

.mi_vi_bg4:hover img {
	top: 10%;
}



.mi_vi_bg4 {
	background-color: #e7f8ff;
	padding: 30px 40px;
	border-bottom: 10px solid #00acec;
	position: relative;
	margin-bottom: 90px !important;
}

.mi_vi_bg4:nth-child(2) {
	background-color: #fff7f0;
	border-bottom: 10px solid #fc6e01;
}

.mi_vi_bg4:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg4:nth-child(3) {
	background-color: #f1f6e7;
	border-bottom: 10px solid #8cc43f;
}

.mi_vi_bg4:nth-child(3) h2 {
	color: #dee1ff;
}

.mi_vi_bg5 {
	background-color: #e7f8ff;
	padding: 0px 30px 0px 0px;
	border-bottom: 10px solid #00acec;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 41px;
	border-radius: 0px 0 0 0;
	overflow: hidden;
}

.mi_vi_bg5:nth-child(1)>div:nth-child(1) {
	background-color: #ccf1ff;
	padding: 0px 0px;
	border-radius: 0 0px 0px 0;
	display: flex;
	align-items: center;
}

.mi_vi_bg5:nth-child(2)>div:nth-child(1) {
	background-color: #ffe7d4;
	padding: 0px 0px;
	border-radius: 0 0px 0px 0;
	display: flex;
	align-items: center;
}

.mi_vi_bg5:nth-child(3)>div:nth-child(1) {
	background-color: #e8ffc9;
	padding: 0px 0px;
	border-radius: 0 0px 0px 0;
	display: flex;
	align-items: center;
}

.mi_vi_bg5:nth-child(4)>div:nth-child(1) {
	background-color: #d6d9ff;
	padding: 0px 0px;
	border-radius: 0 0px 0px 0;
	display: flex;
	align-items: center;
}

.mi_vi_bg5:nth-child(2),
.mi_vi_bg5:nth-child(6) {
	background-color: #fff7f0;
	border-bottom: 10px solid #fc6e01;
}

.mi_vi_bg5:nth-child(2) h2 {
	color: #d9ffec;
}

.mi_vi_bg5:nth-child(3) {
	background-color: #f1f6e7;
	border-bottom: 10px solid #8cc43f;
}

.mi_vi_bg5:nth-child(3) h2 {
	color: #dee1ff;
}

.mi_vi_bg5:nth-child(4) {
	background-color: #e9ebff;
	border-bottom: 10px solid #d3d4df;
}


.mi_vi_bg5 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-align: left;
	margin: 0% 0 0 !important;
	text-transform: capitalize;
	padding-top: 40px;
}

.mi_vi_bg5 p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: 140%;
	text-align: justify;
	margin: 2% 0 !important;
}

.mi_vi_bg5 img {
	width: 250px;
	margin: 0 auto;
	transition: all .3s linear;
}

.mi_vi_bg5:hover img {
	top: 10%;
}

.prod_txt h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	margin: 0% !important;
	line-height: 140%;
	letter-spacing: 1.4px;
}

.prod_txt p {
	font-family: 'Livvic', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	line-height: 140%;
	text-align: justify;
	margin: 0.5% 0 0 !important;
}

.Why_bg {
	position: relative;
}

.Why_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0a2649a3;
	width: 100%;
	height: 0;
	transition: all .3s linear;
}

.Why_bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00acec54;
	width: 100%;
	height: 0;
	transition: all .3s linear;
}

.why_content {
	position: absolute;
	bottom: -50px;
	left: 10%;
	right: 20%;
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 60px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.why_content h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 150%;
	margin: 0% !important;
}

.why_content p {
	font-family: 'Lexend', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 140%;
	margin: 2% 0% 0% !important;
}

.why_content a {
	background-color: #8cc43f;
	padding: 15px 20px;
	color: #fff;
	transition: all .3s linear;
	border-radius: 8px;
}

.products {
	background-image: url(../images/page-bg.jpg);

}

.products h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 600;
	color: #171717;
	margin: 0.3% 1% 2% !important;
	line-height: 140%;
}

.Why_bg:hover::before {
	height: 100%;
}

.Why_bg:hover .why_content>a {
	background-color: #00acec;
}

.footer_brd_top {
	border-top: 1px solid #8cc43f;
	padding-bottom: 40px;
}

.footer_brd_top img {
	width: 130px;
}

#mybutton {
	position: fixed;
	bottom: 10px;
	right: 5px;
}

.goog-te-gadget .goog-te-combo {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 25px;
	border: 0px solid #000000;
	margin-top: 0 !important;
	outline: none;
	width: 176px;
	background: transparent;
	color: #fff;
	margin-right: -40px !important;
	-webkit-appearance: none;
	position: relative;
	border-right: 1px solid #fff;
	cursor: pointer;
	border-radius: 0;
	margin-bottom: 0 !important;
}

.goog-te-gadget>div {
	display: inline;
	z-index: 9999999;
	position: relative;
}

.goog-te-gadget>div::after {
	content: "🔻";
	position: absolute;
	top: 36%;
	right: -25%;
	transform: translate(-50%, -50%);
	font-size: 9px;
	rotate: 0deg;
	filter: invert(1) hue-rotate(67deg) brightness(1.9);
	cursor: pointer;
}

.form_head h2 {
	font-family: 'Lora', serif;
	font-size: 45px;
	font-weight: 600;
	color: #000;
	line-height: 110%;
	margin: 1% !important;
}

.form_head h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 140%;
	margin: 1%;
}

.form_head h2 span {
	color: #82bb41;
}


.add_div {
	display: flex;
	gap: 8px;
}


.flag_bg {
	padding: 5px;
	background-color: #e7e7e7;
	/* min-height: 340px; */
}

.imp_exp_txt2 {
	display: flex;
	flex-wrap: wrap;
}

.flag_brd {
	border: 1px solid #ddd;
}

.flag_brd h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	padding: 4px;
	margin: 0 !important;
	background-color: #fff;
}

.flag_bg h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
	padding: 4px;
	margin: 0 !important;
	background-color: #fff;
}

.fruit_icon {
	width: 150px;
	display: inline-block;
}

.imp_exp_txt>h2 {
	font-family: 'Lora', serif;
	font-size: 26px;
	font-weight: 700;
	color: #000;
	text-align: left;
	margin: 1% !important;
	line-height: 150%;
	border-left: 4px solid #82bb41;
	padding-left: 5px;
}

.text-style h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #00acec;
	line-height: 140%;
	margin: 0% !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: 0 2%;
}

.text-style h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 120%;
	color: #000000;
	margin: 0% !important;
	padding: 0 2%;
}

.text-style p {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	margin: 1% 0% 0% !important;
	line-height: 150%;
	padding: 0 2%;
}

.text-style a {
	font-family: "Montserrat", sans-serif;
	background-color: #8cc43f;
	padding: 15px 25px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.3px;
	transition: all .3s linear;
	cursor: pointer;
	outline: none;
	border: none;
	display: inline-block;
	margin: 20px 0 0px 2%;
}

.text-style a:hover {
	background-color: #03a0e4;
}

.inner_banner_txt {
	position: absolute;
	top: 50%;
	left: 37.1%;
	right: 0;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.inner_banner_txt h2 {
	font-family: "Lora", serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 120%;
	color: #fff;
	/* text-transform: capitalize; */
	margin: 0% !important;
}

.inner_banner_txt h3 a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	margin: 0% !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-decoration: none;
	transition: all .3s linear;
}

.inner_banner_txt h3 a:hover {
	color: #82bb41;
}

.about_bg_txt h2 {
	font-family: 'Lora', serif;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0% !important;
}

.left h2 {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-align: left !important;

	margin: 1%;
}

.ftr_txt p strong {
	color: #82bb41;
}

.reltd-back {
	background: #f6f6f6;
}

.about_bg_txt p {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 155%;
	text-align: center;
	margin: 1% 0 0 !important;
	padding: 0 13%;
}

.about_bg_txt p strong {
	color: #82bb41;
}

.testi_icon {
	margin-top: -72px;
	position: absolute;
}

.testi_icon i {
	font-size: 65px;
	color: #82bb41;
}


.client_info {
	display: flex;
	align-items: center;
	gap: 18px;
}

.client_details h2 {
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	color: #000000;
	text-align: center;
	margin: 0% !important;
}

.client_details p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #555555;
	text-align: justify;
	margin: 3% 0 !important;
}

.review_txt {
	background-color: #f7f8fc;
	padding: 36px;
}

.review_txt>p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #555555;
	text-align: justify;
	margin: 3% 0 !important;
}

.owl-item.cloned.active:first-of-type .review_txt {
	background-color: #82bb41 !important;
}

/* .owl-item.cloned.active .review_txt {
    background-color: #000;
} */
.wel_flex {
	display: flex;
}

.about-img {
	position: relative;
}

.about-img::before {
	position: absolute;
	content: "";
	top: -38px;
	left: -28px;
	width: 260px;
	height: 260px;
	background-image: -webkit-repeating-radial-gradient(#FFFFFF, #EEEEEE 5px, transparent 5px, transparent 10px);
	background-size: 20px 20px;
	transform: skew(359deg);
	z-index: -1;
}

.top_bar {
	background-color: #0b6835;
	padding: 0.7% 0%;
}

.top_info:nth-child(1) {
	float: left;
}

.top_info:nth-child(2) {
	float: right;
}

.top_info p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
	margin: 0% !important;
	color: #ffffff;
}

.top_info p a {
	color: #fff;
	text-decoration: none;
}

.top_social {
	width: fit-content;
	float: right;
	margin: 0%;
	display: flex;
	align-items: center;
	gap: 0px;
}

.top_social p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 140%;
	margin: 0% 10px 0 0px !important;
	border-right: 1px solid #fff;
	padding-right: 15px;
}

.fa-linkedin-in,
.fa-instagram,
.fa-facebook,
.fa-x-twitter,
.fa-facebook-f,
.fa-youtube {
	font-size: 16px;
	color: #fff;
	/* background-color: #0a2649; */
	border-radius: 50%;
	width: 27px;
	/* height: 27px; */
	display: inline-flex !important;
	position: relative;
	justify-content: center;
	align-items: center;
	transition: all .3s linear;

	&:hover {
		color: #03a0e4;
	}

}

.services h2 {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	text-align: center;
	/* padding: 0% 0% 1% 1%; */
	/* text-transform: uppercase; */
	margin: 1%;
}

.services h2 span {
	color: #82bb41;
}

.services p {
	font-size: 16px;
	font-weight: 500;
	color: #555555;
	line-height: 140%;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	margin: 1% 0% 3% !important;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.contact-top>a {
	font-family: "Montserrat", sans-serif;
	background-color: #21a9e1;
	padding: 10px 10px;
	border-radius: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.3px;
	transition: all .3s linear;
	cursor: pointer;

	&:hover {
		background-color: #8cc43f;
	}
}

.contact-top2>a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: #21a9e1;
	color: #fff;
	border-radius: 5px;
	padding: 9px 10px;
	text-decoration: none;
	box-shadow: 0px 15px 33px #b7d7e4;
	font-weight: 600;
	margin-left: 15px;

	&:hover {
		background-color: #8cc43f;
	}
}

.goog-te-gadget {
	color: #0b6835 !important;
	user-select: none !important;
}

/* Change the background and text color of dropdown options */
.goog-te-combo option {
	background-color: #0b6835 !important;
	color: white !important;
}

.img_con_color1 {
	background-color: #efebec;
}

.img_con_color2 {
	background-color: #fffbe0;
}

.img_con_color3 {
	background-color: #fef6f4;
}

.img_con_color4 {
	background-color: #e6f6ff;
}

.img_con {
	position: relative;
}

.img_con img {
	transition: all .3s linear;
	scale: 1;
}

.certi {
	display: flex;
	justify-content: center;
}

.home_pro_txt h2 {
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0% !important;
	line-height: 150%;
	padding: 8px 0px;
	background-color: #fff;
}


.footer-logo {
	width: 100%;
	margin: 0 auto;
	border-radius: 8px;
}

.footer-align {
	border-right: 1px solid #585858;
}

.footer-align:nth-child(5) {
	border-right: none;
}

.foot_mr {
	display: flex;
	margin-top: 30px !important;
	flex-wrap: wrap;
}

.footer-align2 {}

.footer-align3 {}

.con {
	display: flex;
	align-items: start;
	gap: 4px;
	color: #000;
	font-weight: 500;
}

.con i {
	margin-top: 5px;
	color: #00acec;
}

ul {
	list-style: none;
}


.icon_con i {
	font-size: 80px;
	color: #82bb41;
	text-align: center;
	width: 100%;
}

.featu_txt {
	background-color: #fff;
	padding: 40px 0px;
	min-height: 357px;
}

.featu_txt h2 {
	font-family: 'Lora', serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 140%;
	text-align: center;
	margin: 3% 0 0 !important;
}

.featu_txt p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #555555;
	text-align: justify;
	padding: 0 12%;
	margin: 3% 0 !important;
}

.featu_txt a {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #82bb41;
	text-transform: capitalize;
	border: 2px solid #82bb41;
	padding: 10px 21px;
	border-radius: 50px;
	text-align: center;
	display: table;
	margin: 4% auto 0%;
	transition: all .3s linear;
}

.featu_txt a:hover {
	background-color: #82bb41;
	color: #fff;
}


.flex {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 0px;
	/* padding-right: 6%; */
}

.wel_txt>h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 140%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0% 0% 2% !important;
	border-left: 10px solid #0e1c5c;
	padding-left: 10px;
}

.wel_txt>h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 600;
	color: #171717;
	margin: 0.3% 0% 2% !important;
	line-height: 140%;
}

.wel_txt h3 span {
	color: #82bb41;
}

.wel_txt>p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 160%;
	text-align: justify;
	margin: 0% 0% 3% !important;
}

.wel_txt p strong {
	color: #82bb41;
}

.wel_txt p span {
	color: #82bb41;
}

.wel_txt2>h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #0b6835;
	line-height: 140%;
	letter-spacing: 0.5px;
	margin: 0% 1% 0% !important;
}

.wel_txt2>p {
	font-family: 'Livvic', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #000;
	margin: 0% !important;
}


.wel_txt h4 {
	font-family: 'Lora', serif;
	font-size: 29px;
	font-weight: 700;
	margin: 0 1% 1%;
	color: #000;
	line-height: 140%;
}

.wel_btn {
	font-family: "Montserrat", sans-serif;
	background-color: #525252;
	padding: 13px 41px 13px 25px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.3px;
	margin: 0%;
	display: inline-block;
	transition: all .2s linear;
	clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
	position: relative;


	&::after {
		content: "";
		border-right: 2px solid #ffffff;
		border-top: 2px solid #ffffff;
		rotate: 44deg;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 17px;
		top: 11.2px;
	}
}

.fa-location-dot,
.fa-envelope,
.faicon,
.fa-phone {
	color: #ffffff;
	font-size: 12px !important;
}

.contact-icon {
	color: #e81e25 !important;
}

.certification_brd {
	border: 1px solid #ddd;
}

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

.txt-center {
	text-align: center !important;
}

.icon {
	width: 88px;
	margin: 0 auto 3%;
}


@keyframes top_down2 {
	0% {
		bottom: 13%;
	}

	100% {
		bottom: 0%;
	}
}

.fix_nav {
	z-index: 999;
	box-shadow: 0 5px 15px #e4e4e4;
}

.fix_nav3 {
	z-index: 999;
	padding: 0px 0px;
	border-bottom: 1px solid #c7c7c7;
}

.rel {
	position: relative;
}


/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	z-index: 999999;
}

.top_main2 {
	width: 100%;
	z-index: 999999;
	position: static;
}

.top {
	width: 98%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 85% !important;
	margin: 0 auto;
	max-width: 1600px;
}

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

.logo {
	width: 300px;
	margin: 0% 0%;
	float: left;
	transition: all .4s linear;
	position: absolute;
	left: 0;
	top: 12px;
}

.navbarrr {
	width: fit-content;
	padding: 0% 0%;
	float: right;
}

.contact-top {
	width: fit-content;
	padding: 1.05% 0%;
	float: right;
	display: flex;
	align-items: center;
	border-right: 1px solid #c7c7c7;
	padding-right: 12px;
}

.whatsapp-icon {
	width: fit-content;
	padding: 1.05% 12px;
	float: right;
	display: flex;
	align-items: center;
	border-right: 1px solid #c7c7c7;
}

.contact-top2 {
	width: fit-content;
	padding: 1.05% 0%;
	float: right;
	display: flex;
	align-items: center;
}

.call {
	width: 160px;
	float: left;
	padding: 1.2% 1%;
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

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

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

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

.link4 {
	text-decoration: none;
	color: #000;
	transition: all .3s linear;
}

.link4:hover {
	color: #0b6835;
}

/*--------------------------------------------------------------
popup form 1
--------------------------------------------------------------*/

.open-btn {
	margin: 50px;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
}

.popup-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.popup-form {
	background: white;
	width: 100%;
	max-width: 400px;
	padding: 20px;
	position: relative;
}

.popup-form h2 {
	background-color: #1aa3e9;
	color: white;
	padding: 10px;
	margin: -20px -20px 20px -20px;
	/* border-top-left-radius: 8px; */
	/* border-top-right-radius: 8px; */
	font-size: 20px;
}

.popup-form input[type="text"],
.popup-form input[type="email"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	font-size: 16px;
}

.popup-form .radio-group {
	margin-bottom: 15px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.popup-form button {
	background: #0033cc;
	color: white;
	border: none;
	padding: 12px 30px;
	font-size: 16px;
	border-radius: 25px;
	cursor: pointer;
	width: 100%;
}

.popup-form .close {
	position: absolute;
	top: 4px;
	right: 15px;
	font-size: 29px;
	font-weight: unset;
	cursor: pointer;
	color: #fff;
}

.popup-form .career-link {
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
}

.popup-form .career-link a {
	color: #1aa3e9;
	text-decoration: none;
}

@media (max-width: 500px) {
	.open-btn {
		margin: 20px;
		padding: 8px 16px;
		font-size: 16px;
	}

	.popup-form h2 {
		font-size: 18px;
	}

	.popup-form button {
		font-size: 14px;
		padding: 10px 20px;
	}
}


/*--------------------------------------------------------------
popup form 2
--------------------------------------------------------------*/

.btn-open-form {
	margin: 50px;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
}

.form-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.form-container {
	background: white;
	width: 100%;
	max-width: 700px;
	padding: 20px;
	position: relative;
}

.form-header {
	background-color: #1aa3e9;
	color: white;
	padding: 10px;
	margin: -20px -20px 20px -20px;
	/* border-top-left-radius: 8px; */
	/* border-top-right-radius: 8px; */
	font-size: 20px;
}

.btn-close-form {
	position: absolute;
	top: 4px;
	right: 15px;
	font-size: 28px;
	font-weight: unset;
	cursor: pointer;
	color: #fff;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.form-field {
	flex: 1;
	min-width: 45%;
}

.form-container label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.form-container textarea {
	resize: vertical;
	height: 120px;
}

.btn-submit-form {
	background: #00bfff;
	color: white;
	border: none;
	padding: 12px 30px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	width: 150px;
}

@media (max-width: 600px) {
	.form-field {
		min-width: 100%;
	}

	.form-header {
		font-size: 18px;
	}

	.btn-submit-form {
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}
}



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

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

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

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

.col_sm2_2 {
	width: 50%;
	float: left;
	margin: 0%;
}

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

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

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

.col_sm5_1 {
	width: 18%;
	margin: 1% 1%;
	float: left;
}

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

.col_sm5 {
	width: 18%;
	margin: 0% 1%;
	float: left;
}

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

.col_sm9_11 {
	width: 9.1%;
	margin: 1%;
	float: left;
}

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

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

.col_sm9_1 {
	width: 18%;
	margin: 1%;
	float: left;
}

.col_sm99_1 {
	width: 78%;
	margin: 1%;
	float: left;
}

.col_sm9 {
	width: 38%;
	margin: 0%;
	float: left;
}

.col_sm99 {
	width: 62%;
	margin: 0%;
	float: right;
}

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

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

.col_sm100 {
	width: 34%;
	float: left;
	margin: 1%;
}

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

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

/* .col_sm11 {
	width: 32%;
	float: left;
	margin: 1%;
}

.col_sm111 {
	width: 64%;
	float: right;
	margin: 1%;
} */

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

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

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

.col_sm222 {
	width: 36%;
	float: left;
	margin: 1%;
}

.col_sm44 {
	width: 27%;
	float: left;
	margin: 1%;
}

.col_sm444 {
	width: 69%;
	float: right;
	margin: 1%;
}

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

.col_sm555 {
	width: 79%;
	float: left;
	margin: 1%;
}

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

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

.col_sm77 {
	width: 24%;
	margin: 1%;
	float: left;
}

.col_sm777 {
	width: 71%;
	float: right;
	margin: 1%;
}

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


.col_sm888 {
	width: 48%;
	float: right;
	margin: 1%;
}

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

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

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

.bg_clr1 {
	background: #171717;
}

.bg_clr2 {
	background: #bed232;
}

.bg_clr3 {
	background-color: #f6f6f6;
}

.bg_clr6 {
	background: rgb(0 59 153 / 85%);
}


.bg_clr4 {
	background-color: #eb4438;
}

.bg_clr10 {
	background-color: #0b2239;
}

.bg_clr11 {
	background-color: #f3f3f3;
}

.bg_clr12 {
	background-color: #f3f3f3;
}

.hero1 {
	background-image: url(../images/watermark-2.png);
	background-size: 41%;
	background-position: center;
	background-repeat: no-repeat;
}

.hero2 {
	background-image: url(../images/footer-bg.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 1% 0 1%;
	background-color: #f9f9f9;
}

.hero5 {
	background-color: #06134b;
}

.hero6 {
	background-image: url(../images/hero-bg2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff5ed;
	padding: 20px 30px;
}

.hero7 {
	background-image: url(../images/hero-bg3.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f2f7f0;
	padding: 20px 30px;
}

.hero8 {
	background: #8cc43f;
}

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

.ftr_txt h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0% 0% 6% 0%;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}

.ftr_txt h2:after {
	background: #585858;
	content: '';
	position: absolute;
	width: 75px;
	height: 4px;
	right: auto !important;
	bottom: 0;
	left: 50% !important;
	transform: translateX(-50%);
}

.ftr_txt h2 span {
	color: #7dc51a;
}

.ftr_txt p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 3% 0%;
	line-height: 150%;
	color: #000000;
	text-align: justify;
}

.ftr_txt ul {
	padding: 0% !important;
}

.ftr_txt ul li {
	margin-bottom: 5px;
	display: block;
}

.ftr_txt ul li a {
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	text-decoration: none;
	line-height: 180%;
	text-align: center;
	font-weight: 500;
	font-size: 10px;
	white-space: nowrap;
	text-transform: capitalize;
	display: table;
	margin: 0 auto;
}

.ftr_lt_txt {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 160%;
	color: #8c8c8c;
	margin: 0;
}

.ftr_right {
	text-align: right;
}

.col-icon {
	color: #fff !important;
}


.bg-img {
	background: url(./images/bg-img.jpg);
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay-banner {
	position: absolute;
	top: 20%;
	left: 40%;
	background: #8cc43f;
	padding: 12px 80px;
}

.overlay-banner h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 55px;
	font-weight: 500;
	color: rgb(255 255 255);
	line-height: 0;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.overlay-banner a {
	font-family: 'Livvic', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 140%;
	text-align: justify;

	text-decoration: none;
}

.overlay-banner span i {
	font-size: 7px;
	display: inline;
	align-items: center;
	color: #fff;
}

.abt-text p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1%;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #8cc43f;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #03a0e3;
}

.img2 {
	width: 100%;
}

.img3 {
	width: 217px;
}

.col-icon {
	color: #fff !important;
}


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/

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

.bullet ul li {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	text-align: justify;
	padding-left: 6px;
	margin-bottom: 4px;
}

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

.bullet2 ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 1.6% 0%;
	line-height: 150%;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-align: justify;
}

.bullet3 ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 31px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bullet3 ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 0.9% 0%;
	line-height: 150%;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	text-align: left;
	/* flex: 18%; */
	width: 25%;
	display: flex;
	align-items: center;
}


.bullet4 ul {
	list-style-image: url(../images/bullet3.png);
	margin-left: 31px;
	padding: 0;
	/* display: flex; */
	flex-wrap: wrap;
}

.bullet4 ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 5% 0%;
	line-height: 150%;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	text-align: left;
	flex: 18%;
}


.bullet5 ul {
	list-style-image: url(../images/bullet2.png);
	margin-left: 31px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bullet5 ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 0.9% 0%;
	line-height: 150%;
	font-family: "Montserrat", sans-serif;
	color: #000000;
	text-align: left;
	/* flex: 18%; */
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 98%;
	margin: 0 auto;
	float: none;
}

.tab_def {
	margin: 1%;
}

table tr {
	background-color: #f8f8f8;
	border: 3px solid #ddd;
	padding: .35em;
}

table th,
table td {
	padding: 0.7%;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid #ddd;
}

.body_text111 {
	padding: 2.4%;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	border: 1px solid #ccc;
}




table td b {
	font-weight: 700;
	font-size: 15px;
}

table th {
	font-size: .85em;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.body_text1129 {
	font-size: 18px;
	font-weight: 600;
	color: #0d9bcd;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	padding: 0.6%;
}


.t_hed {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	text-transform: uppercase;
}


.bg-img {
	background: url(./images/bg-img.jpg);
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay-banner {
	position: absolute;
	top: 20%;
	left: 40%;
	background: #8cc43f;
	padding: 12px 80px;
}

.overlay-banner h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 55px;
	font-weight: 500;
	color: rgb(255 255 255);
	line-height: 0;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.overlay-banner a {
	font-family: 'Livvic', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 140%;
	text-align: justify;

	text-decoration: none;
}

.overlay-banner span i {
	font-size: 7px;
	display: inline;
	align-items: center;
	color: #fff;
}

.gbt-text p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1% 0;
}

.gbt-box {
	border-bottom: 3px solid #065f31;
}

.gbt-box .img-wrap {
	width: 160px;
	margin: 0 auto;
	transition: all ease .5s;
}

.gbt-box:hover .img-wrap {
	transform: translateY(7px);
}

.gbt-text2 h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	line-height: 140%;
	text-align: center;
	margin: 0.5% 0 0 !important;

}

.gbt-text2 h3 {
	font-size: 22px;
	font-family: 'Livvic', sans-serif;
	font-weight: 600;
	color: rgb(140 196 63);
	line-height: 140%;
	text-transform: capitalize;
	letter-spacing: 1.8px;
	margin: 10px 0;
}

.gbt-text2 p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 7px 0;
}

.gbt-text2 a {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 7px 0;
	text-decoration: none;
}

.gbt-text2 a i {
	font-size: 12px;
}

.gbt-text2 .cate-min {
	min-height: 440px;
	background: #ffff;
	padding: 13px;
}

.gbt-text3 h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 600;
	color: #171717;
	margin: 0% 1% 2% !important;
	line-height: 140%;
}

.gbt-text3 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	line-height: 140%;
	text-align: left;
	margin: 0.5% 0 0 !important;
}


.gbt-text5 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	line-height: 140%;
	text-align: left;
	margin: 0.5% 0 0 !important;
}

.gbt-text5 p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1% 0;
}

.gbt-text3 p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1%;
}

.bg-img2 .img {
	width: 62%;
	margin: 0 auto;
	position: absolute;
	left: 20%;
}

.btm-banner {
	background: #7dc51a;
}

.btm-banner h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	margin: 0.5% 0 0 !important;
}

.btm-banner p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 150%;
	text-align: center;
	margin: 1%;
}


.bg-img {
	background: url(./images/bg-img.jpg);
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.overlay-banner {
	position: absolute;
	top: 20%;
	left: 40%;
	background: #8cc43f;
	padding: 12px 80px;
}

.overlay-banner h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 55px;
	font-weight: 500;
	color: rgb(255 255 255);
	line-height: 0;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

.overlay-banner a {
	font-family: 'Livvic', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 140%;
	text-align: justify;

	text-decoration: none;
}

.overlay-banner span i {
	font-size: 7px;
	display: inline;
	align-items: center;
	color: #fff;
}

.abt-text p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1%;
}

.abt-box {
	border-bottom: 3px solid #065f31;
}

.abt-box .img-wrap {
	width: 160px;
	margin: 0 auto;
	transition: all ease .5s;
}

.abt-box:hover .img-wrap {
	transform: translateY(7px);
}

.abt-text2 h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #000000;
	line-height: 140%;
	text-align: center;
	margin: 0.5% 0 0 !important;

}

.abt-text2 h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: rgb(140 196 63);
	line-height: 140%;
	text-transform: capitalize;
	letter-spacing: 1.8px;
	margin: 10px 0;
}

.abt-text2 p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 7px 0;
}

.abt-text2 a {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 7px 0;
	text-decoration: none;
}

.abt-text2 a i {
	font-size: 12px;
}

.abt-text2 .cate-min {
	min-height: 419px;
}

.abt-text3 h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 600;
	color: #171717;
	margin: 0% 1% 2% !important;
	line-height: 140%;
}

.abt-text3 h3 {
	font-family: 'Livvic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	line-height: 140%;
	text-align: left;
	margin: 0.5% 0 0 !important;
}

.abt-text3 p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 150%;
	text-align: justify;
	margin: 1%;
}

.bg-img2 .img {
	width: 62%;
	margin: 0 auto;
	position: absolute;
	left: 20%;
}

.btm-banner {
	background: #7dc51a;
}

.btm-banner h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	margin: 0.5% 0 0 !important;
}

.btm-banner p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 150%;
	text-align: center;
	margin: 1%;
}

/*table*/

.contact h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 600;
	color: #171717;
	margin: 0% 1% 2% !important;
	line-height: 140%;
}

.contact_sub {
	background: #e5f9c9;
	padding: 10px;
	border-radius: 13px;
	min-height: 156px;
}

.contact_sub h2 {
	font-family: 'Livvic', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000000;
	line-height: 140%;
	text-align: center;
	margin: 0.5% 0 0 !important;
}

.contact_sub p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: center;
	margin: 1%;
}

.just_cont {
	justify-content: center;
	margin: 1%;
}


.creer-text3 h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 600;
	color: #171717;
	margin: 0% 1% 2% !important;
	line-height: 140%;
	text-align: center;
}

.creer-text3 h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: rgb(0, 172, 236);
	line-height: 140%;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	margin: 0% 1% 0% !important;
	text-align: center;
}

@media only screen and (max-width:1600px) {
	.featu_txt {
		min-height: 374px;
	}
}

@media only screen and (max-width:1480px) {
	#cssmenu>ul>li>a {
		margin: 0px 0px;
		padding: 14px 16px;
	}
}

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


	.banner-text h1 {
		top: 130px;
	}

	.featu_txt {
		min-height: 412px;
	}

	.wel_flex {
		align-items: flex-start;
	}
}


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


	.logo {
		width: 200px;
	}

	.navbarrr {
		padding: 0.1% 0%;
	}

	.contact-top2>a {
		font-size: 12px;
	}

	.email>a {
		font-size: 10px;
	}

	.click-call {
		width: 100px;
	}

	.contact-top>a {
		font-size: 10px;
	}

	.whatsapp-icon>a {
		height: 36px;
		font-size: 9px;
	}

	#cssmenu>ul>li>a {
		font-size: 10px;
		/* margin: 5px 5px; */
		padding: 10px 4px;
	}

}


@media only screen and (max-width:1300px) {
	.top3 {
		width: 98%;
	}

	.bullet3 ul li {
		width: 25%;
	}

	.wel_flex {
		align-items: flex-start;
	}

}

@media only screen and (max-width:1200px) {
	.hero4 {
		padding: 0 0 44%;
	}



	.col_sm5 {
		width: 31%;
	}

	.foot_mr {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact-top>a {
		font-size: 7px;
	}

	.whatsapp-icon>a {
		font-size: 8px;
	}

	.click-call {
		width: 91px;
	}

	.email {
		padding: 1.05% 0px;
	}

	.contact-top2>a {
		font-size: 7px;
	}

	.navbarrr {
		float: right;
	}


	.col_sm9_11 {
		width: 14.6%;
	}


	.con_icon {
		padding: 4%;
	}

	.col_sm4_2 {
		width: 48%;
	}

	.col_sm6 {
		width: 7%;
	}

}


@media only screen and (max-width:1100px) {
	.abt-text2 .cate-min {
		min-height: 435px;
	}

	.footer-logo {
		width: 250px;
	}

	#wowslider-container1 .ws-title span button {
		padding: 10px 30px !important;
		font-size: 13px !important;
	}

	.navbarrr {
		padding: 0.24% 0% !important;
	}


	#wowslider-container1 .ws-title span h2 {
		font-size: 18px !important;
	}

	#cssmenu>ul>li.has-sub>a:before {
		right: -5px !important;
	}

	#cssmenu>ul>li.has-sub>a:after {
		right: -8px;
	}

	.col_sm6 {
		width: 8%;
	}


	.bullet ul li {
		font-size: 13px;

	}

	.body_text111 {
		font-size: 13px;
	}

	.col_sm4 {
		width: 31%;
	}

}

@media only screen and (max-width:1125px) {
	.col_sm22 {
		width: 50%;
	}

	.bullet3 ul li {
		width: 33%;
	}

	.col_sm222 {
		width: 46%;
	}

	.col_sm3 {
		width: 48%;
		margin-bottom: 72px;
	}
}

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

	.logo {
		width: 180px;
		top: 18px;
	}

	.gbt-text2 .cate-min {
		min-height: 465px;
	}

	.col_sm8 {
		width: 48%;
		margin: 0 auto !important;
		float: none;
	}

	.col_sm88 {
		width: 98%;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm3_1 {
		width: 48%;
	}

	.col_sm55 {
		width: 21%;
	}

	.col_sm555 {
		width: 99%;
	}

	.col_sm6 {
		width: 14%;
	}
}


@media only screen and (max-width:960px) {
	.client_say>div:nth-child(1) {
		width: 44%;
	}

	.col_sm2_2 {
		width: 98%;
	}

	.contact-top2 {
		display: none;
	}

	.dis_mob {
		display: block;
	}

	.col_sm22 {
		width: 98%;
	}

	.col_sm222 {
		width: 98%;
	}

	.mbi-display {
		display: block;
	}

	.desktop-display {
		display: none;
	}

	.top_main {
		position: static;
	}

	.top_bar {
		display: none;
	}

	.wel_flex {
		display: block;
	}

	.col_sm8 {
		width: 98%;
	}

	.top2 {
		width: 93% !important;
	}

	.wel_txt p {
		padding-right: 0%;
	}

	.flex1 {
		flex-wrap: wrap;
	}

	.contact-top {
		display: none;
	}

	.fix_nav {
		padding: 0px 0px !important;
	}

	.d_n {
		display: block;
	}

	.fa-location-dot,
	.fa-phone,
	.fa-envelope {
		padding: 1.2%;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm44,
	.col_sm444 {
		width: 98%;
	}

	.dte h3 {
		margin-top: -5% !important;
	}

	.col_sm100 {
		width: 98%;
	}


	.col_sm4_1 {
		width: 98%;
	}

	.col_sm111 {
		width: 98%;
	}

	@keyframes top_down3 {
		0% {
			right: -4%;
			left: 31%;
		}

		100% {
			right: -4%;
			left: 23%;
		}
	}

	/* .col_sm11 {
		width: 98%;
		margin: 0 auto;
	} */


	.logo2 {
		margin-bottom: 1%;
		width: 100px;
	}

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


	.top3 {
		width: 93%;
	}

	.fix_nav {
		position: static !important;
	}

	.logo {
		border-right: none;
		margin: 0% auto;
		padding: 1% 0;
		float: none;
		width: 200px !important;
		position: relative;
		top: 0;
	}

	.whatsapp-icon {
		display: none;
	}

	.email {
		display: none;
	}


	.click-call {
		display: none;
	}

	.top_flex {
		display: inline-block;
	}

	.top {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		padding: 0% !important;
		background-color: #3240a4 !important;
	}

	.ftr_txt {
		min-height: 272px;
	}

	.ftr_txt h2 {
		margin: 0% 0% 5% 0%;
	}

	#cssmenu>ul>li>a {
		padding: 15px 14px;
		margin: 0;
		font-size: 13px;
	}

	.footer-align {
		padding-left: 0%;
	}

	.mi_vi_flex {
		display: block;
	}

}

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

	.client_say>div:nth-child(1),
	.client_say>div:nth-child(2) {
		width: 98%;
	}

	.col_sm9_11 {
		width: 18%;
	}

	.logo {
		width: 199px;
	}

	.col_sm99,
	.col_sm9 {
		width: 98%;
	}

	.col_sm6 {
		width: 31%;
	}

	.col_sm2 {
		width: 98%;
	}

	.col_sm66,
	.col_sm666 {
		width: 98%;
	}
}

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

	.logo {
		width: 300px !important;
		padding: 2% 0;
	}

	.bullet5 ul li {
		width: 50%;
	}

	.bullet3 ul li {
		width: 50%;
	}

	.col_sm5 {
		width: 48%;
	}

	.col_sm4 {
		width: 48%;
	}

	#wowslider-container1 .ws-title {
		max-width: 48vw !important;
	}


	/* #wowslider-container1 .ws-title span h2 {
		font-size: 27px !important;
	} */


	.testi h2 {
		font-size: 13px;
	}

	.col_sm55 {
		width: 34%;
	}

	.responsive-accordion-default.responsive-accordion li .responsive-accordion-head i {
		top: 11px !important;
	}

	.col_sm2_1 {
		width: 98%;
	}

	/* .col_sm11 {
		width: 94%;
	} */

	.col_sm111 {
		width: 98%;
	}

	.col_sm777 {
		width: 98%;
	}

	.col_sm77 {
		width: 50%;
	}


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


	.featu_txt {
		min-height: 389px;
	}


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

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

	.col_sm2 {
		width: 98%;
	}

	.ftr_right {
		text-align: left;
	}


}

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

	.inner_banner_txt {
		top: 41%;
	}

	.featu_txt {
		min-height: 408px;
	}


	.col_sm3_1 {
		width: 98%;
	}

	.fa-location-dot,
	.fa-phone,
	.fa-envelope {
		padding: 2%;
	}

	.min_h_talent {
		min-height: 170px;
	}


	.wel_btn a {
		padding: 15px 25px;
		font-size: 12px;
	}

	.who p {
		padding-right: 1%;
	}
}

@media only screen and (max-width:650px) {
	.col_sm9_11 {
		width: 31%;
	}

	.col_sm3_1 {
		width: 98%;
	}

}

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

	.col_sm3 {
		width: 98%;
	}

	.new_security {
		flex-wrap: wrap;
	}

	.outer-box,
	.boxContent {
		width: 98%;
	}

	.gbt-text3 h2 {
		font-size: 36px;
	}

	.client-carousel .owl-nav {
		top: -93%;
	}

	.abt-text2 .cate-min {
		min-height: 0;
	}

	.featu_txt {
		min-height: 0;
	}

	.col_sm4 {
		width: 98%;
	}

	.col_sm4_2 {
		width: 98%;
	}

	@keyframes top_down3 {
		0% {
			right: 0%;
			left: 31%;
		}

		100% {
			right: 0%;
			left: 23%;
		}
	}

	.col_sm8887 {
		width: 98%;

	}

	.col_sm888 {
		width: 98%;
	}

	#wowslider-container1 .ws-title span button {
		font-size: 12px !important;
		padding: 3px 18px !important;
	}

	.ftr_txt p {
		padding-bottom: 1%;
	}

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

}

@media only screen and (max-width:500px) {
	.bullet5 ul li {
		width: 51%;
	}

	.styleimg_right_pad {
		padding: 20px 10px;
	}

	.bullet3 ul {
		justify-content: center;
	}

	.bullet3 ul li {
		width: 74%;
	}

	.bullet5 ul li {
		width: 74%;
	}

	.fruit_icon {
		width: 70px;
	}

	.inner_banner_txt h2 {
		font-size: 30px;
	}

	.inner_banner_txt h3 a {
		font-size: 9px;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 16px !important;
	}

	.wel_txt h3 {
		font-size: 26px;
	}

	#wowslider-container1 .ws-title span {
		width: 100% !important;
	}

	.testi h2 {
		font-size: 10px;
	}

	.col_sm66,
	.col_sm666 {
		width: 98%;
	}

	.col_sm10,
	.col_sm100 {
		width: 98%;
	}

	.col_sm55 {
		width: 98%;
	}

	.col_sm6 {
		width: 48%;
	}


}

@media only screen and (max-width:470px) {
	@keyframes top_down3 {
		0% {
			right: 0%;
			left: 12%;
		}

		100% {
			right: 0%;
			left: 19%;
		}
	}

}

@media only screen and (max-width:400px) {
	.next {
		right: -7px;
	}

	.common_head li {
		width: 100%;
	}

	.common_head li a {
		font-size: 10px;
		padding: 15px 0px;
		width: 100%;
	}

	.logo {
		width: 223px !important;
	}

	.col_sm5 {
		width: 98%;
	}

	.col_sm9_11 {
		width: 48%;
	}

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

	.col_sm88 {
		width: 98%;
	}

	.col_sm4 {
		width: 98%;
	}

	.col_sm6 {
		width: 23%;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 8px !important;
	}
}

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

	.col_sm11 {
		width: 98%;
	}

	.col_sm6 {
		width: 31%;
	}

	.col_sm9 {
		padding-top: 1px;
	}

}

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


	.sec_ser h2,
	.wel_txt>h2,
	.manage_ser h2,
	.manage_ser2 h2 {
		font-size: 16px;
	}
}