[genuitec-file-id="wc4-7"],[genuitec-lp-path="/danielecalise/WebRoot/css/style.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

/*
Template Name: Nile - Personal Portfolio HTML5 Template
Author: Alaa Ahmed
Author URI: https://themeforest.net/user/alaa_ahmed
Description: Nile Personal Portfolio HTML5 Template
Version: 1.0
Tags: bootstrap, clean, creative, cv, freelancer, gallery, html5, one page, personal, portfolio, responsive, resume, simple, vcard
*/


/*
Style Index
==================================================
    1. Basic Setup
    2. Top Header
    3. Navigation Bar
    4. Home Section
    5. About Section
    6. Hoobies and Services Section
    7. Skills Section
    8. Portfolio Section
    9. Resume  Section
    10. Testimonial Section
    11. Contact Section
    12. Footer Section
    13. Preloader
*/


/*=================================================================
    Import Files
==================================================================*/

/* Fontawesome Icon font */
@import url(../css/font-awesome.min.css);

/*=================================================================
    1. Basic Setup
==================================================================*/

body {
    font-family: 'Questrial', sans-serif;
    background-color: #fff;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-block;
    position: relative;
    color: #333;
    padding: 0 15px;
    font-weight: 700;
    font-size: 30px;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}

.title-underline {
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: relative;
}

.title-underline:before {
    content: "";
    display: block;
    position: absolute;
    width: 39px;
    height: 1px;
    border-radius: 50%;
    background: rgb(58, 124, 236);
    background: -moz-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(58, 124, 236, 1)), color-stop(100%, rgba(58, 124, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -o-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -ms-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: linear-gradient(to bottom, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    top: 8px;
    left: -47px;
}

.title-underline:after {
    content: "";
    display: block;
    position: absolute;
    width: 39px;
    height: 1px;
    border-radius: 50%;
    background: rgb(58, 124, 236);
    background: -moz-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(58, 124, 236, 1)), color-stop(100%, rgba(58, 124, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -o-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -ms-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: linear-gradient(to bottom, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    top: 8px;
    right: -49px;
}

.title-underline i {
    color: #3a7cec
}

#skill,
#portfolio,
#resume {
    padding: 70px 0;
    border-bottom: 1px solid #f3f3f3;
}

#about,
#testimonial,
#contact .all-contact {
    padding: 70px 0;
}

#hobbies {
    padding: 50px 0 70px;
    border-bottom: 1px solid #f3f3f3;
}

/* Common button styles */

.button {
    min-width: 150px;
    max-width: 250px;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -o-osx-font-smoothing: grayscale;
    osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button > span {
    vertical-align: middle;
}

.button.button--nile {
    padding: 1em 30px 1em 50px;
    padding-top:10px;
    padding-bottom:10px;
    overflow: hidden;
    background: #3a7cec;
    color: #fff;
    border-color: #37474f;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.button--nile > span {
    display: inline-block;
    font-size: 15px;
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nile .fa {
    position: absolute;
    left: 20px;
    font-size: 18px;
    -webkit-transform: translate3d(-40px, 2.5em, 0);
    -moz-transform: translate3d(-40px, 2.5em, 0);
    -o-transform: translate3d(-40px, 2.5em, 0);
    transform: translate3d(-40px, 2.5em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--nile:hover .fa,
.button--nile:hover > span {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button--nile:hover {
    background: #3a7cec;
    border-color: #3a7cec;
    color: #fff;
}

/*=================================================================
    2. Top Header
==================================================================*/

.bar-info,
.text-header {
    color: #fff;
}

/*=================================================================
    3. Navigation Bar
==================================================================*/

/* Hyper Link Color*/

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0d0d0d;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: 5px auto -moz-focus-ring-color;
    outline: 5px auto -o-focus-ring-color;
    outline-offset: -2px
}

/* Unorder and order list style */

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

/* Navbar collapse style */

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.bar-info i {
    margin-right: 10px
}

@media (min-width: 992px) {
    /* Right Navbar style */
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

/* Navbar List */

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

/* Navbar List link */

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #333
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

/* Top Navbar header */

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

/* Navbar Collapse */

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 992px) {
    /* Navbar Collapse position */
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    /* Navbar Fixed Top */
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

/* Header Style */

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

/* Top Position */

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

@media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

/* Navar Bottom position */

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

/* Humberger Icon */

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 992px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

/* Toggle Dropdown */

.fa-bars {
    color: #3a7cec;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

/* Navbar List */

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 991px) {
    /* DropDown List style */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 992px) {
    /* Nabar Style */
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width: 992px) {
    /* Position Style */
    .navbar-left {
        float: left;
        float: left!important
    }
    .navbar-right {
        float: right;
        float: right!important
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

/* Button Style */

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.nav>li>a {
    color: #333;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

/* Navbar Header & Top */

.site-header {
    position: absolute;
    width: 100%;
    z-index: 100
}

.site-topbar {
    background: #3a7cec;
    padding: 10px 0;
    color: #fff;
}

.site-topbar a {
    color: #fff;
    padding: 0 10px;
}

.site-topbar a:hover,
.site-topbar a:active {
    color: #222
}

.site-topbar .social-links {
    text-align: right
}

@media (max-width: 767px) {
    .site-topbar {
        text-align: center
    }
    .site-topbar .social-links {
        margin: 10px 0 0;
        text-align: center
    }
}

/* Site Nav Brand */

.site-navbar {
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
}

.site-navbar .navbar-brand {
    margin: 0
}

.site-navbar .navbar-brand i {
    font-size: 40px;
    line-height: 38px;
    display: inline-block;
    float: left;
    margin: 2px 10px 0 0;
    color: #3a7cec
}

/* Navbar Link */

.site-navbar .navbar-brand a {
    display: inline-block;
    text-decoration: none;
}

.site-navbar .navbar-brand a:hover,
.site-navbar .navbar-brand a:active {
    color: #3a7cec;
    text-decoration: none;
}

@media (max-width: 991px) {
    .site-navbar .navbar-brand {
        padding: 8px 15px
    }
    .site-navbar .navbar-brand i {
        font-size: 24px;
        line-height: 30px
    }
    .site-navbar .navbar-brand a {
        font-size: 18px;
        line-height: 30px
    }
}

.site-navbar .navbar-nav {
    margin: 15px 0
}

.site-navbar .navbar-nav .active a,
.site-navbar .navbar-nav a:active {
    background: #3a7cec;
    color: #fff
}

@media (min-width: 992px) {
    .site-navbar .navbar-nav a {
        padding: 10px 15px;
        border-radius: 4px;
        margin: 0 0 0 5px
    }
}

@media (max-width: 991px) {
    /* Site Navbar Margin */
    .site-navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0
    }
    .site-navbar .navbar-nav li .active {
        border-top: 0
    }
}

/* Site Navbar Toggle */

.site-navbar .navbar-toggle {
    margin: 13px 15px;
    font-size: 24px;
    line-height: 10px;
    outline: 0;
    color: #878b99
}

@media (max-width: 991px) {
    .site-navbar .navbar-toggle {
        margin: 5px 15px;
        font-size: 18px
    }
}

/* Smartphones (portrait and landscape) --  --  --  --  -- - */

@media screen and (min-width: 304px) and (max-width: 667px) {
    /* Styles */
    .site-navbar .navbar-nav li {
        padding-bottom: 10px;
    }
}

/* iPads (portrait and landscape) --  --  --  --  -- - */

@media screen and (min-width: 668px) and (max-width: 1223px) {
    /* Styles */
    .site-navbar .navbar-nav {
        margin-top: 4px;
        margin-bottom: 4px;
        border-top: transparent;
    }
    .site-navbar .navbar-nav li {
        border-top: transparent;
    }
    .site-navbar .navbar-nav a {
        padding: 10px 15px;
        border-radius: 4px;
        margin: 0 0 0 5px;
    }
}

/*=================================================================
    4. Home Section
==================================================================*/

#home {
    background: url('http://placehold.it/1280x853') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#home .sec-overlay {
    background: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
}

.home-inner {
    display: table;
    height: calc(100vh - 50px);
    padding-top: 80px;
    width: 100%;
}

.home-content {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.home-title {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.home-subtitle {
    font-size: 18px;
    margin-bottom: 38px;
    font-family: 'Questrial', sans-serif;
}

.hire-me-btn {
    text-decoration: none;
    color: #FFF;
    background-color: #3a7cec;
    text-align: center;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
    border-radius: 0px;
    font-size: 18px;
    padding: 10px 30px;
}

.hire-me-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.hire-me-btn:focus {
    color: #fff
}

.btn-floating {
    background-color: #fff;
    padding: 15px 20px;
    padding-bottom: 3px;
}

.btn-floating i {
    font-size: 20px;
    color: #727272;
}

/*=================================================================
    5. About Section
==================================================================*/

.all-about .story,
.all-about .info {
    border: 1px solid #f3f3f3;
    padding: 0px 20px;
}

.all-about .story h3,
.all-about .info h3 {
    top: -17px;
    display: inline-block;
    background-color: #fff;
    color: #333;
    position: relative;
    padding: 5px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.all-about .story p {
    color: #727272;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}

.all-about .story .button.button--nile {
    top: 22px
}

.all-about .info p i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: transparent;
    color: #3a7cec;
}

.all-about .info p {
    color: #727272;
    font-size: 16px;
    padding-bottom: 10px;
}

.social {
    margin-bottom: 18px;
}

.social .fa-instagram {
    margin-right: 0px
}

.social a i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #3a7cec;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.social a i:hover {
    background-color: #222
}

/* Img Content */

.tilter {
    display: block;
    position: relative;
    width: 300px;
    height: 415px;
    margin: 1.5em 2.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    flex: none;
    perspective: 1000px;
}

.tilter * {
    pointer-events: none;
}

.tilter:hover,
.tilter:focus {
    color: #fff;
    outline: none;
}

.tilter__figure,
.tilter__image {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.tilter__figure > * {
    transform: translateZ(0px); /* Force correct stacking order */
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
    transition: transform 0.2s ease-out;
}

.tilter__figure {
    position: relative;
}

.tilter__figure::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5);
}

.tilter__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilter__deco--shine div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}

.tilter__deco--lines {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5px;
}

.tilter__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4em;
}

.tilter__title {
    margin: 0;
    font-weight: normal;
    font-size: 2.5em;
    font-family: 'Abril Fatface', serif;
    line-height: 1;
}

.tilter__description {
    margin: 1em 0 0 0;
    font-size: 0.85em;
    letter-spacing: 0.15em;
}

.tilter--1 .tilter__figure::before {
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.5);
}

.content {
    display: flex;
    justify-content: center;
    position: relative;
}

.content:not(:first-child) {
    padding: 4em 0;
}

.content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.content p {
    font-family: "Questrial", 'Open Sans';
    font-size: 13px;
}

@media screen and (max-width: 55.625em) {
    .content {
        height: auto;
    }
}

/*=================================================================
    6. Hoobies and Services Section
==================================================================*/

#hobbies .single-hobbie {
    background-color: #fafafa;
    display: inline-block;
    width: 120px;
    height: 100px;
    margin-bottom: 20px;
}

#hobbies .single-hobbie .single-hobbie-content i {
    font-size: 30px;
    color: #3a7cec;
    line-height: 65px;
}

#hobbies .single-hobbie .single-hobbie-content h4 {
    margin-top: 0px;
}

.part-hobbies {
    padding: 10px 20px;
    padding-top: 0px;
    margin-top: 0px;
    border: 1px solid #f3f3f3;
}

.part-hobbies h3 {
    position: relative;
    top: -17px;
    background-color: #fff;
    color: #333;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
}

/*========= Services =========*/

.part-services h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}

#serv .single-service {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    margin: 10px 100px;
    padding: 30px;
    overflow: hidden;
}

#serv .single-service h3 {
    text-align: left;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #3a7cec;
    color: #fff;
    top: -6px;
    padding: 3px 50px;
    font-size: 20px;
    display: inline-block;
    transform: rotate(-45deg);
    left: -70px;
    box-shadow: 0px 1px 1px #666;
}

