@keyframes element1 {
    0% {
        left: 40%;
        transform: rotate(0deg)
    }

    40% {
        left: 45%;
        transform: rotate(0deg)
    }

    50% {
        left: 45%;
        transform: rotate(360deg)
    }

    90% {
        left: 40%;
        transform: rotate(360deg)
    }

    100% {
        left: 40%;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes element1 {
    0% {
        left: 40%;
        transform: rotate(0deg)
    }

    40% {
        left: 45%;
        transform: rotate(0deg)
    }

    50% {
        left: 45%;
        transform: rotate(360deg)
    }

    90% {
        left: 40%;
        transform: rotate(360deg)
    }

    100% {
        left: 40%;
        transform: rotate(0deg)
    }
}

@keyframes element2 {
    0% {
        top: 400px;
        transform: rotate(0deg)
    }

    40% {
        top: 320px;
        transform: rotate(0deg)
    }

    50% {
        top: 320px;
        transform: rotate(360deg)
    }

    90% {
        top: 400px;
        transform: rotate(360deg)
    }

    100% {
        top: 400px;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes element2 {
    0% {
        top: 400px;
        transform: rotate(0deg)
    }

    40% {
        top: 320px;
        transform: rotate(0deg)
    }

    50% {
        top: 320px;
        transform: rotate(360deg)
    }

    90% {
        top: 400px;
        transform: rotate(360deg)
    }

    100% {
        top: 400px;
        transform: rotate(0deg)
    }
}

@keyframes element3 {
    0% {
        left: 75%;
        transform: rotate(0deg)
    }

    40% {
        left: 60%;
        transform: rotate(0deg)
    }

    50% {
        left: 60%;
        transform: rotate(45deg)
    }

    90% {
        left: 75%;
        transform: rotate(45deg)
    }

    100% {
        left: 75%;
        transform: rotate(0deg)
    }
}

@-webkit-keyframes element3 {
    0% {
        left: 75%;
        transform: rotate(0deg)
    }

    40% {
        left: 60%;
        transform: rotate(0deg)
    }

    50% {
        left: 60%;
        transform: rotate(45deg)
    }

    90% {
        left: 75%;
        transform: rotate(45deg)
    }

    100% {
        left: 75%;
        transform: rotate(0deg)
    }
}

@keyframes element4 {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: .3
    }

    50% {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: .3
    }
}

@-webkit-keyframes element4 {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: .3
    }

    50% {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: .3
    }
}

@keyframes industry {
    from {
        background-position: right top
    }

    to {
        background-position: right bottom
    }
}

@-webkit-keyframes industry {
    from {
        background-position: right top
    }

    to {
        background-position: right bottom
    }
}

@keyframes viewmore {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes viewmore {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "DM Sans", sans-serif
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

img {
    border: 0 none;
    width: auto;
    max-width: 100%;
    vertical-align: top;
    -moz-user-select: none;
    user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -.5px
}

:focus {
    outline: 0 none
}

a,
img,
button {
    text-decoration: none;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}

a:hover {
    text-decoration: none
}

img {
    width: auto
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 800
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre {
    margin: 1em 0
}

p:last-child,
p:last-of-type {
    margin-bottom: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu {
    margin: 0;
    padding: 0
}

dd {
    margin: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none
}

iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0 none;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
    margin: 1px 8px 0 0;
    vertical-align: middle
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="file"],
textarea {
    -webkit-appearance: none;
    resize: none;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #f6f6f6;
    padding: 0px 20px;
    line-height: 1.0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-weight: 400
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
    background-color: #fff
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
    height: 52px
}

input[type="file"] {
    padding: 8px 15px;
    cursor: pointer;
    color: #767676
}

textarea {
    height: 160px;
    overflow: auto;
    vertical-align: top;
    padding: 10px 20px;
    line-height: 1.4
}

select {
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #dddddd;
    background: #f6f6f6 url(../img/dd-arrow.png) no-repeat right center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    color: #777;
    height: 52px
}

select:hover {
    border-color: #ebebeb;
    background: #fff url(../img/dd-arrow.png) no-repeat right center
}

select option {
    padding: 5px;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal;
    font-size: 14px
}

hr {
    border: 0 none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 45px 0;
    display: block;
    width: 100%
}

ul,
ol {
    margin: 20px 0;
    padding-left: 15px;
    font-family: "DM Sans", sans-serif
}

ul ul,
ol ol {
    margin: 10px 0
}

ul ul li {
    list-style: circle outside
}

ol ol li {
    list-style: lower-roman outside
}

ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
    margin-top: 0
}

*+ul:first-of-type,
*+ul:first-child,
*+ol:first-of-type,
*+ol:first-child {
    margin-top: 10px
}

ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.nolist li {
    list-style: none;
    margin: 0;
    padding: 0
}

ul:last-child {
    margin-bottom: 0px
}

ul li {
    margin-bottom: 5px
}

ol li {
    margin-bottom: 10px
}

.rel {
    position: relative
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.background-no-repeat {
    background-repeat: no-repeat
}

.background-size-cover {
    background-size: cover;
    -webkit-background-size: cover
}

.background-width-full {
    background-size: 100% auto;
    -webkit-background-size: 100% auto
}

.background-height-full {
    background-size: auto 100%;
    -webkit-background-size: auto 100%
}

[class*="col-"] {
    float: left;
    min-height: 1px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 20px;
    background: #fff
}

#cboxContent iframe {
    width: 100% !important;
    height: 100% !important
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #fff
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #e1e2e7;
    text-indent: -9999px
}

#cboxClose:hover {
    background-color: #ffcc33
}

#cboxClose::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 100% auto
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

.animated {
    visibility: visible;
    -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-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        -webkit-transform: translateX(20px)
    }

    80% {
        -webkit-transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        -moz-transform: translateX(20px)
    }

    80% {
        -moz-transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px)
    }

    80% {
        -o-transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        transform: translateX(20px)
    }

    80% {
        transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        -webkit-transform: translateX(-20px)
    }

    80% {
        -webkit-transform: translateX(5px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    60% {
        -moz-transform: translateX(-20px)
    }

    80% {
        -moz-transform: translateX(5px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    60% {
        -o-transform: translateX(-20px)
    }

    80% {
        -o-transform: translateX(5px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        transform: translateX(-20px)
    }

    80% {
        transform: translateX(5px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }

    50% {
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3)
    }

    50% {
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3)
    }

    50% {
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none
    }

    70% {
        background: none
    }

    100% {
        background: #464646
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none
    }

    70% {
        background: none
    }

    100% {
        background: #464646
    }
}

@keyframes fadeBgColor {
    0% {
        background: none
    }

    70% {
        background: none
    }

    100% {
        background: #464646
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: 0.75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
}

@keyframes rubberBand {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {

    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {

    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color !important
}

.container {
    width: 1280px;
    margin: 0 auto
}

.container-fluid {
    padding: 0 160px
}

.container::after,
.container::after,
.container-fluid::after,
.container-fluid::after {
    content: "";
    display: table;
    clear: both
}

.desktop {
    display: block
}

.mobile {
    display: none
}

body.noscroll {
    overflow-x: hidden
}

.btn {
    width: auto;
    height: 52px;
    display: inline-block;
    vertical-align: top;
    background-color: #363e51;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    margin-right: 10px;
    padding: 0 40px;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: .8px;
    text-transform: uppercase
}

.btn:last-child {
    margin-right: 0
}

.btn:hover {
    background-color: #1eace2;
    color: #fff
}

.btn.white {
    background-color: #fff;
    color: #0a1119
}

.btn.white:hover {
    background-color: #fed74b;
    color: #0a1119
}

.btn.yellow {
    background-color: #fed74b;
    color: #0a1119
}

.btn.yellow:hover {
    background-color: #1eace2;
    color: #fff
}

.btn.small {
    height: 42px;
    padding: 0 30px;
    font-size: 15px;
    line-height: 44px
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 52px
}

h3 {
    font-size: 42px
}

h4 {
    font-size: 36px
}

h5 {
    font-size: 32px
}

h6 {
    font-size: 28px
}

small {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: #0378f9;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

p {
    margin: 0 0 25px;
    font-size: 17px;
    color: #555;
    font-weight: 400;
    line-height: 1.7
}

p strong {
    font-weight: 700
}

p:last-child {
    margin: 0 0 0
}

p a {
    color: #1eace2
}

p a:hover {
    color: #0e1927
}

ul.list-icon {
    margin: 0 0 30px;
    padding: 0
}

ul.list-icon li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px !important;
    font-size: 17px;
    color: #555;
    font-weight: 400;
    line-height: 1.6
}

ul.list-icon li:last-child {
    margin-bottom: 0px !important
}

ul.list-icon li a {
    color: #0a1119
}

ul.list-icon li a:hover {
    color: #0378f9
}

ul.list-icon li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 15px;
    color: #0378f9
}

.row {
    margin: 30px -15px 0;
    font-size: 0
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.row:first-child {
    margin: 0 -15px 0
}

.row [class*="col-"] {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px
}

.row .col-20 {
    width: 20%
}

.row .col-25 {
    width: 25%
}

.row .col-30 {
    width: 30%
}

.row .col-33 {
    width: 33.33%
}

.row .col-40 {
    width: 40%
}

.row .col-50 {
    width: 50%
}

.row .col-60 {
    width: 60%
}

.row .col-66 {
    width: 100%;
}

.row .col-70 {
    width: 70%
}

.row .col-75 {
    width: 75%
}

.row .col-80 {
    width: 80%
}

.row .col-100 {
    width: 100%
}

.section_secondaryheader {
    display: none;
    background-color: #014061;
    padding: 10px 0;
    text-align: center
}

.section_secondaryheader p a {
    color: #fff
}

.section_secondaryheader p a:hover {
    color: #fed74b
}

header {
    z-index: 11;
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header.fixed {
    position: fixed;
    top: 0;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2)
}

header .container-fluid {
    padding: 0 60px
}

header .logo {
    width: 182px;
    height: 27px;
    float: left;
    margin-top: 19px;
    background: url(../img/logo.png) no-repeat left top;
    background-size: 100% auto;
    font-size: 0
}

/* header nav {
    float: right
} */

header nav button {
    display: none
}

header nav ul {
    z-index: 7;
    position: relative;
    margin: 0 !important;
    padding: 0;
    text-align: right;
    font-size: 0
}

header nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: .5px
}

header nav ul li:first-child {
    margin-left: 0
}

header nav ul li>a {
    display: block;
    position: relative;
    color: #777777;
    font-weight: 500;
    line-height: 66px
}

header nav ul li>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 4px;
    /* background-color: #0378f9; */
    background-color: #5e1fee;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header nav ul li:hover>a {
    color: #000
}

header nav ul li:hover>a::after {
    width: 100%
}

header nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: -20px
}

header nav ul li:hover>.megamenu {
    opacity: 1;
    visibility: visible;
    left: 0
}

header nav ul li ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    left: -30px;
    top: 100%;
    width: 320px;
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15)
}

header nav ul li ul li {
    display: block;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 16px
}

header nav ul li ul li:first-child {
    border-top: 0px solid rgba(0, 0, 0, 0.1)
}

header nav ul li ul li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    background-color: #f8f8f8;
    color: #777777;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize
}

header nav ul li ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    /* background-color: #0378f9; */
    background-color: #5e1fee;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header nav ul li ul li a span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

header nav ul li ul li a span i {
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    font-weight: 500;
    line-height: 1
}

header nav ul li ul li:hover>a {
    background-color: #fff;
    color: #000;
    line-height: 1.2
}

header nav ul li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    left: -100%
}

header nav ul li ul li>ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    left: -110%;
    top: 0;
    margin-top: 0px !important;
    background-color: #fff
}

header nav ul li .megamenu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    left: 0;
    right: 0;
    padding: 45px 160px;
    width: 100%;
    min-height: auto;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left
}

header nav ul li .megamenu h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #00618e
}

header nav ul li .megamenu h6.small {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    font-size: 21px;
    color: #0e1927
}

header nav ul li .megamenu ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block
}

