﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto_bold_macroman/Roboto-Bold-webfont.eot');
    src: url('../font/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto_bold_macroman/Roboto-Bold-webfont.woff') format('woff'), url('../font/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format('truetype'), url('../font/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('../font/josefinsans_regular/JosefinSans-Regular-webfont.eot');
    src: url('../font/josefinsans_regular/JosefinSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/josefinsans_regular/JosefinSans-Regular-webfont.woff') format('woff'), url('../font/josefinsans_regular/JosefinSans-Regular-webfont.ttf') format('truetype'), url('../font/josefinsans_regular/JosefinSans-Regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansbold';
    src: url('../font/josefinsans_bold/JosefinSans-Bold-webfont.eot');
    src: url('../font/josefinsans_bold/JosefinSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/josefinsans_bold/JosefinSans-Bold-webfont.woff') format('woff'), url('../font/josefinsans_bold/JosefinSans-Bold-webfont.ttf') format('truetype'), url('../font/josefinsans_bold/JosefinSans-Bold-webfont.svg#josefin_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sanssemibold';
    src: url('../font/josefinsans_semibold/JosefinSans-SemiBold-webfont.eot');
    src: url('../font/josefinsans_semibold/JosefinSans-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/josefinsans_semibold/JosefinSans-SemiBold-webfont.woff') format('woff'), url('../font/josefinsans_semibold/JosefinSans-SemiBold-webfont.ttf') format('truetype'), url('../font/josefinsans_semibold/JosefinSans-SemiBold-webfont.svg#josefin_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: josefin_sansregular !important;
}

.josefin_sansbold {
    font-family: josefin_sansbold !important;
}

/*.josefin_sansbold {
    font-family: josefin_sanssemibold !important;
}*/

img {
    max-width: 100% !important;
}

.text-decoration-none:hover {
    text-decoration: none !important;
}

.font-robotolight {
    font-family: 'robotolight' !important;
}

.font-robotothin {
    font-family: 'robotothin' !important;
}

.font-robotoregular {
    font-family: 'robotoregular' !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

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

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.color-light-grey {
    color: #838383;
}

.color-green {
    color: #00A654;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #231f20 !important;
}

.color-red {
    color: #ec1c23 !important;
}

.color-yellow {
    color: #ffb800 !important;
}

.color-blue {
    color: #006cea !important;
}

.bg-yellow {
    background-color: #ffb800 !important;
}

.bg-black {
    background-color: #231f20 !important;
}

.bg-white {
    background-color: #fff !important;
}

.robotothin {
    font-family: robotothin;
}

.robotoregular {
    font-family: robotoregular;
}

.robotomedium {
    font-family: robotomedium;
}

.robotolight {
    font-family: robotolight;
}

.roboto_condensedregular {
    font-family: roboto_condensedregular;
}

.roboto_condensedbold {
    font-family: roboto_condensedbold;
}

.robotobold {
    font-family: robotobold;
}

.float-left {
    float: left;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-top {
    vertical-align: top;
}

.display-inline-block {
    display: inline-block;
}

.position-relative {
    position: relative !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.max-width-100p {
    max-width: 100% !important;
}

.padding-bottom-20 {
    padding-bottom: 20% !important;
}

.padding-bottom-10 {
    padding-bottom: 10% !important;
}

.padding-top-5p {
    padding-top: 5% !important;
}

.margin0 {
    margin: 0 !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.margin-top-1p {
    margin-top: 1%;
}

.margin-1p {
    margin: 1%;
}

.margin-1-5e {
    margin: 1.5em !important;
}

.margin-top-4p {
    margin-top: 4%;
}

.margin-top-8p {
    margin-top: 8%;
}

.margin-top-2p {
    margin-top: 2%;
}


.letter-spacing4 {
    letter-spacing: 4px;
}

.letter-spacing2 {
    letter-spacing: 2px;
}

.text-align-last-center {
    -moz-text-align-last: center;
    text-align-last: center;
}

.strips {
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
    color: #000;
    /*background-color: #000;*/
    position: relative;
    border: 0px solid transparent;
}

.strips__strip {
    will-change: width, left, z-index, height;
    position: absolute;
    width: 33.83%;
    min-height: 100vh;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.44, 0.46, 0.59, 0.61);
    transition: all 0.5s cubic-bezier(0.44, 0.46, 0.59, 0.61);
    /*-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);*/
}

    .strips__strip:nth-child(1) {
        left: 0;
    }

    .strips__strip:nth-child(2) {
        left: 33.33vw;
    }

    .strips__strip:nth-child(3) {
        left: 66.66vw;
        z-index: 0;
    }

    .strips__strip:nth-child(1) .strip__content {
        background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45) ), url(../image/dc-banner.png);
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-animation-name: strip1;
        animation-name: strip1;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }


    .strips__strip:nth-child(2) .strip__content {
        background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45) ), url("../image/chromavid-banner.png");
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        -webkit-animation-name: strip2;
        animation-name: strip2;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-position: center;
    }

    .strips__strip:nth-child(3) .strip__content {
        background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.45) ), url("../image/Edubook_banner.png");
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-animation-name: strip3;
        animation-name: strip3;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }



