a,
body,
p {
    text-decoration: none!important
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 500;
    color: #fff;
    font-family: 'Swis721 LtEx BT';
    font-weight: 100;
    font-style: normal
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    background-color: #053488
}

@font-face {
    font-family: 'Autumn Chant';
    src: url(../fonts/AutumnChant.eot);
    src: url(../fonts/AutumnChant.eot?#iefix) format('embedded-opentype'), url(../fonts/AutumnChant.woff2) format('woff2'), url(../fonts/AutumnChant.woff) format('woff'), url(../fonts/AutumnChant.ttf) format('truetype'), url(../fonts/AutumnChant.svg#AutumnChant) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Swis721 LtCn BT';
    src: url(../fonts/Swiss721BT-LightCondensed.eot);
    src: url(../fonts/Swiss721BT-LightCondensed.eot?#iefix) format('embedded-opentype'), url(../fonts/Swiss721BT-LightCondensed.woff2) format('woff2'), url(../fonts/Swiss721BT-LightCondensed.woff) format('woff'), url(../fonts/Swiss721BT-LightCondensed.ttf) format('truetype'), url(../fonts/Swiss721BT-LightCondensed.svg#Swiss721BT-LightCondensed) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Swiss 721';
    src: url(../fonts/Swiss721BT-Medium.eot);
    src: url(../fonts/Swiss721BT-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Swiss721BT-Medium.woff2) format('woff2'), url(../fonts/Swiss721BT-Medium.woff) format('woff'), url(../fonts/Swiss721BT-Medium.ttf) format('truetype'), url(../fonts/Swiss721BT-Medium.svg#Swiss721BT-Medium) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Swis721 LtEx BT';
    src: url(../fonts/Swiss721BT-LightExtended.eot);
    src: url(../fonts/Swiss721BT-LightExtended.eot?#iefix) format('embedded-opentype'), url(../fonts/Swiss721BT-LightExtended.woff2) format('woff2'), url(../fonts/Swiss721BT-LightExtended.woff) format('woff'), url(../fonts/Swiss721BT-LightExtended.ttf) format('truetype'), url(../fonts/Swiss721BT-LightExtended.svg#Swiss721BT-LightExtended) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Swis721 Th BT';
    src: url(../fonts/Swiss721BT-Thin.eot);
    src: url(../fonts/Swiss721BT-Thin.eot?#iefix) format('embedded-opentype'), url(../fonts/Swiss721BT-Thin.woff2) format('woff2'), url(../fonts/Swiss721BT-Thin.woff) format('woff'), url(../fonts/Swiss721BT-Thin.ttf) format('truetype'), url(../fonts/Swiss721BT-Thin.svg#Swiss721BT-Thin) format('svg');
    font-weight: 100;
    font-style: normal
}

.jelly-text h1,
h2 {
    font-family: 'Swis721 LtCn BT';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 22px
}

h2 span {
    font-size: 42px
}

.main-con {
    max-width: 100%
}

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

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

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

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

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    margin-top: 60px
}

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

.main-header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    z-index: 999
}

.navbar-nav li {
    padding-top: 30px
}

.main-header.fixed-nav {
    display: none
}

#app {
    text-align: center
}

::after,
::before {
    content: ''
}

.nav-bg {
    position: fixed;
    display: inline-block;
    top: 29px;
    right: 30px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 999;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease
}

.nav-bg .nav-trigger {
    background-image: url(../img/menu.gif);
    background-size: cover
}

.nav-bg.menu-cross .nav-trigger {
    background-image: url(../img/menu-cross.png)
}

.nav-trigger {
    position: fixed;
    display: inline-block;
    top: 27px;
    right: 27px;
    height: 45px;
    width: 45px;
    z-index: 99999;
    overflow: visible;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer
}

.nav-trigger .css-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: transparent;
    z-index: 10
}

.nav-trigger .css-icon::before,
.nav-trigger .css-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.nav-trigger .css-icon::before {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0)
}

.nav-trigger .css-icon::after {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0)
}

.nav-trigger::after,
.nav-trigger::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.nav-trigger::before {
    background-color: transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: .3s;
    transition-delay: .4s
}

.nav-trigger::after {
    background-color: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition-duration: 0s;
    transition-delay: 0s
}

.nav-trigger.close-nav::before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.nav-trigger.close-nav::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: .3s;
    transition-delay: .4s
}

.nav-trigger.close-nav .css-icon {
    background-color: rgba(255, 255, 255, 0)
}

.nav-trigger.close-nav .css-icon::after,
.nav-trigger.close-nav .css-icon::before {
    background-color: #fff
}

.nav-trigger.close-nav .css-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.nav-trigger.close-nav .css-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.overlay-content,
.overlay-nav {
    position: fixed;
    top: 21px;
    right: 3%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px)
}

.overlay-content span,
.overlay-nav span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.overlay-content.is-hidden,
.overlay-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s 0s, visibility 0s .3s
}

.overlay-nav {
    z-index: 2
}

.overlay-nav span {
    background-color: #043589
}

.overlay-content {
    z-index: 4
}

.overlay-content span {
    background-color: #35495e
}

.primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: #1081b9;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s
}

.primary-nav ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    height: 100%;
    padding: 50px 0
}

.primary-nav li {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    list-style-type: none
}

.primary-nav li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    font-weight: 300
}

.primary-nav.fade-in {
    visibility: visible;
    opacity: 1
}

.nav-item .nav-link {
    width: 42px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/social-icon.png);
    background-repeat: no-repeat
}

.nav-item .nav-link.nav-fb {
    background-position: 16px 2px
}

.nav-item .nav-link.nav-tumb {
    background-position: -21px 2px
}

.nav-item .nav-link.nav-lin {
    background-position: -66px 2px
}

.nav-item .nav-link.nav-pin {
    background-position: -108px 4px
}

.nav-item .nav-link.nav-you {
    background-position: -153px 2px
}

.nav-item .nav-link.nav-ins {
    background-position: -202px 2px
}

.nav-item .nav-link.gplus {
    background-position: -254px 2px
}

.navbar-brand {
    position: fixed;
    display: inline-block;
    top: 15px;
    left: 32px;
    outline: 0
}

.home-page .navbar-brand {
    display: none
}

.banner-con {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.new-con {
    background-image: url(../img/main-banner.png);
    background-size: cover;
    background-position: left bottom;
    padding-bottom: 20px
}

#canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#texture {
    position: absolute;
    visibility: hidden
}

.fish-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center
}

.fish-con h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: Montserrat, sans-serif
}

.fish-con p {
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase
}

.fish-con img {
    margin-left: 20px;
    margin-top: 110px
}

.dropping-texts {
    display: inline-block;
    width: 180px;
    text-align: left;
    height: 36px;
    vertical-align: -5px;
    font-size: 31px
}

.home-page .dropping-texts {
    display: inline-block;
    width: 180px;
    text-align: left;
    height: 36px;
    vertical-align: 5px;
    font-size: 40px
}

.dropping-texts>div {
    font-size: 0;
    opacity: 0;
    margin-left: -30px;
    position: absolute;
    font-weight: 300
}

.dropping-texts>div:nth-child(1) {
    -webkit-animation-name: roll;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-animation-name: roll;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-animation-name: roll;
    -ms-animation-duration: 5s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 1s
}

.dropping-texts>div:nth-child(2) {
    -webkit-animation-name: roll;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    -moz-animation-name: roll;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 2s;
    -ms-animation-name: roll;
    -ms-animation-duration: 5s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 2s;
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 2s
}

.dropping-texts>div:nth-child(3) {
    -webkit-animation-name: roll;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    -moz-animation-name: roll;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 3s;
    -ms-animation-name: roll;
    -ms-animation-duration: 5s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 3s;
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 3s
}

