/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joing our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps 
*/
:root{
	--blue:#015278;
	--gold:#d1ac6a;
	--brown:#c67439;
	--dark:#003;
	--gblue:linear-gradient( 60deg, rgb(39,121,255) 0%, rgb(3,194,219) 100%);
	--shadowCircle:1px 0 3px #8080807d;
  --mainColor:#63908f;
}
/*

html {
  overflow-x: hidden;
}
*/
.post_box_single_photo picture {
  width: 100%;
  height: 100%;
}

#mowa_control_wrap {
  width: 100%;
  height: 100vh;
  text-align: center;
}

.form_field.my_address_8349_user {
  display: none;
}

.select2-results {
  color: black;
}


#profile_photo img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

#profile_section {
  text-align: center;
}

#profile_section h2 {
  font-size: 25px;
  margin: 20px;
}


.my_profile {
  width: 30%;
  display: block;
  margin: 20px auto;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  background: #B0B91E;
  padding: 20px;
}





.about_header {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: left;
  margin-left: 45px;
}
.c_table {
  margin: auto;
    margin-top: auto;
  margin-top: 50px;
}

.real_lang_ul li:hover{
  background: #e8e8e8;
color: black;
}

._total h2 {
  background: var(--mainColor);
  text-align: center;
  padding: 5px;
}

.product_name_table {
  font-size: 15px;
  line-height: 1.3rem;
}
._total {
  margin-top: 20px;
  
}


.c_table td {
  height: 60px;
  padding: 25px 0 !important;
  border-bottom: unset !important;
  color: black !important;
  font-size: 18px !important;
  width: 200px;
  text-align: center !important;
}



.bgg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider_title {
  text-align: center;
  font-size: 50px;
  text-shadow: 0 0 3px black;
}
.post_unpublished {
  padding: 20px;
  text-align: center;
}

.sec_amaze_title {
  font-size: 34px;
  margin-bottom: 20px;
  padding: 0 50px;
}

.features_photo_picture {
  width: 400px;
}

.feat_box_details {
  margin-top: 10%;
  margin-left: 50px;
  width: 32%;
}

.features_title {
  font-size: 40px;
  font-weight: bold;
  width: 43%;
}




#in_logo {
  margin: auto;
  display: block;
  width: 192px;
}

.features_content {
  line-height: 1.9;
  font-weight: bold;
 
  
}




.partners_partner_code {
  margin-top: 10px;
  color: #aaa;
  font-size: 11px;
}

.stakeholders_box {
  width: 25%;
  padding: 2%;
  text-align: center;
  box-shadow: -2px -2px 3px #00000008;
}


.stakeholders_logo_picture {
  background-size: 70% !important;
  width: 100%;
  height: 252px;
}


.stakeholders_name {
  font-size: 17px;
  font-weight: bold;
}

.stakeholders_country {
  margin-top: 10px;
  color: gray;
}


.c_l {
  height: 500px;
}

#ps_map {
  height: 100%;
  width: 100%;
}



.shortcut_in_button {
  display: none;
}
.home_con {
  border-left: 2px solid #CC9B55;
  padding: 5px 25px;
}


.filters_order {
  color: purple;
}


.minister_section_title {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
}

.single_minister_section_photo_picture{
width: 100%;
height: auto;
}

.minister_section_content {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}


.minister_section_subtitle {
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
}

.title_price {
  font-size: 16px;
  margin: 0 2px;
  color: purple;
}
.ta_box textarea {
  margin-bottom: 5px;
}
.ta_box {
  margin-top: 5px;
}

.news_swiper{
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 15px;
}
black_s {
  background: #0000007d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
}


#no_orders {
  font-size: 33px;
  text-align: center;
  margin: 50px 0;
}

#cred_pic {
    width: 150px;
    margin: auto;
    display: block;
}
	

	#thank_you,#bad {
    color: green;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}
	
/*
@keyframes blink{
	0%{
		color:black !important;
	}
	100%{
		color:orange !important;
	}
}
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.new_status{
/*	transition: 0.3s all;*/
	animation-duration: 1.5s;
	animation-name: fadein;
	  animation-iteration-count: infinite;

}



	#bad{
		color:red;
	}
	#info {
    padding: 20px;
    display: block;
}
	
	#info td {
    border: 1px solid gray;
    padding: 7px;
}
	
	
	#fin {
    background: var(--mainColor);
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 99px;
    box-shadow: 0 0 10px #80808075;
    border: 1px solid white;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 30px;
		color:white;
}
	

.service_bver {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.services_title{
font-size: 34px;
font-weight: 200;
line-height: 1.4em;
margin: 25px 0 15px;
}


#feat {
  background: white;
  box-shadow: 0 0 7px #8080804f;
  text-align: center;
  padding: 20px;
}


.what_title {
  font-size: 36px;
}


.what_help {
  color: var(--brown);
  margin-bottom: 20px;
}

.what_f {
  width: 30%;
  box-shadow: 0 0 5px #8080803b;
  padding: 70px 0;
  margin: 0 1%;
}

.is {
  font-size: 61px;
  color: var(--mainColor);
}

.what_f_title {
  font-size: 26px;
  margin: 10px auto;
}

.featured_table td {
  padding: 5px;
  font-size: 18px;
	vertical-align: middle;
}

.featured_table a {
  display: flex;
}
#ads_wrap {
  margin-top: 20px;
}

.featured_table {
  width: 100%;
  background: white;
  box-shadow: 0 0 3px #80808040;
  border-radius: 3px;
}

.featured_table thead {
  background: #F0F0F0;
}

.featured_table th {
  font-size: 20px;
  padding: 5px;
}

.what_chosen {
  display: block;
  position: absolute;
  top: -13px;
  left: -15px;
  background: green;
  color: white;
  font-size: 27px;
  border-radius: 100%;
  box-shadow: 0 0 3px gray;
}

.what_f:hover{
	 box-shadow: 0 0 15px #8080803b;
}

.filter_item_box {
	font-size: 18px;
 overflow: hidden;
box-shadow: 0 0 3px #0000002b;
  color: white;
  border-radius: 4px;
	margin-right:10px;
}
.filter_row {
  margin-bottom: 15px;
}
.filter_item_price {
  background: purple;
  padding: 2px 5px;
}


.filter_item_title{
 padding: 2px 15px;
  background: var(--mainColor);
	}


.back_btn {
  margin-bottom: 20px;
  display: inline-block;
  background: var(--mainColor);
  color: white;
  padding: 3px 10px;
  border-radius: 7px;
  padding-bottom: 6px;
}


.filter_row .row_btn {
  padding: 2px 10px;
}

.filter_item_btn {
  background: #4d4d4d;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1px;
}


.filter_box {
  margin: 10px;
  border-top: 1px dashed var(--mainColor);
  padding-bottom: 8px;
}

.noFilters {
  display: inline-block;
  margin: 5px auto;
}

#c_users_1607779937 .input_area {
  padding-right: unset !important;
  margin-right: unset !important;
}

#news_wrap {
  margin: 80px auto;
}

#log_modern .btn {
  width: 121px !important;
  display: block;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 10px;
}

.agree {
  margin-top: 12px;
  color: gray;
}
.news_photo_picture img {
  border-radius: 10px;
  width: 270px;
  height: 170px;
}

.news_box {
  padding: 10px;
  margin-bottom: 5%;
  border-radius: 5px;
  box-shadow: 1px 2px 10px 4px #8080807a;
}

statuss {
    position: absolute;
    z-index: 999;
    width: 50%;
    background: purple;
    color: white;
    padding: 5px;
    text-align: center;
    left: 25%;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #808080b3;
}
#map {
    width: 100vw;
    height: 100vh;
}

	.pinner {
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: 0 0 10px #a2772a;
}
	
	
	.pinner_box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
	
	.pinner_user{
		border-color:gray;
		  animation-name: mylocation;
  animation-duration: 2s;
		animation-iteration-count:infinite;
	}
	
	@keyframes mylocation {

		 0% { box-shadow: 0 0 10px #a2772a;}
    50% {box-shadow: 0 0 10px red;}
    100% { box-shadow: 0 0 10px #a2772a; }
		
		
}
#refreshBlock {
    background: darkred;
    display: inline-block;
    color: white;
    padding: 20px;
    font-size: 50px;
    position: fixed;
	z-index: 4;
    top: 0;
    right: 0;
}

.t_sub_sec {
    margin: 20px 0;
    color: var(--blue);
}


#bread {
    text-align: center;
    box-shadow: 0px 12px 12px #8080800f;
    margin-bottom: 20px;
}





.another_login {
    text-align: center;
    margin-top: 20px;
    color: gray;
}
#assignage {
    margin-top: 30px;
    padding: 9px 0;
    background: #f7f7f7;
}
.t_l .comp_title {
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #eeb0b0;
    padding-left: 15px;
    border-radius: unset;
}

/*
.t_l .tickets_issue{
	margin-bottom: 50px;
}
*/

#grandy {
    background: purple;
    color: white;
    padding: 20px;
    text-align: center;
}


#grandy_num {
    font-size: 30px;
    margin-top: 10px;
}


#dater .btn {
    margin-top: 10px;
    font-size: 10px;
    line-height: 30px;
    height: unset;
}
#dater {
    margin: 20px 0;
}



#mini {
    height: 56px;
    background: var(--blue);
    padding-top: 15px;
}
#goals table {
    height: unset !important;
}


/*
.t_time:first-child {
    background: var(--blue);
}
*/

.status_box {
  text-align: center;
  color: var(--mainColor);
  box-shadow: 0 0 3px gray;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 0;
}


.activeS,.status_box:hover {
  background: var(--mainColor);
  color: white !important;
}


.t_vid {
    background: var(--melonG);
}
.t_date{
	background: var(--gold);
}


.t_reg{background: purple}

.t_quiz {
    background: var(--mainColor);
}

#certi_wrap {
    margin: 40px 0;
}

.t_time {
    margin-right: 0;
    color: #8e8e8e;
    padding: 5px;
    margin-top: 10px;
	padding-left: 7px;
padding-right: 5px;
text-align: center;
}


.event_it {
  margin-right: 5px;
  margin-bottom: 10px;
}


#ce {
    width: 100vw;
    text-align: center;
    border: 20px solid var(--dark);
    height: 100vh;
}

.ce_title {
    font-size: 60px;
    margin: 30px 0;
}


.ce_txt_1 {
    font-size: 20px;
}


.ce_name {
    font-size: 50px;
    margin: 15px 0;
}

.ce_txt_2 {
    font-size: 20px;
}

.ce_train {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}

.ce_date {
    font-size: 15px;
    color: var(--brown);
}


#ce_logo {
    width: 300px;
}
.cert_table td, .cert_table th {
    border: 1px solid #80808038;
    padding: 2px;
}
.cert_table {
    width: 100%;
}


/*
.t_time:nth-child(2) {
    background: var(--gold);
    color: black;
}
*/

subline {
  margin: 0 10px;
  color: darkgray;
}


/*

.t_time:nth-child(2) time{
	color:black;
}
*/

#goals tr, #goals td {
    background: unset;
    border: unset;
}

#service_cont {
    background: #F4F4F4;
    border-radius: 50px;
    text-align: center;
    padding: 50px;
	margin-top:30px;
}

