/*==================================
Designe Edditing Styles Sheet
===============================================*/

@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,700,300);
body {
	background: url(../img/grey_wash_wall.png);
	font-family: 'Poppins', sans-serif;
	line-height: 200%;
	font-size: 14px;
	color:#999;
}


/* -------------------------------------------------- */
/*::selection*/
/* -------------------------------------------------- */

::-moz-selection {
background: #FF6600;
color:#fff;
text-shadow: none;
}

::selection {
background:#FF6600;
color:#fff;
text-shadow: none;
}
/* -------------------------------------------------- */
/* website item Styles */
/* -------------------------------------------------- */

.award { background: url(../img/footer-bg.jpg) center center fixed; padding:50px 0px;}

.award strong { color:#866f3b;}

.award h4 { line-height:160%;}

.img-award { margin-bottom: 25px;}

.top-bar {
	background:#866f3b;
	padding:5px 0px;
	color:#fff;
}
.social-icon ul {
	text-align: right;
	margin:0px;
}
.social-icon ul li a {
	background:#bda95c;
	padding: 2px 10px;
	color:#fff;
}
.logo {
	padding:5px 0px;
}

.navbar-inverse .border-side{
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 9;
	background:#866f3b;
}


.navbar-inverse {
	background:#6d5a2c;
	margin:0px;
	border: none;
	border-radius: 0px;
	    padding: 5px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #bda95c;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bda95c;
    outline: 0;
}



.logo P {
	padding-top:55px;
}
.dropdown-menu {
	padding: 0px 0;
	border-radius: 0px;
}
.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px dashed #ccc;
}
.dropdown-menu li:last-child {
	border-bottom: 3px solid #000;
}
.who-wre-are {
	padding:50px 0px;
}
.who-wre-are .btn {
	border-radius:0px;
}
.crman h3 {
	margin:0px;
	text-align: center;
	font-size:18px;
}
/*************************
********portfolio CSS*****
**************************/

