/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

h1, h2, h3, h4, h5, h6{margin:0px;}/* elements */
p{margin:0px;}


body
{
font-family: 'Roboto', Helvathika, Arial sans-serif;
}
.main-heading-fs
{
color:#f3f3f3;
font-size:30px;
font-weight:500;

letter-spacing:1px;
margin-bottom:20px;
}
.sub-heading-fs
{
color:#f3f3f3;
font-size:14px;
font-weight:500;

letter-spacing:1px;
padding-bottom:15px;
}

.menu-heading-fs
{
color:#f3f3f3;
font-size:24px;
font-weight:500;

letter-spacing:2px;
padding-top:8px;
}
.btn-1 {
	color:#f3f3f3;
    background-color: #DC6339;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
   letter-spacing:1px;
}
.uline{border-bottom:1px solid #f3f3f3;  margin-bottom: 40px; width:80%; margin-left:auto; margin-right:auto;}

.copy-right{
	color:#f3f3f3;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	letter-spacing:1px;
	margin:30px 0 30px 0;
}


a { color: inherit; 
	outline:none !important;
	text-decoration:none !important;} 

a:hover
{
color: inherit;
text-decoration:none;	
}

a:visited {
    color: #ffffff;
}


.image-center {margin:0 auto;}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}



.image-bottom{margin:0 0 40px 0;}

.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, 1) ;
	transition: box-shadow .45s;  
}

/*========================================== HEADER START ===========================================*/
.menu-bgcolor {
    background-color:#323f4e ;
}

.header-bgcolor {
    background-color:#666666;
}

.header-space{padding:60px 0 60px 0;}
.menu-space{padding:20px 0 20px 0;}


/*========================================== HEADER END ===========================================*/


@media only screen and (min-width: 250px) and (max-width: 991px){
	.menu-heading-fs
	{
	padding-top:0;
	}
	
	.res-menu-bottom{padding-bottom:30px;}
}




