@charset "utf-8";
@import https: //fonts.googleapis.com/css?family=Roboto:400, 300, 200, 100, 400italic, 700, 900|Muli&subset=latin, vietnamese, latin-ext, cyrillic, cyrillic-ext, greek-ext, greek;
@font-face {
    font-family: Oduda;
    src: url(../fonts/Oduda.otf);
}
@font-face {
    font-family: Oduda-Bold;
    src: url(../fonts/Oduda-Bold.otf);
    font-weight: 700;
}
html {
    height: 100%;
    overflow-x: hidden!important;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Oduda', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFF;
    background: #FFF;
    height: 100%;
    text-align: center;
}
h1 {
    font-size: 4.46666666667em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.17em;
}
h2 {
    font-size: 3.2em;
    font-weight: 300;
}
h3 {
    font-size: 1em;
}
.bob2 h1 {
    font-family: Oduda-Bold;
    font-size: 7em;
    text-align: center !important;
    z-index: 99999;
    color: #EC155C;
    padding-bottom: 10px;
}
.companyname{
    margin: auto;
    text-align: center;
}
.companyname h2{
    position: absolute;
    font-size: 1.5em;
    font-weight: bolder;
    margin: auto;
    top: 40px;
    color: #000;
    letter-spacing: 5px;
}
h1 {
    text-align: left;
    font-family: Oduda-Bold;
    z-index: 99999;
    color: #a8a8a8;
    padding-bottom: 10px;
}
h4 {
    font-size: .9em;
    font-weight: 200;
}
h5 {
    font-size: .8em;
    font-weight: 200;
}
h6 {
    font-size: .6em;
    font-weight: 200;
}
p {
    text-align: left;
    font-size: 16px;
    line-height: 24px!important;
    color: #fff;
    padding-bottom: 10px;
}

dt{
    font-size: 2em;
    text-align: left;
    color: #000;
    padding-top: 40px;font-weight: 700;
}

dd{
    font-size: 2em;
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
}

dd p{
    text-align: left;
    color: #ffffffc4;
    font-size: 0.7em; 
    
}

dd a{
    text-align: left;
    color: #40f6ff;
}



#sec3 p {
    text-align: left;
    font-size: 20px;
    text-align: center!important;
    line-height: 30px!important;
    color: #fff;
    padding-bottom: 10px;
}
.loader {
    position: fixed;
    top: 50%!important;
    left: 50%;
    width: 105px;
    height: 8px;
    z-index: 100;
    font-size: 34px;
    opacity: .8;
    margin: -4px 0 0 -53px;
}
#movingBallG {
    position: relative;
    width: 105px;
    height: 8px;
}
.movingBallLineG {
    position: absolute;
    left: 0;
    top: 3px;
    height: 1px;
    width: 105px;
    background: rgba(255, 255, 255, 0.21);
}
.movingBallG {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -moz-animation-name: bounce_movingBallG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 4px;
    -webkit-animation-name: bounce_movingBallG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 4px;
    -ms-animation-name: bounce_movingBallG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 4px;
    -o-animation-name: bounce_movingBallG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 4px;
    animation-name: bounce_movingBallG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}
@-moz-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 97px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 97px;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 97px;
    }
    100% {
        left: 0;
    }
}
@-o-keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 97px;
    }
    100% {
        left: 0;
    }
}
@keyframes bounce_movingBallG {
    0% {
        left: 0;
    }
    50% {
        left: 97px;
    }
    100% {
        left: 0;
    }
}
#main {
    height: 100%;
    width: 100%;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