.dropping-texts>div:nth-child(4) {
    -webkit-animation-name: roll;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 4s;
    -moz-animation-name: roll;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 4s;
    -ms-animation-name: roll;
    -ms-animation-duration: 5s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 4s;
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 4s
}

.dropping-texts>div:nth-child(5) {
    -webkit-animation-name: roll;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 5s;
    -moz-animation-name: roll;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 5s;
    -ms-animation-name: roll;
    -ms-animation-duration: 5s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 5s;
    animation-name: roll;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 5s
}

@-webkit-keyframes roll {
    0% {
        font-size: 0;
        opacity: 0;
        margin-left: -30px;
        margin-top: 0;
        transform: rotate(25deg)
    }
    3% {
        opacity: 1;
        transform: rotate(0)
    }
    5% {
        font-size: inherit;
        opacity: 1;
        margin-left: 0;
        margin-top: 0
    }
    20% {
        font-size: inherit;
        opacity: 1;
        margin-left: 0;
        margin-top: 0;
        transform: rotate(0)
    }
    27% {
        font-size: 0;
        opacity: .5;
        margin-left: 20px;
        margin-top: -80px
    }
    100% {
        font-size: 0;
        opacity: 0;
        margin-left: -30px;
        margin-top: 0;
        transform: rotate(15deg)
    }
}

@keyframes roll {
    0% {
        font-size: 0;
        opacity: 0;
        margin-left: -30px;
        margin-top: 0;
        transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg)
    }
    3% {
        opacity: 1;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0)
    }
    5% {
        font-size: inherit;
        opacity: 1;
        margin-left: 0;
        margin-top: 0
    }
    20% {
        font-size: inherit;
        opacity: 1;
        margin-left: 0;
        margin-top: 0;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0)
    }
    27% {
        font-size: 0;
        opacity: .5;
        margin-left: 20px;
        margin-top: -80px
    }
    100% {
        font-size: 0;
        opacity: 0;
        margin-left: -30px;
        margin-top: 0;
        transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg)
    }
}

svg#play {
    width: 70px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    overflow: visible;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%
}

svg#play #triangle {
    fill: rgba(22, 22, 22, 0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%
}

svg#play:hover #triangle {
    fill: #023263;
    transform-origin: 50% 50%
}

svg #lineOne {
    transform-origin: 50% 50%;
    transition: 1s;
    animation: mymove 6s infinite
}

svg #lineTwo {
    transform-origin: 50% 50%;
    transition: 1s;
    animation: mymovenew 6s infinite
}

.btn-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 2px;
    z-index: 99
}

@-webkit-keyframes mymove {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(360deg)
    }
    50% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes mymove {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(360deg)
    }
    50% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes mymovenew {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(-360deg)
    }
    50% {
        transform: rotate(-360deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes mymovenew {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(-360deg)
    }
    50% {
        transform: rotate(-360deg)
    }
    100% {
        transform: rotate(0)
    }
}

.jelly-inner {
    background-color: #043ea2;
    padding: 40px 0 20px;
    position: relative;
    margin-top: 80px
}

.jelly-inner:before {
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    top: -170px;
    left: 0;
    background-image: url(../img/jelly-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom
}

.jelly-inner:after {
    content: "";
    width: 100%;
    height: 37px;
    position: absolute;
    bottom: -37px;
    left: 0;
    background-image: url(../img/jelly-bg-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: 9
}

.jelly-con-inner {
    display: flex
}

.jelly-text {
    max-width: 900px;
    padding: 15px 15px 0
}

.jelly-text p {
    font-weight: 300;
    line-height: 28px;
    font-size: 16px
}

.jelly-img {
    position: relative
}

.jelly-img .group {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.home-page .servi-con {
    background-color: #043589
}

.home-page .good-words {
    position: relative;
    padding: 80px 0 20px;
}

.servi-con.serv-tab-con {
    padding: 80px 0 20px
}

.servi-con {
    text-align: center;
    padding: 20px 0
}

.servi-con ul {
    display: inline-block;
    position: relative;
    z-index: 99
}

.servi-con h2 {
    margin-bottom: 30px;
    text-transform: uppercase
}

.servi-con h2 span {
    font-size: 60px
}

.servi-con ul li {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    padding: 12px 0
}

.servi-con ul li a {
    margin: 0 10px;
    color: #fff;
    position: relative;
    text-transform: uppercase
}

.servi-con ul li.r-tabs-state-active {
    background-color: #0341aa
}

.servi-con ul li a:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease
}

.servi-con ul li.r-tabs-state-active a:before {
    width: 100%
}

.servi-con ul li a:hover::before {
    width: 100%;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease
}

.service-main {
    display: flex;
    padding-top: 15px;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center
}

.service-right {
    max-width: 950px;
    padding: 15px 30px 0
}

.service-right p {
    font-weight: 300;
    line-height: 28px;
    font-size: 16px
}

.service-left {
    background-repeat: no-repeat;
    background-position: left top;
    padding: 20px 45px;
    background-size: contain;
    position: relative;
    z-index: 99
}

.tab-five .service-left img {
    transform: none
}

.bg-fish {
    position: absolute;
    bottom: 120px
}

.service-left .tab-screens {
    position: absolute
}

.service-left .tab-screens:nth-child(2) img {
    left: 15px;
    top: 0
}

.serv-tab-con {
    padding-bottom: 10px;
    position: relative
}

.fish-gang {
    position: absolute;
    right: 150px;
    bottom: 15px
}

.client-slider {
    position: relative;
    z-index: 99;
    padding: 15px
}

.client-fish {
    background-repeat: no-repeat;
    background-position: center
}

.item h6 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: 'Dancing Script', cursive;
    font-size: 30px
}

.item p {
    font-size: 16px
}

.client-slider .owl-nav button {
    border: 1px solid #fff!important;
    width: 120px;
    margin: 0 10px;
    outline: 0!important
}

.client-slider .owl-nav button span {
    color: #fff;
    font-size: 35px;
    line-height: 28px
}

.client-slider .owl-nav button:hover {
    background-color: #fff
}

.client-slider .owl-nav button:hover span {
    color: #043589
}

.ball {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    background: radial-gradient(circle at bottom, #81e8f6, #76deef 10%, #055194 80%, #062745 100%)
}

.ball:before {
    content: "";
    position: absolute;
    top: 1%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: radial-gradient(circle at top, #fff, rgba(255, 255, 255, 0) 58%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 2
}

.ball:after {
    content: "";
    position: absolute;
    display: none;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    z-index: 2;
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg)
}

.ball.bubble {
    background: radial-gradient(circle at 50% 55%, rgba(240, 245, 255, .9), rgba(240, 245, 255, .9) 40%, rgba(225, 238, 255, .8) 60%, rgba(43, 130, 255, .4));
    -webkit-animation: bubble-anim 2s ease-out infinite;
    animation: bubble-anim 2s ease-out infinite
}

.ball.bubble:before {
    -webkit-filter: blur(0);
    filter: blur(0);
    height: 80%;
    width: 40%;
    background: radial-gradient(circle at 130% 130%, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .8) 58%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg);
    transform: translateX(131%) translateY(58%) rotateZ(168deg) rotateX(10deg)
}

.ball.bubble:after {
    background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, #fff 80%, #fff 84%, rgba(255, 255, 255, 0) 100%)
}

.stage {
    width: 20px;
    height: 20px;
    margin: 20px
}

.group {
    position: relative;
    width: 100px;
    margin: 20px auto
}

@-webkit-keyframes bubble-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        -webkit-transform: scaleY(.95) scaleX(1.05);
        transform: scaleY(.95) scaleX(1.05)
    }
    48% {
        -webkit-transform: scaleY(1.1) scaleX(.9);
        transform: scaleY(1.1) scaleX(.9)
    }
    68% {
        -webkit-transform: scaleY(.98) scaleX(1.02);
        transform: scaleY(.98) scaleX(1.02)
    }
    80% {
        -webkit-transform: scaleY(1.02) scaleX(.98);
        transform: scaleY(1.02) scaleX(.98)
    }
    100%,
    97% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bubble-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    20% {
        -webkit-transform: scaleY(.95) scaleX(1.05);
        transform: scaleY(.95) scaleX(1.05)
    }
    48% {
        -webkit-transform: scaleY(1.1) scaleX(.9);
        transform: scaleY(1.1) scaleX(.9)
    }
    68% {
        -webkit-transform: scaleY(.98) scaleX(1.02);
        transform: scaleY(.98) scaleX(1.02)
    }
    80% {
        -webkit-transform: scaleY(1.02) scaleX(.98);
        transform: scaleY(1.02) scaleX(.98)
    }
    100%,
    97% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 80px;
        opacity: 0
    }
    10% {
        margin-top: 72px;
        opacity: .3
    }
    100% {
        margin-top: 0;
        opacity: 0
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 80px;
        opacity: 0
    }
    10% {
        margin-top: 72px;
        opacity: .3
    }
    100% {
        margin-top: 0;
        opacity: 0
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 80px;
        opacity: 0
    }
    10% {
        margin-top: 72px;
        opacity: .3
    }
    100% {
        margin-top: 0;
        opacity: 0
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 20px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 20px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: 20px
    }
}

