
@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('../libs/aos/aos.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/PingAR_ExtraLight.otf') format('truetype');
}
@font-face {
    font-family: din_M;
    src: url('../font/PingAR_Medium.otf') format('truetype');
}
@font-face {
    font-family: din_B;
    src: url('../font/PingAR_Bold.otf') format('truetype');
}
@font-face {
    font-family: din_R;
    src: url('../font/PingAR_Regular.otf') format('truetype');
}
@font-face {
    font-family: din_H;
    src: url('../font/PingAR_Heavy.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:#1FB261;
}

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:#1FB261;
color:#ffffff;
}

::-moz-selection {
background:#1FB261;
color:#ffffff;
}

::-webkit-selection {
background:#1FB261;
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: #1FB261;
	-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: 0px 40px;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	border-radius: 8px;
	background-color: #005556;
	overflow: hidden;
	width: 100%;
}

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

.btn-style-two:hover{
	color:#fff;
	-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: #1FB261;
	-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: #1FB261;
	overflow: hidden;
    border-radius: 0;
     border: 1px solid #1FB261;
}

.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:#1FB261;
     border: 1px solid #1FB261;
}

.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:#1FB261;
	padding: 0px 15px;
    height: 48px;
    width: 145px;
	font-weight: 500;
	background-color: #fff;
	overflow: hidden;
    border-radius: 0;
    border: 1px solid #1FB261;

}

.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 #1FB261;
}

.btn-style-green-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #1FB261;
	-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: #1FB261;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #1FB261;
}

.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:#1FB261;
    border: 1px solid #1FB261;
}

.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:#1FB261;
	padding: 0px 15px;
    line-height: 48px;
    width: 145px;
	font-weight: 700;
	background-color: #fff;
    border: 1px solid #1FB261;
	overflow: hidden;
        border-radius: 50px;
    border: 1px solid #1FB261;
}

.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 #1FB261;
}

.btn-style-orange-light:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #1FB261;
	-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: #1FB261;
	border: 2px solid #1FB261;
	-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: #1FB261;
	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: #1FB261;
	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: #1FB261;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
}

.theme_color{
	color:#1FB261;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:9999999999999999999; 
	background-color:#005556; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/dopply/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: 20px;
	height: 40px;
	width: 40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	z-index:100;
	background:#1FB261;
	display:none;
	border-radius: 8px;
	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 #1FB261;
}

.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:#1FB261;
	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 #1FB261;	
}

.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: transparent;
    padding-top: 5px;
    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 .outer-box .applicationsIamgs{
    display: flex;
    align-items: center;
    gap: 8px;
}
.main-header .outer-box .applicationsIamgs img{
       display: block;
       height: 48px; 
       transition: all .3s ease-in-out;
}


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

.nav-toggler {
	position: relative;
	display: block;
	height: 40px;
	width: 40px;
    border-radius: 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-color: #1FB261;
	-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: #1FB261;
  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: #005556;
	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;
} 

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	height: 100%;
}
.sidenav-bar .BGImage{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.sidenav-bar .BGImage img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.sidenav-bar .nav-box{
	position: relative;
	z-index: 2;
}
.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: 65px;
}

.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:#1FB261;	
}

.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: #1FB261;
}

