/*
	Project Name : Garage
	Author Company : Ewebcraft
	Project Date: 13 October, 2016
	Author Website : http://www.ewebcraft.com
	Author Email : ewebcraft@gmail.com
*/

/*
[generic Table of contents]
* body
	+ header
		- .logo

	+ navigation

	+ .slider
		- #slider-with-blocks-1		
		
	+ #about
		- .roofers

	+ #estimation
		- .estimation-toggle
			- .estimation
				- form
		- .toggle
	
	+ .services
		- #service-carousel
		   	- .item
					
	+ #cities
		- #map

	+ #newsletter
		- #newsletter-form

	+ #featured-work
		- featured work gallery		

	+ #latest-news
		- .news-holder
			
	+ #plans
		- .price-container

	+ #testimonials
		- #partners

	+ #footer
		- .footer-detail
*/


body{
	height:100%;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	/*color:#35383e;*/
	margin:0;
	padding:0;
	font-weight:400;
}

div.module.parallax {
  height: auto;
  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;
}

/* form-submision */

	.formOverlay:before 
	{
	  content: "\f110";
	  font-family: fontawesome;
	  -webkit-animation: fa-spin 1s infinite steps(8);
	  animation: fa-spin 1s infinite steps(8);
	  color:#93c901;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin-left: -10%;
	  font-size: 56px;
	  margin-top: -34px;
	}
	.formOverlay 
	{
	  background: rgba(0,0,0,0.3);
	  display: block;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 9999;
	}
	.alert strong {
		display: inline-block;
		width: 100%;
	}
	.alert .message-icon 
	{
	  float: left;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  border:1px solid #9F9F9F;
	  border-radius: 50%;
	  line-height: 30px;
	}
	.alert span {
	  display: inline-block;
	  font-size: 14px;
	  font-weight: 400;
	  float: left;
	  width: 80%;
	  margin-left: 15px;
	  margin-top: 5px;
	}
	.form-control.error {
		border-color: rgba(166, 0, 0, 0.4) !important;
		box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
		-webkit-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
		-moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	}
	label.error {
		display: none !important;
	}

	/* section seperator */
.seperator:before {
	content: '';
	display: inline-block;
	position: absolute;
	background: #93c901;
	top: 50%;
	left: -195%;
	height: 1px;
	width: 50px;
	margin-top: -0.5px;
}
.seperator:after {
	content: '';
	display: inline-block;
	position: absolute;
	background: #93c901;
	top: 50%;
	right: -195%;
	height: 1px;
	width: 50px;
	margin-top: -0.5px;
}
.seperator {
	position: relative;
	width: 30px;
	height: 7px;
	transform: skew(-22deg);
	-webkit-transform: skew(-22deg);
	-moz-transform: skew(-22deg);
	margin: 25px auto 30px;
	border-top: 3px solid #93c901;
	border-bottom: 3px solid #93c901;	

}
	/* section seperator */	

.section-desc h1.section-heading {
	font-weight: 300;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #424242;	
}
.section-desc p.section-text {
	padding: 0px 190px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	color: #636363;
	margin-top: 0px;
	margin-bottom: 15px;
}

img
{
	max-width:100%;
}
*{margin:0px;padding:0px;}

