* {
	padding: 0px;
	margin: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
body {
	overflow-x: hidden;
}
ul {
	list-style: none;
	margin: 0px !important;
}
a:focus, :focus {
	outline: none !important;
}
a:hover {
	text-decoration: none !important;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 25px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 22px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 20px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 18px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 15px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 14px;
	color: #454545;
	margin: 0;
	padding: 0;
}
p {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	color: #454545;
	margin: 0;
	padding: 0;
}
a {
	padding: 0px;
	margin: 0px;
	outline: none;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
label {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul li {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
 input[type="text"]::-webkit-placeholder {
 opacity: 1;
}
 input[type="text"]::-moz-placeholder {
 opacity: 1;
}
 input[type="password"]::-webkit-placeholder {
 opacity: 1;
}
 input[type="password"]::-moz-placeholder {
 opacity: 1;
}
 input[type="search"]::-webkit-placeholder {
 opacity: 1;
}
 input[type="search"]::-moz-placeholder {
 opacity: 1;
}
 input[type="email"]::-webkit-placeholder {
 opacity: 1;
}
 input[type="email"]::-moz-placeholder {
 opacity: 1;
}
 input[type="tel"]::-webkit-placeholder {
 opacity: 1;
}
 input[type="tel"]::-moz-placeholder {
 opacity: 1;
}
 textarea::-moz-placeholder {
 opacity: 1;
}
 textarea::-webkit-placeholder {
 opacity: 1;
}
a:hover {
	outline: none !important;
	text-decoration: none;
}
a:active {
	outline: none !important;
	text-decoration: none;
}
a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	vertical-align: middle;
	border-style: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
/* font-family: 'Mulish', sans-serif;
font-family: 'Outfit', sans-serif;
font-family: 'Roboto', sans-serif; */

:root {
 --orange: #FE7C0A;
 --red: #A50253;
 --dark-blue:#212935;
 --bg-light-blue: #EEF2F5;
}
/* navbar */
header {
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
}
header nav {
  background-color: #fff;
  padding: 16px 34px 16px 7px !important;
}
.headerfixed {
	box-shadow: 1px 6px 15px 0px #d1cdcd;
}
header nav .container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.navbar-brand {
	padding: 0px 0px 0px 0px !important;
	margin-right: 101px !important;
}
.navbar-brand img {
	width: 174px;
	height: auto;
	position: absolute;
	top: 0;/*box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.15);*/
}
.navbar-nav {
	margin-top: 6px !important;
}
.nav-item a {
	line-height: 21px;
	padding: 0px 40px 0px 0px !important;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 14.5px;
	text-align: right;
	text-transform: uppercase;
	color: #23262C;
}
.nav-item a:hover, .nav-item a.active {
	color: #FE7C0A !important;
}
.navbar-right {
	display: flex;
	width: fit-content;
	justify-content: flex-end;
	align-items: center;
}
.navbar-right a {
	display: block;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	color: #1d2024;
}
.navbar-right a.signin {
	padding: 14px 10px 0 10px;
	background-color: #FE7C0A;
	border-radius: 6px 0 6px 6px;
	width: 149px;
	height: 46px;
	display: block;
	position: relative;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.navbar-right a span {
	position: absolute;
	top: 4px;
	right: 5px;
}
.navbar-right a:hover {
	background-color: #A50253;
	color: #fff;
	transition: all 0.3s;
}
.navbar-right a:hover span {
	top: 3px;
	right: 3px;
	transition: all 0.3s;
}
.navbar-right a.login {
	padding-top: 3px;
}
.navbar-right a.login:hover {
	color: #A50253;
}
.navbar-right a.login:hover img {
	filter: invert(79%) sepia(52%) saturate(2110%) hue-rotate(147deg) brightness(85%) contrast(85%);
}
.other-side {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 200px);
}
/* navbar */



.banner_area {
	position: relative;
	margin-top: 75px;
	background: #1f2f40;
	overflow: hidden;
	height: 702px;
	margin-bottom: 100px;
}
.main_banner .item .main_banner_txt {
    padding: 0 64px 0 124px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 943px;
}
.main_banner_txt h1 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.main_banner_txt p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.01em;
	color: #F9F9F9;
	padding-right: 50px;
}
.main_banner_txt a {
	padding: 14px 10px 0 10px;
	background-color: #FE7C0A;
	border-radius: 6px 0 6px 6px;
	margin: 32px 0 0 0;
	width: 149px;
	height: 46px;
	display: block;
	position: relative;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s;
}
.main_banner_txt a span {
	position: absolute;
	top: 6px;
	right: 7px;
}
.main_banner_txt a:hover {
	background-color: #A50253;
	color: #fff;
	transition: all 0.3s;
}
.main_banner_txt a:hover span {
	top: 3px;
	right: 3px;
	transition: all 0.3s;
}
.main_banner_txt a img {
	width: auto !important;
}
.owl-carousel .owl-item img {
	width: auto;
}
.right_banner_pic {
	position: absolute;
	z-index: 9;
	top: 65px;
	right: 33px;
}
.right_banner_pic img {
	max-width: 100% !important;
	width: 100% !important;
	float: right;
}
.back_pic {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}
.back_pic img {
	max-width: 100% !important;
}
.banner_area .owl-dots {
	position: absolute;
	z-index: 9;
	bottom: 40px;
	padding-left: 124px !important;
}
.banner_area .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 5px 5px 0 5px;
}
.banner_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #FE7C0A;
}
.banner_area .owl-theme .owl-dots .owl-dot span {
	background: #fff;
}
.enquiry_btn {
	position: fixed;
	top: 210px;
	left: 0px;
	padding: 0px;
	z-index: 9999;
	background: #FE7C0A;
	border-radius: 0 16px 16px 0;
	height: 145px;
	overflow: hidden;
	width: 48px;
	box-shadow: -4px 0px 11px 0px #00000021;
}
.enquiry_btn a {
	white-space: nowrap;
	transform: rotate(-90deg) translateX(-1px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 0;
	height: 171px;
	width: 50px;
	padding-bottom: 6px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	transition: all 0.3s;
}
.enquiry_btn:hover {
	background: #a50253;
	color: #FFFFFF;
	transition: all 0.3s;
}
.about_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.about_left {
	position: relative;
	width: 58%;
	padding-right: 40px;
}
.about_left img {
	max-width: 100%;
	border-radius: 0 88px 0 99px;
}
.all_infoo {
  position: absolute;
  padding-left: 50%;
  left: 0;
  top: auto;
  width: 100%;
  bottom: 0;
}
.left_about_statc {
  width: 90%;
  height: 70px;
  border-radius: 5px;
  background: #fff;
  margin: 12px 0;
  position: relative;
  box-shadow: 1px 6px 15px 0px #e8e8e8;
}
.left_about_statc span {
  float: left;
  margin-left: -16px;
  margin-top: 8px;
}
.left_about_statc span img {
  max-width: 47px;
  border-radius: 0;
}
.left_about_statc p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #2A2C30;
  margin-top: 24px;
  float: left;
  margin-left: 17px;
}
.about_left > span {
	position: absolute;
	top: 38px;
	left: 299px;
	z-index: -1;
}
.about_left > span img{
	border-radius:0;
}
.about_right {
	width: 42%;
}
.about_right h1 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000000;
}
.about_right h2 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 33px;
	line-height: 44px;
	text-transform: capitalize;
	color: #373E44;
	margin: 16px 0 16px 0;
}
.about_right p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0.01em;
	color: #000000;
	margin-bottom: 28px;
}
.about_right ul {
	padding: 0px;
	margin: 0px;
}
.about_right ul li {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #525861;
	width: 100%;
	display: block;
	margin-top: 15px;
}
.about_right ul li img {
	float: left;
	margin: 5px 14px 0 0;
}
.about_right a {
	padding: 14px 10px 0 10px;
	background-color: #FE7C0A;
	border-radius: 6px 0 6px 6px;
	margin: 32px 0 0 0;
	width: 149px;
	height: 46px;
	display: block;
	position: relative;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s;
}
.about_right a span {
	position: absolute;
	top: 6px;
	right: 7px;
}
.about_right a:hover {
	background-color: #A50253;
	color: #fff;
	transition: all 0.3s;
}
.about_right a:hover span {
	top: 3px;
	right: 3px;
	transition: all 0.3s;
}
.popular_products_main_area {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}
.popular_products_main_area::after {
    content: "";
    background: #212935;
    width: 100%;
    height: 570px;
    display: block;
    position: absolute;
    top: 0;
    z-index: -2;
}
.popular_products_main_area.services .graphic{
	z-index: -1;
}
.heading1 {
	display: block;
	overflow: hidden;
	padding: 86px 0 55px 0;
	text-align: center;
	width: 750px;
	margin: 0 auto;
}
.heading1 h2 {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 53px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin-bottom: 18px;
}
.heading1 p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
}
.heading1 span {
	display: block;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	z-index: 1;
}
.heading1 img {
	width: 60px;
}
.graphic {
	position: absolute;
	top: 302px;
	left: -32px;
}
.graphic img {
	max-width: 100%;
}
.products_box_main {
	width: 100%;
	height: auto;
	background: #F3F3F3;
	border-radius: 5px;
	padding: 9px;
	padding-bottom: 20px;
}
.products_pic {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 254px;
	border-radius: 6px 6px 0 0;
}
.products_pic a img {
	width: 100%;
	border-radius: 0;
	-moz-transition: -moz-transform 0.5s ease-in;
	-webkit-transition: -webkit-transform 0.5s ease-in;
	-o-transition: -o-transform 0.5s ease-in;
	transition: 0.5s ease;
}
.products_pic a:hover > img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.2);
}
.products_info {
	background: #FFFFFF;
	box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	width: 94%;
	margin: 0 auto;
	margin-top: -31px;
	position: relative;
	z-index: 99;
  padding: 20px 16px 14px 16px;
}
.products_info span {
	width: 44px;
	height: 4px;
	background: #D9D9D9;
	border-radius: 11px;
	display: block;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 8px;
}
.products_info h1 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #707578;
    margin: 0 0 18px 0;
}
.products_info p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #525353;
	margin: 16px 0 19px 0;
}
.products_info a {
	background: #FE7C0A;
	box-shadow: 0px 0px 12px rgba(255, 210, 168, 0.25);
	border-radius: 6px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	transition: all 0.3s;
	display: block;
	height: 40px;
	padding-top: 9px;
}
.products_info a:hover {
	background: #a50253;
	color: #FFFFFF;
	transition: all 0.3s;
}
.popular_products_main_area .owl-dots {
	padding-left: 0 !important;
	margin-top: 22px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popular_products_main_area .owl-theme .owl-dots .owl-dot span {
	border-radius: 55px;
}
.popular_products_main_area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #D12229;
	width: 14px;
	height: 14px;
}
.popular_products_main_area .owl-theme .owl-dots .owl-dot span {
	background: #C4C4C4;
	width: 9px;
	height: 9px;
}
.line_vv {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.line_vv span {
	width: 1px;
	position: absolute;
	background: rgba(114, 117, 120, 0.38);
	height: 570px;
	display: block;
}
.line_one {
	right: 125px;
}
.line_two {
	right: 270px;
}
.line_three {
	right: 415px;
}
.active_clients {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
.active_clients h2 {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #161718;
	margin-bottom: 30px;
}
.client_info_area {
	display: flex;
	justify-content: space-between;
}
.client_info_box {
	display: block;
	text-align: center;
}
.one {
	border-right: 2px solid #D9D9D9;
	width: 33%;
	padding: 12px 3px;
}
.two {
    border-right: 2px solid #D9D9D9;
    width: 34%;
    padding: 12px 3px;
}
.three {
	width: 33%;
	padding: 12px 3px;
}
.client_info_box p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #161718;
	margin: 9px 0 0 0;
}
.client_info_box h1 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #3B3F43;
}
.major_clients {
	width: 100%;
	height: 532px;
	background: #A50253;
	display: block;
	overflow: hidden;
	position: relative;
}
.black_area {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #050505;
	height: 287px;
}
.black_area img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.major_clients .black_area::after {
	content: "";
	background: #a50253;
	width: 351px;
	height: 287px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 0;
}
.major_clients .black_area::before {
	content: "";
	background: url(../images/dot.png) no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: cover;
	height: 211px;
	width: 350px;
	position: absolute;
	left: 0;
	z-index: 2;
	top: 0;
}
.major_clients_info_slider {
	display: flex;
	justify-content: space-between;
}
.captions {
	width: 440px;
}
.captions h1 {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 41px;
	line-height: 42px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 35px 0 18px 0;
}
.captions p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}
.major_clients_slider {
	width: calc(100% - 480px);
	margin-top: -40px;
}
.major_clients_slider .item {
	width: 172px;
	height: 165px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
	border-radius: 12px;
	display: inline-block;
	position: relative;
	max-width: 100%;
	padding: 10px;
	overflow:hidden;
}
.major_clients_slider .item img {
	max-height: 95%;
	max-width: 95%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.major_clients_info_slider .owl-dots {
	padding-left: 0 !important;
	margin-top: 18px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.major_clients_info_slider .owl-theme .owl-dots .owl-dot span {
	border-radius: 55px;
}
.major_clients_info_slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
	width: 14px;
	height: 14px;
}
.major_clients_info_slider .owl-theme .owl-dots .owl-dot span {
	background: #C4C4C4;
	width: 9px;
	height: 9px;
}
.testimonial {
	width: 100%;
	/* height: 624px; */
	background: #EEF2F5;
	display: block;
	overflow: hidden;
	position: relative;
}
.test_main_area {
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}
.heading_test {
	width: 482px;
	padding-right: 80px;
}
.testi_inr {
	background: #FE7C0A;
	padding: 36px 0 35px 35px;
	/* height: 530px; */
	width: calc(100% - 482px);
	position: relative;
}
.testi_inr span {
	position: absolute;
	left: 0;
	bottom: 0;
}
.testi_inr img {
	max-width: 100%;
}
.testimonial:after {
	content: "";
	/* height: 530px; */
	height: 100%;
	width: 350px;
	position: absolute;
	right: 0;
	z-index: 2;
	top: 95px;
	background: #fe7c0a;
}
.heading_test h2 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #161718;
    margin: 35px 0 25px 0;
}
.heading_test p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #1F2227;
}
.heading_test a {
	padding: 14px 10px 0 10px;
	background-color: #FE7C0A;
	border-radius: 6px 0 6px 6px;
	margin: 32px 0 0 0;
	width: 149px;
	height: 46px;
	display: block;
	position: relative;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s;
}
.heading_test a span {
	position: absolute;
	top: 6px;
	right: 7px;
}
.heading_test a:hover span {
	top: 3px;
	right: 3px;
	transition: all 0.3s;
}
.heading_test a:hover {
	background-color: #A50253;
	color: #fff;
	transition: all 0.3s;
}
.review_text {
	width: 83%;
	/* height: 289px; */
	background: #FFFFFF;
	border-radius: 12px;
	padding: 40px 28px 28px 28px;
	margin-top: -68px;
	position: relative;
	z-index: 9;
	float: right;
}
.testi_box {
	display: block;
	position: relative;
}
.review_text h2 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	color: #2D2E30;
}
.review_text p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #363B45;
	margin: 15px 0 15px 0;
}
.review_text h3 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #30343A;
	margin-bottom: 3px;
}
.review_text h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #F9661B;
    text-transform: capitalize;
}
.user_pic {
	background: #212935;
	border-radius: 9px;
	width: 175px;
	height: 183px;
	overflow: hidden;
	display: block;
}
.user_pic img {
	width: 100%;
	height: 100%;
}
.testi_inr .owl-nav {
	position: absolute;
	top: 122px;
	right: 11px;
}
.testi_inr .owl-prev {
	width: 50px;
	height: 22px;
	margin: 0 3px !important;
	background: url(../images/lr.png) no-repeat !important;
	background-size: 15px;
	opacity: 1;
}
.testi_inr .owl-prev:hover {
	opacity: 0.6;
}
.testi_inr .owl-next {
	width: 50px;
	height: 22px;
	margin: 0 3px !important;
	background: url(../images/rr.png) no-repeat !important;
	background-size: 15px;
	opacity: 1;
}
.testi_inr .owl-next:hover {
	opacity: 0.6;
}
.testi_inr .owl-prev span, .testi_inr .owl-next span {
	display: none;
}
.footer_inner {
    width: 100%;
    /* height: 520px; */
    background: #212935;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 57px;
}
.scrollTop {
  position: fixed;
  right: 262px;
  bottom: 95px;
  z-index: 99999;
  width: 50px;
  height: 50px;
  box-shadow: none;
  border: none;
background: transparent;
opacity:1;
}
.scrollTop:hover{
opacity:0.6;
}
.main_footer {
    width: 100%;
    /* height: 400px; */
    background: #FFFFFF;
    border-radius: 0 17px 17px 0;
    margin-top: 64px;
    padding: 25px 0 25px 1px;
}
.main_footer::after {
	content: "";
	background: #fff;
	width: 351px;
	height: calc(100% - 57px - 64px);	display: block;
	position: absolute;
	top: 64px;
	z-index: 0;
	left: 0;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
z-index: 9;
}
.foot-lft {
	margin-right: 75px;
	width: 33%;
}
.foot-lft a.fot-logo {
    display: flex;
    width: 131px;
    height: 112px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.foot-lft a.fot-logo img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.footer_more {
	width: 140px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #F9661B;
	border-radius: 6px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #F9661B;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.footer_more:hover {
	background: #F9661B;
	border: 1px solid #F9661B;
	color: #FFFFFF;
}
.foot-lft p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #393E47;
	margin: 19px 0;
}
.foot-mid {
	width: 27%;
	margin-right: 90px;
}
.foot-mid h3, .foot-right h3 {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #191919;
  margin: 30px 0 22px 0;
}
.foot-mid-inr {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.foot-mid-inr ul {
	width: fit-content;
}
.foot-mid-inr ul li a {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #393E47;
}
.copy_text p a:hover, .right_links ul li a:hover, .foot-mid-inr ul li a:hover {
	color: #FE7C0A;
}
.foot-right {
	width: 40%;
	position: relative;
	padding-left: 80px;
}
.aroo {
  position: absolute;
  left: 0px;
  top: 66px;
}
.foot-right ul li {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #9c9c9c;
	letter-spacing: -0.1px;
	margin-top: 12px;
}
.foot-right ul li a, .foot-right ul li p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #393E47;
	margin-top: 5px;
}
.foot-right ul li span {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 21px;
	color: #393E47;
}
.foot-right ul li a:hover {
	color: #FE7C0A;
}
.footer-btms {
    margin: 24px 0 0 0;
    padding: 4px 0;
    border-top: 1px solid #EAEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.copy_text p, .copy_text p a {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: #575A61;
}
.socaila_links {
	width: 28.5%;
	padding-left: 0;
}
.socaila_links ul {
	display: flex;
	align-items: center;
	justify-content: start;
	background: transparent;
	width: auto;
	padding-left: 0 !important;
	height: auto;
	border-radius: 0;
}
.socaila_links ul li {
	margin: 0 12px 0 0;
}
.socaila_links ul li a {
	opacity: 1;
	display: block;
}
.socaila_links ul li a:hover {
	opacity: 0.7;
}
.socaila_links p {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.01em;
	color: #000000;
	margin: -39px 0 21px 0;
}
.owl-testi {
  position: relative;
  z-index: 99;
}