.x1 {
    -webkit-animation: animateBubble 5s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 5s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 5s linear infinite, sideWays 2s ease-in-out infinite alternate;
    position: absolute;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6)
}

.x2 {
    -webkit-animation: animateBubble 6s linear infinite, sideWays 3s ease-in-out infinite alternate;
    -moz-animation: animateBubble 6s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 6s linear infinite, sideWays 3s ease-in-out infinite alternate;
    position: absolute;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8)
}

.x3 {
    -webkit-animation: animateBubble 4s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: animateBubble 4s linear infinite, sideWays 1s ease-in-out infinite alternate;
    animation: animateBubble 4s linear infinite, sideWays 1s ease-in-out infinite alternate;
    position: absolute;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5)
}

.x4 {
    -webkit-animation: animateBubble 3s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 3s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 3s linear infinite, sideWays 2s ease-in-out infinite alternate;
    position: absolute;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6)
}

@keyframes float {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-20px)
    }
    100% {
        transform: translatey(0)
    }
}

.avatar {
    transform: translatey(0);
    animation: float 6s ease-in-out infinite
}

.content {
    width: 100%;
    max-width: 600px;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center
}

.flowing-slider {
    background-size: cover;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9
}

.flowing-slider canvas {
    height: 100%;
    width: 100%
}

.new-con.about-con {
    background-image: url(../img/inner-bg.png);
    background-position: center bottom;
    position: relative;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    height: 235px
}

.about-banner {
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    height: 100%
}

.page-head {
    display: inline-flex;
    background-repeat: no-repeat;
    padding: 0 65px;
    align-items: center;
    background-size: contain;
    background-position: center
}

.page-head h1 {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 32px;
    font-family: Montserrat, sans-serif
}

.about-inner p {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.about-inner p a {
    color: #fff;
    font-weight: 500;
    font-family: 'Swiss 721'
}

.choose-inner {
    text-align: center;
    height: 100%;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0
}

h2.bordered {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 30px;
    position: relative;
    text-transform: none;
    color: #fff;
    padding: 20px 0 30px
}

h2.bordered:after,
h2.bordered:before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

h2.bordered:before {
    left: -275px
}

h2.bordered:after {
    right: -275px
}

.choose-inner .page-head {
    margin: 10px 0 0 0
}

.web-presence h4 {
    margin-bottom: 15px
}

.choose-inner h3 {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #fff
}

.choose-inner p {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    font-size: 16px;
    position: relative;
    z-index: 99
}

.btnFillup {
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 3px;
    background-position: 0 -100%;
    background-repeat: repeat-x;
    transition: background-position 1.2s ease;
    -webkit-transition: background-position 1.2s ease;
    -moz-transition: background-position 1.2s ease;
    -ms-transition: background-position 1.2s ease
}

.liquidbg {
    background-image: url(../img/fill.png)
}

.choose-inner .liquidbg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    color: #fff;
    border: 1px solid #fff;
    transition: background-position 1.2s ease;
    -webkit-transition: background-position 1.2s ease;
    -moz-transition: background-position 1.2s ease;
    -ms-transition: background-position 1.2s ease
}

.about-page .choose-inner {
    padding-bottom: 55px
}

.btnFillup:hover {
    background-position: 100% 50%;
    transition: background-position 1.2s ease;
    -webkit-transition: background-position 1.2s ease;
    -moz-transition: background-position 1.2s ease;
    -ms-transition: background-position 1.2s ease
}

.about-img {
    margin-bottom: -150px
}

.about-inner h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Swis721 LtEx BT';
    font-size: 24px
}

.new-con.about-con .container {
    height: 100%
}

.serv-con .page-head {
    background-image: none;
    padding: 0
}

.intro-cap p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 34px
}

.intro-cap p b {
    font-weight: 600
}

.choose-inner p b {
    font-weight: 600
}

.deli-box {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start
}

.deli-box p {
    margin-bottom: 0;
    line-height: 20px;
    text-align: right;
    font-size: 15px
}

.deli-box p span {
    font-size: 40px
}

.deli-cap {
    margin-left: 30px
}

.case-list ul {
    display: inline-block;
    text-align: left
}

.case-list ul li {
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-family: 'Swis721 LtEx BT';
    font-weight: 100;
    font-style: normal;
    margin-bottom: 4px
}

.case-list ul li:before {
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    left: -10px;
    top: 1px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat
}

.approch h5 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 18px;
    color: #fff
}

.approch {
    padding-top: 60px;
    padding-bottom: 35px
}

.choose-inner .row div .deli-box:first-child {
    margin-bottom: 70px
}

.cont-form {
    background-image: url(../img/form-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

.add-inner {
    padding-top: 0;
    position: relative;
    z-index: 99
}

.add-inner .choose-inner {
    margin-bottom: 15px
}

.add-inner .choose-inner p {
    margin-bottom: 5px
}

.choose-inner address {
    color: #fff;
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 15px;
    line-height: 30px
}

.add-inner .choose-inner p a {
    color: #fff;
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 16px
}

.choose-inner p a:hover {
    color: #bde5f9
}

.form-head {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px
}

.form-head h2 {
    display: inline-block
}

.form-inner form input,
.form-inner form textarea {
    border-radius: 0;
    background-color: transparent!important;
    border: 1px solid #fff;
    outline: 0;
    box-shadow: none!important;
    color: #fff!important;
    font-family: 'Swis721 LtEx BT';
    font-weight: 300
}

.form-inner form textarea:focus {
    border: 1px solid #fff
}

.form-inner form select {
    border-radius: 0;
    background-color: transparent!important;
    border: 1px solid #fff;
    outline: 0;
    box-shadow: none!important;
    color: #fff;
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    background-color: #073689
}

.form-inner form select option {
    background-color: #073689
}

.form-inner form select:focus {
    color: #fff
}

.form-inner form textarea {
    min-height: 280px;
    resize: none
}

.form-inner form .form-group {
    margin-bottom: 30px
}

#myform .newadd-file {
    margin-top: -27px
}

.newadd-file label {
    padding-left: 15px!important
}

.form-inner form input::-webkit-input-placeholder,
.form-inner form textarea::-webkit-input-placeholder {
    color: #fff
}

.form-inner form input::-moz-placeholder,
.form-inner form textarea::-moz-placeholder {
    color: #fff
}

.form-inner form input[type=checkbox],
.form-inner form input[type=radio] {
    display: none
}

.form-inner form label {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 35px;
    position: relative
}

.form-inner form .check-con .form-group {
    margin-bottom: 15px
}

.form-inner form label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 4px
}

.form-inner form label:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    background-image: url(../img/checked.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 4px;
    top: -2px;
    display: none
}