#portfolio {
	background:#f5f5f5;
	overflow: hidden;
}
#portfolio .folio-item {
	overflow: hidden;
	margin-bottom:25px;
	cursor: pointer;
}
#portfolio .folio-item {
	position: relative;
}
#portfolio .overlay {
	background-color: #000;
	color: #fff;
	left: 0;
	right:0;
	bottom:-100%;
	height: 0;
	position: absolute;
	text-align: center;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.overlay .overlay-content {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay .overlay-text {
	display: table-cell;
	vertical-align: middle;
}
.overlay .folio-info {
	opacity: 0;
	margin-bottom: 75px;
	margin-top: -75px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.overlay .folio-info h3 {
	margin-top: 0;
	color: #fff;
}
.folio-overview a {
	font-size: 18px;
	color: #333;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
	margin-right: 5px;
}
.folio-overview a:hover {
	color: #fff;
}
.folio-overview .folio-expand {
	margin-top: -500px;
	margin-left: -500px;
}
.folio-image, .folio-overview .folio-expand {
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#portfolio .folio-item:hover .folio-image {
	-webkit-transform: scale(1.5) rotate(-15deg);
	transform: scale(1.5) rotate(-15deg);
}
.folio-image img {
	width: 100%;
}
#portfolio .folio-item:hover .overlay {
	opacity: 0.8;
	bottom: 0;
	height: 100%;
}
#portfolio .folio-item:hover .folio-overview .folio-expand {
	margin-top: 0;
	margin-left:0;
}
#portfolio .folio-item:hover .overlay .folio-info {
	opacity: 1;
	margin-bottom:0;
	margin-top:0;
}
#single-portfolio {
	padding: 90px 0;
	background: #f5f5f5;
	position: relative;
}
#single-portfolio img {
	width: 100%;
	margin-bottom: 10px;
}
#single-portfolio .close-folio-item {
	position: absolute;
	top: 30px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	left: 50%;
	color: #999;
	margin-left: -17px;
}
#about-us {
	background: url(../img/bg.jpg) center fixed;
	padding: 60px 0;
	color:#fff;
}
#portfolio {
	padding:50px 0px;
}
.footer {
	padding: 50px 10px 50px;
	background: url(../img/footer-bg.jpg) center center fixed;
}
.copyright {
	background: #222;
	color: #fff;
	padding: 5px 0px;
}
.copyright ul {
	margin-bottom:0px;
}
.copyright a {
	text-decoration: none;
	color:#fff;
}
.copyright p {
	margin: 0px;
}
.footer .fa {
	background: #00ab5d;
	padding: 5px;
	color: #fff;
	text-align: center;
	width: 24px;
	font-size: 13px;
}
.footer a {
	color:#fff;
}
.clients {
	background: #fafaf8;
	padding: 20px 10px 20px 20px;
}
.footer-medium {
	padding: 0px 5px;
	overflow: hidden;
}
.form-control {
	border-radius: 0px;
}
.well {
	border-radius: 0px;
	margin-top:15px;
	padding:10px;
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
	margin-top: 30px;
}
.custom-file-upload label {
	display: block;
	margin-bottom: 5px;
}
.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.file-upload-input {
	width: 100%;
	color: #fff;
	padding: 5px 15px;
	border: none;
	background-color: #8dc63f;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	float: left;/* IE 9 Fix */
}
.file-upload-input:hover, .file-upload-input:focus {
	background-color: #449d44;
	outline: none;
}
.file-upload-button {
	width: 100%;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	border: none;
	background-color: #449d44;
	float: left;
	/* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.file-upload-button:hover {
	background-color: #6d2018;
}
.footer-well {
	background-color: rgb(34, 34, 34);
	border: none;
	padding:0px;
	border-radius: 0px;
	margin-bottom:0px;
}
.mail-bg {
	padding: 12px;
	background-color: #313131;
}
.footer-well a {
	color:#fff;
	text-decoration: none;
}
.phone-bg {
	padding: 12px;
	background-color: #383838;
}
.social {
	padding: 12px;
	background-color: rgb(34, 34, 34);
	margin-bottom:0px;
}
.padding-right {
	padding-right:0px;
}
.padding-2 {
	padding:0px;
}
.padding-left {
	padding-left:0px;
}
.border-bottom {
	border-top: 2px solid #666;
	width: 15%;
	margin-bottom: 15px;
}
.border-bot {
	color:#fff;
	font-weight: 400;
	font-size:14px;
}
.small-gallery img {
	width:108px;
}
.gray-bg {
	background:#f5f5f5;
	padding:7px;
}
.well {
	border-radius: 0px;
	margin-top: 0px;
	padding: 10px;
}
.testimonials {
	padding:50px 0px 75px;
	background:#fff url(../img/ll.png) center no-repeat;
}
.testimonials .carousel-indicators li {
	border: 1px solid #777;
	background:#f5f5f5;
	width: 30px;
	border-radius: 0px;
}
.testimonials .carousel-indicators {
	bottom: -60px;
}
.about-us-bg {
	background:#fff url(../img/ll.png) center no-repeat;
	padding:50px 0px;
}
.gallery-about {
	padding:50px 0px;
	background:#f5f5f5;
	position: relative;
	margin-bottom:100px;
}
.gallery-about h1 {
	margin-top:95px;
	text-transform: uppercase;
}
.gallery-about:before {
	position: absolute;
	width:33%;
	background:#222 url(../img/brick-wall-dark.png) center no-repeat;
	content:'';
	left:0px;
	bottom:0px;
	height:100%;
}
.img-thumbnail {
	border-radius: 0px;
}
.my-input input {
	margin-bottom: 30px;
	padding: 25px 0px 25px 10px;
	border-radius: 0px;
}
.my-input a {
	margin-top: 30px;
}
.side-box i {
	width: 94px;
	height: 94px;
	line-height: 96px;
	text-align: center;
	font-size: 40px;
	background: #ececec;
	color: #b22222;
}
.side-box p {
	margin: 0px;
	padding: 0px;
}
.box-style {
	float: left;
	width: 100%;
	border: 1px solid #dadada;
	margin-bottom: 15px;
}
.btn-primary {
	background:#ff401b;
	border: none;
	border-radius: 0px;
}
.btn-primary:hover {
	background:#000;
}
.address-text {
	text-align: center;
	background:#f3f3f3;
	margin-bottom:0px;
}
.address-text .bg-white {
	background:#fff url(../img/brick-wall-dark.png);
	border:1px solid #eee;
	border-top: none;
	border-bottom: none;
}
.address-text .col-sm-4 {
	padding:25px 15px;
}
.middle-content {
	margin-bottom:50px;
}
/*Section heading
=========================== */
.section-heading {
	position: relative;
	background: url(../img/section-heading-line.png) no-repeat bottom center;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.section-heading-center {
	background: url(../img/section-heading-line.png) no-repeat bottom center;
}
.section-heading .fa {
	position: absolute;
	background: #292929;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	bottom: -4px;
	left: 50%;
	margin-left: -10px;
	padding-left: 2px;
}
.section-heading h1 {
	font-size:30px !important;
	text-transform: uppercase;
}
.heading-top {
	background: url(../img/slide1.jpg) center fixed;
	padding:75px 0px;
	text-align: center;
}
.heading-top h1 {
	color:#fff;
}
.heading-top p {
	color:#fff;
}
/*-----------------------------------------*/
/* carousel-control  */
/*----------------------------------------*/
.carousel-control {
	background-color: rgba(0, 0, 0, 0.2);
	background-image: none !important;
	height: 60px;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 40%;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	width: 50px;
}
.carousel-control:hover {
	background-color: #000;
	color:#fff;
}
.carousel-control .fa {
	font-size:60px;
}
/*-----------------------------------------------*/
/* Google Chrome FIlters Black An White Effetc */
/*-----------------------------------------------*/


.black img:hover {
	-webkit-filter: grayscale(1) sepia(0) saturate(1) hue-rotate(0deg) invert(0) opacity(1) brightness(1) contrast(1) blur(0px);
	-moz-filter: grayscale(1) sepia(0) saturate(1) hue-rotate(0deg) invert(0) opacity(1) brightness(1) contrast(1) blur(0px);
	-ms-filter: grayscale(1) sepia(0) saturate(1) hue-rotate(0deg) invert(0) opacity(1) brightness(1) contrast(1) blur(0px);
	-o-filter: grayscale(1) sepia(0) saturate(1) hue-rotate(0deg) invert(0) opacity(1) brightness(1) contrast(1) blur(0px);
	transition:all 0.5s ease-in-out;
 -webkit-filter:transition:all 2s ease-in-out;
 -moz-filter:transition:all 2s ease-in-out;
 -ms-filter:transition:all 2s ease-in-out;
 -o-filter:transition:all 2s ease-in-out;
 filter: transition:all 2s ease-in-out;
}
.black img {
	filter: none;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
/* -------------------------------------------------- */
/* Google Chrome sepiafilters filters*/
/* -------------------------------------------------- */

.sepiafilters img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-ms-filter: sepia(100%);
	-o-filter: sepia(100%);
	filter: sepia(100%);
	transition:all 0.5s ease-in-out;
 -webkit-filter:transition:all 2s ease-in-out;
 -moz-filter:transition:all 2s ease-in-out;
 -ms-filter:transition:all 2s ease-in-out;
 -o-filter:transition:all 2s ease-in-out;
 filter: transition:all 2s ease-in-out;
}
.sepiafilters img:hover {
	filter: none;
	-webkit-filter: sepia(0);
	-moz-filter: sepia(0);
	-ms-filter: sepia(0);
	-o-filter: sepia(0);
	filter: sepia(0);
}
.sepia img {
	filter: none;
	-webkit-filter: sepia(0);
	-moz-filter: sepia(0);
	-ms-filter: sepia(0);
	-o-filter: sepia(0);
	filter: sepia(0);
	transition:all 0.5s ease-in-out;
 -webkit-filter:transition:all 2s ease-in-out;
 -moz-filter:transition:all 2s ease-in-out;
 -ms-filter:transition:all 2s ease-in-out;
 -o-filter:transition:all 2s ease-in-out;
 filter: transition:all 2s ease-in-out;
}
.sepia img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'old-timey\'><feColorMatrix type=\'matrix\' values=\'0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0\'/></filter></svg>#old-timey");
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-ms-filter: sepia(100%);
	-o-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-box-shadow: 10px 10px 20px #848484;
	box-shadow: 2px 2px 10px #848484;
}
/*-----------------------------------------*/
/*  back-to-top  */
/*----------------------------------------*/

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	padding: 1em;
	display: none;
}
/*-----------------------------------------*/
/*  navbar-toggle */
/*----------------------------------------*/

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
	width: 100%;
	color:#fff;
}