/* contact us */

.contact-banner{
	margin:79px 0 0 0;
	background-color: #212935;
}
.cnt-bnimg{
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	opacity: 0.12;
}
.cnt-bn-inr{
	padding: 70px 0px 70px 0px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.cnt-bn-inr h1{
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 63px;
line-height:1;
color: #FFFFFF;
margin-bottom: 33px;
text-align:center;
}
.cnt-bn-inr .breadcrumb{
	margin-bottom: 0px !important;
	justify-content: center;
}
.cnt-bn-inr .breadcrumb-item,
.cnt-bn-inr .breadcrumb-item a{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 20px;
color: white;
}
.cnt-bn-inr .breadcrumb-item a:hover{
	color: #FE7C0A;
}
.cnt-bn-inr .breadcrumb-item+.breadcrumb-item{
	margin-left: 9px;
}
.cnt-bn-inr .breadcrumb-item+.breadcrumb-item::before{
	content: '' !important;
	width: 24px;
	height: 24px;
	background-image: url(../images/brd-bfr.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px !important;
	margin-right: 9px;
}



.cntc-mn{
	padding:60px 0px;
	background-color: var(--bg-light-blue);
}
.cnt-mn-ppr {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 0px 0px 19px 0px #2129351f;
    overflow: hidden;
}

/* .cnt-mn-ppr {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 0px 0px 19px 0px #2129351f;
    gap: 60px;
} */
.cnt-mn-rt {
    padding: 40px 24px 40px 19px;
	/* padding: 0px 24px 0px 24px; */
    width: 400px;
    overflow: hidden;
}
.cnt-rt-top > h6 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: #373E44;
    margin-bottom: 20px;
}
.mn-cnt-deet{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 15px;
}
.mn-cnt-deet li {
    width: 100%;
    padding: 14px;
    box-shadow: 0px 0px 20px 0px #00000026;
    border-radius: 16px;
}
.cnt-dtop {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 11px;
}
.cnt-dtop em {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 11px;
    border-radius: 50%;
    /* border: 2px solid #21293559; */
    background-color: #9ba0a663;
}
.cnt-dtop em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.cnt-dtop text{
	width: calc(100% - 45px - 12px);
}
.cnt-dtop text h6,
.cnt-dtop text a{
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 36px;
text-align: center;
letter-spacing: 0.02em;
color: #000000;
display: inline-block;
}
.mn-cnt-deet li p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
}

