/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);*/
@import url(http://fonts.googleapis.com/css?family=Amaranth:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900);

@font-face {
    font-family: 'Moon Light';
    src: url('../fonts/moon/MoonLight.otf');
}
@font-face {
    font-family: 'Moon Bold';
    src: url('../fonts/moon/MoonBold.otf');
}
@font-face {
  font-family: 'antennacond';
  src: url('../fonts/antennacond-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
	font-family: 'Source Sans Pro';
	font-weight: 600;
}
a, a:hover, a:focus, a:visited, a:active{
	outline: none !important;
}
.full-height{
	min-height: 100%;
	height: 100%;
}
.full-width, .width-full{
	width: 100%;
	height: auto;
}
.img-max{
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5{
	font-family: 'Moon Bold';
}
body.home-bg{
	background: url(../images/home-bg.jpg);
	background-size: cover;
}
.logo-design-bg{
	background: url(../images/logo-design-bg.jpg);
}

.main-logo{
	position: relative;
	margin: 20px auto;
	top: 0px;
	left: 0px;
	max-width: 120px;
	transition: 1s all ease-in-out;
	z-index: 999;
}
.main-logo img{
	width: 100%;
	height: auto;
}
.trim-both{
	margin: 0px;
}
.portfolio-header{
	position: absolute;
	width: 100%;
	text-align: center;
}
.portfolio-header .main-logo{
	max-width: 120px;
}

.home-box-container{
	background: #fff;
	max-width: 1000px;
	margin: 0px auto;
	padding: 40px 25px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.inner-box-container{
	background: rgba(255,255,255,1);
	max-width: 1000px;
	margin: 0px auto;
	padding: 40px 25px;
	border-radius: 30px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.services-box{
	/*border: 1px solid #dadada;*/
	display: inline-block;
	width: 180px;
	text-align: center;
	/*margin-left: -4px;*/
	margin: 20px 0px;
}
.services-box a{
	text-decoration: none;
}
.services-box:first-child{
	margin-left: 0px;
}
.services-box .services-box-icon{
	display: inline-block;
	border-radius: 50%;
	padding: 10px;
	margin-top: 10px;
	width: 90px;
	height: 90px;
}
.services-box .services-box-icon img{
	width: 100%;
}
.services-box .services-box-title{
	font-weight: bold;
	display: block;
}
.services-box .services-box-title h3{
	font-size: 16px;
	margin: 0px;
	padding: 10px 0px;
	color: #000;
	display: inline-block;
}




.services-box-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.services-box-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.services-box-icon {
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;	
}
.services-box-icon:after {
	top: -4px;
	left: -4px;
	padding: 4px;
	z-index: -1;
	opacity: 0;
}
.services-box-icon:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	-moz-transition: opacity 0.2s, -moz-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.services-box:hover .services-box-icon:after {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.services-box-icon:before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

.services-box:hover .services-box-icon:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.inner-footer-top{
	background: #222;
	position: relative;
	padding: 20px 0px;
	color: #fff;
	overflow: hidden;
}
.inner-footer-top a, .inner-footer-top a:hover{
	color: #fff;

}
.inner-footer-top h2{
	margin-top: 0px;
}
.inner-footer-top:hover .icon-anim-container{
	box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.12);
	padding: 0px;
}
.icon-anim-container{
	background: rgba(0,0,0,0.12);
	display: inline-block;
	width: 120px;
	height: 120px;
	padding: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.12);
	transition:1s all;
}

.icon-anim-container img{
	width: 100%;
	height: auto;
}

.main-footer{
	position: relative;
	width: 100%;
}
.main-footer .footer-container{
	box-shadow: none;
}
.main-footer.pull-up{
	position:fixed;
	transition: 0.5s all;
	/*bottom: -200px; */
	bottom:0px;
	z-index: 99;
}
.main-footer.pull-up.opened{
}
.main-footer.pull-up .footer-container{
	display: none;
}
.footer-container{
	background: #000;
	background: #2F2F2F;
	background: url(../images/footer-bg.png);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	/*height: 200px;*/
	padding: 30px 0px;
	padding-bottom: 0px;
	color: #fff;
	position: relative;
}
.main-footer .footer-toggle{
	display: none;
}
.main-footer.pull-up .footer-toggle{
	background: #000;
	/*background: #2F2F2F;*/
	background: url(../images/footer-bg.png);
	display: inline-block;
	height: 70px;
	width: 100px;
	text-align: center;
	padding-top: 5px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -25px;
	color: #fff;
	border-radius: 50% 50% 0px 0px;
	cursor: pointer	
}
.main-footer.pull-up .footer-toggle i{
	font-size: 18px;
	transition:0.3s all;
}
.main-footer.pull-up.opened .footer-toggle i{
		-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer-container h3{
	color: #f0f0f0;
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 15px;
}
.footer-link-list{
	list-style: none;
	padding: 0px;
}
.footer-link-list li{
	padding: 4px 2px;
/*	border-top:1px solid #dadada;
	border-bottom:1px solid #000;*/
	/*font-size: 13px;*/
	/*background: url(../images/border-dark.png) 0px 0px repeat-x;*/
}
.footer-link-list li a{
	color: #888;
	text-decoration: none;
	transition: 0.3s all;
}
.footer-link-list li a:hover{
	color: #ddd;
}
.footer-button-list{
	list-style: none;
	padding: 0px;
}
.footer-button-list li{
	display: inline-block;
	margin-bottom: 5px;
}
.footer-button-list li a{
	padding: 6px 15px;
	display: block;
	border-radius: 20px;
	color: #999;
	background: #222;
	text-decoration: none;
	border-bottom: 1px solid #444;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2) inset;
	transition: 0.5s all;
}
.footer-button-list li a:hover{
	color: #ddd;
	background: #000;
}

.footer-contact-section h4 i{
	vertical-align: middle;
}
.footer-contact-section h4{
	background: url(../images/border-dark.png) 0px 100% repeat-x;
	margin: 0px;
	padding-bottom: 10px; 
	padding-left: 5px;	
	margin-bottom: 10px;
}
.newsletter-form-container{
	background: url(../images/border-dark.png) 0px 100% repeat-x;
	padding-bottom: 10px; 
}
.newsletter-form-container .form-group{
	border-radius: 10px;
	padding: 8px;
	background: rgba(0,0,0,0.35);
	margin: 0px;
}
.newsletter-form-container .form-group:after{
	display: block;
	content: " ";
	clear: both;
}
.newsletter-form-container .form-group .form-control{
	width: 75%;
	float: left;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.newsletter-form-container .form-group button{
	width: 25%;
	float: left;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}


.form-control{
	box-shadow: none !important;
}
.form-control:focus{
	border-color: #dadada;
}
.btn{
	font-weight: bold;
}
.btn{
	border-radius: 0px;
}
.btn-lg{
	font-size: 16px;
	padding: 10px 30px;
}
.btn-folio{
	padding: 15px 40px;
	margin: 15px 0px;
}
.btn-blue{
	border-color: #2977ac;
	background: #3498DB;
	color: #fff;
	border: 0px;
}
.btn-blue:hover{
	background: #2977ac;
	color: #fff;
}
.btn-black{
	border-color: #000;
	background: #111111;
	color: #fff;
	border: 0px;
}
.btn-black:hover{
	background: #222;
	color: #fff;
}
.btn-rounded{
	border-radius: 20px;
}
.social-container {
	background: url(../images/border-dark.png) 0px 100% repeat-x;
	padding: 10px 0px;
}
.social-container a{
	padding: 5px;
	background: rgba(0,0,0,0.2);
	display: inline-block;
	border-radius: 50%;
	border-bottom: 1px solid #444;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2) inset;
}
.social-container a img{
	max-width: 40px;
	opacity: 0.8;
}
.social-container a:hover img{
	transition: 0.5s all;
	opacity: 1;
}

.main-footer p{
	color: #999;
}
.main-footer{
	text-shadow:1px 1px 0px #222
}
.footer-bottom{
	background: rgba(0,0,0,0.2);
	background: #222;
	padding: 10px 0px;
	color: #ddd;
}

.inner-scroll-header{
	min-height: 300px;
	position: relative;
	/*z-index: 10;*/
}
.inner-scroll-header{
	color: #fff;
}
.inner-scroll-header h1{
	text-shadow: 3px 3px 0px rgba(0,0,0,0.15);
	font-size: 60px;
	margin-bottom: 15px;
}
.inner-scroll-header p{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.inner-header{
	/*height: 100%;*/
	min-height: 500px;
}
.inner-header{
	color: #fff;
}
.inner-header h1{
	text-shadow: 3px 3px 0px rgba(0,0,0,0.15);
	font-size: 60px;
	margin-bottom: 15px;
	text-transform:uppercase;
}
.inner-header p{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.buttons-container{
	margin: 20px 0px;
	display: block;
}
.buttons-container a{
	display: inline-block;
	margin-right: 10px;
}
.btn-rounded{
	border-radius: 25px;
	padding: 10px 30px;
}
.btn-white{
	background: #fff;
	color: #000;
	font-family: 'Moon Bold';
	box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
}

.services-folio-small-container{
	position: absolute;
	width:100%;
	background: #fff;
	/*background: url(../images/footer-bg.png);*/
	bottom: 0px;
	/*min-height: 300px;*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding-top: 20px; 
	padding-bottom: 40px; 
}

.title-with-link{
	margin-top: 0px;
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 5px;
}
.title-with-link a{
	font-size: 20px;
	margin-right: 15px;
	color: #000;
	text-decoration: none;
}
.title-with-link a i{
	font-size: 24px;
	vertical-align: middle;
}

.main-menu-container{
	/*position: fixed;*/
	top: 0px;
	left: 0px;
	/*width: 100%;*/
	z-index: 999;
}
.main-menu-container .main-menu-toggle{
	/*width: 100px;*/
	position: fixed;
	top: 15px;
	right: 15px;
	font-family: 'Moon Bold';
	/*background: #fff;*/
	cursor: pointer;
	/*z-index: 100;*/
	z-index: 999;
	color: #f0f0f0;
	transition:0.5s all;
}
.main-menu-container .main-menu-toggle .menu-toggle-text{
	background: #f0f0f0;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.15);
	position: relative;
	transition:0.5s all;
}
.main-menu-container .main-menu-toggle .menu-toggle-text:after{
	width: 0; 
	height: 0;
	content: " ";
	display: inline-block;
	position: absolute;
	right: -6px;
	top: 5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #f0f0f0;
	transition:0.5s all;
}
.main-menu-container .main-menu-toggle .menu-toggle-button{
	transition:0.5s all;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	color: #f0f0f0;
	text-shadow: 3px 3px 0px rgba(0,0,0,.25);
}
.main-menu-container .main-menu-full-screen{
	display: none;
}
.main-menu-full-screen{
	background: rgba(255,255,255,0.5);
	color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 998;
	padding: 60px;
}
.main-menu-container .main-menu-toggle.dark{
	color: #fff;
}

.main-menu-container .main-menu-toggle.dark .menu-toggle-text{
	background: #000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.15);
	position: relative;
}
.main-menu-container .main-menu-toggle.dark .menu-toggle-text:after{
	width: 0; 
	height: 0;
	content: " ";
	display: inline-block;
	position: absolute;
	right: -6px;
	top: 5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #000;
}
.main-menu-container .main-menu-toggle.dark .menu-toggle-button{
	color: #000;
}





.main-menu-container .main-contact-toggle{
	z-index: 999;
	/*width: 100px;*/
	position: fixed;
	top: 15px;
	right: 125px;
	font-family: 'Moon Bold';
	/*background: #fff;*/
	cursor: pointer;
	/*z-index: 999;*/
	color: #f0f0f0;
	transition:0.5s all;
}
.main-menu-container .main-contact-toggle .menu-toggle-text{
	background: #f0f0f0;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: 3px 3px 0px rgba(0,0,0,.15);
	position: relative;
	transition:0.5s all;
}
.main-menu-container .main-contact-toggle .menu-toggle-text:after{
	width: 0; 
	height: 0;
	content: " ";
	display: inline-block;
	position: absolute;
	right: -6px;
	top: 5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #f0f0f0;
	transition:0.5s all;
}
.main-menu-container .main-contact-toggle .menu-toggle-button{
	transition:0.5s all;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	color: #f0f0f0;
	text-shadow: 3px 3px 0px rgba(0,0,0,.25);
}


.main-menu-container.fixed{
		position: fixed;
		z-index: 999;
		background: #fff;
		width: 100%;
		height: 47px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.4)
	}
	.main-menu-container.fixed:after{
		display: block;
		content: ' ';
		clear: both;
	}
	.main-menu-container.fixed .main-menu-toggle{
		position: relative;
		float: left;
		top: 10px; 
		left: 0px;
	}
	.main-menu-container.fixed .main-menu-toggle .menu-toggle-text{
		background: none;
		color: #000;
		box-shadow: none;
		margin-right: 0px;
		position: relative;
		transition:0.5s all;
	}
	.main-menu-container.fixed .main-menu-toggle .menu-toggle-text:after{
		background: none;
		color: #000;
		box-shadow: none;
		display: none;
	}
	.main-menu-container.fixed .main-menu-toggle .menu-toggle-button{
		background: none;
		color: #000;
		text-shadow: none;
	}

	.main-menu-container.fixed .main-contact-toggle{
		position: relative;
		float: right;
		margin: 0px;
		right: 0px;
		top: 10px; 
	}
	.main-menu-container.fixed .main-contact-toggle:after{
		display: block;
		content: ' ';
		clear: both;
	}
	.main-menu-container.fixed .main-contact-toggle .menu-toggle-text{
		margin-right: 0px;
		margin-left: 0px;
		background: none;
		box-shadow: none;
		float: right;
	}
	.main-menu-container.fixed .main-contact-toggle .menu-toggle-text:after{
		display: none;
	}
	.main-menu-container.fixed .main-contact-toggle .menu-toggle-button{
		float: left;
		text-shadow:none;
		color: #000;
		margin-left: 10px;
		margin-top: 2px;
	}







.portfolio-item { 
  display: inline-block;
  margin: 0 30px 15px 0;
  width: 250px;
  position: relative;
}     
/*.portfolio-item:nth-child(5n+1) { 
    clear: both;
}*/
.project-link {
  display: block;
}
.project-title {
  padding: 10px 0 0;
  margin-bottom: 0;
  
  line-height: 20px;
  font-size: .78em;
  font-family: 'Istok Web', Futura, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: center;
}
.thumb-container { 
  position: relative;
  display: block;
  width: 250px;
  height: 167px;
  perspective: 500px;   
} 
.segment {
  float: left;
  width: 125px; 
  height: 167px;  
  background-repeat: no-repeat;
  background-size: 200% 100%;
}
.first-segment {
  background-position: left top; 
}
.second-segment { 
  background-position: right top;
  transform-origin: left center;
}
.second-segment,
.second-segment:after { 
  transition: .5s transform .02s cubic-bezier(0.785, 0.135, 0.150, 0.860), .5s opacity .02s cubic-bezier(0.785, 0.135, 0.150, 0.860), .5s box-shadow .02s cubic-bezier(0.785, 0.135, 0.150, 0.860); 
} 
.second-segment:after { 
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(63, 63, 63, 0.30) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0; 
}
.no-touch .thumb-container:hover .second-segment { 
  transform: rotateY(-55deg); 
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.05);
} 
.no-touch .thumb-container:hover .second-segment:after { 
    opacity: 1; 
} 
.thumb-arrow { 
  position: absolute;
  top: 70px; 
  left: 230px; 
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #555;
  /*background: url('images/main.png') no-repeat;*/
  opacity: 0;
  transform: translateX(-25px);
  transition: .5s ease transform, .5s ease opacity;
}   
.no-touch .thumb-container:hover .thumb-arrow {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .2s, .2s;
}

.blur-overlay{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.25);
	position: fixed;
	z-index: 2;
	display: none;
}




.perspective {
	width: 100%;
	height: 100%;
}
.services-folio-small-container{
	position: absolute;

}

.main-container {
	/*background: #fff;*/
	position: relative;
	/*outline: 1px solid rgba(0,0,0,0);*/
	/*min-height: 100%;*/
	height: 100%;
	z-index: 10;
	/*-webkit-transform: translateZ(0) translateX(0) rotateY(0deg);*/
	/*transform: translateZ(0) translateX(0) rotateY(0deg);*/
}

.main-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	opacity: 0;
	background: rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.4s, height 0s 0.4s;
	transition: opacity 0.4s, height 0s 0.4s;
}

.wrapper {
	position: relative;
	height: 100%;
}


/* Modal view */
.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
	/*background: #ddd;*/
}

.modalview .main-container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.modalview .wrapper {
	-webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}

.animate .main-container::after {
	opacity: 1;
	height: 101%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 9999;
}

/* Outer Nav */
.outer-nav {
	position: absolute;
	height: 100%;
	display: none;
	width: 100%;
}
.modalview .outer-nav {
	position: absolute;
	overflow-y: auto;
	display: block;
}
.main-nav-outer-container{
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 400px;
	float: right;
	margin-right: 20%;
	background: rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
}

.outer-nav.vertical {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*
.outer-nav.horizontal {
	left: 50%;
	width: 75%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}*/

.outer-nav-link {
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition:all 0.3s;
}
.outer-nav-link:hover {
	background: rgba(0,0,0,0.1);
}
.outer-nav-link i{
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	border:1px solid #fff;
	border-radius: 50%;
	padding: 5px;
}
.outer-nav-link i img{
	width: 100%;
}
.outer-nav-link span{
	font-size: 20px;
	margin-left: 10px;
}

.outer-nav.left {
	padding-left: 20%;
}


.outer-nav.top {
	top: 25%;
}

.outer-nav.bottom {
	bottom: 25%;
}

.outer-nav a {
	display: inline-block;
	white-space: nowrap;
	/*margin: 0 0 30px 0;*/
	margin: 10px 0px;
	color: #fff;
	font-family: 'Moon Bold';
/*	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;*/
}

.outer-nav a:hover {
	color: #fff;
	text-decoration: none;
}

.outer-nav.vertical a {
	display: block;
}

.outer-nav.horizontal a {
	margin: 15px 20px;
}
/*
.outer-nav a::before {
	display: inline-block;
	font-family: 'typicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
*/
.effect-moveleft {
	/*background: #f4f3f1;*/
}

.effect-moveleft .main-container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.effect-moveleft .main-container::after {
	background: rgba(255,255,255,0.6);
}

.effect-moveleft.animate .main-container {
	-webkit-transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
	transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
}

.no-csstransforms3d .effect-moveleft.animate .main-container {
	left: -75%;
}

.modal-backdrop {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: #fff;
}
.modal-backdrop.in {
    opacity: 0.85;
}
.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  outline: 0px none;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}
.modal-header{
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}
.modal-header .close{
	position: absolute;
	right: 15px;
	opacity: 1;
	top: 15px;
}
.modal-header .close img{
	max-width: 20px;
}
.modal-header h4{
	font-size: 32px;
	font-family: 'Amaranth';
	font-weight: 300;
}
.modal-body{
	padding: 15px 50px;
}
.modal-dialog {
    max-width: 650px;
    margin: 30px auto;
}


.ring-us-container{
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 25px;
	margin-top: 15px;
}
.ring-us-container h3{
	margin: 0px; 
	font-family: "Moon Light";
	font-size: 38px;
	color: #999;
}
.ring-us-container p{
	font-size: 14px;
	color: #999;
	text-align: right;
}
.ring-us-container p i{
	font-size: 12px;
	margin-right: 5px;
}
.contact-form-container .form-control{
	border-radius: 0px;
	border-color: #ddd;
}
.contact-form-container label{
	font-weight: normal;
}
.submit-container{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}


.inner-main-section{
	background: #fff;
	padding: 30px 0px;
	/*min-height: 800px;*/
}


/* ----------------------------- Portfolio Section Start -----------------------------------  */

.circle img,
.circle{
  width: 150px;
  height: 150px;
  border-radius: 320px;
  display: block;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.circle.default{
	margin-left: -8px;
}
.circle.small{
	margin-left: -10px;
}
.circle.xsmall{
	margin-left: -10px;
}
.title{
  width: 100%;
  color: #000;
  float: left;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.circle{
  background: #fff;
}
.circle.small{
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  transform: scale(.7);
}
.circle.xsmall{
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}

.title{
	margin: 1em 0;
  width: 100%;
  /*float: left;*/
  text-align: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

@-webkit-keyframes mpulse {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(0.9); }
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes mpulse {
	0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(0.9); }
	100% { -moz-transform: scale(1); }
}
@keyframes mpulse {
	0% { transform: scale(1); }
	50% { transform: scale(0.9); }
	100% {transform: scale(1); }
}
@-moz-keyframes shake {
	0% { -moz-transform: translate(0px, 0px) ; }
	50% { -moz-transform: translate(0px, -15px) ; }
	100% { -moz-transform: translate(0px, 0px); }
}
@-webkit-keyframes shake {
	0% { -webkit-transform: translate(0px, 0px) ; }
	50% { -webkit-transform: translate(0px, -15px) ; }
	100% { -webkit-transform: translate(0px, 0px); }
}
@keyframes shake {
	0% { transform: translate(0px, 0px) ; }
	50% { transform: translate(0px, -15px) ; }
	100% { transform: translate(0px, 0px); }
}
a.open:hover .circle{
	-webkit-animation-name: shake;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: shake;
	-moz-animation-duration: 0.8s;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}
.circle.mpulse{
	-webkit-animation-name: mpulse;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: mpulse;
	-moz-animation-duration: 0.8s;
	-moz-transform-origin:50% 50%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	animation-name: mpulse;
	animation-duration: 0.8s;
	transform-origin:50% 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

a.open .circle img{
    opacity: 0;
}
.current a.open .circle img,
a.open:hover  .circle img{
    opacity: 1;
}
#pool{
  margin: 30px;
  /*min-height: 650px;*/
}
.portfolio-box{
  text-align: center;
}
.responcy{ 
	width: 12.5%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
}
#pool .portfolio-box:nth-child(even) h3{
  padding-bottom: 0;
  padding-top: 150%;
}
/* Large desktop */
@media (min-width: 1200px) {
	#pool.makerow .portfolio-box{

    text-align: left;
	}
}
/* default responsive */
@media (max-width: 767px) {
	.responcy{ width: 25%;}
	.circle,
	.circle img{
    width: 80px;
    height: 80px;
	}
}
/* -- Breakpoint 4 (.b) BIG DESKTOP
------------------------------------------------------------- */
@media (min-width: 1400px)  {
.responcy{ width: 10%;}
}
/* -- Breakpoint 3 (.d) DESKTOP
------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1199px)  {
.responcy{ width: 16.666666666667%;}
}
/* -- Breakpoint 2 (.t) TABLET
------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
	.responcy{ width: 25%;}
	.circle,
	.circle img{
	  width: 100px;
	  height: 100px;
	}
	.title{
	  font-size: 14px;
	}
}
/* -- Breakpoint (.m) MOBILE
------------------------------------------------------------- */
@media (max-width: 480px) {
	.responcy{ width: 50%;}
	#pool .circle,
	#pool .circle img{
    width: 110px;
    height: 110px;
	}

}

.portfolio-icons-nav{
	position: relative;
	display: block;
	background: #fff;
}
.portfolio-icons-nav:after{
	display: block;
	clear: both;
	content: ' ';
}
.portfolio-icons-nav .services-box{
	width: 10%;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	float: left;
	padding-top: 	10px;
	background: #fff;
	opacity: 	0.3;
}
.portfolio-icons-nav .services-box:hover{
	opacity: 	0.5;
}
.portfolio-icons-nav .services-box.active{
	opacity: 	1;
}
.portfolio-icons-nav .services-box-icon:after{
	display: none;
}
.portfolio-icons-nav .services-box-icon{
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 0px 0px;
	margin-top: 10px;
	display: block;
	text-align: center;
	margin: auto;
}
.portfolio-icons-nav .services-box-title {
	margin: 0px;
	height: 30px;
}
.portfolio-icons-nav .services-box-title h3{
	font-size: 12px;
	padding: 0px;
	line-height: 15px;
	padding-bottom: 10px;
}

.portfolio-mobile-nav-container{
	position: fixed;
	top: 45px;
	background: #f0f0f0;
	width: 100%;
	z-index: 888;
	padding-top: 5px;
	display: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.portfolio-mobile-nav-container .portfolio-mobile-nav{
	list-style: none;
	padding: 0px;
	display: none;
	margin: 0px;
}
.portfolio-mobile-nav-container .portfolio-mobile-nav li a{
	padding: 7px 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
.portfolio-mobile-nav-container .portfolio-mobile-nav li a:hover{
	background: rgba(0,0,0,0.05);
}
.portfolio-mobile-nav-toggle{
	text-align: center;
	cursor: pointer;
	padding-right: 15px;
}
.portfolio-mobile-nav-toggle.opened i{
		-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.portfolio-mobile-nav-toggle span{
	font-weight: bold;
	padding: 10px 10px;
	display: inline-block;
	text-transform: uppercase;
}
.portfolio-mobile-nav-toggle i{
	display: inline-block;
	padding: 5px;
	color: #444;
	border-radius: 50%;
	transition:0.5s all;
	background: #999;
}


.portfolio-section{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	background-color: #fff;
	color: #111;
	/*padding-bottom: 50px;*/
	position: relative;
}
.portfolio-section .container-fluid{
	max-width: 1350px;
}
.image-bottom-minus{
	/*margin-bottom: -50px;*/
	position: absolute;
	bottom: 0px;
}
.portfolio-main-image{
	margin-top: -350px;
	margin-bottom: 30px;
}
.port-content{
	padding-top: 80px;
	padding-bottom: 70px;
	/*padding-left: 40px;*/
	/*padding-right: 40px;*/
}.portfolio-section.top-border.text-center >.container > .row  > .col-md-12 > .port-content{	padding-bottom: 0px;}
.port-image{
	padding-top: 90px;
	/*padding-bottom: 70px;*/
}

.portfolio-section h1{
	/*font-family: "Amaranth";*/
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 25px;
}
.portfolio-section h2{
	font-family: 'antennacond';
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: 900;
	text-transform: uppercase;
}
.portfolio-section{
}
.portfolio-section.top-section{
	padding-top: 180px;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 200px;
	display: block;
	min-height: 600px;
	background-attachment: fixed;
}

.portfolio-section.top-section h1{
	margin: 0px;
}
.portfolio-section.top-section h4{
	margin: 0px;
}
.porfolio-content-container{
	padding-bottom: 15px;
	padding-top: 15px;
}
.portfolio-section.inner-section{
	padding-top: 25px;
	padding-bottom: 25px;
}

.projects-navigation-container{
	/*position: fixed;*/
	width: 100%;
	left: 0px;
}

.projects-navigation-container .project-nav-btn{
	position: fixed;
	top: 40%;
	background: rgba(0,0,0,0.8);
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	transition:0.5s all;
	z-index: 997;
}
.projects-navigation-container .project-nav-btn.btn-prev{
	left: -50px;
	/*border-radius: 0px 10px 10px 0px;*/
}
.projects-navigation-container .project-nav-btn.btn-prev:hover{
	left: 0px;
}
.projects-navigation-container .project-nav-btn.btn-prev i{
	margin-left: 10px;
	transition:0.3s all;
}
.projects-navigation-container .project-nav-btn.btn-prev:hover i{
	margin-left: 10px;
	transform:rotate(360deg);
}
.projects-navigation-container .project-nav-btn.btn-next i{
	margin-right: 10px;
	transition:0.3s all;
}
.projects-navigation-container .project-nav-btn.btn-next:hover i{
	transform:rotate(360deg);
}
.projects-navigation-container .project-nav-btn.btn-next{
	right: -50px;
	/*border-radius: 10px 0px 0px 10px;*/
}
.projects-navigation-container .project-nav-btn.btn-next:hover{
	right: 0px;
}
.projects-navigation-container .project-nav-btn i{
	padding: 5px;
	/*background: rgba(255,255,255,0.3);*/
	border-radius: 50%;
}

/*
.portfolio-section{
	min-height: 540px;
}

.port-content-left{
	position: relative;
}
.port-content-left .port-image{
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-right: 70px;
}
.port-content-right .port-image{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.portfolio-section.full-width{
	height: auto;
	min-height: 30px;
	padding: 0px;
}*/


/*
.projects-navigation-container .project-nav-btn{
	position: fixed;
	top: 40%;
	background: rgba(0,0,0,0.8);
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	transition:0.5s all;
	z-index: 997;
}
.projects-navigation-container .project-nav-btn.btn-prev{
	left: -50px;
	border-radius: 0px 10px 10px 0px;
}
.projects-navigation-container .project-nav-btn.btn-prev:hover{
	left: 0px;
}
.projects-navigation-container .project-nav-btn.btn-prev i{
	margin-left: 10px;
	transition:0.3s all;
}
.projects-navigation-container .project-nav-btn.btn-prev:hover i{
	margin-left: 10px;
	transform:rotate(360deg);
}
.projects-navigation-container .project-nav-btn.btn-next i{
	margin-right: 10px;
	transition:0.3s all;
}
.projects-navigation-container .project-nav-btn.btn-next:hover i{
	transform:rotate(360deg);
}
.projects-navigation-container .project-nav-btn.btn-next{
	right: -50px;
	border-radius: 10px 0px 0px 10px;
}
.projects-navigation-container .project-nav-btn.btn-next:hover{
	right: 0px;
}
.projects-navigation-container .project-nav-btn i{
	padding: 5px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}*/
/* ----------------------------- Portfolio Section End -----------------------------------  */


.bg-abt{
	background: url(../images/folio-bg.jpg) center center;
}


/*  New Perfolio Page Start */

.ripplelink {
  display: block;
  /*float: left;*/
  /*width: 49.6%;*/
  /*margin: 0.2%;*/
  /*height: 10em;*/
  /*line-height: 10em;*/
  /*text-align: center;*/
  /*color: #fff;*/
  /*text-decoration: none;*/
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*z-index: 0;*/
}

/*.ripplelink:hover {
	z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}*/

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  /*z-index: 999;*/
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

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

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.project-thumb-box{
	margin-bottom: 25px;
	border:5px solid #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,.2);
	background: #000;
}
.project-thumb-box img{
	transition:0.3s all;
}
.project-thumb-box:hover img{
	opacity: 0.9;
}

/*  New Perfolio Page End */



.work-pagination a{
	text-decoration: none !important;
}
.work-pagination{
background: rgba(0,0,0,0.25);
color: #fff;
}
.work-pagination .work-prev{
	width: 50%;
	float: left;
	padding: 30px;
	padding-left: 80px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box; 
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition:0.3s all;
}
.work-pagination img{
	vertical-align: middle;
}
.work-pagination .work-next{
	width: 50%;
	float: right;
	padding: 30px;
	padding-right: 80px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;  
	box-sizing: border-box; 
	text-align: right;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition:0.3s all;
}
.work-pagination .work-prev:hover, .work-pagination .work-next:hover{
	background: rgba(0,0,0,0.15);
}
.work-pagination:after{
	display: block;
	clear: both;
	content: " ";
}
.inner-main-section .container{
	width: auto;
	max-width: 1370px;
}

.error{
	font-size: 13px;
	color: #ff0000;
}

#contactForm .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 34px;
    padding: 0 0 0 8px
}

.get-started-container{
	padding-top: 70px;
}
.get-started-from-container{
	color: #fff;
}

.get-started-container h1{
	margin-bottom: 0px;
}
.get-started-container h3{
	margin: 0px;
}


.no-margin{
	margin: 0px;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	-webkit-appearance: none;
	resize:none;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 10px 0px;
	width: 40%;
	height: 60px;
	color: #ffffff;
	/*font-weight: bold;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	font-weight: normal;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 1em;
	padding: 1.2em 0;
	width: 100%;
	background: transparent;
	color: #ffffff;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ffffff;
}


.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

.get-started-from{
	max-width: 450px;
	margin: auto;
}





/* General button style (reset) */
.button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#mobile-number{
	padding-left: 50px;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 7 */
.btn-7 {
	background: #fff;
	color: #222;
	border-radius: 35px;
	box-shadow: 0 5px #ddd;
	padding: 17px 60px 17px 90px;
}


/* Button 7b */
.btn-7b {
	overflow: hidden;
}

.btn-7b img {
	position: absolute;
	left: 30px;
	width: 10%;
	line-height: 0.8;
	color: #0a833d;
	opacity: 0.7;
	margin-top: -2px;
}

.btn-7b.btn-activated img {
	-webkit-animation: scaleUp 0.5s;
	-moz-animation: scaleUp 0.5s;
	animation: scaleUp 0.5s;
}

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

@-moz-keyframes scaleUp {
	80% {
		opacity: 0;
		-moz-transform: scale(2);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2);
	}
}

@keyframes scaleUp {
	80% {
		opacity: 0;
		transform: scale(2);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}


.button-group{
	margin-top: 20px;
	display: block;
}

.get-started-container{
	padding-bottom: 50px;
}