@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

/* ::selection {
	background-color: #e81e25;
	color: #fff;
} */

.clear {
	clear: both;
}

.img {
	width: 100%;
	display: block;
}

hr {
	border: 0.3px solid #2658a896 !important;
}


.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: 'Poppins', sans-serif;

}

/*---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
--------------------------------------------------------------*/

.serv_txt12>a:hover {
	background-color: #fc0841;
	border: 1px solid transparent !important;
	color: #fff;
}

.serv_txt12>a {
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 1px solid #fc0841;
    transition: background-color .4s linear, color 0.4s linear;
    position: relative;
    display: table;
    margin: -3% 0;
}

.serv_txt12>a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 107%;
	background-color: #fc0841;
	z-index: -1;
	transition: all .3s linear;
}

.serv_txt12 a:hover::before {
	width: 100%;
}
.broker {
	padding: 2% 1%;
	/* box-shadow: 0px 0px 2px 2px #ccc; */
	border: 1px solid #ccc;
	min-height: 265px;
	background-color: #fff;
}

.broker-img {
	margin: 0 auto;
	width: 55px;
}

.broker h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 0% !important;
	line-height: 150%;
	color: #002967;
}

.broker p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding: 1% 2%;
	text-align: justify;
	margin: 0% !important;
	line-height: 140%;
}

.about-txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
	color: #000000;
	text-transform: uppercase;
	margin: 0% !important;
}

.about-txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #828282;
	text-align: justify;
	margin: 3% 0 0 !important;
}

#serv_grid_hover {
	background-color: #f5f5f5;
	/* border-radius: 8px; */
	transition: all .3s linear;
	padding: 15px;
}

.icon_con {
	/* background-color: #fff; */
	/* padding: 7%; */
	/* border-radius: 50%; */
	width: 100%;
	/* height: 100px; */
	/* display: flex
; */
	/* justify-content: center; */
	/* align-items: center; */
	/* box-shadow: 0 2px 4px -1px #ccc; */
	transition: all .1s linear;
}

.serv_txt32>a:hover {
	background-color: #fc0841;
	border: 1px solid transparent !important;
	color: #fff;
}

.serv_txt32>a {
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 1px solid #fc0841;
    transition: background-color .4s linear, color 0.4s linear;
    position: relative;
    display: table;
    margin: -3% 0;
}

.serv_txt32>a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 107%;
	background-color: #fc0841;
	z-index: -1;
	transition: all .3s linear;
}

.serv_txt32 a:hover::before {
	width: 100%;
}

.text_con {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-top: 25px;
	flex-wrap: wrap;
}

.serv_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #000000;
	text-transform: uppercase;
	margin: 0% !important;
	transition: all .1s linear;
}

.serv_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #828282;
	margin: 3% 0 0 !important;
	text-align: justify;
}

#serv_grid_hover:hover {
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	box-shadow: 0 0 #0000, 0 0 #0000, 0px 36px 100px 0px rgba(8, 8, 8, 0.15);
}

.serv_grid {
	display: grid;
	/* grid-template-areas:
        "item1 item2 item3"
        "item4 item5 item6"; */
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	justify-content: center;
}

.flex-73 {
	display: flex;
}

.serv_icon {
	width: 66px;
	margin: 6% 0 !important;
}

.ser_content {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	width: 80%;
	padding: 2% 5%;
	min-height: 362px;
}

.serv_txt>a:hover {
	background-color: #fc0841;
	border: 1px solid transparent !important;
	color: #fff;
}

.serv_txt>a {
	font-family: 'Poppins', sans-serif;
	padding: 10px 40px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	border: 1px solid #fc0841;
	transition: background-color .4s linear, color 0.4s linear;
	position: relative;
	display: table;
	margin: 4% auto 0;
}

.serv_txt>a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 107%;
	background-color: #fc0841;
	z-index: -1;
	transition: all .3s linear;
}

.serv_txt a:hover::before {
	width: 100%;
}

.testimonial-carousel {
	margin-top: 50px;
}

.counter {
    width: 31%;
    float: left;
    margin: 1%;
}

