/*
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 
*/

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

.td_logo {
  text-align: center;
}

.succ_msg {
    font-size: 22px;
    text-align: center;
    color: green;
    font-weight: bold;
    box-shadow: 2px 0px 4px 2px #0000002b;
    padding: 30px 30px;
    margin: auto;
  }

:root{
	--blue:#18165b;
	--brown:#c67439;
	--dark:#003;
	--gblue:linear-gradient( 60deg, rgb(39,121,255) 0%, rgb(3,194,219) 100%);
	--shadowCircle:1px 0 3px #8080807d;
	--textGray:#6C6C6C;
	--greenOne:#244E2D;
	--greenTwo:#627B62;
	--greenThree:#ABB8A9;
}

body{
	font-family: Helvetica Neue;
	    overflow-x: hidden;
}
.real_main_ul  .sub_menu {
    display: none;
    position: absolute;
    background: #480233;
    left: 0;
    z-index: 1;
    min-width: 213px;
    top: 100%;
}

#single_staff {
  text-align: center;
}
#food_pic {
    width: 100px;
}

.food_txt {
    width: 43%;
    margin-left: 20px;
    line-height: 1.3;
    color: #5a131c;
}
#food a{
	display:block;
}

#food {
    text-align: center;
    padding: 20px 0;
}

/*
.real_main_ul .sub_menu {
    display: none;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    border: 1px solid gray;
    box-shadow: 0 0 3px black;
}
*/


a.sub_menu_item {
    border: none;
    font-size: 14px;
    padding: 17px 10px;
    display: block;
}



.step {
  margin-bottom: 20px;
}


.step_num {
  background: #244e2d;
  color: white;
  font-size: 30px;
  text-align: center;
  font-family: verdana;
  text-shadow: 1px 1px 3px black;
  width: 40px;
  height: 40px;
  line-height: 39px;
}



.result_box {
/*  margin-right: 5%;*/
  width: 100%;
  box-shadow: 0 0 10px #8080804a;
  margin-bottom: 20px;
}

.result_box_title {
  background: #326a3e;
  color: white;
  padding: 10px;
	text-align: center;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 10px;
  box-shadow: 0 0 3px gray;
}


.result_data {
  padding: 10px;
}

.result_data table {
  min-width: 100%;
}

.result_data table thead {
  background: #80808012;
  font-weight: bold;
  font-size: 14px;
}


.result_data table td, .result_data table th {
  padding: 3px 5px;
  border: 1px solid #8080801f;
  vertical-align: middle;
}


.result_data img {
  width: 50px;
}

table td a {
  color: var(--greenTwo) !important;
}

.step_title {
  font-size: 16px;
  height: 50px;
  background: #326a3e;
  color: white;
  line-height: 48px;
  padding: 0 6px;
  box-shadow: -4px 0 10px #000000ab;
  z-index: 1;
  border-radius: 3px;
}


#imageContainer img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 20px;
    border: 1px solid #0000006e;
    padding: 10px;
  }


  .next_stage{
    background: var(--mainColor);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    float: right;

  }
  .back_btn{
    background: var(--mainColor);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom:30px;
    font-size: 18px;
    text-align: left;
    display: inline-block;
  }
#thank_you {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: green;
  }

  
.step_explain {
  color: gray;
  width: 40%;
  padding: 0 15px;
  background: #f0f0f0;
  height: 40px;
  line-height: 1.4;
  font-size: 14px;
}

.menu_items_box:hover {
    background: var(--mainColor);
    border-top: 2px solid #ffffff61;
    margin-top: -2px;
    color: white;
}

.menu_items_box:hover .sub_menu {
    display: table;
    width: fit-content;
}



.menu_items_box {
    padding: 10px 6px;
    font-weight: bold;
    font-size: 21px;
}
header {
    position: fixed;
    z-index: 12;
    width: 100%;
	
}

#cover {
    width: 100vw;
    height: 70vh; 
}

#cover picture {
    width: 100%;
    height: 100%;
}

.logo_menu_box {
    background: white;
    width: 141px;
}

a.head {
    color: white;
    padding: 0 5px;
    font-size: 16px;
}

a.sub_menu_item:hover {
    background: var(--mainColor);
}


.langa {
    background: var(--mainColor);
    color: white !important;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 10px;
    border-radius: 4px;
    margin-top: -6px;
    font-size: 13px;
    padding: 7px 16px;
    padding-top: 11px;
    border: 1px solid #fff3;
}


.exhibitor_wrap {
    box-shadow: 1px 3px 6px 5px #716b6b1c;
    padding: 50px 15px;
    margin: 40px auto;
    background-color: #F5F5F5;
  }

  /* .back_btn.material-icons {
    font-size: 17px;
    background: var(--mainColor);
    color: white;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 20px auto;
  } */
  .selected_stand{
    background: var(--mainColor);
    color: white;
}

