body{
    
    font-family: 'Montserrat', sans-serif;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
}

.marvelinks-wrapper{
    max-width: 960px;
}


header{
    position: sticky;
    top: 0;
    background: #fff;
    height: 80px;
    z-index: 10;
}

header .collapse-button{
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}


header nav{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    padding: 10px 70px 10px 10px;
    position: absolute;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: 80px;
    background: #fff;
    left:0;
    display: none;
    z-index: 2;
}

header nav span{
    display: none   ;
}

header nav a,header nav a:hover,header nav a:active{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.750rem;
    padding: 5px 10px;
    
    display: block;
}

header a.main-logo{
    display: inline-block;
    height: 40px;
    margin-top: 20px;
    position: absolute;
    z-index: 10;
    text-decoration: none;
}

header a.main-logo img:first-child{
    display: inline-block;
    height: 100%;
    margin-left: 0px;
    width: 50px;
}

header a.main-logo img{
    width: 150px;
    display: inline-block;
    margin-left: 10px;
    
}



.banner{
    height: 300px;
}

.banner1{
    background: url("/assets/Home/images/banner1.png") center no-repeat #000;
    width: 100%;
    height: 300px;   
    background-size: cover;
}


section h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.750rem;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 70px 0  ;
    font-weight: 400;
}

section h2:before{
    content: "-";
    color: #e67e22;
    font-weight: 100;
    padding-right: 10px;
}
section h2:after{
    content: "-";
    color: #e67e22;
    font-weight: 100;
    padding-left: 10px;
}

section p{
    color: #737373;
}


section.about-marvelinks{
    background: #f2f2f2;
    padding: 50px 0 70px 0;
}

section.about-marvelinks .hero-img img{
    display: block;
    width: 100%;
}

.three-pillars{
    margin-top: 60px;
}
.three-pillars h5{
    font-size: 1.250rem;
    font-weight: 700;
    margin-bottom: 20px;

}

.three-pillars p{
    font-size: 0.875rem

}
section.about-marvelinks p.intro-text{
    text-align: center;
    margin-bottom: 40px;
}



section.our-work{
    padding: 50px 0 0px 0;
}

section.our-work p.intro-text{
    text-align: center;
     margin-bottom: 40px;
}

section.the-team{
    padding: 50px 0 70px 0;
}

section.the-team .team-item{
    margin-top: 40px;
}

section.the-team h5{
    font-weight: 700;
    text-align: center;
}
section.the-team p.intro-text{
    text-align: center;
    margin-bottom: 40px;
}
section.the-team img{
    border: 5px solid #f2f2f2;
    display: block;
    width: 100%;
}

.work-item:first-child{
    background: black;

}
.work-item{
    width: 25%;
    /*aspect-ratio: 1 / 1;  
    max-height: 100%;*/
    padding-top: 15%;
    background: green;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}

.work-item img{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top:0;
    left: 0;
}

.work-item .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0);
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.1);
    
    -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
     -o-transition: all 300ms linear;
        transition: all 300ms linear;

}

.work-item:hover .mask{
    transform: scale(1);
}

.work-item:hover img{
    transform: scale(1.1);   
    -webkit-transition: all 150ms linear;
   -moz-transition: all 150ms linear;
     -o-transition: all 150ms linear;
        transition: all 150ms linear;
}





.services{
    padding: 50px 0 70px 0;

}

.col-sm-6:nth-child(even) .services-item{
    text-align: left;
    background-image:url('../images/fold1.png');
    background-repeat:no-repeat;
    background-position:top right;
}
.services-item{

    position: relative; 
    margin: 0 auto 40px auto;
    padding:20px;
    background-color:#f2f2f2;
    background-image:url('../images/fold.png');
    background-repeat:no-repeat;
    background-position:top left;
    overflow:hidden;
    text-align:right;
    z-index:2;
    -webkit-transition: background-image .35s ease-in-out;
    -moz-transition: background-image .35s ease-in-out;
    -ms-transition: background-image .35s ease-in-out;
    -o-transition: background-image .35s ease-in-out;
    transition: background-image .35s ease-in-out;

}

.services-item h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.250rem;
}

.services-item p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #404040;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 0.875rem;
}

section.services p.intro-text{
    text-align: center;
    margin-bottom: 40px;
}







.contact{
    padding: 50px 0 70px 0;
    background: url("/assets/Home/images/banner2.png");
    position: relative;
}

.contact .overlay{
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact .marvelinks-wrapper{
    background: rgba(0,0,0,0.4);
    position: relative;
    z-index: 3;
    padding: 40px;
}

.contact .form-group{
    margin-top: 20px ;
}

.contact .form-group label.error{
    color: red;
    font-size: 12px;
    padding-top: 5px;
}

.contact .form-group label{
    display: block;
    color: #fff;

}

.contact .form-group input,.contact .form-group textarea{
    display: block;
    width: 100%;
    margin: 10px 0 0px 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    outline: none;
    color: #fff;
    resize: none;
}

.contact input[type=submit]{
    background: rgba(0,0,0,.4);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.813rem;
    text-align: center;
    width: 100%;
    line-height: 40px;
    margin-top: 40px;
    display: block;
}
.contact input[type=submit][disabled]{
    display: none;
}
.contact .ajaxloading{
    text-align: center;
    display: none;
}
.contact .ajaxloading img{
    width: 40px; margin: 0 auto; display: block
}
.contact .ajaxsuccess {
    background: #f5f5f5;
    color:#000;
    font: 20px/60px 'Open Sans', sans-serif;
    height:60px;
    display: none;
    padding-left:10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}



footer{
    padding: 40px 0;
    background: #fff;
    text-align: center;
    font-size: 12px;
}

footer a{
    color: #8C52FF;
    display: inline-block;
    width: 30px;
    font-size: 20px;
    text-align: center;

}




@media only screen and (min-width: 768px) {
    header nav{
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 10px;
        padding-right: 100px;
        position: relative;
        display: block;
        text-align: right;
        width: 100%;
        margin-top: 0px;
        padding-top: 30px;
    }

    header nav a,header nav a:hover,header nav a:active{
        font-family: 'Montserrat', sans-serif;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 0.750rem;
        padding: 0 10px;
        font-size: 12px;
        display: inline-block;
    }

    .collapse-button{
        display: none !important;
    }

    section h2{
        font-family: 'Open Sans', sans-serif;
        font-size: 2.375rem;
    }

    section.the-team .team-item{
        margin-top: 40px;
    }

    .banner{
        
        height: 650px;
    }
    .banner1{
        background: url("/assets/Home/images/banner1.png") top center no-repeat #000;
        
        height: 650px;   
        background-size: cover;
    }
}


.owl-carousel img{
    margin: 0 auto;
    
}