.cnt-b1{
	background-color: var(--red);
	/* background-color: var(--dark-blue); */
}
.cnt-b1 em{
	background-color: #fff;
}
.cnt-b1 em svg path{
	stroke: var(--dark-blue);
}
.cnt-b1 .cnt-dtop text h6,
.cnt-b1 .cnt-dtop text a,
.mn-cnt-deet li.cnt-b1 p{
	color: white;
}

.cnt-b2{
	background-color: #ebc5d8;
	/* background-color: #d2dae6; */
}
.cnt-b2 .cnt-dtop em {
    background-color: #a50253;
	/* background-color: var(--dark-blue); */
}
.cnt-b2 .cnt-dtop em svg path{
	stroke: white;
}


.cnt-b3 .cnt-dtop em{
	background-color: #ebc5d8;
	/* background-color: #d2dae6; */
}
.cont-sos{
	margin-top:40px
}
.cont-sos h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.01em;
color: #000000;
margin-bottom: 14px;
}
.cont-sos ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.cont-sos ul li a{
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.cont-sos ul li a img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.cnt-mn-lft {
    padding: 40px 40px 40px 60px;
    width: calc(100% - 400px);
    /* padding-right: 20px;
    border-right: 1px solid #2129352e; */
}
.cnt-mn-lft h2 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #161718;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a502531c;
    position: relative;
}
.cnt-mn-lft h2::after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 3px;
	background-color: var(--red);
	content: '';
	display: block;
}
.cont-frmgrp{
	width: 100%;
	height:fit-content;
	margin-bottom:26px;
	position: relative;
	z-index: 3;	
	border-radius:28px;
    background-color: #ebc5d8;
	/* background-color: #d2dae6; */
}
.cont-frmgrp input, .cont-frmgrp select, .cont-frmgrp textarea {
    width: 100%;
    height: 45px;
    padding: 12px 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #2D2E30;
    background-color: transparent !important;
    border-radius: 28px;
    border: 1px solid #ebc5d8 !important;
    box-shadow: none !important;
    outline: none !important;
	position: relative;
	z-index: 2;
	display: block;
}
.cont-frmgrp textarea{
	height: 120px;
}
.cont-frmgrp label {
    background-color: #ebc5d8;
	/* background-color: #d2dae6; */
    padding: 5px 8px 5px 8px;
    border-radius: 12px 12px 0px 0px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    color: #161718;
    position: absolute;
    z-index: -1;
    width: fit-content;
    left: 6px;
    top: 10px;
	transition: all 0.3s ease;
}
.cont-frmgrp textarea + label{
	top: 16px;
}

