/*
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;
	--brown:#c67439;
	--dark:#003;
	--gblue:linear-gradient( 60deg, rgb(39,121,255) 0%, rgb(3,194,219) 100%);
	--shadowCircle:1px 0 3px #8080807d;
}

body{
	font-family: roboto;
color:#404040;
	    overflow-x: hidden;
}
#products_page {
    background: #e1e1e1;
}
mh{
	width:100%;
	height: 40px;
	display: block;
	
}

#tright picture {
    width: 100%;
    height: 100%;
	height: 406px;
}

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

#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;
}
#menuCont {
    margin-left: 31px;
}
.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-family: fanz;
    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;
}
.products_box:nth-child(3n) {
    margin-right: unset;
}

.product_gallery{
    margin-right: 5%;
}


#single_product {
    margin-top: 50px;
}

#sli {
    width: 100%;
    height: 57vh;
    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: 52%;
    float: right;
    padding-right: 30px;
    color: white;
    z-index: 1;
 font-family: indie;
}

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

a.head::after {
    content: "";
	transition: all 0.3s;
    width: 11px;
    height: 1px;
    background: #80808073;
    display: block;
    margin-top: 2px;
}

a.head:hover::after{
    width: 25px;
	 height: 1px;
    background: pink;
   
}

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

.services_photo_picture {
    clip-path: polygon(0% 0%, 0% 100%, 88% 100%, 88% 63%, 100% 50%, 88% 38%, 88% 0);
    height: 300px;
    margin-right: -10px;
    z-index: 1;
	border: 3px solid #ff07070d;
}
.service_txt {
	text-align: left;
    background: whitesmoke;
    padding: 23px;
	direction: ltr;
    border: 1px solid;
    box-shadow: 0 0 3px #80808091;
}

.services_title {
    font-size: 30px;
    font-family: indie;
    color: var(--mainColor);
}

.services_content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3rem;
    margin-top: 17px;
}

.services_box:nth-child(2n) {
    direction: rtl;
}
time {
    font-size: 12px;
    margin-top: 9px;
    display: block;
}
a.head:hover{
	color:crimson;
}

#events{text-align:center;}
.cld-main {
    margin: auto;
}

#events_wrap {
    margin-top: 60px;
}


.event_txt {
    margin-right: 8%;
}

.events_box picture {
    max-width: 20%;
    width: 50px;
    height: 50px;
	float: right;
}
.events_box {
    width: 80%;
    margin: auto;
    background: #f5f5f524;
    display: block;
    text-align: left;
    padding: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 12px;
    border-left: 13px solid ;
    box-shadow: 0 0 5px #80808057;
	transition: ease all 1s;
}

.events_box:hover{
	border-color:var(--mainColor) !important;
	background:white;
	
	box-shadow: 0 0 10px #80808057;
	
}

#cal_mid {
    margin-top: 46px;
    display: block;
}
.events_title {
    font-weight: bold;
}


.services_box:nth-child(2n) .services_photo_picture img {
    transform: rotate(180deg);
}
.services_box:nth-child(2n) .services_photo_picture {
    margin-left: -10px;
    margin-right: unset;
    clip-path: polygon(0% 0%, 0% 100%, 88% 100%, 88% 63%, 100% 50%, 88% 38%, 88% 0);
    transform: rotate(180deg);
}

.head{
	transition: all 0.3s;
    display: block;
}
 
.news_box {
    width: 30%;
    margin-right: 3%;
    box-shadow: 0 0 3px #8080808a;
    margin-bottom: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: white;
}

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


.news_title {
    padding: 10px;
    color: black;
    line-height: 1.5rem;
}
.news_box time {
    padding: 10px;
    font-size: 10px;
    display: block;
    color: #595959;
}

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

#training h1 {
    font-size: 57px;
    font-family: indie;
}

#news_wrap h1 {
    font-size: 20px;
    color: #575757;
    margin-bottom: 20px;
    margin-top: 61px;
}

#mapc {
    width: 100%;
    height: 400px;
}
.arr {
    color: #841e1e;
    font-weight: bold;
    top: 4px;
}

#our {
    font-size: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    color: #887e6b;
    text-align: right;
    font-family: indie;
}

#import {
    font-size: 20px;
}
#sea {
    text-align: center;
    padding: 20px;
    margin: 20px 0;
    color: #6f0505;
    font-family: indie;
    font-size: 16px;
    text-align: right;
    width: 50%;
    float: right;
}
#ex {
    margin-top: 50px;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
    width: 100px;
    color: #625151;
}

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

#product_phrases_wrap {
    margin-top: 62px;
}


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

.c_row {
    margin-bottom: 20px;
    font-size: 22px;
}
.c_row i {
    background: orange;
    padding: 7px;
    color: white;
    border-bottom: 2px solid purple;
}

#form_sec h2 {
    font-family: indie;
    margin-bottom: 20px;
    color: #199f41;
}

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

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

.logo_menu_box picture {
    width: 120px;
    background: white;
    padding: 5px 13px;
}

#logo_pic {
    height: 120px;
}


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


.statistics_quantity {
    font-family: robotbold;
    font-size: 61px;
	text-shadow: 1px 1px #f6bd2854;
}


#statistics_wrap {
    padding: 72px 0px;
}

header {
    box-shadow: 0 0 5px #282828;
    position: fixed;
    z-index: 3;
    width: 100%;
    background: white;
}

.statistics_title {
    font-size: 19px;
    width: 50%;
    margin: auto;
    margin-top: 20px;
}

.statistics_box {
    width: 33%;
    text-align: center;
    color: #595959;
    padding: 60px 30px;
}

a.head {
font-size: 14px;
    padding: 11px;
    display: inline-block;

}
.slide_box h1 {
    font-size: 29px;
    font-weight: bold;
}

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

.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;
	font-family: indie;
}

/*
.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;
}
.lover_border {
    border-right: 29px solid white;
    box-shadow: 13px 1px 2px #ffc0cb94;
    border-bottom: 5px solid white;
}

#team_txt h1 {
    font-size: 30px;
    font-family: kr;
}

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

.btns {
    margin-top: 63px;
}

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

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

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



#about_home_info {
    padding: 100px 0;
    color: white;
}
.real_main_ul {
    text-transform: uppercase;
    color: #595959;
}

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

#certs_txt h1 {
    font-size: 31px;
    width: 45%;
    line-height: 2.3rem;
    font-family: robotbold;
    color: #595959;
}


#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;
}
#about_home_info h1 span {
    display: block;
    margin-top: 8px;
    font-size: 48px;
    font-family: robotbold;
}


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

#intro_house {
	font-family: robotbold;
    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;
}


#vid_iframe {
    height: 500px;
    width: 70%;
}


.social {
    font-size: 24px;
    color: white !important;
    padding: 12px;
    border-radius: 11px;
    margin: 0 13px;
    border: 1px solid #ffffff0a;
    box-shadow: 0 0 3px gray;
}


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



.b {
    width: 250px;
    font-size: 13px;
    text-align: left;
    line-height: 1.1rem;
}



.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{
font-family: kalam;
    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;
}


#mob_menu_btn {
    color: black;
    background: var(--mainColor);
    position: absolute;
    right: 0;
	top: 17px;
}

footer {
    background: black;
    color: gray;
    padding: 17px 0;
    font-family: verdana;
    text-align: right;
}
/*

.logo_menu_box {
    visibility: hidden;
}
*/

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

