@charset "utf-8";
/*
[generic Table of contents]
* body
	+ header
		- .logo
	+ navigation
	+ .section2
		- #slider-with-blocks-1
		- .royalSlider
		
	+ .roofers-bg
		- .roofers
	+ #estimation
		- .estimation-toggle
			- .estimation
				- form
		- .toggle
	
	+ .services
		- .quote-carousel
			- .carousel-inner
		    	- .item
					- .overlay-effect
						- .button-effect
	+ .greybox
	+.latest-news
		- .news-detail
		
	+ .feature
		- #feature-carousel
			- .feature-work
				- .img
					- .overlay
			
	+ .partners
		- .flexiselDemo3
			- #portfolio
				- .item
				- .img
	+ .page-nav
		- .top-nav2
			- .heading
			- .inner-link
			
	+ .about-section
		- .meet-us
			- .about-slider
				- .abt-carousel
					- .bannerImage
	+.our-crew
		- .description
			- .description-pics
			
	+ .partner-bg
	+ # main-services
		- .services-wrap
			- #portfolio-filter
			- #portfolio-list
		- .clients-bg
			- .clients
			
	+ # main-gallery
		- .work-wrap
			- .filter-list
				- .filter
			- .portfolio
					
    + #location
		- .locations
		- .diamond-inner
					
    + #googleMap
    + .contact-wrap
	   - .contact
	   			
	+ #footer
		- .footer-detail
*/
body{
	height:100%;
	width:100%;
	font-family: 'OpenSansRegular';
	font-size:16px;
	color:#35383e;
	margin:0;
	padding:0;
	font-weight:lighter;
		background:#fff !important;
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot') format('embedded-opentype'),
         url('../fonts/RobotoLight.woff2') format('woff2'),
         url('../fonts/RobotoLight.woff') format('woff'),
         url('../fonts/RobotoLight.ttf') format('truetype'),
         url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family:'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Boldd41d.eot?#iefix') format('embedded-opentype'),
      url('../fonts/OpenSans-Bold.woff') format('woff'), 
	  url('../fonts/OpenSans-Bold.ttf')  format('truetype'), 
	  url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot') format('embedded-opentype'),
         url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#OpenSansLight') format('svg');
}
/*for scroll button to reach on top*/
.back-to-top {
	position: fixed;
	bottom: 0;
	right:5%;
	width: 52px;
	height: 52px;
	z-index:777100;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#db1c23;
	padding:10px;
}
.free-demo img {
	margin-right:-80px;
}
.carousel-control.left, .carousel-control.right{
	background-image:none !important;
}
/* .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	left:4% !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	right:4% !important;
} */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    background: #000 none repeat scroll 0 0;
    font-size: 30px;
    height: 35px;
    margin-top: -10px;
    width: 35px;
} 
.back-to-top:hover , .back-to-top:focus{
	 color: #ffffff;
}
.overflow{
	overflow:hidden;
}
a{ text-decoration:none; color:#35383e; }
a:hover{ text-decoration:none;  color:#db1c23;}
a:focus{ outline:none; }
ul{
	margin:0;
	padding:0;
	list-style:none;
}
h1{
	font-family:'RobotoRegular';
	font-size:35px;
	margin:0;
}
h3{
	font-family:'RobotoRegular';
}
strong{ font-family: 'OpenSans-Bold'; }
.nospace{
	padding-left:0;
}
header{
	color: #fff;
	font-size: 12px;
	padding: 7px 0;
	background: #db1c23;
}
header .fa{
	margin-right:3px;
}
header address{
	display:inline;
	margin:0;
}
.address{}
.address a{
	color: #fff;
}
.color{
	color: #fff;
}


/*NAVIGATION*/
.navigation{
	background: #fff;
	width:100%;
	position:relative;
	/* overflow: hidden; */
}
.dropdown-menu>li>a{
	padding:0px 20px !important;
}
.navigation span {
	position: absolute;
	right: 75%;
	width: 100%;
	background: #fff !important;
	height: 100px;
}
/* .navigation:before, */ 
.navigation:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}
.navigation:after {
	left: 100%;
	background:#212022;
}
section.request-demo {
    padding: 3% 0;
}
.navigation .logo{/* 	padding-left: 25px;  */background: #fff !important;height: 100px;margin-top: 0px;position: relative;width: 285px;/*  overflow: hidden; *//* padding-left: 75px; */}
.logo img {
    position: relative;
    left: -64px;
    top: -10px;
}
.navigation .logo:before {
   	border-top: 100px solid transparent;
   	border-right: 100px solid #fff;
   	content: "";
   	height: 0;
   	right: 0;
   	position: absolute;
   	top: 0;
   	width: 0;
}
.navigation .logo span {
	    background-color: #fff;
	    height: 140px;
	    position: absolute;
	    right: 60px;
	    top: -21px;
	    transform: rotate(45deg);
	    width: 5px;
}
.navigation .logo a{
	display: inline-block;
/* 	margin-top: 22px; */
}
nav {
    background-color: transparent !important;
    border: medium none !important;
	z-index:999;
}
.navbar{
	margin-bottom:0 !important;
	padding:31px 0;
	z-index:999;
	border: none;
	border-radius: 0px;
	position:relative;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	left:4% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    font-size: 30px ;
    height: 41px !important;
    margin-top: -10px;
    padding: 3px;
    width: 41px !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	right:5% !important;
}
.magic {
    border-top: 1px solid #db1c23;
}
.navbar li {
	z-index:999;
	margin-left:5px;
	margin-right:10px;
}
.footer-logo img {
    margin-top: -32px;
}
.owl-controls.clickable{
	display:none !important;
}
.details .fa {
    margin-right: 10px !important;
}
.details strong {
    margin-right: 3px;
}
.navbar-form.navbar-right:last-child{
	margin-right:0 !important;
}
.navbar-nav > li > a{
	font-family: 'OpenSansLight';
	color: #000 !important;
	font-size: 18px;
	padding:8px 10px;
	display:inline-block;
	text-shadow: none;
	font-weight: bold;
}
.navbar-collapse{
	margin-right:30px;
	margin-left:-20px;
}
/* menu on hover - with animation */
.dropdown-menu{
	min-width:110%;
	border: none;
	z-index:999;
}
.dropdown.drop-collapsed .dropdown-menu {
  height: 0 !important;
  z-index:999;
}
.dropdown .dropdown-menu {
  overflow: hidden;
  -webkit-transition: height 0.65s ease;
  transition: height 0.65s ease;
}
.dropdown-menu .divider {
    background-color:#fff;
}
.navbar-nav > li > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity:0;
  border-radius:0;
}
.navbar-nav > li.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    background:#DB1C23;
}
.navbar-nav > li.open .dropdown-menu >li
{
	border-top:1px solid #fff;
	padding-bottom:10px;
	padding-top:10px;
	margin-right:0 !important;
	margin-left:0 !important;	
}
.navbar-nav > li.open .dropdown-menu >li:first-child
{
	border:none;	
}
.navbar-nav > li.open .dropdown-menu >li a{
	color:#fff;
	-moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg); 
    -ms-transform:skew(20deg);
    transform:skew(20deg);
	padding-left:15px;
}
.navbar-nav > li.open .dropdown-menu >li a:hover
{
	background-color:transparent;
	color:#35383e;	
}
.navbar-nav> li.dropdown.open.active > a:hover, 
.navbar-nav > li.dropdown.open{
    color:#fff;
    background-color:transparent;
	-moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg); 
    -ms-transform:skew(20deg);
    transform:skew(20deg);
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
	-moz-transform:skew(-20deg);
    -webkit-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg);
	background:#db1c23;
}
.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
{
	background:transparent !important;
	-moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg);
    -ms-transform:skew(20deg);
    transform:skew(20deg);
}
.navbar-default .navbar-nav > li.active > a{
color: #fff !important;
}
/* Searchbar */
.search-container {
    width:21%;
    position: absolute;
    top:30px;
    right:0;
	z-index:10000;
}
.search-container form{
	margin:0;
	padding-left:0;
}
.searchbox {
    height: 40px;
    width: 100%;
}
.info address {
    color: #fff;
}
.address {
    margin-left: 30px;
}
.searchbox-input {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: none;
    background:rgba(0, 0, 0, 0.7);
	font-size:12px;
    width:80%;
    height:40px;
    margin:0;
    padding-left:12px;
    color:#65696d;
    outline-style:none;
    box-shadow:0 0;
    border-color:transparent;
}
.searchbox-input:focus {
    outline-style:none;
    box-shadow:0 0;
    border-color:transparent;
}
.searchbox-icon, .searchbox-submit {
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color:#65696d;
    background:#131517;
}
.searchbox{
    position: relative;
    min-width: 40px;
    width: 0%;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.1s;
    -moz-transition: width 0.1s;
    -ms-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
}
.searchbox-open{
    width: 100%;
}

