@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.home{background: url(../images/home-banner.jpg) no-repeat 0 0; background-size:cover; text-align:left;  }

.home .contenSection {
   position: absolute;
    z-index: 9999;
	width:400px;
	text-align:center;
	color:#fff;
	top:50%;
	padding:35px;
	 left:15%;
	background:rgba(0,0,0,0.5)
 
 }
  .home .contenSection img{width:100%; margin:0 0 30px;}
 .home .contenSection h3{position:relative; font-size:16px; color:#fff; padding:0; margin:0 0 10px;  }
 .home .contenSection h4{position:relative; font-size:16px; color:#fff; padding:0; margin:0 0 30px;}
 
.home .contenSection a {
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 12px 30px;
    transition: all .9s;
 }
.home .contenSection a:hover {
    background-color: #fff;
    color: #000;
    text-shadow: none;
}
.scrolldown {
    position: absolute;
    z-index: 9999;
    left: 48%;
    right: 50%;
    bottom: 10%;
    width: 75px;
    font-size:14px;
    color:#fff;
    }
a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

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

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #444;
}

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

abbr,
acronym {
    border: 0;
}


/* Custom CSS
 * --------------------------------------- */

body {
    font-family: arial, helvetica;
    color: #333;
    color: rgba(0, 0, 0, 0.5);
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1 {
    font-size: 6em;
}

p {
    font-size: 2em;
}

.intro p {
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.section {
    text-align: center;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#menu li.active {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#menu li a {
    text-decoration: none;
    color: #000;
}

#menu li.active a:hover {
    color: #000;
}

#menu li:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu li a,
#menu li.active a {
    padding: 9px 18px;
    display: block;
}

#menu li.active a {
    color: #fff;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}

.twitter-share-button {
    position: fixed;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#download {
    margin: 10px 0 0 0;
    padding: 15px 10px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #5bc0de), to( #2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

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

#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #2F96B4;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 22px 0 0;
    color: #333;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}

#examplesList {
    display: none;
    background: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    float: left;
    position: absolute;
    bottom: 29px;
    right: 0;
    width: 638px;
    text-align: left;
}

#examplesList ul {
    padding: 0;
}

#examplesList ul li {
    display: block;
    margin: 5px 0;
}

#examplesList ul li a {
    color: #BDBDBD;
    margin: 0;
}

#examplesList ul li a:hover {
    color: #f2f2f2;
}

#examplesList .column {
    float: left;
    margin: 0 20px 0 0;
}

#examplesList h3 {
    color: #f2f2f2;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */

#demosMenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}


.headline-content {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
}

.about-image {
    position: absolute;
    bottom: -5px;
    right: 0px;
}

.about-us-content h3 {
    font-size: 29px;
    color: #fff;
    line-height: 43px;
    text-align: left;
    font-weight: 200;
    margin-top: -130px;
}


.project-text h3 {
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 130px;
}

.project-text h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 130px;
}

.project-text h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 130px;
}

.project-text p {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    text-align: left;
    line-height: 24px;
    margin-left: 130px;
}




.project-text-left h3 {
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 60px;
}

.project-text-left h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 130px;
    margin-left: 60px;
}

.project-text-left h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 130px;
    margin-left: 60px;
}

.project-text-left p {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    text-align: left;
    line-height: 24px;
    margin-left: 130px;
    margin-left: 60px;
    width: 77%;
}

.project-text-left {
    border: 1px solid #fff;
    padding: 20px 70px 40px 60px;
    margin-left: 0px;
    margin-top: 4%;
    margin-right: 0px;
    position: relative;
    left: 70px;
    z-index: 1;
}

.project-text {
    border: 1px solid #fff;
    padding: 40px 70px 50px 60px;
    margin-left: -150px;
    margin-top: 4%;
    margin-right: 0px;
    position: relative;
    left: 70px;
    z-index: 1;
}

.other-projects h3 {
    text-align: left;
    font-weight: 200;
}