.service_btn {
    color: var(--blue);
    padding: 20px 80px;
    font-size: 19px;
}

#t_groups {
    padding: 100px 0;
}

.service_sub_sec_title {
    font-weight: bold !important;
    font-size: 20px !important;
}

#t_groups .target_groups_icon_picture {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

#t_groups .service_sub_sec_title {
    margin-bottom: 40px;
}


.book_title::after {
    content: "";
    width: 150px;
    height: 4px;
    background: var(--gold);
    display: block;
    margin: 10px 0 30px 0;
}

.form_field {
    margin-bottom: 15px;
}



#book_cont input {
    border: unset;
       
    border-bottom:1px solid #80808042 !important;
    border-radius: unset;
}


.con_l {
    text-align: left;
    padding-right: 12%;
}

.con_r {
    text-align: left;
}

.submit_steps_box {
    margin-bottom: 50px;
}



.s_l {
    text-align: center;
    height: 100%;
    position: absolute;
}

.s_circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid white;
    box-shadow: 0 0 3px gray;
}

.s_l .arr {
    border: 1px solid #8080802b;
    width: 1px;
    display: block;
    margin: auto;
    height: 80%;
    position: absolute;
    left: 9px;
    z-index: -1;
}

.arr_tail {
    position: absolute;
    bottom: 15%;
    left: 2px;
}

.s_r {
    width: 70%;
    margin-left: 10%;
}

m{width: 100%;
height: 50px;
display: block;}
.submit_steps_title {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 0 !important;
}




.guiding_ideas_box:hover picture {
    border-bottom: 2px solid var(--blue);
}
.marketing_material_box {
    width: 33%;
}

.g_l {
    padding-right: 60px;
}

.guiding_ideas_box {
    margin-bottom: 40px;
    display: block;
}

.guiding_ideas_icon_picture.mid {
    width: 60px;
    height: 60px;
    box-shadow: 2px 2px 2px #80808057;
    padding: 14px;
    margin-right: 20px;
}



#log_modern {
    background: whitesmoke;
/*	height: 475px;*/
	padding: 50px;
}


#actions_head{
	margin:20px auto;
}

#menu_sorter {
    margin-top: 20px;
}
#other_log {
    text-align: center;
}



.log_r {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#login_title {
  font-size: 45px;
color: white;
text-align: center;
padding-top: 30px;

}
.close {
    margin-bottom: 20px;
    color: red;
}


#c_users_1607779937 {
  background: #ffffffc7;
/*  padding: 53px;*/
  border-radius: 7px;
  width: 500px;
}

#stat_r {
    text-align: center;
}



.submit_steps_brief {
    font-size: 12px;
    line-height: 1.2;
    padding-left: 19px;
    text-align: justify;
}

#login_signup {
  text-align: center;
  width: 100%;
  display: block;
}


#partner_home {
  text-align: center;
  padding: 50px 0;
  background-size: cover;
}

#partner_cont picture {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px gray;
}

#partner_cont .row picture {
  width: 50px;
  height: 50px;
  overflow: hidden;
  box-shadow: 0 0 2px gray;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 4px;
}


.partner_line {
/*  color: white;*/
  font-size: 46px;
}

.whitebtn {
  padding: 2px 40px;
  font-size: 21px;
  background: white;
  line-height: 24px;
	
  margin: 20px 10px;
  display: inline-block;
  border-radius: 9px;
  color: var(--mainColor) !important;
	
}
.white {
  width: 100%;
  height: 100%;
  background: #fffc;
  position: absolute;
  top: 0;
  left: 0;
}

.in_title {
  font-size: 48px;
}


.row {
  text-align: left;
}



.row {
  text-align: left;
  background: white !important;
  border-radius: 15px;
  box-shadow: 0 5px 10px #8080804a;
  width: 60%;
  margin: 10px auto;
}


.row .form_field {
  margin-bottom: 8px;
}




.row .input_area {
  width: 80%;
	margin-top: 5px;
  display: inline-block;
	vertical-align: middle;
	padding-right:unset;
}


.row_btn,.row_btn {
  background: white;
  padding: 6px 16px;
	cursor:pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 11px;
  border: unset;
  box-shadow: 0 0 5px lightgray;
  color: var(--mainColor);
}


.row_title {
  font-size: 33px;
  text-align: center;
  padding: 10px 0;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.row_btn:hover,.active_btn {
  background: var(--mainColor);
  color: white !important;
}


.row_btns {
  text-align: right;
  padding: 0 20px;
	padding-bottom:5px;
}




.blx {
  width: 32%;
  font-size: 30px;
  background: white;
  box-shadow: 0 3px 10px lightgray;
  border-radius: 10px;
  margin: 10px;
  height: 221px;
}


.half_blx {
  background: unset;
  box-shadow: unset;
}

.filter_title {
  color: var(--mainColor);
  font-size: 26px;
  border-left: 3px solid black;
  padding-left: 8px;
}


.cat_adder {
  margin-bottom: 20px;
  background: #80808014;
  padding: 10px;
  border-radius: 6px;
}




.fx_btn {
  position: absolute;
  top: 20px;
  left: 20px;
	z-index: 1;
}



.sub_blx {
  width: 100%;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px lightgray;
  line-height: 100px;
  margin-bottom: 21px;
}


.whitebtn i {
  margin-right: 3px;
  font-size: 17px;
}

.p_href {
  background: var(--mainColor);
  color: white !important;
  font-size: 34px;
  padding: 10px 30px;
  border-radius: 20px;
  margin: 0 15px;
  width: 200px;
}

.p_href:hover{
	color: var(--mainColor) !important;
  background: white;
	
}

.book_title {
    font-size: 30px;
}

#book_cont {
    padding: 70px;
    box-shadow: 0 0 20px gray;
    border-radius: 16px;
	padding-bottom: 0;
    margin: 50px 0;
}


#book_left {
    border-right: 1px solid #80808070;
}

#book_right textarea {
    height: 401px;
	border: unset;
	
}

.book_btn {
    width: calc(100% + 70px + 40px);
    background: var(--gold) !important;
    margin-left: -40px !important;
    border-bottom-right-radius: 16px !important;
    overflow: hidden;
}

#book_right {
    padding-left: 40px;
}



#t_groups .comp_title {
    text-align: left;
    padding: 10px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.comp_title {
    background: white;
    border-radius: 34px;
    width: 42%;
}



#search {
    font-size: 18px;
  	margin-left:40px;
    padding: 11px 15px;
}





#download {
    float: right;
    right: 12px;
}

.home_partners_box {
    width: 150px;
    height: 93px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 36px;
}

#web2 li a {
  width: 100%;
  font-size: 14px;
  margin-bottom: 11px;
  color: black;
transition:0.1s all;
}


#event_date_box {
  color: black;
  font-size: 20px;
  margin: -23px -30px;
    margin-bottom: -23px;
  margin-bottom: 10px;
  text-align: left;
}


#home_categories_wrap {
  margin: 50px auto;
}


.home_categories_title {
  font-family: mowa-font;
  font-size: 25px;
  height: 10%;
  text-align: center;
}

#about_us_page {
  margin: 80px auto;
  color: black;
}

#contact_info_wrap {
  margin: 30px auto;
}

.mowa_files_box {
  height: 280px;
  margin-bottom: 5%;
  background: #CC9B55;
}
.mowa_files_photo_picture {
  width: 100%;
  height: 80%;
}


#map_wrap iframe {
  height: 450px;
  width: 1200px;
}
.home_categories_box {
  height: 300px;  
  background: var(--mainColor);
  border-radius: 15px;
  margin-right: 1%;
  box-shadow: 1px 2px 10px 4px #8080807a;
}


.home_categories_box:last-child{
  margin-right: unset;
}

#contact_boxes {
  margin: 50px auto;
}


.home_categories_photo_picture {
  height: 80%;
  width: 100%;
}
#event_date_box_right {
  margin: 0 50px;
}

.about_us_photo_picture {
  width: 220px;
  height: 290px;
}

#events_wrap {
  background: #FBFBFB;
  padding: 25px 0;
  margin: 80px auto;
  margin-bottom: 50px;
}
.events_photo_picture {
  width: 500px;
  height: 400px;
}

.events_photo_picture img {
  border-radius: 10px;
}

.event_right {
  background: white;
  padding: 60px 15px;
  margin-top: 65px;
}

#web2 li a:hover{
	color:var(--mainColor);
}

.events_summary {
  color: #7A797E;
  font-size: 18px;
  line-height: 1.5;
  width: 60%;
}
.events_summary.el{
-webkit-line-clamp: 6;
}

.footer_title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}


.events_title {
  color: black;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: mowa-font;
}
#event_date_box i {
  color: var(--mainColor);
  font-size: 21px;
  margin-right: 5px;
}

#foot_about picture {
    width: 75px;
}

.related_links_title {
  font-size: 13px;
  margin-bottom: 10px;
}





.video_gallery_box iframe {
  height: 420px;
}

.video_gallery_box2 iframe {
  height: 200px;
}



#right{
	color: gray;
	font-size:15px;
  margin-left: 66px;
}
.video_gallery_box {
  width: 95%;
  margin: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
  height: 420px;
  box-shadow: 0 0 5px #0000001f;
  overflow: hidden;
  background: white;
  border-radius: 5px;
  margin-bottom: 4%;
  margin-right: 0;
}

.single_video_gallery_box{
  width: 48%;
  margin: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
  height: 350px;
  box-shadow: 0 0 5px #0000001f;
  overflow: hidden;
  background: white;
  border-radius: 5px;
  margin-bottom: 4%;
  margin-right: 0;
}
.video_gallery_box2 {
  width: 100%;
  margin: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
  height: 200px;
  box-shadow: 0 0 5px #0000001f;
  overflow: hidden;
  background: white;
  border-radius: 5px;
  margin-bottom: 4%;
  margin-right: 0;
}


#sub_inpo::placeholder {
  color: black;
}

#contatct_form_wrap {
  margin-bottom: 20px;
	margin-top: 50px;
}

.arrow_news{
  margin: 2px 10px;
}



#sub_btn {
  position: absolute;
  right: 0;
  height: 39px;
  background: #18401B;
  color: white;
  padding: 0 12px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid white;
  top: 1px;
}



.partner_h {
  text-align: center;
  font-size: 25px;               
  color: var(--mainColor);
  margin-bottom: 25px;
}



.pic_wrap, .partners_box picture {
  width: 100%;
  height: 100%;
}



.pic_wrap .child {
  background-size: contain !important;
}


.partners_box {
  margin: 1%;
  height: 216px;
  box-shadow: 0 0 5px #80808059;
  padding: 40px;
}



.twitter_photo_picture {
  width: 17.5833px;
  height: 14px;
}
#web2 .social {
  background: unset !important;
  color: #1a2c42;
  margin-top: 0;
  padding: 0;
  margin-right: 17px; 
}


.pattern {
  width: calc(100% - 6px);
  padding: 2px 0;
  background-repeat: repeat-x;
  height: 42px;
  margin: 3px;
}


#pattern{
  width: 18%;
  height: 96%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 102px;
}

.pattern_text {
  font-size: 30px;
  writing-mode: vertical-lr;
  rotate: 180deg;
  top: 28%;
  right: 30%;
  font-family: mowa-font;
}


