@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,600,300,700,800,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{margin: 0; padding: 0;}
body,html{width: 100%; height: 100%;}
ul, li{margin: 0; padding: 0; list-style: none;}

body{font-family: 'Open Sans', sans-serif; overflow-x: hidden!important;}

/*body, html{overflow-x:hidden;}*/

a, li, input{text-decoration: none; /*-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/}

h1, h2, h3, h4, h5, h6, p{margin: 0; padding: 0; font-weight: normal;}

section, div, a, ul ,li, input, textarea, h1, h2, h3, h4, h5, h6, p, span, img, figure{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

input, textarea, button{padding: 0; margin: 0; border: none; outline: none;}

#status{float: left; width:100%; margin: 100px 0 0 0px; text-align: center;}

.fr{float: right!important;}
.fl{float: left!important;}
.fl_none{float: none!important;}
.fullWidth{width: 100%!important;}
.margin_reset{margin:0!important}
.margin_top_reset{margin-top:0!important}
.mrg_right{margin-right:0!important}
.alignCenter{text-align: center!important;}
.paddingReset{padding:0!important;}
.paddingbot{padding-bottom:0!important;}
.backgroundNone{background-image: none!important;}

.centerTbl{display: table;float: left;height: 100%;position: relative;width: 100%;}
.centerTbl_cel{display: table-cell; vertical-align: middle;}

header{position: absolute; left: 0; top: 0px; width: 100%; z-index: 1000; background:#fff; border-top: 2px solid #009999;}
.header_inner{margin: 0 auto; width: 1218px; position: relative;}
.logo{float: left; margin: 20px 0 0 0px;}
.logo img{float: left;}

nav{float: right; margin: 20px 0 22px 0px;}
nav ul{float:left;}
nav ul li{float: left; margin: 0 40px 0 0px;}
nav ul li a{float: left; color: #000; font-size: 14px; text-transform: uppercase; padding: 30px 0 0 0px;
-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
nav ul li a:hover{color: #009999;}
nav ul li a.active{color: #009999;}

.toggle_nav{display: none; position: absolute; right: 20px; top: 30px; cursor: pointer;}

.home{background: url(../images/nav-home-icon.png) no-repeat center 0px;}
.home:hover{ background-position: center -180px;}
.home.home_active{ background-position: center -180px;}

.who{background: url(../images/nav-who-icon.png) no-repeat center 0px;}
.who:hover{ background-position: center -179px;}
.who.who_active{ background-position: center -179px;}

.team{background: url(../images/nav-team-icon.png) no-repeat center 0px;}
.team:hover{ background-position: center -178px;}
.team.team_active{ background-position: center -178px;}

.what_done{background: url(../images/what-icon.png) no-repeat center 0px;}
.what_done:hover{ background-position: center -177px;}
.what_done.whatDone_active{ background-position: center -177px;}


.how{background: url(../images/nav-how-icon.png) no-repeat center 0px;}
.how:hover{ background-position: center -174px;}
.how.how_active{ background-position: center -174px;}


.what_do{background: url(../images/nav-what-icon.png) no-repeat center 0px;}
.what_do:hover{ background-position: center -179px;}
.what_do.whatDo_active{ background-position: center -179px;}

.get{background: url(../images/nav-getintouch-icon.png) no-repeat center 0px;}
.get:hover{ background-position: center -179px;}
.get.get_active{ background-position: center -179px;}

.page_scroller{position: absolute; left:50%; bottom:40px; width: 30px; height: 45px; background: url(../images/scroller.png) no-repeat center 0px; z-index:100;}
.page_scroller:hover{background: url(../images/scroller.png) no-repeat center bottom;}
.mouse{display:inline-block; width:100%; height:44px; font-size:16px; margin: auto; position: relative; padding: 20px 0 0 0px;
-webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;
}
.mouse:focus, .mouse:hover {}
.mouse:focus::before, .mouse:hover::before {}
.mouse:focus [class*="mouse-scroll"], .mouse:hover [class*="mouse-scroll"] {border-top-color: #009999;}
.mouse-animations {left: 0; margin: auto; position: absolute; right: 0; top:60%;}
[class*="mouse-scroll"] {
border-left: 0.35em solid transparent;
border-right: 0.35em solid transparent;
border-top: 0.4em solid #fff;
height: 0;
margin: auto;
opacity: 0;
transition: all 0.4s ease 0s;
width: 0;
}
.mouse-scroll-l {animation: 1.2s ease 0s normal none infinite running down3;}
.mouse-scroll-2 {animation: 1.2s ease 0s normal none infinite running down2;}

@keyframes down {
0% {
    opacity: 0;
    transform: translateY(-15px);
}
100% {
    opacity: 8;
    transform: translateY(0px);
}
}
@keyframes down2 {
0% {
    opacity: 0;
    transform: translateY(0px);
}
10% {
    opacity: 0;
    transform: translateY(-15px);
}
100% {
    opacity: 8;
    transform: translateY(0px);
}
}
@keyframes down3 {
0% {
    opacity: 0;
    transform: translateY(0px);
}
30% {
    opacity: 0;
    transform: translateY(-15px);
}
100% {
    opacity: 8;
    transform: translateY(0px);
}
}



#first_banner_content{position: absolute; left: 0px; top: 0px; padding:16% 0 0 0px; width: 100%; text-align: center; z-index: 999;}
#first_banner_content h1{float: left; width: 100%; font-family: 'HelveticaNeueLTStd-Bd'; color: #fff; text-align: center; font-size:70px; letter-spacing: -3px; text-transform: uppercase; margin: 0 0 10px 0px;}
.banner_line_container{float: left; width: 100%; text-align: center; margin: -15px 0 0 0px;}
.banner_line_container span{display: inline-block; width: 85px; height: 10px; border-top:1px solid #fff;}
#first_banner_content h2{display: inline-block; font-family: 'HelveticaNeueLTStd-Bd'; color: #fff; font-size:33px; margin: 0 15px; letter-spacing: -2px;}
#first_banner_content h3{float: left; width: 100%; margin:-15px 0 0 0px; font-family: 'HelveticaNeueLTStd-Bd'; color: #fff; font-size:124px; text-transform: uppercase; letter-spacing: -5px;}
#first_banner_content h4{float: left; width: 100%; margin: -15px 0 0 0px;}
#first_banner_content h4 a{color: #fff; font-size: 14px; letter-spacing: 6px; text-transform: uppercase; background: url(../images/banner-arrow.png) no-repeat right 7px; padding: 0 100px 0 180px; -webkit-transition: all .9s linear; -moz-transition: all .9s linear; transition: all .9s linear;}
#first_banner_content h4 a:hover{color: #333; background-position: right -84px;}

/* xxxxxxxxxxxxxxxxxxx */
/* xxxxxx HOME xxxxxxx */
/* xxxxxxxxxxxxxxxxxxx */
#home_slider {float: left; width: 100%; height: 100vh; top: 0; overflow: hidden; z-index: 9;}
#home_slider .slider_con {position: absolute;width: 100%;height: 100%;top: 0;left: 0;
transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}
#home_slider .slider_con .slide {float: left;position: relative;width: 100%;height: 100%;}
#home_slider .slider_con .slide .bg {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-size: cover;background-position: center center;}