.content {
    position: relative;
    width: 73%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.view-all-button h3 {
    text-align: center;
    font-weight: 200;
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    margin-top: 100px;
}

.view-all-button {
    margin-top: 0%;
}



.square {
    /* background: #eee; */
    display: block;
    width: 900px;
    height: 400px;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* margin: -100px auto auto -100px; */
    visibility: hidden;
}

.l1,
.l2,
.l3,
.l4 {
    position: absolute;
    background: transparent;
    width: 0px;
    height: 0px;
    /*give each border a background color of black in css so that you don't need to animate it*/
    background-color: black;

}


.l1 {
    left: 0;
    bottom: 0;
    height: 200px;
    width: 1px;
}

.l2 {
    top: 0;
    left: 0;
    width: 200px;
    height: 1px;

}

.l3 {
    right: 0;
    top: 0;
    height: 200px;
    width: 1px;

}

.l4 {
    bottom: 0;
    right: 0;
    width: 200px;
    height: 1px;

}

.footer-menu p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-top: 70px;
    text-decoration: underline;
    margin-bottom: 0px;
}


.logo {
    position: absolute;
    top: 20px;
    left: 15%;
    z-index: 30;
}



a.btn,
a.btn-white {
    float: left;
    text-align: left;
    display: inline-block;
    width: 30%;
    height: 70px;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 7px 36px 0px 36px;
    color: #fff;
    position: relative;
    letter-spacing: .25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 52px;
    background-image: url(../images/Arrow_white.svg);
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: center;
    background-position: right 22px center;
    background-size: 58px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    left: 35%;
    margin-top: 0px;
}

.btn-wrap {
    margin: 0 auto;
    max-width: 298px;
    clear: both;
    padding-top: 50px;
    overflow: hidden;
    width: 100%;
}

a.btn-white {
    background: #000;
    color: #222222;
    background-image: url(right-arro-black.png);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    background-position: right 19px center;
    background-size: 58px;
}

a.btn:hover,
a.btn-white:hover {
    background-position-x: 97%;
    background-position-y: center;
    background-position: right 10px center;
}

.contact-bg {
    background: #fff;
    padding: 50px;
}






/* ==============================
   Contact section
   ============================== */

.contact-item {
    position: relative;
    padding-left: 44px;
    color: #444;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.contact-item a {
    color: #444;
    text-decoration: none;
}

.contact-item a:hover {
    color: #000;
    text-decoration: none;
}

.ci-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.ci-icon:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #111;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.ci-icon i,
.ci-icon span {
    position: relative;
}

.ci-title {
    margin-bottom: 1px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-align: left;
}

.ci-text {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

/*
 * Contact form
 */

.cf-left-col {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
}

.cf-right-col {
    width: 49.4%;
    float: left;
}

.contact-form .form-group {
    margin-bottom: 10px;
}




/* ==============================
   Footer
   ============================== */

.footer {
    text-align: center;
    font-size: 12px;
}

.footer a {
    color: #888;
    text-decoration: none;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.footer a:hover {
    color: #111;
    text-decoration: underline;
}

.footer-copy {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.footer-made {
    font-size: 11px;
    color: #999;
}


.footer-social-links {
    font-size: 14px;
    position: absolute;
    bottom: 10%;
    left: 20%;
    right: 20%;
}

.footer-social-links a {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #111;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.footer-social-links a i,
.footer-social-links a span {
    position: relative;
    top: 0;
    left: 0;
}

.footer-social-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #111;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.footer-social-links a:hover {
    color: #fff;
}

.footer-social-links a:hover:before {
    background: #111;
}

a.link-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, .2);
    font-size: 48px;
}



.find-us {
    position: absolute;
    top: 20px;
    le;
    left: 5%;
    right: 5%;
}

.footer-text {
    position: absolute;
    bottom: 10px;
    left: 21%;
    right: 20%;
}

.cta {
    background: #000;
    padding: 40px;
    top: 40px;
}

.banner-heading {
    color: #fff;
}

.other-proj {
    margin-top: 30px;
}

.other-proj-heading h3 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 200;
    position: relative;
    top: 0px;
}

.other-proj-heading {
    position: relative;
}

#video_overlays {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 100;
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    margin-top: -15px;
}

.footer-menu ul li {
    float: left;
    color: #101010;
    margin-right: 80px;
    letter-spacing: 1px;
    font-weight: 200;
    position: relative;
    top: 90px;
}






/* Style for our header texts
	* --------------------------------------- */

h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* Centered texts in each section
	* --------------------------------------- */

.section {
    text-align: center;
    overflow: hidden;
}


#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    background-image: /* our video */
    ;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    z-index: 3;
}



/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */

#section0 .layer {
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 35%;

    /*
		* Preventing flicker on some browsers
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*solves problem with overflowing video in Mac with Chrome */

#section0 {
    overflow: hidden;
}


/* Bottom menu
	* --------------------------------------- */

#infoMenu li a {
    color: #fff;
}