.news_b {
  color: #CC9B55;
  margin-top: 10px;
}
.leaflet-popup-content-wrapper {
  padding: 30px 50px !important;
  text-align: left;
  border-radius: 12px;
  background: black !important;
  color: white !important;
}
.news_summary {
  color: #7A797E;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 15px;
}

.all_news {
  color: gray !important;
  padding: 15px 70px;
  border-radius: 8px;
  text-align: right;
  display: block;
  font-size: 20px;
}

#foot_txt {
    margin-top: 20px;
    line-height: 1.4;
    font-size: 10px;
}
.news_box_l {
  margin-left: 5%;

}

.sub_menu {
  display: unset;
  position: absolute;
  left: 0;
  color: black;
  top: 60px;
  text-align: right;
  z-index: 1;
  box-shadow: 0 0 3px black;
  border-radius: 3px;
}


.menu_items_box:hover .sub_menu {
  right: 0;
  left: unset;
  display: block;
}

.news_h {
  color: var(--mainColor) !important;
  font-size: 25px;
  margin-bottom: 30px;
  border-left: 2px solid var(--mainColor);
  padding-left: 10px;
  font-family: mowa-font;
  display: block;
}


#social_links_wrap .social {
  font-size: 18px;
  margin-right: 5px;
  padding: 7px;
  color: white;
  background: var(--mainColor);
  border-radius: 100%;
}



#final {
  color: #d0d0d0;
  padding: 20px 0;
  background:unset;

}


.an_l {
    margin-right: 10%;
    padding: 20px;
    padding-right: unset;
}

.announcments_title {
    font-size: 20px;
    margin-bottom: 21px;
}


#home_partners_wrap {
    text-align: center;
}


.download_btn {
    height: 23px;
}

#socialities {
    float: right;
}


#success_stories_wrap {
    text-align: center;
}

.success_stories_photo_picture {
    height: 423px;
    margin-left: 10%;
}


.suc_in {
    margin-left: -10%;
    background: #F7F7F7;
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 10px gray;
}

.success_stories_content {
    line-height: 1.3;
    font-size: 15px;
}
.success_stories_title {
    font-size: 20px;
    margin-bottom: 30px;
}


.social {
    font-size: 16px;
    color: white;
    margin: 15px 0;
}


.w1200{
	width:1200px;
	margin:auto;
}

.client_menu_item i {
    margin-right: 8px;
    opacity: 0.6;
}

#services_area {
    background: aliceblue;
}


.sec_pad{
	    /* padding: 50px 0; */

}


.training_home_box {
    width: 400px;
    height: 400px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.training_home_brief {
    color: gray;
    margin-top: 20px;
}

#services .sec_p{
	margin-bottom: unset;
	
}
.training_home_title {
    font-size: 20px;
}

td i.pointer {
    padding: 10px;
    margin-right: 10px;
    background: #f2f2f2;
    cursor: move;
}

/*
.noEdit .select2-selection {
    border: unset;
}


.noEdit textarea {
    border: unset;
    padding: unset;
}
*/

.t_option {
    background: purple;
    display: inline-block;
    color: white;
    padding: 3px 5px;
    border-radius: 3px;
}

.inActiveEditForm .select2-container--default .select2-selection--multiple{
	background-color: unset;
border:unset;
}




.inActiveEditForm textarea {
    background: transparent;
    border: unset;
    min-height: unset;
}


.inActiveEditForm input {
    background: transparent;
    border-color: #0b0b0b0d !important;
}

.inActiveEditForm  .form_field {
    margin-bottom: 10px;
}


.inActiveEditForm .select2-container--default .select2-selection--single {
    border-color: #eaeaea;
    background: transparent;
}
#c_bag {
  background: unset !important;
  border:unset !important;
  box-shadow: unset !important;
}

#language_menu {
  font-size: 25px;
}


.noEdit .btn{
	display:none;
}

.edit_page form {
  width: 65%;
}
.input_counter{
	display:none;
}

.fileName {
  display: none;
}

#client_menu {
    position: absolute;
    display: none;
    right: 0;
    box-shadow: 0 0 3px #000000a6;
    top: 30px;
    z-index: 10;
	background: white;
border-radius: 5px;
color: black;
}


.profile_sec_head {
    font-size: 20px;
    color: var(--blue);
    margin-bottom: 30px;
}


/*
.tickets_box {
    display: block;
    margin: 30px 0;
    box-shadow: 0 0 20px #80808038;
    padding: 30px;
    border-radius: 4px;
}
*/

.tickets_issue {
    padding-right: 30px;
    line-height: 1.6;
}

.t_d span {
    max-width: 89%;
}

.issue_title {
    margin-bottom: 10px;
    color: gray;
    font-size: 12px;
}

.t_d {
    margin-bottom: 5px;
    color: var(--blue);
}


.t_r {
    padding-left: 10px;
    border-left: 1px solid #80808038;
}


.order_head_detail i {
  color: var(--mainColor);
  font-size: 10px;
  margin-top: -3px;
}
.order_head_detail {
  margin: 0 18px;
}


.item_photo {
  width: 31px;
  height: 30px;
  vertical-align: middle;
}


.total_tr {
  text-align: right;
  color: var(--mainColor);
  font-weight: bold;
  padding-right: 7px !important;
}


#hello {
    padding: 9px;
    /* background: #3e3e3e; */
    color: white;
    /* box-shadow: 0 0 3px gray; */
    border-radius: 5px;
}


#actions_head .btn {
    background: #1d19aa;
    margin-right: 10px;
}

.cat_tr {
    background: #f4f4f4;
    font-size: 20px;
}

.resp_info .btn {
    margin-left: 20px;
    background: #6f6f6f;
    font-size: 12px;
    padding: 9px;
    height: unset;
    line-height: unset;
}


#caleandar {
  margin: 60px auto;
}

.cld-title a {
  color: black;
  padding: 10px;
  font-size: 15px;
}

.download_button {
  position: absolute;
  right: 0;
  top: 0;
  background: #CC9B55;
  padding: 10px 15px;
}

/* .news_box:hover {
  box-shadow: -3px -1px 6px -2px gray;
} */

#forma {
    padding: 10px;
    background: #80808017;
	margin-bottom: 50px;
}


#responses_wrap {
    background: #f0f0f0;
    padding: 9px 0;
}


#resp_area {
    padding: 9px 0;
    background: #f0f0f0;
    border: 1px solid #8080804f;
}


textarea.responses_response {
    width: 100%;
    margin-bottom: 20px;
    height: 150px;
}


.responses_box {
    margin-top: 28px;
}

.responses_response {
    margin-top: 26px;
}


.partner_resper {
    background: purple;
    color: white;
    padding: 6px;
    box-shadow: 0 0 3px #8080808c;
    border-radius: 6px;
}


.responses_employee {
    margin-left: 27px;
}

.rt {
    margin-bottom: 20px;
    font-size: 31px;
}


.del {
    margin-top: 10px !important;
    background: darkred !important;
    font-size: 8px !important;
}


.assigns_box {
    margin-top: 13px;
    margin-left: 36px;
}


.resp_info {
    padding: 5px;
    margin-top: -49px;
    display: table;
    background: #e3e3e3;
    border-radius: 5px;
}


.responses_box {
    width: 100%;
    background: white;
    padding: 20px;
}

#add_form {
    margin-bottom: 36px;
}

thead {
    text-align: left;
}
#services_area {
    background: #f7f7f7;
    padding: 10px 0;
}

.lol {
    display: block;
    font-size: 8px;
    margin-bottom: 3px;
}

#c_success {
    font-size: 19px;
    color: green;
    font-weight: bold;
}

.responses_box time
{
	margin-left:36px;margin-top:unset;}
.client_menu_item {
    background: var(--mainColor);
    color: white !important;
    padding: 10px 20px;
    min-width: 200px;
}

.post_box_wrap {
/*
  height: 100vh;
  width: 100vw;
*/
/*	padding-top:10px;*/
}

.post_box {
  max-width: 400px;
	display:block;
  margin: auto;
  box-shadow: 0 0 10px #00000026;
  border-radius: 5px;
  margin-top: 5px;
	margin-bottom:22px;
}

.minister_section_photo_picture {
  width: 100%;
  height: 328px;
}


.swiper-button-next,.swiper-button-prev {
  right: 10px;
  left: auto;
  background: #00000094;
  padding: 30px 20px;
}


.minister_subtitle {
  text-align: center;
  font-size: 17px;
}

.minister_title {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: mowa-font;
}


.n_title_box {
  background: #0006;
  color: white !important;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 22%;
  overflow: hidden;
}


.tri_icon.in {
  position: absolute;
  left: -55px;
  top: 10px;
}


.news_title{
  font-size: 20px;
  font-family: mowa-font;
}



#filter_posts {
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.minister_con{
  padding: 4px 20px;
}

#minister_sec {
  margin-right: 5%;
  height: 420px;
  box-shadow: 1px 2px 10px 4px #8080807a;
  border-radius: 15px;
  background: var(--mainColor);
  /* color: var(--gold); */
  color: black;
}


.minister_section_photo_picture img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

body{
	overflow-x: hidden;
  font-family:aljazeera-arabic;
 
}

.bd:hover {
  background: #B0B91E !important;
  color: white !important;
}

.user_stats {
  margin: 10px auto;
}



.section_title {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-top: 30px;
  margin-left: 45px;
}

#omar{
  position: fixed;
top: 0;
left: 0;
background: black;
width: 100vw;
height: 100vh;
z-index: 10;
}
.usert_stat_row {
  margin: 0 10px;
}

.usert_stat_row span {
  color: var(--mc);
}
.customer_feedback_photo_picture img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: 20px;
}

#footer_con {
  font-size: 13px;
  line-height: 1.5;
  width: 85%;
}



#customer_profile_photo img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: 20px;
}

.customer_feedback_stars.mid {
  margin-left: 20px;
}
#products_page {
    background: #e1e1e1;
}

mh{
	width:100%;
  height:169px;
	display: block;
	
}
.produc_slider_section {
  margin: 50px auto;}

.customer_feedback_comment {
  margin-left: 90px;
}

.full_star {
  color: var(--mc) !important;
  text-shadow: 1px 0px 1px #8000806b;
}

.customer_feedback_user{
  margin-left: 30px;
}


.c_products_cart_photo_picture {
  width: 40px !important;
}

.c_cart_right{
  background: white;
  margin-top: 8px;
  color: black;
  padding: 10px 20px;
  width: 100%;
}

.c_cart_left_address {
  background: white;
  color: black;
  padding: 10px 20px;
  margin-right:unset !important;
  margin:50px auto;
  margin-right: 10%;
  width: 100%;
}

#payment_method_wrap {
  background: white;
  padding: 20px;
  color: black;
}

.c_checkout_btn {
  margin: auto !important;
    margin-top: auto;
  margin-top: 20px !important;
}


.customer_feedback_box{
  color: #8A8A8A !important;
  font-size: 20px;
  margin-bottom: 15px;
}
.products_together_section{
  margin: 50px;
}

.together_box picture {
  width: 200px;
  height: 200px;
}

.our_producers_summary.el {
  -webkit-line-clamp: 10;
}


