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



:root{
	--blue:#18165b;
	--grey:#3e3e3e;
	--dark:#003;
	--gblue:linear-gradient( 60deg, rgb(39,121,255) 0%, rgb(3,194,219) 100%);
	--shadowCircle:1px 0 3px #8080807d;
}

body{
	font-family: lato;
color:var(--grey);
	background:whitesmoke;
	    overflow-x: hidden;
}

#two_blocks .w65{
	margin-right:5%;
}

#header_margin{
	width:100%;
	height: 50px;
	display: block;
	
}

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


.news_box time {
    padding: 28px 10px;
    font-size: 10px;
    display: block;
    color: #595959;
}

.news_summery {
    font-size: 13px;
    padding: 10px;
    color: #575757;
    line-height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_title {
    padding: 10px;
    color: black;
    line-height: 1.5rem;
}

.news_box {
    width: 45%;
    margin-right: 5%;
    box-shadow: 0 0 3px #8080808a;
    margin-bottom: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: white;
}

#intro {
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.logo_menu_box picture {
    width: 200px;
    padding: 5px 0;
}

#logo_pic {
    height: 120px;
}

.slide_box h1 {
    font-size: 50px;
    color: white;
    font-weight: bold;
}
#slider a {

background-position: center;
	background: no-repeat;
     
    background-size: cover; 
}


.slide_box {
    height: 100%;
}
.slider_btn {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: 3px solid;
      
    display: inline-block;
    padding: 11px 17px;
    border-color: var(--mainColor);
}
#sli {
    width: 100vw;
    height: 50vh;
}

.sub_menu {
    display: none;
}

#page_top time {
    border-bottom: 1px solid;
    color: #484848;
    margin: 18px 0;
    display: inline-block;
}


#related_wrap {
    margin-top: 71px;
}

#related_wrap .news_box {
    width: 28%;
}
#related_wrap .news_box .news_summery {
    display: none;
}


.tenders_category_box {
    width: 38%;
    border-bottom: 1px solid #8080802e;
    margin-right: 7%;
    padding-bottom: 10px;
}


.vacancies_close_date {
    margin: 10px 0;
    font-size: 13px;
}


.tender_file_box {
    padding: 10px 0;
	margin-top: 10px;
    font-size: 13px;
}

.tenders_category_box {
    width: 30%;
    background: white;
    margin-right: 3%;
    margin-bottom: 25px;
    padding: 30px;
}

.tenders_category_box a span {
    font-size: 10px;
    margin-left: 10px;
}

.attach_file_title {
    max-width: 70%;
}

.attach_icon {
    width: 19px;
}


.job_file_label {
    text-decoration: underline;
    font-size: 12px;
}


#related_wrap .news_box picture {
    height: 178px;
}

.vacancies_box {
    width: 30%;
	margin-bottom:20px;
}

.vacancies_title {
    font-size: 17px;
    font-weight: bold;
    color: var(--mainColor);
}

#vacan_title {
    font-size: 20px;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

#vacancies_wrap {
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 3px #80808030;
    margin-bottom: 36px;
}


.menu_items_box:hover .sub_menu {
    display: unset;
    position: absolute;
    left: 0;
    top: 38px;
    background: #233c5e;
    text-align: left;
    z-index: 1;
    box-shadow: 0 0 3px black;
    border-radius: 3px;
}


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

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

header {
padding: 20px 0;
/*    position: fixed;*/
    z-index: 1;
    width: 100%;
	box-shadow: 0 0 5px gray;
	background: var(--mainColor);
color: white;
    
}

/*
.real_main_ul{
	text-align: right;
}
*/
a.head {

    padding: 11px;
    display: inline-block;

}


#two_blocks .sec_head{
	
    font-size: 36px;
    font-family: latobold;

}

#sidebar .sec_head{
	 font-size: 21px;
    font-family: lato;
}

.sec_head p {

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

}


.p_content img{
	width:100%;
}


.page_top_bg {
/*    width: 100%;*/
    height: 40vh;
	min-height: 500px;  
    background-position: center;
    background-size: cover;
}

#page_top h1 {
    font-size: 42px;
    margin-top: 20px;
    text-align: unset;
}