header nav ul li .megamenu ol li {
    display: block;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 17px
}

header nav ul li .megamenu ol li:last-child a {
    border-bottom: 0px
}

header nav ul li .megamenu ol li a {
    display: block;
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #888888;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize
}

header nav ul li .megamenu ol li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

header nav ul li .megamenu ol li a:hover {
    color: #000
}

header nav ul li .megamenu ol li a:hover::after {
    width: 100%;
    /* background-color: #0378f9 */
    background-color: #5e1fee
}

header nav ul li .megamenu ol li ol {
    margin: 0 0 10px
}

header nav ul li .megamenu ol li ol li {
    font-size: 16px
}

header nav ul li .megamenu ol li ol li a {
    padding: 10px 10px;
    color: #777777
}

header nav ul li .megamenu ol li ol li a i {
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
    /* color: #0378f9 */
    color: #5e1fee
}

header nav ul li .megamenu .quotesmsg {
    position: relative;
    background-color: #0e1927;
    padding: 1px
}

header nav ul li .megamenu .quotesmsg .rakingmoretest {
    position: relative;
    background: #fff url(../img/google-rating-icon2.png) no-repeat left center;
    background-size: 100% auto;
    padding: 18px 20px;
    text-align: right
}

header nav ul li .megamenu .quotesmsg p {
    padding: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7)
}

header nav ul li .megamenu .quotesmsg p.review {
    font-family: 'Comic Sans MS';
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400
}

header nav ul li .megamenu .quotesmsg .avtar {
    padding: 20px;
    font-size: 17px;
    font-family: 'Comic Sans MS';
    color: #fff;
    line-height: 1.4
}

header nav ul li .megamenu .quotesmsg .avtar span {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    -ms-border-radius: 110px;
    -o-border-radius: 110px;
    border-radius: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center
}

header nav ul li .megamenu .quotesmsg .avtar img {
    width: auto;
    height: 90px;
    display: inline-block
}

header nav ul li .megamenu .quotesmsg .avtar strong {
    display: block;
    margin-top: 7px;
    font-size: 22px;
    color: #fbe705;
    font-weight: 500;
    line-height: 1.2
}

.home-banner {
    position: relative;
    height: 100vh;
    background-color: #090909
}

.home-banner .element {
    z-index: 2;
    position: absolute
}

.home-banner .element img {
    width: auto
}

.home-banner .element.one {
    top: 160px;
    left: 40%;
    -webkit-animation: element1 5s linear infinite;
    animation: element1 5s linear infinite
}

.home-banner .element.two {
    top: 400px;
    right: 60px;
    -webkit-animation: element2 10s linear infinite;
    animation: element2 10s linear infinite
}

.home-banner .element.three {
    bottom: 200px;
    left: 75%;
    -webkit-animation: element3 10s linear infinite;
    animation: element3 10s linear infinite
}

.home-banner .element.four {
    bottom: 45px;
    right: 45px;
    -webkit-animation: element4 3s linear infinite;
    animation: element4 3s linear infinite
}

.home-banner .content {
    z-index: 3;
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 1080px;
    text-align: left
}

.home-banner .content p {
    margin: 0 0 25px;
    font-size: 20px;
    color: #cccccc;
    font-weight: 400
}

.home-banner .content p.heading {
    margin: 0 0 15px;
    font-size: 72px;
    color: #fff;
    font-weight: 600;
    line-height: 1
}

.home-banner .content p.heading span {
    color: #1eace2
}

.home-banner .content p.tags span {
    display: inline-block;
    background-color: #0378f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase
}

.home-banner ul {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    z-index: 2;
    position: absolute;
    right: 60px;
    bottom: 0px;
    width: 720px
}

.home-banner ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 30px 0 30px;
    text-align: center
}

.home-banner ul li:first-child {
    padding: 0 30px 0 0;
    border-left: 0px
}

.home-banner ul li .leftinfo {
    display: inline-block;
    vertical-align: middle
}

.home-banner ul li .rightinfo {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.home-banner ul li .icon img {
    width: auto;
    height: 42px;
    display: inline-block
}

.home-banner ul li .rating {
    margin-top: 5px
}

.home-banner ul li .rating.icon img {
    width: auto;
    height: 22px;
    display: inline-block
}

.home-banner ul li .rating.text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .5px
}

.socialbtns {
    z-index: 3;
    position: fixed;
    left: 30px;
    bottom: -5px
}

.socialbtns ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    font-size: 0
}

.socialbtns ol li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
    margin-bottom: 0
}

.socialbtns ol li a.facebook {
    width: 48px;
    height: 58px;
    display: inline-block;
    background: url(../img/social_facebook.png) no-repeat left top;
    font-size: 0
}

.socialbtns ol li a.facebook:hover {
    height: 160px
}

.socialbtns ol li a.twitter {
    width: 48px;
    height: 58px;
    display: inline-block;
    background: url(../img/social_twitter.png) no-repeat left top;
    font-size: 0
}

.socialbtns ol li a.twitter:hover {
    height: 160px
}

.socialbtns ol li a.instagram {
    width: 48px;
    height: 58px;
    display: inline-block;
    background: url(../img/social_instagram.png) no-repeat left top;
    font-size: 0
}

.socialbtns ol li a.instagram:hover {
    height: 160px
}

.socialbtns ol li a.pinterest {
    width: 48px;
    height: 58px;
    display: inline-block;
    background: url(../img/social_pinterest.png) no-repeat left top;
    font-size: 0
}

.socialbtns ol li a.pinterest:hover {
    height: 160px
}

.socialbtns ol li a.linkedin {
    width: 48px;
    height: 58px;
    display: inline-block;
    background: url(../img/social_linkedin.png) no-repeat left top;
    font-size: 0
}

.socialbtns ol li a.linkedin:hover {
    height: 160px
}

.socialbtns ol li a.youtube {
    width: 48px;
    height: 58px;
    display: inline-block;
    background: url(../img/social_youtube.png) no-repeat left top;
    font-size: 0
}

.socialbtns ol li a.youtube:hover {
    height: 160px
}

.home-banner .home-slider .slide {
    position: relative;
    height: 100vh
}

.home-banner .home-slider .slide.one {
    background: #0a1119 url(../img/banner-slide-bg1.jpg) no-repeat right bottom;
    background-size: auto 100%
}

.home-banner .home-slider .slide::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(10, 17, 25, 0), rgba(10, 17, 25, 0))
}

.home-banner .home-slider .slick-arrow {
    z-index: 4;
    position: absolute;
    bottom: 45px;
    width: 60px;
    height: 60px;
    background-color: #dbdbdb;
    font-size: 0px
}

.home-banner .home-slider .slick-arrow:hover {
    background-color: #1eace2
}

.home-banner .home-slider .slick-arrow.slick-prev {
    left: 9%
}

.home-banner .home-slider .slick-arrow.slick-prev::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 30px;
    background: url(../img/control-arrow-left.png) no-repeat left top;
    background-size: 100% auto
}

.home-banner .home-slider .slick-arrow.slick-prev:hover::before {
    content: "";
    background: url(../img/control-arrow-left.png) no-repeat left bottom;
    background-size: 100% auto
}

.home-banner .home-slider .slick-arrow.slick-next {
    left: 9%;
    margin-left: 61px
}

.home-banner .home-slider .slick-arrow.slick-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 30px;
    background: url(../img/control-arrow-right.png) no-repeat left top;
    background-size: 100% auto
}

.home-banner .home-slider .slick-arrow.slick-next:hover::before {
    content: "";
    background: url(../img/control-arrow-right.png) no-repeat left bottom;
    background-size: 100% auto
}

.section_lineanimation {
    padding: 30px 0;
    text-align: center
}