.top-nav2 {
	display:inline-block;
	width: 100%;
}

.color-scheme{
	position:fixed;
	right:-200px;
	z-index:1000;
	top:78px;	
}
.color-icon{
	float:left;
	width:50px;
	border:1px solid #dadada;
	height:50px;
	padding-top:10px;
	background-color:#fff;	
}
.fa-cog{
	color:#000;	
}
.color-scheme-inner{
	float:left;	
	background-color:#fff;
	width:200px;
	box-shadow: 0 4px 3px 0px rgba(0,0,0,0.75);
}
.color-scheme-inner ul{
	list-style:none;
}
.color-scheme-inner .roofer-colors{
	padding:20px 15px;
	display: none;	
}
.roofer-colors p{
	color: #333;
    font-family: 'OpenSansRegular';
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 12px;	
}
.color-scheme-inner h2{
	font-size:16px;
	margin-bottom:20px;
	color:#fff;
	line-height:48px;
	font-family:'RobotoRegular';
	margin:0;
	background: #db1c23;
}
.colors li{
	margin:0 5px;
	float:left;
	width:30px;
	margin-bottom:7px;
	border-radius:5px;
	height:30px;
	cursor:pointer;
	display:inline;
	border-radius:5x;	
	border:1px solid inherit;
}

.colors li.activeColor
{
	border:1px solid #000 !important;	
}
hr{
	border-bottom:2px solid #ff9c11;	
}
.roofers-bg hr{
	border-color:#db1c23 -moz-use-text-color -moz-use-text-color;
	border-width:3px 0 0;
}
/*2ND S4CTION  */
#section2{}
.carousel{
	width:100%;
}
.carousel .container{
	position:relative;
	z-index:998;
}
#section2 .carousel-inner > .item img{ 
	width:100%; 
}
 /*WILL BE USED MANY TIMES*/  