.cont-frmgrp select{
	appearance: none !important;
	background-image: url(../images/cnt-slct-red.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 28px;
}

.cont-frmgrp input:hover, .cont-frmgrp select:hover, .cont-frmgrp textarea:hover,
.cont-frmgrp input:focus, .cont-frmgrp select:focus, .cont-frmgrp textarea:focus,
.cont-frmgrp input:focus-visible, .cont-frmgrp select:focus-visible, .cont-frmgrp textarea:focus-visible,
.cont-frmgrp input:focus-within, .cont-frmgrp select:focus-within, .cont-frmgrp textarea:focus-within,
.cont-frmgrp.active input, .cont-frmgrp.active select, .cont-frmgrp.active textarea{
	border: 1px solid var(--red) !important;
}
.cont-frmgrp input:hover + label, .cont-frmgrp select:hover + label, .cont-frmgrp textarea:hover + label,
.cont-frmgrp input:focus + label, .cont-frmgrp select:focus + label, .cont-frmgrp textarea:focus + label,
.cont-frmgrp input:focus-visible + label, .cont-frmgrp select:focus-visible + label, .cont-frmgrp textarea:focus-visible + label,
.cont-frmgrp input:focus-within + label, .cont-frmgrp select:focus-within + label, .cont-frmgrp textarea:focus-within + label,
.cont-frmgrp input:hover + label.error + label, .cont-frmgrp select:hover + label.error + label, .cont-frmgrp textarea:hover + label.error + label,
.cont-frmgrp input:focus + label.error + label, .cont-frmgrp select:focus + label.error + label, .cont-frmgrp textarea:focus + label.error + label,
.cont-frmgrp input:focus-visible + label.error + label, .cont-frmgrp select:focus-visible + label.error + label, .cont-frmgrp textarea:focus-visible + label.error + label,
.cont-frmgrp input:focus-within + label.error + label, .cont-frmgrp select:focus-within + label.error + label, .cont-frmgrp textarea:focus-within + label.error + label,
.cont-frmgrp.active label, .cont-frmgrp.active label.error + label{
	top: -18px;
	left: 24px;
	z-index:3;
}
.cont-frmgrp label.error {
    position: absolute;
    background-color: transparent;
    border-radius: 0px;
    font-size: 12px;
    line-height: 1;
    color: red;
    margin-top: 2px;
    font-weight: 400;
    padding: 0px !important;
    top: 100%;
	z-index: 999;
	width: 100%;
	text-align: center;
}
.cont-frmgrp input:hover + label.error, .cont-frmgrp select:hover + label.error, .cont-frmgrp textarea:hover + label.error,
.cont-frmgrp input:focus + label.error, .cont-frmgrp select:focus + label.error, .cont-frmgrp textarea:focus + label.error,
.cont-frmgrp input:focus-visible + label.error, .cont-frmgrp select:focus-visible + label.error, .cont-frmgrp textarea:focus-visible + label.error,
.cont-frmgrp input:focus-within + label.error, .cont-frmgrp select:focus-within + label.error, .cont-frmgrp textarea:focus-within + label.error{
top: 100%;
left: 6px;
}
.cont-sbmt {
    padding: 3px 10px 0 10px;
    background-color: var(--red);
    border-radius: 6px 0 6px 6px;
    margin: 30px 0 0 0;
    width: 173px;
    height: 50px;
    display: block;
    position: relative;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.cont-sbmt span{
	position: absolute;
    top: 6px;
    right: 7px;
	transition: all 0.3s ease;
}
.cont-sbmt:hover,
.cont-sbmt:focus{
	background-color: var(--dark-blue);
    color: #fff;
    transition: all 0.3s;
}
.cont-sbmt:hover span,
.cont-sbmt:focus span{
    top: 3px;
    right: 3px;
    transition: all 0.3s;
}


.captcha {
    background-color: #f3f8ff;
    border: 1px solid #2165b726;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 303px;
    max-width: 100%;
}

.text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 23px;
}
.logs img {
    width: 34px;
    height: 34px;
    display: block;
    margin: 8px 0px 3px 0px;
}
.logs p{
	font-size: 11px;
	line-height: 1;
}
.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: center;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type="checkbox"]+.checkmark {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"]+.checkmark span {
    content: '';
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: .75em;
    height: 1.2em;
    opacity: 0;
}

