
@import url('../libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css');
@import url('../libs/smart_DateTimeCalender/css/bootstrap-datetimepicker.min.css');
@import url('../libs/smart_DateTimeCalender/css/calendar.css');
@import url('../libs/TagsInput/tagify.css');
@import url('../libs/dropzone/min/dropzone.min.css');
@import url('bootstrap.css');
@import url('icons.min.css');
@import url('flaticon.css');
@import url('jquery-ui.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('../libs/Inte_Tel_Code/css/intlTelInput.css');
@import url('../libs/summernote/summernote.min.css');
@import url('../libs/select2/css/select2.min.css');
@import url('../libs/bootstrap-rating/bootstrap-rating.css');
@import url('owl.css');
@import url('swiper.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');


ddd{
    background-image: url();
}
@font-face {
    font-family: din_L;
    src: url('../font/ArbFONTS-TheSans-Plain.otf') format('truetype');
}
@font-face {
    font-family: din_M;
    src: url('../font/ArbFONTS-TheSans-Plain.otf') format('truetype');
}
@font-face {
    font-family: din_B;
    src: url('../font/ArbFONTS-TheSans-Bold.otf') format('truetype');
}
@font-face {
    font-family: din_R;
    src: url('../font/ArbFONTS-TheSans-Plain.otf') format('truetype');
}


*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

body {
	direction: ltr;
    text-align: start;
	font-size:16px;
	color:#000;
	line-height: 28px;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: din_M;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#05b262;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: din_R;
}
.w-max{
    width: max-content !important;
}
textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}
.theme-btn{
    font-family: din_M
}
p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #999999;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

::selection {
background:#05b262;
color:#ffffff;
}

::-moz-selection {
background:#05b262;
color:#ffffff;
}

::-webkit-selection {
background:#05b262;
color:#ffffff;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

main{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

main .content-inner{
	position: relative;
}	

.sidenav-bar .mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.sidenav-bar .mCSB_scrollTools{
	opacity: 0 !important;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}

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

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 13px 35px;
	font-weight: 500;
	background-color: #252525;
	border: 2px solid #252525;
	overflow: hidden;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.30);
	box-shadow: 0 10px 30px rgba(0,0,0,0.30);
}

.btn-style-one .btn-title{
	position: relative;
}

.btn-style-one:hover{
	color:#ffffff;

}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #05b262;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 15px 40px;
	font-weight: 700;
	background-color: #05b262;
	overflow: hidden;
}

.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#05b262;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
/*Btn Style danger*/
.btn-style-danger{
	position:relative;
	font-size:16px;
	line-height: 52px;
	color:#fff;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #EA4335;
	overflow: hidden;
    border-radius: 50px;
     border: 1px solid #EA4335;
}

.btn-style-danger .btn-title{
	position: relative;
}
.btn-style-danger img{
    margin-left: 5px;
    filter: brightness(100) grayscale(100)
}
.btn-style-danger:hover img{
    filter: none
}
.btn-style-danger:hover{
	color:#EA4335;
     border: 1px solid #EA4335;
}

.btn-style-danger:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-danger:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}




/*Btn Style green*/
.btn-style-green{
	position:relative;
	font-size:16px;
	line-height: 44px;
	color:#fff;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #05B262;
	overflow: hidden;
    border-radius: 0;
     border: 1px solid #05B262;
}

.btn-style-green .btn-title{
	position: relative;
}
.btn-style-green img{
    margin-left: 5px;
    filter: brightness(100) grayscale(100)
}
.btn-style-green:hover img{
    filter: none
}
.btn-style-green:hover{
	color:#05B262;
     border: 1px solid #05B262;
}

.btn-style-green:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-green:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style green light*/
.btn-style-green-light{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#05B262;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #fff;
	overflow: hidden;
    border-radius: 0;
    border: 1px solid #05B262;

}

.btn-style-green-light .btn-title{
	position: relative;
}
.btn-style-green-light img{
    margin-left: 5px;
}
.btn-style-green-light:hover img{
    filter: brightness(100) grayscale(100)
}
.btn-style-green-light:hover{
	color:#fff !important;
        border: 1px solid #05B262;
}

.btn-style-green-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #05B262;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-green-light:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style orange*/
.btn-style-orange{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#fff;
	padding: 0px 15px;
    line-height: 54px;
    width: 145px;
	font-weight: 500;
	background-color: #05b262;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #05b262;
}

.btn-style-orange .btn-title{
	position: relative;
}
.btn-style-orange img{
    margin-left: 5px;
    filter: brightness(100) grayscale(100)
}
.btn-style-orange:hover img{
    filter: none
}
.btn-style-orange:hover{
	color:#05b262;
    border: 1px solid #05b262;
}

.btn-style-orange:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-orange:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}


/*Btn Style orange light*/
.btn-style-orange-light{
	position:relative;
	font-size:16px;
line-height: 52px;
	color:#05b262;
	padding: 0px 15px;
    line-height: 48px;
    width: 145px;
	font-weight: 700;
	background-color: #fff;
    border: 1px solid #05b262;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #05b262;
}

.btn-style-orange-light .btn-title{
	position: relative;
}
.btn-style-orange-light img{
    margin-left: 5px;
    
}
.btn-style-orange-light:hover img{
   filter: brightness(100) grayscale(100)
}
.btn-style-orange-light:hover{
	color:#fff;
    border: 1px solid #05b262;
}

.btn-style-orange-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #05b262;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-orange-light:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 13px 40px;
	font-weight: 400;
	overflow: hidden;
	background-color: #05b262;
	border: 2px solid #05b262;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-style-four:hover{
	color: #05b262;
	background-color: #222222;
	border:2px solid #222222;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

/*=== List Style One ===*/
.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-one li{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #f1f1f1;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 15px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #05b262;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #05b262;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
}

.theme_color{
	color:#05b262;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#020B07; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/mosmer/Muthmar_Logo.svg);
    background-size: 200px;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position: fixed;
	left: 40px;
	bottom: 60px;
	height: 40px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#05b262;
	display:none;
	border-radius: 0;
	margin: 0 auto;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
    border: 1px solid #05b262;
}

.scroll-to-top:hover{
	background:#ffffff;
	color: #222222;
}
.scroll-to-top img{
    filter: brightness(100) grayscale(100);
    transform: rotate(180deg);
    position: relative;
    top: -2px;
}
.scroll-to-top:hover img{
    filter: none;
}


/**********/
.whatsappIocnBTN{
	position: fixed;
	left: 40px;
	bottom: 15px;
	height: 40px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#05b262;
	display:block;
	border-radius: 0;
	margin: 0 auto;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
    border: 1px solid #05b262;	
}

.whatsappIocnBTN:hover{
	background:#ffffff;
	color: #222222;
}
.whatsappIocnBTN img{
    filter: brightness(100) grayscale(100);
    position: relative;
    top: -2px;
}
.whatsappIocnBTN:hover img{
    filter: none;
}
/*** 

====================================================================
	Main Header
====================================================================

***/

.main-header{
	position: fixed;
	left: 0;
	top: 30px;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header{
	top: 0;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.10);
    z-index: 9999999;
}

.main-header .main-box{
	position: relative;
	padding: 10px 0px;
}

.main-header .logo-box{
	position: relative;
	float: left;
	padding: 0px 0;
}

.main-header .outer-box{
	position: relative;
	float: right;
    align-items: center;
    display: flex;
    gap: 8px;
}

.main-header .btn-box{
	position: relative;
	float: right;
	margin-left: 20px;
	padding: 8px 0;
}

.nav-toggler {
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
    border-radius: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #05b262;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s;
	-o-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.nav-toggler span {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 25px;
	height: 3px;
	background-color: #ffffff;
}

.nav-toggler span::before, .nav-toggler span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s, width 0.2s;
	-moz-transition: -moz-transform 0.2s, width 0.2s;
	transition: transform 0.2s, width 0.2s;
}

.nav-toggler span::before {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}

.nav-toggler span::after {
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px);
}

.no-touch .nav-toggler:hover {
	/* rotate trigger on hover */
/*
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
*/
}

.no-touch .nav-toggler:hover span::after,
.no-touch .nav-toggler:hover span::before {
	/* animate arrow --> from hamburger to arrow */
/*	width: 50%;*/
}

.no-touch .nav-toggler:hover span::before {
/*
	-webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
	-moz-transform: translateX(1px) translateY(1px) rotate(45deg);
	-ms-transform: translateX(1px) translateY(1px) rotate(45deg);
	-o-transform: translateX(1px) translateY(1px) rotate(45deg);
	transform: translateX(1px) translateY(1px) rotate(45deg);
*/
}

.no-touch .nav-toggler:hover span::after {
/*
	-webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	-o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
	transform: translateX(1px) translateY(-1px) rotate(-45deg);
*/
}

/*Search Box Widget*/

.main-header .search-box{
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 8px 0;
}

.main-header .search-box .search-btn{
	position: relative;
	display: block;
	height:44px;
	width: 44px;
	line-height: 44px;
	text-align:center;
	font-size:22px;
	color:#ffffff;
	padding: 0;
	border-radius: 50%;
	background-color: transparent;
}



.main-header .cart-btn{
	position: relative;
	float: left;
	padding: 8px 0;
}

.main-header .cart-btn:before{
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	content: "";
	visibility: hidden;
	box-shadow: none !important;
}

.main-header .cart-btn button{
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	background-color: transparent;
	line-height: 40px;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	z-index: 9;
}

.main-header .cart-btn .count{
	position: absolute;
	right: 0px;
	top: 4px;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	border-radius: 50%;
}

.main-header .badge {
  background-color: #dddddd;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.main-header .shopping-cart {
    position: absolute;
    margin: 20px 0;
    right: 0;
    background: #222222;
    width: 300px;
    border-radius: 3px;
    padding: 20px;
    max-height: 450px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .cart-btn:hover:before,
.main-header .cart-btn:hover .shopping-cart{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
    box-shadow: 0 0 20px rgba(0,0,0,0.50);
}

.main-header .shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #444444;
  padding-bottom: 15px;
}

.main-header .shopping-cart .shopping-cart-total {
	float: right;
	font-size: 15px;
	line-height: 30px;
	color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-total .lighter-text{
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
}

.main-header .shopping-cart .shopping-cart-items {
  padding-top: 20px;
}

.main-header .shopping-cart .shopping-cart-items li {
	position: relative;
  margin-bottom: 18px;
  box-shadow: 0 0 15px rgba(0,0,0,0.40);
  background-color: #252525;
}

.main-header .shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}

.main-header .shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  color: #ffffff;
}

.main-header .shopping-cart .shopping-cart-items .item-price {
  color: #05b262;
  margin-right: 8px;
}