#serv .single-service .service-icon {
    text-align: center
}

#serv .single-service i {
    font-size: 32px;
    line-height: 32px;
    color: #3a7cec;
}

#serv .service-content h4 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 15px 0px;
    margin-bottom: 7px;
    line-height: 22px;
    color: #333;
    font-family: 'Questrial', sans-serif;
}

#serv .service-content p {
    text-align: center;
    color: #727272;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 0px
}

.part-services .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    background-color: #3a7cec;
    opacity: 1;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    transition: all .3s ease-in
}

.part-services .owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
    background-color: #222
}

/*=================================================================
    7. Skills Section
==================================================================*/

.skill-chart h3 {
    font-size: 18px;
    color: #333;
}

.chart {
    display: block;
    position: relative;
}

.percent {
    display: inline-block;
    font-size: 1.6em;
    height: 150px;
    line-height: 150px;
    text-align: center;
    width: 150px;
    z-index: 2;
}

.chart canvas {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 0;
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
}

/*=================================================================
    8. Portfolio Section
==================================================================*/

.type-of-work {
    margin-bottom: 10px;
    padding-left: 0px;
    cursor: default
}

.type-of-work li {
    display: inline-block;
    background-color: transparent;
    color: #333;
    margin: 0px 5px;
    padding: 6px 18px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.type-of-work li.active,
.type-of-work li:hover {
    color: #fff;
    background-color: #3a7cec
}

.portfolio-menu {
    margin-bottom: 20px;
    text-align: center;
}

.grid-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.box:hover:before {
    opacity: 1;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.box .box-content:before,
.box .box-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}

.box .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}