.add_icon{
  font-size: 80px;
}

.add_icon:last-child{
display: none;
}



#customer_feedback_wrap {
  padding: 80px 0;
  text-align: left;
}   

.photos_box {
  margin-bottom: 30px;
  height: 400px;
}

#site_name {
  margin: 0 26px;
  font-size: 27px;
}

/*
.adsbygoogle{
	 display: none !important;
}
*/
/*
ins.adsbygoogle[data-ad-status="filled"] {
   display:unset !important;
}
*/
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.post_user_photo {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid white;
	overflow: hidden;
	margin-right:5px;
  box-shadow: 0 0 3px #0000007d;
}

.user{
	text-align: center;
	padding:20px;
}
.user_photo {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid white;
  box-shadow: 0 0 3px #0000007d;
	margin: auto;
	margin-bottom:20px;
}

.post_user_box {
  padding: 5px;
}

.post_box_id {
  float: right;
  top: 4px;
  color: gray;
  font-size: 12px;
}


.post_user_slider {
  height: 400px;
  width: 100%;
}

.post_box_autotxt {
  padding: 9px;
}
.post_top {
  padding-bottom: 13px;
}


.post_box_single_photo {
  width: 100%;
  height: 100%;
}




.donors_logo_picture {
  height: 43px;
}


#online_status {
  position: fixed;
  top: 0;
  right: 0;
  padding: 6px 20px;
  border-bottom-left-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 0 8px black;
}

#poper {
    position: absolute;
    bottom: 10px;
    z-index: 22222;
    width: 90%;
    left: 5%;
    background: white;
    border-radius: 21px;
    box-shadow: 0 0 10px #80808066;
    overflow: hidden;
}

#status {
  text-align: left;
  font-size: 15px;
  padding: 20px 10px;
  font-weight: bold;
  border-bottom: 1px solid #80808042;
  margin-bottom: 20px;
}

#circ {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 3px;
}


#details {
    text-align: center;
}


.third {
    width: 33.3333%;
}




#biker_img {
    width: 49px;
    height: 49px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    background: white;
    border: 2px solid var(--mainColor);
    border-radius: 100%;
}




#biker_img img {
    width: 100%;
    height: 100%;
}



#biker_name {
    margin-top: 5px;
}



.poper_icon i {
    font-size: 27px;
    color: var(--mainColor);
}


.poper_txt {
    margin-top: 5px;
}
.star,.emptystar:hover {
    color: #e1be03;
}

.emptystar{
    color: lightgray;
}


.rev_box {
    text-align: center;
    margin-bottom: 21px;
}



.rev_stars {
    font-size: 23px;
}




#poper_btn a {
    background: var(--mainColor);
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 15px 0;
    font-size: 20px;
}



.menu_photo_picture {
    width: 60px;
}

.order_options {
    margin-top: 20px;
}

#services {
    padding: 50px 0;
}

.sec_h {
    font-size: 33px;
    text-align: center;
}


.sec_p {
    text-align: center;
    color: gray;
    margin: 20px 0;
		margin-bottom: 60px;

}

.publishes_box {
    text-align: center;
    height: 365px;
    padding: 60px;
    color: white !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.publishes_title {
    font-size: 25px;
}

.publishes_brief {
    margin-top: 20px;
    line-height: 1.3;
}


#our_services_wrap {
    text-align: center;
}


.our_services_icon_picture {
    width: 70px;
    height: 70px;
    margin-bottom: 37px;
}


#trainings_home {
    background: #F7F7F7;
}
.our_services_box.inline {
    padding: 62px;
}
#tright picture {
    width: 100%;
    height: 100%;
	height: 406px;
}

#tleft {
    padding-right: 66px;
}
#tleft h1 {
    font-size: 43px;
}

#tleft p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.3rem;
}

#trainin_top {
    background: whitesmoke;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

#s_p_btn i {
    padding: 0 2px;
}
.block2, .block3 {
    color: #c4c4c4;
}
#reviews_wrap h1 {
    font-size: 20px;
    color: #575757;
}
#reviews_wrap {
    text-align: center;
    margin: 50px 0;
}
.reviews_box {
    width: 18%;
    margin: 3%;
}
.reviews_box picture {
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
    height: 120px;
    border: 2px solid;
}
.reviews_user_id {
    margin: 5px 0;
    font-weight: bold;
}


.reviews_content {
    color: #575757;
    margin-top: 6px;
    font-style: italic;
    font-size: 14px;
}

#page_top {
    padding-top: 20px;
}   

.product_phrases_icon_picture {
    margin-left: 5px;
    margin-right: unset;
}
#prods {
    background: whitesmoke;
    padding: 66px 0;
	  text-align: center;
}

#prods h1 {
    text-align: center;
    font-size: 25px;
}

.menu_items_box:hover .sub_menu {
    display: unset;
    position: absolute;
    left: 0;
	  color:black;
    top: 38px;
    background: var(--mainColor);
    text-align: left;
    z-index: 1;
    box-shadow: 0 0 3px black;
    border-radius: 3px;
}


.menu_items_box:hover .new_sub{
	display:unset;
	
}

.products_box:nth-child(3n) {
    margin-right: unset;
}

.product_gallery{
    margin-right: 5%;
}


#single_product {
    margin-top: 50px;
}

#sli {
    width: 100%;
    height: 60vh;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 3px #ffa50042;
}
#slider {
    width: 100%;
    height: 100%;
}
.slItems {
    width: 100%;
    height: 100%;
}



.slide_box {
    height: 100%;
    width: 100%;
    float: right;
/*    padding-right: 30px;*/
    color: white;
    z-index: 1;
}

/*
.head::first-letter {
    margin-left: 8px;
    font-weight: bold;
}
*/

.target_groups_box {
    width: 30%;
    padding-right: 50px;
    background: #e8e8e869;
    margin-right: 1%;
    padding: 1%;
}

.target_groups_icon_picture {
    width: 90px;
    height: 90px;
}


.target_groups_title {
    margin: 10px 0;
    font-size: 30px;
    color: var(--blue);
}

#con_title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: var(--blue);
}

#con_p {
    margin-bottom: 20px;
    color: gray;
}


.mce p {
    line-height: 1.5;
}

#con_r {
	    font-size: 20px;

    background: #ECECEC;
    padding: 30px 100px;
    text-align: center;
    margin-left: 20%;
	color: var(--blue);
	padding-bottom:60px;
}

.faq_question {
    margin-top: 30px;
    background: whitesmoke;
    font-size: 20px;
    padding: 17px 10px;
    border-radius: 7px;
    box-shadow: 0 0 3px #80808052;
}

.arr {
    color: #841e1e;
    font-weight: bold;
    top: 4px;
}

.faq_answer {
    line-height: 1.5rem;
    padding: 20px;
    background: #bdbdbd14;
    width: 80%;
    margin-left: 16px;
    border-left: 1px solid orange;
}

#con_r::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 50%;
    height: 30px;
    background: var(--gold);
}

#con_r::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    width: 50%;
    height: 30px;
    background: var(--gold);
}
.c_i {

	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.target_groups_brief {
    color: gray;
    font-size: 13px;
    line-height: 1.3;
}
a.head::after {
    content: "";
	transition: all 0.3s;
    width: 0;
    height: 1px;
    background: #80808073;
    display: block;
    margin-top: 2px;
}

a.head:hover::after{
    width: 25px;
	 height: 1px;
    background: var(--blue);
   
}

#services_wrap{
	text-align:center;
}
.services_box {
    margin: 30px 0;
	width:100%;
}
.school_trainings_method,.school_trainings_target {
    margin: 10px 0;
}

.service_txt i{
    background: gray;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    color: white;
}

.course_dates_course_date {
    padding: 0 1px;
    margin-right: 29px;
    border-bottom: 1px solid #80008066;
}
.category_title {
  color: #B0B91E;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  text-transform: capitalize;
}
#back_btn {
  position: absolute;
  left: 239px;
  top: 0px;
  padding: 10px;
}
#back_btn:hover{
  color: #B0B91E;
}

.categories_photo {
  width: 300px;
  height: 300px;
  padding: 30px;
  box-shadow: 2px 0px 2px 4px #d9d6d64d;
  margin: 5px;

}

#all_page {
  width: 100%;
  height: 100%;
}






#page_top .t_time_block {
  text-align: unset;
}


.more::after {
  width: 38px;
  height: 1px;
  background: var(--orangeG);
  content: "";
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.more {
  width: 100%;
  display: block;
  color: var(--mainColor) !important;
  font-size: 12px;
  padding: 0 4px;
  padding-bottom: 9px;
}

#centers {
    background: #F7F7F7;
}


#c_drop {
    margin-bottom: 29px;
}


#training {
    padding: 100px 0;
	color: white;
}

.c_box {
    padding-right: 20px;
    margin-bottom: 19px;
}


.c_r {
    margin-right: 10%;
}


.faq_answer {
    line-height: 1.5rem;
    padding: 20px;
    background: #bdbdbd14;
    width: 80%;
    margin-left: 16px;
    border-left: 1px solid orange;
}

.faq_question {
    margin-top: 30px;
    background: whitesmoke;
    font-size: 20px;
    padding: 17px 10px;
    border-radius: 7px;
    box-shadow: 0 0 3px #80808052;
}

#products_wrap h1 {
    font-size: 20px;
    color: #575757;
}


#single_product #products_wrap {
    text-align: center;
    margin-top: 60px;
}


.product_phrases_icon_picture {
    width: 31px;
    margin-right: 5px;
}

.product_phrases_box {
    margin: 0 28px;
}

#single_product #certs {
    padding: 30px 0;
}
#s_p_btn {
    display: inline-block;
    background: whitesmoke;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 0 2px gainsboro;
    border-bottom: 1px solid orange;
}

.products_sizes_picture {
    margin: 30px auto;
    display: block;
    width: 100%;
}

#product_phrases_wrap {
    text-align: center;
    background: #bbbbbb1c;
    padding: 20px 0;
    margin: 46px auto;
    border-radius: 8px;
    box-shadow: 0 0 3px #80808036;
}


.slItem {
    width: 100%;
    height: 100%;
}


.s_p_content p {
    line-height: 1.5rem;
    font-size: 17px;
}

.s_p_title {
    font-size: 38px;
}

#slider a {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}


.sub_menu a {
    width: 200px;
    display: block;
    padding: 17px 10px;
}

.sub_menu a:hover {
    background: #e8ac0f;
}

.sec_head {
    text-align: unset;
    font-size: 21px;
    margin-top: 29px;
    margin-bottom: 20px;
}
#sub .sec_head {
    font-size: 26px;
    color: white;
    margin-bottom: 31px;
}
.sub_menu,.new_sub {
    display: none;
} 
.member_categories_title {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid orange;
}
.members_box {
	font-size: 14px;
    width: 17%;
    margin-right: 3%;
    margin-top: 20px;
    margin-bottom: 39px;
    background: #f5f5f596;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px #80808057;
    text-align: center;
}

.members_name {
    margin: 10px 0;
    font-weight: bold;
}

#training p {
    margin-top: 21px;
    width: 50%;
    line-height: 1.3rem;
}

.members_job_title {
    font-size: 11px;
    color: #734b02;
    margin-bottom: 14px;
}