.form-inner form input[type=checkbox]:checked+label:after,
.form-inner form input[type=radio]:checked+label:after {
    display: block
}

.form-inner form .btn-primary {
    width: auto;
    height: auto;
    font-family: 'Swis721 Th BT';
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #02296e;
    border: none;
    box-shadow: none;
    margin-top: 40px;
    padding: 6px 36px
}

.form-inner form .btn-primary:hover {
    background-color: #02235d
}

.check-con {
    padding: 0 0 0 10px
}

.submit-box {
    height: auto;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    padding: 0
}

.submit-box label {
    padding: 0!important
}

.submit-box label:before {
    display: none!important
}

.main-service .choose-inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    padding-bottom: 20px;
    padding-top: 50px
}

.main-service .choose-inner .page-head {
    background-image: none
}

.main-service .choose-inner img {
    max-height: 70px
}

.main-service .choose-inner .choose-inner {
    background-image: none;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    font-size: 22px;
    outline: 0;
    position: relative;
    z-index: 99
}

.main-service h3 {
    display: block;
    width: 100%;
    background-color: #04296b;
    padding: 9px 5px;
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase
}

.main-service .choose-inner .choose-inner .bubbles {
    display: none
}

.main-service .choose-inner .choose-inner:hover .bubbles {
    display: block
}

.form-inner form {
    position: relative;
    z-index: 99
}

.intero-img {
    text-align: center
}

.my-captcha {
    display: block;
    width: 100%;
    text-align: center;
    padding: 38px 0 30px;
    background-color: #02296e
}

.submit__generated {
    display: inline-block;
    color: #fff
}

.submit__generated span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 4px
}

.submit__generated.unvalid:after,
.submit__generated.valid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px
}

.submit__generated.valid:after {
    content: "\f00c";
    color: #2ecc71
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71!important
}

.submit__generated.unvalid:after {
    content: "\f00d";
    color: #e74c3c
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    border: 1px solid #42a0dd;
    color: #fff!important;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    top: -2px
}

i.fa-refresh {
    margin: 4px 0 0 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, .2);
    cursor: pointer;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out
}

i.fa-refresh:hover {
    color: rgba(255, 255, 255, .4);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    font-size: 12px
}

.submit {
    display: block;
    margin: 0 0;
    padding: 7px 15px;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    background-color: #404040;
    background-clip: padding-box;
    border-radius: 3px;
    opacity: 1;
    transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out
}

.submit:hover {
    background-color: #3498db
}

.low-opa {
    opacity: .4
}

.fadeOut {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.fadeIn {
    opacity: 1!important;
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important
}

.form-fields,
.form-success {
    transition: all .2s ease-out
}

.form-success {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-top: 20px
}

.cap-send {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2
}

.my-captcha h6 {
    text-align: center;
    margin-bottom: 20px
}

.footer-main {
    position: relative;
    overflow: hidden
}

.main-footer {
    background-color: #043589;
    text-align: center;
    padding: 210px 0 20px;
    background-image: url(../img/booter-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom
}

.home-page .main-footer {
    padding: 210px 0 20px
}

.main-footer ul {
    display: block;
    margin-top: 20px
}

.main-footer ul li,
.social-icon ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 99
}

.main-footer ul li a,
.social-icon ul li a {
    color: #fff;
    font-weight: 300
}

.main-footer ul li a:hover {
    opacity: .8
}

.footer-inner {
    position: relative
}

.footer-inner .bubbles {
    bottom: -90px;
    left: 0
}

.footer-inner p {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px
}

.footer-inner .bubbles.bubbles-right {
    left: initial;
    right: -110px;
    bottom: -240px
}

.social-icon a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px
}

.social-icon .fb:hover {
    background-color: #4267b2
}

.social-icon .twtr:hover {
    background-color: #1da1f2
}

.social-icon .linked:hover {
    background-color: #0077b5
}

.social-icon .pin:hover {
    background-color: #c51f26
}

.social-icon .you:hover {
    background-color: #f70000
}

.social-icon .insta:hover {
    background-color: #d23084
}

.social-icon .gplus:hover {
    background-color: #ce3d33
}

.bowl {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, .5), inset 0 -20px 5px 0 rgba(0, 0, 0, .2), inset -15px 0 5px 0 rgba(0, 0, 0, .1), inset 15px 0 5px 0 rgba(0, 0, 0, .1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, .65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, .65) 100%);
    margin: 20px
}

.bowl:before {
    overflow: hidden;
    border-radius: 50%;
    content: "";
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, .5), inset 0 -20px 5px 0 rgba(0, 0, 0, .2), inset -15px 0 5px 0 rgba(0, 0, 0, .1), inset 15px 0 5px 0 rgba(0, 0, 0, .1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 81%, #000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 81%, #000 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .65) 81%, #000 100%);
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 2
}

.bowl:after {
    content: "";
    width: 60px;
    border-radius: 50%;
    height: 5px;
    background: #039be4;
    box-shadow: inset 0 0 10px 0 #000;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    z-index: 2
}

.bowl .inner {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, .65) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, .65) 100%);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.bowl .inner:before {
    content: "";
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    position: absolute;
    right: 40%;
    top: 60%;
    z-index: 2
}

.bowl .inner:after {
    content: "";
    width: 20px;
    height: 40px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    position: absolute;
    right: 30%;
    top: 15%;
    transform: rotate(-20deg);
    z-index: 2
}

.bowl .fill {
    -webkit-animation-name: fillAction;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(.2, .6, .8, .4);
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: forwards
}

.bowl .waveShape {
    -webkit-animation-name: waveAction;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: .5s;
    width: 300px;
    height: 150px;
    fill: #039be4
}

@-webkit-keyframes fillAction {
    0% {
        -webkit-transform: translate(0, 150px)
    }
    100% {
        -webkit-transform: translate(0, 10px)
    }
}

@-webkit-keyframes waveAction {
    0% {
        -webkit-transform: translate(-150px, 0)
    }
    100% {
        -webkit-transform: translate(0, 0)
    }
}

.bowl-con {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #043589;
    z-index: 999999;
    display: flex
}

.contact-popup {
    max-width: 400px;
    position: fixed;
    background-color: #cbd9ea;
    border-radius: 8px;
    padding: 30px 0;
    -webkit-box-shadow: 0 5px 12px 0 rgba(9, 43, 89, 1);
    -moz-box-shadow: 0 5px 12px 0 rgba(9, 43, 89, 1);
    box-shadow: 0 5px 12px 0 rgba(9, 43, 89, 1);
    bottom: 30px;
    right: -100%;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    transition: 2s ease;
    -webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    -ms-transition: 2s ease
}

.contact-popup.expended {
    right: 13px;
    transition: .8s ease;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -ms-transition: .8s ease
}

.bouncing-fish {
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    bottom: 50px;
    right: 30px;
    -webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 18px 0 rgba(255, 255, 255, .5);
    z-index: 99999;
    cursor: pointer;
    animation: bounce 7s infinite alternate;
    -webkit-animation: bounce 7s infinite alternate
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateX(15px)
    }
    50% {
        transform: translateY(15px)
    }
    75% {
        transform: translateX(-15px)
    }
    100% {
        transform: translateY(15px)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateX(15px)
    }
    50% {
        transform: translateY(-15px)
    }
    75% {
        transform: translateY(-15px)
    }
    100% {
        transform: translateY(-15px)
    }
}

.con-popup .submit-box {
    padding: 0 0 0
}

.con-popup {
    max-width: 700px;
    margin: 0 auto
}

.con-popup.form-inner form .form-group {
    margin-bottom: 30px!important
}

.con-popup.form-inner form .btn-primary {
    margin-top: 20px
}

.con-popup.form-inner form input,
.con-popup.form-inner form select,
.con-popup.form-inner form textarea {
    border: 1px solid #02296e;
    color: #02296e!important
}

