@font-face {
    font-family: "JF Flat Regular";
    src: url('fonts/JF-Flat-regular.eot');
    src: url('fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('fonts/JF-Flat-regular.woff') format('woff'),
    url('fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: "JF Flat Regular";
}


p {
   
    line-height: 25px;
    word-spacing: 1.5px;
    text-align: right;
}

.bak-blue h4 {
    text-align: right
}
.bak-blue p {
   
    text-align: right;
    direction: rtl;
}

#footer .contact i {
   
    float: right;
    margin: 7px 0 10px 8px;
   
}

.nav-pills>li>a {
    border-radius: 4px;
    font-size: 14px !important;
    direction: rtl
}

#header .logo img {
    position: relative;
    color: transparent;
    width: 350px !important;
    height: 93px !important;
}

.logo.logo-sticky-active img {
    width: 350px !important;
    height: 93px !important;
    top: 35px !important;
}

ul.nav-list.primary > li a::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #333;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}



ul.nav-list.primary > li a::before{
    display: none
}

.push-bottom {
    text-align: right;
    border: 1px solid #ddd;
}

.input-group.input-group-lg {
    direction: rtl;
}

.input-group {
    width: 100%;
}

.input-group-lg > .form-control {
    border-radius: 0;
}

.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.captalize {
    text-transform: uppercase;
}

.slider-shadow {
    background: url(../img/slider-shadow.png) center center no-repeat;
    width: 100%;
    height: 77px;
    display: block;
    z-index: -2;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    bottom: 27px;
}

.jssorb05 {
    position: absolute;
}

.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('../img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -97px -7px;
}

.jssora22l,
.jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('../img/a22.png') center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

#header {
    background: #FFF;
    padding: 0;
}



.bak-blue {
    background: #3884c3;
    min-height: 170px;
    color: #fff;
    border-radius: 15px;
    padding: 10px 0;
    box-shadow: 0px 4px 15px #888888;
}

.bak-blue h4 {
    color: #FFF;
    padding: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.bak-blue p {
    color: #FFF;
    padding: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.f-1 {
    float: left;
    width: 100px;
    height: 35px;
    background: #fc9d1b;
    text-align: center;
    padding: 7px;
}

.f-1 a {
    color: #FFF;
}

.f-1 a:hover {
    text-decoration: none
}

.breadcrumb li a {
    color: #FFF;
}

.active a {
    color: #fff !important;
}

ul.history li .featured-box {
    text-align: right;
    margin-right: 0px;
    margin-bottom: 50px;
    min-height: 115px;
    width: 100%;
}

ul.history li h4 {
    margin-bottom: 20px;
    padding: 0;
}

ul.history li p {
    margin-right: 0;
}

.label-aside {
    padding: 10px !important;
    border-bottom: 1px solid #3884c3;
    background: #3884c3;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0
}

.m-align-justify {
    margin-right: 15px;
}


/*************************************/

#page-title h2:before {
    background: -moz-linear-gradient(right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(34, 49, 63, 0)), color-stop(100%, rgba(34, 49, 63, 1)));
    background: -webkit-linear-gradient(right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    background: -o-linear-gradient(right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0;
}

#page-title h2:before,
#page-title h2:after {
    display: block;
    height: 1px;
    content: " ";
    width: 40%;
    position: absolute;
    top: 0.53em;
    z-index: 1;
}

#page-title h2:after {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    left: 0;
    right: auto;
}

#page-title h2 span {
    color: #f37321 !important;
    border: 1px solid #ddd;
    padding: 10px 21px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    background: #fff
}

#page-title h2 {
    text-align: center;
    text-transform: capitalize;
}

.b-c-footer {
    margin: 0 auto;
    width: 150px;
    display: block;
}

.lab-help {
    font-size: 27px;
    padding: 10px 4px !important
}

.DROP-SHIPPER1 {
    font-size: 17px;
    color: #589fd2;
    text-transform: capitalize;
}

.m-top-DROP {
    margin-top: 50px
}

#page-title h2 span.lable12 {
    color: #f37321 !important;
    border: 1px solid #ddd;
    padding: 11px 16px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

#page-title h4:before,
#page-title h4:after {
    display: block;
    height: 1px;
    content: " ";
    width: 35%;
    position: absolute;
    top: 28px;
    z-index: 1;
}

#page-title h4:before {
    background: -moz-linear-gradient(right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(34, 49, 63, 0)), color-stop(100%, rgba(34, 49, 63, 1)));
    background: -webkit-linear-gradient(right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    background: -o-linear-gradient(right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0;
}

#page-title h4:after {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
    background: -ms-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    left: 0;
    right: auto;
}

#page-title h4 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

#page-title h4 span {
    color: #f37321 !important;
    border: 1px solid #ddd;
    padding: 11px 11px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.l-box {
    color: #eca938;
    margin: 0;
    text-align: right;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header nav {
    float: left;
}

#header .logo{
    float: right;
}

ul.team-list .team-item.thumbnail {
    margin-bottom: 35px;
    text-align: right;
    padding-bottom: 10px;
    border: 1px double #ddd;
}

.team-item.thumbnail h4{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
    font-size: 17px;
    color: #585858
}

.wordLang{
	float: left;
	margin-top: 5px;
}

ul.team-list .team-item > p {
    margin-bottom: 0;
    padding-right: 10px;
    direction: rtl;
}




/* ul.team-list .team-item.thumbnail:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.2);
} */

.m-form-contact {
    margin-top: 17px;
    margin-bottom: 40px !important
}

.active-aside {
    background-color: #eca938 !important
}

