@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('..fonts/DroidArabicKufi.eot');
	src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidArabicKufi.woff2') format('woff2'),
		url('../fonts/DroidArabicKufi.woff') format('woff'),
		url('../fonts/DroidArabicKufi.ttf') format('truetype'),
		url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General-------------------------------- */

:root {
	--color-primary: #D11F37;
	--color-secondary: #d7a528;
	--color-dblue: #2E384D;
	--color-accent: #ffffff;
	--font-color: #000000;
	--top_bar_caolor_text: #000;
	--nav-color: #000;
	--nav-color-hover: #707070;
	--section-bg-color: #F3F3F3;
	--bs-font-body: "Poppins", -apple-system, "Segoe UI", Poppins, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Poppins", -apple-system, "Segoe UI", Poppins, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-title);
	font-weight: 600;
}

section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}

/* ================================= */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 45px;
	display: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #BBBBBB;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	font-size: 18px;
	transition: all 1s;
	z-index: 100;
	border: #BBBBBB 1px solid;
}

.back-to-top:hover {
	border: var(--color-primary) 1px solid;
	transition: all 1s;
	color: #fff;
	background: var(--color-primary);
}

.dpx-whatsapp-lower {
	bottom: 150px;
	padding: 0;
	position: fixed;
	right: 38px !important;
	z-index: 1000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
	display: inline;
	margin: 0px auto;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	z-index: 100;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}


.__calbafixd {
	position: fixed;
	right: 26px;
	bottom: 210px;
	z-index: 999;
	cursor: pointer;
}

.modal-content {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}


/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/*overlay */

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

[data-overlay=light]::before {
	background-color: #fff;
}

[data-overlay=theme-2]::before {
	background-color: #2d48c3;
}

[data-overlay=dark]::before {
	background-color: #181b1d;
}

[data-overlay=theme]::before {
	background-color: #43824f;
}

[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

/* End Overlay */


/* General-------------------------------- */


.header_nav {
	display: none;
}

.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block;
	background: #000;
	height: 4px;
}

.header_nav a span {
	background: #000;
	display: block;
	margin: 4px 0;
	width: 30px;
	height: 4px;
}

.header {
	transition: transform .9s;
}

.__hedrScr {
	background: #fff;
}

.__hedrScr .container {}

.__logo {
	width: 267px;
}

.__logo_actMM {
	position: absolute;
	z-index: 99;
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 10px;
	top: 0;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.__hercre {
	background: #fff;
	padding: 20px 0;
}


.__cctest {
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__hdrtWrp {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


/*************sss***********/




/*************Menu**********/
/* ============ desktop view ============ */


.__sectionMenu {
	background: #fff;
	/* box-shadow: 0px 1px 6px rgb(0 0 0 / 14%);  */
}

.__sectionMenu .container {
	position: relative;
	overflow: inherit;
}

.__navM {}




@media all and (min-width: 992px) {
	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}
}

/* ============ small devices .end// ============ */

.navbar-light .navbar-toggler {
	border-radius: 0px;
	background: #038ed1;
}

.navbar-toggler {
	padding: 3px 8px;
	font-size: 19px;
	line-height: 1;
	background-color: #2fc1d2;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
}

.menu_wrap {
	font-weight: bold;
	display: inline-block;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 12px;
}


.menu_wrap .navbar-expand-lg .navbar-collapse {
	display: flex;
	flex-basis: auto;
	align-items: center;
	justify-content: flex-end;
}

.menu_wrap .nav-item.dropdown::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: var(--color-primary);
	position: absolute;
	right: 3px;
	top: 21px;
	font-size: 14px;
}

.menu_wrap .nav-item.dropdown:hover::after {
	/* color: #fff !important; */
}

.menu_wrap .nav-item.dropdown {
	padding-right: 7px;
}

.menu_wrap .nav-item {}

.menu_wrap .navbar {
	padding: 0px;
}

.menu_wrap ul li {
	display: block;
	margin-right: 15px;
}

.menu_wrap ul>li>a {
	padding: 20px 10px !important;
	border-radius: 0px;
	color: #222222 !important;
	line-height: 18px;
	/* text-transform: uppercase; */
	font-weight: 500 !important;
	font-size: 14px;
	/* white-space: nowrap; */
	/* white-space: initial; */
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: #fff 2px solid;
	text-wrap: nowrap;
}

.menu_wrap ul>li>a.dropdown-toggle {
	white-space: normal;
}

.menu_wrap ul>li>a:hover,
.menu_wrap ul>li>a:focus {
	transition: all .1s;
	/* background: var(--color-primary);
	color: #fff !important; */
	background: #fff;
	border-bottom: var(--color-primary) 2px solid;
}

.menu_wrap ul>li>a.dropdown-toggle::after {
	display: none;
}

.__Navoffers {
	background: var(--color-primary);
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 8px 10px;
	white-space: nowrap;
}

.__Navoffers:hover {
	color: #fff;
}

/* 
.menu_wrap ul > li.nav-item.dropdown:hover .dropdown-menu  {
background: #098400;
}
*/
.menu_wrap ul li.dropdown>ul li a {
	text-transform: none;
	padding: 9px 10px !important;
	font-size: 12px;
	color: #000 !important;
	border: none;
	font-weight: 600;
	white-space: break-spaces;
	line-height: 13px;
	display: block;
	border-bottom: #ddd 1px solid;
	max-width: 100%;
	width: 100%;
	text-align: left;

	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
	overflow: inherit;
	text-overflow: inherit;
	max-height: inherit;
}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu {
	color: #000
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	min-width: 180px;
	/*min-width: auto !important;*/
}

.__allCategoriesSTM .dropdown-menu {
	/*min-width: 250px !important;*/
	min-width: auto;
}


.__allCategoriesSTM .submenu.dropdown-menu {
	/*min-width: 160px !important;*/
	/*width: 160px !important;*/
	top: 0;
}


.menu_wrap ul li:hover>a {
	/* color: #fff !important;
	background: var(--color-primary) !important; */
	font-weight: 600;
}


.menu_wrap ul li.dropdown>ul li a:hover,
.menu_wrap ul li.dropdown>ul li a:focus {
	transition: none;
	/* color: #fff !important;
	background: var(--color-primary) !important; */
}


.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover {
	color: #fff;
}

.menu_wrap ul li.active a {
	border-bottom: 3px solid var(--color-secondary);
	transition: all 1s;
}


.menu_wrap .navbar-light .navbar-nav .nav-link:hover,
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
	background: var(--color-secondary);
	color: var(--nav-color-hover);
}

