@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: TheSans;
  src: url(../fonts/TheSans-Bold.otf);
}
@font-face {
  font-family: ITC-W23Bd;
  src: url(../fonts/ITC-Handel-Gothic-Arabic-W23Bd.ttf);
}
@font-face {
  font-family: Neo-Sans;
  src: url(../fonts/../fonts/Neo-Sans-Arabic-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/../fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/../fonts/Poppins-Regular.otf);
}
@font-face {
  font-family: GE_SS_Two_Bold;
  src: url(../fonts/../fonts/GE_SS_Two_Bold.otf);
}
@font-face {
  font-family: GE_SS_Two_Medium;
  src: url(../fonts/../fonts/GE_SS_Two_Medium.otf);
}
@font-face {
  font-family: GE_SS_Two_Light;
  src: url(../fonts/../fonts/GE_SS_Two_Light.otf);
}
@font-face {
  font-family: Cairo_Regular;
  src: url(../fonts/../fonts/Cairo-Regular.ttf);
}
@font-face {
  font-family: Cairo_Bold;
  src: url(../fonts/../fonts/Cairo-Bold.ttf);
}

html::-webkit-scrollbar{width:7px;height:8px}
html::-webkit-scrollbar-track{background-color: #eeeeee;display: none;}
html::-webkit-scrollbar-thumb{background-color:#8b1a1c;border-radius:0}

body {
  font-family: "Cairo_Regular";
}
h1,h2{
  font-family: "Cairo_Bold";
}
a:hover,
a:focus {
  text-decoration: none;
}
.clicker {
  display: none !important;
}
.overlay .closebtn {
  display: none;
}
span.en,
i.en {
  font-family: "Poppins-Bold";
}
.en {
  font-family: "Poppins-Bold" !important;
}

a.btn{
    background-color: #da1717;
    width: 160px;
    height: 50px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
    margin-top: 30px;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s !important;
  }
a.btn:hover {
    color: #fff !important;
    background-color: #282828;
}
@media (max-width: 991px) {
  body {
    overflow-x:hidden;
  }
}

/* start header */

#body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    right: 0;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.header_wrabber {
    position: relative;
}
.top {
    width: 100%;
    height: 61px;
    padding: 15px 60px;
    z-index: 9;
}
.top ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.top ul li,
.top ul li a {
    font-size: 12px;
    line-height: 30px;
    color: #282828;
    font-weight: 600;
    direction: ltr;
    position: relative;
}
.top ul li a span,
.top ul li span {
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
}
.top ul.pull-left li a {
    margin-left: 10px;
}
.top ul.pull-left li:last-child a {
    margin-left: 0;
}
.top ul.pull-left li a span {
    margin-left: 0;
}
.top ul.pull-right li:first-child {
    margin-left: 30px;
}
.top ul li:last-child {
    margin-right: 5px;
}
.top ul li:last-child:after {
    content: "|";
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    color: rgb(40 40 40 / 40%);
}
header {
    width: 100%;
    padding: 20px 60px;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    z-index: 99999999;
}
.navigation .block-logo img {
    width: 108px;
    max-width: 100%;
}
.navigation .logo2 {
    max-width: 90%;
    height: 40px;
    margin: 10px auto;
    margin-top: 30px;
    display: none;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    min-height: 40px;
    margin: 0;
}
.navigation .navbar-default .navbar-nav {
    float: left;
}
.navigation .navbar-default .navbar-nav li {
    margin: 0 12px;
}
.navigation .navbar-default .navbar-nav li.hidden-lg.hidden-md{
    display: none;
}
.navigation .navbar-default .navbar-nav li a {
    font-size: 14px;
    line-height: 40px;
    color: #282828;
    padding: 0 5px;
    border: none;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
    transition: color 0.3s linear, background 0.3s linear;
}
.navigation .navbar-default .navbar-nav li a:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #da1717;
    position: absolute;
    right: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navigation .navbar-default .navbar-nav li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #da1717;
    left: 0;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navigation .navbar-default .navbar-nav li:hover > a:before {
    width: 80%;
    -webkit-animation: primary-long 0.5s linear;
    animation: primary-long 0.5s linear;
}
.navigation .navbar-default .navbar-nav li:hover > a:after {
    width: 15%;
    -webkit-animation: primary-short 0.5s linear;
    animation: primary-short 0.5s linear;
}
.navigation .navbar-default .navbar-nav li:hover > a:after,
.navigation .navbar-default .navbar-nav li:hover > a:before {
    opacity: 1;
}
.navigation .navbar-default .navbar-nav li a:hover {
    color: #da1717;
}
.navigation .navbar-default .navbar-nav li a:hover,
.navigation .navbar-default .navbar-nav li.active a {
    background-color: transparent;
}
.navigation .navbar-default .navbar-nav li .btn {
    width: auto;
    height: 40px;
    border: 1px solid rgb(40 40 40 / 40%);
    background-color: transparent;
    font-size: 12px;
    padding: 0 20px;
    margin-top: 0;
}
.navigation .navbar-default .navbar-nav li i {
    font-size: 14px;
    margin-left: 10px;
}
.navigation .navbar-default .navbar-nav li .btn span {
    font-size: 9px;
}
.navigation .navbar-default .navbar-nav li .btn:hover {
    background-color: #323232;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children span {
    margin-right: 5px;
    font-size: 12px;
}
.sub-menu {
    min-width: 160px;
    width: max-content;
    max-width: 220px;
    list-style: none;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 0.5);
    z-index: 9999;
    visibility: hidden;
    transform-origin: top;
    transform: translateX(-50%) perspective(5em) rotateX(-90deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) perspective(5em) rotateX(0);
}
.sub-lang li,
.sub-menu li {
    margin: 0 !important;
    padding: 5px 20px;
    border-radius: 5px;
    transition: all 0.3s;
}
.sub-lang li a,
.sub-menu li a {
    position: relative;
    line-height: 35px !important;
    transition: all 0.3s;
    width: 100% !important;
    color: #323232 !important;
}
.sub-lang li a:before,
.sub-menu li a:before {
    content: none !important;
}
.sub-lang li:hover > a:before,
.sub-menu li:hover > a:before {
    opacity: 0;
}
.sub-lang li a:after,
.sub-menu li a:after {
    content: "\f0d9" !important;
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    top: -6px;
    right: -10px;
    bottom: auto !important;
    width: auto;
    height: auto;
    left: auto;
    color: #323232;
    background-color: transparent !important;
    opacity: 1 !important;
}
.sub-lang li:hover,
.sub-menu li:hover {
    background-color: #e92828;
}
.sub-lang li a:hover,
.sub-lang li:hover a,
.sub-lang li:hover a::after,
.sub-menu li:hover a,
.sub-menu li:hover a::after {
    color: #fff !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}
.language {
    position: relative;
}
.language a span {
    margin-right: 5px;
    font-size: 12px;
}
.sub-lang {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    min-width: 160px;
    width: max-content;
    max-width: 220px;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 0.5);
    border-radius: 5px;
    z-index: 999;
    padding: 5px;
}
.opacity {
    display: none !important;
}