#parctice_home {
    background: linear-gradient(to right,#334269,#404968,#6c6166,#a87e63);
    color: white;
    padding: 50px 30px;
    box-shadow: 0 0 36px #00000078;
    margin-bottom: -90px;
    z-index: 1;
}

#left_prac h2 {
    font-size: 30px;
    font-weight: bold;
}

#prac_btn {
    display: inline-block;
    margin-top: 30px;
    background: white;
    color: black;
    padding: 14px 20px;
}

.areas_of_practice_box::after {
    content: "";
    border-bottom: 1px solid #ffffff1f;
    width: 60px;
    height: 1px;
    display: block;
    margin-top: 6px;
}


/*
#contact_form_1603129507 label {
    display: none;
}
*/

::placeholder {
    color: white;
}
.sec_head {
    text-align: unset;
    font-size: 21px;
    margin-top: 29px;
    margin-bottom: 20px;
}
#testimonials_wrap {
    padding: 100px 0;
}

.testimonials_name {
    margin-top: 11px;
    color: #564848;
}


.testimonials_job_title {
    font-size: 13px;
    margin-top: 5px;
}


#contact_info {
    line-height: 1.0rem;
}

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

.mceNoEditor {
    width: 100%;
    height: 100px;
}


.testimonials_box {
    width: 33%;
    text-align: center;
    padding: 30px;
    line-height: 1.2rem;
}
.areas_of_practice_box {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 9px;
    line-height: 1.5rem;
    font-size: 13px;
}
#left_prac #text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5rem;
    max-width: 82%;
}


#signa {
    margin-left: 5%;
}

#left_sign h2 {
    color: black;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
}

.home_highlights_box {
    width: 30%;
    padding-right: 20px;
    border-right: 1px solid #8080802b;
    margin-right: 2%;
}

.home_highlights_box:last-child {
    border: none;
}

.home_highlights_material_icon {
    font-size: 35px;
    color: var(--mainColor);
    margin-right: 6px;
}

.home_highlights_title {
    font-size: 20px;
    width: 100%;
}

.home_highlights_summery {
    font-size: 14px;
    color: #464646;
    line-height: 1.3rem;
    margin-top: 20px;
}

#home_highlights_wrap {
    background: white;
    box-shadow: 0 0 36px #80808078;
    padding: 50px;
    margin-top: -54px;
	text-align: center;
    border-radius: 4px;
}

#sign_p {
    line-height: 21px;
}

#right_sign picture img{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 3px #80808087;
}

#left_sign {
    margin-right: 5%;
}
#sign {
    padding: 100px 0;
    text-align: center;
}


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

}
a.wow:hover {

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

}

#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;

}


#mob_menu_btn {
    color: black;
    background: white;
    position: absolute;
    right: 0;
    line-height: unset;
    top: 8px;
    font-size: 32px;
}



footer .social {
    font-size: 25px;
    margin-top: 20px;
    color: white;
    padding: 7px;
}

.footer_head {
    font-size: 19px;
    margin-bottom: 21px;
}
.footer_practice::after {
    content: "";
    border-bottom: 1px solid #ffffff1f;
    width: 60px;
    height: 1px;
    display: block;
    margin-top: 9px;
}

.footer_practice {
    width: 32%;
    margin-bottom: 11px;
    color: #c6c6c6 !important;
    font-size: 15px;
}
#footer_about {
    line-height: 1.5rem;
}

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

.our_values_title {
    background: #313131;
    margin-bottom: 5px;
    padding: 12px;
}

.our_values_text {
    font-size: 15px;
    line-height: 1rem;
}


.team_box {
    width: 25%;
    text-align: center;
    margin-bottom: 41px;
}

.team_name {
    margin-top: 10px;
    font-size: 23px;
    font-weight: bold;
}

.team_job_title {
    margin-top: 9px;
}

.areas_of_practice_box_inner {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 15px;
    background: linear-gradient(to bottom,#ececec4f,#fff);
    color: #484848;
    padding: 28px;
}

.material-icons.inner_practice_icon {
    font-size: 70px;
    color: #4f4f4f;
}

.areas_of_practice_title_inner {
    margin-top: 10px;
    font-size: 26px;
}

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


#mapper {
    height: 370px;
    margin-top: 32px;
}

