/*

 Developer:	Mohammed Refaay
 Developer Url:	https://www.linkedin.com/in/mohammedrefaay/

 */

*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Saira', sans-serif;
    font-size: 17px;
    color: #4b5c75;
}
h1{
    font-size: 68px;
    line-height: 80px;
    font-weight: 300;
    margin: 0;   
}
h2{
    color: #253147;
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;   
}
h3{
    color: #253147;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
h4{
    color: #253147;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
h5{
    color: #253147;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
a{
    text-decoration: none;
}
p{
    margin: 0;
}
img{
    width: 100%;
}
.clearfix::after{
    content: "";
    clear: both;
    display: table;
}
.mo-wholeContainer{
    width: 100%;
    max-width: 1950px;
    margin: auto;
}
.mo-container{
    width: 100%;
    max-width: 1055px;
    padding: 0 25px;
    margin: auto;
}
a.mo-firstButton, 
a.mo-secondButton,
input.mo-secondButton{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;    
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.8s;
}
a.mo-firstButton{
    color: #FFFFFF;
    background: linear-gradient(180deg, #F36F31 20%, #EF402F 80%);
    box-shadow: 0 24px 24px 0px rgba(239,64,47,0.13);
}
a.mo-secondButton,
input.mo-secondButton{
    color: #F15831;
    background: linear-gradient(180deg, #FFFFFF 20%, #F2F5F7 80%);
    box-shadow: 0 24px 24px 0px rgba(0,38,84,0.03);
}
a.mo-firstButton:hover{
    box-shadow: 4px 5px 15px 2px rgba(239,64,47,0.25) !important;
}
a.mo-secondButton:hover{
    box-shadow: none;
}
.mo-section-title{
    display: block;
    color: #F15831;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.mo-orangeColor{
    color: #F15831;
}

/* Header */
header{
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2000;
    background-color: #FFFFFF;
}
.mo-header-container{
    padding: 26px 25px 25px;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    transition: all 0.8s;
}
.mo-logo{
    float: left;
    width: 100%;
    max-width: 306px;
}
.mo-menu{
    float: right;
}
.mo-menu nav ul{
    display: inline-block;
    list-style-type: none;
    margin: 11px 0px;
    padding: 0;
}
.mo-menu nav ul li{
    margin-right: 38px;
    display: inline-block;
}
.mo-menu nav ul li a{
    color: #4b5c75;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mo-menu nav ul li a:hover{
    color: #F15831;
    font-weight: bold;
}
a.mo-goToContactForm{
    width: 104px;
    font-size: 12px;
    padding: 9px 0;
}
.mo-mobile-menu{
    display: none;
    float: right;
}
/* / Header */

/* Hero Header */
.mo-hero-header{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 340px);
    width: 100%;
    max-width: 1946px;
    padding: 25px;
    margin-top: 105px;
    text-align: center;
    background-image: url("../images/hero-header-background.jpg");
    background-repeat: no-repeat;
    background-position: center -145px;
    background-size: 1950px;
}
.mo-hero-header h1{
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 70px 0 0;
    max-width: 785px;
}
/* / Hero Header */

/* The main content */
.mo-main-content{
    margin: 0px auto;
    background-color: #FFFFFF;
    max-width: 1948px;
}
/* CTAs */
.mo-CTAs{
    background-color: #F2F5F7;
    padding: 50px 25px;
    text-align: center;
}
.mo-CTAs-container{
    width: 100%;
    max-width: 639px;
    margin: auto;
}
.mo-CTAs p{
    font-size: 20px;
    margin-bottom: 25px;
}
a.mo-CTAs-button{
    width: 100%;
    max-width: 216px;
    margin: 5px 24px;
    padding: 13px 0;
    font-size: 14px;
}
/* / CTAs */

/* Market */
.mo-market{
    padding: 100px 0;
}
.mo-market-topContent{
    width: 100%;
    max-width: 630px;
    margin: auto;
    text-align: center;
}
.mo-market-topContent p{
    margin: 18px 0 68px;
}
.mo-market-downContent{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mo-market-downContent-block{
    width: 100%;
    max-width: 310px;
    text-align: center;
}
.mo-market-icon{
    width: 100%; 
    max-width: 210px;
    margin: auto;
}
.mo-market-downContent-block h3{
    margin: 38px 0 10px;
}
.mo-market-downContent-block p{
    font-weight: 500;
}
/* / Market */

/* Industry */
.mo-industry{
    padding: 100px 25px;
    background-image: url("../images/industry-background.jpg");
    background-repeat: no-repeat;
    background-position: center -290px;
    background-size: 1950px;
}
.mo-industry-mainContent{
    width: 100%;
    max-width: 655px;
    float: right;
}
.mo-industry-mainContent h2,
.mo-industry-mainContent b{
    color: #FFFFFF;
    margin-bottom: 10px;
}
.mo-industry-mainContent p{
    color: #B8C5D1;
}
.mo-industry-mainContent .mo-section-title{
    color: #F58551;
}
a.mo-industry-button{
    width: 100%;
    max-width: 216px;
    padding: 13px 0;
    font-size: 14px;
    box-shadow: none;
}
/* / Industry */

/* Quote */
.mo-quote{
    padding: 75px 25px;
    background-color: #F2F5F7;
}
.mo-quote h4{
    text-align: center;
    margin-right: 80px;
    margin-bottom: 35px;
}
.mo-quote-mainContent{
    position: relative;
}
.mo-slider-leftArrow,
.mo-slider-rightArrow{
    position: absolute;
    top: 58px;
    cursor: pointer;
}
.mo-slider-leftArrow{
    left: 0;
}
.mo-slider-rightArrow{
    right: 0;
}
.mo-slider-container{
    width: 100%;
    max-width: 870px;
    padding: 0 25px;
    margin: auto;
}
.mo-slider-block{
    margin: 5px 0;
}
.mo-slider-content{
    max-width: 556px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.mo-slider-image{
    display: inline-block;
    background-color: #FFFFFF;
    width: 216px;
    height: 162px;
    margin: 0 40px 0 0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px rgba(0,38,84,0.05);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 144px;
}
.slick-slide:focus{
    outline: none;
}
/* / Quote */

/* Ecosystem */
.mo-ecosystem{
    padding: 100px 25px;
}
.mo-ecosystem-topContent{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.mo-ecosystem-topContent-content{
    width: 100%;
    max-width: 465px;
}
.mo-ecosystem-topContent-content h2{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
}
.mo-ecosystem-topContent-content p{
    font-size: 20px;
    line-height: 28px;
}
.mo-ecosystem-topContent-image{
    width: 100%;
    max-width: 480px;
}
.mo-ecosystem-downContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.mo-ecosystem-downContent-block{
    width: 100%;
    max-width: 236px;
    margin-top: 38px;
    padding: 0 10px;
}
.mo-ecosystem-downContent-icon{
    width: 100%;
    max-width: 55px;
}
.mo-ecosystem-downContent-block h3{
    margin: 15px 0;
}
.mo-ecosystem-downContent-block p{
    margin-top: 10px;
    font-weight: 500;
    line-height: 24px;
}
p.mo-ecosystem-downContent-customText{
    margin-top: 66px;
    font-size: 20px;
    line-height: 28px;
}
a.mo-ecosystem-button{
    width: 100%;
    max-width: 216px;
    padding: 13px 0;
    margin-top: 30px;
    font-size: 14px;
}
/* / Ecosystem */

/* Team */
.mo-team{
    padding: 100px 25px;
    background-color: #F2F5F7;
}
.mo-team-topContent{
    text-align: center;
}
.mo-team-topContent h2{
    margin-bottom: 10px;
}
.mo-team-downContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 725px;
    margin: 55px auto 0;
}
.mo-team-downContent-block{
    background-color: #FFFFFF;
    width: 100%;
    max-width: 216px;
    height: 357px;
    border-radius: 5px;
    box-shadow: 0 24px 24px 0px rgba(0,38,84,0.03);
    margin: 20px 10px 0;
    overflow: hidden;
    cursor: pointer;
}
.mo-team-downContent-block img{
    transition: all 0.8s;
}
.mo-team-downContent-block:hover img{
    transform: scale(1.05) rotate(-1deg);
}
.mo-team-downContent-block h5{
    margin: 18px 0px 9px;
}
.mo-team-downContent-block p{
    font-weight: 500;
    max-width: 190px;
    margin: auto;
}
#mo-team-CV{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(195, 195, 195, 0.5);
    width: 100%;
    height: 100%;
    z-index: 3000;
    transition: all 0.8s;
    opacity: 0;
    display: none;
    overflow-y: auto;
}
#mo-team-CV-container{
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0 40px #999;
    transition: all 0.8s;
    opacity: 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mo-team-CV-close{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
#mo-team-CV-close div{
    width: 25px;
    height: 2px;
    background-color: #000000;
}
#mo-team-CV-close div:first-child{
    transform: rotate(-45deg) translateX(-1px);
    margin-top: 13px;
}
#mo-team-CV-close div:last-child{
    transform: rotate(45deg) translateX(-1px);
}
#mo-team-CV-profilePicAndName{
    width: 216px;
}
#mo-team-CV-discription{
    max-width: 500px;
}
/* / Team */

/* Contact */
.mo-contact{
    padding: 100px 25px;
    background-image: url("../images/contact-background.jpg");
    background-repeat: no-repeat;
    background-size: 1950px;
    color: #FFFFFF;
}
.mo-contact-container{
    width: 100%;
    max-width: 680px;
    margin: auto;
}
.mo-contact-topContant{
    text-align: center;
    margin-bottom: 75px;
}
.mo-contact-topContant h2{
    color: #FFFFFF;
    margin-bottom: 24px;
}
.mo-contact-form-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mc-field-group{
    width: 100%;
    max-width: 328px;
    margin-bottom: 25px;
    position: relative;
}
.mc-field-group:last-child{
    margin-bottom: 15px;
}
.mc-field-group-fullSize{
    max-width: none;
}
.mc-field-group input,
.mc-field-group select,
.mc-field-group textarea{
    width: 100%;
    color: #FFFFFF;
    font-family: 'Saira', sans-serif;
    font-size: 17px;
    line-height: 24px;
    padding: 8px 10px;
    background-color: rgba(245, 133, 81, 0.8);
    border: none;
    border-radius: 5px;
    height: 40px;
}
.mc-field-group > select{
    padding: 6px 10px !important;
}
.mc-field-group input:focus,
.mc-field-group select:focus,
.mc-field-group textarea:focus{
    outline: none;
}
.mc-field-group textarea{
    resize: vertical;
    min-height: 88px;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.6);
}
form input::-moz-placeholder,
form textarea::-moz-placeholder{
    color: rgba(255, 255, 255, 0.6);
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{
    color: rgba(255, 255, 255, 0.6);
}
input.mo-formSubmit{
    width: 304px;
    font-family: 'Saira', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    border: none;
    padding: 17px 0;
    display: block;
    margin: 10px auto 0;
    cursor: pointer;
}
input.mo-formSubmit:hover{
    opacity: 0.6;
}
input.mo-formSubmit:focus{
    outline: none;
}
#mc_embed_signup div.mce_inline_error{
    position: absolute;
    font-size: 12px;
    bottom: -35px;
    padding: 2px 10px !important;
    left: 10px;
    background-color: #ed143d !important;
    border-radius: 0 0 5px 5px;
    font-weight: normal !important;
}
div#mce-responses{
    text-align: center;
}
/* Contact */

