
/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: #FFF;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type="button"],input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	margin: 15px 0 25px 15px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}



a:focus, a:hover {
	text-decoration: none;
	outline: none
}

/*-- //Reset-Code --*/



/*-- Index-Page-Styling --*/

.top-bar {
	padding: 0 30px;
	background-color: #850001;
	color: #FFF;
}

.top-bar a {
	color: #FFF;
}

.top-bar a:hover {
	color: #E91E63;
}

.social {
	width: 70%;
	float: left;
	text-align: right;
	padding:0px 0 2px 0;
}

ul.social-icons li {
	display: inline-block;
	
}

ul.social-icons li a {
	display: inline-block;
	text-decoration:none;
	text-align:center;
	padding:2px 3px 2px 3px;
}
ul.social-icons li a.facebook {
	background-position: 0px 0px;
}

ul.social-icons li a.facebook:hover {
	background-position: 0px -30px;
}

ul.social-icons li a.twitter {
	background-position: -50px 0px;
}

ul.social-icons li a.twitter:hover {
	background-position: -50px -50px;
}



ul.social-icons li a.youtube {
	background-position: -27px 0px;
}

ul.social-icons li a.youtube:hover {
	background-position: -27px  -30px;
}

.phone, .email {
	width: 15%;
	float: left;
	padding: 5px 0 3px 0;
font-size: 12px;
}

span.glyphicon.glyphicon-envelope {
	margin-right: 5px;
}

span.glyphicon.glyphicon-earphone {
	margin-right: 5px;
}

.navbar-default {
	background-color: #032f3e;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}

a.navbar-brand {
	font-family: 'Hammersmith One', sans-serif;
	font-size: 40px;
	line-height: 28px;
}

.navbar-default .navbar-brand {
	color: #EEE;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #FFF;
}

.navbar ul {
	float: right;
	padding-top: 15px;
}

.navbar ul li {
	float: left;
	text-align: center;
	display: inline-block;
}

nav a {
	display: inline-block;
	outline: none;
	color: #EEE;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
	text-transform:uppercase;
}

nav a:hover, nav a:focus {
	outline: none;
	color: #FFF;
}

.hover-effect a {
	overflow: hidden;
	height: 25px;
}

.hover-effect a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	width: 100px;
}

.hover-effect a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hover-effect a:hover span, .hover-effect a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.counter {
	padding: 40px 50px 40px 50px;
background-color: #f3f3f3;
}


.about {
	padding: 30px 50px 30px 50px;
background-color: #f3f3f3;
}

.about-grid {
	padding: 0px 40px 24px 40px;
border: solid 1px #d7d7d7;
border-radius: 2px;
background-color: white;
}
.about-grid2 {
	padding: 0px 40px 26px 40px;
border: solid 1px #d7d7d7;
border-radius: 2px;
background-color: white;
}



.about h1 {
	font-size: 60px;
color: #ffc155;
margin-bottom: 30px;
text-align: left;
font-family: "Myriad Pro";

}

.about p {
	line-height: 26px;
	color:#999;
	font-size: 16px;
}

.btn1 {
  margin-top:15px;
  background: #850000;
  padding:5px 10px 5px 10px;
  float:right;
  color:#FFF
  
}
.btn2 {
  margin: 41px 0 38px 0;
  background: #FFF;
  padding:5px 10px 5px 10px;
  float:right;
  color:#000
  
}



.bor_about{
	border: 1px solid ;
}

.details {
	background-color: #c28826;
}

.details .container {
	background-color: #850001;
	padding:0 4vw;
}

.details h2 {
	font-size: 40px;
	color: #EEE;
	margin: 75px 0 50px;
}

.details p {
	color: #FFF;
padding: 0 0px 0 40px;
line-height: 25px;
text-align: justify;
}


.details_2 p {
	color: #FFF;
padding: 0 40px 0 0px;
line-height: 25px;
text-align: justify;
}


.details-grids {
	padding: 75px 0;
}

.details-grid {
	text-align: center;
	padding: 20px 10px;
}

