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

@font-face {
	font-family: 'FuturaLightBT';
	src: url('../fonts/FuturaLightBT.eot');
	src: local('FuturaLightBT'), url('../fonts/FuturaLightBT.woff') format('woff'), url('../fonts/FuturaLightBT.ttf') format('truetype');
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
  line-height: 1.8;
  font-style:normal;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size:14px;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 22px;
  font-family: 'Oswald', sans-serif;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 40px;
}

h2.title{
	font-size:32px;
  text-transform:uppercase;
  color:#FFF;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:10px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height:1.7;
  text-transform:uppercase;
  margin:0;
}
h4.title{
	margin:0 0 15px 0;
}
h5 {
  font-size: 17px;
  text-transform:uppercase;
  font-weight: 600;
}
h6 {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-transform:capitalize;
}

.upper{
	text-transform:uppercase;
}
.lower{
	text-transform:lowercase;
}

.text-small{
	font-size: 12px;
    line-height: 18px;
}

.red{color:#565656 !important;}

hr{
  border: 0;
  border-top: 1px dashed #e1e1e1;
  border-top: 1px dashed rgba(0,0,0,.1);
  border-bottom: 0 none;
}

hr.white{
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(255,255,255,1);
  border-bottom: 0 none;
}

a {
  color: #171717;
}
a:visited {
  color: #171717;
  text-decoration:none;
}
a:focus{
  color: #171717;
  text-decoration:none;
}
a:active {
  color: #000;
}
a:hover {
  color: #ed3237;
  text-decoration:none;
}
a,
a:hover,
a:visited,
a:focus{
	outline: 0 none;
}

p{font-size:16px; line-height:1.8; font-family: 'FuturaLightBT';}

.top-bar{
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-bar a {
  padding-left: 5px;
}

.top-contact{
	float: left;
	text-align: center;
}
.top-social-icon{
	text-align: center;
	float: right;
	font-size:18px;
	padding-top: 28px;
}
.top-social-icon a i{
	padding-left: 5px;
	padding-right: 5px;
}

.top-contact a i{
	padding-left: 5px;
	padding-right: 5px;
}

.link-hover-black a:hover, .icons-hover-black i:hover, .link-hover-black a, .icons-hover-black i{
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
	}
	
.logo{}
.logo img{max-height:70px; margin:5px 0;}
	
/*  Main Navigation */
.navbar-brand {
float: left;
height:auto;
padding:0px;
font-size: 36px;
line-height: 70px;
font-weight:bold;
}

.navbar {margin-bottom:0px;}

.navbar-default {
    background:rgba(255, 255, 255,1.0);
	min-height:40px;
    border-radius:0px;
	border:0px;
    box-shadow:none;
	text-transform:uppercase;
	letter-spacing:0.02em;
}

.navbar-nav{float:right; margin-top:20px;}

.navbar-default .navbar-nav > li{
	display:block;
	
}

.nav.social{margin:0px 0px 0px 30px;}
.nav.social > li > a {
	padding: 30px 5px;
	font-size:20px !important;
	
}
.navbar-default .navbar-nav.social > li > a {
	background-color:transparent;
	text-shadow: 0 0px 0 rgba(255,255,255,.0);
	transform: skew(0deg);
	-o-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-webkit-transform: skew(0deg);
	}
	
.navbar-default .navbar-nav.social > li > a:hover{
	display: inline-block;
	transform: skew(0deg);
	-o-transform: skew(0deg);
	-moz-transform: skew(0deg);
	-webkit-transform: skew(0deg);
	color: #666;
	background-color:transparent;
}
	
.navbar-nav > li > a {
    padding:10px 20px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:#fff;}
	
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:none;
    background:none;
}	

.dropdown-menu {padding:0px;}
.dropdown-menu li{border-bottom:1px solid #dedede; padding:5px; display:block;}
.dropdown-menu li:last-child{border-bottom: 3px solid #ff8b03;}
.dropdown-menu li a:hover{background:none; color:#a5a5a4;}

@media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.navbar-nav > li > a span{
	display: inline-block;
	transform: skew(-45deg);
	-o-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	color: #000;
}

.navbar-default .navbar-nav > li > a {
	font-size:15px;
	color:#000000;
	text-shadow: 0 0px 0 rgba(255,255,255,0);
	display: inline-block;
	transform: skew(45deg);
	-o-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-webkit-transform: skew(45deg);

}

.nav > li:first-child{padding-left:0px;}

.navbar-default .navbar-nav > li > a:hover {
	color:#FFF;
	background:rgba(0, 0, 0, 0.6); 
	display: inline-block;
	transform: skew(25deg);
	-o-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
}

.navbar-default .navbar-nav > li > a:hover span {
	display: inline-block;
	transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color:#FFF;
	background:rgba(0, 0, 0, 0.6); 
	display: inline-block;
	transform: skew(25deg);
	-o-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
    box-shadow:none;
}

.navbar-default .navbar-nav > .active > a span, .navbar-default .navbar-nav > .active > a:hover span{
    display: inline-block;
	transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	color: #FFF;
    box-shadow:none;
}


}

.main-slider {
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	background: #343434;
}
.tp-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.tp-bannertimer {
	visibility: hidden !important;
	height: 2px;
}
.tp-banner ul {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tp-banner .tp-caption a.btn {
	font-size: 14px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset, 0 2px 3px rgba(0,0,0,0.2);
}
.tp-banner .tp-caption.paragraph {
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.tp-caption.small_text {
	position: absolute;
	color: #000;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.medium_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.bg-grey{padding:10px; background:rgba(0,0,0,0.5)}
.tp-caption.large_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.very_large_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px;
}

.tp-caption.white-font {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 0;
	font-size: 50px;
	line-height: 86px;
	font-family: Oswald;
	padding: 0 30px;
	margin: 0;
	border-width: 0;
	border-style: none;
	letter-spacing: 0;
}
.tp-caption.orange-font {
	color: #f5821f;
}

.tp-caption.small-white-font {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: Oswald;
	padding: 0 30px;
	margin: 0;
	border-width: 0;
	border-style: none;
	letter-spacing: 0;
}

.content-block{padding:30px 0;}
.content-block h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 10px 0;
}
.content-block h2:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right:0;
  margin-top:10px;
  width: 40px;
  background:#ed3237;
}

.services{padding:0px 0; background:#fefefe url(../images/blizzard.png);}

.services h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 10px 0;
}
.services h2:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right:0;
  margin-top:10px;
  width: 40px;
  background:#ed3237;
}

/*------ services  ------------------------------------------------*/
.services-info {
	background: #FAFAFA url(../images/blizzard.png);
	float:right;
	width:90%;
	top:-50px;
	padding:30px;
	position:relative;
	z-index:2;	
}
.services-info:before , .services-info:after {
	content:'';
	position:absolute;
	background:#000;
	right:0;
	bottom:0;
}
.services-info:before{
	height:40px;
	width:6px;	
}
.services-info:after {
	height:6px;
	width:40px;
}
.services-info , .services-info:before , .services-info:after {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-box:hover .services-info {
	top:0;
	width:100%;
} 
.services-box:hover .services-info:before {
	height:0;
}
.services-box:hover .services-info:after {
	width:0;
}    
.services-info h4 {
	text-align:left;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.services-info ul {
	float:left;
	text-align:left;
}
.services-info ul li {
	font-size:14px;
	list-style:circle;
	text-align:left;
	letter-spacing:1px;
	float:left;
	width:100%;
	color:#ccc;
	margin-bottom:10px;
	font-family: 'FuturaLightBT';
}
.services-info ul li span {
	color:#424242;
}

.our-works{
	padding:30px 0;
	background: #FCFCFC;
 	position: relative;
	}
	
.our-works h2.title-section {
  font-size: 42px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}

.our-works .arc-right {
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #f36700;
  position: absolute;
}

.our-works h2.title-section .arc-right {
  border-width: 30px;
  left: 0px;
}	

.our-works .bg-effect .arc-left {
  bottom: 0px;
  right: 0px;
  border-right: 150px solid #E7E7E7;
  border-top: 150px solid transparent;
  z-index: 0;
  position: absolute;
}
.our-works .bg-effect .arc-right {
  position: absolute;
  top: 0px;
  left: 0px;
  border-bottom: 450px solid transparent;
  border-left: 450px solid rgba(204,204,204,0.25);
}

.our-works .box {
  background: #EFEFEF;
  overflow: hidden;
  margin-bottom:30px;
}
.our-works .img-wrap {
  overflow: hidden;
  height: 300px;
}

.our-works .img-wrap .img-effect {
  width: 100%;
  height: 100%;
  border: 10px solid rgba(253, 254, 255, 0.5);
  position: absolute;
  top: 0px;
}
.our-works .text-wrap {
  width: 100%;
}

.our-works .text-wrap .text-content {
  position: absolute;
  padding: 45px 80px 40px 0px;
  z-index:999;
}

.our-works .text-wrap .lean {
  position: absolute;
  left: -270px;
  top: 100px;
}

.our-works .lean {
  width: 450px;
  height: 200px;
  background: #EFEFEF;
  -ms-transform: rotate(-60deg);
  /* IE 9 */
  -webkit-transform: rotate(-60deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-60deg);
}
.our-works .lean:before {
  width: 450px;
  height: 10px;
  background: rgba(253, 254, 255, 0.5);
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.our-works .lean:after {
  width: 450px;
  height: 10px;
  background: rgba(253, 254, 255, 0.5);
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 0px;
}

.our-works .text-wrap .lean:before {
  background: transparent;
}
.our-works .box-image-effect .img-wrap {
  height: auto;
  position: relative;
}

.our-works .right .img-wrap .img-effect {
  width: 94.8%;
  height: 100%;
  border: 10px solid rgba(253, 254, 255, 0.5);
  position: absolute;
  top: 0px;
}

.our-works .right .lean {
  position: absolute;
  left: -152px;
  top: 0px;
}

.our-works .right .lean:after {background:none;}

.our-works .right .text-wrap .text-content {
  position: absolute !important;
  padding: 45px 10px 40px 60px;
  z-index:999;
}

.values{padding:30px 0; background:#E4E4E4;}

.value-box.box_1 {
	overflow:visible;
	min-height:20px;
	padding:30px 15px 30px;
	background-color:transparent;
	box-shadow:none;
	border:none;
	box-sizing:border-box;
	box-shadow:none;
	border-radius:0;
	text-align:center;
	position:relative;
	z-index:2;
}

.value-box.box_1:after {
	position:absolute;
	content:"";
	width:100%;
	height:0;
	background-color:#fff;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	margin-left:0px;
	padding-right:0px;
	padding-left:30px;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
}

.value-box.box_1:hover h2 a {
	color:#303334;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.value-box.box_1:hover h2 a:hover {
	color:#62bfe6 !important;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.value-box.box_1:hover h5 {
	color:#303334;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.value-box.box_1:hover .value-box_txt {
	color:#303334;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.value-box.box_1:hover .itemNum {
	color:#fff;
	background:#303334;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.value-box.box_1:hover:after {
	position:absolute;
	content:"";
	height:100%;
	top:0;
	background-color:#fff;
	-webkit-transition:all 0.65s ease;
	-moz-transition:all 0.65s ease;
	-o-transition:all 0.65s ease;
	transition:all 0.65s ease;
}
.value-box.box_1:hover .title a:hover {
	color:#117e7b;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.value-box.box_1:hover .icon {
	color:#303334;
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.value-box.box_1.extraborder { border-right:1px solid #FFFFFF; }

.value-box.box_1 .icon {
	width:100px;
	height:100px;
	line-height:100px !important;
	text-align: center;
	font-size:72px;
	font-weight:normal;
	float:none;
	margin:0;
	border-radius:500px;
	border:none;
	display:inline-block;
	color:#666;
	transform:rotateY(0);
	background-color:transparent;
	-webkit-transform:rotateY(0);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.value-box.box_1 .icon span { display:none; }
.value-box.box_1 h2 {
	font-size:32px;
	line-height:32px;
	font-weight:400;
	color:#fff;
	text-transform:none;
	margin:0;
	padding:0;
	font-style:normal;
	overflow:hidden;
	border:0;
	margin:0 0 15px 0;
}

.value-box.box_1 h2:after, .value-box.box_1 h2:before { display:none; }
.value-box.box_1 h2 a {
	font-size:24px;
	line-height:42px;
	font-weight:400;
	color:#666;
	text-shadow:none;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.value-box.box_1 h2 a:hover {
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}

.value-box.box_1 .value-box_txt {
	height:100px;
	font-size:16px;
	line-height:1.5;
	font-weight:300;
	color:#333;
	font-family: 'FuturaLightBT';
	text-transform:none;
	margin:15px 10px 0px;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}


/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
	padding-bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: -10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
  background-color: #ed3237;
  border: none;
  padding:0px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background:none;
  border: 1px solid #BBB;
  padding:0px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
	font-size:14px;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
	border:2px solid #F5B513;
}

#fade-quote-carousel .profile-circle img{width:95%; height:95%; margin:5px auto 0; border-radius: 100px;}

.testimonial{padding:30px 0;}
.testimonial blockquote p{font-size:16px; line-height:28px; text-align:center; color:#000;}
.testimonial blockquote small{font-size:14px; font-weight:bold; color:#000; }

.testimonial h2 {
  text-transform: uppercase;
  text-align:center;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 0px;
  padding: 10px 0;
}
.testimonial h2:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right:0;
  margin:10px auto 0;
  width: 40px;
  background:#ed3237;
}

#get-quote{
	padding:30px 0;
	font-family: Oswald,sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
	letter-spacing:1px;
	position:relative;
	z-index:99;
	background-color: #F0F0F0;
}
.get-a-quote a{
	font-weight:500;
	text-decoration:underline;
}
.get-a-quote a.black:hover{
	color:#111111;
}
.get-a-quote a.white:hover{
	color:#ffffff;
}
.get-a-quote:hover a{
	padding-left:10px;
}
.totop {
	text-align:center;
	width:70px;
	height:70px;
	line-height:70px;
	transform:rotate(45deg);
	margin:0px auto;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:-30px;
	z-index:-1;
	background-color: #F0F0F0;
}
.totop i{	
	transform:rotate(-45deg);
	font-size:36px;
}

	
footer {
	border-top: 1px solid #111;
	background:#454545;
	padding: 20px 0 10px;
	margin-top: 0px;
}
footer p {
	color: #ffffff;
}
footer p a {
	color: #ffffff;
}
footer p a:hover {
	color: #CCCCCC;
}
.designed {
	text-align: right;
}
.designed a {
	color: #CCCCCC;
}
.designed a:hover {
	color: #ee5b21;
}

.wrapsemibox {
  background: #fff;
  margin-top: -80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: relative;
  margin-bottom: -30px;
  border-bottom: medium double #ccc;
  padding: 0px;
}

.breadcrub-bg{background:#7f7f7f; padding:30px 30px 10px; color:#FFF;}

.content-body{padding:30px;}

.content-body h3.title, h5.title{font-family: 'FuturaLightBT';}

.map {
	position: relative;
	padding-bottom: 25%;
	overflow: hidden;
	}
	
.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.map iframe {
    height:100%;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
.contact-social a{margin-right:10px; margin-top:15px;}

.isotope-filters { padding: 30px 0; }
.isotope-filters li { display: inline-block; padding: 0 1.3%; }
.isotope-filters li a { text-transform: uppercase; font-size: 20px; font-weight: 400; color: #000000; cursor: pointer; }
.isotope-filters li a:hover, .isotope-filters li a:focus, .isotope-filters li a:active, .isotope-filters li a.active { text-decoration: none; color: #666666; border-color: #000; }

.portfolio-figure figcaption { position: absolute; top: 0; left: 0; padding: 10px 25px; background: #FFF; color: #E84942; box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3);}
.portfolio-figure .title { color: #E84942; line-height: 37px; margin: 0 0 8px; padding: 0; }
.portfolio-figure figcaption span { font-size: 18px; color: #000; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 400; }
.portfolio-figure figcaption a { display: inline-block; transition: all 400ms ease-in-out 0s; position: absolute; bottom: 20px; right: 20px; }
.portfolio-figure figcaption a:hover { color: #E84942; }
.portfolio-figure figcaption i { color: #b6b6b6; font-size: 60px; position: relative; top: -6px }
.portfolio-figure { overflow: hidden; margin-bottom:30px !important;}
.portfolio-figure img { -webkit-transition: -webkit-transform 0.4s; -moz-transition: -moz-transform 0.4s; transition: transform 0.4s; max-width: 100%; }
.no-touch .portfolio-figure:hover img, 
.portfolio-figure.cs-hover img { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); opacity: 0.4; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }
.portfolio-figure figcaption { height: auto; width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s, opacity 0.1s 0.3s;}
.no-touch .portfolio-figure:hover figcaption, .portfolio-figure.cs-hover figcaption { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; }
.portfolio { width: 100%; display: table; }
.portfolio-item { float: left; padding: 0 0; width: 23% !important; }


.creations-container {
	max-width:100%;
}

/* Grid Style */
.grid { margin: 0 auto; }
.grid li { float: left; cursor: pointer; width: 25%;}
.grid figure { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

@media (min-width: 1370px) {
	.creations-container .col-md-3{width:33.33%;}
}
  
@media only screen and (min-width: 1200px) and (max-width:1369px) {
	.navbar-brand img{ max-width:350px !important; height:auto;}
	.nav > li > a { padding: 10px 12px; }
	.nav{margin:20px -10px;}
	.nav.social{margin:15px 30px 15px 0;}
	.nav.social > li > a {padding: 10px 10px; font-size:20px;}
	#nav.affix .nav{margin:15px 30px;}	
	#nav.affix .nav > li > a {padding: 10px 9px;}
	#nav.affix .nav.social{margin:15px 30px 15px 0;}
	#nav.affix .nav.social > li > a {padding: 10px 10px; font-size:20px;}
	.creations-container .col-md-3{width:33.33%;}

}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.logo img{max-height:50px; margin:5px 0;}
	.nav{margin:15px 10px;}
	.nav > li > a {padding: 5px 11px;}
	.nav.social{margin:0px;}
	.nav.social > li > a {padding: 20px 10px; font-size:12px;}
	.navbar-default .navbar-nav > li > a {font-size:12px; letter-spacing:0.02em;}
	.cd-items a h4 {font-weight: 600; color: #666; font-size:16px;}
	.our-works .text-wrap .text-content { padding: 40px 40px 40px 0px;}
	.our-works .right .text-wrap .text-content { padding: 40px 0px 40px 40px;}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.logo img{max-height:40px; margin:5px 0;}
	.nav{margin:10px 10px;}
	.nav > li > a {padding: 5px 8px;}
	.nav.social{margin:0px;}
	.nav.social > li > a {padding: 15px 5px; font-size:13px;}
	
	.navbar-default .navbar-nav > li > a {font-size:10px; letter-spacing:0.02em;}
	.dropdown-menu li a{color:#FFFFFF; font-size:11px; padding:5px 15px;}
	.our-works .img-wrap { height: 270px;}
	.our-works .text-wrap .text-content { padding: 40px 40px 40px 0px;}
	.our-works .right .text-wrap .text-content { padding: 40px 0px 40px 40px;}
	.border-btm {border-bottom: 1px solid #FFFFFF !important; }
	.no-right-brdr{border-right:0px !important;}
	.creations-container .col-sm-3{width:33.33% !important;}

}

@media (min-width: 480px) and (max-width: 767px) {
	.logo img{max-height:40px; margin:5px 10px;}
	.navbar-nav {float: none; text-align: center;}
	.nav{margin:0 -15px;}
	.nav > li > a {padding: 10px;}
	.navbar-default .navbar-nav > li {border-bottom: 1px solid rgba(255,255,255,0.2);}
	.navbar-default .navbar-nav > li:before {display:none;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {background:rgba(0, 0, 0, 0.6); color: #FFFFFF;}
	.navbar-nav .open .dropdown-menu {text-align: center;}	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #f7c937;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #FFFFFF;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #273c64; background: #00C854;}
	.nav.social > li {display: inline-block;}
	.nav.social {
		margin: 0px 0px 0px 0px !important;
	}
	.nav.social > li > a {padding: 10px 10px; font-size:20px;}
	.content-block{padding: 10px 0px 0;}
	.content-block h2 span{font-size:22px; line-height:30px;}
	.content-block p{text-align:justify; margin-top:20px; font-size:13px; line-height:24px;}
	.ongoing{padding:15px 0;}
	.completed{padding:15px 0;}
	#project-image > a span { display: none; overflow: hidden; position: absolute; max-width:500px !important; width:100% !important; height:375px !important; }
	.grid {padding: 10px 10px 15px !important;}
	.our-works .text-wrap .lean {display:none !important;}
	.our-works .img-wrap .img-effect {width: 94%;}
	.our-works .text-wrap .text-content { position: relative; padding: 15px;}
	.our-works .text-wrap .text-content p {font-size: 14px !important;}
	
	.our-works .right .text-wrap .text-content {position: relative !important; padding: 15px;}
	.our-works .right .img-wrap .img-effect {width: 94%;}
	.our-works .right .lean {display:none;}
	
	.value-box.box_1.extraborder { border-right:0px solid #FFFFFF;  border-bottom: 1px solid #FFFFFF; }
	footer {text-align: center; padding-top:40px !important;}
	.designed {text-align: center;}
	.wrapsemibox {margin-top: -10px;}
	.portfolio-figure:after{clear:both;}
}

 @media only screen and (min-width: 320px) and (max-width:479px) {
	.top-contact {font-size: 12px; float:none;}
	.top-social-icon { float:none;}
	.logo img{max-height:40px; margin:5px 10px;}
	.navbar-nav {float: none; text-align: center;}
	.nav{margin:0 -15px;}
	.nav.social > li {display: inline-block;}
	.nav.social { margin: 0px 0px 0px 0px !important;}
	.nav.social > li > a {padding: 10px 10px; font-size:20px;}
	.nav > li > a {padding: 10px;}
	.navbar-default .navbar-nav > li {border-bottom: 1px solid rgba(255,255,255,0.2);}
	.navbar-default .navbar-nav > li:before {display:none;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {background:rgba(0, 0, 0, 0.6); color: #FFFFFF;}
	.navbar-nav .open .dropdown-menu {text-align: center;}	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #f7c937;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #FFFFFF;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #273c64; background:rgba(0, 0, 0, 0.6); }
	.content-block{padding: 10px 0px 0;}
	.content-block h2 {font-size:22px; }
	.content-block h2 span{font-size:22px; line-height:30px;}
	.content-block p{text-align:justify; margin-top:20px; font-size:13px; line-height:24px;}
	.services h2 {font-size:22px; }
	.ongoing{padding:15px 0;}
	.ongoing h2{font-size:24px;}
	.completed{padding:15px 0;}
	.completed h2{font-size:22px;}
	.grid {padding: 10px 10px 15px !important;}
	.our-works .text-wrap .lean {display:none;}
	.our-works .img-wrap .img-effect {width: 91%;}
	.our-works .text-wrap .text-content { position: relative; padding: 15px;}
	.our-works .text-wrap .text-content p {font-size: 14px !important;}
	
	.our-works .right .text-wrap .text-content {position: relative !important; padding: 15px;}
	.our-works .right .img-wrap .img-effect {width: 91%;}
	.our-works .right .lean {display:none;}
	footer {text-align: center; padding-top:40px !important;}
	.designed {text-align: center;}
	.value-box.box_1.extraborder { border-right:0px solid #FFFFFF;  border-bottom: 1px solid #FFFFFF; }
	.our-works .arc-right {display:none;}
	.our-works .img-wrap { height: 190px;}
	.wrapsemibox {margin-top: -10px;}
	.portfolio-figure:after{clear:both;}
}