/*-------------
 	General
-------------*/

.animated #static,
.static #animated {
    display: none;
}

.animated #animated,
.static #static {
    display: inline;
}


#img_wrap #static,
#img_wrap:hover #animated {
    display: inline;
}

#img_wrap #animated,
#img_wrap:hover #static {
    display: none;
}

#img_wrap2 #animated,
#img_wrap2:hover #static {
    display: none;
}

#img_wrap2 #static,
#img_wrap2:hover #animated {
    display: inline;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    font: normal 16px sans-serif;
    color: #555;
    background-image: linear-gradient(180deg, #282A2C, #1C1C1E, #0F0F10);
    max-width: 100%;
    min-height: 100%;


}

.cgi {
    position: relative;

}

.figcaption {
    position: absolute;

    margin: 0 !important;
    padding: 0 !important;
}



body {
    max-width: 100%;
    height: 100%;
}

ul,
nav {
    list-style: none;
}


.overlay {
    position: absolute;
    z-index: -2;
}

.our-work,
.skills {
    z-index: 1;

}


.reel {
    width: 65%;
    text-align: center;
    align-items: center;
    justify-content: center;

    align-content: center;
    margin-bottom: 15%;
    padding-top: 18%;
}


}

.reel {}


/*-------------
 	responsive mobile
-------------*/







@media (max-width: 900px) {

    .reel {
        width: 80%;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
        align-content: center;
        padding-bottom: 15%;
        padding-top: 30%;
    }

    .right {
        padding-left: 45% !important;
    }

    .left {
        padding-right: 45% !important;
    }

    .ar {
        padding-top: -2% !important;
    }

    .branding {
        padding-top: 15% !important;
    }


    .skills {
        margin-top: -20% !important;
    }

    section {
        width: 100%;
        text-align: center;
    }

    .contact {
        padding-top: 20%;
    }

    .our-work {
        padding: 10px 10px;
        margin-top: 10%;

    }

    .pager {
        margin-bottom: 0%;
        position: relative;
        display: flex;
        padding-left: -25%;

    }


    header {
        flex-direction: column;
    }

    header h2 {
        margin-bottom: 15px;
    }

    .logo {
        max-width: 40% !important;
    }

    .our-work .grid li.small,
    .our-work .grid li.large {
        flex-basis: 100%;
    }

    .features img {
        flex-basis: 100%;
        max-width: 90%;
        text-align: center;
        position: relative;
        margin-left: 20%;

    }

    footer {
        padding: 8px 2px !important;
    }


    section img {
        flex-basis: 100%;
        max-width: 280px;
        min-width: 230px;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;

    }

}

@media (min-width: 3200px) {}


@media (min-width: 901px) {
    .logo {
        text-align: center;
        justify-content: center;
        position: relative;
        width: 15%;
        display: flex;
    }


    .contact {
        flex-basis: 100%;
        width: 63%;
        text-align: center;
        position: relative;
        box-sizing: border-box;

    }

    .features img {
        flex-basis: 100%;
        width: 90%;
        text-align: center;
        position: relative;
        margin-left: 30%;


    }

    .pager img {
        position: relative;
        margin-left: 100%;
    }
}

.pager {
    margin-bottom: 30%;
    position: relative;
    display: flex;
    padding-right: -250%;

}

.contact img {
    width: 400px;
    padding-right: -25%;
}




.left {
    padding-right: 50%;
    box-sizing: border-box;

}

.right {
    padding-left: 50%;
    box-sizing: border-box;

}






.skills img {
    flex-basis: 100%;
    position: relative;
    margin: 0%;
    max-width: 100%;
    box-sizing: border-box;

}


footer,
.footer {
    flex-direction: row;
    padding-top: 22%;
    padding-bottom: 2%;
    box-sizing: border-box;
    text-align: center;

    justify-content: space-between;
    width: 100vW !important;

}




.footer img {
    text-align: center;

    width: 50%;
    padding: 0px !Important;
    margin: 0px !Important;

}

#foooter-right {}










.ar {
    margin-top: 8%;
}

.cbp-item img {
    max-height: 300px;
    /* your desire value */
}


a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;

}



a.btn {
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #2196F3;
    font-weight: 800;
    text-align: center;
}

hr {
    width: 150px;
    height: 2px;
    background-color: #2196F3;
    border: 0;
    margin-bottom: 80px;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -14%;
}





section h3.title {
    color: #414a4f;
    text-transform: capitalize;
    font: bold 32px 'Open Sans', sans-serif;
    margin-bottom: 35px;
    text-align: center;
}

section p {
    max-width: 800px;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 20px;
    line-height: 2;
}

ul.grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*-------------
 	Header
-------------*/

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px 100px 0;
}

header h2 {
    font-family: 'Quicksand', sans-serif;
}

header nav {
    display: flex;
}

header nav li {
    margin: 0 15px;
}

header nav li:first-child {
    margin-left: 0;
}

header nav li:last-child {
    margin-right: 0;
}



@media (max-width: 1000px) {
    header {
        padding: 10px 30px;
    }
}





/*----------------
 	Hero Section
----------------*/

.hero {
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color: #fff;
    text-align: center;
}

.hero .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #313033;
    z-index: -1;
}

.hero .background-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #313033;
    opacity: 0.75;
}

.hero h1 {
    font: bold 60px 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.hero h3 {
    font: normal 28px 'Open Sans', sans-serif;
    margin-bottom: 40px;
}

.hero a.btn {
    padding: 20px 46px;
}






/*--------------------
 	Our Work Section
---------------------*/

.оur-work {
    background-color: #313033;
    text-align: center;

}

.our-work .grid li {
    padding: 20px;
    height: 350px;
    border-radius: 3px;

    background-clip: content-box;
    background-size: cover;
    background-position: center;
    background-color: #313033;
}

.our-work .grid li.small {
    flex-basis: 40%;
}

.our-work .grid li.large {
    flex-basis: 60%;
}






/*----------------------
 	Features Section
----------------------*/

.features {}

.features .grid li {
    padding: 0 30px;
    flex-basis: 33%;
    text-align: center;
}

.features .grid li i {
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4 {
    color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid li p {
    margin: 0;
}

.features img {
    max-width: 70%;
    min-width: 50%;
}




@media (max-width: 600px) {

    .features .grid li {
        flex-basis: 100%;
    }

}






/*---------------------
 	Contact Section
---------------------*/

.contact {}

.contact form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    max-width: 800px;
    width: 80%;
}

.contact form input {
    padding: 15px;
    flex: 1;
    margin-right: 30px;
    font-size: 18px;
    color: #555;
}

.contact form .btn {
    padding: 18px 42px;
}


@media (max-width: 800px) {

    .contact form input {
        flex-basis: 100%;
        margin: 0 0 20px 0;
    }

}




/*-------------
 	Footer
-------------*/

footer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 10px 0;
}

footer ul {
    display: flex;
    margin-bottom: 25px;
    font-size: 32px;
}

footer ul li {
    margin: 0 8px;
}

footer ul li:first-child {
    margin-left: 0;
}

footer ul li:last-child {
    margin-right: 0;
}

footer p {
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

footer p a {
    color: #fff;
}

@media (max-width: 700px) {}


/* -- Demo ads -- */

@media (max-width: 1200px) {
    #bsaHolder {
        display: none;
    }
}
