body,
html {
	font-family: sofia-pro, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
}

h1 {}

h1 strong {
	font-weight: 900;
}

h2 {
	line-height: 20px;
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
}

h3 {
	font-size: 16px;
	font-weight: 600;
}

h4 {
	color: #666;
	font-size: 20px;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-family: sofia-pro, sans-serif;
	color: black;
	line-height: 24px;
}

a {
	color: #ffc23c;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}

hr {
	height: 2px;
	width: 60px;
	background: #efa51f;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}


/* Navigation */

#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
	font-size: 22px;
	color: #ddd;
	font-weight: 700;
	width: 80%;
}

#menu a.navbar-brand i.fa {
	color: #88bb45;
}

#menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #ffc23c;
}

.on {
	background-color: #222222 !important;
	padding: 0 !important;
	height: 115px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ffc23c !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ffc23c;
	border-color: #71bd46;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.section-title {
	padding-bottom: 50px;
}


/* Home Style */

header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
	background-position: 50% 20%;
}

header p {
	color: white;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 60px;
	padding: 0 4px;
}

.intro-text {
	position: relative;
	padding-top: 310px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 200px;
}

.intro-text H1 {
	font-size: 46px;
	color: #eeeeee;
	font-weight: 600;
}

.color {
	color: #ffc23c;
	font-weight: 700;
}

.btn-default {
	color: #ffc23c;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 1px solid #ffc23c;
	border-radius: 4px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
	background-color: #ffc23c;
	border: 1px solid #ffc23c;
	color: #eeeeee;
}


/* About Section */

#about-section {
	padding: 50px 0;
	background-color: white;
}

#about-section h4 {
	border-bottom: 1px solid #ffc23c;
	padding-bottom: 20px;
	display: inline-block;
}

#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
	COLOR: black;
}


/* Team Section */

#team-section {
	padding: 100px 0;
}

.section-title.center {
	padding: 30px 0;
}

#team-section h3 {
	border-top: 1px solid #b8dea2;
	padding-top: 20px;
	display: inline-block;
}

img.team-img {
	width: 160px;
	height: 160px;
	border: 0;
	transition: all 0.5s;
	margin: 0;
}

#team-section .thumbnail {
	background: transparent;
	border: 0;
}

#team-section .thumbnail .caption {
	padding: 0;
}


/* Services Section */

#services-section {
	padding: 100px 0;
}

#services-section h4 {
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 20px;
	display: inline-block;
}

.space {
	margin-top: 40px;
}

#services-section i.fa {
	font-size: 36px;
	margin-right: 20px;
	color: #71bd46;
	padding-bottom: 10px;
	display: block;
}


/* Gallery Section 
==============================*/

#works-section {
	padding: 50px 0;
	background-color: #f6f6f6;
}

.categories {
	padding-bottom: 30px;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin-left: 20px;
}

ol.type li a {
	color: #888;
}

ol.type li a.active {
	color: #ffc23c;
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 8px;
}

ol.type li a:hover {
	color: #ffc23c;
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 8px;
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin-bottom: 30px;
}

.portfolio-item .hover-bg {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding-top: 25%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}


/* Contact Section */

#contact-section {
	padding: 100px 0;
	background-color: #000000;
}

#contact-section form {
	padding: 30px 0;
}

#contact-section i.fa {
	color: #efa51f;
	margin-right: 20px;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

#contact-section .btn {
	background: transparent;
	border: 1px solid #ffc23c;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #ffc23c;
	font-size: 16px;
}

#contact-section .btn:hover,
#contact-section .btn:focus {
	background: #ffc23c;
	color: #fff;
}

#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}


/* Social Section */

#social-section {
	padding: 0px 0;
}

#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #efa51f;
	transition: all 0.5s;
}

#social-section .social i.fa:hover {
	color: #666;
}


/* Footer */

