﻿
/*Navbar*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    z-index: 999;
    position: absolute;
    margin: 0 auto;
    background: transparent;
    top: 40%;
    width: 100%;
}

    .navbar-default .navbar-nav > li > a {
        color: #cccccc;
        padding: 20px 15px;
   
    }
.navbar .navbar-nav a {
   line-height:normal;
}

@media screen and (max-width: 768px) {
    .footer .footerTop .footerTopMenu {
        padding-top: 50px;
        height: 0px !important;
        padding: 2% 1%;
    }
    .footer {
        min-height: 200px !important;
        height: auto;
        background-color: #1b2735;
    }
    .footer .footerTop {
        min-height: 200px !important;
        height: auto;
    }
}

@media screen and (min-width: 800px) {
    .navbar-collapse.collapse {
        display: flex !important;
    }
}

@media screen and (max-width: 800px) {
    .navbar-collapse {
        min-height: 550px;
        height: auto;
        width: 100%;
    }

    .navbar-down {
        min-height: 550px;
        width: 100%;
    }
}

.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    background-color: #20263a !important;
    color: black;
    padding: 0px 0 !important;
    height: 100px;
    border-radius: 0px; -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #d6b207;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuNav .flex-container {
    display: flex;
    justify-content: space-between;
}

.menuNav .dropdown-menu {
    right: auto !important;
    left: auto;
    float: left;
    text-align: right;
}

.navbar-default .navbar-nav > .open > a {
    border-bottom: 2px solid transparent;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: transparent;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-bottom: 2px solid rgba(204, 204, 204, 0.67);
    }

.flex-item {
    margin: 9px auto;
}

.mrg-nav {
    margin-top: 0;
}

.navbar-fixed-top.mrg-nav {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 880px){
	.navbar span{
	 position: fixed !important;
     z-index: 100;
     top: 7px !important;
     right: 4% !important;
	}
}
	
.navbar-default .navbar-toggle {
    margin: 17px 50px;
    width: 91px;
    padding: 10px 17%;
}
/*endNav*/

.Email {
    width: 512px;
    margin-top: 11px;
    margin: 0 auto;
    position: relative;
    top: 25vh;
	z-index:444;
}

    .Email .input {
        height: 33px;
        background: rgba(245, 245, 245, 0.83);
        border-top: 3px solid #d3d5d7;
        border: 1px solid rgba(245, 245, 245, 0.18);
        border-bottom-right-radius: 2.2px;
        border-top-right-radius: 2.2px;
        width: 71%;
        padding-left: 20px;
        color: #00186f !important;
        padding: 0 8px;
        font-family: Yekan;
        font-size: 15px;
    }

    .Email .btn-send {
        background: #d6b207;
        border: none;
        color: #333;
        font-family: Yekan;
        height: 33.4px;
        width: 80px;
        font-size: 17px;
        border-bottom: 1px solid #d6b207;
        border-bottom-left-radius: 2.2px;
        border-top-left-radius: 2.2px;
    }

@media (min-width:460px) and (max-width:770px) {
    .Email .input {
        width: 48% !important;
    }

    .nav-show .navbar-brand img {
        width: 75% !important;
    }

    .search {
        margin-left: 20px;
        margin-right: -20px;
    }

    .nav-show #toggle-search {
        float: left;
        left: 0;
        position: absolute;
    }

    .Email {
        width: 452px;
    }
	
}

@media (max-width:459px) {
    .nav-show .navbar-brand img {
        width: 65% !important;
    }

    .search {
        margin-left: 25px;
        margin-right: -25px;
    }

    .nav-show #toggle-search {
        float: left;
        left: 0;
        position: absolute;
    }

    .Email {
        width: 260px;
    }

    .logosite img {
        width: 90%;
    }
}

.search-input, .button-search {
    padding: 0.6875em 2em;
}

