@font-face{
    font-family: 'ardleys-plain';
    src: url("../Fonts/ArdleysHand-Plain.woff"),
        url("../Fonts/ArdleysHand-Plain.woff2");
}

@font-face{
    font-family: 'baasem';
    src: url("../Fonts/Baasem.woff"),
        url("../Fonts/Baasem.woff2");
}

@font-face{
    font-family: 'khalaadal-arabeh';
    src: url("../Fonts/khalaadal-arabeh.woff"),
        url("../Fonts/khalaadal-arabeh.woff2");
}

@font-face{
    font-family: 'phalls-khodar';
    src: url("../Fonts/pHallsKhodkar.woff"),
        url("../Fonts/pHallsKhodkar.woff2");
}

*{
    margin:0;
    padding:0;
}

/* Header Area */

/* Top Banner Area */

header .top-banner{
    width:100%;
    height: 15px;
    background-color: #142546;
}

/* Logo Area */
header .logo-area{
    width:100%;
    height:220px;
    background-color:#fff;
}

header .logo-area .logo{
    margin: 55px 0 35px 65px;
}

header .logo-area .site-language{
    float:right;
    margin-top:185px;
    margin-right:25px;   
}

/* Main Nav Bar */

header nav{
    width:98%;
    height:75px;
    margin:auto;
    background-color:#f5f5f5;
    margin-top: 10px;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
}

header nav .container{
    width:1200px;
    height:75px;
    margin:auto;
}

header nav ul{
    height:75px;
    display:inline-block;
    list-style-type: none;
    text-align: left;
    margin-right: 25px;
    position:relative;
}

header nav ul:after{
    content:'';
    height:50%;
    width:1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color:gray;
}

header nav ul[class="contact-us"]:after{
    background-color:#f5f5f5;
}

header nav ul[class="contact-us"]{
    margin-right:0;
    padding-right:0;
    border:none;
}


header nav ul li{
    margin-top:5px;
    font-family: 'arial';
    font-size: 12pt;
    line-height: 15px;
    padding-right:15px;
}

header nav ul li a{
    text-decoration:none;
    color:#f07c32;
    font-family: 'arial';
    font-size: 15pt;
}

/* ===================== */

/* ------Main Area--------- */

main{
    width:98%;
    height: 1455px;
    margin: auto;
    margin-top: 20px;
}

/* Left Side Area */

main .leftSide{
    height:1455px;
    width: 285px;
    margin-right: 25px;
    float:left;
}

/* Login Area ------------ */

.leftSide .login-area{
    height: 210px;
    width: 285px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+50,ebebeb+51,ebebeb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 50%, #ebebeb 51%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 50%,#ebebeb 51%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 50%,#ebebeb 51%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

    border-radius: 10px;
    margin-bottom: 35px;
}

.leftSide .login-area .title{
    width:135px;
    height:40px;
    background-color:#f07c32;
    margin-left:20px;

    -webkit-box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
    box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
}

.leftSide .login-area .title img{
    float:left;
    margin-top:3px;
}

.leftSide .login-area .title h1{
    color: #fff;
    font-family: 'arial';
    font-size: 16pt;
    margin-top:8px;
    float:left;
}

.leftSide .login-area form{
    margin-left: 20px;
    margin-top:15px;
}

.leftSide .login-area form:after{
    content:"";
    display:block;
    margin: 0 auto;
    width: 97%;
    padding-top: 15px;
    margin-bottom: 10px;
    border-bottom: solid 1px #bcbcbc;
}

.leftSide .login-area form label{
    font-family: 'arial';
    font-size: 13.34;
    margin-right: 5px;
}

.leftSide .login-area form input[class="name"], .leftSide .login-area form input[class="password"]{
    width:160px;
    height: 25px;
    border-radius: 5px;
    margin-bottom: 15px;
    border:none;
    border-top: solid 2px lightgray;
    direction: ltr;
    text-indent: 5px;
}

.leftSide .login-area form input[class="name"]:focus, .leftSide .login-area form input[class="password"]:focus{
    outline: none;
}

.leftSide .login-area form input[class="submit"]{
    width:70px;
    height:22px;
    background-color:#f07c32;
    color:#fff;
    font-size: 13.34pt;
    font-family: 'arial';
    cursor: pointer;
}

.leftSide .login-area form input[class="submit"]:focus{
    outline:none;
}

.leftSide .login-area form a{
    text-decoration: none;
    color: black;
    font-family: 'arial';
    font-size: 11.34pt;
    margin-left: 10px;
}

.leftSide .login-area a{
    text-decoration: none;
    font-family: 'arial';
    color: #404141;
    cursor: pointer;
}