hr{
  border: 0;
  height: 1px;
  width:20% !important;
  position: relative;
  margin:25px auto;
}
.hr{
  background: #db1c23;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:20px auto;
  display:block;
}
.request-demo input {
    width: 100%;
}
.sub input {
    width: 12%;
}
.sub1 input {
    width: 0;
}
.center{
	 background: #db1c23;
}
.center:before{
      	background:inherit;
		content: "";
		display: inline-block;
		height: 14px;
		left:50%;
		margin: 0 0 0 -17px;
		position: absolute;
		top: -7px;
		width:40px;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
}
/* General button style */
a.red-button {
	text-align:center;
	font-size:18px;
	color: #fff !important;
	font-family:'RobotoRegular';
	padding:5px 10px;
	display: inline-block;
	margin-bottom: 10px;
    margin-top: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:130px;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
}
a.red-button span{
	display: block;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    transform:skew(25deg);
}
.demo h2 {
    text-align: center;
    padding-bottom: 20px;
}
.request p {
    font-size: 17px;
    color: #333;
    padding-top: 20px;
}
.request li {
    font-size: 14px;
    color: #000;
    line-height: 23px;
}
section.request-form-format {
    padding: 3% 0;
}
.free-demo img {
    width: 44%;
}
.free-demo img {
     position: absolute;
    right: -20px;
    top: 0;
    width: 30%;
}
.color-scheme.text-center {
    display: none;
}
form.request-form {
    border: 2px solid #DB1C23;
    padding: 30px;
    margin-bottom: 20px;
}
input[type="submit"] {
       position: relative;
    float: right;
    right: 15px;
    background: #DB1C23;
    border: 1px solid #DB1C23;
    border-radius: 2px;
    color: #fff;
    padding: 5px 15px;
}
.demo1 {
    position: absolute;
    right: 0;
}
.navigation .logo span {
    display:none;
}
.request-demo textarea {
    margin-bottom: 15px;
 width: 100%;
}
a.pink, a.pink:hover, a.pink:visited {
    color: #913944;
    border-bottom: 4px solid #cb5462;
    text-shadow: 0px 1px 0px #f9a0ad;
    background: #f56778;
    background: -webkit-gradient(linear, left top, left bottom, from(#DB1C23), to(#f56778));
    background: -moz-linear-gradient(top, #DB1C23, #f56778);
    box-shadow: inset 1px 1px 0 #fbc1d0;
	background:rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #DB1C23, #f56778) repeat scroll 0 0;
}
a.button {
   border-radius: 3px;
    color: #fff !important;
    display: block;
    float: left;
    font: bold 13px/25px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 40px;
    margin: 0 10px 18px 0;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

a.button:before {
    height: 23px;
    bottom: -4px;
    border-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 1px 1px 0 #ef5761;
    -moz-box-shadow: 0 1px 1px 0 #ef5761;
    box-shadow: 0 1px 1px 0 #ef5761;
}

a.button:before, a.button:after {
       border-radius: 3px;
    bottom: -1px;
    content: "";
    height: 40px;
    left: -1px;
    position: absolute;
    width: 100px;
}
.pink:before, .pink:after {
    border: 1px solid #ee8090;
    border-bottom: 1px solid #b84d5a;
}
.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.button {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.request-form input[type="checkbox"], .request-form a {
    margin-left: 16px;
}
.form2 input[type="text"] {
    width: 100%;
    padding: 13px 10px;
    margin-bottom: 10px;
	font-size:14px;
}
.form2 textarea {
    width: 100%;
	   padding: 13px 10px;
	   font-size:14px;
}
form.form-format {
    padding-bottom: 30px;
}
.form2 p {
    position: relative;
    top: 15px;
    left: 15px;
}
.form2 input[type="submit"] {
    margin-top: 10px;
}
.aside a {
    font-size: 14px;
    color: #333;
}
.req-form h2 {
    text-align: center;
    padding-bottom: 20px;
}
.req-form h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.req-form p {
    text-align: justify;
    font-size: 14px;
}
.request-form input[type="text"] {
    width: 100%;
}
.request-form select {
    width: 100%;
}
.btn-4 {
	overflow: hidden;
	background:#db1c23;
}
.btn-4:hover {
	background:#db1c23;
	color:#fff;
}
.btn-4:before {
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 4c */
.btn-4c:before {
	content:"\f105";
	left:70%;
	opacity:0;
	top:7px;
	font-family:FontAwesome;
	font-size:18px;
	transform:skew(25deg);
}
.btn-4c:hover:before {
	left:85%;
	opacity:1;
}
.btn-4d:before{
	content: "\f104";
	right:70%;
	opacity:0;
	top:7px;
	font-family:FontAwesome;
	font-size:18px;
}
.btn-4d:hover:before {
	right:90%;
	opacity: 1;
	margin-right:2px;
	margin-left:3px;
}
.owl-theme .owl-controls .owl-buttons div{
   color: #fff;
   display: inline-block;
   *display: inline;/*IE7 life-saver */
   padding: 0px;
   margin-right: 5px;
   font-weight: normal;	
   width: 50px;
   height: 50px;
   line-height: 48px;
   font-size: 22px;
   text-align: center;
   -webkit-transition: all 0.30s ease-in-out;
   -moz-transition: all 0.30s ease-in-out;
   -ms-transition: all 0.30s ease-in-out;
   -o-transition: all 0.30s ease-in-out;
   transition:all 0.30s ease-in-out;
   border: 1px solid #000; 
   background: rgba(0,0,0,0.8); 
   
}
.social li {
    float: right;
    padding-left: 12px;
    font-size: 20px;
    position: relative;
    border: 1px solid #8b8b8b;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    margin-left: 10px;
}
.social li a {
    color: #8b8b8b;
    position: relative;
    top: 8px;
    left: 3px;
}
.request li .fa {
    font-size: 9px;
    color: #db1c23;
    position: relative;
    top: -2px;
    left: -4px;
}
.request li li .fa {
    color: #000;
    font-size: 14px;
}
.request ul ul {
    margin-left: 14px;
}
.request h4 {
    font-weight: 600;
}
.request ul {
    margin-left: 30px;
}
.request h3 {
    padding-bottom: 15px;
}
.request li li.fa {
    padding-right: 4px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0px;
	top: 45%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -5px;
	top: 45%;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	/*  background: rgba(255,255,255,0.8); */
	border-color: #fff; 
	color: #000;
}
.roofers-bg h1 {
    color: #000;
}
 /* ROOFERS SECTION */
.roofers-bg{
	 /* background:rgba(59, 62, 69,0.85); */
	 padding:6% 0;
	 color:#fff;
	 position:relative;
}
.roofers {
      /*  margin-top: 10%;
    border: 4px solid #000;
    border-radius: 50%;
    padding: 20% 0 0 0;
    width: 180px;
    height: 180px; */
    /* margin-left: 50%; */
}
.text p {
       width: 400px;
    text-align: center;
    position: relative;
    right: 27px;
    top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.text-center p {
    color: #000;
    font-size: 20px;
}
/* .roofers img{
	    margin-bottom: 38px;
    width: 60%;
} */
.roofers p{
    font-family: 'RobotoRegular';
    color: #000;
    font-size: 22px;
    text-align: center !important;
   /*  width: 279px; */
/*     margin-left: -51px; */
    margin-top: 10px;
}
 /* ROOFERS SETION ENDS */
/*ESTIMATION QUOTE*/
#estimation{
	background:#fff;
	color:#555555;
	position:relative;
	z-index:999;
	padding-top:6%;
}
#estimation p{
	margin-bottom:8%;
}
.terms ul {
    margin-left: 35px;
}
.estimation{
}
.estimation form{
	 padding:45px 0 30px;
}
.estimation .form-inline .form-group{
	margin-bottom:15px;
	width:100%;
}
.estimation .form-inline .form-group:nth-child(2n){
	margin-right:0;
}
.estimation form .form-control , .estimation form textarea{
	background:#f6f6f6;
	border:1px solid #d6d6d6;
	border-radius:0;
	color:#7b7b7b;
	box-shadow:0 0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition:all 0.30s ease-in-out;
	width:100%;
}
.estimation form .form-control:focus , .estimation form textarea:focus{
 	  box-shadow:0 0 5px #DB1C23;
}
.estimation form textarea{
	margin-bottom:15px;
	resize:vertical;
	padding:6px 12px;
}
.estimation form .btn , .locations .search-form .btn , .contact .btn.btn-default{
	border:none;
	border-radius:0;
	font-size:18px;
	color: #fff !important;
	font-family:'RobotoRegular';
	padding:5px 10px;
	display: inline-block;
	margin-bottom: 10px;
    margin-top: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:130px;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
	margin-left:15px;
}
.estimation form .btn span , .locations .search-form .btn span , .contact .btn.btn-default span{
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
.toggle:before
{
	content: "\f102";
	/* content:"\f103"; */	
	font-family:fontawesome;
	color:#fff;
	font-size:16px;
	transition: all 0.3s;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
.toggle.active:before
{
	content:"\f103";
	/* content: "\f102"; */	
	font-family:fontawesome;
	color:#fff;
	font-size:16px;
	transition: all 0.3s;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
/* blink */
@keyframes blink {  
    0% { bottom:5px; }
    50% { bottom: 20px; }
    25%,75% { bottom:15px; }
    100% { bottom: 0; }
}
@-webkit-keyframes blink {
   0% { bottom:5px; }
    50% { bottom: 20px; }
    25%,75% { bottom:15px; }
    100% { bottom: 0; }
}
.toggle:before
{
	-webkit-animation: blink 4s infinite; 
  	-moz-animation: blink 4s infinite;
  	animation: blink 4s infinite;
	content: "\f102";
	font-family:fontawesome;
	color:#fff;
	font-size:16px;	
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);    
  	transition: all 0.3s;
	display:block;
}
.toggle.active:before
{
	content:"\f103";
	font-family:fontawesome;
	color:#fff;
	font-size:16px;
	transition: all 0.3s;
	-moz-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
	display:block;
}
.toggle{
	background:#db1c23; 
	color:#fff;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
	padding:3px 15px;
	margin-left:-40px;
	display: inline-block;
	position:absolute;
	bottom:-14px;
	width:40px;
	left:50%;
	right:0;
	cursor:pointer;
}
section.contact-wrap {
    background: #fff;
}	
section.about-section {
    background-color: #fff;
}
div#mission {
    background: #fff;
}
div#testing {
    background: #fff;
}
div#services-details {
    background: #fff;
}
div#fire-smoke-exhaust-system {
    background: #fff;
}
/*ESTIMATION QUOTE ENDS  */


/* OUR SERVICES */
.services{
	background:url(../images/HVAC-Complete-Solution1.jpg) no-repeat fixed center top / 100% 100%;
	height:auto;
	padding-top:5%;
	padding-bottom: 180px;
	position:relative;
	color:#fff;
}
/* carousel */
.myCarousel{
	width:100%;
	position:relative;
	top:40px;
	z-index:111;
}
.room li {
    list-style-type: disc;
    margin-left: 20px;
}
.carousel-inner > .item{
	transition:left 1s ease-in-out 0.2s;
}
#ventilation-system, .conditions {
    padding: 2% 0;
}
.conditions li {
    list-style-type: decimal;
    font-size: 14px;
    line-height: 23px;
}
.conditions li li {
    list-style-type: lower-alpha;
    margin-left: 40px;
}
.centralize h4 {
    font-weight: 600;
    font-size: 20px;
	 font-family: 'RobotoRegular';
}
.centralize p {
    font-size: 14px;
    text-align: justify;
}
.myCarousel .carousel-control{
   	  background:#db1c23;
	  color:#fff;  
	  font-size:18px;
	  text-shadow:none;
	  margin-top:30px;
	  opacity:1;
	  width:40px;
	  height:30px;
	  position:absolute;
	  left:50%;
	  top:100%;
  	  z-index:50;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
	display:inline-table;
}
 .myCarousel .carousel-control span > .fa{
	-moz-transform:skew(40deg);
    -webkit-transform:skew(40deg);
    -o-transform:skew(40deg);
    -ms-transform:skew(40deg);
    transform:skew(40deg);
}
.myCarousel .carousel-control:hover , .myCarousel .carousel-control:focus{
	  background:#191b1e;
	  color:#fff;
	  opacity:1; 
}
/* Previous button  */
.myCarousel .carousel-control.left{
  left:45%;
  margin-right:5px;
}
/* Next button  */
.myCarousel .carousel-control.right{
	margin-left:5px;
    right:45%;
}
.quote-carousel .carousel-inner img{
	height:auto;
	max-width:100%;
	width:100%;
}
.effect{
	border:1px solid #fff;
	height:auto;
	max-width:100%;
	position:relative;
	margin-bottom:30px;
	padding-bottom: 59px;
}
.overlay-effect{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding:8px 15px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 33;
    height: 28%;
}
p {
    font-family:'RobotoRegular';
}
.text-center h2 {
    text-transform: uppercase;
    font-family: RobotoRegular;
	    padding-top: 10px;
		    color: #000;
			    font-weight: 600;
}
.button-effect{
	position:absolute;
	z-index:41;
	bottom:-20px;
	right:15px;
}
/* OUR SERVICES ENDS */
 /*LATEST NEWS*/
.latest-news{
	padding:6% 0;
	color:#555555;
}
.latest-news p{}
.latest-news .news-detail{
	color:#35383e;
	margin-top:8%;
}
.news-detail h3{
	font-family: 'OpenSans-Bold';
	font-size:16px;
	margin:0;
}
.news-detail p{
	font-size:14px;
	margin-bottom:0px;
	margin-top:15px;
}
 /* LATEST NEWS ENDS */
 /* FEATURES WORK*/
.feature{
	background:url("../images/bg-featuredwork.jpg") no-repeat fixed center top / 100% 100%;
	min-height:460px;
	height:100%;
	padding:5% 0;
	position:relative;
	color:#fff;
}
.mosaicflow{
	margin-bottom:1%;
    margin-top:4%;
}
.mosaicflow__column {
	float:left;
}
.mosaicflow__item {
	position:relative;
}
.mosaicflow__item .hoover {
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
		margin:0;
		padding:20px;
		background:hsla(0,0%,0%,.7);
		opacity:0;
		-webkit-transition:all 0.5s ease-in-out 0s;
		-moz-transition:all 0.5s ease-in-out 0s;
		-o-transition:all 0.5s ease-in-out 0s;
		 transition:all 0.5s ease-in-out 0s;
}
.mosaicflow__item .hoover .fa{
	background:#db1c23;
	color:#fff;
	font-size:18px;
	opacity:0.7;
	padding:10px;
	margin-top:24%;
}
.mosaicflow__item .hoover .fa:hover{
	background:rgba(0, 0, 0, 0.9);
}
.mosaicflow__item:hover .hoover {
		opacity:1;
}
		
 /* FEATURES WORK ENDS */
 /* Price-Plan */
	.plans {
		padding: 6% 0;
	}
	.plans h1 {
		font-family: 'RobotoLight';
	}
	.plans .price-plan hr {
		width: 60% !important;
	}
	.plans .price-plan {
		margin-top: 50px;
	}
	.plans .price-plan .panel-default {
		border-radius: 0px;
		padding: 20px 15px 20px 15px;
	}
	.plans .price-plan .panel-default h2,
	.plans .price-plan .panel-default p  {
		font-family: 'RobotoRegular';
	}
	.plans .price-plan .panel-default h2 {
		font-size: 40px;
	}
	.plans .price-plan .panel-default p {
		font-size: 16px;
		text-transform: uppercase;
	}
	.plans .price-plan .panel-default .panel-body ul li {
		line-height: 1.9em;
		font-family:'OpenSansRegular';
		border-bottom: 1px solid #dddddd;
		margin-bottom: 10px;
	}
	div.triangle {
    text-align: center;
	color: #fff;
	font-size: 0.8em;
	position: absolute;
    top: -9px;
    left: -23px;
	width: 0;
	height: 0;	
	border-left: 	60px solid transparent;
	border-right: 	60px solid transparent;
	border-bottom: 	60px solid #000000;
    -moz-transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
span.sale-text {
	font-family: 'RobotoRegular';
	font-weight: normal;
    position: absolute;
    bottom: -54px;
    left: -126px;
    right: -126px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}
 /* Price-Plan */
 /* MULTIPLE LOGOS */
.partners{
	padding:0 0 5% 0;
	 background: #19171c none repeat scroll 0 0;
}
#partners h1 {
	 color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
}
div#example1 {
    margin-top: 30px;
}
#partners .item {
    float: left !important;
    padding-right: 30px !important;
}