/*for scroll button to reach on top*/
.backtotop {
	display: inline-block;
	width: 100%;
	position: relative;
}
.back-to-top {
	position: fixed;
	bottom: 60px;
	right:93px;
	width: 52px;
	height: 52px;
	z-index:9999;
	display: none;
	text-decoration: none;
	color: #fff;
	font-size:20px;
	background:#93c901;
	padding:10px;
	transform: skew(-22deg);
	-webkit-transform: skew(-22deg);
	-moz-transform: skew(-22deg);
}
.back-to-top i.fa {
	transform: skew(22deg);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);
}
.back-to-top:hover , .back-to-top:focus{
	 color: #ffffff;
}
.overflow{
	overflow:hidden;
}
a{ text-decoration:none; color:#35383e; outline:0 !important;}
a:hover{ text-decoration:none; outline: none;}
a:focus,
a:active { 
	outline:none; 
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
h1{
	font-size:35px;
	margin:0;
}
h3{
}
.nospace{
	padding-left:0;
}
header{
	color:#8c8c8c;
	font-size:13px;
	letter-spacing: 0.2px;
	padding:20px 0;
	font-weight:400;
}
.for-contact-info {
	display: inline-block;
	width: 100%;
}
.for-timing {
	display: inline-block;
	width: 100%;
}
header .fa{
	margin-right:3px;
	color:#454545;
}
header address{
	display:inline;
	margin:0;
}
.address a{
	color:#8c8c8c;
	transition: all 0.3s ease 0s;
}
.address a:hover {
	color: #93c901;
}
.color{
	color:#454545;
}

.formOverlay:before 
{
  content: "\f110";
  font-family: fontawesome;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  color: #93c901;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 56px;
  margin-top: -25px;
  margin-left:-25px;
}
	.formOverlay 
	{
	  background:transparent;
	  display: block;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 9999;
	}

	.alert .message-icon 
	{
	  margin-right: 10px;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  border:1px solid #9F9F9F;
	  border-radius: 50%;
	  line-height: 30px;
	}
	.alert 
	{
	  margin: 0px;
	}

/*NAVIGATION*/

.navigation{
	background:rgba(0,0,0,0.40);
	width:100%;
	position:absolute;
	z-index:9999;
	font-size: 0px;	
	transition: all 0.3s ease 0s;
}
.navigation span {
	position: absolute;
	right: 85%;
	width: 100%;
	background: #93c901;
	height: 100%;
}

/* .navigation:before, */ 

.navigation:after {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
}
.navigation:after {
	left: 100%;
	background:#212022;
}
.for-logo {
	padding-right: 26px;
	overflow: hidden;
}
.navigation .logo{
   background: #93c901;
   height: auto; /*100px*/
   margin-top: 0px;
   position: relative;
   width: 100%;
   /*overflow: hidden;*/
   transform:skew(-20deg);   
}
.navigation .logo span {
  background-color: #93c901;
  position: absolute;
  right:-8px;
  /*top: -25px;*/
  height: 100%;
  transform: rotate(0deg);
  width: 5px;
}
.logo img {
  transform: skew(20deg);
  width: 90%;
}
.navigation .logo a{
	display: inline-block;
	padding: 25px 0px 26px;
}
nav {
    background-color: transparent !important;
    border: medium none !important;
	z-index:999;
}
.navbar{
	margin-bottom:0 !important;
	z-index:999;
	border: none;
	border-radius: 0px;
}
.navbar-form.navbar-right:last-child{
	margin-right:0 !important;
}
.navbar-collapse{
	margin-right:30px;	
}
.navbar li {
	z-index:999;
	margin-left:5px;
	margin-top:31px;
	margin-bottom:31px;
	-moz-transform:skew(-22deg);
    -webkit-transform:skew(-22deg);
    -o-transform:skew(-22deg);
    -ms-transform:skew(-22deg);
    transform:skew(-22deg);
    transition:all 0.3s ease 0s;
}
.navbar-nav > li > a{
    color:#fff !important;
	font-size:16px;
	padding:8px 22px;
	display:inline-block;
	text-shadow: none;
	font-weight:400;
	background: transparent !important;
	-moz-transform:skew(22deg);
    -webkit-transform:skew(22deg);
    -o-transform:skew(22deg);
    -ms-transform:skew(22deg);
    transform:skew(22deg);
}
.navbar-default .navbar-nav > li.active ,.navbar-default .navbar-nav > li:hover{	
	background:#93c901;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background:transparent !important;	
}

	/* dropdown menu */

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: transparent;
	transform: skew(22deg);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.dropdown .dropdown-menu {
	padding: 0px;
	background-color: #93c901; 
	min-width: 160px;
}
.dropdown .dropdown-menu li {
	margin: 0px;
	border-bottom: 1px solid #7dab00;
	background: transparent;
	transform:skew(0deg);
	-webkit-transform:skew(0deg);
	-moz-transform:skew(0deg);
	transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:focus,
.dropdown .dropdown-menu li:active {
	transform:skew(0deg);
	-webkit-transform:skew(0deg);
	-moz-transform:skew(0deg);
}
.dropdown .dropdown-menu li a {
	padding: 8px 15px;
	color: #fff;
	transform:skew(22deg);
	-webkit-transform:skew(22deg);
	-moz-transform:skew(22deg);
	/*transform: skew(22deg);
	-webkit-transform: skew(22deg);
	-moz-transform: skew(22deg);*/
}
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a:focus {
	transform:skew(22deg);
	-webkit-transform:skew(22deg);
	-moz-transform:skew(22deg);
}
.dropdown .dropdown-menu li:hover {
	background: #fff;
}
.dropdown .dropdown-menu li:hover a {
	color: #000;
}
.dropdown-menu li a:hover {
	background: transparent !important;
}



	/* dropdown menu */

/*.owl-controls
{
	display:none;
}*/

	/*fixing navbar*/
.navbar-fixed {
	background-color: rgba(26,26,35,1);
    top: 0;
    z-index: 100;
  	position: fixed;
    width: 100%;
    z-index: 9999;
}
	/*fixing navbar*/

/* Searchbar */

.hiden-form {
	min-height: 0px !important;
}
.search-container {
    position: absolute;
    right:0;
    height: 100%;
    display: inline-block;
    z-index:999;
	background:rgba(147, 201, 1, 1);
	padding:0px 30px;
}
.search-container .searchbox-icon:before {
	color: #fff;
	display: inline-block;
	content: '\f002';
	font-family: FontAwesome;
	font-size: 16px;
	transition:all 0.3s ease 0.1s;
}
.search-container .searchbox-icon-closed:before {
	content: '\f00d';
}
.search-container .searchbox-icon {
	background: transparent;
	border:none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -12px;	
}
.search-container .searchbox-icon:focus,
.search-container .searchbox-icon:active {
	outline: none !important;
}

#search-form {
	position: relative;	
}
#search-form .search-group {
	margin: 0px;
	padding: 0px;	
	position: absolute;
	top: -60px; 
	left: 0px;
	opacity: 0;
	display: inline-block;
	width: 100%;
	margin-top: 1px;
	transition:all 0.3s ease 0.1s;
}
#search-form .search-group .form-control {
	color: #999999;
	background: rgba(255, 255, 255, 0.0);
	height: 60px;
	border-radius: 0px;
	border: 2px solid rgba(0,0,0,0.0);
	position: relative;
	box-shadow: none;
	padding:0px 60px 0px 15px;
	transition: background 0.7s ease 0.1s, z-index 0.3s ease 0s, border 0.6s ease-in 0.1s;
	z-index: -1;
}
#search-form .search-group-active {
	top: -1px;
	opacity: 1;
}
#search-form .search-group-active .form-control {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
	z-index: 6;		
}
#search-form .search-group .search-icon {
	height: 100%;
	background: rgba(147, 201, 1, 1);
	border: none;
	position: absolute;
	padding: 0px 22.5px;
	top: 50%;
	font-size: 16px;
	right: 0px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	z-index: -1;
	transition:z-index 0.8s ease 0s;	
}
#search-form .search-group .search-icon i.fa {
	color: #fff;
}
#search-form .search-group-active .search-icon {
	z-index: 7;
}
#search-form .form-control::-webkit-input-placeholder { /* Chrome */
	color: #999999;
}
#search-form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
#search-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}
#search-form .form-control:-moz-placeholder { /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}
.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: #93c901;
}
.colors li{
	margin:0 5px;
	float:left;
	width:30px;
	margin-bottom:7px;	
	height:30px;
	cursor:pointer;
	display:inline;
	border-radius:5px;		
}
.colors li.activeColor
{
	border:1px solid #000 !important;	
}
hr{
	border-bottom:2px solid #ff9c11;	
}

/*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: #93c901;
  height: 1px;
  width:35% !important;
  position: relative;
  margin:20px auto;
  display:block;
}

/* General button style */
.red-button {
	text-align:center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight:400;
	text-transform:uppercase;
	background:#93c901;
	color:#ffffff;
	padding:10px 20px;
	display: inline-block;
	margin-bottom: 10px;
    margin-top: 20px;
    border:none;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transform:skew(-22deg);
    -webkit-transform:skew(-22deg);
    -o-transform:skew(-22deg);
    -ms-transform:skew(-22deg);
    transform:skew(-22deg);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}
.red-button span{
	display: block;
	/*transition: all 0.3s ease 0s;*/
	-moz-transform:skew(22deg);
    -webkit-transform:skew(22deg);
    -o-transform:skew(22deg);
    transform:skew(22deg);
}
.red-button:after {
  content: "";
  background: #93c901;
  /*height: 111px;*/
  top: 0;
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 3.5px;
  transition: all 0.3s ease 0s;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
}
.red-button:hover,
.red-button:active,
.red-button:focus {
	color: #93c901;
	text-decoration: none;
	outline: none;
    background: #ffffff;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
}
.red-button:hover:after {
	background: #ffffff;
	right: -1px;
}

