/*===== Css Variable =====*/

@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon/icomoon.eot');
    src: url('../../fonts/icomoon/icomoon.eot') format('embedded-opentype'),
    url('../../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../../fonts/icomoon/icomoon.woff') format('woff'),
    url('../../fonts/icomoon/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icomoon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
    content: "\e900";
}

.site-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-content.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.empty-space {
    height: 100px;
}

a, button,
input[type="submit"] {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: 0;
}

.tm-flex {
    align-items: center;
    display: flex;
}

ul, ol {
    margin: 0;
    list-style: none;
}

@media (max-width: 1024px) {
    body .wrapper-container {
        right: 0;
        position: relative;
        transition: all .5s;
        height: 100%;
        left: 0;
        z-index: 99;
        overflow: hidden;
    }
}

body input[type="text"]:focus,
body input[type="tel"]:focus,
body textarea:focus,
body input[type="email"]:focus,
body input[type="search"]:focus {
    border-color: #118acb !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
    color: #777;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #eee;
    display: inline-block;
}

textarea {
    color: #777;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #eee;
    display: inline-block;
    outline: 0;
    width: 100%;
    height: 200px;
}

#wrapper-container {
    position: relative;
    overflow: hidden;
}

/* Demo 1*/

body {
    /*font-family: 'Poppins';*/
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0;
    color: #777;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
}


body a {
    color: #333333;
}

body a:hover {
    color: #118acb;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    color: #333333;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
}