.active-aside a:hover {
    background-color: #eca938 !important;
}

aside ul.nav-list > li > a:focus {
    background-color: transparent;
}


/*.active-aside a:focus {
    background-color: #3884c3  !important;
}
*/

.active-aside a {
    color: #ffffff !important;
    font-weight: bold;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eca938;
    color: #fff;
}

aside ul.nav-list > li > a:focus
{
    color: #000 !important;
    font-weight: bold;
}
 
 

.border-all22 {
    height: 100px;
    position: relative;
    border: 2px solid #dadada;

}

.owl-carousel .owl-item img {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%); 
    width: auto;
    max-width: 100%;
}

.scrollup {
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    display: none;
    text-indent: -9999px;
    background: url('../img/arrow27.png') no-repeat;
   background-repeat: no-repeat;
   z-index: 9999;
}

.headerCustom {
    border-bottom: 3px double #ddd;
    padding-bottom: 10px;
    font-size: 19px;
    text-transform: capitalize;
    text-align: right;
    direction: rtl;
}
@media (max-width: 991px){
    .btn-responsive-nav {
        right: auto;
        left: 20px;
    }
    #header nav ul.nav-main li a {
        text-align: right;
    }
}
#header nav ul.nav-main {
    margin: -36px 0 8px 10px;
}

#header nav ul.nav-main ul.dropdown-menu > li > a img{
    margin-right: 3px;
}

.caret {
  
    margin-right: 5px;
 
}

#footer h4 {
    text-align: center;
}

#footer .footer-ribbon {
    position: absolute;
    right: 100px;
    left: auto;
}

#footer .footer-copyright p{
    text-align: right;
    direction: rtl
}

#header nav.mega-menu .dropdown-menu {
    right: auto;
}

#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    margin-left: 8px;
    padding-left: 8px;
    padding-right: 0;
    float: right;
}

#footer .footer-copyright nav {
    float: left;
}

#footer .footer-copyright nav ul li:last-child {
    border: medium none;
    padding-left: 0;
}

#footer .contact p {
    margin-bottom: 10px;
    direction: rtl;
}

#footer .contact li p span {
    direction: ltr;
    text-align: left;
    unicode-bidi: bidi-override;
}

.bootstrap-select {
    width: 89% !important;
    float: right !important;
    position: relative;
}

form label {
    text-align: right;
    direction: rtl;
    display: block;
}

h2.short {
    direction: rtl;
}

.bootstrap-select.btn-group .btn .filter-option {
  
    text-align: right;
    direction: rtl;
}

 

.bootstrap-select.btn-group .btn .caret {
   
    left: 10px;
   
}


.form-control{
    text-align: right;
    direction: rtl
}

.form-control,
.form-control:focus {
    height: 44px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.form-control:hover{
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.bootstrap-select > .btn {
    background: #fff !important;
    height: 44px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.padding-DirZero .btn-primary{
    height: 44px;
}

#footer .footer-ribbon span {
  
    font-family: "JF Flat Regular";
}
textarea.form-control {
    height: auto !important;
}
/*********here******************************************/

@media(max-width:1300px) {
    iframe {
        width: 100% !important
    }
    video {
        width: 100%;
    }
    #page-title h2:before,
    #page-title h2:after {
        display: none;
    }
    #page-title h4:before,
    #page-title h4:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .bak-blue {
        background: #3884c3;
        min-height: 170px;
        color: #fff;
        border-radius: 15px;
        padding: 10px 0;
        box-shadow: 0px 4px 15px #888888;
        margin-bottom: 35px;
    }
    #header .logo img {
        max-width: 300px;
    }
    iframe {
        width: 100% !important;
    }
    video {
        width: 100%;
    }
    .label-aside {
        margin-bottom: 35px;
    }
    .label-aside:hover {
        cursor: pointer;
    }

    .padding-DirZero .btn-primary {
        height: 44px;
        width: 100%;
        margin-top: 10px;
    }

    .bootstrap-select {
        width: 100% !important;
    }
    ul.team-list .team-item {
       
        max-width: 100%;
    }
    .bootstrap-select > .btn {
        width: 100%;
        margin-top: 10px;
    }
    #footer .footer-ribbon {
       
        right: 10px;
        left: auto;
    }

    ul.social-icons {
      text-align: right
    }
    .embed-responsive.embed-responsive-16by9 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .bak-blue {
        background: #3884c3;
        min-height: 240px;
        color: #fff;
        border-radius: 15px;
        padding: 10px 0;
        box-shadow: 0px 4px 15px #888888;
        margin-bottom: 35px;
    }
    .f-1 {
        margin-top: 25px;
    }
    .label-aside {
        margin-bottom: 35px;
    }
    .label-aside:hover {
        cursor: pointer;
    }

    .slider-shadow{
        display: none
    }
 
    .headerCustom {
        line-height: 1.6
    }
    
    .border-all22 {
        height: 110px;
        position: relative;
        border: 2px solid #dadada;
        margin: 10px;
    }


}

@media (max-width: 479px) {
    #header .logo img {
        width:100% !important;
        height: auto !important;
        max-width: unset;
    }
    #header {
       
        min-height: auto;
      
    }
    .btn-responsive-nav {
        top: 10px;
    }
    iframe {
        width: 100% !important;
    }
    video {
        width: 100%;
    }
    .label-aside {
        margin-bottom: 35px;
    }
    .label-aside:hover {
        cursor: pointer;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1920px;
    }
}

@media (min-width: 991px){
    .padding-DirZero {
        padding-right: 0;
    }
}