.our_values_box {
    margin-bottom: 28px;
}
#form_sec {
    margin-bottom: 20px;
}
#web2 {
    background: var(--mainColor);;
    padding: 47px 0;
	font-size: 12px;
}


#final {
    background: #0a2f5e;
}
.footer_ul li {
    display: block;
    margin-bottom: 11px;
}

.no_res {
    margin-top: 10px;
}

#slogan_photo {
  
}
#web2 section {
    margin-right: 3%;
}

.footer_ul {
    line-height: 1rem;
}
#footer_contact {
    line-height: 1.2rem;
}

#right {
    text-align: left;
    font-size: 12px;
}


#pv_inside {
    font-size: 7px;
    opacity: 0.2;
}

#pv_inside img:last-child {
    width: unset;
	margin-left:10px;
}

#web2 .social {
    background: unset !important;
    color: #e9f3ff !important;
    margin-top: 0;
    padding: 0;
    margin-right: 17px;
}

#web2 section:last-child {
    margin: unset;
}
#search i {
    font-size: 20px;
    color: #f9f9f9;
}
#menuCont {
/*    margin-left: 33px;*/
	margin-top: 30px;
}

.langa {
    background: #67a5f7;
	color: #171717 !important;
    padding: 3px 6px;
    border-radius: 5px;
    padding-top: 6px;
    margin-left: 6px;
    box-shadow: 0 0 3px #00000078;
}


#search input {
    min-height: 26px;
    width: 100px;
    font-size: 11px;
}

#top_tool {
    position: absolute;
    right: 20px;
    top: -30px;		
}


#slogan {
	font-size: 14px;
    color: #e8f2ff;
	margin-top: 30px;
}

#our_values_wrap {
    margin-left: 5%;
    background: #2b2b2b;
    color: white;
    padding: 32px;
    box-shadow: 0 0 15px #9d9d9d;
}

#grayArea {
    background: whitesmoke;
    padding-top: 70px;
/*    padding-bottom: 40px;*/
}
/*

.logo_menu_box {
    visibility: hidden;
}
*/


.videos_box:last-child {
    margin-right: 0;
}

.videos_photo_picture {
    width: 100%;
    height: 195px;
}

.play {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    color: white;
}

.videos_title {
    padding: 10px;
    color: black;
    line-height: 1.5rem;
}

.social {
    color: white !important;
    font-size: 14px;
    padding: 10px;
    border-radius: 100%;
    margin-right: 7px;
    margin-bottom: 20px;
}
.videos_box {
    width: 30%;
    margin-right: 3%;
    box-shadow: 0 0 3px #8080808a;
    margin-bottom: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: white;
}


.play i {
    background: #9c0808;
    padding: 8px;
    border-radius: 100%;
    margin-right: 10px;
}


#pagination_wrap {
    margin-bottom: 20px;
}

#num_inp {
    width: 50px;
    margin-left: 10px;
} 

#slogan_photo picture {
    width: 200px;
	margin: 15px 0;
}

.menu_items_box:first-child .head {
    padding-left: unset;
}


#letter .news_box {
    width: 26%;
    box-shadow: unset;
    border-radius: unset;
    background: unset;
}

#letter .news_photo_picture {
    width: auto;
}


#sb_menu {
    margin-top: 29px;
    padding-left: 31px;
    background-color: white;
    padding-bottom: 32px;
    padding-top: 30px;
}

.p_content picture {
    width: 100%;
}

.sb_head {
    font-size: 20px !important;
	line-height: 1.42857143;
color: #333;
	
}


.sb_head::after {
    content: '';
    display: block;
    border-top: 1px solid #b9b9b9;
    width: 120px;
    margin-top: 5px;
}

.sb_sub_menu_item{
	font-size: 16px;
line-height: 16px;
color: #333;
margin-bottom: 16px;
display: block;
}

.sb_active{font-weight:700;}

.sb_sub_menu_item::before{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid black;
    border-bottom: 5px solid transparent;
    content: '';
    display: inline-block;
    padding-right: 13px;
}
.sb_sub{

margin-top: 30px;
	}
#newsletter_btn {
    display: block;
    margin-top: 30px;
    max-width: 85%;
    padding-left: 12px;
}
#two_blocks time {
    margin-bottom: 20px;
    display: block;
}

#inNews .news_box {
    width: 30%;
    margin-right: 2%;
}