.menu_wrap .dropdown-menu>li:hover,
.menu_wrap .dropdown-menu>li:focus {
	color: #16181b;
	text-decoration: none;
	background: #f8c324 !important;
}

.__menu_arrow {
	float: right;
}

.__cumSubNvAw::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #0000009e;
	position: absolute;
	top: 12px;
	font-size: 14px;
	transform: rotate(270deg);
	right: 7px;
}

.menu_wrap .dropdown-menu>li:hover::after,
.menu_wrap .dropdown-menu>li:focus::after {
	color: var(--color-primary);
}


.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
	top: auto;
	left: 0%;
	right: 0%;
	margin: 0 auto;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}


.menu_wrap .nav-item.dropdown:hover {
	background: var(--color-secondary);
}

.menu_wrap .nav-item.dropdown:hover>.dropdown-menu {
	display: block !important;
}




/*************sss***********/






@media (max-width: 1399px) {}


@media (max-width: 1199px) {
	.menu_wrap ul>li>a {
		padding: 20px 5px !important;
	}

	.menu_wrap ul li {
		margin-right: 5px;
	}


}

@media (max-width: 991px) {

	.__cctest {
		padding: 5px 0;
	}

	.__logo {
		width: auto;
		display: flex;
		align-items: center;
	}

	.menu_wrap {
		display: none;
	}

	.header_nav {
		display: block;
		max-width: 30px;
		margin-right: 10px;
	}

	.__logo_actMM {
		position: relative;
		border-radius: 0;
		padding: 0;
		top: 0;
		box-shadow: none;
	}

	#menu.mm-menu_opened {
		display: block !important;
	}

}



@media (max-width: 767px) {}

