/* 
Custom CSS for...
'bootstrap iN' HTML Theme by Start bootstrap iN

All Start bootstrap iN themes are licensed under Apache 2.0. 
For more info and more free bootstrap iN HTML themes, visit http://startbootstrap.com!
*/

/* font face embeded css */


@font-face {
	  font-family: 'Glyphicons Halflings';
	  src: url('../font-awesome/font/glyphicons-halflings-regular.eot');
	  src: url('../font-awesome/font/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.html') format('woff2'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.woff') format('woff'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.ttf') format('truetype'), 
		  url('../font-awesome/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
	  font-family: 'FontAwesome';
	  src: url('../font-awesome/font/fontawesome-webfont862f.eot?v=4.1.0');
	  src: url('../font-awesome/font/fontawesome-webfontd41d.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
		url('../font-awesome/font/fontawesome-webfont862f.woff?v=4.1.0') format('woff'), 
		url('../font-awesome/font/fontawesome-webfont862f.ttf?v=4.1.0') format('truetype'), 
		url('../font-awesome/font/fontawesome-webfont862f.svg?v=4.1.0#fontawesomeregular') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../font-awesome/font/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Lato-Regular.woff') format('woff'), 
  url('../font-awesome/font/Lato-Regular.ttf')  format('truetype'), 
  url('../font-awesome/font/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../font-awesome/font/Lato-Boldd41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Lato-Bold.woff') format('woff'), 
  url('../font-awesome/font/Lato-Bold.ttf')  format('truetype'), 
  url('../font-awesome/font/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../font-awesome/font/Raleway-Regulard41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Raleway-Regular.woff') format('woff'), 
  url('../font-awesome/font/Raleway-Regular.ttf')  format('truetype'), 
  url('../font-awesome/font/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../font-awesome/font/Raleway-Mediumd41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Raleway-Medium.woff') format('woff'), 
  url('../font-awesome/font/Raleway-Medium.ttf')  format('truetype'), 
  url('../font-awesome/font/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../font-awesome/font/Raleway-Boldd41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Raleway-Bold.woff') format('woff'), 
  url('../font-awesome/font/Raleway-Bold.ttf')  format('truetype'), 
  url('../font-awesome/font/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Medium';
  src: url('../font-awesome/font/Lato-Mediumd41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Lato-Medium.woff') format('woff'), 
  url('../font-awesome/font/Lato-Medium.ttf')  format('truetype'), 
  url('../font-awesome/font/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../font-awesome/font/Raleway-Lightd41d.eot?#iefix') format('embedded-opentype'),  
  url('../font-awesome/font/Raleway-Light.woff') format('woff'), 
  url('../font-awesome/font/Raleway-Light.ttf')  format('truetype'), 
  url('../font-awesome/font/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}





/* Global Styles */

html, body { height: 100%; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
html:hover, body:hover{ -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
body {font-family: "Open Sans",Arial,Helvetica,sans-serif; font-size:18px;}





.carousel { height: auto;/*50% - auto*/ }
.item, .active, .carousel-inner { height: 100%; }
.car-f{ height:80%;}
.fill { width: 100%; height: 100%; background-position: center; background-size: cover; }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-arrow-left, .carousel-control .glyphicon-arrow-right{ display: inline-block; position: absolute; top: 50%; z-index: 5;}

.carousel-fade .carousel-inner .item {
 opacity: 0.4;
 -webkit-transition-property: opacity;
 -moz-transition-property: opacity;
 -o-transition-property: opacity;
 transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
 opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
 opacity: 1;
}
.carousel-fade .carousel-control {
 z-index: 2;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img { margin: 0 auto; }
.list-social-icons { margin-bottom: 45px; }
.tooltip-social a { text-decoration: none; color: inherit; }

footer { margin: 50px 0; }

.black { color: #000000;}
.white{ color:#FFFFFF;}

/* wirn */
body a:focus{ outline: none !important;}
body img:focus{ outline: none !important;}
a img:focus{ outline: none !important;}
button.btn:focus{ outline:none !important;}
a { 
	color: #a94442; 
	text-decoration: none; 
	-webkit-transition:all 0.3s ease-in-out; 
	-moz-transition:all 0.3s ease-in-out; 
	-ms-transition:all 0.3s ease-in-out; 
	-o-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out;
}
a:hover, a:focus { 
	color: #3c763d; 
	text-decoration: none; 
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out; 
	-ms-transition:all 0.2s ease-in-out; 
	-o-transition:all 0.2s ease-in-out; 
	transition:all 0.2s ease-in-out;
}


a i{ -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:hover i{ -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.fa{ letter-spacing:normal;}
.no-pad{ padding:0; margin:0;}
.navbar{ margin-bottom:0px; border-radius:0px; min-height:60px; padding:0px;}
.navbar-inverse{ background-color:#FFFFFF; border-color:#e0dede; border: none;}
/*.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ background-color:#a6a97a; color:#525252; line-height: 29px;}*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{ background-color:#ed594d;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ background:#ed594d; color:#FFFFFF;}
.navbar-inverse .navbar-brand{ color:#FFFFFF; font-weight:bold;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{ }
.thumbnail > img, .thumbnail a > img{ margin:10px auto;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{ margin:0px auto;}
body.top-in{ padding-top:0;}
body.top-in .navbar{ margin-bottom:0px;}
.form-control::-webkit-input-placeholder { }
.form-control:-moz-placeholder { }
.form-control::-moz-placeholder { }
.form-control:-ms-input-placeholder { }
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }

.navbar-brand{ display:block; padding:0;}
.navbar-brand > img{ margin:0; padding:0; max-width:100%;}
audio, canvas, video { display: inline-block; }

/* wirn - stuck menu */
.isStuck { /*background: #9f346a;*/ border:none; /*border-bottom:1px solid #cf649a;*/ z-index: 999; }
.isStuck .navbar-brand img#stc{ transform: translate(0px, -5em); margin: 0 auto; max-width: 100%; transition: linear 0.1s ease-in-out 0s; opacity:0; height:0px;}
.isStuck .navbar-brand img#stc_1{ transform: translate(0px, 0em); transition: linear 0.2s ease-in-out 0s; opacity:1; width: 130px;}

.navbar-nav > li > .dropdown-menu{ height: auto !important;}
.navbar-hight{ min-height:120px;}

.navbar-inverse ul.nav li.dropdown:hover a, ul.nav li.dropdown:hover a:hover { /*color: #8f1f24;*/ border-radius:0px; }
.navbar-inverse ul.nav li.dropdown:hover ul {
	
	 background-color: #f2efef;
	/*width: 180px;*/
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
}
.navbar-inverse ul.nav li.dropdown:hover ul li a { color: #000; }

.navbar-inverse ul.nav li.dropdown:hover ul li a:hover, ul.nav li.dropdown:hover ul li a:focus, ul.nav li.dropdown:hover ul li a:active { background: #fff;/*229ac1*/ color: #000; }
.dropdown-menu{ min-width:auto; box-shadow:none; border:none; border-radius:0px; padding: 15px 0px;}
.dropdown-menu > li > a{ line-height:2.2em; /*text-align:right;*/ text-transform:capitalize;}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus{ 
	border-color:transparent; 
	border-radius:0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{ background:#a6a97a;}
.nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus{ background:#9c9c9c;}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.dropdown-menu > li > a{
	padding: 2px 20px;
}
ul.nav li.dropdown ul {
    
    padding: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
.carousel-control{
	z-index: 999;
}
.carousel-caption{
	z-index: 99;
}

#stuck_container{
	background-color: transparent;
}
.isStuck ul {
    margin-top: 0px !important;
}
.isStuck .navbar-nav > li > a{
	padding: 20px 15px;	
}
/*Add css*/

.navbar-brand{
	height:auto !important;
}
/*.navbar ul{
	margin-top: 32px;	
}*/
.navbar-inverse .navbar-nav > li > a{ 
	color:#000000; 
	padding: 28px 15px; 
	text-transform:uppercase; 
	font-family: 'Lato-Regular';
	border:3px solid transparent;
	position:relative;
	font-size:14px;
}
.navbar-inverse .navbar-nav > li > a:after{ 
	position:absolute;
	top:0;
	bottom:0;
	right:-4px;
	background:url(../images/doted.png) no-repeat;
	height:19px;
	width:4px;
	content:"";
	margin:auto;
}
.navbar-inverse .navbar-nav > li:last-child > a:after{
	display:none;	
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li.current-menu-item > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a.active {
    color: #e15425;
    background-color: transparent;
	border-bottom:3px solid #e15425;
}
.navbar-nav {
	margin-top: 55px;	
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #e15425 !important;
    background-color: transparent !important;
	border-bottom:3px solid #e15425 !important;
}

.section-banner{ background:#ec594d none repeat scroll 0 0; display:table; height:150px; margin: 0 0 25px !important; text-align:center; padding:0; margin:0; width:100%;}

.section-banner h1{ display:table-cell; vertical-align:middle; padding:0; margin:0; color:#FFFFFF; text-align:center; line-height:normal; text-transform:uppercase; letter-spacing:1px;}
.nav.navbar-nav.navbar-social {
  margin: 0 !important;
}
ul.social{
		
}
ul.social li{
	float:none;
	display:inline-block;
	vertical-align:bottom;	
}
ul.social a{
	color:#291157;
	padding:10px;
	font-size: 24px;	
}
ul.social li a:hover i{
	color:#e15425;
	transform: rotate(360deg);
}


.header-top ul.social{

}
.header-top{
	display: inline-block;
	float: right;
	position: relative;
	z-index: 999;
	top: 72px;
	margin-top: -63px;
	right: 11px;
}
.header-top ul.social li.phone-text span{
	display:block;
	font-size:17px;
	font-style:italic;
	font-family: 'Lato-Regular';
	margin-bottom: -6px;
	padding-left: 9px;	
}
.header-top ul.social li.phone-text a{
	font-family: 'Lato-Bold';
	font-size:23px;
	color:#000;	
}
.header-top ul.social li .phpne-icon{
	font-size: 35px;
	color: #e15425;
	
}
.header-top ul.social li.phone-text{
	padding-right: 24px;
}


h2{
	font-family: 'Raleway-Bold';
	font-size:35px;	
}
h2 span{
	 font-family: 'Raleway-Light';
}
h2 strong {  color: #291157;}
/*==============slider===============*/

.carousel-indicators li {
	background:#291157;
	border-color:#291157;	
	height:12px;
	width:12px;
	margin:0;
}
.carousel-indicators .active {
	background:#e15425;
	border-color:#e15425;
}



/*=============================box===============================*/

.serving{
	padding:60px 0;
	text-align:center;	
}
.serving-title h2{
	margin:0 0 50px;
	
}

ul.serving-box-bg{
	padding:0;
	text-align:center;
}
ul.serving-box-bg li{
	width:274px;
	height:334px;
	overflow:hidden;
	background-size:cover;
	background-color:#000;
	float:none;
	display:inline-block;
	position:relative;
	text-align:center;
	margin: 7px;
}
/*ul.serving-box-bg li:hover{
	background:#066;
}*/
.box-bg{
	position:absolute;
	background-image:url(../images/img-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	z-index:999;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.box-bg-contant{
	height: 100%;
	width: 100%;
	padding: 40px 20px;
	background: rgba(0,0,0,0.4);
	color:#fff;
}
.box-bg-contant img{
	display:inline-block;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;	
}
.box-bg-contant p{
	font-family: 'Lato-Regular';
	font-size:15px;
	margin-bottom:5px;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	height:63px;
	overflow:hidden;
}
.box-bg-contant h3{
	font-family: 'Raleway-Medium';
	margin-bottom: 0;
	margin-top: 9px;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}

.learn-more{
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	padding: 0px 10px;
	border-radius: 4px;
	font-size:13px;
	height:34px;
	line-height: 29px;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
}
.box-bg-contant .learn-more{
	margin-top:10px;
	position:relative;
	z-index:9999;
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;	
}

ul.box-overlay-text{
	padding:0;
}
ul.box-overlay-text li{
	position:relative;
}
ul.box-overlay-text li:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(../images/right.png) no-repeat;
	width:17px;
	height:18px;
}
.servinf-overlay{
	position: absolute;
	background: rgba(225,84,37,0.8);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;	
	transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	opacity:0;
}
ul.serving-box-bg li:hover .servinf-overlay{
	opacity:1;	
}
ul.serving-box-bg li:hover .box-bg-contant .learn-more{
	background-color:#000;
	color:#fff;	
}
ul.serving-box-bg li:hover .box-bg-contant img, 
ul.serving-box-bg li:hover .box-bg-contant h3, 
ul.serving-box-bg li:hover .box-bg-contant p{
	opacity:0;	
}


ul.servinf-overlay-text{
	padding: 5px 37px;
	text-align:left;
	
}
ul.servinf-overlay-text li{
	width:auto;
	height:auto;
	background-color:transparent;
	color:#fff;	
	background: url(../images/right.png) no-repeat left 3px;
	padding-left: 22px;
	text-align: left;
	line-height: 1.3;
	font-size:15px;
	font-family: 'Lato-Regular';
	display: block;
}
.servinf-overlay h3{
	color: #fff;
	margin-top: 57px;	
}





/*============================================================================*/

.video-section{
	padding:85px 0 70px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	color:#fff;
	position:relative;
}


.video-section-title h2{
	font-family: 'Raleway-Bold';
	position:relative;
	margin-bottom: 50px;
	margin-top:0;
}
 .video-section-title h2:after{
	position:absolute;
	content:"";
	left:0;
	bottom: -22px;
	background:url(../images/bulet-line.png) no-repeat;
	height:12px;
	width:75px;
} 
.video-section-title h2 span{
	 font-family: 'Raleway-Light';
}
ul.chose-text{
	padding:0;	
	margin-top:40px;
}
ul.chose-text li{
	background:url(../images/box-right.png) no-repeat left;
	padding-left: 45px;
	margin: 10px 0;
	font-size:18px;
	font-family: 'Raleway-Regular';	
}
.video-section p{
	font-size:16px;
	font-family: 'Lato-Regular';	
}
.video{
	width:100%; 
	height:285px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;	
}
.video{
	margin-bottom: 13px;
	margin-top: 6px;
}
.video-section-bg{
	position:relative;
	display:inline-block;
}
.video-section-bg .fully{
	position:absolute;
	display:inline-block;
	bottom: -143px;
	right:0;
}


/*============================about-section======================*/

.about-section{
	padding:60px 0 150px;
	text-align:center;
}

.about-section img{
	display:inline-block;
	margin-bottom: 17px;
}
.about-section p{
	font-size:16px;
	 font-family: 'Raleway-Regular';
}












/*====================================testimonial========================================*/

.testimonial{
	text-align:center;
	background-position:center;
	background-size:cover;
	padding:0 0 96px;
	position:relative;	
	background:#ccc;	
}
.testi-slide{
	position: relative;
	top: -91px;
	margin-bottom: -91px;	
}


.testimonial ul.rslides_tabs{
	padding:0;	
	margin-top:50px;
}
.testimonial ul.rslides_tabs li{
	list-style:none;
	float:none;
	display:inline-block;	
}
.testimonial ul.rslides_tabs li a{
	height:12px;
	width:12px;
	border-radius:50%;
	background-color:#291157;
	display:inline-block;
	text-indent:-9999999px;
	margin: 4px;
		
}
.testimonial ul.rslides_tabs li.rslides_here a{
	background-color:#e15425;	
}
.test-img{
	width:182px;
	height:182px;
	border-radius:50%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#999;	
	display:inline-block;
	border:5px solid #fff;
	position:relative;
}
.test-img:after{
	position:absolute;
	height:20px;
	width:20px;
	background-color:#fff;
	content:"";
	bottom: -12px;
	left:0;
	right:0;
	z-index: -1;
	margin: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	
}
.test-img-text p{
	 font-family: 'Lato-Regular';
	 font-size:16px;
	 color:#e15425;
}
.test-img-text{
	padding:20px 0 50px;	
}

.rslide-text{
	position:relative;	
	padding: 0 103px 40px;
	height:125px;
}
.rslide-text:before{
	position:absolute;
	height:37px;
	width:40px;
	content:"";
	left: 47px;
	top: -15px;
	background-image:url(../images/s-comma-up.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.rslide-text:after{
	position:absolute;
	height:37px;
	width:40px;
	content:"";
	right: 73px;
	bottom: 23px;
	background-image:url(../images/s-comma-down.png);
	background-repeat:no-repeat;
	background-size:cover;
}


/*============================================================================*/

.estimate{
	background:#121212;
	color:#fff;	
	position:relative;
	padding:30px 0;
	z-index: 5;
}
.estimate-bg{
	position:relative;
	display:block;
}
.estimate-header{
	position:absolute;
	left:0;
	top: -55px;
	
	
}
.estimate-free{
	width:335px;
	height:63px;
	line-height:63px;
	color:#fff;
	background-color:#e15425;
	text-align:center;
	font-size:30px;
	font-family: 'Lato-Regular';
	position:relative;
}
.estimate-free:after{
	position: absolute;
	height: 26px;
	width: 23px;
	content: "";
	left: -22px;
	top: 0;
	background: url(../images/btn-after.png);
	
}




.estimate-left, .estimate-right{
	float:none;
	display:inline-block;
	width:79%;
	vertical-align: bottom;
}
.estimate-right{
	width:20%;	
}
.btn-custom{
	background:#e15425;
	width:211px;
	height:50px;
	line-height:50px;
	border-radius:4px;
	border-bottom:3px solid #b53b13;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:20px;
	font-family: 'Lato-Regular';
}
.hvr-shutter-out-horizontal::before {
	background: #000;
	border-radius:4px;	
}
.estimate-left p{
	font-size:16px;
	font-family: 'Lato-Regular';
	margin:0;
}



/*================================footer=================================*/

.footer{
	padding:50px 0;
	background-position:center;
	background-size:cover;	
}

.footer h3{
	font-size:18px;
	color:#e15425;
	font-family: 'Lato-Bold';	
	position:relative;
	margin-bottom:28px;
}
.footer h3:after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:64px;
	height:3px;
	background-color:#291157;
	bottom: -9px;	
}
.footer p{
	font-size:16px;
	font-family: 'Lato-Medium';	
	color:#fff;
}
.pad-right{
	padding-right:0;	
}
.pad-left{
	padding-left:30px;	
}


ul.quick{
	list-style:none;
	padding:0;
	margin-top:-10px	
}
ul.quick li{
	position:relative;
	padding-left: 24px;
}
ul.quick li:before{
	content:"\f105";
	position:absolute;
	left:0;
	font: normal normal normal 14px/1 FontAwesome;
}
ul.quick li a{
	font-size:16px;
	font-family: 'Lato-Medium';	
	padding:1px 0;
	color:#fff;
	display:block;
}

ul.quick li a:hover, ul.quick li a:focus{
	color:#e15425;	
}
ul.quick li:before{
	content:"\f105";
	position:absolute;
	left:0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	font-weight: bold;
	color:#e15425;
}

ul.power-instra{
	padding:0;
	list-style:none;
	padding-top: 5px;	
}
ul.power-instra li{
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
	position:center;
	display:inline-block;
	float:none;
	background-color:#CCC;
	overflow: hidden;
}
ul.power-instra li a{
	width:100%;
	height:100%;
	display: block;
}

.phone a, .message a{
	color:#fff;
}
.phone a:hover, .message a:hover{
	color:#000;
}

.location, .phone, .message{
	
	padding-left:34px;
	margin-bottom:14px;
	position:relative;
}
/* .location{
	background:url(../images/location.png) no-repeat left;
}
.phone{
	background:url(../images/phone.png) no-repeat left;
}
.message{
	background:url(../images/sms.png) no-repeat left;	
} */
.read{
	color: #e15425;
	margin-top: 27px;
	display: block;	
}
.read:hover, read:focus{
	color: #000;
}



.fter-end{
	padding:18px 0;
	background-color:#86d1ee;
	text-align:center;
}
.fter-end p{
	margin:0;
	font-family: 'Lato-Regular';	
}
.fter-end p a{
	color:#e15425;	
}
.fter-end p a:hover, .fter-end p a:focus{
	color:#000;	
}	
.footer .textwidget p { color: #fff;}

.location:after{
    content: "\f041";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 33px !important;
    color: #e15425;
    left: 0;
    top: 1px;
}
.phone:after {
	content: "\f095";
    font-size: 28px !important;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    color: #e15425;
    left: 0;
    top: 1px;
}
.message:after {
	content: "\f0e0";
    font-size: 23px !important;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    color: #e15425;
    left: 0;
    top: 1px;
}


/*=================*/

.cls-ul {
    list-style: inside;
    padding-left: 20px;
}
.cls-loc{
    border: 1px solid #000;
    padding: 15px;
}

/* wirn - Browser Safari and Chrome custom css */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .test {  }
	.form-control::-webkit-input-placeholder { text-align:left;}

    /* Safari only override */
    ::i-block-chrome,.test {  }
	::i-block-chrome,.form-control::-webkit-input-placeholder { text-align:left;}
	
}


/* wirn - for hover dropdown in only from 768 view to 5000 view :)*/




@media (min-width:768px) {
	ul.nav li.dropdown ul{ display: none;}
	ul.nav li.dropdown:hover ul{ display: block;}
	
	ul.nav li.dropdown ul li.dropdown-submenu ul{ display: none;}
	ul.nav li.dropdown ul li.dropdown-submenu:hover ul{ display: block;}
	
	.caret-m{ display:none;}
	.section-table-collapsible table.table table.table-inner tbody{ display:table;}
	.section-table-collapsib table.table table.table-inner tbody{ display:table-row-group;}
	
	a.navbar-small-resolutionz{ display:none;}
	a.navbar-big-resolutionz{ display:block;}
	.navbar-middle .navbar-header { float:none; display:inline-block; position:absolute; width:13%; margin:auto; left:0; right:0; top:0; bottom:0; z-index:99;}
	.navbar-middle .navbar-header .navbar-big-resolutionz{ margin:0;}
	
	.navbar-middle.navbar-hight .navbar-header { float:none; display:inline-block; position:relative; width:auto; margin:auto; left:0; right:0; top:0; bottom:0; z-index:99;}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{ margin-left:0px;}
	.navbar-middle.navbar-hight .navbar-header .navbar-brand{ min-height:70px; margin:1em auto; padding:0 0.8em;}
	
	
	

}

/* wirn - Responsive Styles with Default Media's */
@media (min-width:1921px) and (max-width:4500px) {
	html, body { width: auto;  }
	
}

@media (min-width:1920px) and (max-width:1920px) {
	html, body { width: auto;  }
	

}

@media screen (min-width:1366px) and (max-width:1600px) {
	body.inner{ padding-top:0;}
	
	
}

@media (max-width:1366px) {
	html, body { width: auto;  padding-top:0;}
	.dropdown-submenu > .dropdown-menu{ right:100%; left:auto;}
	.navbar-fixed-top{ position:inherit;}
	.navbar-middle ul.navbar-right{ margin:0;}
	.navbar-middle .navbar-header{ width:25%; text-align:center;}
	.navbar-middle .navbar-brand{ float:none; width:100%; text-align:center;}
	.navbar-middle .navbar-brand img{ margin:0 auto;}
	.navbar-middle .navbar-nav > li > a{ padding-left:12px; padding-right:12px;}
	
}

@media (max-width:1280px) {
	html, body { width: auto; padding-top:0; }
	.dropdown-submenu > .dropdown-menu{ right:100%; left:auto;}
	ul.list-mid-cont li{ width:30%;}
	
	/*ul.list-masonry-grid:nth-of-type(4n-4){ transform: translateY(-11em); }*/
	
	.navbar-middle ul.navbar-right{ margin:0;}
	.navbar-middle .navbar-header{ width:25%; text-align:center;}
	.navbar-middle .navbar-brand{ float:none; width:100%; text-align:center;}
	.navbar-middle .navbar-brand img{ margin:0 auto;}
	.navbar-middle .navbar-nav > li > a{ padding-left:10px; padding-right:10px;}
	
}

@media (max-width:1199px) { 
ul.serving-box-bg li {
    width: 224px;
    height: 283px;
}
.box-bg-contant {
    padding: 24px 13px;
}
.box-bg-contant .learn-more {
    margin-top: 3px;
}
ul.servinf-overlay-text li {
    width: auto;
    height: auto;
}
.servinf-overlay h3 {
    margin-top: 42px;
}
ul.servinf-overlay-text {
    padding: 0px 16px;
}
.estimate-header {
    left: 17px;
	top: -70px;
}
.estimate-left{
    width: 74%;
	
}
.estimate {
    padding: 45px 0;
}

ul.power-instra li {
    width: 93px;
    height: 72px;
}
.navbar-inverse .navbar-nav > li > a {

    padding: 28px 13px;
}
.box-bg-contant p {
	height: 46px;	
}
.servinf-overlay h3 {
    font-size: 16px;
}



}




@media (max-width:1136px) {
	html, body { width: auto;  padding-top:0;}
	.dropdown-submenu > .dropdown-menu{ right:100%; left:auto;}
	
	.navbar-middle ul.navbar-right{ margin:0;}
	.navbar-middle .navbar-header{ width:25%; text-align:center;}
	.navbar-middle .navbar-brand{ float:none; width:100%; text-align:center;}
	.navbar-middle .navbar-brand img{ margin:0 auto;}
	.navbar-middle .navbar-nav > li > a{ padding-left:9px; padding-right:9px;}
	
	
}


@media (min-width:1025px) and (max-width:1199px) { 
	body.inner{ padding-top:0;}
	

}



@media (min-width:1025px) and (max-width:1080px) { 
	body.inner{ padding-top:0;}
	
}





@media (max-width:1024px) {
	html, body { width: auto; padding-top:0; }
	.dropdown-submenu > .dropdown-menu{ right:100%; left:auto;}
	
	ul.list-mid-cont li{ width:30%;}
	
	.navbar-middle ul.navbar-right{ margin:0;}
	.navbar-middle .navbar-header{ width:25%; text-align:center;}
	.navbar-middle .navbar-brand{ float:none; width:100%; text-align:center;}
	.navbar-middle .navbar-brand img{ margin:0 auto;}
	.navbar-middle .navbar-nav > li > a{ padding-left:8px; padding-right:8px;}
	
	
	
	
}

@media (min-width:768px) and (max-width:991px){
	
	.navbar-nav{ float:none; text-align:center;}
	.navbar-header{ float:none; text-align:center;}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{ margin:0; float: left;}
	.navbar-brand{ float:none; display:inline-block; width:auto;}
	.navbar-nav > li{ display:inline-block; float:none; width:auto;}
	.navbar-right{ float:none !important; margin:0;}

ul.serving-box-bg li {
    width: 169px;
    height: 223px;
}
.box-bg-contant img {
	width: 25%;	
}
.box-bg-contant h3 {
	margin-bottom: -7px;
	font-size: 16px;	
}
.box-bg-contant p {
    height: 38px;
}

.box-bg-contant p {
    font-size: 13px;
}
.box-bg-contant .learn-more {
    margin-top: 7px;
	font-size: 11px;
	padding: 0px 7px;
}
.servinf-overlay h3 {
    margin-top: 31px;
    font-size: 13px;
	margin-bottom:0;
}
ul.servinf-overlay-text li {
    width: auto;
    height: auto;
}
ul.servinf-overlay-text {
    padding: 0px 0px;
}
ul.servinf-overlay-text li {
	font-size: 12px;	
}


	
}

@media (max-width:991px) {
	html, body { width: auto; padding-top:0;  }
	.navbar-middle ul.navbar-left, .navbar-middle ul.navbar-right{ float:none !important;}
	.navbar-middle .navbar-header{ margin:0.5em auto; position:inherit; width:auto;}
	
	.header-top {
		top: 108px;	
	}
.navbar-inverse .navbar-nav > li > a {
    padding: 0px 13px 28px;
}.navbar-inverse .navbar-nav > li > a::after {
    bottom: auto;
}
.estimate-left {
    width: 66%;
}

	
	
} 

@media (max-width: 767px) {
	html, body { width: auto; padding-top:0; }
	.navbar{ margin-bottom:0;}
	.navbar-fixed-top{ position:inherit;}
	.navbar-toggle{ position:absolute; right: 15px; margin-top: 13px;}
	.navbar-brand { display: block; float: none; font-size: inherit; height: auto; line-height: normal; padding: 15px; text-align: center; width: 100%;}
	
	.navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{ text-align:center; position:relative;}
	
	.caret-m{ display:block; position:absolute; right:0; left:auto; z-index:555; bottom:auto; top:0; margin:0 15px 0 0; padding:0; width:40px; height:40px; background-color:#525252; border-left:1px solid #676767; text-align:center; line-height:39px; cursor:pointer;}
	.caret-m i{ color:#FFFFFF;}
	.caret-m:hover{ background:#676767;}
	.caret-m:hover i{ color:#000000;}
	.dropdown-menu{ position:inherit; width:100%;}
	.caret{ display:none;}
	.dropdown-menu > li > a{ text-align:center;}
	.dropdown-submenu > .dropdown-menu{ left: 0; min-width: inherit; right: 0; position:inherit;}
	ul.list-mid-cont li{ width:80%;}
	
	
	a.navbar-small-resolutionz{ display:block;}
	a.navbar-big-resolutionz{ display:none;}
	.navbar-collapse .navbar-header{ display:none;}
	.navbar-middle ul.navbar-nav{ margin:0;}
	.navbar-middle .navbar-toggle{ position:inherit; left:0; right:0; top:0; bottom:0; margin:2.5em auto; display:inline-block; float:left;}
	.navbar-middle .navbar-toggle:after, .navbar-middle .navbar-toggle:before{ clear:both;}
	.navbar-middle a.navbar-small-resolutionz{ position:inherit; left:0; right:0; top:0; bottom:0; margin:auto; display:inline-block; float:none; width:auto;}
	.navbar-middle a.navbar-small-resolutionz:after, .navbar-middle a.navbar-small-resolutionz:before{ clear:both;}
	
	.isStuck{
		display:none;	
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 11px 15px;	
	}
.navbar-brand > img {
    width: 200px;
}
.navbar-inverse .navbar-nav > li > a::after {
	display:none;	
}
ul.serving-box-bg {

    width: 80%;
    margin: 0 auto;
}
.estimate-left, .estimate-right {
	width:100%;
	text-align:center;
	padding:10px 0;	
}
.rslide-text {
    height: 198px;
}

	
	
	
}


@media (min-width: 600px) and (max-width: 640px) {
	html, body { width: auto;  }
	
}


@media (max-width: 640px) {
.header-top {
	display:none;	
}
.navbar-brand > img {
    width: 156px;
}	
.navbar-brand {
	padding:0 15px;	
}
.navbar-toggle {
    right: 0;
    margin-top: 19px;
}
h2 {
    font-family: 'Raleway-Bold';
    font-size: 26px;
}
.footer h3 {
    font-size: 16px;
	
}
ul.power-instra li {
    width: 66px;
    height: 70px;
}
.estimate-header {
    left: 17px;
    top: -70px;
    right: 0;
    text-align: center;
}
.estimate-free {
	display:inline-block;	
}
.rslide-text {
    position: relative;
    padding: 0 43px 35px;
    height: 232px;
}
.rslide-text::before {
	left:0;	
}
.rslide-text::after {
	right:0;	
}
	
	
}

@media (max-width: 480px) {
h2 {
    font-family: 'Raleway-Bold';
    font-size: 24px;
}
.rslide-text::before, .rslide-text::after {
	display:none;
}
.rslide-text {
    height: 344px;
}
.testimonial ul.rslides_tabs {
    padding: 0;
    margin-top: 0px;
}
.testimonial {
	padding: 0 0 47px;	
}
.estimate-free {
    width: 227px;
}
.footer .col-xs-6 {
    width: 100%;
}
ul.power-instra li {
    width: 32%;
	height: 80px;
}
	
	
}

@media (max-width: 360px) {
	
}