#slider-with-blocks-1 .owl-controls .owl-buttons div {
   /*border: 1px solid rgba(0, 0, 0, 0.5); */
   background: rgba(0,0,0,0.3);
   color: #fff;
   display: inline-block;   
   padding: 0px;
   margin-right: 5px;
   font-weight: normal;	
   width: 50px;
   height: 50px;
   line-height: 50px;
   font-size: 18px;
   text-align: center;
   transition:all 0.30s ease 0s;  
   opacity: 0;    
}
#slider-with-blocks-1:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
#slider-with-blocks-1 .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0px;
	top: 45%;
}
#slider-with-blocks-1 .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: -5px;
	top: 45%;
}
#slider-with-blocks-1 .owl-controls .owl-buttons .owl-prev i.fa,
#slider-with-blocks-1 .owl-controls .owl-buttons .owl-next i.fa {
	font-size: 18px;
}
#slider-with-blocks-1 .owl-controls .owl-buttons div:hover {
	background: rgba(255,255,255,0.8);
	border-color: #fff; 
	color: #000;
}

.rsABlock{
	color:#fff;
	left: 0;
	top: 0;
 	position: relative;
  	display: block;
	z-index: 15;
}
.rsABlock img {
	position:absolute;
	top:0;
	left:0;
	height: 630px;
	width: 75%;
}
.white{
	background:#fff;
	height:1px;
	width:48%;
	margin:20px 0;
	display:block;
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}

	/* Custom */

#slider-with-blocks-1{
  width: 100%;
}
.rsContent{
  color: #FFF;
  float: left;
}
.bContainer{
  position: relative;
  left:10px;  
  padding: 205px 0px 150px;  
}
.bContainer h1{
	font-size:48px;	
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin:20px 0;
	margin-top: 5px;
	font-weight: 700;
}
.bContainer h2{
	font-size:30px;
	margin-bottom: 0px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}
.bContainer h2 span {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	display: inline-block;
	margin-bottom: 20px; 
}
.bContainer h2 strong
{
	color:#93c901 !important;	
}
.bContainer p {
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 999;
}

.item {
	overflow: hidden;
}
.slide1{
  background: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/sliderimg1.jpg) top left no-repeat;
  background-size:cover;
  height:630px;
}
.slide2 {
    background: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/sliderimg2.jpg) top left no-repeat;
	background-size:cover;
	height:630px;
}

.slide3{
	background: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/sliderimg3.jpg) top left no-repeat;
	background-size:cover;
	height:630px;
}

/******************* roofers section *******************/

#about {
	transition: all 0.3s ease 0s;
}
.roofers-bg{
	 background:#ffffff;
	 padding:90px 0;
	 color:#fff;
	 position:relative;
	 transition:all 0.3s ease 0s;
}
.gray-bg {
	background: #f3f3f3;
}
.roofers{
	margin-top:45px;
}
.roofers img{
	margin-bottom:15px;
}
.roofers p
{
	color:#2b2b2b;
	font-size:18px;
	font-weight:400;
	margin-bottom: 0px;
}

/*********************** free estimation quota *********************/
#estimation
{
	position:relative;
}
div.module.estimation-parallax {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/estimation.png);
  padding-top: 90px;  
}
#estimation .seperator {
	margin-left: 62px;
}
#estimation .section-desc .section-heading {
	color: #fff;
}
#estimation .section-desc .section-text {
	padding: 0px;
	color: #fff;
}
#form-estimation
{
	margin-top:35px;
	margin-bottom: 80px;
}
.our-form .field-container-lft {
	padding-right: 10px;
}
.our-form .field-container-rght {
	padding-left: 10px;
}
.our-form .form-group {
	margin-bottom: 20px;
}
.our-form .form-control
{
	height:40px;
	border-radius:0px;
	box-shadow:none;
	background-color:rgba(255,255,255,0.3) !important;
	border:1px solid #999999;
	color:#ffffff !important;
}
.our-form textarea.form-control
{
	height:165px;
}
#newsletter-form ::-webkit-input-placeholder { /* Chrome */
	  color: rgba(153,153,153,0.9);
	}
#newsletter-form :-ms-input-placeholder { /* IE 10+ */
	  color: rgba(153,153,153,0.9);
	}
#newsletter-form ::-moz-placeholder { /* Firefox 19+ */
	  color: rgba(153,153,153,0.9);
	  opacity: 1;
	}
#newsletter-form :-moz-placeholder { /* Firefox 4 - 18 */
	  color: rgba(153,153,153,0.9);
	  opacity: 1;
	}
form.our-form .btn{
	border:none;
	border-radius:0;
	font-size:14px;
	color: #fff !important;
	font-family: "Roboto",sans-serif;
	right:25px;
	padding:10px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight:500;
    margin-top: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width:100px;
	-moz-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
	margin-left:15px;
}
form.our-form .btn:after {
  content: "";
  background: #5b3832;
  height: 111px;
  top: 0;
  position: absolute;
  right: 3px;
  bottom: 0;
  width: 3px;
}
.our-form .red-button {
	margin-right: 15px;
}

.toggle{
	background:#93c901; 
	color:#fff;
	-moz-transform:skew(-22deg);
    -webkit-transform:skew(-22deg);
    -o-transform:skew(-22deg);
    -ms-transform:skew(-22deg);
    transform:skew(-22deg);
	margin-left:-32.5px;
	display: inline-block;
	position:absolute;
	top:-14px;
	width:50px;
	height: 30px;
	left:50%;
	right:0;
	cursor:pointer;
}
.toggle .toggle-arrow {
	position: relative;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
}
.toggle .toggle-arrow:before
{
	/*-webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;*/
	content: "\f102";
	font-family:fontawesome;
	/*line-height: 30px;*/
	color:rgba(255,255,255,1);
	font-size:16px;	
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-left: -5px;
	margin-bottom: -11px;
	-moz-transform:skew(22deg);
    -webkit-transform:skew(22deg);
    -o-transform:skew(22deg);
    -ms-transform:skew(22deg);
    transform:skew(22deg);    
  	/*transition: all 0.3s ease 0s;*/
	display:block;
}
.toggle .toggle-arrow.active:before
{
	/*-webkit-animation: scrollAnim 2s infinite;
    animation: scrollAnim 1.1s infinite;*/
	content: "\f103";
	font-family:fontawesome;
	/*line-height: 30px;*/
	color:rgba(255,255,255,1);
	font-size:16px;	
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-left: -5px;
	margin-bottom: -12px;	
	-moz-transform:skew(22deg);
    -webkit-transform:skew(22deg);
    -o-transform:skew(22deg);
    -ms-transform:skew(22deg);
    transform:skew(22deg);    
  	/*transition: all 0.3s ease 0s;*/
	display:block;
}

/**************************** our services **************************/
#services{
	height:auto;
	position:relative;
	padding:90px 0px;
	color:#fff;
}
#service-carousel {
	margin-top: 100px;
}
#service-carousel .item {
	margin-right: 15px;	
	margin-left: 15px;	
}
#service-carousel .item .red-button {
	margin-right: 20px;
	margin-top: 20px;
}
#service-carousel .item .item-inner {
	position: relative;
	display: inline-block;
	width: 100%;
}
#service-carousel .item .item-inner h4 {
	bottom: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}