.section_lineanimation a {
    background-image: linear-gradient(68.2deg, #070362 -0.1%, #b31a84 47.7%, #efba53 100.2%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 4s linear infinite;
    animation: shine 4s linear infinite;
    font-size: 42px;
    color: #000;
    font-weight: 700;
    line-height: 1.4
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

.section_freeproposal {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    padding: 45px 0
}

.section_freeproposal h3 {
    margin: 0 0 10px;
    color: #1eace2
}

.section_freeproposal p img {
    width: 70%
}

.section_freeproposal h6 {
    margin: 0 0 20px;
    color: #0a1119
}

.section_freeproposal form label {
    display: block;
    margin-top: 15px
}

.section_clients {
    background-color: #fff;
    padding: 70px 0
}

.section_clients small {
    font-size: 18px;
    color: #0378f9
}

.section_clients h3 {
    margin: 0 0 10px;
    color: #0a1119;
    line-height: 1
}

.section_clients h3 span {
    color: #1eace2
}

.section_clients p {
    color: #555
}

.section_clients .client-slider1,
.section_clients .client-slider2 {
    margin: 30px 0 0
}

.section_clients .client-slider1 .slick-slide,
.section_clients .client-slider2 .slick-slide {
    padding: 0 10px
}

.section_clients .client-slider1 .slick-slide img,
.section_clients .client-slider2 .slick-slide img {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.section_growbusiness {
    background: url(../img/waves-bg.jpg) no-repeat left bottom;
    background-attachment: fixed;
    padding: 70px 0;
    text-align: center
}

.section_growbusiness h3 {
    margin: 0 0 10px;
    color: #0a1119;
    line-height: 1
}

.section_growbusiness h3 span {
    color: #1eace2
}

.section_growbusiness ul {
    margin: 15px -10px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0
}

.section_growbusiness ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 0 10px
}

.section_growbusiness ul li .box {
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-image: linear-gradient(to bottom, #f5f5f5, #fff, #f5f5f5);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    padding: 50px 30px
}

.section_growbusiness ul li .box p img {
    width: auto;
    height: 132px;
    display: inline-block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.section_growbusiness ul li .box p strong {
    margin-bottom: 15px;
    display: block;
    font-size: 22px;
    color: #34495e;
    font-weight: 700;
    line-height: 1
}

.section_growbusiness ul li .box p a {
    display: inline-block;
    margin-top: 15px;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    color: #0a1119;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.section_growbusiness ul li .box:hover {
    background-image: linear-gradient(to bottom, #fff, #f5f5f5, #fff);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.section_growbusiness ul li .box:hover p {
    color: #111111
}

.section_growbusiness ul li .box:hover p img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.section_growbusiness ul li .box:hover p strong {
    color: #0378f9
}

.section_growbusiness ul li .box:hover p a {
    background-color: #1eace2;
    color: #fff
}

.section_ourwork {
    padding: 70px 0;
    text-align: center
}

.section_ourwork h3 {
    margin: 0 0 10px;
    color: #0a1119;
    line-height: 1
}

.section_ourwork h3 span {
    color: #1eace2
}

.section_ourwork ul {
    margin: 35px -15px;
    padding: 0 0;
    list-style-type: none;
    font-size: 0
}

.section_ourwork ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0;
    padding: 0 15px
}

.section_ourwork ul li a.thumb {
    display: block;
    height: 520px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -webkit-transition: 7s;
    -moz-transition: 7s;
    -ms-transition: 7s;
    -o-transition: 7s;
    transition: 7s
}

.section_ourwork ul li a.thumb::before {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent
}

.section_ourwork ul li a.thumb::after {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    content: "";
    z-index: 2;
    position: absolute;
    left: 35%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 112px;
    height: 112px;
    background: url(../img/icon-rightup-arrow.png) no-repeat left top;
    background-size: 100% auto;
    -webkit-animation: viewmore 5s linear infinite;
    animation: viewmore 5s linear infinite;
    opacity: 0;
    visibility: hidden
}

.section_ourwork ul li a.thumb.mbarendezvous {
    background: url(../../img/portfolio/mba-rendezous-screen.png) center top;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.mbarendezvous:hover {
    background: url(../../img/portfolio/mba-rendezous-screen.png) center bottom;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.autovikas {
    background: url(../../img/portfolio/autovikas-screen.png) center top;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.autovikas:hover {
    background: url(../../img/portfolio/autovikas-screen.png) center bottom;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.grandcolumbus {
    background: url(../../img/portfolio/grand-columbus-screen.png) center top;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.grandcolumbus:hover {
    background: url(../../img/portfolio/grand-columbus-screen.png) center bottom;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.perfectlocation {
    background: url(../../img/portfolio/the-perfect-location-screen.png) center top;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.perfectlocation:hover {
    background: url(../../img/portfolio/the-perfect-location-screen.png) center bottom;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.valiantjapanese {
    background: url(../../img/portfolio/valiant-japanese-screen.png) center top;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb.valiantjapanese:hover {
    background: url(../../img/portfolio/valiant-japanese-screen.png) center bottom;
    background-size: 100% auto
}

.section_ourwork ul li a.thumb strong {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fed74b;
    border-radius: 0px 30px 0 0;
    padding: 15px 30px;
    text-align: left;
    width: 80%;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .2px
}

.section_ourwork ul li a.thumb:hover strong {
    background-color: #2e1e00;
    color: #fed74b
}

.section_ourwork ul li a.thumb:hover::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7)
}

.section_ourwork ul li a.thumb:hover::after {
    content: "";
    opacity: 1;
    visibility: visible
}

.section_aboutcompany {
    background-color: #1eace2;
    padding: 70px 0
}

.section_aboutcompany small {
    color: #fff
}

.section_aboutcompany h2 {
    margin: 0 0 10px;
    font-size: 52px;
    color: #000;
    line-height: 1.1
}

.section_aboutcompany h2 span {
    display: block;
    color: #fff
}

.section_aboutcompany p {
    color: #fff
}

.section_aboutcompany ul.list-box {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0
}

.section_aboutcompany ul.list-box li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 0 15px
}

.section_aboutcompany ul.list-box li .box {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    min-height: 400px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(1, 97, 134, 0.9);
    padding: 40px 30px;
    text-align: center
}

.section_aboutcompany ul.list-box li .box img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: auto;
    display: inline-block;
    margin-bottom: 15px
}

.section_aboutcompany ul.list-box li .box p {
    color: #555
}

.section_aboutcompany ul.list-box li .box p strong {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    color: #0a1119
}

.section_aboutcompany ul.list-box li .box:hover {
    background-color: #fed74b
}

.section_aboutcompany ul.list-box li .box:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.section_aboutcompany ul.list-box li .box:hover p {
    color: #000
}

.section_aboutcompany ul.list-box li .box:hover p strong {
    color: #000
}

.section_aboutcompany ul.list-icon {
    margin: 0 0 30px
}

.section_aboutcompany ul.list-icon li {
    color: #fff
}

.section_aboutcompany ul.list-icon li i {
    color: #fff
}

.section_projectcasestudy {
    padding: 70px 0;
    background-color: #0a1119;
    text-align: center
}

.section_projectcasestudy h2 {
    margin: 0 0 10px;
    font-size: 52px;
    color: #fff;
    line-height: 1.1
}

.section_projectcasestudy h2 span {
    color: #fed74b
}

.section_projectcasestudy ul {
    margin: 0 -10px 45px;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0
}

.section_projectcasestudy ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    padding: 0 10px
}

.section_projectcasestudy ul li .box {
    position: relative;
    display: block;
    height: 580px;
    overflow: hidden;
    background-color: #e3e2e2;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px
}

.section_projectcasestudy ul li .box.valiantjapanese::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/valiant-japanese-casestudy-img.jpg) no-repeat center top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.section_projectcasestudy ul li .box.perfectlocation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/theperfect-location-casestudy-img.jpg) no-repeat left top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.section_projectcasestudy ul li .box.smlwindia::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/smlw-india-casestudy-img.jpg) no-repeat left top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.section_projectcasestudy ul li .box.grandcolumbus::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/grand-columbus-casestudy-img.jpg) no-repeat left top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.section_projectcasestudy ul li .box.vishalfurnishings::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/vishal-machine-casestudy-img.jpg) no-repeat left top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.section_projectcasestudy ul li .box.autovikas::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/autovikas-casestudy-img.jpg) no-repeat left top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.section_projectcasestudy ul li .box .content {
    z-index: 2;
    position: absolute;
    left: 10px;
    top: auto;
    bottom: 10px;
    right: 10px;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 0 0 24px 24px;
    border-radius: 0 0 24px 24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: left
}

.section_projectcasestudy ul li .box .content p {
    margin: 0 0 10px;
    color: #484747;
    line-height: 1.6
}

.section_projectcasestudy ul li .box .content p:last-child {
    margin: 0 0 0px
}

.section_projectcasestudy ul li .box .content p strong {
    font-size: 17px;
    color: #0a1119;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.section_projectcasestudy ul li .box .content p a {
    position: relative;
    padding-right: 22px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase
}

.section_projectcasestudy ul li .box .content p a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 13px;
    background: url(../img/text-arrow-icon.png) no-repeat left top;
    background-size: 100% auto;
    opacity: .5
}

.section_projectcasestudy ul li .box:hover.valiantjapanese::before {
    background: url(../img/valiant-japanese-casestudy-img.jpg) no-repeat left top;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section_projectcasestudy ul li .box:hover.perfectlocation::before {
    background: url(../img/theperfect-location-casestudy-img.jpg) no-repeat center top;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section_projectcasestudy ul li .box:hover.smlwindia::before {
    background: url(../img/smlw-india-casestudy-img.jpg) no-repeat center top;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section_projectcasestudy ul li .box:hover.grandcolumbus::before {
    background: url(../img/grand-columbus-casestudy-img.jpg) no-repeat center top;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section_projectcasestudy ul li .box:hover.vishalfurnishings::before {
    background: url(../img/vishal-machine-casestudy-img.jpg) no-repeat center top;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section_projectcasestudy ul li .box:hover.autovikas::before {
    background: url(../img/autovikas-casestudy-img.jpg) no-repeat center top;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.section_projectcasestudy ul li .box:hover .content {
    background-color: #1eace2
}

.section_projectcasestudy ul li .box:hover .content p {
    color: rgba(255, 255, 255, 0.8)
}

.section_projectcasestudy ul li .box:hover .content p strong {
    color: #fff
}

.section_projectcasestudy ul li .box:hover .content p a {
    padding-right: 30px;
    color: #000000
}

.section_projectcasestudy ul li .box:hover .content p a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 13px;
    background: url(../img/text-arrow-icon.png) no-repeat left top;
    background-size: 100% auto;
    opacity: 1
}

.section_projectcasestudy ol {
    margin: 70px 0 -7px;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0
}

.section_projectcasestudy ol li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px
}

.section_projectcasestudy ol li .circle {
    position: relative;
    padding: 45px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .5px
}

.section_projectcasestudy ol li .circle img {
    width: 90px;
    display: inline-block
}

.section_projectcasestudy ol li .circle strong {
    display: block;
    margin-top: 15px;
    font-size: 56px;
    color: #1eace2;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px
}

.section_digitalservices {
    position: relative;
    padding: 70px 0;
    text-align: center
}

.section_digitalservices::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 800px;
    background: url(../img/digital-services-bg1.jpg) no-repeat left top;
    background-size: 100% auto;
    opacity: .1
}

.section_digitalservices::after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 380px;
    background: url(../img/digital-services-bg2.jpg) no-repeat left top;
    background-size: 100% auto;
    opacity: .8
}

.section_digitalservices h3 {
    margin: 0 0 10px;
    font-size: 56px
}

.section_digitalservices h3 span {
    display: block;
    color: #1eace2;
    line-height: 1
}

/* .section_digitalservices ul {
    margin: -30px -15px 40px;
    padding: 0 90px;
    list-style-type: none;
    display: block;
    font-size: 0
}

.section_digitalservices .digital_cards {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    padding: 0 15px
} */

.section_digitalservices .digital_cards a {
    display: block;
    background-color: #f2f8f6;
    border: 1px solid #c7d7d2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden
}

.section_digitalservices .digital_cards a img {
    width: 100%;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%) */
}

.section_digitalservices .digital_cards a .shortdesc {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: left;
    min-height: 220px;
    padding: 35px 30px;
    font-size: 18px;
    color: #555;
    line-height: 1.7
}

.section_digitalservices .digital_cards a .shortdesc span.readmore {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    background-color: #0378f9;
    text-align: center
}

.section_digitalservices .digital_cards a .shortdesc span.readmore i {
    font-size: 24px;
    color: #fff;
    line-height: 60px
}

.section_digitalservices .digital_cards a .shortdesc strong {
    display: block;
    margin: 0 0 15px;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    line-height: 1.2
}

.section_digitalservices .digital_cards a:hover {
    background-color: #fff
}

.section_digitalservices .digital_cards a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.section_digitalservices .digital_cards a:hover .shortdesc {
    color: #000
}

.section_digitalservices .digital_cards a:hover .shortdesc span.readmore {
    right: 0;
    bottom: 0
}

.section_digitalservices .digital_cards a:hover .shortdesc strong {
    color: #0378f9
}

.section_industryweserve {
    padding: 90px 20% 90px 70px;
    background: #373f52 url(../img/industry-weserve-bg3.jpg) no-repeat right top;
    -webkit-animation: industry 90s linear infinite;
    animation: industry 90s linear infinite;
    text-align: left
}

.section_industryweserve h3 {
    margin: 0 0 30px;
    font-size: 48px;
    color: #fff;
    line-height: 1
}

.section_industryweserve h3 span {
    display: block;
    font-size: 60px;
    color: #fed74b
}

.section_industryweserve ul {
    margin: 0 -10px;
    padding: 0;
    list-style-type: none;
    display: block;
    z-index: 2;
    position: relative;
    font-size: 0
}

.section_industryweserve ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding: 0 10px
}

.section_industryweserve ul li a {
    display: block;
    padding: 50px 10px;
    background-color: #373f52;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.section_industryweserve ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a1119
}

.section_whywebmatriks {
    padding: 70px 0;
    text-align: center
}

.section_whywebmatriks h2 {
    margin: 0 0 45px;
    color: #000;
    line-height: 1
}

.section_whywebmatriks h2 span {
    color: #1eace2
}

.section_whywebmatriks p {
    text-align: left
}

.section_whywebmatriks p strong {
    font-size: 20px;
    color: #000
}

.section_workprocess {
    padding: 70px 0;
    background: #1a2332 url(../img/work-process-bg.jpg) no-repeat center bottom;
    text-align: center
}

.section_workprocess small {
    color: #fff
}

.section_workprocess h3 {
    margin: 0 0 60px;
    color: #1eace2
}

.section_workprocess .graph {
    display: block;
    position: relative;
    height: 560px
}

.section_workprocess .graph::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #fff
}

.section_workprocess .graph .step {
    position: absolute
}

.section_workprocess .graph .step img {
    width: auto
}