.nav_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form_head h2 {
	font-family: 'Poppins', sans-serif;
	;
	font-size: 45px;
	font-weight: 600;
	color: #000;
	line-height: 110%;
	margin: 1% !important;
}

.form_head h3 {
	font-family: 'Poppins', 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;
}

.contact_flex {
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
}


.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: 'Poppins', 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: 'Poppins', 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: 'Poppins', sans-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;
}

.inner_banner_txt {
	position: absolute;
	top: 63%;
	bottom: 0;
	left: 36%;
	right: 0;
	transform: translate(-50%, -50%);
}

.inner_banner_txt h2 {
	font-family: "Lora", serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 120%;
	color: #000000;
	/* text-transform: capitalize; */
	margin: 0% !important;
}

.inner_banner_txt h3 a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	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: 'Poppins', sans-serif;
	;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0% !important;
}

.about_bg_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 155%;
	text-align: center;
	margin: 1% 0 0 !important;
	padding: 0 13%;
}

.testi_icon {
	margin-top: -72px;
	position: absolute;
}

.testi_icon i {
	font-size: 65px;
	color: #82bb41;
}
.contac-he {
    min-height: 180px;
}

.contac-he:nth-child(2),
.contac-he:nth-child(3) {
	margin-top: 20px;
}


.client_info {
	display: flex;
	align-items: center;
	gap: 18px;
}

.client_details h2 {
	font-family: 'Poppins', sans-serif;
	;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	color: #000000;
	text-align: center;
	margin: 0% !important;
}

.client_details p {
	font-family: 'Poppins', 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: 'Poppins', 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;
	align-items: flex-start;
	background-color: #fff;
	margin-top: -9% !important;
	z-index: 00000;
	position: relative;
	padding: 3%;
	box-shadow: 0px 13px 13px -20px #00000096;
}

.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 {
	/* position: absolute; */
	border-bottom: 1px solid #c5c5c5;
	padding: 0.7% 0%;
}

.top_info:nth-child(1) {
	float: left;
}

.top_info:nth-child(2) {
	float: right;
}

.top_info p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	margin: 0% !important;
	color: #000;
}

.top_info p a {
	color: #000;
	text-decoration: none;
}

.services h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	line-height: 140%;
	text-align: center;
	margin: 0.5% 1% 3% !important;
}

.services h2 span {
	color: #82bb41;
}

.services p {
	font-size: 44px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 1% 0% 1% !important;
}

.services2 h2 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}

.services2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	line-height: 140%;
	text-align: justify;
	margin: 0.5% 0% 3% !important;
}

.services3 h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 140%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0% 0% 1% !important;
}

.services3 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 140%;
	text-align: left;
	margin: 0.5% 0% 3% !important;
	padding-right: 19%;
}
.serv_txt12 h3{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
    text-align: left;

    font-family: 'Poppins', sans-serif;
    margin: 0% 0% 1% !important;
}

.serv_txt32 h3{
	font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 140%;
    text-align: left;

    font-family: 'Poppins', sans-serif;
    margin: 0% 0% 1% !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;
	}
}

.services4 h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 140%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0% 0% 1% !important;
}

.services4 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 140%;
	text-align: justify;
	margin: 0.5% 0% 3% !important;
}

.contact-top {
    width: fit-content;
    margin: 2% 0%;
    padding: 0.7% 0%;
    float: right;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
	transition: all .3s linear;

}

.contact-top a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 107%;
	background-color: #fc0841;
	z-index: -1;
	transition: all .3s linear;
}

.contact-top a:hover::before {
	width: 100%;
}

.contact-top a:hover {
	/* border: 1px solid transparent !important; */
}

.contact-top:hover {
	background-color: #fc0841;
	border: 1px solid transparent !important;
}

.contact-top a {
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    padding: 10.1% 1.5vw;
    text-decoration: none;
    color: #fff;
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    /* border: 1px solid #fff; */
    transition: all .4s linear;
}

.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 {
	overflow: hidden;
}

.img_con img {
	transition: all .3s linear;
	scale: 1;
}

.img_con:hover img {
	scale: 1.2;
}

.certi {
	display: flex;
	justify-content: center;
}

.pad {
	padding: 0 6%;
}

