@font-face {
    font-family: myr;
    src: url("../fonts/Myriad-Pro.ttf");
}
@font-face {
    font-family: myrb;
    src: url("../fonts/Myriad-Pro-Bold.ttf");
}

html{
    font-size: 100px;
}
html,body{
    margin:0;
    padding:0;
    display: block;
    position: relative;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body{
    font-family: myr,sans-serif;
    margin: 0 !important;
    color:#000;
    font-size: 16px;
}
.myr{
    font-family: myr,sans-serif;
}
.myrb{
    font-family: myrb,sans-serif;
}
.title{
    font-family: myrb,sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
}
.relative-img{
    position: relative;
    top: -2px;
}
#warning-container{
    display: none !important;
}
.social-cont{
    border-style: solid;
    border-width: 0;
    background-color: #fff;
    padding-top:7px;
    padding-bottom:7px;
    display: table;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.social-cont span.inline{
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    font-size: 16px;
    font-family: "Roboto Bold";
    padding-right: 15px;
}
.social-cont span.inline i{
    font-size: 20px;
}
.social-cont span.inline i.up{
    color: #00b226;
}
.social-cont span.inline i.down{
    color: #b20000;
}
.social-cont .social{
    text-align: right;
    display: inline-block;
    float: right;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
        -moz-transform: translateX(1.334em) translateZ(0);
        -ms-transform: translateX(1.334em) translateZ(0);
        -o-transform: translateX(1.334em) translateZ(0);
        transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}
.social span.text-right{
    display: table;
    float: left;
    height: 38px;
    vertical-align: middle;
}
.social span.text-right p{
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 16px;
    font-family: "Roboto Semi Bold";
    color: rgb(68, 68, 68);
    line-height: 1.2;
}
a.social-icon, a.social-icon:visited {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    background-color: #898989;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 5px 0px;
    color: #fff;
    margin:3px 2px;
    font-size: 20px;
    display: table;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);

    /* Color each button differently */
}
a.social-icon:focus, a.social-icon:active, a.social-icon:hover{
    text-decoration: none;
    color: #FFF;
    border:none;
}

.social-icon i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}
.social-icon.facebook {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.25s forwards;
    animation: fadeInRight 0.6s 0.25s forwards;
    opacity: 0;
    /* Color */
}
.social-icon.facebook:hover , .social-icon.facebook:active, .social-icon.facebook:focus {
    opacity: 1;
    background-color: #0077b2;
}
.social-icon.twitter {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.5s forwards;
    animation: fadeInRight 0.6s 0.5s forwards;
    opacity: 0;
    /* Color */
}
.social-icon.twitter:hover, .social-icon:nth-child(2):active, .social-icon:nth-child(2):focus {
    opacity: 1;
    background-color: #008cb2;
}
.social-icon.linkedin {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.75s forwards;
    animation: fadeInRight 0.6s 0.75s forwards;
    opacity: 0;
    /* Color */
}
.social-icon.linkedin:hover, .social-icon.linkedin:active, .social-icon.linkedin:focus {
    opacity: 1;
    background-color: #00a1b2;
}
.social-icon.google-plus {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1s forwards;
    animation: fadeInRight 0.6s 1s forwards;
    opacity: 0;
    /* Color */
}
.social-icon.google-plus:hover, .social-icon.google-plus:active, .social-icon.google-plus:focus {
    opacity: 1;
    background-color: #e3401d;
}
.social-icon.email {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1.25s forwards;
    animation: fadeInRight 0.6s 1.25s forwards;
    opacity: 0;
    /* Color */
}
.social-icon.email:hover, .social-icon.email:active, .social-icon.email:focus {
    opacity: 1;
    background-color: #e3401d;
}
.social-icon img {
    width: 20px;
}