input[type="checkbox"]+.checkmark>span:after {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}

input[type="checkbox"]+.checkmark>span:before {
    content: '';
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}

input[type="checkbox"]:checked+.checkmark {
    animation: 2s spin forwards;
}

input[type="checkbox"]:checked+.checkmark>span {
    animation: 1s fadein 1.9s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:after {
    animation: .3s bottomslide 2s forwards;
}

input[type="checkbox"]:checked+.checkmark>span:before {
    animation: .5s rightslide 2.2s forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bottomslide {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes rightslide {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes spin {
    10% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
    }

    50% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
    }

    90% {
        border-width: 4px;
    }

    100% {
        width: 2em;
        height: 2em;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
    }
}
/* contact us */












/*Rabin-08/02/2025*/
.pro_list {
  margin-top: 76px;
  position: relative;
  padding-bottom: 60px !important;
  margin-bottom: 0 !important;
}
.inner_bottom_graphic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.inner_bottom_graphic img{
	max-width:100%;
}

.popular_products_slider1 {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
    flex-wrap: wrap;
    column-gap: 28px;
}
.popular_products_slider1 .products_box_main {
  width: 31.7%;
  margin-bottom: 30px;
  height: auto;
  padding-bottom: 18px;
}
a.load-more {
  display: block;
  margin: -16px auto 0px auto;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FE5716;
  width: fit-content;
}
a.load-more img {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 9px;
}
a.load-more:hover {
  color: #A40452;
}
a.load-more:hover img {
  filter: invert(79%) sepia(52%) saturate(2110%) hue-rotate(147deg) brightness(85%) contrast(85%);
}

.heading1 .breadcrumb {
  margin-bottom: 0px !important;
  justify-content: center;
}
.heading1 .breadcrumb-item, .heading1 .breadcrumb-item a {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: white;
}
.heading1 .breadcrumb-item a:hover {
  color: #FE7C0A;
}
.heading1 .breadcrumb {
  margin: 19px 0 0 0 !important;
}
.heading1 .breadcrumb-item strong {
  font-weight: 500;
  color: #C32B75;
}
.showing {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 15px 0;
}
.heading1_inner {
  padding: 60px 0 42px 0;
}


.products_box_main{
	position:relative;
}
.products_box_main::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 0px;
    background-color: transparent;
    transition: all 0.3s ease;
    bottom: 0px;
    left: 0px;
}
.products_box_main:hover::after {
  width: 100%;
  height: 3px;
  background-color: #a40452;
}
.popular_products_slider1 .products_pic a img {
  opacity: 0.7;
}
.popular_products_slider1 .products_pic {
  background: #000;
}
.popular_products_slider1 .products_pic a:hover > img {
    opacity:1;
}
.popular_products_slider1 .products_info{
  box-shadow: 0px 2px 18px rgba(102, 102, 102, 0.2);
}
.popular_products_slider1 .products_box_main:hover .products_info {
  box-shadow: 0px 2px 18px rgba(102, 102, 102, 0.8);
}

.popular_products_slider1 .products_info span {
  height: 3px;
  background: #A40452;
}










.enq-lft{
	width: 400px;	
	padding: 40px;
}
.enq-lft > em{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.object-cover{
	object-fit: cover !important;
}
.object-center{
	object-position: center !important;
}
.enq-lft text{
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.enq-lft text h2{
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 37px;
line-height: 47px;
letter-spacing: 0.01em;
text-transform: capitalize;
color: #FFFFFF;
}
.cont-sos.enq-cntsos h6{
	color: white;
	padding-bottom: 13px;
	border-bottom: 1px solid #ffffff4d;
}
.cont-sos.enq-cntsos ul li a {
    box-shadow: 0px 0px 16px 0px #ffffffe0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.enq-rt{
	padding: 40px 60px;
	width: calc(100% - 400px);
}
.enq-rt h4{
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 1.3;
letter-spacing: 0.02em;
color: #000000;
padding-bottom: 15px;
position: relative;
margin-bottom: 30px;
}
.enq-rt h4::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 2px;
	background-color: var(--red);
	display: block;
}

.cont-frmgrp label span{
	font-size: 12px;
	font-weight: 500;
}

.cont-frmgrp input:focus + label span, 
.cont-frmgrp select:focus + label span, 
.cont-frmgrp textarea:focus + label span,  
.cont-frmgrp input:focus + label.error + label span, 
.cont-frmgrp select:focus + label.error + label span, 
.cont-frmgrp textarea:focus + label.error + label span,
.cont-frmgrp.active label span, 
.cont-frmgrp.active label.error + label span{
	display: none;
}

.enq-rad-area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}
.enq-rad-area h6{
	margin-right: 8px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #161718;
	width: 100%;
	margin-bottom:6px;
}
.enq-rad-area label{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #161718;
	position: relative;
	padding-left:25px;
	width: fit-content;
}
.enq-rad-area label input{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
}
.enq-rad-area label span{
	position: absolute;
	top:-1px;
	left: 0px;
	width:16px;
	height:16px;
	display: block;
	border-radius: 50%;
	border: 1px solid #2d2d2d;
	background-color: white;
}
.enq-rad-area label input:hover + span,
.enq-rad-area label input:checked + span{
	border: 1px solid var(--red);
}
.enq-rad-area label input:checked + span{
	background-color: var(--red);
	outline: 3px solid white !important;
	outline-offset: -4px;
}

.cont-frmgrp.enqrad-frm select{
	opacity: 0;
	width: 0px !important;
	height: 0px !important;
	padding: 0 !important;
}
.enqrad-frm .select2-container{
	width: 100% !important;
	height: 45px;
}
.select2-search--dropdown.select2-search--hide {
    display: block !important;
}
.enqrad-frm .select2-container .select2-selection--single {
    height: 45px;
}
.enqrad-frm .select2-container--default .select2-selection--single {
    background-color: #ebc5d8;
    border: 1px solid #ebc5d8 ;
    border-radius: 28px;
}
.enqrad-frm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left:15px;
    padding-right:15px;
    height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.enqrad-frm .select2-container .select2-selection--single .select2-selection__clear {
    margin: 8px 36px 9px 0px;
}

.enqrad-frm .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #2D2E30 !important;
}
.enqrad-frm .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../images/cnt-slct-red.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    border: none !important;
    margin-top: 9px;
    margin-right: 9px;
}
.enqrad-frm .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.enqrad-frm .select2-container--default .select2-selection--single:hover{
	border: 1px solid var(--red);
}