/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */

video::-webkit-media-controls {
    display: none !important;
}


/* Defining each section background and styles
	* --------------------------------------- */

#section1 {
    background-image: linear-gradient(to top, #CDF0E9 0%, #42BAAD 100%);
}

#section2 {
    background-color: #D39D88;
}

#section3 {
    background-color: #7cd2e0;
}

#section4 {
    background-color: #fff;
}

#section6 {

    background-color: rgb(123, 170, 190);
}

/*Adding background for the slides
	* --------------------------------------- */

#slide1 {
    background: -webkit-gradient(linear, top left, bottom left, from(#7baabe), to(#969ac6));
    background: -webkit-linear-gradient(#7BAABE, #969AC6);
    background: linear-gradient(#7BAABE, #969AC6);
}

#slide2 {
    background: -webkit-gradient(linear, top left, bottom left, from(#92a1ca), to(#76c2bd));
    background: -webkit-linear-gradient(#92a1ca, #76c2bd);
    background: linear-gradient(#92a1ca, #76c2bd);
}

#abt-animation {
    transition: 2s ease-in-out;
    animation-delay: 6s;
    position: absolute;
    opacity: 0;
    top: 0px;

    -webkit-animation-delay: 6s;
    /* Safari 4.0 - 8.0 */
}

.fp-viewing-4 #abt-animation {
    opacity: 1;
    top: -60px;

}

/*  About Image Aimation Start  */

.fp-viewing-4 #abt-img-animation {

    -webkit-animation: abt-img-animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: abt-img-animation 2s;
    animation-delay: 1s;
    bottom: -450px;
    position: absolute;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;

}


@-webkit-keyframes abt-img-animation {
    from {
        bottom: -450px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1;

    }
}

/*  About Image Aimation End  */

/*  Logo Aimation Start  */

#logo-animation {

-webkit-animation: logo-animation 2s;
    /* Safari 4.0 - 8.0 */

-webkit-animation-delay: 1;

-webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */

animation: logo-animation 2s;

animation-delay: 1s;

opacity: 0;

position: absolute;

animation-fill-mode: forwards;

top: 0px;
}

@-webkit-keyframes logo-animation {
    from {

        opacity: 0;
        top: 20px;
    }
    to {

        opacity: 1;
        top: 40px;

    }
}

/*  Logo Aimation End  */

/*  Banner Aimation Start  */

#banner-animation {

    -webkit-animation: banner-animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.5;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: banner-animation 2s;
    animation-delay: 1.5s;
    opacity: 0;
    position: relative;
    animation-fill-mode: forwards;
    top: 40px;

}

@-webkit-keyframes banner-animation {
    from {

        opacity: 0;
        top: 20px;
    }
    to {

        opacity: 1;
        top: 40px;

    }
}

/*  Banner Aimation End  */

/*  Project Image Aimation Start  */

.fp-viewing-5 #project-img {

    -webkit-animation: project-img 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: project-img 2s;
    animation-delay: 1s;

    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;

}


@-webkit-keyframes project-img {
    from {

        opacity: 0;
        left: -140px;

    }
    to {

        opacity: 1;
        left: 0px;


    }
}

/*  Project Image Aimation End  */

/*  Project Text 1 Aimation Start  */

.fp-viewing-5 #project-text {

    -webkit-animation: project-text 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: project-text 2s;
    animation-delay: 1s;


    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;

}


@-webkit-keyframes project-text {
    from {

        opacity: 0;
        left: 120px;


    }
    to {

        opacity: 1;
        left: 70px;




    }
}

/*  Project Text 1 Aimation End  */

/*  Project Image Aimation Start-2  */

.fp-viewing-6 #project-img-2 {

    -webkit-animation: project-img-2 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: project-img-2 2s;
    animation-delay: 1s;

    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;

}


@-webkit-keyframes project-img-2 {
    from {

        opacity: 0;
        right: -140px;

    }
    to {

        opacity: 1;
        right: 0px;


    }
}

/*  Project Image Aimation End-2  */

/*  Project Text 2 Aimation Start  */

.fp-viewing-6 #project-text-2 {

    -webkit-animation: project-text-2 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: project-text-2 2s;
    animation-delay: 1s;


    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;

}


@-webkit-keyframes project-text-2 {
    from {

        opacity: 0;
        left: 0px;


    }
    to {

        opacity: 1;
        left: 70px;




    }
}

/*  Project Text 2 Aimation End  */