#wrapper {
    height: 100%;
    margin-left: 0;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%
}
.content-holder {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.container {
    max-width: 800px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 1.0E+19;
    padding-bottom: 3%;
}
.container2 {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.content {
    width: 100%;
    position: relative;
    float: left;
}
#sec2 {
    width: 100%;
    position: relative;
    float: left;
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgb(15, 15, 64) 35%, rgba(97,228,255,1) 100%);
}
.no-bg-con:before {
    display: none;
}
.full-height {
    height: 100%
}
.parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.parallax-inner .bg {
    height: 150%;
    top: -25%
}
.full-height-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}
.respimg {
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
}
section {
    float: left;
    width: 100%;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
.parallax-section {
    padding: 250px 0;
}
.align-text {
    text-align: left;
}
.no-border {
    border: none!important;
}
.no-padding {
    padding: 0!important;
}
.btn {
    float: left;
    padding: 12px 23px;
    line-height: 17px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 11px;
    color: #000;
    letter-spacing: 1px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    border: 1px solid #000;
}
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: -1;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.btn:hover:before {
    width: 100%
}
.btn:hover {
    color: #fff;
}
.section-title {
    font-size: 40px;
    line-height: 64px;
    font-family: Oduda-Bold;
    letter-spacing: 6px;
    text-transform: uppercase;
    float: left;
    margin-top: 10%;
    margin-bottom: 30px;
    width: 100%;
    color: #FFF;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.section-title.dec-title {
    font-family: Oduda-Bold;
    padding-bottom: 50px;
}
.section-title.dec-title span {
    position: relative;
}
.section-title.dec-title span:before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 80px;
    height: 8px;
    background: #000;
}
.algn-right {
    text-align: right;
}
.section-title strong {
    font-weight: 700;
}
.box-item {
    float: left;
    width: 100%
}
.box-item a {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.box-item a img, .serv-item img {
    position: relative;
    z-index: 1;
    -webkit-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0;
    -moz-transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0;
    transition: all 4000ms cubic-bezier(.19, 1, .22, 1) 0;
}
.box-item a .overlay {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-item a:hover .overlay {
    opacity: .3;
}
.box-item a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 80px;
    width: 100%;
    background: rgba(255, 255, 255, 0.21);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .2s ease-in-out;
    background-color: transparent;
}
header.active {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
header h2{
  color: #5FDFFA;
      font-size: 2em;
    font-weight: bolder;
    margin: auto;
      position: inherit;
    top: 25px;
    letter-spacing: 5px;
}
header.active h2{
 color: #000;
font-size: 2em;  
    position: inherit;
    font-weight: bolder;
    margin: auto;
    top: 25px;
    letter-spacing: 5px;
}


.fw-head {
    width: 100%
}
.vis-header-b:before {
    width: 97%
}
.header-inner {
    float: left;
    width: 100%;
    padding-right: 15%;
    padding-left: 15%
}
.logo-holder {
    float: left;
    position: relative;
    width: 90px;
    z-index: 21;
    top: 20px;
}
.logo-holder img {
    width: 100%;
    height: auto;
}
.dynamic-title {
    display: none;
}
.nav-holder {
    display: inline-block;
    float: none;
    vertical-align: top;
    position: relative;
    top: 22px;
}
nav {
    position: relative;
    float: left;
    width: 100%
}
nav li {
    float: left;
    position: relative;
}
nav li ul {
    margin: 30px 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 190px;
    padding-top: 58px;
    padding-bottom: 20px;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.91);
    transition: all .2s ease-in-out;
}
nav li ul:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.21);
    height: 1px;
}
nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
nav li ul li ul {
    top: 0;
    left: 100%;
    padding-top: 10px;
}
nav li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 100%
}
nav li ul li {
    float: none;
    display: block;
    border: 0;
}
nav li a {
    float: left;
    padding: 10px 15px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #258A00;
    font-family: 'Oduda', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
nav li ul a {
    width: 100%;
    text-align: left;
    padding: 9px 12px;
    font-weight: 300;
}
nav li a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 15px;
    width: 0;
    height: 1px;
    background: rgba(86, 172, 0, 0.41);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
nav li a.act-link:before {
    width: 25px;
}
nav li ul a:before {
    display: none;
}
nav li ul a.act-link {
    color: #000;
    font-weight: 600;
}
nav li a:hover {
    color: #bfbfbf;
}
.hero-wrap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.hero-wrap .overlay {
    z-index: 2;
}
.hero-wrap-item {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 12;
}
.center-item {
    top: 45%
}
.nFound-page-wrap {
    top: 36%
}
.hero-wrap-item h2 {
    color: #fff;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Oduda', sans-serif;
    padding-bottom: 10px;
    position: relative;
    z-index: 12;
}
.hero-wrap-item h3, .hero-wrap-item h3 a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 18px;
    padding-left: 6px;
}
.hero-wrap-item h3 a {
    letter-spacing: 2px;
}
.hero-scroll-link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 90px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 22px;
    margin-left: -45px;
    z-index: 9;
}
.hero-wrap-image-slider-holder, .slideshow-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-wrap-image-slider, .hero-wrap-text-slider-holder, .hero-wrap-text-slider, .hero-wrap-text-slider-holder {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.hero-wrap-image-slider-holder {
    background: #000;
}
.hero-wrap-text-slider-holder {
    z-index: 3;
}
.hero-link {
    margin-top: 30px;
    display: inline-table;
    padding: 10px 6px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.hero-link:hover {
    color: rgba(255, 255, 255, 0.51);
}
.mob-bg {
    display: none;
}
.fullwidth-slider-holder, .single-slider-holder {
    float: left;
    width: 100%;
    position: relative;
}
.fullwidth-slider-holder .item {
    position: relative;
}
.full-width-holder {
    float: left;
    width: 100%;
    position: relative;
}
.single-slider-holder {
    margin-bottom: 20px;
}
.single-slider .item {
    position: relative;
}
article {
    float: left;
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.page-title {
    float: left;
    width: 100%;
    padding-top: 10%;
    top: 0;
    position: absolute;
    z-index: 5;
}

.page-title img {
    width: 20%;
}
.page-title .creat-list a:before {
    background: #fff;
}
.page-title .creat-list {
    position: relative;
    top: 20px;
}
.parallax-section .page-title, .parallax-section .creat-list a {
    color: #fff;
}
.page-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 100;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-title h2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #fff;
}
.parallax-section .page-title {
    color: #fff;
}
.page-title h2 strong {
    font-weight: 700;
}
.gallery-items {
    float: left;
    width: 100%;
    position: relative;
}
.gallery-items a {
    cursor: pointer;
}
.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 2px;
}
.gallery-item, .grid-sizer {
    width: 33%;
    position: relative;
    overflow: hidden;
    float: left;
}
.gallery-item-second, .grid-sizer-second {
    width: 50%
}
.gallery-item-three, .grid-sizer-three {
    width: 75%
}
.three-columns .gallery-item {
    width: 33.3%
}
.three-columns .gallery-item-second, .three-columns .grid-sizer-second {
    width: 66.6%
}
.five-columns .gallery-item {
    width: 20%
}
.five-columns .gallery-item-second, .five-columns.grid-sizer-second {
    width: 40%
}
.gallery-item img, .grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.four-coulms .gallery-item, .four-coulms .grid-sizer {
    width: 25%
}
.three-coulms .gallery-item, .three-coulms .grid-sizer {
    width: 33.33333%
}
.three-coulms .gallery-item-second {
    width: 66.66666%
}
.gallery-item .port-desc-holder:before {
    right: 3px;
    bottom: 3px;
}
.portfolio_item:hover .port-desc-holder, .gallery-item:hover .port-desc-holder {
    opacity: 1;
}
.port-desc-holder .grid-item h3:hover {
    opacity: .8;
}
.grid-item {
    float: left;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}
.grid-item h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    z-index: 20;
}
.grid-item h3 a {
    color: #fff;
}
.grid-item span {
    width: 100%;
    float: left;
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.grid-item h3, .grid-item span {
    opacity: 0;
}
.no-bg {
    background: none!important;
}
.vis-port-info .grid-item:before, .vis-port-info .grid-item:after {
    display: none;
}
.vis-port-info .grid-item h3, .vis-port-info .grid-item span {
    opacity: 1;
}
.grid-item-holder:hover .grid-item h3, .grid-item-holder:hover .grid-item span, .port-desc-holder:hover .grid-item span, .port-desc-holder:hover .grid-item h3, .horizontal_item:hover .grid-item span, .horizontal_item:hover .grid-item h3 {
    opacity: 1;
}
.portfolio_item:hover .grid-item span {
    opacity: .7;
}
.st-3 .grid-item-holder a img, .gallery-item img, .grid-sizer img, .grid-item h3, .grid-item span, .ser-title h3:before, .ser-title {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-gal .col-md-6 {
    padding-bottom: 25px;
    cursor: pointer;
}
.full-screen-gallery-holder {
    position: relative;
    width: 100%;
    float: left;
}
.full-screen-item {
    position: relative;
}
@keyframes shake {
    0% {
        transform: skewY(5deg);
    }
    100% {
        transform: skewY(-10deg);
    }
}
#lid {
    animation: blink 2.4s infinite;
    opacity: 0;
    position: absolute;
    width: 50%
}
#eye {
    position: absolute;
    width: 50%
}
@keyframes blink {
    97% {
        opacity: 0;
    }
    93% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.bob {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25%;
    z-index: 9;
    top: 27%;
}


.bg2 {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 12%;
    z-index: 9;
    top: 40%;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
.bg img {
    width: 60%;
    left: 0px;
    top: 0px;
}
.bgwater {
     position: absolute; 
     bottom: 0;
    width: 100%;
}

.bgwater img {
    width: 100%;
}
#float{
    position: relative;
    top:-45%;
    animation: floatBubble 3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
}
#float img{
    width: 80%;
}
@-webkit-keyframes floatBubble{
    from{
        top: -35%;
        -webkit-animation-timing-function: ease-in;
    }
    to {
        top: 40%;
        -webkit-animation-timing-function: ease-out;
    }
}
.content-nav {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #eee;
}
.content-nav:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%
}
.content-nav ul {
    position: relative;
    left: 0;
}
.content-nav li {
    float: left;
    width: 50%
}
.full-screen-gallery-holder {
    position: relative;
    width: 100%;
    float: left;
}
.full-screen-item {
    position: relative;
}
footer.fixed-footer {
    top: 0;
    left: 0;
    padding-top: 5%;
    height: 100%;
    z-index: 6;
}
.height-emulator {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
footer.fixed-footer .footer-social {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%
}
footer.fixed-footer .footer-social:before {
    content: '';
    position: absolute;
    top: -20px;
    height: 1px;
    width: 50px;
    left: 15px;
    background: rgba(255, 255, 255, 0.21);
}
footer.fixed-footer .footer-social li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
footer.fixed-footer .footer-social li a {
    font-size: 14px;
    color: #fff;
}
footer.fixed-footer .footer-social li a:hover {
    color: rgba(255, 255, 255, 0.51);
}
.copyright {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.to-top {
    float: right;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    overflow: hidden;
    width: 70px;
    height: 40px;
    cursor: pointer;
    text-align: right;
}
.sect-subtitle {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding-right: 15%;
    width: 40%;
    z-index: 7;
}
.sect-subtitle3 {
    position: absolute;
    bottom: 10%;
    margin-left: -4%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 185px;
}
.sect-bubbles1 {
    position: absolute;
    bottom: 10%;
    margin-left: -4%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 185px;
}
.sect-subtitle2 {
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 185px;
    z-index: 7;
}
.sect-subtitle33 {
    position: absolute;
    right: 0;
    margin-right: -3%;
    bottom: 0;
    padding: 0;
    width: 25%;
    z-index: 9999999;
}
.sect-bubbles2 {
    position: absolute;
    right: 0;
    margin-right: -3%;
    bottom: 0;
    padding: 0;
    width: 25%;
    z-index: 9999999;
}
.nav-button-holder {
    display: none;
}
.hid-gal {
    overflow: hidden;
}
@media only screen and (max-width: 2590px) {
}

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

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

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

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

@media only screen and (max-width: 1236px) {
    
    #float{
    position: relative;
    top:-25%;
    animation: floatBubble 3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
}
#float img{
    width: 80%;
}
@-webkit-keyframes floatBubble{
    from{
        top: -25%;
        -webkit-animation-timing-function: ease-in;
    }
    to {
        top: 40%;
        -webkit-animation-timing-function: ease-out;
    }
}
    
    
    header {
        width: 100%
}
    .share-inner {
        width: 90%;
        right: 10%
}
    .creat-list li a {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1236px) {
    header {
        width: 100%
}
    .share-inner {
        width: 90%;
        right: 10%
}
    .creat-list li a {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1113px) {
    
     .bob {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -100%;
    z-index: 9;
    top:20%;
}
    
    
    #float{
    position: relative;
    top:5%;
    animation: floatBubble 3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
}
#float img{
    width: 90%;
}
@-webkit-keyframes floatBubble{
    from{
        top: -25%;
        -webkit-animation-timing-function: ease-in;
    }
    to {
        top: 40%;
        -webkit-animation-timing-function: ease-out;
    }
}
    
    
    
    .hid-gal {
        overflow: auto;
    }
    .sect-subtitle33 {
        display: none;
    }
    .sect-subtitle2 {
        display: none;
    }
    .mob-bg {
        display: block;
    }
    header {
        width: 100%
}
    .nav-button-holder {
        position: absolute;
        right: 80px;
        top: 10px;
        display: block;
    }
    .nav-button {
        float: right;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(4, 4, 4, 0.21);
        padding: 13px 6px 6px;
        position: relative;
        margin-top: 9px;
        cursor: pointer;
    }
    .nav-button span {
        float: left;
        width: 100%;
        height: 2px;
        background: #333;
        margin-bottom: 4px;
        position: relative;
    }
    .share-inner {
        width: 100%;
        right: 0;
    }
    .sect-subtitle3 {
        display: none;
    }
    .content-holder {
        padding: 0;
    }
    .header-inner {
        float: left;
        /*! padding-left: 30px; */
    }
    .inline-facts-holder:before, .show-share span, .height-emulator, .sect-subtitle, .content:before, .content-footer:before, nav ul li ul:before, nav li a.act-link:before, .control-panel, .close-sidebar, .fix-con-panel, .nicescroll-rails {
        display: none;
    }
    .particular {
        display: none!important;
    }
    .parallax-box {
        position: relative;
        left: 0;
        padding-top: 20px;
    }
    .parallax-box.r-align {
        left: 0;
    }
    .parallax-box img {
        opacity: 1;
    }
    .parallax-item {
        margin-bottom: 40px;
    }
    .parallax-deck {
        position: relative!important;
        bottom: 0;
        padding: 0;
        float: left;
        width: 100%
}
    .left-direction .parallax-deck {
        right: 0;
    }
    .right-direction .parallax-deck {
        left: 0;
    }
    .parallax-deck-item {
        float: left;
        max-width: 100%
}
    .paralax-wrap {
        float: left;
        width: 100%;
        opacity: 1;
        padding-top: 30px;
    }
    .parallax-deck h3 {
        font-size: 34px;
        line-height: 40px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .algn-right {
        text-align: left;
    }
    .inline-facts h6 {
        float: none;
        font-size: 16px;
        text-align: center;
    }
    .num, .inline-facts h6 {
        float: left;
        text-align: left;
    }
    .nav-button-holder {
        display: block;
    }
    .nav-holder {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgb(255, 255, 255);
        padding: 30px 0 30px 30px;
        display: none;
        height: 220px;
        overflow: auto;
    }
    nav ul li, nav ul li ul li, nav li ul li > ul {
        float: left;
        width: 100%;
        text-align: left;
        left: 0;
        opacity: 1;
        right: 0;
        padding: 8px 0;
    }
    nav li ul {
        margin: 0;
        padding-left: 30px;
        padding-top: 20px;
        padding-bottom: 40px;
        opacity: 1;
        visibility: hidden;
        position: relative;
        width: 100%;
        display: none;
        top: 0;
        left: 0;
        z-index: 1;
    }
    nav li a, nav li ul li a {
        padding: 0;
        width: auto;
    }
    nav li ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -4px;
        width: 10px;
        height: 1px;
        background: rgba(255, 255, 255, 0.51);
    }
    nav li ul li a {
        color: rgba(255, 255, 255, 0.81);
        padding: 3px 15px;
    }
    nav li ul li ul {
        margin: 0;
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 0;
        opacity: 1;
        visibility: hidden;
        position: relative;
        width: 100%;
        display: none;
        top: 0;
        left: 0;
        z-index: 1;
    }
    nav li:hover > ul, nav li ul li:hover > ul {
        display: block;
        left: 0;
    }
    nav li ul li:hover ul {
        display: block;
    }
    nav li a.act-link {
        opacity: .5;
    }
    .content-footer {
        position: relative;
        float: left;
        padding: 50px 0;
    }
    .gallery-item {
        width: 50%!important;
    }
    .custom-inner-holder .col-md-6 h3 {
        float: left;
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
    }
    .footer-item {
        margin-bottom: 15px;
    }
    .contact-details h4 {
        margin-top: 20px;
        float: left;
        width: 100%
}
    .sidebar {
        padding-left: 0;
    }
    .hid-sidebar {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        float: left;
        width: 100%;
        display: block;
        background: #fff;
    }
    .horizontal_item img {
        width: 100%;
        height: auto!important;
        margin-bottom: 10px;
    }
    .sb-inner {
        opacity: 1;
        visibility: visible;
    }
    .sidebar-wrap {
        float: left;
        width: 100%;
        position: relative;
        padding: 50px 0;
        margin-bottom: 0;
    }
    .ogm {
        height: auto!important;
        padding: 0 6px;
        background: #fff;
    }
    .ogm .customNavigation {
        display: none;
    }
    .gallery_horizontal {
        padding-top: 6px;
    }
    .flow-gallery .horizontal_item {
        opacity: 1;
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        transform: scale(1.0);
    }
    section {
        padding: 50px 0;
    }
    .parallax-section {
        padding: 210px 0 150px;
    }
    .parallax-inner .bg {
        height: 100%;
        top: 0;
    }
}
@media only screen and (max-width: 897px){
}