#service-carousel .item .item-inner .bottom-overlay {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    left: 0;
    min-height: 50%;
    position: absolute;
    width: 100%;
}
#service-carousel .item img {
	border: 2px solid #e0e0e0;
}
#service-carousel .owl-buttons {
	position: absolute;
    right: 15px;
    top: -50px;
} 
#service-carousel .owl-buttons .owl-next,
#service-carousel .owl-buttons .owl-prev {
	text-align:center;
	font-size:10px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight:400;
	text-transform:uppercase;
	background:#93c901;
	color:#ffffff;
	padding: 4px 16px;
	display: inline-block;
	border:none;
	position: relative;
	transition: all 0.3s ease 0s;
	-moz-transform:skew(-22deg);
    -webkit-transform:skew(-22deg);
    -o-transform:skew(-22deg);
    -ms-transform:skew(-22deg);
    transform:skew(-22deg);    
}
#service-carousel .owl-buttons .owl-next:hover,
#service-carousel .owl-buttons .owl-prev:hover {
	background: #1A1A23;
}
#service-carousel .owl-controls .owl-buttons div {
	height: auto !important;
	width: auto !important;
	line-height: normal !important;
	margin-left: 5px;
}
#service-carousel .owl-buttons .owl-next i.fa,
#service-carousel .owl-buttons .owl-prev i.fa {
	-moz-transform:skew(22deg);
    -webkit-transform:skew(22deg);
    -o-transform:skew(22deg);
    -ms-transform:skew(22deg);
    transform:skew(22deg);	
}
#service-carousel .red-button:hover {
	background: #2b2b2b;
	color: #fff;
}
#service-carousel .red-button:after:hover {
	background: #2b2b2b;
}


/********************** cities we serve ****************************/
#cities
{
	height:635px;
	background:#f7f7f7;
}
#cities .seperator {
	margin-left: 62px;	
}
#cities .section-desc .section-text {
	padding: 0px;
}
#map
{
	height:635px;
}
#cities-text
{
	padding-top:90px;
}
#cities-text ul
{
	  -moz-column-count:2;
  -webkit-column-count:3;
  column-count:2;
}
ul#cities-list
{
	margin-top:50px;
}
ul#cities-list li
{
	font-family: "Roboto",sans-serif;
	font-weight:500;
	color:#636363;
	font-size:14px;
	line-height:35px;
}
ul#cities-list li i.fa
{
	margin-right:10px;
	color:#93c901;
}
ul#cities-list li.disable
{
	color:#d1d1d1;
}
ul#cities-list li.disable i.fa
{
	color:#d1d1d1;
}

/******************** newsletter *********************/
#newsletter
{
	background:#93c901;
	padding:60px 0px;
}
#newsletter .red-button {
	background: #fff;
	color: #2b2b2b;
	margin: 0px;
	margin-top: 20px;
}
#newsletter .red-button:after {
	background: #fff;
}
#newsletter .red-button:hover {
	background: #2b2b2b;
	color: #ffffff;
}
#newsletter .red-button:hover:after {
	background: #2b2b2b;
}
#newsletter-text h1
{
	margin:0px;
	font-family: "Roboto",sans-serif;
	font-weight:lighter;
	font-size:30px;
	color:#ffffff;
}
#newsletter-text p
{
	font-size:14px;
	margin-top:15px;
	font-family: "Roboto",sans-serif;
	color:#ffffff;
	margin-bottom:0px;
	font-weight:normal;
}
#newsletter-form .form-group {
	margin-bottom: 0px;
	margin-top: 20px;
	display: inline-block;
	width: 65%;
	float: left;
}
#newsletter-form input.form-control {
  background:transparent !important;
  background-color: transparent !important;
  border:none;
  border-bottom: 1px solid rgba(255,255,255, 0.5);
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  margin-top: 0px;
  padding: 0 10px;
  width: 100%;
  color:rgba(255,255,255,1);
  box-shadow:none !important;
  -moz-box-shadow:none !important;
  -webkit-box-shadow:none !important;
}
#newsletter-form input:focus
{
	box-shadow:none !important;
	-moz-box-shadow:none !important;
  	-webkit-box-shadow:none !important;
  	outline: none;
}
.input-bottom-line {
	position: absolute;
	display: inline-block;
	height: 1px;
	width: 0%;
	background: #2B2B2B;
	bottom: 0px;
	left: 0px;
	transition:width 0.5s ease 0.2s;
}
#newsletter-form .input-bottom-line {
	background: rgba(255,255,255,1) !important;
}
#newsletter-form ::-webkit-input-placeholder { /* Chrome */
	  color: rgba(255,255,255,0.40);
	}
#newsletter-form :-ms-input-placeholder { /* IE 10+ */
	  color: rgba(255,255,255,0.40);
	}
#newsletter-form ::-moz-placeholder { /* Firefox 19+ */
	  color: rgba(255,255,255,0.40);
	  opacity: 1;
	}
#newsletter-form :-moz-placeholder { /* Firefox 4 - 18 */
	  color: rgba(255,255,255,0.40);
	  opacity: 1;
	}

	/* general form animation style */

		.form-group {
			position: relative;
		}
		.input-bottom-line {
			position: absolute;
			display: inline-block;
			height: 1px;
			width: 0%;
			background: #2B2B2B;
			bottom: 0px;
			left: 0px;
			transition:width 0.5s ease 0.2s;
		}
		.our-form .input-bottom-line {
			background: #93c901;
		}
		.form-control:focus ~ .input-bottom-line {
			width: 100%;
		}

	/* general form animation style */


/************************** feature section ************************/
/* FEATURES WORK*/
.feature{
	background-color:#ffffff;
	min-height:460px;
	height:100%;
	padding:90px 0;
	position:relative;
}
.outer-border
{
	border:1px solid #93c901;
	height:100%;
}
.outer-border a:hover i.fa
{
	color:#93c901;
}
.outer-border h4,.outer-border p
{
	color:#ffffff;
	margin:0px;
	font-weight:normal;
	font-size:18px;
}
.outer-border h4
{
	margin-top:13%;
}
.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:rgba(12,22,25,0.9);
		opacity:0;
		-webkit-transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
		 transition:all 0.3s ease 0s;
}
.mosaicflow__item .hoover .fa{
	color:#fff;
	font-size:18px;
	/*opacity:0.7;*/
	padding:10px;
	margin-top:7%;
	transition: all 0.3s ease 0s;
}
.mosaicflow__item:hover .hoover {
		opacity:1;
}
.new-images
{
	display:none;
}
.new-images1
{
}
.new-images1 .outer-border h4
{
	margin-top:30%;
}

/***************************** latest news *****************************/