.box .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}

.box:hover .box-content:before,
.box:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}

.box .title {
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
}

.box:hover .title {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.box .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}

.box:hover .icon {
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #3a7cec;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
}

.box .icon li a:hover {
    color: #fff;
    background: #222222;
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}

/*=================================================================
	9. Resume  Section
==================================================================*/

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    padding: 4em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(58, 124, 236);
    background: -moz-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(58, 124, 236, 1)), color-stop(100%, rgba(58, 124, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -o-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: -ms-linear-gradient(top, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    background: linear-gradient(to bottom, rgba(58, 124, 236, 0) 0%, rgb(58, 124, 236) 8%, rgb(58, 124, 236) 92%, rgba(58, 124, 236, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(58, 124, 236);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -38px;
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #3a7cec;
    z-index: 10;
}

.direction-r .flag:before {
    left: -38px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #3a7cec;
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #3a7cec;
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    margin-top: 3px;
    background: #f1f1f1;
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 16px;
    text-align: center;
    color: #727272;
    line-height: 26px;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }
    .timeline li {
        padding: 2em 0;
    }
    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }
    .flag-wrapper {
        text-align: center;
    }
    .flag {
        background: #3a7cec;
        z-index: 15;
    }
    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 15px;
        height: 15px;
        margin-left: -7px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #3a7cec;
        z-index: 10;
    }
    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: #3a7cec;
        border-width: 8px;
        pointer-events: none;
    }
    .time-wrapper {
        display: block;
        position: relative;
        margin-top: -2px;
        z-index: 14;
    }
    .direction-l .time-wrapper {
        float: none;
    }
    .direction-r .time-wrapper {
        float: none;
    }
    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: #fff;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        z-index: 15;
    }
    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}