.search-input {
    margin-left: 0;
    padding: 10px 15px;
    width: 100%;
    border: solid 2px #8a95a4;
    border-right: none;
    border-radius: 0 2px 2px 0;
    background: rgba(131, 142, 156, 0.85);
    color: #fff;
    box-sizing: border-box;
    margin-right: 13%;
}

    .search-input::-webkit-input-placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

    .search-input:-ms-input-placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

    .search-input::-ms-input-placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

    .search-input::placeholder {
        transition: color 0.25s;
        color: #abacac;
        font-size: 0.95em;
        -webkit-font-smoothing: antialias;
    }

input.search-input:focus {
    transition: background 0.25s, border-color 0.25s;
    background: rgba(232, 232, 232, 0.22);
    border-color: rgb(67, 83, 92);
    outline: none;
}

    input.search-input:focus::-webkit-input-placeholder {
        transition: color 0.25s;
        color: #898989;
    }

    input.search-input:focus:-ms-input-placeholder {
        transition: color 0.25s;
        color: #898989;
    }

    input.search-input:focus::-ms-input-placeholder {
        transition: color 0.25s;
        color: #898989;
    }

    input.search-input:focus::placeholder {
        transition: color 0.25s;
        color: #898989;
    }

.button-search {
    transition: background 0.25s, color 0.25s;
    border: none;
    border-radius: 2px 0 0 2px;
    background: #d6b207;
}

    .button-search:hover {
        transition: background 0.25s, color 0.25s;
        background: #d6b207;
        color: #fff;
    }

.wrapper {
    top: 47%;
    position: relative;
}

.backW section {
    padding-top: 0 !important;
}

.sticky-header {
    padding-top: 100px;
}

    .sticky-header header {
        height: 75px;
        background-color: #1b2735;
    }

        .sticky-header header h1 {
            -moz-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
        }

.pt {
    position: absolute;
    top: 0;
    z-index: 999;
    display: flex;
    margin: 0;
    width: 85%;
}

.logom {
    display: block;
}

.nav-show .navbar-trans {
    background-color: transparent;
    border: none;
    transition: top 1s ease;
}

.nav-show .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 7px 0;
    border-radius: 0;
    z-index: 99;
}

.nav-show .container-fluid {
    padding-right: 3% !important;
    padding-left: 2% !important;
}

.nav-show .navbar-doublerow > .navbar {
    display: block;
    margin: 0px auto;
    min-height: 25px;
    background: #fff;
    height: 62px;
}

.nav-show .navbar-doublerow .nav {
    padding: 0px auto;
}

.nav-show .navbar-doublerow .dividline {
    margin: 5px 100px;
    padding-top: 1px;
    background-color: inherit;
}

.nav-show .navbar-doublerow .navbar-top ul > li > a {
    padding: 10px;
    font-size: 12px;
}

.nav-show .navbar-doublerow .navbar-top ul > li .dropdown-menu {
    background-color: #fff;
}

.nav-show .navbar-top .social > li {
    float: right;
}

.nav-show .in-menu {
    margin-right: 140px;
    top: 70px;
}

.nav-show .navbar-nav {
    margin: 0px;
}

.nav-show .navbar-doublerow .navbar-down .navbar-brand {
    padding: 0px;
    float: left;
    color: #333;
    font-size: 32px;
}

.nav-show .navbar-doublerow .navbar-down ul > li > a {
    color: #333;
    transition: border-bottom .2s ease-in, transform .2s ease-in-out;
}

    .nav-show .navbar-doublerow .navbar-down ul > li > a:hover {
        border-bottom: 2px solid #0db4e9;
        color: #003366;
    }

.nav-show .navbar-doublerow .navbar-down .dropdown {
    padding: 5px;
    color: #000;
}

    .nav-show .navbar-doublerow .navbar-down .dropdown ul > li > a,
    .nav-show .navbar-doublerow .navbar-down .dropdown ul > li > a:hover {
        color: #000;
        border-bottom: none;
        padding: 13px;
    }

.nav-show .navbar-doublerow.navbar-trans.afterscroll {
}

.nav-show .navbar-doublerow.navbar-trans.afterscroll {
    top: -50px;
}