.selected_stand .stand_description{
    color: white;

}
.checkout_btn2 {
    background: var(--mainColor);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 18px;
    float: left;
    margin: 0 10px;
  }
#stage_ {
    padding: 12px;
    margin-bottom: 16px;
  }
  .boxes {
    text-align: center;
    box-shadow: 0px 1px 5px gray;
    padding: 37px 0 0;
    border-radius: 10px;
  }
.selected_stand .select_stand_btn
{
    background-color: white;
    color: var(--mainColor);
}

  .stand_box {
    height: 450px;
    margin-bottom: 50px;
    box-shadow: 1px 3px 6px 5px #716b6b1c;
    padding: 10px;
    border-radius: 5px;
  }

  .cal_input {
    position: absolute;
    right: 22%;
    top: 35%;
  }


  .next_btn {
    background: var(--mainColor);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 50px auto;
    font-size: 18px;
    border: unset;
    display: block;
  }

  #all_price {
    margin: 20px auto;
    font-size: 18px;
    color: green;
  }

  .stand_description2 {
    font-size: 16px;
    margin-bottom: 15px;
    color: gray;
  }

  #calculate_wrap
  {
    min-height: 45vh;
  }

  .checkout_btn {
    background: var(--mainColor);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    margin: 50px auto;
    font-size: 18px;
    border: unset;
    display: block;
    text-align: center;
  }


  .details_txt{
    color: #ff0000db;
    font-size: 15px;
    margin-bottom: 50px;
  }

  .exhibitor_measuringـunit.inline {
    margin: 2px 10px;
    font-size: 14px;
  }

  .stage_box {
    box-shadow: 1px 1px 10px 2px #00000012;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
  }

  .stage_wrap {
    margin: 50px auto;
  }

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

  .arrow_icon {
    color: #ff0000db;
    font-size: 17px;
    margin: 0 10px;
  }



  .map_title{

  font-size: 20px;
  margin: 30px auto;
  font-weight: bold;
  padding: 18px;
  }
  .m_title {
    margin-top: 20px;
    margin-bottom: 15px;
  }



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



  .l_grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}
.stand_r {
    margin-left: 10%;
  }

  #all_wrapper {
    margin: 90px auto;
  }


  .thank_wrap {
    text-align: center;
    color: green;
    font-size: 23px;
    box-shadow: -2px 1px 7px 4px #a29b9b36;
    padding: 50px;
  }



  
  .stand_title2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }



  .stand_box_details{
    width: 100%;
    margin-bottom: 100px;
  }

.stand_format_photo_picture2 {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }



#stand_subtitle{
    font-size: 16px;
    color: #5b5858;
    margin: 25px 0;
  }
  .stand_subtitle{
    font-size: 16px;
    color: #5b5858;
    margin: 25px 0;
  }
.form_h {
    font-size: 20px;
    font-weight: bold;
  }


  .exhibitor_form {
    padding: 80px 30px;
    background: #9790901a;
    margin-top: 30px;
    box-shadow: 1px 2px 14px 4px #80808033;
    margin-bottom: 110px;
  }

.stand_format_photo_picture {
    width: 165px;
    height: 165px;
    margin: auto;
      margin-bottom: auto;
    display: block;
    margin-bottom: 30px;
    padding-top: 20px;
  }



.stand_description {
    height: 185px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #5b5858;
  }

.select_stand_btn {
    background: var(--mainColor);
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    width: 95%;
  }


.stand_title {
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
    border-bottom: 1px solid #8080802b;
    padding: 20px 0;
  }


  .start_app_btn {
    background: var(--mainColor);
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    width: max-content;
    margin: auto;
      margin-bottom: auto;
    margin-bottom: 50px;
    font-size: 18px;
  }


.exhibitor_title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
  }


  .exhibitor_content {
    line-height: 1.5;
    margin-bottom: 60px
  }

#cover_title {
    position: absolute;
    bottom: 0;
    font-size: 30px;
}


#cover_title_box h1 {
    color: white;
    font-size: 40px;
    line-height: 4rem;
    max-width: 64%;
    margin-bottom: 30px;
}
.exhib_btn {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 2px 14px 4px #80808026;
  }


#cover_title_box {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

#hls {
    margin-top: 84px;
}

#text_hl {
    padding-right: 83px;
}

#text_hl h1 {
	color:#141414;
    font-size: 40px;
    line-height: 3rem;
}


#text_hl p {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.5rem;
    color: var(--textGray);
}


.highlights_box {
    width: 24%;
    margin-right: 1%;
	height: 450px;
	background: var(--mainColor);
}


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

.highlights_box h2 {
    color: white;
    padding: 21px;
    font-size: 21px;
    line-height: 1.5rem;
    font-weight: normal;
}