.members_photo_picture {
    height: 191px;
    width: 100%;
}
::placeholder {
    color: white;
}
.mceNoEditor {
    width: 100%;
    height: 80px;
}

.c_row {
    margin-bottom: 10px;
    font-size: 13px;
}

.c_row i {
  padding: 7px;
   color: #fd0909;
}

.about_titles_section li{
  list-style-type: none;
}
#form_sec h2 {
    margin-bottom: 20px;
    color: #199f41;
}

#menu_title{
  position: fixed;
  z-index: 31;
  width: 100%;
  padding: 10px;
  text-align: center;
}

#contact_ty {
    text-align: center;
    color: green;
}



#head_title{
	font-size: 20px;
	color: #F2584E;
}

#contact_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #F2584E;
  margin-bottom: 30px;
}
.alard_pattern {
  position: absolute;
  right: 35px;
  bottom: 10%;
  height: 160px;
  width: 195px;
}

/* input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"] {

  min-height: 50px;
} */
.web_name
{
  border-right: 2px solid #CBAC71;
  height: 60px;
  padding: 15px 15px;
  font-size: 23px;
}
#mapper {
    height: 370px;
    margin-top: 32px;
}

.logo_menu_box picture {
  width: 225px;
  padding: 5px 0;
  z-index: 5;


}


#provision {
  right: 0;
  position: absolute;
  top: -3px;
transition:0.1s all;
}



.background_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.cook_description {
  color: white;
  margin-top: 10px;
  line-height: 1.3rem;
}

.youtube_box_pop {
  width: 100%;
  height: 100%;
  /* position: fixed;
  top: 14%;
  right: 26%; */
  padding: 30px;
  background: black;
  box-shadow: 0 1px 8px #00000070;
  z-index: 2;
}
.product_categories_title:hover {
  color: white;
}

#product_categories_wrap:hover .alard_pattern{
display: none;
}
#shireen {
  /* background: red; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.our_product_list_title:hover {
  color: white;
}
.cancel {
  position: absolute;
  top: 4px;
  right: 7px;
  cursor: pointer;
  font-size: 25px;
}


.blog_pop{
  width: 100%;
  height: max-content;
  /* position: absolute;
  top: 4%;
  right: 0%; */
  background: black;
  padding: 50px;
  z-index: 1;
  box-shadow: 0px 3px 5px 7px #28272782;
  border-radius: 10px;
}
.play_wrap {
  height: 100%;
}
.category_header {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  color: var(--mainColor);
  font-weight: bold;
}
.video_cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  text-align: center;
}

.product_categories_box:hover .alard_pattern  {
  display: none;
}

.play_wrap i {
  font-size: 56px;
  background: var(--mainColor);
  border-radius: 100%;
  padding: 5px;
  color: white;
  box-shadow: 0 0 10px #000000de;
}
.play_wrap video {
  object-fit: cover;
  width: 100%;
  border: 3px solid white;
  height: 100%;
}
#logo_pic {
    height: 120px;
}

.alard_pattern {
  position: absolute;
  right: 35px;
  bottom: 15%;
  height: 160px;
  width: 195px;
}

.slide, .slobe {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.order_option {
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 3px #8080802e;
}

.stats_photo {
    position: absolute;
    width: 100%;
    height: 100%;
}




#our_blogs_wrap {
  padding: 40px 100px;
}

#cook_palestinian__wrap {
  padding: 20px 100px;
}


#mowa_files_wrap {
  margin: 80px auto;
}

.products_box:hover {
  transform: scale(0.8);
}

.our_blogs_summary.el {
  -webkit-line-clamp: 11;
  text-align: justify;
  line-height: 1.5rem;
}
.our_blogs_publish_date {
  float: left;
  margin-left: 15px;
  margin-top: 30px;
  font-size: 11px;
  font-style: italic;
}

#files_header {
  color: black;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}

#reports_date_box .read_more {
  color: white;
  float: left;
}

.mowa_files_tilte {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
}
#reports_date_box {
  position: absolute;
  bottom: 2px;
  right: 10px;
  left: 10px;
}

.leaflet-pane {
  z-index: 1 !important;
}
.list_comp_item img {
  width: 250px;
  height: 250px;
}
#our_producers_wrap {
  padding: 40px 100px;
} 
.values_title_section{
  position: fixed;
top: 75px;
left: 60px;
}

.scroll_title {
  transform: rotate(-90deg);
  text-align: center;
  height: 60px;
  color: white;
  margin-top: 100px;
  display: block;
}

#contact_form {
  padding:100px;
}
.values_title_section li{
  list-style: none;
}

.values_scroll_title{
  transform: rotate(-90deg);
  text-align: center;
  height: 126px;
  color: white;
  margin-top: 50px;
  margin-left: -15px;
  display: block;
  font-size: 15px;
  width: 140px;
}
.about_titles_section {
  position: fixed;
  top: 50px;
  left: 10px;
}

.our_blogs_title {
  font-size: 25px;
  font-weight: bold;
  color: #B0B91E;
  margin: 20px auto;
    margin-top: 20px;
  text-transform: capitalize;
  text-align: center;
  min-height: 65px;
}


.our_blogs_box {
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.4;
  background: black;
}

black_s2 {
  background: #0000003b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.producers_photo img {
  width: 100%;
  height: 500px;
  margin-left: 5%;
  margin-top: 25px;
}
#values_and_responsibility_wrap {
  text-align: center;
}


.values_right {
  margin-left: 5%;
}
.values_and_responsibility_photo_picture {
  width: 80%;
  height: auto;
  
}

.values_and_responsibility_content {
  font-size: 24px;
  text-align: justify;
}

.values_and_responsibility_box {
  line-height: 1.5;
  margin-bottom: 30px;
}

.values_right img {
  width: 560px;
  height: 500px;
  margin-top: 75px;

}

.single_producer_title {
  color: #B0B91E;
  font-size: 22px;
  text-transform: capitalize;
}

.our_producers_content{
  color: white;
}

.photos_photo_picture {
  width: 100%;
  height: 400px;
  box-shadow: 1px 0px 3px #313129b3;
}

.producers_photo {
  margin-left: 5%;
}

.our_producers_title {
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  color: #B0B91E;
}

.our_producers_box {
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
}

.c_grand_total.c_grand_total_title {
  padding: 10px;
    padding-right: 10px;
    text-align: center;
}

.our_producers_photo_picture {
  width: 100%;
  height: 100%;
}



.awards_and_initiatives_summary {
  font-size: 18px;
  line-height: 1.3;
  padding: 20px 35px;
  color: white;
}


.awards_and_initiatives_title {
  font-size: 20px;
  padding: 10px 20px;
    padding-bottom: 10px;
  background: var(--mainColor);
  text-align: center;
  padding-bottom: 25px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: mowa-font;
}




.awards_and_initiatives_photo_picture {
  width: 380px;
  height: 245px;
  padding: 50px;
  display: block;
  margin: auto;
}

#posts_wrap .full_attach {
  width: 50%;
}



.post_number {
  width: 30px;
  height: 30px;
  background: white;
  color: var(--mainColor);
  padding: 5px 12px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}


.posts_publish_date {
  position: absolute;
  top: 15px;
  left: 15px;
}
.posts_photo_picture {
  width: 500px;
  height: 350px;
  margin: auto;
    margin-bottom: auto;
  display: block;
  margin-bottom: 50px;
}


#awards_and_initiatives_wrap {
  padding: 30px 0;
}

.awards_and_initiatives_box {
  box-shadow: 1px 2px 10px 4px #8080807a;
  height: 300px;
  border-radius: 15px;
}


.post_r:hover {
  background: var(--gold);
}


#posts_wrap {
  margin: 80px auto;
}

.posts_title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.our_producers_summary {
  line-height: 1.3;
  text-align: center;
  margin: 20px;
  font-size: 17px;
}


.mechanisms_tools_title {
  margin: 20px auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}



.posts_box{
  height: 150px;
  background: var(--mainColor);
  border-radius: 15px;
  box-shadow: 1px 2px 10px 4px #8080807a;
  color: white !important;
  padding: 50px 20px;
  margin-bottom: 20px;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--mainColor);
  border-radius: 15px;
  padding-top: 15px;
}
.awards_and_initiatives_box:hover .overlay {
  opacity: 1;
}

.gallery_box {
  margin-bottom: 20px;
}
.gallery_title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 25px;
  background: black;
  width: 90%;
  box-shadow: 2px 0px 5px 1px #ffffff4f;
  padding: 15px;
}
.c_table {
  border-collapse: unset !important;
  font-size: 13px;
  width: 100%;
  background: white;
  max-width: 100%;
  box-shadow: unset !important;
}

.c_checkout_btn {
  background: #B0B91E !important;}

.c_no_items_cart_title {
  text-align: center;
  line-height: 5vh;
  font-size: 20px;
  margin: 20px auto;
}

.c_table th {

  white-space: nowrap;
  text-align: center !important;
  line-height: 19px;
  border-bottom: 1px solid white;
  background: black !important;
  color: white;
  font-size: 18px;
}


.top_section {
  margin-top: 35px;
}
.list_comp_item picture {
  width: 300px;
  height: 260px;
  padding: 8px;
}
#black_separate:last-child{
  display: none;
}

#user_photo img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 10px;
}


.gallery_cover_photo_picture {
  width: 100%;
  height: 400px;
}

#menuCont{
  color: black;
  font-family: mowa-font;
}



.logo_menu_box.mid.w10 {
  text-align: center;
  /* border: 1px solid #caa3a31a; */
  /* border: 1px solid #d1ac6a82; */
  margin: 7px 0px;
}





#website_name {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #d1ac6a;
}

header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  padding: 1px 0;
    padding-bottom: 11px;
  padding-bottom: 0;
  background: white;
  /* background: #d1ac6a; */
  box-shadow: 0px 1px 2px #000000a3;
  color: black;

}



.donors_box{
	padding:3px 0;
}



a.head {
  font-size: 20px;
  padding: 10px 22px;
  font-weight: bold;
  display: inline-block;

  color: #d1ac6a;
}

.statistics_icon_picture {
  width: 25px;
  height: 25px;
  margin: 10px;
}

.module_h {
  color: black;
  font-size: 25px;
  margin: 20px auto;
}
.post_view_btn {
  font-size: 12px;
  color: var(--mc) !important;
  padding: 8px;
  display: block;
}
.statistics_number{
  font-size: 30px;
  font-weight: bold;
  margin: 5px;
}
.ad_wrap {
  width: 400px;
  margin: 5px auto 13px auto;
  overflow: scroll hidden;
}
.statistics_title {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.statistic_pattern{
  animation: rotation 10s infinite linear;
  width:100%;
  height:100%;
}


/* @keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
} */


#single_video_gallery_wrap {
  margin: 50px auto;
}

.statistics_box {
  margin: 0;
  margin-left: 0px;
text-align: left;
background: white;
color: black !important;
border-radius: 15px;
opacity: 0.8;
height: 204px;
width: 18%;
margin-left: 1%;
}
#section_video {
  width: 100%;
  height: 40vh;
}

.sta_con {
  position: absolute;
  top: 40%;
  right: 38%;
}

#video_content {
  color: white;
  font-size: 30px;
  width: 10%;
  margin: 12%;
}