.pad2 {
	padding: 2% 0;
	background-color: #291c47;
}

.home_pro_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin: 0% 0% 2% 0% !important;
	line-height: 150%;
	padding: 0 6%;
}

.home_pro_txt2 h2 span {
	color: #fc0841;
}

.home_pro_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #cbcbcb;
	text-align: justify;
	margin: 0% 0 20px !important;
}

/* .home_pro_txt2 h3::before {
    content: "";
    position: absolute;
    top: 28%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 2px;
    background-color: #fc0841;
} */

.home_pro_txt2 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
	margin: 0% 0 1% !important;
	position: relative;
}

.home_pro_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 44px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	margin: 7% 0% 0% -18% !important;
	line-height: 150%;
	padding: 8px 0px;
}

.home_pro_txt h2 span {
	color: #fc0841;
}

.home_pro_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #555555;
	text-align: justify;
	margin: 2% 0 0 !important;
	position: relative;
	padding-left: 113px;
	padding-right: 20%;
}

.home_pro_txt p::before {
	content: "";
	position: absolute;
	top: 28%;
	left: 0;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 2px;
	background-color: #fc0841;
}

.footer-logo {
	width: 250px;
	margin-bottom: 20px;
}

.footer-align {
	padding-left: 4%;
}

.footer-align2 {
	margin-left: -3% !important;
}

.footer-align3 {
	margin-left: 5% !important;
}



.fa-instagram,
.fa-facebook,
.fa-x-twitter {
	font-size: 22px;
	color: #fff;
	z-index: 9999;
	position: relative;
}

.con {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
}

ul {
	list-style: none;
}


.icon_con i {
	font-size: 80px;
	color: #82bb41;
	text-align: center;
	width: 100%;
}

.sev_hov {
	overflow: hidden;
}

.sev_hov img {
	transition: all .3s linear;
}

.sev_hov:hover>img {
	scale: 1.2;
}

.featu_txt {}

.featu_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 140%;
	margin: 0% 0 5% !important;
}

.featu_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #555555;
	text-align: justify;
	margin: 0% 0 !important;
}

.featu_txt a {
	font-family: 'Poppins', 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: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 140%;
	color: #000000;
	letter-spacing: .2px;
	text-transform: uppercase;
	margin: 0% 1% !important;
}

.wel_txt h3 {
	font-family: 'Lora', sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #fc0841;
	margin: 0% 1% 2% !important;
	line-height: 120%;
}

.wel_txt h4{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 140%;
	color: #000000;
	letter-spacing: .2px;
	text-transform: capitalize;
	margin: 0% 1% !important;
}

.wel_txt h3 span {
	color: #82bb41;
}

.wel_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	line-height: 140%;
	text-align: justify;
	margin: 0.5% 1% 3% !important;
}


.wel_txt h4 span {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin: 0% !important;
	color: #fc0841;
	padding-bottom: 15px;
	display: inline-block;
}

.wel_txt a {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 140%;
	margin: 2% 1% 0 !important;
	border-bottom: 2px solid #fc0841;
	padding-bottom: 8px;
	text-transform: uppercase;
	display: inline-block;
}

.wel_btn a {
	font-family: 'Poppins', sans-serif;
	background-color: #82bb41;
	padding: 15px 25px;
	border-radius: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: 0.3px;
	margin: 7px 1%;
	display: inline-block;
}

.desk_n {
	display: none !important;
}

.fa-location-dot,
.fa-envelope,
.faicon,
.fa-phone {
	color: #555555 !important;
	font-size: 15px !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 {
	/* position: absolute; */
	z-index: 999;
	padding: 0px 0px;
}

.transition {
	/* transition: all .4s linear; */
}


.rel {
	position: relative;
}

#serv_grid_hover2 {
	background-color: #f5f5f5;
	/* border-radius: 8px; */
	transition: all .3s linear;
	padding: 15px;
}


.icon_con2 {
	/* background-color: #fff; */
	/* padding: 7%; */
	/* border-radius: 50%; */
	width: 100%;
	/* height: 100px; */
	/* display: flex
; */
	/* justify-content: center; */
	/* align-items: center; */
	/* box-shadow: 0 2px 4px -1px #ccc; */
	transition: all .1s linear;
}

