body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
img{
    max-width: 100%;
}
a, a:hover, a:active{
    text-decoration: none;
}

.container {
    max-width: calc(100% - 30px);
}
.header-menu{
    justify-content: flex-end;
}
.toggle-menu{
    width: 30px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}
.mt-3 {
    margin-top: 1rem!important;
}
.col-md-6.single-service {
    height: 169px;
}
.page-arabic .col-lg-7.addPadding, .page-arabic .about .col-md-7 {
    float: right;
}
.wrapper .about.py-5 .container {
    width: 100%;
}
.page-arabic .owl-carousel.owl-theme.owl-loaded.owl-drag {
    direction: rtl;
}
a.label-wrapper {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 10px 40px;
    top: 331px;
    left: 0;
    background-color: #2e61a2;
    border-radius: 5px;
    margin-top: 20px;
}
.page-arabic .call-message .col-lg-5.removecolpadding {
    float: right;
}
.page-arabic .about .container {
    width: 100%;
}
.page-arabic .owl-carousel .owl-item {
    float: right;
}
.page-arabic .about {
    background: url(app-img/group-31.png) no-repeat left;
}
.call-message.py-5 {
    padding: 3rem 0;
}
div#download_our_app {
    text-align: center;
}
.node-126 footer, .push {
    display: none;
}
footer.py-5 {
    text-align: center;
    display: block;
}
.about.py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page-arabic .about.py-5 {
    margin-right: 0;
    text-align: right;
    background-size: auto 120%;
    margin: 1rem 0rem 4rem 4rem;
}
footer .container-fluid ul li a:hover {
    color: #a8986b;
}

footer .container-fluid ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 36px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
footer .container-fluid ul.text-center:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    background-image: url(../images/line.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
div#download_our_app .container.text-center a:nth-child(2) {
    margin-right: 10px;
}
.py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.d-flex.align-items-center.justify-content-center.flex-column.flex-md-row {
    display: flex;
    gap: 10px;
}
.page-arabic .left-side.col-lg-7.text-center {
    float: right;
}
.toggle-menu span{
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 4px;
    background-color: #162c49;
    border-radius: 10px;
}
.toggle-menu span:last-child{
    margin: 0;
}

/* .menu-btn__burger{ */
    /* background: url('app-img/rectangle-1.svg') no-repeat center; */
    /* background-size: cover; */
    /* color: #fff !important; */
    /* display: block; */
    /* padding: 8px 15px; */
    /* font-size: 12px; */
    /* text-align: center; */
/* } */

.slide{
  overflow: hidden;
  background: url('app-img/bull.jpg') no-repeat center;
  background-size: cover;
  padding: 15% 0;
  min-height: 950px;
  max-height: 950px;
}
.slide .left-side h1{
    font-weight: 700;
    color: #ffffff;
    font-size: 100px;
    letter-spacing: 0;
}
.slide .left-side .button-start{
    display: inline-flex;
    justify-content: center;
    height: 46px;
}