.ad_slider{
  width: auto;
	scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  touch-action: pan-y;
  user-select: none;
}
.nice_ad {
  border-radius: 4px;
  box-shadow: 0 0 2px 0px black;
  margin: 2px 2px;
}





.statistics_summary.el {
  -webkit-line-clamp: 6;
}

.news_content {
  color: black;
  line-height: 1.2;
}

.statistics_summary {
  padding: 15px;
  font-size: 15px;
  text-align: right;
  line-height: 1.3;
  overflow: hidden;
}
.single_news_title {
  color: black;
  font-size: 25px;
  margin: 20px 0;
}

#single_news_wrap {
  margin: 50px auto;
}

.publish_date {
  color: black;
  text-align: left;
  margin: 20px 0px;
  font-size: 20px
}


.statistics_box:hover .overlay {
  opacity: 1;
}

.single_news_photo {
  width: 100%;
  height: 450px;
}

#statistics_wrap {
  text-align: center;
  padding-bottom: 80px;
}

cover_s {
  background: #CBAC7178;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pattern2 {
  height: 350px;
  width: 94%;
}



#red_lady {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  top: -67px;
  left: 65px;
  box-shadow: 0 0 20px #0000007a;
	transition:1.5s all;
	
}

#red_lady picture{
	width:100%;
	height:100%;
}
#red_lady:hover{
	transform: rotateZ(90deg);

/*	animation: rotateit 1.5s;*/
	}

@keyframes rotateit{
	0%{
		transform: rotateZ(0);
	}
	
	100%{
		transform: rotateZ(90deg);
	}
	
/*
	100%{
		transform: rotateZ(0);
	}
*/
}

#section_2_right {
  text-align: end;
}


  .ann_box {
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 100px;
  }

  #aan_h{
    background: var(--mainColor);
    height: 100px;
    padding: 25px;
    font-size: 35px;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    font-family: mowa-font;
    border-bottom-right-radius: 15px;
  }

  #ann_title {
    background: #63908fc4;
    height: 100%;
    padding: 30px;
    font-size: 25px;
    float: right;
    font-family: mowa-font;
    color: black;
  }

.circle2_shape {
  width: 250px;
  height: 250px;
  background: #f2ededed;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  right: 10px;
}




.slide_box p {
    margin: 15px auto;
    line-height: 1.5rem;
    font-size: 21px;
}


#c_header {
margin: auto 20px;
}

.download_icons {
  font-size: 40px;
  font-weight: inherit;
	margin-bottom: 20px;
	padding-top: 45px;
}
#black_background {
  width: 100%;
  background: black;
}

#intro {
margin: auto;
  margin-bottom: auto;
text-align: center;
	height: 100vh;
}

#intro_wrap {
  width: 60%;
  color: white;
}

#intro h1 {
  font-size: 60px;
  font-weight: bold;
}




#intro p {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.4;
}

#download_title {
  margin-bottom: 10px;
  font-weight: bold;
}

#download_btns picture {
  width: 148px;
  box-shadow: 0 0 6px black;
  border-radius: 10px;
  border: 1px solid #736b6b;
}

.about_contetnt {
  text-align: justify;
  font-size: 23px;
}

#about_left {
  margin-left: 5%;
}
.faq_box {
  width: 48%;
  border: 1px solid #00000012;
  padding: 30px 10px;
  margin: 1%;
  font-size: 15px;
}
.faq_box span {
  color: red;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}


.faq_box .faq_answers {
    display: none;
}

.faq_box .faq_title:hover ~ .faq_answers{
    display: block;
}

#address_form{
  width: 40%;
  margin: auto;;
}

.faq_title{
	font-weight: bold;
	font-size: 15px;
}
.faq_answers {
  margin: 30px auto;
  line-height: 1.3;
}

#c_users_8346 {
  width: 65%;
  margin: auto;
  padding-top: 50px;
}

#users_8346{
  /* width: 40%; */
  margin: auto;
  /* padding-top: 50px; */
}
.bd {
  background: white !important;
  color: #B0B91E !important;
}

#faq_wrap {
  margin: 50px auto;
}
.b {
  width: 98%;
  height: 60px !important;
  color: white;
  font-size: 25px;
font-weight: bold;
}
.circle_shape {
  width: 250px;
  height: 250px;
  background: #f2ededed;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  left: 15px;
}
.singup_page {
  
  background: black;
}

#login_wrap{
  width: 100%;
  height: 100vh;
  background: black;
}

#form_users_8346 {
  width: 65%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}

#section_2_left {
  margin: 50px auto;
}

.section_1 {
  margin-bottom: 65px;
}

#SuccessConnectedBox {
  color: var(--mainColor);
  text-align: center;
  font-size: 30px;
  margin: 100px;
}
.play_icon {
  font-size: 50px;
  border-radius: 100%;
  color: white;
  position: absolute;
  top: 35%;
  right: 47%;
  z-index: 1;
}


.cook_palestinian__photo_picture {
  width: 100%;
  height: 360px;
}

.cook_palestinian__title {
  font-size: 20px;
  margin: 20px auto;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: black !important;
}

/* input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"] {
  min-height: 65px;
  border-radius: 4px;
} */

.c_d {
  font-size: 15px;
  color: black;

}




#contact_form_8348 .form_field {
  margin-bottom: 18px;
}

/* #contact_form_8348 input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"] {
  min-height: 60px;
  border-radius: 4px;
} */


#contact_form_left {
  font-size: 20px;
  padding-bottom: 60px;
  width: 25%;
  text-align: center;
  margin-top: 2%;
}
#about_wrap {
  text-align: center;
  padding: 40px 100px;
}

.about_section_two_photo_picture {
  width: 280px;
  height: 500px;
}
.about_photo_picture {
  width: 600px;
  height: 650px;
  margin-top: 75px;
}

.c_cart_sec_title {
  border-bottom: 2px solid #B0B91E !important;

}

#about_right {
  margin-left: 5%;
}

.about_box {
  color: white;
  line-height: 1.5;
  margin-bottom: 20px;
  height: 100vh;
}

.about_content.mce {
  color: #F2463A;
  font-size: 15px;
}


#home_formatted_text {
  text-transform: uppercase;	
  margin-bottom: 15px;
  color: #F2463A;
  font-size: 25px;
}
#home_text {
  font-size: 25px;
  width: 60%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 50px;
	  line-height: 1.3;

}

#contact_form_right {

}


.about_section_two_title {
  width: 70%;
	color: #F2584E;
}

#intro_content {
  color: white;
  font-size: 28px;
line-height: 1;
  margin-bottom: 20px;
}

.highlights_wrap {
  margin: 40px auto;
}

.highlights_box {
  width: 30%;
  margin-right: 5%;
	 height: 253px;
  overflow: hidden;
  border-radius: 21px;
 
}

.highlights_photo_picture{
height:100%;
	width:100%;
	}


.highlights_box:last-child {
  margin-right: unset;
}


.hl_details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff1f;
}


#map_home {
  height: 50vh;
}

#map_home #map,#map_home #quick_access {
  height: 100%;
  width: 100%;
}

#home_services {
/*  padding: 50px 0;*/
	height:40vh;
}
whi {
  background: linear-gradient(to right,white,transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  color: white !important;
}

.service_bver {
  padding: 63px;
}


#s_c {
  width: 50%;
}

#s_c p {
  line-height: 1.0;
}



#downlaod_header {
  background: white;
  padding: 14px;
  border-radius: 13px;
  color: var(--mainColor);
  font-weight: bold;
}


.highlights_title {
  font-size: 50px;
  padding: 0 20px;
  color: var(--mainColor);
}

.highlights_box:hover .hl_details{
	background:unset;
}

#log_btn {
  font-size: 27px;
	margin-top:20px;
  padding: 3px 28px;
  height: unset;
}

#not_yet {
  color: white;
  display: block;
  margin-top: 11px;
}

.slider_btn {
    display: inline-block;
    border-bottom: 3px solid var(--mainColor);
    padding: 5px 10px;
    font-size: 20px;
    box-shadow: 1px 1px 3px aliceblue;
    background: #ee93a3c9;
	margin-top: 20px;
}

/*
.menu_items_box::after {

    content: " ";
    border-right: 1px solid orange;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

}
.menu_items_box:last-child::after {

    all: revert;

}
*/

#team_txt {
/*    text-align: left;*/
/*    margin-right: -135px;*/
    z-index: 1;
    text-shadow: 2px 1px white;
}

#team_txt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2rem;
}

.lover_border::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #c18f983d;
    position: absolute;
    left: 13px;
    top: -12px;
}

.blog_photo_picture {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: calc(50% - 75px);
  margin-top: -75px;
  box-shadow: 0 0 10px #00000085;
  margin-bottom: 20px;
}

.blog_box {
  background: white;
  width: 30%;
  margin: 22px 2%;
  text-align: left;
  padding-bottom: 44px;
  border-radius: 16px;
  margin-bottom: 86px;
  box-shadow: 0 0 3px;
}


#globe {
  background-size: cover;
	padding-bottom:20px;
  background-attachment: fixed;
}


.blog_content {
  padding: 10px 20px;
  text-align: center;
  height: 59px;
}



.blog_title {
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}



#blog_wrap {
  text-align: center;
}


.el {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lover_border {
    border-right: 29px solid white;
    box-shadow: 13px 1px 2px #ffc0cb94;
    border-bottom: 5px solid white;
}

#team_txt h1 {
    font-size: 40px;
}

#team {
    padding: 90px 0;
    text-align: center;
    background: #ececec;
}

.btns {
    margin-top: 63px;
}

#bg_black {
    background: #00000008;
    width: 100%;
    height: 100%;
    position: absolute;
}

.option_title {
  color: red;
  margin: 10px auto;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.our_product_list_price {
  font-size: 20px;
}

#foot_about {
  margin: 0 3%;
    margin-right: 3%;
}


.our_product_list_size {
  width: 50px;
  height: 50px;
  background: white;
  color: #566C11;
  padding: 15px 0;
  border-radius: 5px;
  margin: 10px;
}

.product_categories_box:hover .our_product_list_box{
  display: block;
}

.our_product_list_subtitle {
  font-size: 28px;
  margin: 15px;
}

.our_product_list_features {
  color: white;
  margin: 30px;
  font-size: 18px;
  line-height: 1.5rem;
}



.our_product_list_box {
  margin: 20px auto;
  font-size: 15px;
  display: none;
}



.our_product_list_photo_picture picture{
  height: 550px;
  width: 550px;;
}


.our_product_list_embroidery_photo_picture {
  width: 200px;
  height: 200px;
  margin-top: 60px;
}

.c_table img {
  width: 150px;
  height: 100px;
}


#product_right{
  margin-left: 10%;
  text-align: center;
}

#our_product_list_wrap {
  text-align: center;
}


.our_product_box {
  /* position: absolute;
  top: 40px;
  right: 0%; */
  width: 80%;
}

#product_categories_wrap {
  color: black;
  background: #909719;
  width: 100%;
  text-align: center;
  height: 100vh;
  padding: 10px;
}


/* #our_product_list_wrap{
display: none;
} */

.product_categories_box {
  padding: 25px;
}

.mowa_control_title {
  font-size: 70px;
  margin-bottom: 10px;
}