#partners .item > img {
    border: 1px solid #ccc;
}
#partners .owl-item {
    height: 130px;
}
 /* MULTIPLE LOGOS ENDS */
 .news-letter {
	padding: 6% 0px 10% 0px ;
 }
 section.module.parallax {
	height: auto;
	padding-bottom: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
    position: relative;
}
section.module.parallax-1 {
	background-image:url("../images/news-letter-bg.jpg");
}
.news-letter-form {
	margin-bottom: 50px;
	margin-left: 20px;
}
.news-letter-form .form-inline {
	margin-top: 35px;
}
.news-letter-form .form-inline .form-group {
	width: 100%;
}
.news-letter-form .form-inline .form-group .form-input {
	padding: 0px;
}
.news-letter-form .form-inline .form-group .form-control {
	background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #c9c9c9;
    border-radius: 0;
   font-family:'OpenSansRegular';
    font-size: 14px;
    font-weight: normal;    
}
.news-letter-form .form-inline .form-control {
	 height: 64px;
    padding: 5px 20px;
    width: 100%;
}
.news-letter .submit-button {
    background:  #db1c23;
    border-color: #db1c23;
    border-radius: 0;
    color: #fff;
    height: 64px;
    padding-left: 26px;
    padding-right: 26px;
    font-family: 'RobotoLight';
    font-size: 22px;
    transition: all 0.5s ease 0s;
}
.news-letter h1 {
	font-family: 'RobotoRegular';
	font-size: 34px;
	color: #fff;
	margin-top: 20px;
}
.news-letter p {
	font-family: 'RobotoLight';
	color: #606060;
	font-size: 18px;
	margin-top: 10px;
}
 