/* end header */

/* start slider_section */

.slider_section {
    background-image: url(../images/slider_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 60px;
    padding-top: 220px;
    padding-bottom: 50px;
    height: 900px;
    margin-top: -183px;
}
.slider_section .item{display: none;opacity: 0;}
.slider_section .item:nth-of-type(1){display: block;}
.slider_section #main_slider .item{opacity: 0;transition: all .5s;}
.slider_section #main_slider .owl-item .item{opacity: 1;}

.slider_section .slider_text h1{
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #282828;
}
.slider_section .slider_text h1 span{
  color: #da1717;
}
.slider_section .slider_text p{
  font-size: 16px;
  color: #282828;
}
.slider_section .slider_text h2{
  font-size: 30px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 20px;
}
.slider_section .slider_text ul {
    margin: 0;
}
.slider_section .slider_text ul li {
    width: 49%;
    font-size: 15px;
    color: #282828;
    margin: 10px 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.slider_section .slider_text ul li img {
    width: 45px;
    display: inline-block;
    margin-left: 5px;
    flex-shrink: 0;
}
.slider_section .slider_text ul li span{
  display: inline-block;
}
/*.slider_section .slider_text ul li:first-child{width: 25%;}
.slider_section .slider_text ul li:nth-of-type(4){width: 25%;}*/

.slider_section .slider_text a.btn {
    border-radius: 2px;
    background-image: -moz-linear-gradient( 90deg, rgb(17,19,19) 0%, rgb(9,9,30) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(17,19,19) 0%, rgb(9,9,30) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(17,19,19) 0%, rgb(9,9,30) 100%);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
    width: 160px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    margin-top: 50px;
    box-shadow: none;
}
#main_slider .owl-prev{
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 10px;
  transform: translateY(-50%);
  opacity: .5;
}
#main_slider .owl-next{
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  opacity: .5;
}