.mowa_control_subtitle {
  font-size: 20px;
}

#home_data {
  /* color: #8c8282; */
  color: white;
  font-size: 25px;
  width: 60%;
  margin: auto;
  text-shadow: 3px 0px #000000d9;
}

#home_formatted{
  /* color: #8c8282; */
  color: white;
  text-shadow: 3px 0px #000000d9;
  font-size: 15px;
}
.intro_content {
  padding-top:25%;
  line-height: 1.5;
  margin: auto;
  text-align: left;
  z-index: 10;
  padding-left: 10%;
}        

#intro {
  color: white;
  width: 100%;
  height: 100vh;
}


#mechanisms_tools_wrap {
  margin: 80px auto;
}
.mechanisms_tools_photo_picture {
  position: absolute;
  top: -10px;
  right: 0;
  width: 50px;
  height: 50px;
}
.mechanisms_tools_photo_picture img{
  border-radius: 5px;
}

.gBtn {
    font-size: 25px;
    padding: 10px 19px;
    margin-right: 20px;
}

.btnFill {
    background: var(--mainColor);
    color: black !important;
}

#top_right {
  margin: auto 40px;                                                                                         
}

#about_home_info {
    padding: 100px 0;
    color: white;
}
  .real_main_ul {
    text-transform: uppercase;
    flex-direction: column-reverse;

}

#certs {
    padding: 100px 0;
    text-align: center;
}

#certs_txt h1 {
    font-size: 31px;
    width: 45%;
    color: #595959;
}
/* #languageMenu:hover li{
  background: #e8e8e8;
  color: black;
} */


#languageMenu {
  position: fixed;
  text-align: center;
  top: 100px;
  color: white;
  right: 60px;
  background: white;
color: black;
}


#certs_txt p {
    margin-top: 26px;
    font-size: 20px;
    color: #484848;
    line-height: 1.5rem;
}

#certs_txt {
    text-align: left;
    color: black;
}


#about_text_home {
    width: 50%;
    margin-top: 26px;
   line-height: 1.7rem;
    font-size: 23px;
}
.footer_menu_items_box a {
    padding: 5px;
}

#about_home_info h1 {
    font-size: 30px;
}

#why {
  background: var(--mainColor);
}

#why_shankaboot_wrap {
  padding: 50px 0;
}

.why_shankaboot_box {
  width: 33%;
  color: white;
	text-align: left;
}


.why_shankaboot_icon_picture {
  height: 31px;

}

.why_shankaboot_title {
  font-size: 34px;
  margin-left: 9px;
  font-weight: bold;
}

.why_shankaboot_summery {
  margin-top: 10px;
  font-size: 16px;
  width: 57%;
}
.w700 {
  width: 900px;
  margin: 0 auto;
}
#about_home_info h1 span {
    display: block;
    margin-top: 8px;
    font-size: 48px;
}


#bg {
    width: 100vw;
  height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

#intro_house {
    height: 100%;
}

#slogan {
    font-size: 75px;
    width: 25%;
    color: white;
}


#vid {
    padding: 100px 0;
	background: whitesmoke;
}


#sub {
    text-align: center;
    background: #022602;
    padding: 50px 0;
}


iframe{
  height: 400px;
}


#sub .sec_head {
    font-size: 26px;
    color: white;
    margin-bottom: 31px;
}


.sec_head p {

    margin-top: 25px;
    line-height: 1.2rem;
    padding-left: 17px;

}


#mc {
    background: whitesmoke;
    width: 35%;
    margin: auto;
    padding: 42px;
    margin-top: 42px;
}

.mc_title {
    color: #4f4f4f;
    font-size: 20px;
    margin-bottom: 20px;
}


#mc-btn {
    background: var(--mainColor);
    padding: 10px 20px;
    border-radius: 4px;
    border: navajowhite;
    margin-top: 15px;
    font-size: 14px;
}




.pic_r1 {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border-right: 2px gray dashed;
    padding: 10px;
}

.process_box:nth-child(2n) .pic_r1 {
    border-left: 2px gray dashed;
    border-right: unset;
}

.pic_r2 {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background: #14a200;
    padding: 20px;
}


.process_content {
    color: #575757;
    font-size: 12px;
    margin-top: 7px;
    line-height: 1rem;
}

.process_box::before {
    content: "";
    display: inline-block;
    width: 332px;
    height: 10px;
}

.process_photo_picture {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 3px #0000008a;
}




.process_title {
    font-weight: bold;
}


.process_box:nth-child(2n) {
    direction: rtl;
}
.process_box:nth-child(2n) .sep::before {
    left: unset;
    right: 0;
}

.process_box:nth-child(2n) .sep {
    margin-right: -21px;
    margin-left: unset;
}




.sep {
    width: 100px;
    border: 1px #80808061;
	margin-left: -21px;
    border-style: dashed;
}


.sep::before {
    width: 25px;
    height: 25px;
    content: "";
    background: white;
    box-shadow: 0 1px 3px gray;
    position: absolute;
    left: 0;
    top: -12px;
    border-radius: 100%;
}

.process_box:nth-child(2n) .pic_r2 {
    background: #9d7461;
}

a.wow{
    border-bottom: 1px dashed  var(--mainColor);

}
a.wow:hover {

    border-bottom: 1px solid  var(--mainColor);

}

#chooser {
    text-align: center;
    font-size: 20px;
}

.choose.inline {
    border-bottom: 2px solid orange;
    margin: 0 10px;
}

.steps {
    padding: 50px 0;
    text-align: center;
}

.btnBorder {
    border: 3px solid var(--mainColor);
    color: white !important;
    padding: 7px 28px;
}

#contact_sec{
	padding:100px 0;
}

#contact_sec .w1200 {
	padding-left: 59px;
}
#contact_sec .native {
    left: 195px;
    top: -13px;
}

.contact_detail {
    margin-bottom: 15px;
}

.akon {
    color: var(--mainColor);
    margin-right: 14px;
}
.fakeAt {
    font-size: 12px;
    margin: 2px;
    color: gray;
}

#map iframe .gm-style > div:first-of-type {

    filter: grayscale(1) !important;

}

#web2 section:last-child {
    margin: unset;
}


.slide_box picture {
  width: 100%;
  height: 100%;
}
/*
footer {
    background: black;
    color: gray;
    padding: 17px 0;
    text-align: right;
}
*/
/*

.logo_menu_box {
    visibility: hidden;
}
*/

#page_top h1 {
    font-size: 47px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#search i {
	font-size: 16px;
  color:var(--gold);
}

#top_tool {
    position: absolute;
    right: 5px;
    top: 30px;
}
.about_more {
  color: #CC9B55 !important;
  margin-top: 10px;
  font-size: 18px;
}

.about_us_title {
  color: var(--mainColor);
  font-size: 25px;
  margin-bottom: 20px;
  font-family: mowa-font;
}

.about_us_box {
  margin: 30px auto;
  padding: 50px 0;
}


.news_swiper .swiper-pagination-bullet-active {
  background: var(--mainColor);
}



.swiper .swiper-pagination-bullet-active {
  background: black;
}

#search input {
    min-height: 30px !important;
    width: 100px;
    font-size: 11px;
}
.about_us_subtitle {
  font-size: 26px;
  font-family: mowa-font;
  color: black;
  width: 270px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0 10px;
  border-left: 2px solid var(--mainColor);
}
.about_us_content {
  font-size: 17px;
  line-height: 1.5;
  color: #7A797E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 90%;
  text-align: justify;
}
#web2 {
  padding: 20px 0;
  color: black;
  font-size: 12px;
  box-shadow: 0 0 4px #8080804a;
  background: #FBFBFB;

}
#web2 section {
    margin-right: 6%;
}
.slDots {
    z-index: 9 !important;
    bottom: 10px !important;
    left: 50% !important;
}

.an_r picture {
    height: 100%;
    width: 100%;
}
.down_app {
  display: inline;
}

#foot_cont p {
  margin: 10px 0;
}

#foot_about {
/*  padding-top: 26px;*/
}


#team_wrap {
  background: black;
  color: white;
  z-index: 999999999;
  padding: 100px 0;
}

.w900 {
  width: 1100px;
  margin: auto;
}

#team_txt h1 {
  font-size: 86px;
  text-align: center;
  font-weight: bold;
}

.team_p {
  margin-left: 8%;
  line-height: 1.3;
  font-size: 23px;
  margin-top: 27px;
  color: white;
}


#team_wraper {
  width: auto;
	text-align: center;
/*
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
*/
  margin-top: 50px;
/*
  touch-action: pan-y;
  user-select: none;
	
	-ms-overflow-style: none;
scrollbar-width: none;
*/
	
}


.team_box {
  width: 162px;
  margin-right: 36px;
  height: unset;
}



.team_box picture {
  width: 100%;
  height: 100%;
}


.team_name {
  color: white;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  background: black;
  padding: 10px;
}


#contact_text{
  color: black;
  margin: 20px 0;

}
#contact_wrap {
  margin: 80px auto;
}
.sub_txt {
    font-size: 13px;
    line-height: 1.3;
    text-transform: none;
    padding-right: 50px;
}

.key.in {
  padding: 0 10px;
}

.key_cir {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.cld-number.eventday {
  color: white !important;
  background: var(--mainColor) !important;
}
.post_file {
  width: 50%;
  box-shadow: 1px 2px 10px 4px #8080807a;
  border-radius: 5px;
  margin-top: 25px;
  height: 100px;
}

.posts_title:hover {
  color: var(--gold);
}

.mechanisms_tools_title:hover{
  color: var(--gold);
}
.file_title {
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.3;
}
.f_header {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.t_time_block {
  text-align: center;
}

#civil_institutions_wrap {
  margin: 50px auto;
}

.post_r {
  background: var(--mainColor);
  height: 100%;
  color: white;
  padding: 40px 10px;
}

.sub_menu_item_btn {
  padding: 5px 10px;
  width: 150px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #0000000a;
  /* background: white; */
  font-size: 17px;
  text-transform: capitalize;
}

.new_sub .sub_menu_item_btn:hover {
  background: var(--mainColor);
  color: white;
}

#keys {
  text-align: center;
  margin-top: 20px;
}



.new_sub {
  position: absolute;
  right: 0;
  top: 40px;
  transition: 0.5s all;
  font-weight: 600;
  background: var(--gold);
}
.slDotsSingle {
  
    border: 1px solid #FFFFFE !important;
}

.slDotsSingle.active {
    background: pink !important;
}

#breader:hover {
    color: black;
}
#breader {
    color: #808080b3;
    font-size: 12px;
    transition: 0.3s all;
}

.breader_item:hover {
    color: var(--gold);
}

