/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
    font-family: 'Raleway';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    background-color: #fff600;
    color: #000;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-dark {
    background-color: rgba(0, 0, 0, .7);
}

.navbar-brand img.logo {
    width: 10rem;
}

.nav-item .nav-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .85em;
}

.nav-item .nav-link a {
    color: rgba(255, 255, 255, 1);
}

.nav-item .nav-link a:hover {
    color: #fff600;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    transition: color .8s;
}

@media only screen and (min-width:992px) {
    .nav-item span {
        padding: 0 5px 0 15px;
        color: #7b7b7b;
    }
}

@media only screen and (max-width:991px) {
    .nav-item span {
        display: none;
    }
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff600;
    transition: color .8s;
}

.navbar-collapse {
    text-align: right;
}

body,
html {
    height: 100%;
}

.container {
    overflow: hidden;
}

#block-anime {
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-image: none;
    width: 100%;
    /* height: 100%; */
    position: relative;
    /* padding-top: 93px; */
}

#block-anime .overlay {
    background: rgba(0, 0, 0, .3);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-hover {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff600;
}

.video-hover h2,
.video-hover h3,
.video-hover h4 {
    line-height: 120%;
}

.video-hover h4 {
    font-size: 1.75em;
}

.video-hover h2 {
    font-size: 4em;
    font-weight: bold;
    line-height: 100%;
}

.video-hover h3 {
    font-size: 3em;
    font-weight: bold;
}

.video-hover .btn {
    color: #fff;
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 10px 15px;
}

.video-hover .btn:hover {
    background: #fff;
    color: #000;
}

.welcome {
    /*margin-top: 55vw;*/
}

.welcome-digi {
    margin-top: 0;
}

.welcome h5 strong {
    /*color: #fff600;*/
    color: #000;
}

strong {
    /*color: #fff600;*/
    color: #000;
}

.welcome h5 {
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}

header {
    position: absolute;
}

section .container {
    /* padding-top: 80px; */
    /*padding-bottom: 50px;*/
}

section .container-search {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    color: #fff;
}

section .container-search a {
    color: #fff;
    border: 1px solid #fff;
}

section .container-search a:hover {
    background-color: #fff;
    color: rgb(80, 80, 80);
    border: 1px solid #fff;
}

section .container-search li {
    margin: 2px 10px;
    min-width: 100px;
    text-align: center;
}

.vl {
    border-left: 1px solid;
    height: 300px;
}

p {
    line-height: 24px;
    font-size: 16px;
}

section.grey {
    color: #000;
    background-color: #dedede;
}

section h4.section-header {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Paytone One';
    font-size: 2.5rem;
}

h4.section-header::after {
    content: "";
    width: 60px;
    position: absolute;
    border-top: 2px solid #282828;
    left: 50%;
    margin-left: -30px;
    bottom: -.5em;
}

.lightcolor h4.section-header::after {
    border-top: 2px solid #fff;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.overflow-hidden {
    overflow: hidden !important;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: .5em;
    text-align: center;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    height: 100%
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: left;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    /* border: 1px solid #fff; */
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.hovereffect h3,
.hovereffect h4,
.hovereffect h5,
.hovereffect a,
.hovereffect p,
.hovereffect hr {
    color: #FFF;
    opacity: 1;
    text-decoration: none;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    /* -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); */
    font-weight: bold;
}

.hovereffect h3:hover,
.hovereffect h4:hover,
.hovereffect h5:hover,
.hovereffect a:hover,
.hovereffect p:hover {
    text-decoration: none;
    color: #fff600;
}

.hovereffect:hover img {
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.newcontainer {
    margin-top: 7%;
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a,
.hovereffect:hover h3,
.hovereffect:hover h4,
.hovereffect:hover h5,
.hovereffect:hover p,
.hovereffect:hover hr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#team .hovereffect:hover .overlay:hover {
    background-color: rgba(0, 0, 0, .8);
}

#team .overlay {
    display: flex;
    align-items: center;
}

#team .overlay>div {
    width: 100%;
    text-align: center;
}

#team .overlay {
    text-transform: uppercase;
}

#team .overlay hr {
    margin: 0 35%;
}

#team .hovereffect:hover p {
    margin-bottom: 5px;
}

#team .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #333 0%, #555 60%);
    background: linear-gradient(45deg, #333 0%, #555 60%);
}

#team .hovereffect:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sec-team {
    margin-top: -100px;
}

.team-img {
    min-width: -webkit-fill-available;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding: 10px;
}