/*  Project Image 3 Aimation Start  */

.fp-viewing-7 #project-img {

    -webkit-animation: project-img 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: project-img 2s;
    animation-delay: 1s;

    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;

}


@-webkit-keyframes project-img {
    from {

        opacity: 0;
        left: -140px;

    }
    to {

        opacity: 1;
        left: 0px;


    }
}

/*  Project Image 3 Aimation End  */

/*  Project Text 3 Aimation Start  */

.fp-viewing-7 #project-text {

    -webkit-animation: project-text 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: project-text 2s;
    animation-delay: 1s;


    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;

}


@-webkit-keyframes project-text {
    from {

        opacity: 0;
        left: 120px;


    }
    to {

        opacity: 1;
        left: 70px;




    }
}

/*  Project Text 3 Aimation End  */

/*  Other Projects  Aimation Start  */

.fp-viewing-5 #other-proj-heading {

    -webkit-animation: other-proj-heading 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: other-proj-heading 2s;
    animation-delay: 1s;


    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 120px;

}


@-webkit-keyframes other-proj-heading {
    from {

        opacity: 0;
        bottom: 120px;


    }
    to {

        opacity: 1;
        bottom: 10px;




    }
}

/*  Project thumbnail  Aimation Start  */

/*  Other Projects  Aimation Start  */

.fp-viewing-5 #proj-1 {

    -webkit-animation: proj-1 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: proj-1 1s;
    animation-delay: 0.5s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes proj-1 {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}

.fp-viewing-5 #proj-2 {

    -webkit-animation: proj-2 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: proj-2 1s;
    animation-delay: 0.8s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes proj-2 {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}



.fp-viewing-5 #proj-3 {

    -webkit-animation: proj-3 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.1s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: proj-3 1s;
    animation-delay: 1.1s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes proj-3 {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}


.fp-viewing-5 #proj-4 {

    -webkit-animation: proj-4 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.4s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: proj-4 1s;
    animation-delay: 1.4s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes proj-4 {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}


.fp-viewing-5 #proj-5 {

    -webkit-animation: proj-5 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.7s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: proj-5 1s;
    animation-delay: 1.7s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes proj-5 {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}



.fp-viewing-5 #proj-6 {

    -webkit-animation: proj-6 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.9s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: proj-6 1s;
    animation-delay: 1.9s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes proj-6 {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}





.fp-viewing-5 #view-all-projects {

    -webkit-animation: view-all-projects 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: view-all-projects 1s;
    animation-delay: 2s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;


}


@-webkit-keyframes view-all-projects {
    from {

        opacity: 0;

    }
    to {

        opacity: 1;

    }
}


/*  Project thumbnail  Aimation End  */

.fp-viewing-8 #cta {

    -webkit-animation: cta 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: cta 1s;
    animation-delay: 1s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;
    width: 0%
}


@-webkit-keyframes cta {
    from {

        opacity: 0;
        width: 0%;

    }
    to {

        opacity: 1;
        width: 100%;

    }
}


.fp-viewing-8 #contact-01 {

    -webkit-animation: contact-01 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: contact-01 1s;
    animation-delay: 0s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;



}


@-webkit-keyframes contact-01 {
    from {

        opacity: 0;


    }
    to {

        opacity: 1;


    }
}


.fp-viewing-8 #contact-02 {

    -webkit-animation: contact-02 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: contact-02 1s;
    animation-delay: 0.5s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;



}


@-webkit-keyframes contact-02 {
    from {

        opacity: 0;


    }
    to {

        opacity: 1;


    }
}



.fp-viewing-8 #contact-03 {

    -webkit-animation: contact-03 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: contact-03 1s;
    animation-delay: 1s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;



}


@-webkit-keyframes contact-03 {
    from {

        opacity: 0;


    }
    to {

        opacity: 1;


    }
}




.fp-viewing-8 #discuss {

    -webkit-animation: discuss 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: discuss 1s;
    animation-delay: 2s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;



}


@-webkit-keyframes discuss {
    from {

        opacity: 0;


    }
    to {

        opacity: 1;


    }
}

.fp-viewing-8 #letstalk {

    -webkit-animation: letstalk 1s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 2.2s;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation: letstalk 1s;
    animation-delay: 2.2s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;



}


@-webkit-keyframes letstalk {
    from {

        opacity: 0;


    }
    to {

        opacity: 1;


    }
}





.mobile-banner-bg {
    background: url(../images/globevill-mobile.jpg) no-repeat;
    height: 120vh;
}