.section_workprocess .graph .step img::hover {
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.section_workprocess .graph .step .textinfo {
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
    margin-left: 90px;
    width: 300px;
    text-align: left
}

.section_workprocess .graph .step .textinfo p {
    color: #fff;
    line-height: 1.5
}

.section_workprocess .graph .step .textinfo p strong {
    display: block;
    font-size: 21px;
    color: #1eace2;
    font-weight: 600
}

.section_workprocess .graph .step.one {
    left: 8%;
    top: 0
}

.section_workprocess .graph .step.two {
    left: 20%;
    top: auto;
    bottom: 0
}

.section_workprocess .graph .step.two .textinfo {
    top: 32%
}

.section_workprocess .graph .step.three {
    left: 35%;
    top: 0
}

.section_workprocess .graph .step.four {
    left: 47%;
    top: auto;
    bottom: 0
}

.section_workprocess .graph .step.four .textinfo {
    top: 32%
}

.section_workprocess .graph .step.five {
    left: 62%;
    top: 0
}

.section_workprocess .graph .step.six {
    left: 74%;
    top: auto;
    bottom: 0
}

.section_workprocess .graph .step.six .textinfo {
    top: 32%
}

.section_seodigitalservices {
    font-size: 0
}

.section_seodigitalservices .default {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 70px 60px
}

.section_seodigitalservices .default h3 {
    margin: 0 0 10px;
    line-height: 1.1
}

.section_seodigitalservices .default h3 span {
    color: #1eace2
}

.section_seodigitalservices .default.green {
    background-color: #014061
}

.section_seodigitalservices .default.green h3 {
    color: #fff
}

.section_seodigitalservices .default.green h3 span {
    color: #fed74b
}

.section_seodigitalservices .default.green p {
    color: #fff
}

.section_seodigitalservices .default.green ul.list-icon li {
    color: #fff
}

.section_seodigitalservices .default.green ul.list-icon li i {
    color: #fff
}

.section_enquirypanel {
    position: relative;
    background: url(../img/enquiry-section-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    background-attachment: fixed;
    padding: 90px 0;
    text-align: center
}

.section_enquirypanel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.section_enquirypanel h3 {
    z-index: 2;
    position: relative;
    margin: 0 0 10px;
    font-size: 42px;
    color: #fff
}

.section_enquirypanel p {
    z-index: 2;
    position: relative;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.7)
}

.section_testimonialsinfo {
    background-color: #0e1927;
    padding: 70px 0
}

.section_testimonialsinfo h3 {
    margin: 0 0 35px;
    color: #fff
}

.section_testimonialsinfo h3 span {
    color: #fed74b
}

.section_testimonialsinfo .write-review {
    margin-bottom: 30px;
    background: #f3f3f3 url(../img/google-rating-icon.png) no-repeat 30px center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 30px
}

.section_testimonialsinfo .reviews-slider .slick-list {
    margin: 0 -15px
}

.section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box {
    position: relative;
    padding: 120px 30px 30px;
    text-align: center
}

.section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 62px;
    height: 46px;
    background: url(../img/colon-icon.png) no-repeat left top;
    background-size: 100% auto
}

.section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box p {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400
}

.section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box p span.rating img {
    width: auto;
    display: inline-block;
    margin-top: 5px
}

.section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box p strong {
    font-size: 21px;
    color: #1eace2;
    font-weight: 500;
    text-transform: capitalize
}

.section_testimonialsinfo .reviews-slider .slick-arrow {
    z-index: 10;
    position: absolute;
    bottom: -45px;
    width: 60px;
    height: 60px;
    font-size: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: .3;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7)
}

.section_testimonialsinfo .reviews-slider .slick-arrow:hover {
    opacity: .8;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9)
}

.section_testimonialsinfo .reviews-slider .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -60px;
    background: url(../img/arrow-left.png) no-repeat left top;
    background-size: 100% auto
}

.section_testimonialsinfo .reviews-slider .slick-arrow.slick-next {
    right: 50%;
    margin-right: -60px;
    background: url(../img/arrow-right.png) no-repeat left top;
    background-size: 100% auto
}

.section_testimonialsinfo .reviews-slider ul.slick-dots {
    margin: 30px -5px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0;
    text-align: center
}

.section_testimonialsinfo .reviews-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px
}

.section_testimonialsinfo .reviews-slider ul.slick-dots li button {
    width: 15px;
    height: 7px;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.section_testimonialsinfo .reviews-slider ul.slick-dots li.slick-active button {
    width: 45px;
    background-color: #fed74b
}

.section_testimonialsinfo .video-slider .slick-list {
    margin: 0 -15px
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide {
    padding: 0 15px
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide .thumb {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide .thumb a {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide .thumb a::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: #fff
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide .thumb a i {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    line-height: 1
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide .thumb:hover a {
    opacity: 1
}

.section_testimonialsinfo .video-slider .slick-list .slick-slide .thumb:hover a i {
    font-size: 80px
}

.section_testimonialsinfo .video-slider ul.slick-dots {
    margin: 30px -5px 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0;
    text-align: center
}

.section_testimonialsinfo .video-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px
}

.section_testimonialsinfo .video-slider ul.slick-dots li button {
    width: 15px;
    height: 7px;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.section_testimonialsinfo .video-slider ul.slick-dots li.slick-active button {
    width: 45px;
    background-color: #fed74b
}

.section_blogpost {
    padding: 70px 0
}

.section_blogpost h3 {
    margin: 0 0 10px
}

.section_blogpost h3 span {
    color: #1eace2
}

.section_blogpost ul.recentposts {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.section_blogpost ul.recentposts li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    padding: 0 15px
}

.section_blogpost ul.recentposts li .box {
    background-color: #e9f4f0;
    padding: 2px
}

.section_blogpost ul.recentposts li .box .textinfo {
    display: block;
    padding: 20px 30px
}

.section_blogpost ul.recentposts li .box p {
    margin: 0 0 10px;
    line-height: 1.7
}

.section_blogpost ul.recentposts li .box p span {
    color: #0378f9
}

.section_blogpost ul.recentposts li .box p img {
    margin: 0 0 10px
}

.section_blogpost ul.recentposts li .box p a {
    display: inline-block;
    margin-top: 10px;
    color: #1eace2;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.section_blogpost ul.recentposts li .box p a:hover {
    color: #0378f9
}

.section_blogpost ul.recentposts li .box h6 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase
}

.section_blogpost h5 {
    margin: 0 0 15px
}

.section_blogpost h5 span {
    color: #1eace2
}

.section_blogpost .darkbg {
    background-color: #0e1927;
    padding: 20px 30px
}

.section_blogpost .darkbg ul.listposts {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block
}

.section_blogpost .darkbg ul.listposts li {
    display: block;
    position: relative;
    padding: 15px 0;
    border-top: 1px dashed #898b8f
}

.section_blogpost .darkbg ul.listposts li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1
}

.section_blogpost .darkbg ul.listposts li:first-child {
    border-top: 0px dashed #898b8f
}

.section_blogpost .darkbg ul.listposts li a {
    display: block;
    padding-left: 30px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5
}

.section_blogpost .darkbg ul.listposts li a:hover {
    color: #fff
}

.spacer {
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 30px 0
}

.section_faqs {
    position: relative;
    background: #efefef url(../img/faqs-heading-bg.jpg) no-repeat left center;
    background-size: 33.33% 100%;
    font-size: 0
}

.section_faqs::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33.33%;
    background-color: rgba(0, 0, 0, 0.75)
}

.section_faqs .heading {
    z-index: 2;
    position: relative;
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    background-size: cover
}

.section_faqs .heading h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: #fff;
    line-height: 1
}

.section_faqs .heading h4 span {
    font-size: 72px;
    color: #1eace2
}

.section_faqs .listfaqs {
    width: 66.66%;
    display: inline-block;
    vertical-align: middle;
    padding: 70px 60px
}

.section_faqs .listfaqs h6 {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 18px 45px 18px 30px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px
}

.section_faqs .listfaqs h6 i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 21px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.section_faqs .listfaqs h6.active {
    color: #0378f9
}

.section_faqs .listfaqs h6.active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section_faqs .listfaqs h6:first-child {
    margin-top: 0
}

.section_faqs .listfaqs .hide {
    display: none;
    padding: 5px 30px 20px;
    background-color: #fff
}

footer .ourmotto {
    background-color: #014061;
    padding: 30px 0;
    text-align: center
}

footer .ourmotto h4 {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px
}

footer .ourmotto h4 strong {
    color: #fed74b;
    font-weight: 700
}

footer .linkinfo {
    padding: 60px;
    /* background: #262628 url(../img/footer-bg.jpg) no-repeat left center;
    background-size: auto 100% */
    background: #f7fbfc;
}

footer .linkinfo p {
    color: #000
}

footer .linkinfo p.subheading {
    position: relative;
    margin: 0 0 35px;
    padding: 0 0 20px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 1.2
}

footer .linkinfo p.subheading span {
    color: #fed74b
}

footer .linkinfo p.subheading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

footer .linkinfo p strong {
    color: #fff
}

footer .linkinfo p a {
    color: #fff
}

footer .linkinfo p a:hover {
    color: #002bec !important;
}

footer .linkinfo ul.list-icon li i {
    font-size: 16px;
    color: #000
}

footer .linkinfo ul.list-icon li a {
    color: #000
}

footer .linkinfo ul.list-icon li a:hover {
    color: #002bec
}

footer .linkinfo ul.list-icon.linklist li::before {
    display: none
}

footer .linkinfo ul.social {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0
}

footer .linkinfo ul.social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0
}

footer .linkinfo ul.social li:last-child {
    margin: 0 0 0 0
}

footer .linkinfo ul.social li a {
    width: 42px;
    height: 42px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    border-radius: 42px;
    text-align: center
}

footer .linkinfo ul.social li a i {
    font-size: 18px;
    color: #002bec;
    line-height: 42px
}

footer .linkinfo ul.social li a:hover {
    background-color: #0000;
    border-color: #1eace2
}

footer .copyinfo {
    padding: 24px 0;
    background-color: #151515;
    text-align: center
}

footer .copyinfo p {
    font-size: 17px;
    color: #999999;
    line-height: 1.2
}

footer .copyinfo p a {
    color: #999999
}

footer .copyinfo p a:hover {
    color: #fff
}

.enquiry-btns {
    z-index: 1;
    position: fixed;
    right: 0px;
    bottom: 18px;
    font-size: 0
}

.enquiry-btns a {
    width: 60px;
    height: 60px;
    display: block;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
    margin: 2px 0;
    padding: 17px;
    text-align: center;
    font-size: 0;
    line-height: 60px
}

.enquiry-btns a img {
    display: inline-block
}

.enquiry-btns a.call {
    /* background-color: #ff0000 */
    background-color: #9126dc
}

.enquiry-btns a.chat {
    background-color: #4dc247
}

.enquiry-btns a.email {
    background-color: #1eace2
}

.enquiry-btns a:hover {
    background-color: #01608e
}

.auditbtn {
    z-index: 10;
    position: fixed;
    left: 0px;
    bottom: 208px;
}

.auditbtn img {
    transform: rotate(-180deg);
}

.enquirynow {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85)
}

.enquirynow.open {
    opacity: 1;
    visibility: visible
}

.enquirynow .popup {
    width: 780px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 45px 45px;
    background-color: #1eace2
}

.enquirynow .popup a.close {
    z-index: 3;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 52px;
    height: 52px;
    background-color: #000;
    text-align: center
}

.enquirynow .popup a.close i {
    font-size: 24px;
    color: #fff;
    line-height: 52px
}

.enquirynow .popup a.close:hover {
    background-color: #fff
}

.enquirynow .popup a.close:hover i {
    color: #000
}

.enquirynow .popup h6 {
    color: #fff
}

.enquirynow .popup label {
    display: block;
    margin-top: 10px
}

.enquirynow .popup p.note {
    margin: 15px 0 !important;
    font-size: 15px;
    color: #fff;
    font-weight: 600
}

.gmap iframe {
    display: block
}

.error-message {
    margin-top: 5px;
    text-align: left;
    font-size: 16px;
    color: #ff0000;
    line-height: 1.4
}

.successmsg {
    padding: 60px 0
}

.successmsg p {
    margin: 0 0 0px;
    font-size: 22px;
    line-height: 1.4
}

.successmsg p strong {
    font-size: 28px
}

.successmsg p.subheading {
    font-size: 66px;
    color: #fed74b
}

.section_breadcrumb {
    background-color: #f2f2f2;
    padding: 20px 0
}

.section_breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font-size: 0
}

.section_breadcrumb ul li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0;
    font-size: 16px;
    color: #888888;
    font-weight: 500;
    line-height: 1.2
}

.section_breadcrumb ul li:last-child {
    margin: 0 0 0 0
}

.section_breadcrumb ul li a {
    color: #333333
}

.section_breadcrumb ul li a:hover {
    color: #1eace2
}

@media all and (max-width: 1600px) {
    .container-fluid {
        padding: 0 90px
    }

    header nav ul li .megamenu {
        padding: 45px 90px
    }
}