.parallax {
    background-image: url("img_parallax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lightcolor {
    color: #fff;
}

@media only screen and (max-device-width: 1200px) {
    .parallax {
        background-attachment: scroll;
    }
}

.client-logo {
    text-align: center;
}

.clients img:hover {
    opacity: .8;
    transition: 1s opacity;
}

.clients img {
    opacity: 1;
    transition: 1s opacity;
}

.nav-tabs {
    display: none;
    margin: 0px auto;
    border: 0;
}

@media only screen and (min-width: 768px) {
    .nav-tabs {
        display: table;
    }
}

.nav-bootstrap {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-bootstrap:before,
.nav-bootstrap:after {
    content: " ";
    display: table;
}

@media only screen and (min-width: 992px) {
    .capabilities .nav-tabs li {
        margin: 0 7px;
    }
}

@media only screen and (min-width: 768px) {
    .capabilities .nav-tabs li {
        margin: 0 2px;
    }
}

.nav-tabs li {
    text-align: center;
    margin: 0 7px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-bootstrap>li {
    position: relative;
    display: block;
}

@media only screen and (min-width: 768px) {
    .capabilities .nav-tabs li a {
        padding: 4px;
    }
}

@media only screen and (min-width: 992px) {
    .capabilities .nav-tabs li a {
        padding: 10px;
    }
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #eaedf2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs .active a {
    background: #fff600 !important;
    border: 0 !important;
    color: white !important;
}

.nav-tabs li a {
    color: #4f4f4f;
    border: none;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.65em;
    background: none;
    display: block;
    line-height: 1.2em;
    font-weight: 600;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 0 solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-bootstrap>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs .active a .black {
    display: none;
}

.nav-tabs li a span {
    display: block;
    padding: 16px 0 6px 0;
}

.nav-tabs li a span img {
    height: 40px;
}

.nav-tabs li .white {
    display: none;
}

.wow-container {
    margin-top: 50px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    border-bottom: 1px solid;
}

.tab-content {
    border: 1px solid #0098da;
    padding: 5% 10%;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 80px;
}

.nav-bootstrap:after {
    clear: both;
}

a.active .black {
    display: none
}

a.active .white {
    display: block;
}

@media only screen and (min-width: 992px) {
    .tiny {
        width: 75%;
    }
}

.box-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 20px;
    text-align: center;
    transition: .8s background-color;
    min-height: 280px;
}

hr {
    background-color: #fff;
    padding: 0 0;
}

h3 {
    font-weight: bold;
}

.box-container:hover hr {
    background-color: #000;
}

.box-container:hover {
    background-color: #fff600;
    transition: .8s background-color, color;
    color: #000;
}

.box-container:hover img {
    -webkit-filter: invert(0%);
    filter: 0%;
}

.box-container img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

footer {
    background: #323232;
    color: #fff;
}

footer .container {
    padding-top: 80px;
    padding-bottom: 50px;
}

.foot-pad {
    margin: 0 25px;
}

h3.triad-foot {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

p.triad-foot {
    font-weight: normal;
    font-size: .85em;
    margin-top: 0;
    color: #7e7e7e;
    text-align: left;
    line-height: 20px;
}

footer input.text {
    background: transparent;
    color: #e3e2e3;
    width: 90%;
    margin-top: 2px;
    border: 1px solid #7e7e7e;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 200;
    border-radius: 2px;
}

footer p {
    text-align: left;
}

form.form p.submit {
    margin-left: 5px;
}

form.form p.submit {
    margin: 1em .5em .2em 160px;
    padding: 0;
}

footer .submit input {
    padding: .25em .5em;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #7e7e7e;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    background: transparent;
    font-family: inherit;
    font-weight: 200;
    font-size: 16px;
}

form.form p.submit input {
    margin: 0 10px 0 0;
    padding: 2px 12px;
}

.footer .triad-locator {
    float: left;
    width: 25px;
    height: 100px;
    margin: 0 10px;
}

footer a:link,
footer a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.footer .triad-locator img {
    opacity: .6;
    width: 100%;
}

.footer .triad-locator-detail {
    float: none;
    text-align: left;
}

h3.triad-foot {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.footer img {
    opacity: .6;
    width: 32px;
}

.foot-icon {
    padding-right: 15%;
}

.quad-socialicons li {
    list-style: none;
}

ul.quad-socialicons {
    padding-left: 0;
}

ul.quad-socialicons>li {
    float: left;
    width: 25%;
    margin-top: .5em;
}

.quad-socialicons {
    width: 210px;
}

.footer .social .social-icons {
    text-align: center;
    padding: 2%;
    text-decoration: none;
}

.footer .social .social-icons img {
    width: 40px;
    margin: 10px 3px 5px 3px;
    opacity: .6;
}

@media only screen and (min-width: 768px) {
    .footer .social .social-icons img {
        width: 35px;
        margin: 0 5px 5px 5px;
    }
}

.copy {
    background: #1e1e1e;
    color: #707070;
    padding: 0 0;
}

.copy .container {
    padding: 5px 0;
}

.copy p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.vp-controls-wrapper {
    display: none;
}

.video-hover {
    z-index: 2;
}

.capabilities-showcase .card-header {
    background-color: #fff600;
    color: #fff;
    padding: .5em 1.5em;
    vertical-align: middle;
    padding-top: 35px;
}

.capabilities-showcase .card-body {
    float: left;
}

.capabilities-showcase .card-header img {
    width: 32px;
    height: auto;
}

.capabilities-showcase h4 {
    color: #fff600;
}

.spatial-write h4 {
    color: #fff600;
}

.spatial-card .card-title {
    color: #fff600;
}

.spatial-cardss h2 {
    text-align: center;
    margin-top: 0px;
    font-weight: 700;
}

.spatial-contact {
    background-image: url(https://web.archive.org/web/20180909060043im_/https://oc14radtnc9v2xs3647cuebs-wpengine.netdna-ssl.com/wp-content/themes/ea2014/library/images/services/contact-bar.jpg);
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.spatial-contact .content-block {
    color: #fff;
    height: 100%;
    width: 67%;
    position: absolute;
    top: 0;
    left: 33%;
    background-color: rgba(0, 0, 0, .5);
    padding-left: 5%;
    padding-top: 37px;
}

.spatical-service li {
    background: #414141;
    color: #fff;
    width: 24%;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 3px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}

.spatical-service li.double {
    line-height: 20px;
    padding: 10px 0;
}

.spatical-service li.active {
    background: #009de0;
}

.spatical-service li.active:hover {
    background: #1eafec;
}

.spatical-service li:hover {
    background: #585858;
    cursor: pointer;
}

.spatical-service h3 {
    color: #009de0;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}

.btn {
    color: #fff600;
    border: #0098da 1px solid;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    transition: background-color .5s;
}

.btn:hover,
.btn:active {
    background-color: #fff600;
    color: #fff;
    font-weight: bold;
    transition: background-color .5s;
}

#toTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    cursor: pointer;
}

.hover-option8.portfolio-grid .grid-item figure:hover img {
    opacity: 1;
    /* filter: blur(4px);
     -webkit-filter: blur(4px);
     -moz-filter: blur(4px);
     -ms-filter: blur(4px);
     -o-filter: blur(4px); */
}

.portfolio-grid .grid-item figure:hover img {
    opacity: 0.15;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.no-transition *,
.swiper-container *,
.mfp-container *,
.skillbar-bar-main *,
.portfolio-grid *,
.parallax,
.rev-slider *,
.header-searchbar *,
.header-social-icon * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    -ms-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

.portfolio-grid .grid-item figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 1;
    text-align: center;
}

.no-transition *,
.swiper-container *,
.mfp-container *,
.skillbar-bar-main *,
.portfolio-grid *,
.parallax,
.rev-slider *,
.header-searchbar *,
.header-social-icon * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    -ms-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}


/* ===================================
     Magnific popup
 ====================================== */

.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    background: #000;
    opacity: 0.93;
}

.mfp-bg,
.mfp-wrap {
    z-index: 10007
}

#popup-form {
    cursor: default;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    background: transparent
}

.mfp-iframe-scaler iframe {
    box-shadow: none;
}

.mfp-close,
.mfp-close:active {
    opacity: 1;
    background-color: transparent;
    color: #fff;
    right: 30px;
    top: 30px;
}

.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active {
    right: 0;
    top: 0;
}

.lightbox-gallery a {
    position: relative;
    display: block
}

.lightbox-gallery .gallary-over-layer {
    position: absolute;
    top: 0;
    left: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    display: none
}

.mfp-arrow-right:before {
    border-left: none;
    content: "\e628";
    font-size: 2em;
    font-family: 'themify';
    color: #fff;
}

.mfp-arrow-left:before {
    border-right: none;
    content: "\e629";
    font-size: 2em;
    font-family: 'themify';
    color: #fff;
}

.mfp-bottom-bar {
    margin-top: -24px;
    font-size: 12px
}

.mfp-close {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* fade move animation for second dialog */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


/* simple fade transition */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.97;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* grid */

.show-grid [class^="col-"] {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}


/* ===================================
     Portfolio
 ====================================== */


/* gutter type */

.portfolio-grid.gutter-very-small li,
.blog-grid.gutter-very-small li {
    padding: 3px 3px
}

.portfolio-grid.gutter-small li,
.blog-grid.gutter-small li {
    padding: 5px 5px
}

.portfolio-grid.gutter-medium li,
.blog-grid.gutter-medium li {
    padding: 7px 7px
}

.portfolio-grid.gutter-large li,
.blog-grid.gutter-large li {
    padding: 10px 10px;
}

.portfolio-grid.gutter-extra-large li,
.blog-grid.gutter-extra-large li {
    padding: 20px;
}

.portfolio-grid.gutter-extra-large,
.blog-grid.gutter-extra-large {
    margin: 0 -20px;
}

.blog-grid.gutter-large {
    margin-left: 10px;
    margin-right: 10px;
}

.portfolio-grid.gutter-large {
    margin: 0 10px;
}

.portfolio-grid.gutter-very-small,
.blog-grid.gutter-very-small {
    margin: 0 3px
}

.portfolio-grid.gutter-small,
.blog-grid.gutter-small {
    margin: 0 5px
}

.portfolio-grid.gutter-medium,
.blog-grid.gutter-medium {
    margin: 0 7px
}


/* portfolio 6 column */

.portfolio-grid.work-6col li,
.blog-grid.blog-6col li {
    width: 16.67%
}

.portfolio-grid.work-6col li.grid-item-double,
.blog-grid.blog-6col li.grid-item-double {
    width: 33.33%;
}


/* portfolio 5 column */

.portfolio-grid.work-5col li,
.blog-grid.blog-5col li {
    width: 20%
}

.portfolio-grid.work-5col li.grid-item-double,
.blog-grid.blog-5col li.grid-item-double {
    width: 40%;
}


/* portfolio 4 column */

.portfolio-grid.work-4col li,
.blog-grid.blog-4col li {
    width: 25%
}

.portfolio-grid.work-4col li.grid-item-double,
.blog-grid.blog-4col li.grid-item-double {
    width: 50%;
}


/* portfolio 3 column */

.portfolio-grid.work-3col li,
.blog-grid.blog-3col li {
    width: 33.33%;
    float: left
}

.portfolio-grid.work-3col li.grid-item-double,
.blog-grid.blog-3col li.grid-item-double {
    width: 66.67%;
}


/* portfolio 2 column */

.portfolio-grid.work-2col li,
.blog-grid.blog-2col li {
    width: 50%
}

.portfolio-grid.work-2col li.grid-item-double,
.blog-grid.blog-2col li.grid-item-double {
    width: 100%
}


/* portfolio 1 column */

.portfolio-grid.work-1col li {
    width: 100%
}


/* portfolio grid */

.portfolio-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-grid .grid-item figure {
    margin: 0;
    position: relative;
    overflow: hidden
}

.portfolio-grid .grid-item figure img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.portfolio-grid .grid-item {
    opacity: 1;
    overflow: hidden;
}

.portfolio-grid .grid-item figure img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 1;
    text-align: center
}

.portfolio-grid .grid-item figure:hover .portfolio-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure .portfolio-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure:hover img {
    opacity: 0.15;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure:hover figcaption {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.container .hover-option4 .grid-item figcaption {
    padding: 30px;
}


/* blog grid */

.blog-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-grid .grid-item a {
    position: relative;
    z-index: 11;
}

.blog-grid .grid-item a img {
    width: 100%;
}


/* justified gallery */

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
    padding: 7px 15px;
    opacity: 0;
    display: initial !important;
    bottom: -20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase
}

.caption.caption-visible {
    opacity: 1;
    bottom: 0 !important
}


/* portfolio hover style */

.grid-item .portfolio-hover-box {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 18;
}


/* hover option 1 */

.hover-option1 .grid-item figcaption {
    height: 100%
}

.hover-option1 .grid-item .portfolio-hover-main {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}


/* hover option 2 */

.hover-option2 .grid-item figcaption {
    height: 100%
}

.hover-option2 .grid-item .portfolio-hover-main {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.hover-option2 .grid-item .portfolio-hover-content {
    bottom: -15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.hover-option2 .grid-item:hover .portfolio-hover-content {
    bottom: 0;
}

.hover-option2 .separator-line-horrizontal-medium-light2 {
    opacity: .5
}

.hover-option2 .grid-item figure:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.10;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.container .hover-option2 .grid-item figcaption {
    padding: 30px;
}


/* hover option 3 */

.hover-option3 .grid-item .slide-hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hover-option3 .grid-item .opacity-medium {
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {
    opacity: 0.50;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.hover-option3 .grid-item figure {
    bottom: 130px;
    z-index: 5;
    width: 100%;
    overflow: visible
}

.hover-option3 .grid-item figure h6 {
    position: relative;
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.hover-option3 .grid-item .slide-hover-box:hover h6 {
    bottom: 0
}

.hover-option3 .grid-item figure p {
    bottom: -40px;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.hover-option3 .grid-item .slide-hover-box:hover p {
    opacity: .6;
    bottom: 0;
}

.hover-option3 .grid-item figure figcaption {
    left: 0;
    right: 0;
    opacity: 1;
    padding: 0 60px;
    height: auto;
    text-align: left
}

.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 20%;
}

.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {
    width: 60%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}


/* hover option 4 */

.hover-option4 .grid-item figcaption {
    height: 100%
}

.hover-option4 .grid-item .portfolio-hover-main {
    transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.hover-option4 .grid-item figure:hover img {
    opacity: 0.08;
    transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
}

.hover-option4 .grid-item .portfolio-hover-content {
    bottom: -15px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.hover-option4 .grid-item:hover .portfolio-hover-content {
    bottom: 0;
}

.hover-option4 .swiper-slide.grid-item figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0
}

.hover-option4 .swiper-slide.grid-item:hover figcaption {
    opacity: 1
}


/* hover option 5 */

.hover-option5 .grid-item figcaption {
    height: 100%;
    padding: 20px
}

.hover-option5 .grid-item .portfolio-hover-main {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.hover-option5 .grid-item .portfolio-hover-box {
    padding: 20px;
}

.hover-option5 .grid-item:hover .portfolio-hover-box {
    background: rgba(0, 0, 0, .8)
}

.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    top: 5px;
    width: 100px
}

.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}

.hover-option5 .grid-item figure:hover img {
    opacity: .8
}

.container .hover-option5 .grid-item .portfolio-hover-box {
    padding: 10px;
}


/* hover option 6 */

.hover-option6 .grid-item figcaption {
    height: 100%;
    position: relative;
    opacity: 1;
    padding: 35px 10px;
    background: #fff
}

.hover-option6 .grid-item .portfolio-hover-main {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.hover-option6 .grid-item .portfolio-icon {
    transition: all 0.3s ease 0s;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    opacity: 0
}

.hover-option6 .grid-item figure:hover .portfolio-icon {
    opacity: 1;
    top: 50%;
}

.hover-option6 .grid-item .portfolio-icon a {
    border-radius: 50%;
    border: 2px solid transparent;
    background: #fff;
    margin: 0 7px;
    height: 46px;
    width: 46px;
    display: inline-block;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.hover-option6 .grid-item .portfolio-icon i.fa-link {
    font-size: 20px;
    position: relative;
    top: 11px
}

.hover-option6 .grid-item .portfolio-icon i.fa-search {
    font-size: 16px;
    position: relative;
    top: 10px
}

.hover-option6 .grid-item .portfolio-icon a:hover,
.hover-option6 .grid-item .portfolio-icon a:hover i {
    background: transparent;
    color: #fff;
}

.hover-option6 .grid-item .portfolio-icon a:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.hover-option6 .grid-item figure:hover img {
    cursor: default;
    opacity: .15;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.hover-option6 .grid-item figure:hover figcaption {
    cursor: default;
}

.hover-option6 .grid-item figure:hover .portfolio-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.container .hover-option6 .grid-item figcaption {
    padding: 25px 10px;
}


/* hover option 7 */

.hover-option7 .grid-item figcaption {
    height: auto;
    position: absolute;
    opacity: 0;
    padding: 32px;
    bottom: -101px
}

.hover-option7 .grid-item figure:hover figcaption {
    bottom: 0
}

.hover-option7 .grid-item .portfolio-hover-main {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.hover-option7 .grid-item figure img {
    top: 0;
    position: relative
}

.hover-option7 .grid-item figure:hover img {
    cursor: pointer;
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    top: -101px
}

.hover-option7 .grid-item figure:hover figcaption {
    cursor: pointer;
}

.hover-option7 .grid-item figure:hover .portfolio-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: transparent
}

.container .hover-option7 .grid-item figcaption {
    padding: 20px;
}

.container .hover-option7 .grid-item figure:hover img {
    top: -81px;
}


/* hover option 8 */

.hover-option8 .grid-item figure figcaption {
    opacity: 0;
    padding: 0;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.hover-option8 .grid-item figure:hover figcaption {
    opacity: 1;
    cursor: pointer
}

.hover-option8 .grid-item .portfolio-hover-main {
    display: table;
    height: 100%;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: 100%;
}

.hover-option8 .grid-item .portfolio-icon {
    position: absolute;
    right: 55px;
    top: 51px;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
}

.hover-option8 .grid-item figure:hover figcaption {
    padding: 25px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {
    background: #fff
}

.container .hover-option8 .grid-item figure:hover figcaption {
    padding: 20px;
}

.container .hover-option8 .grid-item .portfolio-icon {
    top: 30px;
    right: 35px;
}


/* hover option 10 */

.hover-option10 .grid-item * {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.hover-option10 .grid-item figure .portfolio-img img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}

.hover-option10 .grid-item figure:hover .portfolio-img img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: .15
}

.hover-option10 .grid-item figure figcaption {
    padding: 0;
}

.hover-option10 .grid-item figure .portfolio-hover-main {
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px
}

.hover-option10 .grid-item figure .portfolio-icon {
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hover-option10 .grid-item figure .portfolio-hover-content {
    position: relative;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-option10 .grid-item figure:hover .portfolio-icon,
.hover-option10 .grid-item figure:hover .portfolio-hover-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.hover-option10 .grid-item .portfolio-icon a {
    margin: 0 7px;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    color: #fff
}

.hover-option10 .grid-item .portfolio-icon a:hover {
    color: #232323;
    background: #fff;
    border-radius: 5px;
}

.hover-option10 .grid-item .portfolio-icon a:hover i {
    color: #232323;
    ;
}

.hover-option10 .grid-item .portfolio-icon i.fa-link {
    font-size: 22px;
    position: relative;
    top: 14px
}

.hover-option10 .grid-item .portfolio-icon i.fa-search {
    font-size: 20px;
    position: relative;
    top: 13px
}

.container .hover-option10 .grid-item .portfolio-icon i.fa-link {
    font-size: 16px;
    position: relative;
    top: 10px
}

.container .hover-option10 .grid-item .portfolio-icon i.fa-search {
    font-size: 14px;
    position: relative;
    top: 8px
}

.container .hover-option10 .grid-item .portfolio-icon a {
    width: 45px;
    height: 45px;
}

.container .hover-option10 .grid-item figure .portfolio-hover-main {
    padding: 30px;
}


/* hover option 11 */

.hover-option11 .grid-item figcaption {
    height: 100%
}

.hover-option11 .grid-item .portfolio-hover-main {
    transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.hover-option11 .grid-item figure:hover img {
    opacity: 0.05;
    transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
}

.hover-option11 .grid-item .portfolio-hover-content {
    bottom: -15px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.hover-option11 .grid-item:hover .portfolio-hover-content {
    bottom: 0;
}

.hover-option11 .swiper-slide.grid-item figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0
}

.hover-option11 .swiper-slide.grid-item:hover figcaption {
    opacity: 1
}

.hover-option11 .grid-item .portfolio-item-title {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.hover-option11 .grid-item>a:hover .portfolio-item-title {
    color: #fff;
}

.hover-option11 .grid-item .portfolio-img {
    margin-bottom: 33px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.hover-option11 .grid-item .portfolio-img img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

.hover-option11 .grid-item:hover .portfolio-img img {
    opacity: .6;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.hover-option11 .grid-item>a {
    display: block;
    position: relative;
}

.hover-option11 .grid-item>a:hover .portfolio-img {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}


/* portfolio filter tab style 1 */


/*
 .portfolio-filter-tab-1 li {
     margin: 0 25px;
     display: inline-block;
     float: none
 }
 
 .portfolio-filter-tab-1 li a {
     background: transparent;
     border: none;
     padding: 0 0 2px 0;
     display: inline;
     color: #6f6f6f;
     margin: 0;
 }
 
 .portfolio-filter-tab-1 li a:hover,
 .portfolio-filter-tab-1 li a:focus {
     background: transparent;
     border-bottom: 1px solid #232323;
     color: #232323
 }
 
 .portfolio-filter-tab-1 li.active a {
     border-bottom: 1px solid #232323;
     color: #232323;
 } */


/* portfolio filter tab style 2 */

.portfolio-filter-tab-2 li {
    display: inline-block;
    float: none;
}

.portfolio-filter-tab-2 li a {
    border: none;
    border-radius: 50px;
    padding: 7px 24px;
    margin-right: 4px;
}

.portfolio-filter-tab-2 li a:hover,
.portfolio-filter-tab-2 li>a:focus {
    background: rgba(144, 144, 144, 0.22);
    color: #fff;
}

.portfolio-filter-tab-2.nav-tabs li.active a,
.portfolio-filter-tab-2.nav-tabs li.active a:focus,
.portfolio-filter-tab-2.nav-tabs li.active a:hover {
    border: none;
    background: rgba(144, 144, 144, 0.22);
    color: #fff;
    border: none;
}


/* blog and portfolio next pagination */

.blog-nav-link {
    padding: 30px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    position: relative
}

.blog-nav-link-prev .blog-nav-icon,
.blog-nav-link-next .blog-nav-icon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute
}

.blog-nav-link-next {
    padding-right: 50px
}

.blog-nav-link-next .blog-nav-icon {
    right: 0
}

.blog-nav-link-prev {
    padding-left: 50px
}

.blog-nav-link-prev .blog-nav-icon {
    left: 0
}


/* home - portfolio metro */

.text-bold-underline:before {
    background-color: #ff214f;
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5px;
    content: "";
}


/* home - portfolio  parallax */

.parallax-title {
    padding: 16px 35px;
    display: inline-block
}


/* home - blog grid */

.highlight-bg-text {
    padding: 5px 16px;
    display: inline-block;
    margin-bottom: 15px;
}

.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {
    background-color: rgba(42, 151, 224, .9);
}

section#wethinking .owl-theme .owl-nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1400px) {
    section#wethinking .owl-prev,
    section#wethinking .owl-next {
        top: -220px;
    }
}

@media (max-width: 1600px) {
    section#wethinking .owl-prev,
    section#wethinking .owl-next {
        top: -270px;
    }
}

section#wethinking .owl-prev {
    position: absolute;
    top: -50%;
    left: 16.7%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    margin-left: 1px;
    background: none;
    background-image: url(https://agencyea.com/wp-content/themes/ea2014/library/images/thinking/arrow_circle_l.png);
}

section#wethinking .owl-next {
    position: absolute;
    top: -50%;
    left: 83.3%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    margin-left: -31px;
    background: none;
    background-image: url(https://agencyea.com/wp-content/themes/ea2014/library/images/thinking/arrow_circle_r.png);
}

@media only screen and (max-width: 852px) {
    section#wethinking .owl-prev,
    section#wethinking .owl-next {
        display: none;
    }
}

section#wethinking .slider-inner {
    position: absolute;
    bottom: -7%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    font-family: Raleway, sans-serif;
    /* bottom: -55px; */
    pointer-events: none;
    padding-left: 3%;
}

section#wethinking p.slider-inner {
    position: relative;
    line-height: .7;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 7px;
    text-shadow: 0 0 29px rgba(8, 8, 8, 0.81);
}

.slider-inner h4 {
    font-weight: 300;
    text-shadow: 0 0 29px rgba(8, 8, 8, 0.81);
}

.slider-inner h2 {
    font-weight: bold;
    text-shadow: 0 0 29px rgba(8, 8, 8, 0.81);
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section#wethinking {
    margin-top: 93px;
    padding-bottom: 0px;
}

section#thinking_sub_menu {
    background-color: #505050;
    text-align: center;
}

section#thinking_sub_menu ul li a {
    display: inline-block;
    padding: 11px 0;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    box-sizing: border-box;
    text-transform: uppercase;
}

section#thinking_sub_menu {
    background-color: #505050;
    text-align: center;
}

div.cat-horizontal-menu {
    display: block;
}

section#thinking_sub_menu {
    background-color: #505050;
    text-align: center;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

section#thinking_sub_menu ul {
    background: #505050;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 481px) {
    nav ul,
    nav ol {
        list-style: none;
        list-style-image: none;
    }
}

section#thinking_sub_menu ul li {
    padding: 0;
    border: 2px solid #d1d2d4;
    margin: 0 3px;
    font-size: 13px;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap;
    width: 112px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    display: inline-block;
    list-style: none;
    box-sizing: border-box;
}

.navbar-nav mr-auto ul {
    background: #505050;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

section.dark {
    background-color: rgb(80, 80, 80);
    color: #fff;
    padding-bottom: 0px;
}

section.team {
    padding-bottom: 0px;
}

section.capabilities {
    padding-bottom: 0px;
}

.dark .navbar-toggler {
    color: #fff;
}

.navbar-grey .navbar-toggler-icon {
    background-image: url('./../img/iconfinder.png');
    background-repeat: no-repeat;
}

.navbar-grey {
    text-align: center;
    display: block;
}

.img-search {
    text-align: center;
    display: block;
    height: 10%;
    width: 10%
}

.card-blue {
    background-color: #fff600;
    color: #fff;
    border: none;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.team img {
    display: block;
    width: 100%;
    max-width: 1400px;
    height: 350px;
    margin: 0 auto;
    margin-top: 4em;
}

@media only screen and (max-width:820px) {
    .video-hover h2 {
        font-size: 2.5em;
    }
    .video-hover h4 {
        font-size: 1.25em;
    }
    .video-hover h3 {
        font-size: 1.75em;
    }
}

#accordion.panel-group {
    text-align: center;
    text-transform: uppercase;
}

#accordion.panel-group>div {
    border: 1px solid #0098da;
    margin: 5px 0;
}

#accordion.panel-group>div {
    border: 1px solid #0098da;
    margin: 5px 0;
    padding: 10px 0;
}

#accordion.panel-group>div h4 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#accordion.panel-group>div h4 a:hover {
    text-decoration: none;
    color: #000;
}

#accordion.panel-group>div .panel-body h5 {
    display: none;
}

#accordion.panel-group>div h4 a {
    color: #fff600;
    font-weight: bold;
}

section {
    padding-bottom: 100px;
    padding-top: 80px;
}

section section {
    padding-top: 0;
    padding-bottom: 0;
}

section.portfolio {
    padding-bottom: 30px;
    padding-top: 0;
}

.fe-img {
    width: inherit;
}

section.fe-sec {
    padding-bottom: 0px;
}

section.welcome {}

.portfolio-circle {
    margin-top: 100px;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.first-section {
    padding-top: 93px;
}

.no-padding {
    padding: 0 !important;
}

#slider {
    position: absolute;
}

#wrapper {
    width: 100%;
    /* min-width: 900px; */
    padding-top: 1px;
    position: relative;
    clear: both;
}

#slider {
    margin: 100px 0 0 0;
    height: 650px;
    overflow: hidden;
    background: url(img/ajax-loader.gif) center center no-repeat;
}

#slider .slide {
    position: relative;
    display: none;
    height: 50vh;
    min-height: 650px;
    float: left;
    background-position: center right;
    cursor: pointer;
}

#slider .slide:first-child {
    border: none;
}