.hover-state1 {
    width: 41%;
    opacity: 1;
}

.banner-heading {
    color: #ffb901;
}

.strips__strip:hover .banner-heading {
    color: #fff;
}



.unhover1.strips__strip:nth-child(2) {
    left: 40vw;
    width: 31% !important;
    /*opacity: 0.6;*/
    overflow: hidden;
}

.unhover1.strips__strip:nth-child(3) {
    left: 70vw;
    width: 30% !important;
    /*opacity: 0.6;*/
    overflow: hidden;
}

.unhover2.strips__strip:nth-child(1) {
    left: 0vw;
    width: 31% !important;
    /*opacity: 0.6;*/
    overflow: hidden;
}

.unhover2.strips__strip:nth-child(3) {
    left: 70vw;
    width: 30% !important;
    /*opacity: 0.6;*/
    overflow: hidden;
}

.hover-state2 {
    width: 41%;
    opacity: 1;
    left: 30vw !important;
}

.unhover3.strips__strip:nth-child(1) {
    left: 00vw;
    width: 31% !important;
    /*opacity: 0.6;*/
    overflow: hidden;
}

.unhover3.strips__strip:nth-child(2) {
    left: 30vw;
    width: 31% !important;
    /*opacity: 0.6;*/
    overflow: hidden;
}

.hover-state3 {
    width: 40%;
    opacity: 1;
    left: 60vw !important;
}

.logo {
    position: fixed;
    left: 0;
    z-index: 999999999999999;
    top: 5%;
}

.hover-state1 .strip__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    opacity: 0.8;
    z-index: -1;
    transition: all 200ms ease 0s;
}

.hover-state1 .strip__content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(255,251,20,1);
    background-image: -moz-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb14', endColorstr='#0077ff', GradientType=0 );
    opacity: 0.8;
    z-index: -1;
    transition: all 200ms ease 0s;
}

.hover-state2 .strip__content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(255,251,20,1);
    background-image: -moz-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb14', endColorstr='#0077ff', GradientType=0 );
    opacity: 0.8;
    z-index: -1;
    transition: all 200ms ease 0s;
}

.hover-state3 .strip__content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,119,255,1);
    background-image: -moz-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,108,234) 0%, rgb(56,170,0) 50%, rgb(255,252,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077ff', endColorstr='#fffb14', GradientType=0 );
    opacity: 0.8;
    z-index: -1;
    transition: all 200ms ease 0s;
}

.strip__content .banner-line {
    background-image: url('../image/banner-line.png');
    width: 200px;
    height: 4px;
    margin: 2vh auto;
}

.strips__strip:hover .banner-line {
    background-image: url('../image/banner-line-white.png');
}


.button_container {
    position: fixed;
    top: 5%;
    right: 0%;
    width: 140px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    background-color: #fff;
    color: #000;
    padding: 22px 30px 20PX 20PX;
    box-shadow: -1px 5px 15px rgba(0, 0, 0, 0.32);
    z-index: 10000;
}

    .button_container:hover {
        opacity: 1;
    }

    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #ffb800;
    }

    .button_container.active .middle {
        background: #38aa00;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #006cea;
    }

    .button_container span {
        border: none;
        height: 5px;
        width: 25%;
        position: absolute;
        top: 0;
        left: 65%;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(1) {
            background: #ffb800;
            top: 20px;
        }

        .button_container span:nth-of-type(2) {
            top: 31px;
            background: #38aa00;
        }

        .button_container span:nth-of-type(3) {
            top: 42px;
            background: #006cea;
        }

.info-mail:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: #ffb800;
    -webkit-transition: .35s;
    transition: .35s;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 9999;
}

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

        .overlay.open li {
            -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
            -webkit-animation-delay: .35s;
            animation-delay: .35s;
        }

            .overlay.open li:nth-of-type(2) {
                -webkit-animation-delay: .4s;
                animation-delay: .4s;
            }

            .overlay.open li:nth-of-type(3) {
                -webkit-animation-delay: .45s;
                animation-delay: .45s;
            }

            .overlay.open li:nth-of-type(4) {
                -webkit-animation-delay: .50s;
                animation-delay: .50s;
            }

    .overlay nav {
        position: relative;
        height: 10%;
        top: 30%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 36px;
        font-weight: 400;
        text-align: center;
        font-weight: bold;
    }

.overlay-menu img {
    position: relative;
    top: -6px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

    .overlay ul li {
        display: inline-block;
        height: 25%;
        height: calc(100% / 4);
        min-height: 50px;
        position: relative;
        opacity: 0;
        padding: 0 2%;
    }

        .overlay ul li a {
            display: block;
            position: relative;
            color: #000;
            text-decoration: none;
            overflow: hidden;
            cursor: pointer;
        }

            .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
                width: 100%;
            }

            .overlay ul li a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                width: 0%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                height: 3px;
                background: #ffb800;
                -webkit-transition: .35s;
                transition: .35s;
            }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}