/* ============================ */
/* TOOLTIP                      */
/* ============================ */
[data-tooltip] {
    position: relative;
    /* tooltip arrow */
    /* tooltip box */
}
[data-tooltip]:before, [data-tooltip]:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
    content: "";
    border-color: #323232;
    border-style: none;
    border: 5px solid transparent;
    border-bottom: 6px solid #323232;
    margin-top: -4px;
}
[data-tooltip]:after {
    content: attr(data-tooltip);
    width: auto;
    height: 22px;
    padding: 11px 11px 0 11px;
    font-size: 13px;
    line-height: 11px;
    white-space: nowrap;
    background-color: #323232;
    color: #ecf0f1;
    margin-top: 7px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
    background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}




@media screen and (max-width: 767px){
    .social.center-medium{
        overflow-x: hidden !important;
    }
    .social-cont{
        margin-bottom: 0px;
        margin-left: -15px;
        margin-right: -15px;
        min-width: calc(100% + 30px);
    }
    .carousel .item {
        height: 300px !important;
    }
}
@media screen and (max-width:348px){
    .social-cont .social-icon{
        height:29px;
        width: 29px;
        font-size: 18px;
    }
}
.input-group {
    position: relative;
    display: table !important;
    border-collapse: separate;
}
.navbar-collapse {
    position: relative;
    padding-top: 30px !important;
    max-height: 270px;
}
.navbar-collapse form[role="search"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 0;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: rgb(248, 248, 248);
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
}
.navbar-collapse form[role="search"] input {
    padding: 16px 12px;
    font-size: 14pt;
    font-style: italic;
    color: rgb(160, 160, 160);
    box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-top: 0px !important;
        padding-right: 38px !important;
    }
    .navbar-collapse form[role="search"] {
        width: 38px;
    }
    .navbar-collapse form[role="search"] button,
    .navbar-collapse form[role="search"] input {
        padding: 15px 12px;
    }
    .navbar-collapse form[role="search"] input {
        font-size: 18pt;
        opacity: 0;
        display: none;
        height: 50px;
    }
    .navbar-collapse form[role="search"].active {
        width: 100%;
    }
    .navbar-collapse form[role="search"].active button,
    .navbar-collapse form[role="search"].active input {
        display: table-cell;
        opacity: 1;
    }
    .navbar-collapse form[role="search"].active input {
        width: 100%;
    }
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
    padding: 8px 12px;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(119, 119, 119);
    background-color: #222222;
    border-color: rgb(231, 231, 231);
    box-shadow: none;
    outline: none;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse a {
    font-family: myrb, sans-serif !important;
    font-size: 15px !important;
}
.social-cont {
    margin-bottom: 15px;
}

.social-cont .social {
    text-align: inherit;
    display: block;
    float: none;
    width: 312px;
    margin-top: 25px;
    margin-left:auto;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #ff0000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ff0000;
    background-color: #222
}
.dropdown-menu {
    background-color: #222;
}
.dropdown-menu>li>a {
    color: #fff;
}
.dropdown-menu>li>a {
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ff0000;
    background-color: #222;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    margin-top: 8px;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-brand>img {
    height: 40px;
    top: -10px;
    position: relative;
}
.carousel {
    margin-top: 0;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
    z-index: 1;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    left: 10% !important;
    right: 40% !important;
    text-shadow: none;
    text-align: left;
}
.container.width_75{
    padding: 0 !important;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color:rgba(0,0,0,0.7);
}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;
}
#myCarousel .item h1{
    font-size: 27px;
    font-family: myr, sans-serif;
    text-transform: uppercase;
    text-align: left;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

}
#ticker_container{margin-top:6px;background-color:red;}
#newscontent {margin-left: 10px; float: left !important; text-align: left;margin-top: 11px}
#newscontent a {text-decoration: none}
#news {display: none;}
#controls { display: none}
#news {display: none;}
.news_tricker{
    width:100%;
    position: absolute;
    bottom: -25px;
    background: rgba(255,0,0,0.9);
    padding: 4px 0;
}
.navbar{
    margin-bottom: 0;
}
.block-content{
    background: center center no-repeat;
    background-size: contain !important;
    min-height: 300px;
    width: 100%;
}
.block-cover{
    background: center center no-repeat;
    background-size: cover;
    min-height: 300px;
    width: 100%;
    background-attachment: fixed;
}
/* iOS (iPhone/iPad) fix: Safari doesn't handle background-attachment: fixed well */
@supports (-webkit-touch-callout: none) {
  .block-cover{
    background-attachment: scroll !important;
  }
}
.back-right-img{
    background: center right no-repeat;
}
.under-title{
    width: 50px;
    height: 3px;
    margin: 0 auto;
    background-color: #ff0000;
}