@media (max-width: 576px) {

	.__cctest {
		flex-wrap: wrap;
	}

	.__logo {
		width: auto;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
	}

	.__logo_actMM {
		max-width: 120px;
	}

	.__hdrtWrp {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header_nav {
		display: block;
		max-width: 30px;
		position: absolute;
		left: 15px;
	}

}






.__hdrPtActn {
	display: flex;
}

.__hrxzBnxz {
	display: flex;
	background: #fff;
	border: #D11F37 1px solid;
	border-radius: 30px;
	align-items: center;
	max-height: 35px;
}

.__login {
	padding: 7px 17px;
	color: var(--color-primary);
	font-weight: 500;
	border-right: var(--color-primary) 1px solid;
	border-radius: 30px 0 0 30px;

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.32s linear;
}

.__login:hover {
	background: var(--color-primary);
	color: #fff;

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.32s linear;
}

.__register {
	padding: 7px 15px;
	color: var(--color-primary);
	font-weight: 500;
	border-radius: 0px 30px 30px 0px;


	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.32s linear;
}

.__register:hover {
	background: var(--color-primary);
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.32s linear;
}

.__hrxzBnxzSez {
	display: flex;
	padding: 6px 17px;
	white-space: nowrap;
	border-radius: 50px;
	margin-left: 15px;
	background: var(--color-primary);
	color: #fff;
	font-weight: 500;
	border: var(--color-primary) 1px solid;

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.32s linear;
}

.__hrxzBnxzSez:hover {
	background: #fff;
	color: var(--color-primary);

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.32s linear;
}




@media (max-width: 1199px) {

	.__hrxzBnxzSez {
		padding: 6px 10px;
		margin-left: 7px;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {
	/* .__hrxzBnxzSez {
		margin-left: 5px;
		font-size: 12px;
		padding: 6px 13px;
	} */

	/*.__register,
	.__login {
		font-size: 12px;
		padding: 6px 9px;
	}*/

	.__hdrPtActn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px;
	}

	.__hrxzBnxzSez {
		margin-left: 5px;
		font-size: 12px;
		padding: 6px 13px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}



/* ========================== */

.__banner {
	/* background: url(../images/bg_bnr.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 40px; */
}

.__banner .container {
	overflow: hidden;
}


.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	opacity: 10;
	border-radius: 50%;
	border: #fff 1px solid;
}

.carousel-indicators .active {
	border: #fff 1px solid;
	background: #fff;
	opacity: 0.5;
}

/* ========================== */
/* ========================== */


/* ============================ */
/* ============================ */



.__catBozImg {
	background: #F5F5F5;
	float: left;
	width: 100%;
	overflow: hidden;

	/* -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; */
}

.__catBozImg img {
	min-height: 305px;
	max-height: 305px;
	width: 100%;
	object-fit: cover;
}


.__catHed {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 50px;
	max-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 15px;
}

.__catHed a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.__catGBozWr {
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.__btnView {
	position: absolute;
	z-index: 999;
	color: #000;
	font-size: 12px;
	right: 0;
	top: 10px;
	background: #FFFFFF;
	border: 1px solid #A61036;
	border-radius: 30px;
	padding: 5px 10px;
	font-weight: 600;
}

.__btnView svg {
	margin-left: 10px;
}

.inside_box {
	overflow: initial;
	position: relative;
	z-index: 0;
	/* overflow: hidden; */
}

.__products_sct .swiper-container-pointer-events {
	overflow: hidden;
}

.__products_sct .swiper-container-initialized {
	overflow: hidden;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__banner {
		/* padding-top: 30px;
		padding-bottom: 30px; */
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {

	.__catBozImg img {
		min-height: 200px;
		max-height: 200px;
		width: 100%;
		object-fit: cover;
	}
}





/* ============================ */
/* ============================ */
b,
strong {
	font-weight: 600;
}

.__wcscWrp {
	padding: 35px 0;
}

.__readmorBtn {
	margin-top: 0px;
	background: var(--color-primary);
	padding: 10px 25px;
	color: #fff;
	border-radius: 35px;
	display: inline-block;
	transition: all 1s;
}

.__readmorBtn:hover {
	transition: all 1s;
	background: var(--color-secondary);
	color: #fff;
}

.__wcscWrp h1 {
	color: var(--color-primary);
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
}

/* ============================ */
/* ============================ */


.__inbrWrp {}

.__inbozWp {
	background: rgb(215, 165, 40);
	background: -moz-linear-gradient(16deg, rgba(215, 165, 40, 1) 0%, rgba(209, 31, 55, 1) 100%);
	background: -webkit-linear-gradient(16deg, rgba(215, 165, 40, 1) 0%, rgba(209, 31, 55, 1) 100%);
	background: linear-gradient(16deg, rgba(215, 165, 40, 1) 0%, rgba(209, 31, 55, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d7a528", endColorstr="#d11f37", GradientType=1);
	color: #fff;
	border-radius: 15px;

	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}


.__inbz svg {
	min-height: 56px;
}

.__inbz h5 {
	font-size: 16px;
	color: #fff;
	margin: 10px 0 0;
	font-weight: 500;

}

.__inbz {
	width: 100%;
	border-right: #cccccca3 1px solid;
	min-height: 133px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__inbozWp {
		flex-wrap: wrap;
	}

	.__inbz {
		width: 50%;
		border-right: #ffffff30 1px solid;
		border-bottom: #ffffff30 1px solid;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {
	.__inbz h5 {
		font-size: 12px;
	}
}

/* ============================ */
/* ============================ */

.__allserBliWrp {
	padding: 45px 0;
}

.__allserBliWrp h2 {

	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}

.__srboz {
	margin-bottom: 20px;
}

.__srbImg {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	
}


/* Zoom In #1 */
.__srbImg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.__srbImg:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .8; 
}  
 

.__srboz h4 {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	justify-content: center;

}

.__srboz h4 a {
	color: #2D2D2D;
}

.__srboz h4 a:hover {
	color: #000;
}


.__srboz .__incaActo{
	display: none;
	transition: all 1s;
}

.__srboz:hover .__incaActo{
	display: block;
	transition: all 1s;
}

.__incaActo{
	position: absolute;
	left: 0;
	right: 0;
	margin:  0 auto;
	top: 45%;
	text-align: center;
	transition: all 1s;
}
.__callInfz{
	width: 40px;
	height: 40px;
}
.__inhoWhatap{} 

.__callInfz svg {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.__callInfz:hover svg {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__allserBliWrp .col-xs-12 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (max-width: 576px) {}

/* ============================ */
/* ============================ */

.__hiwrWrp {
	background: #F7F7F7;
	padding: 35px 0;
	text-align: center;
}

.__hiwrWrp h2 {
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}

.__hiwrBzTmz {
	margin: 15px 0;
	position: relative;
	z-index: 110;
}

.__hiwrBzTmz svg {
	margin-bottom: 15px;
}

.__hiwrBzTmz h5 {
	font-size: 15px;
	color: #000;
	max-width: 250px;
	margin: 0 auto;
	font-weight: 500;
}

.__hiwrWrp .row {
	position: relative;
}

.__hiwrWrp .row::before {
	position: absolute;
	z-index: 100;
	content: "";
	height: 141px;
	width: 650px;
	top: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;

	background: url(../images/arrow_i.svg) no-repeat top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}


@media (max-width: 1399px) {
	.__hiwrWrp .row::before {
		width: 570px;
		top: 35px;
	}
}


@media (max-width: 1199px) {
	.__hiwrWrp .row::before {
		width: 450px;
		top: 55px;
	}
}

@media (max-width: 991px) {
	.__hiwrWrp .row::before {
		display: none;
	}

	.__hiwrBzTmz h5 {
		max-width: 100%;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {

	.__hiwrBzTmz svg {
		max-width: 100px;
		max-height: 100px;
	}
}

/* ============================ */
/* ============================ */

.__temrWrp {
	background: #fff;
	padding: 35px 0;
}

.__temrWrp .swiper-slide {
	padding: 7px;
}

.__temrWrp h2 {
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}

.__telmItWrp {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	color: #2F2F2F;
	font-size: 14px;
}

.__testItBox {
	max-height: 150px;
	min-height: 150px;
	overflow-y: scroll;
}

.__sayItusrPic {
	margin-right: 15px;
}

.__sayItusrTxt {
	font-size: 11px;
	color: #000;
}

.__sayItusrTxt h5 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}

.__sayItusxdvds {
	border-top: #E5E5E5 1px solid;
	margin-top: 15px;
	padding-top: 15px;
	display: flex;
	align-items: center;

	background: url(../images/rqrt.svg) no-repeat right 19px;
}

.__temrWrp .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -30px !important;
}

.__temrWrp .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}

.__temrWrp .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--color-primary) !important;
}

.__temrWrp .inside_box {
	margin-bottom: 30px;
}


/* ============================ */
/* ============================ */

.__blogWrp {
	background: #F7F7F7;
	padding: 35px 0;
}

.__blogWrp h2 {
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}

.__bogBz {}

.__bogBimg {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

.__bogBimg img {
	width: 100%;
	min-height: 286px;
	max-height: 286px;
	object-fit: cover;
}

.__catry {
	font-weight: 600;
	font-size: 13px;
	margin-bottom: 5px;
}

.__bogHdz {
	margin-top: 5px;
}

.__bogHdz h3 {
	font-size: 16px;
	color: #2F2F2F;
	font-weight: 600;
}

.__bogHdz h3 a {
	color: #2F2F2F;
}

.__bogHdz h3 a:hover {
	text-decoration: underline;
}

.__bloAur.__sayItusxdvds {
	margin: 0;
	border: none;
	padding: 5px 0 0 0;
	background: none;
}

.__bloAur .__sayItusrPic {
	margin-right: 10px;
	width: 35px;
	height: 35px;
}

.__bloAur .__sayItusrTxt h5 {
	color: #5B5B5B;
	font-size: 12px;
}

.__bloAur .__sayItusrTxt p {
	color: #4B4B4B;
	font-size: 11px;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__bogBz {
		margin-bottom: 25px;
	}

}

@media (max-width: 576px) {}




/* ============================ */
/* ============================ */

.__conxWrp {
	background: #fff;
	padding: 35px 0;
}

.__conxWrp h2 {
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}

.__conxBWrp {
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	display: flex;
}

.__contzInfo {
	width: 25%;
	padding: 20px;
}

.__contzInfo h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.__conzTWrp {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.__cnIx {
	margin-right: 5px;
	min-width: 25px;
}

.__contxt {}

.__contxt a {}

.__contxt a:hover {
	text-decoration: underline;
}

.__mapVw {
	width: 75%;
	overflow: hidden;
	border-radius: 0 15px 15px 0;
}

.__mapVw iframe {
	float: left;
	width: 100%;
	height: 100%;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__contzInfo {
		width: 100%;
		padding: 20px;
	}

	.__conxBWrp {
		flex-direction: column;
	}

	.__mapVw {
		width: 100%;
		border-radius: 0 0 15px 15px;
	}

	.__contactPgInrBoz .__contzInfo {
		border-right: none;
		border-bottom: #d1d1d1 1px solid;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ============================ */
/* ============================ */


/* ============================ */


.swiper-container-pointer-events {
	overflow: hidden;
}

.swiper-container-initialized {
	overflow: hidden;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}


.__prCatr .swiper-button-prev:after,
.__prCatr .swiper-button-next:after {
	font-size: 18px !important;
}


.__prCatr .swiper-button-next,
.__prCatr .swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	background: #ffffff85;
	border-radius: 100%;
	color: #fff;
	/* -webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%); */
}


.__prCatr .swiper-button-prev {
	left: -10px;
}

.__prCatr .swiper-button-next {
	right: -10px;
}


.swiper-pointer-events {
	overflow: hidden;
}





/* ============================ */
/* ============================ */
.footer {
	background: #000;
	padding: 30px 0 0;
	font-size: 13px;
}

.__social_wrap h6,
.__ftnvll h6 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
}

.__ftWrpz {
	display: flex;
}

.__ftLogo {
	min-width: 200px;
}

.__quklikz {
	max-width: 150px;
}

.__getnowz {
	max-width: 200px;
}

.__ftnvll {
	width: 100%;
	margin-bottom: 15px;
}

.__ftnvll ul {
	list-style: none;
	margin: 0 0 0px;
	padding: 0px 0px;
	float: left;
	width: 100%;
}

.__ftnvll ul li {
	margin: 5px 0;
	color: #fff;
	padding: 0px 0px;
}

.__ftnvll ul li a {
	color: #fff;
	transition: all .5s;
	font-weight: normal;
}

.__ftnvll ul li a:hover {
	color: #fff;
	transition: all .5s;
	text-decoration: underline;
}

.__ftContact {}

.__ftContact svg {
	margin-right: 5px;
	width: 15px;
}

.__ftConq {}

.__ftConq ul li {
	margin-bottom: 15px;
}

.__ftConq ul li svg {
	min-width: 20px;
	margin-right: 5px;
}

._social_icons_top {
	float: left;
	margin-bottom: 20px;
	display: flex;

}

._social_icons_top i {
	border-radius: 50%;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	margin-right: 5px;
	color: var(--color-accent);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	font-size: 16px;
}

._social_icons_top i:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

._social_icons_top i svg {}

.fa-facebook-f {
	background: #3b5998;
}

.fa-twitter {
	background: #00acee;
}

.fa-x-twitter {
	background: #fff;
	padding: 8px !important;

}

.fa-linkedin-in {
	background: #0e76a8;
}

.fa-youtube {
	background: #c4302b;
}

.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

._social_icons_top .fa-whatsapp {
	background: #25D366;
}


.__storeIc {
	gap: 5px;
	display: flex;
}

.__ftBotmWp {
	border-top: #cccccc61 1px solid;
	padding-top: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
}

.__ftBotm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__ftRxrz {
	color: #fff;
}

.__ftRxrz a {
	color: #fff;
}

.__ftRxrz a:hover {
	color: #fff;
	text-decoration: underline;
}

.__srbk3 {
	overflow: hidden;
}





@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__ftWrpz {
		flex-wrap: wrap;
	}

	.__ftLogo {
		min-width: 100%;
		margin-bottom: 25px;
	}

	.__quklikz {
		max-width: 100%;
		margin-bottom: 25px;
	}

	.__getnowz {
		max-width: 100%;
		margin-bottom: 25px;
	}

	.__ftBotm {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		gap: 7px;
	}

	.__ftbmRtwv {
		margin-bottom: 15px;
	}

	.__mapVw iframe {
		min-height: 330px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}


/* ========================== */
/* ========================== */


.breadcrumb_wrap {
	background: #fff;
	border-top: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
	padding: 0 0;
	margin: 0px 0;
}

.breadcrumb_wrap .breadcrumb {
	margin-bottom: 0px;
	background: #fff;
	padding: 5px 0px;
	font-size: 13px;
	padding-left: 0;
	color: #7C7C7C;
	font-weight: 500;
	padding-left: 240px;
}

.breadcrumb_wrap a {
	color: #7C7C7C;
}

.breadcrumb_wrap a:hover {
	text-decoration: underline;
	color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #7C7C7C;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	margin-top: 3px;
}

/* ====================== */

.scrollbar {
	overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
	border-radius: 10px;
	background-color: #EAEAEA;
}

.scrollbar::-webkit-scrollbar {
	width: 9px;
	background-color: #BBBBBB;
	border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #BBBBBB;
}


/* ====================== */
/* ====================== */

.__pageNavigation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 500;
}

/* ================================= */
/* ================================= */

.__rcalbckWrp {
	max-width: 750px;
}

.__rcalbckWrp .modal-content {
	border-radius: 15px
}

.__rcalbcPic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: #ccc 1px solid;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -50px;
	position: absolute;
	left: 0;
	right: 0;
}

.__rcabWrp {
	display: flex;
	margin-top: 70px;
	margin-bottom: 30px;
}

.__rcClaBoz {
	width: 50%;
	border-right: #ccc 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	min-height: 300px;
}

.__rcClaboFm {
	width: 50%;
	padding: 0 40px;
}

.__popclaNzrc {
	border: var(--color-primary) 1px solid;
	border-radius: 35px;
	padding: 2px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.__popcoIcoz {
	margin-right: 10px;
}

.__popzTtx {
	font-size: 23px;
	padding-right: 15px;
	color: #5B5B5B;
	font-weight: 500;
}

.__calWhapp {
	border: #25D366 1px solid;
}

.__rcClaBoz h6 {
	font-size: 14px;
	font-weight: normal;
	color: #515151;
	margin: 10px 0;
	padding: 0;
}

.__poplibOr {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	width: 32px;
	height: 32px;
	top: 50%;
}

.__cumClsPopz {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	border: #1c1c1c 1px solid;
	padding: 8px;
	font-size: 10px;
}

.required {
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}

.__telcoddro {
	display: flex;
}

.__codrop {
	min-width: 95px;
}

.__telrop {
	width: 100%;
	padding-left: 15px;
}

.__flaNrWp {
	display: flex;
}

.__flCOde {
	max-width: 100px;
	min-width: 100px;
	margin-right: 15px;
}

.__flnurTx {
	width: 100%;
}

.__rcClaboFm p {
	color: #797979;
	text-align: center;
	font-size: 12px;
}

.__rcClaboFm h5 {
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}

.__popCmBtn {
	width: 100%;
	min-height: 55px;
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__rcabWrp {
		flex-direction: column;
	}

	.__rcClaBoz {
		width: 100%;
		border-bottom: #ccc 1px solid;
		border-right: none;
		min-height: auto;
		padding-bottom: 30px;
		margin-bottom: 35px;
	}

	.__rcClaboFm {
		width: 100%;
		padding: 0 20px;
	}

	.__poplibOr {
		width: 28px;
		height: 28px;
		top: 33%;
	}
}

@media (max-width: 576px) {}



/* ================================= */
/* ================================= */


/* ====================== */
/* ====================== */

.__innerBnr {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 280px;
	max-height: 280px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	height: -webkit-fill-available;
	/* background-size: 100% !important; */
	background-size: cover !important;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.__innerBnr .container {
	position: relative;
}

.__pro_catalogue_banner {
	color: #fff;
	min-height: 230px;
	max-height: 230px;
	text-align: center;
}

.__pro_catalogue_banner h2 {
	text-transform: uppercase;
}

.__about {
	text-align: center;

}

.__about_us {
	min-height: 280px;
	max-height: 280px;
	text-align: center;
	color: #fff;
}

.__scoutinner {
	margin: 35px 0;
}

.__scoutinner h1 {
	font-size: 30px;
	font-weight: 600;
	color: var(--color-primary);
}

.__abinboX {
	border-radius: 10px;
	border: #DDDDDD 1px solid;
	padding: 20px;
	padding-bottom: 5px;
	max-height: 200px;
	min-height: 200px;
	overflow: auto;
	margin-bottom: 20px;
}

.__abinboX h2 {
	font-size: 16px;
	color: var(--color-primary);
}

.__whyChosScz {
	padding: 25px 0 35px;
}

.__whyChosScz h2 {
	font-size: 25px;
	text-align: center;
	color: var(--color-primary);
	margin-bottom: 15px;
}

.__whychBoz {
	border-radius: 10px;
	border: #DDDDDD 1px solid;
	padding: 20px;
	padding-bottom: 5px;
	text-align: center;
	height: 100%;
}

.__whychBoz h4 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}

.__orPanerWrp {
	border-top: #DDDDDD 1px solid;
	border-bottom: #DDDDDD 1px solid;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.__orPanerWrp h2 {
	color: #000;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}

.__prTemlm {
	border: #DDDDDD 1px solid;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.__orPanerWrp .swiper-button-next,
.__orPanerWrp .swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	background: #0000008f;
	border-radius: 100%;
	color: #fff;
}

.__orPanerWrp .swiper-slide {
	padding: 0px 3px;
}

.__peInvuWrp {}

.__peInvuWrp h2 {
	color: #000;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.__iInBoz {
	border: #D8D8D8 1px solid;
	border-right: #D11F37 6px solid;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	position: relative;
}

.__inValiErz {
	font-size: 45px;
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 0;
	z-index: 100;
	padding-top: 15px;
	padding-left: 22px;
	margin-bottom: 30px;
}

.__inValiErz::after {
	content: "";
	width: 100px;
	height: 100px;
	background: #FAE9EB;
	position: absolute;
	border-radius: 50%;
	left: 20px;
	top: 20px;
	z-index: 1;
}

.__inValiErz span {
	position: relative;
	z-index: 10;
}

.__iInBoz h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.__srbk4 {
	overflow: hidden;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__whychBoz {
		height: auto;
		margin-bottom: 20px;
	}

	.__iInBoz {
		margin-bottom: 20px;
	} 
	.__abLimg {
		margin-top: 15px;
		margin-bottom: 15px;
	} 
	.breadcrumb_wrap .breadcrumb {
		padding-left: 0;
	} 
	.__abinboX {
		max-height: max-content;
		min-height: auto;
		margin-bottom: 15px;
	} 
	.__innerBnr {
		min-height: 130px;
		max-height: 130px;
	} 
}

@media (max-width: 767px) {
	.__scoutinner h1 {
		font-size: 24px;
	}

	.__orPanerWrp h2,
	.__whyChosScz h2,
	.__peInvuWrp h2 {
		font-size: 20px;
	} 
}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */


.__services_bg {}


.__blogBg {}

.__blogBg {
	min-height: 135px;
	max-height: 135px;
}


.__blogPg {}

.__blgWrp {
	display: flex;
	justify-content: space-between;
}

.__blgLewd {
	display: block;
	width: 100%;
	padding-right: 25px;
	margin-right: 25px;
	border-right: #D9D9D9 1px solid;
}



.__blgGridBoz {
	margin-bottom: 30px;
}

.__blgGridBozImg {
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 15px;
}

.__blgGridBozImg img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.__blgGridBoz:hover .__blgGridBozImg img {
	max-width: 120%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.__blgGridBoz h2 {
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 35px;
	color: #2F2F2F;
	font-size: 17px;
}

.__blgGridBoz h2 a {
	color: #2F2F2F;
}

.__blgGridBoz h2 a:hover {
	color: #000;
}

.__blgmore {
	color: #2D2D2D;
	border: #2D2D2D 1px solid;
	padding: 6px 15px;
	margin: 6px 0;
	display: inline-block;
	transition: all 1s;
}

.__blgmore:hover {
	color: #000;
	transition: all 1s;
	background: var(--color-secondary)
}

.__blgTrendingWrp {}

.__blgTrendingWrp h2 {
	font-size: 20px;
	font-weight: 600;
}

.__blgTrendingboz {
	margin-top: 10px;
}

.__blgTrwitm {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: #D9D9D9 1px dashed;
}

.__blgTrwitm img {
	width: 100px;
	height: 80px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

.__blgTrwitm a {
	color: #2D2D2D;
}

.__blgTrwitm a:hover {
	color: #000;
}

.__dcrpgltetr {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	font-weight: 600;
	color: #2D2D2D;
}

.__catblog {
	display: block;
	padding: 0;
	text-align: left;
	margin: 0px 0px 10px 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.__catblog:hover {
	color: #000000;
	text-decoration: underline;
}

.__blgGridBoz .__bloAur .__sayItusrTxt h5 {
	font-size: 14px;
}

.__blgGridBoz .__bloAur .__sayItusrTxt p {
	color: #4B4B4B;
	font-size: 12px;
}

.__bloDcrScr {
	border-bottom: #D9D9D9 1px dashed;
	padding-bottom: 25px;
}

/****/

.__blgRtewgt {
	min-width: 300px;
	max-width: 300px;
}


.__bloRtLiWr {
	display: flex;
	font-size: 11px;
	align-items: center;
	margin-top: 10px;
}

.__bloRtLiWr .__catblog {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	margin-right: 15px;
}

.__datezpoz {
	display: flex;
	align-items: center;
	font-weight: normal;
	text-wrap: nowrap;
}

.__datezpoz svg {
	margin-right: 5px;
}

.__datezpoz span {
	line-height: 0;
}

.__blogPgDlPag {
	padding-top: 38px;
	padding-bottom: 40px;
}

.__blgDlpagViw {
	float: left;
	width: 100%;
}

.__blgDlpagViw h2 {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 29px;
	margin-top: 10px;
}

.__blgdlpgImg {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

.__blgdlpgDcrp {
	margin: 5px 0;
}

.__blgdlpgDcrp ul {
	margin: 0 2px 5px;
	padding: 00 15px 10px;
}

.__blgdlpgDcrp ul li {
	margin: 0 0px;
	padding: 3px 00;
}

.__blgdlpgDcrp h3 {
	font-size: 24px;
}

.__blgdlpgDcrp h4 {
	font-size: 20px;
}

.__blgdlpgDcrp h5 {
	font-size: 18px;
}

.__blgdlpgDcrp h6 {
	font-size: 16px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__blgWrp {
		flex-direction: column;
	}

	.__blgLewd {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}

	.__blgRtewgt {
		min-width: 100%;
		max-width: 100%;
	}

	.__blgDlpagViw {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */
.__contactPgInrBoz {
	margin-top: -70px;
	z-index: 10;
	position: relative;
	flex-wrap: wrap;
}

.__dsfboz {}

.__conFrWrp {
	padding: 20px 20px;
	border-top: #d1d1d1 1px solid;
}

.contact_us {
	padding: 10px 25px;
	color: #fff;
}

.__contactPgInrBoz .__contzInfo {
	border-right: #d1d1d1 1px solid;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */


.__partnerusBg {
	min-height: 588px;
	max-height: 588px;
}



.__pwusWr h1 {
	font-size: 40px;
	text-transform: none;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
	/* text-shadow: 
		3px 3px 0 #000,
		-1px -1px 0 #000, 
		1px -1px 0 #000,
		-1px 1px 0 #000, 
		1px 1px 0 #000
	; */
}

.__pwusWr p {
	text-transform: none;
}

.__pwusWr h1 span {
	-webkit-text-stroke: 0.5px #fff;
}

.__rex {
	color: #D11F37;
}

.__Ycrz {
	color: #D7A528;
}


.__parNfrWrz {
	display: flex;
	justify-content: flex-end;
}

.__parNfrMoFm {
	background: #fff;
	padding: 20px 20px;
	max-width: 340px;
	border-radius: 15px;
	color: #000;
	text-transform: none;
}

.__parNfrMoFm p {
	font-size: 12px;

}

.__pwusWr {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.__parNfrMoFm h5 {
	color: var(--color-primary);
	font-weight: 600;
}

.__partnerUsPg {}

.__partnerUsPg .__hiwrWrp {
	background: #fff;
	padding: 0;
	padding-bottom: 25px;
}

.__partnerUsPg .__hiwrWrp .row::before {
	position: absolute;
	z-index: 100;
	content: "";
	height: 141px;
	width: 610px;
	top: 120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/llRaqz.svg) no-repeat top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}






@media (max-width: 1399px) {
	.__partnerUsPg .__hiwrWrp .row::before {
		width: 480px;
		top: 115px;
	}
}




@media (max-width: 1199px) {

	.__partnerUsPg .__hiwrWrp .row::before {
		width: 480px;
		top: 115px;
	}
}

@media (max-width: 991px) {
	.__partnerUsPg .__hiwrWrp .row::before {
		width: 360px;
		top: 115px;
	}

	.__partnerusBg {
		min-height: auto;
		max-height: max-content;
	}

	.__pwusWr {
		padding: 75px 0 20px;
		display: flex;
		align-items: center;
		text-align: center;
	}

	.__parNfrWrz {
		display: flex;
		justify-content: center;

		padding-bottom: 36px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {
	.__partnerUsPg .__hiwrBzTmz svg {
		max-width: max-content;
		max-height: max-content;
	}

	.__pwusWr h1 {
		font-size: 30px;
	}
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */


/*login_registration S*/

.__signwrap {
	padding-top: 85px;
	padding-bottom: 55px;
	position: relative;

}

.__signInerPG {
	padding: 0px;
	margin-bottom: 35px;
	background: #fff;
	max-width: 472px;
	margin: 0 auto;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}


.__signInerPG h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin: 0px 0 10px;
	padding: 0px;
}

.__signInerPG h4 {
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	margin: 0px 0 5px;
	padding: 0px;
}

.__signInerPG h6 {
	text-align: center;
	font-size: 14px;
	color: #373737;
	margin: 0px 0 15px;
	padding: 0px;
	font-weight: 400;
}

.__signInerPG h6 a {
	color: var(--color-primary);
	font-weight: 600;
}

.__signInerPG h6 a:hover {
	color: #000;
}

.register_box,
.login_box {
	padding: 35px 45px 15px;
}

.register_box {
	border-left: #dddddd 1px solid;
}


.__telcoddro {
	display: flex;
}

.__codrop {
	min-width: 95px;
}

.__telrop {
	width: 100%;
	padding-left: 15px;
}

.forgot_a {
	float: right;
	color: #000000;
	font-size: 12px;
}



.social_login_wrap {
	float: left;
	width: 100%;
	margin: 0px 0;
	text-align: center;
	border-top: none;
	padding-top: 25px;
	display: none;
}

.social_login_wrap h5 {
	font-size: 14px;
}

.social_fb {
	padding: 7px 7px;
	float: none;
	width: auto;
	cursor: pointer;
	margin-bottom: 10px;
	color: #444;
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border: none;
}

.__ctm_btn {
	text-align: center;
	min-width: 240px;
	max-width: 240px;
	padding: 9px 11px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
}

.__forgot_passwordWp .__signInerPG {
	max-width: 400px;
	padding-bottom: 10px;
}

.__tcLinks a:hover {
	text-decoration: underline;
}

.__RememberPass {
	display: flex;
	justify-content: flex-start;
	font-size: 13px;
}

.__rIGIR .__signInerPG {
	max-width: 616px;
}

.__fldFocation {
	position: relative;
}

.__fllamaci {
	background: #F1F1F1;
	padding: 6px;
	width: 45px;
	height: 33px;
	right: 13px;
	position: absolute;
	top: 22px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.__richliswr {
	display: flex;
	align-items: center;
	justify-content: center;
}

.__richliswr a {
	color: var(--color-primary);
}

.__richliswr a:hover {
	color: #000;
}

.__otpVerification {
	max-width: 450px;
	min-height: 400px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	border-radius: 15px;
	background: #fff;
}

.__otpVerification h3 {
	font-size: 22px;
}

.__otpWrp {
	display: flex;
}

.__lfls {
	padding: 0 10px;
}

.__lfls .form-control {
	background: none;
	border-bottom: 1px #BABABA solid;
	color: #000;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	max-width: 77px;
	min-height: 87px;
}

.__profile_verifiedPg {
	padding-top: 70px;
}

.__profile_verifiedPg .container {
	max-width: 800px;
}

.__pasIcseye {
	position: absolute;
	right: 0;
}

.field-icon.toggle-password {
	float: right;
	margin-top: -26px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	color: #7a7a7a;
}

.field-icon.toggle-password {
	float: right;
	margin-top: -26px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	color: #7a7a7a;
}

/*login_registration E*/

/* ================================= */
/* ================================= */

.__signITop {}

.dash {
	display: flex;
	align-items: center;
	margin-left: 10px;
	/* border-right: #ccc 1px solid;
    padding-right: 15px;  */
	white-space: nowrap;
}

.after_login .nav-link.dropdown-toggle {
	padding: 0px;
	display: flex;
	flex-direction: row;
	line-height: 16px;
	/* padding-right: 10px; */
	color: #fff;
	align-items: center;
}

.after_login .__afPic {
	float: left;
	margin-right: 7px;
	height: 35px;
	width: 35px;
	padding: 2px;
	margin-top: -4px;
}

.after_login .__afPic img {
	border: var(--color-primary) 1px solid;
	padding: 1px;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	object-fit: cover;
	background: #ccc;
	min-width: 35px;
}

.lim {
	max-width: 65px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	color: #000;
}

.after_login .dropdown-toggle::after {
	position: absolute;
	right: -4px;
	top: 40%;
}

.after_login .dropdown-menu {
	top: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	border: none;
	min-width: 155px;
	border-radius: 7px;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
}

.after_login .dropdown-menu a {
	font-weight: 500;
	padding: 8px 15px !important;
	/* border-bottom: #ddd 1px solid; */
}

.after_login .dropdown-menu a:hover {
	color: #fff !important;
	background: var(--color-primary);
	padding: 0;
}


@media (max-width: 1399px) {
	.lim {
		max-width: 55px;
	}

}

@media (max-width: 1199px) {

	.lim {
		display: none;
	}

}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */

.__inrDashWrp {
	padding: 32px 0;
	padding-top: 100px;
	background: #fff;
}

.__dashWrinr {
	display: flex;
}

.__dashLefNav {
	min-width: 250px;
}

.__dashLefNav h5 {
	font-size: 15px;
	font-weight: 500;
}

.__dashLefNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.__dashLefNav ul li {
	padding: 0;
	margin: 0;
}

.__dashLefNav ul li a {
	display: block;
	padding: 7px 10px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

.__dashLefNav ul li.active a,
.__dashLefNav ul li a:hover {
	color: #fff;
	background: var(--color-primary);
}

.__dashLefNav ul li a svg {
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.__dashRetViw {
	width: 100%;
	padding-left: 30px;
}

.__dashRetViw h4 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
}


.__pofWrlu7pwz {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.__prfzTzx {
	padding-left: 15px;
	font-size: 20px;
	width: 100%;
	color: var(--color-primary);
	line-height: 22px;
}


.avatar-upload {
	position: relative;
	max-width: 120px;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 3px;
	z-index: 1;
	bottom: 2px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label svg {
	width: 20px;
	height: 20px;
}

/* .avatar-upload .avatar-edit input+label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
} */

.avatar-upload .avatar-preview {
	width: 120px;
	height: 120px;
	position: relative;
	border-radius: 100%;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* ====================== */
.__proflWrp {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 20px 20px 10px;
	margin-bottom: 15px;
} 

.__Fldpassword {
	position: relative;
}

.__FldpasswordIcos {}

.field-icon.toggle-password {
	float: right;
	margin-top: -26px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	color: #7a7a7a;
}


.__btmAcnWrp {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 25px;
}
.__btmAcnboz {
    display: flex;
    align-items: center;
   
    border-radius: 45px;
    padding: 2px;
    padding-right: 15px;
}
.__btmAcnboz svg{
	margin-right: 10px;
}


.__btmAcnboz svg {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.__btmAcnboz:hover svg {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}




.__btmAcnboz span{
	font-weight: 500;
	color: #000;
}
.__callnow{
	border: #D11F37 1px solid;
}
.__beMwhatsApp{
	border: #25D366 1px solid;
} 
.__GetTouch{
	border: #D7A528 1px solid;
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {

	.__dashWrinr {
		display: flex;
		flex-direction: column;
	}

	.__dashLefNav {
		display: none;
	}

	.__dashRetViw {
		padding-left: 0;
	}

	.__inrDashWrp {
		padding-top: 30px;
	}

	.__ctm_btn {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

.__term_conditions {
	min-height: 200px;
	text-align: center;
	color: #fff;
}

.__statipg {
	font-size: 14px;
	padding-top: 85px;
	padding-bottom: 25px;
}

.__statipg h2 {
	font-size: 22px;
}

.__statipg h2 {
	font-size: 20px;
}

.__statipg h3 {
	font-size: 18px;
}

.__statipg h4 {
	font-size: 16px;
}

.__statipg h5 {
	font-size: 15px;
}


.__statipg h5 {
	font-size: 14px;
}

.__statipg ul {
	margin: 0 auto;
	padding: 15px 15px
}

.__statipg ul {
	margin: 0 auto;
	padding: 15px 15px
}

/* ================================= */
/* ================================= */

.__faqAccwrp {
	margin-bottom: 15px;
}

.__faqAccwrp .accordion-item {
	margin-bottom: 10px;
	border-radius: 10px !important;
}

.__faqAccwrp .accordion-button:focus {
	border: var(--color-primary);
}

.__faqAccwrp .accordion-button {
	color: #ffffff;
	background-color: #b1b1b1;
	font-size: 14px;
	padding: 12px 20px;
	font-weight: 100;
	border-radius: 5px !important;
}

.__faqAccwrp .accordion-button::after {
	background-image: url(../images/btm_arw_Vector.svg);
}

/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */



@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__statipg { 
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* ================================= */
/* ================================= */



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 576px) {}