/*===============================================
		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: 48px;
    transition: all .3s ease-in-out;
}

.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:last-child{
    margin-left: 0;
}
.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: #1FB261;
    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:#1FB261 !important;
}

.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: #1FB261;

}

.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 #1FB261;
}

.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:150px 0px 50px;
    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-image: url(../images/dopply/BG_Image.png);
	background-repeat: no-repeat;
	background-size: cover;
}

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

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:56px;
	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:#1FB261;
}

.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 #1FB261;
	-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: #1FB261 !important;
       border: 1px solid #1FB261 !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: #1FB261 !important;
    border: 1px solid #1FB261 !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: #1FB261;
    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: #1FB261;
    background: #1FB261;
    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: #1FB261;
}

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

.recent-posts .post .date span{
	color: #1FB261;
	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 #1FB261; 
	-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: #1FB261;
}

.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: #1FB261;
}

/*=== 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: #1FB261;
}





/***

==================================================================
		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;
	top: -45px;
}

.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: 20px;
}

.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 #1FB261;
}

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

.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 #1FB261;
	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 #1FB261;
}

.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 #1FB261;
}

.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: #1FB261;
    display: block;
    direction: ltr;
    min-height: 48px;
    border-left: 0px solid #1FB261;
    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: #1FB261;
}
.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: #1FB261;
     border: 1px solid #1FB261;
    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: #1FB261;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #1FB261;
    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: #1FB261;
}


.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: #1FB261;
    margin: 0 5px;
}
.NotificationBTN .dropdown-menu .nav .nav-item .active{
    border-bottom: 1px solid #1FB261;
    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: #1FB261;
}
.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: #1FB261;
    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: #1FB261;
    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: #1FB261;
    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';
}



.Sec_Title{
    margin-bottom: 50px;
}
.Sec_Title h2{
        color: #021B1C;
    font-size: 56px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 15px;
    font-family: din_H;
}
.Sec_Title p{
        color: #021B1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: din_L;
}
.Sec_Title p span{
    color: #1FB261;
    font-weight: 700;
}
.Sec_Title .labelShape{
    height: 40px;
    display: block;
    width: max-content;
    margin: auto;
    line-height: 40px;
    border-radius: 35px;
    background: linear-gradient(266.73deg, #EADFDF 0.25%, #FBF4E2 100%);
    color: #1FB261;
    padding: 0 35px;
    font-size: 16px;
}
/**************************/


.sectionBanner{
    position: relative;
}
.sectionBanner .BGIage{
    display: block;
    width: 100%;
    min-height: 100vh;
    height: auto;
    max-height: 120vh;
    overflow: hidden;
}
.sectionBanner .BGIage img{
    display: block;
    width: 100%;
    height: 100%;
}