@media all and (max-width: 1440px) {
    .container {
        width: 1170px
    }

    .container-fluid {
        padding: 0 30px
    }

    header .container-fluid {
        padding: 0 30px
    }

    header nav ul li {
        margin-left: 10px;
        font-size: 15px
    }

    header nav ul li .megamenu {
        padding: 0px 30px 30px
    }

    header nav ul li .megamenu h6 {
        padding-bottom: 10px;
        font-size: 21px
    }

    header nav ul li .megamenu h6.small {
        font-size: 18px;
        padding-bottom: 5px
    }

    header nav ul li .megamenu .row {
        margin-top: 20px
    }

    header nav ul li .megamenu .quotesmsg {
        padding: 20px
    }

    header nav ul li .megamenu .quotesmsg p.review {
        margin: 0 0 15px;
        font-size: 15px
    }

    header nav ul li .megamenu .quotesmsg .avtar {
        margin-top: 15px
    }

    header nav ul li .megamenu .quotesmsg .avtar img {
        width: 60px
    }

    header nav ul li .megamenu .quotesmsg .avtar span {
        width: 90px;
        height: 90px
    }

    header nav ul li .megamenu .quotesmsg .avtar strong {
        font-size: 21px
    }

    header nav ul li .megamenu .quotesmsg .avtar {
        font-size: 14px
    }

    header nav ul li .megamenu ol li ol {
        margin: 0 0 5px
    }

    header nav ul li .megamenu ol li a {
        padding: 9px 0
    }

    header nav ul li .megamenu ol li ol li a i {
        font-size: 12px
    }

    header nav ul li .megamenu ol li {
        font-size: 15px;
        letter-spacing: 0
    }

    header nav ul li .megamenu ol li ol li {
        font-size: 14px
    }

    header nav ul li:hover>ul {
        left: 0px
    }

    header nav ul li ul li a {
        padding: 12px 20px;
        font-size: 15px
    }

    header nav ul li>a,
    header.fixed nav ul li>a {
        padding: 10px 15px
    }

    .home-banner .content {
        width: 840px
    }

    .home-banner .content p.heading {
        font-size: 60px
    }

    .home-banner .content p {
        font-size: 18px
    }

    .home-banner .content ul li .icon img {
        width: 120px
    }

    .home-banner .content ul li .rating.icon img {
        width: 120px
    }

    .home-banner .content ul li .rating.text {
        font-size: 16px
    }

    .home-banner .home-slider .slick-arrow {
        bottom: 30px;
        width: 48px;
        height: 48px
    }

    .home-banner .home-slider .slick-arrow.slick-next {
        margin-left: 49px
    }

    .home-banner .home-slider .slick-arrow.slick-prev::before,
    .home-banner .home-slider .slick-arrow.slick-next::before {
        width: 12px;
        height: 20px
    }

    .section_lineanimation a {
        font-size: 36px
    }

    small {
        font-size: 16px
    }

    h3 {
        font-size: 36px
    }

    .section_growbusiness ul li .box p strong {
        margin: 0 0 5px;
        font-size: 20px
    }

    .section_growbusiness ul li .box p img {
        height: 112px
    }

    .section_ourwork ul li a.thumb strong {
        width: 90%;
        padding: 15px 20px;
        font-size: 18px
    }

    .section_aboutcompany h2 {
        font-size: 48px
    }

    .section_aboutcompany h2 span {
        display: inline
    }

    .section_aboutcompany ul.list-box li .box {
        min-height: 380px;
        padding: 30px 20px
    }

    .section_projectcasestudy h2 {
        font-size: 48px
    }

    .section_projectcasestudy ol li {
        width: 25%
    }

    .section_projectcasestudy ol li .circle {
        padding: 50px 30px;
        font-size: 17px
    }

    .section_projectcasestudy ol li .circle strong {
        font-size: 48px
    }

    .section_digitalservices h3 {
        font-size: 42px
    }

    .section_digitalservices h3 span {
        display: inline
    }

    .section_digitalservices .digital_cards a .shortdesc {
        padding: 30px 20px;
        font-size: 16px
    }

    .section_digitalservices .digital_cards a .shortdesc strong {
        font-size: 19px
    }

    .section_industryweserve h3 {
        font-size: 42px
    }

    .section_industryweserve h3 span {
        font-size: 52px
    }

    .section_industryweserve ul li {
        width: 33.33%
    }

    .section_faqs .heading h4 {
        font-size: 36px
    }

    .section_faqs .heading h4 span {
        font-size: 58px
    }

    .section_faqs .listfaqs h6 {
        margin-top: 12px;
        padding: 15px 45px 15px 24px;
        font-size: 18px
    }

    .section_blogpost .darkbg {
        padding: 20px 20px
    }

    .section_blogpost .darkbg ul.listposts li {
        padding: 13px 0
    }

    .section_blogpost .darkbg ul.listposts li i {
        top: 17px;
        font-size: 14px
    }

    .section_blogpost .darkbg ul.listposts li a {
        font-size: 16px;
        line-height: 1.4
    }

    footer .ourmotto h4 {
        font-size: 36px
    }

    footer .linkinfo {
        padding: 60px
    }

    footer .linkinfo ul.social li {
        margin: 0 7px 0 0
    }

    footer .linkinfo ul.social li a {
        width: 36px;
        height: 36px;
        border-radius: 36px
    }

    footer .linkinfo ul.social li a i {
        font-size: 16px;
        line-height: 34px
    }
}

@media all and (max-width: 1279px) {
    .container {
        width: 980px
    }

    .section-innerservice .rotation {
        display: none
    }
}

@media all and (max-width: 979px) {
    .row {
        margin: 0 0px
    }

    .row:first-child {
        margin: 0 0px 0
    }

    .row [class*="col-"] {
        padding: 0 0px
    }

    .row .col-75 {
        width: 100%
    }

    .row .col-70 {
        width: 100%
    }

    .row .col-66 {
        width: 100%
    }

    .row .col-60 {
        width: 100%
    }

    .row .col-50 {
        width: 100%
    }

    .row .col-40 {
        width: 100%
    }

    .row .col-33 {
        width: 100%
    }

    .row .col-30 {
        width: 100%
    }

    .row .col-25 {
        width: 100%
    }

    .row .col-20 {
        width: 100%
    }

    header nav button {
        width: 30px;
        height: 48px;
        display: block;
        position: relative;
        margin-left: 25px;
        background-color: transparent
    }

    header nav button span {
        position: absolute;
        width: 20px;
        height: 2px;
        font-size: 0;
        background-color: #fff;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateY(-50%);
        transition: all .3s linear;
        -webkit-transition: all .3s linear
    }

    header nav button span::before,
    header nav button span::after {
        position: absolute;
        content: "";
        background-color: #fff;
        width: 30px;
        height: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        left: 0;
        right: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear
    }

    header nav button span::before {
        top: -10px
    }

    header nav button span::after {
        bottom: -10px
    }

    header nav button.active span {
        width: 0;
        height: 0
    }

    header nav button.active span::before {
        transform: rotate(-45deg);
        top: 0
    }

    header nav button.active span::after {
        transform: rotate(45deg);
        bottom: -2px
    }

    header nav ul {
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        position: absolute;
        width: 100%;
        right: 0px;
        top: 100%;
        margin-top: 0px !important;
        background-color: #f6f6f6
    }

    header nav>ul {
        height: 85vh;
        overflow-y: auto;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15)
    }

    header nav ul li {
        position: relative
    }

    header nav ul li>a {
        display: block;
        color: #000;
        line-height: 52px;
        padding: 0 15px;
        position: relative
    }

    header nav ul li ul li {
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }

    header nav ul li ul li a {
        display: block;
        background-color: #ffffff;
        color: #555555;
        font-weight: 500;
        padding: 13px 15px 13px 25px;
        position: relative
    }

    header nav ul li ul li {
        font-size: 16px !important
    }

    header nav ul li a span {
        position: absolute;
        right: 0px;
        top: 55%;
        transform: translateY(-50%)
    }

    header nav ul li ul li a span {
        position: absolute;
        right: 15px;
        top: 55%;
        transform: translateY(-50%)
    }

    header nav ul li>a:hover,
    header nav ul li.active>a,
    header.fixed nav ul li>a:hover,
    header.fixed nav ul li.active>a {
        background-color: #f6f6f6;
        color: #000
    }

    header nav ul li:hover>a,
    header nav ul li.active>a {
        background-color: #f6f6f6 !important;
        color: #000000
    }

    header nav ul li>a:hover::after {
        width: 0px !important;
        height: 0 !important
    }

    header nav ul.open {
        opacity: 1;
        visibility: visible
    }

    header nav ul li:hover>ul {
        left: 0px
    }

    header nav ul li a.toggle::after {
        right: 15px
    }

    header nav ul li {
        display: block;
        margin-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        text-align: left;
        font-size: 16px
    }

    header nav ul li:first-child {
        border-top: 0px solid rgba(0, 0, 0, 0.05)
    }

    header nav ul li ul,
    header nav ul li ul li>ul {
        opacity: 1;
        visibility: visible;
        display: none;
        position: relative;
        left: 0;
        top: auto;
        width: 100%;
        margin-top: 0px !important;
        box-shadow: none
    }

    header nav ul li ul li {
        font-size: 15px
    }

    header nav ul li .megamenu {
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative;
        padding: 0px 15px 30px;
        min-height: auto !important
    }

    header nav ul li .megamenu .row.nomargin {
        margin-top: 0
    }

    header nav ul li .megamenu p.spacer {
        display: none
    }

    header nav ul li .megamenu .col-66 .row {
        margin-top: 0
    }

    header nav ul li .megamenu h6 {
        margin-bottom: 0;
        font-size: 19px
    }

    header nav ul li .megamenu h6.small {
        padding-bottom: 10px;
        padding-top: 20px;
        margin-bottom: 0;
        font-size: 18px
    }

    header nav ul li .megamenu .quotesmsg {
        display: none
    }

    header nav ul li .megamenu ol li {
        font-size: 16px;
        letter-spacing: 0
    }

    header nav ul li .megamenu ol li a {
        padding: 12px 0;
        color: #555555
    }

    header nav ul li .megamenu ol li ol li {
        font-size: 16px
    }

    header nav ul li>a.toggle {
        background: url(../img/dd-arrow.png) no-repeat right center
    }

    header nav ul li>a,
    header.fixed nav ul li>a {
        padding: 18px 15px;
        line-height: 1 !important
    }

    header nav ul li>a.toggle.active,
    header.fixed nav ul li>a.toggle.active {
        color: #1eace2
    }

    header {
        padding: 10px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }

    header .container-fluid {
        padding: 0 15px
    }

    header .logo {
        width: 152px;
        height: 24px;
        margin-top: 12px
    }

    .home-banner .content {
        width: 640px
    }
}

