/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


h1, h2, h3, h4, h5, h6{margin:0px;}/* elements */
p{margin:0px;}


body
{
font-family: 'Raleway', Helvathika, Arial sans-serif;
}

a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.header-head-fs-1
{
color:#f3f3f3;
font-size:50px;
font-weight:400;
line-height:58px;
letter-spacing:2px;
margin-bottom:20px;
text-shadow: 2px 2px #000000;
}
.header-description
{
color:#f3f3f3;
font-size:15px;
font-weight:500;
line-height:24px;
letter-spacing:1px;
margin-bottom:0;
}
.header-head-fs-2
{
color:#f3f3f3;
font-size:36px;
font-weight:400;
line-height:44px;
letter-spacing:2px;
margin-bottom:20px;
}

.choose-heading-fs
{
color:#333333;
font-size:18px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
transition: all 300ms ease-in;
}


.sub-heading-fs
{
color:#333333;
font-size:16px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
transition: all 300ms ease-in;
}


.h2-bottom{margin-bottom:20px;}



.image-center {margin:0 auto;}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}


.btn
{	
	background-color:#2980b9;
	padding:6px 15px 6px 15px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	border:0;
	border-radius:0;
	padding:10px 24px 10px 24px ;
}

.btn-top{margin-top:30px;}

.btn:hover, .btn:focus{
	color:#ffffff;
}
.logo-bottom{margin:0 0 20px 0;}
.uline-bottom{margin:0 0 10px 0;}
.image-bottom{margin:0 0 40px 0;}
.uline-height{height:1px;}
.column-center{float:none; margin:0 auto;}
.no-padding{padding:0;}
.no-margin{margin:0;}

.image-hoverable {
	box-shadow:0 ;
	transition: box-shadow .55s;  
}

.image-hoverable:hover {
	box-shadow:0 0 20px rgba(255, 255, 255, 0.6) ;
	transition: box-shadow .45s;  
}

/*========================================== HEADER START ===========================================*/

.header-bgimage
	{background-image: url("../../images-index/bgimage.jpg"); background-attachment:fixed; background-size:cover; background-position:center; background-repeat:no-repeat;  height: 100%; } 
	

.header-bgcolor {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

.header-space{padding:100px 0 100px 0;}
.contact-icon {
    list-style: none;
    display: inline-block;
}
.contact-right-pad {
    padding-right: 20px;
}
/*========================================== HEADER END ===========================================*/

/*========================================== DEMO START ===========================================*/
.demo-bgcolor {
    background-color:#ffffff;
	transition: all 300ms ease-in;
}

.col-cen-pat {
	margin: 0 auto;
	display: table;
}
ul.demo-col {
	list-style: none;
	background-color: #ffffff;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.4) ;
    transition: box-shadow .55s; 
	padding: 20px 23px 20px 23px;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 0;
}
.demo-col li {
	display: inline-block;
}
.demo-pattle {
	width: 120px;
	height: 120px;
	border-radius: 3px;
}
.demo-col-1 {
	background-color:#16a085;
}
.demo-col-2 {
	background-color:#d35400;
}
.demo-col-3 {
	background-color:#c0392b;
}
.demo-col-4 {
	background-color:#2c3e50;
}
.demo-col-5 {
	background-color:#8e44ad;
}
.demo-col-6 {
	background-color:#169FFF;
}

.demo-space{padding:40px 0 40px 0;}

 
.demo-rel {
  position: relative;
  display:table;
  margin:0 auto;
}

.demo-image {
  display: block;
  width: 100%;
  height: auto;
}

.demo-overlay {
	background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  opacity: 0;
  transition: .5s ease;
  width: 100%;
  
}
.demo-rel:hover .demo-overlay {
  opacity: 1;
  height: 100%;
}

.demo-text {
	
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width:90%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  
}
.demo .col-md-6{padding:0 30px 0 30px;}
.products .col-md-6{padding:0 15px 0 15px !important;}
.demo-row-bottom{margin-bottom:60px;}
.arrow {
	font-size: 18px !important;
	line-height: 28px !important;
	color: #333333;
	transition: all 300ms ease-in;
}
.arrow {
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
	
	0% { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-10px); }
	
	0% { -ms-transform: translateY(0); }
    100% { -ms-transform: translateY(-10px); }
	
	
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
	
	 0% { -webkit-transform: translateY(0); }
    100% { -webkit-transform: translateY(-10px); }
	
	 0% { -ms-transform: translateY(0); }
    100% { -ms-transform: translateY(-10px); }
	
}