div.module.lt-news-parallax {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/latest-news.jpg);
  padding:90px 0px 70px;  
}
#latest-news .section-desc .section-heading { 
	color: #fff;
}
#latest-news p
{
	font-size:16px;
	/*padding:0px 15%;*/
	font-weight:normal;
	margin-top:10px;
	color:#e8e8e8;
	line-height:25px;
}
.news-holder {
	margin-top: 60px;
	display: inline-block;
	width: 100%;
}
.news-holder .red-button:first-child {
	margin-left: 8px;
}
.news-holder .red-button,
.detail-info-cont .red-button{
	padding: 8px 16px;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 12px;
	font-family: 'Roboto';
	font-weight: 500;
	cursor: default;
	font-style: italic;
}
.news-holder .red-button:hover,
.news-holder .red-button:active,
.news-holder .red-button:focus,
.detail-info-cont .red-button:hover,
.detail-info-cont .red-button:active,
.detail-info-cont .red-button:focus {
	background: #93c901;
	color: #fff;
}
.news-holder .red-button:last-child,
.detail-info-cont .red-button:last-child {
	margin-right: 0px;
	background: #424242;
}
.news-holder .red-button:after,
.detail-info-cont .red-button:after {
	content: none;
}
.news-holder .red-button i.fa,
.detail-info-cont .red-button i.fa {
	font-size: 6px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 5px;	
	display: inline-block;
}
.news-holder .news-container {
	padding-bottom: 80px;
}
.news-holder .news-container .news-image {
	position: relative;
	
}
.news-holder .news-text {
	position: absolute;
	top: 92%;
	background: transparent;
	padding: 0px;
	width: 100%;
	height: auto;
	overflow: auto;
	transition:top 0.3s ease 0s, background 0.6s ease 0s, height 0.9s ease 0s, padding 0.3s ease 0s;
}
.news-holder .news-text h1 {
	color: #fff;
	font-weight: 500 !important;
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	transition:all 0.3s ease 0s;
}
.news-holder .news-text p {
	color: #000;
	font-size: 14px !important;
	display: none;
	margin-bottom: 10px;
	line-height: 1.7em;
	transition:all 0.3s ease 0s;
	transition-delay: 0.6s;
}
.news-holder .news-text .news-read-more {
	color: #93c901;
	font-size: 14px;
	font-weight: 500;
	display: none;
	transition:all 0.3s ease 0s;
}
.news-holder .news-text .news-read-more:hover {
	color: #000000;
}
.news-holder .news-container:hover .news-text {
	top: 0px;
	background: rgba(255,255,255,0.9);
	height: 100%;
	padding: 18px;
}
.news-holder .news-container:hover .news-text h1 {
	color: #000;
}
.news-holder .news-container:hover .news-text p {
	display: block;
	font-weight: 500 !important;
	font-size: 14px !important;
	padding: 0px !important;
	color: #444444 !important;
}
.news-holder .news-container:hover .news-text .news-read-more{
	display: block;
}

/******************** pricing plan ******************/
	#plans {
		padding:90px 0;
		overflow: hidden;
	}	
	#plans .price-plan {
		margin-top: 60px;
	}
	#plans .price-plan .panel-default 
	{
	  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
       background-size: cover;
	  border-radius: 0;
	  background-color: #fff;
	  margin-bottom: 0px;
	  box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
	  -webkit-box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);	  
	   transition: all 0.3s ease 0s;
	   backface-visibility: hidden;
	   border: none;
	}
	.price-container {
		padding: 25px 0px;		
	}
	#plans .price-plan .panel-default:hover
	{
		background:url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/price-hover.jpg) top left no-repeat;
		-webkit-background-size: cover;
      	-moz-background-size: cover;
      	-o-background-size: cover;
       	background-size: cover;
       	background-color: transparent;
		box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
	  	-webkit-box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
	  	-moz-box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
		transform: scale(1.23, 1.10);
	  	position:relative;
	 	z-index:999;
	}
	.panel-hover:hover
	{
		z-index:999;
	}
	#plans .price-plan .panel-default:hover .panel-price
	{
		background:transparent;
	}
	#plans .price-plan .panel-default:hover h2, #plans .price-plan .panel-default:hover p, #plans .price-plan .panel-default:hover .panel-body ul li, #plans .price-plan .panel-default:hover .panel-body ul li.disable-li
	{
		color:#ffffff !important;
	}
	#plans .price-plan .panel-default h2,
	#plans .price-plan .panel-default p  {
		font-family: "Roboto",sans-serif;
	}
	#plans .price-plan .panel-default h2 {
	  font-size: 18px;
	  margin-top: 0px;
	  text-transform: uppercase;
	  color: #2b2b2b;
	  font-weight: 500!important;
	  font-family: roboto;
	}
	#plans .price-plan .panel-default p {
		font-size: 14px;
		text-transform: uppercase;
		color:#636363;
		font-weight:500;
	}
	.panel-price{
		background:#93c901;
		padding:20px 0px;
		margin-top:20px;
	}
	.panel-price h2
	{
		margin:0px !important;
		color:#ffffff !important;
		font-size:40px !important;
		font-family: "Roboto",sans-serif;
		font-weight:normal !important;
		text-transform:lowercase !important;
	}
	span.per ,span.dollar
	{
	  font-size: 16px;
	  font-weight:lighter;
	}
	.per 
	{
	  position: relative;
	  right:7px;
	}
	.dollar 
	{
	  bottom: 23px;
	  font-size: 16px !important;
	  left: 7px;
	  position: relative;
	}
	#plans .price-plan .panel-default .panel-body ul li {
		line-height: 1.9em;
		font-family: "Roboto",sans-serif;
		border-bottom: 1px solid #eeeeee;
		margin:0px 15px 0px;
		font-size:14px;
		padding:10px 0px;
		color:#636363;
	}
	#plans .red-button {
		background: #2b2b2b;
	}
	#plans .red-button:after {
		background: #2b2b2b;
	}	
	#plans .red-button:hover {
		background: #ffffff;		
	}
	#plans .red-button:hover:after {
		background: #ffffff;		
	}

	#plans .price-plan .panel-default .panel-body ul li.disable-li
	{
		color:#d1d1d1 !important;
	}
	.panel-body 
	{
	  padding: 40px 15px 15px 15px;
	}
	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: "Roboto",sans-serif;
	font-weight: normal;
    position: absolute;
    bottom: -54px;
    left: -126px;
    right: -126px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}
 /* Price-Plan */
 
 /************************** testimonial *************************/