.page_top_bg {
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.footer_head {
    font-size: 19px;
    margin-bottom: 21px;
}

.choose {
    margin: 0 10px;
    background: gainsboro;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px gray;
}

.related_links_box {
    padding: 24px 0;
        padding-left: 0px;
    width: 25%;
}

.related_links_box:hover {
    color: var(--blue);
}

.related_links_box i {
    color: var(--gold);
}

.choose:hover{
	background:orange;
}
.activeP {
    background: orange;
}
.did_you_know_box {
    margin: 2%;
    line-height: 1.5rem;
    font-size: 20px;
    background: whitesmoke;
    width: 45%;
}

.did_you_know_content {
    max-width: 84%;
}


.tri_sub_menu_item{
  padding: 5px 10px;
  width: 150px;
  display: block;
  text-align: right;
  border-bottom: 1px solid #0000000a;
  font-size: 17px;
  text-transform: capitalize;
}

.tri_sub_menu {
  position: absolute;
  right: 151px !important;
  top: -1px !important;
  left: unset;
  transition: 0.5s all;
  font-weight: 600;
  background: var(--gold) !important;
}



 .tri_sub_menu_item:hover  {
  background: var(--mainColor);
  color: white;
}


.sub_li_btn:hover .tri_sub_menu{
  display: unset;
}
.numa {
    background: orange;
    padding: 16px;
    margin-right: 13px;
    font-size: 33px;
	border-left: 2px solid;
margin-left: -10px;
box-shadow: 0 0 3px gray;
}
#vid_iframe h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}




#footer_contact {
    line-height: 1.2rem;
}

.our_loyal_customer__box {
  width: 100%;
}

.footer_ul {
    line-height: 1rem;
    width: 20%;
}
.our_loyal_customer__embroidery_photo_picture {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0px;
  right: 37%;
}

.f_title {
  color: black;
  font-size: 18px;
  margin: 15px 0;
}

.c_info {
  line-height: 1.2rem;
  margin-top: 10px;
  margin-left: 10px;
}


.our_loyal_customer__photo_picture {
  z-index: 1;
  height: 270px;
  padding-top: 20px;
}
.our_loyal_customer__content {
  margin: 50px auto;
  color: white;
  font-size: 20px;
  line-height: 1.3;
  width: 80%;
  font-style: italic;
}
.events_box {
  margin-bottom: 5%;
}


.home_photo_slider {
  width: 100%;
  height: 450px;
}

.footer_ul li {
    display: block;
    margin-bottom: 11px;
}

.footer_head {
    font-size: 19px;
    margin-bottom: 21px;
}
.swiper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 50px auto;
  border-radius: 15px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
} 

.photos_swiper picture{
  width: 100%;
  height: 100%;
} 

.loyal_swiper {
  width: 100%;
  height: 40%;
  overflow: hidden;
}

footer {
	padding:unset;
    background: unset;
    color: #eaeaea;
    text-align: unset;
}




.products_box picture {
    height: 210px;
    overflow: hidden;
    border-radius: 6px;
    /* box-shadow: 2px 1px 3px #540d2240; */
}

#our_favourite_gifts__wrap {
  text-align: center;
  padding: 50px 0;
}
#our_list_collection__wrap {
  text-align: center;
  padding: 50px 0;
}
.dates_sec {
    background: #3b463b;
    padding: 100px 0;
    margin-top: 53px;
    color: white;
}

.our_favourite_gifts__box picture {
  width: 250px;
  height: 250px;
  padding: 30px;;
}

.our_list_collection__box picture {
  width: 150px;
  height: 150px;

}

.our_list_collection__title {
  font-size: 15px;
  line-height: 1.3rem;
  margin: 20px auto;
}


.our_favourite_gifts__title {
  margin: 15px auto;
  font-size: 15px;
  line-height: 1.3rem;
}
.our_favourite_gifts__box{
  height: 250px;
  color: white !important;
  text-align: center;
}
.our_favourite_gifts__size {
  font-size: 14px;
}

.our_list_collection__box{
  color: white !important;
}

.products_subtitle {
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}

.photos_swiper{
width: 100%;
height: 20vh;
}

.w600{
	width:600px;
}
.dates_sections_title {
    font-size: 30px;
    font-weight: bold;
    color: #abffab;
}

#products_wrap {
    margin-top: 12%;
}


.c_cart_added_btn {
  color: white;
}
.products_title {
  margin: 10px 0;
  /* color: #566C11; */
  font-size: 17px;
  text-shadow: 3px 0px #000000d9;
  line-height: 1.3rem;
}


.products_embroidery_photo_picture {
  display: none;
}

.products_box:hover .products_embroidery_photo_picture {
  display: block;


}


.products_photo_picture {
  z-index: 1;
}

.products_embroidery_photo_picture {
  position: absolute;
  top: -60px;
  right: 20%;
}

#training_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block2 {
    background: #313131;
    direction: rtl;
    padding: 50px 0;
}
.dates_info_box {
    font-size: 18px;
    width: 30%;
	padding: 3px 0;
    margin-top: 15px;
}
.block2_title {
    font-size: 27px;
}

.products .mce p {
    font-size: 15px;
    line-height: 1.5rem !important;
}

#block4 .dates_sections_title {
 
    color: #fff;
}



.block2 h3::before,.block3 h3::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4a4a4a;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}

#block4 {
    margin-top: 0;
    background: #464545;
    color: #ddd;
}

.block3 {
    background: #292a2b;
    padding: 50px 0;
    padding-left: 50px;
}


.block2 h3,.block3 h3 {
    margin-top: 20px;
    padding-left: 10px;
    margin-left: 21px;
}

#dates_info_wrap {
    direction: ltr;
}

.block2 .w600 {
    text-align: left;
}

.products_category {
    font-size: 17px;
    color: black;
    margin-top: 10px;
    padding-left: 8px;
}

.products_box:last-child {
    margin-right: unset;
}

#foot_about p {
  margin-top: 5px;
  color: gray;
	line-height: 1.3;
}

.real_lang_ul {
  text-transform: uppercase;
  display: flex;
  flex-direction: column-reverse;
}



.langa {
  font-size: 12px;
  margin-left: 10px;
  margin-top: 6px;
  padding: 11px 15px;
  margin-bottom: 6px;
  background: #d1ac6a;
  border-radius: 10px;
  color: white !important;
  width: max-content;
}

#shop .products_box picture {
    width: 100%;
	height:279px;
}

#shop .products_box:last-child {
    margin-right: unset;
}
#shop .products_box:nth-child(4n) {
    margin-right: unset;
}
#shop .products_box:nth-child(3n) {
    margin-right: 5%;
}

#questions_wrap {
    padding: 0 20px;
    background: #00000005;
    box-shadow: 0 0 3px #80808057;
    margin: 20px 0;
}
#questions_wrap .dona{
    margin-bottom: 30px;
}


#already a {
    display: block;
display: inline-block;}
#already {
    text-align: center;
    padding: 20px;
}

.t_quiz {
    background: #359500;
    color: white;
}

.t_quiz time{
	color:white;
}

.questions_box {
    padding: 30px 0;
}
.t_time i {
    display: block;
}
.questions_question {
    font-size: 20px;
}

.ki {
    margin-top: 14px;
}


num {
    font-size: 30px;
    margin-right: 11px;
    color: var(--brown);
}


#shop .products_box {
    width: 20%;
    margin-right: 5%;
}

#single_product #sli {
    height: 335px;
}

.cld-main {
    width: 100% !important;
}

.rsvp {
    margin-top: 20px !important;
}
.reg_req {
    background: var(--melonG);
}
.t_time_d {
    display: block;
    margin-top: 6px;
    font-size: 10px;
}
.rsvp_confirm {
    background: var(--greenG);
    display: inline-block;
    padding: 10px;
    color: white;
    text-shadow: 1px 0px 2px black;
}

.dimBtn {
 
    
    color: white !important;
    display: inline-block;
    height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 3px 3px 12px 0px #80808078;
    line-height: 40px;
       margin-top: 20px;
    font-size: 13px;
    background: gray;
    padding:0 10px;
}

.t_time time {
    color: white;
    margin-top: 6px;
    padding: 0;
}


.fil_title {
    margin-bottom: 10px;
}

.order_id {
  font-size: 23px;
  font-weight: bold;
}


.tickets_box {
  display: block;
  margin: 15px 0;
  box-shadow: 0 3px 20px #80808038;
  padding: 10px;
  border-radius: 12px;
}


.reqqa {
	border: medium none;
color: white !important;
background: var(--mainColor);
display: inline-block;
font-size: 16px;
height: 40px;
margin: 0;
    margin-right: 0px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
box-shadow: 3px 3px 12px 0px #80808078;
line-height: 40px;
padding: 0 10px;
border-radius: 4px;
	
    background: #ffe5e5;
    color: black !important;
}

.filter_box .row_btns {
  text-align: left;
  padding: 9px 0;
}

.filter_box .row_btns {
  text-align: left;
  padding: 9px 0;
}




.iphone-x {
  position: relative;
  margin: 40px auto;
  width: 360px;
  height: 780px;
  background-color: #7371ee;
  background-image: linear-gradient(60deg, #7371ee 1%, #a1d9d6 100%);
  border-radius: 40px;
  box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
}
.iphone-x:before, .iphone-x:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.iphone-x:after {
  bottom: 7px;
  width: 140px;
  height: 4px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.iphone-x::before {
  top: 9px;
  width: 40%;
  height: 30px;
  background-color: #1f1f1f;
  border-radius: 40px;
}
.iphone-x i,
.iphone-x b,
.iphone-x s,
.iphone-x span {
  position: absolute;
  display: block;
  color: transparent;
}
.iphone-x i {
  top: 13px;
  left: 50%;
  transform: translate(-50%, 6px);
  height: 8px;
  width: 15%;
  background-color: #101010;
  border-radius: 8px;
  box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
}
.iphone-x b {
  left: 10%;
  top: 13px;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  background-color: #101010;
  border-radius: 12px;
  box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
}
.iphone-x b:after {
  content: "";
  position: absolute;
  background-color: #2d4d76;
  width: 6px;
  height: 6px;
 
  top: 3px;
  left: 3px;
  display: block;
  border-radius: 4px;
  box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}
.iphone-x s {
  top: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  padding-top: 60px;
}
.iphone-x span {
  bottom: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 30px;
}
.iphone-x span + span {
  left: auto;
  right: 30px;
}



.feat_right {
  direction: rtl;
}

.feat_right .feat_box_details {
  margin-right: 50px;
  margin-left: 0;
}

.feat_right .features_content{
	text-align: right;
	 direction: ltr;
}


/*
.iphone_wrap::before {
  width: 2000px;
  height: 2000px;
  content: "";
  position: absolute;
  top: -125px;
  left: -148px;
  background: linear-gradient(to left,#ff26aa,#ca7272,#fbdbdb,#fee,#ffd0d0);
  z-index: 0;
  clip-path: polygon(50% 0%, 24% 19%, 100% 60%, 65% 87%, 25% 100%, 53% 73%, 10% 20%);
}
*/


/*
.iphone_wrap::before {
  width: 1000px;
  height: 1000px;
  content: "";
  position: absolute;
  top: -125px;
  left: -148px;
 
  z-index: 0;
  clip-path: polygon(50% 0%, 95.40% 24.50%, 100% 60%, 65% 87%, 25% 100%, 53% 73%, 10% 20%);
  background-size: cover;
}
*/

.ad_slide_fill {
  width: 100%;
  height: 100%;
  display: block;
}

.post_user_photo picture {
  width: 100%;
  height: 100%;
}


.features_box:not(:first-of-type) {
  margin-top: -461px;
}

.nice_ad:hover .l_toolbox {
  display: block;
}

.post_box:hover .l_toolbox {
  display: block;
}