#home_slider .slider_con .slide.active .bg {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transition: all 10s ease-out;
-webkit-transition: all 10s ease-out;
-moz-transition: all 10s ease-out;
-ms-transition: all 10s ease-out;
-o-transition: all 10s ease-out;
}

#home_slider .slider_con .slide.active .title .align .line {width: 40px;opacity: 1;}
#home_slider .slider_control {position: absolute;width: 60px;height: 60px;top: 50%;margin-top: -20px;padding: 17px 0;z-index: 999;overflow: hidden; cursor: pointer;}
#home_slider .slider_control .line {display: block; position: absolute; width: 16px; height: 4px; background: #ffffff;
transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
}
#home_slider .slider_control.prevbtn {left: 35px;}
#home_slider .slider_control.prevbtn .line {left: 5px;}
#home_slider .slider_control.prevbtn .line1 {top: 32px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
#home_slider .slider_control.prevbtn .line2 {top: 23px;
transform: rotate(-4deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
#home_slider .slider_control.prevbtn:hover .line {background: #009999;}
#home_slider .slider_control.nextbtn {right: 35px;}
#home_slider .slider_control.nextbtn .line {right: 5px;}
#home_slider .slider_control.nextbtn .line1 {top: 32px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
#home_slider .slider_control.nextbtn .line2 {top: 23px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
#home_slider .slider_control.nextbtn:hover .line {background: #009999;}

.home_about{float: left; width: 100%; background: #e8e8e8; padding: 40px 0 50px 0px;}
.homeAbout_inner{margin: 0 auto; width:1180px; position: relative;}
.homeAbout_left{float: left; width:54%; padding:30px 0 0 0px;}
.homeAbout_left h1{float: left; font-family: 'Museo-700'; font-size: 35px; color: #333; text-transform: uppercase; border-bottom: 1px solid #009999; padding: 0 50px 20px 0px;}
.homeAbout_left h1 span{color: #009999;}
.homeAbout_left p{float: left; width: 100%; font-family: 'Museo-300'; font-size: 16px; color: #333; line-height: 25px; margin: 0 0 20px 0px;}
.homeAbout_left p a{font-family: 'Museo-700'; color: #009999;}
.homeAbout_left p a:hover{color: #333;}
.homeAbout_right{float: right; width:40%; margin-top: 80px;}
.homeAbout_right img{float: right; width:100%;}

.home_tab{float: left; width: 100%; margin:30px 0 0 0px;}
.home_top_tab{float: left; width: 100%;}
.home_bottom_tab{float: left; width: 100%; margin:10px 0 0 0px;}
.home_bottom_tab ul{float: left; width: 100%;}
.home_bottom_tab ul li{float: left;}
.home_bottom_tab ul li a{float: left; font-size: 12px; color: #333; text-transform: uppercase; padding: 8px 25px; background: #e8e8e8; border: 1px solid #9d9d9d; margin: 0 -1px 0 0px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.home_bottom_tab ul li a:hover{background: #009999; border: 1px solid #006f6f; color: #fff; }
.home_bottom_tab ul li a.current{background: #009999; border: 1px solid #006f6f; color: #fff;}

.inner_banner{float: left; width: 100%; position: relative;}
.inner_banner img{float: left; width: 100%;}

.about_container{float: left; width: 100%; padding: 0 108px; background: url(../images/about-home-banner.jpg) no-repeat right 0; background-size:cover; -moz-background-size:cover; -webkit-background-size:cover; position: relative;}
.about_inner{float: left; width:585px; background: #129a4c; padding:60px 43px 40px 43px;}
.about_inner h1{float: left; width:100%; color: #fff; font-size: 48px; font-family: 'gotham_bookregular'; margin: 0 0 10px 0px;}
.about_inner h1 span{font-family: 'Conv_gotham-bold'; color: #333;}
.about_inner h2{float: left; width: 100%; font-family: 'Conv_Gotham-Medium'; color: #033117; font-size: 19px; text-transform: uppercase; margin: 0 0 10px 0px;}
.about_inner p{float: left; width: 100%; color: #fff; font-size: 17px; line-height: 27px; margin: 0 0 30px 0px;}
.about_inner a{float: right; color: #fff; font-size: 15px; font-style: italic; text-transform: uppercase; border: 1px solid #fff; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; padding: 5px 20px;}
.about_inner a:hover{background: #fff; color: #129a4c;}
.who_we_are, .what_we_do, .how_we_do{float: left; width: 100%;}
.hide{display: none;}

.home_services_container{float: left; width: 100%; padding:40px 0 100px 0px; text-align: center;}
.home_services_inner{margin: 0 auto; width: 1100px;}
.home_services_container h1{float: left; width:100%; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 50px 0px; text-transform: uppercase;}
.home_services_container h1 span{color: #333;} 
.home_services_container ul{float: left; width: 100%; padding: 0 1%;}
.home_services_container ul li{float: left; width:33.3%; padding: 0 20px;}
.home_services_container ul li a{float: left; width:100%;}
.home_services_container h2{float:left; width: 100%; color: #333; font-family: 'Museo-700'; font-size:22px; margin: 20px 0 10px 0px; -webkit-transition: all .9s linear; -moz-transition: all .9s linear; transition: all .9s linear;}
.home_services_container p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:15px; line-height: 20px;}
.home_services_container ul li figure{margin: 0 auto; width:125px; height: 100px;}
.services01{background: url(../images/services-1.png) repeat 0 0; -webkit-transition: all .4s linear; -moz-transition: all .4s linear; transition: all .4s linear;
}
.services02{background: url(../images/services-2.png) repeat 0 0; -webkit-transition: all .4s linear; -moz-transition: all .4s linear; transition: all .4s linear;}
.services03{background: url(../images/services-3.png) repeat 0 0; -webkit-transition: all .4s linear; -moz-transition: all .4s linear; transition: all .4s linear;}

.home_services_container ul li a:hover .services01{background-position:center bottom;}
.home_services_container ul li a:hover .services02{background-position:center bottom;}
.home_services_container ul li a:hover .services03{background-position:center bottom;}
.home_services_container ul li a:hover h2{color: #009999;}

.whatWe_container{float: left; width: 100%; background: #06908f; position: relative;}
.whatWe_inner{margin: 0 auto; width: 1170px; position: relative; padding: 50px 0 60px 0px;}
.whatWe_container h1{float: left; width:100%; color: #fff; font-size:35px; font-family: 'Museo-700'; margin: 0 0 50px 0px; text-transform: uppercase; text-align: center;}
.hook{position: absolute; left:-50px; top: 0px; z-index: 100;}
/*.crane{position: absolute; right: 40px; bottom:-15px;}*/

.crane {animation: 50s linear 0s normal none infinite running animate_plan; background:url("../images/crane.png") no-repeat 0 0;
height:172px; left: -200px; position: absolute; bottom: -1px; width: 2000px; z-index: 100;}
@keyframes animate_plan {
0% {
    background-position: 0 100%;
}
100% {
    background-position: 100% 100%;
}
}

@-webkit-keyframes animate_plan {
0% {
    background-position: 0 100%;
}
100% {
    background-position: 100% 100%;
}
}

.pencil{display: none; position: absolute; left:-70px; bottom:20px; z-index: 100;}
.shadow{display: none;position: absolute; left:0px; top:0px; width: 100%; height:83%; z-index: 100; background:url(../images/gallery-bg.png) repeat-x 0 bottom; z-index:50;}
.whatWe_left{float: left; width:40.4%; padding: 0 0 20px 0px; position: relative;}
.whatWe_right{float: right; width:54%; position: relative;}
.whatWe_right ul{float:left; width:100%;}
.whatWe_right ul li{float:left; width:26.3%; background: #fff; margin:21px 0 21px 7%; padding: 3px; border-radius:5px; -webkit-transition: all .9s linear; -moz-transition: all .9s linear; transition: all .9s linear;}
.whatWe_right ul li figure{float:left; width:100%; overflow: hidden;

-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;

}
.whatWe_right ul li figure img{float:left; width:100%;height: 140px;

}
.whatWe_right ul li figure:hover img {-webkit-transform: scale(1.05);transform: scale(1.05);}
.whatWe_right ul li h2{float: left; width:100%; height:48px; padding: 5px 0px; color: #333; font-size:15px; font-family: 'Museo-700'; text-align: center;}
.center_content{display:table; float:left; height:100%; position:relative; width:100%;}
.centerContent_cel {display: table-cell; vertical-align: middle;}
.whatWe_right ul li:hover{background: #333;}
.whatWe_right ul li:hover h2{color: #fff;}

.bx-wrapper{float: left; width: 100%; margin: 0 0 60px 0px; position: relative;}
.bx-wrapper .bx-viewport{background:#fff; border: 5px solid #e1e2e1; transform: translateZ(0px);}
.bxslider{float: left; width: 100%;height: 474px; overflow: hidden;}
.bxslider img {display: block; width: 100%; height: 474px;}

.bx-controls{float: left; width: 100%; margin: 20px 0 0 0px; position: relative;}
.bx-wrapper .bx-prev {right:45px;background: url(../images/left-arrow.png) no-repeat 0 0px; -webkit-transition: all .4s linear; -moz-transition: all .4s linear; transition: all .4s linear;}
.bx-wrapper .bx-next {right:0px;background: url(../images/right-arrow.png) no-repeat 0px 0px; -webkit-transition: all .4s linear; -moz-transition: all .4s linear; transition: all .4s linear;}
.bx-wrapper .bx-prev:hover {background-position: 0 -33px;}
.bx-wrapper .bx-next:hover {background-position: 0 -33px;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top:0px; outline: 0; width: 33px; height: 33px; text-indent: -9999px; z-index: 9999;}
.bx-wrapper .bx-caption {position: absolute;bottom: 0;left: 0; width: 100%; text-align: center; background:url(../images/gallery-bg.png) repeat-x 0 bottom;}
.bx-wrapper .bx-caption span {font-family: 'Museo-300'; color: #fff; display: block; font-size:25px; padding:140px 10px 20px 10px;}

.show_container{float: left; width: 100%; background: url(../images/video-bg.jpg) repeat 0 0px;}
.show_left{float: left; width:65%; background: #333;}
.show_right{float: right; width:35%; padding: 60px 5% 235px 5%; position: relative; background:url(../images/video-bg.jpg) repeat 0 0;}
.show_right h1{float: left; width:100%; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 25px 0px; text-transform: uppercase;}
.show_right h1 span{color: #333;}
.show_right p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:16px; line-height: 25px; margin: 0 0 20px 0px;}
.show_right a{float:left; color: #fff; font-family: 'Museo-300'; font-size:19px; background:#009999; padding: 18px 35px; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.show_right a:hover{background:#333; color: #fff;}
.load_crane{position: absolute; left: 0px; bottom:-15px;}

.innovator_container{float: left; width: 100%; background:#fff; text-align: center; padding: 50px 0 0 0px;}
.innovator_container h1{display: inline-block; font-family: 'Museo-700'; font-size: 35px; color: #333; text-transform: uppercase; border-bottom: 1px solid #009999; padding: 0 10px 20px 10px; text-align: center; margin: 0 0 30px 0px;}
.innovator_container h1 span{color: #009999;}
.innovator_pic{float: left; width: 100%; padding: 300px 0 50px 0px; background:url(../images/innovators.jpg) no-repeat center 0px;

-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;


}
.innovator_pic:hover{-webkit-transform: scale(1.03); transform: scale(1.03);}
.innovator_pic a{display: inline-block; color: #333; font-family: 'Museo-300'; font-size:16px; background:#f2f2f3; padding: 18px 35px; letter-spacing: 1px;  -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.innovator_pic a:hover{background:#009999; color: #fff;}

footer{float: left; width: 100%;
background: url(../images/footer-bg.png) no-repeat center bottom, 
url(../images/footer-top-bg.png) no-repeat 98% top,
#009999;position: relative;}
.footer_inner{width:1080px; margin: 0 auto;}
.footer_left{float: left; width:70%; margin: 50px 0 0 0px;}

.footer_right{float: right; width:25%; padding: 30px 0 30px 60px; margin: 18px 0px; border-left: 1px solid #fff;}
.footer_link{float:left; width: 38%; margin: 80px 0 0 0px; padding: 0 0 0 9%;}
.footer_link_top{float: left; width: 100%; margin: 0 0 20px 0px;}
.email_container{float: left; width: 100%; font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 18px; background:url(../images/message-icon.png) no-repeat 0px 5px; padding: 0 0 0 35px; margin:20px 0 15px 0px;}
.email_container:hover{color: #f4f3f3;}
.address_container{float: left; width: 100%; font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 18px; line-height: 25px; background:url(../images/location-icon.png) no-repeat 2px 5px; padding: 0 0 0 35px; margin: 0 0 15px 0px;}
.phone_container{float: left; width: 100%; font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 18px; background:url(../images/phone-icon.png) no-repeat 5px 3px; padding: 0 0 0 35px;}

.footer_link_bottom{float: left; width: 100%;}
.footer_link_bottom a{float: left; width:51px; height:51px; margin:10px 10px 0 0px; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.facebook{background: url(../images/sm-icon.png) no-repeat 3px 0px;}
.facebook:hover{background-position:3px -51px;}
.twitter{background: url(../images/sm-icon.png) no-repeat -58px 0px;}
.twitter:hover{background-position:-58px -51px;}
.linkdin{background: url(../images/sm-icon.png) no-repeat -116px 0px;}
.linkdin:hover{background-position:-116px -51px;}

.quick_link{float: left; width:33.3%; margin: 0 0 0 0px; padding: 0 0 0 0%;}
.quick_link h1{float: left; width: 100%; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; color: #fff; font-size: 20px; text-transform: uppercase; margin: 0 0 17px 0px;}
.quick_link ul{float: left; width: 100%;}
.quick_link ul li{float: left; width: 100%; margin: 0 0 15px 0px;}
.quick_link ul li a{float: left; font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size: 18px; text-transform: uppercase; background: url(../images/footer-list-arrow.png) no-repeat 0px 7px; padding: 0 0 0 20px; }
.quick_link ul li a:hover{color:#f4f3f3;}

.footer_bottom{background:#07706f; float: left; padding:15px 0;width: 100%;}
.copyright{color: #fff;float: left;font-family: "Open Sans",sans-serif;font-size: 11px;width: 50%;}
.created{color: #fff;float: right;font-family: "Open Sans",sans-serif;font-size: 11px;text-align: right;width: 50%;}
.created a{color: #fff;}
.created img {float: right;}

.whoWe_container{float: left; width: 100%; text-align: center; padding: 20px 0 30px 0px;}
.whoWe_inner_container{margin: 0 auto; width:910px;}
.whoWe_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 35px 0px; text-transform: uppercase;}
.whoWe_container h1 span{color: #333;}
.whoWe_container p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 28px; margin: 0 0 25px 0px;}
.whoWe_container p span{color: #009999; font-family: 'Museo-700';}
.whoWe_container p b{color: #333; font-family: 'Museo-700'; font-weight: normal;}
.about_pic_continer{float: left; width: 100%; margin:30px 0 50px 0px;}
.about_pic_left{float: left; width: 34%; text-align: left;}
.about_pic_left img{float: left; max-width:100%;}
.about_pic_right{float: right; width: 57%; text-align: right;}
.about_pic_right img{float: left; max-width:100%;}

.milestone_container{float: left; width: 100%; text-align: center; padding: 20px 0 30px 0px; background: url(../images/milestone-main-bg.jpg) no-repeat  0 0; background-size:cover;}
.milestone_inner_container{margin: 0 auto; width:910px;}
.milestone_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 35px 0px; text-transform: uppercase;}
.milestone_container h1 span{color: #333;}
.milestone_container p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 28px; margin: 0 0 25px 0px;}
.milestone_container p span{color: #009999; font-family: 'Museo-700';}
.milestone_container p b{color: #333; font-family: 'Museo-700'; font-weight: normal;}
.milestone_container ul{float: left; width: 100%;}
.milestone_container li{float: left; width: 100%; padding: 45px 0px; background: url(../images/milestone-bg.jpg) no-repeat  0 0; background-size:cover;}
.milestone_sub_container{float: left; width: 100%; position: relative;}
.milestone_text_container{float: left; width: 70%; padding: 28px; position: relative; background:url("../images/project-green-bg.jpg") repeat 0 0;}
.milestone_text_inner{float: left; width: 100%; min-height: 265px; border: 1px solid #fff; padding: 25px 60px 25px 25px; position: relative;}
.milestone_text_inner h2{float: left; width: 100%; font-family: 'Museo-300'; font-size: 42px; text-align: left; color: #fff; text-transform: uppercase;}
.milestone_text_inner h3{float: left; width: 100%; font-family: 'Museo-300'; font-size: 22px; line-height: 22px; text-align: left; color: #fff;}
.milestone_divider{float: left; width: 94px; height: 1px; background: #fff; margin: 15px 0px;}
.milestone_text_inner p{float: left; width: 100%; font-family: 'Museo-300'; font-size: 18px; line-height: 22px; text-align: left; color: #fff;}
.milestone_pic_container{position: absolute; right: -220px; top: 50%; bottom: 0px; width:295px; height: 247px; margin-top: -123px; border: 1px solid #8aadad; text-align: center; vertical-align: middle;}
.milestone_pic_container img{display: inline-block; max-width:295px; max-height: 247px; vertical-align: middle;}
.rightDire_arrow{position: absolute; right: 160px; bottom: -75px; width: 60px; height: 87px; background:url("../images/left-direction.png") no-repeat 0 0;}
.leftDire_arrow{position: absolute; left: 160px; bottom: -75px; width: 57px; height: 88px; background:url("../images/right-direction.png") no-repeat 0 0;}

.milestoneR_text_container{float: right; width: 70%; padding: 28px; position: relative; background:url("../images/project-green-bg.jpg") repeat 0 0;}
.milestoneR_text_inner{float: left; width: 100%; min-height: 265px; border: 1px solid #fff; padding: 25px 25px 25px 60px; position: relative;}
.milestoneR_text_inner h2{float: right; width: 100%; font-family: 'Museo-300'; font-size: 42px; text-align: right; color: #fff; text-transform: uppercase;}
.milestoneR_text_inner h3{float: right; width: 100%; font-family: 'Museo-300'; font-size: 22px; line-height: 22px; text-align: right; color: #fff;}
.milestoneR_divider{float: right; width: 94px; height: 1px; background: #fff; margin: 15px 0px;}
.milestoneR_text_inner p{float: right; width: 100%; font-family: 'Museo-300'; font-size: 18px; line-height: 22px; text-align: right; color: #fff;}
.milestone_picR_container{position: absolute; left: -220px; top: 50%; bottom: 0px; width:295px; height: 247px; margin-top: -123px; border: 1px solid #8aadad; text-align: center; vertical-align: middle;}
.milestone_picR_container img{display: inline-block; max-width:295px; max-height: 247px; vertical-align: middle;}

.career_container{float: left; width: 100%; text-align: center; padding: 20px 0 30px 0px;}
.career_inner_container{margin: 0 auto; width:910px;}
.career_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 35px 0px; text-transform: uppercase;}
.career_container h1 span{color: #333;}
.career_container p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 28px; margin: 0 0 25px 0px;}
.submit_cv{float: left; width: 100%; margin-bottom: 30px; text-align: center;}
.submit_cv a{display: inline-block; padding: 10px 30px; background: #009999; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; color: #fff; text-transform: uppercase; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.submit_cv a:hover{background: #333;}
.cv_form{float: left; width: 100%; padding:50px 25px 0px 25px;}
.cv_form legend{float: left; width: 100%; margin: 0 0 10px 0px;}
.cv_form input[type='text']{float: left; width: 100%; padding:0 15px; height: 39px; line-height:auto; border: 1px solid #ccc;}
.cv_form input[type='text']:focus{background: #ccc; border: 1px solid #ccc;}
.cv_form input[type='submit']{float: right; padding:0 25px; margin-bottom: 20px; height: 39px; line-height:auto; background: #009999; cursor: pointer; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; color: #fff; text-transform: uppercase;}
.cv_form input[type='submit']:hover{background: #333;}

.js .inputfile {width: 0.1px;height: 0.1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
.inputfile + label {width:100%; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; color: #fff; text-transform: uppercase;text-overflow: ellipsis;white-space: nowrap; text-align: center; cursor: pointer;display: inline-block;overflow: hidden; padding:10px 0px;}
.no-js .inputfile + label {display: none;}
.inputfile:focus + label,.inputfile.has-focus + label {outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px;}
.inputfile + label * {/* pointer-events: none; */ /* in case of FastClick lib use */}
.inputfile + label svg {width: 1em;height: 1em;vertical-align: middle;fill: currentColor;margin-top: -0.25em;/* 4px */margin-right: 0.25em;/* 4px */}

.inputfile-1 + label {color: #fff; background-color: #d3394c;}
.inputfile-1:focus + label,.inputfile-1.has-focus + label,.inputfile-1 + label:hover {background-color: #722040;}

/* style 4 */
.inputfile-4 + label {color: #d3394c;}
.inputfile-4:focus + label,.inputfile-4.has-focus + label,.inputfile-4 + label:hover {color: #722040;}
.inputfile-4 + label figure {width: 100px;height: 100px;border-radius: 50%;background-color: #d3394c;display: block;padding: 20px;margin: 0 auto 10px;}
.inputfile-4:focus + label figure,.inputfile-4.has-focus + label figure,.inputfile-4 + label:hover figure {background-color: #722040;}
.inputfile-4 + label svg {width: 100%; height: 100%; fill: #f1e5e6;}

.howWedo_container{float: left; width: 100%; text-align: center; padding: 20px 0 30px 0px;}
.howWedo_inner_container{margin: 0 auto; width:1170px;}
.howWedo_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 35px 0px; text-transform: uppercase;}
.howWedo_container h1 span{color: #333;}
.howWedo_container p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 28px; margin: 0 0 25px 0px;}
.howWedo_pic{float: left; width: 100%; text-align: center;}
.howWedo_pic img{display: inline-block; max-width: 100%;}
.howWedo_responsive_pic{display: none; float: left; width: 100%; text-align: center;}
.howWedo_pic_left{float: left; width:100%; text-align: center; margin: 0 0 50px 0px;}
.howWedo_pic_left img{ display: inline-block; max-width:100%;}
.howWedo_pic_right{float: right; width:100%; text-align: center;}
.howWedo_pic_right img{ display: inline-block; max-width:100%;}

.projectDetail_container{float: left; width: 100%; text-align: center; padding: 20px 0 0 0px; margin: 95px 0 0 0px; border-top: 1px solid #d9d9d9;}
.projectDetail_inner{margin: 0 auto; width:975px;}
.projectDetail_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #0f0f0f; font-size:35px; font-family: 'Museo-700'; margin: 0 0 60px 0px; text-transform: uppercase;}
.projectDetail_container h1 span{color: #333;}
.projectDetail_container p{float:left; width: 100%; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 28px; margin: 0 0 25px 0px;}
.projectDetail_container p span{color: #009999; font-family: 'Museo-700';}
.projectDetail_container p b{color: #333; font-family: 'Museo-700'; font-weight: normal;}

.getIn_container{float: left; width: 100%; text-align: center; padding: 20px 0 100px 0px;}
.getIn_inner_container{margin: 0 auto; width:917px;}
.getIn_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 60px 0px; text-transform: uppercase;}
.getIn_container h1 span{color: #333;}
.getIn_container form{float: left; width: 100%;}
.contact_form_left{float: left; width:49%;}
.contact_form_left input[type='text']{float: left; width:100%; height: 39px; line-height: auto; border: 1px solid #ccc; padding: 0 15px; margin: 0 0 15px 0px; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.contact_form_left input[type='text']:focus{background: #ccc;}
.contact_form_right{float: right; width: 49%;}
.contact_form_right textarea{float: left; width:100%; height:147px; line-height: auto; border: 1px solid #ccc; padding:15px 15px; border: 1px solid #ccc; margin: 0 0 20px 0px; resize: vertical; }
.contact_form_right textarea:focus{background: #ccc;}
.contact_form_right input[type='submit']{float: right; background: #009999; color: #fff; font-size: 20px; padding:5px 20px; letter-spacing: 1px; cursor: pointer; border-radius: 5px; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.contact_form_right input[type='submit']:hover{background: #333;}

.project_container{float: left; width: 100%; text-align: center; padding: 20px 0 30px 0px; margin: 95px 0 0 0px; border-top: 1px solid #d9d9d9;}
.project_inner_container{margin: 0 auto; width:1100px;}
.project_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 50px 0px; text-transform: uppercase;}
.project_container h1 span{color: #333;}
.project_container ul{float:left; width: 100%; margin-top: 25px;}
.project_container ul li{float:left; width: 29.3%; padding: 20px 20px; margin: 0 2% 90px 2%; position: relative;}
/*.project_container ul li:nth-child(2n){margin-right:0px;}*/
.project_container ul li figure{float: left; width: 100%; height: 180px; padding: 1px; background: #fff; margin:0px; text-align: center; position: relative; z-index: 300;}
.project_container ul li figure img{ display: inline-block; width: 100%; height: 100%; vertical-align: middle;}
/*.project_container h2{display: none; position: absolute; left: 0px; bottom: 7px; width: 100%; text-align:center; background:rgb(255,255,255);
    background: transparent\9;
    background:rgba(255,255,255,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
    zoom: 1;}*/
/*.project_container h2 a{padding: 10px 10px; color: #009999; font-size:17px; line-height: 24px; font-family: 'Museo-700'; -webkit-transition: all .5s linear; -moz-transition: all .5s linear; transition: all .5s linear;}
.project_container h2 a:hover{color: #333;}
.project_container p{float:left; width: 100%; text-align: left; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 27px; margin:0px;}*/

.viewProject{display: none; position: absolute; left: 0px; top: 0px; width: 100%; height:180px; background: #000; text-align: center;
background-color: rgba(0, 0, 0, 0.8);}
.viewProject h2{display: inline-block; width: 100%; font-family: 'Museo-700'; font-size: 16px; color: #fff; margin: 0 0 10px 0px; line-height: normal;}
.viewProject a{display: inline-block; font-family: "Open Sans",sans-serif; font-size: 13px; color: #fff; font-weight: 600; padding: 3px 15px; background: #009999; border: 1px solid #fff; line-height: normal;}
.project_title{position: absolute; right: -10px; bottom: 20px; background: #070606; z-index: 400; padding: 5px 10px 5px 20px; font-family: 'Museo-700'; font-size: 16px; color: #fff; text-align: right;}
.project_green_bg{position: absolute; left:0px; top:0px; width: 84%; height: 180px; background:url(../images/project-green-bg.jpg) repeat 0 0px; z-index: 200;}
.project_light_green_bg{display: none; position: absolute; right:10px; bottom:10px; width:93%; height: 200px; background:url(../images/project-light-green-bg.jpg) repeat 0 0px; z-index: 100;}

.ourTeam_container{float: left; width: 100%; text-align: center; padding: 20px 0 30px 0px;}
.ourTeam_inner_container{margin: 0 auto; width:1000px;}
.ourTeam_container h1{display: inline-block; border-bottom: 1px solid #009999; padding:20px 40px; color: #009999; font-size:35px; font-family: 'Museo-700'; margin: 0 0 35px 0px; text-transform: uppercase;}
.ourTeam_container h1 span{color: #333;}
.ourTeam_container p{float:left; width: 100%; text-align: center; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 27px; margin:0 0 40px 0px;}
h2.founder{    display: inline-block;
    border-bottom: 1px solid #009999;
    padding: 20px 40px;
    color: #009999;
    font-size: 35px;
    font-family: 'Museo-700';
    margin: 0 0 35px 0px;
    text-transform: uppercase;}
    h2.founder span{color: #333;}
h2.founder p{float:left; width: 100%; text-align: center; color: #333; font-family: 'Museo-300'; font-size:18px; line-height: 27px; margin:0 0 40px 0px;}
.ourTeam_container ul{float:left; width: 100%; clear: both;}
.ourTeam_container ul li{float:left; width:29.3%; margin: 0 6% 50px 0px;}
.ourTeam_container ul li:nth-child(3n){margin-right:0px;}
.ourTeam_container ul li figure{float:left; width:100%; border: 1px solid #dadada; cursor: pointer; position: relative;}
.ourTeam_container ul li figure img{float:left; width:100%;}

.ourTeam_container h3{float:left; width: 100%; text-align: center; color: #333; font-family: 'Museo-700'; font-size:16px; margin:20px 0 0 0px;}
.our_team{float: left; width: 100%;}
#team_member_detail{float: left; width: 100%; text-align: left;}
#team_member_detail p{float:none; text-align: left; margin: 0 0 10px 0px;}
#team_member_detail h3{float:none; text-align: left; margin: 0 0 20px 0px;}
#team_member_detail img{float: left; margin: 0 30px 30px 0px; border: 1px solid #dadada;}

.ourTeam_hover{display: none; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%;
background:rgb(0,153,153);
background: transparent\9;
background:rgba(0,153,153,0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99009999,endColorstr=#99009999);
zoom: 1;
}
.ourTeam_hover p{float:left; width: 100%; padding: 0 50px; margin: 40% 0 0 0px; text-align: center; font-family: 'Roboto Condensed', sans-serif; color: #fff; font-size:18px; line-height: 25px;}


.project-row{float: left;width: 100%; margin: 0 0 50px 0px;}
.detail_feture_image{float: left; width:40%; border: solid 1px #009999;}
.detail_feture_image img{float: left; width:100%;}
.project_description{float: right;width:58%;padding-left: 2%;text-align: left;}
.project_description h3{float: left; width: 100%; margin:0 0 10px 0; font-family: 'Museo-700'; font-size:25px; color:#009999;}
.project_description p{
font-size: 14px;
line-height: 22px;
font-family: 'Open Sans', sans-serif !important;
}
.project_description p span{
color: #333;
font-family: 'Open Sans', sans-serif !important;
}
.project_gallery{float: left; width:100%; padding:50px 0 10px 0px; background: #f6f6f6;}
.project_gallery_inner{margin: 0 auto; width:1010px;}
.project_gallery ul {float: left; width: 100%;}
.project_gallery ul li{float: left; width:29.3%; padding: 15px; margin: 0 2% 40px 2%; background: url(../images/project-light-green-bg.jpg) repeat 0 0px;}
.thumbGallery{float: left; width: 100%; height: 166px; line-height: 159px; background: #fff; text-align: center; vertical-align: middle; border: 1px solid #fff;}
.thumbGallery img{display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle;}
/*.project_gallery h3{
font-size: 22px;
text-align: center;
color: #333;
margin-bottom: 15px;
}

.project_gallery li{
float: left;
width: 30%;

margin: 15px 0%;
}
.project_gallery li > figure{
width: 100%;
height: 197px;
border: solid 1px #ccc;
}
.project_gallery li > figure img{
width: 100%;height: 100%;vertical-align: middle;
}*/
.project_gallery > .bx-wrapper{}
.project_gallery > .bx-wrapper > .bx-viewport{border: none;}
.project_gallery > .bx-wrapper > .bx-controls{}
.project_gallery > .bx-wrapper > .bx-controls > .bx-default-pager{display: none;}

.project-large-image > .owl-wrapper-outer{}
.project-large-image > .owl-wrapper-outer > .owl-wrapper{}
.project-large-image > .owl-wrapper-outer > .owl-wrapper > .owl-item{}
.project-large-image > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item > figure{height: 400px;border: solid 2px #ccc;position: relative;}
.project-large-image > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item > figure img{position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;margin: auto; width: 100%;}

.project_gallery_in{width:600px; margin:0 auto;}
.project-large-image{}
.project-small-image{}
.project-small-image > .owl-wrapper-outer{}
.project-small-image > .owl-wrapper-outer > .owl-wrapper{}
.project-small-image > .owl-wrapper-outer > .owl-wrapper > .owl-item{}
.project-small-image > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item{padding: 0px 10px;}
.project-small-image > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item > figure{border: solid 2px #D6D6D6;}
.project-small-image > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item img{width: 100%;height: 111px;vertical-align: middle;}
.project-small-image > .owl-wrapper-outer > .owl-wrapper > .synced > .item > figure{border: solid 2px #009999;}

#sync1{margin: 0 0 30px 0px;}
#sync1 .owl-prev{position: absolute; left: 15px; top: 45%; z-index: 99; background: url(../images/project-prev-arrow.png) no-repeat 0px 0px; height: 33px;width: 33px; -webkit-transition: all .4s linear;-moz-transition: all .4s linear;ransition: all .4s linear;}
#sync1 .owl-prev:hover{background-position:0px -33px;}
#sync1 .owl-next{position: absolute; right: 15px; top: 45%; z-index: 99; background: url(../images/project-next-arrow.png) no-repeat 0px 0px; height: 33px;width: 33px; -webkit-transition: all .4s linear;-moz-transition: all .4s linear;ransition: all .4s linear;}
#sync1 .owl-next:hover{background-position:0px -33px;}

#sync2{margin: 0 0 30px 0px;}
#sync2 .owl-prev{position: absolute; left: 20px; top: 37%; z-index: 99; background: url(../images/project-prev-arrow.png) no-repeat 0px 0px; height: 33px;width: 33px; -webkit-transition: all .4s linear;-moz-transition: all .4s linear;ransition: all .4s linear;}
#sync2 .owl-prev:hover{background-position:0px -33px;}
#sync2 .owl-next{position: absolute; right: 20px; top: 37%; z-index: 99; background: url(../images/project-next-arrow.png) no-repeat 0px 0px; height: 33px;width: 33px; -webkit-transition: all .4s linear;-moz-transition: all .4s linear;ransition: all .4s linear;}
#sync2 .owl-next:hover{background-position:0px -33px;}




















.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}










/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {position: relative;}
.hover15 figure::before {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255,255,255,.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
}
.hover15 figure:hover::before {
-webkit-animation: circle 2s;
animation: circle 2s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* grid */
.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}
.modelling {
	max-width: 1280px;
	margin: 0 auto;
}


@media (max-width:767px)
{
    section.getIn_container {margin-bottom: 60px;}
#getin_touch {position: relative;}
#getintouch {position: absolute;left: 0px;bottom: -129px;}
    
}

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

section.getIn_container {margin-bottom: 60px;}
#getin_touch {position: relative;}
#getintouch {position: absolute;right: 0px;bottom: -129px;}

}