/* 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;
}

.header-head-fs
{
color:#000000;
font-size:24px;
font-weight:600;
line-height:32px;
letter-spacing:2px;
margin-bottom:20px;
}

.sub-heading-fs-1
{
color:#000000;
font-size:14px;
font-weight:600;
line-height:20px;
letter-spacing:1px;
}

.sub-heading-fs
{
color:#ffffff;
font-size:14px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
}


.h2-bottom{margin-bottom:20px;}

.copy-right{
	color:#000000;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	letter-spacing:1px;
	margin:30px 0 0 0;
}


a { color: inherit; 
	outline:none !important;
	text-decoration:none !important;} 

a:hover
{
color: inherit;
text-decoration:none;	
}

a:visited {
    color: inherit;
}

.image-center {margin:0 auto;}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}


.btn
{	
	background: linear-gradient(#f1c40f, #f1c40f);
	background: -moz-linear-gradient(#f1c40f, #f1c40f);
	background: -webkit-linear-gradient(#f1c40f, #f1c40f);
	background: -o-linear-gradient(#f1c40f, #f1c40f);
	padding:6px 15px 6px 15px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	border:0;
	border-radius:0;
}

.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 30px 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(0, 0, 0, 0.4) ;
	transition: box-shadow .45s;  
}

/*========================================== HEADER START ===========================================*/

.header-bgimage
	{background-image: url("../../images/bgimage.jpg"); background-size:cover; background-position:center; background-repeat:no-repeat;  height: 100%; } 
	

.header-bgcolor {
    background: rgba(0, 0, 0, 0.3) 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-head-fs-1
{
color:#f3f3f3;
font-size:44px;
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:400;
line-height:24px;
letter-spacing:1px;
margin-bottom:0;
}
.header-head-fs-2
{
color:#f3f3f3;
font-size:26px;
font-weight:500;
line-height:44px;
letter-spacing:2px;
margin-bottom:15px;
}


.image-hoverable {
	box-shadow: 0;
	transition: box-shadow .55s;  
}

.image-hoverable:hover {
	box-shadow:0 0 20px rgba(255, 255, 255, 0.9) ;
	transition: box-shadow .45s;  
}
/*========================================== HEADER END ===========================================*/
.section-bgcolor {
    background: #ffffff;
}
/*========================================== HEADER START ===========================================*/



.header-space{padding:60px 0 60px 0;}

.blog-top{margin:50px 0 30px 0;}

.row-space{padding-bottom:20px;}

.zoom-area {
    overflow: hidden;
}

.find-image {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image-zoom {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	
}
.pos-rel{position:relative;}
.pos-abs{position:absolute; top:40%; left:0; right:0; background: rgba(0, 0, 0, 0.7); padding:12px 10px; }

/*========================================== HEADER END ===========================================*/
.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); }
	
}

/*========================================== OUR FEATURED PRODUCTS START ===========================================*/

.products-bgcolor {
    background-color:#f6f6f6;
}

.products-space{padding:60px 0 0 0;}

.products-heading-fs
{
color:#333333 !important;
font-size:32px;
font-weight:400;
line-height:40px;
letter-spacing:1px;
margin-bottom:40px;
}

.products-bgcolor .products-sub-heading
{
color:#333333 !important;
font-size:16px;
font-weight:700;
line-height:20px;
letter-spacing:1px;
margin-bottom:20px;
}

.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);
}
.demo-row-bottom{margin-bottom:60px;}
/*========================================== OUR FEATURED PRODUCTS END ===========================================*/


/*========================================== FOOTER START ===========================================*/
.footer-space{padding:40px 0 40px 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 QUERY START =========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pos-abs{top:20%;}
}