.call-message{
    overflow: hidden;
    background-color: #fff;
}
h3.reducesize {
    color: rgba(0, 0, 0, 0.65);
    /* font-size: 30px; */
    font-style: normal;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
}
.call-message .message{
    color: rgba(0, 83, 139, 0.80);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
.call-message .message span{
    margin: 5px 0;
    color: #887955;
    font-size: 48px;
    font-weight: 800;
    display: block;
}

.download-app{
    background: #2e61a2 url('app-img/mask-group.png') no-repeat center;
    background-size: cover;
}
.download-app h3{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.download-app svg{
    width: 120px;
}

.about{
    background: url('app-img/group-31.png') no-repeat right;
	    background-size: auto 100%;
    margin: 1rem 4rem 1rem 0rem;
}
.about h2{
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.about p{
    color: rgba(0, 0, 0, 0.65);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}
.about .label-wrapper, .blogs .label-wrapper{
    color: #fff;
    align-items: center;
    justify-content: center;
}

.blogs{overflow: hidden;}
.blogs h3{
    color: var(--neutral-500, #1B2430);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
}
.single-blog{
    overflow: hidden;
}
.single-blog img{
    width: 100%;
}
.single-blog .content{
    overflow: hidden;
}
.single-blog .content .content-date{
    color: var(--neutral-400, #495059);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 20px 0 10px;
}
.single-blog .content h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.single-blog .content h4 a{
    color: #1B2430;
}
.single-blog .content h4 a:hover{
    text-decoration: underline;
}
.single-blog .content p{
    color: #1B2430;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.node-126 h3.reducesize strong {
    font-weight: bolder;
}
.node-126  .services{
    padding: 0;
    background: #2e61a2 url('../images/frame.svg') no-repeat center !important;
    background-size: cover !important;
    overflow: hidden;
}
.node-126 .services .single-service{
    margin: 40px 0;
}
.node-126 .services .single-service img{
    width: 55px;
}
.node-126 .services .single-service .d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.node-126 .services .single-service h3{
    width: calc(100% - 55px);
    padding-left: 15px;
    color: #fff;
    margin: 0;
    font-weight: bolder;
    letter-spacing: 5.5px;
}
.node-126 .services .single-service p{
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;    text-transform: capitalize;
}

.node-126 footer{
    background:#2e61a2 url('./app-img/mask-group.png') no-repeat bottom center;
    background-size: cover;
    overflow: hidden;
}
.node-126 footer .logo{
    padding-bottom: 50px;
}
.node-126 footer .logo img{
    max-height: 100px;
}
.node-126 footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.node-126 footer ul li{
    margin-right: 42px;
    display: inline-block;
    padding-bottom: 36px;
}
.node-126 footer ul li:last-child{
    margin: 0;
}
.node-126 footer ul li a{
    color: #fff;
}
.node-126 .ccm-block-social-links ul.list-inline li {
    margin: 0 15px !important;
}
.node-126 .ccm-custom-style-container.ccm-custom-style-footercontent-1457 {
    margin-top: 50px;
}
.call-message.py-5 .container {
    width: 1630px;
}
.call-message .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 15px;
}
.page-arabic.page-node-type-personal section.banner-sm.quantitative {
    background-position: left;
}
.page-node-type-personal .img.abs img {
    max-height: 750px;
  }

@media (min-width: 1200px){
    .container {
        max-width: calc(100% - 200px);
    }
}
@media (max-width: 1085px){
    .header-menu .v-divider, 
    .header-menu-item ul li{
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .slide{
        min-height: 450px;
        max-height: inherit;
      }
    header .logo{
        height: 80px;
        display: flex;
        align-items: center;
    }
    header nav{
        position: fixed;
        left: -250px;
        top: 0;
        width: 225px !important;
        height: 100vh;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        z-index: 99;
        padding: 30px 20px;
        overflow-y: auto;
    }
    header nav.active{
        left: 0;
    }
    header .header-menu nav ul.nav li{
        display: block;
        width: 100%;
    }
    header .header-menu nav ul.nav li a{
        text-shadow: none !important;
        font-size: 15px;
        color: #507daa !important;
    }
    header .header-menu nav ul.nav ul li a{
        font-size: 13px;
        text-shadow: none !important;
    }
    header .header-menu nav ul.nav li.has-submenu > a{
        display: block;
        padding: 7px 15px 7px 0;
        position: relative;
    }
    header .header-menu nav ul.nav li::before{
        display: none;
    }
    header .header-menu nav ul.nav li.has-submenu > a::after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #507daa;
    }
    header .header-menu nav ul.nav li.has-submenu > ul{
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: none;
        transform: none;
        border-left: 1px solid #eee;
        border-radius: 0;
        padding: 5px 0 10px 10px;
    }
    header .header-menu nav ul.nav li.has-submenu > ul li:before, 
    header .header-menu nav ul.nav li.has-submenu > ul:after{
        display: none !important;
    }
    header .header-menu nav ul.nav li.has-submenu.active > a{
        color: #887955 !important;
        font-weight: 900;
    }
    header .header-menu nav ul.nav li.has-submenu.active > a::after{
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #887955;
        border-top: 0;
    }
    header .header-menu nav ul.nav li.has-submenu.active > ul{
        display: block;
    }
    header .header-menu nav ul.nav li.has-submenu.active > ul li{
        margin: 0;
    }
    header .header-menu nav ul.nav li.has-submenu.active > ul li a{
        padding: 5px 20px 5px 0;
    }


    .slide{
        padding: 15% 0 10%;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .toggle-menu{
        display: block;
    }
}

@media screen and (max-width: 786px) {
    .call-message.py-5 .container {
        width: max-content;
        max-width: 100%;
    }
    .slide .left-side h1{
        font-size: 50px;        max-width: 600px;
        margin: 0 auto 25px;
    }
    .call-message .owl-carousel .owl-item img {
        display: block;
        width: auto;
        border-radius: 15px;
        height: 540px;
    }
    .page-arabic .col-lg-7.addPadding, .page-arabic .about .col-md-7 {
        float: right;
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .container{
        max-width: 100%;
    }
    .slide{
        padding-top: 120px;
    }
    footer ul li{
        display: block;
        margin: 5px 0;
    }
    .download-app h3{
        letter-spacing: 2px;
    }
    .about h2{
        font-size: 25px;
        letter-spacing: 2px;
    }
    .about p{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .node-126 .services .single-service{
        margin: 20px 0;
    }
    .node-126 .services .single-service img {
        width: 45px;
    }
    .node-126 .services .single-service h3{
        width: calc(100% - 45px);
        letter-spacing: 3px;
        font-size: 22px;
    }
    .node-126 .services .single-service p{
        font-size: 16px;
    }
    .call-message .message{
        font-size: 18px;
    }
    .call-message .message span{
        font-size: 25px;
    }
    .slide .left-side h1{
        font-size: 30px;
        margin: 0 auto 15px;
    }
    .header-menu .v-divider{
        display: none;
    }
    .download-our-app{
        display: none;
    }
    .toggle-menu{
        margin-left: 15px
    }
    /* .header-menu-item{ */
        /* width: calc(100% - 30px); */
    /* } */
    /* .header-menu-item ul.nav { */
        /* margin: 0; */
        /* flex-direction: column; */
        /* align-items: flex-end; */
    /* } */
    .header-menu-item ul li{
        margin: 0;
    }
    .header-menu-item ul.nav li>a{
        letter-spacing: 0;
    }
}