#service{padding-top: 100px;padding-bottom: 100px;}
.row-1 .ser-col-4{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;}
.row-1 .ser-col-4-l{border-bottom: solid 1px #ccc;}
.row-2 .ser-col-4{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;}
.row-2 .ser-col-4-l{border-bottom: solid 1px #ccc;}
.row-3 .ser-col-4{border-right:solid 1px #ccc;}


@media (max-width:992px){
    .ser-col-4-l{border-right:solid 1px #ccc;border-bottom: solid 1px #ccc;border-left:solid 1px #ccc;}
    .ser-col-4{border-left:solid 1px #ccc;border-bottom: solid 1px #ccc;}
    .title-block .row:last-of-type .col-md-4{
        border-bottom: 1px solid #ccc !important;
    }
    .title-block .row .col-md-4{
        border-right: 0 !important;
        border-left: 0 !important;
    }
}

.ser-col{width:100%;height:auto;text-align: center;padding:20px;position: relative;}
.icon-col{width:80px;height:80px;text-align: center;margin-left: auto;margin-right: auto;}
.icon-col i{font-size: 35px;padding: 20px;color: #ed1c24}
.circle {
    position: absolute;
    bottom: -11px;
    right: -24px;
    z-index: 99;
    display: none;
}
.circle i{color:#ccc;font-size: 18px;}
.btn {
    display: inline-block;
    padding: 6px 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    background-image: none;
    border-radius: 0;
}
.ser-col h2{color:#777;
    margin-bottom: 20px;}

.ser-col p{color:#3e3b3b;
    margin-bottom: 20px;}

.title-block a:hover h2{
    color: #000;
    text-decoration: none!important;
}
.title-block a:hover .icon-col i{
    color:#000
}
.title-block .row:last-of-type .col-md-4{
    border-bottom: 0;
}
a:focus, a:hover {
    text-decoration: none !important;
}
.project {
    margin-bottom: 20px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width:100%;
    text-align: center;
    overflow: hidden;
}

.project figure {
    position: relative;
    display: inline-block;
}

.project figure img {
    height: 200px;
}

.project figure:hover figcaption {
    background:#d81e05;
}
.project figure:hover figcaption .project-details {
    color: #fff;
}

.project figure:hover .actions {
    background-color: rgba(216,30,5,.8);
    top: 0%;
    font-size:1.3em;
    font-weight:700;
    padding-top:10%;
}

.project figure .actions {
    display: table-cell;
    position: absolute;
    bottom: 0;
    top: 70%;
    left:0;
    right:0;
    z-index: 1;
    opacity: 1;
    background-color: rgba(29,29,29,.5);
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color:#fff;
    font-size:1em;
    padding:2%;
    font-weight:400;
    text-align:center;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .project figure .actions {
        top: 60%;
        left:0;
        bottom: 0;
        right:0;
        font-size:1.5em;
        padding:2%;
    }
    .project figure:hover .actions {
        top: 0%;
        font-size:2em;
        padding-top:20%;
    }
}

@media (min-width: 1200px) {
    .project figure .actions {
        top: 70%;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 1.1em;
        padding: 2%;
        font-weight: 400;
    }
    .project figure:hover .actions {
        top: 0%;
        font-size:1.5em;
        padding-top:25%;
    }
}
.img-block-1{
    background: center center no-repeat;
    height: 200px ;
    width: 100%;
    background-size: cover;
}
.block-link a{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s ease-out;
}
.block-link a:hover{
    color: #ed1c24;
}
.block-link .col-xs-12{
    margin-top: 32px;
}
.map {
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    filter: grayscale(70%);
}
.copyright-text{
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
}
.footer a.active{
    color: #ed1c24 !important;
}
.footer{
    padding-top: 48px;
    padding-bottom: 32px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}














.zIndex_1000{
    z-index: 1000;
}
.transition_03{
    transition: .3s ease-out;
}
img{
    max-width: 100%;
}

/*  arabic style */
body.arb .w3-col{
    float: right!important ;
}


/* End for arabic style */

#back-top-wrapper #back-top a:hover::after {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);

}

#back-top-wrapper #back-top a::after {
    content: "";
    color: rgb(165, 165,165);
    display: inline-block;
    position: relative;
    z-index: 100;
    font: 42px/48px FontAwesome;
    transition: all 0.3s;
}


#back-top a {
    display: block;
    width: 50px;
    color: #010101;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial, Helvetica, sans-serif;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#back-top-wrapper {
    position: fixed;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 99;
}
.blue{
    color:#0d3065;
}
.green{
    color:#adce66;
}

.gray{
    color:#353A4B;
}

.text-center{
    text-align: center ;
}
.clear{
    clear: both;
}
.size_13{
    font-size: 13px;
}
.size_15{
    font-size: 15px;
}
.size_16{
    font-size: 16px !important;
}
.size_17{
    font-size: 17px !important;
}
.size_18{
    font-size: 18px !important;
}
.size_22{
    font-size: 22px !important;
}

.size_27{
    font-size: 27px;
}
.size_40{
    font-size: 40px;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.brown{
    color: #655152;
}

.gray_222{
    color:#222;
}

.circle_2{
    border-radius: 50%;
    border: .1rem solid #ece8e4;
    background-color: #ece8e4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.width_smaller{
    width: 30%;
}
.width_25{
    width: 25%;
}

.width_20{
    width: 20%;
}

.width_50{
    width: 50%;
}

.width_75{
    width: 80%;
}
.width_95{
    width: 95%;
}
.width_100{
    width: 100%;
}
.height_100{
    height: 100%;
}
.margin_center{
    margin: 0 auto;
}

.vertical_middle{
    vertical-align: middle;
}
.table_1{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.table_row{
    display: table-row;
    margin: 0 auto;
    text-align: left;
}
.table_cell{
    display: table-cell;
}
.uppercase{
    text-transform: uppercase;
}


.background_gray{
    background-color: #f0f0f0;
}
.background_F9F5F1{
    background-color: #F9F5F1;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #c0a16b !important;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}

a{
    text-decoration: none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff0000;
}
/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #a5a5a5;
}
.slider-progress .progress {
    width: 0;
    height: 2px;
    background: #EA2227;
}
.grayscale-effect{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grayscale-effect:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.saturate:hover {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast:hover {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness:hover {-webkit-filter: brightness(0.75); filter: brightness(0.75);}
.blur:hover {-webkit-filter: blur(1px); filter: blur(1px);}
.invert:hover {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia:hover {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate:hover {-webkit-filter: hue-rotate(15deg); filter: hue-rotate(15deg);}
.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}

*{
    outline: none
}
.full-height{
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.full-height-p{
    position: relative;
    min-height: 500px;
    overflow: hidden;
}
.outer {
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;

}
.tahoma{
    font-family: tahoma , sans-serif;
}
.gess{
    font-family: gess, sans-serif;
}
.radius_0{
    border-radius: 0 !important;
}
.back-cover-image{
    background: center center no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 600px;
}
.bg-overlay-light-alfa10:before{background:rgba(255, 255, 255, 0.1);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa20:before{background:rgba(255, 255, 255, 0.2);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa30:before{background:rgba(255, 255, 255, 0.3);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa40:before{background:rgba(255, 255, 255, 0.4);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa50:before{background:rgba(255, 255, 255, 0.5);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa60:before{background:rgba(255, 255, 255, 0.6);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa70:before{background:rgba(255, 255, 255, 0.7);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa80:before{background:rgba(255, 255, 255, 0.8);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-light-alfa90:before{background:rgba(255, 255, 255, 0.9);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.bg-overlay-dark-alfa10:before{background:rgba(22, 22, 22, 0.1);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa20:before{background:rgba(22, 22, 22, 0.2);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa30:before{background:rgba(22, 22, 22, 0.3);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa40:before{background:rgba(22, 22, 22, 0.4);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa50:before{background:rgba(22, 22, 22, 0.5);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa60:before{background:rgba(22, 22, 22, 0.6);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa70:before{background:rgba(22, 22, 22, 0.7);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa80:before{background:rgba(22, 22, 22, 0.8);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bg-overlay-dark-alfa90:before{background:rgba(22, 22, 22, 0.9);content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;}

.bg-overlay-dark-hover-alfa30:hover:before{background:rgba(0, 40, 86, .7 );content: " ";height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 100}
/* ------------------  */
/* تكبير اسهم السلايدر */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 45px !important;
}

/* تحسين وضوح السهم */
.carousel-control {
    opacity: 0.9;
}
/* Ultra smooth luxury logo slide */
.logo-slide-right {
    animation: logoSlideRight 3.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes logoSlideRight {
    from {
        transform: translateX(450px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* Mobile only: smaller slogan text under logo */
@media (max-width: 767px){

  .social-cont .col-md-7.center-medium .relative-img div[dir="rtl"]{
    font-size:21px !important;
  }

  .social-cont .col-md-7.center-medium .relative-img div[dir="ltr"]{
    font-size:22px !important;
  }

}
/* =========================================================
   AR: FIX - إجبار أيقونات السوشيال تكون دائرة + توسيط الأيقونة بالنص
   EN: FIX - Force social icons to be perfect circles + center icon
   ========================================================= */

/* AR: اجبار الحاوية تكون صف واحد | EN: one row */
.social-cont .social{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  width:100% !important;
}

/* AR: اجبار الرابط يصير دائرة حقيقية | EN: force anchor to real circle */
.social-cont .social a.social-icon,
.social-cont .social a.social-icon:visited{

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  min-height:36px !important;

  padding:0 !important;
  margin:2px !important;
  border-radius:50% !important;

  float:none !important;
  box-sizing:border-box !important;

  background:#3a3a3a !important;
  border:1px solid #3a3a3a !important;
  text-align:center !important;

}

/* AR: توسيط الأيقونة نفسها | EN: center the icon */
.social-cont .social a.social-icon i{
  display:block !important;
  width:auto !important;
  height:auto !important;
  line-height:1 !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:16px !important;
}

/* AR/EN: Hover بسيط */
.social-cont .social a.social-icon:hover{
  background:#e60000 !important;
  border-color:#e60000 !important;
  transform:translateY(-2px);
}
.social-cont .social a.social-icon:hover i{
  color:#fff !important;
}


/* ===================== موبايل ===================== */

@media (max-width:768px){

.social-cont .social{
  gap:5px !important;
}

.social-cont .social a.social-icon,
.social-cont .social a.social-icon:visited{

  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;

}

.social-cont .social a.social-icon i{
  font-size:15px !important;
}

}
/* =========================================================
   AR: اخفاء نص وفورم صفحة Contact فقط
   EN: Hide contact page text and form only
   ========================================================= */

/* اخفاء النص فوق الفورم */
h5.label_2.w3-left-align.w3-padding-32-all.w3-text-blue{
    display:none !important;
}

/* اخفاء الفورم بالكامل */
form[name="f1"],
form[action="mails/send_contact.php"],
form[action*="send_contact.php"] {
    display: none !important;
}

/* احتياط: اخفاء عناصر الفورم لو بقي شيء ظاهر */
#captcha,
#change-image,
#captcha-form,
input[name="name"],
input[name="phone"],
input[name="email"],
input[name="address"],
textarea[name="comment"],
input[name="captcha"],
input[name="submit"] {
    display: none !important;
}