@media only screen and (max-width: 813px){
     .bob {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -100%;
    z-index: 9;
    top:30%;
}
    
    
    #float{
    position: relative;
    top:25%;
    animation: floatBubble 3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
}
#float img{
    width: 90%;
}
@-webkit-keyframes floatBubble{
    from{
        top: 25%;
        -webkit-animation-timing-function: ease-in;
    }
    to {
        top: 40%;
        -webkit-animation-timing-function: ease-out;
    }
}
    
    
}

@media only screen and (max-width: 778px) {
    
    
            .page-title {
    float: left;
    width: 100%;
    padding-top: 10%;
    top: 5%;
    position: absolute;
    z-index: 5;
}

.page-title img {
    width: 40%;
}
    
 .bob {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -100%;
    z-index: 9;
    top:30%;
}
    
    
    
    #portfolio_horizontal_container, .resize-carousel-holder {
        height: auto!important;
    }
    #portfolio_horizontal_container {
        padding-bottom: 60px;
    }
    #portfolio_horizontal_container .portfolio_item {
        width: 100%!important;
        height: auto!important;
        padding: 3px 6px;
    }
    .sect-subtitle3 {
        display: none;
    }
    .p_horizontal_wrap {
        -webkit-overflow-scrolling: touch;
    }
    #portfolio_horizontal_container .portfolio_item img {
        width: 100%!important;
        height: auto!important;
    }
    .hpw, .p_horizontal_wrap, .resize-carousel-holder {
        padding: 0;
    }
    .resize-carousel-holder {
        background: #fff;
    }
    .port-desc-holder:before {
        top: 0;
        left: 3px;
        right: 5px;
        bottom: 3px;
    }
    .round-filter {
        bottom: 5px;
        width: auto;
        right: 6px;
        left: 6px;
    }
    .round-filter:before {
        display: none;
    }
    .gallery-filters a {
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }
    .inline-filter .count-folio {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .inline-filter .count-folio div {
        float: left;
    }
    .inline-filter {
        padding-bottom: 20px;
    }
    .mob-pa {
        padding: 0 5px 60px;
    }
    .ver-filter {
        bottom: 0;
        left: 2px;
        right: 2px;
    }
    .gallery-item {
        width: 100%!important;
        left: 0!important;
    }
}
@media only screen and (max-width: 640px) {
    
    
        .page-title {
    float: left;
    width: 100%;
    padding-top: 10%;
    top: 10%;
    position: absolute;
    z-index: 5;
}

.page-title img {
    width: 50%;
}
    
    
    .bob {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -100%;
    z-index: 9;
    top:40%;
}
    
    
    
    
        #float{
    position: relative;
    top:15%;
    animation: floatBubble 3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
}
#float img{
    width: 100%;
}
@-webkit-keyframes floatBubble{
    from{
        top: 35%;
        -webkit-animation-timing-function: ease-in;
    }
    to {
        top: 40%;
        -webkit-animation-timing-function: ease-out;
    }
}
    
    
    
    
    .page-title h2 {
        font-size: 40px;
    }
    .grid-small-pad .grid-item-holder, .grid-big-pad .grid-item-holder {
        padding: 3px 0!important;
    }
    .fixed-filter a {
        width: auto!important;
    }
    .gallery-filters a:before {
        height: 1px;
        width: 0;
    }
    .gallery-filters a.gallery-filter-active:before {
        width: 40px;
    }
    .serv-item {
        width: 100%
}
    .section-title, .page-title h2, .sect-subtitle {
        font-size: 30px;
        line-height: 34px;
    }
    .parallax-deck-item h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .hero-wrap-item h2 {
        font-size: 28px;
    }
    .hero-wrap-item h3, .hero-wrap-item h3 a {
        letter-spacing: 8px;
    }
    .customNavigation.fhsln a.next-slide {
        right: 0;
        top: 90%
}
    .customNavigation.fhsln a.prev-slide {
        left: 0;
        top: 90%
}
    p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 440px){
    
    .page-title {
    float: left;
    width: 100%;
    padding-top: 10%;
    top: 20%;
    position: absolute;
    z-index: 5;
}

.page-title img {
    width: 50%;
}
    
    
    
     .bob {
    position: absolute;
    width: 200%;
    height: 200%;
    left: -100%;
    z-index: 9;
    top:50%;
}
    
    
        #float{
    position: relative;
    top:0%;
    animation: floatBubble 3s;
    animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
}
#float img{
    width: 100%;
}
@-webkit-keyframes floatBubble{
    from{
        top: 45%;
        -webkit-animation-timing-function: ease-in;
    }
    to {
        top: 100%;
        -webkit-animation-timing-function: ease-out;
    }
}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll!important;
        -webkit-background-size: cover;
        background-position: center;
    }
    .bg2 {
        background-attachment: scroll!important;
        -webkit-background-size: cover;
        background-position: center;
    }
    .companyname{
        position: absolute;
        float: left;
    }
}