/*@media screen and (max-width: 760px) {
    .strips__strip {
        min-height: 20vh;
    }

        .strips__strip:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
        }

        .strips__strip:nth-child(2) {
            top: 20vh;
            left: 0;
            width: 100%;
        }

        .strips__strip:nth-child(3) {
            top: 40vh;
            left: 0;
            width: 100%;
        }

        .strips__strip:nth-child(4) {
            top: 60vh;
            left: 0;
            width: 100%;
        }

        .strips__strip:nth-child(5) {
            top: 80vh;
            left: 0;
            width: 100%;
        }
}*/

.strips .strip__content {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

    .strips .strip__content:hover:before {
        -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
        transform: skew(-30deg) scale(3) translate(0, 0);
        opacity: 0.1;
    }

.strips .strip__inner-text {
    /*will-change: transform, opacity;*/
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.strips__strip--expanded {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    cursor: default;
}


    /*@media screen and (max-width: 760px) {
    .strips__strip--expanded {
        min-height: 100vh;
    }
}*/

    .strips__strip--expanded .strip__content:hover:before {
        -webkit-transform: skew(-30deg) scale(1) translate(0, 0);
        transform: skew(-30deg) scale(1) translate(0, 0);
        opacity: 0.05;
    }

    .strips__strip--expanded .strip__title {
        opacity: 0;
    }

    .strips__strip--expanded .strip__inner-text {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

.strip__title {
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 1.5vw;
    color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/*@media screen and (max-width: 760px) {
    .strip__title {
        font-size: 28px;
    }
}*/

.strip__close {
    position: absolute;
    right: 12em;
    top: 8%;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.strip__close--show {
    opacity: 1;
}

@-webkit-keyframes strip1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes strip1 {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes strip2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes strip2 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes strip3 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes strip3 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes strip4 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes strip4 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes strip5 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes strip5 {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.sub_menu {
    border: 5px solid #fff;
    padding: 0 !important;
}

    .sub_menu:hover {
        background-color: 000;
    }

figure {
    margin: 0;
    padding: 0;
    background: #00f1bb;
    overflow: hidden;
}

    figure:hover .fig-img {
        opacity: .5;
    }

    figure img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }












.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .olay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(9, 3, 32, 0.7);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover .olay {
        background-color: rgba(255, 255, 255, 0.81);
    }

    .hovereffect img {
        display: block;
        position: relative;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 1em;
        padding: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        background: linear-gradient( 90deg, rgb(255,252,0) 0%, rgb(56,170,0) 50%, rgb(0,108,234) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
    }

    .hovereffect:hover h2 {
        color: #006cea;
        background: linear-gradient( 90deg, rgb(0, 108, 234) 0%, rgb(0, 108, 234) 50%, rgb(0, 108, 234) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        color: #fff;
        border: 4px solid #006cea;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width: 90%;
        height: 80%;
        margin: auto;
        VERTICAL-ALIGN: MIDDLE;
        POSITION: ABSOLUTE;
        Top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }


    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
    }

.banner-strip {
    position: absolute;
    bottom: 0px;
    background-image: url(../image/banner-strip.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 7.5em;
    width: 100%;
    background-position: center center;
}

.about-strip {
    background-image: url(../image/about-strip.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 7.5em;
    width: 100%;
    background-position: center center;
}

.contact-form input, .contact-form textarea {
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: #006cea;
}

.contact-border {
    border-top: 2px solid #006cea;
    border-bottom: 2px solid #006cea;
    padding: 25px 20px;
}

    .contact-border input:focus, .contact-border textarea:focus {
        outline: -webkit-focus-ring-color auto 0px;
    }

.ser-col:hover .ser-img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}

.ser-col .ser-img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}

.ser-col:hover {
    background-image: url('../image/services-bg.png');
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-position: center center;
    background-size: contain;
    opacity: 1;
}

.ser-col {
    background-image: url('../image/services-bg-simple.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}



.footer-bg {
    background-image: url('../image/footer-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.port-pagination img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}

    .port-pagination img:hover, .port-pagination img:active, .port-pagination img:visited, .port-pagination img:focus {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1;
    }







#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: #000;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#wrapper.active {
    padding-left: 0;
}

    #wrapper.active #sidebar-wrapper {
        left: 0;
    }

#page-content-wrapper {
    width: 100%;
}



.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-nav li {
        line-height: 40px;
        text-indent: 20px;
    }

        .sidebar-nav li a {
            color: #999999;
            display: block;
            text-decoration: none;
            padding-left: 60px;
        }

            .sidebar-nav li a span:before {
                position: absolute;
                left: 0;
                color: #41484c;
                text-align: center;
                width: 20px;
                line-height: 18px;
            }

            .sidebar-nav li a:hover,
            .sidebar-nav li.active {
                color: #fff;
                background: rgba(255,255,255,0.2);
                text-decoration: none;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        line-height: 60px;
        font-size: 18px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }



.content-header {
    height: 65px;
    line-height: 65px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

#menu-toggle {
}

.btn-menu {
    color: #000;
}

.inset {
    padding: 20px;
}

@media (max-width:767px) {

    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
        left: 250px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 250px;
            width: 250px;
            transition: all 0.4s ease 0s;
        }

    #menu-toggle {
        display: inline-block;
    }

    .inset {
        padding: 15px;
    }

    .strip__content h2 {
        font-size: 14px;
    }


    .banner-strip {
        background: none;
        height: auto;
    }

    .about-strip {
        background: none;
        height: auto;
    }

    .section-heading {
        font-size: 25px;
    }
}

#about .scrollup {
    font-size: 14px !important;
}

.padding-1vw-4vw-4vw-0 {
    padding: 1vw 4vw 4vw 0px;
}

.padding-3vw-5vw {
    padding: 3vw 5vw !important;
}

#apps-portfolio .carousel-inner > .item > img {
    display: inline-block !important;
}

.mobile-res {
    left: 0;
    display: -webkit-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -131px;
}

.inverted-comma img {
    vertical-align: text-top !important;
}

.page-dropdown-btn {
    background-image: url('../image/down-arrow-pointer.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 55px;
    padding: 20px 15px;
}

#contact.panel {
    background-color: transparent;
}

.portfolio-submenu {
    font-size: 22px !important;
}

/*WE WOULD LOVE TO HEAR FROM YOU arrow animation*/

.wrapper a .arrow:before {
    content: "";
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    position: absolute;
}

.wrapper a .arrow:after {
    content: "";
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    position: absolute;
}

.wrapper a .arrow1 span {
    background: url(../image/right-arrow-yellow.png);
    left: 90px;
}

.wrapper a .arrow1:before {
    background: url(../image/right-arrow-green.png);
    left: 80px;
}

.wrapper a .arrow1:after {
    background: url(../image/right-arrow-blue.png);
    left: 70px;
}

@keyframes animate-arrow1-1 {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }

    70%,100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animate-arrow1-2 {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    70%,100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animate-arrow1-3 {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    70%,100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.wrapper a .arrow2 span {
    background: url(../image/left-arrow-yellow.png);
    right: 90px;
}

.wrapper a .arrow2:before {
    background: url(../image/left-arrow-green.png);
    right: 80px;
}

.wrapper a .arrow2:after {
    background: url(../image/left-arrow-blue.png);
    right: 70px;
}

@keyframes animate-arrow2-1 {
    0% {
        transform: translateX(10px);
        opacity: 0;
    }

    70%,100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animate-arrow2-2 {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }

    70%,100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animate-arrow2-3 {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }

    70%,100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.wrapper a .arrow1:before {
    animation: animate-arrow1-2 1s ease-in-out infinite 0.1s;
}

.wrapper a .arrow1:after {
    animation: animate-arrow1-3 1s ease-in-out infinite 0.2s;
}

.wrapper a .arrow1 span {
    animation: animate-arrow1-1 1s ease-in-out infinite;
}



.wrapper a .arrow2:before {
    animation: animate-arrow2-2 1s ease-in-out infinite 0.1s;
}

.wrapper a .arrow2:after {
    animation: animate-arrow2-1 1s ease-in-out infinite 0.2s;
}

.wrapper a .arrow2 span {
    animation: animate-arrow2-3 1s ease-in-out infinite;
}

.iphone-middle-div:after {
    border-left: 10px solid #e8ebf0;
    content: "";
    height: 28em;
    position: absolute;
    top: 19em;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    right: 46%;
    z-index: -1;
}

.service-col-border {
    position: absolute;
    max-width: inherit !important;
    right: 0;
}

.service-col-border-right {
    left: -16px;
}

.service-col-div {
    position: relative;
    top: 61%;
    left: 0;
    transform: translate(5%,34%);
    text-align: justify;
    width: 21em;
    float: right;
}

.service-col-right {
    padding: 11em 0em 6em;
    background-image: url('../image/service-col-border-green.png');
    background-repeat: no-repeat;
    margin-top: 16em;
}

.service-col-right-div {
    position: relative;
    top: 62%;
    right: 0;
    transform: translate(0%,-24%);
    text-align: justify;
    width: 21em;
}

/*ui ux*/
.features .media:first-child {
    margin-top: 0;
}

.features .media-left, .features .media > .pull-left {
    float: left;
    padding-right: 30px;
}

.media-left i img {
    max-width: initial !important;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

.features .media-heading {
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
}

.border-lines {
    margin-top: 4.6em !important;
}

    .border-lines:before {
        background-image: url(../image/corner-lines.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        height: 5em;
        width: 8em;
        top: -2em;
        left: -6em;
    }

    .border-lines:after {
        background-image: url(../image/corner-lines.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        height: 5em;
        width: 8em;
        bottom: -2em;
        right: -6em;
    }

.ui_ux-bg {
    position: absolute;
    max-width: inherit !important;
    right: 7vw;
}

.ui_ux-bg-left:after {
    content: "";
    background-image: url(../image/ui-ux-frame-left.png);
    background-repeat: no-repeat;
    height: 572px;
    position: absolute;
    left: 5vw;
    width: 39vw;
}

.service-iphone-img {
    margin: 10em 0;
}


@media only screen and (min-width : 320px) {
    .overlay ul li {
        display: block;
        min-height: 70px;
    }

    .logo {
        position: fixed;
        left: 0;
        z-index: 999999999999999;
        top: 0%;
    }

    .button_container {
        top: 0%;
        padding: 22px 30px 20px 13px;
        margin-top: 5px;
        width: 120px;
    }

    .main-div {
        margin-top: 7em;
    }

    .about-bg {
        height: 49vw;
    }

    #about p {
        font-size: 18px !important;
    }

    .about h1 {
    }

    .font20res18 {
        font-size: 18px !important;
    }

    .tell-us {
        font-size: 45px;
        line-height: 13px;
        color: #e5f1ff;
    }

    #carousel123 img {
        max-width: none !important;
        transform: scale(0.50) !important;
        margin-left: -8.5em;
    }

    .border-lines:before {
        display: none;
    }

    .border-lines:after {
        display: none;
    }

    .service-col-div, .service-col-right-div {
        transform: inherit !important;
        width: auto !important;
    }

    .service-col-right {
        padding: 0 15px;
        margin-top: 5em;
    }

    .service-iphone-img {
        margin: 2em 0;
    }
}


@media only screen and (min-width : 480px) {
}


@media only screen and (min-width : 768px) {
    .overlay ul li {
        display: inline-block;
        min-height: 50px;
    }

    .logo {
        position: fixed;
        left: 0;
        z-index: 999999999999999;
        top: 12px;
    }

    .button_container {
        top: 12px;
    }

    #about p {
        font-size: 20px !important;
    }

    .font20res18 {
        font-size: 20px !important;
    }

    .tell-us {
        font-size: 100px;
        line-height: 50px;
        color: #e5f1ff;
    }


    #carousel123 .carousel-inner-cust .item .col-md-2, #carousel123 .carousel-inner-cust .item .col-sm-2 {
        width: calc(20vw - 2.3em) !important;
    }

    #carousel123 img {
        margin-left: -8.3em;
    }

    .banner-img {
        padding-bottom: 10%;
    }

    .social-right {
        position: fixed;
        display: table;
        left: 0;
        height: 100%;
        z-index: 100;
        transition: all 0.4s ease 0s;
    }

    .social-right-div {
        display: table-cell;
        vertical-align: middle;
    }

    .social-right li {
        padding: 0.3em 0;
    }

    .strips__strip h2 {
        font-size: 20px;
        transition: all 0.4s ease 0s;
    }

    .strips__strip:hover .banner-heading {
        font-size: 22px;
        transition: all 0.4s ease 0s;
    }

    .wrapper a .arrow1 span {
        left: 20px;
    }

    .wrapper a .arrow1:before {
        left: 10px;
    }

    .wrapper a .arrow1:after {
        left: 0px;
    }

    .wrapper a .arrow2 span {
        right: 0px;
    }

    .wrapper a .arrow2:before {
        right: 10px;
    }

    .wrapper a .arrow2:after {
        right: 0px;
    }
}


@media only screen and (min-width : 992px) {
    .about-bg {
        height: 25vw;
    }

    #carousel123 .carousel-inner-cust .item .col-md-2, #carousel123 .carousel-inner-cust .item .col-sm-2 {
        width: calc(8.3vw - 2.3em) !important;
        padding-top: 2em;
    }

    #carousel123 img {
        margin-left: -8.2em;
    }

    .wrapper a .arrow1 span {
        left: 30px;
    }

    .wrapper a .arrow1:before {
        left: 20px;
    }

    .wrapper a .arrow1:after {
        left: 10px;
    }

    .wrapper a .arrow2 span {
        right: 30px;
    }

    .wrapper a .arrow2:before {
        right: 20px;
    }

    .wrapper a .arrow2:after {
        right: 10px;
    }

    .border-lines:before {
        display: block;
        top: -3em;
        left: -2em;
        opacity: 0.5;
    }

    .border-lines:after {
        display: block;
        right: -2em;
        bottom: -3.5em;
        opacity: 0.5;
    }

    .service-col-div {
        transform: translate(5%,34%) !important;
        width: 21em !important;
    }

    .service-col-right {
        margin-top: 16em;
        padding: 11em 0em 6em !important;
    }

    .service-col-right-div {
        transform: translate(0%,-24%) !important;
        width: 21em !important;
    }

    .service-col-right {
        padding: 0 15px;
        margin-top: 5em;
    }

    .service-iphone-img {
        margin: 2em 0;
    }
}


@media only screen and (min-width : 1200px) {
    .footer-bg1 {
        background-image: url('../image/footer-bg1.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-bottom: 0px !important;
    }

    .footer-bg2 {
        background-image: url('../image/footer-bg2.png');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: inherit;
    }

    #carousel123 .carousel-inner-cust .item .col-md-2, #carousel123 .carousel-inner-cust .item .col-sm-2 {
        width: calc(10vw - 2.3em) !important;
        padding-top: 1em;
    }

    .banner-img {
        padding-bottom: 0%;
    }

    .strips__strip h2 {
        font-size: 22px;
    }

    .strips__strip:hover .banner-heading {
        font-size: 24px;
    }

    section .section-heading {
        font-size: 2vw !important;
    }

    .howitworks {
        padding-left: 5% !important;
    }

    .social-right {
        left: -20px;
    }

    #carousel123 img {
        margin-left: -8.3em;
    }

    #carousel123 img {
        margin-left: -8.2em;
    }

    .wrapper a .arrow1 span {
        left: 90px;
    }

    .wrapper a .arrow1:before {
        left: 80px;
    }

    .wrapper a .arrow1:after {
        left: 70px;
    }

    .wrapper a .arrow2 span {
        right: 90px;
    }

    .wrapper a .arrow2:before {
        right: 80px;
    }

    .wrapper a .arrow2:after {
        right: 70px;
    }
}

@media only screen and (min-width : 1500px) {
    .banner-img {
        padding-bottom: 10%;
    }

    .strips__strip h2 {
        font-size: 24px;
    }

    .strips__strip:hover .banner-heading {
        font-size: 30px;
    }

    section .section-heading {
        font-size: 30px !important;
    }

    #carousel123 .carousel-inner-cust .item .col-md-2, #carousel123 .carousel-inner-cust .item .col-sm-2 {
        width: calc(10vw - 2.3em) !important;
        padding-top: 0em;
    }

    .social-right {
        left: 0;
    }

    .border-lines:before {
        top: -2em;
        left: -6em;
        opacity: 1;
    }

    .border-lines:after {
        bottom: -2em;
        right: -6em;
        opacity: 1;
    }
}