.nav-show ul.dropdown-menu .sub-menu,
.nav-show .nav-tabs .sub-menu {
    display: none;
    background: #fff;
    padding: 12px;
    margin: 0px 5px;
}

    .nav-show .nav-tabs .sub-menu li {
        margin: 5px 0px;
        border: 1px solid transparent;
    }

.nav-show .nav-tabs {
    border-bottom: none;
    padding-top: 6px !important;
}

.nav-show .flex-container {
    display: flex;
    justify-content: space-between;
}

.nav-show .text-white, .text-white-hover:hover {
    color: #333 !important;
}

.nav-show .light-grey {
    color: #000 !important;
    background-color: #E6E9ED !important;
}

.nav-show .lo-rg i {
    padding: 0px 5px;
}

.nav-show .date-on {
    margin-top: 5px;
}

.nav-show #register-submit, #login-submit {
    background: #19afda;
    color: #fff;
    border-color: rgb(204, 204, 204);
}

    .nav-show #register-submit .form-group.text-center label {
        font-size: 11px;
    }

.nav-show .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #19afda;
    font-weight: 800;
}

.nav-show .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #d6b207;
 
}

.nav-tabs > li > a:hover {
    border-color: transparent !important;
}

.navbar {

    position: relative;
    top: 25vh;
    min-height: 75px;
}

.nav > li > a {
    font-size: 16px;
    font-family: Mj_Tunisia !important;
}
/*search*/
body > .search {
    *zoom: 1;
    position: relative;
    color: #fff;
    background-color: #25323d;
}

    body > .search:after {
        content: "";
        display: table;
        clear: both;
    }

.nav-show .header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 77px;
    height: 60px;
    margin: 0;
    padding: 0;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA8CAQAAABlJ1gMAAABfElEQVR42u3ZsU7CUBhA4U6Iib5IITigOzMzzwUMmNA3MRofwMSRCDB1MPIAOoDBHAch0VhUCb2Ecr4uBJb23Oa/FKJIkiRJkiRJkiRJygENElJSEhpEmxz6W+Z7Vu43S71PlxvTZsiMGQ+0iTe7szY6EuCOmJg7IClwaEr0eOOzN/ocBwqdwnJhYyAtbGhK3ACQcEGZMhckANxSChIayHxduNCXwISzL6deYQT0Chma3+RzmRUWQO3b+2fAgkrOgbd0vfsQurN2A0qATgFD72hwDIHzzNM/B4YBRkbW6Chg6DlwlHn6R8Dc0PmHPgWeA22C//lsT2f0+tFRBwaGDrMZdgsYekejo7rm610NWFA1dIgHlqtgDyoHEXr1CN6nTokT6vQBgAktZ/Q2j6wfla6ZAOMcUx9g6I9h0WXEKy8M6FIlosU419SHNjp+WPp8Uxs6UGpDZ6Y2dJDUedzRTz/uSFP/nN3WAjaZrs38SNPQkiRJkiRJkiRJKoB36w+U2Cj/A/EAAAAASUVORK5CYII=");
    border: none;
    cursor: pointer;
}

.nav-show #toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

.nav-show #toggle-search {
    float: right;
    top: 7px;
    background-position: -56px -5px;
}

    .nav-show #toggle-search.open:after {
        top: 44px;
    }

.nav-show .search .header-button i {
    padding: 0px 0 0 22px;
}

.nav-show #toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}

.nav-show #toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

    .nav-show #toggle-basket:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 2px;
        height: 50px;
        content: "";
        background-color: #000;
    }

.nav-show #search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 73px;
    left: 0;
    width: 100.1%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

    .nav-show #search-form.open {
        max-height: 60px;
    }

    .nav-show #search-form fieldset {
        position: relative;
        margin: 0 60px 0 0;
        padding: 0;
        border: none;
    }

    .nav-show #search-form input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: 60px;
    }

        .nav-show #search-form input[type="search"] {
            width: 100%;
            background: transparent;
            border: none;
            position: relative;
            right: 2%;    
			color: #00186f !important;
        }