.about-bg-mobile {
    background-image: linear-gradient(to top, #CDF0E9 0%, #42BAAD 100%);
}


.lilac h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 27px;
    font-weight: 100;
    padding-top: 20px;
    color: #525252;
    line-height: 32px;
    padding-left: 8px;
}

.lilac {
    margin-top: 20vh;
}

.verde {
    margin-top: 17vh;
}

.verde h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 27px;
    font-weight: 100;
    padding-top: 20px;
    color: #525252;
    line-height: 32px;
    padding-left: 8px;
}

.lilac-menu {
    margin-top: 19vh;
}

.lilac-menu ul {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

.lilac-menu ul li {
    font-size: 18px;
    color: #595959;
    line-height: 40px;
}

.specs-bg {
    background: #404040;
    padding: 10px;
    margin-top: 10vh;
}

.specs ul {
    margin: 0px;
    padding: 0px;
}

.specs ul li {
    float: left;
    color: #fff;
    font-size: 14px;
    display: contents;
    padding-left: 10px;
}

.share-property p {
    font-size: 18px;
    color: #fff;
}

.main-img {}



.logo-cont {
    margin-top: 20px;
    text-align: left;
}

.lilac-logo {
    width: 45%;
}


.verde-logo {
    width: 25%;
}
.pad {
    padding-left: 0px;
    padding-right: 0px;
}
.property-details h3 {
    font-size: 21px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 20px;
    margin-top: 30px;
}


.property-details h4 {
    font-size: 18px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 20px;
    margin-top: 0px;
}

.property-details p {
    font-size: 18px;
    color: #363636;
    line-height: 26px;
	}

.points p {
	font-size: 14px;
	color: #363636;
	line-height: 29px;
	}

.property-details ul {margin:0px; padding:0px;}
.property-details ul li {font-weight: 100;line-height: 27px;font-size: 14px;font-weight: normal;color: #363636;}

.padding {padding-left:90px; padding-right:90px;}

.right-img{position: absolute; right:0px;}



.property-cont {margin-left: -6%;}

.specs a {font-size:20px; font-weight: normal; margin-top:20px;}
.floor-plan-heading {    position: absolute;
    left: -70px;
    width: 4.3%;
    top: 20px;}

.gallery-heading {
    position: absolute;
    left: -70px;
    width: 1.4%;
    top: 20px;
    }

.floorplans {margin-bottom: 18px;border: 1px solid #e4e4e4;margin-left: 0px;}
.pushitdown {margin-top: 220px;}

/************************************** banner start *******************************/
        

.index-banner {
  position: relative;
  z-index: 1;
  height: 646px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.index-banner ul {
  height: 646px;
  position: absolute;
  width: 50000px;
}

.index-banner ul li {
  float: left;
  height: 646px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.index-banner ul li div {
  position: absolute;
  overflow: hidden;
  z-index: 999
}

.index-banner .control {
  position: absolute;
  height: 10px;
  padding: 5px 10px;
  bottom: 40px;
  text-align: center;
  z-index: 9999
}

.index-banner .control span {
  float: left;
  _display: inline;
  _zoom: 1;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  background: #666;
  border-radius: 15px;
}

.index-banner .control span.active { background: #f00; }

.index-banner li {
  float: left;
  width: auto;
  height: 646px;
}

.index-banner {
  width: auto;
  height: 596px;
}

.index-banner-scroll {
  position: relative;
  overflow: hidden;
  width: 1920px;
  height: 646px;
}

.btn-group {
  text-align: center;
  margin-top: 10px;
}

.btn-group span {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
}

/************************************** banner start *******************************/


.contact-bg {background:#373f48;margin-top: 110px;margin-bottom: 50px;}
.contact-heading h3 {font-weight: bold;color:#fff;text-align: center;font-size: 30px;}
.contact-heading p {font-weight:normal;color:#fff;text-align: center;font-size: 18px;}
.form-style {height:45px;}
.contact-heading {margin-bottom:60px;}

.footer-phone p {font-size: 18px;line-height: 28px;}
.footer-phone p a{color:#333333;}
.footer-phone p a:hover{color:#000000;}
.credai-logo {text-align: center;}
.social-media-icons {/* float:right; */text-align: center;padding-top: 30px;}

.contenedor {
  width: 100%;
  margin: 0 auto; 
}

.blink-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.blink-view {
  position: relative;
  width: 100%;
  height: auto;
}

.blink-view .viewSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.blink-view .viewSlide:first-child {
  position: relative;
}

.blink-view .viewSlide img.fullImg {
  width: 100%; height: auto;
}

.blink-control {
  /* position: absolute;
  right: 20px; bottom: 20px; */
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  z-index: 999;
}

.blink-control .button {
  margin: 0;
  padding: 4px 35px;
  background:
  border: none;
  border-radius: 0px;
  /* font-weight: 600; */
  background: #ffffffc7;
  font-size: 28px;
}

.blink-items {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0px 37%;
  padding: 0;
}

.blink-items .viewItem {
  display: inline-block;
  width: 8px;
  height: 20px;
  margin: 0 4px;
  background: #fbfbfb;
  border: 0px solid #d3d3d3;
  border-radius: 0%;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blink-items .viewItem.active {
  background: #ffffff;
  height: 27px;
}


.button1 {
  position: absolute;
  height: 40px;
  width: 100px;
  /* background: white; */
  right: 20%;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

.button1 p {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%) translateY(-50%);
  color: black;
  -webkit-user-select: none;
  /* Chrome/Safari */
  
  -moz-user-select: none;
  /* Firefox */
  
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  
  -o-user-select: none;
  user-select: none;
}

.button2 {
  position: absolute;
  height: 40px;
  width: 100px;
  /* background: white; */
  cursor: pointer;
  right: 21.1%;
  top: 0;
}

.button2 p {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%) translateY(-50%);
  color: black;
  -webkit-user-select: none;
  /* Chrome/Safari */
  
  -moz-user-select: none;
  /* Firefox */
  
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  
  -o-user-select: none;
  user-select: none;
}

.overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100vw;
  background: rgb(0,0,0);
  background: rgba(0, 0, 0, 1);
  text-align: center;
  left: 0px;
  z-index: 999;
}

nav ul {
  font-size: 4em;
  list-style: none;
  margin-top: 13%;
}

nav ul li {
  margin-top: 1.5%;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
}

nav ul li a {color:#fff;}

.content2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
}


.grey-border {border:4px solid #f4f4f4;margin-top: 50px;}
.footer-logo {text-align: center;}
.copyright p {font-size:13px; color:#2c2c2c; text-align: right;}
.fps p {font-size:13px; color:#2c2c2c; text-align: left;}
.line {border-bottom:1px solid #000;}

.floor-plan-heading-mobile h3 {
    font-size: 21px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 20px;
    margin-top: 30px;
}

.gallery-sty{margin-top: 10%;}
.gallery-mobile{margin-top:20px;}
.amenities{margin-top: 13%;}
.floor-plan{margin-top: 7%;}

.mobile-menu-open {    width: 80%;
    margin-top: 50%;}
.mobile-menu-close {
    width: 70%;
    margin-top: 50%;
    margin-left: 25%;
    }

.about-heading h1 {font-size:50px;color:#414a55;font-weight: 800;font-family: 'Nunito', sans-serif;}
.about-heading {    margin-bottom: 20vh;}

.about-content h3 {font-size: 25px;color:#363636;font-weight: 300;margin-top: 90px;line-height: 38px;}

.contact-add p {margin-top: 30px;font-size: 18px;color:#fff;}
.contact-add p a{color:#fff;}
.contact-add p a:hover{    color: #22c3f3;}

.footer-menu {display:none;}


#boxes #dialog {
  width: 1000px;
  height:auto;
  padding: 0px;
  background-color: #f9f8f4;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

.disclaimer-bg {background: #000000d9;width:100%;height:100%;position:fixed;z-index: 9999;}
.white-bg {background:#fff;text-align: center;padding: 44px;p;position: fixed;top: 20%;padding-bottom: 10px;font-size: 15px;}
.white-bg h3 {}


.white-bg p{
    text-align: justify;
    background: #fff;
    text-align: center;
    padding: 17px;
    top: 20%;
    padding-bottom: 0px;
    font-size: 12px;
    padding-bottom: 0px;
}



@media screen and (max-width: 1600px) {
    .floor-plan.fp-whg {
        margin-bottom: 2% !important;
    }
}

@media screen and (max-width: 1400px) {
    .floor-plan.fp-whg {
        margin-bottom: 0px !important;
    }
}

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

.property-details.animatedParent.animateOnce.whg-content {
    padding: 0 25px !important;
}
.col-md-6.left-img.pad.animatedParent.animateOnce {
    padding: 0 25px !important;
}
}