html {
	font-size: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'proxima_nova_rgregular';
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #2a2a3a;
	background-color: #ffffff;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: background-color .8s ease-in-out 2.4s;
	transition: background-color .8s ease-in-out 2.4s;
}
a {
	color: initial;
	text-decoration: none;
}
.hero {
	width: 100%;
	position: relative;
	padding: 0;
}
.banner {
	width: 100%;
	position: relative;
}
/* =Header
-------------------------------------------------------------- */

.headroom--pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.headroom {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
header.headerPanel {
	width: 100%;
	position: fixed;
	top: 0;
	padding: 0px 0.9375rem;
	left: 0;
	height: 64px;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: background 0.6s linear;
	-moz-transition: background 0.6s linear;
	-ms-transition: background 0.6s linear;
	-o-transition: background 0.6s linear;
	transition: background 0.6s linear;
	background-color: transparent;
}
header.darker {
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #333;
	border: none;
}
header.headroom.menu-open {
	background-color: #34495e;
	color: #fff !important;
}
.inner-body header.darker {
	border: none;
}
header.darker .brand-logo span, .service-id-page header.darker .brand-logo span {
	color: #03A9F4;
	border-left: 1px solid #03A9F4;
}
header.darker .button-nav > span {
	color: #333333;
}
header.headroom.menu-open .button-nav > span {
	color: #fff !important;
}
header.darker .btn-open:after {
	color: #333333;
}
header.darker .btn-open:hover:after {
	color: #ffcc00;
}
.brand-logo {
	margin: 2px 0px;
	width: 206px;
	height: 60px;
	display: inline-block;
}
header .brand-logo > * {
	display: inline-block;
	vertical-align: middle;
}
header .brand-logo span, .service-id-page header .brand-logo span {
	font-size: 20px;
	font-family: 'proxima_novathin';
	color: #fff;
	border-left: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 6px;
	margin-left: 5px;
	line-height: 19px;
}
.inner-body header .brand-logo span {
	color: #03A9F4;
}
/*header .brand-logo{
	background:url(../images/light-logo.png) no-repeat 0 0;
	
}
/*header.darker .brand-logo{
	background:url(../images/dark-logo.png) no-repeat 0 0;
	
}*/
header.light .drawer-navbar-default a {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
header.darker .drawer-navbar-default a {
	color: #333;
}
.hero-overlayText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.heroText-wrap {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.heroText-wrap .heroText-row {
	display: table-row;
}
.heroText-wrap .heroText {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.heroText-content {
	float: none;
	margin: 0 auto;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.heroText-content h1 {
	color: #fff;
	font-size: 4.75rem;
	line-height: 3.75rem;
	font-family: 'proxima_nova_rgbold';
	margin-bottom: 1.875rem;
}
.heroText-content h2 {
	font-family: 'proxima_novathin';
	color: #fff;
	font-size: 3.125rem;
	line-height: 3.75rem;
	margin-bottom: 1.875rem;
}
.heroText-content .captionText p {
	color: #fff;
	padding: 0 0.875rem;
}
.hero-right-text {
	right: 0;
}
.hero-left-text {
	left: 0;
}
.hero-left-text, .hero-right-text {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	z-index: 4;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.15);
}
.hero-right-text span {
	right: -100px;
}
.hero-left-text span {
	left: -138px;
}
.hero-left-text span, .hero-right-text span {
	position: absolute;
	top: 50%;
	width: 320px;
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
	letter-spacing: 1px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-transform: uppercase;
	font-family: 'proxima_novalight';
}
.hero-right-text span {
	width: 250px;
}
.vtText span:after, .vtText span:before {
	position: inherit;
	content: '';
	width: 1px;
	height: 50px;
	background-color: #fff;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.vtText span:after {
	right: 28px;
	margin: -12px 0px;
}
.vtText span:before {
	left: 28px;
	margin: -12px 0px;
}
.hero-footer-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 5;
	color: #fff;
}
.hero-footer-nav a {
	color: #03A9F4;
	line-height: 2.5rem;
	display: inline-block;
	font-family: 'proxima_nova_rgregular';
	font-size: 1.125rem;
}
/*------------------------------Main-menu---------------------*/

/*.menuAccess .menuAccess-nav{
    display: inline-block;
    float: right;	
}
.menuAccess .menuAccess-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menuAccess .menuAccess-nav > ul > li{
	float:left;
	height:60px;
}
.menuAccess .menuAccess-nav > ul > li > a{
	line-height:60px;
    font-size: 15px;
    color: #f3f3f3;
	display: block;
	padding: 0 14px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	font-family: 'proxima_nova_rgregular';
    font-weight: normal;

}
.menu {	
	background: #4c4e5a;
	background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}
.menu ul li a {
	display: block;
	padding: 0 14px;
	text-decoration: none;
	text-transform:uppercase;	
	font-weight: normal;
	font-size: 11px;
	color: #333;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color: #008CBA; }

.menu ul {
	position: absolute;
    top: 60px;
    left: 50%;
    opacity: 0;
	margin-left: -100px !important;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.menu ul:before{
	    content: '';
    position: inherit;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height:44px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 200px;
	margin: 0;
	line-height:44px;
	border: none;
	border-bottom: 1px solid #E4E4E4;
}

.menu ul li:last-child a { border: none; }*/

ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
li {
	padding: 0;
	margin: 0;
}
/*styling open close button*/
.button-nav {
	display: inline-block;
	font-size: 30px;
	line-height: 3.8rem;
	float: right;
}
.button-nav > span {
	padding-right: 0.5rem;
	font-size: 1rem;
	font-family: 'proxima_nova_rgbold';
	color: #fff;
}
.inner-body .button-nav > span {
	color: #333;
}
.button-nav > * {
	display: inline-block;
	vertical-align: middle;
}
.button-nav a {
	text-decoration: none;
	font-size: 1.5rem;
}
.btn-open:after {
	color: #fff;
	content: "\f0c9";
	font-family: "FontAwesome";
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.inner-body .btn-open:after {
	color: #333;
}
.btn-open:hover:after {
	color: #ffcc00;
}
.btn-close:after {
	color: #fff;
	content: "\f00d";
	font-family: "FontAwesome";
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.btn-close:hover:after {
	color: #ffcc00;
}
/*overlay*/
.menuPanel-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #34495e;
	z-index: 99;
}
.ovWrapper {
	margin-top: 4.375rem;
	padding-top: 4.375rem;
	border-top: 1px solid #3B5875;
}
.wrap {
	color: #e9e9e9;
	overflow: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 5rem;
	padding-bottom: 10.625rem;
}
.menuPanel-overlay .wrap h1 {
	font-family: 'proxima_nova_rgbold';
	color: #fff;
	font-size: 5.25rem;
}
.wrap ul.wrap-nav {
	text-transform: capitalize;
	padding: 2.5rem 0 8.25rem;
	counter-reset: section;
}
.wrap ul.wrap-nav > li {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	counter-increment: section;
}
.wrap ul.wrap-nav li {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	width: 33.09%;
	position: relative;
}
.wrap ul.wrap-nav li {
	-webkit-transform: translate3d(-100px, 0, 0);
	transform: translate3d(-100px, 0, 0);
}
.wrap ul.wrap-nav li {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-out;
}
.menuPanel-overlay.active .wrap ul.wrap-nav li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.wrap ul.wrap-nav li > .menu-header {
	margin: 0;
	position: relative;
}
.wrap ul.wrap-nav li > .menu-header:after, .wrap ul.wrap-nav ul li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid #fff;
	height: 2px;
	width: 100%;
	opacity: 1;
}
.wrap ul.wrap-nav ul li:after {
	border-bottom: 1px solid #fff;
	opacity: 0.1;
}
.wrap ul.wrap-nav li > h4 > a {
	font-size: 1rem;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-align: left;
	color: #f0f0f0;
	text-transform: uppercase;
	position: relative;
	padding-left: 2.375rem;
}
.wrap ul.wrap-nav li > h4 > a:before {
	content: counter(section) ".0";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 18px;
	margin-right: 13px;
}
.wrap ul.wrap-nav li a {
	color: #03A9F4;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color: #f0f0f0;
}
.wrap ul.wrap-nav ul {
	margin: 0;
	counter-reset: subsection;
}
.wrap ul.wrap-nav ul > li {
	counter-increment: subsection;
}
.wrap ul.wrap-nav ul li {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #e9e9e9;
	position: relative;
}
.wrap ul.wrap-nav ul li a {
	color: #f0f0f0;
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	font-size: 0.875rem;
	padding: 6px 0;
	text-align: left;
}
.wrap ul.wrap-nav ul > li > a {
	position: relative;
	padding-left: 2.375rem;
}
.wrap ul.wrap-nav ul > li > a:before {
	content: counter(section) "." counter(subsection);
	position: absolute;
	left: 0;
	display: inline-block;
	width: 18px;
	margin-right: 13px;
	font-size: 12px;
}
.wrap ul.wrap-nav ul li a:hover {
	color: #03A9F4;
}
.menuPanel-overlay .menu-footer {
	padding: 2rem 0;
	color: #fff;
	border-top: 1px solid #3B5875;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 0.75rem;
	background-color: #2A4158;
}
.menuPanel-overlay .menu-footer .getSocial-row > ul.mf-left > li {
	display: inline-block;
	float: left;
	margin-right: 1.5rem;
}
.menuPanel-overlay .menu-footer .getSocial-row > ul > li:last-child {
	margin-right: 0px;
}
.mf-left {
	float: left;
}

/*
.menuPanel-overlay .menu-footer .social-links li > a {
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 1.125rem;
}
.menuPanel-overlay .menu-footer .social-links li {
	margin: 0px 5px;
}
.menuPanel-overlay .menu-footer .ft-title {
	color: #fff;
}*/
@media screen and (max-width: 767px) {
.wrap ul.wrap-nav > li {
	width: 100%;
	padding: 20px 0 0 0;
}
nav ul {
	opacity: 0;
	visibility: hidden;
}
}
/*--------------------------------------*/
#heroSection {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tp-caption {
	position: absolute;
	width: 100%;
}
.captionText {
	position: relative;
	display: inline-block;
}
#heroSection {
	background-image: url(../images/full_2-min.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 768px;
	background-position: 0 0;
}
.heroText-content .heroText-nav {
	margin: 1.875rem 0;
}
.overlay-pattern.soft {
	background-color: rgba(0, 0, 0, 0.2);
}
.overlay-pattern {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.primaryCap {
	width: 90%;
	white-space: normal;
	display: inline-block;
}
.captionText {
	position: relative;
}
.captionText:before, .captionText:after {
	position: absolute;
	color: #fff;
	top: 0;
	font-size: 1.5rem;
	font-weight: normal;
}
.captionText:before {
	content: "[";
	left: 0;
}
.captionText:after {
	content: "]";
	right: 0;
}
.captionPrimary {
	top: 32%;
	text-align: center;
}
.captionPrimary h1 {
	color: #fff;
	font-size: 5.75rem;
	line-height: 3.75rem;
	padding: 0 4.375rem;
	font-family: 'proxima_nova_rgbold';
}
.caption1 {
	top: 42%;
	text-align: center;
}
.caption1 h2 {
	font-family: 'proxima_novalight';
	color: #fff;
	font-size: 3.125rem;
	line-height: 3.75rem;
	padding: 0 4.375rem;
}
.caption2 {
	top: 56%;
}
.caption2 p {
	font-family: 'proxima_nova_rgregular';
	color: #fff;
	text-transform: inherit;
	line-height: 22px;
	font-size: 1rem !important;
	text-align: center;
	padding: 1.5rem 1.25rem !important;
}
.caption3 {
	top: 70%;
}
.slidrNav {
	text-align: center;
}
/*------------------------- ui-btns ----------------*/
.largeNavBT.btn-light {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	font-size: 0.75rem;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 50px;
	padding: 12px 80px;
	border: 1px solid #fff;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
	white-space: nowrap;
	color: #fff;
	position: relative;
}
.largeNavBT.btn-light:hover {
	background-color: #fff;
	color: #333;
}
.btn-light:before {
	left: 0;
	margin-left: 0px;
}
.btn-light:after {
	right: 0;
	margin-right: 0px;
}
/*.btn-light:before, .btn-light:after {
	position: absolute;
	content: '';
	width: 34px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}
.largeNavBT.btn-light:hover:before {
	margin-left: -22px;
}
.largeNavBT.btn-light:hover:after {
	margin-right: -22px;
}*/
.slidrNav .action-button {
	max-width: 25.9375rem;
}
.action-button {
	max-width: 16.25rem;
	width: 100%;
	height: 2.25rem;
	line-height: 2.25rem;
	display: inline-block;
	margin: 1.875rem 0 0 0;
}
.action-button a {
	padding: 0 1rem;
	height: 100%;
	display: block;
	color: rgba(255, 255, 255, .7);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .4s ease .8s;
	transition: all .4s ease .8s;
	opacity: 0;
	letter-spacing: 5px;
	font-size: 1rem;
	font-family: 'proxima_novathin';
}
.action-button:hover a {
	color: #fff;
}
.action-button.active a, .action-button a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.action-button span {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all .5s ease 1.2s;
	transition: all .5s ease 1.2s;
}
.action-button.darkBtn span {
	background: rgba(0, 0, 0, 0.8);
}
.action-button.darkBtn a {
	color: rgba(0, 0, 0, .7);
}
.action-button span::after {
	background: #147dac;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.action-button.darkBtn span::after {
	background: #FBD029;
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.action-button span::after {
	content: '';
}
.action-button.active .bottom, .action-button.active .top, .action-button:hover .bottom::after, .action-button:hover .top::after, .action-button .animatedBtn .bottom, .action-button .animatedBtn .top {
	width: 100%;
}
.action-button.active .left, .action-button.active .right, .action-button:hover .left::after, .action-button:hover .right::after, .action-button .animatedBtn .left, .action-button .animatedBtn .right {
	height: 100%;
}
.action-button .bottom, .action-button .bottom::after, .action-button .top, .action-button .top::after {
	width: 0;
	height: 1px;
}
.action-button .left, .action-button .left::after, .action-button .right, .action-button .right::after {
	width: 1px;
	height: 0;
}
.action-button .top, .action-button .top::after {
	top: 0;
	left: 0;
}
.action-button .right, .action-button .right::after {
	top: 0;
	right: 0;
}
.action-button .bottom, .action-button .bottom::after {
	bottom: 0;
	right: 0;
}
.action-button .left, .action-button .left::after {
	bottom: 0;
	left: 0;
}
/*------------------------- end of ui-btns ----------------*/
.drawer-navbar-default a {
	color: #fff;
}
.pageWrap h1 {
	font-family: 'koch_geometricultra';
}
.pageWrap h2 {
	font-family: 'koch_geometricregular';
}
.pageWrap h3 {
	font-family: 'koch_geometricbold';
}
.pageWrap h4 {
	font-family: 'koch_geometricmedium';
}
.pageWrap h5 {
	font-family: 'koch_geometric_mediumbold';
}
div.mouse-scroll {
	position: absolute;
	bottom: 35px;
	left: 50%;
	z-index: 3;
	margin-left: -24.5px;
	-webkit-animation: fadein 1s ease-in alternate infinite;
	-moz-animation: fadein 1s ease-in alternate infinite;
	animation: fadein 1s ease-in alternate infinite;
}
 @-webkit-keyframes fadein {
 0% {
 opacity: .2
}
 100%, 90% {
 opacity: 1
}
}
 @-moz-keyframes fadein {
 0% {
 opacity: .2
}
 100%, 90% {
 opacity: 1
}
}
 @keyframes fadein {
 0% {
 opacity: .2
}
 100%, 90% {
 opacity: 1
}
}
div.mouse-scroll {
	-webkit-animation: fadein 1s ease-in alternate infinite;
	-moz-animation: fadein 1s ease-in alternate infinite;
	animation: fadein 1s ease-in alternate infinite;
}
div.mouse-scroll span.scroll-down {
	color: #FFF;
	display: block;
	font-size: 42px;
	width: 16px;
	height: 30px;
	border: 2px solid #FFF;
	position: relative;
	margin: 0 auto 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.mouse-scroll span.scroll-down::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	width: 2px;
	height: 4px;
	background: #FFF;
	left: 50%;
	margin-left: -1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.mouse-scroll span.scroll-text {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	float: left;
	color: #FFF;
	margin-top: 10px;
}
.mobile-app-service {
	padding: 3.75rem 0;
}
.mobile-app-service h1 {
	line-height: 1.2em;
	font-size: 1.75rem;
	font-family: 'koch_geometricmedium';
	margin-bottom: 1.25rem;
}
.grayBg {
	background-color: #f2f2f2;
}
.whiteBg {
	background-color: #ffffff;
}
.tp-overlay-pattern {
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	z-index: 1;
}
.mobileApps-screens {
	text-align: right;
	position: relative;
}
.mobileApps-screens > img {
	position: absolute;
	top: 0;
	right: 0;
}
.mobileApps-screens > img:first-child {
	float: right;
	position: relative;
}
.mobileApps-screens > img:nth-child(2) {
	right: 74px;
}
.mobileApps-screens > img:nth-child(3) {
	right: 148px;
}
.mobileApps-screens > img:nth-child(4) {
	right: 222px;
}
.heading-highlight {
	font-size: 3.125rem;
	line-height: 3.75rem;
	font-family: 'proxima_novathin';
	margin-bottom: 0.625rem;
	position: relative;
}
.servicePanel p {
	margin-bottom: 1.875rem;
}
.howWeDo {
	position: relative;
	overflow: hidden;
}
.process-details, .howWeDo-process {
	position: relative;
	z-index: 2;
}
/* UI/UX customs offsets value */
.offset-padd-topBottom {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.offset-padd-bottom {
	padding-bottom: 5rem;
}
.offset-padd-top {
	padding-top: 5rem;
}
.offset-padd-topBottom.services-Weprovide-highlight {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.whoWe-are h2 {
	margin: 0 0 1.875rem 0;
}
.whoWe-are .whoWe-are-highlight p, .innerLeading-text p {
	margin: 0 auto;
	text-align: center;
	font-size: 1.125rem;
}
.innerLeading-text p {
	width: 100%;
}
.howWeDo .howWeDo-process .process-stp {
	background-color: #f2f2f2;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.howWeDo .howWeDo-process .process-stp:nth-child(1), .howWeDo .howWeDo-process .process-stp:nth-child(4) {
	background-color: #EAEAEA;
}
.howWeDo .howWeDo-process .process-stp:hover {
	background-color: #ffcc00;
}
.process-stp .process-stp-content {
	padding: 5rem 0;
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: center;
}
.howWeDo .howWeDo-desc, .howWeDo .howWeDo-process {
	width: 50%;
	float: left;
}
.howWeDo-container {
	background: url(../images/image-bg1.jpg) center fixed no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 0 50px;
	position: relative;
	overflow: hidden;
}
.howWeDo-container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
}
.howWeDo .howWeDo-container .howWeDo-desc .process-details {
	margin: 7.8125rem 0 0 1.875rem
}
.howWeDo .howWeDo-container .howWeDo-desc .process-details {
	text-align: left;
	color: #fff;
}
.howWeDo .howWeDo-container .howWeDo-desc .process-details h2 {
	color: #fff;
	margin: 0 0 1rem 0;
}
.howWeDo-process .row {
	max-width: 100% !important;
}
.process-stp .process-stp-content .process-icon > span {
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 1.25rem;
	text-transform: capitalize;
	position: relative;
	line-height: 26px;
}
.process-stp .process-stp-content .process-text {
	margin: 0.625rem 0 0 0;
}
.howWeDo-process .process-stp {
	position: relative;
}
/*.howWeDo-process .process-stp:before{
    position: absolute;
    font-size: 3.125rem;
    top: -10px;
    width: 2.5rem;
    height: 3.75rem;
    margin-left: -20px;
    left: 50%;
    font-family: 'proxima_novathin';
    font-weight: normal;
    text-align: center;
    line-height: 3.75rem;
}
.howWeDo-process .process-stp:nth-child(1):before{
    content: '1';
}
.howWeDo-process .process-stp:nth-child(2):before{
    content: '2';
}
.howWeDo-process .process-stp:nth-child(3):before{
    content: '3';
}
.howWeDo-process .process-stp:nth-child(4):before{
    content: '4';
}*/
.services-Weprovide, .blueLight-bg {
	background-color: #03A9F4;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.blueDark-bg {
	background-color: #007DB5;
	color: #fff;
}
.lightGreen-bg {
	background-color: #a9e1a9
}
.blueLight-bg .heading-highlight, .blueDark-bg .heading-highlight, .yellowBg .heading-highlight, .darkGrayBg .heading-highlight {
	color: #fff;
}
.services-Weprovide .services-Weprovide-highlight h2, .our-featured-work h2 {
	color: #fff;
}
.services-Weprovide .services-Weprovide-highlight p {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.services-row {
	position: relative;
}
.services-text-row {
	position: relative;
	left: 50%;
	z-index: 4;
}
.services-text-row a {
}
.serviceGraphic {
	position: relative;
	z-index: 1;
}
.stw-title {
	display: block;
	font-size: 32px;
	line-height: 34px;
	color: #fff;
	font-family: 'proxima_novathin';
}
.sectionTestimonials {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}
.sectionTestimonials .heading-highlight {
	color: #fff;
}
.textomonialsWrap {
	padding-bottom: 2.25rem;
}
.textomonialsWrap .tt-box {
	position: relative;
	font-family: 'proxima_nova_rgregular';
	max-width: 44.375rem;
	margin: 0 auto;
}
.textomonialsWrap .tt-box .tt-avatar {
	width: 90px;
	height: 90px;
	background-color: #E0E0E0;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-left: -45px;
	position: absolute;
	left: 50%;
	top: 5px;
	overflow: hidden;
}
.textomonialsWrap .tt-box .tt-avatar img {
	max-width: 100%;
	border-radius: 50%;
}
.testimonials .owl-item:nth-child(even) .textomonialsWrap .tt-box .tt-avatar {
	box-shadow: 0px 0px 0px 3px rgb(3, 169, 244);
}
.testimonials .owl-item:nth-child(odd) .textomonialsWrap .tt-box .tt-avatar {
	box-shadow: 0px 0px 0px 3px rgb(251, 208, 41);
}
.textomonialsWrap .tt-box .tt-text-box {
	padding-top: 5rem;
}
.textomonialsWrap .tt-box .tt-text-box .tt-text {
	padding: 1.75rem 1.125rem;
	font-family: 'proxima_novathin';
}
.textomonialsWrap .tt-box .tt-text-box .tt-text p {
	font-size: 1.125rem;
	font-style: italic;
	margin: 0;
}
.goodWordsPanel {
	background-color: #007095;
	background: url(../images/image-bg1.jpg) center fixed no-repeat;
	background-size: cover;
	background-position: 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	overflow: hidden;
}
.goodWordsPanel:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
}
.author-info {
	display: block;
	text-align: center;
	position: relative;
}
.author-info:before {
	content: '';
	position: absolute;
	left: 0;
	width: 2px;
	background-color: #fff;
}
.author-info > span {
	display: block;
}
.author-info .author-name {
	font-size: 1rem;
	color: #FFD658;
	font-family: 'proxima_nova_rgregular';
}
.author-info .author-field {
 font-size: .75rem;
	font-family: 'proxima_novalight';
	color: #b9b9b9;
}
.getinTouchPanel {
	background-color: #34495e;
	color: #dddddd;
}
.getinTouchPanel .heading-highlight {
	color: #fff;
}
.contact-call {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 2.125rem;
}
.contact-call fieldset {
	padding: 0;
	border: none;
}
.contact-call .input-row input, .contact-call .input-row textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	border: none;
	color: #fff;
}
.contact-call .input-row textarea {
	height: 90px;
	padding: 8px 22px;
}
.contact-call .input-row input {
	height: 40px;
	padding: 8px 22px;
}
.footerPanel {
	background-color: #ffffff;
}
.fright {
	min-height: 178px;
	background: #fff;
	padding-top: 2.5rem;
	padding-bottom: 1.875rem;
}
.f-rt-menu {
	margin: 0px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	position: relative;
}
ul.f-rt-menu > li {
	display: inline-block;
	float: left;
	line-height: 18px;
}
ul.f-rt-menu > li a {
	padding: 0px 6px;
	color: #333;
	font-family: 'proxima_nova_rgregular';
}
.f-rt-menu a {
 font-size: .75rem;
}
.cpy-right {
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 12px;
	color: #666;
}
.get-social a {
	display: block;
	float: left
}
.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-links li {
	display: inline-block;
	vertical-align: middle;
}
.social-links li > a {
	display: block;
	color: #FFFFFF;
	background-color: #03A9F4;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
 font-size: .75rem;
	-webkit-transition: all .25s ease .1s;
	-moz-transition: all .25s ease .1s;
	-o-transition: all .25s ease .1s;
	-ms-transition: all .25s ease .1s;
	transition: all .25s ease .1s;
}
.social-links li > a:hover {
	opacity: 0.8;
}
.ft-title {
	font-family: 'proxima_nova_rgregular';
	font-weight: normal;
	color: #333;
	display: block;
	margin-bottom: 8px;
}
.fright > div {
	display: block;
	float: left;
}
.fright > div.WeAccept {
	margin-left: 20px;
	max-width: 278px;
}
.fright > div.WeAccept img {
	max-width: 96%;
}
.contact-call .mailin-address {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}
.contact-call .mailin-address li {
	margin-bottom: 40px;
	position: relative;
	padding-left: 60px;
}
.contact-call .mailin-address li:before {
	position: absolute;
	width: 50px;
	height: 50px;
	font-family: fontAwesome;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 1rem;
}
.contact-call .mailin-address li.ma-telephone:before {
	content: '\f095';
}
.contact-call .mailin-address li.ma-mails:before {
	content: '\f1d9';
}
.contact-call .mailin-address li.ma-address:before {
	content: '\f129';
}
.contact-call .mailin-address li.ma-supports:before {
	content: '\f1cd';
}
.contact-call .mailin-address p {
	margin-bottom: 0px;
}
.contact-call .mailin-address strong {
	position: relative;
	display: block;
	font-weight: normal;
	font-family: 'proxima_nova_rgbold';
}
.start-projects {
	padding: 3.75rem;
	text-align: center;
	background-color: #ffcc00;
	color: #fff;
}
.blockTb {
	width: 100%;
	height: 100%;
}
.blockTb .blockTb-row {
}
.blockTb .blockTb-row .blockTb-text {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.blockTb .blockTb-row .blockTb-text h3 {
	color: #fff;
	font-family: 'proxima_novathin';
}
.block-services-box {
	padding: 5rem 0;
	color: #fff;
}
.block-services-box .icon-wrap i {
	font-size: 2.5rem;
}
.icon-wrap {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.68);
	line-height: 100px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
}
.servicesMb-row .row {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.servicesMb-row .row .columns:first-child {
	position: relative;
}
.servicesMb-row .row .columns:first-child .blockTb {
	padding-bottom: 0;
}
.servicesMb-row .row .columns:last-child .blockTb {
	padding-top: 1.25rem;
}
.servicesMb-row .block-services-box .blockTb-row {
	text-align: center;
}
/*.servicesMb-row .row .columns:first-child:after {
	position: absolute;
	content: '';
	right: 0;
	border-top: 14px solid transparent;
	border-left: 14px solid #4C4C4C;
	border-bottom: 14px solid transparent;
	border-right: 14px solid transparent;
	top: 50%;
	margin-top: -5px;
	margin-right: -26px;
}*/
.servicesMb-row .row .columns:last-child {
	background-color: #4C4C4C;
	background: url(../images/pattern-stars-color.png) repeat 0 0 scroll;
	position: relative;
}
.leadingSection-panel {
	position: relative;
	padding-top: 2.5rem;
}
.leadingSection-panel:after {
	position: absolute;
	content: '';
	bottom: 0;
	border-width: 20px;
	border-color: transparent;
	border-style: solid;
	border-top-color: #ffffff;
	left: 50%;
	margin-left: -20px;
	margin-bottom: -40px;
	z-index: 5;
}
.leadingSection-panel.blueDark-bg:after {
	border-top-color: #007DB5;
}
.whitebtn {
	background-color: #F3F3F3;
	border-color: #F1F1F1;
	color: #333;
}
.yellowBg {
	background-color: #ffcc00;
	border-color: #F1F1F1;
	color: #fff;
}
.leadingSection-panel.yellowBg:after {
	border-top-color: #ffcc00;
}
.darkGrayBg {
	background-color: #4a4a4a;
	border-color: #F1F1F1;
	color: #fff;
}
.leadingSection-panel.darkGrayBg:after {
	border-top-color: #4a4a4a;
}
.fullImage-panel {
	overflow: hidden;
}
.fullImage-panel img {
	width: 100%;
	max-width: 100%;
	transition: all 0.2s ease;
}
.fullImage-panel:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
}
.fifty-block .titleLabel {
	line-height: 32px;
	margin: 0;
	color: #AEDFF5;
}
.fifty-fifty-column {
	margin-bottom: 1.875rem;
}
.fifty-fifty-column .fifty-block {
	margin-bottom: 1.875rem;
}
.fifty-fifty-column:before, .fifty-fifty-column:after {
	content: " ";
	display: table;
}
.fifty-fifty-column:after {
	clear: both;
}
.smallTitle {
	font-size: 0.875rem;
	color: #FFF498;
}
.aboutUs-text {
	font-size: 1.125rem;
}
.drop-caps {
	font-family: 'proxima_novathin';
	font-weight: normal;
	float: left;
	font-size: 155px;
	line-height: 132px;
	padding-right: 10px;
	height: 120px;
	position: relative;
	text-transform: uppercase;
	margin-left: -0.8125rem;
}
.abt-company-staff .abt-row .abt-cell span {
	display: inline-block;
}
.abt-company-staff .abt-row .abt-cell strong {
	font-size: 3.75rem;
	line-height: 3.75rem;
	font-family: 'proxima_novathin';
	display: block;
	font-weight: normal;
}
.content-desc-text {
	font-size: 1.125rem;
	margin-bottom: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.crew-members div[class*='columns'] {
	padding: 0;
}
.crew-members:before, .crew-members:after, .fiftyFifty-column-list:before, .fiftyFifty-column-list:after {
	content: '';
	display: table;
}
.crew-members:after, .fiftyFifty-column-list:after {
	clear: both;
}
.crew-members figure {
	margin: 0;
}
.crew-members .crew-desc {
	padding: 0.625rem 0;
}
.crew-members .crew-member {
	margin-bottom: 1.875rem;
	background: #03a9f4;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.crew-members .crew-member .crew-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.crew-members .crew-member .crew-desc {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	cursor: auto;
	-webkit-backface-visibility: hidden;
}
.crew-members .crew-member:hover img {
	opacity: 0.2;
}
.crew-members .crew-member img {
	opacity: 1;
	-webkit-transition: opacity 0.55s;
	transition: opacity 0.35s;
}
.crew-members .crew-desc .crew-title {
	font-family: 'proxima_nova_rgbold';
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	color: #fff;
	opacity: 0;
	padding-top: 40%;
	-webkit-transition: -webkit-transform 0.55s;
	transition: transform 0.55s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}
.crew-members .crew-member:hover h2, .crew-members .crew-member:hover .crew-desig {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.crew-members .crew-desc .crew-desig {
	display: block;
	text-align: left;
	font-family: 'proxima_nova_rgregular';
	font-size: 0.75rem;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.crew-members .crew-member .crew-desc:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.crew-members .crew-member .crew-desc:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.crew-members .crew-member .crew-desc:before, .crew-members .crew-member .crew-desc:after {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.55s;
}
.crew-members .crew-member .crew-desc:before, .crew-members .crew-member .crew-desc:after {
	pointer-events: none;
}
.crew-members .crew-member:hover .crew-desc:before, .crew-members .crew-member:hover .crew-desc:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.glitterBg {
	background-image: url(../images/pattern-stars-color.png);
	background-repeat: repeat;
}
.process-container {
	margin-top: 0;
	height: 400px;
	padding-top: 180px;
	margin-bottom: 55px;
	color: #fff;
}
.parallax-img {
	height: 440px;
	margin-top: 60px;
	padding-top: 175px;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
}
.parallax-img .parallax-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 40, 45, 0.4);
}
.process-step {
	width: 80px;
	height: 80px;
	background: #7bc043;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	font-family: 'proxima_novathin';
	font-weight: normal;
	text-align: center;
	color: #fff;
	border: 5px solid rgba(255, 255, 255, 0.1);
}
.process-container .heading-highlight {
	color: #fff;
	font-family: 'proxima_nova_rgregular';
}
.callStep {
	color: #ffcc00;
}
.process-container .heading-highlight {
	position: relative;
	bottom: auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 30px;
	padding-bottom: 20px;
	min-width: 100%;
	margin-top: 20px;
}
.process-container .heading-highlight:after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -100%;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
}
.content-insider .process-stp {
	border-right: 1px solid #E6E6E6;
}
.content-insider .process-stp:last-child {
	border: none;
}
.processIcon-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	background: #C7C7C7;
	padding: 20px;
	border-width: 4px;
	border-color: rgba(255, 255, 255, 0.68);
	border-style: solid;
	margin-bottom: 1rem;
}
.process-stp.p-step-one .processIcon-img {
	background-color: #ffcc00;
}
.process-stp.p-step-two .processIcon-img {
	background-color: #f37736;
}
.process-stp.p-step-three .processIcon-img {
	background-color: #03A9F4;
}
.process-stp.p-step-four .processIcon-img {
	background-color: #007DB5;
}
.leadingSection-panel.darkGrayBg .innerLeading-text p {
	color: #a6a6a6;
}
.pattern-1 {
	background-image: url(../images/slanted-rays-pattern.png);
	background-repeat: no-repeat;
}
.fiftyFifty-column-list .fty-half-column {
	padding: 0;
	width: 50%;
}
.fiftyFifty-column-list .fty-half-column .fty-box h1 {
	font-size: 2rem;
	margin-bottom: 1.25rem;
	line-height: 2.125rem;
}
.fiftyFifty-column-list .fty-half-column .fty-box {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.fiftyFifty-column-list:nth-child(odd) > .fty-half-column:first-child {
	float: left;
}
.fiftyFifty-column-list:nth-child(odd) > .fty-half-column:last-child {
	float: right;
}
.fiftyFifty-column-list:nth-child(odd) > .fty-half-column:first-child .fty-box {
	padding: 0 3.25rem 0 6.25rem;
}
.fiftyFifty-column-list:nth-child(even) > .fty-half-column:first-child {
	float: right;
}
.fiftyFifty-column-list:nth-child(even) > .fty-half-column:last-child {
	float: left;
}
.fiftyFifty-column-list:nth-child(even) > .fty-half-column:first-child .fty-box {
	padding: 0 6.25rem 0 3.25rem;
}
.fiftyFifty-column-list:nth-child(1) {
	background-color: #dfdfdf;
}
.fiftyFifty-column-list:nth-child(1) {
	background-color: #dfdfdf;
}
.fiftyFifty-column-list:nth-child(1) > .fty-half-column:last-child {
	background-color: #EFEFEF;
}
.fiftyFifty-column-list:nth-child(2) {
	background-color: #deead1;
}
.fiftyFifty-column-list:nth-child(2) > .fty-half-column:last-child {
	background-color: #7ec044;
}
.fiftyFifty-column-list:nth-child(3) {
	background-color: #E5F1F7;
}
.fiftyFifty-column-list:nth-child(3) > .fty-half-column:last-child {
	background-color: #5bacd7;
}
.fiftyFifty-column-list:nth-child(4) {
	background-color: #DEE2DA;
}
.fty-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.fty-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.fty-text-wrap .fty-text {
	display: table-cell;
	vertical-align: middle;
}
.who-we-hh {
	margin-bottom: 1.25rem;
}
 @-webkit-keyframes servicesIcons {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 5%, 0);
 transform: translate3d(0, 5%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes servicesIcons {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 5%, 0);
 transform: translate3d(0, 5%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.servicesIcons {
	-webkit-animation-name: servicesIcons;
	animation-name: servicesIcons;
}
 @-webkit-keyframes animBestUP {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 20%, 0);
 transform: translate3d(0, 20%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes animBestUP {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 20%, 0);
 transform: translate3d(0, 20%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.animBestUP {
	-webkit-animation-name: animBestUP;
	animation-name: animBestUP;
}
 @-webkit-keyframes animBestDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -20%, 0);
 transform: translate3d(0, -20%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes animBestDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -20%, 0);
 transform: translate3d(0, -20%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.animBestDown {
	-webkit-animation-name: animBestDown;
	animation-name: animBestDown;
}
.portfolios-Wrapper {
	position: relative;
	padding-bottom: 8.75rem;
	padding-top: 3.75rem;
	background-color: #03A9F4;
}
.portfolios:before, .portfolios:after {
	content: '';
	display: table;
}
.portfolios:after {
	clear: both;
}
.portfolios {
	margin-top: 3.75rem;
	position: relative;
}
.portfolio-row {
	float: left;
	width: 33.333%;
	height: auto;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 20, 0.09);
}
.portfolio-row:nth-child(1) {
	padding-top: 0;
}
.portfolio-row:nth-child(2) {
	padding-top: 7.5rem;
}
.portfolio-row:nth-child(3) {
	padding-top: 0;
}
.helperlines {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.helperlines .helpers-line {
	float: left;
	width: 33.333%;
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateZ(0) scale(1.0, 1.0);
	-webkit-filter: blur(0);
}
.bigBlockTextWrap {
	position: relative;
	z-index: 2;
}
.bigBlockText {
	font-family: 'proxima_novathin';
	font-weight: normal;
	font-size: 10vw;
	position: relative;
	color: #fff;
}
.innerOverLayBox {
	margin-bottom: 1.875rem;
	background: #03a9f4;
	overflow: hidden;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.innerOverLayBox img {
	opacity: 1;
	-webkit-transition: opacity 0.55s;
	transition: opacity 0.35s;
}
.innerOverLayBox:hover img {
	opacity: 0.2;
}
.innerOverLayBox .outerOverlayBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.innerOverLayBox .outerOverlayBox {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	cursor: auto;
	-webkit-backface-visibility: hidden;
}
.innerOverLayBox:hover .outerOverlayBox:before, .innerOverLayBox:hover .outerOverlayBox:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.innerOverLayBox .outerOverlayBox:before, .innerOverLayBox .outerOverlayBox:after {
	pointer-events: none;
}
.innerOverLayBox .outerOverlayBox:before, .innerOverLayBox .outerOverlayBox:after {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.55s;
}
.innerOverLayBox .outerOverlayBox:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.innerOverLayBox .outerOverlayBox:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.innerOverLayBox .outerOverlayBox:hover h2, .innerOverLayBox .outerOverlayBox:hover .crew-desig {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.innerOverLayBox .outerOverlayBox .crew-title {
	font-family: 'proxima_nova_rgbold';
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	color: #fff;
	opacity: 0;
	padding-top: 40%;
	-webkit-transition: -webkit-transform 0.55s;
	transition: transform 0.55s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}
.innerOverLayBox .outerOverlayBox .crew-desig {
	display: block;
	text-align: left;
	font-family: 'proxima_nova_rgregular';
	font-size: 0.75rem;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.innerOverLayBox .outerOverlayBox:hover h2, .innerOverLayBox .outerOverlayBox:hover .crew-desig {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menuPanel-overlay .menu-footer .getSocial-row {
	padding: 0;
}
.getSocial-row {
	padding-top: 3.75rem;
	color: #fff;
}
.getSocial-row h3 {
	color: #fff;
	font-family: 'proxima_novathin';
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.getSocial-row .social-links li > a {
	width: auto;
	height: auto;
	background-color: transparent;
	font-family: 'proxima_novathin';
	font-size: 0.875rem;
	margin: 0px 8px;
	font-weight: normal;
}
.getSocial-row .social-links li > a > i {
	margin-right: 5px;
	font-size: 0.875rem;
}
.getSocial-row .social-links li > a > * {
	display: inline-block;
	vertical-align: middle;
}
.overlay-opened {
	overflow: hidden;
}
/*=============== css for touch devices ==============================*/

/*===================TEMP CSS BY SUDIP LIMBU=============================*/
/*------css for active sub portfolio menu------------*/
.p-active {
	color: #03A9F4 !important;
	background: #fff !important;
	padding: 2px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*-------------portfolio pop up modal---------*/
.devicesPanel-wrap {
	position: relative;
}
.devicesPanel {
	width: 660px;
	margin: 0 auto;
	position: inherit;
}
.devicesPanel > div {
	-webkit-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	-moz-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	-o-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
}
.devicesPanel .device-laptop {
	bottom: -10px;
	position: relative;
}
.devicesPanel .device-laptop:hover {
	bottom: 0px
}
.devicesPanel .device-mobile {
	left: 0;
	width: 140px;
	position: absolute;
	z-index: 1;
	bottom: -10px;
}
.devicesPanel .device-mobile:hover, .devicesPanel .device-ipad:hover {
	bottom: 0;
}
.devicesPanel .device-ipad {
	right: -33px;
	width: 230px;
	position: absolute;
	z-index: 2;
	bottom: -10px;
}
.our-featured-work {
	background-color: #1d1d1d;
	min-height: 1100px;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.our-featured-work .row {
	max-width: 92%;
	position: relative;
	z-index: 2;
}
.feature-work-desc {
	max-width: 26rem;
}
.feature-work-desc .action-button {
	margin-top: 2.5rem;
}
.our-featured-work .innerLeading-text {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.featureWork-text {
	margin-bottom: 2.5rem;
}
.our-featured-work .square1, .our-featured-work .square2 {
	opacity: 0.05;
}
.squareGeometric {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 380px;
	padding: 0 20%;
}
.square1 {
	animation: square1 15s linear infinite;
	-moz-animation: square1 15s linear infinite;
	-webkit-animation: square1 15s linear infinite;
	-o-animation: square1 15s linear infinite;
	-ms-animation: square1 15s linear infinite;
}
.square2 {
	animation: square2 15s linear infinite;
	-moz-animation: square2 15s linear infinite;
	-webkit-animation: square2 15s linear infinite;
	-o-animation: square2 15s linear infinite;
	-ms-animation: square2 15s linear infinite;
}
 @keyframes square1 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(100%)
}
 100% {
 transform: translateY(0%)
}
}
 @-webkit-keyframes square1 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(100%)
}
 100% {
 transform: translateY(0%)
}
}
 @-moz-keyframes square1 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(100%)
}
 100% {
 transform: translateY(0%)
}
}
 @-ms-keyframes square1 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(100%)
}
 100% {
 transform: translateY(0%)
}
}
 @keyframes square2 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(-50%)
}
 100% {
 transform: translateY(0%)
}
}
 @-webkit-keyframes square2 {
 from {
 transform: translateY(0%)
}
to {
	transform: translateY(-50%)
}
}
 @-moz-keyframes square2 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(-50%)
}
 100% {
 transform: translateY(0%)
}
}
 @-ms-keyframes square2 {
 0% {
 transform: translateY(0%)
}
 50% {
 transform: translateY(-50%)
}
 100% {
 transform: translateY(0%)
}
}
.feature-illustration-tablet {
	max-width: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/featured-work-graphic.png);
	z-index: 1;
	-webkit-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	-moz-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	-o-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	background-size: 100%;
	background-repeat: no-repeat;
}
.feature-illustration .feature-illustration-tablet img, .feature-illustration .feature-illustration-mobile img {
	position: absolute;
}
.feature-illustration-mobile {
	max-width: none;
	position: absolute;
	bottom: -64px;
	background-image: url(../images/featured-work-graphic-phone.png);
	z-index: 2;
	-webkit-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	-moz-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	-o-transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	transition: 0.2s all cubic-bezier(0.98, 0.26, 0.03, 0.52);
	background-size: 100%;
	background-repeat: no-repeat;
}
.feature-illustration-tablet:hover {
	bottom: 20px;
}
.feature-illustration-mobile:hover {
	bottom: -44px;
}
.feature-work-desc .catagoryWork {
	display: block;
	color: #fffc26;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
}
.otherFeature-works ul:before, .otherFeature-works ul:after {
	display: table;
	content: '';
	clear: both;
}
.otherFeature-works ul > li {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 33.333%;
}
.otherFeature-works ul > li article {
	background-color: rgba(255, 255, 255, 0.1);
}
.otherFeature-works ul > li header {
	text-align: center;
	padding: 1.25rem 0;
}
.otherFeature-works ul > li header h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 3px;
	font-family: 'proxima_novalight';
	margin-top: 0;
	margin-bottom: 5px;
}
.otherFeature-works ul > li header .project-catagory {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fffc26;
	font-size: 0.75rem;
}
.otherFeature-works ul > li .site-image:hover {
	background: #343434;
	position: relative;
}
.otherFeature-works ul > li .site-image:after {
	content: '';
	display: block;
	clear: both;
}
.otherFeature-works ul > li .site-image img {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.otherFeature-works ul > li .site-image:hover img {
	opacity: .7;
}
.otherFeature-works ul > li .site-image {
	position: relative;
}
.otherFeature-works ul > li .site-image .linkTo-site {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #fffc26;
	display: block;
	position: absolute;
	left: 50%;
	opacity: 0;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font: 0/0 normal;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
.otherFeature-works ul > li .site-image .linkTo-site:before {
	position: inherit;
	content: "\f0c1";
	font-family: fontawesome;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	width: 100%;
	color: #333;
	opacity: 0.7;
}
.otherFeature-works ul > li .site-image .linkTo-site:hover {
	opacity: 1;
}
.otherFeature-works ul > li article:hover .linkTo-site {
	opacity: 0.7;
}
/*------ main portfolio page ------*/
.portfoliosPanel-row .grid {
	padding: 0;
}
.filterBtnGroup .button {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	font-size: 1rem;
	font-family: 'proxima_novalight';
	cursor: pointer;
	margin: 0;
	border-radius: 2px;
}
.filterBtnGroup .button:hover {
	background-color: rgba(255, 255, 255, 0.18);
}
.filterBtnGroup .button:active, .filterBtnGroup .button.is-checked {
	background-color: #fff;
}
.filterBtnGroup .button.is-checked {
	color: #2a2a3a;
}
.filterBtnGroup .button:active {
	color: #2a2a3a;
}
.filterBtnGroup {
	text-align: center;
	margin-bottom: 1rem;
}
.filterBtnGroup:after {
	content: '';
	display: block;
	clear: both;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.element-item {
	position: relative;
}
.element-item > * {
	margin: 0;
	padding: 0;
}
/*----------------------------*/
.heading-highlight.bigBlockText {
	color: #222;
	font-size: 7vw;
	line-height: 105%;
}
/*----------------------------------Slick slider css -----------------*/
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 120px;
	height: 60px;
	padding: 0;
	opacity: 0.8;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 5;
	border-radius: 30px;
	border: 3px solid #fff;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: fontawesome;
	font-size: 20px;
	line-height: 1;
	opacity: .8;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.5s cubic-bezier(0.87, 0.44, 0.11, 1.01);
}
.slick-prev:hover:before {
	margin-left: -20px;
}
.slick-next:hover:before {
	margin-right: -20px;
}
.slick-prev {
	left: 5px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "\f177";
}
[dir='rtl'] .slick-prev:before {
	content: "\f178";
}
.slick-next {
	right: 5px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "\f178";
}
[dir='rtl'] .slick-next:before {
	content: "\f177";
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	margin: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: fontawesome;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\f111";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slider-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.slider-caption .slider-caption-text {
	display: inline-block;
	background-color: #fff;
	padding: 1rem;
	padding: 1.25rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 3.75rem;
	font-family: 'proxima_novathin';
	font-weight: normal;
}
.skype-btn, .viber-btn, .wsp-btn {
	position: relative;
	color: #fff;
	transition: 0.2s all ease-in-out;
	padding-left: 22px;
	font-size: 12px;
}
.skype-btn:before, .viber-btn:before, .wsp-btn:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 0px;
}
.wsp-btn:before {
	top: 1px;
}
.skype-btn:before {
	content: "\f17e";
}
.viber-btn:before {
	content: "";
	background: url(../images/icon-viber.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 14px;
	top: 1px;
}
.wsp-btn:before {
	content: "\f232";
}
.skype-btn:hover, .viber-btn:hover, .wsp-btn:hover {
	color: #dddddd;
}
.skype-btn:hover:before, .viber-btn:hover:before, .wsp-btn:hover:before {
	color: #fff;
}
/*.page_portfolio .button-nav > span,*/
/*.page_portfolio .btn-open:after,*/
/*.page_contact .button-nav > span,*/
/*.page_contact .btn-open:after,*/
/*.page_about_company .button-nav > span,*/
/*.page_about_company .btn-open:after,*/
/*.page_portfolio_detail .button-nav > span,*/
/*.page_portfolio_detail .btn-open:after {*/
	/*color: #03A9F4;*/
/*}*/
.page_our_approach .btn-open:hover:after {
	color: #03A9F4;
}
.alert-dismissable button {
	margin: 5px;
	padding: 0 6px;
}

/*.page_portfolio header .brand-logo span,*/
/*.page_contact header .brand-logo span,*/
/*.page_about_company header .brand-logo span,*/
/*.page_portfolio_detail header .brand-logo span {*/
	/*color: #03A9F4;*/
	/*border-color: #03A9F4;*/
/*}*/
button.close {
	background-color: #03a9f4;
	border: 0;
	margin-right: 10px;
	padding: 4px 8px;
	border-radius: 2px;
	margin-top: 0;
}

/*contact form error*/
.form_error {
	float: left;
	margin-top: -15px;
	margin-bottom: 15px;
	padding-left: 23px;
}

/*Google Captcha styling*/
#rc-imageselect, .g-recaptcha {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-bottom: -25px;
}

/*Color style for Header with white background*/
.page_portfolio_detail .button-nav > span,
.page_portfolio_detail .btn-open:after,
.header-light .button-nav > span,
.header-light .btn-open:after {
	color: #03A9F4;
}

.page_portfolio_detail .brand-logo span,
.header-light .brand-logo span {
	color: #03A9F4;
	border-color: #03A9F4;
}

.page_home header.headerPanel {
	border-bottom: none;
}