#slider .slide.active {
    cursor: default;
}

#slider .slide:not(.active) .slide-block p {
    display: none;
}

#slider .slide:not(.active) .slide-block {
    display: block!important;
    width: 150px;
    height: 150px;
    background-color: rgba(70, 70, 70, .95);
    border: #000;
}

#slider .slide:not(.active) .slide-block h4 {
    font-size: 18px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    color: #fff;
}

#slider .slide:not(.active) .slide-block hr {
    display: none;
}

.caroufredsel_wrapper {
    min-height: 650px!important;
    height: 50vh!important;
}

.caroufredsel_wrapper #slider {
    min-height: 650px!important;
    height: 50vh!important;
}

#slider .slide-block {
    position: absolute;
    left: 40px;
    bottom: 125px;
    display: inline-block;
    width: 400px;
    height: 400px;
    background-color: rgba(255, 255, 255, .95);
    padding: 40px;
    font-size: 14px;
    color: #000;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    will-change: width, height, background-color, color;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media only screen and (max-width:620px) {
    #slider .slide-block {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width:520px) {
    #slider .slide-block {
        width: 250px;
        height: 250px;
    }
    #slider .slide-block p {
        display: none;
    }
}

#slider .slide-block h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    position: relative;
}

#slider .active h4::after {
    content: "";
    width: 60px;
    position: absolute;
    border-top: 2px solid #fff600;
    left: 50%;
    margin-left: -30px;
    top: 45px;
}