.dgrid-1 {
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.dgrid-2 {
	border-bottom: 1px solid #777;
}

.dgrid-3 {
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
}

.dgrid-4 {
	border-right: 1px solid #777;
}

.dgrid-6 {
	border-left: 1px solid #777;
}

.details-image {
	padding: 20px 0 50px;
}

.details-image img {
	width: 100px;
}

.details-info {
	padding: 30px 20px;
}

.details-info h3 {
	color: #EEE;
	font-weight: 100;
	margin-bottom: 25px;
}

.details-info p {
	color: #A0A0A0;
	line-height: 30px;
	padding: 0 20px;
	font-weight: 400;
}



.clients {
	padding: 75px 0;
}

.clients h3 {
	font-size: 40px;
	margin-bottom: 50px;
}

.flex-active-slide h4 {
	font-size: 30px;
	font-weight: 300;
}

.flex-active-slide p {
	line-height: 30px;
	margin: 30px 0;
	text-align: center;
}

.client {
	float: right;
	text-align: right;
}

.client h5 {
	font-size: 20px;
}

p.client-work {
	margin: 10px 0 0 0;
}



/*-- Stats --*/
.stats {
	background:url(../images/established-bg.png)
	left top no-repeat;
	

}

.stats_career {
	width:100%;

}



.stats h3 {
	font-size: 40px;
	margin-bottom: 100px;
	color: #EEE;
}

.stats-info {
	text-align: center;
}

.stats-img img {
	width: 100px;
}

.stats-img {
	margin-bottom: 30px;
}

.numscroller {
	font-size: 35px;
	font-weight: 700;
	color: #F44336;
	margin-bottom: 10px;
}

.stats-info p {
	font-size: 20px;
	font-weight: 600;
	color: #EEE;
}
/*-- //Stats --*/



.who {
	padding: 30px 54px;
	background:url(../images/bg.jpg) left top repeat;
}

.who-grid2 {
	width:100%;
	float:left;
	position:relative;
	
}


.who-grid2 ul{
	list-style:none;
	padding:0;
}

.who-grid2 ul li {
	float:left;
	margin:0 auto;
	padding: 15px 54px 15px 54px;
	text-align:center;
	width: 20%;
	height:200px;
}

.who-grid2  li a {
	display:inline-block;
	text-decoration:none;
	text-align:center;
	
}


.who-grid {
	padding: 0 ;
}



.who-grid2  li a span {
	font-size: 25px;
	color: #FFF;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align:center;
	display:block;
}


.who h3 {
	font-size: 40px;
	color: #FFF;
	margin-bottom: 25px;
	text-align:left;
	padding-top:0px;
}

.who p {
	line-height: 30px;
	padding: 0 50px;
}



/*-- Features --*/
.features {
	padding:0px 0 0 0;
	background-color: #f3f3f3;
}

.features_box {
	width:100%;
	float:left;
	position:relative;
	padding-bottom: 60px;
}

.features_box ul {
	list-style:none;
margin: -30px 0 0 0;

	
}

.features_box ul li {
margin: 0 auto;
	
}

.features_box li a {
	display: inline-block;
text-decoration: none;
width: 25%;
height: 260px;
float: left;

	
}




.features h3 {
	font-size: 40px;
	margin-bottom: 50px;
}

.features p {
	margin-bottom: 50px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

.features-info {
	margin: 20px 0 80px 0;
	width:100%;
	float:left;
	padding:0 0 0 0;
	
}

.feature-grid {
	padding: 20px 0 20px 0;
	height: 300px;
}

.feature {
	float: left;
	padding: 30px;
}


.feature2 {
	border-bottom: #871316 solid 5px;
background-color: #FFF;
width: 100%;
}






.features-icon img {
	padding: 80px 0 0px 0;
}

.features-item h4 {
	font-size: 22px;
	color: #F44336;
	letter-spacing: 0;
	padding: 0 0 35px 0;
}

.features-item p {
	font-size: 14px;
	padding: 20px 0 0;
	margin-bottom: 0;
	font-weight: 400;
}
/*-- //Features --*/



.team h3, .contact h3 {
	font-size: 40px;
	padding: 0 0 0 10px;
	color: #EEE;
	text-align: left;
}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption h1 {
color: #fff;
font-size: 25px;
font-family: a;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
float: left;
margin: 50px 0 0 -50px;
line-height: 30px;
text-shadow: 3px 3px 3px #0f0f0f;
text-transform: none;
	
}





.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #ffc155;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}



.team {
	background-color: #c28826;
}

.team .container {
    background-color: #850001;
    padding: 10px 4vw;}
	
	

.team .grid figure {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 15px;
}

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira .team-social {
	padding: 2.5em 0;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira .team-social a:hover, figure.effect-kira .team-social a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 6em;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #333;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figcaption h4 {
	color: #000;
	font-size: 30px;
}

figure.effect-kira:hover .team-social {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}



/*-- Map --*/
.map iframe {
	width: 100%;
	height: 500px;
	border: 5px solid #FAFAFA;
}
/*-- //Map --*/



/*-- Contact --*/
.contact {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 30px 0 0 0;
}

.contact_form input[type='text'] {
	width: 100%;
border-radius: 0;
line-height: 22px;
font-size: 14px;
padding: 10px 10px 10px 10px;
outline: none;
color: #FFF;
border: 1px solid #d5d5d5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 5px;
background: rgba(255, 255, 255, 0.6);
}

.contact_form textarea {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	outline: none;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	color: #FFF;
	height: 100px;
	background: rgba(255, 255, 255, 0.6);
}

form.contact_form {
	text-align: left;
}

input.text:active, input.text:focus {
	background-color: rgba(0, 0, 0, 0.84);
}

textarea:active, textarea:focus {
	background-color: rgba(255, 255, 255, 0.8);
}

.more_btn {
	margin-top: 50px;
padding: 8px 20px;
border: 1px solid #110707;
font-size: 16px;
color: #FFF;
background-color: rgb(133, 0, 1);
text-decoration: none;
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}

.more_btn:hover {
	color: #FFF;
	background-color: #c5902d;
	cursor: pointer;
}
/*-- //Contact --*/



/*-- Footer --*/
.footer {
	background-color: #850001;
}

.footer-info {
	margin-top: 50px;
}

.footer h4 {
	color: #006db7;
	padding: 20px 0;
	font-weight: 600;
	text-align: left;
}

.footer-info li {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}

.links a {
	color: #EEE;
}

.links a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.mail {
	color: #EEE;
}

a.mail:hover {
	color: #006db7;
}

/*-- Newsletter --*/
.footer-info p {
	color: #EEE;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
	text-align: left;
}

.newsletter {
	position: relative;
}

.newsletter .email {
	padding: 5px 60px 5px 15px;
	font-style: italic;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #ddd;
	width: 100%;
	text-align: left;
}

.newsletter .email {
	color: #bcc0c4;
	background-color: #565f66;
	border: none;
}

.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #006db7;
	top: 0;
	right: 0;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
/*-- //Newsletter --*/

/*-- Footer-Social-Icons --*/
.connect {
	padding-bottom: 30px;
	text-align: center;
}

.connect h4 {
	text-align: center;
}

.connect-social ul li {
	display: inline-block;
}

.connect-social ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("../images/img-sprite-2.png") no-repeat 0px 0px;
	background-size: 300px;
}

.connect-social ul li a.facebook {
	background-position: 0px 0px;
}

.connect-social ul li a.facebook:hover {
	background-position: 0px -30px;
}

.connect-social ul li a.twitter {
	background-position: -30px 0px;
}

.connect-social ul li a.twitter:hover {
	background-position: -30px -30px;
}

.connect-social ul li a.googleplus {
	background-position: -60px 0px;
}

.connect-social ul li a.googleplus:hover {
	background-position: -60px -30px;
}

.connect-social ul li a.linkedin {
	background-position: -90px 0px;
}

.connect-social ul li a.linkedin:hover {
	background-position: -90px -30px;
}

.connect-social ul li a.blogger {
	background-position: -120px 0px;
}

.connect-social ul li a.blogger:hover {
	background-position: -120px -30px;
}

.connect-social ul li a.tumblr {
	background-position: -150px 0px;
}

.connect-social ul li a.tumblr:hover {
	background-position: -150px -30px;
}

.connect-social ul li a.rss {
	background-position: -180px 0px;
}

.connect-social ul li a.rss:hover {
	background-position: -180px -30px;
}

.connect-social ul li a.youtube {
	background-position: -210px 0px;
}

.connect-social ul li a.youtube:hover {
	background-position: -210px -30px;
}

.connect-social ul li a.vimeo {
	background-position: -240px 0px;
}

.connect-social ul li a.vimeo:hover {
	background-position: -240px -30px;
}

.connect-social ul li a.deviantart {
	background-position: -270px 0px;
}

.connect-social ul li a.deviantart:hover {
	background-position: -270px -30px;
}
/*-- Footer-Social-Icons --*/

/*-- Copyright --*/
.copyright {
	text-align: center;
padding: 30px 0px 30px 0px !important;
width: 100%;
}

.copyright p {
	color: #FFF;
}

.copyright a {
	color: #FFF;
	text-decoration: none;
}

.copyright a:hover {
	color: #006db7;
	text-decoration: underline;
}
/*-- //Copyright --*/
/*-- //Footer --*/



/*-- Go-To-Top-Button --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/

/*-- Index-Page-Styling --*/





/*-- Responsive Code --*/

@media screen and (max-width:1366px) {
	.social {
		width: 100%;
	}
	.phone{
		width: 74%;
	}
	
	 .email {
		width: 26%;
	}
	
	
}

@media screen and (max-width:1024px) {
	.top-bar {
		padding: 0 30px 0 10px;
	}
	.social {
		width: 50%;
	}
	.phone, .email {
		width: 25%;
	}
	a.navbar-brand {
		padding: 15px 10px;
		font-size: 35px;
	}
	nav a {
		font-size: 15px;
	}
	.hover-effect a span {
		width: 80px;
	}
	.about h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.about p {
		line-height: 26px;
		padding: 0 30px;
	}
	.details h2 {
		font-size: 35px;
		margin: 50px 0 30px;
	}
	.details p {
		line-height: 30px;
	}
	.details-image {
		padding: 10px 0 20px;
	}
	.details-image img {
		width: 80px;
	}
	.details-info p {
		padding: 0;
	}
	.details-grids {
		padding-bottom: 50px;
	}
	.clients h3 {
		font-size: 35px;
	}
	.who h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 26px;
		padding: 0 19px;
	}
	.stats {
		padding: 75px 0;
	}
	.stats h3 {
		font-size: 35px;
		margin-bottom: 65px;
	}
	.stats-img img {
		width: 80px;
	}
	.features h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.features {
		padding: 50px 0 30px;
	}
	.feature {
		padding: 10px 20px;
	}
	.features-icon img {
		
	}
	.features-info {
		margin-top: 20px;
	}
	
	.team {
		padding: 50px 0;
	}
	.team h3, .contact h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.grid figure figcaption {
		padding: 2em;
	}
	figcaption h4 {
		margin-top: 2em;
	}
	figure.effect-kira figcaption::before {
		top: 3.2em;
	}
	figure.effect-kira .team-social {
		padding: 1.2em 0 2.5em;
	}
	.map iframe {
		height: 400px;
	}
	.contact {
		padding: 50px 0;
	}
}

