/* 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;
}


.sub-heading-fs
{
color:#333333;
font-size:16px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
}


.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:#fea501;
	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;
}

.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 {
    -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 ===========================================*/


/*========================================== 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 ===========================================*/