/* FOOTER */
footer{
	background:#19171c;
	border-top:5px solid #db1c23;
	color:#8b8b8b;
	font-size:14px;
	padding-top:5%;
}
.details {
    width: 663px;
}
.details li {
    font-size: 15px !important;
}
#fire-smoke-exhaust-system, #kitchen-exhaust-system, .room-pressure, .temperature {
    padding: 2% 0;
	background: #fff;
}
.exhaust p, .room p, .mapping p {
    font-size: 14px;
	text-align:justify;
}
#temperature-mapping {
    padding: 2% 0;
}
/* .exhaust, .mapping {
    padding-top: 50px;
} */
.fire-smoke ul {
    line-height: 27px;
    margin-bottom: 40px;
    padding-left: 30px;
}
#duck-leak-test {
    padding: 2% 0;
}
.fire p {
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
    color: #35383e;
}
.duck p {
    font-size: 14px;
    text-align: justify;
}
ul.aside {
    padding-left: 30px;
}
.duck li {
    list-style-type: disc;
    margin-left: 20px;
}
.duck {
    padding-top: 25px;
}
.fire li {
    font-size: 14px;
    list-style-type: disc;
    margin-left: 20px;
    line-height: 23px;
}
#duck-leak-test li, .room li {
    line-height: 23px;
    font-size: 14px;
}
.fire h4, .fire h3 ,.fire h5, .room h4{
    font-weight: 600;
	font-family: 'RobotoRegular';
}
.fire h4 {
    font-size: 17px;
}
.footer-detail {
	position: relative;
}
.footer-detail .center::before {
	left: 20%;
}
.footer-detail hr {
	margin:25px 25px 25px 0px;
	width: 40% !important; 
}
.footer-detail{ padding-bottom:32%; }
.footer-detail img{ margin-bottom:10px;}
.footer-detail a{ color:#8b8b8b;}
.footer-detail a:hover{ color:#fff;}
.footer-detail .fa{ margin-right:2px;}
.footer-detail h3{
	color:#fff;
	font-family:'RobotoRegular';
	font-size:22px;
	margin-top:0;
	margin-bottom:25px;
}
.footer-detail ul li:nth-child(2n){
	float:left;
	width:48%;
}
.footer-detail ul li:nth-child(2n+1){
	float:left;
	width:48%;
}
.footer-detail ul{}
.footer-detail ul li{
	border-bottom: 1px solid #332f38;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
}
.footer-detail li:hover {
	color: #fff;
	cursor: pointer;
}
.footer-detail ul li a{
}
.footer-detail ul li a:hover, footer .copy-right a:hover{
	color:#fff;
}
.footer-detail .latest-project {
	padding: 0px;
	padding-right: 10px;
	position: relative;
}
.latest-project .latest-project-overlay {
	text-align:center;
	opacity:0;	 
	position:absolute;
	top:0;
	display:none;
	left:0;
	width:100%;
	height:100%; 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.latest-project:hover .latest-project-overlay  {
	opacity:0.8;
	display:block;
}
.latest-project .latest-project-overlay  .fa-external-link {
	color:#fff;
	background:#bc242b;
	opacity: 0.9;
	position:relative;
	top:30%;
	left: 2%;	
	background:#bc242b;
	padding:8px;
}
.footer-detail #mail , footer .copy-right a{
	color:#8b8b8b;
}
ul.social {
    position: relative;
    top: 20px;
}
footer .copy-right{
	/* border-top:1px solid #db1c23; */
	padding: 30px 0;
    position: relative;
   float: left;
}
 /*FOOTER ENDS  */
                   /*ABOUT US (2ND PAGE) */
 
 /*FOR GREY SECTION RETURN TO HOME PAGE*/                          
.page-nav{
	background:#ebebeb;
	color:#35383e;
	padding:18px 0;
	width:100%;
}
span.inner-link.page-link {
    position: relative;
    right: 95px;
}
.request-demo a {
    color: #db1c23;
    font-weight: 600;
	margin-left: 5px;
}
.inner-link{font-size:14px;  }
.inner-link > a{ color:#35383e; }
.inner-link > a:hover{ text-decoration:underline; }
.heading{    font-size: 30px;
    font-family: 'RobotoRegular';
    font-weight: 600;}
	.mission-details li {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
    line-height: 23px;
}
.mission-details {
    padding: 4% 0 !important;
}
/* .roofers-bg p {
    font-size: 20px;
	    color: #000;
} */
.about-section{
    padding-top: 2%;
}
.adjusting.clearfix {
    padding-top: 2%;
    position: relative;
    bottom: -10px;
}
.adjusting.balance {
    position: relative;
    top: -40px;
}
.adjusting.air-balanace {
    margin-top: -40px;
}


.aside li {
    list-style-type: none !important;
	line-height: 23px;
}
 .about-slider{
	 margin-bottom:30px;
 }
.about-slider img , .work-detail img{
	width:100%;
}
.about-slider .carousel-control , .work-detail .carousel-control{
	background:rgba(219,28,35,0.6); 
	opacity:1;
	color:#fff; 
	padding:12px;
	height:48px;
	width:48px;
	top:40%;
	line-height:21px;
	text-shadow:0 0;
	-moz-transform:skew(0deg);
    -webkit-transform:skew(0deg);
    -o-transform:skew(0deg);
    -ms-transform:skew(0deg);
    transform:skew(0deg);
}
.about-slider .carousel-control.left , .work-detail .carousel-control.left{
	left:5%;
}
#testing {
    padding-bottom: 3%;
}
.about-slider .carousel-control.right , .work-detail .carousel-control.right{
	right:5%;
}
.meet-us{ color:#35383e; }
.meet-us h1{
	font-family: 'RobotoRegular';
	margin:0;
}
.meet-us h2{
	 font-family:'RobotoRegular';
	 font-size:22px;
}
	.meet-us p {
    line-height: 23px;
    margin-top: 3%;
    text-align: justify;
    font-size: 14px;
    margin-bottom: -10px;
}
/*for parent div*/
#our-crew{
	color:#35383e;
	padding:7% 0 3%;
}
#our-crew p{
	color:#555555;
	margin-bottom:5%;
}
.our-crew{
}
.our-crew.img {
  margin-bottom:0;
}
.img img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.overlay-abt {
  display: block;
  position: absolute;
  z-index: 20;
  background:rgba(0, 0, 0, 0.7);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height:0;
  width:100%;
  top:0;
  left:0;
  right:0;
  color:#fff;
}
.img.hover .overlay-abt {
  height: 100%;
}
.overlay-abt  ul.info {
	margin:0;
	padding:0;
	-moz-transform:skew(-20deg);
    -webkit-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg);
}
.overlay-abt  ul.info li {
	display:inline-block;
	margin-left:3px;
	margin-right:3px;
	margin-top:15px;
}
.overlay-abt  ul.info li a{
   background:#191b1e;
	color:#fff;
	padding:5px 10px;
}
.overlay-abt  ul.info li a > .fa{
	color:#fff;
   -moz-transform:skew(20deg);
    -webkit-transform:skew(20deg);
    -o-transform:skew(20deg);
    -ms-transform:skew(20deg);
    transform:skew(20deg);
}
.overlay-abt  ul.info li a:hover , .overlay-abt  ul.info li a >:focus{
	background:#db1c23;
}
.description{
	 margin-bottom:25px;
	 position:relative;
}
.overlay-abt h3{
	font-family: 'OpenSans-Bold';
	font-size:18px;
	padding-top:5%;
}
.overlay-abt p{
	color:#fff !important;
}
.partner-bg{
	background:#ebebeb;
	padding:4% 0;
}
  /*  ABOUT US ENDS  */
  
  
  /* ===== OUR SERVICES(3RD PAGE) ===== */  
#main-services
.services-wrap{
	padding:6% 0;
}
ul#portfolio-filter{
	overflow: hidden;
}
ul#portfolio-filter li {
	float:none;
	display:inline-block;
}
ul#portfolio-filter li a {
	 color:#35383e; 
	 font-size:26px;
	 font-family:'RobotoRegular'; 
	 border-radius:0;
	 display:inline-block;
}
ul#portfolio-filter li a.current {
	color:#db1c23;
	text-decoration:none; 
}
ul#portfolio-list {
	margin-top:6%;
}
ul#portfolio-list li {
	width:30%;
	max-width:100%;
	height: auto;
	display: inline-block;
	float: left;
	margin-right:14px;
	margin-left:14px;
	overflow: hidden;
}
.effect img{
	width:100%;
}
.shape{
	height:1px; 
	background:#35383e;
	width:40%;
	margin:10px auto;
	position:relative;
	display:block;
	
}
.border{
	font-size:0px; 
	line-height:0%;
	width: 0px;
	border-top: 10px solid #35383e;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: relative;
    margin:auto;
    display:block;
}
/*services details*/
#services-details{
	padding:2% 0;
	width:100%;
}
.services-details{
}
aside{
	margin-bottom:40px;
}
 aside h2{
	color:#35383e; font-family:'RobotoRegular'; 
	font-size:28px;
	margin:0;
}
.owl-item {
    height: 630px;
}
.red{
	background:#db1c23;
	height:1px;
	width:100%;
	margin:25px 0;
	position:relative;
	display:block;
}
.red:before{
    background:inherit;
	content: "";
	display: inline-block;
	height: 14px;
	left:5%;
	position: absolute;
	top: -7px;
	width:30px;
    -moz-transform:skew(-40deg);
    -webkit-transform:skew(-40deg);
    -o-transform:skew(-40deg);
    -ms-transform:skew(-40deg);
    transform:skew(-40deg);
}
.services-details h1{
	 margin:0 0 30px;
	 font-family: 'RobotoLight';
}
.services-details p{
	color:#35383e;
	line-height:26px;
	    font-size: 14px;
		text-align: justify;
}
.services-details h4 {
    color: #35383e;
    font-weight: 600;
}
.services-details ul , .work-detail ul{
	margin-bottom:40px;
	padding-left:30px !important;
}
#welcome-aerosys h4 {
    font-family: 'RobotoRegular';
    font-size: 28px;
}
#welcome-aerosys {
    padding: 6% 0;
}
#welcome-aerosys p {
    font-size: 15px;
    text-align: justify;
}
.services-details ul li{
	margin-bottom:10px;
	    font-size: 14px;
}
.commissioning h4 {
    font-weight: 600;
    font-size: 22px;	
	font-family:'RobotoRegular';
}
.mission-details h4 {
    color: #35383e;
    font-weight: 600;
    margin-left: 15px;
	font-family:'RobotoRegular';
}
.mission-details p {
    font-size: 14px;
    text-align: justify;
}
#testing p {
    text-align: justify;
    font-size: 14px;
}
#testing h4 {
    font-weight: 600;
	 font-family:'RobotoRegular';
}
#testing li {
    font-size: 14px;
    list-style-type: disc;
    line-height: 23px;
    margin-left: 20px;
}
.adjusting h5 {
    font-weight: 600;
	font-size:20px;	
	font-family:'RobotoRegular';
}
.commissioning li, .re-commissioning li {
    list-style-type: disc;
}
.services-details ul#list li:before , aside ul li a:before, .work-detail ul li:before{
  content: '\f101';
  font-family: FontAwesome;
  display: inline-block;
  width:15px; 
  margin-left:-20px; 
}​
aside ul li {
	padding-left:20px;
	margin-bottom:15px;
}
.clients-bg{
	background:url(../images/clients-bg.jpg) left top no-repeat;
	min-height:438px;
	height:100%;
	padding:5% 0;
	position:relative;
	color:#fff;
	background-size:cover;
	
}
.clientCarousel{
	   margin-top: 5%;
	
}
.clients-bg .carousel-control{
	background:transparent;
	font-size: 40px;
    opacity: 1;
    top:25%;
	text-shadow:0 0;
	width:5%;
}
.clients-bg .carousel-control:hover , .clients-bg .carousel-control:focus{
	color:#db1c23;
}
.clients-bg .clients p{
	font-size:18px;
	 font-family:'RobotoRegular';
	 margin-bottom: 0;
    margin-top: 5px;
}
.clients-bg .clients span{
	color:#fff;
	font-size:14px;
	font-family: 'OpenSansLight';
}
.clients-bg blockquote{
	background:#ebebeb;
    position: relative;
	color:#35383e;
	padding:7% 5%;
	 -moz-transform:skew(-15deg);
    -webkit-transform:skew(-15deg);
    -o-transform:skew(-15deg);
    -ms-transform:skew(-15deg);
    transform:skew(-15deg);   
} 
.clients-bg blockquote span{
	 -moz-transform:skew(15deg);
    -webkit-transform:skew(15deg);
    -o-transform:skew(15deg);
    -ms-transform:skew(15deg);
    transform:skew(15deg);
	display:block;
}
.clients-bg blockquote:before{
		  content:""; 
		  position: absolute; 
		  right: 100%; 
		  top:40%; 
		  width: 0; 
		  height: 0; 
		  border-top: 13px solid transparent; 
		  border-right: 26px solid #ebebeb; 
		  border-bottom: 13px solid transparent; 
}
.clients-bg blockquote:after{
   content: url(../images/blockquote.png);
   position:absolute;
   left:12px;
   top:20px;
   z-index:-1;
}
 /* ===== OUR CLIENTS ENDS ===== */ 
 
 
 
 /* ===== OUR WORK ===== */  