@media all and (max-width: 767px) {
    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .section_secondaryheader {
        display: block
    }

    small {
        line-height: 1.4
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600;
        line-height: 1.2
    }

    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 28px
    }

    h4 {
        font-size: 24px
    }

    h5 {
        font-size: 22px
    }

    p {
        margin: 0 0 20px
    }

    ul.list-icon {
        margin: 15px 0 30px
    }

    .btn {
        margin-right: 0;
        margin-top: 10px;
        height: auto;
        line-height: 1.2;
        padding: 15px 30px;
        font-size: 16px;
        letter-spacing: .5s
    }

    .container {
        width: 90%;
        padding: 0 0
    }

    .container-fluid {
        padding: 0 20px
    }

    .auditbtn {
        display: none
    }

    .enquiry-btns {
        left: 0;
        right: 0px;
        bottom: 0 !important;
        width: 100%
    }

    .enquiry-btns a {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        height: 52px;
        -webkit-border-radius: 0px 0 0 0px;
        border-radius: 0px 0 0 0px;
        margin: 0px 0;
        padding: 14px;
        line-height: 52px
    }

    .enquiry-btns a img {
        width: 26px
    }

    .home-banner {
        position: relative;
        height: auto;
        padding: 0 0 150px
    }

    .home-banner .element,
    .home-banner .element.one,
    .home-banner .element.two,
    .home-banner .element.three {
        display: none !important
    }

    .home-banner .content {
        position: relative;
        left: 0%;
        top: auto;
        transform: translateY(0%);
        width: 100%;
        text-align: center
    }

    .home-banner .home-slider .slide.one {
        height: auto;
        background: #0a1119 none
    }

    .home-banner .home-slider .slide img {
        display: none
    }

    .home-banner .content {
        width: 100%;
        padding: 60px 20px 30px;
        background-color: transparent
    }

    .home-banner .content p.tags span {
        padding: 8px 12px;
        font-size: 15px;
        letter-spacing: .5px
    }

    .home-banner .content p.heading {
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2
    }

    .home-banner .content p {
        margin: 0 0 15px;
        font-size: 17px;
        font-weight: 300
    }

    .home-banner ul {
        margin: 0 0 10px;
        padding: 0;
        list-style-type: none;
        font-size: 0;
        z-index: 2;
        position: relative;
        right: 0;
        bottom: auto !important;
        width: 100%
    }

    .home-banner ul li {
        width: 50%;
        padding: 20px 0px 20px 0px;
        margin-bottom: 0px
    }

    .home-banner ul li:first-child {
        padding: 20px 0px 20px 0px
    }

    .home-banner ul li .leftinfo,
    .home-banner ul li .rightinfo {
        width: 100%;
        margin-left: 0
    }

    .home-banner ul li .rightinfo {
        margin-top: 5px
    }

    .home-banner ul li .icon img {
        width: auto;
        height: 36px;
        display: inline-block
    }

    .home-banner ul li .rating.text {
        font-size: 16px
    }

    .section_lineanimation a {
        font-size: 24px
    }

    .section_clients,
    .section_growbusiness,
    .section_ourwork,
    .section_projectcasestudy,
    .section_workprocess,
    .section_digitalservices,
    .section_aboutcompany,
    .section_whywebmatriks,
    .section_testimonialsinfo,
    .section_blogpost {
        padding: 45px 0
    }

    h3 {
        font-size: 26px
    }

    .section_freeproposal p {
        font-size: 17px
    }

    .section_freeproposal h6 {
        margin: 20px 0 5px;
        font-size: 24px
    }

    .section_freeproposal h5 {
        line-height: 1.2
    }

    .section_freeproposal form .row .col-50,
    .section_freeproposal form .row .col-100 {
        padding-top: 10px
    }

    .section_growbusiness ul {
        margin: 15px 0px 0
    }

    .section_growbusiness ul li {
        width: 100%;
        margin-top: 15px;
        padding: 0 0px
    }

    .section_growbusiness ul li .box {
        padding: 30px 20px
    }

    .section_ourwork ul {
        margin: 25px 0px
    }

    .section_ourwork ul li {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 0px
    }

    .section_ourwork ul li:first-child {
        margin: 0px 0 0
    }

    .section_projectcasestudy h2 {
        font-size: 36px
    }

    .section_projectcasestudy ul {
        margin: 0 0px 30px
    }

    .section_projectcasestudy ul li {
        width: 100%;
        margin-top: 20px;
        padding: 0 0px
    }

    .section_projectcasestudy ul li:nth-child(4),
    .section_projectcasestudy ul li:nth-child(5) {
        width: 100%
    }

    .section_projectcasestudy ul li:nth-child(4) .box,
    .section_projectcasestudy ul li:nth-child(5) .box {
        height: 780px
    }

    .section_projectcasestudy ol {
        margin: 45px 0 0px
    }

    .section_projectcasestudy ol li {
        width: 100%;
        margin-top: 10px;
        padding: 0 0
    }

    .section_projectcasestudy ol li .circle {
        padding: 30px 30px
    }

    .section_digitalservices::before {
        display: none
    }

    .section_digitalservices h3 {
        font-size: 24px
    }

    .section_digitalservices ul {
        margin: -20px 0px 20px;
        padding: 0 0px
    }

    .section_digitalservices .digital_cards {
        width: 100%;
        margin-top: 20px;
        padding: 0 0px
    }

    .section_digitalservices .digital_cards a .shortdesc {
        min-height: 200px
    }

    .section_aboutcompany ul.list-box {
        margin: 0 0px
    }

    .section_aboutcompany ul.list-box li {
        width: 100%;
        margin-top: 15px;
        padding: 0 0px
    }

    .section_aboutcompany ul.list-box li:first-child {
        margin-top: 0px
    }

    .section_aboutcompany ul.list-box li .box {
        min-height: auto
    }

    .section_aboutcompany h2 {
        font-size: 36px
    }

    .section_industryweserve {
        padding: 45px 0px 45px 0px;
        background: #373f52 none
    }

    .section_industryweserve h3 {
        margin: 0 0 15px;
        font-size: 30px
    }

    .section_industryweserve h3 span {
        display: inline;
        font-size: 30px
    }

    .section_industryweserve ul {
        margin: 0 0px
    }

    .section_industryweserve ul li {
        width: 100%;
        margin-bottom: 0;
        padding: 0 0
    }

    .section_industryweserve ul li a {
        padding: 40px 10px
    }

    .section_workprocess {
        background: #1a2332 none
    }

    .section_workprocess h3 {
        margin: 0 0 20px
    }

    .section_workprocess .graph {
        height: auto
    }

    .section_workprocess .graph::before {
        display: none
    }

    .section_workprocess .graph .step {
        width: 100%;
        display: inline-block;
        position: relative;
        padding: 15px 20px
    }

    .section_workprocess .graph .step .icon {
        display: none
    }

    .section_workprocess .graph .step .textinfo {
        position: relative;
        top: auto;
        bottom: auto;
        transform: translateY(0%);
        margin-left: 0px;
        width: auto;
        text-align: center
    }

    .section_workprocess .graph .step.one {
        left: 0;
        top: auto
    }

    .section_workprocess .graph .step.two {
        left: 0;
        top: auto;
        bottom: auto
    }

    .section_workprocess .graph .step.three {
        left: 0;
        top: auto
    }

    .section_workprocess .graph .step.four {
        left: 0;
        top: auto;
        bottom: auto
    }

    .section_workprocess .graph .step.five {
        left: 0;
        top: auto
    }

    .section_workprocess .graph .step.six {
        left: 0;
        top: auto;
        bottom: auto
    }

    .section_seodigitalservices .default {
        width: 100%;
        padding: 45px 20px
    }

    .section_seodigitalservices .default h3 br {
        display: none
    }

    .section_enquirypanel {
        padding: 60px 0;
        background-size: cover
    }

    .section_enquirypanel h3 {
        font-size: 30px;
        line-height: 1.3
    }

    .section_enquirypanel p {
        margin: 0 0 15px;
        font-size: 18px
    }

    .section_testimonialsinfo .write-review {
        background: #f3f3f3 url(../img/google-rating-icon.png) no-repeat 30px 30px;
        background-size: 66% auto
    }

    .section_testimonialsinfo .write-review .text-right {
        padding-top: 45px;
        text-align: left !important
    }

    .section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box {
        min-height: auto
    }

    .section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box {
        padding: 100px 15px 30px
    }

    .section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box p {
        font-size: 17px
    }

    .section_testimonialsinfo .video-slider {
        margin-top: 30px
    }

    .section_testimonialsinfo .row .col-33 {
        padding-top: 45px
    }

    .section_testimonialsinfo .reviews-slider .slick-list .slick-slide .box p strong {
        font-size: 19px;
        line-height: 1.2
    }

    .section_blogpost ul.recentposts {
        margin: 0 0px
    }

    .section_blogpost ul.recentposts li {
        width: 100%;
        margin-top: 20px;
        padding: 0 0px
    }

    .section_blogpost ul.recentposts li .box {
        padding: 20px
    }

    .section_blogpost h5 {
        margin: 30px 0 15px;
        font-size: 30px
    }

    .section_blogpost .spacer {
        display: none
    }

    .section_blogpost ul.recentposts li .box .textinfo {
        padding: 20px 0px 0
    }

    .section_faqs {
        background: #efefef none
    }

    .section_faqs::before {
        display: none
    }

    .section_faqs .heading {
        width: 100%;
        padding: 45px 0 0
    }

    .section_faqs .heading h4 {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        font-size: 30px;
        text-align: center;
        color: #0e1927
    }

    .section_faqs .heading h4 span {
        font-size: 42px
    }

    .section_faqs .listfaqs {
        width: 100%;
        padding: 25px 15px 45px
    }

    .section_faqs .listfaqs h6 {
        margin-top: 10px;
        padding: 15px 45px 15px 15px;
        font-size: 17px
    }

    .section_faqs .listfaqs h6 i {
        top: 17px
    }

    .section_faqs .listfaqs .hide {
        padding: 0 15px 20px
    }

    .section_clients .text-right {
        text-align: left !important
    }

    footer .ourmotto {
        padding: 30px 15px
    }

    footer .ourmotto h4 {
        margin-bottom: 0;
        font-size: 28px
    }

    footer .linkinfo {
        padding: 45px 15px 45px 15px;
        background: #fff none
    }

    footer .linkinfo p.subheading {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 21px
    }

    footer .copyinfo.home {
        padding: 24px 15px 80px
    }

    footer .copyinfo p {
        font-size: 16px;
        line-height: 1.4
    }

    .enquirynow .popup {
        width: 90%;
        padding: 35px 20px
    }

    .hightlight-section .section-seo ul.list-icon {
        margin-top: 20px
    }

    hr {
        margin: 30px 0
    }

    .section-innerservice h4 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .section-innerservice .panel.seo-process ol li .box {
        padding: 150px 25px 25px 25px;
        min-height: auto
    }

    .section-innerservice .panel.seo-process ol li .box img {
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        width: 100px
    }

    .section_trainingbanner {
        padding: 160px 0 160px
    }
}



.header_new {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #01061a, #010412, #01030e, #01030e, #010412);
    /* background:#fff; */
}

.header_new .nav_links {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-bottom: 0px !important;
}