@media (max-width: 768px) {
    .nav-show #search-form input[type="search"] {
        right: 15%;
    }
    .nav-show #toggle-search {
            float: right;
    	    top: 13px;
            background-position: -54px -7px;
    }
}
@media (max-width:600px) {
    .imgMobile {
        margin-top: -9px;
    }
}
    .nav-show #search-form input[type="submit"] {
        position: absolute;
        bottom: 0;
        right: -1px;
        width: 70px;
        margin: 0;
        font-size: 10px;
        padding: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #2f2583;
        background: #f2c413;
        border: none;
        cursor: pointer;
    }

    /*end-search*/

    .nav-show {
        display: none;
    }

        .nav-show .navbar-brand {
            width: 245px;
            height: 100%;
            padding: 2px 7px;
            text-align: center;
        }

            .nav-show .navbar-brand img {
                width: 100%;
                height: 100%;
            }

        .nav-show a {
            color: #fff;
            font-size: 14px !important;
            transition: color 0.5s ease;
        }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 101;
        top: 0;
        right: 0;
        text-align: center;
        background-color: #091029;
        overflow-x: hidden;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding-top: 60px;
    }

        .sidenav a {
            font-family: Mj_Tunisia !important;
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 20px;
            color: #818181;
            display: block;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #d6b207;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    }

    .navbar--items {
        color: transparent;
    }
    /*End-Navbar*/
 /*About-us-Page*/
 .aboutusPage .pageIn {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.3215686274509804);
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.aboutUs {
min-height: 854px;
height: auto;
background-color: #fff;
padding: 5% 0;
padding-bottom: 3%;
margin: 0;
}

    .aboutUs p {
        color: #555555;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }

    .aboutUs .aboutus-title {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
        margin: 0 0 39px;
        padding: 0 0 11px;
        padding-bottom: 14px !important;
        position: relative;
        text-transform: uppercase;
        color: #000;
    }

    .aboutUs .AboutUsImg {
        width: 80%;
        height: 235px;
        background: #f5f5f5;
        box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.25);
        border: 1px solid #e5e7e9;
        margin: 0 auto;
        margin-bottom: 7%;
    }

    .aboutUs .aboutus-title::after {
        background: #fdb801 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        width: 54px;
    }

    .aboutUs ul li {
        float: right;
        margin-left: 18px;
        margin-top: 4% !important;
        margin-bottom: 2.6%;
    }

    .aboutUs .aboutDivInner {
        border: 2px solid transparent;
    }

    .aboutUs .aboutDivImg {
        width: 91px;
        height: 91px;
        border: 1px solid #eee;
        border-radius: 50%;
        overflow: hidden;
        margin: 10px auto;
        margin-bottom: 24px !important;
    }

        .aboutUs .aboutDivImg img {
            width: 100%;
            height: 100%;
        }

    .aboutUs .aboutDivText {
        padding-right: 10px;
        overflow: hidden;
    }


        .aboutUs .aboutDivText h4 {
            color: #222222;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-bottom: 2px;
            padding-bottom: 8px;
            position: relative;
        }

        .aboutUs .aboutDivText p {
            color: #727272;
            font-size: 13px;
            line-height: 29.6px;
            text-align: justify;
            margin-bottom: 10%;
        }

.aboutUs .social {
    margin-bottom: 0;
    text-align: right;
    color: #00186f;
}

    .aboutUs .social i {
        width: 21px;
        height: 19px;
        text-align: center;
        background-color: #3C3C42;
        transition: background-color 0.5s ease;
        cursor: pointer;
        border-radius: 1%;
        margin-left: 3% !important;
        font-size: 12px;
        margin: 5.5px -1px;
        color: #ffffff;
        padding: 3px;
    }
    .aboutUs .social .links {
        padding: 0;
        font-size: 12px;
        line-height: 29px;
        cursor:pointer;
    }
@media (max-width: 900px) {
.aboutUs .aboutDivImg {
    margin:0; 
}
}
/*End-About-us-Page*/