.sectionBanner .dtaBaner{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.sectionBanner .dtaBaner .DataSideBox{
    
}
.sectionBanner .dtaBaner .DataSideBox .welcomLabel{
    margin-bottom: 32px;
}
.sectionBanner .dtaBaner .DataSideBox .welcomLabel span{
    display: block;
    width: max-content;
    padding: 0 20px;
    border-radius: 35px;
    background: #1FB261;
    color: #fff;
    font-size: 16px;
        height: 40px;
    line-height: 40px;
}
.sectionBanner .dtaBaner .DataSideBox .titile{
    margin-bottom: 32px;
}
.sectionBanner .dtaBaner .DataSideBox .titile h1{
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    font-family: din_H;
}
.sectionBanner .dtaBaner .DataSideBox .desc{
    margin-bottom: 32px;
    max-width: 435px;
}
.sectionBanner .dtaBaner .DataSideBox .desc p{
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    opacity: .9;
    text-align: justify;
}
.sectionBanner .dtaBaner .DataSideBox .applicationsIamgs{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 60px;
}
.sectionBanner .dtaBaner .DataSideBox .applicationsIamgs img{
       display: block;
       height: 48px; 
}
.sectionBanner .dtaBaner .DataSideBox .floowUs{
    display: flex;
    align-items: center;
    gap: 32px;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs p{
    border-bottom: 2px solid #1FB261;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links{
    display: flex;
    align-items: center;
    gap: 8px;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links a{
    display: flex;
    height: 35px;
    width: 35px;
    border-radius: 8px;
    background: #FFFFFF29;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links a:hover{
    background: #1FB261;
}
.sectionBanner .dtaBaner .DataSideBox .floowUs .links a img{
    display: inline-block;
    height: 16px;
}

.sectionBanner .dtaBaner .imageBanner img{
	
}

.sectionWasalha{
    padding: 80px 0;
}
.sectionWasalha .image{
    
}
.sectionWasalha .image img{
    
}
.sectionWasalha .wsalhaDataSide{
    
}
.sectionWasalha .wsalhaDataSide h2{
    font-weight: 800;
    font-size: 56px;
    color: #021B1C;
    margin-bottom: 40px;
    font-family: din_H;
}
.sectionWasalha .wsalhaDataSide .desctems{
        margin-bottom: 40px;
}
.sectionWasalha .wsalhaDataSide .desctems .itemdesc{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}
.sectionWasalha .wsalhaDataSide .desctems .itemdesc img{
    display: inline-block;
}
.sectionWasalha .wsalhaDataSide .desctems .itemdesc p{
    font-size: 16px;
    color: #021B1C;
    font-weight: 400;
}

.sectionWasalha .wsalhaDataSide .waslahaItems{
    display: flex;
    align-items: center;
    gap: 12px;


}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem{
    display: block;
    width: calc(100% / 3);
    flex-grow: 1;
    flex-basis: calc(100% / 3);
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(208.1deg, rgba(31, 178, 97, 0.06) 17.4%, rgba(13, 76, 41, 0) 100%);
}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem:nth-child(2){
    background: linear-gradient(228.51deg, rgba(0, 85, 86, 0.06) 0%, rgba(0, 186, 188, 0) 97.39%);
}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem:nth-child(3){
    background: linear-gradient(226.88deg, rgba(60, 88, 191, 0.06) 0%, rgba(28, 41, 89, 0) 100%);
}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem .icon{
    margin-bottom: 8px;
}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem .icon img{

}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem h3{
    font-size: 20px;
    font-weight: 800;
    font-family: din_B;
    margin-bottom: 5px;
}
.sectionWasalha .wsalhaDataSide .waslahaItems .waslslItem p{
    color: #718787;
    font-size: 16px;
    font-weight: 400;
}



.followOrderSec{
padding-bottom: 80px;
}
.followOrderSec .OrderBoxx{
    padding: 80px 56px;
    border-radius: 12px;
    background: #1FB261;
}
.followOrderSec .OrderBoxx .titileSec{

}
.followOrderSec .OrderBoxx .titileSec h2{
        font-size: 56px;
    font-weight: 800;
    color: #fff;
    font-family: din_H;
    text-align: center;
}
.followOrderSec .OrderBoxx .StepsGroup{
    display: flex;
    margin-top: 70px;
    
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem{
    background: linear-gradient(254.64deg, rgba(255, 255, 255, 0.2) 10.65%, rgba(255, 255, 255, 0) 89.09%);
    position: relative;
    height: 205px;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 8px;
    
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem:nth-child(1){
    z-index: 3
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem:nth-child(2){
    z-index: 2
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem:nth-child(3){
    z-index: 1
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepData{
    display: flex;
    height: 100%;
    text-align: start;
    align-items: center;
    justify-content: flex-start;
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepData img{
    margin-bottom: 16px;
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepData h2{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
    font-family: din_B;

}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepData p{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 8px;
    opacity: .72;
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepData h3{
        font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
    font-family: din_B;
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepArowIamge{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #005556;
    border-radius: 4px;
    left: -20px;
    top: calc(50% - 20px);
    z-index: 99;
}
.followOrderSec .OrderBoxx .StepsGroup .StepItem .StepArowIamge img{
    
}



.secService{
    padding-bottom: 80px;
}
.secService .serviceItems{
    
}
.secService .serviceItems .itemServ{
    border: 1px solid #EAEDED;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 32px;
    min-height: 385px;
    transition: all .5s ease-in-out;
	position: relative;
	overflow: hidden;
}
.secService .serviceItems .itemServ:hover{

	transform: scale(1.05);
}
.secService .serviceItems .itemServ::before{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
	content: '';
	background: linear-gradient(245.89deg, rgba(0, 85, 86, 0.06) 4.23%, rgba(0, 85, 86, 0) 100%);
}
.secService .serviceItems .itemServ:hover::before{
	opacity: 1;
	
}
.secService .serviceItems .itemServ .icon{
    margin-bottom: 12px;
}
.secService .serviceItems .itemServ .icon img{
    
}
.secService .serviceItems .itemServ .titile{
    margin-bottom: 32px;
}
.secService .serviceItems .itemServ .titile h2{
        color: #000;
    font-size: 24px;
    font-weight: 800;
    font-family: din_B;
}
.secService .serviceItems .itemServ .shortdesc{
    margin-bottom: 24px;
}
.secService .serviceItems .itemServ .shortdesc p{
        color: #000;
    font-size: 16px;
    font-weight: 500;

    
}

.secService .serviceItems .itemServ ul{
    
}
.secService .serviceItems .itemServ ul li{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}
.secService .serviceItems .itemServ ul li:last-child{
    margin-bottom: 0;
}
.secService .serviceItems .itemServ ul li img{
    display: inline-block;
}
.secService .serviceItems .itemServ ul li p{
        color: #021B1C;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0px;
    font-family: din_L;
}



.allwayes{
    padding-bottom: 80px;
}
.allwayes .StepsGroup{
    display: flex;
    margin-top: 70px;
    gap: 8px;
}
.allwayes .StepsGroup .StepItem{
    background: linear-gradient(254.64deg, rgba(0, 85, 86, 0.06) 10.65%, rgba(0, 85, 86, 0) 89.09%);
    position: relative;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 8px;
    
}

.allwayes .StepsGroup .StepItem .StepData{
    display: flex;
    height: 100%;
    text-align: start;
    align-items: center;
    justify-content: flex-start;
}

.allwayes .StepsGroup .StepItem .StepData .imagBox{
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 8px;
}
.allwayes .StepsGroup .StepItem .StepData .imagBox img{
    height: auto;
}
.allwayes .StepsGroup .StepItem .StepData h2{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #000;
    font-family: din_B;

}
.allwayes .StepsGroup .StepItem .StepData p{
    color: #718787;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: din_L;
}



.OurProducts{
padding-top: 50px;
padding-bottom: 80px;
position: relative;
}
.OurProducts .ProductsItemsss{
    width: 80%;
    margin: auto;
    position: static;
}
.OurProducts .ProductsItemsss .ItemProduct{
    direction: rtl;
    position: relative;
    display: block;
    min-height: auto;
    background: #005556;
    border-radius: 12px;
    overflow: hidden;
}
.OurProducts .ProductsItemsss .ItemProduct .BGIamge{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    height: 100%;
    z-index: 1;
}
.OurProducts .ProductsItemsss .ItemProduct .BGIamge img{
opacity: .06;
    transform: rotate(180deg);
    max-height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide{
    padding: 40px;
    min-height: 350px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide .icon{
    display: flex;
    height: 60px;
    margin-bottom: 12px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide .icon img{
    
}

.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide h2{
        font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
    font-family: din_B;
    margin-bottom: 32px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide ul{
    
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide ul li{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide ul li:last-child{
    margin-bottom: 0;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide ul li img{
    display: inline-block;
}
.OurProducts .ProductsItemsss .ItemProduct .DataBox .DataBoxSide ul li p{
        color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0px;
    font-family: din_L;
}
.OurProducts .ProductsItemsss::before {
    position: absolute;
    content: "";
    top: 80px;
    left: 0;
    height: 450px;
    width: 190px;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.OurProducts .ProductsItemsss::after {
    position: absolute;
    content: "";
    top: 80px;
    right: 0;
    height: 450px;
    width: 190px;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}


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

.OurProducts .owl-carousel.owl-drag .owl-item{
    /* margin-top: 50px; */
    transform: scale(.9);
    transition: all .5s ease-in-out;

}

.OurProducts .owl-carousel.owl-drag .owl-item.active{
    margin-top: 0;
    transform: scale(1);
   
}
.OurProducts .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
    flex-direction: row-reverse;
}
.OurProducts .owl-nav .owl-prev,
.OurProducts .owl-nav .owl-next {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background: #1FB261;
    justify-content: center;

}
.OurProducts .owl-nav .owl-prev:hover,
.OurProducts .owl-nav .owl-next:hover {
    background: #005556;

}
.OurProducts .owl-nav .owl-next img,
.OurProducts .owl-nav .owl-prev img {
    filter: brightness(100) grayscale(100);

}


.AbboutApp{

}
.AbboutApp .tapsApp{
    
}
.AbboutApp .tapsApp .nav{
    padding: 8px;
    border: 1px solid #EAEDED;
    border-radius: 8px;
    width: max-content;
    margin: 40px auto;
    margin-bottom: 0;
}
.AbboutApp .tapsApp .nav .nav-item{
    
}
.AbboutApp .tapsApp .nav .nav-item .nav-link{
    color: #718787;
    height: 65px;
    line-height: 65px;
    padding: 0 35px;
    border-radius: 8px;
}
.AbboutApp .tapsApp .nav .nav-item .nav-link.active{
    background: linear-gradient(262.08deg, rgba(31, 178, 97, 0.08) 0%, rgba(31, 178, 97, 0.02) 100%);
    color: #000;
}


.AbboutApp{
    
}
.AbboutApp .AppItem{
    
}
.AbboutApp .AppItem .imageWork{
    
}
.AbboutApp .AppItem .imageWork img{
    transition: all 1s ease-in-out;
}

.AbboutApp .application-carousel{
    position: relative;
}
.AbboutApp .application-carousel::before{
    position: absolute;
    bottom: 65px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.786201) 63.08%, #FFFFFF 100%);
    height: 230px;
    width: 100%;
    content: '';
    z-index: 3;
        left: 0;
}
.AbboutApp .owl-item{

}
.AbboutApp .owl-item .AppItem{
    padding-top: 80px;
}
.AbboutApp .owl-item .AppItem img{
    filter: blur(2px);
    transform: scale(.85);
}
.AbboutApp .owl-item.center .AppItem img{
    filter:blur(0) ;
    transform: scale(1.2);
}


.AbboutApp .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
    flex-direction: row-reverse;
    z-index: 5;
}
.AbboutApp .owl-nav .owl-prev,
.AbboutApp .owl-nav .owl-next {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background: #1FB261;
    justify-content: center;

}
.AbboutApp .owl-nav .owl-prev:hover,
.AbboutApp .owl-nav .owl-next:hover {
    background: #005556;

}
.AbboutApp .owl-nav .owl-next img,
.AbboutApp .owl-nav .owl-prev img {
    filter: brightness(100) grayscale(100);

}




.newFooter{
    position: relative;
        background: #005556;
        margin-top: 50px;
}
.newFooter .BGIamge{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%;
    z-index: 1;
}
.newFooter .BGIamge img{
opacity: .06;
  
    max-height: 100%;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.newFooter .footercontent{
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
.newFooter .footercontent .logofooter{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.newFooter .footercontent .logofooter img{
    display: inline-block;
}
.newFooter .footercontent .desc {
    text-align: center;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 32px;
}
.newFooter .footercontent .desc p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: din_L;
}
.newFooter .footercontent .links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}
.newFooter .footercontent .links a{
    display: flex;
    height: 35px;
    width: 35px;
    border-radius: 8px;
    background: #FFFFFF29;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.newFooter .footercontent .links a img{
    display: inline-block;
    height: 16px;
}
.newFooter .footercontent .links a:hover{
    background: #1FB261 ;
}
.newFooter .footercontent .applicationsIamgs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.newFooter .footercontent .applicationsIamgs img{
       display: block;
       height: 48px; 
       transition: all .3s ease-in-out;
}


.pageContent{
	padding: 50px 0;
}
.content{
	width: 80%;
	margin: auto;
}
.content p{
	font-size: 16px;
	color: #555;
	margin-bottom: 8px;
}
.content h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 32px;
	margin-top: 32px;
	font-weight: 700;
}
.content h6{
	font-size: 20px;
	color: #000;
	margin-bottom: 24px;
	margin-top: 24px;
	font-weight: 500;
}


.contactForm{

}
.contactForm form{
	padding: 40px;
	background: #fafafa;
	border-radius: 8px;
}
.contactForm .form-group{
	margin-bottom: 32px;
}
.contactForm .form-group .form-control{
	height: 50px;
	border-radius: 4px;
	border: 1px solid #f4f4f4;
	padding: 0 15px;
	box-shadow: none;
	outline: 0;
}
.contactForm .form-group textarea.form-control{
	height: 150px;
	padding: 15px;
}
.contactForm .form-group .theme-btn{
	width: 100% !important;
}


.titileCOntnt{
	margin-top: 0px;
}
.titileCOntnt p{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 32px;
	text-align: center;
}

.titileCOntnt .linkksks{
	text-align: center;
	gap: 12px;
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: center;
}
.titileCOntnt .linkksks a{
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}
.titileCOntnt .linkksks a p{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.titileCOntnt .linkksks a .icon{
	display: flex;
	height: 40px;
	width: 40px;
	border-radius: 4px;
	
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #005556;
	transition: all .3s ease-in-out;
}



.header-style-two.fixed-header .main-box {
    padding: 0 16px !important;
    background-color: rgb(0 85 86 / 80%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
   
}
.header-style-two.fixed-header .main-menu .navigation > li > a {
    padding: 25px 0;
    color: #fff;
}
.header-style-two.fixed-header .outer-box .applicationsIamgs img{
    height: 45px;
}
.header-style-two.fixed-header .logo img{
height: 45px;
}

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

.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 !important;
    }
    .visible-xs{
        display: inline-block;
    }
    .ltr .MyAccount .dropdown-menu.show {
    right: 0 !important;
    left: auto !important;
    }
}