.highlights_box:nth-child(2) {
    background: var(--greenOne);
}

.highlights_box:nth-child(3) {
    background: var(--greenTwo);
}

.highlights_box:nth-child(4) {
    background: var(--greenThree);
}

#news h1 {
    font-size: 40px;
    padding-left: 10%;
}


#news_wrap {
    margin-top: 30px;
}

#news {
    margin-top: 76px;
}


.news_title {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 5%;
    color: white;
    bottom: 0;
    font-size: 35px;
    line-height: 2.5rem;
}

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

.blackie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top right,#00000091,transparent);
}


.news_box {
    width: 31%;
    height: 330px;
    margin: 0 1%;
	margin-bottom: 41px;
}
#bird {
    margin-top: 110px;
    text-align: center;
}

#bird_img {
    width: 270px;
}

#ns .news_box {
    height: 367px;
    margin-left: unset;
    box-shadow: 0 0 7px #b3b3b3;
    border-radius: 9px;
    overflow: hidden;
    width: 23%;
    margin-right: 2%;
}
#bird_box h2 {
    font-size: 46px;
	margin-top: 10px;
}

.ann_content {
    background: var(--mainColor);
    color: white;
    padding: 20px;
    line-height: 1.3rem;
}

#bird_box {
    text-align: left;
    margin-left: 41px;
}
#bird_box h1 {
    font-size: 30px;
    color: var(--textGray);
}

.bird_links_box {
    margin-top: 20px;
    width: 252px;
	opacity: 0.7;
    color: var(--textGray);
}


.bird_links_box i{
	opacity: 0.4;
}


#services {
    margin-top: 90px;
}

#services h1 {
    text-align: center;
    font-size: 50px;
    color: var(--mainColor);
}


.services_box {
    background: #F5F5F5;
    border-radius: 7px;
    box-shadow: 0 0 3px #00000012;
    text-align: center;
    width: 27%;
	height: 330px;
    margin: 50px 1%;
}


#services_wrap {
    text-align: center;
}


.service_icon {
    display: inline-block;
    width: 73px;
    height: 73px;
    background: white;
    border-radius: 100%;
    font-size: 37px;
    line-height: 82px;
	margin-top: 45px;
    color: var(--greenThree);
}

.services_summery {
    font-size: 13px;
    width: 77%;
    text-align: center;
    margin: auto;
	line-height: 1rem;
    margin-top: 10px;
    color: var(--textGray);
}



.service_btn {
    display: block;
    border: 2px solid var(--greenThree);
    width: 46%;
    font-size: 13px;
    padding: 5px 0;
    margin: auto;
    margin-top: 24px;
    border-radius: 22px;
}


.services_title {
    margin-top: 65px;
    font-size: 20px;
}



#member {
    margin-top: 50px;
    height: 500px;
    overflow: hidden;
}

#left_member {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--mainColor);
}


#right_member {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: black;
}


#content_member {
    padding-top: 106px;
}


#content_purple {
    position: absolute;
    top: 0;
    left: 0;
    width: 17%;
    background: var(--mainColor);
    height: 100%;
}


#content_member picture {
    width: 83%;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
}

#member h1 {
    font-size: 80px;
    color: white;
    width: 39%;
}

#member h2 {
    color: white;
    margin-top: 36px;
}


#member_btn {
    background: white;
    color: gray;
    padding: 12px 25px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: 0 0 3px black;
}






#radios {
  position: relative;
  background-color: var(--greenOne);
  z-index: 5;
	border-radius: 7px;
	box-shadow: 0 0 3px #0000006b;
  width: 241px;
    margin-bottom: 10px;
}
#con input {
  display: none;
}

#search i {
    color: var(--greenThree);
    font-size: 21px;
}


#bckgrnd,
.labels {
  width: 120px;
  height: 30px;
  text-align: center;
  display: inline-block;
  padding-top: 10px;
  margin-right: -3px;
  z-index: 2;
  cursor: pointer;
	line-height: 10px;
	font-size: 13px;
font-weight: unset;
}
#con label{
	color: #ffffffdb;
}
#bckgrnd {
    background-color: var(--greenTwo);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 7px;
}
#rad1:checked ~ #bckgrnd {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
#rad2:checked ~ #bckgrnd {
  transform: translateX(120px);
  transition: transform 0.5s ease-in-out;
}



#con {
    background: #E3E3E3;
    height: 409px;
    padding-top: 102px;
}

#map {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 56%;
}

#map iframe {
    width: 100%;
    height: 100%;
}


#ramallah_map,#gaza_map {
    width: 100%;
    height: 100%;
}



#con p {
	line-height: 1.5rem;
    color: #505050;
    margin-top: 20px;
}


#related_title {
    margin-top: 20px;
    font-size: 13px;
    color: gray;
}


#left_side {
    padding-right: 41px;
}