div.module.testimonial-parallax {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/testimonial.jpg);
  padding:60px 0px 10px;  
}
  #testimonial h1
  {
	  text-transform:capitalize;
	  font-size:26px;
	  font-weight: 300;
	  color:#ffffff;
	  margin:0px 0px 40px;
  }
  #partners {
  	display: inline-block;
  }
  ul#partners li {
	float:left;
	margin-bottom:1px;
	margin-right:1px;
  }
  ul#partners li a {
	background-color:rgba(32,31,31,0.6);
	display:inline-block;
	text-align:center;
	padding: 23.5px 30px;	  
	transition: all 0.3s ease 0s;
  }
  ul#partners li a:hover {
  	background-color: rgba(147, 201, 1, 1);
  }
  .bx-wrapper .bx-viewport
  {
	  box-shadow:none;
	  border:none;
	  background:rgba(32,32,31,0.7);
	  padding:25px 0px;
	  height:311px !important;
  }
  .bx-wrapper img {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.testimonial-img {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border-top:1px solid #93c901;
  padding-top:20px;
  background:rgba(55,55,54,0.6);
  padding-bottom:44px;
}
.testimonial-content p {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin:10px 50px 20px;
  line-height: 24px;
}
.testimonial-img span
{
	font-size:16px;
	font-weight:500;
	color:#93c901;
	position:relative;
	top:10px;
}
.testimonial-img p
{
	font-size:12px;
	color:#ffffff !important;
	font-weight: 700;
	margin:0px;
	font-style:normal !important;
	position:relative;
	top:8px !important;
}
  .testimonial-content i.fa
  {
	  width:100%;
	  margin:0 auto;
	  text-align:center;
	  font-size:22px;
	  color:#949494;
  }
 
 /*********************** footer **************************/

footer{
	background:#19171c;
	border-top:3px solid #93c901;
	color:#8b8b8b;
	font-size:14px;
	padding-top:5%;
}
#footer .seperator:before {
	width: 15px;
	left: -25px;
}
#footer .seperator {
	margin-left: 25px;
	margin-top: 15px;
}
#footer .seperator:after {	
	width: 82px;
	right: -92px;
}
.footer-detail {
	position: relative;
}

.footer-services a {
	display: inline-block;
	width: 100%;
	position: relative; 
	padding-left: 20px;
}
.footer-services a i.fa {
	position: absolute;
	top: 3px;
	left: 0px;
}
.footer-detail{ padding-bottom:75px; display: inline-block; width: 100%; }
.footer-detail a{ color:#a8a8a8; font-weight:normal;}
.footer-detail a:hover{ color:#fff;}
.footer-detail .fa{ margin-right:2px;}
.footer-detail h3{
	color:#fff;
	font-family: "Roboto",sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0px;
}

p.footer
{
	color:#525252 !important;
	font-size:12px !important;
	margin:10px 0px 0px;
}

.footer-detail ul li{
	border-bottom: 1px solid #332f38;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.footer-detail li:hover {
	color: #fff;	
}
.footer-detail ul li a:hover, footer .copy-right a:hover{
	color:#fff;
}
.l-post .row {
	margin-bottom: 20px;
}
.footer-detail .l-container {
	padding: 0px 8px 8px 0px;
}
.footer-detail .latest-project {
	position: relative;
}
.l-project-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: rgba(0,0,0,0.0);
	text-align: center;	
	transition:all 0.6s ease 0s; 
}
.l-project-hover .l-project-hover-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	border: 1px solid rgba(147, 201, 1, 0);
	transition:all 0.3s ease 0s;	
}
.l-project-hover .l-project-hover-inner a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	margin-top: -10px;
	margin-left: -8px;
	transition: all 0.3s ease 0s;	
}
.footer-detail .latest-project:hover .l-project-hover {
	background: rgba(0,0,0,0.9);
}
.footer-detail .latest-project:hover .l-project-hover .l-project-hover-inner {
	transform: scale(1);
	border: 1px solid rgba(147, 201, 1, 1);
	transition-delay: 0.3s;
}
.footer-detail .latest-project:hover .l-project-hover .l-project-hover-inner a {
	color: rgba(255, 255, 255, 1);
	transform: scale(1);
	transition-delay:0.6s;
}
.l-project-hover .l-project-hover-inner a:hover {
	color: #93c901 !important;
}
.footer-detail #mail , footer .copy-right a{
	color:#8b8b8b;
}
footer .copy-right{
	border-top:1px solid rgba(147, 201, 1, 0.4);
	padding:20px 0;
	margin-bottom: 0px;
	position: relative;
	font-weight: 500;
}
	
	/* About Page */

.about-title {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/about-title-bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#page-title {
	padding: 185px 0px 80px;
}
#page-title h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
}
.breadcrumb {
	background: transparent;
	margin-bottom: 0px;	
}
.breadcrumb li a {
	color: #999999;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus {
	color: #ffffff;
	outline: none;
}
.breadcrumb li.active {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

	/* About Image */

#about-us {
	padding-top: 90px; 
}
#about-us .section-text {
	padding: 0px 30px;
}
.about-main-img {
	margin-top: 50px;
}

	/* Our mission */

#our-mission {
	padding: 90px 0px 60px;
}
#our-mission .section-desc h1.section-heading,
#our-mission .section-desc p.section-text {
	color: #fff;
}
div.module.mission-parallax {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/mission-bg.jpg);
  padding: 75px 0px;
}
.mission-cont {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.media img {
	max-width: none;
}
.mission-media {
	 background: #fff;
	 margin-bottom: 30px;
}
.mission-media .media-left {
	position: relative;	
}
.media-span {
	background-color: #fff;
    position: absolute;
    right: -0px;
    top: -5px;
    height: 105%;
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    width: 25px;
}
.mission-media .media-left .mission-media-image {
	
}
.mission-media .media-body {
	padding-left: 8px;
}
.mission-media .media-body h3 {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 500;
	margin-top: 28px;
	margin-bottom: 15px;
}
.mission-media .media-body p {
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	line-height: 1.8em;

}
.mission-media .red-button {
	padding: 5px 12px;
	margin-left: 0px;
}
.mission-media .red-button:hover {
	background:#2b2b2b;
	color: #fff;
}

	/* Our Team */

#our-team {
	padding: 90px 0px 0px;
}
.team-cont {
	margin-top: 40px;
}
.team-memb {
	position: relative;
}
.team-memb img {
	width: 92%;
}
.right-line {
	position: absolute;
	width: 1px;
	height: 70%;
	display: inline-block;
	background: #e5e5e5;
	right: -15px;
	top: 14%;
}
.team-memb-info {
	position: absolute;
	bottom: -100%;
	left: -50px;
	width: 75%;
	height: auto;
	display: inline-block;
	background:rgba(147, 201, 1, 0.0);
	padding: 15px;
	transform: skew(-22deg);
	-moz-transform: skew(-22deg);
	-webkit-transform: skew(-22deg);
	transition:left 0.3s ease 0s, bottom 0.3s ease 0s, background 0.6s ease 0s;
}
.team-memb:hover .team-memb-info {
	background:rgba(147, 201, 1, 0.95);
	bottom: 0;
	left: 50px;
}
.memb-info-inner {
	border: 2px solid rgba(255,255,255, 0.30);
	padding: 30px 0px;
	opacity: 1;	
}
.memb-info-text {
	transform: skew(22deg);
	-moz-transform: skew(22deg);
	-webkit-transform: skew(22deg);
	color: #fff;
}
.memb-info-text h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}
.memb-info-line {
	width: 40px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
.memb-info-text p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.memb-social li a {
	color: #fff;
	text-decoration: none;
	outline: none;
	transition:all 0.3s ease 0s;	
}
.memb-social li a:hover,
.memb-social li a:active,
.memb-social li a:focus {
	color: #2b2b2b;
	outline: none;
}

	/* Services */

div.module.roof-service-parallax {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/about-services-bg.jpg);
  padding: 75px 0px;
}
.roof-service-parallax .section-desc h1.section-heading,
.roof-service-parallax .section-desc p.section-text {
	color: #fff;
}

	/* Contact Page */