.main-header .shopping-cart .shopping-cart-items .item-quantity {
  color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-items .product-detail{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.main-header .shopping-cart .cart-icon {
  color: #dddddd;
  font-size: 22px;
  margin-right: 7px;
  float: left;
}

.main-header .shopping-cart .theme-btn{
	display: block;
	width: 100%;
	box-shadow: 0 0 30px rgba(0,0,0,0.50);
}

.main-header .mCSB_inside>.mCSB_container{
	margin-right: 0;
}

.main-header .mCSB_scrollTools{
	opacity: 0 !important;
}

.main-menu{
	position:relative;
	float:left;
	
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

/*** 

====================================================================
	Sidenav Bar
====================================================================

***/

.sidenav-bar{
	position: fixed;
	right: 0px;
	top: 0;
	max-width:100%;
	height: 100%;
	width: 20%;
	background-color: #000;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
} 

.sidenav-bar .nav-logo{
	position:relative;
	padding:30px 20px;
	text-align:left;	
}

.sidenav-bar .nav-logo img{
	max-width:200px;
}

.sidenav-bar-visible{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidenav-bar-visible .sidenav-bar{
	opacity: 1;
	right: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	box-shadow: 0 0 30px rgba(0,0,0,0.40);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    z-index: 99999999;
}

.sidenav-bar-visible header{
	width: 80%;
}

.sidenav-bar-visible main{
	width: 80%;
	box-shadow: 0 0 30px rgba(0,0,0,0.30);
}

.sidenav-bar .menu-box{
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:  scale(0);
	-moz-transform:  scale(0);
	-ms-transform:  scale(0);
	-o-transform:  scale(0);
	transform:  scale(0);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.sidenav-bar-visible .sidenav-bar .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.sidenav-bar .close-btn{
	position: absolute;
	right: 10px;
	top: 15px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	background-color: transparent;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.sidenav-bar-visible .sidenav-bar .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidenav-bar .close-btn:hover{
	opacity: 0.50;
}

.sidenav-bar .side-nav{
	position: relative;
	margin-top: 24%;
}

.sidenav-bar .navigation{
	position: relative;
	display: block;
	margin: 0 20px;
	
	overflow: hidden;
}

.sidenav-bar .navigation > li{
	position: relative;
	display: block;
	left: 0;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar-visible .sidenav-bar .navigation > li{
	left: 0;
	/* -webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms; */
}

/* .sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(2){
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(3){
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(4){
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(5){
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(6){
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(7){
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(8){
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(9){
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
} */

.sidenav-bar .navigation li > a{
	position: relative;
	display: block;
	line-height: 20px;
	padding: 15px 20px;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.02em;
	margin-bottom: 2px;
	/* background-color: rgba(0,0,0,0.20); */
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .navigation > li > a{
	font-weight: 400;
	letter-spacing: 0.08em;
	/* box-shadow: 0 0 6px rgba(0,0,0,0.05); */
	text-transform: uppercase;
}

.sidenav-bar .navigation li:hover > a,
.sidenav-bar .navigation li.current > a{
	color:#05b262;	
}

.sidenav-bar .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:12px;
	line-height:50px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .navigation li.dropdown .dropdown-btn.active .fa:before{
	display: inline-block;
	position: relative;
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .navigation li > ul,
.sidenav-bar .navigation li > ul > li > ul{
	display: none;
	background-color: rgba(0,0,0,0.30);
}

.sidenav-bar .contact-info-box{
	position: relative;
    padding: 0 30px;
    margin-top: 40px;
}

.sidenav-bar .contact-info-box .info-box{
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
}

.sidenav-bar .contact-info-box .info-box .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
}

.sidenav-bar .contact-info-box .info-box strong{
	font-size: 16px;
	line-height: 24px;
	
	color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p{
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .contact-info-box .info-box p a:hover{
	color: #05b262;
}

/*===============================================
		Header Style Two
================================================*/
.header-span{
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
}

.header-style-two{
	position: fixed;
	background-color: transparent;
	top: 0;
}

.header-style-two .logo-outer{
	position: relative;
	float: left;
}

.header-style-two .logo{
	position: relative;
}
.header-style-two .logo .UncsrollLogo{
    display: block
}
.header-style-two .logo .scrollLogo{
    display: none
}
.main-header.fixed-header .UncsrollLogo{
    display: none
}
.main-header.fixed-header .scrollLogo{
    display: block
}
.header-style-two .logo img{
	position: relative;
	max-width: 100%;
	height: 50px;
}

.header-style-two .nav-outer{
	position: relative;
	float: right;
}

.header-style-two .main-box{
	position:relative;
	left:0px;
	top:0px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:50px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	padding:15px 0;
	opacity:1;
	text-align:center;
	font-family: din_M;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.main-menu .navigation > li > a img{
    margin-right: 5px;
}
.main-menu .navigation > li > a span{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #05b262;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    line-height: 19px;
    font-weight: 400;
    font-family: 'din_L';
}
.main-header.fixed-header .navigation > li > a{
    color: #000;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
	color:#05B262;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:250px;
	padding:10px 24px;
	z-index:100;
	background:#fff;
	margin-top: 10px;
    border-radius: 8px;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;
        border: 1px solid #f9f9f9;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
    border-bottom: 1px solid  #F0F0F0;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none !important;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:400;
    font-family: din_R;
	font-size:16px;
	color:#000;
	text-transform:capitalize;
    border: 0px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a img{
    margin-left: 5px;
}
.main-menu .navigation > li > ul > li:hover > a{
color: #05b262;

}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #ffffff;
	font-weight:900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #ffffff;
	background:#222222;
    border-left: 4px solid #05b262;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	left: 100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

.header-style-two .outer-box .btn-box{
	display: none;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:200px 0px 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.60);
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:74px;
	line-height:1.2em;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform:capitalize;
	}

.page-breadcrumb{
	position:relative;
	margin-top:5px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: ">";
	right:-2px;
	top:1px;
	color:#ffffff;
	font-size:14px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:500;
	text-transform: capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#05b262;
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon{
	position: relative;
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background-color: #000000;
	color: #ffffff;
	z-index: 1;
	padding-left: 5px;
	font-size: 24px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin:center; 
	transform-origin:center; 
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 70px;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 







/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.styled-pagination ul{
direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.styled-pagination li{
	position: relative;
	display: inline-block;
	margin: 0px;
}

.styled-pagination li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 44px;
	width: 48px;
    height: 48px;
    font-weight: 600;
	color: #000;
	text-align: center;
	border-radius: 50%;
	border-bottom: 0px solid #05b262;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    border: 1px solid #F0F0F0;
    font-family: 'din_R'
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
    color: #ffffff !important;
    background: #05b262 !important;
       border: 1px solid #05b262 !important;
}
.styled-pagination li:first-child a, .styled-pagination li:last-child a{
    background: #BAF8DF;
    border: 1px solid #BAF8DF;

}
.styled-pagination li:first-child a:hover, .styled-pagination li:last-child a:hover{
    background: #05B262 !important;
    border: 1px solid #05B262 !important;

}
.styled-pagination li:first-child a:hover img, .styled-pagination li:last-child a:hover img{
filter: brightness(100) grayscale(100) !important;

}



/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.main-footer .widgets-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 72px 0;
    padding-bottom: 42px;
    background:transparent;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .footer-column .widget-title{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #05b262;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.main-footer .about-widget{
    position: relative;
    text-align: start;
    padding-left: 150px !important;
}

.main-footer .logo{
	position:relative;	
	margin-bottom: 40px;
}

.main-footer .logo figure{
	margin: 0;
}

.main-footer .logo img{
	display:block;
	max-width:100%;	
    height: 60px;
}

.main-footer .about-widget .text{
	position: relative;
	margin-bottom: 40px;
}

.main-footer .about-widget .text p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'din_R';
}

.social-icon-two{
	position: relative;
	display: block;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-right: 5px;
}


.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 48px;
	width: 48px;
    height: 48px;
	color: #ffffff;
	text-align: center;
	background-color: transparent;
    border: 2px solid #F3F3F31F;
	border-radius: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
        display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon-two li a:hover{
	border-color: #05b262;
    background: #05b262;
    color: #fff;
}
.social-icon-two li a:hover img{
    filter: brightness(100) grayscale(100);
}

/*Recent Posts*/

.recent-posts{
	position: relative;
	padding-left: 40px;
}

.recent-posts .post{
	position: relative;
	min-height: 90px;
	margin-bottom: 30px;
}

.recent-posts .post:last-child{
	margin-bottom: 0;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 5px;
}

.recent-posts .post h4 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #05b262;
}

.recent-posts .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #bbbbbb;
}

.recent-posts .post .date span{
	color: #05b262;
	margin-right: 4px;
	opacity: .70;
}

/*=== User LInks ===*/

.useful-links{
	position: relative;
	padding-left: 50px;
}

.user-links li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.user-links li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
    font-family: din_R;
	font-weight: 400;
	padding: 0 0px;
	border-left: 0px solid #05b262; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.user-links li a:hover{
	color: #05b262;
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
    position: relative;
    padding: 10px 30px;
    padding-left: 55px;
    margin-bottom: 10px;
    background-color: #252525;
    box-shadow: 0 0 30px rgba(0,0,0,0.50);
}

.main-footer .contact-list li:last-child{
	margin-bottom: 0;
}

.main-footer .contact-list li .icon{
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 23px;
    line-height: 25px;
    color: #ffffff;
}

.main-footer .contact-list li .text{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .contact-list li .text a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover{
	color: #05b262;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position: relative;
	width: 100%;
background: transparent;
    border-top: 0px solid #FFFFFF14

}

.main-footer .footer-bottom .inner-container{
	position: relative;
    border-top: 2px solid #FFFFFF14;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:18px 0;
    float: none !important;
    text-align: center;
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a{
	color: #ffffff;
	font-weight: 600;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
	color: #ffffff;
}

.main-footer .footer-bottom .footer-nav{
	position: relative;
	float: right;
}

.main-footer .footer-bottom .footer-nav ul{
	position: relative;
	padding:18px 0;
}

.main-footer .footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	margin:0 0px;
	
}

.main-footer .footer-bottom .footer-nav ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	padding: 0px 20px;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}
.main-footer .footer-bottom .footer-nav ul li:nth-child(1) a{
        border-right: 1px solid #fff;
}
.main-footer .footer-bottom .footer-nav ul li a:hover{
	color: #05b262;
}





/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl{
	direction: rtl;
	text-align: right;
}

.rtl .swiper-slider-area,
.rtl .pricing-table .price,
.rtl .banner-slider-arrows,
.rtl .styled-pagination,
.rtl .owl-carousel{
	direction: ltr !important;
}

.rtl .main-menu .navigation > li,
.rtl .team-block .other-info li strong,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .fun-facts .bar-item .skill-header .skill-title,
.rtl .header-style-two .main-menu,
.rtl .main-header .cart-btn,
.rtl .main-header .search-box,
.rtl .main-header .btn-box,
.rtl .main-header .logo-box{
	float: right;
}

.rtl .main-footer .footer-bottom .footer-nav,
.rtl .header-style-two .nav-outer,
.rtl .main-header .outer-box{
	float: left;
}

.rtl .main-header,
.rtl .help-box .info-box li .icon,
.rtl .main-menu .navigation > li > ul,
.rtl .sec-title .float-text,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .feature-block .icon-box,
.rtl .banner-section-three .shape-outer,
.rtl .fun-facts .bar-item .skill-bar .bar-inner .bar,
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .latest-news .post-thumb,
.rtl .contact-page-section .contact-info li .icon,
.rtl .testimonial-block .inner-box:before,
.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidenav-bar .contact-info-box .info-box .icon-box,
.rtl .sidenav-bar-visible header{
	left: auto;
	right: 0;
}


.rtl .coming-soon .emailed-form .form-group input[type="submit"], 
.rtl .coming-soon .emailed-form button,
.rtl .subscribe-form .form-group input[type="submit"], 
.rtl .subscribe-form .form-group button,
.rtl .fun-facts .bar-item .skill-percentage,
.rtl .fun-facts .bar-item .skill-bar .bar-inner .bar:after,
.rtl .sidenav-bar .navigation li.dropdown .dropdown-btn,
.rtl .main-header .shopping-cart{
	right: auto;
	left: 0;
}

.rtl .team-block .other-info,
.rtl .ui-menu .ui-menu-item-wrapper,
.rtl .property-block .lower-content,
.rtl .pricing-table .table-content ul,
.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
	text-align: right;
}

.rtl .pricing-table .title-box{
	text-align: left;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a{
	border-left: 0;
	border-right: 4px solid transparent;
}




.rtl .main-header .btn-box,
.rtl .main-header .search-box,
.rtl .main-header .btn-box{
	margin-left: 0;
	margin-right: 20px;
}

.rtl .sidenav-bar .close-btn{
	right: auto;
	left: 10px;
}

.rtl .main-header .shopping-cart .cart-icon{
	float: right;
	margin-left: 7px;
	margin-right: 0;
}


.rtl .main-header .shopping-cart .shopping-cart-total .main-color-text,
.rtl .main-header .shopping-cart .shopping-cart-total{
	float: left;
}

.rtl .main-header .shopping-cart .shopping-cart-items .item-quantity,
.rtl .main-header .shopping-cart .shopping-cart-items img{
	float: right;
}


.rtl .sidenav-bar{
	right: auto;
	left: 0;
	transform-origin: left;
	margin: 0;
}

.rtl .mCS-dir-rtl>.mCSB_inside>.mCSB_container{
	margin-left: 0;
}

.rtl .sidenav-bar .contact-info-box .info-box{
	padding-left: 0;
	padding-right: 50px;
}

.rtl .header-style-two .main-menu .navigation > li,
.rtl .main-menu .navigation > li{
	margin-right: 0;
	margin-left: 25px;
}

.rtl .banner-section-two .slide-item .btn-box .theme-btn{
	margin: 0;
}

.rtl .search-popup .form-group input[type="submit"], 
.rtl .search-popup .form-group button{
	right: auto;
	left: 30px;
}

.rtl .about-us .content-column .inner-column{
	padding-right: 0;
	padding-left: 70px;
}

.rtl .feature-block .inner-box{
	padding-left: 0;
	padding-right: 65px;
}

.rtl .about-us .image-column .inner-column:before{
	transform: translateX(-50px);
}

.rtl .call-back-section .image-column .image,
.rtl .list-style-two li:before,
.rtl .faq-form-section .image-column .image,
.rtl .banner-section-three .center-stipts,
.rtl .testimonial-block .content-box .icon,
.rtl .team-block .devider{
	transform: scaleX(-1);
}

.rtl .banner-section-three .center-stipts{
	left: auto;
	right: 40%;
}

.rtl .fun-facts .progress-column .inner-column{
	padding-left: 0;
	padding-right: 20px;
}

.rtl .sec-title.text-center .float-text{
	left: 0;
	right: 0;
	margin: 0 auto;
}

.rtl .project-block-two .caption-box{
	left: auto;
	right: 20px;
}

.rtl .pricing-table .title-box{
	border-right: 0;
	border-left: 5px solid #05b262;
}

.rtl .pricing-table .table-content ul li{
	border-left: 0;
	border-right: 2px solid #05b262;
}

.rtl .pricing-table .inner-box{
	border-radius: 0 40px 0 40px;
}

.rtl .testimonial-block .info-box{
	padding: 30px 50px;
	padding-right: 130px;
	text-align: right;
}

.rtl .testimonial-block .thumb{
	left: auto;
	right: 30px;
}

.rtl .testimonial-block .content-box .icon{
	right: auto;
	left: 30px;
}

.rtl .subscribe-form .envelope-image{
	right: auto;
	left: 5%;
}

.rtl .subscribe-form .upper-box{
	border-left: 0;
	border-right: 5px solid #05b262;
	padding-left: 0;
	padding-right: 30px;
}

.rtl .subscribe-form .form-group{
	padding-right: 0;
	padding-left: 70px;
}

.rtl .recent-posts{
	padding-left: 0;
	padding-right: 40px;
}

.rtl .recent-posts .post .date span{
	margin-right: 0;
	margin-left: 4px;
}

.rtl .user-links li a{
	border-left: 0;
	border-right: 0px solid #05b262;
}

.rtl .main-footer .contact-list li{
	padding: 10px 30px;
	padding-right: 55px;
}

.rtl .main-footer .contact-list li .icon{
	left: auto;
	right: 15px;
}



.rtl .list-style-one li,
.rtl .list-style-two li{
	padding-left: 0;
	padding-right: 35px;
}

.rtl .list-style-one li:before,
.rtl .list-style-two li:before{
	left: auto;
	right: 0;
}

.rtl .about-section .image-column .image:before{
	left: auto;
	right: -50px;
}

.rtl .feature-block-two .inner-box{
	padding: 20px 30px;
	padding-right: 120px;
}

.rtl .feature-block-two .inner-box .icon{
	left: auto;
	right: 30px;
}


.rtl .about-me .image-column .image-box{
	padding-right: 0;
	padding-left: 70px;
}

.rtl .about-me .bottom-box{
	padding-left: 0;
	padding-right: 80px;
	text-align: right;
}

.rtl .about-me .bottom-box .name{
	float: right;
}

.rtl .about-me .bottom-box .signature{
	left: auto;
	right: 0;
}

.rtl .page-breadcrumb li{
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-left: 15px;
}

.rtl .page-breadcrumb li:last-child{
	padding-left: 0;
	margin-left: 0;
}

.rtl .page-breadcrumb li:after{
	right: auto;
	left: -3px;
}


.rtl .coming-soon .emailed-form .form-group input[type="text"], 
.rtl .coming-soon .emailed-form .form-group input[type="tel"], 
.rtl .coming-soon .emailed-form .form-group input[type="email"], 
.rtl .coming-soon .emailed-form .form-group textarea{
	padding: 14px 30px 14px 50px;
}

.rtl .brochure-box .theme-btn i{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .help-box .info-box li{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .sidebar .search-box .form-group input[type="submit"], 
.rtl .sidebar .search-box .form-group button{
	right: auto;
	left: 10px;
}

.rtl .latest-news .post{
	padding-left: 0;
	padding-right: 105px;
}

.rtl .tag-list li{
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.rtl .instagram-widget .link-box{
	right: auto;
	left: 30px;
}

.rtl .blog-single blockquote{
	border-left: 0;
	border-right: 3px solid #05b262;
}

.rtl .comments-area .comment{
	padding: 30px 30px;
	padding-right: 130px;
}

.rtl .comments-area .comment-box .author-thumb{
	left: auto;
	right: 30px;
}

.rtl .comments-area .comment-box .name{
	margin-right: 0;
	margin-left: 10px;
}

.rtl .product-details .basic-details .item-quantity{
	float: right;
	margin-left: 25px;
	margin-right: 0;
}

.rtl .product-details .basic-details .add-to-cart{
	margin-right: 10px;
	margin-left: 0;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.rtl .shop-comment-form .rating-box .text{
	float: right;
	margin-left: 30px;
	margin-right: 0;
}

.rtl .range-slider-one .btn-box{
	float: right !important;
}

.rtl .sidebar .related-posts .post{
	padding-left: 0;
	padding-right: 90px;
}

.rtl .cart-section .bootstrap-touchspin .input-group-btn-vertical{
	right: auto;
	left: 20px;
}

.rtl .checkout-page .default-links li .far{
	margin-right: 0;
	margin-left: 20px;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before{
	left: auto;
	right: 30px;
}

.rtl .payment-box .payment-options li .radio-option label{
	padding-left: 0;
	padding-right: 30px;
}

.rtl .contact-page-section .contact-info li{
	padding: 5px 30px;
	padding-right: 70px;
}

.rtl .project-detail .project-info li {
    padding-right: 50px;
    padding-left: 20px;
}

.rtl .project-detail .project-info li .icon{
	left: auto;
	right: 15px;
}

.rtl .contact-page-section .form-column .inner-column{
	padding-right: 0;
	padding-left: 50px;
}



/************Start New Style************/
.light-mode{
    
}

.switch_Mode_Label{
    display: inline-flex;
    width: 48px;
    height: 48px;
    background: #031A0F;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
}
.switch_Mode_Label input{
    display: none;
}
.switch_Mode_Label .Light_ModeIcon{
    display: none;
}
.switch_Mode_Label .Dark_ModeIcon{
    display: none;
}
.light-mode .switch_Mode_Label .Light_ModeIcon{
    display: block !important;
}
.dark-mode .switch_Mode_Label .Dark_ModeIcon{
    display: block !important;
}


.BannrSection{
    background: radial-gradient(95.17% 301.07% at 100% 100%, rgba(13, 125, 80, 0.2) 21.12%, rgba(207, 207, 207, 0.05) 42.76%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%),
radial-gradient(94.01% 252.44% at 100% 0%, rgba(13, 125, 80, 0.3) 3.84%, rgba(207, 207, 207, 0.05) 32.05%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%),
linear-gradient(244.29deg, rgba(255, 255, 255, 0) 9.48%, #FFFFFF 56.55%);

        padding-top: 150px;
    padding-bottom: 100px;

}
.BannrSection .BannerData{
    
}
.BannrSection .BannerData .BannerIcon{
    
}
.BannrSection .BannerData .BannerIcon img{
    
}
.BannrSection .BannerData .DataContent{
    margin-bottom: 30px;
}

.BannrSection .BannerData .DataContent h2{
    font-weight: 700;
    font-size: 48px;
        line-height: 48px;
margin-bottom: 20px;
}
.BannrSection .BannerData .DataContent h2 .typewrite{
    color: #05b262;
    display: block;
    direction: ltr;
    min-height: 48px;
    border-left: 0px solid #05b262;
    width: max-content;
    position: relative;
    line-height: 48px;
    padding-left: 5px;
}
.BannrSection .BannerData .DataContent h2 .typewrite::after{
    content: '';
    bottom: 7px;
    position: absolute;
    height: 25px;
    left: -4px;
    width: 2px;
    background: #05b262;
}
.BannrSection .BannerData .DataContent h2 .typewrite wrap{
    direction: ltr;
 
}
.BannrSection .BannerData .DataContent p{
    color: #898989;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: din_R;
}
.BannrSection .BannerData .BannerLinks{
    
}
.BannrSection .BannerData .BannerLinks a{
    margin: 0 4px;
}
.BannrSection .ImageBanner{
    
}
.BannrSection .ImageBanner img{
    
}

.SubscripWeather{
    
}
.SubscripWeather p{
        color: #fff;
    font-family: 'din_R';
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
}
.SubscripWeather .formBox{
        display: flex;
    align-items: center;
    gap: 10px;
}

.SubscripWeather .formBox input{
        border: 1px solid #F0F0F029;
    background: transparent;
    height: 48px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    box-shadow: none;
    padding: 0 15px;
    line-height: 50px;
}
.SubscripWeather .formBox input::placeholder{
    color: #fff;
}
.SubscripWeather .DowenLinks{
        margin-top: 30px;
    display: flex;
    gap: 10px;
}

.SubscripWeather .DowenLinks a{
    flex-grow: 1
}
.SubscripWeather .DowenLinks a img{
    width: 100%;
}





.main-header .NotificationBTN .Noti-btn{
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #002DE7;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.main-header .NotificationBTN .Noti-btn:hover{
    background: #05B262;
     border: 1px solid #05B262;
    color: #fff;
}.main-header .NotificationBTN .Noti-btn:hover img{
    filter: grayscale(100) brightness(100);
}
.main-header .NotificationBTN .Noti-btn .ContNot{
    position: absolute;
    top: -3px;
    right: -5px;
    height: 25px;
    width: 25px;
    background: #EA4335;
    display: block;
    line-height: 22px;
    font-family: 'din_R';
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}




.MyAccount .header-item {
    display: block;
    height: 48px;
    padding: 0;
    border-radius: 0px;
    color: inherit;
    width: max-content;
    font-size: 16px;
    position: relative;
    top: 0px;
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: none;
    background-color: #05B262;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #05B262;
    color: #fff;
    padding: 0 16px;

}
.MyAccount .header-item img{
    filter: brightness(100) grayscale(100);
}
.MyAccount .header-item.show .Arrow{
    transform: rotate(180deg);
}
.MyAccount .header-item span img{
    margin-left: 5px;
}
.MyAccount .header-item .iconAccount{
    margin-left: 5px;
    border-radius: 50%;
}
.MyAccount .header-item span{
    margin-left: 5px;
}
.MyAccount .header-item i{
    display: inline-block;
    width: max-content;
    transform: scale(1.5);
    position: relative;
    top: 3px;
    left: -2px;
    color: #002de7;
    font-size: 20px;
}

.MyAccount .dropdown-menu {
    width: 191px;
    left: 0px !important;
    right: auto !important;
    top: 100px !important;
    border-radius: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
    border: none;
    border: 1px solid #F0F0F0;
    opacity: 0;
    top: 130%;
    transition: all .4s ease-in-out;
    transform: translate(0px, 100px) !important;
    display: flow-root !important;
    height: 0 !important;
}
.MyAccount .dropdown-menu.show{
    opacity: 1;
    right: auto !important;
    left: 0px !important;
    top: 10px !important;
    transform: translate(0px, 50px) !important;
    height: auto !important;
}
.MyAccount .dropdown-menu .dropdown-item{
    direction: rtl;
    text-align: right;
    padding: 12px 5px;
    font-size: 16px;
    color: #1F1D20;
    font-weight: 400;
    font-family: din_R;
    margin-bottom: 5px;
    border-top: 1px solid #eee;

    margin: 0 10px;
    transition: all .4s ease-in-out;
    font-weight: 400;
        width: calc(100% - 20px);
}
.MyAccount .dropdown-menu .dropdown-item:first-child{
    border-top: 0;
}
.MyAccount .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0px !important;
    padding-bottom: 18px;
    margin: auto;
        padding-left: 5px;
    padding-right: 5px;
    
        width: calc(100% - 30px);
    text-align: start;
    color: #e81c4d;
}
.MyAccount .dropdown-menu .dropdown-item img{
    margin-left: 7px;
}
.MyAccount .dropdown-menu .dropdown-item p{
    
}

.MyAccount .dropdown-item:focus, .MyAccount .dropdown-item:hover{
    background: none;
    color: #05b262;
}


.MyAccount .HederInfo{
        display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
        margin-bottom: 20px;
}
.MyAccount .HederInfo .ImageVector{
        display: block;
    width: 48px;
    height: 48px;
}
.MyAccount .HederInfo .ImageVector img{
        display: block;
    width: 100%;
    height: 100%;
}
.MyAccount .HederInfo .UserData{
        text-align: start;
}
.MyAccount .HederInfo .UserData h2{
        font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.MyAccount .HederInfo .UserData p{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    font-family: 'din_R';
}


.main-header .NotificationBTN .dropdown-menu{
    left: 0 !important;
    right: auto !important;
    float: right;
    text-align: right;
    margin-top: 10px !important;
    padding: 0px;
    background: #FFFFFF;
    border: 0px solid #f9f9f9;
    box-shadow: none;
    border-radius: 8px 8px 10px 10px;
}
.width_444{
    width: 444px;


}

.NotificationBTN .dropdown-menu .nav{
        padding: 24px;
    border: 0;
    padding-bottom: 0px;
    padding-top: 15px;
}
.NotificationBTN .dropdown-menu .nav .nav-item{
    
}
.NotificationBTN .dropdown-menu .nav .nav-item .nav-link{
color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'din_R';
    border: 0;
    border-bottom: 1px solid #F0F0F0;
        padding-bottom: 20px;
    background: transparent;
}
.NotificationBTN .dropdown-menu .nav .nav-item .nav-link span{
    color: #05b262;
    margin: 0 5px;
}
.NotificationBTN .dropdown-menu .nav .nav-item .active{
    border-bottom: 1px solid #05b262;
    color: #000;
}


.NotificationBTN .NotificationItems{
        padding: 24px;
    border: 0;
    padding-bottom: 32px;
        max-height: 400px;
    overflow: auto;
}

.NotificationBTN .NotificationItems::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #ffffff;
}
.NotificationBTN .NotificationItems::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #f9f9f9;
}


.NotificationBTN .NotificationItems .NotIItem{
        display: flex;
    align-items: self-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.NotificationBTN .NotificationItems .NotIItem:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.NotificationBTN .NotificationItems .NotIItem .Icon{
        display: block;
    width: 48px;
    height: 48px;
    position: relative;
}
.NotificationBTN .NotificationItems .NotIItem .Icon .Main_Image{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.NotificationBTN .NotificationItems .NotIItem .Icon .SmallImage{
    
    position: absolute;
    bottom: 0;
    right: 0px;
}


.NotificationBTN .NotificationItems .NotIItem .DataNoti{
        display: block;
    width: calc(100% - 68px);
}
.NotificationBTN .NotificationItems .NotIItem .DataNoti p{
        color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'din_M';
    line-height: 20px;
    margin-bottom: 5px;
}
.NotificationBTN .NotificationItems .NotIItem .DataNoti p strong{
    color: #000;
    font-weight: 500;
    font-family: 'din_B';
}
.NotificationBTN .NotificationItems .NotIItem .DataNoti p span{
        color: #05B262;
}
.NotificationBTN .NotificationItems .NotIItem .DataNoti .TimeSend{
    color: #898989;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-family: 'din_R';
}
.NotificationBTN .NotificationItems .NotIItem .DataNoti .Internal_LinkNot{
   color: #05b262;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: din_M;
    margin-bottom: 5px;

}

.NotificationBTN .NotificationItems .NotIItem .FlowersImages{
    margin-bottom: 5px;
}
.NotificationBTN .NotificationItems .NotIItem .FlowersImages .flowerItem{
        display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -10px;
}
.NotificationBTN .NotificationItems .NotIItem .FlowersImages .flowerItem img{
        width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.NotificationBTN .NotificationItems .NotIItem .FlowersImages .flowerItem span{
        display: block;
    width: 32px;
    height: 32px;
    background: #05B262;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    direction: ltr;
}






.NotificationBTN .ShowAllItems{
    
}
.NotificationBTN .ShowAllItems a{
    display: block;
    width: 100%;
    height: 48px;
    background: #05B262;
    border-radius: 0 0 8px 8px;
    color: #fff;
    direction: ltr;
    line-height: 48px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'din_M';
}
.NotificationBTN .ShowAllItems a img{
    margin-left: 5px;
}
.NotificationBTN .AllChats{
        padding: 24px;
    border: 0;
    padding-bottom: 24px;
        max-height: 400px;
    overflow: auto;
    border-radius: 10px;
    margin-top: 5px;
    
    

}
.NotificationBTN .AllChats::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #ffffff;
}
.NotificationBTN .AllChats::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #f9f9f9;
}
.NotificationBTN .AllChats .ChateItem{
    display: flex;
    align-items: self-start;
    justify-content: space-between;
padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.NotificationBTN .AllChats .ChateItem:first-child{
    padding-top: 0;
}
.NotificationBTN .AllChats .ChateItem:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.NotificationBTN .AllChats .ChateItem .chatData{
        display: flex;
    align-items: self-start;
    gap: 15px;
}
.NotificationBTN .AllChats .ChateItem .chatData .chatIcon{
    
}
.NotificationBTN .AllChats .ChateItem .chatData .chatIcon img{
        display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo{
    
}
.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo h2{
        line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo p{
        color: #898989;
    font-size: 14px;
    font-weight: 400;
    font-family: 'din_R';
}
.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo p span{
        margin: 0 5px;
            color: #898989;
    font-size: 14px;
    font-weight: 400;
    font-family: 'din_R';
}

.NotificationBTN .AllChats .ChateItem .chatData .ChatInfo p img{
    
}
.NotificationBTN .AllChats .ChateItem .chatTime{
        line-height: 20px;
}
.NotificationBTN .AllChats .ChateItem .chatTime span{
        line-height: 20px;
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    font-family: 'din_L';
}


.DepartMentSection{
    padding: 70px 0;
    padding-bottom: 80px;

}
.Sec_Title{
    margin-bottom: 50px;
}
.Sec_Title h2{
        color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
}
.Sec_Title p{
        color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.Sec_Title p span{
    color: #05b262;
    font-weight: 700;
}
.Department_Items{
    
}
.Department_Items .DepartItem{
    display: flex;
    padding: 32px 24px;
    border-radius: 16px;
    height: 275px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.Department_Items .DepartItem .iconDepart{
        width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Department_Items .DepartItem .iconDepart img{
    width: 40px;
    height: 40px;
    display: block;
}
.Department_Items .DepartItem .Depart_Info{
    
}
.Department_Items .DepartItem .Depart_Info h2{
        line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.Department_Items .DepartItem .Depart_Info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    direction: rtl;
}

.Department_Items .owl-nav{
        display: flex;
    gap: 10px;
    position: absolute;
    top: -120px;
    left: 70px;
    flex-direction: row-reverse;
}
.Department_Items .owl-nav .owl-prev, .Department_Items .owl-nav .owl-next{
    background: #BAF8DF;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.Department_Items .owl-nav .owl-prev:hover, .Department_Items .owl-nav .owl-next:hover{
    background: #05B262 !important;
}
.Department_Items .owl-nav .owl-prev:hover img, .Department_Items .owl-nav .owl-next:hover img{
    filter: brightness(100)grayscale(100);
}
.Department_Items .owl-carousel .owl-stage-outer{
    direction: rtl;
}


.LatestBlog{
    padding: 80px 0;
    background: #F6F6F6;
}

.BlogItems{
    
}
.BlogItems .Blog_Item{
        background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.BlogItems .Blog_Item .RealBlog{
    
}

.BlogItems .Blog_Item .UpperBox {
    position: relative;
}
.BlogItems .Blog_Item .UpperBox .BlogImage{
        display: block;
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
}
.BlogItems .Blog_Item .UpperBox .BlogImage img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.BlogItems .Blog_Item .UpperBox .Blog_Features{
    
}
.BlogItems .Blog_Item .UpperBox .Blog_Features .BlogType{
        position: absolute;
    top: 20px;
    left: 20px;
}
.BlogItems .Blog_Item .UpperBox .Blog_Features .BlogType span{
    background: #0000008F;
    height: 48px;
    display: flex;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.BlogItems .Blog_Item .UpperBox .Blog_Features .BlogType span img{
    
}
.BlogItems .Blog_Item .UpperBox .Blog_Features .BlogDepart{
            position: absolute;
    top: 20px;
    right: 20px;
}
.BlogItems .Blog_Item .UpperBox .Blog_Features .BlogDepart .DepartBlog{
    display: block;
    min-width: 120px;
    padding: 0 15px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background: #eee;
    font-size: 16px;
    font-weight: 400;
    font-family: 'din_L';
}

.BlogItems .Blog_Item .DowenBox{
    padding: 30px;
}
.BlogItems .Blog_Item .DowenBox .BlogerInfo{
    display: flex;
    align-items: flex-start;
    gap:15px;
    margin-bottom: 20px;
}
.BlogItems .Blog_Item .DowenBox .BlogerInfo .Image{
    display: block;
    width: 50px;
    height: 50px;
}
.BlogItems .Blog_Item .DowenBox .BlogerInfo .Image img{
        border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.BlogItems .Blog_Item .DowenBox .BlogerInfo .Infooo{
    
}
.BlogItems .Blog_Item .DowenBox .BlogerInfo .Infooo h2{
        line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'din_M';
    margin-bottom: 5px;
}
.BlogItems .Blog_Item .DowenBox .BlogerInfo .Infooo p{
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    font-family: 'din_R';
}

.BlogItems .Blog_Item .DowenBox .BlogTitle{
 margin-bottom: 25px;   
}
.BlogItems .Blog_Item .DowenBox .BlogTitle h2{
        font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
        text-align: justify;
    transition: all .2s ease-in-out;
}

.BlogItems .Blog_Item .DowenBox .Blog_BookMarks{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic{
        display: flex;
    align-items: center;
    gap: 10px;
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span{
    width: 120px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    background: #F5F4F4;
    text-align: center;
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    direction: ltr;
    font-family: 'din_L';
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span img{
    
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog{
    
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button{
    background: #05b2621F;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;

}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button img{
    
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button.saved{
      background: #05b262;
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button.saved img{
    filter: brightness(100)grayscale(100);
}

.BlogItems .Blog_Item .LoadedBlog{
    position: absolute;
    top: 0;
    width: calc(100% + 4px);
    left: -2px;
    overflow: hidden;
    height: 100%;
}
.BlogItems .Blog_Item .LoadedBlog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.BlogItems .Blog_Item .LoadedBlog .Light{
    display: block;
}
.BlogItems .Blog_Item .LoadedBlog .Dark{
    display: none;
}

.ShowAllBTN{
    
}
.ShowAllBTN a{
    width: 380px;
    margin: auto;
    display: block;
}

.BeReadySec{
        background-size: cover;
    background-position: center;
}
.BeReadySec .overlaySec{
    padding: 70px 0;

}
.BeReadySec .BeReadySecContent{
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.BeReadySec .BeReadySecContent .DataSec{
        display: flex;
    align-items: center;
    gap: 25px;
    width: 60%;
}
.BeReadySec .BeReadySecContent .DataSec .icon{
        display: block;
    width: 96px;
    height: 96px;
}
.BeReadySec .BeReadySecContent .DataSec .icon img{
        display: block;
    width: 96px;
    height: 96px;
}
.BeReadySec .BeReadySecContent .DataSec h2{
        font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;
    width: calc(100% - 121px);

}
.BeReadySec .BeReadySecContent .StartMonafsa{
    
}
.BeReadySec .BeReadySecContent .StartMonafsa a{
        display: block;
    height: 96px;
    width: 200px;
    background: #B77818;
    line-height: 96px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'din_M';
    color: #fff;
    border-radius: 50px;
}






.BestWriter{
    padding-top: 70px;
    padding-bottom: 80px;
}

.WriterItems{
    
}
.WriterItems .Writer_Item{
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
    padding: 24px;
    border-radius: 16px;
    text-align: center
}
.WriterItems .Writer_Item .imageWiter{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 15px;
    
}
.WriterItems .Writer_Item .imageWiter img{
        display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.WriterItems .Writer_Item .Writeerinfo{
    margin-bottom: 15px;
}
.WriterItems .Writer_Item .Writeerinfo h2{
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 10px;
    
}
.WriterItems .Writer_Item .Writeerinfo p{
    font-size: 16px;
    font-weight: 400px;
    color: #898989;
    line-height: 20px;
}
.WriterItems .Writer_Item .CerticateNum{
    
}
.WriterItems .Writer_Item .CerticateNum span{
        width: 100px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    background: #F5F4F4;
    text-align: center;
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    direction: ltr;
    font-family: 'din_L';
}
.WriterItems .Writer_Item .CerticateNum span img{
    
}


.BestPartner{
    padding-top: 70px;
    padding-bottom: 80px;
/*    background:#F6F6F6;*/

}
.PartnerItems{
    margin-top: 60px;
}
.PartnerItems .Partner_Item{
    
}
.PartnerItems .Partner_Item .Image{
        display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
}
.PartnerItems .Partner_Item .Image img{
        display: block;
    height: auto;
    max-height: 100%;
    width: auto;
    margin: auto;
    transition: all .2s ease-in-out;
            filter: grayscale(5) brightness(.8);
}
.PartnerItems .Partner_Item:hover .Image img{
    filter: none;
}
.PartnerItems .Partner_Item .Image img.Light{
    display: block;
}
.PartnerItems .Partner_Item .Image img.dark{
    display: none;
}




/**********************/
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogDepart{

    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 120px;
    border-radius: 50px;
}
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogType{

    border-radius: 50%;
        height: 48px;
    display: flex;
    width: 48px;
    align-items: center;
    justify-content: center;
}
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogType span{
    width: 20px;
    height: 20px;
}
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogDepart .DepartBlog{
    height: 10px;
    width: auto;
    min-width: 80px;
}

.is-loading .Blog_Item .DowenBox .BlogerInfo .Image{
    border-radius: 50%;
}
.is-loading .Blog_Item .DowenBox .BlogerInfo .Infooo h2{
    height: 10px;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.is-loading .Blog_Item .DowenBox .BlogerInfo{
    align-items: center;
}
.is-loading .Blog_Item .DowenBox .BlogerInfo .Infooo p{
    height: 8px;
    border-radius: 25px;
    width: 100px;
}
.is-loading .Blog_Item .DowenBox .BlogTitle{
    margin-top: 27px;
}
.is-loading .Blog_Item .DowenBox .BlogTitle h2{
    height: 10px;
    border-radius: 25px;
    width: 100%;
    margin-bottom: 20px;
}
.is-loading .Blog_Item .UpperBox .BlogImage{
    display: flex;
    align-items: center;
    justify-content: center;
}
.is-loading .Blog_Item .UpperBox .BlogImage .LoadingLogo{
    display: block;
    width: 80px;
    height: 80px;
}
.is-loading .Blog_Item .UpperBox .BlogImage .LoadingLogo_dark{
       display: none;
    width: 80px;
    height: 80px;
}
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span .image{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span .titile{
    display: inline-block;
    width: 65px;
    height: 12px;
}
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button span{
        display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.is-loading .Blog_Item .DowenBox .BlogerInfo .Infooo {
    width: calc(100% - 65px);
}



.is-loading .Blog_Item .UpperBox .Blog_Features .BlogDepart,
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogType{
        background: #EDEDED;
}
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogType span,
.is-loading .Blog_Item .UpperBox .Blog_Features .BlogDepart .DepartBlog,
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span .image,
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span .titile,
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button span{
    background: #dadada;
}
.is-loading .Blog_Item .UpperBox .BlogImage,
.is-loading .Blog_Item .DowenBox .BlogerInfo .Image{
    background: linear-gradient(110deg, #dadada 8%, #f5f5f5 18%, #dadada 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}
.is-loading .Blog_Item .DowenBox .BlogerInfo .Infooo h2,
.is-loading .Blog_Item .DowenBox .BlogerInfo .Infooo p,
.is-loading .Blog_Item .DowenBox .BlogTitle h2,
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .BlogStatistic span,
.is-loading .Blog_Item .DowenBox .Blog_BookMarks .SaveBlog button{
      background: linear-gradient(110deg, #EDEDED 8%, #f5f5f5 18%, #EDEDED 33%);
      background-size: 200% 100%;
      -webkit-animation: 1.5s shine linear infinite;
      animation: 1.5s shine linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

/************************/
.Auth_Page{
    background: radial-gradient(95.17% 301.07% at 100% 100%, rgba(13, 125, 80, 0.2) 21.12%, rgba(207, 207, 207, 0.05) 42.76%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%), radial-gradient(94.01% 252.44% at 100% 0%, rgba(13, 125, 80, 0.3) 3.84%, rgba(207, 207, 207, 0.05) 32.05%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%), linear-gradient(244.29deg, rgba(255, 255, 255, 0) 9.48%, #FFFFFF 56.55%);
    padding-top: 100px;
    padding-bottom: 0px;
    min-height: 100vh;
}
.Auth_Page .Auth_Form{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 48px;

}
.Auth_Page .Auth_Form .Aut_Title{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.Auth_Page .Auth_Form .Auth_With{
        display: flex;
    gap: 8px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.Auth_Page .Auth_Form .Auth_With a{
    background: #F6F6F6;
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 40px;

}
.Auth_Page .Auth_Form .Auth_With a:nth-child(2) img{
filter: brightness(0) grayscale(0);
}
.Auth_Page .Auth_Form .Form_Auth{
    
}

.form-group{
    margin-bottom: 20px;
}
.form-group label {
    font-size: 16px;
    margin: 10px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 400;
    font-family: 'din_M';
}
.form-group label span{
    color: #898989;
    font-family: 'din_R';
}
.form-group .inputGroup {
    position: relative;
}
.form-group .inputGroup .form-control {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    padding: 0 50px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-family: 'din_R';
    font-weight: 400;
    background: transparent;
    text-align: start;
}
.form-group .inputGroup .form-control{
    
}

.form-group .inputGroup textarea.form-control{
        padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 16px;
    height: 120px;
    border: 1px solid #F0F0F0;
    font-size: 16px;
}
.form-group .inputGroup textarea.form-control::placeholder{
    color: #898989;
}

.form-group .inputGroup .iti .form-control{
    text-align: right;
}
.form-group .inputGroup .IconSHape {
    position: absolute;
    top: 0;
    height: 48px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    z-index: 9999;
}
.form-group .inputGroup .IconSHape img {
    display: block;
    height: 24px;
}
.form-group .inputGroup .IconSHape_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    display: flex;
    align-items: center;
    width: 48px;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}
.form-group .inputGroup .IconSHape_2 img {
    display: block;
    width: 24px;
    height: 24px;
}

.form-group .inputGroup .IconSHape_2_d {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}
.form-group .inputGroup .IconSHape_2_d img {
    display: block;
    width: 15px;
    height: auto;
}

.form-group .inputGroup .IconSHape_Span{
    position: absolute;
    top: 0;
    left: 15px;
    height: 48px;
    display: flex;
    align-items: center;
    line-height: 48px;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    direction: ltr;
}
.form-group .inputGroup .IconSHape_Span span{
    
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container{
        direction: ltr;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #0000;
        padding-left: 15px;
    border-radius: 30px 0 0 30px;
}
.iti--separate-dial-code .iti__selected-flag:hover{
        background-color: #0000;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #000;
    font-weight: 600;
    font-family: 'din_L';
}
.iti--separate-dial-code .iti__selected-dial-code::after{
    content: '';
}
.bg {
    display: -webkit-box;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    direction: rtl;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: auto;
    margin: 0 0px;
    margin-left: 0px;
}

    .chiller_cb input {
        display: none;
    }

        .chiller_cb input:checked ~ span {
            background: #05b262;
    border-color: #05b262;
    border-radius: 50%;
        }

            .chiller_cb input:checked ~ span:before {
               width: 13px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.3s;
            }

            .chiller_cb input:checked ~ span:after {
    width: 7px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
            }

        .chiller_cb input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .chiller_cb input:disabled ~ label {
            color: #dcdcdc;
        }

            .chiller_cb input:disabled ~ label:hover {
                cursor: default;
            }

    .chiller_cb label {
            padding-right: 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px !important;
        margin-bottom: 0 !important;
                font-family: 'din_R';
    }
.chiller_cb label a{
    margin: 0 5px;
}
    .chiller_cb span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        border-radius:50%;
        position: absolute;
        right: 0;
        transition: all 0.2s;
        z-index: 1;
        box-sizing: content-box;
        background: #fff;
        top: 5px;
    }

        .chiller_cb span:before {
    transform: rotate(-50deg);
    top: 15px;
    left: 8px;
        }

        .chiller_cb span:after {
    transform: rotate(48deg);
    bottom: 8px;
    left: 5px;
        }


.User_Avilable{
    
}
.User_Avilable .AvilableItem{
        display: flex;
    align-items: center;
    justify-content: space-between;
        margin: 15px 0;
}
.User_Avilable .AvilableItem .rightInfo{
    
}
.User_Avilable .AvilableItem .rightInfo p{
    
}
.User_Avilable .AvilableItem .rightInfo p span{
        font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'din_M';
}
.User_Avilable .AvilableItem .rightInfo p img{
        margin-left: 5px;
}
.User_Avilable .AvilableItem .LeftInfo{
    
}
.User_Avilable .AvilableItem .LeftInfo p{
        font-size: 16px;
    color: #898989;
    font-weight: 400;
    font-family: 'din_R';
}
.User_Avilable .AvilableItem .LeftInfo p span{
        font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'din_M';
}
.User_Avilable .AvilableItem .LeftInfo p img{
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.User_Avilable .Avilable .rightInfo p span{
    color: #05B262;
}
.User_Avilable .Not_Avilable .rightInfo p span{
    color: #EA4335;
}

.Sugested_User{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.Sugested_User h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    width: 70px;
}
.Sugested_User .SugestedItems{
    display: inline-flex;
    gap: 8px;
    width: calc(100% - 100px);
}
.Sugested_User .SugestedItems .SugestItem{
    background: rgb(13 125 80 / 8%);
    color: #05B262;
    height: 44px;
    border-radius: 35px;
    font-weight: 400;
    line-height: 44px;
    display: inline-block;
    padding: 0 15px;
    flex-grow: 1;
    font-family: 'din_R'

}



.Auth_Information{
        display: flex;
    align-items: center;
    height: 100%;
}
.Auth_Information .title_Auth{
        margin-bottom: 30px;
}
.Auth_Information .title_Auth h2{
        font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}
.Auth_Information .title_Auth p{
        font-size: 16px;
    color: #898989;
}
.Auth_Information .title_Auth p a{
    color: #05b262;
    font-weight: 700
}
.Auth_Information .Info_Items{
    
}
.Auth_Information .Info_Items .InfoItem{
        display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}
.Auth_Information .Info_Items .InfoItem .icon{
        width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
        transition: all .2s ease-in-out;
}
.Auth_Information .Info_Items .InfoItem .icon img{
    transition: all .2s ease-in-out;
}
.Auth_Information .Info_Items .InfoItem .Info{
    
}
.Auth_Information .Info_Items .InfoItem .Info h2{
        font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}
.Auth_Information .Info_Items .InfoItem .Info p{
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.Auth_Information .Info_Items .InfoItem:hover .icon{
    background: #05b262
}
.Auth_Information .Info_Items .InfoItem:hover .icon img{
    filter: brightness(100) grayscale(100);
}

.AuthCopyWrit{
        padding: 25px 0;
    margin-top: 20px;
    position: relative;
    width: 100%;
    bottom: 0;
}
.loginRow{
    margin-top: 50px;
}
.AuthCopyWrit .copyAuthBox{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.AuthCopyWrit .Coppy{
    
}
.AuthCopyWrit .Coppy p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: din_R;
    color: #000;
}
.AuthCopyWrit .PrivacyLinks{
    
}
.AuthCopyWrit .PrivacyLinks a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: din_R;
    padding: 0 15px;
    border-left: 1px solid #000;
    color: #000;
    transition: all .2s ease-in-out;
        
}
.AuthCopyWrit .PrivacyLinks a:hover{
    color: #05b262;
}
.AuthCopyWrit .PrivacyLinks a:last-child{
 border-left: 0px solid #000 !important;
}




.ModalAuth{
    
}
.ModalAuth .modal-content{
    border-radius: 16px;
    border: 0;
    overflow: hidden;
}
.ModalAuth .modal-body{
        padding: 40px;
}
.ModalAuth .btn-close{
    opacity: 1;
    outline: 0;
    box-shadow: none;
}
.ModalAuth .ModalAuthBoxy{
    
}
.ModalAuth .ModalAuthBoxy .Title_Image{
        text-align: center;
}
.ModalAuth .ModalAuthBoxy .Title_Image img{
    margin-bottom: 15px;
    width: 72px;
    height: 72px;
}
.ModalAuth .ModalAuthBoxy .Title_Image h2{
    font-size: 22px;font-weight: 700;
    margin-bottom: 15px;
}
.ModalAuth .ModalAuthBoxy .Title_Image p{
    font-size: 16px;
    color: #898989;
    margin-bottom: 15px;
}
.ModalAuth .ModalAuthBoxy .Title_Image p strong{
    color: #000;
}
.ModalAuth .ModalAuthBoxy .Title_Image p span{
    color: #05b262;
    font-weight: 700;
    display: block;
        direction: ltr;
}
.ModalAuth .ModalAuthBoxy .FormModal{
    
}
.ModalAuth .ModalAuthBoxy .FormModal .Acivateinputs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    direction: ltr;
}
.ModalAuth .ModalAuthBoxy .FormModal .Acivateinputs input{
        display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #F0F0F0;
    color: #898989;
    font-size: 22px;
    outline: 0;
    box-shadow: none;
}
.ModalAuth .ModalAuthBoxy .FormModal .Acivateinputs input.active{
    border: 1px solid #05B262;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.ModalAuth .ModalAuthBoxy .resendCode{
    margin-top: 30px;
}
.ModalAuth .ModalAuthBoxy .resendCode p{
        color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'din_R';
    text-align: center;
}
.ModalAuth .ModalAuthBoxy .resendCode p span{
    display: inline-block;
    width: 70px;
    height: 35px;
    background: #05b262;
    line-height: 35px;
    color: #fff;
    border-radius: 35px;
    margin: 0 5px;
}
.ModalAuth .ModalAuthBoxy .resendCode p a{
        font-weight: 500;
    font-family: 'din_M';
    margin: 0 5px;
    display: none;
}



.Forget_Remember{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ForgetPass p{
    color: #000;
}
.ForgetPass p a{
    color: #05b262 !important;
}
.ForgetPass p a:hover{
        color: #05b262 !important;
    text-decoration: underline !important;
}


.Page_Header{
    background: radial-gradient(98.72% 386.65% at 100% 100%, rgba(13, 125, 80, 0.2) 21.12%, rgba(207, 207, 207, 0.05) 42.76%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(103.83% 376.22% at 100% 0%, rgba(13, 125, 80, 0.3) 3.84%, rgba(207, 207, 207, 0.05) 32.05%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    padding-top: 125px;
    padding-bottom: 50px;

}
.Page_Header .PageTitle{
    text-align: center;
}
.Page_Header .PageTitle .UserImage{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}
.Page_Header .PageTitle .UserImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.Page_Header .PageTitle h2{
        font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}

.Page_Header .PageTitle .PofleUser_BTNS{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
}

.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .header-item{
        display: block;
    background: #fff;
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .header-item img{
    filter: brightness(0) grayscale(0);
}
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .dropdown-menu{
        width: 180px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
        left: auto!important;
    right: auto !important;
        z-index: 999999;
}
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
}
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .dropdown-menu .dropdown-item:hover,
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.Page_Header .PageTitle .PofleUser_BTNS .HeaderDeop .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}


.Page_Header .PageTitle .PofleUser_BTNS .Green_BTN{
    position: relative;
    font-size: 16px;
    line-height: 52px;
    padding: 0px 15px;
    height: 48px;
    width: 145px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
}
.Page_Header .PageTitle .PofleUser_BTNS .Green_BTN img{
    margin-left: 5px;
}


.Page_Header .PageTitle .Bio{
    text-align: center;
    margin-bottom: 5px;
}
.Page_Header .PageTitle .Bio p{
    font-size: 16px;
    font-weight: 400;
}
.Page_Header .PageTitle .Bio p span{
    font-weight: 700;
    margin: 0 5px;
}
.Page_Header .PageTitle .Bio p .active{
    color: #05B262;
}
.Page_Header .PageTitle .Bio p .block{
    color: #EA4335;
}
.Page_Header .PageTitle ul{
    margin-top: 0px;
    padding: 0;
}
.Page_Header .PageTitle ul li {
    color: #898989;
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    font-weight: 400;

}

.Page_Header .PageTitle ul li a{
      color: #898989;
        display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.Page_Header .PageTitle ul li img{
        filter: brightness(50) brightness(0.5);
    margin-left: 8px;
}
.Page_Header .PageTitle ul li.active{
    color: #05B262
}
.Page_Header .PageTitle ul li.active img{
filter: none;
}



.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    padding: 0 25px;
    padding-right: 35px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'din_R';
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}

.select2-dropdown{
        border: 1px solid #f1f1f1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    direction: rtl;
    border-radius: 35px;
}
.select2-dropdown{
    border-radius: 20px;
    overflow: hidden;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eee;
    color: #212121;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee;
    color: #212121;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-family: 'din_R';
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
    font-size: 16px;
}
.select2-results__option[aria-selected]:last-child{
    border-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2a3f85;
    color: #fff;
      font-family: 'din_R';
}


.BlogPage {
    padding: 80px 0;
}
.BlogPage .BlogItems .Blog_Item {
border: 1px solid #F0F0F0
}

.BlogFilter{
        display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}
.BlogFilter .BlogCount{
    
}
.BlogFilter .BlogCount h2{
        font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.BlogFilter .BlogCount h2 span{
    color: #05b262;
}
.BlogFilter .Filtr_Items{
        display: flex;
    align-items: center;
    gap: 30px;
}
.BlogFilter .Filtr_Items .filterIem{
        display: flex;
    align-items: center;
    gap:15px;
}
.BlogFilter .Filtr_Items .filterIem h2{
        font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.BlogFilter .Filtr_Items .filterIem .form-group{
    margin-bottom: 0;
}
.BlogFilter .Filtr_Items .filterIem .form-group input{
    width: 220px;
    padding-left: 10px;
}
.BlogFilter .Filtr_Items .filterIem .form-group .select2-container {
    width: 180px !important;
}


.filterdroop{
    
}
.filterdroop .header-item{
display: block;
    position: relative;
    height: 48px;
    line-height: 50px;
    padding: 0 15px 0 21px;
    border-radius: 35px;
    background: transparent;
    border: 1px solid #f0f0f0;
    min-width: 180px;
    text-align: start;
}
.filterdroop .header-item img{
    
}
.filterdroop .dropdown-menu{
        width: 180px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
    z-index: 99999
}
.filterdroop .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
}
.filterdroop .dropdown-menu .dropdown-item:hover, .filterdroop .dropdown-menu .dropdown-item:focus{
    background: transparent;
    color: #05b262 !important;
}
.filterdroop .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}
.filterdroop .dropdown-menu .dropdown-item img{
    
}


.Category_Blogs{
        display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.Category_Blogs .Cat_Itm{

    flex: 1 1 160px;
}
.Category_Blogs .Cat_Itm a{
        display: block;
    width: 100%;
    height: 48px;
    background: #f00;
    text-align: center;
    line-height: 48px;
    border-radius: 55px;
    color: #000000;
    transition: all .2s ease-in-out;
}
.Category_Blogs .Cat_Itm a img{
    margin-left: 3px;
        position: relative;
    top: -2px;
     transition: all .1s ease-in-out;
}
.Category_Blogs .Cat_Itm a.active{
    background: #05B262 !important;
    color: #fff !important;
}
.Category_Blogs .Cat_Itm a:hover{
    background: #05B262 !important;
    color: #fff !important;
}
.Category_Blogs .Cat_Itm a.active img{
    filter: brightness(100) grayscale(100)
}
.Category_Blogs .Cat_Itm a:hover img{
    filter: brightness(100) grayscale(100)
}
/****************/
.Blog_Header{
background: radial-gradient(169.82% 428.01% at 127.86% 118.45%, rgba(13, 125, 80, 0.2) 21.12%, rgba(207, 207, 207, 0.05) 42.76%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(125.38% 427.33% at 115.41% -17.54%, rgba(13, 125, 80, 0.3) 3.84%, rgba(207, 207, 207, 0.05) 32.05%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

        padding-top: 125px;
    padding-bottom: 50px;

}
.Blog_Header .Blog_Header_Box{
    
}
.Blog_Header .HeadeerTitle{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.Blog_Header .BlogMainInfo{
        width: 70%;
}
.Blog_Header .BlogMainInfo .Title{
}
.Blog_Header .Title h2{
        font-weight: 700;
    font-size: 48px;
    line-height: 48px;
}
.Blog_Header .HeaderDeop{
    
}
.Blog_Header .HeaderDeop .dropdown{
    
}
.Blog_Header .HeaderDeop .dropdown .header-item{
        display: block;
    background: #fff;
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.Blog_Header .HeaderDeop .dropdown .header-item img{
    filter: brightness(0) grayscale(0);
}
.Blog_Header .HeaderDeop .dropdown .dropdown-menu{
        width: 180px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
        left: 0 !important;
    right: auto !important;
}
.Blog_Header .HeaderDeop .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
}
.Blog_Header .HeaderDeop .dropdown .dropdown-menu .dropdown-item:hover,
.Blog_Header .HeaderDeop .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.Blog_Header .HeaderDeop .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.Blog_Header .HeaderDeop .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}

.Blog_Header .BlogMainInfo .BackLinks{
    margin-top: 24px;
    margin-bottom: 24px;
}
.Blog_Header .BlogMainInfo .BackLinks ul{
    margin-top: 0px;
    padding: 0;
}
.Blog_Header .BlogMainInfo .BackLinks ul li {
    color: #898989;
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    font-weight: 400;

}

.Blog_Header .BlogMainInfo .BackLinks  ul li a{
      color: #898989;
        display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.Blog_Header .BlogMainInfo .BackLinks ul li img{
        filter: brightness(50) brightness(0.5);
}
.Blog_Header .BlogMainInfo .BackLinks ul li.active{
    color: #05B262
}
.Blog_Header .BlogMainInfo .BackLinks ul li.active img{
filter: none;
}


.Blog_Header .BlogMainInfo .BlogCategory{
    margin-bottom: 24px;
    display: flex;
    gap:8px;
}

.Blog_Header .BlogMainInfo .BlogCategory span{
    background: rgb(101 152 69 / 8%);
    display: block;
    width: max-content;
    padding: 0 25px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 55px;
    color: #05B262;
}
.Blog_Header .BlogMainInfo .BlogCategory span img{
    margin-left: 5px;
}

.Blog_Header .BlogMainInfo .BlogShrtDesc{
    margin-bottom: 24px;
}
.Blog_Header .BlogMainInfo .BlogShrtDesc p{
    color: #444444;
}
.Blog_Header .BlogerInformation_Featurs{
        display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo{
        display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0px;
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo .BlogerImage{
        display: block;
    width: 50px;
    height: 50px;
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo .BlogerImage img{
        border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo .InfoBloger{
    
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo .InfoBloger h2{
        line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'din_M';
    margin-bottom: 5px;
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo .InfoBloger p{
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    font-family: 'din_R';
}
.Blog_Header .BlogerInformation_Featurs .BlogerInfo .InfoBloger p span{
    color: #05b262;
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features{
        display: flex;
    align-items: center;
    gap: 8px;
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .Statistics{
        border: 1px solid #0000000F;
    display: flex;
    gap: 24px;
    padding: 0 24px;
    border-radius: 55px;
    width: max-content;
    height: 48px;
    align-items: center;
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .Statistics span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'din_M';
        direction: ltr;
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .Statistics span img{
    
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .SaveBlog{
    
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .SaveBlog button{
    background: #05b2621F;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .SaveBlog button.saved {
    background: #05b262;
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .SaveBlog button.saved img {
    filter: brightness(100) grayscale(100);
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .SharBlog{
    
}
.Blog_Header .BlogerInformation_Featurs .Blog_Features .SharBlog a{
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.BlogDetailsData {
    padding-top: 50px;

}
.BlogDetailsData .BlogDatta{
    border-bottom: 1px solid  #0000000F;
        padding-bottom: 30px;
    margin-bottom: 30px;
}
.BlogDetailsData .BlogDatta .image{
        display: block;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
}
.BlogDetailsData .BlogDatta .image img{
            display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.BlogDetailsData .BlogDatta h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #05B262;
    margin-bottom: 20px;
    
}
.BlogDetailsData .BlogDatta p{
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
}
.BlogDetailsData .BlogDatta em{
font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-top: -15px;
    margin-bottom: 20px;
    display: block;
    font-style: normal;
}
.BlogNots{
    background: #F5F4F4;
    padding: 24px;
    border-radius: 8px;
    margin: 30px 0;
    display: flex;
    gap: 16px;
}
.BlogNots .blogQout{
        display: block;
    width: 48px;
    height: 48px;
}
.BlogNots .blogQout img{
        display: block;
    width: 100%;
    height: 100%;
}
BlogNots .NotsData{
        display: block;
    width: calc(100% - 72px);
}
.BlogNots .NotsData h2{

    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.BlogNots .NotsData span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #898989;
}

.BlogDetailsData .BlogErshadat{
        display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.BlogDetailsData .BlogErshadat .Titlee{
    
}
.BlogDetailsData .BlogErshadat .Titlee h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
        display: block;
    width: max-content;
}
.BlogDetailsData .BlogErshadat .ErshadateItems{
    
}
.BlogDetailsData .BlogErshadat .ErshadateItems span{
    background: rgba(13, 125, 80, 0.08);
    height: 48px;
    padding: 0 16px;
    border-radius: 55px;
    margin: 4px;
    color: #05B262;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    line-height: 48px;
}


.BlogDetailsData .WritenBy{
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.BlogDetailsData .WritenBy .WriterInfo{
        display: flex;
    gap: 16px;
    align-items: center;
}
.BlogDetailsData .WritenBy .WriterInfo .Image{
    display: block;
    width: 85px;
    height: 85px;
}
.BlogDetailsData .WritenBy .WriterInfo .Image img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.BlogDetailsData .WritenBy .WriterInfo .Infoo{
    
}
.BlogDetailsData .WritenBy .WriterInfo .Infoo span{
    color: #05b262;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.BlogDetailsData .WritenBy .WriterInfo .Infoo h2{
font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.BlogDetailsData .WritenBy .WriterInfo .Infoo p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.BlogDetailsData .WritenBy .FollowAndProfie{
    display: flex;
    gap:8px;
    align-items: center;
}
.BlogDetailsData .WritenBy .FollowAndProfie a{
    width: 165px;
}

.CommentsBlog{
    margin-top: 50px;
}
.CommentsBlog .Title{
    margin-bottom: 30px;
}
.CommentsBlog .Title h2{
        font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.CommentsBlog .Title h2 span{
        color: #05b262;
}
.CommentsBlog .WriteComment{
        padding: 32px;
    border-radius: 16px;
    background: #F6F6F6;
    margin-bottom: 30px;
}
.CommentsBlog .WriteComment .WriteTitle{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.CommentsBlog .WriteComment .WriteTitle h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.CommentsBlog .WriteComment .WriteTitle .YourRate{
            display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.CommentsBlog .WriteComment .WriteTitle .YourRate label{
        font-size: 18px;
    font-weight: 700;
}

.CommentsBlog .WriteComment .WriteTitle .YourRate .rating-star .rating-symbol .Selctedrate{
    color: #B4D100;
        font-size: 25px;
}
.CommentsBlog .WriteComment .WriteTitle .YourRate .rating-star .rating-symbol .UnselectedRate{
    color: #DDDDDD;
        font-size: 25px;
}
.CommentsBlog .WriteComment .WriteTitle .YourRate .rating-star .badge {
    display: none;
}

.CommentsBlog .WriteComment .CommetInputs{
    
}
.CommentsBlog .WriteComment .CommetInputs textarea{
        padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 16px;
    height: 120px;
    border: 1px solid #F0F0F0;
    font-size: 16px;
}
.CommentsBlog .WriteComment .CommetInputs textarea::placeholder{
    color: #898989;
}
.CommentsBlog .WriteComment .CommetInputs .ByttonSend{
    display: flex;
    align-items: center;
    gap:8px;
}
.CommentsBlog .WriteComment .CommetInputs .ByttonSend button{
    width: 140px !important;
}



.CommentsItems{
    
}
.CommentsItems .commentItem{
        margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    gap:40px;
}
.CommentsItems .MainCOmment{

}
.CommentsItems .commentItem .UserImage{
    display: block;
    width: 48px;
    height: 48px;
}
.CommentsItems .commentItem .UserImage img{
        display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.CommentsItems .commentItem .CommentData{
    width: calc(100% - 84px);

}

.CommentsItems .commentItem .mainCOment{
    border: 1px solid #F0F0F0;
    padding: 24px;
    border-radius: 16px;
    width: calc(100% - 84px);
    margin-bottom: 15px;
}
.CommentsItems .commentItem .UserInfo_BlogContriol{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate{
    display: flex;
    align-items: center;
    gap:15px;
}
.CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #898989;
}
.CommentsItems .commentItem .UserInfo_BlogContriol .RateBlog_Report{

}
.CommentsItems .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog{
            display: flex;
    align-items: center;
    gap:40px;
}
.CommentsItems .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog .rating-star{
    
}
.CommentsItems .rating-star .rating-symbol .Selctedrate{
    color: #B4D100;
        font-size: 20px;
}
.CommentsItems .rating-star .rating-symbol .UnselectedRate{
    color: #DDDDDD;
        font-size: 20px;
}
.CommentsItems  .rating-star .badge {
    display: none;
}
.CommentsItems .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog .ReboertComment{
    
}
.CommentsItems .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog .ReboertComment a{
    color: #EA4335;
    font-size: 16px;
    font-weight: 500;
    
}
.CommentsItems .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog .ReboertComment a img{
    margin-left: 5px;
    width: 24px;
    height: 24px;
}
.CommentsItems .commentItem .ComentDesc{
    margin-bottom: 20px;
}
.CommentsItems .commentItem .ComentDesc p{
    font-size: 16px;
    font-weight: 400;
}
.CommentsItems .commentItem .ComentFeatures{
    display: flex;
    align-items: center;
    gap:8px;
}
.CommentsItems .commentItem .ComentFeatures span{
    background: #F5F4F4;
    height: 48px;
    width: 100px;
    color: #898989;
    border-radius: 55px;
    line-height: 48px;
    text-align: center;
}
.CommentsItems .commentItem .ComentFeatures span img{
    margin-left: 5px;
}







.ratingModal .modal-dialog{
 
}
.ratingModalBody{
    margin-top: 30px;
}
.ratingModalBody .form-group{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.ratingModalBody .form-group label{
    font-size: 18px;
    margin-bottom: 5px;
}
.ratingModalBody .rating-star{
    
}
.ratingModalBody .rating-star .rating-symbol{
    
}

.ratingModalBody .rating-star .rating-symbol .Selctedrate{
    color: #B4D100;
        font-size: 25px;
}
.ratingModalBody .rating-star .rating-symbol .UnselectedRate{
    color: #DDDDDD;
        font-size: 25px;
}
.ratingModalBody .rating-star .badge {
    display: none;
}




.ShareWithMonafasaModal{
    
}
.ShareWithMonafasaModal .modal-body{
    background-image: url(../images/new/Bg_overlay.png);
    background-size: cover;
    background-position: center;
}


.ShareWithMonafasaModal .btnclose{
    background: transparent;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    display: block;
    width: max-content;
    left: 40px;
}
.ShareWithMonafasaModal .ModalAuthBoxy .Title_Image h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 24px;
    color: #fff;
}
.ShareWithMonafasaModal .ModalAuthBoxy .Title_Image p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.ShareWithMonafasaModal .ModalAuthBoxy .Title_Image a{
    border: 1px solid  #FFFFFF;
    height: 48px;
    width: 200px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 55px;
    transition: all .4s ease-in-out;
    margin-top: 25px;
}
.ShareWithMonafasaModal .ModalAuthBoxy .Title_Image a:hover{
    background: #fff;
    color: #05b262;
}

.BlockManshorReasonsModal .BlockResons{
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap
}
.BlockManshorReasonsModal .BlockResons .Reson{
    flex-grow: 1;
}
.BlockManshorReasonsModal .modal-dialog{
    max-width: 560px;
}



.MonafasaDetailsModal{
    
}
.MonafasaDetailsModal .modal-dialog{
    max-width: 680px;
}
.MonafasaDetailsModal .modal-body{
    padding: 20px;
}
.MonafasaDetailsModal .MonafasaDetailsBody{
    
}
.MonafasaDetailsModal .MonafasaDetailsBody .imageBlog{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.MonafasaDetailsModal .MonafasaDetailsBody .imageBlog img{
        display: block;
    width: 100%;
    height: auto;
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate .statte{
    
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate .statte span{
    color: #0044C1;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate .statte span img{
    
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate .dateBlog{
    
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate .dateBlog p{
        color: #EA4335;
    font-size: 16px;
    font-weight: 500;
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogStatusDate .dateBlog p span{
    font-weight: 700;
    font-size: 22px;
}

.MonafasaDetailsModal .MonafasaDetailsBody .BlogDatat{
    
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogDatat h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.MonafasaDetailsModal .MonafasaDetailsBody .BlogDatat p{
    font-size: 16px;
    font-weight: 400;
}
.MonafasaDetailsModal .MonafasaDetailsBody .BlogDatat p img{
    margin-left: 5px;
}
.MonafasaDetailsModal .BlogSubndCat{
    margin-top: 15px;
    margin-bottom: 30px;
}
.MonafasaDetailsModal .BlogSubndCat span{
    display: inline-block;
    width: 160px;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    margin: 0 4px;
    border-radius: 55px;
}
.MonafasaDetailsModal .BlogSubndCat span img{
    margin-left: 5px;
}


.MonafasaDetailsModal .MonafasaDetailsBody h2{
        font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.MonafasaDetailsModal .MonafasaDetailsBody p{
        font-size: 16px;
    font-weight: 400;
}
.MonafasaDetailsModal .SHowMonfasaDetails{
    display: block;
    width: max-content;
    margin: 20px 0;
    color: #05b262;
    font-size: 16px;
    font-weight: 500;
}
.MonafasaDetailsModal .SHowMonfasaDetails img{
    margin-left: 5px;
}
.MonafasaDetailsModal .SHowMonfasaDetails span{
    text-decoration: underline;
}



.SharBolgMonafasa{
        padding: 20px 32px;
    background-image: url(../images/new/Bg_overlay.png);
    background-position: center;
    background-size: cover;
    border-radius: 16px;
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 30px;
}
.SharBolgMonafasa .manshorNots{
        display: flex;
    align-items: center;
    gap: 24px;
}
.SharBolgMonafasa .manshorNots .image{
        display: block;
    width: 48px;
    height: 48px;
}
.SharBolgMonafasa .manshorNots .image img{
        display: block;
    width: 48px;
    height: 48px;
}
.SharBolgMonafasa .manshorNots .datanots{
    
}
.SharBolgMonafasa .manshorNots .datanots h2{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.SharBolgMonafasa .manshorNots .datanots p{
        color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.SharBolgMonafasa .shareCLose{
    display: flex;
    align-items: center;
    gap:24px;
}
.SharBolgMonafasa .shareCLose .shareBTN{
    width: 230px;
    height: 48px;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 16px;
    font-weight: 500px;
    text-align: center;
    line-height: 54px;
    transition: all .4s ease-in-out;
    border-radius: 55px;
}
.SharBolgMonafasa .shareCLose .shareBTN:hover{
    background: #fff;
    color: #05b262;
}
.SharBolgMonafasa .shareCLose .closee{
    background: transparent;
    display: block;
    height: 48px;
    width: 48px;
}
.SharBolgMonafasa .shareCLose .closee img{
        display: block;
    height: 48px;
    width: 48px;
}


.SartWiteNow{
margin: 50px 0;
}

.SartWiteNow .BeReadySec{
        border-radius: 16px;
    overflow: hidden;
}
.SartWiteNow .BeReadySec .overlaySec {
    padding: 40px;

}
.SartWiteNow .BeReadySec .BeReadySecContent .DataSec p{
    color: #fff;
    margin-top: 5px;
}

.RelatedBlog{
    padding-bottom: 50px;
}
.RelatedBlog .Blog_Item{
    direction: rtl;
    border: 1px solid #F0F0F0;
}
.RelatedBlog .owl-nav{
        display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: center;
    width: max-content;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
}
.RelatedBlog .owl-nav .owl-prev, .RelatedBlog .owl-nav .owl-next{
    background: #BAF8DF;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.RelatedBlog .owl-nav .owl-prev:hover, .RelatedBlog .owl-nav .owl-next:hover{
    background: #05B262 !important;
}
.RelatedBlog .owl-nav .owl-prev:hover img, .RelatedBlog .owl-nav .owl-next:hover img{
    filter: brightness(100)grayscale(100);
}
.RelatedBlog .owl-carousel .owl-stage-outer{
    direction: rtl;
}


.BlogItems .Blog_Item .DowenBox .BlogTitle h2:hover{
     color: #05b262 !important;
}



/********************/

.ProfilePage{
        background: #FBFBFB;
    padding: 50px 0;
}
.ProfilePage .SideBareMenu{
        background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
}
.ProfilePage .SideBareMenu .MenuItemSide{
    margin-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 16px;
}
.ProfilePage .SideBareMenu .MenuItemSide:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ProfilePage .SideBareMenu .MenuItemSide h2{
        font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}
.ProfilePage .SideBareMenu .MenuItemSide ul{
    
}
.ProfilePage .SideBareMenu .MenuItemSide ul li{
        padding: 10px 0;
    display: block;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;

}
.ProfilePage .SideBareMenu .MenuItemSide ul li a span{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 500;
    transition: all .2s ease-in-out;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a:hover span{
        color: #05b262 !important;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a span span{
    color: #05b262 !important;
    margin: 0 2px;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a span img{
    margin-left: 8px;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a .Arrow{
    display: none
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a.active .Arrow{
    display: block;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a.active span{
    color: #000;
}
.ProfilePage .SideBareMenu .MenuItemSide ul li a.text-danger span{
    color: #EA4335 !important;
}

.ProfilePage .PageContent{
    
}
.ProfilePage .PageHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    gap: 8px;
}
.ProfilePage .PageHeader .Title{
    
}
.ProfilePage .PageHeader .Title h2{
        font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ProfilePage .PageHeader .Title h2 span{
        color: #05b262;
}
.ProfilePage .PageHeader .Title p{
    
}
.ProfilePage .PageHeader .Filtr_Items{
        display: flex;
    align-items: center;
    gap: 16px;
}
.ProfilePage .PageHeader .Filtr_Items .filterIem{
        display: flex;
    align-items: center;
    gap:8px;
}
.ProfilePage .PageHeader .Filtr_Items .filterIem h2{
        font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.ProfilePage .PageHeader .Filtr_Items .filterIem .form-group{
    margin-bottom: 0;
}
.ProfilePage .PageHeader .Filtr_Items .filterIem .form-group input{
    width: 220px;
    padding-left: 10px;
}
.ProfilePage .PageHeader .Filtr_Items .filterIem .form-group .select2-container {
    width: 180px !important;
}


.ProfilePage .PageHeader .GridView{
    
}
.ProfilePage .PageHeader .GridView a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    background: #F5F4F4;
    transition: all .2s ease-in-out;
}
.ProfilePage .PageHeader .GridView a:hover{
    background: #05B262 !important;
    border: 1px solid #05B262 !important;
}
.ProfilePage .PageHeader .GridView a:hover img{
    filter: brightness(100) grayscale(100);
}



.ProfilePage .Statistics{
    
}
.ProfilePage .Statistics .StatiiscticItem{
    background: #fff;
    border-radius: 8px;
    padding: 24px 16px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    gap:8px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.ProfilePage .Statistics .StatiiscticItem .ststisData{
    display: flex;
    gap:16px;
    align-items: center;
    
}
.ProfilePage .Statistics .StatiiscticItem .ststisData .image{
    background: rgba(13, 125, 80, 0.08);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ProfilePage .Statistics .StatiiscticItem .ststisData .image img{
    width: 32px;
    height: 32px;
}
.ProfilePage .Statistics .StatiiscticItem .ststisData .satisTitle{
    
}
.ProfilePage .Statistics .StatiiscticItem .ststisData .satisTitle h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}
.ProfilePage .Statistics .StatiiscticItem .ststisData .satisTitle p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #898989;
}
.ProfilePage .Statistics .StatiiscticItem .statisResult{
    
}
.ProfilePage .Statistics .StatiiscticItem .statisResult .incresDecreaseImage{
    
}
.ProfilePage .Statistics .StatiiscticItem .statisResult .incresDecreaseImage img{
    
}



.ProfilePage .tableBox{
    margin-bottom: 30px;
}
.ProfilePage .tableBox .TableTitle{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}
.ProfilePage .tableBox .TableTitle h2{
        font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.ProfilePage .tableBox .TableTitle a{
    color: #05b262;
    font-weight: 500;
    font-size: 16px;
}
.ProfilePage .tableBox .BoxTable{
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background: #fff;
}
.ProfilePage .tableBox table{
    margin: 0;
}
.ProfilePage .tableBox table thead{
    
}
.ProfilePage .tableBox table thead{
    
}
.ProfilePage .tableBox table thead tr{
    
}
.ProfilePage .tableBox table thead tr th{
        border-bottom: 1px solid #F0F0F0;
}
.ProfilePage .tableBox table thead tr th p{
        color: #000;
    font-size: 16px;
    font-weight: 700;
    width: max-content;
        padding-bottom: 16px;
}
.ProfilePage .tableBox table tbody {
    
}
.ProfilePage .tableBox table tbody tr{
    
}
.ProfilePage .tableBox table tbody tr td{
        border-bottom: 1px solid #F0F0F0;
            vertical-align: middle;
}
.ProfilePage .tableBox table tbody tr:last-child td{
    border-bottom: 0 !important;
}
.ProfilePage .tableBox table tbody .Manshour{
    display: flex;
    align-items: center;
    gap:16px;
    max-width: 320px;
    padding: 15px 0;
}
.ProfilePage .tableBox table tbody .Manshour .Image{
    display: block;
    width: 80px;
    height: 80px;
  border-radius: 50%;
    position: relative;
}
.ProfilePage .tableBox table tbody .Manshour .Image img{
    display: block;
    width: 100%;
    height: 100%;
        overflow: hidden;
      border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.ProfilePage .tableBox table tbody .Manshour .Image .PinImage{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ProfilePage .tableBox table tbody .Manshour .dtata{
    display: block;
    width: calc(100% - 96px);
}
.ProfilePage .tableBox table tbody .Manshour .dtata p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.ProfilePage .tableBox table tbody .Manshour .dtata .ManshFeat{
    display: flex;
    align-items: center;
    gap:8px;
    margin-bottom: 10px;
}
.ProfilePage .tableBox table tbody .Manshour .dtata .ManshFeat .cateMansh{
    display: block;
    padding: 0 16px;
    border-radius: 55px;
    height: 42px;
    width: max-content;
    line-height: 42px;
    font-size: 14px;
}
.ProfilePage .tableBox table tbody .Manshour .dtata .ManshFeat .cateMansh img{
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
.ProfilePage .tableBox table tbody .Manshour .dtata .ManshFeat .ManshType{
    display: flex;
    height: 42px;
    width: 42px;
    align-items: center;
    justify-content: center;
    background: #0000008F;
        border-radius: 50%;
}
.ProfilePage .tableBox table tbody .Manshour .dtata .ManshFeat .ManshType img{
    width: 20px;
    height: 20px;
}
.ProfilePage .tableBox table tbody .LastUpdate{
    
}
.ProfilePage .tableBox table tbody .LastUpdate p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}
.ProfilePage .tableBox table tbody .Status{
    
}
.ProfilePage .tableBox table tbody .Status span{
display: block;
    width: 70px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 55px;
    text-align: center;
}

.ProfilePage .tableBox table tbody .Actions{
        display: flex;
    align-items: center;
    gap: 16px;

}
.ProfilePage .tableBox table tbody .Actions .ActionItem{
    
}
.ProfilePage .tableBox table tbody .Actions .ActionItem img{
    
}
.ProfilePage .tableBox table tbody .Actions .dropdown{
    
}
.ProfilePage .tableBox table tbody .Actions .dropdown .header-item{
    display: block;
    background: transparent;
    border-radius: 50%;
    height: auto;
    width: auto;
}
.ProfilePage .tableBox table tbody .Actions .dropdown .header-item img{
      
}
.ProfilePage .tableBox table tbody .Actions .dropdown .dropdown-menu{
        width: 200px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
}
.ProfilePage .tableBox table tbody .Actions .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
    color: #000;
}
.ProfilePage .tableBox table tbody .Actions .dropdown .dropdown-menu .dropdown-item:hover,
.ProfilePage .tableBox table tbody .Actions .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.ProfilePage .tableBox table tbody .Actions .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.ProfilePage .tableBox table tbody .Actions .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}
















.ProfilePage .TahdesatBox{
    
}
.ProfilePage .TahdesatBox .TableTitle{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}
.ProfilePage .TahdesatBox .TableTitle h2{
        font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.ProfilePage .TahdesatBox .TableTitle a{
    color: #05b262;
    font-weight: 500;
    font-size: 16px;
}

.ProfilePage .TahdesatBox .TahdestaItems{
        padding: 16px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background: #fff;
    margin-bottom: 30px;
}

.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem{
    display: flex;
    align-content: flex-start;
    gap:16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem:last-child{
    border-bottom: 0 !important;
    margin-bottom: 0;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .image{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .datta{
    display: block;
    width: calc(100% - 72px);
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .datta span{
    background: rgba(13, 125, 80, 0.04);
    height: 42px;
    line-height: 42px;
    width: 110px;
    border-radius: 55px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 2px;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .datta span img{
    margin-left: 5px;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .datta h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .datta p{
    font-size: 14px;
    color: #898989;
    font-weight: 400;
    line-height: 20px;
}
.ProfilePage .TahdesatBox .TahdestaItems .tahdesItem .datta p img{
    margin-left: 5px;
}


.ProfilePage .MyAwords{
    margin-top: 0px;
}
.ProfilePage .MyAwords .titileBox{
            display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}
.ProfilePage .MyAwords .titileBox h2{
            font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.ProfilePage .MyAwords .AwardsItem{
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
}
.ProfilePage .MyAwords .AwardsItem .infoaword{
        display: flex;
    gap: 16px;
    
}
.ProfilePage .MyAwords .AwardsItem .infoaword .Image{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}
.ProfilePage .MyAwords .AwardsItem .infoaword .Image .ImageAward{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 50%;
    overflow: hidden;
}
.ProfilePage .MyAwords .AwardsItem .infoaword .Image .medal{
    position: absolute;
    bottom: 0;
    right: 0;
}
.ProfilePage .MyAwords .AwardsItem .infoaword .awradData{
        display: block;
    width: calc(100% - 96px);
}
.ProfilePage .MyAwords .AwardsItem .infoaword .awradData h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
        margin-bottom: 15px;
}
.ProfilePage .MyAwords .AwardsItem .infoaword .awradData p{
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
        margin-bottom: 15px;
}
.ProfilePage .MyAwords .AwardsItem .infoaword .awradData p img{
    margin-left: 5px;
}

.ProfilePage .MyAwords .AwardsItem .infoaword .awradData .Category{
        display: block;
    width: max-content;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    border-radius: 55px;
    margin-bottom: 10px;
}
.ProfilePage .MyAwords .AwardsItem .infoaword .awradData .Category img{
    margin-left: 5px;
}
.ProfilePage .MyAwords .AwardsItem .AwardsPrice{
    
}
.ProfilePage .MyAwords .AwardsItem .AwardsPrice p{
    font-size: 16px;
    font-weight: 400;
}
.ProfilePage .MyAwords .AwardsItem .AwardsPrice p img{
    margin-left: 5px;
}
.ProfilePage .MyAwords .AwardsItem .AwardsPrice p span{
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}
.ProfilePage .MyAwords .AwardsItem .butons{
    display: flex;
    gap:8px;
        flex-wrap: wrap;
}
.ProfilePage .MyAwords .AwardsItem .butons button{
        flex-basis: 0;
        flex-grow: 1;
}

.ProfilePage .MyAwords .AwardsItem .InfosButtons{
        display: flex;
    gap:8px;
        flex-wrap: wrap;
}
.ProfilePage .MyAwords .AwardsItem .InfosButtons span{
            flex-basis: 0;
        flex-grow: 1;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 55px;
}
.ProfilePage .MyAwords .AwardsItem .InfosButtons span img{
    margin-left: 5px;
}
.Green_BTN{
    background: rgba(13, 125, 80, 0.08);
    color: #05B262;
}
.Orange_BTN{
    background: rgba(221, 140, 24, 0.08);
    color: #05b262;
}
.Danger_BTN{
background:  rgba(234, 67, 53, 0.08);
    color: #EA4335
}


.ProfilePage .BlogItems .Blog_Item{
        border: 1px solid #F0F0F0;
}


.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .DeleteButon button{
    background: rgba(234, 67, 53, 0.08);
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .DeleteButon button:hover{
    background: rgba(234, 67, 53, 1);
}
.BlogItems .Blog_Item .DowenBox .Blog_BookMarks .DeleteButon button:hover img{
    filter: brightness(100) grayscale(100);
}




.ProfilePage .AddNewManshour{
    
}
.ProfilePage .AddNewManshour .cardBox{
        background: #fff;
    padding: 23px 24px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    margin-bottom: 30px;
}
.ProfilePage .AddNewManshour .form-group{
    
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType{
        display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin-top: 20px;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .labeltitle{
    margin:0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
        width: 110px;
}

.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess{
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(100% - 140px);
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem{
        height: 48px;
    border-radius: 55px;
    border: 1px solid #F0F0F0;
    line-height: 48px;
    text-align: center;
    flex-grow: 1;
    transition: all .2s ease-in-out;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem:hover{
    background: #f9f9f9;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem input{
    display: none;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem label{
        display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem label span{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem label img{
    margin-left: 5px;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem.active{
        border: 1px solid #05b262;
    line-height: 48px;
    text-align: center;
    flex-grow: 1;
    background: #05b262;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem.active label{
    
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem.active label span{
    color: #fff;
}
.ProfilePage .AddNewManshour .form-group .SelectManshourType .Typess .TypesItem.active label img{
    filter: brightness(100) grayscale(100);
}
.ProfilePage .AddNewManshour .form-group h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0;
}


.note-editor .dropdown-toggle::after{
    content: none !important;
}
.note-editor .note-toolbar, .note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    background: #f00;
    background: #F4F4F4;
    border-bottom: 1px solid #E8E8E8;
        border-radius: 8px 8px 0 0;
        direction: ltr;
    text-align: right;
}
.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, .2);
    border: 1px solid  #E8E8E8;
    border-radius: 8px;
    

}
.note-editor .note-editing-area {
    position: relative;
    min-height: 150px;
}
.note-btn {
    background: #05B262;
    color: #fff;
    border: 1px solid #0e8354;
}

.AddNewMohtawaSideBare .select2-container {
    z-index: 999 !important;
}

.note-editor a {
    color: #000;
}
.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
    min-width: 160px;
    z-index: 99999;
}
.note-editor .modal{
    z-index: 999999;
}
.note-toolbar {
            direction: rtl;
        }

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: max-content;
}
.TagsInput-control{
    padding: 5px 10px!important;
    padding-bottom: 5px;
    height: auto !important;
}
.tagify__tag {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    border-radius: 55px;
    background: rgba(13, 125, 80, 0.08);
}
.tagify__tag>div::before{
    box-shadow: none;
}
.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before{
    box-shadow: none;
    content: none !important;
}

.tagify__tag>div>*{
        color: #05B262;
    font-weight: 400;
    font-size: 16px;
}
.tagify__tag:hover{
     box-shadow: none !important;
}
.tagify__tag__removeBtn::after {
    content: "×";
    transition: .3s, color 0s;
    font-size: 30px;
    color: #05b262;
    font-weight: 100;
    font-family: 'Font Awesome 5 Free';
}

.tagify__tag__removeBtn{
    width: auto;
    height: auto;
}
.tagify__tag>div{
    padding: 0;
}

.tagify__tag__removeBtn:hover {
    background: transparent;
}
.tagify div::before{
    box-shadow: none;
}

/********************/
.superAgentRight{
        position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #1d0c2e;
    width: 40%;
    right: 0;
    transition: .3s;
    transform: translate(100%);
    overflow: hidden;
    z-index: 9999;
    padding: 0px;
    height: 100vh;
    overflow: hidden;
}
.superAgentRight::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.superAgentRight::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background: #eee;
}
.superAgentRight{
    background: #fff;
}

.overlay-menu-right {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: #000000cc;
  transition: .3s;
  display: none;
    z-index: 999;
}

.overlay-menu-right.active {
  display: block;
}

.overlay-menu-right .close-menu {
  position: absolute;
left: auto;
    right: 41%;
  color: #fff !important;
  font-size: 30px !important;
  top: 13px;
  cursor: pointer;
}
.super-agent.active {
  transform: translate(0);
}
body.no-scroll {
    overflow: hidden;
}



.MenuSideBare{
        height: 100%;
}

.MenuSideBare .MenuHeader{

    border-bottom: 0px solid #E8E8E8;
    padding: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.MenuSideBare .MenuHeader .UperHeader{
            display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.MenuSideBare .MenuHeader .closeIcon{
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    color: #DD2222;
    font-size: 30px;
    cursor: pointer;
    background: rgba(101, 152, 69, 0.04);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.MenuSideBare .MenuHeader .closeIcon:hover{
    background: #DD2222 !important;
}
.MenuSideBare .MenuHeader .closeIcon:hover img{
    filter: brightness(100) grayscale(100);
}
.MenuSideBare .MenuHeader .closeIcon i{
    
}
.MenuSideBare .MenuHeader .headerData{
    
}
.MenuSideBare .MenuHeader .headerData h2{
    font-size: 20px;
    font-weight: 700;
            margin-bottom: 15px;
}
.MenuSideBare .MenuHeader .headerData p{
    font-weight: 500;
    font-size: 16px;
}

.MenuSideBare .MenuBody{
height: calc(100% - 195px);
    overflow: auto;
    padding: 24px;
}
.MenuSideBare .MenuBody::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.MenuSideBare .MenuBody::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background: #eee;
}
.select2-container{
        z-index: 9999 !important;
}
.MenuSideBare .MenuBody .form-group {
    
}
.MenuSideBare .MenuBody .form-group label{
        color: #000;
    font-size: 16px;
    margin: 10px;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 500;
}
.MenuSideBare .MenuBody .form-group .inputGroup {
    position: relative;
}

.MenuSideBare .MenuBody .form-group .inputGroup .IconSHape{
        position: absolute;
    top: 0;
    height: 48px;
    display: flex;
    align-items: center;
    width: 48px;
    justify-content: center;
    z-index: 99999;
}
.MenuSideBare .MenuBody .form-group .inputGroup .IconSHape img{
        display: block;
    height: 20px;
}
.MenuSideBare .MenuBody .form-group .inputGroup .IconSHape_2{
        position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    z-index: 99999;
}
.MenuSideBare .MenuBody .form-group .inputGroup .IconSHape_2 img{
        display: block;
    height: 20px;
}

.MenuSideBare .MenuBody .form-group .inputGroup .select2-container--default .select2-selection--multiple{
    padding: 0 35px;
    min-height: 48px;
}


.MenuSideBare .MenuBody .form-group .inputGroup .select2-container .select2-search--inline .select2-search__field{
        margin-top: 0px;
}
.MenuSideBare .MenuBody .form-group .inputGroup .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    margin-top: 7px;
}

.MenuSideBare .MenuBody .form-group button{
    width: 100%;
    border-radius: 35px;
}


/*************************/



.MenuSideBare .GroupManshours{
    
}
.MenuSideBare .GroupManshours .MansourItem{
    display: flex;
    gap: 8px;
    align-items: flex-start;
        justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F0F0;
    
}
.MenuSideBare .GroupManshours .MansourItem:last-child{
    border-bottom: 0 !important;
}
.MenuSideBare .GroupManshours .MansourItem .ItemDatat{
        display: flex;
    gap: 16px;
    align-items: flex-start;
}
.MenuSideBare .GroupManshours .MansourItem .image{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.MenuSideBare .GroupManshours .MansourItem .image img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData{
    
}
.MenuSideBare .GroupManshours .MansourItem .ManshData h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData p{
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData .ManshorDFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:8px;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData p img{
    margin-left: 5px;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData .manshCat{
    padding: 0 15px;
    border-radius: 55px;
    font-size: 16px;
    font-weight: 400;
    width: max-content;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData .manshCat img{
    margin-left: 5px;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData .ManshType{
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    background: #0000008F;
    border-radius: 50%;
}
.MenuSideBare .GroupManshours .MansourItem .ManshData .ManshType img{
    
}
.MenuSideBare .GroupManshours .MansourItem .ShareManshour{
    
}
.MenuSideBare .GroupManshours .MansourItem .ShareManshour a{
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.MenuSideBare .GroupManshours .MansourItem .ShareManshour a img{
    
}
.MenuSideBare .GroupManshours .MansourItem .ShareManshour a:hover{
    background: #05B262 !important;
    border: 1px solid #05B262 !important
}
.MenuSideBare .GroupManshours .MansourItem .ShareManshour a:hover img{
    filter: brightness(100) grayscale(100);
}

/**********************/


.MosharkatakPage{
    
}
.MenuSideBare .MosharkatakPage .MansourItem .ManshData h2{
        font-size: 16px;
    font-weight: 500;
}
.MenuSideBare .MosharkatakPage .MansourItem .ManshData p{
    font-size: 14px;
}
.MenuSideBare .MosharkatakPage .MansourItem .ManshData .manshCat{
    font-size: 14px;
}


.MenuSideBare .MosharkatakPage .MansourItem .chiller_cb label{
    min-width: 20px;
    display: block;
    height: 20px;
    top: 6px;
    right: 1px;
}





.folowersItems{
    padding: 10px 0;
}
.folowersItems .FlowerItem{
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.folowersItems .FlowerItem .dropmeuFlower{
    position: absolute;
    top: 24px;
    right: 24px;
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown{
    
}

.folowersItems .FlowerItem .dropmeuFlower .dropdown .header-item{
    display: block;
    background: transparent;
    border-radius: 50%;
    height: auto;
    width: auto;
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown .header-item img{
      
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown .dropdown-menu{
        width: 180px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
    color: #000;
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown .dropdown-menu .dropdown-item:hover,
.folowersItems .FlowerItem .dropmeuFlower .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.folowersItems .FlowerItem .dropmeuFlower .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}


.folowersItems .FlowerItem .imageUser{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
}
.folowersItems .FlowerItem .imageUser img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.folowersItems .FlowerItem .userData{

}
.folowersItems .FlowerItem .userData .Jop_Title{
        margin-bottom: 16px;
    text-align: center;
}
.folowersItems .FlowerItem .userData .Jop_Title h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.folowersItems .FlowerItem .userData .Jop_Title p{
    font-weight: 400px;
    font-size: 16px;
    line-height: 20px;
    color: #898989;
}

.folowersItems .FlowerItem .userData .flowersBlogs{
    display: flex;
    margin-bottom: 16px;
    
}
.folowersItems .FlowerItem .userData .flowersBlogs .F_B_item{
    flex-grow: 1;
    text-align: center;
    position: relative;
}
.folowersItems .FlowerItem .userData .flowersBlogs .F_B_item h2{
        font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}
.folowersItems .FlowerItem .userData .flowersBlogs .F_B_item p{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
/*
.folowersItems .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2){
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}
*/

.folowersItems .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2)::before{

    content: '';
    position: absolute;
    left: 0;
   top: calc(50% - 12px);
    height: 24px;
    width: 1px;
    background: #F0F0F0;
}
.folowersItems .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2)::after{
  content: '';
    position: absolute;
    right: 0;
    height: 24px;
    width: 1px;
        top: calc(50% - 12px);
    background: #F0F0F0
}
.folowersItems .FlowerItem .userData .CahtAndFollow{
    display: flex;
    align-content: center;
    gap:8px;
}
.folowersItems .FlowerItem .userData .CahtAndFollow a{
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.folowersItems .FlowerItem .userData .CahtAndFollow button{
    border-radius: 55px;
    flex-grow: 1;
}
.folowersItems .FlowerItem .userData .CahtAndFollow .btn-style-orange{
    padding: 0;
}
.folowersItems .FlowerItem .userData .CahtAndFollow .btn-style-orange img{
    margin-left: 0;
    margin-top: -5px;
}
.folowersItems .FlowerItem .Blocked{
    position: absolute;
    top: 24px;
    left: 24px;
}
.folowersItems .FlowerItem .Blocked span{
    display: block;
    height: 30px;
    line-height: 25px;
    background: rgba(234, 67, 53, 0.08);
    color: #EA4335;
    font-size: 12px;
    font-weight: 600;
    border-radius: 55px;
    padding: 0 16px;
}

/**************/


.is-loading .FlowerItem {
    min-height: 350px;
    display: flex;
    flex-direction: column;
}
.is-loading .FlowerItem .imageUser{
    
}
.is-loading .FlowerItem .imageUser .LoadingLogo{
    display: block;
}
.is-loading .FlowerItem .imageUser .LoadingLogo_dark{
       display: none;
}
.is-loading .FlowerItem .Jop_Title h2{
    height: 10px;
    border-radius: 25px;
    width: 100%;
}
.is-loading .FlowerItem .Jop_Title p{
        height: 10px;
    border-radius: 25px;
    width: 50%;
    margin: auto;
    margin-bottom: 16px;
}

.is-loading .FlowerItem .userData .flowersBlogs .F_B_item h2 {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 5px;
}
.is-loading .FlowerItem .userData .flowersBlogs .F_B_item p{
    width: 55px;
    margin: auto;
    height: 8px;
    border-radius: 55px;
}
.is-loading .FlowerItem .userData .CahtAndFollow button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    direction: ltr;
    
}
.is-loading .FlowerItem .userData .CahtAndFollow button .pp{
    width: 55px;
    height: 12px;
    border-radius: 55px;
}

.is-loading .FlowerItem .userData .CahtAndFollow button .imageload{
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.is-loading .FlowerItem .userData .CahtAndFollow a span{
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.is-loading .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2)::before{
    content: none;
}
.is-loading .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2)::after{
    content: none;
}
.is-loading .FlowerItem .dropmeuFlower .dropdown button{
    background: transparent
}
.is-loading .FlowerItem .userData .flowersBlogs{
    margin-bottom: 20px;
}
.is-loading .FlowerItem .userData .Jop_Title{
    margin-bottom: 20px;
}

.is-loading .FlowerItem .Jop_Title h2,
.is-loading .FlowerItem .Jop_Title p,
.is-loading .FlowerItem .userData .flowersBlogs .F_B_item h2{
        background: linear-gradient(110deg, #dadada 8%, #f5f5f5 18%, #dadada 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}
.is-loading .FlowerItem .userData .CahtAndFollow a,
.is-loading .FlowerItem .userData .CahtAndFollow button{
          background: linear-gradient(110deg, #EDEDED 8%, #f5f5f5 18%, #EDEDED 33%);
      background-size: 200% 100%;
      -webkit-animation: 1.5s shine linear infinite;
      animation: 1.5s shine linear infinite;
}

.is-loading .FlowerItem .userData .flowersBlogs .F_B_item h2,
.is-loading .FlowerItem .userData .CahtAndFollow button .pp,
.is-loading .FlowerItem .userData .CahtAndFollow button .imageload,
.is-loading .FlowerItem .userData .CahtAndFollow a span{
    background: #DADADA;
}
.is-loading .FlowerItem .userData .flowersBlogs .F_B_item p{
    background: #EDEDED;
}




.FlowrsItem_List .FlowerItem{
    display: flex;
    align-items: flex-start;
    gap:24px;
}
.FlowrsItem_List .FlowerItem .imageUser{
    margin: 0;
}
.FlowrsItem_List .FlowerItem .dropmeuFlower{
    right: auto;
    left: 24px;
}
.FlowrsItem_List .FlowerItem .userData .flowersBlogs .F_B_item{
        min-width: 100px;
        text-align: start;
}
.FlowrsItem_List .FlowerItem {
    flex-direction: row;
        min-height: auto;
}
.FlowrsItem_List .is-loading .FlowerItem .Jop_Title p{
    margin: 0;
    margin-bottom: 16px;
}
.FlowrsItem_List .FlowerItem .userData .Jop_Title{
    text-align: start;
}
.FlowrsItem_List .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2)::before{
    left: 30%;
}
.FlowrsItem_List .FlowerItem .userData .flowersBlogs .F_B_item:nth-child(2)::after{
    right: -30%;
}
.FlowrsItem_List .is-loading .FlowerItem .userData .flowersBlogs .F_B_item h2 {
    margin: 0;
    margin-bottom: 5px;
}
.FlowrsItem_List .is-loading .FlowerItem .userData .flowersBlogs .F_B_item p{
    margin: 0;
}
.FlowrsItem_List .is-loading .FlowerItem .userData .flowersBlogs{
gap: 45px;
}
.FlowrsItem_List .is-loading .FlowerItem .userData .flowersBlogs .F_B_item p{
    width: 100%;
}
.FlowrsItem_List .is-loading .FlowerItem .userData .flowersBlogs .F_B_item{
        min-width: 70px;
}
.FlowrsItem_List .FlowerItem .Blocked{
    left: 60px;
}




.Social_UpadesItems{
        padding: 32px;
    background: #fff;
    border-radius: 16px;
}
.Social_UpadesItems .S_U_Item{
    display: flex;
    align-items: flex-start;
    gap:24px;
    position: relative;
        border-bottom: 1px solid #F0F0F0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.Social_UpadesItems .S_U_Item:last-child{
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.Social_UpadesItems .S_U_Item .UserIcon{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.Social_UpadesItems .S_U_Item .UserIcon img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.Social_UpadesItems .S_U_Item .S_U_Content{
        display: block;
    width: calc(100% - 80px);
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share{
        display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Categors{
    
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Categors span{
        height: 48px;
    display: inline-block;
    line-height: 48px;
    border-radius: 55px;
    padding: 0 24px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Categors span img{
    margin-left: 5px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Share{
    
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Share a{
        display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Share a:hover {
    background: #05B262 !important;
    border: 1px solid #05B262 !important;
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Share a:hover img {
    filter: brightness(100) grayscale(100);
}
.Social_UpadesItems .S_U_Item .S_U_Content .cate_Share .Share a img{
    
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Data{
    margin-bottom: 8px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Data p{
        color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Data p strong{
    font-weight: 700;
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Time{
    margin-bottom: 15px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Time p{
    
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Time p img{
    margin-left: 5px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Image{
        display: block;
    height: 280px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.Social_UpadesItems .S_U_Item .S_U_Content .S_U_Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.MessapePage{
    
}
.MessapePage .MessageUsers{
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 24px 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.MessapePage .MessageUsers .SearchUser{
    padding: 0 24px;
}
.MessapePage .MessageUsers .User_Items{
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
}
.MessapePage .MessageUsers .User_Items::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #ffffff;
}
.MessapePage .MessageUsers .User_Items::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #f9f9f9;
}


.MessapePage .MessageUsers .User_Items .UserItem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 15px 24px;
        border-top: 1px solid #f6f6f6;

}
.MessapePage .MessageUsers .User_Items .CurentUsr{
        background: #F6F6F6;
}
.MessapePage .MessageUsers .User_Items .UserItem .UserData{
    display: flex;
    gap:16px;
    align-items: flex-start;
}
.MessapePage .MessageUsers .User_Items .UserItem .UserData .image{
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.MessapePage .MessageUsers .User_Items .UserItem .UserData .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.MessapePage .MessageUsers .User_Items .UserItem .UserData .DtataUser{
    
}
.MessapePage .MessageUsers .User_Items .UserItem .UserData .DtataUser h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}
.MessapePage .MessageUsers .User_Items .UserItem .UserData .DtataUser p{
    font-size: 14px;
    color: #444444;
    line-height: 20px;
}
.MessapePage .MessageUsers .User_Items .UserItem .ActiveTime{
    
}
.MessapePage .MessageUsers .User_Items .UserItem .ActiveTime .ActiveDots{
    display: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #05B262;
}
.MessapePage .MessageUsers .User_Items .UserItem .ActiveTime .LastTime{
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.MessapePage .MessageUsers .User_Items .Activeuser .ActiveTime .ActiveDots{
    display: none;
}
.MessapePage .MessageUsers .User_Items .Activeuser .ActiveTime .LastTime{
    display: none;
}


.MessapePage .MessageData{
        background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding:24px 0;
}
.MessapePage .MessageData .Header_user_Data{
    display: flex;
    position: relative;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}
.MessapePage .MessageData .UserDtata{
 display: flex;
    gap:16px;
}
.MessapePage .MessageData .UserDtata .image{
    display: block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.MessapePage .MessageData .UserDtata .image img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.MessapePage .MessageData .UserDtata .DataInfo{
    
}
.MessapePage .MessageData .UserDtata .DataInfo h2{
    
}
.MessapePage .MessageData .UserDtata .DataInfo h2 .name{
    font-size: 18px;
    font-weight: 700;
    margin-left: 5px;
    line-height: 24px;
}
.MessapePage .MessageData .UserDtata .DataInfo h2 .Active{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}
.MessapePage .MessageData .UserDtata .DataInfo h2 .Active .Dots{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #05B262;
    border-radius: 50%;
    margin: 0 5px;
}
.MessapePage .MessageData .UserDtata .DataInfo h2 .DeActive{
        color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.MessapePage .MessageData .UserDtata .DataInfo h2 .DeActive .Dots{
        display: inline-block;
    width: 10px;
    height: 10px;
    background: #aaa;
    border-radius: 50%;
    margin: 0 5px;
}
.MessapePage .MessageData .UserDtata .DataInfo p{
    color: #444444;
    font-weight: 400;
    font-size: 14px;
}
.MessapePage .MessageData .H_Sersh_Drop{
    display: flex;
    gap:16px;
    align-items: center;
}
.MessapePage .MessageData .H_Sersh_Drop .Search{
    
}
.MessapePage .MessageData .H_Sersh_Drop .Search .dropdown{
    
}
.MessapePage .MessageData .H_Sersh_Drop .Search .dropdown .header-item{
        background: transparent;
}
.MessapePage .MessageData .H_Sersh_Drop .Search .dropdown .header-item img{
    
}

.MessapePage .MessageData .H_Sersh_Drop .Search .dropdown .dropdown-menu{
        padding: 5px;
    width: 250px;
    border: 1px solid #f0f0f0;
    background: #fbfbfb;
        margin-top: 10px !important;
}

.MessapePage .MessageData .H_Sersh_Drop .Search .dropdown .dropdown-menu input{
        height: 50px;
    border: 1px solid #eee;
    outline: 0;
    box-shadow: none;
}
.MessapePage .MessageData .H_Sersh_Drop .Search .dropdown .dropdown-menu input:focus{
        outline: 0;
    box-shadow: none;
}


.MessapePage .MessageData .H_Sersh_Drop .Optionss{
    
}

.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .header-item{
        background: transparent;
}

.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .header-item{
    display: block;
    background: transparent;
    border-radius: 50%;
    height: auto;
    width: auto;
}
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .header-item img{
      
}
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .dropdown-menu{
        width: 180px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
    margin-top: 10px !important;
}
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
    color: #000;
}
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .dropdown-menu .dropdown-item:hover,
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.MessapePage .MessageData .H_Sersh_Drop .Optionss .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}



.MessapePage .MessageData .Message_Box{
    padding: 24px;
    height: 485px;
    overflow: auto;
}

.MessapePage .MessageData .Message_Box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #ffffff;
}
.MessapePage .MessageData .Message_Box::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #f9f9f9;
}
.MessapePage .MessageData .Message_Box ul{
    
}
.MessapePage .MessageData .Message_Box ul .MessageItem{
    margin-bottom: 30px;
}
.MessapePage .MessageData .Message_Box ul .MessageItem:last-child{
    margin-bottom: 0;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .User_Info{
        display: flex;
    align-items: center;
    gap: 16px;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .User_Info .image{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .User_Info .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .User_Info h2{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .User_Info p{
    color: #898989;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .MessageContent{
        background: rgba(13, 125, 80, 0.04);
    padding: 24px;
    border-radius: 16px;
    margin-top: 10px;
    width: max-content;
        max-width: 85%;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .MessageContent p{
    color: #000;
}
.MessapePage .MessageData .Message_Box ul .MessageItem .MessageContent img{
        border-radius: 16px;
    overflow: hidden;
    margin-top: 10px;
}

.OTherSideMessage{
    direction: ltr;
}
.MessapePage .MessageData .Message_Box ul .OTherSideMessage .MessageContent{
    direction: rtl;
    background: rgba(221, 140, 24, 0.04)
}



.FormRecordGroup {
    position: relative;
    width: 100%;
    display: block;
    background: #f9f9f9;
    height: 55px;
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 35px;
}

.FormRecordGroup .recordButton {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}
.FormRecordGroup .stopButton {
    position: absolute;
    right: 55px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #f44336;
    color: #fff;
    border-radius: 50%;
    z-index: 9;
    top: 5px;
}
.FormRecordGroup .deleteButton {
    position: absolute;
    top: 0;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #f44336;
    color: #fff;
    top: 5px;
    left: 5px;
}
.FormRecordGroup .audioPlayback {
    position: absolute;
    top: 5px;
    height: 45px;
    left: 55px;
    width: calc(100% - 110px);
}

.Box_Send_Message{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 0;
}
.Box_Send_Message .textareaBox{
        flex-grow: 1;
        line-height: normal;

}
.Box_Send_Message .textareaBox textarea{
min-height: 48px;
    height: auto;
    width: 100%;
    padding-top: 10px;
    line-height: 16px;
}
.Box_Send_Message .SendAndOtions{
        display: flex;
    align-items: center;
    gap: 5px;
}
.Box_Send_Message .SendAndOtions .OpenFile{
        width: 48px;
    height: 48px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}
.Box_Send_Message .SendAndOtions .OpenFile img{
    
}
.Box_Send_Message .SendAndOtions .recordButton{
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 30px;
    background: #f9f9f9;
    border-radius: 50%;
}
.Box_Send_Message .SendAndOtions .recordButton i{
        color: #05b262;
}
.Box_Send_Message .SendAndOtions .stopButton{
        width: 48px;
    height: 48px;
    text-align: center;
    line-height: 30px;
    background: #f9f9f9;
    border-radius: 50%;
}
.Box_Send_Message .SendAndOtions .stopButton i{
    color: #05b262;
}
.Box_Send_Message .SendAndOtions .deleteButton{
background: rgba(234, 67, 53, 0.08);
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.Box_Send_Message .SendAndOtions .deleteButton i{
    color: #EA4335;
}

.Box_Send_Message .SendAndOtions .SendBTN{
    height: 48px;
    line-height: 48px;
    width: 115px;
}
.Box_Send_Message .SendAndOtions .SendBTN .namme{
    
}

/**********/
/* لإخفاء زر التحميل في عنصر الصوت */
audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button,
audio::-webkit-media-controls-fullscreen-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-volume-slider {
    margin-right: 0 !important;
    z-index: 1;
}

audio::-webkit-media-controls-download-button {
    display: none !important;
}



.DataPrivieww{
    padding: 0 24px;
}
.DataPrivieww .Imageee{
    position: relative;
    height: auto;
    width: 250px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 15px;
}
.DataPrivieww .Imageee .previewImage{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.DataPrivieww .Imageee .DeletetImage{
    position: absolute;
    top: 15px;
    left: 15px;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(234, 67, 53, 1);
    transition: all .2s ease-in-out;
}
.DataPrivieww .Imageee .DeletetImage img{
      filter: brightness(100) grayscale(100);
}
.DataPrivieww .Imageee .DeletetImage:hover{
        background: rgba(234, 67, 53, 1);
}
.DataPrivieww .Imageee .DeletetImage:hover img{
    filter: brightness(100) grayscale(100);
}
.audioPlayback{
    width: 100%;
    margin-top: 5px;
}




.ShareYorManshour .MenuSideBare .MenuBody{
    height: calc(100% - 300px);
        padding-bottom: 0;
}

.ShareYorManshour .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.ShareYorManshour .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}
.ShareYorManshour .MenuSideBare .GroupManshours .MansourItem:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}


.AwardDetails .MenuSideBare .MenuBody{
       height: calc(100% - 90px);
}


.SideAwardsDetails{
    
}
.SideAwardsDetails .AwardsInfo{
    display: flex;
    gap:16px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #F0F0F0;
}
.SideAwardsDetails .AwardsInfo .image{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.SideAwardsDetails .AwardsInfo .image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.SideAwardsDetails .AwardsInfo .infoData{
    
}
.SideAwardsDetails .AwardsInfo .infoData h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.SideAwardsDetails .AwardsInfo .infoData p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.SideAwardsDetails .AwardsInfo .infoData p img{
    
}
.SideAwardsDetails .AwardsInfo .awardCat{
    margin-top: 15px;
}
.SideAwardsDetails .AwardsInfo .awardCat span{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 55px;
    font-size: 16px;
    font-weight: 400;
    margin: 4px;
}
.SideAwardsDetails .AwardsInfo .awardCat span img{
    margin-left: 5px;
}



.SideAwardsDetails .AwardPrice{
    
}
.SideAwardsDetails .AwardPrice .priceInfo{
    background: rgba(13, 125, 80, 0.04);
    padding: 24px;
    border-radius: 8px;
    text-align: center;
}
.SideAwardsDetails .AwardPrice .priceInfo h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.SideAwardsDetails .AwardPrice .priceInfo h2 span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.SideAwardsDetails .AwardPrice .priceInfo p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.SideAwardsDetails .AwardDescription{
    margin-top: 30px;
    margin-bottom: 40px;
}
.SideAwardsDetails .AwardDescription h2{
        font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.SideAwardsDetails .AwardDescription ul{
    margin: 0;
    padding: 0 24px;
    padding-left: 0;
}
.SideAwardsDetails .AwardDescription ul li{
    color: #444444;
        font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
        list-style: disc;
}
.SideAwardsDetails .AwardDescription p{
    color: #444444;
        font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}



.Profile_SetingPage{
    
}
.Profile_SetingPage .accordion{
    
}
.Profile_SetingPage .accordion .accordion-item{
        border: 1px solid #F0F0F0;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide{
    display: flex;
    align-items: flex-start;
    gap:24px;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide h2{
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide span{
        font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #05B262;
    display: block;
    margin: 5px 0;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0;
}


.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide .ImageUser{
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide .ImageUser img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide{
        display: flex;
    gap: 16px;
}

.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .accordion-button{
        background: rgba(221, 140, 24, 0.24);
    border: 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-shadow: none;
    color: #05b262;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .accordion-button::after{
    content: none;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .accordion-button img{
    
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .SaveChanges{
    background: rgba(13, 125, 80, 0.04);
    display: block;
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 55px;
    color: #05B262;
    transition: all .2s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .SaveChanges img{
    margin-left: 5px;
}

.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .SaveChanges:hover{
    background: #05B262 !important;
    color: #fff !important;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .LeftSide .SaveChanges:hover img{
    filter: brightness(100) grayscale(100);
}

.Profile_SetingPage .accordion .accordion-item .accordion-collapse{
    
}
.Profile_SetingPage .accordion .accordion-item .accordion-body{
        margin-top: 20px;
    border-top: 1px solid #F0F0F0;
    padding: 0;
    padding-top: 20px;
}



.Profile_SetingPage .accordion .Profile_S_Inputs{
    
}
.Profile_SetingPage .accordion .Profile_S_Inputs{
    
}

.socialSelect_p_0 .select2-container--default .select2-selection--single{
                padding: 0 !important;
            }

.socialSelect_p_0 .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 6px;
    
}
.select2-results__option[aria-selected] span img {
    margin: 0 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.socialSelect_p_0 .select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 48px;
        height: 48px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #05b262;
    color: #fff;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
   
}
.form-group .inputGroup .teaxtAreaControl{
    height: 100px;
    border-radius: 16px;
    padding-top: 15px;
}
















.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #ffffff;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #f9f9f9;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 5px 15px;
}




.NotificationTable{
    
}
.NotificationTable thead{
    
}
.NotificationTable thead tr{
    
}
.NotificationTable thead tr th{
        vertical-align: middle;
}
.NotificationTable thead tr th p {
    font-weight: 600 !important;
    color: #444444 !important;
        margin: auto;
}
.NotificationTable thead tr th p img{
        display: block;
    width: max-content;
    margin: auto;
    margin-bottom: 5px;

}
.NotificationTable tbody tr .Manshour{
    min-width: 350px;
}
.NotificationTable tbody tr .Manshour h2{
        font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.NotificationTable tbody tr .Manshour{
    
}



/*****************/
input[switch] {
    display: none
}

input[switch]+label {
    font-size: 1em;
    line-height: 1;
    width: 42px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: .16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]+label:before {
    color: #343a40;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]+label:after {
    content: '';
    position: absolute;
    left: 19px;
    background-color: #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

input[switch]:checked+label {
    background-color: #002DE7
}

input[switch]:checked+label {
    background-color: #002DE7
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px
}

input[switch]:checked+label:after {
    left: 2px;
    background-color: #fff;
}

input[switch=bool]+label {
    background-color: #f46a6a
}

input[switch=bool]+label:before,
input[switch=bool]:checked+label:before,
input[switch=default]:checked+label:before {
    color: #fff
}

input[switch=bool]:checked+label {
    background-color: #34c38f
}

input[switch=default]:checked+label {
    background-color: #a2a2a2
}

input[switch=primary]:checked+label {
    background-color: #556ee6
}

input[switch=success]:checked+label {
    background-color: #05B262 !important
}

input[switch=info]:checked+label {
    background-color: #50a5f1
}

input[switch=warning]:checked+label {
    background-color: #f1b44c
}

input[switch=danger]:checked+label {
    background-color: #f46a6a
}

input[switch=dark]:checked+label {
    background-color: #343a40
}

input[switch=dark]:checked+label:before {
    color: #eff2f7
}


.ProfilePage .tableBox .NotificationTable tbody .LastUpdate .withswitchbtnn{
        margin: auto;
    width: max-content;
    display: block;
}




input[switch]+label{
    height: 32px;
    width: 51px;
        background-color: #F0F0F0;
}
input[switch]+label:after{
    height: 24px;
    width: 24px;
        top: 4px;
        left: 23px;
}
input[switch]:checked+label:after {
    left: 3px;
    background-color: #fff;
}

input[switch]+label:after{
        background-color: #898989;
}

/*
input[switch=success]:checked+label:after{
        background-color: #05B262;
}
*/




















.AllNotficationPage{
    padding: 60px 0;
    background: #FBFBFB;
}
.AllNotficationPage .AllNotBox{
        background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #F0F0F0;
}


.AllNotficationPage .AllNotBox .nav{
        padding: 24px;
    border: 0;
    padding-bottom: 0px;
    padding-top: 15px;
}
.AllNotficationPage .AllNotBox .nav .nav-item{
    
}
.AllNotficationPage .AllNotBox .nav .nav-item .nav-link{
color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'din_R';
    border: 0;
    border-bottom: 1px solid #F0F0F0;
        padding-bottom: 20px;
    background: transparent;
}
.AllNotficationPage .AllNotBox .nav .nav-item .nav-link span{
    color: #05b262;
    margin: 0 5px;
}
.AllNotficationPage .AllNotBox .nav .nav-item .active{
    border-bottom: 1px solid #05b262;
    color: #000;
}


.AllNotficationPage .NotificationItems{
        padding: 24px;
    border: 0;
    padding-bottom: 32px;

    overflow: auto;
}

.AllNotficationPage .NotificationItems::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #ffffff;
}
.AllNotficationPage .NotificationItems::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    background: #f9f9f9;
}


.AllNotficationPage .NotificationItems .NotIItem{
        display: flex;
    align-items: self-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.AllNotficationPage .NotificationItems .NotIItem:last-child{
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.AllNotficationPage .NotificationItems .NotIItem .Icon{
        display: block;
    width: 48px;
    height: 48px;
    position: relative;
}
.AllNotficationPage .NotificationItems .NotIItem .Icon .Main_Image{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.AllNotficationPage .NotificationItems .NotIItem .Icon .SmallImage{
    
    position: absolute;
    bottom: 0;
    right: 0px;
}


.AllNotficationPage .NotificationItems .NotIItem .DataNoti{
        display: block;
    width: calc(100% - 68px);
}
.AllNotficationPage .NotificationItems .NotIItem .DataNoti p{
        color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'din_M';
    line-height: 20px;
    margin-bottom: 5px;
}
.AllNotficationPage .NotificationItems .NotIItem .DataNoti p strong{
    color: #000;
    font-weight: 600;
    font-family: 'din_B';
}
.AllNotficationPage .NotificationItems .NotIItem .DataNoti p span{
        color: #05B262;
}
.AllNotficationPage .NotificationItems .NotIItem .DataNoti .TimeSend{
    color: #898989;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-family: 'din_R';
}
.AllNotficationPage .NotificationItems .NotIItem .DataNoti .Internal_LinkNot{
   color: #05b262;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: din_M;
    margin-bottom: 5px;

}

.AllNotficationPage .NotificationItems .NotIItem .FlowersImages{
    margin-bottom: 5px;
}
.AllNotficationPage .NotificationItems .NotIItem .FlowersImages .flowerItem{
        display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -10px;
}
.AllNotficationPage .NotificationItems .NotIItem .FlowersImages .flowerItem img{
        width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.AllNotficationPage .NotificationItems .NotIItem .FlowersImages .flowerItem span{
        display: block;
    width: 32px;
    height: 32px;
    background: #05B262;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    direction: ltr;
}






.AllNotficationPage .ShowAllItems{
    
}
.AllNotficationPage .ShowAllItems a{
    display: block;
    width: 100%;
    height: 48px;
    background: rgba(234, 67, 53, 0.24);
    border-radius: 55px;
    color: #EA4335;
    direction: ltr;
    line-height: 48px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'din_M';
    text-align: center;
}
.AllNotficationPage .ShowAllItems a img{
    margin-left: 5px;
}




.UploadInput{
    border: 2px dashed #05b262;
    border-radius: 8px;
    padding: 24px;
    background: rgba(221, 140, 24, 0.03);
    position: relative;
}
.UploadInput .dz-message{
        display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.UploadInput .dz-message img{
    margin-bottom: 15px;
}
.UploadInput .dz-message h4{
    margin-bottom: 15px;
}
.UploadInput .dz-message h4 span{
    color: #05b262;
}
.UploadInput .dz-message p{
        direction: ltr;
}
.UploadInput .ImagePrivewAndDelete{
    display: flex;
    align-items: center;
    gap:24px;
}
.UploadInput .ImagePrivewAndDelete .ImagePrivw{
    height: 200px;
    width: 200px;
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
.UploadInput .ImagePrivewAndDelete .ImagePrivw img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.UploadInput .ImagePrivewAndDelete .ImageData{
    
}
.UploadInput .ImagePrivewAndDelete .ImageData h2{
        font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0;
}
.UploadInput .ImagePrivewAndDelete .ImageData span{
    position: relative;
    font-size: 16px;
    line-height: 44px;
    padding: 0px 15px;
    height: 44px;
    width: auto;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background: rgba(13, 125, 80, 0.08);
    color: #05B262;
    display: block;
    direction: ltr;
}

.UploadInput .DeleteImage{
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    background: transparent;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.padding_r_0 .select2-container--default .select2-selection--single{
    padding-right: 0px;
}
.padding_r_0 .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 10px;
}



.datetimepicker.dropdown-menu{
    left: calc(50% - 130px) !important;
        border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 5px;
}
.datetimepicker-dropdown-bottom-right:before{
        border-bottom: 7px solid #F0F0F0;
    border-bottom-color: #F0F0F0;
}
/***************Admin Pages***********************************/
.header_Admin{
    position: relative;
            border-bottom: 1px solid #f0f0f0;
        padding: 0 24px;
}
.AdminPages{
        padding-top: 0;
    padding-bottom: 0;

}

.AdminPages .SideBareMenu {
    background: #fff;
    border: 0;
    border-left: 1px solid #F0F0F0;
    border-radius: 0;
    padding: 24px;
    margin-bottom: 0;
    height: 100%
}
.AdminPages .PageContent {
    padding: 48px;
    padding-right: 8px;
    padding-left: 30px;
    padding-bottom: 24px;
    height: calc(100% - 75px);
}

.AdminPages .AllNotficationPage{
    padding: 0;
}
.AdminPages .AllNotficationPage .AllNotBox{
        border-radius: 8px 8px 0 0;
}
.AdminPages .PageHeader{
    margin-bottom: 48px;
}
.gap_16{
    gap:16px !important;
}
.gap_24{
    gap:24px !important;
}
.AdminPages .PageHeader .Share_iamge{
    display: block;
    width: 48px;
    height: 48px;

}
.AdminPages .PageHeader .Share_iamge img{
        border-radius: 50%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.AdminCopyWrite{
position: relative;
    bottom: 0px;
    width: calc(100% - 38px);
    right: 8px;
    margin: 0;
    text-align: center;
    padding: 24px;
    border-top: 1px solid #F0F0F0;
}
.AdminCopyWrite p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.AdminPages .PageHeader .Filtr_Items{
    gap:8px;
}



.DropDowenUsers .dropdown-menu{
    width: 300px;
}
.DropDowenUsers .dropdown-menu .UserItemDrop{
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap:8px;
        justify-content: space-between;
}
.DropDowenUsers .dropdown-menu .SearchInputItem:first-child{
    border-bottom: 0 !important;
}
.DropDowenUsers .dropdown-menu .UserItemDrop .Userata{
    display: flex;
    align-items: center;
    gap:8px;
}
.DropDowenUsers .dropdown-menu .UserItemDrop .Userata .Image{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.DropDowenUsers .dropdown-menu .UserItemDrop .Userata .Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.DropDowenUsers .dropdown-menu .UserItemDrop .Userata .userInfo{
    
}
.DropDowenUsers .dropdown-menu .UserItemDrop .Userata .userInfo h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}
.DropDowenUsers .dropdown-menu .UserItemDrop .Userata .userInfo p{
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.DropDowenUsers .dropdown-menu .UserItemDrop .CheckLable{
    
}
.DropDowenUsers .dropdown-menu .UserItemDrop .CheckLable .chiller_cb{
    
}
.DropDowenUsers .dropdown-menu .UserItemDrop .CheckLable .chiller_cb label{
        min-width: 20px;
    display: block;
    height: 20px;
    top: 6px;
    right: 1px;
    margin: 0;
}





.AdminPages .tableBox table tbody .WirterPost{
    display: flex;
    align-items: center;
    gap:8px;
}
.AdminPages .tableBox table tbody .WirterPost img{
        display: block;
    width: 42px;
    height: 42px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.AdminPages .tableBox table tbody .WirterPost h2{
        font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.AdminPages .tableBox table tbody .Status span{
    width: max-content;
    padding: 0 15px;
        height: 48px;
    line-height: 48px;
    font-size: 16px;
}
.AdminPages .tableBox table tbody .Status span img{
    margin-left: 5px;
}
.AdminPages .tableBox table tbody .InSaveList .cateMansh{
        display: block;
    padding: 0 16px;
    border-radius: 55px;
    height: 42px;
    width: max-content;
    line-height: 42px;
    font-size: 14px;
        background:rgba(13, 125, 80, 0.04);
    color: #05B262;
}
.AdminPages .tableBox table tbody .InSaveList .cateMansh img{
        margin-left: 5px;
    width: 20px;
    height: 20px;
}




.ManshourDetails_Admin{
    border: 1px solid #F0F0F0;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    padding-top: 10px;
}

.ManshourDetails_Admin .nav{
        padding: 24px;
    border: 0;
    padding-bottom: 0px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
.ManshourDetails_Admin .nav .nav-item{
    
}
.ManshourDetails_Admin .nav .nav-item .nav-link{
color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'din_R';
    border: 0;
    border-bottom: 1px solid #F0F0F0;
        padding-bottom: 20px;
    background: transparent;
}
.ManshourDetails_Admin .nav .nav-item .nav-link span{
    color: #05b262;
    margin: 0 5px;
}
.ManshourDetails_Admin .nav .nav-item .active{
    border-bottom: 1px solid #05b262;
    color: #000;
}



.DetailManshour_Tap{
    padding-top: 24px;
}
.DetailManshour_Tap .tiitleDerop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 20px;
}
.DetailManshour_Tap .tiitleDerop h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.DetailManshour_Tap .HeaderDeop .dropdown .header-item{
        display: block;
    background: transparent;
    border-radius: 50%;
    height: 48px;
    width: 48px;
        text-align: end;
}
.DetailManshour_Tap .HeaderDeop .dropdown .header-item img{

}
.DetailManshour_Tap .HeaderDeop .dropdown .dropdown-menu{
        width: 180px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
        left: 0 !important;
    right: auto !important;
}
.DetailManshour_Tap .HeaderDeop .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
}
.DetailManshour_Tap .HeaderDeop .dropdown .dropdown-menu .dropdown-item:hover,
.DetailManshour_Tap .HeaderDeop .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.DetailManshour_Tap .HeaderDeop .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.DetailManshour_Tap .HeaderDeop .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}


.DetailManshour_Tap .Categ_Ftures{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}
.DetailManshour_Tap .Categ_Ftures .Categ{
    
}
.DetailManshour_Tap .Categ_Ftures .Categ span{
        display: inline-block;
    width: max-content;
    padding: 0 25px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 55px;
    margin-right: 8px;
}
.DetailManshour_Tap .Categ_Ftures .Categ span img{
    margin-left: 5px;
}
.DetailManshour_Tap .Categ_Ftures .Statistics{
        border: 1px solid #0000000F;
    display: flex;
    gap: 24px;
    padding: 0 24px;
    border-radius: 55px;
    width: max-content;
    height: 48px;
    align-items: center;
}
.DetailManshour_Tap .Categ_Ftures .Statistics span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'din_M';
    display: flex;
    align-items: center;
    gap: 3px;
}
.DetailManshour_Tap .Categ_Ftures .Statistics span img{
    
}

.DetailManshour_Tap .BlogDetailsData{
    padding-top: 30px;
}

.ManshourComents_Tap{
    padding-top: 30px;
}
.ManshourComents_Tap .CommentsItems .commentItem .mainCOment{
    width: 100%;
}

.ManshourComents_Tap .CommentsItems .commentItem .UserInfo_BlogContriol{
    margin-bottom: 10px;
}
.ManshourComents_Tap .CommentsItems .commentItem .ComentDesc {
    margin-bottom: 0;
}
.ManshourComents_Tap .BlogDetailsData .BlogDatta .image{
    height: 400px;
}


.ManshourComents_Tap .CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate span{
    display: inline-block;
    width: max-content;
    height: 36px;
    line-height: 36px;
    border-radius: 55px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
}
.ManshourComents_Tap .CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate span img{
    margin-left: 5px;
}

.ManshourComents_Tap .CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate .MomentTrue{
    background: rgba(13, 125, 80, 0.04);
    color: #05B262;
}
.ManshourComents_Tap .CommentsItems .commentItem .UserInfo_BlogContriol .UserInfoDate .ComentReport{
    background: rgba(234, 67, 53, 0.08);
    color: #EA4335;
}

.ManshourComents_Tap .CommentsItems .CommentsItems .commentItem .ComentDesc p{
    color: #444;
}



.ManshourComents_Tap .CommentsItems .commentItem{
    gap:24px;
}
.ManshourComents_Tap .CommentsItems .commentItem .CommentData{
        width: calc(100% - 72px);
}


.min-width-220{
min-width: 220px !important;
}

.AdminPinManshourItem{
    
}
.AdminPinManshourItem .LblaCoutAnDelete{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.AdminPinManshourItem .LblaCoutAnDelete .green_btn{
        background: rgba(13, 125, 80, 0.04);
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #05B262;
    border-radius: 50%;
}
.AdminPinManshourItem .LblaCoutAnDelete .dander_btn{
    display: flex;
    background: rgba(234, 67, 53, 0.08);
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
     border-radius: 50%;
}
.AdminPinManshourItem .LblaCoutAnDelete .dander_btn img{
    
}



.AdminPinManshourItem .addNewManshour{
        height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    cursor: pointer;
}
.AdminPinManshourItem .addNewManshour .ImageIcon{
    background: rgba(13, 125, 80, 0.04);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}
.AdminPinManshourItem .addNewManshour .ImageIcon img{
    
}
.AdminPinManshourItem .addNewManshour h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.AdminPinManshourItem .addNewManshour p{
    color: #898989;
    font-weight: 400;
    font-size: 14px;
}





.Two_input_Search{
    display: flex;
    align-items: center;
    gap:8px;
}
.w-200px{
    width: 200px;
}


.Add_New_Pin_Manshour .MenuSideBare .MenuBody{
    height: calc(100% - 300px);
        padding-bottom: 0;
}

.Add_New_Pin_Manshour .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Add_New_Pin_Manshour .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}


.MenuSideBare .MosharkatakPage .MansourItem .ManshData .UserWrite{
    display: flex;
    align-items: center;
    gap:5px;
}
.MenuSideBare .MosharkatakPage .MansourItem .ManshData .UserWrite img{
    display: block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    
}

.MenuSideBare .MosharkatakPage .MansourItem .ManshData .UserWrite span{
    
}

.Add_New_Pin_Manshour .GroupManshours .MansourItem .ManshData {
    width: calc(100% - 96px);
}








.CusomComents_Items .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog .ReboertComment {
    display: flex;
    gap: 5px;
}


.CusomComents_Items .commentItem .mainCOment{
    padding: 0;
}

.CusomComents_Items .commentItem .UserInfo_BlogContriol {
    margin-bottom: 10px;
    padding: 24px;
    padding-bottom: 0;
}
.CusomComents_Items .commentItem .ComentDesc {
    padding: 0 24px;
    padding-bottom: 24px;
}

.CusomComents_Items .commentItem .WhichManshour{
     padding:10px 24px;
    border-top: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
    border-radius: 0 0 15px 15px;
    transition: all .2s ease-in-out;
    
}
.CusomComents_Items .commentItem .WhichManshour:hover{
    background: #F0F0F0;
}
.CusomComents_Items .commentItem .WhichManshour .RightSide{
display: flex;
    align-items: center;
    gap:24px;
}
.CusomComents_Items .commentItem .WhichManshour .RightSide .RplayImage{

}
.CusomComents_Items .commentItem .WhichManshour .RightSide .RplayImage img{

}
.CusomComents_Items .commentItem .WhichManshour .RightSide .ManshourData{
display: flex;
    gap:8px;
    align-items: center;
}
.CusomComents_Items .commentItem .WhichManshour .RightSide .ManshourData img{
display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.CusomComents_Items .commentItem .WhichManshour .RightSide .ManshourData p{
color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.CusomComents_Items .commentItem .WhichManshour .LeftSide{

}
.CusomComents_Items .commentItem  .WhichManshour .LeftSide img{
    filter: brightness(0.9) grayscale(1);
}
.CusomComents_Items .commentItem  .WhichManshour:hover .LeftSide img{
filter: none;
}

.Green_Label{
    background: rgba(13, 125, 80, 0.04)!important;
    color: #05B262!important;
}
.Danger_Label{
    background: rgba(234, 67, 53, 0.08)!important;
    color: #EA4335!important;
}
.Warning_Label{
    background: rgba(221, 140, 24, 0.04)!important;
    color: #05b262 !important;
}

.CusomComents_Items .commentItem .AddReplayBox{
    display: flex;
    gap:24px;
    align-items: center;
    margin-bottom: 16px;
}
.CusomComents_Items .commentItem .AddReplayBox .AdminIconImage{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.CusomComents_Items .commentItem .AddReplayBox .AdminIconImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}
.CusomComents_Items .commentItem .AddReplayBox .ReplayField{
    width: calc(100% - 72px);
    position: relative;
}
.CusomComents_Items .commentItem .AddReplayBox .ReplayField input{
    display: block;
    height: 48px;
    border-radius: 55px;
    border: 1px solid #F0F0F0;
    box-shadow: none;
    outline: 0;
    width: 100%;
    padding: 0 24px;
}

.CusomComents_Items .commentItem .AddReplayBox .ReplayField .AddReplay{
    position: absolute;
    top: 1px;
    left: 1px;
    height: 54px;
    background: #fff;
    border-radius: 55px 0 0 55px;
    padding: 0 15px;
    color: #05B262;
    line-height: 50px;
}



/**/
.CusomComents_Items .commentItem .EditReplayBox{
    display: flex;
    gap:24px;
    align-items: center;
    margin-bottom: 16px;
}
.CusomComents_Items .commentItem .EditReplayBox .AdminIconImage{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.CusomComents_Items .commentItem .EditReplayBox .AdminIconImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}
.CusomComents_Items .commentItem .EditReplayBox .ReplayField{
    width: calc(100% - 72px);
    position: relative;
}
.CusomComents_Items .commentItem .EditReplayBox .ReplayField input{
    display: block;
    height: 48px;
    border-radius: 55px;
    border: 1px solid #F0F0F0;
    box-shadow: none;
    outline: 0;
    width: 100%;
    padding: 0 24px;
}

.CusomComents_Items .commentItem .EditReplayBox .ReplayField .AddReplay{
    position: absolute;
    top: 1px;
    left: 1px;
    height: 54px;
    background: #fff;
    border-radius: 55px 0 0 55px;
    padding: 0 15px;
    color: #05B262;
    line-height: 50px;
}


.CusomComents_Items .commentItem .BlaGhatBTN{
        display: inline-block;
    width: max-content;
    height: 36px;
    line-height: 36px;
    border-radius: 55px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
        background: rgba(234, 67, 53, 0.08);
    color: #EA4335;
}
.CusomComents_Items .commentItem .BlaGhatBTN img{
    
}
.CusomComents_Items .commentItem .BlaGhatBTN span{
        padding: 0 !important;
}




.SideMenuShowBalagat .MenuBody {
    height: calc(100% - 90px);
    overflow: auto;
    padding: 24px;
}
.SideMenuShowBalagat .GroupManshours .MansourItem .image{
    height: 48px;
    width: 48px;
}
.SideMenuShowBalagat .MosharkatakPage .MansourItem .ManshData h2{
    margin-bottom: 5px;
}

.CusomComents_Items .commentItem .UserInfo_BlogContriol .RateBlog_Report .RateBlog .ReboertComment .DateRemove{
    color: #898989
}


.AdminPages .MonafsaDetails_Tap{
    margin-top: 48px;
}

.AdminPages .MonafsaDetails_Tap .LableBox{
    background: radial-gradient(98.72% 386.65% at 100% 100%, rgba(13, 125, 80, 0.2) 21.12%, rgba(207, 207, 207, 0.05) 42.76%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(103.83% 376.22% at 100% 0%, rgba(13, 125, 80, 0.3) 3.84%, rgba(207, 207, 207, 0.05) 32.05%, rgba(189, 189, 189, 0.1) 63.39%, rgba(221, 140, 24, 0.04) 77.41%, rgba(221, 140, 24, 0.1) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
border-radius: 8px;
    padding: 20px 24px;
    text-align: center;
    margin-bottom: 30px;
}
.AdminPages .MonafsaDetails_Tap .LableBox img{
        margin: 10px 0;
}

.AdminPages .MonafsaDetails_Tap .LableBox h1{
        font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
}
.AdminPages .MonafsaDetails_Tap .LableBox h2{
    color: #05B262;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.AdminPages .MonafsaDetails_Tap .LableBox h2 span{
    color: #05b262;
    margin: 0 5px;
    display: inline-block;
}

.AdminPages .MonafsaDetails_Tap .Monafsa_Image{
    display: block;
    width: 100%;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}
.AdminPages .MonafsaDetails_Tap .Monafsa_Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.AdminPages .MonafsaDetails_Tap .Monafsa_Title{
    margin-bottom: 30px;
}
.AdminPages .MonafsaDetails_Tap .Monafsa_Title h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.AdminPages .MonafsaDetails_Tap .Monafa_Features{
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item .RightSide{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    color: #000;
    align-items: center;
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item .RightSide img{
    margin-left: 5px;
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item .RightSide span{
    
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item .Left_Side{
        font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    color: #000;
    align-items: center;
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item .Left_Side img{
    margin-left: 5px;
}
.AdminPages .MonafsaDetails_Tap .Monafa_Features .Feat_Item .Left_Side span{
    
}

.AdminPages .MonafsaDetails_Tap .Hol_Monafsa{
    
}
.AdminPages .MonafsaDetails_Tap .Hol_Monafsa h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0;
}
.AdminPages .MonafsaDetails_Tap .Hol_Monafsa p{
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}
.AdminPages .MonafsaDetails_Tap .Hol_Monafsa ul{
    
}
.AdminPages .MonafsaDetails_Tap .Hol_Monafsa ul li{
    list-style: disc;
    margin-bottom: 5px;
}
.AdminPages .MonafsaDetails_Tap .Hol_Monafsa ul li::marker{
    color: #444;
}


.MonafsaDetails_Tap .tableBox .BoxTable{
    border: 0;
    padding: 0;
}


.MonafsaDetails_Tap .Manshour_Won{
        border: 1px solid #F0F0F0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 48px;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour{
        position: relative;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Image{
        display: block;
    height: 250px;
    width: 380px;
    border-radius: 16px;
    overflow: hidden;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Blog_Features{
    
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Blog_Features .BlogType{
        position: absolute;
    top: 20px;
    left: 20px;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Blog_Features .BlogType span{
        background: #0000008F;
    height: 48px;
    display: flex;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Blog_Features .BlogType img{
    
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Blog_Features .BlogDepart{
        position: absolute;
    top: 20px;
    right: 20px;
}
.MonafsaDetails_Tap .Manshour_Won .ImageManshour .Blog_Features .BlogDepart span{
        display: block;
    min-width: 120px;
    padding: 0 15px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background: #eee;
    font-size: 16px;
    font-weight: 400;
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData{
    
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .Title{
    
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .Title h2{
    margin: 0;
    margin-bottom: 24px;
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .WiriterMashour{
    display: flex;
    align-items: center;
    gap: 8px;
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .WiriterMashour .imageUser{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .WiriterMashour .imageUser img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .WiriterMashour .UserData{
    
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .WiriterMashour .UserData h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    margin-bottom: 5px;
    
}
.MonafsaDetails_Tap .Manshour_Won .MnshourData .WiriterMashour .UserData p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.datepicker {
    left: 12px !important;
        border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 5px;
        box-shadow: none;
        z-index: 99999 !important;
}
.datepicker:before {
    border-bottom: 7px solid #F0F0F0;
    border-bottom-color: #F0F0F0;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 40px;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    border: none;
    font-size: 15px;
    border: 1px solid #eee;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, #05b262, #05b262);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #05b262;

}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    border-color: #fff0;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, #05b262, #05b262);
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #05b262;
    color: #fff;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background: #05b262;
    color: #fff;
}






.ProfilePage .tableBox .inboxMessageTable tbody .Manshour .dtata{
    width: 100%;
}
.ProfilePage .tableBox .inboxMessageTable tbody .Manshour {
    max-width: 250px;
}


.FeaturesMonafsaSide{
    
}
.FeaturesMonafsaSide .Monafsa_Title{
    margin-bottom: 10px;
}
.FeaturesMonafsaSide .Monafsa_Title h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
}
.FeaturesMonafsaSide .Monafa_Features{
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    margin-bottom: 30px;
    padding-bottom: 8px;
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item .RightSide{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    color: #000;
    align-items: center;
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item .RightSide img{
    margin-left: 5px;
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item .RightSide span{
    
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item .Left_Side{
        font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    color: #000;
    align-items: center;
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item .Left_Side img{
    margin-left: 5px;
}
.FeaturesMonafsaSide .Monafa_Features .Feat_Item .Left_Side span{
    
}

.FeaturesMonafsaSide .Hol_Monafsa{
    
}
.FeaturesMonafsaSide .Hol_Monafsa h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 30px 0;
}
.FeaturesMonafsaSide .Hol_Monafsa p{
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}
.FeaturesMonafsaSide .Hol_Monafsa ul{
    
}
.FeaturesMonafsaSide .Hol_Monafsa ul li{
    list-style: disc;
    margin-bottom: 5px;
}
.FeaturesMonafsaSide .Hol_Monafsa ul li::marker{
    color: #444;
}



.FeaturesMonafsaSide .MenuBody{
    height: calc(100vh - 90px);
    padding-bottom: 100px;
}

.AdminPages .PageHeader .Filtr_Items .filterIem .theme-btn{
    width: 200px;
}



.PrivilaeBoxes{
    margin-bottom: 50px;
}
.PrivilaeBoxes .BoxItem{
        border: 1px solid #F0F0F0;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.PrivilaeBoxes .BoxItem .headerox{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.PrivilaeBoxes .BoxItem .headerox h2{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.PrivilaeBoxes .BoxItem .headerox h2 span{
    background: rgba(234, 67, 53, 0.08);
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    display: inline-block;
    color: #EA4335;
    margin-right: 10px;
    border-radius: 55px;
}

.PrivilaeBoxes .BoxItem .headerox .dropdown{
    
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .header-item{
    display: block;
    background: transparent;
    border-radius: 50%;
    height: auto;
    width: auto;
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .header-item img{
      
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .dropdown-menu{
        width: 200px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
    color: #000;
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .dropdown-menu .dropdown-item:hover,
.PrivilaeBoxes .BoxItem .headerox .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.PrivilaeBoxes .BoxItem .headerox .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}

.PrivilaeBoxes .BoxItem .BoxDesc{
        padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 24px;
}
.PrivilaeBoxes .BoxItem .BoxDesc p{
    
}
.PrivilaeBoxes .BoxItem .BoxBottom{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.PrivilaeBoxes .BoxItem .BoxBottom .UserCount{
    
}
.PrivilaeBoxes .BoxItem .BoxBottom .UserCount h2{
        font-size: 16px;
    font-weight: 600;
}
.PrivilaeBoxes .BoxItem .BoxBottom .UserCount h2 span{
    
}
    
.PrivilaeBoxes .BoxItem .BoxBottom .FlowersImages{
        margin-bottom: 0px;
}
.PrivilaeBoxes .BoxItem .BoxBottom .FlowersImages .flowerItem{
        display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -10px;
}
.PrivilaeBoxes .BoxItem .BoxBottom .FlowersImages .flowerItem img{
        width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.PrivilaeBoxes .BoxItem .BoxBottom .FlowersImages .flowerItem span{
        display: block;
    width: 32px;
    height: 32px;
    background: #05B262;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    direction: ltr;
}



.ProfilePage .tableBox table tbody .UserWihEmail{
    display: flex;
    align-items: center;
    gap:16px;
    max-width: 320px;
    padding: 15px 0;
}
.ProfilePage .tableBox table tbody .UserWihEmail .Image{
    display: block;
    width: 48px;
    height: 48px;
  border-radius: 50%;
    position: relative;
}
.ProfilePage .tableBox table tbody .UserWihEmail .Image img{
    display: block;
    width: 100%;
    height: 100%;
        overflow: hidden;
      border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.ProfilePage .tableBox table tbody .UserWihEmail .dtata{
    display: block;
    width: calc(100% - 64px);
}
.ProfilePage .tableBox table tbody .UserWihEmail .dtata h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
}
.ProfilePage .tableBox table tbody .UserWihEmail .dtata p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.Add_User_SideBare .MenuSideBare .MenuBody {
    height: calc(100% - 225px);
    padding-bottom: 0;
}

.Add_User_SideBare .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Add_User_SideBare .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}

.UserImageUpload{
    position: relative;
        width: max-content;
    margin: auto;
}
.UserImageUpload .ImageUser{
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(13, 125, 80, 0.04);
    display: block;
    align-items: center;
    justify-content: center;
}
.UserImageUpload .ImageUser img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.UserImageUpload .UploadImageClass{
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.UserImageUpload .UploadImageClass img{
    
}


.Edit_User_SideBare .MenuSideBare .MenuBody {
    height: calc(100% - 225px);
    padding-bottom: 0;
}

.Edit_User_SideBare .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Edit_User_SideBare .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}

.ProfilePage .tableBox table tbody .Actions{
    width: max-content;
}

.PrivalegeListTable{
    
}
.PrivalegeListTable .table{
    
}
.PrivalegeListTable .table tbody{
    
}
.PrivalegeListTable .table tbody tr{
    
}
.PrivalegeListTable .table tbody tr td{
        border: 0;
}
.PrivalegeListTable .table tbody tr p{
        color: #000;
    min-width: 500px;
    font-weight: 500;
    font-size: 17px;
}
.PrivalegeListTable .table tbody tr .PriveItem{
    
}
.PrivalegeListTable .table tbody tr .PriveItem .chiller_cb label{
    margin: 0 10px;
}
.iti__country-list{
    z-index: 999999;
}


.UserProfileInfo{
    border: 1px solid #F0F0F0;
    background: #fff;
    border-radius: 16px;
    text-align: center;
        padding: 32px 24px;
    margin-bottom: 40px;
}
.User_Profile_Statistics{
        border: 1px solid #F0F0F0;
    background: #fff;
    border-radius: 16px;
    text-align: center;
        padding: 24px 24px;
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.UserProfileInfo .Image{
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
}
.UserProfileInfo .Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.UserProfileInfo .UserData{
    
}
.UserProfileInfo .UserData h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.UserProfileInfo .UserData .Country{
    margin-bottom: 8px;
}
.UserProfileInfo .UserData .Country p{
    
}
.UserProfileInfo .UserData .Country img{
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.UserProfileInfo .UserData .Country span{
    
}

.UserProfileInfo .UserData .ActiveDactive{
    margin-bottom: 15px;
}
.UserProfileInfo .UserData .ActiveDactive p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #444;
}
.UserProfileInfo .UserData .ActiveDactive p span{
        display: inline-block;
    margin: 0 5px;
}
.UserProfileInfo .UserData .ActiveDactive p .active{
    font-weight: 700;
    color: #05B262;

}
.UserProfileInfo .UserData .ActiveDactive p .Block{
        font-weight: 700;
    color: #EA4335;
}
.UserProfileInfo .UserData .UserActions{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    direction: ltr;
}
.UserProfileInfo .UserData .UserActions .ActionItem{
    transition: all .2s ease-in-out;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    background: transparent;
}
.UserProfileInfo .UserData .UserActions .ActionItem:hover{
    background: #EA4335;
    border: 1px solid #EA4335 !important;
}
.UserProfileInfo .UserData .UserActions .ActionItem img{
    
}
.UserProfileInfo .UserData .UserActions .ActionItem:hover img{
    filter: brightness(100) grayscale(100);
}
.UserProfileInfo .UserData .UserActions .ActionItem.sideMenu:hover{
    background: #05b262;
    border: 1px solid #05b262 !important;
}
.UserProfileInfo .UserData .UserActions .ActionItem.activeUser:hover{
        background: #0c784f;
    border: 1px solid #0c784f !important;
}
.UserProfileInfo .UserData .UserActions .ActionItem.chating:hover{
        background: #05b262;
    border: 1px solid #05b262 !important;
}

.AdminPages .MyAwords .AwardsItem .infoaword .awradData h2{
    font-size: 17px;
}

.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide .ActiveAndrivalege{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:8px;
}
.Profile_SetingPage .accordion .accordion-item .accordion-header .RigthSide .ActiveAndrivalege span{
        height: 48px;
    width: max-content;
    line-height: 48px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 55px;
    display: block;
    min-width: 80px;
    text-align: center;
}



.TasnifatPage{
    
}

.TasnifatPage .TasnifItem{
    padding: 24px 16px;
    border: 1px solid #F0F0F0;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:8px;
}
.TasnifatPage .TasnifItem .TitleIcon{
    display: flex;
    align-items: center;
    gap:8px;
}
.TasnifatPage .TasnifItem .TitleIcon .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    overflow: hidden
}
.TasnifatPage .TasnifItem .TitleIcon .icon img{
    
}
.TasnifatPage .TasnifItem .TitleIcon .Title h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.TasnifatPage .TasnifItem .TitleIcon .Title .Moatal{
    background: rgba(234, 67, 53, 0.08);
    color: #EA4335;
        width: max-content;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 55px;
    margin-top: 8px;
}

.TasnifatPage .dropdown{
    
}
.TasnifatPage .dropdown .header-item{
    display: block;
    background: transparent;
    border-radius: 50%;
    height: auto;
    width: auto;
}
.TasnifatPage .dropdown .header-item img{
      
}
.TasnifatPage .dropdown .dropdown-menu{
        width: 200px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 7px 16px;
    text-align: start;
}
.TasnifatPage .dropdown .dropdown-menu .dropdown-item{
        border-bottom: 1px solid #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    background: transparent;
    transition: all .2s ease-in-out;
    color: #000;
}
.TasnifatPage .dropdown .dropdown-menu .dropdown-item:hover,
.TasnifatPage .dropdown .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #05b262 !important;
}
.TasnifatPage .dropdown .dropdown-menu .dropdown-item img{
    margin-left: 5px;
}
.TasnifatPage .dropdown .dropdown-menu .dropdown-item:last-child{
    border-bottom: 0 !important;
}


.Add_Tasnef_SideBare .MenuSideBare .MenuBody {
    height: calc(100% - 225px);
    padding-bottom: 0;
}

.Add_Tasnef_SideBare .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Add_Tasnef_SideBare .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}
.Edit_Tasnef_SideBare .MenuSideBare .MenuBody {
    height: calc(100% - 225px);
    padding-bottom: 0;
}

.Edit_Tasnef_SideBare .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Edit_Tasnef_SideBare .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}


.UploadtsneefImage .ImageUser{
    display: flex;
}
.UploadtsneefImage .ImageUser img{
    min-width: 50px;
}


.ColorGroup{
    display: flex;
    align-items: center;
    gap:8px;
}
.ColorGroup label{
    margin: 0 !important;
}
.ColorGroup label span{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eee;
    cursor: pointer;
}
.ColorGroup .Color_Tite{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    direction: ltr;
}

.Min_W_50{
    min-width: 300px;
    padding: 15px;
}

.ProfilePage .tableBox table tbody .LastUpdate p span{
    display: inline-block;
    margin: 0 5px;
    color: #05b262;
    cursor: pointer;
}
.ProfilePage .tableBox table tbody .LastUpdate p span img{
    margin-left: 5px;
}

.ProfilePage .tableBox .PagesTable tbody .UserWihEmail {
    min-width: 200px;
}



.PageLink{
    margin-top: 5px;
    padding: 0 10px;
}
.PageLink img{
    margin-right: 2px;
}
.PageLink span{
    color: #000;
    font-weight: 700;
}

.note-editable{
    color: #000;
font-family: 'din_L';
}


.SuccessPartnerImage{
    width: 150px;
}
.SuccessPartnerImage img{
    
}




.Add_SuccessParnteer_SideBare .MenuSideBare .MenuBody {
    height: calc(100% - 225px);
    padding-bottom: 0;
}

.Add_SuccessParnteer_SideBare .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Add_SuccessParnteer_SideBare .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}

.Edit_SuccessParnteer_SideBare .MenuSideBare .MenuBody {
    height: calc(100% - 225px);
    padding-bottom: 0;
}

.Edit_SuccessParnteer_SideBare .MenuSideBare .ShareCancelBtns{
display: flex;
    gap: 8px;
    padding: 24px;
}
.Edit_SuccessParnteer_SideBare .MenuSideBare .ShareCancelBtns button{
    flex-grow: 1;
}

.ProfilePage .tableBox .PagesTable tbody .UserWihEmail .dtata {
    display: block;
    width: 100%;
}

.UploadtsneefImage .ImageUser{
    padding: 24px
}
/******************/
.Page_Header .PageTitle .flowersBlogs{
    display: flex;
    margin-bottom: 16px;
    width: max-content;
    margin: auto;
    gap: 24px;
    margin-top: 24px;
}
.Page_Header .PageTitle .flowersBlogs .F_B_item{
    flex-grow: 1;
    text-align: center;
    position: relative;
}
.Page_Header .PageTitle .flowersBlogs .F_B_item h2{
        font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 3px;
}
.Page_Header .PageTitle .flowersBlogs .F_B_item p{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.Page_Header .PageTitle .flowersBlogs .F_B_item:nth-child(2){
    padding: 0 16px;
}
.Page_Header .PageTitle .flowersBlogs .F_B_item:nth-child(2)::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    height: 24px;
    width: 1px;
    background: #ccc;
}
.Page_Header .PageTitle .flowersBlogs .F_B_item:nth-child(2)::after{
    content: '';
    position: absolute;
    right: 0;
    height: 24px;
    width: 1px;
    top: calc(50% - 12px);
    background: #ccc
}


.Page_Header .PageTitle .JobTitle{
    
}
.Page_Header .PageTitle .JobTitle p{
        font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #898989;
}

.w_170{
    width: 170px;
}


.BestBlogInmonth{
    
}

.BestBlogInmonth .owl-nav{
        display: flex;
    gap: 10px;
    position: relative;
    top: -0;
    left: 0;
    flex-direction: row-reverse;
    justify-content: center;
}
.BestBlogInmonth .owl-nav .owl-prev, .BestBlogInmonth .owl-nav .owl-next{
    background: #BAF8DF;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.BestBlogInmonth .owl-nav .owl-prev:hover, .BestBlogInmonth .owl-nav .owl-next:hover{
    background: #05B262 !important;
}
.BestBlogInmonth .owl-nav .owl-prev:hover img, .BestBlogInmonth .owl-nav .owl-next:hover img{
    filter: brightness(100)grayscale(100);
}

.BestBlogInmonth .BlogItems .Blog_Item{
    direction: rtl;
}
.ManshourComents_Tap .CommentsItems .commentItem .ComentDesc{
    padding-bottom: 5px;
}
.ManshourComents_Tap .CommentsItems .commentItem .DeletedBy{
    padding: 0 24px;
    padding-bottom: 24px;
}
.ManshourComents_Tap .CommentsItems .commentItem .DeletedBy p{
    font-size: 16px;
    font-weight: 400;
    text-align: end;
    font-size: 14px;
color: #EA4335;
}
.ManshourComents_Tap .CommentsItems .commentItem .DeletedBy p span{
    font-weight: 500;
    color: #000;
    margin-right: 5px;
}
.pl-30px{
    padding-left: 30px !important;
}

.note-modal{
z-index: 9999999;
        background: #00000070;
    direction: ltr;
}
.note-modal-backdrop{
    display: none !important;
}

.note-modal-title {
    text-align: start;
}
.note-modal-footer {
    height: auto;
    padding: 10px;
    text-align: center;
    display: flow-root;
}
.note-modal-body {
    position: relative;
    padding: 20px 30px;
    direction: ltr;
    text-align: start;
}
.note-modal button.close{
    z-index: 999;
    position: relative;
    opacity: 1;
}
.note-modal button.close i{
    color: #000;
}
.note-modal-content {
    border: 0px;
    background: #fff;
    border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
}
.note-modal-footer .note-btn{
        background: #05B262;
    height: 48px;
    border-radius: 55px;
    padding: 0 25px;
    border: 1px solid #05B262;
    color: #fff;
}
.note-modal-footer .note-btn.disabled, .note-modal-footer .note-btn:disabled{
        border: 1px solid #05B26214;
    color: #05B262;
            background: #05B26214;
}
.note-modal .note-modal-body .form-group .form-control{
    padding: 0 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.note-modal-content {
        border: 0px solid #f00;
    background: #fff;
    border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;

}
.note-modal-header{
    border: 0;
}

.note-modal-content input[type="file"]{
        display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #f0f0f0;
    border-radius: 55px;
padding: 10px 15px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-family: 'din_R';
    font-weight: 400;
    background: transparent;
    text-align: start;
}

.note-modal-content .checkbox label input{
    margin: 0 5px;
    width: 20px;
    height: 20px;
}
.FAQSection_Home{
    padding: 80px 0;
        background: #F6F6F6;
}

.FAQSection_Home .FAQGroup{
    margin: auto;
        width: 80%;
}
.FAQSection_Home .FAQGroup .accordion{
        width: 100%;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item{
        margin-bottom: 15px;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    overflow: hidden;
}

.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header{
        line-height: normal;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header .accordion-button{
    background: #FFFFFF;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    outline: 0;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    background: #05B262;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header .accordion-button::after{
    content: none;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header .accordion-button img{
    transition: all .2s ease-in-out;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-collapse{
    
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-collapse .accordion-body{
    
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span{
    color: #fff
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) img{
    filter: brightness(100) grayscale(100);
        transform: rotate(180deg);
}

.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-body{
        padding: 24px;
}
.FAQSection_Home .FAQGroup .accordion .accordion-item .accordion-body p{
    color: #000;
    font-size: 16px;
    
}


.ContactusPage{
background: #FBFBFB;
    padding: 80px 0;
}
.ContactusPage .Contact_Form{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 16px;
    padding: 48px;

}
.ContactusPage .Contact_Form .Aut_Title{
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.ContactusPage .Contact_Form .Auth_With{
        display: flex;
    gap: 8px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.ContactusPage .Contact_Form .Auth_With a{
    background: #F6F6F6;
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 40px;

}
.ContactusPage .Contact_Form .Auth_With a:nth-child(2) img{
filter: brightness(0) grayscale(0);
}
.ContactusPage .Contact_Form .Form_Auth{
    
}




.Contact_Information{
        display: flex;
    align-items: center;
    height: 100%;
}
.Contact_Information .title_Auth{
        margin-bottom: 30px;
}
.Contact_Information .title_Auth h2{
        font-size: 28px;
    font-weight: 700;
            margin-bottom: 25px;

}
.Contact_Information .title_Auth p{
        font-size: 16px;
    color: #898989;

}
.Contact_Information .title_Auth p a{
    color: #05b262;
    font-weight: 700
}
.Contact_Information .Info_Items{
    
}
.Contact_Information .Info_Items .InfoItem{
        display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}
.Contact_Information .Info_Items .InfoItem .icon{
        width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
        transition: all .2s ease-in-out;
}
.Contact_Information .Info_Items .InfoItem .icon img{
    transition: all .2s ease-in-out;
}
.Contact_Information .Info_Items .InfoItem .Info{
    
}
.Contact_Information .Info_Items .InfoItem .Info h2{
        font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #000

}
.Contact_Information .Info_Items .InfoItem .Info p{
    color: #898989;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.Contact_Information .Info_Items .InfoItem:hover .icon{
    background: #05b262
}
.Contact_Information .Info_Items .InfoItem:hover .icon img{
    filter: brightness(100) grayscale(100);
}

.ContactusPage .form-group .inputGroup textarea.form-control{
        padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 16px;
    height: 120px;
    border: 1px solid #F0F0F0;
    font-size: 16px;
}
.ContactusPage .form-group .inputGroup textarea.form-control::placeholder{
    color: #898989;
}

.select2-dropdown--above .select2-results__option[aria-selected]:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.RatingBoxSec{
    margin-top: 80px;
}
.RatingBoxSec .Boxrate{
    background: #30966D;
    padding: 24px 40px;
    border-radius: 8px;
    height: auto;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}
.RatingBoxSec .Boxrate .BoxData{
    
}
.RatingBoxSec .Boxrate .BoxData .image{
    display: block;
    height: 72px;
    width: 72px;
    margin: auto;
    margin-bottom: 10px;
}
.RatingBoxSec .Boxrate .BoxData .image img{
    display: block;
    width: 100%;
    height: 100%;
}
.RatingBoxSec .Boxrate .BoxData .rating-star {
        min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.RatingBoxSec .Boxrate .BoxData .rating-star .rating-symbol .Selctedrate{
    color: #B4D100;
        font-size: 45px;
    margin: 0 2px
}
.RatingBoxSec .Boxrate .BoxData .rating-star .rating-symbol .UnselectedRate{
    color: #DDDDDD;
        font-size: 45px;
    margin: 0 2px;
}
.RatingBoxSec .Boxrate .BoxData .rating-star .badge {
    display: none;
}
.RatingBoxSec .Boxrate .BoxData h1{
        color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.RatingBoxSec .Boxrate .BoxData h2{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.RatingBoxSec .Boxrate .BoxData p{
    color: #ddd;
    margin-bottom: 24px;
}
.RatingBoxSec .Boxrate .RateNote{
    padding: 24px;
    padding-bottom: 0;
    border-top: 1px solid #FFFFFF1A;
}
.RatingBoxSec .Boxrate .RateNote p{
    font-weight: 500;
    color: #fff;
}


.ModalAuth .ModalAuthBoxy .Title_Image h1{
        font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.ModalAuth .ModalAuthBoxy .Title_Image .rating-star {
        min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.ModalAuth .ModalAuthBoxy .Title_Image .rating-star .rating-symbol .Selctedrate{
    color: #B4D100;
        font-size: 45px;
    margin: 0 2px
}
.ModalAuth .ModalAuthBoxy .Title_Image .rating-star .rating-symbol .UnselectedRate{
    color: #DDDDDD;
        font-size: 45px;
    margin: 0 2px;
}
.ModalAuth .ModalAuthBoxy .Title_Image .rating-star .badge {
    display: none;
}



.note-editor.note-frame.fullscreen{
    background: #fff;
    z-index: 9999999999999;
    height: 100vh;
}
.note-editable p{
    color: #000;
}


/**********************New Style ************/

.banner-section-three {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-three .layer-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-section-three .shape-outer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9;
}

.banner-section-three .left-shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(14, 14, 14);

    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#242424', GradientType=1);
}

.banner-section-three .imageSlidr {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner-section-three .imageSlidr img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-section-two .imageSlidr {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner-section-two .imageSlidr img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.banner-section-two .imageSlidr img::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.banner-section-three .left-shape:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .20;
    background: -moz-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(19, 19, 19, 0) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(36, 36, 36, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(19, 19, 19, 0) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(36, 36, 36, 0) 100%);
    background: linear-gradient(to bottom, rgba(14, 14, 14, 1) 0%, rgba(19, 19, 19, 0) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(36, 36, 36, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#00242424', GradientType=0);
    content: "";
}

.banner-section-three .center-stipts:before,
.banner-section-three .center-stipts:after,
.banner-section-three .center-stipts {
    position: absolute;
    left: 40%;
    top: 20%;
    height: 70px;
    width: 500px;
    opacity: .50;
    background: -moz-linear-gradient(left, rgba(255, 188, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 188, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(255, 188, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f59121', endColorstr='#007db9e8', GradientType=1);
    content: "";
}

.banner-section-three .center-stipts:after {
    margin-top: 100px;
    left: 100px;
    opacity: 1;
}

.banner-section-three .center-stipts:before {
    margin-top: 200px;
    left: 200px;
    opacity: 1;
    display: none;
}

.banner-section-three .content-outer {
    position: relative;
    height: 100vh;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-three .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
}

.banner-section-three .inner {
    position: relative;
    width: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three h2 {
    position: relative;
    display: block;
    font-size: 54px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three .wrap {
    display: inline-block;
    color: #f59121;
    line-height: 1em;
}

.banner-section-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    max-width: 450px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three .social-icon-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 99;
}
/***/
.banner-section-two{
    position: relative;
}
.banner-section-two .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-two .slide-item .content-box {
    position: relative;
    height: 100vh;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-two .slide-item .content-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;


}
.banner-section-two .slide-item .content
.banner-section-two .AboutMore {
    margin-bottom: 35px;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-two .AboutMore .btn-style-two {
    background: #2A3F85;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.banner-section-two .AboutMore .btn-style-two:before {
    background-color: #2A3F85;
    color: #fff;
}

.banner-section-two .AboutMore .btn-style-two span {
    transition: all .4s ease-in-out;
}

.banner-section-two .AboutMore .btn-style-two:hover span {
    color: #fff;
}
.banner-section-two .slide-item{
    position: relative;
}
.banner-section-two .slide-item .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
}

.banner-section-two .slide-item .content {
    background: linear-gradient(90deg, #08382200 0%, #083822 40%);
    padding: 0 0px;
    padding-top: 50px;
    width: 100%;
    right: 0;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-section-two .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #f59121;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.banner-section-two .slide-item h2 {
    position: relative;
    display: block;

    opacity: 0;
    width: max-content;
    margin-left: auto;
    text-transform: uppercase;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section-two .slide-item .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    opacity: 0;
    margin-left: auto;
    width: 30%;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}

.banner-section-two .slide-item .btn-box {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .slide-item .btn-box .theme-btn {
    margin-right: 25px;
    border-radius: 30px;
    padding: 0;
    width: 142px;
}

.banner-section-two .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section-two .owl-nav {
    position: absolute;
    right: calc(50% - 65px);
    bottom: 20px;
    z-index: 9;
}

.banner-section-two .owl-next,
.banner-section-two .owl-prev {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 52px;
    height: 52px;
    text-align: center;
    background: #f6ece1;
    line-height: 59px;
    transition: all 300ms ease;
    opacity: 1;
    border-radius: 50%;
    color: #f59121;
    font-size: 30px;
    transition: all .4s ease-in-out;
}

.banner-section-two .owl-next:hover,
.banner-section-two .owl-prev:hover {
    opacity: 1;
    background: #f59121;
    color: #f6ece1;
}

.banner-section-two .slide-item .content .WelcomBTN{
    direction: rtl;
}
.banner-section-two .slide-item .content .WelcomBTN span{
    color: #05B262;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.banner-section-two .slide-item .content h2{
    background: linear-gradient(270deg, #FFFFFF 40.79%, #05B262 97.56%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 72px;
    line-height: 145px;
    font-weight: 700;
    font-family: 'din_B';
    height: 145px;
}
.banner-section-two .slide-item .content .Description{
margin-bottom: 24px;
}
.banner-section-two .slide-item .content .Description p{
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 24px;
width: 40%;
font-family: 'din_R';
    text-align: justify;
    direction: rtl;
}
.banner-section-two .slide-item .content .AboutMore{
display: flex;
align-items: center;
gap: 24px;
direction: rtl;
}
.banner-section-two .slide-item .content .AboutMore .theme-btn{
border-radius: 0;
padding: 0 16px;
}
.banner-section-two .slide-item .content .AboutMore p{
    font-size: 16px;
    font-weight: 400;
}
.banner-section-two .slide-item .content .AboutMore p span{
    background: linear-gradient(90deg, #FFFFFF 29.81%, #05B262 100%);
    -webkit-background-clip: text;
    color: transparent;

}


.owl-dots{
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-dots .owl-dot{
    display: inline-block;
    margin: 0 2px;
}
.owl-dots .owl-dot span{
    display: block;
    height: 4px;
    width: 37px;
    background: #FFFFFF1F;
}
.owl-dots .owl-dot.active{
    
}
.owl-dots .owl-dot.active span{
    background: #05B262 !important;
}

.banner-section-two .content{
    position: relative;
}
.banner-section-two .owl-dots{
    bottom: 85px;
    right: 0;
    display: block;
    max-width: 1250px;
    margin: auto;
    position: relative;
    padding: 0 15px;
}




.NarweyAamalak{
padding: 50px 0;
}

.NarweyAamalak .AamalalkItems{
    
}

.NarweyAamalak .AamalalkItems .narwyItem{
    padding: 40px 24px;
    border: 2px solid #F3F3F3;
    margin-bottom: 30px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .2s ease-in-out;
}
.NarweyAamalak .AamalalkItems .narwyItem .image{
    margin-bottom: 10px;
}
.NarweyAamalak .AamalalkItems .narwyItem .image img{
    
}

.NarweyAamalak .AamalalkItems .narwyItem h2{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.NarweyAamalak .AamalalkItems .narwyItem p{
    color: #737373;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: all .2s ease-in-out;
}
.NarweyAamalak .AamalalkItems .narwyItem:hover{
    background: #05B262;
    border: 2px solid #05B262;
}
.NarweyAamalak .AamalalkItems .narwyItem:hover .image img{
    filter: brightness(100) grayscale(100);
}
.NarweyAamalak .AamalalkItems .narwyItem:hover h2{
    color: #fff;
}
.NarweyAamalak .AamalalkItems .narwyItem:hover p{
    color: #fff;
}

.ServcesMosmer{
    padding: 80px 0;
    padding-bottom: 130px;
    background: linear-gradient(180deg, rgba(5, 178, 98, 0) 0%, rgba(5, 178, 98, 0.0314894) 18.69%, rgba(5, 178, 98, 0.12) 47%, rgba(5, 178, 98, 0.0332075) 81.21%, rgba(5, 178, 98, 0) 100%);

}

.ServcesMosmer .ServiceItems{

}
.ServcesMosmer .ServiceItems .ServItem{
position: relative;
margin-bottom: 30px;
background: #fff;
}
.ServcesMosmer .ServiceItems .ServItem *{
    transition: all .4s ease-in-out;
}
.ServcesMosmer .ServiceItems .ServItem .LayerBG{
    background: #05b262;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    height: 380px;
    opacity: 0;
}
.ServcesMosmer .ServiceItems .ServItem .LayerBG img{

}
.ServcesMosmer .ServiceItems .ServItem .ServData{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}
.ServcesMosmer .ServiceItems .ServItem .ServData .IconImage{
margin-bottom: 20px;
}
.ServcesMosmer .ServiceItems .ServItem .ServData .IconImage img{
display: block;
height: 72px;
width: auto;
margin: auto;
transition: all 0s ease-in-out;
}
.ServcesMosmer .ServiceItems .ServItem .ServData .dataContent{

}
.ServcesMosmer .ServiceItems .ServItem .ServData .dataContent h2{
font-size: 20px;
font-weight: 700;
line-height: 24px;
margin-bottom: 20px;
}
.ServcesMosmer .ServiceItems .ServItem .ServData .dataContent p{
color: #737373;
font-size: 16px;
font-weight: 400;
line-height: 24px;
font-family: 'din_R';
text-align: center;
}

.ServcesMosmer .ServiceItems .ServItem:hover .LayerBG{
    opacity: 1;
}
.ServcesMosmer .ServiceItems .ServItem:hover .ServData .IconImage img{
filter: brightness(100) grayscale(100);
}
.ServcesMosmer .ServiceItems .ServItem:hover .ServData .dataContent h2{
color: #fff !important;
}
.ServcesMosmer .ServiceItems .ServItem:hover .ServData .dataContent p{
    color: #fff !important;
}



.OurProducts{

padding-bottom: 80px;
}
.OurProducts .ProductsItemsss{
    
}
.OurProducts .ProductsItemsss .ItemProduct{
    border: 2px solid #F3F3F3;
    direction: rtl;
}
.OurProducts .ProductsItemsss .ItemProduct .ProductImage{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: 100%;
    width: 100%;
}
.OurProducts .ProductsItemsss .ItemProduct .ProductImage img{
    width: 100%;
}

.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt{
    display: flex;
    height: 100%;
    align-items: center;
    padding: 50px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .LogoProduct{
    margin-bottom: 10px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .LogoProduct img{
    display: block;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .ProdcutInfo{
    margin-bottom: 20px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .ProdcutInfo h2{
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .ProdcutInfo p{
    color: #737373;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 88%;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .ReadMore{
    
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .ReadMore a{
    background: #2A3F85;
    height: 48px;
    width: max-content;
    padding: 0 16px;
    display: block;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.OurProducts .ProductsItemsss .ItemProduct .DataProdcyt .ReadMore a img{
    margin-left: 8px;
}


.OurProducts .owl-carousel .owl-stage-outer{
    overflow: visible;
}

.OurProducts .owl-carousel.owl-drag .owl-item{
    margin-top: 50px;
    transition: all .5s ease-in-out;

}

.OurProducts .owl-carousel.owl-drag .owl-item.active{
    margin-top: 0;
   
}
.OurProducts .owl-dots {
    position: relative;
    bottom: 30px;
    right: 0;
    width: max-content;
    margin: auto;
}
.OurProducts .owl-dots .owl-dot span {
    display: block;
    height: 4px;
    width: 37px;
    background: #05B26214;
}
.OurProducts .owl-dots .owl-dot.active span{
    background: #05B262 !important;
}



.ourWorks{
padding: 50px 0;
}
.ourWorks .worksItems{
    
}
.ourWorks .worksItems .workItem{
    position: relative;
    direction: rtl;
}
.ourWorks .worksItems .workItem .imageWork{
    height: 500px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.ourWorks .worksItems .workItem .imageWork img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 2s ease-in-out;
}
.ourWorks .worksItems .workItem .WorkDataCOntent{
    position: absolute;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.629148) 47.62%, #000000 100%);
    height: 100%;
    width: 100%;
    top: 0;
}
.ourWorks .worksItems .workItem .WorkDataCOntent .logoApp{
    margin-bottom: 20px;
}
.ourWorks .worksItems .workItem .WorkDataCOntent .logoApp img{
    display: block;
    height: 72px;
    width: auto;
    
}
.ourWorks .worksItems .workItem .WorkDataCOntent .workCOnt{
    
}
.ourWorks .worksItems .workItem .WorkDataCOntent .workCOnt h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.ourWorks .worksItems .workItem .WorkDataCOntent .workCOnt p{
    color: #bcbcbc;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.ourWorks .worksItems .workItem .WorkDataCOntent .teckTools{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ourWorks .worksItems .workItem .WorkDataCOntent .teckTools .teckItem{
    border: 1.5px solid #FFFFFF14;
    background: #FFFFFF1F;
    border-radius: 55px;
    height: 36px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
}
.ourWorks .worksItems .workItem .WorkDataCOntent .teckTools .teckItem img{
    display: inline-block;
}

.ourWorks .worksItems .workItem:hover .imageWork img{
    transform: scale(1.2);
}
.ourWorks .owl-dots {
    position: relative;
    bottom: 0px;
    right: 0;
    width: max-content;
    margin: auto;
    margin-top: 30px;
}
.ourWorks .owl-dots .owl-dot span {
    display: block;
    height: 4px;
    width: 37px;
    background: #05B26214;
}
.ourWorks .owl-dots .owl-dot.active span{
    background: #05B262 !important;
}


.Backages{
    background: linear-gradient(180deg, rgba(5, 178, 98, 0) 0%, rgba(5, 178, 98, 0.08) 47%, rgba(5, 178, 98, 0) 100%);
padding-top: 80px;
padding-bottom: 50px;
}
.Backages .BackagesItems{

}
.Backages .BackagesItems .ItemBackage{
background: #fff;
border: 2px solid #F3F3F3;
padding: 40px 35px;
position: relative;
margin-bottom: 30px;
}
.Backages .BackagesItems .ItemBackage.active{
    border: 2px solid #05b262 !important;
}
.Backages .BackagesItems .ItemBackage .DataBakage{
    display: flex;
    gap: 30px;
    min-height: 360px;

}
.Backages .BackagesItems .ItemBackage .DataBakage .iconBackage{

}
.Backages .BackagesItems .ItemBackage .DataBakage .iconBackage img{

}
.Backages .BackagesItems .ItemBackage .DataBakage .dataContent{

}
.Backages .BackagesItems .ItemBackage .DataBakage .dataContent h2{
font-size: 24px;
font-weight: 700;
line-height: 28px;
color: #000;
margin-bottom: 15px;
display: block;
}
.Backages .BackagesItems .ItemBackage .DataBakage .dataContent ul{

}
.Backages .BackagesItems .ItemBackage .DataBakage .dataContent ul li{
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 10px;
}
.Backages .BackagesItems .ItemBackage .DataBakage .dataContent ul li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}
.Backages .BackagesItems .ItemBackage .DataBakage .dataContent ul li img{

}

.Backages .BackagesItems .ItemBackage .PriceSub{
border-top: 2px solid #F3F3F3;
padding: 30px 0;
padding-bottom: 0;
}
.Backages .BackagesItems .ItemBackage .PriceSub p{
color: #737373;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;
margin-bottom: 15px;
}
.Backages .BackagesItems .ItemBackage .PriceSub p span{
color: #05B262;
font-weight: 700;
font-size: 24px;
}
.Backages .BackagesItems .ItemBackage .PriceSub a{
background: #05B262;
height: 48px;
line-height: 48px;
display: flex;
align-items: center;
width: 100%;
text-align: center;
gap: 8px;
justify-content: center;
color: #fff;
}
.Backages .BackagesItems .ItemBackage .PriceSub a img{
    display: inline-block;
}

.Backages .BackagesItems .ItemBackage .AksarShohar{
position: absolute;
top: -10px;
left: -10px;
}



.PartnerItems .owl-dots {
    position: relative;
    bottom: 0px;
    right: 0;
    width: max-content;
    margin: auto;
    margin-top: 30px;
}
.PartnerItems .owl-dots .owl-dot span {
    display: block;
    height: 4px;
    width: 37px;
    background: #05B26214;
}
.PartnerItems .owl-dots .owl-dot.active span{
    background: #05B262 !important;
}


.COntactinfooo{

}
.COntactinfooo .infoooItem{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.COntactinfooo .infoooItem .iconImgae{
    border: 2px solid #F3F3F31F;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}
.COntactinfooo .infoooItem .iconImgae img{
    display: block;
}
.COntactinfooo .infoooItem .InfooData{
    
}
.COntactinfooo .infoooItem .InfooData p{
    font-size: 14px;
    color: #bcbcbc;
    font-weight: 400;
}
.COntactinfooo .infoooItem .InfooData a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
/********************/

/**************/

.Light{
    display: inline-block
}
.Dark{
        display: none;
}
.hidden-xs{
    display: inline-block;
}
.visible-xs{
    display: none;
}
@media(max-width:768px){
    
    .MyAccount{
        display: inline-block;
        width: auto;
        margin: auto;
        display: block
    }

    .MyAccount img{
        display: inline;
    }
    .MyAccount .iconAccount{
        display: block;
        margin-left: 0 !important;
    }
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: inline-block;
    }
    .ltr .MyAccount .dropdown-menu.show {
    right: 0 !important;
    left: auto !important;
    }
}