#main-gallery{
}
.work-wrap{
	padding:6% 0 5%;
}
/** filters list **/
.filter-list {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom:10px;
	padding:0;
}
.filter-list li {
	float:none;
	display:inline-block;
}
.filter-list li a{ 
     color:#35383e; 
	 font-size:26px;
	 font-family:'RobotoRegular'; 
	 border-radius:0;
	 display:inline-block;
}
ul.filter-list li.active ,
ul.filter-list li.active a {
	color:#db1c23;
	text-decoration:none; 
}
.portfolio {
	display: block;
    width: 100%;
    padding:0;
    margin:6% 0 0;
	text-align: center;
}
.portfolio item {
	width:30%;
	height:326px;
	max-height:100%;
}
.portfolio li.item {
	display: none;
	opacity: 0;
	width:30%;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:0;
	max-height:326px;
	position:relative;
}
.portfolio li.item img {
    height: inherit;
    overflow: hidden !important;
    transition:opacity 0.7s ease-out 0s, transform 0.7s ease-out 0s;
    width: inherit;
}
.portfolio li.item:hover img {
    height: inherit;
    overflow: hidden !important;
    transform: scale(1.3);
    width: inherit;
}
.portfolio .item img {
  max-width: 100%;
}
.img {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portfolio li.item:hover .overlay {
    display: block;
    opacity: 0.9;
}
.overlay {
    /*background-color:rgba(0, 0, 0, 0.8);*/
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.overlay .fa{
	color:#fff;
	background:#bc242b;
	opacity: 0.7;
	padding:14px;
	position:absolute;
	top:40%;
}
.overlay .fa-external-link{
	left:35%;
	margin-right:5px;
}
.overlay .fa-search{
	right:35%;
	margin-left:5px;
}
.overlay .fa:hover{
	background:rgba(0, 0, 0, 0.9);
}
.portfolio li.item:hover .overlay {
    display: block;
    opacity: 0.9;
}
/*our work details*/ 
#work-details{
	  padding: 5% 0;
}
.work-detail h1{
	 font-family: 'RobotoLight'; 
}
.work-detail .dark-grey{
	background:#35383e;
    padding: 52px;
	color:#fff;
}
.work-detail .dark-grey span{
	display:flex;
	margin-bottom:15px;
}
.work-detail .dark-grey span > .fa{
	margin-right:10px;
	margin-top:2px;
}
.work-detail h1{
	 margin: 5% 0 3%;
}
.work-detail p{
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
}
.work-detail ul{
	margin-bottom:16%;
}
.work-detail ul li{
	font-size:12px;
}
 /* OUR WORK ENDS */  
 
 
 /* ===== LOCATIONS ===== */
#location{
	padding:5% 0;
}
.locations{
}
.locations .search-form{
	background:#f4f4f4;
	padding:10px;
	color:#35383e;
	border:1px solid #b9b9b9;
	border-bottom:none;
}
.locations .search-form label{
	font-weight:normal;
	font-size:14px;
}
.locations .search-form #geocomplete{
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding:6px 15px;
	width:30%;
	font-size:14px;
	margin-bottom:15px;
}
.locations .search-form .btn{
	background:#009632;
}
.map_canvas { 
  width:100%; 
  height:435px; 
  margin:0;
  border:1px solid #b9b9b9;
}
.locations h1{
	margin:5% 0;
}
.locations p{
	margin-bottom:5%;
}
.locations ul li{
	padding-left: 20px;
}
.locations ul li a:before {
  content: '\f18e';
  font-family: FontAwesome;
  display: inline-block;
  width:20px;
  margin-left:-20px;
  margin-bottom:14px;
}​
.locations ul li a{
	font-size:18px;
}
.locations ul li a:hover , .locations ul li a:focus{
	text-decoration:underline;
}
  /*LOCATIONS ENDS  */
  
 /*NEWS DETAILS */
#news-wrap{
	padding:5% 0;
}
.news{
	border-bottom:1px solid #d3d3d3;
	margin-bottom: 30px;
    padding-bottom: 20px;
}
.news h3{
	margin:5% 0;
}
.news p{
	margin-bottom:20px;
	line-height:26px;
}
.news-side{
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.news-side h2{
	font-family:'RobotoRegular';
	margin-top:0;
}
.news-side p{
}
.news-side img.gallery{
	float:left;
	margin-right:18px;
	margin-bottom:18px;
}
 /* ===== NEWS DETAILS ===== */
  
/* ===== CONTACT US PAGE ====== */
.google{
}
#googleMap{
	height:440px;
	width:100%;
}
#button1{
	color: #b7b7b7;
    font-size:18px;
}
.contact-wrap{
	padding:5% 0 6%;
}
.contact{ 
    font-size: 14px;
}
.contact a{
	color: #35383e;
    text-decoration: none;
}
.contact h1{ margin-bottom:3%; }
.contact p{ margin-bottom:3%; font-size: 14px;}
.contact p > span{ display:block; }
.contact form{}
.contact form .form-control{
	height: 37px;
	color: #b1b1b1;
}
.contact form .form-control , .contact form textarea{
	background-color: #f6f6f6;
    border: 1px solid #c9c9c9;
    border-radius:0;
    box-shadow: 0 0;
	color:#b1b1b1;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  transition:all 0.30s ease-in-out;
}
.contact form .form-control:focus , .contact form textarea:focus{
	 box-shadow:0 0 5px #DB1C23;
}
.contact form textarea{
	padding:6px 12px;
	resize:vertical; 
	width:100%;
	min-height:142px;
}
/* ===== CONTACT US PAGE ENDS ====== */
/*********Royal Slider********/
#slider-with-blocks-1{
  width: 100%;
}
.rsContent{
  color: #FFF;
  float: left;
}
.bContainer{
  position: relative;
  left:10px;
  padding: 10% 18% 10% 0;
}
.bContainer h1{
	font-family: 'RobotoRegular';
	font-size:40px;
	margin:20px 0;
}
.bContainer h2{
	font-family:'RobotoLight';
	font-size:26px;
}
.slide1{
  background: url(../images/sliderimg1.jpg) no-repeat;
  /*background-size:100% 100%;*/
  background-size:cover;
}
.slide2 {
    background: url(../images/sliderimg2.jpg) no-repeat;
	/*background-size:100% 100%;*/
	 background-size:cover;
}
.slide3{
    background: url(../images/sliderimg3.jpg) no-repeat;
	/*background-size:100% 100%;*/
	 background-size:cover;
}
.slide4{
	background: url(../images/sliderimg4.jpg) no-repeat;
	/*background-size:100% 100%;*/
	 background-size:cover;
}
/****************/
		/*responsive layout*/

