@import url('https://fonts.cdnfonts.com/css/myriad-pro');
@font-face {
    font-family: arial-custom;
    src: url("../fonts/arial.ttf");
}
body{
    font-family: 'Myriad Pro', sans-serif;
}
.main-menu .navigation > li > a {
    font-family: arial-custom, sans-serif;
}
.full-height {
    height: 100%;
    min-height: 100%;
}
a{
    text-decoration: none;
    color:#888;
}
.color_grey{
    color: #333;
    transition: .4s ease;
}
.transition{
    transition: .3s ease-out;
}
.over-hidden{
    overflow: hidden;
}
/*  --------   Begin Base    ----------*/
/*  ----------------------   Begin Base    ----------------------*/
.w3-col,.w3-third{
    float: right;
}
.w3-col img{
    max-width: 100%;
}



.blue{
    color:#0d3065;
}
.green{
    color:#adce66;
}

.gray{
    color:#353A4B;
}
.width_lang{
    width: 24px;
}

.text-center{
    text-align: center ;
}
.clear{
    clear: both;
}
.size_12{
    font-size: 12px;
}
.size_13{
    font-size: 13px;
}
.size_14{
    font-size: 14px;
}
.size_15{
    font-size: 15px;
}
.size_18{
    font-size: 18px;
}
.size_27{
    font-size: 27px;
}
.size_22{
    font-size: 22px;
}
.size_30{
    font-size: 30px !important;
}
.pgwSlider .ps-caption{
    font-size: 15px;
    direction: rtl;
}
.size_20{
    font-size: 20px !important;
}
.size_25{
    font-size: 25px;
}
.size_40{
    font-size: 40px;
}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.brown{
    color: #655152;
}

.gray_222{
    color:#222;
}
.circle{
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #97a7bc;
}
.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_50{
    width: 50%;
}

.width_75{
    width: 75%;
}
.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: #e5e5e5
}
.background_F9F5F1{
    background-color: #F9F5F1;
}
.inline-block{
    display: inline-block;
}

.background_red{
    background: #ff0000;
}
.background_green{
    background-color: #72ba26;
}
.background_white{
    background-color: #fff;
}

a{
    text-decoration: none !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bold{
    font-weight: bold;
}
.hide{
    display: none;
}
.star{
    color: #ff6600;
}

/* 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%);
    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{
    transition: .3s ease;
}
.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.outer {
    display: table;
    height: 100%;
    width: 100%;
}

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

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

}
#body-id .tahoma{
    font-family: tahoma , sans-serif;
    font-weight: normal !important;
}
.max_width_50{
    max-width: 50%;
}
img[alt='adv']{
    display: none;
}
.active  .grayscale-effect{
    color: red ;
}

.flex{
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}



.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}
.flex_1{
    flex: 1 0 !important;
}
.page-text-img{
    max-width: 500px;
    margin-right: 16px !important;
}
@media only screen and (max-width: 767px){
    .page-text-img{
        max-width: 100%;
        margin-right: 0 !important;
    }
}
.max_width_500{
    max-width: 500px;
}
.main-menu .navigation > li:last-of-type{
    margin-right: 0 ;
}
footer .social-links li {
    margin-right: 1.5rem;

}

footer .web-links li:not(:last-child) {
    margin-right: 3rem;

}
@media (max-width: 767px) {
    footer .web-links li:not(:last-child) {
        margin-right: 1rem;
    }
}