.d_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.top-header {
    background: #7e1ef0;
    color: #fff;
    font-size: 14px;
    padding: 6px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Left Side */
.top-left span {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.9;
}

.top-left span img {
    width: 20px;
}

/* Right Side Social Icons */
.social {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.social li a {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    opacity: 0.8;
}

.social li a:hover {
    color: #00c6ff;
    opacity: 1;
}


@media (max-width:992px) {

    header,
    .header_new {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
    }

    .header_new .nav_links {
        color: #000;
    }

    .top-header {
        display: none;
    }

}



.sub_text {
    color: #6149ff !important;
}


.call-action {
    display: flex;
    align-items: center;
    margin-left: 100px !important;
}



img.whats-icon {
    width: 44px;
    height: 44px;
    background: #4dc247;
    padding: 8px;
    border-radius: 6px;
    margin-top: 8px !important;
    margin-right: 8px !important;
}

img.email-icon {
    width: 44px;
    height: 44px;
    background: #1eace2;
    padding: 8px;
    border-radius: 6px;
    margin-top: 8px !important;
    margin-left: 8px !important;
}


a.call-btn {
    margin-top: 8px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #002bec;
    color: #fff;
    padding: 4px 20px 4px 7px;
    font-size: 16px;
}


@media (max-width:1024px) {
    .call-action {
        margin-left: 0 !important;
    }

    .call-btn,
    .socialbtns {
        display: none !important;
    }

    .zx-about-btns .call-btn {
        display: flex !important;
    }

    /* img.email-icon,
    img.whats-icon {
        width: 30px;
        height: 30px;
    } */
}











/* ===============================
      ABOUT SECTION CSS
================================= */

.zx-about-section {
    padding: 90px 20px;
    background: #f8faff;
    overflow: hidden;
}

.zx-about-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT */
.zx-about-content {
    flex: 1;
}

.zx-about-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
    padding: 8px 14px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.zx-about-title {
    font-size: 46px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 22px;
}

.zx-about-title span {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zx-about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 16px;
}

/* BUTTONS */
.zx-about-btns {
    display: flex;
}

.zx-about-btns .call-btn {
    padding: 4px 7px 4px 15px !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
}

.zx-about-btns .call-btn img {
    display: block !important;
    margin-left: 8px !important;
}


/* RIGHT IMAGE */
.zx-about-image-wrap {
    flex: 1;
    position: relative;
}

.zx-about-image {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
    border-radius: 16px;
}

/* RESPONSIVE */
@media (max-width:992px) {

    .zx-about-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .zx-about-title {
        font-size: 38px;
        text-align: center;
    }

    .zx-about-content {
        text-align: center;
    }
}

@media (max-width:576px) {

    .zx-about-section {
        padding: 70px 15px;
    }

    .zx-about-title {
        font-size: 30px;
    }

    .zx-about-text {
        font-size: 15px;
    }
}























/* ===============================
   CONTAINERS
=============================== */
.zy-container {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.zy-container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* ===============================
   ROW
=============================== */
.zy-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.zy-row>div {
    padding-left: 15px;
    padding-right: 15px;
}

/* ===============================
   DESKTOP COL 1-12
=============================== */
.zy-col-1 {
    width: 8.333%;
}

.zy-col-2 {
    width: 16.666%;
}

.zy-col-3 {
    width: 25%;
}

.zy-col-4 {
    width: 33.333%;
}

.zy-col-5 {
    width: 41.666%;
}

.zy-col-6 {
    width: 50%;
}

.zy-col-7 {
    width: 58.333%;
}

.zy-col-8 {
    width: 66.666%;
}

.zy-col-9 {
    width: 75%;
}

.zy-col-10 {
    width: 83.333%;
}

.zy-col-11 {
    width: 91.666%;
}

.zy-col-12 {
    width: 100%;
}

/* ===============================
   TABLET <= 991px
=============================== */
@media(max-width:991px) {

    .zy-md-1 {
        width: 8.333%;
    }

    .zy-md-2 {
        width: 16.666%;
    }

    .zy-md-3 {
        width: 25%;
    }

    .zy-md-4 {
        width: 33.333%;
    }

    .zy-md-5 {
        width: 41.666%;
    }

    .zy-md-6 {
        width: 50%;
    }

    .zy-md-7 {
        width: 58.333%;
    }

    .zy-md-8 {
        width: 66.666%;
    }

    .zy-md-9 {
        width: 75%;
    }

    .zy-md-10 {
        width: 83.333%;
    }

    .zy-md-11 {
        width: 91.666%;
    }

    .zy-md-12 {
        width: 100%;
    }

}

/* ===============================
   MOBILE <= 767px
=============================== */
@media(max-width:767px) {

    .zy-sm-1 {
        width: 8.333%;
    }

    .zy-sm-2 {
        width: 16.666%;
    }

    .zy-sm-3 {
        width: 25%;
    }

    .zy-sm-4 {
        width: 33.333%;
    }

    .zy-sm-5 {
        width: 41.666%;
    }

    .zy-sm-6 {
        width: 50%;
    }

    .zy-sm-7 {
        width: 58.333%;
    }

    .zy-sm-8 {
        width: 66.666%;
    }

    .zy-sm-9 {
        width: 75%;
    }

    .zy-sm-10 {
        width: 83.333%;
    }

    .zy-sm-11 {
        width: 91.666%;
    }

    .zy-sm-12 {
        width: 100%;
    }

}

/* ===============================
   EXTRA SMALL <= 575px
=============================== */
@media(max-width:575px) {

    .zy-xs-1 {
        width: 8.333%;
    }

    .zy-xs-2 {
        width: 16.666%;
    }

    .zy-xs-3 {
        width: 25%;
    }

    .zy-xs-4 {
        width: 33.333%;
    }

    .zy-xs-5 {
        width: 41.666%;
    }

    .zy-xs-6 {
        width: 50%;
    }

    .zy-xs-7 {
        width: 58.333%;
    }

    .zy-xs-8 {
        width: 66.666%;
    }

    .zy-xs-9 {
        width: 75%;
    }

    .zy-xs-10 {
        width: 83.333%;
    }

    .zy-xs-11 {
        width: 91.666%;
    }

    .zy-xs-12 {
        width: 100%;
    }

}

/* ===============================
   ALIGNMENT UTILITIES
=============================== */
.zy-center {
    align-items: center;
}

.zy-between {
    justify-content: space-between;
}

.zy-around {
    justify-content: space-around;
}

.zy-end {
    justify-content: flex-end;
}

.zy-start {
    justify-content: flex-start;
}

.zy-text-center {
    text-align: center;
}




.globe_map {
    padding: 70px 0;
    background: #ffffff url(../img/work-process-bg.jpg) no-repeat center bottom;
}

.globe_map h3.main-title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.globe_map p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
}

.globe_map .flasg {
    margin: 15px 0 0;
}

.globe_map .flasg img {
    width: 90px;
    height: 55px;
    object-fit: cover;
}

@media (max-width:767px) {
    .globe_map h3.main-title {
        font-size: 34px;
    }
}



.contact_us_section {
    padding: 70px 50px;
    background: #ebebeb;
}

.contact_us_section .sub_title {
    display: inline-block;
    font-weight: 700;
    background: rgb(37 99 235 / 8%);
    color: #7c3aed;
    padding: 6px 16px;
    border-radius: 45px;
}

.contact_us_section .sub_title i {
    color: #002bec !important;
    display: inline-block;
    padding-right: 5px;
}


.contact_us_section .title {
    font-size: 45px;
    padding: 12px 0 0;
    font-weight: 800;
    color: #002bec;
}

.contact_us_section .title span {
    color: #7c3aed !important;
}

.contact_us_section .line {
    width: 20%;
    height: 4px;
    border-radius: 45px;
    background: #002bec;
    margin: 18px 0;
}

.padd {
    padding: 0 !important;
}

.contact_us_section .contct-form p.para {
    margin-bottom: 25px;
}

.contact_us_section .contct-form .card_box {
    width: 210px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 30px 35px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 7px;
    background: #fff;
}

.contact_us_section .contct-form .card_box .icon {
    display: flex;
    width: 45px;
    height: 45px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #002bec;
    padding: 9px;
    border-radius: 50px;
}

.contact_us_section .contct-form .card_box .icon.whatsapp_icon {
    background: #4dc247;
}

.contact_us_section .contct-form .card_box .icon.email_icon {
    background: #0378f9;
}

.contact_us_section .contct-form .card_box h4 {
    font-size: 22px;
    margin: 8px 0 0;
    padding: 0;
    line-height: 1;
}

.contact_us_section .contct-form .card_box p {
    font-size: 15px;
    line-height: 1.3;
    padding: 0;
    margin: 8px 0;
}

.contact_us_section .contct-form .card_box a {
    border-bottom: 2px solid #002bec;
    padding-bottom: 4px;
    border-radius: 4px;
    font-weight: 800;
    color: #002bec;
}


/* ===== FORM WRAPPER ===== */
.zy-contact-form-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* Header */
.zy-form-header h2 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #0f172a;
}

.zy-form-header p {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

/* Row */
.zy-form-row {
    display: flex;
    gap: 15px;
}

/* Input Group */
.zy-input-group {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.zy-input-group.full {
    width: 100%;
}

.zy-input-group i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 14px;
}

.zy-input-group input,
.zy-input-group textarea {
    width: 100%;
    padding: 12px 12px 12px 38px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
    background: #f8fafc;
}

.zy-input-group textarea {
    height: 120px;
    resize: none;
}

.zy-input-group input:focus,
.zy-input-group textarea:focus {
    border-color: #0ea5e9;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

/* Checkbox */
.zy-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #475569;
    margin-bottom: 15px;
}

/* Button */
.zy-btn-submit {
    border: none;
    padding: 12px 28px;
    border-radius: 5px;
    background: linear-gradient(135deg, #0ea5e9, #0369a1);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.zy-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(2, 132, 199, 0.25);
}

/* Note */
.zy-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    background: rgb(37 99 235 / 8%);
    color: #7c3aed;
    padding: 6px;
    border-radius: 45px;
}


.zy-input-group.textarea i {
    top: 18% !important;
}


.contact_us_section .d_flex {
    align-items: center;
    justify-content: space-between;
}


@media (max-width:992px) {
    .contact_us_section {
        padding: 50px 5px;
    }

    .contact_us_section .title {
        font-size: 28px;
    }

    .contact_us_section .contct-form .card_box {
        width: 100%;
    }

    .mb-15 {
        margin-bottom: 15px !important;
    }

    .contact_us_section .d_flex {
        flex-direction: column;
        align-items: start;
        gap: 12px;
    }
}




/* Click Pe Show */
header nav ul li ul.show-menu,
header nav ul li ul li>ul.show-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (max-width:992px) {
    .header_new ul li a.toggle {
        margin-bottom: 10px !important;
    }
}





.inner-banner {
    height: 570px;
    position: relative;
}

.inner-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-banner .heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    text-align: center;
}

.inner-banner .heading h1,
.inner-banner .heading h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
}

.inner-banner .heading p {
    font-size: 21px;
    color: #fff;
}

.inner-banner.aboutus {
    background: url(../../img/about-banner-slide.jpg) no-repeat center center;
}

.inner-banner.contactus {
    background: url(../../img/contact-banner-slide.jpg) no-repeat right center;
}

.inner-banner.service {
    background: url(../../img/contact-banner-slide.jpg) no-repeat center center;
}

.inner-banner.faqs {
    background: url(../../img/faqs-banner-slide.jpg) no-repeat center center;
}

.inner-banner.errorpage {
    background: url(../../img/error-banner-slide.jpg) no-repeat center center;
}

.inner-banner.portfolio {
    background: url(../../img/portfolio-banner-slide.jpg) no-repeat center center;
}

.inner-banner.clients {
    background: url(../../img/clients-banner-slide.jpg) no-repeat center center;
}

.inner-banner.casestudy {
    background: url(../../img/casestudy-banner-slide.jpg) no-repeat center center;
}

.inner-banner.privacy {
    background: url(../../img/privacypolicy-banner-slide.jpg) no-repeat center center;
}

.inner-banner.seo {
    background: url(../../img/seo-banner-slide.jpg) no-repeat center center;
}

.inner-banner.webdesign {
    background: url(../../img/webdesign-banner-slide.jpg) no-repeat center center;
}

.inner-banner.digitalmarketing {
    background: url(../../img/digitalmarketing-banner-slide.jpg) no-repeat center center;
}

.inner-banner.mobileapp {
    background: url(../../img/mobileapp-banner-slide.jpg) no-repeat center center;
}

.inner-banner.socialmedia {
    background: url(../../img/socialmedia-banner-slide.jpg) no-repeat center center;
}

.inner-banner.paidad {
    background: url(../../img/paidad-banner-slide.jpg) no-repeat center center;
}



.section-whatwedo {
    font-size: 0;
}

.section-whatwedo .heading,
.section-whatwedo .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.section-whatwedo .content {
    padding: 0 15px;
}

.section-whatwedo .heading h2,
.section-whatwedo .content h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.section-whatwedo .heading {
    text-align: center;
    padding: 190px 0;
}


.section-vision {
    font-size: 0;
}

.section-vision .image,
.section-vision .text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.section-vision .image h2,
.section-vision .text h2 {
    color: #373e50;
    font-weight: 700;
}

.section-vision img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.section-vision:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


@media all and (max-width: 1439px) {

    .section-whatwedo .heading {
        padding: 160px 0;
    }

}

@media all and (max-width: 1279px) {

    .section-whatwedo .heading {
        padding: 130px 0;
    }

}

.padd_right {
    padding-left: 20px !important;
}

@media all and (max-width: 979px) {
    .section-whatwedo {
        border-bottom: 1px solid #efefef;
    }

    .section-whatwedo .heading,
    .section-whatwedo .content {
        width: 100%;
    }

    .section-whatwedo .content {
        padding: 20px 0;
    }



    .section-vision .image,
    .section-vision .text {
        width: 100%;
    }

    .section-vision .text {
        padding: 90px 0;
    }

    .padd_right {
        padding-left: 0px !important;
    }
}