/* enquiry */
.enq-lft > em img{
	min-height: 100%;
	min-width: 100%;
	width: auto;
}
.enq-rad-area h6{
	margin-right: 8px;
	width: 100%;
	margin-bottom:6px;
}
.w-fit{width: fit-content !important;}

label.agree-trm{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #161718;
    position: relative;
    padding-left: 25px;
}
label.agree-trm a{
	color: var(--red);
	text-decoration: underline !important;
	text-underline-offset: 4px;
}
label.agree-trm input{
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 9;
    cursor: pointer
}
label.agree-trm span{
	position: absolute;
    top: -1px;
    left: 0px;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 4px;
    border: 1px solid #2d2d2d;
    background-color: white;
	justify-content: center;
	align-items: center;
}
label.agree-trm span svg{
	display: none;
}
label.agree-trm input:hover + span,
label.agree-trm input:checked + span{
	border: 1px solid var(--red);
}
label.agree-trm input:checked + span svg{
	display: block;
	width: 20px;
	height: 20px;
}
/* enquiry */
/*rrrrrrrrrrr*/
.services{
	display: block;
	padding: 0 0 60px 0 !important;
	margin: 0 !important;
	overflow: hidden;
	width: 100%;
}
.services::after {
	height: 355px;
	background-color: var(--bg-light-blue);
}
.services .heading1 p {
  color: #000;
}
.services .graphic {
    top: 208px !important;
}
.services .products_info {
  border-radius: 4px;
  width: 100%;
  margin-top: 0;
  padding: 18px 18px 16px 18px;
}
.services .products_box_main{
	padding:0;
}
.serv{
  width: 86px;
  height: 86px;
  line-height: 86px;
  margin: 0 auto;
  position: relative;
  background: #a40452;
  border-radius: 6px;
  margin-bottom: 23px;
  transition: all 0.8s;
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
}
.roted{
	width: 86px;
  height: 86px;
  line-height: 86px;
  margin: 0 auto;
  background: #a40452;
  border-radius: 6px;
  margin-bottom: 23px;
  transition: all 0.8s;
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
}
.products_box_main:hover .roted{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	
	transition: all 0.8s;
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
-ms-transition: all 0.8s;
-o-transition: all 0.8s;
}

.serv em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.serv em img {
  max-width: 55px;
  max-height: 55px;
}
.services .inner_bottom_graphic {
  z-index: -1;
}
.services .heading1{
	width: 100%;
  }
  
/* testimonial */

.popular_products_main_area.pro_list.testi-list::after{
	background-color: var(--dark-blue);
	background-image: url(../images/test-pg-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 412px;
}
.testi-graph{
	top: 412px;
	left: -125px;
	width: 316px;
	height: 95px;
	display:block;
	overflow: hidden;
}
.testi-graph img{
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(-1);
}

.testimonial-mn {
    background-color: white;
    box-shadow: 0px 6px 20px 0px #0000001f;
    padding: 30px;
    border-radius: 30px;
	position: relative;
	z-index: 9;
}
.testi-box {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
}
.test-box-top {
  background-color: var(--red);
  padding: 22px 54px;
}
.test-box-top::after {
    content: '';
    position: absolute;
    bottom: -17px;
    height: 18px;
    width: 31px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    display: block;
    background-color: inherit;
    left: 19px;
}
.testi-ic1, .testi-ic2 {
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.testi-ic1 {
    top: -15px;
    left: 12px;
    box-shadow: 4px 5px 16px 0px #00000040;
	background-image: url(../images/quote1-2.png);
}
.testi-ic2 {
    bottom: -15px;
    right: 12px;
	background-image: url(../images/quote2-2.png);
    box-shadow: 0px -5px 15px 0px #00000033;
}
.test-bxtxt p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 27px;
letter-spacing: 0.01em;
color: white;
margin-bottom: 14px;
text-align: left;
}
.test-bxtxt h3 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: white;
  margin-top: 2px;
  text-align: left;
}
.test-bxtxt h4 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #decdcd;
  margin-top: 2px;
  text-align: left;
}
.test-boxbtm text h4 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #7A7A7A;
  text-align: left;
  float: left;
margin: 2px 14px 0 0 !important;
}
.rates{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	margin-top: 8px !important;
}
.rates h6{
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 27px;
letter-spacing: 0.01em;
color: #fff;
}
.rates ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap:3px;
}
.rates ul li{
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
}
.rates ul li svg{
	display: block;
	width: 100%;
	height: 100%;
}
.rates ul span{
	display: block;
	font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 27px;
letter-spacing: 0.01em;
color: white;
text-align: left;
margin-left: 2px;
}