.text_con2 {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-top: 25px;
	flex-wrap: wrap;
}

.serv_txt22 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #000000;
	text-transform: uppercase;
	margin: 0% !important;
	transition: all .1s linear;
}

.serv_txt22 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #828282;
	margin: 3% 0 0 !important;
}

#serv_grid_hover2:hover {
	background-color: #d8d8d8;
	box-shadow: 0 0 #0000, 0 0 #0000, 0px 36px 100px 0px rgba(8, 8, 8, 0.15);
}

.serv_grid2 {
	display: grid;
	/* grid-template-areas:
		"item1 item2 item3"
		"item4 item5 item6"; */
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	justify-content: center;
}

.contact_txt>h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	margin: 0% 0% 0% 8% !important;
	line-height: 150%;
	padding: 8px 0px;
	position: relative;
}

.contact_txt>h2::before {
	content: "";
	position: absolute;
	top: 52%;
	left: 0;
	transform: translate(-113%, -50%);
	width: 70px;
	height: 2px;
	background-color: #fc0841;
}


.all_ban_txt2 h2 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0% 1% 1% !important;
}

.flex22 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
hr {
    margin: 0 1%;
    border: 1px solid rgba(0, 0, 0, .1)!important;
}

.team_brd {
	overflow: hidden;
	position: relative;
	margin: 0 auto 25px !important;
	padding-bottom: 42px;
}

.col_sm00 {
	width: 13%;
	float: left;
	margin: 1%;
}

.col_sm000 {
	width: 83%;
	float: left;
	margin: 1%;
}

.team_txt_center {
	display: flex;
	justify-content: start;
	align-items: self-start;
	margin: 1% !important;
}

.img_con {
	width: 180px;
	margin: 2% 1%;
}

.team_txt_con {
	padding: 0px 0px 20px;
}

.abt_txt2 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 23px;
	font-weight: 600;
	color: #000;
	text-align: left;
	margin: 0 0 0% !important;
	line-height: 150%;
}

.abt_txt2 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fe0000;
	text-align: l;
	margin: 0% 0% 1% !important;
	line-height: 140%;
}

.abt_txt2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	margin: 0% !important;
	text-align: justify;
}

/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 170px;
	right: 10px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 31px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 999999;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 170px;
		right: 10px;
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	z-index: 999999;
	position: absolute;
}

.top {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 90% !important;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 80%;
	margin: 0 auto;
	max-width: 1600px;
}

.logo {
    width: 330px;
    width: 23vw;
    margin: 0.5% 0%;
    float: left;
    transition: all .4s linear;
}

.navbarrr {
	width: fit-content;
	padding: 0% 0%;
	float: right;
}

.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: #fff;
	transition: all .3s linear;
}

.link4:hover {
	color: #fc0841;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm2 {
	width: 50%;
	float: left;
	/* margin: 1%; */
}

.col_sm2_1 {
	width: 48%;
	float: left;
	margin: 1%;
}

.col_sm2_2 {
	width: 50%;
	float: left;
	/* margin: 1%; */
}

.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: 1%;
	float: left;
	min-height: 487px;
}

.col_sm6 {
	width: 14.6%;
	margin: 1%;
	float: left;
}

.col_sm9_11 {
	width: 9.1%;
	margin: 1%;
	float: left;
}

.col_sm8 {
	width: 40%;
	margin: 1%;
	float: left;
}

.col_sm88 {
	width: 56%;
	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: 44%;
	margin: 1%;
	float: left;
}

.col_sm99 {
	width: 52%;
	margin: 1%;
	float: left;
}

.col_sm889 {
	width: 68%;
	margin: 1%;
	float: left;
}

.col_sm10 {
	width: 62%;
	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: 24%;
	margin: 1%;
	float: left;
}

.col_sm111 {
	width: 71%;
	float: right;
	margin: 1%;
}

.col_sm22 {
	width: 46%;
	float: right;
	margin: 1%;
}

.col_sm222 {
	width: 49%;
	float: right;
	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: 14%;
	margin: 1%;
	float: left;
	background: #e5e5e5;
	padding: 4%;
	border-radius: 50%;
}