.gallery_box {
    height: 165px;
    overflow: hidden;
    border: 3px solid white;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}


#related a {
    height: 104px;
    display: block;
    overflow: hidden;
    margin-top: 23px;
    background-size: cover;
    background-position: center;
}


.album_cover {
    height: 104px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hardblackie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top right,#000000ad,#ffffff05);
}

#related h2,.album_cover h2 {
    font-size: 17px;
    width: 70%;
    margin-top: 41px;
    margin-left: 20px;
	color: white;
}

.mh {
    padding-top: 143px;
}

#left_side time {
    color: #848484;
	margin-left: 3px;
    font-size: 14px;
}


.left_title {
    color: #555;
	margin-bottom: 20px;
    font-size: 50px;
    margin-top: 30px;
}

#left_border {
    border-bottom: 1px solid #D9D9D9;
    width: 60%;
    margin-left: 7%;
    margin-top: 50px;
}


.page_top_bg {
    width: 100%;
    height: 226px;
	background-position: center;
    background-size: cover;
}



.general_box {
    margin-top: 57px;
    width: 30%;
    margin-bottom:20px;
    margin-right: 3%;
    border-top: 2px solid var(--mainColor);
}

.projects_logo_picture {
    height: 86px;
    width: 86px;
    padding: 10px;
}

.general_box .attach_head {
    display: none;
}


.general_box .attach a {
    margin: unset;
    padding: unset;
    background: none;
    box-shadow: none;
    text-align: center;
}

.general_box .attach a span {
    display: none;
}


.year {
    font-size: 60px;
    margin-top: 54px;
    color: var(--greenThree);
}

.proj_label {
    color: var(--mainColor);
    font-size: 12px;
	margin-top: 8px;
}

.proj_fellow {
    margin-top: 3px;
    font-size: 12px;
	color:gray;
}

.projects_title {
    padding-top: 10px;
    color: black;
    font-size: 12px;
    line-height: 1rem;
}

#left_side i {
    color: #BABABA;
}



#web2 {
    box-shadow: 0 0 3px black;
    background: black;
    color: #959595;
    padding: 38px 0;
    font-family: cairo;
    font-size: 14px;
    text-align: left;
}



.footer_ul {
/*    display: flex;*/
    justify-content: left;
    width: 75%;
}

.footer_ul .head {
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 8px;
}

.footer_ul .sub_menu li {
    line-height: 27px;
    font-size: 11px;
}


.footer_ul .menu_items_box {
   
    margin-right: 9%;
}



.footer_ul a.sub_menu_item {
    padding: 0px;
}


#footer_social {
    width: 23%;
}


#footer_social .social {
    font-size: 31px;
	color: var(--greenThree);
    margin-right: 17px;
}





#social {
    height: 100%;
    position: absolute;
    right: -40px;
    padding: 0 20px;
    border-color: #26262621;
    font-size: 12px;
}

#mc_embed_signup form{
	padding:0 !important;
}




#search {
    font-family: arial;
    font-size: 13px;
    border-right: 1px solid var(--greenThree);
    padding-right: 9px;
}

#search_field {
    width: 100px;
    min-height: 21px;
    font-size: 12px;
    background: #ffffff9e;
}
#social a {
    margin-left: 9px;
    font-size: 17px;
    color: var(--greenThree);
}



#sub h2 {
    font-size: 18px;
    margin: 15px 0;
}



#mc_embed_signup {
    background: none !important;
}

#mc_embed_signup input.email {
    width: 100% !important;
}

#mc_embed_signup input.button {
    background: var(--greenTwo) !important;
    width: 60% !important;
}

.menu_items_box:hover a.head {
    color: white;
}



#quickSearch {
    width: 394px;
}

#quick_search_icon {
    font-size: 30px;
    color: gray;
}


.member {
    text-align: center;
    margin-bottom: 63px;
}

.member_photo {
    box-shadow: var(--shadowCircle);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
}

.member_info:first-child {
    font-weight: bold;
}
.member_info {
    margin-top: 11px;
}


.sector_title {
    font-size: 17px;
    color: var(--mainColor);
    margin-top: 47px;
    margin-bottom: 20px;
    font-weight: bold;
}


.paltrade_members_box {
    padding: 10px 8px;
    box-shadow: 0 0 3px #8080801a;
    margin: 7px 0;
    background: white;
    color: #828282;
}


.cld-main {
    width: 100% !important;
    margin-bottom: 53px;
}

.news_box time {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0000006b;
    color: white;
    padding: 6px;
    font-size: 12px;
}


.ann_title {
    font-size: 20px;
    padding: 10px 0;
}


.nstitle {
    font-size: 20px;
    padding: 10px 0;
	color: var(--mainColor);
}
#related {
    margin-bottom: 20px;
}

footer {
    margin-top: unset !important;
}