.zoom-area {
    overflow: hidden;
}
.find-image {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.demo-rel:hover .find-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.find-image-products {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.find-image-products:hover {
   -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-hoverable-2 {
	box-shadow:0 0 5px rgba(0, 0, 0, 0.4) ;
	transition: box-shadow .55s;  
}

.image-hoverable-2:hover {
	box-shadow:0 0 20px rgba(0, 0, 0, 0.6) ;
	transition: box-shadow .45s;  
}
/*========================================== DEMO END ===========================================*/

/*========================================== OUR FEATURED PRODUCTS START ===========================================*/

.products-bgcolor {
    background-color:#f6f6f6;
}
.products-space{padding:80px 0 40px 0;}

.products-heading-fs
{
color:#333333 !important;
font-size:32px;
font-weight:600;
line-height:40px;
letter-spacing:1px;
margin-bottom:40px;
}

.products-sub-heading
{
color:#333333;
font-size:16px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
}
/*========================================== OUR FEATURED PRODUCTS END ===========================================*/

/*========================================== OUR POPULAR PRODUCTS START ===========================================*/
.popular-bgcolor {
    background-color:#ffffff;
}
.popular-space{padding:80px 0 80px 0;}
#popular_product .owl-dot, 
#popular_product .owl-nav .owl-next, 
#popular_product .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}
#popular_product .owl-prev {
    left: 0;
}
#popular_product .owl-next {
    right: 0;
}
#popular_product .owl-next, 
#popular_product .owl-prev {
    background-color: #2980b9;
    border-radius: 0;
    color: #ffffff;
    font-size: 22px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 32px;
	border-radius: 50%;
	opacity: 0;
	transition: all 300ms ease-in;
}
#popular_product:hover .owl-next,
#popular_product:hover .owl-prev {
	opacity: 1;
	transition: all 300ms ease-in;
}
#popular_product .owl-dots {
	margin: 0 auto;
	display: table;
	padding-top: 20px;
}
#popular_product .owl-dot {
	background-color: rgba(41,128,185,0.8);
}
#popular_product .owl-dot.active {
	background-color: #2980b9;
}
#popular_product {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.4) ;
    transition: box-shadow .55s; 
}
#popular_product .item {
	margin: 0 auto;
	display: table;
}
#popular_product img{
box-shadow:0 0 5px rgba(0, 0, 0, 0.4) ;
transition: box-shadow .55s;  
}
#popular_product .owl-item {
    position: relative;
}
.fa-angle-left{
	margin-left: 0;
}
.fa-angle-right{
	margin-left: 5px;
} 
.col-center {
	margin: 0 auto;
	float: none;
}
/*========================================== OUR POPULAR PRODUCTS END ===========================================*/

/*========================================== FOOTER START ===========================================*/
.footer-space{padding:60px 0 60px 0;}
.footer-bgcolor {
    background-color:#333333;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad li:first-child {
    padding-left: 0;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 30px;
}
.footer-br-bottom {
    margin-bottom: 30px;
}
.copy-right{
	color:#f3f3f3;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	letter-spacing:1px;
}
/*========================================== FOOTER END ===========================================*/
@media only screen and (min-width: 992px) and (max-width: 1191px) {	
	ul.demo-col {
		padding: 20px 20px 20px 20px;
	}
	.res-center {
		text-align: center;
	}
	.demo-pattle {
		width: 48px !important;
		height: 48px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	ul.demo-col {
		padding: 20px 20px 20px 20px;
	}
	.res-center {
		text-align: center;
	}
	.demo-pattle {
		width: 38px !important;
		height: 38px !important;
	}
}