.col_sm777 {
	width: 80%;
	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/bg-icon.png);
	background-size: 141%;
	background-position: 100%;
	background-repeat: no-repeat;
	animation: shake 8s linear infinite alternate;
}

@keyframes shake {
	0% {
		background-position: 0;
	}

	100% {
		background-position: 100%;
	}
}

.hero2 {
	background-image: url(../images/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0% 0;
}

.hero6 {
	background-image: url(../images/bg6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0% 0;
}

.hero3 {
	background-color: #000;
}

.hero4 {
	background-image: url(../images/bg5.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.hero5 {
	background-image: url(../images/bg3.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 4% 0;
	background-color: #f9f9f9;
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.ftr_txt h2 {
	font-family: 'Poppins', sans-serif;
	;
	font-size: 23px;
	font-weight: 700;
	margin: 0% 0% 6% 0%;
	color: #ffff;
	position: relative;
	width: fit-content;
}

.ftr_txt h2 span {
	color: #fb0841;
}

/* 
.ftr_txt h2::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 37px;
	height: 3px;
	background-color: #fff;
	border-radius: 100px;
}

.ftr_txt h2::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 44px;
	width: 52%;
	height: 3px;
	background-color: #bed232;
	border-radius: 100px;
} */

.ftr_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 3% 0%;
	line-height: 150%;
	color: #ffffff;
	text-align: justify;
}


.ftr_txt ul {
	padding: 0% !important;
}

/* 
.ftr_txt ul li {
	list-style: none;
} */

.ftr_txt ul li a {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	text-decoration: none;
	line-height: 180%;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
}

.ftr_lt_txt {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #fff;
	margin: 0;
}

.ftr_right {
	text-align: right;
}

.col-icon {
	color: #fff !important;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 11%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #fc0841;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #fc0841;

}

.img2 {
	width: 100%;
}

.img3 {
	width: 217px;
}

.col-icon {
	color: #fff !important;
}


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet {}

.bullet ul {
	list-style-image: url(../images/bullet3.png);
	margin-left: 31px;
	padding: 0;
}

.bullet ul li {
	font-size: 16px;
	font-weight: 400;
	margin: 1.6% 0%;
	line-height: 150%;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	text-align: justify;
}

.bullet2 {}


.bullet2 ul li {
	font-size: 15px;
	font-weight: 400;
	margin: 1% 1% 4.7%;
	line-height: 150%;
	font-family: 'Poppins', sans-serif;
	color: #000000;
}

.bullet2 ul {
	/* list-style-image: url(../images/bullet2.png); */
	margin-left: 0px;
}

.bullet2 ul li span {
	font-weight: 600;
}

.bullet3 {}

.bullet3 ul {
	list-style-image: url(../images/bullet3.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: 'Poppins', sans-serif;
	color: #000000;
	text-align: left;
	/* flex: 18%; */
	width: 25%;
	display: flex;
	align-items: center;
}

.bullet4 {}

.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: 'Poppins', sans-serif;
	color: #000000;
	text-align: left;
	flex: 18%;
}

.bullet5 {}

.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: 'Poppins', sans-serif;
	color: #000000;
	text-align: left;
	/* flex: 18%; */
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--------------------------------------------------------------
Contact 
--------------------------------------------------------------*/
.contact-bg {
	background-image: url(../images/contact-bg.png);
}

.contact-bg h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin: 1%;
	line-height: 181%;
	border-left: 6px solid #bed232;
	padding-left: 11px;
	text-transform: capitalize;
	text-align: left;
}

.contact-bg-clr {
	background-color: #cecece;
}

.cont-frm {
	background-color: #fff;
	border-radius: 10px;
	padding: 2%;
}

.contact h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
}

.contact .fa {
	display: inline-block;
	background-color: #bed232;
	border-radius: 50%;
	/* font-size: 18px; */
	padding: 2%;
	width: 50px;
	height: 50px;
	margin-bottom: 2%;
	line-height: 22px;
	font-size: 19px !important;
	text-align: center;
}

.contact p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	display: inline;
	margin: 0% 0% 0% 2% !important;
}

.contact a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
	text-align: justify;
	display: inline;
	margin: 0% 0% 0% 2% !important;

}

/*--------------------------------------------------------------
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: 'Poppins', 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: 'Poppins', 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: 'Poppins', sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.body_text1129 {
	font-size: 18px;
	font-weight: 600;
	color: #0d9bcd;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	padding: 0.6%;
}


.t_hed {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	text-transform: uppercase;
}

/*table*/
.client_brd {
	border: 1px solid #ccc;
}

.new-text h2 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0% 0% 1% !important;
}

