/*
@font-face {
    font-family: 'GT America Extended';
    src: url(fonts/GTAmerica-ExtendedBlack.woff2) format("woff2"), url(fonts/GTAmerica-ExtendedBlack.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'GT America Extended';
    src: url(fonts/GT-America-Standard-Medium.woff2) format("woff2"), url(fonts/GT-America-Standard-Medium.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'GT America Extended';
    src: url(fonts/GT-America-Standard-Regular.woff2) format("woff2"), url(fonts/GT-America-Standard-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
*/

/*h1,h2,h3,h4,h5,h6{color:#17313b;font-family:GT America Extended !important;font-display: swap}

p,a,button,input,textarea,select,span{font-family:GT America Extended !important;font-display: swap}*/


h1,h2,h3,h4,h5,h6{color:#17313b;font-family:'Poppins', sans-serif !important;font-display: swap}

p,a,button,input,textarea,select,span{font-family:'Titillium Web', sans-serif !important;font-display: swap}




body{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#07172f+0,051120+47,07172f+100 */
background: #07172f; /* Old browsers */
background: -moz-linear-gradient(top, #07172f 0%, #051120 47%, #07172f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #07172f 0%,#051120 47%,#07172f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #07172f 0%,#051120 47%,#07172f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07172f', endColorstr='#07172f',GradientType=0 ); /* IE6-9 */


    /*font-family: "GT America Extended";*/
    font-weight: 400;
    font-size: 1.75rem;
    color: #fff;
    letter-spacing: normal;


}
p {
    /*font-family: "GT America Extended";*/
    font-weight: 400;
    font-size: 1.75rem;
    color: #fff;
    letter-spacing: normal;
}
.subtitle, blockquote {
    font-size: 3rem;
    font-size: 2.05vw;
    line-height: 1.1;
}

.title, .title--small, .title--smallest, h1, h2, h3, h4, h5 {
    font-size: 4vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-transform: initial !important;
    
    text-transform: uppercase;
    margin-bottom: 30px;
}

.title{letter-spacing: 0;}


.toptxtdv {
    position: absolute;
    top: 70px;
    left: 80px;
    max-width: 50%;
}

.pdfleft{padding-left:15px;}
#deep .subtitle {
    font-size: 3.15vw;
    margin: 0 auto;
    color: #cde3e8;
    position: relative;
    z-index: 10;
}

#deep .subtitle+p {
    margin: 35px 0 0;
    color: #cde3e8;
    text-align: center;
}

.text--medium {
    font-size: 1.3vw;
    line-height: 1.31;
    margin-bottom: 40px;
    color: #eee;
}

.wd70{max-width:80%;margin:0 auto;}
.casestudies-wrap p.text--medium {
    font-size: 1.3vw;
    line-height: 1.31;
    margin-bottom: 40px;
    color: #eee;
}