@media (min-width: 2048px) {
	.navigation span {
		right: 70%;
	}
} 
@media (min-width: 1282px) {
	.color-scheme{
		top:78px;	
	}	
} 
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.navbar{
		padding:0;
	}
	.bContainer{
	}
	.bContainer h2{
		font-size:20px !important;
	}
	.bContainer h1{
		font-size:28px !important;
	}
	.estimation .form-inline .form-group{
		 margin-right: 0;
	}
	.greybox .carousel-control.left{
		left:35%;
	}
	ul#portfolio-list li{
		float: none;
        margin: 0;
		width:100%;
	}
	.overlay .fa-external-link{
		left:20%;
	}
	.overlay .fa-search{
		right:20%;
	}
	.locations .search-form #geocomplete{
		width:100%;
	}
	.footer-detail .latest-project {
		text-align: center;
		padding-right: 0px;
	}
	.latest-project img {
		display: inline-block;
		width: auto;
	}
	
}
@media only screen and (width: 360px) and (orientation: portrait){
	.overlay .fa-external-link{
		left:0 !important;
	}
	.overlay .fa-search{
		right:0 !important;
	}
}

@media only screen and (max-width: 800px){
	.owl-theme .owl-controls .owl-buttons div {
		background: none;
		border:none;
		color: #000;
		 width: 30px;
		height: 30px;
		line-height: 30px; 
	}
	.owl-theme .owl-controls .owl-buttons div:hover {
		background: none;
		border:none;
		color: #DB1C23;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev,
	.owl-theme .owl-controls .owl-buttons .owl-next {
		top: 50%;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: -5px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: -5px;
	}
}
@media only screen and (width: 800px) {
	.navbar-nav > li > a{
		font-size:12px;
		padding:4px 6px;
	}
	.button-effect{
		bottom:-35px;
	}
	ul#portfolio-list li{
		margin-left:12px;
		margin-right:12px;
	}
	.portfolio li.item{
		margin-left: 8px;
		margin-right: 8px;
	}
	.overlay .fa-external-link{
		left:28%;
	}
	.overlay .fa-search{
		right:28%;
	}
}
@media only screen and (width: 900px){
	
	.navbar-nav > li > a{
		font-size:12px;
		padding:4px 6px;
	}
	ul#portfolio-list li{
		margin-left:12px;
		margin-right:12px;
	}
	.portfolio li.item{
		margin-left: 8px;
		margin-right: 8px;
	}
	.overlay .fa-external-link{
		left:28%;
	}
	.overlay .fa-search{
		right:28%;
	}
	 
	
}
@media only screen and (max-width: 990px){
	.latest-project .latest-project-overlay  .fa-external-link {
		top:22%;
		left: -2%;	
	}
	.footer-detail .center::before {
		left: 30%;	
	}
}
@media only screen and (max-width: 980px){
	.top-info i.fa {
		display:block;
		margin-bottom: 10px;
		margin-left: 20px;
	}
	.top-info .info {
		padding-left: 0px;
	}
	.top-info .timing .color {
		display: block;
		margin-bottom: 10px;
	}
	.top-info .timing .text-right {
		text-align: center;
	}
	.navbar-nav > li > a{
		font-size:12px;
		padding:4px 6px;
	}
	.bContainer {
		padding-top: 10%;
		left: 0px;
	}
	.button-effect{
		bottom:-35px;
	}
	ul#portfolio-list li{
		margin-left:12px;
		margin-right:12px;
	}
	.portfolio li.item{
		margin-left: 8px;
		margin-right: 8px;
	}
	.overlay .fa-external-link{
		left:28%;
	}
	.overlay .fa-search{
		right:28%;
	}
	#estimation h1 {
		font-size: 28px;
	}
	.myCarousel .carousel-control.left {
		left: 43%;
	}
	.navbar li {
		margin-right: 5px;
	}	
	.navbar-default {
		padding-bottom: 0px;
	}
	.navbar-collapse {
		margin-right: 0px;
		padding-right: 0px;
	}
	.bContainer h2 {
		font-size: 20px;
	}
	.bContainer h1 {
		font-size: 26px;
	}
	.footer-detail ul li {
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px){
	.navbar-nav > li > a{
		font-size:12px;
		padding:4px 6px;
	}
	.button-effect{
		bottom:-35px;
	}
	ul#portfolio-list li{
		margin-left:12px;
		margin-right:12px;
	}
	.portfolio li.item{
		margin-left: 8px;
		margin-right: 8px;
	}
	.overlay .fa-external-link{
		left:28%;
	}
	.overlay .fa-search{
		right:28%;
	}
}

@media only screen and (max-width: 640px) {
	.top-nav2 {
		text-align:center;	
	}
	.top-nav2 .text-right {
		text-align:center;	
	}
	.top-nav2 .heading {
		font-size:20px;	
	}
	.navbar{
		padding:0;
	}
	.bContainer {
		left:10px;
	}
	.bContainer h1 {
		font-size: 20px !important;
		margin: 16px 0;
	}
	.bContainer h2 {
		font-size: 12px !important;
		margin-top: 5px;
	}
	.navbar-header {
    	padding: 20px 0;
		text-align:center;
	} 
	.navbar-default .navbar-toggle {
		border-color: #ddd;
    	display: inline-block;
    	margin: 0;
		float:none !important;
    	padding: 20px;
    	text-align: center;
	}
	.navbar-toggle .icon-bar {
		left: 10px;
		height: 1px;
		top: 18px;
	}
	.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:hover {
		background: transparent !important;
		background-color: transparent !important;
	}
	.navbar-nav > li > a {
		font-size: 16px;
	}
	.navbar-nav > li > a:hover {
		color: #00aeef !important;	
	}
	.dropdown-menu{
		min-width:80%;
		border: none;
		z-index:999;
	}
	.dropdown.drop-collapsed .dropdown-menu {
	  height: 0 !important;
	  z-index:999;
	}
	.dropdown .dropdown-menu {
	  overflow: hidden;
	  -webkit-transition: height 0.65s ease;
	  transition: height 0.65s ease;
	}
	.dropdown-menu .divider {
	    background-color:transparent !important;
	}
	.navbar-nav > li > .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity:0;
	  border-radius:0;
	}
	.navbar-nav > li.open .dropdown-menu {
	    visibility: visible;
	    opacity: 1;
	    background:none ;
	}
	.navbar-nav > li.open .dropdown-menu >li
	{
		border-color:none;
		padding-bottom:10px;
		padding-top:10px;
		margin-right:0 !important;
		margin-left:0 !important;	
	}
	.navbar-nav > li.open .dropdown-menu >li:first-child
	{
		border:none;	
	}
	.navbar-nav > li.open .dropdown-menu >li a{
		color:#fff !important;
		-moz-transform:none;
	    -webkit-transform:none;
	    -o-transform:none; 
	    -ms-transform:none;
	    transform:none;
		padding-left:20px;
	}

	.navbar-nav > li.open .dropdown-menu >li a:hover
	{
		background-color:transparent;
		color:#00aeef !important;	
	}

	.navbar-nav> li.dropdown.open.active > a:hover, 
	.navbar-nav > li.dropdown.open{
	    color:#00aeef;
	    background-color:transparent;
		-moz-transform:none;
	    -webkit-transform:none;
	    -o-transform:none; 
	    -ms-transform:none;
	    transform:none;
	}
	.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
		-moz-transform:none;
	    -webkit-transform:none;
	    -o-transform:none;
	    -ms-transform:none;
	    transform:none;
		background:none;
		color: #00aeef;
	}

	.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
	{
		background:transparent !important;
		-moz-transform:none;
	    -webkit-transform:none;
	    -o-transform:none;
	    -ms-transform:none;
	    transform:none;
	    color: #00aeef;
	}
	.color-scheme {
		top: 318px;
	}
	ul#portfolio-list li{
        margin:0;
		width:100%;
	}
	.overlay .fa-external-link{
		left:20%;
	}
	.overlay .fa-search{
		right:20%;
	}
	.work-detail .abt-carousel {
		margin-top:30px;	
	}
	.clients {
		display:inline-block;
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
	.clients .pic img {
		display:inline-block;	
	}
	.clients-bg blockquote:before {
		content:none;
	}
	.clients-bg blockquote {
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
	}
	.clients-bg blockquote span{
		transform:none;
		-webkit-transform:none;
		-moz-transform:none;
	}
	.news-letter {
		text-align:center;
	}
	.news-letter-form {
		margin-left:-15px;
	}
	.news-letter-form .form-inline .form-group {
		display:inline-block;
		width: 100%;
	}
	.news-letter .submit-button {
		margin-top:20px;
	}
}