@media screen and (min-width: 400px ?? max-width: 660px) {
    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }
}

/*=================================================================
	10. Testimonial Section
==================================================================*/

.testimonial {
    border-left: 4px solid #3a7cec;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #3a7cec;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 16px;
    color: #727272;
    line-height: 26px;
    margin-bottom: 15px;
}

.testimonial .title {
    font-size: 17px;
    color: #3a7cec;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #727272;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #3a7cec;
    background: #fff;
    opacity: 1;
    margin-bottom: 0px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #3a7cec;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

/*=================================================================
	11. Contact Section
==================================================================*/

#contact {
    background: url('http://placehold.it/1280x853') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact .sec-overlay {
    background-color: rgba(0, 0, 0, 0.65);
}

#contact .section-title h2 {
    color: #fff
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #fff;
    font-weight: 400;
    -webkit-appearance: none;     /* for box shadows to show on iOS */
    -moz-appearance: none;     /* for box shadows to show on iOS */
    -o-appearance: none;     /* for box shadows to show on iOS */
    appearance: none;     /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #ddd;
    font-weight: 100;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -o-osx-font-smoothing: grayscale;
    osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Nao */

.input--nao {
    overflow: hidden;
    padding-top: 1em;
    margin-top: 0px
}

.input__field--nao {
    padding: 1.3em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: #3a7cec;
    font-size: 17px;
    font-family: 'Questrial', sans-serif;
}

.input__label--nao {
    position: absolute;
    top: 0.95em;
    font-size: 15px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    -moz-transition: -moz-transform 0.2s 0.15s, color 1s;
    -o-transition: -o-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.graphic--nao {
    stroke: #727272;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    -moz-transition: -moz-transform 0.7s, stroke 0.7s;
    -o-transition: -o-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    color: #3a7cec;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    -moz-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    -o-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: #3a7cec;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    -moz-transform: translate3d(-66.6%, 0, 0);
    -o-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

.msg-btn {
    margin-top: 30px
}

.button--nile:hover {
    transition: all .3s ease-in;
    background-color: #222222
}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #3a7cec;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}


/*=================================================================
	12. Footer Section
==================================================================*/

footer {
    background-color: #333
}

footer .container {
    background: none
}

.copyright p {
    margin: 10px 0px;
    color: #b1b1b1;
}

.copyright a {
    color: #3a7cec;
    text-decoration: none;
}


/* ================ Back To Top ================ */

#scroll-top {
    bottom: 15px;
    position: fixed;
    right: 9px;
    display: none;
    cursor: pointer;
    z-index: 600;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background-color: #3a7cec;
}

#scroll-top:hover {
    background-color: #222222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll-top i {
    color: #fff;
    font-size: 16px
}


/*=================================================================
	13. Preloader
==================================================================*/

#loading-mask {
    background: #f1f1f1;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.preloader {
    position: relative;
    width: 65px;
    margin: auto;
    top: 320px
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: transparent;
    -webkit-animation: preloader 2s infinite ease-in-out;
    -moz-animation: preloader 2s infinite ease-in-out;
    -o-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #3a7cec;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #3a7cec;
    }
    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #3a7cec;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #3a7cec;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #3a7cec;
    }
    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #3a7cec;
    }
}