.leftSide .login-area a:hover{
    color: #f07c32;
}

.leftSide .login-area a[class="new-user"]{
    color: #f07c32;
    margin-left: 20px;
    margin-right: 5px;
}

.leftSide .login-area span{
    margin-right: 5px;
}

/* Medium Ads Area ---------- */

.leftSide .ads-medium{
    width: 285px;
    height: 460px;
    margin-bottom:35px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+50,ebebeb+51,ebebeb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 50%, #ebebeb 51%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 50%,#ebebeb 51%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 50%,#ebebeb 51%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
    box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);

}

.leftSide .ads-medium a{
    display:block;
    text-align: center;
    color: #f07c32;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 30.31pt;
    text-decoration: none;
    position:relative;
    top: 170px;
}

/* Large Ads Area */

.leftSide .ads-big{
    width: 285px;
    height: 705px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+50,ebebeb+51,ebebeb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 50%, #ebebeb 51%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 50%,#ebebeb 51%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 50%,#ebebeb 51%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
    -moz-box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);
    box-shadow: 0px 6px 5px 0px rgba(211,211,211,1);

}

.leftSide .ads-big a{
    display:block;
    text-align: center;
    color: #f07c32;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 30.31pt;
    text-decoration: none;
    position:relative;
    top: 320px;
}


/* Right Side Area */

main .rightSide{
    width: 77%;
    height: 1420px;
    float:left;
}

.rightSide .search-site{
    width:100%;
    height: 165px;
    margin-top: 45px;
    background-color:#f8f8f8;
    border-radius: 10px;
    border: solid 1px gray;
}

.rightSide .search-site .search-tab{
    width: 185px;
    height: 45px;
    background-color: #f8f8f8;
    float:left;
    position:relative;
    bottom:47px;
    left:5px;
    border: solid 1px gray;
    border-radius: 5px;
}

.rightSide .search-site .search-tab p{
    font-family: 'arial';
    font-size:20.61;
    text-align: center;
    margin-top: 10px;
}

.rightSide .search-site .search-tab p:hover{
    cursor: pointer;
    color: #f07c32;
}

.rightSide .search-site h1{
    color:#f07c32;
    width: 220px;
    height:30px;
    font-family: 'arial';
    font-size: 20.61pt;
    font-weight: normal;
    margin-top:10px;
    margin-bottom: 35px;
    position:relative;
    bottom: 30px;
    left: 30px;
}

.rightSide.search-site form{
    width: 750px;
    height: 40px;
}

.rightSide .search-site form select{
    width: 150px;
    height: 40px;
    border-radius: 5px;
    margin-right:30px;
}

.rightSide .search-site form select:focus{
    outline:none;
}

.rightSide .search-site form select[class="category"]{
    margin-left: 120px;
}

.rightSide .search-site form input[type="submit"]{
    width: 150px;
    height:40px;
    background-color: #f07c32;
    color: white;
    font-family: 'arial';
    font-size: 18.19pt;
    padding-bottom: 5px;
    cursor: pointer;
}

.rightSide .search-site form input[type="submit"]:focus{
    outline: none;
}

.rightSide .our-story{
    width:100%;
    height: 775px;
    margin-top:45px;
}

.rightSide H2{
    color: #f07c32;
    font-family: 'arial';
    font-size: 15.76pt;
    margin-left: 10px;
    margin-bottom:5px;
    font-weight: normal;
}

.rightSide h1{
    color:#404141;
    font-family: 'arial';
    font-size: 25.46pt;
    font-weight:normal;
    margin: 10px;
}

.rightSide .vision-mission p{
    color:#404141;
    font-family: 'arial';
    font-size: 13.34pt;
    font-weight: normal;
    margin-left:10px;
    margin-bottom:30px;
}

.rightSide .team .team-member{
    margin-top: 20px;
    margin-left: 10px;
    border-bottom: dotted 1px black;
    padding-bottom: 30px; 
}

.rightSide .team .team-member:last-child{
    border-bottom:none;
}

.rightSide .team .team-member h3{
    color: #f07c32;
    font-family: 'arial';
    font-size: 14.55pt;
    font-style: italic;
    font-weight: bold;
}

.rightSide .team .team-member p{
    color:#404141;
    font-family: 'arial';
    font-size: 13.34pt;
    font-weight: normal;
}

.rightSide .gallery{
    width:895px;
    height:260px;
    background-color:#f8f8f8;
    border-radius:5px;
    position:relative;
}

.rightSide .gallery .heading{
    width:170px;
    height:47px;
    background-color:#f07c32;
    margin-left:35px;
}