#footer {
	background-color: #222222;
	color: #777;
	padding: 15px 0 10px 0;
}

#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: white;
}

#footer a {
	color: #aaa;
}

#footer a:hover,
#footer a:focus {
	text-decoration: none;
	color: #71bd46;
}

@media (max-width: 768px) {
	.content {
		padding: 40% 0 0;
	}
}

@media (max-width: 603px) {
	#menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.7);
	}
	label {
		float: none !important
	}
	.hover-bg .hover-text {
		padding: 15% 10%;
	}
}

.brands {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px
}

.brands_slider_container {
	height: 130px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	padding-left: 97px;
	padding-right: 97px;
	background: #fff
}

.brands_slider {
	height: 100%;
	margin-top: 50px
}

.brands_item {
	height: 100%
}

.brands_item img {
	max-width: 100%
}

.brands_nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer
}

.brands_nav i {
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.brands_nav:hover i {
	color: #676767
}

.brands_prev {
	left: 40px
}

.brands_next {
	right: 40px
}

.wt-txt {
	color: white;
}

.sl-im {
	max-width: 100%;
}


.logo-img {
	max-width: 67%;
}
@media (max-width: 600px){
	.logo-img {
		max-width: 80%;
	}
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.img-cart
{

}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.img-cart {    max-width: 2%;
    display: inline;}

.content {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.content {
		padding-top: 50px;
		flex-direction: column;
	}
}

.card {
	width: 100%;
	max-width: 300px;
	min-width: 200px;
	height: 250px;
	background-color: #292929;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
	border: 2px solid rgba(7, 7, 7, 0.12);
	font-size: 16px;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.3s ease;
}

.icon {
	margin: 0 auto;
	width: 100%;
	height: 80px;
	max-width: 80px;
	background: #efa51f;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	transition: all 0.8s ease;
	background-position: 0px;
	background-size: 200px;
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

.card .title {
	width: 100%;
	margin: 0;
	text-align: center;
	margin-top: 30px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.card .text {
	width: 80%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	color: white;
	font-weight: 200;
	letter-spacing: 2px;
	opacity: 0;
	max-height: 0;
	transition: all 0.3s ease;
}

.card:hover {
	height: 270px;
}

.card:hover .info {
	height: 90%;
}

.card:hover .text {
	transition: all 0.3s ease;
	opacity: 1;
	max-height: 40px;
}

.card:hover .icon {
	background-position: -120px;
	transition: all 0.3s ease;
}

.card:hover .icon i {
	background: linear-gradient(90deg, #ff7e7e, #ff4848);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
	transition: all 0.3s ease;
}

@media (min-width: 768px){
.navbar-right {
    float: right !important;
    margin-top: 20px;
    margin-right: -15px;
}
}
.ico-img
{
	max-width: 80%;
}

@media screen and (min-width: 768px){
.carousel-caption {
    right: 20%;
    left: 20%;
	padding-bottom: 30px;
	top: 40%;
}
}
.intro
{
	font-size: 70px;
}

.blink-soft {
	animation: blinker 1.5s linear infinite;
	margin: 0px;
    padding: 24px;
  }
  @keyframes blinker {
	50% {
	  opacity: 0;
	}
  }
  

  @media (max-width: 600px){
	.blink-soft {
		animation: blinker 1.5s linear infinite;
		font-size: 15px;
	  }
}

.st-sec
{
	background-color: black;
	color: #efa51f;
}




@media (max-width: 600px){
.carousel-caption
{
  top: 24%;
}
}


.carousel-inner {
	height:auto;
   }
   .carousel-inner > .item > img,
   .carousel-inner > .item > a > img {
	height: 650px;
    width: 100%;
    object-fit: cover;
   }

   
.sub-head
{
	text-align: center;
    font-weight: bold;
    text-align: center;
    text-decoration: ita;
    font-style: italic;
    font-size: 18px;
    padding: 0px !important;
    margin: 0px;
}