/*
Theme Name: The Wellness
Author: DXBEE
Version: 1.0.0
*/

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-black.eot');
  src: url('../fonts/gotham-black.eot') format('embedded-opentype'),
    url('../fonts/gotham-black.woff2') format('woff2'),
    url('../fonts/gotham-black.woff') format('woff'),
    url('../fonts/gotham-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-light.eot');
  src: url('../fonts/gotham-light.eot') format('embedded-opentype'),
    url('../fonts/gotham-light.woff2') format('woff2'),
    url('../fonts/gotham-light.woff') format('woff'),
    url('../fonts/gotham-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-lightitalic.eot');
  src: url('../fonts/gotham-lightitalic.eot') format('embedded-opentype'),
    url('../fonts/gotham-lightitalic.woff2') format('woff2'),
    url('../fonts/gotham-lightitalic.woff') format('woff'),
    url('../fonts/gotham-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham-bold.eot');
  src: url('../fonts/gotham-bold.eot') format('embedded-opentype'),
    url('../fonts/gotham-bold.woff2') format('woff2'),
    url('../fonts/gotham-bold.woff') format('woff'),
    url('../fonts/gotham-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
.form-control::-webkit-input-placeholder{ color:#000;}
html,body {
  height: 100%;
}

body {
    line-height:1;
    background-color: #FFF;
    font-family: 'Gotham', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

/* My Code */

html {
  margin-top: 0 !important;
}

.wp-image-576{
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.page .pf-img-inner {
	height: 100%;
}

.hidden{
  display: none;
}

.as-img-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.as-img-title h1 {
  color: white;
  font-weight: 300;
  font-size: 3.8em;
}

#scroll.body-sec.page-slide {
  padding: 0;
}

.this-is-us .page-cover-inner  {
  /*filter: grayscale(100%);*/
  height: 550px;
}

.project-fullbar .pf {
  display: flex;
  flex-flow: wrap;
}

.project-fullbar .project-item {
  flex: 1 0 33.33%;
  padding: 0px 10px;
}

.project-fullbar .project-item .country,
.project-fullbar .project-item .city {
  color: black;
}

.project-sidebar h1 {
  display: none;
}

.project-sidebar h2 {
  font-size: 32px
}

.project-sidebar .proj-items-wraper {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.project-sidebar .project-side-item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: black;
  font-size: 14px;
  transition: color 300ms;
}

.project-sidebar a.project-side-item {
  color: #00b0f0;
}

.project-sidebar a.project-side-item:hover {
  opacity: 0.7;
}

.project-sidebar .project-side-item:hover .project-side-item::before {
  border: 2px solid #00b0f0;
}

.project-sidebar .project-side-item::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -10px;
  width: 2px;
  height: 2px;
  border: 2px solid black;
  border-radius: 100%;
  transition: border 300ms;
}

.project-fullbar {

}

/*
#wpadminbar {
  display: none;
} */

/*!
 * fullPage 2.8.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    z-index: 10;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 40px;
    height: 14px;
    margin: 2px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 2px;
    width: 40px;
    background-color: #009ee2;
    z-index: 9;
 }

 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     width: 40px;
     background-color: #009ee2;
 }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 28px;
    border: 0;
    background: #fff;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 2px;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 50px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.section {
  position: relative;
  overflow: hidden;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

p {
    font-weight: 300;
    line-height: 1.6;
    font-size: .9em;
    margin-bottom: 10px;
}

ul {
  margin-left: 30px;
}

ul li {
  font-weight: 300;
  line-height: 1.6;
  font-size: .9em;
  margin-bottom: 5px;
}

p:last-child {
    margin-bottom: 0;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix:after, .input-group:after, .btn-group:after, .container:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

b, .bold {
    font-weight: 700;
}

button, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top:-2px;
    margin-bottom: -2px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-img{
    cursor : zoom-out;
}
.chocolat-open{
    overflow: hidden;
}
.chocolat-overlay{
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:10;
    background-color:#fff;
    display:none;
    opacity: 0.8;
}
.chocolat-wrapper{
    height:100%;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:200;
    color: #fff;
}
.chocolat-zoomable .chocolat-img{
    cursor : zoom-in;
}
.chocolat-loader{
    height:32px;
    width:32px;
    position:absolute;
    left:50%;
    top:50% ;
    margin-left:-16px;
    margin-top:-16px;
    z-index:11;
    background:url(../images/loader.gif);
    display:none;
}
.chocolat-content{
    position:fixed;
    width:0px;
    height:0px;
    left:50%;
    top:50%;
    z-index:14;
    text-align: left;
}

.chocolat-content .chocolat-img{
    position:absolute;
    width:100%;
    height:100%;
}
.chocolat-wrapper .chocolat-left{
    position:absolute;
    left:0;
    width:50px;
    height:100px;
    top: 50%;
    margin-top: -50px;
    cursor:pointer;
    background:url(../images/left.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;

}
.chocolat-wrapper .chocolat-right{
    position:absolute;
    right:0;
    width:50px;
    height:100px;
    top: 50%;
    margin-top: -50px;
    cursor:pointer;
    background:url(../images/right.png)  50% 50% no-repeat;
    z-index: 17;
    display: none;
}
.chocolat-wrapper .chocolat-right.active{
    display: block;
}
.chocolat-wrapper .chocolat-left.active{
    display: block;
}
.chocolat-wrapper .chocolat-top{
    position:absolute;
    top:0px;
    right: 0;
    left: 0;
    line-height:50px;
    height:50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close{
    width:50px;
    height:50px;
    cursor:pointer;
    position: absolute;
    top: 0;
    right: 0;
    background:url(../images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom{
    position:absolute;
    bottom:0;
    left: 0;
    right: 0;
    line-height:40px;
    height:40px;
    font-size:12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    margin-top: 10px;
    display: none;
}
.chocolat-wrapper .chocolat-set-title{
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination{
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen{
    width: 16px;
    height: 40px;
    background: url(../images/fullscreen.png) 50% 50% no-repeat;
    display: block;
    margin:auto;
    cursor: pointer;
    float: right;
}
.chocolat-wrapper .chocolat-description{
    display: inline-block;
    float: left;
}

/* no container mode*/
body.chocolat-open>.chocolat-overlay{
    z-index:15;
}
body.chocolat-open>.chocolat-loader{
    z-index:15;
}
body.chocolat-open>.chocolat-content{
    z-index:17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay{
    position: absolute;
}
.chocolat-in-container{
    position: relative;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/

/* *********************************************************************************************************************
    One% CSS Grid - 12 Columns Fluid CSS Grid System

    Why One% ? Let’s count ...
        we have 12 columns (magic number divided by 2, 3, 4, 6)

        for 12 columns we need 11 margins

        so if we count margin 3%, then 3% * 11 margins = 33%

        and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

        in the end we have 33% + 66% = 99% aaand ???

        1% is still here so that's the name - One%

    2 starting options ? Let’s count a bit more ...
        1200px - perfectly fits 1280 screens
            12 columns
            margin 3% / 36px (full-width)
            col1 5.5% / 66px (full-width)

        1000px - perfectly fits 1024 screens
            12 columns
            margin 3% / 30px (full-width)
            col1 5.5% / 55px (full-width)
*/





/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
    margin: 0 auto;
    padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.onepcssgrid-1200 {
    max-width: 1220px;
}

.onepcssgrid-1000 {
    max-width: 1020px;
}

.onerow {
    clear: both;
    padding: 0 10px;
    position: relative;
}

.rir-adjust .onerow {
    padding: 0;
}




/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 2% 0 0;
    position: relative;
}

.col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col4.lg:last-child, .col5:last-child, .col6:last-child, .col6.lg:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col10:last-child, .col11:last-child, .col12 {
    margin-right: 0;
}

.col1 { width: 6.5%; }
.col2 { width: 15%; }
.col3 { width: 23.5%; }
.col4 { width: 32%; }
.col5 { width: 40.5%; }
.col6 { width: 49%; }
.col7 { width: 57.5%; }
.col8 { width: 66%; }
.col9 { width: 74.5%; }
.col10 { width: 83%; }
.col11 { width: 91.5%; }
.col12 { width: 100%; margin: 0; }

@media all and (min-width: 1024px) {
    .onepcssgrid-1000 {
        max-width: 1000px;
    }

    .onepcssgrid-1000 .onerow {
        padding: 0;
    }
}

@media all and (max-width: 768px) {
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
        float: none;
        width: 100%;
    }
}

.col4.lg {
  width: 33%;
  margin-right: 0.5%;
}

.col6.lg {
  width: 49.7%;
  margin-right: 0.6%;
}

.btn {
    display: inline-block;
    font-family: 'Gotham', Helvetica, Arial, 'Lucida Grande', sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 15px;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.4;
    user-select: none;
    outline: 0;
    text-transform: uppercase;
}

.btn.btn-primary {
  border: 2px solid #00b0f0;
    background-color: transparent;
    color: #00b0f0;
    padding: 10px 30px;
  position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.download-btn {
  color: #fff;
  background-color: #00b0f0;
  padding: 10px 30px;
  position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.alm-btn {
  margin: 0 auto;
  display: block;
  width: 200px;
}

.btn.btn-icon i {
    margin-left: 7px;
}

.btn.btn-icon {
  padding: 10px 0px;
  color: #fff;
  background-color: transparent;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.btn.readmore {
  padding: 10px 0px;
  color: #53585b;
  background-color: transparent;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
    text-transform: capitalize;
}


.btn.btn-bk {
    padding: 10px 30px;
    color: #fff;
    background-color: #00b0f0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.btn.btn-bk:hover {
    color: #00b0f0;
    background-color: #fff;
}

.side-img-section .btn.btn-icon, .grid-item .btn.btn-icon, .blog-body .btn.btn-icon {
  color: #00b0f0;
}

.btn-transition .btn.btn-icon i {
  margin-left:5px;
}

.btn.btn-circle {
  width: 30px;
  height: 50px;
  padding: 7px 0;
  text-align: center;
  background-color: transparent;
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 1.6em;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.btn.btn-circle:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.btn.btn-primary:hover {
  color: #fff;
}

.send-btn.btn.btn-primary:hover {
  background-color: #00b0f0;
}

.btn.btn-primary span {
  position: relative;
  z-index: 2;
}

.btn.btn-primary:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00b0f0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: center top;
  -webkit-transform-origin: center top;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.btn.btn-primary:hover:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.alt-bg-color {
  background-color: #53585b;
  color: #fff;
}

.page p, .page ul{
  color: #000;
  font-size:16px
}

footer {
  padding: 30px 0;
    background-color: #424242;
    color: #fff;
}

.action-sec .sec-title {
  color: #fff;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 9;
  font-size: 3.6em;
}

.action-sec .para-img {
  height: 400px;
}

.para-img {
  overflow: hidden;
  width: 100%;
}

.pf .col6 {
    width: 48%;
    margin: 0 4% 0 0;
}

.pf .col6:last-child {
    margin-right: 0;
}

.pf-img {
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
  background-color: #00b0f0;
}

.pf-img-inner {
  width: 100%;
  height: 500px;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
}


.pf-item:hover .pf-img-inner {
  opacity:.5;
}

.pf-item:hover .pf-title-drop {
  opacity:0;
}

.pf-item:hover .pf-arrow {
  opacity:1;
}

.para-img-inner {
  height: 120%;
}

.full-sec {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.error-page {
    width: 700px;
    min-height: 420px;
    margin: 120px auto;
    text-align: center;
}

.error-page h1 {
    color: #53585b;
    font-size: 14em;
    text-align: center;
}

.error-page h3 {
   color: #53585b;
   text-align: center;
}

.container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.sm-container {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.md-container {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.bi-img {
    width: 27%;
    height: 100%;
    max-height: 210px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.blog-img {
    width: 70%;
    float: left;
}

.blog-body img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 40px 0;
}

.blog-body a, .blog-body h5 {
  color: #00b0f0;
}

.blog-body h5 {
  color: #7b8184;
}

.blog-divider {
  background-color: #ccc;
  margin: 60px 0;
}

.section .content, .ps-slide .content {
    position: absolute;
  width: 1180px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  color: #fff;
}

.content-title {
    top: 50%;
    left:50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #fff;
}

.ps-slide {
  overflow: hidden;
  position: relative;
}

h1 {
  font-weight: 300;
  font-size: 4.2em;
  line-height: 1.1;
}

h2 {
  font-weight: 300;
  font-size: 3em;
  line-height: 1.2;
}

h5 {
  font-weight: 300;
  font-size: 1.8em;
  text-transform: uppercase;
}

.sec-title {
  color: #00b0f0;
  margin-bottom: 10px;
}

h3 {
  font-weight: 300;
  font-size: 2.6em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.fbs-slide-content h3 {
  font-size: 2.2em;
}

.light {
    color: #fff;
}

.contact-side {
  padding-left: 30px;
}

.contact-side p {
  font-size: 1em;
  transition: color .2s linear;
  -webkit-transition: color .2s linear;
}

.contact-side a:hover p {
  color: #00b0f0;
}

div.wpcf7-validation-errors {
    border: none;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.5em 1em;
    font-size: 0.9em;
}

div.wpcf7-mail-sent-ok {
    border: none;
    background: #00b0f0;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    font-size: 0.9em;
    margin: 16px 0;
}

.dark-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1,39,53,0.3);
}

.dark-cover-v2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(1,39,53,0.6);
}

header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 5%;
  height: 80px;
  z-index: 102;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
   overflow: hidden;
}

header.stack {
  background-color: rgba(255,255,255,0.9);
}

.menu-toggle {
  cursor: pointer;
  position: relative;
  top:3px;
  height: 32px;
  width: 50px;
}

.menu-toggle-icon {
    width: 50px;
  position: relative;
}

.menu-close-icon {
  width: 30px;
  position: absolute;
  left:10px;
  top: 6px;
}

.menu-close-icon div {
    width: 100%;
    height: 2px;
    background-color: #53585b;
    position: absolute;
  transform-origin: left center;
  -webkit-transform-origin: left center;
    transition: all .8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition: all .8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.menu-close-icon div:first-child {
  left: 0;
  top: -10px;
  transform: translateY(10px) rotate(45deg) scaleX(0);
    -webkit-transform: translateY(10px) rotate(45deg) scaleX(0);
}

.active .menu-close-icon div:first-child {
  transform: translateY(10px) rotate(45deg) scaleX(1);
    -webkit-transform: translateY(10px) rotate(45deg) scaleX(1);
}

.menu-close-icon div:last-child {
  left: 0;
  top: 31px;
  transform: translateY(-10px) rotate(-45deg) scaleX(0);
  -webkit-transform: translateY(-10px) rotate(-45deg) scaleX(0);
}

.active .menu-close-icon div:last-child {
  transform: translateY(-10px) rotate(-45deg) scaleX(1);
  -webkit-transform: translateY(-10px) rotate(-45deg) scaleX(1);
}

.menu-toggle-icon div {
    width: 70%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all .3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.page .menu-toggle-icon div {
  background-color: #53585b;
}

.page .menu-toggle h6 {
  color: #53585b;
}

.menu-toggle.active .menu-toggle-icon div {
  background-color: #53585b;
}

.menu-toggle-icon div:first-child {
  left: 0;
  top: -5px;
}

.menu-toggle-icon div:last-child {
  right: 0;
  top: 38px;
}

.menu-toggle.active .menu-toggle-icon div:first-child, .menu-toggle.active .menu-toggle-icon div:last-child {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.menu-toggle:hover .menu-toggle-icon div:first-child {
  left: 30%;
}

.menu-toggle:hover .menu-toggle-icon div:last-child {
  right: 30%;
}

.menu-toggle-icon div:last-child {
   margin-bottom: 0;
}

.menu-toggle h6 {
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-size: 1em;
  letter-spacing: .2em;
    text-transform: uppercase;
    position: absolute;
    top: 11px;
    left: 0;
  transition: all .3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.menu-toggle.active h6 {
  opacity: 0;
}

.active .menu-toggle h6 {
  color: #53585b;
  transition: color .3s linear;
  -webkit-transition: color .3s linear;
}

.scroll-height {
     position: relative;
     height: 140px;
}

.scroll-btn-inner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    color: #00b0f0;
    width: 100px;
    margin-left: -50px;
}

.scroll-btn-inner .scroll-line {
    background-color: #00b0f0;
}

.scroll-btn-inner h6 {
    display: block;
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #00b0f0;
    font-weight: 300;
}

.scroll-btn {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    color: #fff;
    width: 100px;
    margin-left: -50px;
}

.scroll-btn h6 {
  display: block;
  text-align: center;
  font-size: .9em;
    font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.scroll-line-wrap {
    position: relative;
    margin: 0 auto;
    width: 10px;
    height: 26px;
    overflow: hidden;
}

i.scroll-arrow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/scroll-arrow.svg);
}

.arrow-right {
    width: 100%;
    height: 32px;
    top: 0;
    margin-left: -14px;
    position: absolute;
    background-size: contain;
     background-repeat: no-repeat;
    background-image: url(../images/right-arrow.svg);
}

.arrow-left {
    width: 100%;
    height: 32px;
    top: 0;
    left: 0;
    position: absolute;
    background-size: contain;
     background-repeat: no-repeat;
    background-image: url(../images/left-arrow.svg);
}

.scroll-line {
  width: 2px;
  height: 26px;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.scroll-line.sl-1 {
  left: 0;
}

.scroll-line.sl-2 {
  left: 8px;
}

.nav-logo {
  display: block;
  width: 60px;
  height: 42px;
  overflow: hidden;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../fonts/icon-logo.svg);
}

.logo {
  width: 210px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logo {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  width: 550px;
  margin-left: -275px;
  height: 110px;
  margin-top: -55px;
  transform-origin: center top;
  -webkit-transform-origin: center top;
}

#footer-logo {
  width: 200px;
/*  height: 25px; */
  outline: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;/* 
  background-image: url(../fonts/logo.svg); */
}

#logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

#logo-icon {
  width: 352px;
  height: 280px;
  position: fixed;
  left: 50%;
  top: 50%;
  opacity: 0;
  display: none;
  margin-top: -140px;
  margin-left: -176px;
  z-index: 102;
  transform-origin: center top;
  -webkit-transform-origin: center top;
}

.page #logo-icon {
  width: 60px;
  height: 50px;
  top: 17px;
  opacity: 1;
  margin-left: -30px;
  left: 50%;
  display: block;
  margin-top: 0;
}

.page #logo-icon svg {
  width: 100%;
  height: auto;
}

#logo-icon svg {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.home-para {
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.home-para.down {
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
}

.home-para.up {
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
}

.logo.light {
  background-image: url(../fonts/logo-alt.svg);
}

.logo.dark {
  background-image: url(../fonts/logo.svg);
}

.sl-1 {
    -webkit-animation: scroll 1.2s infinite;
    animation: scroll 1.2s infinite;
}

.sl-2 {
    margin-right: 0;
    -webkit-animation: scroll 1.2s .3s infinite;
    animation: scroll 1.2s .3s infinite;
}

.body-sec {
  padding: 80px 0;
  position: relative;
}

.no-top-pad {
   padding-top: 0;
}

.st-body-sec {
  padding: 20px 0 80px;
  position: relative;
}

.full-bg {
  padding: 0;
  height: 100%;
  position: relative;
}

.lg-body-sec {
  padding: 120px 0;
  position: relative;
}

.left-indent {
  padding-left: 40px;
}

#home-services .sec-title {
  color: #fff;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 9;
}

#home-services .container {
  position: absolute;
  left: 50%;
  top: 20%;
  height: 60%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pin-content {
  position: absolute;
  z-index: 9;
  right: 40px;
  bottom: -50px;
  width: 50%;
  color: #000;
  height: 186px;
  overflow: hidden;
}

.pin-content-inner {
  padding: 20px;
  background-color: #fff;
}

h4 {
  font-size: 2em;
  margin-bottom: 10px;
  line-height: 1.2;
    font-weight: 300;
}

h5 {
  font-size: 1.6em;
  margin-bottom: 10px;
  line-height: 1.3;
    font-weight: 300;
}

.pin-content-inner h4 {
  line-height: 1;
}

.client-logo-sec .col4 {
  padding: 10px;
}

.client-logo {
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ns-sec {
  padding: 0;
  position: relative;
}

.xsm-space {
  height: 5px;
}

.sm-space {
  height: 10px;
}

.md-space {
  height: 30px;
}

.lg-space {
  height: 60px;
}

.xlg-space {
  height: 80px;
}

.elg-space {
  height: 100px;
}

.sis-img {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #ccc;
  margin: 0;
  overflow: hidden;
}

.side-slider {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.pcs-slide {
  position: relative;
}

.pcs-slide-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.project-content-slider {
  height: 100%;
}

.sis-content {
  position: relative;
  padding: 60px 0;
    color: #53585b;
}

.left .sis-content.col6 {
  float: right;
}

.right .sis-content {
  padding-right: 40px;
}

.sis-img-inner {
  width: 100%;
  height: 130%;
  position: absolute;
  top: 0;
  left: 0;
}

.gi-img {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.pj-img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:cover;
  background-position: center center;
}

.pc-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  transform-origin: right center;
  -webkit-transform-origin: right center;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
}

.left-space {
  padding-left: 80px;
}

.sec-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -580px;
}

.sis-add-img.top {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
  left: 80px;
}

.sis-add-img.bottom {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  top:40px;
}

.sis-add-img.top .sis-add-img-inner {
  width: 50%;
  float: right;
  height: 180px;
}

.page-cover-inner, .sd-img, .fbs-slide-img, .pf-img-inner, .sis-img-inner,.as-img-inner, .pin-img-inner, .ps-slide, .pis-slide-inner, .phs-slide-inner, .para-img-inner, .pc-inner, .full-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fbs-slide, .fbs-slide-content {
  height: 100%;
  position: relative;
}

.fbs-slide-content .col7 {
  text-align: left;
  position: absolute;
  bottom: 120px;
  left: 0;
  color: #fff;
  padding: 30px 30px 18px;
  background-color: rgba(0,0,0,0.4);
}

.fbs-slide-content h5 {
  margin-bottom: 0;
}

.fbs-slide-content p {
  color: #fff;
}

.fbs-slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pc-inner {
  width: 100%;
  height: 130%;
  position: relative;
}

.sis-add-img.bottom .sis-add-img-inner {
  width: 60%;
  float: right;
  height: 200px;
}

.right .sis-img {
  right: 0;
}

.video-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#nav {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    display: none;
    border: 80px solid #fff;
    background-color: rgba(255,255,255,0.85);
}

#logo-color.dark {
  fill: #53585b;
}

.service-index {
  width: 240px;
  position: absolute;
  top: -50px;
  left: 5%;
  z-index: 9;
}

.service-index-track {
  height: 160px;
  overflow: hidden;
}

.service-index h1 {
  font-size: 10em;
  color: #fff;
}

.nav-panel {
    width: 23%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 30px 3%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 1;
    max-width: 360px;
}

.nav-upper {
  margin-bottom: 40px;
}

.menu-close {
  float: right;
  cursor: pointer;
  font-size: 2.2em;
  padding: 2px;
  position: relative;
  left: 8px;
}

.main-nav {
  position: absolute;
  top: 50%;
  left: 50%;
    width: 600px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.main-nav a {
    font-weight: 300;
    color: #53585b;
    font-size: 2.2em;
    padding: 12px 20px;
    text-align: center;
    display: block;
    z-index: 25;
    text-transform: uppercase;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.main-nav a:hover {
    color: #fff;
    z-index: 26;
}

  .main-nav div.move {
    position: absolute;
    width: 326px;
    height: 59px;
    margin-left: -163px;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #00b0f0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 0;
}

.nav-hide {
    display: none;
    opacity: 0;
}

.hide {
    display: none;
}

.insta-title {
    font-size: 0.9em;
    margin: 15px 0;
    color: #7b8184;
    font-weight: 600;
}

.insta-following {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.insta-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    background-size: cover;
    border: 1px solid rgb(238, 238, 238);
}

.instashow-gallery-media-album .instashow-gallery-media-image img {
      top:50%;
      transform: translate(-50%, -50%) !important;
}

.instagram {
    display: inline;
    margin: 10px;
}

.insta-btn {
    border: 2px solid;
    width: 80px;
    padding: 6px;
    text-align: center;
    float: left;
    border-radius: .2em;
    font-size: .9em;
    color: #06b2f0;
    font-weight: 700;
}

.footer-nav a:hover, footer .social-icons a:hover {
    color: #00b0f0;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.4em;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.divider-sm {
    width: 100%;
    margin: 15px auto;
    height: 1px;
    background-color: #d6e0e5;
}

.blue {
    color: #00b0f0;
}

.sd-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
  background-color: #d6e0e5;
  transform-origin: center top;
  -webkit-transform-origin: center top;
}

.sd-hide-btn {
  display: none;
}

.main-nav div {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  opacity: 0;
}

.pin-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
}

.pin-img-track {
  height: 100%;
}

.pin-img-inner {
  width: 100%;
  height: 100%;
}

.project-img-slider {
  height: 460px;
  position: relative;
  overflow: hidden;
}

.phs-img {
  width: 60%;
  height: 260px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.slick-list, .slick-track, .slick-slide, .portfolio-slider {
  height: 100%;
}

.pis-slide-inner {
  height: 540px;
  width: 100%;
}

.phs-slide-inner {
  height: 300px;
  width: 100%;
}

.action-sec .col4 {
  padding: 20px;
  background-color: #fff;
  color: #000;
  position: absolute;
  margin: 0;
  bottom: -20px;
  right: 20px;
  z-index: 9;
}

.footer-nav a {
  display: inline-block;
  color: #fff;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

.footer-nav p {
  margin-bottom: 2px;
  font-size: .6em;
  text-align: center;
  color: #fff;
}

footer .social-icons a {
  color: #fff;
}

textarea {
  min-height: 260px;
}

.form-control {
  display: block;
  width: 100%;
  border: solid 1px transparent;
  padding: 10px 15px;
  font-size: 0.9em;
  background-color: #f3f3f3;
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
  outline: 0;
}

#copy {
  color: #7b8184;
  font-size: 0.8em;
}

#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.preload-cover {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: center top;
  -webkit-transform-origin: center top;
}

.preload-content {
  width: 150px;
  height: 150px;
  position: absolute;
  left:50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

.preload-content img {
  display: block;
  width: 60%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  top: 40px;
}

.spin {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #00b0f0;
    position: absolute;
    animation: spin 1500ms infinite linear;
}

.spin:before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 3px solid transparent;
    border-top-color: #00b0f0;
    animation: antispin 700ms infinite linear;
    content: "";
    position: absolute;
    border-radius: 60%;
}

@keyframes spin { 100% {transform:rotate(360deg);} }
@keyframes antispin {
  from {transform: rotate}
  to {transform: rotate(-360deg);}
}

.site {
  position: relative;
  height: 100%;
  transition: opacity 0.8s linear;
  -webkit-transition: opacity 0.8s linear;
}

.line-divider {
  margin: 20px 0 25px 0;
  width: 120px;
  height: 4px;
  background-color: #53585b;
}

.line-divider.blue {
  background-color: #00b0f0;
}

h1.light-title {
  opacity: 0.15;
  font-size: 10em;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -88px;
}

.line-divider.indent {
  margin: 20px 0 25px 40px;
}

.center.line-divider {
  margin: 20px auto 25px;
}

.sec-cover {
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.right.sec-cover {
  right: 0;
  width: 80%;
}

.left.sec-cover {
  left: 0;
  width: 70%;
}

.col5.col-right {
  float: right;
}

.panel {
  background-color: #fff;
  padding: 30px;
  color: #000;
}

.title-sec {
  position: relative;
  text-align: center;
  color: #53585b;
  padding-top: 120px;
}

.title-sec h1 {
  padding: 20px 30px 20px 0;
  background-color: rgba(255,255,255,0.7);
}

.as-left, .as-img, .as-right {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.as-left {
  width: 50%;
  left: 0;
}

.as-right {
  width: 50%;
  right: 0;
}

.as-img {
  width: 100%;
  left: 0;
}

.as-img-inner {
  width: 100%;
  height: 100%;
}

.height-init {
  height: 0;
}

.bv-line {
  position: absolute;
  width: 3px;
  height: 40%;
  top: 200px;
  left: 24px;
  background-color: #00b0f0;
  transform-origin: center top;
  -webkit-transform-origin: center top;
}

.page-cover {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 540px;
  position: relative;
}

.page-cover.text-pc {
  height: auto;
  padding: 100px 0;
}

.dark .sm-container {
    padding: 30px 30px;
    background-color: rgba(0,0,0,0.7);
}

.page .page-cover p {
  color: #fff;
}

.page-cover-inner {
  width: 100%;
  /* height: 660px; */
  height: 550px;
}

.text-pc .page-cover-inner {
  height: 130%;
  position: absolute;
  left: 0;
  top:0;
}

.preloader svg {
    width: 112px;
    top: 25%;
    left: 50%;
    margin-top: 23px;
    margin-left: -56px;
    position: relative;
}

#about-steps, .lgr-bg {
  background-color: #e0e6e8;
}

.asrt-content {
  width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
    color: #000;
}

.as-right-track, .asrt-slide {
  height: 105%;
  position: relative;
}

.service-detail {
  width: 100%;
  position: relative;
  margin-top: 0;
  display: none;
  overflow: hidden;
  height: 0;
}


.page-slide h5 {
  color: #53585b
}

.service-detail-inner {
  position: relative;
  padding: 60px 0;
}

.service-detail .col4, .service-detail .col6 {
  position: relative;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

.service-detail h5 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  opacity: 0;
    color: #fff;
}

.sd-img {
  height: 260px;
  position: relative;
  opacity: 0.6;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}

.pf-right {
  padding-top: 200px;
}

.pf-item {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.pf-title {
  padding: 0 20px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.pf-title-drop {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 200px;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.pf-arrow {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 4em;
  opacity:0;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
}

.pf-meta {
  padding: 15px 20px 10px;
}

.pf-meta h5 {
  color: #53585b;
  margin-bottom: 0;
}

.pf-gallery img {
  display: block;
  margin: 0 auto 60px;
  width: 100%;
}

.pf-gallery img:last-child {
  margin-bottom: 0;
}

.pf-gallery img.pfg-portrait {
  width: 65%;
}

#map {
  height: 460px;
  background-color: #ccc;
}

.featured-blog-slider {
  width: 100%;
  position: relative;
  height: 500px;
  background-color: #000;
}

.grid-sizer, .grid-item { width: 31.333333%; }

.gutter-sizer { width: 3%; }

.grid-item--width-half {width: 49%;}

.grid-item--width-30 {width: 29%;}

.grid-item--width-60 {width: 59%;}

.grid-item--width-40 {width: 39%;}

.grid-item--width-full {width: 100%;}

.grid-item--height {height: 389px;}

.grid-item--height2 { height: 180px; }

.grid-item--height3 { height: 285px; }

.grid-item--height4 { height: 580px; }


.grid-item-1 {
    position: relative;
    float: left;
    margin-bottom: 12px !important;
}


.grid-item {
    position: relative;
    margin-bottom: 20px;
}

.grid-item h5 {
    color:#53585b;
    font-weight:300;
}

.grid-item h6 {
   color:#53585b;
   font-weight:300;
}

.insta-post {
    width: 24%;
    height: 230px;
    float: left;
    margin-right: 1%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-dots {
    width: 1180px;
    position: relative;
    bottom: 30px;
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: left;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0px 3px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: solid 1px #009ee2;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button {
    background-color: #009ee2;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slider-control {
  width: 1180px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 30px;
}

@-webkit-keyframes scroll {
    0%   { -webkit-transform:translateY(-100%); }
    100% { -webkit-transform:translateY(100%); }
}
@keyframes scroll {
    0%   { transform:translateY(-100%); }
    100% { transform:translateY(100%); }
}

.slideright, .title-sec h1 {
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  opacity: 0;
}

.slideleft {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  opacity: 0;
}

.slideup {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  opacity: 0;
}

.fade {
  opacity:0;
}

.video-bg-wrap, .fbs-slide-img, .sd-img, .sd-cover, .service-detail .col4, .service-detail .col6, .service-detail, .page-cover-inner, .fade, .as-img-inner, .as-img, #logo-icon, #logo, #fullpage, .dark-cover, .nav-cover, .bv-line, .slideleft, .pc-cover, .title-sec h1, .nav-panel, .main-nav div, .nav-bottom, .pin-img-track, .para-img-inner, .preload-content. .preload-cover, .slideright, .slideup {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button#load-more {
    margin: 0 auto;
    display: block !important;
    width: 200px;
    margin-left: -100px;
    float: left;
    bottom: -20px;
    position: absolute !important;
    left: 50%;
    border: 2px solid #00b0f0;
    background-color: transparent;
    color: #00b0f0;
    padding: 10px 30px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-family: 'Gotham', Helvetica, Arial, 'Lucida Grande', sans-serif;
    text-align: center;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.4;
    user-select: none;
    outline: 0;
    text-transform: uppercase;
}

button.alm-load-more-btn.more.hide.done {
    opacity: 0.6;
    cursor: not-allowed;
}

button.alm-load-more-btn.more.hide.done:hover {
   background-color: #fff !important;
   color: #00b0f0 !important;
}

button#load-more:hover {
    background-color: #00b0f0;
    color: #fff;
}


@media (max-width: 1280px) {

  .section .content, .ps-slide .content {
    width: 90%;
  }

  .container {
    width: 90%;
  }

  .slider-control {
    width: 90%;
  }

  .error-page {
    width: 70%;
  }

  .page-cover {
     height: 480px;
  }

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 3.0em;
  }

}

@media (max-width: 1190px) {
  .project-sidebar {
    display: none;
  }

  .project-fullbar{
    width: 100%
  }

  .portfolio-archive-page .col9 {
    width: 100%;
  }
}

@media (max-width: 1024px) {

    .as-img-title h1{
      font-size:2.6em;
    }

    h1 {
     font-size:3.0em;
    }

    h2 {
     font-size: 2.2em;
    }

    .slider-control {
       width: 90%;
    }

    .container {
        width: 90%;
    }

    .section .content, .ps-slide .content {
        width: 90%;
    }

    .portfolio-slider .slick-dots {
        width: 90%;
    }

    .main-nav a {
      font-size: 2.0em;
      padding: 8px 0;
    }

    .title-sec {
        padding-top: 120px;
    }

    .page-cover {
        height: 400px;
    }

    .page-cover-inner {
        height: 500px;
    }

    .slick-dots {
        width: 90%;
    }

    .main-nav div.move {
        display: none;
    }

    .main-nav a:hover {
        color: #00b0f0
    }

    .inner-title h3 {
        font-size: 1.6em;
    }

    .inner-title h5 {
        font-size: 1.2em;
    }

    .body-sec {
        padding:40px 0;
    }

    .blog-img {
        width: 60%;
    }

    .blog-post h4 {
        font-size: 1.6em;
    }

    .bi-img {
        width: 38%;
    }

    .fbs-slide-content h3 {
      font-size: 1.8em;
   }

   .insta-post {
    height: 180px;
   }

}

@media (max-width: 786px) {

    .as-img-title{
      display: none;
    }

    h1 { font-size:2.6em; }

    h2 { font-size: 1.8em; }

    #logo {
      width: 400px;
      margin-left: -200px;
    }

    .md-container,
    .sm-container {
        width: 90%;
    }

    .main-nav a {
      font-size: 1.6em;
      padding: 8px 0;
    }

    #fp-nav {
      bottom: 20px;
      top: auto;
    }

    .sis-img {
      position: relative;
      width: 100%;
      height: 320px;
    }

    .sis-content {
        padding: 40px 0;
    }

    .col4.lg {
        float: left;
    }

    .service-detail h5 {
        font-size: 1.0em;
    }

    .col6.lg {
        float: left;
    }

    .project-item {
      flex: 1 0 100% !important;
    }


    .sd-img {
        height: 180px;
    }

    .title-sec {
        padding-top: 100px;
    }

    .as-left {
      width: 100%;
      height: 600px;
    }

    .as-right {
       width: 100%;
       height: 600px;
       background-color: rgba(0, 0, 0, 0.6);
    }

    .asrt-content, .asrt-content p {
      color: #fff;
    }

   .asrt-content .line-divider {
      background-color: #fff;
   }

    .pf .col6 {
        width: 100%;
    }

    .grid-item {
        width: 100%;
    }

    .grid-item h5 {
        font-size: 1.4em;
    }

    .fbs-slide-content h5 {
        font-size: 1.4em;
    }

    .featured-blog-slider h3 {
        font-size: 1.6em;
    }

    .featured-blog-slider {
        height: 400px;
    }

    #map {
        height: 320px;
    }

    .inner-title h5 {
        font-size: 1.0em;
    }

    .scroll-line-wrap {
        height: 30px;
    }

    .social-icons.pull-right {
        float: none;
        position: relative;
        text-align: center;
        margin: 20px 0;
    }

    #footer-logo {
        margin: 0 auto 20px;
    }

    .lg-body-sec {
        padding: 80px 0;
    }

    .main-nav div.move {
        width: 280px;
        height: 35px;
        margin-left: -140px;
    }

    .gird-layout {
        margin: 40px 0;
    }

    .insta-post {
        height: 140px;
    }

    .contact-side {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {

   h1 { font-size: 2em; }

   h2 { font-size: 1.6em; }

   .menu-toggle h6 {
     font-size: 0.8em;
   }

   .menu-toggle-icon div:first-child {
     top: -2px;
   }

   .content-title.md-container.inner-title h3 {
      margin-top: 0;
    }

   .title-sec h3 {
     font-size: 2.0em;
     margin-top: 20px;
   }

   .menu-toggle-icon div:last-child {
     top: 32px;
   }

   #nav {
     border:60px solid #fff;
   }

   .page #logo-icon {
     width: 48px;
     margin-left: -24px;
     top: 21px;
   }

   #logo {
    width: 320px;
    margin-left: -160px;
   }

    #logo-icon {
        height: 210px;
    }

    .main-nav a {
        font-size: 1.2em;
    }

    .body-sec {
        padding: 30px 0;
    }

    .sis-img {
        height: 220px;
    }

    .col4.lg {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .col6.lg {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .inner-title h3 {
        font-size: 1.6em;
    }

    h1.light-title {
        font-size: 8em;
    }

    .no-top-pad {
        padding-top: 0;
    }

    .sd-img {
        height: 160px;
    }

    #footer-logo {
        margin: 0 auto 10px;
    }

    .social-icons.pull-right {
      margin: 10px 0 0;
    }

    nav.footer-nav {
        margin: 10px 0;
    }

    .btn.btn-primary {
        padding: 8px 20px;
    }

    .action-sec .sec-title {
        font-size: 2.6em;
        top: -25px;
    }

    .page-cover.text-pc {
        padding: 60px 0;
    }

    .pf-img {
        height: 230px;
    }

    .pf-title {
        font-size: 1.43em;
    }

    .pf-meta h5 {
        font-size: 1.2em;
    }

    .fbs-slide-content h5 {
        font-size: 1.0em;
    }

    .featured-blog-slider h3 {
        font-size: 1.2em;
    }

    #map {
        height: 220px;
    }

    .asrt-content {
        width: 100%;
        padding: 0 20px;
    }

    .inner-title h5 {
        font-size: 0.9em;
    }

    .main-nav div.move {
        width: 220px;
        height: 35px;
        margin-left: -110px;
    }

    .line-divider.indent {
        margin: 20px 0 25px 25px;
    }

   .left-indent {
      padding-left: 25px;
    }

   .bi-img {
     width: 100%;
     position: relative;
     height: 200px;
     margin-bottom: 20px;
    }

  .blog-img {
     width: 100%;
   }

   .sis-content h3 {
      font-size: 1.8em;
   }

   .asrt-content h3 {
      font-size: 2.0em;
   }

   .fbs-slide-content .col7 {
    bottom: 110px
   }

  .insta-post {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }

  .error-page {
    min-height: 330px;
    margin: 120px auto 60px;
    text-align: center;
   }

   .error-page h1 {
     font-size: 6em;
    }

    .error-page h3 {
        font-size: 1.6em;
    }

    .title-sec {
      padding-top: 80px;
    }

    .page-cover {
      height: 260px;
    }

    .col6.form {
        margin-bottom: 30px;
    }

    .btn.btn-icon {
        margin-bottom: 30px;
    }

    #masonry-grid {
        margin-bottom: 30px;
    }

}

@media (max-width: 320px) {

   #nav {
     border:40px solid #fff;
   }

   #logo {
    width: 220px;
    margin-left: -110px;
   }

    .sis-img {
        height: 180px;
    }
}

@media (max-width: 1024px) { .project-fullbar .project-item { flex: 1 0 50%; }}
.project-country {
  text-transform: none;
}
/*
@media (min-width: 1190px) { .project-item .pf-img { height: 600px !important; }}
*/
.inside_con{ padding:10px 0; min-height: 300px;}