/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact 1 ]*/

.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;

  /*! background: #009bff; */
  /*! background: -webkit-linear-gradient(left, #0072ff, #00c6ff); */
  /*! background: -o-linear-gradient(left, #0072ff, #00c6ff); */
  /*! background: -moz-linear-gradient(left, #0072ff, #00c6ff); */
  /*! background: linear-gradient(left, #0072ff, #00c6ff); */

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-contact1 {
  /*! width: 1163px; */
    


}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
  width: 296px;
}

.contact1-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 600px;
    margin: auto;
}

.contact1-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
input.input1 + .shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
    font-size: 1.5em;
    text-align: left;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #ffffffed;
  /*! font-family: Montserrat-Bold; */
  font-size: 15px;
  line-height: 1.5;
  color: #171717;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #3ab5ff;
  /*! font-family: Montserrat-Bold; */
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #333333;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}




/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact1-pic {
    width: 33.5%;
  }

  .contact1-form {
    width: 100%;
  }
     #message{
        width:500px;
    }
    
}

@media (max-width: 992px) {
  .container-contact1 {
    padding: 90px 80px 88px 90px;
  }

  .contact1-pic {
    width: 35%;
  }

  .contact1-form {
    width: 100%;
  }
    
    #message{
        width:500px;
    }
}

@media (max-width: 768px) {
  .container-contact1 {
    padding: 90px 80px 88px 80px;
  }

  .contact1-pic {
    display: none;
  }

  .contact1-form {
    width: 100%;
  }
       #message{
        width:500px;
    }
}

@media (max-width: 576px) {
  .container-contact1 {
    padding: 90px 15px 88px 15px;
  }
       #message{
        width:370px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}