.rightSide .gallery .heading h1{
    color:#fff;
    font-family: 'arial';
    font-size: 14.55pt;
    font-weight: bold;
    text-align:center;
    padding-top:10px;
}

.rightSide .gallery .photos{
    width: 760px;
    height: 170px;
    margin-top: 15px;
    margin-left: 75px;
}

.rightSide .gallery .photos .photo{
    width:170px;
    height:170px;
    background-color: #6d6d6d;
    margin-right: 20px;
    float:left;
}

.rightSide .gallery .arrow-left{
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent; 
    border-right:50px solid #eaeaea;
    float:left;
    margin-top: 50px;
    margin-left: 10px;
    cursor:pointer;
}

.rightSide .gallery .arrow-right{
    width: 0; 
    height: 0; 
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #eaeaea;
    position:absolute;
    left:835px;
    bottom: 60px;
    cursor: pointer;
}

/* ======================== */

/* Footer Area */

footer{
    width: 98%;
    height: 80px;
    margin:auto;
    margin-top: 60px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#090e14+0,0f1a29+24,11233f+50,03060e+79,03060e+100;Blue+Pipe+%231 */
    background: rgb(9,14,20); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(9,14,20,1) 0%, rgba(15,26,41,1) 24%, rgba(17,35,63,1) 50%, rgba(3,6,14,1) 79%, rgba(3,6,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(9,14,20,1) 0%,rgba(15,26,41,1) 24%,rgba(17,35,63,1) 50%,rgba(3,6,14,1) 79%,rgba(3,6,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(9,14,20,1) 0%,rgba(15,26,41,1) 24%,rgba(17,35,63,1) 50%,rgba(3,6,14,1) 79%,rgba(3,6,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090e14', endColorstr='#03060e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

footer .container{
    width: 950px;
    height: 80px;
    margin:auto;
    padding-top:10px;
}

footer a{
    text-decoration: none;
    color:#fff;
    font-family: 'arial';
    font-size: 13.34pt;
    font-weight: normal;
    margin:15px;
}

footer a:hover{
    color: #f07c32;
    cursor: pointer;
}

footer p{
    color:#fff;
    font-family: 'arial';
    font-size: 13.34pt;
    font-weight: normal;
    text-align: center;
}

footer p span{
    color: #f07c32;
}

/* Bottom Nav Area */

.bottom-nav{
    width:100%;
    height:55px;
    border: solid 1px black;
    background-color:#e4e4e4;
}

.bottom-nav .container{
    width: 85%;
    height: 55px;
    margin:auto;
}

.bottom-nav .stats{
    width:150px;
    height: 55px;
    position:relative;
    float:left;
}

.bottom-nav .stats img{
    float:left;
    margin-top:15px;
    margin-left:20px;
    margin-right: 5px;
}

.bottom-nav .stats p{
    font-family: "Arial Narrow";
    font-size: 12.55pt;
    font-weight: normal;
    padding-top:20px;
}

.bottom-nav .stats:after{
    content:'';
    height:50%;
    width:1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color:gray;
}

.bottom-nav .follow-up{
    width:220px;
    height: 55px;
    float:left;
    position:relative;
}

.bottom-nav .follow-up:after{
    content:'';
    height:50%;
    width:1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color:gray;
}

.bottom-nav .follow-up p{
    float:left;
    padding-top: 20px;
    padding-left: 20px;
}

.bottom-nav .follow-up img{
    margin: 10px;
}

.bottom-nav .take-tour{
    width: 105px;
    height: 55px;
    float:left;
    position:relative;
    text-align: center;
}

.bottom-nav .take-tour:after{
    content:'';
    height:50%;
    width:1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color:gray;
}

.bottom-nav .take-tour a{
    text-decoration: none;
    color:#403f41;
    font-family: "Arial Narrow";
    font-size: 12.55pt;
    font-weight: normal;  
    line-height: 55px;
}

.bottom-nav .quick-links{
    width: 215px;
    height: 55px;
    float:left;
    position:relative;
    text-align: center;
}

.bottom-nav .quick-links:after{
    content:'';
    height:50%;
    width:1px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color:gray;
}

.bottom-nav .quick-links select{
    width:190px;
    height: 28px;
    margin-top: 15px;
    border-radius: 0px;
}

.bottom-nav .quick-links select:focus{
    outline: none;
}

.bottom-nav .sign-up{
    width:180px;
    height: 55px;
    float:left;
    text-align: center;
}

.bottom-nav .sign-up a{
    text-decoration: none;
    color:#403f41;
    font-family: "Arial Narrow";
    font-size: 12.55pt;
    font-weight: normal;  
    line-height: 55px;
    margin-right:10px;
}

.bottom-nav .sign-up img{
    position:relative;
    top:10px;
}