@media only screen and (min-width : 1900px) {
    #carousel123 .carousel-inner-cust .item .col-md-2, #carousel123 .carousel-inner-cust .item .col-sm-2 {
        width: calc(10vw - 2.4em) !important;
        padding-top: 0em;
    }

    .banner-img {
        padding-bottom: 6em;
    }

    #carousel123 img {
        margin-left: -8.3em;
    }
}


/*side bar navigation*/
.side-nav #wrapper-left {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

.side-nav #sidebar-wrapper-left {
    margin-left: 0px;
    right: 0;
    width: 88px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    transition: all 0.4s ease 0s;
    display: table;
}

.nav-right {
    display: table-cell;
    vertical-align: middle;
}

.side-nav #wrapper-left.active {
    padding-left: 0;
}

    .side-nav #wrapper-left.active #sidebar-wrapper-left {
        left: 0;
    }

.side-nav #page-content-wrapper {
    width: 100%;
}



.side-nav .sidebar-nav {
    position: inherit;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .side-nav .sidebar-nav li {
        text-indent: 20px;
        height: 12px;
        margin: 20px 0;
    }

        .side-nav .sidebar-nav li a:focus {
            background-color: transparent !important;
        }

        .side-nav .sidebar-nav li a {
            color: #999999;
            display: block;
            text-decoration: none;
            padding-left: 0px;
        }

            .side-nav .sidebar-nav li a span:before {
                position: absolute;
                left: 0;
                color: #41484c;
                text-align: center;
                width: 20px;
                line-height: 18px;
            }

            .side-nav .sidebar-nav li a:hover,
            .side-nav .sidebar-nav li.active {
                color: #fff;
                background: rgba(255,255,255,0.2);
                text-decoration: none;
            }

            .side-nav .sidebar-nav li a:active,
            .side-nav .sidebar-nav li a:focus {
                text-decoration: none;
            }



    .side-nav .sidebar-nav > .sidebar-brand a {
        color: #999999;
    }

        .side-nav .sidebar-nav > .sidebar-brand a:hover {
            color: #fff;
            background: none;
        }



.side-nav .content-header {
    height: 65px;
    line-height: 65px;
}

    .side-nav .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

.side-nav #menu-toggle {
}