.contact-title {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/contact-title-bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

#contact-us {
	padding: 90px 0px;
}
#contact-us .seperator {
	margin-left: 60px;
	margin-right: 0px;
}
#contact-us .section-desc p.section-text {
	padding: 0px;
}
.roof-form-cont {
	margin-top: 50px;
}
.roof-contact-form input {
	height: 45px  !important;
}
.roof-contact-form .form-control {
	background-color: #f7f7f7 !important;
	color: #2b2b2b !important;
	/*color: #d5d5d5 !important;*/
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #d7d7d7 !important;
}
.roof-contact-form ::-webkit-input-placeholder { /* Chrome */
	  color: #d5d5d5;
	}
.roof-contact-form :-ms-input-placeholder { /* IE 10+ */
	  color: #d5d5d5;
	}
.roof-contact-form ::-moz-placeholder { /* Firefox 19+ */
	  color: #d5d5d5;
	  opacity: 1;
	}
.roof-contact-form :-moz-placeholder { /* Firefox 4 - 18 */
	  color: #d5d5d5;
	  opacity: 1;
	}
.roof-contact-form .form-control.error {
	    -webkit-box-shadow: 0 0px 0px rgba(56, 165, 74, 0.0) inset, 0px 0px 0px 1px rgba(255, 40, 48, 1) !important;
	    -moz-box-shadow: 0 0px 0px rgba(56, 165, 74, 0.0) inset, 0px 0px 0px 1px rgba(255, 40, 48, 1) !important;
	    box-shadow: 0 0px 0px rgba(56, 165, 74, 0.0) inset, 0px 0px 0px 1px rgba(255, 40, 48, 1) !important;
}
.roof-contact-form .red-button:hover {
	background: #2b2b2b;
	color: #fff;
}
.contact-info {
	/*padding-top: 198px;*/
}
.contact-info-line {
	width: 52px;
	height: 2px;
	display: inline-block;
	background: #93c901;
	margin-top: 30px;
	margin-bottom: 25px;
}
.contact-info h4 {
	font-size: 30px;
	font-weight: 300;
	color: #2b2b2b;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contact-info p {
	line-height: 1.6em;
	margin: 0px;
}
.contact-info p,
.contact-info a {
	font-size: 14px;
	font-weight: 400;
	color: #636363;
}
.contact-info .contact-media {
	margin-top: 58px;
}
.contact-info .media-left {
	vertical-align: middle;
	padding: 0px 20px;
}
.contact-info .media-left i.fa {
	font-size: 20px;
	color: #93c901;
}
.contact-info .media-body {
	padding: 20px 15px 20px 0px;
}
.contact-info .address-media {
	background: #93c901;	
}
.contact-info .address-media i.fa,
.contact-info .address-media p {
	color: #fff;
}
.contact-info .email-media, 
.contact-info .phone-media{
	margin-top: 0px;
	background: #f7f7f7;
}
.contact-info .email-media {
	border-bottom: 1px solid #e5e5e5;
}
.contact-info .email-media a {
	text-decoration: none;
	outline: none;
	transition:all 0.3s ease 0s;
}
.contact-info .email-media a:hover {
	color: #93c901;
}

	/* Location Page */

.location-title {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/location-title-bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
/*#location-search-form {
	padding: 35px 0px 55px;	
}*/
.location-form {
	padding: 35px 0px 55px !important; 
}

#location-form .form-group {
	width: 80%;
}
#location-form .form-control {
	width: auto !important;
}
#location-form label {
	width: 15%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
#location-form .form-control {
	width: 84% !important;
}
#location-form .input-bottom-line {	
	left: 15.5%;
	transition:width 0.5s ease 0.2s;
}
#location-form .form-control:focus ~ .input-bottom-line {
	width: 84%;
}

#location-cities {
	padding: 90px 0px;
}
#location-cities ul {
	margin-top: 0px;
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
}
#location-cities ul li {
	padding-left: 1px;
}
#location-cities ul li a {
	color: #636363;
	padding-left: 0px;
	transition:all 0.1s ease 0s;	
}
#location-cities ul li a:hover {
	color: #93c901;
	padding-left: 3px;	
}
#location-cities .seperator {
	margin-left: 60px;
	margin-right: 0px;
}
#location-cities ul li.disable a {
	cursor: default;
	text-decoration: none;
	pointer-events: none;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
}
#location-cities ul li.disable a:hover {	
	padding-left: 0px;
	cursor: default;
	color: #636363;
}

/* sub seperator */
.sub-seperator {
	background: #93c901;
	width: 52px;
	height: 2px;
	display: inline-block;
	margin: 25px 0px;
}
/* sub seperator */

/* Latest News Page */

.news-title {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/news-title-bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#latest-news-section {
	padding: 90px 0px 20px; 
}

#latest-news-section .news-holder {
	margin-top: 0px;
}
#latest-news-section .news-holder .news-container {
	padding-bottom: 0px;
	margin-bottom: 50px;
}
.news-button {
	position: absolute;
	top: 95.5%;
	width: 100%;
	display: inline-block;
	height: auto;
}
.latst-news-text {
	margin-top: 48px;
}
.latst-news-text h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #424242;
}
.latst-news-text p {
	font-size: 14px;
	font-weight: 400;
	color: #636363;
	line-height: 1.6em;
}
.latst-news-text a {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #636363;
	text-decoration: none;
	transition:all 0.3s ease 0s; 
}
.latst-news-text a:hover {
	color: #93c901;
}

	/* pagination */

.pagination-cont {
	border-top: 1px solid #e5e5e5 !important; 
	margin-bottom: 20px;
}
.pagination>li>a {
	background: transparent;
	border-radius: 0px;
	border: none;
	color: #424242;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;	
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transition:all 0.3s ease 0s;
}
.pagination>li>a>span {
	display: inline-block;
	transform: skew(15deg);
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
}
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 0px;
	font-weight: 500;
}
.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus {
	background: #93c901;
	color: #fff;
}
.pagination>li:first-child>a:hover,
.pagination>li:last-child>a:hover {
	background: #424242;
	color: #fff;
}

/* Latest News Page */

/* News Detail Page */