@media all and (max-width: 767px) {

    .section-whatwedo {
        border-bottom: 1px solid #efefef;
        padding-top: 15px;
    }

    .section-whatwedo .heading,
    .section-whatwedo .content {
        width: 100%;
    }

    .section-whatwedo .heading {
        padding: 100px 0;
    }

    .section-whatwedo .content {
        padding: 30px 0 30px;
    }

    .section-vision .image,
    .section-vision .text {
        width: 100%;
    }

    .section-vision .text {
        padding: 30px 0;
    }

}


.full-slide {
    height: 700px;
    background: url(../../img/about-banner-slide2.jpg) no-repeat center top;
    background-attachment: fixed;
}

section.banner-section {
    background: #01608e;
    background-image: url(../../my-img/breadcrumb.jpg) !important;
    padding-top: 120px;
    width: 100%;
    padding-bottom: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.breadcrumb-box {
    align-items: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

img.breadcrumb-img {
    width: 14px;
    height: auto;
    margin-left: 5px;
    margin-right: 7px;
    margin-top: 4px;
}

.breadcrumb-box a,
.breadcrumb-box p {
    color: #fff;
}

a.banner-btn {
    align-items: center;
    padding: 12px 0 12px 18px;
    font-size: 16px;
    width: 330px;
    margin: 30px auto auto;
    font-weight: 600;
    cursor: pointer;

    justify-content: center;
    border-radius: 30px;
    background-color: #0369a1;
    display: flex;
    color: #fff;
}

a.banner-btn span {
    padding-right: 18px;
}




.zy-cat-box {
    background: #f0eeee77;
    border-right: 1px solid #e8e8e8;
    padding: 25px;
    margin-left: -15px !important;
}

/* Heading */
.zy-cat-head {
    margin-bottom: 20px;
}

.zy-cat-head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.zy-cat-head span {
    display: block;
    width: 70px;
    height: 3px;
    background: linear-gradient(to right, #014061, #0369a1);
    margin-top: 12px;
    border-radius: 10px;
}

/* List */
.zy-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zy-cat-list li {
    border-bottom: 1px solid #f1f1f1;
}

.zy-cat-list li:last-child {
    border-bottom: none;
}

.zy-cat-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #555;
    font-size: 19px;
    font-weight: 500;
    padding: 16px 0;
    transition: all .3s ease;
    line-height: 1.4;
}

/* Icon */
.zy-cat-list li a i {
    font-size: 13px;
    color: #002bec;
    transition: .3s;
}

/* Hover */
.zy-cat-list li a:hover {
    color: #002bec;
    padding-left: 10px;
}

.zy-cat-list li a:hover i {
    transform: translateX(4px);
}

/* Mobile */
@media(max-width:768px) {
    .zy-cat-box {
        padding: 20px;
    }

    .zy-cat-head h4 {
        font-size: 20px;
    }

    .zy-cat-list li a {
        font-size: 15px;
        padding: 14px 0;
    }
}

.services_content {
    padding: 50px 54px 40px 29px;
}

.services_content h2 {
    font-size: 32px;
}

.services_content h3 {
    font-size: 24px;
}

.mb-4 {
    margin-bottom: 15px !important;
}

.thumb_img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 30px;

}

@media (max-width:1024px) {

    .services_content h2 {
        font-size: 22px;
    }

    .services_content {
        padding: 50px 14px 40px 4px;
    }
}


ul.list-icon {
    margin: 15px 0 30px 15px;
    padding: 0;
}

ul.list-icon li {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    text-align: left !important;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

ul.list-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../../img/angle-right-arrow2.png) no-repeat left top;
    background-size: 100% auto;
}

ul.list-icon li strong {
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
}

ul.list-icon li a {
    color: #d83953;
}

ul.list-icon li a:hover {
    color: #000;
}

.sticky-sidebar {
    position: sticky;
    top: 0;
}



@media all and (max-width: 767px) {

    ul.list-icon {
        margin: 15px 0 15px 0px;
        padding: 0;
    }

    ul.list-icon li {
        margin-bottom: 10px;
        padding-left: 22px;
        font-size: 15px;
        line-height: 1.6;
    }

    ul.list-icon li::before {
        top: 5px;
        width: 17px;
    }

    .sticky-sidebar {
        position: relative;
        top: 0;
    }

    .column_reverse {
        flex-direction: column-reverse;
    }

}





.section-contactinfo {
    font-size: 0;
}

.section-contactinfo .box {
    width: 33.33%;
    min-height: 518px;
    display: inline-block;
    vertical-align: top;
    padding: 75px 60px;
    text-align: center;
}

.section-contactinfo .box .icon {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
    border-radius: 120px;
}

.section-contactinfo .box .icon i {
    font-size: 60px;
    color: #000;
    line-height: 120px;
}

.section-contactinfo .box h3 {
    position: relative;
    margin: 30px 0 15px;
    padding-bottom: 30px;
    font-weight: 600;
}

.section-contactinfo .box h3::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #000;
}

.section-contactinfo .box p {
    color: #000;
}

.section-contactinfo .box p a {
    color: #000;
}

.section-contactinfo .box p a:hover {
    color: #d83953;
}

.section-contactinfo .box p span {
    font-weight: 600;
}

.section-contactinfo .box.contact {
    background: url(../../img/seo-service-bg.jpg) no-repeat right center;
}

.section-contactinfo .box.address {
    background: url(../../img/digital-service-bg.jpg) no-repeat left center;
}

.section-contactinfo .box.time {
    background: url(../../img/our-client-bg.jpg) no-repeat center center;
}


.section-enquiry {
    padding: 90px 0;
    background: url(../../img/phone-img.png) no-repeat right top;
    text-align: center;
}

.section-enquiry.career {
    background: url(../../img/career-img.png) no-repeat right bottom;
}

.section-enquiry i {
    display: block;
    margin-bottom: 25px;
}

.section-enquiry i img {
    width: 240px;
}

.section-enquiry h3 {
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-enquiry address {
    position: relative;
    padding: 142px 90px;
    background-color: #373e50;
}

.section-enquiry address::before {
    content: "Office";
    z-index: 1;
    position: absolute;
    left: 4%;
    top: 0;
    bottom: 0;
    font-size: 152px;
    font-family: "oswaldbold", sans-serif;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.section-enquiry address h3 {
    z-index: 2;
    position: relative;
    color: #fff;
}

.section-enquiry address p {
    z-index: 2;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
}

.section-enquiry address p strong {
    color: #fff;
}

.section-enquiry address p a {
    color: #fff;
}

.section-enquiry address p a:hover {
    color: #fed74b;
}

.section-enquiry .form {
    margin-top: 15px;
}

.section-enquiry .form label {
    display: block;
    margin-top: 10px;
}

.section-enquiry .form .note {
    color: #d83953;
}



@media (max-width:1439px) {
    .section-contactinfo .box {
        min-height: 436px;
        padding: 60px 30px;
    }

    .section-enquiry address {
        padding: 150px 90px;
    }
}

@media (max-width:1279px) {
    .section-contactinfo .box {
        min-height: 410px;
        padding: 60px 30px;
    }

    .section-contactinfo .box .icon {
        width: 90px;
        height: 90px;
    }

    .section-contactinfo .box .icon i {
        font-size: 42px;
        line-height: 90px;
    }

    .section-enquiry address {
        padding: 135px 90px;
    }
}

@media (max-width:979px) {
    .section-enquiry address::before {
        left: 1%;
        font-size: 152px;
    }
}

@media (max-width:767px) {
    .section-contactinfo .box {
        width: 100%;
        min-height: auto;
        padding: 35px 15px;
    }

    .section-contactinfo .box h3 {
        margin: 25px 0 15px;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .section-enquiry {
        padding: 45px 0;
        background-size: 35% auto;
    }

    .section-enquiry i {
        margin-bottom: 15px;
    }

    .section-enquiry i img {
        width: 160px;
    }

    .section-enquiry address {
        margin-top: 30px;
        padding: 30px 20px;
    }

    .section-enquiry address h3 {
        font-size: 24px;
    }

    .section-enquiry address::before {
        left: 3%;
        font-size: 72px;
    }
}


.justify-content-center {
    justify-content: center;
}












/* Terms & Conditions Section */
.ew-terms-section {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.ew-terms-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.ew-terms-title {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.ew-terms-title span {
    color: #002bec;
}

.ew-terms-subtitle {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

.ew-terms-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    color: #222;
}

.ew-terms-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .ew-terms-box {
        padding: 25px;
    }

    .ew-terms-title {
        font-size: 26px;
    }

    .ew-terms-content h5 {
        font-size: 16px;
    }

    .ew-terms-content p {
        font-size: 14px;
    }
}





/* SECTION */
.startup-pro-sec {
    padding: 80px 20px;
    background: #f8f8f8;
}

/* CONTAINER */
.zy-container {
    max-width: 1200px;
    margin: auto;
}

/* ROW */
.startup-pro-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT */
.startup-pro-left {
    flex: 1;
}

.tag {
    display: inline-block;
    background: #e6f0ff;
    color: #007bff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.startup-pro-left h2 {
    font-size: 44px;
    margin-bottom: 15px;
}

.startup-pro-left p {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

/* RIGHT IMAGE */
.startup-pro-right {
    flex: 1;
    text-align: center;
}

.startup-pro-right img {
    max-width: 100%;
}

/* FEATURE GRID */
.startup-feature-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* FEATURE BOX */
.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-box i {
    font-size: 28px;
    margin-bottom: 12px;
    color: #007bff;
}

.feature-box h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.feature-box p {
    font-size: 13px;
    color: #666;
}

.feature-box:hover {
    transform: translateY(-8px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .startup-pro-row {
        flex-direction: column;
    }

    .startup-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .startup-pro-left h2 {
        font-size: 24px;
    }

    .startup-feature-grid {
        grid-template-columns: 1fr;
    }
}


.what_we_do_section {
    padding: 60px 0px;
    background: #fff;
}


.left_align {
    display: flex;
    justify-content: end;
    align-items: start;
    margin-bottom: 35px;
}

.left_align .major_head {
    background: #007bff;
    color: #ffff;
    font-weight: bolder;
    font-size: 38px;
    padding: 12px 25px 12px;
    width: 40%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.what_thumb_img {
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.what_we_do_section .content_area {
    padding: 12px 0 12px 25px;
    margin-top: 18px;
}

.margin_botm {
    margin-bottom: 55px;
}


@media (max-width:992px) {
    .left_align .major_head {
        width: 80%;
        font-size: 24px;
    }

    .what_thumb_img {
        height: auto;
    }

    .column_resverse {
        flex-direction: column-reverse;
    }

    .what_we_do_section .content_area {
        padding: 12px 0 12px 0px;
        margin-top: 8px;
    }

}






.pricing-wrapper {
    padding: 80px 20px;
    background-color: #fff;
}

.pricing-grid {
    display: flex;
    /* gap: 40px 15px; */
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
}

.price-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    width: 25%;
    transition: all 0.3s ease;
    position: relative;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.card-header h3 {
    font-size: 1.5rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.price-tag {
    font-size: 2rem;
    font-weight: 800;
    color: #002bec;
}

.price-tag span {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
}

.features-list {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.features-list li {
    padding: 12px 0 12px 40px;
    /* Left padding badhai hai taaki icon ki jagah bane */
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    /* Icon ki positioning ke liye zaroori hai */
    display: flex;
    align-items: center;
}

/* Circle Icon Design */
.features-list li::before {
    content: "\f00c";
    /* Font Awesome Checkmark icon code */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;

    /* Circle Styling */
    width: 24px;
    height: 24px;
    background-color: #dcfce7;
    /* Light green background */
    color: #007bff;
    /* Dark green icon color */
    border-radius: 50%;

    /* Centering the icon inside circle */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* Agar aap popular card ke liye alag color chahte hain */
.export-pro .features-list li::before {
    background-color: #2563eb;
    color: #ffffff;
}

.cta-button {
    display: block;
    text-align: center;
    padding: 12px;
    background: #f1f5f9;
    color: #1e293b;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;

    &:hover{
        background: #2563eb;
    color: #ffffff;
    }
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #002bec;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}




@media (max-width:992px){
    .pricing-grid {
        flex-direction: column;
    }
    
    .price-card{
        width: 100%;
    }

}