#captchaf {
    text-align: center;
    border-radius: 3px;
    width: 26px;
    height: 26px
}

.con-popup.form-inner form input::-webkit-input-placeholder {
    color: #02296e
}

.con-popup.form-inner form input::-moz-placeholder {
    color: #02296e
}

.con-popup .submit-box {
    padding: 0!important
}

.con-popup .my-captcha h6 {
    color: #02296e
}

.con-popup .my-captcha {
    padding: 0;
    background-color: transparent
}

.con-popup .submit__generated {
    color: #02296e
}

.con-popup .submit__generated .submit__input,
.con-popup .submit__generated span {
    color: #02296e!important;
    border: 1px solid #02296e!important;
    width: 26px;
    height: 26px;
    line-height: 26px
}

.con-popup i.fa-refresh {
    color: #02296e!important
}

.con-popup.form-inner form select option {
    background-color: #cbd9ea!important
}

.close-icon {
    position: absolute;
    right: 11px;
    top: 3px;
    background-color: transparent;
    color: #9c9da1;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
    z-index: 9999999
}

.choose-inner ul li {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    display: block;
    width: 100%
}

.choose-inner ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #fff;
    transform: rotate(55deg)
}

.hidden {
    display: none!important
}

fieldset input[type=text] {
    max-width: 720px;
    margin: 0 auto
}

.main-client-form {
    height: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center
}

.about-inner.clint_form {
    min-height: 500px;
    padding: 0 30px;
    margin: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 25;
    -webkit-transition: min-height .5s;
    -o-transition: min-height .5s;
    transition: min-height .5s
}

.about-inner.clint_form h3 {
    margin-top: 40px;
    text-align: center;
    color: #000
}

#msform fieldset {
    padding: 50px 30px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    -webkit-box-shadow: 12px 12px 10px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 12px 12px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 12px 12px 10px 0 rgba(0, 0, 0, .3)
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #707070!important
}

#msform input::-webkit-input-placeholder,
#msform textarea::-webkit-input-placeholder {
    color: #e7e7e7!important
}

#msform input::-moz-placeholder,
#msform textarea::-moz-placeholder {
    color: #e7e7e7!important
}

#msform .action-button {
    width: 350px;
    border-radius: 5px;
    cursor: pointer;
    padding: 18px 5px;
    margin: 10px 5px;
    font-size: 14px;
    white-space: normal;
    color: #fff!important;
    border: 1px solid #e7e7e7;
    background-color: #1169a8!important
}

#msform .action-button:hover {
    background: #eee!important
}

#msform .action-button:focus,
#msform .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #27ae60
}

.fs-title {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: none
}

#msform h2.fs-title {
    font-family: 'Swiss 721';
    font-weight: 500;
    font-size: 20px
}

.clint_form .form-check input {
    position: absolute;
    left: -15px;
    width: auto;
    margin: 0;
    top: 5px
}

.single-box {
    margin: 15px 0
}

.form-group .inputfile {
    visibility: hidden;
    height: 0
}

.inputfile-1+label {
    background-color: #053488;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    max-width: initial
}

.formError .formErrorContent {
    background: #0c608a!important;
    color: #fff;
    font-size: 12px
}

.formError .formErrorArrow div {
    background: #0c608a!important
}

.clint_form .form-group input[type=file]+label:before {
    display: none
}

.clint_form label svg path {
    fill: #fff
}

.main-client-form .page-head {
    display: block;
    padding: 20px 30px 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center
}

.main-client-form .form-inner form label {
    padding: 4px 25px;
    color: #053488;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    font-size: 14px
}

.main-client-form .form-inner form label:hover {
    background-color: #e7e7e7
}

.btn-previous {
    position: relative;
    display: inline-block
}

.btn-previous .fa {
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #053488
}

.main-client-form .page-head h1 {
    margin-bottom: 10px;
    font-size: 26px;
    text-align: left;
    color: #000
}

#msform .target-field {
    text-align: left
}

.target-field .fs-title {
    text-align: left
}

.single-box input[type=text] {
    margin: 0
}

.page-head .fs-title {
    text-align: left;
    color: #000;
    text-transform: none;
    margin-bottom: 22px
}

#msform .genre .action-button {
    width: 180px
}

h4.fs-title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    text-align: left
}

h2.fs-title span {
    color: #8b8b8b;
    font-size: 18px
}

#msform .previous.action-button {
    position: absolute;
    border: none;
    top: 5px;
    left: 5px;
    width: auto!important;
    padding: 5px 15px;
    margin: 0;
    color: #fff!important;
    background-color: #1169a8!important
}

.thanks-for {
    text-shadow: 2px 2px 8px #053f93;
    -webkit-text-shadow: 2px 2px 8px #053f93;
    -moz-text-shadow: 2px 2px 8px #053f93;
    -ms-text-shadow: 2px 2px 8px #053f93
}

#msform .next.action-button {
    position: absolute;
    border: none;
    top: 5px;
    right: 5px;
    width: auto!important;
    padding: 5px 15px;
    margin: 0!important;
    color: #fff!important;
    background-color: #1169a8!important;
    min-width: 90px
}

.main-client-form .form-inner form label:before {
    display: none
}

.main-client-form .form-inner form label:after {
    background-image: none
}

.main-client-form .form-inner form input[type=radio]:checked+label {
    background-color: #e7e7e7;
    border-radius: 15px
}

#msform fieldset.target-field {
    padding: 40px 30px
}

#msform fieldset.traveller {
    padding: 25px 30px
}

#msform fieldset.serv-required {
    padding: 25px 30px
}

.form-inner form#msform textarea {
    min-height: 120px;
    resize: none
}

.main-client-form .form-inner form label span {
    color: #fff
}

.footer-strip p {
    margin-bottom: 0;
    color: #000;
    font-size: 12px;
    text-align: right
}

.footer-strip p a {
    color: #000
}

.footer-strip p a:hover {
    color: #043ea2
}

.main-client-form .page-head a {
    outline: 0
}

.form-inner form#msform .form-group {
    margin-bottom: 20px
}

.single-box .form-check {
    padding-left: 0;
    padding-right: 15px
}

.main-client-form .form-inner label.eolv-radio {
    width: 350px;
    background: #fff!important;
    border-radius: 5px!important;
    cursor: pointer;
    padding: 18px 5px;
    margin: 10px 5px 5px 5px;
    font-size: 14px;
    white-space: normal;
    color: #707070!important;
    border: 1px solid #e7e7e7
}

.main-client-form .form-inner .genre label.eolv-radio {
    width: 180px
}

.main-client-form .form-inner input[type=checkbox]:checked+label.eolv-radio,
.main-client-form .form-inner input[type=radio]:checked+label.eolv-radio {
    background: #eee!important
}

.thanks-fieldset {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center
}

.modal-content {
    background: #1081b9
}

.modal-footer button {
    background-color: #043589
}

p#msg {
    color: #fff
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 8px
}

.case-inner h4 {
    font-size: 20px;
    margin-top: 10px
}

.case-inner a {
    position: relative;
    color: #fff;
    z-index: 99;
    display: inline-block
}

.case-inner a:hover {
    opacity: .8
}

.case-inner {
    margin-bottom: 35px
}

.case-inner h4 a:hover {
    opacity: .7
}

.case-img {
    position: relative;
    z-index: 50;
    overflow: hidden
}

.case-img img {
    max-width: 75px
}

.pos-rel {
    position: relative;
    z-index: 99
}

.pos-rel a {
    color: #fff;
    font-size: 18px
}

.pos-rel a:hover {
    color: #08bca7
}

.page-head h6 {
    line-height: 38px;
    font-size: 24px
}

.blinked-text {
    position: relative;
    z-index: 99
}

.blinked-text .fadeInNew {
    color: #fff
}

.blinked-text .font-one {
    font-family: crosshatcherregular;
    font-weight: 400;
    font-style: normal
}