#detail-page {
	padding: 90px 0px 60px; 
}

.detail-info-cont {
	margin-top: 30px;
	margin-bottom: 30px;	
}
.detail-info-cont h2 {	
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
	color: #424242;
}
.detail-info-button {
	margin-bottom: 20px;
}
.detail-info-cont p {
	font-size: 15px;
	line-height: 1.5em;
	color: #636363;
	margin-bottom: 10px;
	font-weight: 400;
}
	/*page sidebar */

.page-sidebar h3 {
	font-size: 18px;
	font-weight: 400;
	color: #424242;
	margin-top: 0px;
	margin-bottom: 15px;

}
.sidebar-services,
.sidebar-news {
	margin-bottom: 30px;
}
.sidebar-news h3,
.sidebar-flicker h3{
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.roofing-service-list li a {
	padding: 20px 15px;
	display: inline-block;
	background: #ececec;
	font-weight: 400;
	font-size: 16px;
	border-bottom: 2px solid #ffffff;
	color: #636363;
	width: 100%;
	transition: all 0.3s ease 0s;
}
.roofing-service-list li a:hover {
	background: #93c901;
	color: #ffffff;
}
.sidebar-news a {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	color: #636363;
	margin-bottom: 0px;
	margin-top: 5px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.sidebar-news a:hover {
	color: #93c901;
}
.sidebar-flicker li {
	margin-bottom: 15px;
}
.detail-sep-line {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #ececec;
	margin-bottom: 30px;
}

	/*page sidebar */

/* Service Page */

.service-page-title
{
	 background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/service-title.jpg);
	  background-size: cover;
	  -moz-background-size: cover;
	  -webkit-background-size: cover;
}
#service-page
{
	padding:90px 0px 30px;
	overflow: hidden;
}
#service-page img {
	border: 2px solid #e0e0e0;
}
.rf-image {
	position: relative;	
	display: inline-block;
	width: 100%;
}
.rf-image .bottom-overlay {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    left: 0;
    min-height: 50%;
    position: absolute;
    width: 100%;
}
.rf-image h4 {
	color: #fff;
	bottom: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
}
.mix{
  display: none;
}
.controls
{
	margin-bottom:50px;
}
.mix{
	margin-bottom:30px;
}
.mix p
{
	margin:30px 0px;
	color:#000000;
	font-size:14px;
	line-height:22px;
}
.mix .red-button
{
	margin: 0 0 30px 15px !important;
}
.mix .red-button:hover,.mix .red-button:active,.mix .red-button:focus {
  background: #1a1a23 none repeat scroll 0 0;
  color: #ffffff;
  outline: medium none;
  text-decoration: none;
  transition-delay: 0s;
}
.mix .red-button:hover::after {
  background: #1a1a23;
  right: -1px;
}
.controls button
{
	color:#93c901 !important;
	font-size:14px;
	padding:8px 22px;
	display:inline-block;
	text-shadow: none;
	outline: none;
	font-weight:500;
	text-transform: uppercase;
	margin-right: 8px;
	background:transparent !important;
	border:1px solid #93c901;
	-moz-transform:skew(-22deg);
    -webkit-transform:skew(-22deg);
    -o-transform:skew(-22deg);
    -ms-transform:skew(-22deg);
    transform:skew(-22deg);
	transition: all 0.3s ease 0s;
}
.controls button:last-child {
	margin-right: 0px;
}
.controls button span {
	display: inline-block;
	-moz-transform:skew(22deg);
    -webkit-transform:skew(22deg);
    -o-transform:skew(22deg);
    -ms-transform:skew(22deg);
    transform:skew(22deg);
}
.controls button.active,
.controls button:hover,
.controls button:focus {	
	background:#93c901 !important;
	color: #ffffff !important;	
}

/* service detail page */
.services-detail-title {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/services-detail-title-bg.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#services-detail
{
	padding:100px 0px;
}
#services-left
{
}
#services-left img
{
	border:2px solid #e0e0e0;
}
#services-right
{
}
#services-right h1
{
	margin: 0px;
	font-size: 30px;
	font-weight: 300;
	color: #424242;
}

#services-right p
{
	color:#636363;
	font-size:14px;
	line-height:25px;
}
ul.detail-list
{
	margin-top:40px;
}
ul.detail-list li
{
	color:#2b2b2b;
	font-size:14px;
	font-weight:500;
	line-height:33px;
}
ul.detail-list li span
{
	color:#93c901;
}
.detail-list > li::before 
{
  color: #93c901;
  content: "ï¡";
  font-family: fontawesome;
  font-size: 14px;
  margin-right: 10px;
}
#detail-boxes
{
	margin:65px 0px;
}
.detail-boxes
{
	background:#f6f6f6;
	padding:35px 30px;
	border:1px solid #e0e0e0;
}
.detail-boxes h1,#detail-text h1
{
	margin:0px;
	font-weight:400;
	color:#2b2b2b;
	font-size:18px;
}
.detail-boxes .sub-seperator,#detail-text .sub-seperator
{
	margin:15px 0px;
}
.detail-boxes p,#detail-text p
{
	color:#636363;
	font-size:14px;
	font-weight:400;
	line-height:25px;
}

	/* Work Page */
.work-page-title,
.work-detail-title {
  background-image: url(https://controlgarage.com/wp-content/plugins/js_composer/assetsimages/work-page-title.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

#work-page {
	padding: 90px 0px 80px;
}
.rf-image {
	overflow: hidden;
}
#work-page .rf-image img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.3s ease 0s;
}
.work-overlay {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	text-align: center;
	position: absolute;
	transition: all 0.3s ease 0s;
}
.work-overlay-button {
	/*background: rgba(255,255,255,0.8);*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -60px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.work-overlay-button a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
	color: #fff;
	background: rgba(255,255,255,0.8);
	text-decoration: none;
	outline: none;
	position: relative;
	transform: scale(0) rotate(380deg);
	-webkit-transform: scale(0) rotate(380deg);
	-moz-transform: scale(0) rotate(380deg);
	transition: all 0.3s ease 0s;
	/*transition-delay: 0.3s;*/
}
.work-overlay-button a i.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	margin-top: -10px;
	margin-left: -10px; 
}
.work-overlay-button a:last-child {
	margin-right: 0px;
}
.work-overlay-button a:hover {
	color: #93c901;
	border-color: #93c901;
}
#work-page .rf-image:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.rf-image:hover .work-overlay {
	background: rgba(0,0,0,0.8);
}
.rf-image:hover .work-overlay-button {
	
}
.rf-image:hover .work-overlay-button a {
	background: rgba(255,255,255,0);
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);	
}

	/* Work detail page */

#work-detail {
	padding: 90px 0px;
}
#work-detail #detail-text {
	margin-top: 50px;
}
#detail-text h1 {
	font-size: 30px;
	color: #424242;
	font-weight: 300;
}