.compatibiltysec .boxpart .boxwrap li p{color:#3c3c3c;}

#island {
    padding: 0px 0px 154px 0px;
    overflow: visible;

    background: #19405d;
    background: -moz-linear-gradient(top, #19405d 0%, #09192a 38%, #001c35 100%);
    background: -webkit-linear-gradient(top, #08192A 0%,#09192a 38%,#001c35 100%);
    background: linear-gradient(to bottom, #08192A 0%,#09192a 38%,#001c35 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#001c35',GradientType=0 );

}

#island h2{margin-bottom: 1rem;margin-top: 3rem;}
.section.casestudieslpsection{
    margin: 0px;
    margin-top: -2px;
    padding-bottom: 12px;
        background: #001c35;
    background: -moz-linear-gradient(top, #001c35 0%, #09192a 38%, #19405d 100%, #19405d 100%);
    background: -webkit-linear-gradient(top, #001c35 0%,#09192a 38%,#19405d 100%,#19405d 100%);
    background: linear-gradient(to bottom, #001c35 0%,#09192a 38%,#19405d 100%,#19405d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c35', endColorstr='#19405d',GradientType=0 );
}

#particles-js{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50;
  background-repeat: no-repeat;
  /*z-index: 1;*/
}
.portfolio_3 .fold_4_android, .case_mobile_pair-3{top: unset;}


@media (min-width: 1441px){
#deep .subtitle {
    width: 95%;
}



}

.row--h-center {
    -ms-flex-pack: center;
    justify-content: center;
}


.nopad_left{padding-left:0px;}
.nopad_right{padding-right:0px;}
.nopad_bottom{padding-bottom: 0px !important;}
.nopad_top{padding-top:0px !important;}

.sect1{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05111f+0,05111f+100 */
background: #05111f; /* Old browsers */
background: -moz-linear-gradient(top, #05111f 0%, #05111f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #05111f 0%,#05111f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #05111f 0%,#05111f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05111f', endColorstr='#05111f',GradientType=0 ); /* IE6-9 */
}

.iconsmain-box {
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;

}

.iconsmain-box .container.iconn{
    position: absolute;
    z-index: 123;
    top: unset;
    transform: none;
    bottom: -170px;
    width: 100%;
    max-width: 100%;
}
.top_scroll{background-color:#030d1d; }
.awards-list {
    top: -24px;
        position: relative;
        width: 100%;
}

.ml-auto, .mx-auto {
    margin:0 auto;
    
}
.mb-6, .my-6 {
    margin-bottom: 43px!important;
}
.mt-6 {
    margin-top: 43px!important;
}
.mb-12, .my-12 {
    margin-bottom: 96px!important;
}

.mt-3, .my-3 {
    margin-top: 24px!important;
}

/*top form css start*/

.banner .home-form {
    box-shadow: none;
    border-radius: 0px;
    padding: 30px;
    position: relative;
    width: 110%;
    margin: 120px 0px 0 0;
    /*    border: 1px solid #ffff;*/
    border-radius: 4px;
    float: right;
    /* background: #ffffffba; */
    background: transparent;
    /*    box-shadow: 0px 0px 30px 0px #15151514;*/
}

.header_formBox .intl-tel-input.separate-dial-code .selected-dial-code{color:#000;font-size: 14px;}
.total-form {
    margin: 0 auto;
}

.banner .form_top_txt p {
    margin: 0 0 10px;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-align: left !important;
    line-height: 1.1 !important;
}
.header_formBox form input, .header_formBox form select {
    display: block;
    padding: 20px 20px;
    /*background: transparent;*/
    border-radius: 4px;
    width: 100%;
    margin: 0 0 15px;
    color: #32347a;
    border: transparent;
    font-size:14px;
    box-shadow: 0px 0px 30px 0px #15151514;
}

.header_formBox form input[type="text"] {
    color: #000;
}
.header_formBox form input[type="email"] {
    color: #000;
}


.header_formBox form .intl-tel-input{width: 100%;margin: 0 0 15px;}
.qform-itself form .intl-tel-input{width: 100%;margin: 0 0 15px;}
.header_formBox .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag,.qform-itself .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {width: 78px;border-radius: 20px;border-bottom-right-radius: 0;border-top-right-radius: 0;}

/*.bortder .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width: 78px;border-radius: 10px;border-bottom-right-radius: 0;border-top-right-radius: 0;}*/
select {padding: 10px 20px;margin: 0;-webkit-appearance:none !important; /* remove the strong OSX influence from Webkit */}

.header_formBox form input[type="submit"],{width: 100%; margin: 0 auto 10px; font-weight: 600; cursor: pointer; 
    background: -webkit-linear-gradient(left, #f9ad1c 0%,#f9be36 100%);
     border: none; color: #fff;    -webkit-transition: 0.4s;-moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;}

.header_formBox form input[type="submit"]:hover{transform: translateY(-3.925px);
    background: #32347a;}
.banner .form_top_txt{}
.banner .form_top_txt p{margin: 0 0 10px;color: #fff;font-size: 25px;font-weight: 700;line-height: 35px;text-align: center;}
.banner .form_top_txt p a{ color: #32347a;font-weight: 900;}
.form_bottom_txt{}
.form_bottom_txt p{margin: 0 0 10px;text-align: center;}

.header_formBox form input[type="submit"],.header_formBox form input[type="submit"]:hover {
background: -webkit-linear-gradient(left, #f9ad1c 0%,#f9be36 100%);
color:#fff;
border: none;
}

/*top main section css starts*/


.topback {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    /* max-height: 100vh; */
    height: 100vh;
}

.skybx {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    max-height: 793px;
    overflow: hidden;
}

.skybx img {
    width: 100%;
}

.waterbx {
    position: absolute;
    width: 100%;
    top: 30%;
}

.wavebx img,.waterbx img {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
.wavebx img,.waterbx img {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}

.seagul1bx img {
    -webkit-animation: mover1 4s infinite  alternate;
    animation: mover1 4s infinite  alternate;
}
.seagul1bx img {
    -webkit-animation: mover1 4s infinite  alternate;
    animation: mover1 4s infinite  alternate;
}


@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


@-webkit-keyframes movera {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes movera {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}




@-webkit-keyframes mover1 {
    0% { transform: translateY(5); }
    100% { transform: translateY(-30px); }
}
@keyframes mover1 {
    0% { transform: translateY(5); }
    100% { transform: translateY(-30px); }
}




.waterbx img {
    width: 100%;
}

.whealbx {
    position: absolute;
    top: 77%;
    left: -13%;
}
.shadowbx {
    position: absolute;
    top: 68%;
}
.grad{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19405d+0,09192a+100 */
background: #19405d; /* Old browsers */
background: -moz-linear-gradient(top, #19405d 0%, #0b2033 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #19405d 0%,#0b2033 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #19405d 0%,#0b2033 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#09192a',GradientType=0 ); /* IE6-9 */
display: none;
    position: absolute;
    top: 69%;
    height: 670px;
    width: 100%;

}
.wavebx {
    position: absolute;
    width: 100%;
    top: 53%;
}

.wavebx img {
    width: 100%;
}

.btntopsection{
    background: -webkit-linear-gradient(left, #f9ad1c 0%,#f9be36 100%);
    padding: 20px 40px;
line-height: 1;
font-size: 14px;
text-transform: uppercase;
border-radius: 4px;
margin-top: 15px;
height: 60px;
width:230px;
font-weight: 600;
position: relative;
z-index: 100;
}

.mountainbx {
    position: absolute;
    left: 0px;
    top: -10%;
}   

.seagul2bx {
    position: absolute;
    right: 5%;
    top: 35%;
}

.seagul1bx {
    position: absolute;
    right: 2%;
    top: 50%;
}


/*top main section css ends*/



.topmainarea{padding: 100px 0px 50px;}
@media (min-width: 1441px){
  .topmainarea{padding: 100px 0px 140px;}
}

.headerbox{
        position: relative;
    z-index: 2000;
    width:100%;
    transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .3s;

     -webkit-transition: background 0.3s;
  transition: background 0.3s;

-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
    
        /*font-size: 0px;
    background: transparent;
    min-height: 60px;
    padding: 30px 0 ;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;

    background: transparent;*/
}
.headerbox.stickyheader{
    background: #fff;position: fixed; 
   

}

.headerbox .header__nav__item a.button {
    font-size: 15px;
    padding: 15px 30px;
    border: 1px solid #fff;
    /* margin-top: 20px; */
    display: block;
    color: #fff;
    overflow: hidden;
    max-width: 250px;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
}
.headerbox .header__nav__item a.button:hover {
color:#000;
}

.headerbox.stickyheader .header__nav__item a.button{
    color:#0b1539;
    border-color:#0b1539;
}


.header__nav__item .button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  top:0px;
  left:94px;
}

.stickyheader .header__nav__item .button span{
        background-color:#0b1539; 
}
.headerbox .header__nav__item a.button:hover {
  color: #000;
}
.headerbox.stickyheader .header__nav__item a.button:hover{color: #fff;}

.header__nav__item .button:hover span {
  width: 146%;
  height: 200.5px;
}
.header__nav__item .button:active {
  background-color: #0784c1;
}



.header__logo {
    display: block;
    position: absolute;
    width: 175px;
    top: 75px;
    left: 80px;
    padding: 2px;
    transform-origin: left top;
    z-index: 10;
    transition: all .65s cubic-bezier(.86, 0, .07, 1);
}

.headerbox.stickyheader .header__logo {
    transform: translateY(-55px) scale(.7);
    /*top:25px;*/
}
.header__nav {
    position: absolute;
    top: 75px;
    right: 80px;
    z-index: 9;
    transition: transform .65s cubic-bezier(.86, 0, .07, 1);
}

.headerbox.stickyheader .header__nav {
    transform: translateY(-68px) scale(.8);
}


.header-inner{
        position: relative;
    z-index: 2000;
    transition: opacity .4s cubic-bezier(.455, .03, .515, .955) .3s;
}
 
.stickyheader .header-inner{min-height: 74px;}


/*top form css ends*/



/*jelly fish css start*/
.jellyfishbox{position: relative;overflow: hidden;}
.jellyfish {
  width: 63px;
  height: 90px;
  position: absolute;
  transform: rotate(-4deg);
  animation: swimming 20s linear infinite alternate;
  z-index: 999;
}

/*.head {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  background: rgba(225, 225, 225, 0.35);
  border: 1px solid rgba(225, 225, 225, 0.5);
  border-radius: 40px 40px 20px 20px;
  box-shadow: 0 0 4px rgba(225, 225, 225, 0.5) inset;
  animation: headAnim 4s linear infinite alternate;
}

.head::after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 15px;
  top: 5px;
  border-radius: 5px 3px;
  box-shadow: 0 0 1px rgba(225, 225, 225, 0.8) inset;
}

.tail {
  position: absolute;
  left: 8px;
  top: 40px;
  width: 40px;
  height: 50px;
  border: 0.5px solid rgba(225, 225, 225, 0.6);
  border-top: none;
  border-bottom: none;
  border-radius: 35px 35px 20px 20px;
  box-shadow: 0 7px 9px rgba(225, 225, 225, 0.5) inset;
  transform-origin: 50% 0%;
  animation: tailAnim 4s linear infinite alternate;
}*/

@keyframes swimming {
  0% {
    transform: translate(0px, 0px) rotate(-4deg);
  }
  20% {
    transform: translate(-1px, -20px) rotate(-8deg);
  }
  50% {
    transform: translate(-20px, -1px) rotate(-3deg);
  }
  70% {
    transform: translate(-1px, -20px) rotate(-8deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-4deg);
  }
}
@keyframes headAnim {
  0% {
    transform: scale(1, 1);
  }
  2% {
    transform: scale(1.1, 0.95);
  }
  20% {
    transform: scale(0.95, 1.1);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.1, 0.95);
  }
  70% {
    transform: scale(0.95, 1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tailAnim {
  0% {
    transform: scale(0.8);
  }
  2% {
    transform: scale(0.9, 0.75);
  }
  20% {
    transform: scale(0.7, 1);
  }
  50% {
    transform: scale(0.8);
  }
  55% {
    transform: scale(0.9, 0.75);
  }
  70% {
    transform: scale(0.7, 1);
  }
  100% {
    transform: scale(0.8);
  }
}
.jellyfish:nth-of-type(1) {
  animation-delay: calc(1s * 0.2);
}

.jellyfish:nth-of-type(2) {
  animation-delay: calc(2s * 0.2);
}

.jellyfish:nth-of-type(3) {
  animation-delay: calc(3s * 0.2);
}

.jellyfish:nth-of-type(4) {
  animation-delay: calc(4s * 0.2);
}

.jellyfish:nth-of-type(5) {
  animation-delay: calc(5s * 0.2);
}

.jellyfish:nth-of-type(6) {
  animation-delay: calc(6s * 0.2);
}

.jellyfish:nth-of-type(7) {
  animation-delay: calc(7s * 0.2);
}

.jellyfish:nth-of-type(8) {
  animation-delay: calc(8s * 0.2);
}

.jellyfish:nth-of-type(9) {
  animation-delay: calc(9s * 0.2);
}

.jellyfish:nth-of-type(10) {
  animation-delay: calc(10s * 0.2);
}


/*jelly fish css ends*/



.awards-list li {
    font-family: 'Roboto', sans-serif;
    color: #5e5e5e;
    display: inline-block;
    font-size: 12px;
    margin: 0 20px;
    width: 204px;
    text-align: center;
}
.awards-list li img{
    margin:0 auto;
/*    max-width: 154px;*/
    max-width:185px;
}
.awards-list li div{color:#fff;}
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}

.mb-8, .my-8 {
    margin-bottom: 64px!important;
}


#deep {
    padding: 230px 0 180px;



    /*background: #05111f;*/
}
.firstsection{
/*margin-top: 199px;*/
margin-top:0px;
z-index: 1;
position: relative;

    /*background: linear-gradient(rgb(12, 33, 52) 0%, rgb(5, 17, 31) 37%, rgb(5, 17, 31) 37%, rgb(5, 17, 31) 91%, rgb(8, 25, 42) 100%);*/
    background: linear-gradient(rgb(5, 32, 57) 0%, rgb(5, 17, 31) 37%, rgb(5, 17, 31) 37%, rgb(5, 17, 31) 91%, rgb(8, 25, 42) 100%);

padding-bottom: 300px;
overflow: hidden;
}



.jelly3 {
    position: absolute;
        bottom: 91%;
    left: 17%;
    /* top: -3%; */
    /* bottom: 0; */

    animation: swimming 20s linear infinite alternate;
    transition: 1s all;
    opacity: 0.4;
    animation-timing-function: linear;
}

.jelly3 img {
    width: 56%;
    transform: rotate(4deg);
}

.jelly1 {
    position: absolute;
    right: 12%;
    top: -9%;
    animation: mover 4s infinite  alternate;
    transition: 1s all;
}

.secondfoldjelly {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0px;
}

.jelly2 {
    position: absolute;
    left: -6%;
    transform: rotate(-13deg);
    top: 14%;
    animation: mover 4s infinite  alternate;
    transition: 1s all;
}

.jelly2 img {
    width: 68%;
}

.jelly4 {
    position: absolute;
    right: 11%;
    top: -50%;
    animation: mover 4s infinite  alternate;
    transition: 1s all;
    opacity: 0.25;
}

.jelly4 img {
    width: 26%;
}

.jelly5 {
    position: absolute;
    bottom: 14%;
    left: 34%;
    animation: mover 4s infinite  alternate;
    transition: 1s all;
}

.jelly5 img {
    width: 45%;
    transform: rotate(-26deg);
}

.jelly6 {
    position: absolute;
    right: -14%;
    animation: mover 4s infinite  alternate;
    transition: 1s all;
    bottom: 14%;
    opacity: 0.4;
}

.jelly6 img {
    width: 60%;
    transform: rotate(-18deg);
}



.page{
   border:1px solid #d0d0d0;
   height:auto;
   /*font:bold 50px/600px Arial;*/
  /*text-align:center;*/
       margin: 0px;
    padding-bottom: 202px;
    border: none;
    position: relative;

     background: #19405d;
    background: -moz-linear-gradient(rgb(25, 64, 93) 0%, rgb(5, 31, 56) 100%);
    background: -webkit-linear-gradient(rgb(25, 64, 93) 0%, rgb(5, 31, 56) 100%);
    background: linear-gradient(rgb(25, 64, 93) 0%, rgb(5, 31, 56) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#09192a',GradientType=0 );


}
#primary-navwrapper{
    position:fixed;right:20px;top: 43%;
    z-index: 999;
    display: none;

}
#primary-navwrapper li{line-height: 15px;}
#primary-navwrapper li a{font-size: 11px;color:#fff;}
#primary-navwrapper li a.active{
   color:red;
}

.whalesect{padding: 0px 0px 150px 0px;


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19405d+1,061429+100 */
background: #19405d; /* Old browsers */
background: -moz-linear-gradient(top, #19405d 1%, #061429 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #19405d 1%,#061429 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #19405d 1%,#061429 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#061429',GradientType=0 ); /* IE6-9 */


}

.helpingen{

padding-top: 50px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19405d+0,19405d+99 */
background: #19405d; /* Old browsers */
background: -moz-linear-gradient(top, #19405d 0%, #19405d 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #19405d 0%,#19405d 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #19405d 0%,#19405d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#19405d',GradientType=0 ); /* IE6-9 */

}



.title--big, h1--big {
    font-size: 4vw;
    line-height: 1.02;
    /*max-width: 65%;*/
    margin: 20% auto 0 auto;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.form-box-main form input[type="submit"]{
        height: 45px;
    font-size: 14px;
    padding: 0px;
}
.mvttop .title, .mvttop h2 {
    font-size: 3vw;
}
.title--medium{font-size: 3vw}
.mvttop h2,.mvttop p{text-align: center;}




.portfolio_details_section{background: transparent;}
.whaleanim {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;


}

.image-1 img {
    -webkit-animation: mover1 4s infinite  alternate;
    animation: mover1 4s infinite  alternate;
}
.image-1 img {
    -webkit-animation: mover1 4s infinite  alternate;
    animation: mover1 4s infinite  alternate;
}
.mgtop{margin: 20px 0 0 0;}


@-webkit-keyframes mover2 {
    0% { transform: translateX(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.imgmockup{display: none;}

.mockupbox{position: relative;}

.mockupbox-lftinner {
    position: absolute;
    top: 117px;
    left: 161px;
    animation: mover 3s infinite  alternate;
    /*transition: 1s linear all;*/
}
.mockupbox-lftinner:hover{
/*animation: step-end;
animation-timing-function: linear;*/

    

}

.mockupbox-lftinner img {
    max-width: 114px;
}

.mockupbox-rhtinner {
    position: absolute;
    right: 9px;
    top: 97px;
    animation: mover 3s infinite  alternate;
}
.mockupbox-rhtinner:hover{
  /*animation: step-end;*/
}

.mockupbox-rhtinner img {
    max-width: 142px;
} 


.mockupboxn {
    position: absolute;
    top: 0px;

    animation: mover 2.5s infinite  alternate;
}


.whaleanim .image-2 {
    position: absolute;
    left: 50px;
    max-width: 800px;
    top: 70px;
/*animation: swimming 20s linear infinite alternate;*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.whaleanim:hover .image-2{left:0px;}

.whaleanim .image-3 {
    position: absolute;
    bottom: 140px;
    right: 200px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

    /*animation: swimming 20s linear infinite alternate;*/
}
.whaleanim:hover .image-3{right: 230px; }

.whaleanim .image-4 {
    position: absolute;
    bottom: 80px;
    right: 175px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;


    /*animation: swimming 20s linear infinite alternate;*/
}
.whaleanim:hover .image-4{      right: 200px;}
.whaleanim .image-5 {
    position: absolute;
    /*left: -60px;*/
    /*display: none;*/
       top: 40px;
    left: 150px;
    /*bottom: -100px;*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
opacity: 0.5;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;

}
.whaleanim:hover .image-5{ opacity: 1;left: 100px; }

.whaleanim .image-1{
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.whaleanim:hover .image-1{
margin-left: 50px;
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;


}

.jellyfishes{
        position: absolute;
    width: 100%;
    bottom: -200px;
    display: table;
    z-index: 2;
}
.jellyfishes>div{
        display: table-cell;
}
.jellyfishes .jellyfish-1{

}
.jellyfishes .jellyfish-1 img {
    transform: rotate(20deg);
}
.jellyfishes .jellyfish-2{
text-align: center;
}
.jellyfishes .jellyfish-3{
text-align: right;
    padding-right: 3%;
}
.jellyfishes .jellyfish-3 img{
    transform: rotate(-20deg);
}



@keyframes diving {
 0%, 100% {
   margin-top:0
   transform: rotate(0deg);
 }
 50% {
   margin-top: 20px;
   transform: rotate(-3deg);
 }
}


@keyframes divinglt {
 0%, 100% {
   margin-top:0;
   transform: rotate(0deg);
 }
 50% {
   margin-top: 50px;
   transform: rotate(0deg);
 }
}




a.readmorebtn.redmore2 {
    display: none;
}

.plan--fold,.below--fold{ /*background: #010f1c;*/ color:#fff;}



.sub-heading{    color: #fff;font-size:16px;}
.subheading{    color: #fff;}

.plan--fold .subheading{color:#acacac;}
.plan--fold .sub-heading{color:#acacac;}


.entry-heading {
    /*font-weight: 700;*/
    font-size: 2vw;
    line-height: 1.1;
}


.tell-links{font-size: 14px;}

p.tell{font-size: 18px;}


.subheading {
    /*color: #2d2d2d;*/
    color:#fff;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}


#join {
    padding: 0 0;
    /*background: #001d37;
    background: radial-gradient(ellipse at center, #001d37 0, #010e1a 70%);*/
    position: relative;
    min-height: 800px;
}

#join .scene {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url(../images/hire-us-background-transparent.png);
}
.form-box-main{padding:0px;}
.form-box-main h2 {
    /* padding: 0 0 25px 0; */
    text-align: left;
    content: '';
    font-size: 2vw;
    width: 100%;
    font-weight: 600;
    line-height: 1.2;
    margin:0 0 15px 0;
}
.form-box-main form {
    margin: 0px 0 50px 0;
    width:100%;
}
.form-box-main form .col-md-6, .form-box-main form .col-md-12{
    padding-bottom: 20px;
}

.form-box-main p{
    margin-left: 0px;
    /*font-size: 16px;*/
    width:100%;
}


#portfolioDemo4 .case_fold_5 {
    background-image: url(../images/bee-mbile.png);
}

.feature-list.ht.cind{height: auto;}

.stories-container .stories-con {
    border: 1px solid #142d4e;
    transition: transform 0.6s ease, box-shadow 0.6s ease, background-color 0.6s ease;
    border-radius: 6px;
    background:#09182f;
    margin: 15px 0;
    min-height: 420px;
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); */
}

.stories-container .stories-con a{
text-decoration: none;
}

.stories-container .stories-con figure {
    margin-bottom: 0px;
    height: 235px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


.stories-container .stories-con figure img {
    height: 235px;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*.stories-container .stories-con:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
}*/

.portfoliocart .textwrapper {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.stories-container .stories-con .textwrapper {
    /* overflow: hidden; */
    padding: 27px 25px 0;
}

.portfoliocart .textwrapper .btn-appear {
    font-size: 16px;
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #526679;
}

.portfoliocart .textwrapper .bxportin .btn-appear{
padding: 9px 15px;
    font-size: 14px;
    text-transform: capitalize;
    /*width: 100%;*/
    position: relative;
    color: #fff;
    
    border-radius: 7px;
    font-weight: 600;
    background: #09182f;
    /*background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: -webkit-linear-gradient(left, #f9ad1c 0%,#f9be36 100%);*/
    border: none;
    float: right;
}
.portfoliocart .textwrapper .bxportin .btn-appear span{color: transparent;}
.portfoliocart .textwrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #f9b84f;
    text-align: left;
    margin-bottom: 0px;
}

.stories-container .stories-con div h2 {
    font-size: 24px;
    padding-bottom: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.stories-container .stories-con div p {
    color: #8ca1c1;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 50px;
    margin: 0px;
    font-size: 18px;
}

.stories-container .stories-con div.bxportin{display: block;} 
/*.stories-container .stories-con:hover div.bxportin{display: block;} */
.stories-container .stories-con div.bxportin>div{display: inline-block;vertical-align: middle;width:69%;}
.stories-container .stories-con div.bxportin>div:first-child{width:28%;}
.stories-container .stories-con div.bxportin>div:first-child a{display:inline-block;}


.stories-container .stories-con div p{padding-bottom: 30px;}
.stories-container .stories-con .textwrapper {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    min-height: 269px;
}

.stories-container .stories-con figure {
    margin-bottom: 0px;
    height: 180px;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


.mobile_page_updated .section-padding{
    background: #fff;
}
.form-box-main form input[type="text"], .form-box-main form input[type="email"], .form-box-main form input[type="number"], .form-box-main form input[type="tel"], .form-box-main form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #273542;
    background: transparent;
    padding: 18px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    border-radius: 5px;
}

.form-box-main form input[type=checkbox]:not(old), .form-box-main form input[type=radio ]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.form-box-main form input[type="file"]{
    font-size: 14px;

}
.form-box-main form input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url(../images/checks.png) no-repeat 0 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #5B6B7F;
}

.check-list input[type='checkbox'] {
    width: 90%;
    height: 100%;
    z-index: 2313;
    position: absolute;
    left: 0px;
}
.check-list {
    float: left;
    /* margin: 0 15px 0 0; */
    padding-left: 22px;
}

.form-box-main form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 100px;
}


.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 18px;
}

.casestudies-wrap.portfoliocart{padding-bottom: 50px;}
.casestudies-wrap p{z-index: 2;}
.casestudies-wrap h3{z-index: 2;}
.casestudies-wrap div.noshow2{z-index: 2;text-align: center;}
.compatibiltysec .boxpart {width:120%;}
.compatibiltysec .boxpart .boxwrap li{
    padding: 15px;
    background: #09182f;
    margin:30px 20px 30px 0px;
    /*box-shadow: none;*/
}
.compatibiltysec .boxpart .boxwrap li:focus{
  outline: none;
}
.compatibiltysec .boxpart .boxwrap li:hover{
outline: none;
}
.compatibiltysec .boxpart .boxwrap li p {
    color:#acacac;
}
.compatibiltysec .boxpart .boxwrap li h3{
    color: #fff;
}
.sprite-old {
    background-image: url(../img/sprites.png);
    display: block;
}

.casestudies-wrap .box-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.casestudies-wrap .box-wrap .cs {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 0px;
}
.casestudies-wrap h3{
font-size: 3vw;
    color: #fff;
    font-weight: 600;   
    text-align: center;
    width: 100%; 
    margin-bottom: 1rem;
}

.text--big{line-height: 2rem;}
.casestudies-wrap p{
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
}
.casestudies-wrap .box-wrap .cs .box {
    display: inline-block;
    margin-bottom: 25px;
    /*box-shadow: 0px 0px 50px #0000001c;*/
    border-radius: 5px;
    min-height: 470px;
    position: relative;
}

.casestudies-wrap .box-wrap .cs .box a{text-decoration: none;}

.casestudies-wrap .box-wrap .cs .box figure {
    border-radius: 10px 10px 0 0;
    margin:0px;
}

.casestudies-wrap .box-wrap .cs .box figure img {
    border-radius: 10px 10px 0 0;
}
.casestudies-wrap .box-wrap .cs .box .txt-wrap {
    padding: 15px 20px 10px;
    background: #09182f;
    min-height: 148px;
}


.casestudies-wrap .box-wrap .cs .box .txt-wrap h5 {
    color: #fff;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    font-size: 22px;
    border: 0px;
    font-weight: 600;
    margin: 4px 0 7px;
    text-transform: uppercase;
}
.casestudies-wrap .box-wrap .cs .box .txt-wrap p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 0 10px 0;
    max-width: 100%;
}

.orng {
    color: #f59515;
}

.casestudies-wrap .box-wrap .cs .box .bot {
    background: #09182f;
    line-height: 1;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 10px;
    position: absolute;
    width: 100%;
    bottom: 20px;
    min-height: 64px;
    padding-bottom: 10px;
}

.casestudies-wrap .box-wrap .cs .box .bot:before {
    position: absolute;
    top: -10px;
    width: 90%;
    left: 0;
    right: 0;
    height: 1px;
    margin: 0 auto;
    border-bottom: 1px solid #edf1f7;
    content: "";
}

.casestudies-wrap .box-wrap .cs .box .bot .lft {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 52%;
    padding-left: 20px;
    padding-top:8px;

}

.casestudies-wrap .box-wrap .cs .box .bot .lft .imgb {
    display: inline-block;
    width: 30px;
    height: 33px;
    margin-right: 0;
}

.casestudies-wrap .box-wrap .cs .box .bot .lft .imgb a {
    display: inline-block;
}

.sprite-old.apple-icon {
    background-position: -48px -2256px;
    width: 30px;
    height: 33px;
}
.sprite-old.gplay-icon {
    background-position: -99px -2256px;
    width: 30px;
    height: 33px;
}
.casestudies-wrap .box-wrap .cs .box .bot .lft h3 {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color:#fff;
    text-align: left;

}

.casestudies-wrap .box-wrap .cs .box .bot .rght {
    display: inline-block;
    width: 40%;
}

.casestudies-wrap .box-wrap .cs .box .bot .rght .read {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 17px 0 16px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: -webkit-linear-gradient(left, #f9ad1c 0%,#f9be36 100%);
    border: none;
    margin: 0;
}


.form-box-main form input[type="submit"]{
    text-transform: uppercase;
}




@media (min-width: 1441px){
.wrapper {
    max-width: 1360px;
}

}

.placeholder video {
    position: absolute;
    top: 48px;
    left: 83px;
    background: #000;
}

.portfolio_1 .fold_4_android, .case_mobile_pair-1{
    background-image: url(../images/water_pair.png) !important;
    top:23%;
}







footer {
    /*background-color: #000a13;*/
    background-color:#06152c;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 600px;
    padding: 23px 0;
}

.footer-top p {
    font-size: 14px;
    color: #dfdfdf;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 22px;
}
.footer-top .fform {
    text-align: left;
    background: #071d31;
    width: 600px;
    margin: 0 auto;
    /*position: relative;*/
    border-radius: 30px;

}
.footer-top .fform:before {
    position: absolute;
    content: "";
    /* border-left: 1px solid #373737; */
    left: 43%;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    top: 0;
}

.footer-top .fform form {
    /*font-size: 0;*/
    /*z-index: -1;*/
    position: relative;
}
.subserror_parent {
    position: relative;
    z-index: 0;
}
.footer-top .fform form button {
    font-size: 0px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f9b427;
    border: none;
    top: 6px;
    right: 12px;
}
.footer-top .fform form i {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-family: "fontawesome";
    left: -5px;
    top: 0;
}
.footer-midle ul {
    font-size: 0px;
    margin: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 30px 0;
}
.footer-midle li {
    display: inline-block;
    width: 10%;
}
.footer-midle li a {
    font-size: 14px;
    color: #6c6c6c;
    text-decoration: none;
}

.sub-footer {
    padding: 38px 0px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.sub-footer .faddres {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}
.sub-footer .address {
    width: 20%;
    display: inline-block;
    padding: 0 45px 0 15px;
    margin-top: 12px;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
}
.address {
    min-height: 54px;
}
.address, .phone, .mail {
    position: relative;
}
.sub-footer .address {
    line-height: 20px;
}

.sub-footer .address h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    text-transform: uppercase;
}

.sub-footer .phone p, .sub-footer .address p, .sub-footer .mail p, .sub-footer .mail a {
    display: inline-block;
    padding-left: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    color: #5B6B7F;
    line-height: 18px;
    font-weight: normal;
}

.copyr {
    text-align: center;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.copyr .text {
    width: 700px;
    margin: 0 auto;
    z-index: 555;
    display: inline-block;
    background: transparent;
}

.copyr .upbtnn {
    display: inline-block;
    width: 50px;
    height: 52px;
    position: relative;
    background: #071d31;
    top: -16px;
    border-radius: 50%;
    left: 200px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

.copyr .upbtnn a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-bottom: 0px !important;
    padding-top: 1px;
    font-size: 14px;

}

.copyr .upbtnn i {
    font-family: "FontAwesome";
    color: #fff;
    position: relative;
    top: 4px;
}

.copyr .text p {
    text-align: center;
    color: #dfdfdf;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    padding: 0px;
    line-height: 22px;
}

.sub-footer ul.last-list {
    margin: 0;
    display: inline-block;
    padding-left: 30px;
}

.sub-footer ul li {
    color: #6c6c6c;
    font-family: 'circular std';
    font-size: 14px;
    padding-bottom: 5px;
}
.sub-footer ul.last-list li {
    display: inline-block;
    border-left: 1px solid #6c6c6c;
    vertical-align: middle;
    padding: 0 20px;
}

.sub-footer ul li a {
    color: #5B6B7F;
    display: block;
}

.sub-footer ul.last-list li {
    display: inline-block;
    border-left: 1px solid #6c6c6c;
    vertical-align: middle;
    padding: 0 20px;
}
.footer-links {
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
}
.footer-links p{
        display: inline-block;
}
.footer-links ul.footer-group {
    margin: 0px;
    display: inline-block;
    padding: 4px;
    border: none;
    font-family: 'montserratlight';
    text-align: center;
}
footer ul.footer-group li {
    display: inline-block;
}
.footer-links ul.footer-group li a {
    color: #cccccc;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 0px 10px 0px 10px;
}
.subserror {
    position: absolute;
    font-size: 13px;
    color: red;
    left: 30px;
    top: -18px;
    display: none;
}
.footer-top {
    text-align: center;
}
.footer-top .fform form input[type=email] {
    border: none;
    color: #fff;
    font-size: 14px;
    background-color: #071d31 !important;
    width: 50%;
    outline: none;
    padding: 0 0 0 35px;
    text-align: left;
    margin: 0 0 0 -4px;
    font-weight: 500;
    height: 62px;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    vertical-align: top;
    z-index: -1;
}
.footer-top .fform form input[type=email]::placeholder{
    color:#5B6B7F;
}
.footer-top .fform form input[type="email"]:invalid,.footer-top .fform form input[type="number"]:invalid {
    box-shadow: none;
}

.footer-top .fform form input[type=number]::placeholder{
    color:#5B6B7F;
}
.footer-top .fform form button {
    font-size: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f9b427;
    /*background-color: #000;*/
    border: none;
    top: 6px;
    right: 12px;
    z-index: 999999 !important;
}
.footer-top .fform form input[type=number] {
    border: none;
    color: #fff;
    font-size: 14px;
    background-color: #071d31 !important;
    width: 50%;
    outline: none;
    padding: 0 0 0 35px;
    text-align: left;
    margin: 0;
    font-weight: 500;
    height: 62px;
    vertical-align: top;
    border-left: 1px solid #03080c;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: -1;
        /*background-color: #000 !important;*/
    width: 39.5%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.footer-top .fform form i {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-family: "fontawesome";
    left: -5px;
    top: 0;
}
.footer-links ul.footer-group li a {
    color: #cccccc;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.sea-mobile{display: none;}
.whaletab{display: none;}
.sea-tablet{display: none;}
.intl-tel-input .country-list{font-size:14px;color:#000;}
.footer-top .fform form input[type="number"] {
border-left: 1px solid rgb(6, 21, 44);
}

.form-box-main form .intl-tel-input .flag-container {
    top: 6px;
}

@media only screen and  (min-width: 1660px){
  .section.casestudieslpsection{}
.firstsection {
    padding-bottom: 312px;
}
    .waterbx{
        /*top: 27%;*/
        top: 13%;
    }
    .grad{

        background: -moz-linear-gradient(top, #19405d 0%,#0b2033 100%);
background: -webkit-linear-gradient(top, #19405d 0%,#0b2033 100%);
background: linear-gradient(to bottom, #19405d 0%,#0b2033 100%);
top: 62%;
/*height: 590px;*/
height: 698px   ;

    }
.helpingen {
        padding-bottom: 14px;
}
    .mountainbx{
        top:-1%;
    }
    .whealbx{
        top: 68%;
    left: -13%;

    }
    .shadowbx{
        top: 62%;
    }

    .wavebx {
    
    /*top: 47%;*/
    top: 44%;

}

.seagul2bx{
    top: 29%;
}
.whalesect{
    padding-top: 100px;
}

#island h2 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.jellyfishes{
  bottom: -27%;
}

}

@media only screen and  (min-width: 1920px){
  .grad {
    height: 635px;
    top: 66%;

  }

  .jellyfishes {
        bottom: -19%;
  }

  .section.casestudieslpsection{
        padding-bottom: 10px;
  }
}



@media only screen and  (min-width: 2120px){
  .grad {
    height: 635px;
    top: 74%;

  }

  .jellyfishes {
        bottom: -19%;
  }

  .shadowbx {
    top: 56%;
}


}


@media only screen and (max-width: 1441px) and (min-width: 1500px)  {
    .grad{
        height: 485px;
    }

}
@media only screen and (max-width: 1440px) and (min-width: 1366px)  {
    .grad{
        height: 480px;
        background: #19405d;
    background: -moz-linear-gradient(top, #19405d 0%, #0b2033 100%);
    background: -webkit-linear-gradient(top, #19405d 0%,#0b2033 100%);
    background: linear-gradient(to bottom, #19405d 0%,#0b2033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#09192a',GradientType=0 );
  top:83%;
    }

    .whealbx {
    top: 68%;
 
}
      


}
@media only screen and (max-width: 1366px) and (min-width: 1201px)  {

.wavebx{top:54%;}
.whealbx{top:69%;}

.grad {
    background: #19405d;
    background: -moz-linear-gradient(top, #19405d 0%, #0b2033 100%);
    background: -webkit-linear-gradient(top, #19405d 0%,#0b2033 100%);
    background: linear-gradient(to bottom, #19405d 0%,#0b2033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19405d', endColorstr='#09192a',GradientType=0 );
    height: 600px;
    top:74%;
    display: none;
    }









}

@media only screen and (max-width: 1200px)  {

.grad {

    top:62%;

        background: linear-gradient(rgb(25, 64, 93) 0%, rgb(11, 32, 51) 100%);
}

.jellyfishes {

bottom:-7%;
 }   
.firstsection {
    margin-top: 100px;  
}

.wavebx {
top:43%;
}

.shadowbx {
top:55%;
}


.mountainbx {
        top: 0%;
    max-width: 58%;

}

.whealbx {

    top: 55%;
    left: -20%;
}

.firstsection {

    margin-top:0px;
}


.iconsmain-box .container.iconn {

    bottom: unset;
    top:0px;
}



.awards-list li {
    width: 228px;
    margin: 0px 10px;
}

.awards-list li img {
    margin: 0 auto;
}


.banner .home-form {
    width:100%;
}


.title--big, h1--big {

        margin-top: 35%;

}

.stories-container .stories-con .textwrapper {

    padding:20px;
}

.stories-container .stories-con div.bxportin > div {


width: 65%;
}


.portfoliocart .textwrapper h3{
    font-size: 16px;
}
.stories-container .stories-con div p{
    font-size: 14px;
}


.compatibiltysec .boxpart {

width:100%;
}



}

@media only screen and (max-width: 1080px)   {

.copyr .upbtnn{
    left:unset;
    right:0px;
}
.jellyfishes {

width:99%;
}

.grad {

    top: 65%;

}

.jelly6{
    right:-24%;
}
.jelly1 {

    right: 6%;
    top: -6%;
}

.jelly2{
        top: 7%;
}

p{
    font-size: 1.4rem;
}


.text--medium{
    font-size: 1.7vw;
}

.form-box-main {
    padding-bottom: 200px;
}

}

@media only screen and (max-width: 768px)   {

  .imgmockup{display: block;}
  .mockupbox{display: none;}
    .banner .home-form {
        margin-top:58px;padding:20px;
    }
    .awards-list li {
    width: 161px;
}
    .copyr .text {
        width:auto;
}
.copyr .upbtnn {
    top:0px;
}

.compatibiltysec .boxpart {
    width: 110%;
    margin-left: 0px;
}

.skybx {
max-height: 638px;

}
.waterbx {
    top:11%;
}

.grad {
    top: 35%;
    height: 400px;

}


.whealbx {

        top: 23%;
    left: -30%;
}

.whealbx img{
        width: 67%;
}

.shadowbx {
top:28%;

}

.wavebx {

top:24%;
}

.seagul2bx {

        top: 13%;
}

.seagul2bx img{

max-width: 45%;
}

.seagul1bx {
    top: 24%;
    right: unset;
    left:85%;

}
.seagul1bx  img{

    max-width: 100%;

}


.page {

    padding-bottom: 0px;
}


.topmainarea {
    padding-bottom: 87px;
}


.casestudies-wrap p.text--medium {
    font-size: 1.7vw;
}


.stories-container .stories-con .textwrapper {
    min-height: 230px;


}

.entry-heading {
    font-size: 3vw;

}


.jellyfishes {

width:95%;
}

.jelly1 {

right: -10%;
}
.jelly1 img{
max-width: 50%;
}
.jelly2 img{
max-width: 48%;
}

.jelly3{
    max-width: 30%;
}
.jelly6 img{
max-width: 50%;
}

.topback>div{display: none;}
.topback>div.sea-tablet{display: block;}


/*.sea-mobile{display: block;}*/
.firstsection {
padding-bottom: 200px;
}

.whaleanim{display: none;}

.whaletab{display: block;max-width: 100%;}


.sub-footer .address{padding:0px;}




}



@media only screen and (max-width: 568px)   {
  .boxwrap .slick-list{min-height: 320px;}
.entry-heading{
      font-size: 10vw;
}
.header-inner{padding:10px 0px;background: #fff;}
.header__logo{position: relative;top:0px;left:20px;}
.header__nav{right:20px;top:15px;}


.headerbox .header__logo{width:40%;}
.headerbox.stickyheader .header__logo{transform: translateY(0) scale(1);top:0px;}

.headerbox .header__nav__item a.button{border:1px solid #0b1539;color:#0b1539;padding:7px 15px;}
.headerbox.stickyheader .header__nav{transform: translateY(0) scale(1);}

.topback>div.sea-tablet{display: none;}
.topback>div.sea-mobile{display: block;}

.title--big, h1--big {

margin-top: 0px;
    font-size: 10vw;
}


#deep {

        padding: 100px 0px 150px;
}


.footer-top .fform {
    width:100%;
}


.sub-footer ul li {
    width: 30%;
}


.footer-links ul.footer-group li {
    width: 14%;
}

.sub-footer .address {
    width: 50%;
    min-height: 100px;
}


.sub-footer .address:nth-child(4) {
    padding-left: 15px;
}


.form-box-main h2 {
    font-size: 9vw;
}


.form-box-main p {
    font-size: 5vw;
}

.footer-top .fform form input[type=email] {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    margin: 0px;
}

.footer-top .fform form input[type=number] {
    width: 100%;
    border-left: none;
    margin-left: 0px;
    left: 0px;
    position: relative;
}

.footer-top .fform form button {
    position: relative;
    width: 100%;
    border-radius: 4px;
    left: 0px;
    margin-top: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.title, .title--small, .title--smallest, h1, h2, h3, h4, h5{
    font-size: 10vw;
}



.copyr .text {
    width: 100%;
    padding: 0px;
}

.copyr .text li {
    width: 48%;
}

.copyr .text ul {
    width: 100%;
    text-align: left;
    padding: 0px;
    margin-bottom: 40px;
}

.text--medium{font-size: 4vw;}
.casestudies-wrap p.text--medium{font-size: 4vw;}

.stories-container .stories-con div p {
    font-size: 16px;
}


.compatibiltysec .boxpart{
    width:90%;
}


.jellyfishinner>div {
    display: none;
}







.casestudies-wrap h3 {
    font-size: 10vw;
}

.jellyfishinner>div {
    display: none;
}

#deep .subtitle {
    font-size: 10vw;
}

.secondfoldjelly {
    display: none;
}

#deep {
    padding: 50px 0px;
}

.awards-list li div {
    font-size: 4vw;
}

.firstsection {
    padding: 50px 0px;
}

#island {
    padding: 00px 0px 100px 0px;
}

.text--medium {font-size: 5vw;}

.compatibiltysec .boxpart .boxwrap li {
    height: 200px;
}

li.swiper-slide.slick-slide {}

li.swiper-slide.slick-slide.slick-current.slick-active {}

.casestudies-wrap p.text--medium {
    font-size: 5vw;
}

.form-box-main h2 {
    padding-bottom: 0px;
}

#join .scene {
    display: none;
}

.form-box-main {
    padding-bottom: 0px;
}

.whalesect {
    padding-bottom: 50px;
}

.jellyfishes {
    display: none;  
}




}


.list-scroll{height: 120px;}




.slick-prev.slick-arrow {
    font-size: 0;
    
    left: unset;
    
}

button.slick-prev.slick-arrow:before {
    position: absolute;
    font-size: 28px;
    content: "\e904";
    font-family: icomoon;
    right: 60px;
    /* left: unset; */
    top: 20px;
    color:#98aebf
}

button.slick-prev.slick-arrow:hover:before{
  color: #5b7990;
}
button.slick-next.slick-arrow {
    font-size: 0;
}

button.slick-next.slick-arrow:before {
    content: "asdas";
    position: absolute;
    font-size: 28px;
    content: "\e903";
    font-family: icomoon;
    right: 20px;
    /* left: unset; */
    top: 20px;
    color: #98aebf;
}

button.slick-next.slick-arrow:hover:before {
color: #5b7990;
}

.form-box-main form input[type="checkbox"]:not(old) + label, input[type="radio"]:not(old) + label {
    color: #fff;
}


.clutchreviewbox {
    padding: 0px 20px 30px;
}