.side-nav .btn-menu {
    color: #000;
}

.side-nav .inset {
    padding: 20px;
}

@media (max-width:767px) {

    .side-nav #wrapper-left {
        padding-left: 0;
    }

    .side-nav #sidebar-wrapper-left {
        left: 0;
    }

    .side-nav #wrapper-left.active {
        position: relative;
        left: 250px;
    }

        .side-nav #wrapper-left.active #sidebar-wrapper-left {
            left: 250px;
            width: 250px;
            transition: all 0.4s ease 0s;
        }

    .side-nav #menu-toggle {
        display: inline-block;
    }

    .side-nav .inset {
        padding: 15px;
    }

    .padding0-res {
        padding: 0 !important;
    }

    .margin-top-3em-res {
        margin-top: 2em !important;
    }

    .margin-top-4em-res {
        margin-top: 4em !important;
    }

    .strip__content .banner-img {
        width: 7em;
    }
}


.about-nav {
    background-image: url('../image/about-nav.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
}

.contact-nav {
    background-image: url('../image/contact-nav.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
}

.service-nav {
    background-image: url('../image/services-nav.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
}

.connect-nav {
    background-image: url('../image/connect-nav.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
}


.about-nav.active {
    background-image: url('../image/about-nav-hov.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
    background-position: 1px 0;
}

.contact-nav.active {
    background-image: url('../image/contact-nav-hov.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
    background-position: right;
}

.service-nav.active {
    background-image: url('../image/services-nav-hov.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
    background-position: right;
}

.connect-nav.active {
    background-image: url('../image/connect-nav-hov.png') !important;
    background-repeat: no-repeat !important;
    height: 10px;
    background-position: right;
}

.about-bg {
    background-image: url(../image/about-bg.png) !important;
    background-repeat: no-repeat !important;
    /*height: 25vw;*/
    background-size: 100%;
}

.about-background {
    background-image: url(../image/about-backgroung.png) !important;
    background-repeat: no-repeat !important;
    background-position: center 120px;
}

.about-border {
    border-bottom: 2px solid #006CEA;
}

.about-contact {
    box-shadow: 10px -10px 98px 14px rgba(0, 108, 234, 0.23);
    padding: 2% 5% 2%;
    border-radius: 20px;
}

.margin-top-2_6em {
    margin-top: 2.6em !important;
}

.margin-top-2em {
    margin-top: 2em !important;
}

.margin-top-3em {
    margin-top: 3em !important;
}

.padding-top-3em {
    padding-top: 3em !important;
}

.padd-8-res0 {
    padding: 8% !important;
}

.padding-6vw {
    padding: 6vw !important;
}

.padding0 {
    padding: 0 !important;
}

.padding3em {
    padding: 3em !important;
}

.strips:active #sidebar-wrapper-left {
    visibility: hidden !important;
}



/* Question */

#questions input.question,
#questions textarea.question {
    font-size: 20px;
    font-weight: 600;
    border-radius: 2px;
    margin: 0;
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: padding-top 0.2s ease, margin-top 0.2s ease;
    overflow-x: hidden; /* Hack to make "rows" attribute apply in Firefox. */
}
    /* Underline and Placeholder */

    #questions input.question + label,
    #questions textarea.question + label {
        display: block;
        position: relative;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        width: 10%;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
        height: 0px;
    }

    #questions input.question:focus + label,
    #questions textarea.question:focus + label {
        width: 80%;
    }

    #questions input.question:focus,
    #questions input.question:valid {
        padding-top: 5px;
    }

    #questions textarea.question:valid,
    #questions textarea.question:focus {
        margin-top: 5px;
    }

    #questions input.question:focus + label > span,
    #questions input.question:valid + label > span {
        top: -50px;
        font-size: 14px;
        color: #bebebe;
    }

    #questions textarea.question:focus + label > span,
    #questions textarea.question:valid + label > span {
        top: -60px;
        font-size: 14px;
        color: #bebebe;
    }