.test-boxbtm{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}
.test-boxbtm em{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	/* border: 2px solid #bfc1c4; */
    border: 2px solid #e6b9cf;
	overflow: hidden;
}
.test-boxbtm em img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50px;
}
.test-boxbtm text{
	width: calc(100% - 16px - 80px);
}
.test-boxbtm text h6 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #2D2E30;
  margin-bottom: 5px;
  text-align: left;
}
.test-boxbtm text p{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 20px;
letter-spacing: 0.01em;
color: var(--red);
text-align: left;
margin-bottom: 7px;
}

.test2 .test-box-top {
    background-color: #eac6d8;
}
.test2 .test-bxtxt p, .test2 .rates h6, .test2 .rates ul span {
    color: #2d2d2d;
}
.test2 .rates ul li svg path{
	fill: var(--red);
}

.test2 .testi-ic1 {
	background-image: url(../images/quote1-3.png);
}
.test2 .testi-ic2 {
	background-image: url(../images/quote2-3.png);
}

.test3 .test-box-top {
    background-color: #f9f3f6;
}
.test3 .test-bxtxt p, .test3 .rates h6, .test3 .rates ul span {
    color: #000;
}
.test3 .rates ul li svg path{
	fill: var(--red);
}

.test3 .testi-ic1 {
	background-image: url(../images/quote1-4.png);
}
.test3 .testi-ic2 {
	background-image: url(../images/quote2-4.png);
}
/* testimonial */


/* about us */
.abt-about{
	padding: 90px 0;
}

.how-work{
	background-color: var(--bg-light-blue);
	padding:70px 0;
}
.how-wrk-hdr{
	margin-bottom:50px;
}
.how-wrk-hdr h5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
    letter-spacing: 0.6em;
}
.how-wrk-hdr h5 span {
    width: 135px;
    height: 1px;
    display: block;
    background-color: #000;
    margin-top: 11px;
}
.how-wrk-hdr h2{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    text-transform: capitalize;
    color: #373E44;
}
.hw-inr{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px;
}
.hw-inr-box {
    position: relative;
    z-index: 2;
    width: 25%;
}
.hw-inr-box::after{
	position: absolute;
	content: '';
	width: calc(100% + 30px);
	z-index: -1;
	height: 1px;
	display: block;
	background-color: #dbdbdb;
	top: 50px;
	left: 0px;
}
.hw-inr-box:last-child::after{display: none;}
.hw-aftr{
	position: absolute;
	top: 50px;
	right: 0px;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
}
.hw-aftr svg{
	display: block;
	width: 100%;
	height: 100%;
}
.hw-inr-box em {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    overflow: hidden;
    background-color: var(--bg-light-blue);
    box-shadow: 4px 5px 15px 0px #0000001a, -5px -3px 14px 0px #fff;
    border-radius: 50%;
    outline: 3px solid #d8dce0;
    outline-offset: -3px;
    margin-bottom: 25px;
}
.hw-inr-box em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.hw-inr-box h5{
	font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: var(--dark-blue);
	margin-bottom: 14px;
}
.hw-inr-box p{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #525353;
	margin-bottom: 18px;
}
.hw-inr-box h6 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 79px;
    line-height: 72px;
    color: #e2e3e4;
}
.count-proj{
	background-color: var(--dark-blue);
	padding: 30px 0;
}
.cnt-prj-inr{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	color: white;

}
.abt1-bxinr{
	width: 33%;
	padding: 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	border-right: 1px solid #fff;
}
.abt1-bxinr h5{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size:42px;
    line-height: 44px;
    text-transform: capitalize;
    color: #fff;
	margin-bottom: 12px;
	position: relative;
}
.abt1-bxinr h5::after{
content: '%';
display: inline-block;
}
.abt1-bxinr:nth-child(3){
	border-right: 0px solid transparent;
}
.abt1-bxinr:nth-child(2) h5::after{
	content: '+';
}
.abt1-bxinr:nth-child(3) h5::after{
	content: '+';
}
.abt1-bxinr h6 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #e9eaeb;
	text-align: center;
}
.mis-vis{
	padding: 90px 0;
	position: relative;
	z-index: 2;
}
.mis-before{
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flex;
	height: calc(100% - 250px - 90px);
	background-color: var(--red);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: -1;
}
.mis-before img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	opacity: 0.38;
}
.mis-vd{
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.mis-vd img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mis-vd .wrap{
	position: absolute;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	max-width: 90%;
	max-height: 90%;
}
.mis-vd .wrap span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
	border: 2px solid var(--red);
	animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
}
.mis-vd .wrap span svg{
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 13px;
}
.mis-vd .wrap span:hover{
	transform: scale(1.06);
	transform-origin: center;
}
.mis-vd .wrap .circles{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
}
.mis-vd .wrap .circles > div{
	animation: growAndFade 3s infinite ease-out;
    background-color: white;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}
 .circle1 {
    animation-delay: 1s !important;    
  }
.circle2 {
    animation-delay: 2s !important; 
  }
 .circle3 {
    animation-delay: 3s !important;
  }
  @keyframes growAndFade {
	0% {
	  opacity: .4;
	  width: 100px;
	  height: 100px;
	}
	100% {
	  opacity: 0;
	  width: 200px;
	  height: 200px;
	}
  }

  .mission-modal .modal-body{
	padding:30px 12px 12px 12px;
  }
  .mission-modal .modal-body .btn-close {
    top: -10px;
    right: -10px;
    outline: none !important;
    border: none !important;
    width: 20px;
    height: 20px;
    background-color: white;
    box-shadow: -2px 4px 16px 0px #0000007a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    padding: 6px;
    font-size: 12px;
}
.mission-modal .modal-body,   .mission-modal .modal-content{
	width: fit-content;
	max-width: 100%;
}
.mission-modal .modal-dialog{
	width: fit-content;
	max-width: 90%;
}
.mission-modal .modal-body iframe{
	width: 560px;
	height: 315px;
	display: block;
}