/* end slider_section */

/* start system */

.system{
  padding: 80px 60px;
}
.system h3{
  font-size: 14px;
  color: #da1717;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.system h1{
  font-size: 26px;
  color: #000;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.system .row{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.system .row .col-md-4{
  margin-top: 60px;
}
.system .system_area {
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 20px;
    height: 100%;
    transition: all .3s;
}
.system .system_area img {
    max-width: 90%;
    margin-top: -90px;
}
.system .system_area h2 {
    text-align: right;
    font-size: 26px;
    color: #000;
}
.system .system_area hr {
    margin: 10px 0;
    text-align: right;
    width: 70px;
    margin-right: -20px;
    border-top: 2px solid #da1717;
    margin-bottom: 30px;
    transition: all .5s;
}
.system .system_area p {
    font-size: 16px;
    line-height: 26px;
    color: #5f727f;
    margin: 0;
    text-align: justify;
}
.system .system_area:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.system .system_area:hover hr{
  width: 150px;
}
.system a.btn {
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}

/* end system */

/* start video_sec */

.video_sec{
  padding: 10px 60px;
}
.video_sec iframe {
    max-width: 700px;
    margin: 0 auto;
    display: table;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    margin-bottom: 20px;
}

/* end video_sec */

/* start article */

.article_section{
  padding: 40px 60px;
}
.article_section .article {
    margin-bottom: 40px;
    display: table;
}
.article_section .article .article_text h2{
  font-size: 25px;
  line-height: 32px;
  color: #000;
  margin: 40px 0;
}
.article_section .article .article_text p {
    font-size: 14px;
    line-height: 26px;
    color: #5f727f;
    text-align: justify;
    margin-bottom: 20px;
}
.article_section .article .article_text ul{
  margin: 0;
}
.article_section .article .article_text ul li {
    width: 49%;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    margin: 10px 0;
    display: inline-flex;
    align-items: center;
}
.article_section .article .article_text ul li img {
    width: 54px;
    margin: 0;
    max-width: 100%;
    flex-shrink: 0;
    margin-left: 10px;
}

/* end article */

/* start contact */

.contact{
  padding: 50px 0;
  background-color: #fbfbfd;
}
.contact h1 {
    font-size: 26px;
    line-height: 40px;
    margin: 0;
    color: #000;
    display: inline-block;
}
.contact h1 span {
    color: #da1717;
}
.contact a.btn {
    float: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
}

/* end contact */

/* start client */