@media (max-width: 360px){
	.bContainer {
		padding-top: 2%;
		padding-bottom: 2%;
		left: 10px;
	}
	.top-info .info {
		margin-bottom: 10px;
	}
	.top-info .timing span {
		margin-bottom: 10px;
		display: inline-block;
	}
	.navbar-header {
    	padding: 20px 40%;
	} 
	.navbar-default .navbar-toggle {
		border-color: #DB1C23;
    	display: inline-block;
    	margin: 0;
    	padding: 20px;
    	text-align: center;
	}
	.navbar-toggle .icon-bar {
		left: 10px;
		height: 1px;
		top: 18px;
	}
	.navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:hover {
		background: transparent !important;
		background-color: transparent !important;
	}
	.navbar-nav > li > a {
		font-size: 16px;
	}
	.navbar-nav > li > a:hover {
		color: #db1c23 !important;	
	}
	.dropdown-menu{
		min-width:80%;
		border: none;
		z-index:999;
	}
	.dropdown.drop-collapsed .dropdown-menu {
	  height: 0 !important;
	  z-index:999;
	}
	.dropdown .dropdown-menu {
	  overflow: hidden;
	  -webkit-transition: height 0.65s ease;
	  transition: height 0.65s ease;
	}
	.dropdown-menu .divider {
		background-color:transparent !important;
	}
	.navbar-nav > li > .dropdown-menu {
	  display: block;
	  visibility: hidden;
	  opacity:0;
	  border-radius:0;
	}
	.navbar-nav > li.open .dropdown-menu {
		visibility: visible;
		opacity: 1;
		background:none ;
	}
	.navbar-nav > li.open .dropdown-menu >li
	{
		border-color:none;
		padding-bottom:10px;
		padding-top:10px;
		margin-right:0 !important;
		margin-left:0 !important;	
	}
	.navbar-nav > li.open .dropdown-menu >li:first-child
	{
		border:none;	
	}
	.navbar-nav > li.open .dropdown-menu >li a{
		color:#000 !important;
		-moz-transform:none;
		-webkit-transform:none;
		-o-transform:none; 
		-ms-transform:none;
		transform:none;
		padding-left:20px;
	}
	
	.navbar-nav > li.open .dropdown-menu >li a:hover
	{
		background-color:transparent;
		color:#00aeef !important;	
	}
	
	.navbar-nav> li.dropdown.open.active > a:hover, 
	.navbar-nav > li.dropdown.open{
		color:#db1c23;
		background-color:transparent;
		-moz-transform:none;
		-webkit-transform:none;
		-o-transform:none; 
		-ms-transform:none;
		transform:none;
	}
	.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{
		-moz-transform:none;
		-webkit-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
		background:none;
		color: #db1c23;
	}
	
	.navbar-default .navbar-nav > li.active > a ,.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a
	{
		background:transparent !important;
		-moz-transform:none;
		-webkit-transform:none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
		color: #db1c23;
	}
	.color-scheme {
		top: 318px;
	}
	.rsABlock img {
		height: 200px;
	}
	h1 {
		font-size: 26px;
	}
	.bContainer h1 {
		font-size: 18px !important;
		margin: 5px 0;
	}
	.bContainer h2 {
		font-size: 14px !important;
		margin-top: 5px;
	}
	a.red-button {
		margin-top: 0px;
		padding-bottom: 5px;
		width: 120px;
	}
	.rsMinW .rsBullets {
		bottom: 5px !important;
		right: 20px !important;
	}
	#estimation h1 {
		font-size: 26px;
	}
	.nospace {
		padding-left: 15px;
	}
	.myCarousel .carousel-control.left {
		left: 36%;
	}
	.news-detail h3 {
		font-size: 14px;
		margin-top: 5px;
	}
	.news-letter-form {
		margin-left: -15px;
	}
	.news-letter h1 {
		font-size: 22px;
	}
	.news-letter .submit-button {
		font-size: 16px;
		padding: 10px;
	}	
}
@media (min-width:360px) and (max-width:767px) {  

.address {
    padding-bottom: 9px !important;
	    margin-top: 15px;
}
.info address {
    margin-left: 1px;
}
span.icon-bar.bar {
    background: #DB1C23 !important;
}
#partners .item {
    float: left !important;
    padding-bottom: 40px ;
    padding-left: 17% ;
    padding-right: 50px !important;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px !important;
}
.logo img {
    left: 0px;
	top:10px;
    }
.navbar-default .navbar-toggle {
    position: absolute;
    top: -55px;
    right: 0px !important;
}
.navbar-default .navbar-nav > li.active > a {
    color: #000 !important;
}
/* .roofers{
    margin-left: 23%;
	} */
	.inline li {
    width: 100% !important;
}
footer .copy-right{
	right:0px;
}
.social li {
    right: 100px;
}
ul.social {
    position: relative;
    top: -20px;
}
.overlay-effect{
	height:32%;
}
.meet-us {
    padding: 0px 0px 40px 0px;
}
.mission-details {
    padding: 6% 0 !important;
}
.contact-wrap {
    padding: 6% 0 6%;
}
span.inner-link.page-link {
    position: relative;
    right: 0px;
}
.contact-wrap .contact {
    margin-top: 4%;
}
.adjusting.balance {
    margin-top: 30px;
}
.duck {
    padding-bottom: 20px;
}
.centralize, .exhaust, .mapping {
    padding-top: 10px;
}
.owl-item {
    height: 200px;
}
.meet-us h2 {
    margin-top: -50px;
}
.fire-smoke img {
    padding-bottom: 30px;
}
.free-demo img{
	position:absolute;
	right:0px;
}
/* .roofers{
	padding:10% 0 0;
} */
header{
	padding:0 0 7px;
	display:none !important;
}
.free-demo img{
	margin-right:0px;
}
.top-info .info{
	margin-bottom:0px;
}
.top-info .timing .text-right{
	padding:7px 0 0;
	text-align:center;
}
.address{
	margin-top:0px;
	padding-bottom:0px !important;
}
aside{
	display:none;
}

.timing {
    position: relative;
    top: 7px;
}
/* .roofers-bg p {
    float: right;
} */
/* .roofers-bg .text p {
    text-align: center !important;
    position: relative;
    left: 35px;
} */
/* .roofers {
    margin-bottom: 15px;
} */
.roofers-bg {
    padding: 6% 0 10% 0;
}
}
/* @media only screen and (min-width : 321px) {
.roofers {
    margin-left: 35%;
}
.social li {
    right: 0;
}
ul.social {
    position: relative;
    top: -72px;
}
} */
/* @media (max-width : 640px) and (min-width:360px)
{
.roofers {
    margin-left: 35%;
}
.social li {
    right: 0;
}
ul.social {
    position: relative;
    top: -72px;
}
} */