/* Footer */
footer{
    background-color: #253147;
    padding: 75px 0px;
    color: #B8C5D1;
}
.mo-footer-logo{
    float: left;
}
.mo-footer-address{
    float: right;
}
.mo-footer-copywrite{
    float: left;
    clear: left;
    font-size: 14px;
    margin-top: 50px;
}
footer a{
    color: #FFFFFF;
}
footer a:hover{
    color: #B8C5D1;
}
/* / Footer */
/* / The main content */


/* Custom Style */
.mo-changeHeaderAfterScroll{
    box-shadow: 0 2px 5px 0px rgba(153, 153, 153, 0.3);
}
.mo-changeHeaderAfterScroll .mo-header-container{
    padding: 10px 25px;
}
.mo-changeHeaderAfterScroll a.mo-firstButton{
    box-shadow: 0 10px 10px 0px rgba(239,64,47,0.13);
}
.mo-overflew-hidden{
    overflow: hidden !important;
}
.mo-display-block{
    display: block !important;
}
/* Custom Style */

/* Responsive */
@media screen and (max-width:1440px){
    .mo-hero-header, .mo-industry, .mo-contact{
        background-size: 1440px;
    }
}
@media screen and (max-width:1280px){
    .mo-hero-header, .mo-industry, .mo-contact{
        background-size: 1280px;
    }
    .mo-industry{
        background-position: center -144px;
    }
}
@media screen and (max-width:1000px){
    h1{
        font-size: 45px;
    }
    .mo-header-container{
        padding: 10px;
    }
    .mo-changeHeaderAfterScroll .mo-header-container{
        padding: 10px;
    }
    .mo-logo{
        max-width: 260px;
    }
    .mo-mobile-menu{
        display: block;
        margin-top: 15px;
    }
    .mo-mobile-menu div{
        width: 30px;
        height: 2px;
        background-color: #253147;
        transition: all 0.8s;
    }
    .mo-mobile-menu div:nth-child(2){
        margin: 5px 0;
    }
    nav{
        position: absolute;
        top: 65px;
        right: 0;
        width: 100%;
        padding: 25px;
        background-color: #FFFFFF;
        box-shadow: 0px 8px 10px -6px rgba(153, 153, 153, 0.3);
        transform: rotateX(90deg);
        transform-origin: top;
        transition: all 0.3s;
    }
    nav ul{
        display: block !important;
    }
    nav ul li, 
    nav > a{
        display: block !important;
        margin: 0px auto 30px !important;
        text-align: center;
        opacity: 0;
    }
    .mo-openNav .mo-mobile-menu div:nth-child(1){
        transform: rotate(-45deg) translate(-10px, 0px);
    }
    .mo-openNav .mo-mobile-menu div:nth-child(2){
        opacity: 0;
    }
    .mo-openNav .mo-mobile-menu div:nth-child(3){
        transform: rotate(45deg) translate(-9px, 0px);
    }
    .mo-openNav nav{
        transform: none;
    }
    .mo-opacityNone{
        opacity: 1;
    }
    .mo-hero-header{
        margin-top: 67px;
        min-height: calc(100vh - 300px);
    }
    .mo-market-downContent{
        display: block;
    }
    .mo-market-downContent-block{
        margin: auto;
    }
    .mo-market-downContent-block:nth-child(2){
        margin: 40px auto;
    }
    .mo-quote h4{
        margin-right: 0px;
    }
    .mo-hero-header, .mo-industry, .mo-contact{
        background-size: auto;
        background-position: center;
    }
    .mo-slider-image{
        display: block;
        margin: 0px auto 10px;
        width: 160px;
        height: 130px;
        background-size: 70%;
        box-shadow: none;
    }
    .mo-slider-content{
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .mo-ecosystem-topContent{
        display: block
    }
    .mo-ecosystem-topContent-content{
        margin: auto;
    }
    .mo-ecosystem-topContent-content h2{
        font-size: 35px;
    }
    .mo-ecosystem-topContent-image{
        display: none;
    }
    p.mo-ecosystem-downContent-customText{
        margin-top: 0;
    }
    .mo-team-downContent{
        display: block;
    }
    .mo-team-downContent-block{
        margin: 0 auto 40px;
    }
    .mo-team-downContent-block:last-child{
        margin-bottom: 0;
    }
    #mo-team-CV-container{
        display: block;
        max-width: none;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
    #mo-team-CV-container div{
        margin: auto;
    }
    .mc-field-group{
        max-width: none;
    }
    input.mo-formSubmit{
        width: 250px;
    }
    .mo-footer-address{
        margin-top: 20px;
    }
}
@media screen and (max-width:320px){
    .mo-logo{
        max-width: 200px;
        margin-top: 8px;
    }
}
/* / Responsive */