/*-------------------------------------
Template Name:Elema - Responsive Bootstrap Pricing Tables.
Template URI: https://webtend.net/
Description: Elema is a simple and unique style for pricing tables built with Bootstrap framework. 
Author: webtend
Author URI: https://webtend.net/
Version: 1.0
---------------------------------------

/*---------------------------------------
    Default CSS
---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Roboto:400,500,700,900');
* {
    margin:0;
    padding:0
}
.elema a {
    text-decoration:none
}
.elema a:hover,a:focus {
    text-decoration:none
}
.elema ul{
    margin:0;
}
.elema li {
    list-style:none
}
.elema h1, .elema h2, .elema h3, .elema  h4, .elema h5, .elema h6{
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    line-height: 1.1;
    margin: 0;
}
.elema p{
    margin:0;
}
.elema .wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #595555;
}
section.elema{
    overflow:hidden
}
.elema input{
    height: 50px;
}
.elema.section-padding{
    padding: 80px 0px;
}
.elema .no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
/*---------------------------------------
    Theme Default CSS
---------------------------------------*/
/*---------------------------------------
    .Start header section css
---------------------------------------*/
.elema-header{
    background: url("../img/header-bg.jpg")no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.elema-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
}
.elema-text h2{
    color: #fff;
}
/*---------------------------------------
    End header section css
---------------------------------------*/