.blinked-text .font-two {
    font-family: PaintyPaint;
    font-weight: 400;
    font-style: normal
}

.blinked-text .font-three {
    font-family: Cannibal;
    font-weight: 400;
    font-style: normal
}

.blinked-text .font-four {
    font-family: 'KG Blank Space Sketch';
    font-weight: 400;
    font-style: normal
}

.blinked-text .font-five {
    font-family: Asqualt;
    font-weight: 400;
    font-style: normal
}

.blinked-text .font-six {
    font-family: 'Barking Cat DEMO';
    font-weight: 400;
    font-style: normal
}

svg text.blink {
    animation: blink 2s ease-out
}

.blinked-text {
    text-align: center;
    color: #fff;
    position: relative
}

#tagi {
    width: 100%
}

@keyframes blink {
    0% {
        text-shadow: 0 0 20px rgba(226, 25, 45, 0)
    }
    20% {
        fill: rgba(226, 25, 45, 1);
        text-shadow: -5px -5px 20px rgba(226, 25, 45, .8), 5px -5px 20px rgba(226, 25, 45, .8), 5px 5px 20px rgba(226, 25, 45, .8), -5px 5px 20px rgba(226, 25, 45, .8)
    }
    30% {
        fill: rgba(226, 25, 45, 1)
    }
}

.st0 {
    font-size: 68px
}

.st1 {
    font-size: 27px
}

.st2 {
    font-size: 82px
}

.st3 {
    font-size: 41px
}

.st4 {
    font-size: 41px
}

.st5 {
    fill: grey
}

.st6 {
    font-size: 24px
}

.st7 {
    font-size: 24px
}

.st8 {
    font-size: 62px
}

.st9 {
    font-size: 86px
}

.st10 {
    font-size: 18px
}

.st11 {
    font-size: 18px
}

.st12 {
    font-size: 25px
}

.st13 {
    font-size: 25px
}

.st14 {
    font-size: 25px
}

.st15 {
    font-size: 32px
}

.st16 {
    font-size: 32px
}

.st17 {
    font-family: 'Swis721 LtEx BT';
    font-weight: 100;
    fill: #a0a0a0
}

.st18 {
    font-size: 22px
}

.st19 {
    font-size: 22px
}

.st20 {
    font-size: 36px
}

.st21 {
    font-size: 19px
}

.st22 {
    font-size: 51px
}

.st23 {
    font-size: 26px
}

.st24 {
    font-size: 33px
}

.st25 {
    font-size: 20px
}

.st26 {
    font-size: 23px
}

.st27 {
    font-size: 23px
}

.st28 {
    font-family: 'Swis721 LtEx BT';
    font-weight: 300
}

.st29 {
    font-size: 54px
}

.st30 {
    font-size: 20px
}

.st31 {
    font-size: 37px
}

.new-marg-top {
    margin-top: 95px
}

.case-list {
    margin-bottom: 28px;
    margin-top: 34px
}

.case-list ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.case-list ul li {
    display: inline-block;
    width: 45%;
    margin-right: 40px
}

.blinked-text text {
    fill: #fff
}

.counter-con {
    display: flex
}

.counter-con>div {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    border-right: 1px solid #fff
}

.counter-con>div:last-child {
    border: none
}

.counter-inner h5 {
    font-size: 14px;
    text-transform: uppercase
}

.case-study-inner .page-head {
    padding: 0
}

.choose-inner .bordered {
    padding: 0;
    margin: 0;
    font-size: 28px;
    text-transform: uppercase
}

.case-approch h4 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 28px
}

.case-study-inner {
    padding: 15px 0 50px
}

.case-study-inner .case-list ul li {
    width: 100%
}

.case-study-inner .case-list {
    margin-bottom: 45px;
    margin-top: 30px
}

.counter-con .counter-inner p {
    margin-bottom: 5px;
    font-size: 24px
}

.bars-resto .counter-con {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.bars-resto .counter-con>div {
    width: 25%;
    margin-bottom: 30px
}

.media-con .box {
    position: relative;
    overflow: hidden
}

.media-con .item {
    position: relative;
    z-index: 99;
    margin-bottom: 30px
}

.media-con .box:after,
.media-con .box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #053488;
    opacity: .5;
    -webkit-transition: all .45s ease 0s;
    transition: all .45s ease 0s
}

.media-con .box:before {
    -webkit-transform: skew(30deg) translateX(-80%);
    transform: skew(30deg) translateX(-80%)
}

.media-con .box:hover:before {
    -webkit-transform: skew(30deg) translateX(-20%);
    transform: skew(30deg) translateX(-20%);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.media-con .box:after {
    -webkit-transform: skew(-30deg) translateX(-70%);
    transform: skew(-30deg) translateX(-70%)
}

.media-con .box:hover:after {
    -webkit-transform: skew(-30deg) translateX(-10%);
    transform: skew(-30deg) translateX(-10%)
}

.media-con .box img {
    width: 100%;
    height: auto
}

.media-con .box .box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 40% 20px 20px
}

.media-con .box .box-content:after,
.media-con .box .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #053488;
    box-shadow: 0 0 20px rgba(0, 0, 0, .7);
    opacity: .5;
    z-index: -1;
    -webkit-transition: all .45s ease 0s;
    transition: all .45s ease 0s
}

.media-con .box .box-content:before {
    -webkit-transform: skew(30deg) translateX(-100%);
    transform: skew(30deg) translateX(-100%)
}

.media-con .box:hover .box-content:before {
    -webkit-transform: skew(30deg) translateX(-40%);
    transform: skew(30deg) translateX(-40%);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.media-con .box .box-content:after {
    -webkit-transform: skew(-30deg) translateX(-90%);
    transform: skew(-30deg) translateX(-90%)
}

.media-con .box:hover .box-content:after {
    -webkit-transform: skew(-30deg) translateX(-30%);
    transform: skew(-30deg) translateX(-30%);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.media-con .box .title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    opacity: 0;
    transition: all .5s ease 0s
}

.media-con .box .post {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    opacity: 0;
    text-transform: capitalize;
    transition: all .5s ease 0s
}

.media-con .box:hover .post,
.media-con .box:hover .title {
    opacity: .9;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.box-content a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 40% 20px 20px
}

@media only screen and (max-width:990px) {
    .media-con .box {
        margin-bottom: 20px
    }
}

.form-inner form .add-cv label:before {
    display: none!important
}

.add-cv input[type=file] {
    display: none
}

.case-list-block {
    margin-top: 20px!important
}

.case-list-block ul li {
    width: 100%!important;
    margin-right: 0
}

.checkmark-list ul li {
    position: relative;
    color: #fff;
    font-family: 'Swis721 LtEx BT';
    font-weight: 300;
    padding: 0 0 0 25px;
    margin-bottom: 12px;
    width: 100%;
    text-align: left
}

.checkmark-list ul li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 5px
}

.serv-slider {
    position: relative;
    z-index: 99
}

.serv-slider-single {
    text-align: center
}

.serv-slider-single .choose-inner {
    display: inline-block;
    margin-bottom: 0
}

.serv-slider-single .choose-inner:hover {
    opacity: .7
}

.serv-slider-single .choose-inner img {
    width: auto;
    display: inline-block;
    height: 55px
}

.serv-slider-single .choose-inner h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 22px;
    text-transform: uppercase
}

.serv-slider {
    margin-top: 50px
}

.serv-slider.client-slider .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    height: 35px;
    z-index: -1
}

.serv-slider.client-slider .owl-nav button {
    width: 65px;
    position: absolute;
    top: 12px
}

.serv-slider.client-slider .owl-nav button.owl-prev {
    left: -60px
}

.serv-slider.client-slider .owl-nav button.owl-next {
    right: -60px
}

.promotion-jelly {
    margin-top: 0
}

.full-width-list ul li {
    width: 100%!important
}

.terms-use .full-width-list ul li {
    margin-bottom: 15px
}