#search i {
/*    color: white;*/
}

#top_tool {
    position: absolute;
    right: 5px;
    top: 30px;
    display: none;
}


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


#web2 {
    background: #1c1c1c;
    padding: 47px 0;
    font-size: 12px;
}

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

.slDotsSingle {
  
    border: 1px solid #FFFFFE !important;
}

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

.page_top_bg {
    width: 100%;
    height: 75vh;
    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;
}

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

.did_you_know_content {
    max-width: 84%;
}


.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;
}

.footer_ul {
    line-height: 1rem;
}

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

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



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

.products_box {
    width: 24%;
    margin-right: 7%;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}

.products_box picture {
    width: 72%;
    height: 225px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 2px 1px 3px #540d2240;
}


.dates_sec {
    background: #3b463b;
    padding: 100px 0;
    margin-top: 53px;
    color: white;
}
.w600{
	width:600px;
}
.dates_sections_title {
    font-size: 30px;
    font-weight: bold;
    color: #abffab;
}

#products_wrap {
    margin-top: 16px;
}


.products_title {
    margin: 6px 0;
    color: #6c4a4c;
}

.products_price {
    color: var(--mainColor);
    font-size: 20px;
    font-family: indie;
}

price {
    font-size: 12px;
    margin-left: 3px;
    color: #535353;
}

.more {
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 10%;
    margin-top: 33px;
    font-family: indie;
	color:var(--mainColor) !important;
}
.more i{
	top:4px;
}
#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;
}


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




.langa{
	font-size:12px;
		padding:3px;
}

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

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

#single_product #sli {
    height: 335px;
}
