body{
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    background-image: url(../images/bodyback.jpg);
    background-position: center;
    background-size: cover;
}
#lang{
    background-color: transparent;
    width: 45px;
    border: none;
    color: #000;
    outline: none;
}
/*start uper header*/
.upper-bar{
    background-color: #08526d;
    color: #fff;
    padding: 8px;
}
.upper-bar a{
    color: #FFF;
    text-decoration: none;
    border: 1px solid #af1015;
    padding: 5px 10px;
    display: inline-block;
    font-family: 'Changa', sans-serif;
    border-radius: 5px;
}
.upper-bar img{
    cursor: pointer;
}
.upper-bar a:hover{
    background-color: #af1015;
    transition: .6s;
    cursor: pointer;
}
@media(max-width:768px)
{
    .upper-bar a{
        padding: 5px;
    }
    .upper-bar img{
        width: 80px !important;
    }
    .appps{
        display: none;
    }
}
/*start navbar*/
.main-header{
    /*background-image: url(../images/bakgroundnav.png);*/
    background-size: cover;
    background-position: center;
}
.navbar{
    padding: 0 !important;
}
.navbar-brand img{
    width: 75px;
    height: 65px;
}
.navbar-light .navbar-nav .nav-link{
    padding: 25px 7px;
    position: relative;
    z-index: 1;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #af1015;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link:hover i{
    transform: scale(1.2);
    transition: .5s;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #af1015;
    padding: 25px 8px;
    background-image: url(../images/btn-bg1.png);
    background-size: 100% 100%;
    transform-origin: left;
}
.menu-area{
    position: static;
}
.mega-area{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    background-image: url(../images/bakgroundmegaa.png);
    background-size: cover;
    background-position: bottom;
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
}
.mega-area img{
    border-radius: 5px;
    margin-top: -8px;
    height: 107%;
}
.mega-area .working ul{
    background-color: #fff;
}
.mega-area .working li{
    text-align: right !important;
}
.mega-area .working li:hover{
    letter-spacing: 1px;
    cursor: pointer;
    transition: 1s;
}
.mega-area .working li a{
    text-decoration: none;
    color: #555;
}
.dropdown-item{
    padding: 5px 0;
    text-align: right;
    padding-right: 15px;
    border: 1px solid #af1015;
    color: #af1015;
    border-radius: 5px;
    margin-bottom: 3px;
}
.dropdown-item:hover{
    border: 1px solid transparent;
    border-right: 7px solid #af1015;
    background-color: #9f9f9f;
    color: #fff;
    transition: .5s;
}
.btn-outline-success{
    color: #af1015;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.btn-outline-success:hover{
    color: #ced4da;
    background-color: #af1015;
    transition: .5s;
    border: 1px solid transparent;
}
.navbar input{
    box-shadow: none !important;
    background-color: transparent;
}
@media(max-width:991px){
    .navbar-toggler{
        border: none;
        outline: none !important;
    }
    .navbar-nav li a{
        text-align: right;
    }
    .mega-area img{
        display: none;
    }
    .mega-area{
        box-shadow: none;
    }
    .navbar-light .navbar-nav .active>.nav-link{
        color: #af1015;
        background-color: transparent!important;
        padding: 5px 10px;
   }
    .navbar-light .navbar-nav .nav-link{
        padding: 15px 10px;
        text-align: center;
   }
}
.navbar-light .navbar-nav .nav-link::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url(../images/btn-bg1.png);
    background-size: 100% 100%;
    transform-origin: left;
    transition: .7s;
    z-index: -1;
}
.navbar-light .navbar-nav .nav-link:hover::before{
    width: 100%;
}
/************************* Start Carousel ***********************/
.carousel .carousel-inner .carousel-item{
    height: 435px;
}
.carousel .carousel-inner .carousel-item img{
    border-top: 3px solid #af1015;
    border-bottom: 3px solid #af1015;
    height: 435px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    border: none;
    background-color: #f5f5f5;
    transition: all 0.2s linear;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.carousel-indicators li.active{
    height: 10px;
    width: 10px;
    background-color: #af1015;
}
.carousel-indicators li.active:after {
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    z-index: 5;
    background: #fff;
    transform: translate(7px, -7px);
    opacity: 0.3;
}
.carousel-inner .carousel-item > img{
    -webkit-animation: thing 20s;
    -o-animation: thing 20s;
    animation: thing 20s !important;
}
@keyframes thing{
    from{
        transform: scale(1, 1);
    }
    to{
        transform: scale(1.5, 1.5);
    }
}
@media(max-width:991px)
{
    .carousel-indicators{
        left: 0 !important;
    }
    .carousel .carousel-inner .carousel-item{
        height: inherit;
    }
    .carousel .carousel-inner .carousel-item img{
        height: 220px;
    }
}
/************************* Start social media in side ***********************/
.icons{
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.icons ul{
    padding: initial;
}
.icons ul li{
    height: 40px;
    width: 40px;
    list-style-type: none;
    padding-left: 12px;
    padding-top: 6px;
    margin-top: 5px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 999;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.icons ul li:before{
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(160,11,17,1);
    right: -10px;
    width: 18px;
    height: 18px;
    z-index: 1;
}
.icons ul li i{
    font-size: 18px;
}
@keyframes beats{
    0%{
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
     50%{
        -webkit-transform: scale(.8);
         -moz-transform: scale(.8);
        transform: scale(.8);
    }
     100%{
        -webkit-transform: scale(1.2);
         -moz-transform: scale(1.2);
         transform: scale(1.2);
    }
}
.icons ul li i:hover{
    animation: beats .5s infinite linear;
    transition: .5s;
}
.facebook{
    background-color: #3b5998;
}
.twitter{
    background-color: #55acee;
}
.youtube{
    background-color: #ff0000;
}
.instagram{
    background-color: #7b1798;
}
.whatsapp{
    background-color: #080;
}
.snap{
    background-color: #ff0;
    font-size: 20px;
    display: none;
}
.sms{
    background-color: #888;
}
@media(max-width:991px)
{
    .icons ul li:before{
        display: none;
    }
    .icons{
        right: 0 !important;
        top: 38%;
    }
    .icons ul li{
        width: 35px;
        height: 35px;
    }
    .icons ul li i{
        font-size: 16px;
    }
}
/************************* Start plan of jouerney box ***********************/
.plan-jou{
    width: 300px;
    position: absolute;
    top: 25%;
    left: 6%;
    color: #fff;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: top;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #62414c61;
}
.plan-jou .head{
    text-align: center;
    background-color: rgba(193, 12, 12, 0.58);
    width: 100px;
    margin: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
}
.plan-jou .box{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: center;
    background: linear-gradient(90deg, rgba(120,121,125,.5) 0%, rgba(53,51,52,.5) 100%);
}
.plan-jou ::placeholder{
    color: #FFF !important;
}
.btn-warning{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    border: none;
    color: #fff;
}
.btn-warning:hover{
     background-color: #af1009;
    color: #fff;
    opacity: .8;
}
.plan-jou .box input{
    background-color: transparent;
    margin-bottom: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: right;
    padding-right: 8px;
    color: #fff !important;
}
.plan-jou .box input:focus{
    border: 1px dashed #fff;
}
.plan-jou .two-box{
    display: flex;
    cursor: pointer;
}
.plan-jou .two-box .near-station{
   margin-left: 5px;
}
.plan-jou .two-box .near-station, .plan-jou .two-box .metro-map{
    padding: 5px ;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    width: 45%;
    background: #62414c61;
    margin: auto;
}
.plan-jou .two-box h6{
    margin-top: 5px;
    font-size: 13px !important;
    cursor: pointer;
}
.plan-jou svg{
    width: 40px;
    height: 40px;
}
.plan-jou .two-box .metro-map:hover svg, .plan-jou .two-box .near-station:hover svg{
    transform: scale(1.2);
    transition: .5s;
    cursor: pointer;
}
.plan-jou .two-box .metro-map:hover, .plan-jou .two-box .near-station:hover{
    background-color: rgba(193, 12, 12, 0.58);
    transition: .5s;
}
@media(max-width:991px)
{
    .plan-jou{
        position: relative !important;
        width: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        border: none;
    }
    .plan-jou .box, .plan-jou .two-box .metro-map, .plan-jou .two-box .near-station{
        background-image: linear-gradient(50deg, rgba(0,0,0,.5) 90%, rgba(193, 12, 12, 0.58) 10%);
    }
}
/******************************* Start News ******************************************/
.news{
    direction: ltr;
    position: relative;
    border: 1px solid #DDD;
    background-color: #af1015;
    background-image: linear-gradient(50deg, #ced4da 40%, #af1015 60%);
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
}
.news .fa-angle-double-left{
    display: none;
}
.news span{
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #DDD;
    padding: 12px 30px;
    color: #af1015;
    z-index: 999;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 22px;
}
.news svg{
    width: 30px;
    height: 20px;
}
#scroll{
    position: relative;
    padding-top: 8px;
}
#scroll ul li{
    min-width: 55%;
    max-width: 90%;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    font-size: 12px;
}
#scroll ul li p a{
    color: #fff;
    text-decoration: none;
}
@media(max-width:991px)
{
    #scroll ul li{
        width: 100% !important;
        font-size: 11px;
    }
    .news span::after{
        display: none;
    }
}
  /*************************** service-bar Pagetwo ***********************************/
.features-item{
    padding: 50px 0;
}
.features-item h3{
    text-align: center;
    padding-bottom: 20px;
}
.features-item h3::after{
    content: '';
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 8px auto;
    border-radius: 100px;
}
.inform{
    padding: 0 60px;
}
.features-item svg{
    width: 60px;
    height: 60px;
    padding-top: -15px;
    padding-bottom: 15px;
}
.owl-carousel{
    direction: ltr;
}
.owl-carousel .item{
    text-align: center;
    height: 200px;
    padding-top: 50px;
    border: 1px solid #DDD;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    border: 5px dotted #DDD;
}
.owl-carousel .item h4{
    color: #c10c0c;
    font-size: 17px;
}
.owl-carousel .item:hover svg{
    transform: scale(1.3);
    transition: .5s;
}
.owl-carousel .item:hover img{
    transform: scale(1.3);
    transition: .5s;
}
.owl-carousel .item a{
    text-decoration: none;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}
.owl-carousel .item a:hover{
    letter-spacing: 1px;
    opacity: .9;
    border-bottom: 4px solid #888;
}
.owl-carousel .item:hover{
    background-color: rgba(160,11,17,.1);
    transition: .5s;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -2%;
    top: 25%;
    color: #f00 !important;
    font-size: 35px !important;
    outline: none !important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: linear-gradient(90deg, rgba(239,83,60,.8) 0%, rgba(160,11,17,.8) 100%) !important;
    color: #fff !important;
    outline: none !important;
    padding: 5px !important;
    transition: .5s !important;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -2%;
    top: 25%;
    color: #f00 !important;
    font-size: 35px !important;
    outline: none !important;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: rgba(160,11,17,.5) !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: rgba(160,11,17,1) !important;
}
 /*************************** services-boxes ***********************************/
.services-boxes{
    padding-bottom: 40px;
}
.services-boxes img{
    width: 100%;
    height: 92%;
    border: 2px solid #DDD;
    padding: 5px;
    border-radius: 5px;
     position: relative;
}
.services-boxes .col-md-6:hover img{
    transform: scale(1.1);
    cursor: pointer;
    transition: .5s;
}
.services-boxes .col-md-6{
   height: 200px;
}
.services-boxes .col-md-12 .overlay{
/*    display: none;*/
    width: 95%;
    left: 2.5%;
}
.services-boxes .col-md-12 .overlay h5{
    line-height: 4;
    font-size: 25px;
}
.services-boxes .col-md-12:hover img{
    border: 1px solid rgba(160,11,17,.4);
}
.services-boxes .overlay{
    position: absolute;
    width: 89%;
    height: 85%;
    margin: auto;
    top: 3%;
    left: 5%;
    background-color: #62414c61;
    z-index: 999;
    border: 1px solid #DDD;
    text-align: center;
    cursor: pointer;
}
 .services-boxes .col-md-6 .overlay::after{
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: 0;
    left: 2px;
    border-width: 0 75px 70px 0;
    border-style: solid;
    border-color: transparent transparent rgba(160,11,17,1) transparent;
}
.services-boxes .col-md-6:hover .projectt{
    background-image: url(../images/projects.jpg);
    background-position: center;
    background-size: cover;
}
.services-boxes .col-md-6:hover .a3lami{
    background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/MediaCenter.jpg);
    background-position: center;
    background-size: cover;
}
.services-boxes .col-md-6:hover .sales{
    background-image: url(../images/Businessactivities.jpg);
    background-position: center;
    background-size: cover;
}
.services-boxes .col-md-6:hover .puplicQ{
    background-image: url(../images/puplicQustions.jpg);
    background-position: center;
    background-size: cover;
}
.services-boxes .overlay h5{
    line-height: 7;
    text-align: right;
    display: inline-block;
    border-bottom: 2px solid #fff;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 10px #000;
    margin-bottom: 0;
}
.services-boxes .overlay h5 a{
    color: #fff;
    text-decoration: none;
}
.services-boxes .col-md-2 img{
    height: 95%;
}
.services-boxes .col-md-2 img{
    animation: colorr 1s infinite ease-in-out;
}
@keyframes colorr{
    0%{
        border: 2px solid #af1015;
    }
    50%{
        border: 2px solid #888;
    }
    75%{
        border: 2px solid #09f;
    }
    100%{
        border: 2px solid #DDD;
    }
}
@media(max-width:768px)
{
    .services-boxes .col-md-2{
        display: none;
    }
}
/*************************** Help section ***********************************/
.help{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    text-align: right;
    color: #fff;
    padding: 30px 0;
    position: relative;
}
.help h4{
    position: absolute;
    top: -60px;
    right: 10px;
    background-color: #353334;
    padding: 5px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.help .box{
    border: 1px solid #DDD;
    padding: 12px 15px;
    margin-bottom: 20px;
    cursor: pointer;
}
.help .box:nth-child(1){
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
}
.help .box:nth-child(4){
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;
}
.help svg, .modal svg{
    width: 40px;
    height: 40px;
    padding-left: 10px;
}
.help .box:hover svg{
    transform: scale(1.2);
    transition: .5s;
}
.help .box:hover{
    background-color: #353334;
    transition: .5s;
}
.help a{
    color: #fff;
    text-decoration: none;
}
@media(max-width: 768px)
{
    .help svg{
        display: block;
        width: 38px;
        margin: auto;
    }
    .help{
        text-align: center;
    }
}
/************************* Start Footer***********************/
footer{
    text-align: right;
    background-color: #2e2e2e;
    padding: 20px 0;
    color: #fff;
    padding-bottom: 10px;
}
footer .roww{
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
    border: 2px solid #c10c0c;
    padding: 20px 10px;
}
footer ul li{
    list-style-type: none;
    font-size: 13px;
    color: #DDD;
    cursor: pointer;
    margin-right: -35px;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover{
    text-decoration: none;
    color: #ddd;
    transition: .5s;
}
footer ul li i{
    color: #c10c0c;
}
footer h6{
    border-bottom: 2px solid #c10c0c;
    display: inline-block;
    padding-bottom: 5px;
}
footer .under-logo{
    font-size: 12px;
    color: #DDD;
    padding-top: 12px;
}
footer .copy-right{
    padding-top: 15px;
}
footer .copy-right p{
    color: #ccc;
    font-size: 15px;
}
footer .fa-facebook{
    background-color: #3b5998;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}
footer .fa-twitter{
    background-color: #55acee;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}
footer .fa-youtube{
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #ff0000;
}
footer .fa-instagram{
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #7b1798;
}
footer .fa-whatsapp{
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #080;
}
/************************* END Footer***********************/
.marketing-shopp ol > li{
    background-color: #ddd;
    padding: 5px;
    list-style-position: inside;
    display: inline-block;
    border-radius: 3px;
    margin: 8px 0;
}
/************************* END Footer***********************/
.marketing-shopp ol > li{
    background-color: #ddd;
    padding: 5px;
    list-style-position: inside;
    display: inline-block;
    border-radius: 3px;
    margin: 8px 0;
}
/************************* Start INTRO PAGE***********************/
.intro-page{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/bakgroundmegaa.png);
    background-position: bottom;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden !important;
}
.intro-page img{
    margin-top: 180px;
    animation: flip 1.3s ease-in-out;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
@keyframes flip{
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #c10c0c;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}
                   /************************************************/
                         /****** Start contact PAGE***********/
                              /**************************/
.contact-banner{
    height: 170px;
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0.1)),url(../images/contactbackground.jpg);
    background-position: center;
    background-size: cover;
}
.contact-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.row-rr::after{
    content: '';
    width: 60px;
    height: 5px;
    background-color: #ffffde;
    display: block;
    margin: 5px 20px;
    float: right;
}
.row-r::after{
    content: '';
    width: 90px;
    height: 5px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 5px 20px;
    float: right;
}
.contact-info{
    background-color: #ffffffb8;
    text-align: right;
    margin: 15px 0;
    border-radius: 15px;
}
.contact-info .info-head{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    padding: 15px;
    margin: 10px 0;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.contact-info svg{
    width: 35px;
    height: 35px;
}
.contact-info .lead{
    color: #353334;
    font-size: 22px;
    padding: 10px 15px;
}
.contact-info .col-md-6 span:nth-child(3){
    display: inline-block;
    padding-right: 15px !important;
}
.contact-info .col-md-6 span:nth-child(2){
    display: inline-block;
    padding: 0 5px;
}
.contact-info .title-pane{
    color: #a91013;
    font-size: 19px;
}
.contact-info .title-pane i{
    color: #888;
}
.contact-social{
    padding-right: 15px;
}
.contact-social i{
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.contact-form{
    padding: 20px 25px;
}
.contact-form input, .contact-form textarea{
    text-align: right;
}
.contact-form input, .contact-form input:hover, .contact-form textarea, .contact-form textarea:hover{
    box-shadow: none !important;
}
.contact-form .sub{
    background-color: #333;
    color: #fff;
    text-align: center;
}
.contact-form .sub:hover{
    opacity: .5;
    transition: .5s;
}
/************************* Start About us PAGE***********************/
.about-banner{
    height: 170px;
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0.1)),url(../images/aboutback.jpg);
    background-position: center;
    background-size: cover;
}
.about-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.show-about-info{
    background-color: #ffffffb8;
    text-align: right;
    margin: 15px 0;
    border-radius: 15px;
}
.show-about-info .build{
    padding: 15px;
}
.show-about-info .build h5{
   color: #a91013;
   margin: 10px 0;
}
.show-about-info .build h6{
    color: #a91013;
    font-size: 21px;
    margin: 10px;
}
.show-about-info .build h6:first-child{
    text-align: center;
}
.show-about-info .build h6:first-child::after{
    content: '';
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 10px auto;
}
.show-about-info .build h6:first-child::before{
    content: '';
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 10px auto;
}
.show-about-info .build .p{
    padding: 8px;
    border-radius: 10px;
    color: #888;
    border-left: 1px solid #f90;
    border-right: 1px solid #09f;
    box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -o-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
}
.show-about-info .build .p:hover{
    box-shadow: 2px 5px 20px 2px rgba(0,0,0,.75);
}
/*
.show-about-info .build .p p::before{
    content: '>>';
    color: #f00;
    font-size: 14px;
    float: right;
    padding-left: 3px;
}
*/
.build svg{
    width: 30px;
    height: 30px;
}
/************************* Start About us PAGE***********************/
.booking-banner{
    height: 170px;
    background-image: url(../images/bookingback.jpg);
    background-position: bottom;
    background-size: cover;
}
.booking-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.show-booking-info{
    background-color: #ffffffb8;
    text-align: right;
    margin: 15px 0;
    border-radius: 15px;
}
.show-booking-info .build{
    padding: 15px;
    overflow-x: auto;
}
.show-booking-info .build h5{
   color: #a91013 !important;
   margin: 10px 0;
}
.show-booking-info .build h6{
    color: #a91013;
    font-size: 21px;
    margin: 10px;
}
.show-booking-info .build h6:first-child{
    text-align: center;
}
.show-booking-info .build h6:first-child::after{
    content: '';
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 10px auto;
}
.show-booking-info .build h6:first-child::before{
    content: '';
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 10px auto;
}
.show-booking-info .build .tot::after{
    content: '<<';
    color: #af1015;
    padding-left: 5px;
}
.show-booking-info .build .p{
    padding: 8px;
    border-radius: 10px;
    color: #888;
    border-left: 1px solid #f90;
    border-right: 1px solid #09f;
    box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -o-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
}
.show-booking-info .build .p:hover{
    box-shadow: 2px 5px 20px 2px rgba(0,0,0,.75);
}
.show-booking-info .build .p p::before{
    content: '<<';
    color: #f00;
    font-size: 14px;
    float: right;
    padding-left: 3px;
}
hr{
    background-color: #af1015;
    width: 80%;
}
.table-dark td, table td{
    border-color: #af1015;
}
.table-dark tr:hover{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%) !important;
}
.bay-ticket, table{
    background-color: #333;
    color: #fff;
    direction: rtl;
    width: 100% !important;
    overflow-x: auto;
}
.bay-ticket td, table td{
    padding: 8px 2px;
    text-align: center;
    border-bottom: 1px solid #af1015;
}
.bay-ticket tr:hover, table tr:hover{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%) !important;
}
/************************* Start About us PAGE***********************/
.fix-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #DDD;
    padding: 5px;
}
.p ul, .p ol{
    direction: rtl !important;
}
.Playback-banner{
    height: 170px;
    background-image: url(../images/playbackback.jpg);
    background-position: bottom;
    background-size: cover;
}
.Playback-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.show-playback-info{
    background-color: #ffffffb8;
    text-align: right;
    margin: 15px 0;
    border-radius: 15px;
}
.show-playback-info .build{
    padding: 15px;
    overflow-x: auto;
}
.show-playback-info .build ul{
    direction: rtl;
}
.show-playback-info .build ul li span{
    color: #af1015;
}
.show-playback-info .build .p{
    position: relative !important;
    overflow-x: auto;
}
.show-playback-info .build p span{
    color: #af1015;
    display: inline-block;
    padding: 10px 20px 8px 5px;
    background-color: #DDD;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.show-playback-info .build h5{
   color: #a91013;
   margin: 10px 0;
}
.show-playback-info .build h6{
    color: #a91013;
    font-size: 21px;
    margin: 10px;
}
.show-playback-info .build h6:first-child{
    text-align: center;
}
.show-playback-info .build h6:first-child::after{
    content: '';
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 10px auto;
}
.show-playback-info .build h6:first-child::before{
    content: '';
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    display: block;
    margin: 10px auto;
}
.show-playback-info .build .tot::after{
    content: '<<';
    color: #af1015;
    padding-left: 5px;
}
.show-playback-info .build .p{
    padding: 8px;
    border-radius: 10px;
    color: #888;
    border-left: 1px solid #f90;
    border-right: 1px solid #09f;
    box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -o-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
}
.show-playback-info .build .p:hover{
    box-shadow: 2px 5px 20px 2px rgba(0,0,0,.75);
}
.show-playback-info .build .p p::before{
    content: '<<';
    color: #f00;
    font-size: 14px;
    float: right;
    padding-left: 3px;
}
.controlll li{
    border-top: 1px solid #af1015;
    padding: 5px;
    list-style-position: inside;
    background-color: #fff;
}
.controlll li:nth-child(even){
    border-left: 1px solid #af1015;
}
.controlll li:nth-child(odd){
    border-right: 1px solid #af1015;
}
/************************* Start About us PAGE***********************/
.safty-banner{
    height: 170px;
    background-image: url(../images/saftyback.jpg);
    background-position: center;
    background-size: cover;
}
.safty-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.safe-info{
    background-image: linear-gradient(-50deg, #fff 85%, rgba(239,83,60,.2) 15%);
    border-radius: 50px !important;
}
.safe-info p span{
    color: #af1015;
}
.guide-cir svg{
    width: 50px;
    height: 50px;
}
.guide-cir{
    padding: 10px 0;
    border: 2px solid #ddd;
    border-radius: 10px;
}
.guide-cir h5 a{
    color: #af1015 !important;
}
.guide-cir:hover h5 a{
    text-decoration: none;
}
.guide-cir:hover{
/*    background-color: #af1015;*/
    transition: 1s;
    padding: 10px 0;
}
.guide-cir:hover svg{
    transform: scale(1.2);
    transition: .5s;
}
.guide-cir h5 a{
    color: #333;
}
/************************* Start bublicQes PAGE***********************/
.bublicQes-banner{
    height: 170px;
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(../images/publicqesback.jpg);
    background-position: right;
    background-size: cover;
}
.bublicQes-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.public-info .build{
    background-color: #ffffffb8;
    text-align: right;
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    background-image: linear-gradient(-50deg, rgba(239,83,60,.2) 85%, #fff 15%);
}
.public-info .build:nth-child(even){
    background-image: linear-gradient(-50deg, #fff 85%, rgba(239,83,60,.2) 15%);
}
.public-info .build:last-child{
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.public-info .build h5{
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    color: #af1015;
    text-align: center;
}
.public-info .build h5::after{
    content: '*';
    padding-left: 5px;
    font-weight: bold;
}
.public-info .build p{
    color: #888;
}
.public-info .build ol, .public-info .build ul{
    direction: rtl;
    color: #888;
}
/************************* Start projects PAGE***********************/
.projects-banner{
    height: 170px;
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(../images/projectsback.jpg);
    background-position: right;
    background-size: cover;
}
.projects-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.show-project-info{
    background-color: #ffffffb8;
    text-align: right;
    margin: 15px 0;
    border-radius: 15px;
}
.show-project-info .build{
    padding: 15px;
}
.show-project-info .build ul, .show-project-info .build ol{
    direction: rtl;
}
.projects-links ul li{
    list-style-type: none;
    padding: 8px;
    margin: 5px 0;
    background-color: #DDD;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    color: #333;
    cursor: pointer
}
.projects-links ul li:hover{
    background-color: #af1015;
    color: #fff;
    transition: .5s;
}
.project-item-info p{
    font-size: 14px;
    color: #888;
    background-color: #fffffe6e;
    padding: 5px 10px;
    text-align: center;
    box-shadow: 0px 0px 1px rgba(0,0,0,.1);
}
.project-item-info ul li, .project-item-info ol li{
     font-size: 14px;
}
.project-item-info h4{
    margin-top: 30px;
}
.project-item-info h4::before{
    content: "";
    background-image: linear-gradient(to right, rgba(239,83,60,1), rgba(160,11,17,1));
    width: 50px;
    height: 30px;
    position: absolute;
    z-index: 10;
    margin-top: -27px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 90px;
}
.project-item-info h4::after{
    content: '';
    width: 70px;
    height: 5px;
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
    display: block;
    margin: 15px auto;
    border-radius: 50px;
}
.project-item-info h6{
    background-color: #ddd;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    color: #af1015;
    border-bottom: 1px solid #af1015;
    border-top: 1px solid #09f;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}
/************************* Start projects PAGE***********************/
.Jobs-banner{
    height: 200px;
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(../images/JObsback.jpg);
    background-position: center;
    background-size: cover;
}
.Jobs-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.jobs-info{
    margin: 20px 0;
}
.jobs-info .info-head{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    padding: 15px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
}
.jobs-show-info{
    background-color: #ffffffb8;
    text-align: right;
}
.jobs-show-info .build{
    padding: 15px;
}
.jobs-show-info .build span{
    color: #888;
    border-right: 4px solid #888;
    padding-right: 15px;
}
.jobs-show-info .build h6{
    margin: 15px 0;
    background-color: #ddd;
    padding: 8px 15px;
    border-radius: 10px;
    display: inline-block;
    color: #af1015;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.current-position{
    height: 90px;
    background-color: #fff;
}
.current-position p{
    text-align: center;
    padding-top: 30px;
}
.current-position p i{
    font-size: 20px;
    background-color: #DDD;
    padding: 10px;
    border-radius: 5px;
}
/************************* Modal In Home Page***********************/
.modal-content{
    background-image: url(../images/bodyback.jpg);
    background-size: cover;
    background-position: center;
    z-index: 9999;
}
.modal-content p{
    text-align: right;
}
.modal-header h5{
    margin-left: auto;
    color: #af1015;
}
.modal-body .guide-cir svg{
    width: 60px;
    height: 60px;
}
.modal-body .guide-cir{
    padding: 10px 0;
    border: 2px solid #ddd;
    border-radius: 10px;
}
/*
.modal-body .guide-cir:hover h5{
    color: #fff;
}
*/
.modal-body .guide-cir:hover{
/*    background-color: #af1015;*/
    transition: 1s;
    padding: 10px 0;
    cursor: pointer;
}
/************************* Start social PAGE***********************/
.social-banner{
    height: 170px;
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(../images/MediaCenter.jpg);
    background-position:center;
    background-size: cover;
}
.social-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
   /*************************** Gallary Page ***********************************/
.diamond-grid{
    width: 70%;
    margin: 30px auto 0;
    direction: ltr;
}
.diamond-grid .item{
    width: 220px;
    height: 220px;
    background: #000;
    transition: .5s;
    opacity: 1;
    transition: .5s;
}
.diamond-grid .item a{
    z-index: 9999;
    display: inline-block;
}
.diamond-grid .item:hover{
    opacity: .8;
}
.diamond-grid .item img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(1.5);
    width: 100%;
    z-index: 999;
}
@media(max-width: 767px){
    .diamond-grid{
        width: 100%;
        margin: 0 auto;
    }
}

/******************** Gallary section *************************/
.swiper-container{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide{
  background-position: center;
  background-size: cover;
  background: #000;
  width: 300px !important;
  height: 380px;
}
.swiper-slide .imgbx{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.swiper-slide .imgbx img{
    width: 100%;
    height: 350px;
}
.swiper-slide .details{
   box-sizing: border-box;
    font-size: 20px;
    padding: 20px;
}
.swiper-slide .details h3{
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.swiper-slide .details h3 span{
    font-size: 16px;
    color: #f44336;
}
/************************************ Login Pagee ******************************************/
#login-body{
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(90deg, rgba(160,11,17,1) 50%, rgba(53,51,52,1) 50%);
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
}
.register-left{
    margin-top: -50px;
    text-align: center;
    color: #fff;
    padding: 30px;
}
.register-left h3{
    font-family: 'Changa', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    height: 50px;
}
.register-left h3::before{
    content: "";
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
    width: 50px;
    height: 30px;
    position: absolute;
    z-index: -10;
    margin-top: -28px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 90px;
    z-index: 999;
}
.register-left img{
    margin-top: 60px;
    margin-bottom: 18px;
    width: 80px;
    animation: mover 1s infinite alternate;
}
@keyframes mover{
    0%{transform: translateY(0);}
    100%{transform: translateY(-20px);}
}
.register-left .btn-primary{
    border-radius: 1.5rem;
    width: 150px;
    background: #f8f8f8;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    padding: 10px;
}
.register-left .btn-primary:hover{
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
    color: #fff;
    border: none;
}
.register-left button{
    border: none;
}
.register-left button a{
    text-decoration: none;
    color: #333;
}
.register-left button:hover a{
    color: #fff;
}
.register-right{
    border: none;
    background: #f8f8f8;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding: 50px;
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
}
.register-right h2{
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Changa', sans-serif;
}
.register-form{
    padding: 30px;
}
.register-right input{
    text-align: right;
    box-shadow: none !important;
}
.register-right a{
    float: right;
    border-radius: 1.5rem;
    width: 120px;
    margin-top: 10px;
}

/*
.signup-form{
    display: none;
}
*/
/*
.move-login{
    display: none;
}
*/
@media(max-width:768px){
    .signup-form{
        margin-left: 0;
        position: relative;
    }
    #login-body{
        padding-bottom: 50px;
    }
}

/*************************** Tenders Page ***********************/
.Mon-banner{
    height: 200px;
    background-image: url(../images/mon.png);
    background-position: center;
    background-size: cover;
}
.Mon-banner h2{
    text-align: right;
    padding-top: 70px;
    padding-right: 20px;
    color: #fff;
}
.jobs-show-info .build .p{
    padding: 8px;
    border-radius: 10px;
    color: #888;
    border-left: 1px solid #f90;
    border-right: 1px solid #09f;
    box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -webkit-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -moz-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
    -o-box-shadow: 2px 15px 70px 2px rgba(0,0,0,.75);
}
.jobs-show-info .build .p:hover{
    box-shadow: 2px 5px 20px 2px rgba(0,0,0,.75);
}
.tenders-info .row{
    direction: rtl;
}
.tenders-info input{
    box-shadow: none !important;
}
/*************************** important qestions to user Page ***********************/
.important-info{
    background-image: url(../images/puplicQestions.jpg);
}
.important-user{
    direction: rtl;
}
.important-user ul li{
    list-style-type: circle;
}
.important-user h4{
    font-size: 20px;
    background-color: #ddd;
    padding: 8px;
    border-top-left-radius: 8px 15px;
    display: inline-block;
    color: #af1015;
}





/*mixing style in all pages*/
.info-head{
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
    padding: 15px;
    margin-top: 10px;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
}
.info-head h3{
    text-align: center;
}
.back-info-color{
    background-color: #ffffffb8;
    text-align: right;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px;
}
.back-info-color svg{
    width: 30px;
    height: 30px;
    margin: auto;
}
hr{
     background-color: #af1015;
     width: 80%;
}
/*************** SIDE BAR ****************/
.side-contact-info ul{
    margin-top: 20px;
}
.side-contact-info ul li{
    text-align: right;
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.side-contact-info ul li a{
    padding-right: 20px;
    color: #fff;
    text-decoration: none;
}
.side-contact-info ul li:nth-child(1)
{
    border-right: 10px solid #ff0505;
}
.side-contact-info ul li:nth-child(2)
{
    border-right: 10px solid #00ff37;
}
.side-contact-info ul li:nth-child(3)
{
    border-right: 10px solid #09f;
}
.side-contact-info ul li:nth-child(4)
{
    border-right: 10px solid #f90;
}
.side-contact-info ul li:nth-child(5)
{
    border-right: 10px solid #f0f;
}
.side-contact-info ul li:nth-child(6)
{
    border-right: 10px solid #ff0;
}
.side-contact-info ul li:nth-child(odd){
    padding: 15px 0;
    background: linear-gradient(90deg, rgba(239,83,60,1) 0%, rgba(160,11,17,1) 100%);
}
.side-contact-info ul li:nth-child(even){
    padding: 15px 0;
    background: linear-gradient(90deg, rgba(120,121,125,1) 0%, rgba(53,51,52,1) 100%);
}
.side-contact-info ul li::after{
    content: "";
    border-top: 36px solid #790000;
    border-right: 36px solid transparent;
    position: absolute;
    left: 17px;
    display: flex;
    margin-top: -30px;
    margin-right: -21px;
    margin-left: -23px;
    transform: rotate(-45deg);
}
@media(max-width:991px){
    .side-contact-info ul{
        margin-left: 46px;
    }
    .side-contact-info ul li::after{
        margin-left: 24px;
    }
}
/***************END SIDE BAR ****************/
.hide{
    display: none;
}
.activee{
    display: block;
}
@media(max-width:991px)
{
    .footer-logo{
        display: none;
    }
    .copy-right .text-left{
        display: none;
    }
    .copy-right .text-right{
        text-align: center !important;
    }
    .services-boxes .col-md-8 .row .col-md-12{
        height: 125px;
    }
    .services-boxes .col-md-12 .overlay h5{
        margin-top: -14px;
    }
}