.new-text p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	line-height: 140%;
	text-align: left;
	margin: 0.5% 0% 0% !important;
	/* padding-right: 19%; */
}

.partner-tx {
	padding: 40px;
	position: relative;
	z-index: 2;
	box-shadow: 0px 10px 30px rgba(8, 14, 28, .06);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	min-height: 405px;
}

.partner-tx::before,
.partner-tx::after {
	content: '';
	position: absolute;
	height: 110px;
	width: 110px;
	background-color: #fa1b3f;
	opacity: .6;
	border-radius: 50%;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	z-index: 0;
}

.partner-tx::before {
	bottom: -73px;
	right: -28px;
}

.partner-tx::after {
	right: -73px;
	bottom: -28px;
}


.part-number {
	position: absolute;
	top: 25px;
	right: 40px;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	color: #00000028;
	opacity: .3;
}

.partner-tx .img-wrap {
	position: relative;
	z-index: 2;
	width: 90px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	padding: 10px;
	transition: all .4s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner-tx .img-wrap img {
	width: 70%;
}

.partner-tx .img-wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #0000001c;
	-webkit-clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
	clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.partner-tx:hover .img-wrap {
	transform: rotateY(180deg);
}

.partner-tx h2 {
	font-size: 19px;
	font-weight: 600;
	color: #fa1b3f;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 5% 0% 1% !important;
}

.partner-tx p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #828282;
	line-height: 140%;
	text-align: justify;

}



@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1450px) {}

@media only screen and (max-width:1400px) {

	.team_txt_center {
		padding-left: 25px;
	}
	.banner-text h1 {
		top: 130px;
	}

	.wel_flex {
		align-items: flex-start;
	}

	.partner-tx {
		min-height: 430px;
	}
}

@media only screen and (max-width:1338px) {


	#cssmenu>ul>li>a {}

}


@media only screen and (max-width:1300px) {
	.col_sm000 {
        width: 98%;
    }
    .col_sm00 {
        width: 21%;
    }
	.contac-he {
		min-height: 195px;
	}

	.bullet3 ul li {
		width: 25%;
	}

	.wel_flex {
		align-items: flex-start;
	}

	#wowslider-container1 .ws-title span p {
		font-size: 48px !important;
	}
}

@media only screen and (max-width:1200px) {

	.contact-top {
		padding: 0.2% 0% 0.5%;
	}
	.col_sm5 {
		width: 31.3%;
	}

	.serv_grid,
	.serv_grid2 {
		grid-template-columns: 1fr 1fr 1fr;
	}


	.col_sm9_11 {
		width: 14.6%;
	}

	.logo {
		width: 200px !important;
		float: left;
	}

	.con_icon {
		padding: 4%;
	}

	.col_sm4_2 {
		width: 48%;
	}

	.col_sm222 {
		width: 42%;
	}

	.col_sm6 {
		width: 7%;
	}

}


@media only screen and (max-width:1100px) {
    .col_sm00 {
        width: 24%;
    }
	.top {
		width: 98%;
	}

	.contact-top a {
		padding: 11px 13px;
	}

	.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 p {
		font-size: 40px !important;
	}

	#wowslider-container1 .ws-title span h2 {
		font-size: 32px !important;
	}

	#cssmenu>ul>li.has-sub>a:before {
		right: -5px !important;
	}

	#cssmenu>ul>li.has-sub>a:after {
		right: -8px;
	}

	#cssmenu>ul>li>a {
		/* margin: 20px 8px; */
		font-size: 10px;
	}

	.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) {

	.logo {
        width: 170px !important;
    }
	.col_sm22 {
		width: 50%;
	}

	.bullet3 ul li {
		width: 33%;
	}

	.col_sm222 {
		width: 46%;
	}

	.col_sm3 {
		width: 48%;
	}
}