@media screen and (max-width:991px) {
	.about h1 {
		line-height: 25px;
	}
	.about p {
		line-height: 20px;
		font-size: 13px;
		padding: 0 15px;
	}
	.details p {
		color: #FFF;
		padding: 0 15px;
	}
	.details-grid {
		padding: 10px 0 0;
	}
	.details-info {
		padding: 30px 0px;
	}
	.details-info p {
		line-height: 25px;
		font-size: 13px;
	}
	.who h3 {
		line-height: 25px;
	}
	.who p {
		line-height: 22px;
		font-size: 13px;
		padding: 0 15px;
	}
	.features-info {
		margin-top: 25px;
	}
	.features-item p {
		font-size: 13px;
		padding: 15px 5px 0;
		line-height: 25px;
	}
	.newsletter .email {
		padding: 5px 50px 5px 15px;
	}
	.newsletter .submit {
		right: -13px;
	}
}

@media screen and (max-width:853px) {
	.social {
		width: 48%;
	}
	.phone, .email {
		width: 26%;
	}
	a.navbar-brand {
		font-size: 30px;
	}
}

@media screen and (max-width:800px) {
	.social {
		width: 44%;
	}
	.phone, .email {
		width: 28%;
	}
	a.navbar-brand {
		padding: 15px 5px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid>.navbar-collapse {
		margin-right: -10px;
	}
	nav a {
		font-size: 14px;
	}
	.hover-effect a {
		height: 20px;
	}
	.hover-effect a span {
		width: 75px;
	}
}

@media screen and (max-width:768px) {
	.social {
		width: 40%;
	}
	.phone, .email {
		width: 30%;
	}
	.newsletter .email {
		height: 35px;
	}
	.newsletter .submit {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:736px) {
	.social {
		padding: 5px 0 5px 0px;
	}
	ul.social-icons li a {
		display: inline-block;
		
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.phone, .email {
		font-size: 13px;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	a.navbar-brand {
		padding: 0;
		margin-left: 20px;
		height: 20px;
	}
	.navbar ul {
		float: none;
		text-align: center;
	}
	.navbar ul li {
		float: none;
		display: block;
	}
	.about, .clients, .who, .features  {
		padding: 50px 30px;
	}
	
	.who-grid2 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 0 auto !important;
	
	}
	.about h1 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.about p {
		line-height: 21px;
		font-size: 12px;
	}
	.details p {
		font-size: 13px;
	}
	.details-grids {
		padding: 50px 0;
	}
	.details-grid {
		width: 33.3%;
		float: left;
	}
	.details-image {
		padding: 10px 0px;
	}
	.details-image img {
		width: 65px;
	}
	.details-info {
		padding: 20px 0px;
	}
	.flex-active-slide p {
		padding: 0px 30px;
		line-height: 25px;
	}
	.stats {
		padding: 50px 0px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.who-grid {
		width: 100%;
		float: left;
	}
	.who h3 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 21px;
		font-size: 12px;
	}
	.feature {
		width: 33.3%;
	}
	.features p {
		font-size: 13px;
		padding: 0 30px;
	}
	.features-item p {
		padding: 20px 0 15px;
	}
	.left-1 {
		width: 25%;
		float: left;
	}
	.left-2 {
		width: 50%;
		float: left;
	}
	.g-3 {
		width: 50%;
		float: left;
	}
	.g-4 {
		width: 50%;
		float: left;
	}
	.left-3 {
		width: 25%;
		float: left;
	}
	figure.effect-kira figcaption::before {
		height: 2.5em;
	}
	.map iframe {
		height: 250px;
	}
	.c1 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	.footer-info {
		margin-top: 30px;
	}
	.footer-info-grid {
		width: 33.3%;
		float: left;
	}
	.newsletter .email {
		width: 95%;
		padding: 5px 25px 5px 5px;
		font-size: 11px;
	}
}

@media screen and (max-width:667px) {
	.top-bar {
		padding: 0px 10px;
	}
	.social {
		width: 38%;
	}
	.phone, .email {
		width: 31%;
	}
	.details h2, .clients h3, .features h3,  .team h3, .contact h3 {
		font-size: 30px;
	}
	.details p {
		padding: 0px 60px;
	}
	.details-info h3 {
		font-size: 22px;
	}
	.details-info p {
		padding: 0 10px;
	}
	.clients h3 {
		margin-bottom: 40px;
	}
	.flex-active-slide h4 {
		font-size: 28px;
	}
	.flex-active-slide p {
		line-height: 25px;
		font-size: 13px;
		padding: 0 10px;
	}
	.stats h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.stats-img img {
		width: 65px;
	}
	.features p {
		padding: 0px 20px;
	}
	.features-item p {
		padding: 15px 0;
	}
	.team .grid figure {
		margin-bottom: 7px;
	}
	figcaption h4 {
		font-size: 29px;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	figure.effect-kira figcaption::before {
		top: 2em;
	}
	.more_btn {
		margin-top: 30px;
		padding: 10px 30px;
		font-size: 13px;
	}
}

@media screen and (max-width:640px) {
	.social {
		width: 100%;
	}
	.phone, .email {
		width: 50%;
	}
	.details p {
		padding: 0px 30px;
	}
	.details-info p {
		padding: 0px 5px;
	}
	.details-info h3 {
		font-size: 21px;
	}
	.contact_form input[type='text'] {
		padding: 10px 17px 10px;
		height: 35px;
	}
	.contact_form textarea {
		height: 145px;
	}
}

@media screen and (max-width:603px) {
	.social {
		width: 100%;
	}
	.phone, .email {
		width: 100%;
	}
	.details-info h3 {
		font-size: 20px;
	}
	.footer-info-grid.links {
		width: 28%;
	}
	.footer-info-grid.address {
		width: 38%;
	}
	.footer-info-grid.email {
		width: 34%;
	}
	.footer-info p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:600px) {
	.phone, .email {
		font-size: 12px;
	}
	.left-1 {
		width: 100%;
		float: left;
	}
	.left-2 {
		width: 100%;
		float: left;
	}
	.left-3 {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width:568px) {
	.details p {
		padding: 0px 10px;
		font-size: 12px;
	}
	.details-info h3 {
		font-size: 18px;
	}
	.flex-active-slide p {
		font-size: 12px;
	}
	.client h5 {
		font-size: 18px;
	}
	.stats-info p {
		font-size: 18px;
	}
	.features p {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.features-item p {
		margin: 0;
		line-height: 25px;
	}
	figcaption h4 {
		margin-top: 1em;
		font-size: 27px;
	}
	figure.effect-kira figcaption::before {
		top: 0.2em;
	}
	.footer h4 {
		font-size: 16px;
	}
	.footer-info li {
		font-size: 12px;
	}
	.footer-info p {
		font-size: 12px;
	}
}

@media screen and (min-width:533px) {
	.social {
		width: 100%;
	}
	.phone {
		width:45%;
		margin-bottom: 10px;
	}
	 .email {
		width: 55%;
		margin-bottom: 10px;
	}
	
	
	
	.details-info h3 {
		font-size: 15px;
		font-weight: 400;
	}
}
@media screen and (min-width:480px) {
	.about h1 {
		margin-top: 25px ;
	}
	
	
	
	
}


@media screen and (max-width:480px) {
	
	.features_box ul li {
	width:50%;
	float:left;
	margin:0 auto;
}
	
	
	.about-grid {
		width: 100%;
	}
	.about h1 {
		margin-top: 25px ;
	}
	.about p {
		line-height: 25px;
	}
	.details-grid {
		width: 50%;
	}
	.dgrid-3 {
		border-bottom: 1px solid #777;
		border-left: none;
		border-right: 1px solid #777;
	}
	.dgrid-4 {
		border-right: none;
		border-bottom: 1px solid #777;
	}
	.who-grid {
		width: 100%;
	}
	.who h3 {
		margin-top: 25px;
	}
	.who p {
		line-height: 26px;
	}
	.feature {
		width: 50%;
	}
	.features p {
		padding: 0px 5px;
	}
	.grid figure figcaption {
		padding: 0em;
	}
	figcaption h4 {
		margin-top: 2em;
		font-size: 23px;
	}
	figure.effect-kira figcaption::before {
		top: 0.1em;
	}
	.footer-info-grid.links {
		width: 20%;
	}
	.footer-info-grid.address {
		width: 46%;
	}
	
.project ul li{
	float:left;
	display:block;
	width:50%;
	    padding: 20px 0px 0 0px;
    text-align: center;
	
	
}
}

@media screen and (max-width:414px) {
	.details p {
		padding: 0;
	}
	.details-info p {
		padding: 0 5px;
	}
	.features-item p {
		padding: 15px 5px 0;
	}
	.team .grid figure {
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.contact_form input[type='text'] {
		font-size: 12px;
		padding: 10px;
	}
	.contact_form textarea {
		font-size: 12px
	}
	.footer-info-grid.links {
		width: 40%;
	}
	.footer-info-grid.address {
		width: 60%;
	}
	.footer-info-grid.newsletter {
		width: 100%;
		margin-bottom: 30px;
	}
	.newsletter .submit {
		right: 0;
	}
	.footer-info p {
		margin-bottom: 15px;
	}
	.copyright p {
		font-size: 13px;
	}
}

@media screen and (max-width:384px) {
	.about p {
		padding: 0 10px;
	}
	.stats {
		padding: 1px 0 0 15px ;
	}
	.stats-grid {
		width: 50%;
		margin-bottom: 50px;
	}
	.stats-img {
		margin-bottom: 15px;
	}
	.numscroller {
		margin-bottom: 0;
	}
	.features p {
		padding: 0;
	}
	.features-item p {
		padding: 15px 0 0;
	}
	.connect-social ul li a {
		width: 25px;
		height: 25px;
		background-size: 250px;
	}
	.connect-social ul li a.facebook:hover {
		background-position: 0px -25px;
	}
	.connect-social ul li a.twitter {
		background-position: -25px 0px;
	}
	.connect-social ul li a.twitter:hover {
		background-position: -25px -25px;
	}
	.connect-social ul li a.googleplus {
		background-position: -50px 0px;
	}
	.connect-social ul li a.googleplus:hover {
		background-position: -50px -25px;
	}
	.connect-social ul li a.linkedin {
		background-position: -75px 0px;
	}
	.connect-social ul li a.linkedin:hover {
		background-position: -75px -25px;
	}
	.connect-social ul li a.blogger {
		background-position: -100px 0px;
	}
	.connect-social ul li a.blogger:hover {
		background-position: -100px -25px;
	}
	.connect-social ul li a.tumblr {
		background-position: -125px 0px;
	}
	.connect-social ul li a.tumblr:hover {
		background-position: -125px -25px;
	}
	.connect-social ul li a.rss {
		background-position: -150px 0px;
	}
	.connect-social ul li a.rss:hover {
		background-position: -150px -25px;
	}
	.connect-social ul li a.youtube {
		background-position: -175px 0px;
	}
	.connect-social ul li a.youtube:hover {
		background-position: -175px -25px;
	}
	.connect-social ul li a.vimeo {
		background-position: -200px 0px;
	}
	.connect-social ul li a.vimeo:hover {
		background-position: -200px -25px;
	}
	.connect-social ul li a.deviantart {
		background-position: -225px 0px;
	}
	.connect-social ul li a.deviantart:hover {
		background-position: -225px -25px;
	}
}

@media screen and (max-width:375px) {
	.about p {
		padding: 0 0 80px 0;
	}
	.details-info p {
		padding: 0 2px;
	}
	.flex-active-slide p {
		padding: 0;
	}
	.who p {
		padding: 0;
	}
}

@media screen and (max-width:360px) {
	.details-info h3 {
		font-size: 14px;
	}
	
	.project ul li{
	float:left;
	display:block;
	width:50%;
	    padding: 20px 0px 0 0px;
    text-align: center;
	
	
}
}

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


.project ul li{
	float:left;
	display:block;
	width:100%;
	    padding: 20px 0px 0 0px;
    text-align: center;
	
	
}


.logo-section {
    padding: 5px 10px 5px 10px !important;
}

.section-header{position:fixed;z-index:300;display:block;width:100%;margin:0;padding:0px 0;max-height:100%;color:#FFF;-webkit-transition:background .3s ease 0s;-moz-transition:background .3s ease 0s;-ms-transition:background .3s ease 0s;-o-transition:background .3s ease 0s;transition:background .3s ease 0s;box-sizing:border-box;-moz-user-select:none;user-select:none;background:#000;background:rgba(219, 215, 212, 0.6)}

	
	.email {
		margin: 0;
		padding: 5px 0 0 0;
	}
	.about, .clients, .who, .features,  {
		padding: 30px 0;
	}
	.details-grid {
		width: 100%;
	}
	.dgrid-1 {
		border-right: none;
	}
	.dgrid-3 {
		border-right: none;
	}
	.dgrid-6 {
		border-left: none;
		border-top: 1px solid #777;
	}
	.feature {
		width: 100%;
	}
	#features h3 {
		margin-bottom: 10px;
	}
	.c1 {
		width: 100%;
	}
	.footer-info-grid.links, .footer-info-grid.address, .footer-info-grid.newsletter {
		width: 100%;
		padding: 0 3px;
	}
}

/*-- //Responsive Code --*/













/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}



.map2{
	padding:0 0 0 0;
}




.box {
color: #757474;
line-height: 28px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-shadow:none;


}
.box address {
  font-size: 18px;
  margin-top: -5px;
  margin-right: -5px;
  color: #757474;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  padding: 4px 20px 0 20px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_cnt__no-flow__offset {
  padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box_aside {
    padding-right: 0;
    text-align: center;
    float: none;
  }
  .box_cnt__no-flow {
    margin-top: 10px;
  }
  .box_cnt__no-flow address {
  }
}
.box__skin1 {
  padding: 50px 0px 49px 48px;
  border: 1px solid #e8ebed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box__skin1 p {
  padding-right: 50px;
}
.box__skin1 p span {
  text-transform: uppercase;
  color: #646464;
}
.box__skin1 .btn1 {
  padding: 12px 25px;
}
@media (max-width: 1200px) {
  .box__skin1 {
    padding: 10px 0px 10px 48px;
  }
  .box__skin1 p span {
    font-size: 12px;
    line-height: 15px;
  }
  .box__skin1 h2 {
    font-size: 62px;
    line-height: 65px;
  }
  .box__skin1 h2 + p {
    margin-top: 20px;
  }
  .box__skin1 .box__skin1 p + .btn1 {
    margin-top: 15px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__skin1 {
    padding: 50px 0px 49px 48px;
	
  }
  .box__skin1 h2 {
    font-size: 42px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__skin1 h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 479px) {
  .box__skin1 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .box__skin1 {
    padding-left: 37px;
  }
}
.box__skin2 {
  margin: 72px auto 64px;
  height: 186px;
  max-width: 831px;
  padding: 1px 232px 1px 1px;
  background: #feba00;
  display: inline-block;
  text-align: left;
  position: relative;
}
.box__skin2 h3 {
  margin-top: 40px;
  font-weight: 400;
  color: #fff;
  font-size:50px;
  margin-left: 57px;
  text-transform: uppercase;
}
.box__skin2 h3 span {
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
  font-weight: 100;
  margin-left: 30px;
  font-size: 36px;
  line-height: 24px;
}
.box__skin2 .btn2 {
  position: absolute;
  right: 58px;
  top: 42px;
  text-decoration:none;
}
.box__skin2__mod1 {
  padding-right: 344px;
}
.box__skin2__mod1 h3 {
  margin-left: 87px;
}
.box__skin2__mod1 h3 span {
  font-family: 'Quicksand', sans-serif;
  margin-left: 0;
  line-height: 43px;
}
.box__skin2__mod2 {
  padding-right: 170px;
}
.box__skin2__mod2 h3 {
  margin-left: 87px;
}
.box__skin2__mod2 h3 span {
  font-family: 'Quicksand', sans-serif;
  margin-left: 0;
  line-height: 43px;
}
.box__skin2__mod3 {
  padding-right: 282px;
}
.box__skin2__mod3 h3 {
  margin-left: 87px;
}
.box__skin2__mod3 h3 span {
  font-family: 'Quicksand', sans-serif;
  margin-left: 0;
  line-height: 43px;
  text-transform: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__skin2__mod2 h3 {
    margin-top: 25px;
  }
  .box__skin2__mod3 h3 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__skin2 h3 {
    margin-top: 10px;
  }
  .box__skin2__mod1 h3 {
    margin-top: 20px;
  }
  .box__skin2__mod1 h3 span {
    font-size: 20px;
    line-height: 30px;
  }
  .box__skin2__mod2 h3 {
    margin-top: 50px;
    margin-left: 10px;
    font-size: 50px;
  }
  .box__skin2__mod2 h3 span {
    font-size: 20px;
    line-height: 20px;
  }
  .box__skin2__mod3 h3 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .box__skin2 h3 {
    font-size: 35px;
    line-height: 33px;
    margin-top: 50px;
    margin-left: 17px;
  }
  .box__skin2 h3 span {
    font-size: 17px;
    line-height: 20px;
    margin-left: 15px;
  }
  .box__skin2__mod1 {
    padding-right: 234px;
  }
  .box__skin2__mod1 h3 {
    margin-top: 33px;
  }
  .box__skin2__mod1 h3 span {
    margin-left: 0;
  }
  .box__skin2__mod2 h3 {
    margin-top: 70px;
    margin-left: 15px;
  }
  .box__skin2__mod2 h3 span {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .box__skin2__mod3 {
    padding-right: 192px;
  }
}
@media (max-width: 479px) {
  .box__skin2 {
    height: 226px;
    padding-right: 0px;
  }
  .box__skin2 h3 {
    display: inline-block;
    text-align: center;
    margin: 20px 5px 5px;
  }
  .box__skin2 h3 span {
    margin: 0 5px 0 5px;
    display: inline-block;
    text-align: center;
  }
  .box__skin2 .btn2 {
    right: 50%;
    margin-right: -51px;
    top: 112px;
  }
  .box__skin2__mod1 {
    padding-right: 0px;
  }
  .box__skin2__mod1 h3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box__skin2__mod2 {
    padding-right: 0px;
  }
  .box__skin2__mod2 h3 {
    margin-left: 35px;
  }
  .box__skin2__mod2 h3 span {
    font-size: 12px;
    line-height: 16px;
  }
  .box__skin2__mod3 h3 {
    margin-left: 0;
  }
  .box__skin2__mod3 .btn2 {
    top: 116px;
    right: 136px;
  }
}
.box__skin3 {
  position: relative;
}
.box__skin3 h5 {
  position: absolute;
  font-family: 'Quicksand', sans-serif;
  display: none;
  font-weight: 400;
  right: 0;
  left: 0;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  text-transform: uppercase;
  color: #fff;
}
.box__skin3:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.box__skin3:hover h5 {
  display: block;
  text-shadow: 1px 2px 1px rgba(0, 6, 0, 0.51);
}
.box__skin3 .btn2 {
  bottom: -53px;
  right: 135px;
  line-height: 14px;
}
.box__skin3 .btn2:hover {
  background: #fff;
}
@media (max-width: 1200px) {
  .box__skin3 .btn3 {
    left: 40%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box__skin3 .btn2 {
    right: 102px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box__skin3 h5 {
    font-size: 18px;
    line-height: 20px;
  }
  .box__skin3 .btn2 {
    padding: 33px 17px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .box__skin3 a span,
  .box__skin3 a img {
    display: block;
    margin: 0 auto;
  }
  .box__skin3 h5 {
    right: -20px;
  }
  .box__skin3 .btn2 {
    right: 178px;
  }
}
@media (max-width: 479px) {
  .box__skin3 h5 {
    font-size: 18px;
    right: 0px;
  }
  .box__skin3 .btn2 {
    right: 85px;
  }
}



.gallery {
    padding: 0 0;
}
.gallery h1 {
   font-size: 4em;
	color: #F556A5;
	text-align: center;
	font-family: 'Lora', serif;
	margin: 0 0 1em;
}
.gallery h1:after,.gallery h1:before{
	width: 200px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    border: 1px double #F556A5;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
img#image-gallery-image {
    margin: 0 auto;
}
.gallery-top{
    margin-top: 2em;
}
/* Common style */
.gallery-grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: rgb(183, 128, 34);
	text-align: center;
	cursor: pointer;
}

.gallery-grid figure img {
	position: relative;
	width:100%;
}
.gallery-grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-grid figure figcaption::before,
.gallery-grid figure figcaption::after {
	
}

.gallery-grid figure figcaption,
.gallery-grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gallery-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gallery-grid figure h5 {
	font-size: 22px;
	text-align:center;
	font-family:"Myriad Pro";
}
.gallery-grid figure h5{
	margin: 0;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar img {
	opacity:1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background:none;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h5 {
	margin:3em 0 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h5 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}


@media(max-width:991px){


.gallery h1 {
    font-size: 3em;
}
.gallery-grid1 {
    float: left;
    width: 33.3%;
    padding: 0 5px;
}
.grid-gallery {
    width: 41.66666667%;
	float:left;
	padding: 0 5px;
}
.grid-gallery1 {
    width: 58.33333333%;
	float:left;
	padding: 0 5px;
}
figure.effect-oscar figcaption {
    padding: 1em;
}
figure.effect-oscar figcaption::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
figure.effect-oscar h5 {
    margin: 1.3em 0 0;
}
.gallery {
    padding: 4em 0;
}
.gallery h1:after, .gallery h1:before{
	width: 150px;
}


/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}

}


@media(max-width:480px){


.gallery {
    padding: 3em 0;
}
.gallery-grid figure h5 {
    font-size: 1.4em;
}

.gallery-grid1 {
    width: 50%;
	 margin-top: 2em;
}
.grid-gallery1,.grid-gallery {
    width: 50%;
     margin-top: 2em;
}
.gallery-top {
    margin-top: 0em;
}
.gallery-gallery h1 {
    margin: 0 0 0.5em;
}
.gallery-grid figure h5 {
    font-size: 2.4em;
}
figure.effect-oscar h5 {
    margin: 2.3em 0 0;
}
figure.effect-oscar h5.gallery-text {
    margin: 1.8em 0 0;
}
.gallery h1:after, .gallery h1:before {
    width: 90px;
}
.gallery h1{
	font-size:2.5em;
}


.gallery-grid figure h5 {
    font-size: 1.5em;
}

}



@media(max-width:320px){


.gallery {
    padding: 2em 0;
}
.gallery h1 {
    font-size: 1.8em;
}
.gallery h1:after, .gallery h1:before {
    width: 62px;
}
.gallery h1 {
    margin: 0;
}
.gallery-grid figure h5 {
    font-size: 2em;
}
figure.effect-oscar h5 {
    margin: 1.3em 0 0;
}
figure.effect-oscar h5.gallery-text {
    margin: 1em 0 0;
}
figure.effect-oscar h5.gallery-text1{
    margin: 0.3em 0 0;
}
.grid-gallery1, .grid-gallery,.gallery-grid1 {
    margin-top: 1em;
}



}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}



div#image-gallery-caption {
    line-height: 1.8em;
}
.modal-title{
	font-family:"Myriad Pro";
	font-size:2em;
	color:#850001;
}


.modal-title {
  margin: 0;
  line-height: 1.42857143;
}


.gallery h3{
	text-align:left;
	padding: 0 0 0 0px;
margin: 0 0 0 0;
}



#ol-about-us{
	background-color: #f8f8f8;
	display: inline;
	float: left;	
	padding: 190px 0 30px 0;
	width: 100%;
}

.ol-about-us-area{
	display: inline;
	float: left;	
	width: 100%;
}

.ol-about-us-left{
	display: inline;
	float: left;
	width: 100%;
}

.ol-about-us-img{
	display: inline;
	float: left;
	padding: 20px;	
	position: relative;
	width: 100%;
}

.ol-about-us-img::after {
	box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 70%;
	background-color:#871315;
}

.ol-about-us-img img{
	box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	width: 100%;
	z-index: 10;
}

.ol-about-us-right{
	display: inline;
	float: left;	
	width: 100%;
	background-color: white;
	border: #e1e1e1 solid 1px;
padding: 20px 20px 20px 20px;
margin:10px 0 10px 0;

}




.ol-title-area {
	display: inline;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

.ol-title{
	margin-bottom: 0;
	color: #c28826;
	text-align:left;
}

.ol-title-area .ol-title-line{
	background-color: #c28826;
	display: inline-block;
	height: 2px;
	width: 70px;
}

.ol-title-area p{
	margin-top: 10px;
	padding: 0 100px;
	
}




#ol-about-us .ol-title-area{
	text-align: left;
}

.ol-about-us-right-content{
	display: inline;
	float: left;	
	width: 100%;
	color: #727171;
line-height: 28px;
font-size: 15px;
}

.ol-about-us-right-content ul li{
	line-height: 1.8;
	list-style: outside none none;
	margin-bottom: 5px;
}





.ol-about-us-right-content ul li:before{
	font-family: fontAwesome;
	left: 0;
	margin-right: 10px;
	vertical-align: middle;
}

.ol-about-us-right-content .ol-button {
	min-width: 120px;
	margin-left: 0;
	padding: 10px 20px;
}

#ol-about-us-counter{
	background-image:url(img/about-us-counter-bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	display: inline;
	  float: left;
	padding: 100px 0;
	position: relative;	
	width: 100%;
}

/* for retina display support */

@media 
screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5),
(min-resolution: 120dpi) {
	#ol-about-us-counter {
		background-image: url("img/about-us-counter-bg@2x.jpg");
	}
}

#ol-about-us-counter::before {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ol-about-us-counter-area{
	display: inline;
	float: left;	
	width: 100%;
}

.ol-about-us-counter-area .ol-title{
	color: #fff;
}

.ol-about-us-counter-area .ol-title-line{
	background-color: #fff;
}

.ol-about-us-counter-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.ol-about-us-counter-item{
	display: inline;
	float: left;
	text-align: center;	
	width: 100%;
}

.ol-about-us-counter-item:hover .ol-about-us-counter-icon{
	opacity: 1;
} 

.ol-about-us-counter-item .ol-about-us-counter-icon{
	border-radius: 45px;
	color: #333;
	display: inline-block;
	font-size: 30px;
	height: 70px;
	margin-bottom: 30px;
	opacity: 0.6;
	padding: 20px 18px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 70px;
}

.ol-about-us-counter-item .ol-about-us-counter-no{
	color: #fff;
	display: block;
	float: left;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	width: 100%;
}

.ol-about-us-counter-item .ol-about-us-counter-text{
	color: #fff;
	display: inline;
	float: left;
	font-size: 18px;
	font-weight: 700;
	font-family: "Raleway",sans-serif;
	text-transform: uppercase;
	width: 100%;
}



/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




.label_1_of_4{
	display: block;
	float:left;
}
.label_1_of_4:first-child { 
	margin-left: 0; 
} 
.about_1_of_4 {
	width:100%;
	padding:25px 0 25px 0;
}
.about_1_of_4  img{
	display:block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about_1_of_4  img:hover{
	opacity: 0.6;
}
.about_1_of_4  h3{
	color:#850001;
	margin:0 0 0.2em;
	font-size:15px;
	font-weight : 400;
	padding:18px 0 0 0;
	font-family:"Myriad Pro";
}
.about_1_of_4  span {
	font-size:1.2em;
	padding:0.3em 0;
	color: #C0BEBE;
	line-height: 1.6em;	
}
.about_1_of_4  p {
	font-size:0.92355em;
	padding:0.7em 0;
	color: #727171;
	line-height: 1.6em;	
	font-family: 'Roboto', sans-serif;
}






/**********************/

.email_box{
	width:100%;
	display:block;
	float:left;
}


.form-row{
    position: relative;
    text-align: left;
    width: 100%;
margin-bottom:15px;
}

.form-title-row{
    text-align: center;
    margin-bottom: 55px;
}

.form-validation h1{
    display: inline-block;
    box-sizing: border-box;
    color:  #be882e;
    font-size: 34px;
    padding: 15px 8px;
    border-bottom: 2px solid #be882e;
    margin:0;
	font-family:"Myriad Pro";
}


.career_box{
	width:100%;
	float:left;
}

form input[type="submit"] {
    background:#be882e;
    outline: none;
    font-size: 1em;
    margin: 16px 0px;
    border: none;
    padding: 0.6em 2em;
    color: #fff;
	width:150px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    -webkit-appearance: none;
		border-radius: 0.2em;
		-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
form input[type="submit"]:hover{
  background:#8d1516;
}

.relocate{
	color:#999;
	font-size:14px;
	}

.full_name{
	 width:100%; 
	 padding:7px 8px 7px 10px;
	   border: solid 1px #c2c0c0; 
	    color:#999;
	   font-size:15px;
		box-shadow:#dcd9d9 0 3px 3px inset;
		margin:10px 0 10px 0;
	   }
	 

.full_name:hover{
	 border:#FFF solid 1px ; 
background:#850001;
color:#FFF;
  box-shadow:none  !important;
  
}



.contact_us_page{
	padding:40px 0 0 0;
}


.project{
	width:100%;
}


.project ul{
	list-style:none;
	padding:0 0 0 0;
	margin:0  0 0 0;
}


.project ul li{
	float:left;
	display:block;
	width:25%;
	    padding: 20px 0px 0 0px;
    text-align: center;
	
	
}

.project ul li a{
	text-decoration:none;
	display:inline-block;
	border:#FFF solid 5px;
	box-shadow:#999 0 0 5px;
}

.project ul li a:hover {
	text-decoration:none;
	background:#F00;
	opacity:0.5;
}

.project h1{
	font-family:"Myriad Pro";
	font-size:18px;
	color:#871315;
	text-align:center;
	padding:10px 0 10px 0;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
}

.project h2{
	font-family:"Myriad Pro";
	font-size:14px;
	color:#871315;
	text-align:center;
	padding: 10px 5px 10px 5px;
font-weight: normal;
text-decoration: none;
height: 60px;
}

/*************** footer next button****************/
.next1{
	width:100%; 
	float:left;
	}
	
.next1 ul{
	list-style:none; 
	margin:0px;
	float:left;
	padding:0px;
	 }
	 
.next1 ul li{
	float:left; 
	margin:0 0px 0 6px;
	display:inline;
	}
	
.next1 ul li a{
	 font-size:12px; 
	 color:#fff;
	 display:block; 
	 text-decoration:none;
	 background-color:#fa9b1d;
	 border-radius:2px;
	 padding:10px 10px 10px 10px;
	
	 }
	 
.next1 ul li a:hover{
	background-color:#972d2c;
	transition:all 1s ease;
	}
	
.next1 ul li a.active{
	background-color:#972d2c;
	}


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


.right_side{
	width:70%;
	float:left;
}

.left_side{
	width:30%;
	float:right;
}

@media screen and (min-width:320px) {

	.project ul li{
	float:left;
	display:block;
	width:100%;
	    padding: 20px 0px 0 0px;
    text-align: center;
	
	
}
.features_box li a {
	display: inline-block;
text-decoration: none;
width: 100%;
height: 260px;
float: left;

	
}
		.features_box ul li {
	padding: 40px 0px 0 0px;
	
}

	
	.features_box ul li {
	width:100%;
	float:left;
	margin:0 auto;
}

.gallery-grid1 {
    width: 100%;
	 margin-top: 2em;
}
.grid-gallery1,.grid-gallery {
    width: 100%;
     margin-top: 2em;
}
.who-grid2 ul li {
	float:left;
	margin:0 auto;
	padding: 15px 54px 15px 54px;
	text-align:center;
	width: 100%;


}
.box_aside {
    float: left;
    padding: 4px 8px 0 8px;
}
.box address {
    font-size: 15px;
    margin-top: -5px;
    margin-right: -5px;
    color: #757474;
}
.box {
    color: #757474;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-shadow: none;
}


}

@media screen and (min-width:360px) {

	.project ul li{
	float:left;
	display:block;
	width:100%;
	    padding: 20px 0px 0 0px;
    text-align: center;
	
	
}

.features_box li a {
	display: inline-block;
text-decoration: none;
width: 100%;
height: 260px;
float: left;

	
}

		.features_box ul li {
	padding: 40px 0px 0 0px;
	
}

	.features_box ul li {
	width:100%;
	float:left;
	margin:0 auto;
}



.gallery-grid1 {
    width: 50%;
	 margin-top: 2em;
}
.grid-gallery1,.grid-gallery {
    width: 50%;
     margin-top: 2em;
}
.who-grid2 ul li {
	float:left;
	margin:0 auto;
	padding: 15px 54px 15px 54px;
	text-align:center;
	width: 100%;


}


}
@media screen and (min-width:480px) {

	.project ul li{
	float:left;
	display:block;
	width:50%;
	    padding: 20px 5px 0 5px;
    text-align: center;
	
	
}

.features_box li a {
	display: inline-block;
text-decoration: none;
width: 100%;
height: 260px;
float: left;

	
}


	.features_box ul li {
	width:50%;
	float:left;
	margin:0 auto;
}

.who-grid2 ul li {
	float:left;
	margin:0 auto;
	padding: 15px 54px 15px 54px;
	text-align:center;
	width: 50%;


}


}



@media screen and (min-width:1024px) {

	.project ul li{
	float:left;
	display:block;
	width:25% !important;
	    padding: 20px 5px 0 5px;
    text-align: center;
	
	
}
.features_box li a {
	display: inline-block;
text-decoration: none;
width: 100%;
height: 260px;
float: left;

	
}

	.features_box ul li {
	width:25% !important;
	float:left;
	margin:0 auto;
}

.gallery-grid1 {
    width: 25% !important;
    margin-top: 2em;
}

.who-grid2 ul li {
    float: left;
    margin: 0 auto;
    padding: 15px 20px 15px 20px;
    text-align: center;
    width: 20% !important;
}

.email {
    width: 25%;
    margin-bottom: 10px;
}


}


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

	.project ul li{
	float:left;
	display:block;
	width:32%;
	    padding: 20px 5px 0 5px;
    text-align: center;
	
	
}

.features_box li a {
	display: inline-block;
text-decoration: none;
width: 25%;
height: 260px;
float: left;

	
}
.features_box li a {
	display: inline-block;
text-decoration: none;
width: 100%;
height: 260px;
float: left;

	
}

	.features_box ul li {
	width:50%;
	float:left;
	margin:0 auto;
}



.gallery-grid1 {
    width: 50%;
    margin-top: 2em;
}

.who-grid2 ul li {
    float: left;
    margin: 0 auto;
    padding: 15px 20px 15px 20px;
    text-align: center;
    width: 30%;
}

.who-grid2 {
    width: 100%;
    float: left;
    position: relative;
}


.about {
    padding: 30px 0px 30px 0px;
    background-color: #f3f3f3;
}


}

@media screen and (min-width:1280px) {

		.features_box ul li {
	padding: 0px 0px 0 0px;
	
}

.features_box li a {
	display: inline-block;
text-decoration: none;
width: 100%;
height: 260px;
float: left;

	
}

	.features_box ul li {
	width:25%;
	float:left;
	margin:0 auto;
}
.section_box_1{
	width:100%;
}


.gallery-grid1 {
    width:25%;
    margin-top: 2em;
}

.who-grid2 ul li {
    float: left;
    margin: 0 auto;
    padding: 15px 54px 15px 54px;
    text-align: center;
    width: 20%;
}

.email {
    width: 20%;
    margin-bottom: 10px;
}
.box_aside {
    float: left;
    padding: 4px 20px 0 20px;
}
.box {
    color: #757474;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
}
.box address {
    font-size: 18px;
    margin-top: -5px;
    margin-right: -5px;
    color: #757474;
}


}