.client{background-color:#fff;padding:50px 0}
.client .block{
  width:100%;
  position:relative;
  border-radius: 50%;
  margin: 20px 0;
}
.client .disc h1 {
    font-size: 30px;
    color: #3f3f3f;
    margin-bottom: 40px;
    margin-top: 0;
}
.client .disc h1 span{
  color: #da1717;
}
.client .block a{display:block;width:100%;height:100%}
.client img {
    width: 95%!important;
    max-width: 150px !important;
    margin: 0 auto;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.client .block:hover .overlay{opacity:1;z-index:6;padding:15px 0}
.client .block .overlay{
    position: absolute;
    background-color: rgba(0,0,0,.8)!important;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 150px;
    height: 100%;
    z-index: 2;
    opacity: 0;
    padding: 20px 5px;
    -moz-transition: opacity .3s ease-in-out,
 padding .5s ease;
    -webkit-transition: opacity .3s ease-in-out,
 padding .5s ease;
    transition: opacity .3s ease-in-out,
 padding .5s ease;
    border-radius: 50%;
    overflow: hidden;
}
.client .block .overlay h3{font-size:16px;line-height:32px;color:#d5d5d5;text-align:center}
.client .block .overlay hr{width:90%;margin:0 auto}

/* end client */

/* start footer */

footer {
    background-color: #323232;
}
footer .footer_top {
    padding: 70px 60px;
    padding-bottom: 10px !important;
}
footer .footer_top p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 50px;
    text-align: justify;
}
footer .footer_top .footer_header {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
    height: 40px;
    position: relative;
}
footer .footer_top .footer_header:after {
    content: "";
    width: 50px;
    height: 4px;
    background-image: -moz-linear-gradient(100deg, #ff6473 20%, #ff0844 100%);
    background-image: -webkit-linear-gradient(100deg, #ff6473 20%, #ff0844 100%);
    background-image: -ms-linear-gradient(100deg, #ff6473 20%, #ff0844 100%);
    position: absolute;
    top: calc(100% - 6px);
    right: 0;
}
footer .footer_top .links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
}
footer .footer_top .links li {
    width: 33%;
    padding: 0 3px;
    text-align: center;
    margin-bottom: 8px;
}
footer .footer_top .links li a {
    width: 100%;
    height: 25px;
    font-size: 8px;
    line-height: 15px;
    background-color: #3b3a3a;
    font-weight: 400;
    padding: 5px 0;
    color: #fff;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
}
footer .footer_top .links li a:hover {
    color: #fff;
    background-color: #f04545;
}
footer .footer_top .info {
    padding: 0;
    margin-bottom: 0;
}
footer .footer_top .info li {
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer_top .info li span {
    width: 14px;
    font-size: 12px;
    text-align: center;
    display: block;
    flex-shrink: 0;
}
footer .footer_top .info li h2 {
    width: 90px;
    font-size: 13px;
    line-height: 30px;
    margin: 0 5px;
    flex-shrink: 0;
    direction: ltr;
    white-space: nowrap;
}
footer .footer_top .info li h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    direction: ltr;
}
footer .footer_top .info li:nth-child(n + 6) h3 {
    direction: rtl;
}
footer .footer_bottom {
    background-color: #202020;
    padding: 0 80px;
}
.bottom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 0;
}
.bottom_container ul {
    margin-bottom: 0;
}
.bottom_container ul li {
    margin: 0 3px;
    position: relative;
}
.bottom_container ul li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    transition: all 0.3s;
}
.bottom_container ul li a:hover {
    opacity: 1;
}
.bottom_container ul.right li:after {
    content: "";
    height: 17px;
    width: 2px;
    background-color: #7e7ea1;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
.bottom_container ul.right li:last-child:after {
    display: none;
}
.bottom_container:after {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #ea2e2e;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.bottom_container .copyright.xs {
    display: none;
}
.bottom_container .copyright h6 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    direction: ltr;
}
.bottom_container .copyright h6 a {
    margin-left: 5px;
}
.bottom_container .payment li {
    margin: 0;
    padding: 0 1px;
}
.bottom_container .payment img {
    width: 40px;
    height: 30px;
    margin: 3px 0;
    background-color: #fff;
    padding: 2px;
    border-radius: 2px;
}

/* end footer */

/* totop */

.toTop {
  background-color: #ce291f;
  color: #fff;
  position: fixed;
  bottom: 60px;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 7px;
  z-index: 35;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.toTop i {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.toTop:hover {
  background-color: #303030;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toTop:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

/* end totop */

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-7%, 0, 0);
        transform: translate3d(-7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        /* opacity: 0; */
        -webkit-transform: translate3d(-7%, 0, 0);
        transform: translate3d(-7%, 0, 0);
    }

    to {
        /* opacity: 1; */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
<?php>
array