#CoverPop-cover {
	display: none;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
 -webkit-animation: fade-in .25s ease-in;
 -moz-animation-name: fade-in .25s ease-in;
 -ms-animation-name: fade-in .25s ease-in;
 -o-animation-name: fade-in .25s ease-in;
 animation-name: fade-in .25s ease-in;
}
.CoverPop-open #CoverPop-cover {
	display: block;
}
 @-webkit-keyframes fade-in {
 0% {
opacity: 0;
}
 25% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.splash {
	background-color: rgb(255,255,255);
	background-color: rgba(255, 255, 255, 0.80);
}
.splash-center {
	text-align: justify;
	width: 768px;
	padding: 70px 20px;
	height: 350px;
	background: #000;
	margin: 10% auto 0;
}
.splash-title {
	margin: 0 0 5px 0;
}
.submit-button {
	margin-bottom: 10px;
}
.close-splash {
	margin: 0;
	font-size: 14px;
	text-align:center;
	
	    
}

.CoverPop-close {
    margin-left: -38px;
    margin-top: -70px;
    position: absolute;
    text-decoration: none;
    padding: 5px 15px;
	
	
}
	
	
.close-here {color:#000 !important; text-decoration: none !important;}		

.close-here:hover {color:#000 !important; text-decoration: none !important;}	

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

/*---------------------------------------------------------*/
/*  Media Queries for Standard Devices support browser */
/*---------------------------------------------------------*/

@media screen and (max-device-width : 1024px) {
}
 @media (max-width: 768px) {
 .navbar-header {
float: none;
}
 .navbar-toggle {
display: block;
}
 .navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-collapse.collapse {
display: none!important;
}
 .navbar-nav {
float: none!important;
}
 .navbar-nav>li {
float: none;
}
 .navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
 .navbar-collapse.collapse.in {
display: block!important;
}
 .collapsing {
overflow: hidden!important;
}
 .navbar-inverse .navbar-right {
float: left !important;
}
 .navbar-nav {
margin: 7.5px -0px !important;
}
}
 @media (min-width: 420px) and (max-width: 640px) {
.lg-device {
display: none !important;
}
 .sm-device {
display: block !important;
}
}
 @media (min-width: 320px) and (max-width: 360px) {
.lg-device {
display: none !important;
}
 .sm-device {
display: block !important;
}
}
