/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #000;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #555;
}

#topbar .contact-info a:hover {
    color: #000;
}

#topbar .contact-info i {
    color: #000;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: #000;
}

#topbar .social-links a:first-child {
    border-left: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 20px 0;
    height: 132px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo img {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    width: 250px
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.scroll-icon {
    position: absolute;
    left: 50%;
    bottom: 30px;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}

.scroll-icon i {
    font-size: 50px !important;
    color: #fff;
    cursor: pointer;
}

#intro {
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 175px);
    position: relative;
    background: url("../img/home/banner-1.jpg") center no-repeat;
    background-size: cover;
}

#intro.about-us {
    background-color: #fff;
    width: 100%;
    height: auto !important;
    padding-bottom: 150px !important;
    position: relative;
    background: url("../img/home/banner-1.jpg") center no-repeat;
    background-size: cover;
}

#intro.services {
    background-color: #fff;
    width: 100%;
    height: auto !important;
    padding-bottom: 150px !important;
    position: relative;
    background: url("../img/services/banner.jpg") center no-repeat;
    background-size: cover;
}

#intro.contact {
    width: 100%;
    height: auto !important;
    padding-bottom: 150px !important;
    position: relative;
    background: url("../img/contact/map.png") center no-repeat;
    background-color: #444;
}

#intro.notFound {
    width: 100%;
    height: auto !important;
    padding-bottom: 150px !important;
    position: relative;
    background: none;
    background-color: #444;
}

#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

#intro .intro-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}

#intro .intro-content h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 400;
}

#intro .intro-content .learn-more {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #f9f9f9;
}

#intro .intro-content .learn-more {
    background: transparent;
    border: 1px solid #fff;
}

#intro .intro-content .learn-more:hover {
    background: none;
    color: #fff;
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

#intro.services::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.64);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}


/* #intro.contact::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.76);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
} */

#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.breadcrumb {
    background: transparent;
    z-index: 1;
}

.breadcrumb .breadcrumb-item {
    font-size: 13px;
    z-index: 1;
    color: #999
}

.breadcrumb .breadcrumb-item.active {
    color: #fff !important;
    z-index: 1;
}

.breadcrumb .breadcrumb-item a {
    font-size: 13px;
    z-index: 1;
    color: #999
}

#intro #about-us h2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700;
}

#intro #about-us h3 {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 31px;
    font-weight: 400;
}

#intro #about-us p {
    color: #fff;
    line-height: 32px;
}

.about-us-list {
    list-style: none;
    margin-top: 50px
}

.about-us-list li {
    margin: 40px 0;
    display: block;
    width: 100%;
}

.about-us-list li img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.about-us-list li span {
    display: block;
    padding-top: 20px !important;
    text-align: center;
    color: #fff;
    font-size: 18px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

#intro #services {
    position: relative;
}

#services h2 {
    color: #fff !important;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700;
    text-align: center;
}

#services p {
    color: #fff !important;
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.service-list {
    margin-top: 100px;
    position: relative;
}

.service-item {
    cursor: pointer;
}

.service-item img {
    width: 98%;
    margin: 25px auto;
    border: 8px solid rgba(255, 255, 255, .06);
    border-radius: 25px;
    cursor: pointer;
}

.service-item span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 200px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact #services {
    position: relative;
}

h2.contact_title {
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 44px;
    z-index: 9 !important;
}

#contact .contact_detail {
    width: 100%;
    border-right: 2px solid #fff;
    margin: 0;
    padding: 0;
    color: #fff;
}

#contact .contact_detail h3 {
    font-weight: 400;
    margin-bottom: 50px !important;
    font-size: 17px;
}

#contact .contact_detail .ftco-footer-widget {
    margin-bottom: 0;
    padding-bottom: 0;
}

#contact .contact_detail .ftco-footer-widget .block-23 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#contact .contact_detail .ftco-footer-widget ul li a {
    color: #999999 !important
}

#contact .contact_detail .ftco-footer-widget ul li a span {
    color: #999999 !important
}

#contact .contact_form {
    text-align: center;
    padding-top: 20px
}

#contact .contact_form h3 {
    font-weight: 400;
    margin-bottom: 50px !important;
    font-size: 17px;
    text-align: center;
    color: #Fff
}

#contact .contact_form input {
    width: 100%;
    border: none;
    height: 50px;
    margin-top: 20px;
    padding: 10px 15px;
    outline: none;
}

.contact-input-style {
    background: #fff;
    transition: all .2s;
}

.contact-input-style:focus {
    background: #696969;
    color: #FFF
}

.contact-input-style:focus::-webkit-input-placeholder {
    color: #ddd;
}

.contact-input-style:focus:-moz-placeholder {
    color: #ddd;
}

.contact-input-style:focus::-moz-placeholder {
    color: #ddd;
}


/* Internet Explorer 10 */

input:focus:-ms-input-placeholder {
    color: #ddd;
}

#contact .contact_form textarea {
    width: 100%;
    border: none;
    resize: none;
    margin-top: 20px;
    height: 150px;
    padding: 10px 15px;
    outline: none;
}

#contact .contact_form button {
    text-align: center;
    margin: 40px auto 0;
    background: #696969;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 8px 25px;
    cursor: pointer;
    outline: none;
    transition: all .2s;
}

#contact .contact_form button:hover {
    background: #fff;
    color: #696969;
}


/*--------------------------------------------------------------
# Intro Section `service details`
--------------------------------------------------------------*/

#intro.software {
    width: 100%;
    height: auto !important;
    position: relative;
    background: url("../img/services/service-detail/software-bg.jpg") no-repeat;
    background-size: cover;
    background-color: #061529;
    padding-bottom: 100px
}


/* #intro.software::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.76);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
} */

