@font-face {
  font-family: 'bahij-thesansarabic';
  src: url('../fonts/bahij-thesansarabic.ttf');
}
body, h1, h2, h3, h4, h5, h6, p , label, span, a{
   font-family: bahij-thesansarabic !important;
    direction: rtl;
}
.navbar-nav .active{
    color: #eeb32e !important;
}
.navbar-nav li a:hover{
    color: #eeb32e !important;
}
.logo{
    width:135px;
}
.ml-auto{
    margin-right: auto !important;
    margin-left: 0px !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link{
    letter-spacing: normal;
    font-size: 16px;
}
/*Language */
.hidden {
	 position: absolute;
	 overflow: hidden;
	 clip: rect(0, 0, 0, 0);
	 width: 1px;
	 height: 1px;
	 border: 0;
	 margin: -1px;
	 padding: 0;
}
 .language {
	 width: 146px;
	 height: 30px;
	 font-size: 14px;
	 line-height: 1;
	 text-transform: uppercase;
     margin-top: 15px;
}
 .language__ar, .language__en {
	 position: relative;
	 float: left;
	 width: 73px;
	 height: 30px;
	 padding: 5px;
}
 .language__label {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 77px;
	 height: 30px;
	 padding: 7px 8px 5px 8px;
	 text-align: center;
}
 .language__ar .language__label, .language__en .language__label {
	 border: 1px solid #eee;
     background-color: #ddd;
	 background-repeat: no-repeat;
     background-position: 6px 8px;
     background-size: 34%;
     cursor: pointer;
}
 .language__ar .language__label {
	 border-radius: 4px 0 0 4px;
	 /*background-image: url(../images/arabic-lang.png);*/
     font-weight: 600;
}
 .language__en .language__label {
	 border-left: 0;
	 border-radius: 0 4px 4px 0;
	/* background-image: url(../images/english.png);*/
     font-weight: 600;
}
 .language__control:checked + .language__label {
	background-color: #083d7f;
    color: #fff;
}
 .language__control:hover + .language__label, .language__control:checked:hover + .language__label {
	 background-color: #eee;
}
 .language__control:focus + .language__label, .language__control:checked:focus + .language__label {
	 background-color:#083d7f;
}
/*langugae*/
.home-main {
    position: relative;
    height: 573px;
    z-index: 0;
}
.home-bg{
   background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.main-heading{
    font-size: 40px;
    font-weight: 600;
    color: #164886;
    word-spacing: 7px;
    line-height: 1;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}
.sub-heading{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    letter-spacing:1px;
}
.sub-text{
    color: #eeb32e !important;
}
.main-text{
    height: 700px;
    position: relative;
}
.banner-button{
    background: #174886;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px 20px;
    border: 1px solid #174886;
}
.banner-button:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.heading-section h2 {
    color: #083d7f;
}
.heading-section .subheading {
    font-size: 14px;
    color: #eeb32e;
    letter-spacing: 1px;
}
.ftco-section {
    padding: 4em 0;
}
.services .icon {
    background: #093e80 !important;
    margin-left: 22px; 
    margin: auto;
}
 .services-2 .icon{
    background: #093e80 !important;
    margin-left: 22px; 
    margin-bottom: 20px;
}
.services .icon i , .services .icon span , .services-2 .icon span , .services-2 .icon i{
    color: #fff;
    font-size: 40px;
}
.theme-color{
    color: #174886 !important;
}
.theme-color2{
    color: #eeb32e !important;
}
p{
    color: #000;
}
.services-2 .text h4 {
    font-size: 18px;
    color: #093e80;
    text-align: right;
}
.services-2 p{
    text-align: right;
}
.about-img {
    width: 100%;
    margin: 0rem 0rem;
    background-size: contain;
}
.block-20 {
    overflow: hidden;
    background-size: cover;
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    background-repeat: no-repeat;
    background-position: center center;
    height: 231px;
    position: relative;
    width: 100%;
    display: block;
}
.project-entry{
    width: 100%;
}
.project-bottom-box{
    position: relative;
    background: white;
    border-top: 0;
    box-shadow: 0 0 7px #e0e0e0;
    border-radius: 2px;
    padding: 5px 10px;
    height: 80px;
}
.project-heading{
    color: #093e80;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    font-weight: 600;
}
.sub-heading a{
    color: #000 !important;
    font-weight: 500;
    font-size: 13px;
}
.footer {
    padding: 0;
    overflow: hidden;
    background: #f8f9fd;
    text-align: right;
}
.footer .footer-heading , .copyright{
    color: #083d7f;
}
.list-unstyled{
    padding-right: 0px;
}
.footer ul.list-unstyled li a {
    color: #000;
}
.fw-600{
    font-weight: 600;
}
.footer a {
    color: #093e80;
}
.ftco-footer-social li a:hover {
    color: #eeb32e;
}
.footer ul.list-unstyled li a:hover {
    color: #eeb431;
}
.hero-wrap.hero-wrap-2 .slider-text {
    text-align: center;
    height: 207px;
}
.hero-wrap.hero-wrap-2 {
    height: 263px;
}
.hero-wrap .slider-text .breadcrumbs span a:hover {
    color: #eeb32e;
}
.bg-theme{
    background: #083d7f !important;
}
.white{
    color: #fff !important;
}
/* Contact */
.contact-heading{
    font-size: 30px;
    font-weight: 700;
    color: #164886;
}
.contact-btn{
    background: #083d7f;
    border: 1px solid #083d7f;
    color: #fff;
    letter-spacing: 1px !important;
}
.contact-btn:hover{
    background: white;
    color: #083d7f;
}
.form-control {
    height: 36px !important;
}
.contact-wrap {
    text-align: right !important;
    background: #fff;
    /* border: 1px solid #c9c9c9; */
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}
/* FAQ */
.accordion__header{
    border: 1px solid  #083d7f !important;
    padding: 7px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-top: 10px;
    color: #174886;
    text-align: right;
}
.accordion__header::after {
    content: '\f107';
    font-family: FontAwesome;
    display: block;
    width: 10px;
    height: 25px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    transition: all .4s ease;
}
.accordion__body {
    border: 1px solid #ccc;
    padding: 10px !important;
    padding: 10px;
    font-weight: 400;
    font-size: 0.875rem;
    color: #000;
    line-height: 1.5;
     text-align: right;
}
.accordion .accordion-item {
	 border-bottom: 1px solid #e5e5e5;
}
 .accordion .accordion-item button[aria-expanded='true'] {
	 border-bottom: 1px solid #eeb32e;
}
 .accordion button {
	 position: relative;
	 display: block;
	 text-align: left;
	 width: 100%;
	 padding: 1em 0;
	 color: #083d7f;
	 font-size: 1.15rem;
	 font-weight: 400;
	 border: none;
	 background: none;
	 outline: none;
}
 .accordion button:hover, .accordion button:focus {
	 cursor: pointer;
	 color: #eeb431;
}
 .accordion button:hover::after, .accordion button:focus::after {
	 cursor: pointer;
	 color: #03b5d2;
	 border: 1px solid #03b5d2;
}
 .accordion button .accordion-title {
	 padding: 1em 1.5em 1em 0;
}
 .accordion button .icon {
	 display: inline-block;
	 position: absolute;
	 top: 18px;
	 right: 0;
	 width: 22px;
	 height: 22px;
	 border: 1px solid;
	 border-radius: 22px;
}
 .accordion button .icon::before {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 9px;
	 left: 5px;
	 width: 10px;
	 height: 2px;
	 background: currentColor;
}
 .accordion button .icon::after {
	 display: block;
	 position: absolute;
	 content: '';
	 top: 5px;
	 left: 9px;
	 width: 2px;
	 height: 10px;
	 background: currentColor;
}
 .accordion button[aria-expanded='true'] {
	 color: #eeb32e;
}
 .accordion button[aria-expanded='true'] .icon::after {
	 width: 0;
}
 .accordion button[aria-expanded='true'] + .accordion-content {
	 opacity: 1;
	 max-height: 9em;
	 transition: all 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content {
	 opacity: 0;
	 max-height: 0;
	 overflow: hidden;
	 transition: opacity 200ms linear, max-height 200ms linear;
	 will-change: opacity, max-height;
}
 .accordion .accordion-content p {
	 font-size: 1rem;
	 font-weight: 300;
	 margin: 2em 0;
}
/* Pricing */
.pricing .box {
    margin-bottom: 10px;
    overflow: hidden;
}
.pricing .title_bar {
    color: #093e80;
    line-height: 35px;
    height: 35px;
    background: lightgray;
    padding: 0 10px;
    text-align: center !important;
}
.title_bar.white {
    background: #fff;
}
.pricing .item {
    padding: 2px 10px;
    color: #484848;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: initial;
}
.box {
    box-shadow: 0 0 7px #ececec;
}
.pricing .box_header p.small-ttl {
    position: absolute;
    margin-top: 46px;
    background:#eeb32e;
    width: 55%;
    font-size: 15px;
    left: 23%;
    height: 30px;
    border-radius: 20px;
}
.pricing .box_header {
    padding: 0;
    height: 70px;
    text-align: center;
    background: #083d7f;
}
.pricing .box_header * {
    color: #fff;
}
.pricing .box_header .pkg_price {
    color: #fff;
    font-size: 22px;
    margin: 0px;
}
.col-md-3 .item {
    text-align: right;
    color:#083d7f;
}
.pricing .item i {
    width: 17px;
}
.pricing .item .fa-times-circle{
    color: red;
}
.pricing .item .fa-check-circle{
    color: green;
}
.bg-pricing-theme{
    background:#eeb32e;
    color: #fff !important;
    font-size: 15px;
}
.pricing h2{
    text-align: right !important;
}
.buy-btn{
    background: #083d7f;
    border: 1px solid #083d7f;
    color: #fff;
    letter-spacing: 1px !important;
    padding: 12px 104px;
}
.buy-btn:hover {
    background: #fff;
    border: 1px solid #083d7f;
    color: #093e80;
}
.banner-button:focus{
    color: #fff !important;
}
.sub-heading a:hover{
    color: #eeb32e !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    background: #093e80;
    color: #fff;
    border: none;
    padding: 5px 15px !important;
    font: inherit;
    border-radius: 67%;
}
.project-section  .owl-nav .owl-prev {
    top: -203px;
    left: 29px;
}
.project-section  .owl-nav .owl-next {
    right: 24px;
    top: -203px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-nav .fa{
    color: #fff;
}
.black{
    color: #000;
}
.fs12{
    font-size: 12px;
}
.pages p {
    width: 100%;
    margin-bottom: 0px;
}
.pages h1 h2 h3 h4 h5 h6{
    width: 100%;
}
.project-section .owl-nav {
    position: absolute !important;
}
.mb-links span{
    display: none;
}
.summary-table thead{
    background: #083d7f;
    color: #fff;
    border: 1px solid #083d7f;
    text-align: right !important;
}
.summary-table thead th{
    text-align: right !important;
}
.summary-table tbody{
    border: 1px solid #ddd;
    text-align: right !important;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}
.summary-table .padding-left{
    padding: 0px 6px;
}
.summary-table td{
    color: #000;
    text-align: right !important;
}
.danger{
    color: #ff0000;
    cursor: pointer;
}
.hero-wrap .overlay{
    background: transparent;
}
.pages{
    text-align: right;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem;
}
.text-left{
    text-align: right !important;
}
.code-span{
    right: 4px !important;
    left: auto !important;
}
.text-right {
    text-align: left !important;
}
#contactForm .code-input{
    padding-right: 50px !important;
    padding-left: 0px !important;
}
.contact-page {
    text-align: right !important;
}
.contact-page .dbox .icon{
    margin-left: 10px;
}
.project-section{
    direction: ltr !important;
}
.payment-card .buy-btn{
    width: 100% !important;
}
.close-alert{
    float: left !important;
}
@media (min-width: 992px){
.offset-lg-2 {
    margin-right: 16.66667%;
}
}
@media (max-width: 992px){
     
}
@media (max-width: 700px) {
    .navbar-collapse .ml-auto{
        margin-left: auto !important;
        margin-right: 0px !important;
        padding-right: 0px !important;  
        text-align: right;
    }
    .project-section .owl-nav .owl-next {
        right: 72px !important;
    }
    .project-section .owl-nav .owl-prev {
        left: 73px !important;
     }
    .mb-text-left{
        text-align: left !important;
    }
    .mb-text-center{
        text-align: center !important;
    }
    .buy-btn-mb{
        width: 100% !important;
        margin: 10px 0px !important;
    }
    .hide-mb{
        display: none;
    }
    .display-mb-flex{
        display: inline-flex;
        margin-left: 93px;
    }
    .footer ul.list-unstyled li a {
        color: #093e80;
        font-weight: 600;
    }
    .mb-links span{
        margin: 3px 12px;
        font-weight: 600;
    }
    hr.new {
        border: 1px solid #093e80;
        width: 84%;
    }
    .mb-links span{
    display: block;
}
    .main-error{
        background-size: contain !important;
        background-position: center !important;
    }
}
@media (max-width: 500px) {
.project-section .owl-nav .owl-next {
    right: 72px !important;
}
.project-section .owl-nav .owl-prev {
    left: 73px !important;
 }
    .mb-text-left{
        text-align: left !important;
    }
    .mb-text-center{
        text-align: center !important;
    }
    .buy-btn-mb{
        width: 100% !important;
        margin: 10px 0px !important;
    }
    .hide-mb{
        display: none;
    }
    .display-mb-flex{
        display: inline-flex;
        margin-left: 75px;
    }
    .footer ul.list-unstyled li a {
        color: #093e80;
        font-weight: 600;
    }
    .mb-links span{
        margin: 3px 12px;
        font-weight: 600;
    }
    hr.new {
        border: 1px solid #093e80;
        width: 84%;
    }
    .mb-links span{
    display: block;
}
}
@media (max-width: 499px) {
.display-mb-flex {
    margin-left: 64px;
}
}
@media (max-width:450px) and (min-width:415px){
.display-mb-flex {
    margin-left: 54px;
}
}
@media (max-width: 414px){
.display-mb-flex {
    margin-left: 36px;
}
}
@media (max-width: 375px){
.display-mb-flex {
    margin-left: 20px;
}
.pricing .heading-section h2 {
    font-size: 20px;
}
}
@media (max-width: 360px){
.display-mb-flex {
    margin-left: 11px;
}
.main-error .inner-padding{
    padding-top: 31rem !important;
}
}
@media (max-width: 320px){
.footer ul.list-unstyled li a {
    font-size: 11px;
}
.display-mb-flex {
    margin-left: 16px;
}
.main-error .inner-padding {
    padding-top: 26rem !important;
}
}