#slider .slide-block p {
    margin: 0;
    text-align: center;
}

#slider .slide-block:not(.active) {
    left: 20px;
}

@media only screen and (min-width: 600px) {
    html.blend .intro {
        mix-blend-mode: screen;
        color: #000;
        position: relative;
        margin-top: 18vw;
        text-align: center;
    }
}

.intro {
    width: 38vw;
    height: auto;
    padding: 3vh 2vw;
    background: rgba(255, 244, 0, .9);
    display: flex;
    flex-direction: column;
    margin: auto;
}

.intro__text {
    margin-top: auto;
}

.intro__text h1 {
    font-size: 3.25rem;
    font-family: 'Paytone One';
    line-height: 1.23076923;
    margin-top: 0;
    letter-spacing: -0.01em;
}

.intro__text h1 {
    margin: 0;
    font-size: 4.5vw;
    line-height: 1.1018868;
    color: #000;
    font-weight: 900;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.intro__text h2 {
    font-size: 3.2vw
}

video {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
}

.caroufredsel_wrapper {
    margin: 0!important;
    position: relative!important;
}

section.title {
    text-align: center;
    width: 50vw;
    margin: 0 auto;
    height: 40vh;
}

section.title h4 {
    font-family: 'Paytone One';
    text-transform: uppercase;
}

section.title h1 {
    font-size: 3vw;
}

section.tll {
    text-align: center;
    width: 50vw;
    margin: 0 auto;
    /* height: 20vh; */
    /* margin-top: 25px; */
    padding-bottom: 30px;
    padding-top: 100px;
}

section.tll h4 {
    font-family: 'Paytone One';
    text-transform: uppercase;
}

section.tll h1 {
    font-size: 3vw;
}

@media screen and (max-width: 450px) {
    section.tll h1 {
        font-size: 26px;
    }
    section.tll {
        width: 80%;
    }
}

@media screen and (max-width: 650px) {
    section.tll h1 {
        font-size: 26px;
    }
    section.tll {
        width: 90%;
    }
}

h1,
h3,
h2,
h4 {
    font-family: 'Paytone One';
    text-transform: uppercase;
}

.caroufredsel_wrapper .slide {
    background-size: cover;
    background-repeat: no-repeat;
}

section.footer-cto {
    background-image: url('./../img/footer-back.jpg');
    padding: 30px 0;
}


/*Masonry for Portfolio */

.grid-container {
    max-width: 1600px;
    margin: 0 auto;
    width: 95%;
}

.cols {
    margin: 0 auto;
    /* max-width: 1000px; */
}

.col {
    width: 25%;
    height: 400px;
    float: left;
    margin: 0;
    padding: 5%;
}

.col>img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.col h2 {
    color: #fff;
    font-size: 40px;
}

.grid-1 {
    width: 50%;
}

.grid-3 {
    float: right;
    height: 500px;
}

.grid-5 {
    display: table;
}

.grid-5>* {
    display: table-cell;
}

.grid-5>.text-container {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.grid-5 img {
    object-position: right;
}

.grid-7 {
    width: 50%;
}

@supports (display: grid) or (display: -ms-grid) {
    .grid-area {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        grid-auto-rows: 350px;
        justify-content: center;
    }
    .col {
        width: 100%;
        height: 100%;
        float: none;
    }
    .grid-1 {
        grid-column-end: span 2;
    }
    .grid-3 {
        grid-row-end: span 2;
    }
    .grid-5 {
        grid-column-end: span 2;
    }
    .grid-7 {
        grid-column-end: span 2;
    }
}


/* Media queries for other screen widths */

@media screen and (max-width: 300px) {
    .col {
        grid-row-end: unset;
        grid-column-end: unset;
        height: 250px;
    }
    .grid-area {
        display: flex;
        flex-direction: column;
    }
    .grid-3 {
        order: -1;
        height: 500px;
    }
}

@media screen and (max-width: 300px) {
    .grid-2 {
        display: none;
    }
}


/************ Hover effect styles *************/

figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

figure figcaption {
    color: #fff;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    /*word-spacing: -0.15em;*/
    font-weight: 300;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure button.rww_grid_button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0.5rem;
    font-weight: bold;
    font-size: smaller;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
}

figure p {
    letter-spacing: 1px;
    font-size: smaller;
}

figure figcaption::before {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgb(43, 43, 43);
    background: -moz-linear-gradient(99deg, rgba(43, 43, 43, 0.9206057422969187) 56%, rgba(0, 0, 0, 0.9094012605042017) 99%);
    background: -webkit-linear-gradient(99deg, rgba(43, 43, 43, 0.9206057422969187) 56%, rgba(0, 0, 0, 0.9094012605042017) 99%);
    background: linear-gradient(99deg, rgba(43, 43, 43, 0.9206057422969187) 56%, rgba(0, 0, 0, 0.9094012605042017) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2b2b2b", endColorstr="#000000", GradientType=1);
    content: "";
    opacity: 0;
    transform: translate3d(0, 0%, 0);
    padding: 5%;
}

figure.col h2 {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 100%;
    transition: all 0.35s;
    transform: translate3d(0, -50%, 0);
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-size: 52px;
    font-family: 'Raleway';
    font-weight: bold;
}

figure figcaption::before,
figure p,
figure .grid-button-wrapper {
    transition: all 0.35s;
}

figure .grid-button-wrapper {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

figure p {
    position: absolute;
    bottom: 30%;
    left: 10%;
    right: 0;
    padding-bottom: 3rem;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    text-align: left;
    font-size: 16px;
}

figure p a {
    color: #fff600;
    text-decoration: none;
}

figure p a:hover {
    color: #fff;
    text-decoration: none;
}

figure:hover h2 {
    background: none;
    color: #fff;
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure:hover figcaption::before,
figure:hover p,
figure:hover .grid-button-wrapper {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/*media */

@media screen and (max-width:480px) {
    section.title {
        width: 70vw;
    }
    section.title h1 {
        font-size: 4vw;
    }
}

.bg-vid video img {
    width: 100%;
    height: 100%;
}

.bg-vid {
    /* height: 100%; */
    width: 100%;
}

.challenge {
    background-color: #444;
    padding: 200px 0;
    min-height: 250px;
    overflow: hidden;
    /* max-height: 460px; */
    font-size: 7vw;
    background: linear-gradient(to right, #333 calc(50% + 20px), #fff600 calc(50% + 20px));
}

@media screen and (max-width:757px) {
    .challenge {
        padding: 100px 0;
    }
}

@media screen and (max-width:480px) {
    .challenge {
        padding: 75px 0;
    }
    .challenge-a h4 {
        font-size: 1rem;
        font-weight: normal;
    }
}

.challenge::before {
    content: 'challenge';
    position: absolute;
    /* left: -1%; */
    color: rgba(255, 255, 255, .09);
    font-family: 'Paytone One';
    text-transform: uppercase;
    width: 50%;
    overflow: hidden;
    text-align: center;
}

.challenge .challenge-light {
    position: absolute;
    overflow: hidden;
    left: -1vw;
}

.challenge .challenge-light h2 {
    font-size: 120px;
    color: rgba(255, 255, 255, .15);
}

div.followtext {
    padding-top: 80px;
    padding-bottom: 0;
}

.challenge-q h4 {
    color: #fff600;
    text-align: center;
}

.challenge-q,
.challenge-a {
    width: 50%;
    text-align: center;
}

.challenge-q {
    margin-right: 5%;
}

.challenge-a {
    padding-left: 5%;
}

.challenge-a h4 {
    color: #000;
}

.challenge .container {
    padding: 0 20px;
    margin: auto;
    max-width: 100%;
    display: flex;
}

.brand-back {
    background-color: #fff600;
}

.main-image {
    /* background-image: url('../img/portfolio/google/maxresdefault.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: soft-light; */
    background-size: cover;
    min-height: 80vh;
    padding: 10vh 3vw;
    display: flex;
    align-items: center;
    color: #000;
}

.main-image span {
    color: #000;
    font-weight: normal;
}

.main-image img {
    visibility: hidden;
}

.content-cover {
    width: 100%;
    min-width: 300px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
}

.content-coverr {
    width: 60%;
    min-width: 300px;
    color: #fff;
    padding-top: 20px;
}

.main-image .stats .label {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 1px;
    /* border-bottom: 2px solid #fff600; */
}

.main-image .stats li {
    display: table-row;
}

.main-image .stats li:first-child span {
    padding-top: 0;
}

.main-image .stats .value {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
    top: -11px;
    font-weight: bold;
}

.main-image .stats {
    padding-left: 0;
}

.main-image .stats span {
    display: table-cell;
    padding: 30px 0;
}

.main-image h2 {
    font-size: 3rem;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.white-move .swiper-slide {
    cursor: url(../images/icon-move-light.png), move;
}

.width-50 {
    width: 50%;
}

.stuck {
    background-color: rgba(50, 50, 50, .9);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(133, 133, 133, 0.44);
    -moz-box-shadow: 0px 2px 3px 0px rgba(133, 133, 133, 0.44);
    box-shadow: 0px 2px 3px 0px rgba(133, 133, 133, 0.44);
}

.container-fluid-nomargin {
    margin: auto 0;
    padding: auto 0;
}

.item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0 20px;
    transform: scale(.8);
}

@media(max-width:1000px) {
    .item {
        margin: 0;
        transform: scale(.9)
    }
}

.active .item {
    opacity: 1;
    transform: scale(1);
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .inner {
    position: absolute;
    top: 0px;
    left: 0%;
    right: 0;
    /* text-align: center; */
    margin: 20px;
    padding: 20px;
    /* background-color: #fff; */
    width: 100%;
    opacity: 0;
}

.owl-carousel .inner img {
    /* width: 30%!important; */
    /* filter: invert(100%); */
}

.owl-carousel .active .inner {
    top: -5%;
    left: -0%;
    right: 0;
    opacity: 1;
    transition: opacity top left .5s;
}

.inner h3 span {
    /* background-color: #fff600; */
    display: inline-block;
}

.owl-carousel .owl-item:not(.active) .inner {
    width: 60%;
    opacity: 0;
    left: 80%;
    transition: opacity .5s;
}

.inner a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: .3s ease border-color
}

.inner a:hover {
    border-color: #fff;
}

.black .inner a {
    color: #000;
    border-color: rgba(0, 0, 0, 0.4)
}

.black .inner a:hover {
    border-color: #000;
}

.owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -4%;
    pointer-events: none;
    background-size: 100% auto;
}

.owl-carousel {
    /* cursor: url('../img/horizontal-arrows.png'), auto; */
    cursor: grab;
}

.owl-controls {
    position: absolute;
    margin-top: 300px;
}

.nav-logo img {
    width: 80%;
    height: auto;
}

@media screen and (max-width:767px) {
    .owl-carousel .inner {
        width: 80%;
    }
    .nav-logo img {
        width: 45%;
        height: auto;
    }
}

@media screen and (max-width:555px) {
    .owl-carousel .inner {
        width: 95%;
    }
    .main-image h2 {
        font-size: 2rem;
    }
    .main-image ul {
        padding-left: 20px;
    }
}

@media screen and (max-width:480px) {
    .owl-carousel .active .inner {
        left: 0;
        opacity: .9;
    }
    .owl-carousel .inner {
        margin: 2%;
    }
    .owl-item {
        min-height: 250px !important;
    }
}

.form-contact {
    background-color: #fff600;
}

section.contact .inner {
    padding: 0 5vw;
}

section.contact {
    padding-top: 0;
    padding-bottom: 0;
}

section.contact h1 {
    line-height: 88px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 115px;
    color: #333;
}

section.contact .form-field:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .form-field {
        font-size: 24px;
    }
}

.form-field {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    font-size: 16px;
}

section.contact .form-field:not(.static-label):not(.checkbox) label {
    color: #333;
    opacity: .5;
    font-size: 20px;
}

.form-field:not(.static-label):not(.checkbox) label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    color: #333;
    line-height: 50px;
}

.form-field label {
    -ms-flex-order: 2;
    order: 2;
}

.form-field input:not([type="radio"]):not([type="checkbox"]) {
    background: transparent;
    display: block;
    border-radius: 0;
}

.form-contact .form-field input,
.form-contact .form-field .display {
    border-color: #333;
    color: #333;
}

.form-field input,
.form-field .display {
    height: 50px;
}

.form-field input {
    font-family: inherit;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}

.form-field .border {
    display: block;
    height: 3px;
    position: relative;
    overflow: hidden;
}

.form-contact .form-field .border::before {
    background: rgba(65, 65, 65, .5);
}

.form-field .border::before {
    content: '';
    display: block;
    background: #262626;
    height: 3px;
    width: 100%;
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

input,
button {
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

section.contact .border {
    border: 0 !important;
}

input:focus,
textarea:focus,
select:focus {
    outline-offset: 0;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.select-container {
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.select-container .display.no-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-container .display {
    display: block;
    position: relative;
    transition: background .3s;
    width: 100%;
    padding-right: 25px;
    line-height: 45px;
}

.select-container .display svg {
    width: 15px;
    height: 9px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
}

svg:not(:root),
symbol,
image,
marker,
pattern,
foreignObject {
    overflow: hidden;
}

.select-container .display {
    display: block;
    position: relative;
    transition: background .3s;
    width: 100%;
    padding-right: 25px;
    line-height: 45px;
}

.contact-image {
    background-image: url('./../img/contact1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 0!important; */
}

.flex {
    display: flex
}

.form-contact .form-field.textarea textarea {
    background: transparent;
    border: none;
    color: #333;
}

.textarea-button textarea {
    resize: none;
    line-height: 1.5;
}

.form-field textarea {
    border: none;
    display: block;
    width: 100%;
    padding: 17px 0;
    border: 1px solid #262626;
    font: inherit;
    resize: none;
    outline: none;
    line-height: 1.5;
}


/* Blog CSS */

.opacity-medium {
    position: absolute;
    /* height: 100%; */
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.bg-extra-dark-gray {
    background-color: rgba(50, 50, 50, .8);
}

.blog {
    padding: 75px 0;
}

@media (min-width: 768px) {
    .blog .container {
        max-width: 750px;
    }
}

@media (min-width: 575px) {
    .blog .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .blog .container {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .blog .container {
        max-width: 540px;
    }
}

@media screen and (max-width: 767px) {
    .contact-image {
        height: 80vw;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.extra-small-screen {
    height: 300px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.blog .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.bloggrid .card {
    padding: 0;
    cursor: pointer;
    border: 0;
}

.card-img {
    overflow: hidden;
}

.bloggrid .card-body {
    padding: 30px;
}

.bloggrid .card:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bloggrid .card img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.popout {
    margin-top: 80px;
}

.popout h2 {
    color: #fff;
}

.popout p,
.popout li {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin: 15px 0;
}

.popout li {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin: 5px;
}

.bloggrid .card:hover .card-body {
    background-color: #444;
    color: #eee;
    transition: .3s background-color, .3s color;
}

.bloggrid .card .card-body {
    transition: .3s background-color, .3s color;
}

.form-contact button {
    background-color: #444;
    color: #fff;
    width: auto;
    cursor: pointer;
    padding: 8px 12px;
    transition: .3s padding ease-in-out;
}

.form-contact button:hover {
    background-color: #444;
    color: #fff;
    width: auto;
    cursor: pointer;
    padding: 8px 30px;
    transition: .3s padding ease-in-out;
}

.form-contact {
    padding-bottom: 50px;
}

@media screen and (max-width:700px) {
    .contact-image {
        /* display: none; */
    }
    .form-contact {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ih {
    height: inherit;
}

.portfolio figure h2 {
    font-size: 36px;
}

.portfolio .port-col {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}

@media screen and (min-width:300px) {
    .portfolio .port-col {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
}


/* @media screen and (min-width:720px) {
    .portfolio .port-col {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
} 

*/

@media screen and (min-width:720px) {
    .portfolio .port-col {
        width: 18%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .portfolio .port-col p {
        font-size: 18px;
    }
}

@media screen and (min-width:1200px) {
    .portfolio .port-col p {
        font-size: 18px;
    }
}

section.no-margin {
    padding-top: 0;
}

section.blog-margins {
    padding-bottom: 50px;
}

.owl-item .item img {
    width: 100%;
}

.box-body .btn {
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
}

.box-body .btn:hover {
    background-color: #000;
    color: #fff;
}

canvas {
    width: 100%;
    height: 100%;
}

.cd-contact-info img {
    width: 50%;
}

.overlay p {
    font-size: 20px;
}

.box-container a {
    color: #fff;
}

.box-container:hover a {
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 300px) {
    .cap .port-col {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 720px) {
    .cap .port-col {
        width: 45%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .cap .port-col {
        width: 18%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
}

.portfolio-sec .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.portfolio-sec .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.portfolio-sec .owl-carousel .owl-nav button.owl-next,
.portfolio-sec .owl-carousel .owl-nav button.owl-prev,
.portfolio-sec .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.portfolio-sec .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 20px;
}

.portfolio-sec .owl-dots .active span,
x .portfolio-sec .owl-dots .owl-dot:hover span {
    background: #869791;
}

.form-field:not(.static-label):not(.checkbox).has-value label {
    display: none;
}

.container-full {
    /* margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important; */
    margin-top: 20px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

@media (min-width: 576px) {
    .capab .container {
        max-width: 100%!important;
    }
}

.blog h5 {
    text-align: justify;
    line-height: 32px;
    font-size: 18px;
}

section.pll {
    text-align: center;    
    margin: 0 auto;
    /* height: 20vh; */
    /* margin-top: 25px; */
    padding-bottom: 30px;
    padding-top: 100px;
}