#questionsinput.question:valid + label,
#questionstextarea.question:valid + label {
    border-color: green;
}

#questions input.question:invalid,
#questions textarea.question:invalid {
    box-shadow: none;
}

#questions input.question + label > span {
    font-weight: 300;
    margin: 0;
    position: absolute;
    color: #8F8F8F;
    font-size: 24px;
    top: -26px;
    left: 0px;
    z-index: -1;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

#questions textarea.question + label > span {
    font-weight: 300;
    margin: 0;
    position: absolute;
    color: #8F8F8F;
    font-size: 24px;
    top: -39px;
    left: 0px;
    z-index: -1;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

#questions input[type="submit"] {
    -webkit-transition: opacity 0.2s ease, background 0.2s ease;
    transition: opacity 0.2s ease, background 0.2s ease;
    display: block;
    opacity: 0;
    margin: 10px 0 0 0;
    padding: 10px;
    cursor: pointer;
}

    #questions input[type="submit"]:hover {
        background: #EEE;
    }

    #questions input[type="submit"]:active {
        background: #999;
    }

#questions input.question:valid ~ input[type="submit"], #questions textarea.question:valid ~ input[type="submit"] {
    -webkit-animation: appear 1s forwards;
    animation: appear 1s forwards;
}

#questions input.question:invalid ~ input[type="submit"], #questions textarea.question:invalid ~ input[type="submit"] {
    display: none;
}