.mis-main {
	margin-top: 40px;
}
.mis-vis-box {
    padding: 15px;
    outline: 5px solid #ebc5d8;
    background-color: white;
    border-radius: 6px;
    box-shadow: 5px 4px 20px 0px #0000003d;
	height: 100%;
}
.mis-vis-box h3{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 33px;
    line-height: 44px;
    text-transform: capitalize;
    color: #373E44;
	letter-spacing: 0.02em;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	margin-bottom:8px;
}
.mis-vis-box h3 span{
	color: var(--red);
}
.mis-vis-box p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #343434;
}
.mis-vis-box.mv1, .mis-vis-box.mv3{
    outline: 5px solid #ebc5d8;
    background-color:var(--red);
}
.mis-vis-box.mv1 h3,
.mis-vis-box.mv3 h3{
	color: white;
}
.mis-vis-box.mv1 h3 span,
.mis-vis-box.mv3 h3 span{
	color: #ebc5d8;
}
.mis-vis-box.mv1 p,
.mis-vis-box.mv3 p{
	color: #ffffffdb;
}
/* .team{
	padding: 70px 0;
}
.team-hdr{
	margin-bottom: 40px;
}
.team-hdr h5{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom:14px;
    letter-spacing: 0.6em;
	text-align: center;
}
.team-hdr h2{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    text-transform: capitalize;
    color: #373E44;
	text-align: center;
}
.team-box{
	position: relative;
	width: 100%;
	height: fit-content;	
}
.team-box em{
	width: 100%;
	height: 512px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.team-box em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
	filter: grayscale(1);
	transition: all 0.3s ease;
}
.team-box:hover em img{
	filter: grayscale(0);
}
.team-toppr{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: stretch;
	gap: 20px;
	top: 0px;
	left: 0px;
	padding: 30px;
	overflow: hidden;
}
.team-sos li{margin-bottom: 12px;}
.team-sos li a{
	background-color: white;
	width:30px;
	height:30px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	overflow: hidden;
	transform: translateX(calc(-100% - 30px));
	transition: transform 0.3s ease;
	filter: grayscale(1);
	color: var(--orange);
}
.team-sos li a svg{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.team-sos li a svg path{
	fill: var(--orange);
}
.team-sos li a:hover{
	filter: grayscale(0);
}
.team-box:hover .team-sos li a{
	transform: translateX(0);
}
.team-name{
	transform: translateX(calc(-100% - 30px));
	transition: all 0.1s ease;
	overflow: hidden;
}
.team-name > h5,
.team-name > h3{
	transform: translateX(-100%);
	transition: all 0.3s ease;
}
.team-box:hover .team-name,
.team-box:hover .team-name > h5,
.team-box:hover .team-name > h3{
	transform: translateX(0);
}
.team-name h5{
	font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height:1;
    letter-spacing: 0.01em;
    color: var(--orange);
	padding: 6px 5px;
	background-color: white;
	width: fit-content;
	min-width: 120px;
}
.team-name h3 a{
	font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: white;
	display: block;
	padding: 6px 5px;
	background-color: var(--orange);
}
.team-name h3 a:hover{
	background-color: var(--red);
} */


.abt-lft-img{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0;
	position: relative;
}
.abt-lft-img::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 56px;
    width: 389px;
    height: 342px;
    display: block;
    background-image: url(../images/abt-secbfr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}
.abt1-img1{
	width: 327px;
	height: 406px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 14px;
}
.abt1-img1 img, .abt1-img2 img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.abt1-img2 {
    width: 293px;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 33px;
    border: 18px solid white;
    margin-left: calc(327px - 108px);
    margin-top: -132px;
}

.abt-sectxt-top{
	padding-left: 12px;
	border-left: 4px solid var(--orange);
	margin-bottom:35px;
}
.abt-sectxt-top h2 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: var(--dark-blue);
    margin-bottom: 13px;
}
.abt-sectxt-top h2 span{
	color: var(--orange);
}
.abt-sectxt-top h3{
	font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #000000;
}
.abt-sec-txt p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #343434;
    margin-bottom: 24px;
}
.abt-sec-txt p:last-child{
	margin-bottom: 0px;
}
.abt-sec-txt p br:nth-of-type(even){
	content: '' !important;
	display: block;
	margin-bottom: 10px;
}
/* about us */

.for_abt_video {
  background: #fff;
  justify-content: space-between;
  padding: 20px;
  height: 460px;
    box-shadow: 1px 6px 15px 0px #d1cdcd;
	margin-bottom: 90px;
}
.for_abt_video video {
  background: #fff;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  width: 48%;
  border: 1px solid #c7c6c6;
  padding: 15px;
  box-shadow: 1px 6px 15px 0px #d1cdcd;
  border-radius: 10px;
}
.active_m{
	color:#FE7C0A !important;
}


.our_client_main_pagee{
	display:block;
	overflow:hidden;
}
.our_client_main_pagee ul{
	margin:0;
	padding:0;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.our_client_main_pagee ul li {
  width: 14.5%;
  height: 165px;
  background: #FFFFFF;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0;
  margin-bottom: 25px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
  margin-left: 1%;
  margin-right: 1%;
}
.our_client_main_pagee ul li span {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 10px;
  overflow: hidden;
}
.our_client_main_pagee ul li span img{
	max-height: 75%;
	max-width: 75%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.fww{
	display:block;
	width:100%;
}



.prod-page-sec.popular_products_slider1 .products_pic a {
    display: flex;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
.prod-page-sec.popular_products_slider1 .products_pic a img{
	width:100% ;
	display: block;
	margin: auto;
}
.prod-page-sec.popular_products_slider1 .products_pic a span {
    position: absolute;
    z-index: 3;
    padding: 5px 10px;
    border-radius: 12px 0 0 12px;
    top: 6px;
    right: 0px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.02em;
    color: red;
    background-color: white;
}


.thank-outr {
    min-height: 600px;
    margin-top: 80px;
}
.enq-lft > em.tnk-grp{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 548px;
	height: 318px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.tnk-grp img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.thank-outr .enq-lft {
    width: 60%;
}
.thank-outr .enq-rt{
width: 40%;
}
.enq-rt.thnkrt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.enq-rt.thnkrt h2 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    color: var(--red);
    margin-bottom: 30px;
    text-align: center;
}
.enq-rt.thnkrt p {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
}
.enq-rt.thnkrt a {
    padding: 14px 30px 14px 30px;
    background-color: var(--red);
    border-radius: 6px 0 6px 6px;
    width: fit-content;
    height: auto;
    display: block;
    position: relative;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
}
.enq-rt.thnkrt a:hover{
	background-color: #FE7C0A;
    color: #fff;
    transition: all 0.3s;
}
.enq-rt.thnkrt a span{
	position: absolute;
    top: 6px;
    right: 7px;
}
.enq-rt.thnkrt a:hover span {
    top: 3px;
    right: 3px;
    transition: all 0.3s;
}

.popular_products_slider.owl-carousel .owl-item img {
    width: 100% !important;
}

.popular_products_slider.owl-carousel .products_pic a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: #212935;
}
.hw-inr-box text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: calc(100% - 125px);
}
.hw-inr-box h6{
	margin-top: auto;
}