.terms-use .case-list {
    margin-top: 0
}

#contact-popup {
    background-color: #053488;
    z-index: 999999999;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    transition: .6s ease;
    -webkit-transition: .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease
}

#contact-popup .mfp-close {
    color: #fff
}

#side-popup {
    max-width: 422px;
    position: fixed;
    top: 120px;
    left: -430px;
    z-index: 999;
    background-color: #cbd9ea;
    padding: 25px 15px 18px 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 12px 0 rgba(9, 43, 89, 1);
    -moz-box-shadow: 0 5px 12px 0 rgba(9, 43, 89, 1);
    box-shadow: 0 5px 12px 0 rgba(9, 43, 89, 1)
}

#side-popup .pop-icon {
    position: absolute;
    right: 8px;
    top: 1px;
    background-color: transparent;
    color: #9c9da1;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
    z-index: 9999999
}

#side-popup .form-inner form select option {
    background-color: #cbd9ea!important
}

#side-popup .form-inner form .form-group {
    margin-bottom: 0
}

#side-popup .submit-box {
    padding: 0!important
}

#side-popup .my-captcha {
    padding: 0;
    text-align: left;
    background-color: transparent
}

#side-popup .submit__generated {
    color: #02296e
}

#side-popup .form-inner form .btn-primary {
    font-size: 12px;
    margin-top: 0;
    width: 100%
}

#side-popup .cont-form {
    background-image: none
}

#side-popup .form-inner form input,
#side-popup .form-inner form select {
    border: 1px solid #02296e;
    color: #02296e!important;
    height: calc(2.25rem - 6px);
    font-size: 12px
}

#side-popup .form-inner form input::-webkit-input-placeholder {
    color: #02296e
}

#side-popup .form-inner form input::-moz-placeholder {
    color: #02296e
}

#side-popup .submit__generated .submit__input,
#side-popup .submit__generated span {
    color: #02296e!important;
    border: 1px solid #02296e!important;
    width: 26px;
    height: 26px;
    line-height: 26px
}

#side-popup i.fa-refresh {
    color: #02296e!important;
    margin: 0
}

#side-popup.fade-in {
    left: 20px;
    opacity: 0;
    animation-name: nFadeIn;
    animation-duration: 1s;
    animation-fill-mode: both
}

#side-popup.fade-out {
    opacity: 0;
    animation-name: nFadeOut;
    animation-duration: 1s;
    animation-fill-mode: both
}

#side-popup .row>div {
    padding: 5px
}

.newadd-file svg {
    fill: #fff
}

@keyframes nFadeIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes nFadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.read-more.btn-primary {
    background-color: transparent;
    border: 1px solid #fff;
    position: relative;
    z-index: 99;
    font-size: 14px;
    padding: 7px 20px 6px 20px;
    box-shadow: none
}


/*responsive*/

@media Screen and (max-width:1200px) {
    .navbar-nav {
        margin-right: 60px
    }
    .r-tabs .r-tabs-tab {
        margin-bottom: 10px
    }
    .btn-default {
        padding: 8px 26px
    }
    .page-head {
        margin-bottom: 0
    }
    .choose-inner h3 {
        font-size: 22px
    }
    .fish-con h2 {
        font-size: 40px
    }
    .home-page .dropping-texts {
        vertical-align: -4px;
        font-size: 30px
    }
}

@media Screen and (max-width:992px) {
    .navbar-nav {
        margin-right: 0
    }
    .jelly-inner {
        padding: 80px 0 50px
    }
    h2.bordered:after,
    h2.bordered:before {
        width: 40%
    }
    h2.bordered:before {
        left: -115px
    }
    h2.bordered:after {
        right: -115px
    }
    .main-service h3 {
        padding: 10px 10px;
        font-size: 15px
    }
    .page-head h1 {
        font-size: 32px
    }
    .case-list {
        padding-left: 50px
    }
    .deli-box p span {
        font-size: 30px
    }
    .deli-cap {
        margin-left: 20px
    }
    .case-list {
        padding-left: 15px;
        text-align: left;
        margin-top: 20px
    }
    .submit-box {
        padding: 10px;
        height: auto
    }
    .add-inner .choose-inner {
        margin-bottom: 30px
    }
    .fish-con {
        width: 100%
    }
    #msform .genre .action-button,
    .main-client-form .form-inner label.eolv-radio {
        width: 165px
    }
    .about-inner.clint_form {
        min-height: 530px
    }
}

@media Screen and (max-width:870px) {
    .navbar-nav {
        margin-right: 40px
    }
    .mfp-iframe-holder .mfp-close {
        top: -10px;
        left: -2%
    }
}

@media Screen and (max-width:767px) {
    .navbar-nav {
        margin: 0 auto 0 auto!important
    }
    .navbar {
        padding: .5rem 0
    }
    .main-footer ul li,
    .social-icon ul li {
        padding: 0 5px
    }
    .fish-con img {
        margin-left: 0;
        margin-top: 0
    }
    .fish-con h2 {
        font-size: 44px
    }
    .fish-con p {
        font-size: 16px
    }
    .nav-bg {
        right: 15px
    }
    .primary-nav li a {
        font-size: 26px
    }
    .primary-nav ul {
        padding: 80px 0
    }
    .jelly-inner {
        padding: 20px 0 40px 0;
        text-align: center
    }
    .jelly-text {
        padding: 15px 0 0
    }
    .serv-tab-con {
        padding-top: 0;
        padding-bottom: 20px
    }
    .service-main {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center
    }
    .tab-one .service-left {
        padding: 20px 60px;
        background-position: center
    }
    .service-right {
        padding: 15px 0 0
    }
    .serv-inner {
        position: relative;
        z-index: 99
    }
    #serv-tabs .r-tabs-accordion-title a {
        color: #fff;
        font-size: 18px;
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 6px;
        border-bottom: 1px solid #fff
    }
    .tab-two .service-left {
        padding: 0 0 40px 0
    }
    .tab-three .service-left {
        padding: 15px 120px;
        background-position: center
    }
    .r-tabs .r-tabs-panel {
        padding: 0
    }
    .service-left {
        padding: 20px 90px
    }
    .fish-gang {
        display: none
    }
    .main-footer {
        padding: 45px 0 20px
    }
    .navbar-brand {
        left: 10px
    }
    .page-head {
        padding: 0 15px;
        height: 290px
    }
    .about-banner {
        padding-top: 30px
    }
    .choose-inner .row>div {
        margin-bottom: 30px
    }
    .approch {
        padding-top: 40px
    }
    .navbar-nav .nav-item {
        display: none
    }
    .choose-inner .row div .deli-box:nth-child(2) {
        margin-bottom: 40px
    }
    .r-tabs-state-active .r-tabs-anchor {
        position: relative
    }
    .client-fish {
        margin-top: 20px
    }
    iframe {
        width: 100%!important;
        height: 100%!important;
        left: 50%!important;
        top: 50%!important;
        transform: translate(-50%, -50%)!important
    }
    .mfp-iframe-holder .mfp-close {
        top: -40px;
        left: inherit
    }
    .btn-box {
        bottom: 70px
    }
    .about-inner h3 {
        font-size: 18px;
        line-height: 28px
    }
    .main-client-form .page-head {
        height: auto
    }
}