.contact-border-textarea {
    padding: 29px 20px 20px;
}

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

@keyframes appear {
    100% {
        opacity: 1;
    }
}


.sliding-middle-out {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

    .sliding-middle-out:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }

    .sliding-middle-out:hover:after {
        width: 100%;
        background: #ffb800 !important;
    }

.sliding-middle-out-blue {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

    .sliding-middle-out-blue:after {
        content: '';
        display: block;
        margin: auto;
        height: 3px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }

    .sliding-middle-out-blue:hover:after {
        width: 100%;
        background: #006cea !important;
    }







/*.input-ripple .form-group {
    position: relative;
}


.input-ripple label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.input-ripple .float-label {
    left: 0;
    top: 7px;
    font-size: 16px;
    pointer-events: none;
}

.input-ripple .form-control, .input-ripple .form-control:focus {
    border: none;
    box-shadow: none;
    font-size: 16px;
}

    .input-ripple .form-control:focus ~ .float-label,
    .input-ripple .form-control:valid ~ .float-label {
        top: -18px;
        font-size: 12px;
        box-shadow: none;
    }
    
    .input-ripple .form-control:focus ~ label {
        color: #03a9f4;
    }

    .input-ripple .form-control:focus ~ .form-bar:before,
    .input-ripple .form-control:focus ~ .form-bar:after {
        background: #03a9f4;
    }

.input-ripple .form-group .help-block {
    position: absolute;
}

.input-ripple .help-block {
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 300;
}

.input-ripple .input-group-addon {
    border: none;
    background: transparent;
}

.input-ripple .input-group {
    width: 100%;
}

Basic input element using psuedo classes*/



@media all and (min-width: 768px) {
    .carousel-showsixmoveone .carousel-inner > .active.left,
    .carousel-showsixmoveone .carousel-inner > .prev {
        left: -33.333%;
    }

    .carousel-showsixmoveone .carousel-inner > .active.right,
    .carousel-showsixmoveone .carousel-inner > .next {
        left: 33.333%;
    }

    .carousel-showsixmoveone .carousel-inner > .left,
    .carousel-showsixmoveone .carousel-inner > .prev.right,
    .carousel-showsixmoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner .cloneditem-1,
    .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
        display: block;
    }



    .carousel-inner-cust {
        margin-top: 5.3%;
    }

    #carousel123 .carousel-inner-cust .item.active .cloneditem-5 img {
        transform: scale(1) !important;
        transition: all 200ms ease 0s;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showsixmoveone .carousel-inner > .item.active.right,
    .carousel-showsixmoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.333%, 0, 0);
        transform: translate3d(33.333%, 0, 0);
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner > .item.active.left,
    .carousel-showsixmoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.333%, 0, 0);
        transform: translate3d(-33.333%, 0, 0);
        left: 0;
    }

        .carousel-showsixmoveone .carousel-inner > .item.left,
        .carousel-showsixmoveone .carousel-inner > .item.prev.right,
        .carousel-showsixmoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showsixmoveone .carousel-inner > .active.left,
    .carousel-showsixmoveone .carousel-inner > .prev {
        left: -16.666%;
    }

    .carousel-showsixmoveone .carousel-inner > .active.right,
    .carousel-showsixmoveone .carousel-inner > .next {
        left: 16.666%;
    }

    .carousel-showsixmoveone .carousel-inner > .left,
    .carousel-showsixmoveone .carousel-inner > .prev.right,
    .carousel-showsixmoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner .cloneditem-3,
    .carousel-showsixmoveone .carousel-inner .cloneditem-4,
    .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showsixmoveone .carousel-inner > .item.active.right,
    .carousel-showsixmoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }

    .carousel-showsixmoveone .carousel-inner > .item.active.left,
    .carousel-showsixmoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }

        .carousel-showsixmoveone .carousel-inner > .item.left,
        .carousel-showsixmoveone .carousel-inner > .item.prev.right,
        .carousel-showsixmoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}



.wrapper a .arrow span {
    display: block;
    width: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    opacity: 1;
    position: absolute;
}

.berlin {
    z-index: 10001;
}

    .berlin .close {
        color: #00ff81;
        font-size: 50px;
        position: absolute;
        top: -20px;
        right: -20px;
        line-height: 20px;
        background-color: #fff;
        padding: 5px 10px 20px;
        opacity: 1;
        border-radius: 50%;
        box-shadow: 0 2px 8px 0px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    }

    .berlin .modal-lg {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90vh;
    }

    .berlin .modal-content {
        background-color: transparent;
    }

@media only screen and (min-width: 1200px) {
    .berlin .modal-content {
        width: 80%;
    }
}

@media only screen and (min-width: 1500px) {
    .berlin .modal-content {
        width: auto;
    }
}

.berlin a {
    margin-bottom: 0;
    display: block;
}

    .berlin a image {
        width: 100%;
    }

.berlin .modal-body {
    padding: 0;
}