@media only screen and (max-width:1000px) {
	.col_sm8 {
		width: 48%;
		margin: 0 auto !important;
		float: none;
	}

	.col_sm88 {
		width: 98%;
	}

	.col_sm2 {
		width: 98%;
	}

	.contact-top a {
        font-size: 9px;
    }

	.col_sm3_1 {
		width: 48%;
	}

	.col_sm55 {
		width: 21%;
	}

	.col_sm555 {
		width: 99%;
	}

	.col_sm6 {
		width: 14%;
	}
}


@media only screen and (max-width:960px) {
    .col_sm00 {
        width: 27%;
    }
	.contac-he {
		min-height: auto;
	}

	.hero2 {
		min-height: 500px;
	}

	.col_sm4 {
		width: 98%;
	}

	.flex-73 {
		display: flex;
		flex-wrap: wrap;
	}

	.desk_n {
		display: block !important;
	}

	.nav_flex {
		flex-direction: column;
	}

	.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_sm2_2 {
		width: 100%;
	}

	.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;
		background-color: #271547 !important;
	}

	.logo {
		border-right: none;
		margin: 0% auto 0%;
		padding: 2.4% 0;
		float: none;
		width: 300px !important;
	}

	.top {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		float: none !important;
		margin: 0% auto !important;
		background-color: #fc0841 !important;
	}

	.ftr_txt {
		min-height: auto;
	}


	.bullet2 ul li {
		margin: 1% 0% 1%;
	}

	.ftr_txt h2 {
		margin: 0% 0% 2% 0%;
	}

	.ftr_txt p {
		margin: 0% 0%;
	}

	.home_pro_txt h2 {
		margin: 7% 0% 0% 0% !important;
	}

	.home_pro_txt p::before {
		transform: translate(8%, -50%);
		width: 50px;
	}

	.home_pro_txt p {
		padding-left: 80px;
	}

	#cssmenu>ul>li>a {
		padding: 15px 14px;
		margin: 0;
		font-size: 13px;
	}

	.footer-align {
		padding-left: 0%;
	}

}

@media only screen and (max-width:900px) {
	.col_sm00 {
        width: 30%;
    }

	.serv_grid,
	.serv_grid2 {
		grid-template-columns: 1fr 1fr;
	}

	.col_sm5 {
		width: 48%;
	}

	.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) {
	.col_sm00 {
        width: 98%;
    }

	.services p,
	.services2 h2 {
		font-size: 24px;
	}

	.services h2,
	.services2 p {
		font-size: 14px;
	}

	.contact_txt>h2 {
		font-size: 20px;
	}

	.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;
	} */

	#wowslider-container1 .ws-title span p {
		font-size: 33px !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%;
	}

	.col_sm3 {
		width: 48%;
		float: left;
		margin: 1%;
	}


	.col_sm33 {
		width: 100%;
		margin: 1% 0%;
	}

	.ftr_txt h1 {
		padding-bottom: 1%;
	}

	.col_sm2 {
		width: 100%;
	}

	.ftr_right {
		text-align: left;
	}


}

@media only screen and (max-width:700px) {

	.inner_banner_txt {
		top: 41%;
	}



	.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;
	}


	.col_sm22 {
		width: 97%;
	}

	.col_sm222 {
		width: 98%;
	}

	.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) {

	.counter {
		width: 60%;
		margin: 5% 1% 11%;
	}

	.serv_grid,
	.serv_grid2 {
		grid-template-columns: 1fr;
	}

	.col_sm5 {
		width: 98%;
	}

	.partner-tx {
		min-height: auto;
	}

	.col_sm3 {
		width: 98%;
	}


	.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%;
	}

	.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) {

	.home_pro_txt p {
		padding-right: 0px;
	}

	@keyframes top_down3 {
		0% {
			right: 0%;
			left: 12%;
		}

		100% {
			right: 0%;
			left: 19%;
		}
	}

}

@media only screen and (max-width:400px) {
	.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%;
	}

}

@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) {
	.col_sm1 {
		width: 100%;
	}

}
