@font-face {
    font-family: geFlow;
    src: url("../fonts/GE_Flow_Regular.otf");
}
@font-face {
    font-family: geFlowBold;
    src: url("../fonts/GE_Flow_Bold.otf");
}

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: geFlow,sans-serif;
    margin: 0 !important;
    color:#2b4572;
    font-size: 15px;
}
.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;
}
.clear{
    clear: both;
}
body .size_11{  font-size: 11px;  }
body .size_12{  font-size: 12px;  }
body .size_13{  font-size: 13px;  }
body .size_14{  font-size: 14px;  }
body .size_15{  font-size: 15px;  }
body .size_16{  font-size: 16px}
body .size_17{  font-size: 17px}
body .size_18{  font-size: 18px}
body .size_19{  font-size: 19px}
body .size_20{  font-size: 20px}
body .size_25{  font-size: 25px }
body .size_26{  font-size: 26px }
body .size_30{  font-size: 30px;  }
body .size_37{  font-size: 37px;  }
body .size_40{  font-size: 40px}
body .size_70{  font-size: 70px}
.white{
    color:#fff;
}
.black{
    color:#000;
}
.italic{
    font-style: italic;
}
.circle_2{
    border-radius: 50%;
    border: .1rem solid #ece8e4;
    background-color: #ece8e4;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.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;
}
.vertical_middle_v2{
     vertical-align: middle;
    top: -4px;
    position: relative;
 }
.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;
}
.inline-block{
    display: inline-block;
}
a{
    text-decoration: none !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.bold{
    font-weight: bold !important;
}
.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 {  transition: .3s ease-out;  }.opacity:hover {-webkit-filter: opacity(70%); filter: opacity(70%);}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}

*{
    outline: none !important;
}
.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;
}
.max_width_100{
    max-width: 100%;
}
.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}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #1e1e1e;
    border-color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.btn{
    border-radius: 0;
}
.light_grey{
    color: #999999;
}
/* Custom */
.ge-flow{
    font-family: geFlow,sans-serif;
}
.ge-flow-bold{
    font-family: geFlowBold,sans-serif;
}

.flex_1{
    flex: 1;
}
.btn-search-custom{
    background: none;
    border: 0;
    cursor: pointer;

}
.flex-top .form-inline input.form-control{
    border-radius: 16px;
    width: 150px;
}
.btn-custom{
    border-radius: 4px;
    font-size: 12px;
    transition: .3s ease-out;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.ui-to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    background: #8DC63F;
    border-radius: 50%;
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    transition: .3s all ease;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e12454
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #e12454;
    border-bottom: 3px solid #e12454 !important;
}
.navbar-light .navbar-nav .nav-link{
    margin: 0 20px;
}
.navbar-nav{
    padding: 0;
}
@media all and (max-width: 576px){
    .navbar-light .navbar-nav .nav-link{
        margin: 0 20px 20px;
        border-bottom: 3px solid #ccc;

    }
    .nav-item{
        text-align: center !important;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

}
a{
    color: #2b4572;
}
body a.social-button {
    font-size: 23px;
    text-decoration: none;
    display: inline-block;
    width: .5em;
    height: .5em;
}
body [class*=" icon-"],body  [class^=icon-] {
    line-height: .5rem;
}
body a.social-button.color {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: .5em;
    text-align: center;
}
body a.social-button.color:before {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    /* padding-right: 5px; */
    position: relative;
    right: 5px;
}
.block-header{

    background-position: center center;
    background-size: cover !important;
    height: 500px;
    width: 100%;
}
.block-header > div{
    padding: 120px 0;
}
.block-header h1{
    font-size: 45px;
}
.dash{
    width: 60px;
    margin: 16px auto;
    height: 3px;
}
.block-services .col-lg-3:hover h4, .block-services .col-lg-3:hover a{
    color: #1cd8c9 !important;
}
.block-services .service-img img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 20px;
    border: 1px solid #1cd8c9;
}
.block-features{
    background-color: #182339;
}
.block-features .img-right{
    background: url("../images/body.jpg") center center no-repeat;
    background-size: cover !important;
}
.block-features h4{
    border-bottom: 1px solid #8891a8;
    padding-bottom: 10px !important;

}
.block-features .div-img{
    border: 1px solid #8891a8;
    border-radius: 8px;
    width: 100%;
}
.block-features .div-img:hover{
    border: 1px solid #e12454;
}
.block-features .div-img:hover h4{
    border-bottom: 1px solid #e12454;
    color: #e12454 !important;
}
.block-features .div-img p{
    color: #e12454 !important;
}
.block-news{
    background-color: #f6f6f6;
}
.block-news .div-img{
    overflow: hidden;
}
.block-news .div-img:hover h4{
    color: #e12454 !important;
}
.block-news .img{
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
h4.block-news .details{
    border-bottom: 1px solid #aaa;
}
.block-products .div-img{
    background-color: #fff;
    border-radius: 16px;
}
.block-products .div-img:hover h4{
    color: #e12454 !important;
}
.block-products .img{
    height: 160px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.block-numbers{
    background: url("../images/back-count.jpg") center center no-repeat;
    background-size: cover !important;
}
.block-clients .arrows{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100
}
.block-clients .arrows.arrow-left{
    left: 0;
}
.block-clients .arrows.arrow-right{
    right: 0;
}
.footer{
    background-color: #162439;
    color: #fff;
}
.footer h4{
    text-align: right;
}
.social *, .social *::after, .social *::before {
    box-sizing: content-box;
}
@media all and (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
}
.block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    padding: 20px;
    overflow: hidden;
}
.footer .col-md-2 a:hover{
    color: #e12454 !important;
}
@media all and (max-width: 767px){
    .footer .col-md-2{
        margin-bottom: 20px;
    }
    .footer .col-md-2 a{
        text-align: center;
        display: block !important;
    }
}
.collapse.show {
    display: block !important;
}
.slider-covid .slick-list, .slider-covid .slick-track{
    height: 100%;
}
.slider-covid-container .arrows a{
    position: absolute;
    z-index: 1000;
    top:50%;
    transform: translateY(-50%);
}
.slider-covid-container .arrow-prev{
    left: 10px
}
.slider-covid-container .arrow-next{
    right: 10px
}