@media Screen and (max-width:575px) {
    .jelly-text h1,
    h2 {
        font-size: 24px;
        line-height: 32px
    }
    .tab-three .service-left {
        padding: 15px 50px
    }
    .servi-con h2 span {
        font-size: 36px
    }
    .tab-one .service-left {
        padding: 20px 0
    }
    .service-right p {
        line-height: 26px;
        font-size: 16px
    }
    .about-inner p,
    .jelly-text p {
        line-height: 26px;
        font-size: 16px
    }
    .service-left {
        padding: 20px 0
    }
    .bg-fish {
        bottom: 35px
    }
    .client-slider .owl-nav button {
        width: 85px
    }
    .navbar-brand {
        max-width: 50px
    }
    .nav-bg {
        width: 45px;
        background-size: contain
    }
    .navbar-nav li {
        padding-top: 20px
    }
    .navbar-nav li .fa {
        font-size: 13px
    }
    .main-footer ul li,
    .social-icon ul li {
        padding: 0 5px
    }
    .page-head h1 {
        white-space: initial;
        text-align: center;
        line-height: 35px
    }
    h2.bordered:after,
    h2.bordered:before {
        display: none
    }
    .choose-inner .page-head {
        height: auto;
        padding: 10px 0 0 0
    }
    h2.bordered {
        font-size: 24px!important;
        margin-bottom: 5px!important
    }
    .deli-box {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center
    }
    .case-list {
        text-align: center
    }
    .approch {
        padding-top: 30px;
        padding-bottom: 0
    }
    .choose-inner p,
    .intro-cap p {
        font-size: 16px
    }
    .fish-con h2 {
        font-size: 32px
    }
    .home-page .dropping-texts {
        font-size: 24px
    }
    .fish-con img {
        width: 250px
    }
    .jelly-inner {
        margin-top: 15px
    }
    .bouncing-fish {
        width: 50px;
        height: 50px
    }
    .servi-con.serv-tab-con {
        padding: 50px 0 20px
    }
    .dropping-texts>div {
        left: 26%;
        width: auto;
        text-align: center
    }
    .dropping-texts {
        margin-top: 15px
    }
    .main-client-form .page-head {
        padding: 20px 00px 0
    }
    .about-inner.clint_form {
        padding: 0
    }
    #msform fieldset {
        padding: 30px 15px
    }
    #msform .action-button,
    #msform .genre .action-button,
    .main-client-form .form-inner label.eolv-radio {
        width: 210px;
        padding: 12px 5px;
        margin: 8px auto
    }
    .footer-strip p {
        text-align: center
    }
    .page-head .fs-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px
    }
    .main-client-form .page-head h1 {
        margin-bottom: 0;
        font-size: 20px
    }
    .fs-title {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 26px
    }
    .footer-strip p {
        margin: 5px 0
    }
    .crm-body {
        background-color: #053488
    }
    #msform input,
    #msform textarea {
        padding: 10px 15px
    }
    #msform .action-button {
        width: 80%!important
    }
    .main-client-form .form-inner form label {
        padding: 4px 12px;
        font-size: 12px
    }
    .single-box {
        margin: 5px 0
    }
    #msform fieldset.target-field {
        padding: 40px 15px
    }
    h4.fs-title {
        margin-top: 5px;
        font-size: 14px
    }
    #msform fieldset.serv-required {
        padding: 25px 15px
    }
    .sliding-nav .nav-bg {
        display: none!important
    }
    .sliding-nav .nav-bg.wheelvisible {
        display: inline-block!important
    }
    .counter-con>div {
        width: 35%!important;
        border: none;
        margin-bottom: 15px
    }
    .counter-con>div:nth-of-type(odd) {
        border-right: 1px solid #fff
    }
    .counter-con>div:last-child {
        border: none
    }
    .counter-con .counter-inner p {
        font-size: 18px
    }
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        margin-top: 0
    }
    .choose-inner h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px
    }
    .page-head h6 {
        line-height: 30px;
        font-size: 20px
    }
    #side-popup {
        max-width: 270px
    }
    #side-popup .choose-inner .row>div {
        margin-bottom: 5px
    }
    #msform .next.action-button,
    #msform .previous.action-button {
        min-width: 78px;
        font-size: 12px;
        padding: 5px 15px;
        margin: 0
    }
    .choose-inner .liquidbg {
        position: static;
        transform: none;
        margin-top: 30px
    }
}

@media Screen and (max-width:480px) {
    .about-banner {
        padding-top: 30px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center
    }
    .about-img {
        padding: 0 30px
    }
    .page-head {
        padding: 80px 15px;
        height: auto
    }
    .serv-con .page-head {
        padding: 60px 0
    }
    .jelly-img img {
        max-width: 230px
    }
    .home-page .main-footer {
        padding: 45px 0 20px
    }
    .choose-inner .liquidbg {
        width: 60%
    }
    .about-page .choose-inner {
        padding-bottom: 0;
        margin-bottom: 60px
    }
    .about-page .about-inner {
        margin-bottom: 75px!important
    }
    .approch .container>.choose-inner,
    .jelly-inner .container>.choose-inner {
        margin-bottom: 0
    }
    .new-con.about-con.noanmi-con {
        height: 110px
    }
    .intero-img img {
        max-width: 200px
    }
    .intero-img {
        margin-bottom: 30px
    }
    .web-presence h4 {
        font-size: 22px
    }
    .case-list {
        padding-left: 0!important;
        margin-bottom: 0
    }
    .dropping-texts {
        font-size: 20px
    }
    .main-service .choose-inner {
        padding-top: 10px;
        margin-bottom: 0
    }
    .new-marg-top {
        margin-top: 0;
        padding-bottom: 15px
    }
    .case-list ul li {
        width: 100%;
        margin-right: 0;
        margin-left: 20px
    }
    .approch .choose-inner img {
        max-width: 260px
    }
    .choose-inner .row .choose-inner {
        margin-bottom: 0
    }
    .approch .choose-inner .row>div {
        margin-bottom: 0
    }
    .serv-slider {
        margin-top: 20px
    }
    .serv-slider.client-slider .owl-nav button.owl-prev {
        left: -35px
    }
    .serv-slider.client-slider .owl-nav button.owl-next {
        right: -35px
    }
    .serv-slider-single .choose-inner h3 {
        font-size: 12px;
        margin-top: 16px;
        margin-bottom: 0
    }
    .serv-slider.client-slider .owl-nav button {
        width: 35px;
        top: 18px
    }
    .main-case-inner {
        margin-bottom: 60px;
        margin-top: 20px
    }
    .case-inner {
        margin-bottom: 0
    }
    .case-img img {
        max-width: 50px
    }
    .case-inner h4 {
        font-size: 18px
    }
    .case-jelly {
        padding-bottom: 10px
    }
    .about-inner .checkmark-list {
        padding-bottom: 40px
    }
    .case-study-inner .case-list {
        margin-bottom: 20px;
        margin-top: 0
    }
    .counter-con {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }
    .jelly-inner.case-study-inner {
        padding-bottom: 15px
    }
    .intro-cap {
        padding-bottom: 15px
    }
    .form-inner form .form-group {
        margin-bottom: 0
    }
    .form-inner form .btn-primary {
        font-size: 28px
    }
    .cont-form .form-head {
        margin-bottom: 30px!important
    }
    .contact-main-con {
        padding-top: 0!important
    }
    .add-inner {
        padding-top: 0
    }
    .main-con.jelly-inner.cont-inner {
        padding-bottom: 0
    }
    .choose-inner.about-choose-inner .row .choose-inner {
        margin-bottom: 40px
    }
    .last-content {
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2
    }
    .sec-last-content {
        margin-bottom: 40px!important
    }
    .expended .form-inner form .form-group {
        margin-bottom: 30px
    }
    .cont-marg-top {
        text-align: left;
        margin-top: 20px;
        padding-left: 20px
    }
    .career-heading {
        font-size: 34px!important
    }
    .contact-popup {
        max-width: 270px;
        top: initial;
        bottom: 60px;
        padding: 30px 0
    }
    .contact-popup .container {
        padding: 0
    }
}

.list-aggregate li p b {
    font-weight: bold;
}
.call {
    text-align: center;
}
.call a {
    width: auto;
    height: auto;
    font-family: 'Swis721 Th BT';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #02296e;
    border: none;
    padding: 6px 36px;
    position: relative;
    display: inline-block;
    z-index: 99;
    cursor: pointer;
}
.call a p {
    position: relative;
    top: 10px;
}