#software {}

#software h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#software p {
    color: #fff;
    font-size: 14px;
}

#software p strong {
    font-size: 20px;
}

#software img {
    width: 98%;
    margin: 0 auto;
    border: 8px solid rgba(255, 255, 255, .06);
    border-radius: 25px;
}


/*-----------------------------------------------------------*/

#intro.digital-marketing {
    width: 100%;
    height: auto !important;
    position: relative;
    background: url("../img/services/service-detail/marketing.jpg") no-repeat;
    background-size: cover;
    background-color: #061529;
    padding-bottom: 100px
}


/* #intro.software::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.76);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
} */

#digital-marketing {}

#digital-marketing h2 {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#digital-marketing p {
    color: #fff;
    font-size: 14px;
}

#digital-marketing ul {
    color: #fff;
    font-size: 14px;
    margin: 40px 0;
    list-style: none;
}

#digital-marketing ul li {
    margin: 20px 0;
}

#digital-marketing p strong {
    font-size: 20px;
}

#digital-marketing img {
    width: 98%;
    margin: 0 auto;
    border: 8px solid rgba(255, 255, 255, .06);
    border-radius: 25px;
}


/*-----------------------------------------------------------*/

#intro.data-analysis {
    width: 100%;
    height: auto !important;
    position: relative;
    background: url("../img/services/service-detail/data_analysis.jpg") no-repeat;
    background-size: cover;
    background-color: #061529;
    padding-bottom: 100px
}


/* #intro.software::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.76);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
} */

#data-analysis {}

#data-analysis h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#data-analysis p {
    color: #fff;
    font-size: 14px;
}

#data-analysis ul {
    color: #fff;
    font-size: 14px;
    margin: 40px 0;
    list-style: none;
}

#data-analysis ul li {
    margin: 20px 0;
}

#data-analysis p strong {
    font-size: 20px;
}

#data-analysis img {
    width: 98%;
    margin: 0 auto;
    border: 8px solid rgba(255, 255, 255, .06);
    border-radius: 25px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 40px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    color: #000;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #000;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #555;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #fff;
}

#mobile-nav ul .menu-item-active {
    color: #fff;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-logo img {
    width: 150px;
}

.block-23 ul {
    padding: 0
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px
}

.block-23 ul li span {
    color: rgba(0, 0, 0, .7)
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #000
}

.ftco-footer {
    font-size: 16px;
    background: #fff;
    padding: 0;
    padding-top: 100px
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: 400;
    color: #333;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(0, 0, 0, .8)
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #000000
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #000!important;
    border: 2px solid #000!important
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #000;
    border: 2px solid #fff!important
}

.ftco-footer p {
    color: rgba(0, 0, 0, .7)
}

.ftco-footer a {
    color: rgba(0, 0, 0, .7)
}

.ftco-footer a:hover {
    color: #fff
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    color: #000 !important;
    padding-bottom: 10px;
    display: inline-block;
    position: relative
}

.ftco-footer .ftco-heading-2 span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(175, 173, 173);
    content: ""
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(0, 0, 0, .05);
    border-radius: 50%;
    position: relative
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ftco-footer-social li a:hover {
    color: #fff
}

.full-bg-color {
    padding: 0;
    margin: 0;
    /* background: #b5b5b5; */
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.full-bg-color i {
    padding: 10px;
    margin: 0;
    color: #000 !important;
    position: relative;
    font-size: 25px;
    display: inline-block;
    margin-right: 10px;
}

.full-bg-color p {
    margin: 0;
    top: -3px !important;
    color: #000 !important;
    position: relative;
    font-size: 15px;
    display: inline-block;
}

@media (max-width: 992px) {
    .full-bg-color p {
        margin-bottom: 10px
    }
}

@media (max-width: 768px) {
    #contact .contact_detail {
        margin-left: 20px;
        border-right: none;
        margin-bottom: 80px
    }
    #header {
        padding: 20px 0;
        height: 74px;
    }
    #header #logo img {
        margin-top: 0;
        max-width: 150px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    #intro {
        height: calc(100vh - 74px);
    }
}

#nav {
    display: none;
}

@media (max-width: 768px) {
    #mobile {
        background: #f9f9f9;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -khtml-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }
    #mobileBodyContent {
        background: #fff !important;
        position: relative;
        z-index: 20;
        width: 100%;
        height: 100vh;
        visibility: visible;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    #burgerBtn {
        border-top: 2px solid #000;
        height: 25px;
        width: 30px;
        box-sizing: border-box;
        position: absolute;
        z-index: 30;
        top: 24px;
        right: 12%;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    #burgerBtn:before {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        left: 0;
        background: #000;
        top: 10px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    #burgerBtn:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        left: 0;
        background: #000;
        bottom: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    #nav {
        display: block;
        position: fixed;
        z-index: 10;
        list-style-type: none;
        margin: 100px 0 0 20px;
        padding: 0;
        overflow: hidden;
    }
    #nav li {
        margin: 40px 0;
        -webkit-transition: all 0.15s ease-in;
        -moz-transition: all 0.15s ease-in;
        -khtml-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }
    #nav li a {
        text-decoration: none;
        display: inline-block;
        color: #555;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 25px;
    }
    .navigation #nav li {
        width: 200px;
        margin-left: 0;
    }
    .navigation #burgerBtn {
        border-color: transparent;
    }
    .navigation #burgerBtn:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 33px;
        left: -2px;
    }
    .navigation #burgerBtn:after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -khtml-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 11px;
        width: 33px;
        left: -2px;
    }
    .menu_transition.navigation #mobileBodyContent {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -khtml-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        visibility: hidden;
    }
}

@media (max-width: 575px) {
    #burgerBtn {
        right: 5%;
    }
}