@charset 'UTF-8';
html {
    scroll-behavior: smooth
}

body {
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.8;
    color: #6c6d74;
    background-size: cover;
    background-attachment: fixed
}

img {
    max-width: 100%
}

.blue:hover {
    border-color: #ff900d!important;
    color: #ff900d!important;
    background-color: #fff!important
}

.blue {
    background-color: #ff900d!important;
    color: #fff!important
}

@media (min-width:1800px) {
    .page-title {
        padding: 700px 0 0 0!important
    }
}

.logo-estrutura {
    max-width: 200px
}

.font-alt {
    font-family: Poppins, sans-serif;
    padding-top: 1rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4
}

.bg {
    background-image: url(https://www.simetriaplanosdesaude.com.br/v1/img/home-banner.webp)
}

colorwhite {
    color: #fff!important
}

@media (max-width:991px) {
    .full-screen {
        min-height: 0!important
    }
    .home-banner {
        background-size: unset!important
    }
}

@media (max-width:991px) {
    .bg {
        background-image: url(https://www.simetriaplanosdesaude.com.br/v1/img/mobile/bg-home.webp);
        margin-top: 4rem
    }
}

.gray-bg {
    background: #f0f0f0
}

.white-bg {
    background: #fff
}

.container {
    max-width: 1300px
}

.dark-color {
    color: #111
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

.box-shadow {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .06)
}

.section {
    padding: 50px 0
}

@media (max-width:991px) {
    .section {
        padding: 60px 0
    }
}

@media (max-width:1366px) {
    .container {
        max-width: 90%
    }
}

@media (max-width:767px) {
    .container {
        max-width: 85%
    }
}

@media (max-width:991px) {
    .container {
        max-width: 85%
    }
}

@media (max-width:767px) {
    .section {
        padding: 40px 0
    }
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px
}

.section-title h2 span {
    color: #111
}

.section-title h1 span {
    color: #111
}

.section-title p {
    font-size: 16px;
    margin: 0
}

.section-title-01 h2 {
    font-size: 22px;
    font-weight: 500
}

@media (max-width:991px) {
    .section-title h2 {
        font-size: 35px;
        margin: 0 0 15px
    }
}

@media (max-width:767px) {
    .section-title h2 {
        font-size: 28px;
        margin: 0 0 15px
    }
    .section-title p {
        font-size: 15px
    }
}

.inline {
    display: inline-block
}

.m-btn2 {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 25px;
    letter-spacing: 1px;
    background: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 3px 31px 3px rgba(0, 0, 0, .11);
    -webkit-transition: all .32s ease-in-out;
    -moz-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out
}

.m-btn {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 25px;
    letter-spacing: 1px;
    background: 0 0;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 3px 31px 3px rgba(0, 0, 0, .11);
    -webkit-transition: all .32s ease-in-out;
    -moz-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out
}

.m-btn-white {
    color: #fff;
    border: 2px solid #fff
}

.m-btn-black {
    color: #fff;
    border: 2px solid #fff
}

.m-btn-blue {
    color: #fff;
    background-color: #1c337d
}

.m-btn-white:hover {
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, .3)
}

.m-btn-black {
    color: #2d2e33;
    border: 2px solid #2d2e33
}

.m-btn-black:hover {
    color: #6c6d74;
    text-decoration: none;
    border: 2px solid rgba(108, 109, 116, .3)
}

.m-btn-theme {
    color: #fff;
    border: 2px solid
}

.m-btn-theme:hover {
    background: #fff
}

@media (max-width:769px) {
    .m-btn {
        padding: 20px 20px;
        border-radius: 20px
    }
}

.header .top-bar .mail {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    line-height: 40px
}

.orcamento-btn {
    background: #00e676
}

.header .top-bar .social-icons-light a {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, .8);
    margin: 0 13px;
    font-size: 14px;
    line-height: 40px
}

.header {
    top: 0;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 1px 27px -3px transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.hj i {
    border: 8px solid #eee;
    border-radius: 50%;
    color: #fff;
    font-size: 70px;
    left: 0;
    top: 20px;
    background: #19bded;
    padding: 20px
}

.header-nav {
    padding-top: 0;
    padding-bottom: 0
}

.header-nav .navbar-toggler span {
    background: #2d2e33
}

.header-nav .navbar-brand {
    color: #000;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    text-transform: uppercase
}

.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: -9px;
    float: left
}

.header-nav .navbar-nav>li {
    margin: 0 0 0 25px
}

.header-nav .navbar-nav .nav-link:not(.nav-link-btn) {
    position: relative;
    padding: 25px 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    color: #2d2e33;
    font-weight: 600
}

.header-nav .navbar-nav .nav-link:not(.nav-link-btn):hover {
    color: #3f60ce
}

.header-nav .navbar-nav .nav-link:not(.nav-link-btn):after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px
}

.header-nav .navbar-nav .nav-link.nav-link-btn {
    padding: 10px 25px
}

.header-nav .navbar-nav .nav-link.nav-link-btn:not(:hover) {
    color: #fff
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: 0!important
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px
}

.navbar-toggler span+span+span {
    width: 10px
}

.header.fixed-header {
    box-shadow: 0 1px 27px -3px rgba(0, 0, 0, .07);
    top: -42px
}

@media (max-width:991px) {
    .header .top-bar {
        display: none
    }
    .header.fixed-header {
        top: 0
    }
    .header-nav {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .header-nav .navbar-nav>li {
        margin: 0
    }
    .header-nav .navbar-nav .nav-link:not(.nav-link-btn) {
        padding: 8px 0
    }
    .header-nav .navbar-nav .nav-link.nav-link-btn:not(:hover) {
        margin-top: 10px
    }
    .header-nav .navbar-nav .nav-link:not(.nav-link-btn):after {
        height: 2px;
        bottom: 8px
    }
}

.full-screen {
    min-height: 100vh
}

.home-banner {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.feature-box:hover img {
    border: 5px solid #ff8e01
}

.home-content {
    margin: 180px 0 50px 0;
    padding: 10%;
    position: relative
}

.home-content h4 {
    font-weight: 600;
    color: #fff;
    font-size: 2rem
}

.home-content p {
    color: #fff;
    opacity: .7;
    font-size: F16px;
    margin: 0
}

@media (max-width:767px) {
    .home-content {
        padding: 20px
    }
    .home-content h4 {
        font-size: 20px
    }
    .home-content p {
        font-size: 14px
    }
}

.feature-box {
    padding: 50px 25px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all .32s;
    -o-transition: all .32s;
    -moz-transition: all .32s;
    transition: all .32s
}

.feature-box .icon {
    font-size: 40px;
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    line-height: 90px;
    color: #fff
}

.feature-box h6 {
    font-size: 18px;
    color: #2d2e33;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px
}

.feature-box p {
    margin: 0
}

.feature-box.active .icon,
.feature-box:hover .icon {
    background: #fff
}

.feature-box.active h6,
.feature-box:hover h6 {
    color: #fff
}

.feature-box.active p,
.feature-box:hover p {
    color: rgba(255, 255, 255, .5)
}

.intro-content {
    background: rgba(255, 255, 255, .1);
    padding: 10%
}

.intro-content h2 {
    font-size: 30px
}

.intro-content p {
    font-size: 16px
}

.about-section .about-img {
    border-radius: 5px;
    overflow: hidden
}

.about-section .about-std {
    padding: 10%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: #fff
}

.about-section .about-std p:last-child {
    margin-bottom: 0
}

.img-card {
    border-radius: .3rem
}

.about-section .about-std.left {
    right: -90px
}

.std-content p {
    color: #000
}

@media (max-width:991px) {
    .about-section .about-std.left {
        right: 0
    }
}

@media (max-width:767px) {
    .intro-content h2 {
        font-size: 25px
    }
    .intro-content p {
        font-size: 15px
    }
}

.counter-section {
    position: relative
}

.counter-row {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.counter-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000
}

.counter-section:after {
    opacity: .7
}

.counter-col {
    text-align: left;
    border-radius: 5px
}

.counter-col .count {
    color: #fff;
    font-size: 55px;
    line-height: 1.3;
    font-weight: 600;
    padding-right: 16px;
    position: relative;
    min-width: 105px;
    display: inline-block;
    vertical-align: middle
}

.counter-col .count:after {
    content: '';
    width: 2px;
    height: 90px;
    background: rgba(255, 255, 255, .18);
    position: absolute;
    top: 0;
    right: 9px;
    transform: rotate(20deg);
    bottom: 0;
    margin: auto
}

.counter-col h6 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    padding-left: 15px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .counter-col .count {
        min-width: 65px;
        font-size: 30px
    }
    .counter-col .count:after {
        height: 50px
    }
    .counter-col h6 {
        font-size: 12px;
        padding: 10px 0;
        padding-left: 10px
    }
}

.team-box {
    position: relative;
    overflow: hidden
}

.team-box .team-img {
    position: relative
}

.team-box .team-img img {
    transition: ease all .3s;
    -webkit-transition: ease all .3s;
    transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0)
}

.team-box:hover .team-img img {
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg)
}

.team-box .team-img:after {
    content: '';
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .1);
    pointer-events: none;
    transition: ease all .3s;
    -webkit-transition: ease all .3s
}

.team-box:hover .team-img:after {
    background: rgba(255, 255, 255, .2)
}

.team-box .team-info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team-box:hover .team-info {
    opacity: 1
}

.team-box .team-info h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px
}

.team-box .team-info span {
    font-size: 13px;
    margin: 0;
    opacity: .7
}

.radius-img {
    border-radius: 5px;
    overflow: hidden
}

.std-content h6 {
    font-weight: 600
}

.std-content h2 {
    font-weight: 600;
    font-size: 30px
}

.testimonial-col {
    position: relative;
    text-align: center;
    background: #292929;
    padding: 20px;
    border: 1px solid #eee;
    min-height: 400px!important;
    border-radius: 1rem;
    color: #fff
}

.testimonial-col .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px
}

.testimonial-col h6 {
    color: #111;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 5px
}

.testimonial-col p {
    margin: 0
}

.owl-dots {
    text-align: center;
    margin-top: 15px
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid #323232;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-top
}

.cinza-background .owl-dots .owl-dot.active span {
    background: #fff!important
}

.owl-dots .owl-dot.active span {
    background: #323232
}

.call-to-action {
    padding: 20% 15%
}

.call-to-action h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px
}

.call-to-action p {
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
    opacity: .7;
    margin-bottom: 35px;
    display: inline-block
}

.call-to-action .contact-num {
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    font-size: 15px
}

@media (max-width:991px) {
    .std-content {
        margin-top: 1rem
    }
}

@media (max-width:991px) {
    .service-banner span {
        display: block
    }
}

@media (max-width:991px) {
    .call-to-action {
        margin: 10%;
        padding: 8%
    }
    .call-to-action h4 {
        font-size: 35px
    }
}

@media (max-width:991px) {
    .call-to-action {
        margin: 8%;
        padding: 35px
    }
    .call-to-action h4 {
        font-size: 24px
    }
    .call-to-action .contact-num {
        display: inline-block;
        margin-top: 15px;
        padding: 0;
        text-align: left;
        width: 100%;
        vertical-align: top
    }
}

.client-logo {
    margin: 30px 0;
    transition: ease all .3s;
    -webkit-transition: ease all .3s
}

.client-logo:hover {
    opacity: 1
}

.social-icons {
    margin: 0;
    padding: 0
}

.social-icons li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-right: 8px
}

.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    -webkit-transition: ease all .3s;
    transition: ease all .3s
}

.social-icons li a:hover {
    background: #333;
    color: #fff
}

.padding-sobre {
    padding: 60px 0!important
}

@media (min-width:2300px) {
    .padding-banner {
        padding: 340px 0!important
    }
}

@media (min-width:2800px) {
    .padding-banner {
        padding: 360px 0!important
    }
}

.padding-banner {
    padding: 270px 0
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 24px 8px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

.whatsapp {
    background: #25d367;
    color: #fff
}

.email {
    background: #1c337d;
    color: #fff
}

.footer {
    background: #111
}

.footer-section {
    padding-top: 60px
}

.footer-section .footer-logo {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

.footer-section .footer-text p {
    width: 350px;
    max-width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, .5)
}

.footer-section .footer-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff
}

.footer-content ul {
    list-style-type: none;
    padding: 0
}

.footer-content li {
    margin-bottom: 8px
}

.footer-content li a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px
}

.footer-section p {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 20px
}

.footer-newsletter .m-btn:hover {
    background: #111;
    color: #fff
}

.footer-newsletter .form-control {
    background: rgba(0, 0, .3);
    border: 1px solid rgba(255, 255, 255, .19);
    color: rgba(255, 255, 255, .5);
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: none!important;
    height: 50px
}

.fot-copyright {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.fot-copyright p {
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    margin: 0;
    padding: 20px 0
}

.fab-container {
    position: fixed;
    bottom: 3rem;
    left: 4.5rem;
    z-index: 999;
    cursor: pointer
}

.fab-icon-holder {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    background: #e7a619;
    box-shadow: 0 .5rem 1rem rgb(0, 0, 0, .2)
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media only screen and (max-width:768px) {
    .showdesktop {
        display: none!important
    }
}

@media only screen and (min-width:769px) {
    .showmobile {
        display: none!important
    }
}

@media (max-width:991px) {
    .footer-section {
        padding-top: 30px
    }
    .fot-copyright {
        margin-top: 10px
    }
}

.page-title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    opacity: 0.1;
    z-index: -1;
    background: rgba(0, 0, 0, .377)
}

.page-title {
    padding: 500px 0 0 0;
    position: relative;
    z-index: 1
}

.page-title h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700
}

.page-title ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    text-align: center
}

.page-title li {
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    margin: 0 15px;
    position: relative
}

.page-title li a {
    color: rgba(255, 255, 255, .7)
}

.page-title li:not(:first-child):after {
    width: 5px;
    height: 5px;
    background: #fff;
    left: -15px;
    content: '';
    float: left;
    position: absolute;
    top: 9px;
    border-radius: 50%
}

@media (max-width:991px) {
    .page-title {
        padding: 300px 0 60px 0
    }
}

.card-box {
    padding: 30px;
    border: none;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .06);
    background: #fff
}

.card-box .card-title {
    color: #2d2e33;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.card-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.card-box li:not(:first-child) {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.card-box a {
    text-decoration: none;
    color: #6c6d74;
    font-size: 15px;
    margin-left: 0;
    -webkit-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out
}

.card-box a:hover {
    color: #2d2e33;
    margin-left: 5px
}

.frequent-left .nav-link:not(:first-child) {
    border-top: 1px dashed #ddd
}

.frequent-left .nav-link {
    position: relative;
    background: 0 0;
    color: #2d2e33;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 20px;
    border-radius: 0
}

.frequent-left .nav-link.active {
    color: #323232;
    color: #fff
}

.frequent-right {
    padding: 40px;
    min-height: 100%
}

.frequent-right h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.frequent-right p {
    display: inline-block;
    font-size: 15px;
    line-height: 28px
}

@media (max-width:467px) {
    .frequent-left .nav-link.active:before {
        content: ' ';
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        width: 80%;
        height: 3px
    }
    .frequent-left {
        width: 100%;
        padding: 0
    }
    .frequent-left .nav-link {
        margin-bottom: 20px;
        padding: 0
    }
    .frequent-right {
        padding: 0;
        margin-top: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .frequent-left .nav-link.active:before {
        content: ' ';
        position: absolute;
        top: 35px;
        right: 0;
        left: 15px;
        width: 70%;
        height: 3px;
        background: #000
    }
    .frequent-left .nav-link {
        margin-bottom: 15px;
        font-size: 16px
    }
    .frequent-right {
        margin-top: 30px
    }
}

.about-info h5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500
}

.about-info p {
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

.about-info a {
    text-decoration: none;
    color: #2d2e33;
    font-weight: 600;
    letter-spacing: 1px
}

.contact-info {
    padding: 15% 10%;
    background: #fff;
    text-align: center;
    border-radius: 5px
}

.contact-info i {
    font-size: 35px;
    margin-bottom: 30px;
    display: inline-block;
    color: #1c337d
}

.contact-info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2d2e33;
    margin-bottom: 15px
}

.contact-info p {
    margin: 0
}

.contact-form {
    padding: 8%;
    margin: 0 5%;
    position: relative;
    background: #fff
}

.contact-form h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #2d2e33;
    display: inline-block
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form .form-control {
    font-size: 14px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #2d2e33
}

.contact-form textarea.form-control {
    height: 100px
}

.contact-map {
    height: 100%;
    padding: 10px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(https://www.simetriaplanosdesaude.com.br/v1/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 1
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[dir=rtl] .slick-prev {
    left: auto
}

.slick-prev:before {
    content: ''
}

[dir=rtl] .slick-prev:before {
    content: ''
}

[dir=rtl] .slick-next {
    right: auto
}

.slick-next:before {
    content: ''
}

[dir=rtl] .slick-next:before {
    content: ''
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bg-center-center {
    background-position: center center
}

.bg-center-right {
    background-position: center right
}

.bg-center-left {
    background-position: center left
}

.m-auto-all {
    margin: auto
}

.m-0px {
    margin: 0
}

.m-5px {
    margin: 5px
}

.m-10px {
    margin: 10px
}

.m-15px {
    margin: 15px
}

.m-20px {
    margin: 20px
}

.m-25px {
    margin: 25px
}

.m-30px {
    margin: 30px
}

.m-35px {
    margin: 35px
}

.m-40px {
    margin: 40px
}

.m-45px {
    margin: 45px
}

.m-50px {
    margin: 50px
}

.m-55px {
    margin: 55px
}

.m-60px {
    margin: 60px
}

.m-65px {
    margin: 65px
}

.m-70px {
    margin: 70px
}

.m-75px {
    margin: 75px
}

.m-80px {
    margin: 80px
}

.m-85px {
    margin: 85px
}

.m-90px {
    margin: 90px
}

.m-95px {
    margin: 95px
}

.m-100px {
    margin: 100px
}

.m-0px-tb {
    margin-top: 0;
    margin-bottom: 0
}

.m-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px
}

.m-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px
}

.m-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px
}

.m-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px
}

.m-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px
}

.m-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px
}

.m-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px
}

.m-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px
}

.m-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px
}

.m-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px
}

.m-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px
}

.m-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px
}

.m-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px
}

.m-0px-lr {
    margin-left: 0;
    margin-right: 0
}

.m-5px-lr {
    margin-left: 5px;
    margin-right: 5px
}

.m-10px-lr {
    margin-left: 10px;
    margin-right: 10px
}

.m-15px-lr {
    margin-left: 15px;
    margin-right: 15px
}

.m-20px-lr {
    margin-left: 20px;
    margin-right: 20px
}

.m-25px-lr {
    margin-left: 25px;
    margin-right: 25px
}

.m-30px-lr {
    margin-left: 30px;
    margin-right: 30px
}

.m-35px-lr {
    margin-left: 35px;
    margin-right: 35px
}

.m-40px-lr {
    margin-left: 40px;
    margin-right: 40px
}

.m-45px-lr {
    margin-left: 45px;
    margin-right: 45px
}

.m-50px-lr {
    margin-left: 50px;
    margin-right: 50px
}

.m-55px-lr {
    margin-left: 55px;
    margin-right: 55px
}

.m-60px-lr {
    margin-left: 60px;
    margin-right: 60px
}

.m-65px-lr {
    margin-left: 65px;
    margin-right: 65px
}

.m-70px-lr {
    margin-left: 70px;
    margin-right: 70px
}

.m-75px-lr {
    margin-left: 75px;
    margin-right: 75px
}

.m-80px-lr {
    margin-left: 80px;
    margin-right: 80px
}

.m-85px-lr {
    margin-left: 85px;
    margin-right: 85px
}

.m-90px-lr {
    margin-left: 90px;
    margin-right: 90px
}

.m-95px-lr {
    margin-left: 95px;
    margin-right: 95px
}

.m-100px-lr {
    margin-left: 100px;
    margin-right: 100px
}

.m-0px-t {
    margin-top: 0
}

.m-5px-t {
    margin-top: 5px
}

.m-10px-t {
    margin-top: 10px
}

.m-15px-t {
    margin-top: 15px
}

.m-20px-t {
    margin-top: 20px
}

.m-25px-t {
    margin-top: 25px
}

.m-30px-t {
    margin-top: 30px
}

.m-35px-t {
    margin-top: 35px
}

.m-40px-t {
    margin-top: 40px
}

.m-45px-t {
    margin-top: 45px
}

.m-50px-t {
    margin-top: 50px
}

.m-55px-t {
    margin-top: 55px
}

.m-60px-t {
    margin-top: 60px
}

.m-65px-t {
    margin-top: 65px
}

.m-70px-t {
    margin-top: 70px
}

.m-75px-t {
    margin-top: 75px
}

.m-80px-t {
    margin-top: 80px
}

.m-85px-t {
    margin-top: 85px
}

.m-90px-t {
    margin-top: 90px
}

.m-95px-t {
    margin-top: 95px
}

.m-100px-t {
    margin-top: 100px
}

.m-0px-b {
    margin-bottom: 0
}

.m-5px-b {
    margin-bottom: 5px
}

.m-10px-b {
    margin-bottom: 10px
}

.m-15px-b {
    margin-bottom: 15px
}

.m-20px-b {
    margin-bottom: 20px
}

.m-25px-b {
    margin-bottom: 25px
}

.m-30px-b {
    margin-bottom: 30px
}

.m-35px-b {
    margin-bottom: 35px
}

.m-40px-b {
    margin-bottom: 40px
}

.m-45px-b {
    margin-bottom: 45px
}

.m-50px-b {
    margin-bottom: 50px
}

.m-55px-b {
    margin-bottom: 55px
}

.m-60px-b {
    margin-bottom: 60px
}

.m-65px-b {
    margin-bottom: 65px
}

.m-70px-b {
    margin-bottom: 70px
}

.m-75px-b {
    margin-bottom: 75px
}

.m-80px-b {
    margin-bottom: 80px
}

.m-85px-b {
    margin-bottom: 85px
}

.m-90px-b {
    margin-bottom: 90px
}

.m-95px-b {
    margin-bottom: 95px
}

.m-100px-b {
    margin-bottom: 100px
}

.m-0px-l {
    margin-left: 0
}

.m-5px-l {
    margin-left: 5px
}

.m-10px-l {
    margin-left: 10px
}

.m-15px-l {
    margin-left: 15px
}

.m-20px-l {
    margin-left: 20px
}

.m-25px-l {
    margin-left: 25px
}

.m-30px-l {
    margin-left: 30px
}

.m-35px-l {
    margin-left: 35px
}

.m-40px-l {
    margin-left: 40px
}

.m-45px-l {
    margin-left: 45px
}

.m-50px-l {
    margin-left: 50px
}

.m-55px-l {
    margin-left: 55px
}

.m-60px-l {
    margin-left: 60px
}

.m-65px-l {
    margin-left: 65px
}

.m-70px-l {
    margin-left: 70px
}

.m-75px-l {
    margin-left: 75px
}

.m-80px-l {
    margin-left: 80px
}

.m-85px-l {
    margin-left: 85px
}

.m-90px-l {
    margin-left: 90px
}

.m-95px-l {
    margin-left: 95px
}

.m-100px-l {
    margin-left: 100px
}

.m-0px-r {
    margin-right: 0
}

.m-5px-r {
    margin-right: 5px
}

.m-10px-r {
    margin-right: 10px
}

.m-15px-r {
    margin-right: 15px
}

.m-20px-r {
    margin-right: 20px
}

.m-25px-r {
    margin-right: 25px
}

.m-30px-r {
    margin-right: 30px
}

.m-35px-r {
    margin-right: 35px
}

.m-40px-r {
    margin-right: 40px
}

.m-45px-r {
    margin-right: 45px
}

.m-50px-r {
    margin-right: 50px
}

.m-55px-r {
    margin-right: 55px
}

.m-60px-r {
    margin-right: 60px
}

.m-65px-r {
    margin-right: 65px
}

.m-70px-r {
    margin-right: 70px
}

.m-75px-r {
    margin-right: 75px
}

.m-80px-r {
    margin-right: 80px
}

.m-85px-r {
    margin-right: 85px
}

.m-90px-r {
    margin-right: 90px
}

.m-95px-r {
    margin-right: 95px
}

.m-100px-r {
    margin-right: 100px
}

@media (max-width:1200px) {
    .lg-m-0px {
        margin: 0
    }
    .lg-m-5px {
        margin: 5px
    }
    .lg-m-10px {
        margin: 10px
    }
    .lg-m-15px {
        margin: 15px
    }
    .lg-m-20px {
        margin: 20px
    }
    .lg-m-25px {
        margin: 25px
    }
    .lg-m-30px {
        margin: 30px
    }
    .lg-m-35px {
        margin: 35px
    }
    .lg-m-40px {
        margin: 40px
    }
    .lg-m-45px {
        margin: 45px
    }
    .lg-m-50px {
        margin: 50px
    }
    .lg-m-55px {
        margin: 55px
    }
    .lg-m-60px {
        margin: 60px
    }
    .lg-m-65px {
        margin: 65px
    }
    .lg-m-70px {
        margin: 70px
    }
    .lg-m-75px {
        margin: 75px
    }
    .lg-m-80px {
        margin: 80px
    }
    .lg-m-85px {
        margin: 85px
    }
    .lg-m-90px {
        margin: 90px
    }
    .lg-m-95px {
        margin: 95px
    }
    .lg-m-100px {
        margin: 100px
    }
    .lg-m-0px-tb {
        margin-top: 0;
        margin-bottom: 0
    }
    .lg-m-5px-tb {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .lg-m-10px-tb {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .lg-m-15px-tb {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .lg-m-20px-tb {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .lg-m-25px-tb {
        margin-top: 25px;
        margin-bottom: 25px
    }
    .lg-m-30px-tb {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .lg-m-35px-tb {
        margin-top: 35px;
        margin-bottom: 35px
    }
    .lg-m-40px-tb {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .lg-m-45px-tb {
        margin-top: 45px;
        margin-bottom: 45px
    }
    .lg-m-50px-tb {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .lg-m-55px-tb {
        margin-top: 55px;
        margin-bottom: 55px
    }
    .lg-m-60px-tb {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .lg-m-65px-tb {
        margin-top: 65px;
        margin-bottom: 65px
    }
    .lg-m-70px-tb {
        margin-top: 70px;
        margin-bottom: 70px
    }
    .lg-m-75px-tb {
        margin-top: 75px;
        margin-bottom: 75px
    }
    .lg-m-80px-tb {
        margin-top: 80px;
        margin-bottom: 80px
    }
    .lg-m-85px-tb {
        margin-top: 85px;
        margin-bottom: 85px
    }
    .lg-m-90px-tb {
        margin-top: 90px;
        margin-bottom: 90px
    }
    .lg-m-95px-tb {
        margin-top: 95px;
        margin-bottom: 95px
    }
    .lg-m-100px-tb {
        margin-top: 100px;
        margin-bottom: 100px
    }
    .lg-m-0px-lr {
        margin-left: 0;
        margin-right: 0
    }
    .lg-m-5px-lr {
        margin-left: 5px;
        margin-right: 5px
    }
    .lg-m-10px-lr {
        margin-left: 10px;
        margin-right: 10px
    }
    .lg-m-15px-lr {
        margin-left: 15px;
        margin-right: 15px
    }
    .lg-m-20px-lr {
        margin-left: 20px;
        margin-right: 20px
    }
    .lg-m-25px-lr {
        margin-left: 25px;
        margin-right: 25px
    }
    .lg-m-30px-lr {
        margin-left: 30px;
        margin-right: 30px
    }
    .lg-m-35px-lr {
        margin-left: 35px;
        margin-right: 35px
    }
    .lg-m-40px-lr {
        margin-left: 40px;
        margin-right: 40px
    }
    .lg-m-45px-lr {
        margin-left: 45px;
        margin-right: 45px
    }
    .lg-m-50px-lr {
        margin-left: 50px;
        margin-right: 50px
    }
    .lg-m-55px-lr {
        margin-left: 55px;
        margin-right: 55px
    }
    .lg-m-60px-lr {
        margin-left: 60px;
        margin-right: 60px
    }
    .lg-m-65px-lr {
        margin-left: 65px;
        margin-right: 65px
    }
    .lg-m-70px-lr {
        margin-left: 70px;
        margin-right: 70px
    }
    .lg-m-75px-lr {
        margin-left: 75px;
        margin-right: 75px
    }
    .lg-m-80px-lr {
        margin-left: 80px;
        margin-right: 80px
    }
    .lg-m-85px-lr {
        margin-left: 85px;
        margin-right: 85px
    }
    .lg-m-90px-lr {
        margin-left: 90px;
        margin-right: 90px
    }
    .lg-m-95px-lr {
        margin-left: 95px;
        margin-right: 95px
    }
    .lg-m-100px-lr {
        margin-left: 100px;
        margin-right: 100px
    }
    .lg-m-0px-t {
        margin-top: 0
    }
    .lg-m-5px-t {
        margin-top: 5px
    }
    .lg-m-10px-t {
        margin-top: 10px
    }
    .lg-m-15px-t {
        margin-top: 15px
    }
    .lg-m-20px-t {
        margin-top: 20px
    }
    .lg-m-25px-t {
        margin-top: 25px
    }
    .lg-m-30px-t {
        margin-top: 30px
    }
    .lg-m-35px-t {
        margin-top: 35px
    }
    .lg-m-40px-t {
        margin-top: 40px
    }
    .lg-m-45px-t {
        margin-top: 45px
    }
    .lg-m-50px-t {
        margin-top: 50px
    }
    .lg-m-55px-t {
        margin-top: 55px
    }
    .lg-m-60px-t {
        margin-top: 60px
    }
    .lg-m-65px-t {
        margin-top: 65px
    }
    .lg-m-70px-t {
        margin-top: 70px
    }
    .lg-m-75px-t {
        margin-top: 75px
    }
    .lg-m-80px-t {
        margin-top: 80px
    }
    .lg-m-85px-t {
        margin-top: 85px
    }
    .lg-m-90px-t {
        margin-top: 90px
    }
    .lg-m-95px-t {
        margin-top: 95px
    }
    .lg-m-100px-t {
        margin-top: 100px
    }
    .lg-m-0px-b {
        margin-bottom: 0
    }
    .lg-m-5px-b {
        margin-bottom: 5px
    }
    .lg-m-10px-b {
        margin-bottom: 10px
    }
    .lg-m-15px-b {
        margin-bottom: 15px
    }
    .lg-m-20px-b {
        margin-bottom: 20px
    }
    .lg-m-25px-b {
        margin-bottom: 25px
    }
    .lg-m-30px-b {
        margin-bottom: 30px
    }
    .lg-m-35px-b {
        margin-bottom: 35px
    }
    .lg-m-40px-b {
        margin-bottom: 40px
    }
    .lg-m-45px-b {
        margin-bottom: 45px
    }
    .lg-m-50px-b {
        margin-bottom: 50px
    }
    .lg-m-55px-b {
        margin-bottom: 55px
    }
    .lg-m-60px-b {
        margin-bottom: 60px
    }
    .lg-m-65px-b {
        margin-bottom: 65px
    }
    .lg-m-70px-b {
        margin-bottom: 70px
    }
    .lg-m-75px-b {
        margin-bottom: 75px
    }
    .lg-m-80px-b {
        margin-bottom: 80px
    }
    .lg-m-85px-b {
        margin-bottom: 85px
    }
    .lg-m-90px-b {
        margin-bottom: 90px
    }
    .lg-m-95px-b {
        margin-bottom: 95px
    }
    .lg-m-100px-b {
        margin-bottom: 100px
    }
    .lg-m-0px-l {
        margin-left: 0
    }
    .lg-m-5px-l {
        margin-left: 5px
    }
    .lg-m-10px-l {
        margin-left: 10px
    }
    .lg-m-15px-l {
        margin-left: 15px
    }
    .lg-m-20px-l {
        margin-left: 20px
    }
    .lg-m-25px-l {
        margin-left: 25px
    }
    .lg-m-30px-l {
        margin-left: 30px
    }
    .lg-m-35px-l {
        margin-left: 35px
    }
    .lg-m-40px-l {
        margin-left: 40px
    }
    .lg-m-45px-l {
        margin-left: 45px
    }
    .lg-m-50px-l {
        margin-left: 50px
    }
    .lg-m-55px-l {
        margin-left: 55px
    }
    .lg-m-60px-l {
        margin-left: 60px
    }
    .lg-m-65px-l {
        margin-left: 65px
    }
    .lg-m-70px-l {
        margin-left: 70px
    }
    .lg-m-75px-l {
        margin-left: 75px
    }
    .lg-m-80px-l {
        margin-left: 80px
    }
    .lg-m-85px-l {
        margin-left: 85px
    }
    .lg-m-90px-l {
        margin-left: 90px
    }
    .lg-m-95px-l {
        margin-left: 95px
    }
    .lg-m-100px-l {
        margin-left: 100px
    }
    .lg-m-0px-r {
        margin-right: 0
    }
    .lg-m-5px-r {
        margin-right: 5px
    }
    .lg-m-10px-r {
        margin-right: 10px
    }
    .lg-m-15px-r {
        margin-right: 15px
    }
    .lg-m-20px-r {
        margin-right: 20px
    }
    .lg-m-25px-r {
        margin-right: 25px
    }
    .lg-m-30px-r {
        margin-right: 30px
    }
    .lg-m-35px-r {
        margin-right: 35px
    }
    .lg-m-40px-r {
        margin-right: 40px
    }
    .lg-m-45px-r {
        margin-right: 45px
    }
    .lg-m-50px-r {
        margin-right: 50px
    }
    .lg-m-55px-r {
        margin-right: 55px
    }
    .lg-m-60px-r {
        margin-right: 60px
    }
    .lg-m-65px-r {
        margin-right: 65px
    }
    .lg-m-70px-r {
        margin-right: 70px
    }
    .lg-m-75px-r {
        margin-right: 75px
    }
    .lg-m-80px-r {
        margin-right: 80px
    }
    .lg-m-85px-r {
        margin-right: 85px
    }
    .lg-m-90px-r {
        margin-right: 90px
    }
    .lg-m-95px-r {
        margin-right: 95px
    }
    .lg-m-100px-r {
        margin-right: 100px
    }
}

@media (max-width:991px) {
    .md-m-0px {
        margin: 0
    }
    .md-m-5px {
        margin: 5px
    }
    .md-m-10px {
        margin: 10px
    }
    .md-m-15px {
        margin: 15px
    }
    .md-m-20px {
        margin: 20px
    }
    .md-m-25px {
        margin: 25px
    }
    .md-m-30px {
        margin: 30px
    }
    .md-m-35px {
        margin: 35px
    }
    .md-m-40px {
        margin: 40px
    }
    .md-m-45px {
        margin: 45px
    }
    .md-m-50px {
        margin: 50px
    }
    .md-m-55px {
        margin: 55px
    }
    .md-m-60px {
        margin: 60px
    }
    .md-m-65px {
        margin: 65px
    }
    .md-m-70px {
        margin: 70px
    }
    .md-m-75px {
        margin: 75px
    }
    .md-m-80px {
        margin: 80px
    }
    .md-m-85px {
        margin: 85px
    }
    .md-m-90px {
        margin: 90px
    }
    .md-m-95px {
        margin: 95px
    }
    .md-m-100px {
        margin: 100px
    }
    .md-m-0px-tb {
        margin-top: 0;
        margin-bottom: 0
    }
    .md-m-5px-tb {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .md-m-10px-tb {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .md-m-15px-tb {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .md-m-20px-tb {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .md-m-25px-tb {
        margin-top: 25px;
        margin-bottom: 25px
    }
    .md-m-30px-tb {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .md-m-35px-tb {
        margin-top: 35px;
        margin-bottom: 35px
    }
    .md-m-40px-tb {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .md-m-45px-tb {
        margin-top: 45px;
        margin-bottom: 45px
    }
    .md-m-50px-tb {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .md-m-55px-tb {
        margin-top: 55px;
        margin-bottom: 55px
    }
    .md-m-60px-tb {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .md-m-65px-tb {
        margin-top: 65px;
        margin-bottom: 65px
    }
    .md-m-70px-tb {
        margin-top: 70px;
        margin-bottom: 70px
    }
    .md-m-75px-tb {
        margin-top: 75px;
        margin-bottom: 75px
    }
    .md-m-80px-tb {
        margin-top: 80px;
        margin-bottom: 80px
    }
    .md-m-85px-tb {
        margin-top: 85px;
        margin-bottom: 85px
    }
    .md-m-90px-tb {
        margin-top: 90px;
        margin-bottom: 90px
    }
    .md-m-95px-tb {
        margin-top: 95px;
        margin-bottom: 95px
    }
    .md-m-100px-tb {
        margin-top: 100px;
        margin-bottom: 100px
    }
    .md-m-0px-lr {
        margin-left: 0;
        margin-right: 0
    }
    .md-m-5px-lr {
        margin-left: 5px;
        margin-right: 5px
    }
    .md-m-10px-lr {
        margin-left: 10px;
        margin-right: 10px
    }
    .md-m-15px-lr {
        margin-left: 15px;
        margin-right: 15px
    }
    .md-m-20px-lr {
        margin-left: 20px;
        margin-right: 20px
    }
    .md-m-25px-lr {
        margin-left: 25px;
        margin-right: 25px
    }
    .md-m-30px-lr {
        margin-left: 30px;
        margin-right: 30px
    }
    .md-m-35px-lr {
        margin-left: 35px;
        margin-right: 35px
    }
    .md-m-40px-lr {
        margin-left: 40px;
        margin-right: 40px
    }
    .md-m-45px-lr {
        margin-left: 45px;
        margin-right: 45px
    }
    .md-m-50px-lr {
        margin-left: 50px;
        margin-right: 50px
    }
    .md-m-55px-lr {
        margin-left: 55px;
        margin-right: 55px
    }
    .md-m-60px-lr {
        margin-left: 60px;
        margin-right: 60px
    }
    .md-m-65px-lr {
        margin-left: 65px;
        margin-right: 65px
    }
    .md-m-70px-lr {
        margin-left: 70px;
        margin-right: 70px
    }
    .md-m-75px-lr {
        margin-left: 75px;
        margin-right: 75px
    }
    .md-m-80px-lr {
        margin-left: 80px;
        margin-right: 80px
    }
    .md-m-85px-lr {
        margin-left: 85px;
        margin-right: 85px
    }
    .md-m-90px-lr {
        margin-left: 90px;
        margin-right: 90px
    }
    .md-m-95px-lr {
        margin-left: 95px;
        margin-right: 95px
    }
    .md-m-100px-lr {
        margin-left: 100px;
        margin-right: 100px
    }
    .md-m-0px-t {
        margin-top: 0
    }
    .md-m-5px-t {
        margin-top: 5px
    }
    .md-m-10px-t {
        margin-top: 10px
    }
    .md-m-15px-t {
        margin-top: 15px
    }
    .md-m-20px-t {
        margin-top: 20px
    }
    .md-m-25px-t {
        margin-top: 25px
    }
    .md-m-30px-t {
        margin-top: 30px
    }
    .md-m-35px-t {
        margin-top: 35px
    }
    .md-m-40px-t {
        margin-top: 40px
    }
    .md-m-45px-t {
        margin-top: 45px
    }
    .md-m-50px-t {
        margin-top: 50px
    }
    .md-m-55px-t {
        margin-top: 55px
    }
    .md-m-60px-t {
        margin-top: 60px
    }
    .md-m-65px-t {
        margin-top: 65px
    }
    .md-m-70px-t {
        margin-top: 70px
    }
    .md-m-75px-t {
        margin-top: 75px
    }
    .md-m-80px-t {
        margin-top: 80px
    }
    .md-m-85px-t {
        margin-top: 85px
    }
    .md-m-90px-t {
        margin-top: 90px
    }
    .md-m-95px-t {
        margin-top: 95px
    }
    .md-m-100px-t {
        margin-top: 100px
    }
    .md-m-0px-b {
        margin-bottom: 0
    }
    .md-m-5px-b {
        margin-bottom: 5px
    }
    .md-m-10px-b {
        margin-bottom: 10px
    }
    .md-m-15px-b {
        margin-bottom: 15px
    }
    .md-m-20px-b {
        margin-bottom: 20px
    }
    .md-m-25px-b {
        margin-bottom: 25px
    }
    .md-m-30px-b {
        margin-bottom: 30px
    }
    .md-m-35px-b {
        margin-bottom: 35px
    }
    .md-m-40px-b {
        margin-bottom: 40px
    }
    .md-m-45px-b {
        margin-bottom: 45px
    }
    .md-m-50px-b {
        margin-bottom: 50px
    }
    .md-m-55px-b {
        margin-bottom: 55px
    }
    .md-m-60px-b {
        margin-bottom: 60px
    }
    .md-m-65px-b {
        margin-bottom: 65px
    }
    .md-m-70px-b {
        margin-bottom: 70px
    }
    .md-m-75px-b {
        margin-bottom: 75px
    }
    .md-m-80px-b {
        margin-bottom: 80px
    }
    .md-m-85px-b {
        margin-bottom: 85px
    }
    .md-m-90px-b {
        margin-bottom: 90px
    }
    .md-m-95px-b {
        margin-bottom: 95px
    }
    .md-m-100px-b {
        margin-bottom: 100px
    }
    .md-m-0px-l {
        margin-left: 0
    }
    .md-m-5px-l {
        margin-left: 5px
    }
    .md-m-10px-l {
        margin-left: 10px
    }
    .md-m-15px-l {
        margin-left: 15px
    }
    .md-m-20px-l {
        margin-left: 20px
    }
    .md-m-25px-l {
        margin-left: 25px
    }
    .md-m-30px-l {
        margin-left: 30px
    }
    .md-m-35px-l {
        margin-left: 35px
    }
    .md-m-40px-l {
        margin-left: 40px
    }
    .md-m-45px-l {
        margin-left: 45px
    }
    .md-m-50px-l {
        margin-left: 50px
    }
    .md-m-55px-l {
        margin-left: 55px
    }
    .md-m-60px-l {
        margin-left: 60px
    }
    .md-m-65px-l {
        margin-left: 65px
    }
    .md-m-70px-l {
        margin-left: 70px
    }
    .md-m-75px-l {
        margin-left: 75px
    }
    .md-m-80px-l {
        margin-left: 80px
    }
    .md-m-85px-l {
        margin-left: 85px
    }
    .md-m-90px-l {
        margin-left: 90px
    }
    .md-m-95px-l {
        margin-left: 95px
    }
    .md-m-100px-l {
        margin-left: 100px
    }
    .md-m-0px-r {
        margin-right: 0
    }
    .md-m-5px-r {
        margin-right: 5px
    }
    .md-m-10px-r {
        margin-right: 10px
    }
    .md-m-15px-r {
        margin-right: 15px
    }
    .md-m-20px-r {
        margin-right: 20px
    }
    .md-m-25px-r {
        margin-right: 25px
    }
    .md-m-30px-r {
        margin-right: 30px
    }
    .md-m-35px-r {
        margin-right: 35px
    }
    .md-m-40px-r {
        margin-right: 40px
    }
    .md-m-45px-r {
        margin-right: 45px
    }
    .md-m-50px-r {
        margin-right: 50px
    }
    .md-m-55px-r {
        margin-right: 55px
    }
    .md-m-60px-r {
        margin-right: 60px
    }
    .md-m-65px-r {
        margin-right: 65px
    }
    .md-m-70px-r {
        margin-right: 70px
    }
    .md-m-75px-r {
        margin-right: 75px
    }
    .md-m-80px-r {
        margin-right: 80px
    }
    .md-m-85px-r {
        margin-right: 85px
    }
    .md-m-90px-r {
        margin-right: 90px
    }
    .md-m-95px-r {
        margin-right: 95px
    }
    .md-m-100px-r {
        margin-right: 100px
    }
}

@media (max-width:767px) {
    .sm-m-0px {
        margin: 0
    }
    .sm-m-5px {
        margin: 5px
    }
    .sm-m-10px {
        margin: 10px
    }
    .sm-m-15px {
        margin: 15px
    }
    .sm-m-20px {
        margin: 20px
    }
    .sm-m-25px {
        margin: 25px
    }
    .sm-m-30px {
        margin: 30px
    }
    .sm-m-35px {
        margin: 35px
    }
    .sm-m-40px {
        margin: 40px
    }
    .sm-m-45px {
        margin: 45px
    }
    .sm-m-50px {
        margin: 50px
    }
    .sm-m-55px {
        margin: 55px
    }
    .sm-m-60px {
        margin: 60px
    }
    .sm-m-65px {
        margin: 65px
    }
    .sm-m-70px {
        margin: 70px
    }
    .sm-m-75px {
        margin: 75px
    }
    .sm-m-80px {
        margin: 80px
    }
    .sm-m-85px {
        margin: 85px
    }
    .sm-m-90px {
        margin: 90px
    }
    .sm-m-95px {
        margin: 95px
    }
    .sm-m-100px {
        margin: 100px
    }
    .sm-m-0px-tb {
        margin-top: 0;
        margin-bottom: 0
    }
    .sm-m-5px-tb {
        margin-top: 5px;
        margin-bottom: 5px
    }
    .sm-m-10px-tb {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .sm-m-15px-tb {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .sm-m-20px-tb {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .sm-m-25px-tb {
        margin-top: 25px;
        margin-bottom: 25px
    }
    .sm-m-30px-tb {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .sm-m-35px-tb {
        margin-top: 35px;
        margin-bottom: 35px
    }
    .sm-m-40px-tb {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .sm-m-45px-tb {
        margin-top: 45px;
        margin-bottom: 45px
    }
    .sm-m-50px-tb {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .sm-m-55px-tb {
        margin-top: 55px;
        margin-bottom: 55px
    }
    .sm-m-60px-tb {
        margin-top: 60px;
        margin-bottom: 60px
    }
    .sm-m-65px-tb {
        margin-top: 65px;
        margin-bottom: 65px
    }
    .sm-m-70px-tb {
        margin-top: 70px;
        margin-bottom: 70px
    }
    .sm-m-75px-tb {
        margin-top: 75px;
        margin-bottom: 75px
    }
    .sm-m-80px-tb {
        margin-top: 80px;
        margin-bottom: 80px
    }
    .sm-m-85px-tb {
        margin-top: 85px;
        margin-bottom: 85px
    }
    .sm-m-90px-tb {
        margin-top: 90px;
        margin-bottom: 90px
    }
    .sm-m-95px-tb {
        margin-top: 95px;
        margin-bottom: 95px
    }
    .sm-m-100px-tb {
        margin-top: 100px;
        margin-bottom: 100px
    }
    .sm-m-0px-lr {
        margin-left: 0;
        margin-right: 0
    }
    .sm-m-5px-lr {
        margin-left: 5px;
        margin-right: 5px
    }
    .sm-m-10px-lr {
        margin-left: 10px;
        margin-right: 10px
    }
    .sm-m-15px-lr {
        margin-left: 15px;
        margin-right: 15px
    }
    .sm-m-20px-lr {
        margin-left: 20px;
        margin-right: 20px
    }
    .sm-m-25px-lr {
        margin-left: 25px;
        margin-right: 25px
    }
    .sm-m-30px-lr {
        margin-left: 30px;
        margin-right: 30px
    }
    .sm-m-35px-lr {
        margin-left: 35px;
        margin-right: 35px
    }
    .sm-m-40px-lr {
        margin-left: 40px;
        margin-right: 40px
    }
    .sm-m-45px-lr {
        margin-left: 45px;
        margin-right: 45px
    }
    .sm-m-50px-lr {
        margin-left: 50px;
        margin-right: 50px
    }
    .sm-m-55px-lr {
        margin-left: 55px;
        margin-right: 55px
    }
    .sm-m-60px-lr {
        margin-left: 60px;
        margin-right: 60px
    }
    .sm-m-65px-lr {
        margin-left: 65px;
        margin-right: 65px
    }
    .sm-m-70px-lr {
        margin-left: 70px;
        margin-right: 70px
    }
    .sm-m-75px-lr {
        margin-left: 75px;
        margin-right: 75px
    }
    .sm-m-80px-lr {
        margin-left: 80px;
        margin-right: 80px
    }
    .sm-m-85px-lr {
        margin-left: 85px;
        margin-right: 85px
    }
    .sm-m-90px-lr {
        margin-left: 90px;
        margin-right: 90px
    }
    .sm-m-95px-lr {
        margin-left: 95px;
        margin-right: 95px
    }
    .sm-m-100px-lr {
        margin-left: 100px;
        margin-right: 100px
    }
    .sm-m-0px-t {
        margin-top: 0
    }
    .sm-m-5px-t {
        margin-top: 5px
    }
    .sm-m-10px-t {
        margin-top: 10px
    }
    .sm-m-15px-t {
        margin-top: 15px
    }
    .sm-m-20px-t {
        margin-top: 20px
    }
    .sm-m-25px-t {
        margin-top: 25px
    }
    .sm-m-30px-t {
        margin-top: 30px
    }
    .sm-m-35px-t {
        margin-top: 35px
    }
    .sm-m-40px-t {
        margin-top: 40px
    }
    .sm-m-45px-t {
        margin-top: 45px
    }
    .sm-m-50px-t {
        margin-top: 50px
    }
    .sm-m-55px-t {
        margin-top: 55px
    }
    .sm-m-60px-t {
        margin-top: 60px
    }
    .sm-m-65px-t {
        margin-top: 65px
    }
    .sm-m-70px-t {
        margin-top: 70px
    }
    .sm-m-75px-t {
        margin-top: 75px
    }
    .sm-m-80px-t {
        margin-top: 80px
    }
    .sm-m-85px-t {
        margin-top: 85px
    }
    .sm-m-90px-t {
        margin-top: 90px
    }
    .sm-m-95px-t {
        margin-top: 95px
    }
    .sm-m-100px-t {
        margin-top: 100px
    }
    .sm-m-0px-b {
        margin-bottom: 0
    }
    .sm-m-5px-b {
        margin-bottom: 5px
    }
    .sm-m-10px-b {
        margin-bottom: 10px
    }
    .sm-m-15px-b {
        margin-bottom: 15px
    }
    .sm-m-20px-b {
        margin-bottom: 20px
    }
    .sm-m-25px-b {
        margin-bottom: 25px
    }
    .sm-m-30px-b {
        margin-bottom: 30px
    }
    .sm-m-35px-b {
        margin-bottom: 35px
    }
    .sm-m-40px-b {
        margin-bottom: 40px
    }
    .sm-m-45px-b {
        margin-bottom: 45px
    }
    .sm-m-50px-b {
        margin-bottom: 50px
    }
    .sm-m-55px-b {
        margin-bottom: 55px
    }
    .sm-m-60px-b {
        margin-bottom: 60px
    }
    .sm-m-65px-b {
        margin-bottom: 65px
    }
    .sm-m-70px-b {
        margin-bottom: 70px
    }
    .sm-m-75px-b {
        margin-bottom: 75px
    }
    .sm-m-80px-b {
        margin-bottom: 80px
    }
    .sm-m-85px-b {
        margin-bottom: 85px
    }
    .sm-m-90px-b {
        margin-bottom: 90px
    }
    .sm-m-95px-b {
        margin-bottom: 95px
    }
    .sm-m-100px-b {
        margin-bottom: 100px
    }
    .sm-m-0px-l {
        margin-left: 0
    }
    .sm-m-5px-l {
        margin-left: 5px
    }
    .sm-m-10px-l {
        margin-left: 10px
    }
    .sm-m-15px-l {
        margin-left: 15px
    }
    .sm-m-20px-l {
        margin-left: 20px
    }
    .sm-m-25px-l {
        margin-left: 25px
    }
    .sm-m-30px-l {
        margin-left: 30px
    }
    .sm-m-35px-l {
        margin-left: 35px
    }
    .sm-m-40px-l {
        margin-left: 40px
    }
    .sm-m-45px-l {
        margin-left: 45px
    }
    .sm-m-50px-l {
        margin-left: 50px
    }
    .sm-m-55px-l {
        margin-left: 55px
    }
    .sm-m-60px-l {
        margin-left: 60px
    }
    .sm-m-65px-l {
        margin-left: 65px
    }
    .sm-m-70px-l {
        margin-left: 70px
    }
    .sm-m-75px-l {
        margin-left: 75px
    }
    .sm-m-80px-l {
        margin-left: 80px
    }
    .sm-m-85px-l {
        margin-left: 85px
    }
    .sm-m-90px-l {
        margin-left: 90px
    }
    .sm-m-95px-l {
        margin-left: 95px
    }
    .sm-m-100px-l {
        margin-left: 100px
    }
    .sm-m-0px-r {
        margin-right: 0
    }
    .sm-m-5px-r {
        margin-right: 5px
    }
    .sm-m-10px-r {
        margin-right: 10px
    }
    .sm-m-15px-r {
        margin-right: 15px
    }
    .sm-m-20px-r {
        margin-right: 20px
    }
    .sm-m-25px-r {
        margin-right: 25px
    }
    .sm-m-30px-r {
        margin-right: 30px
    }
    .sm-m-35px-r {
        margin-right: 35px
    }
    .sm-m-40px-r {
        margin-right: 40px
    }
    .sm-m-45px-r {
        margin-right: 45px
    }
    .sm-m-50px-r {
        margin-right: 50px
    }
    .sm-m-55px-r {
        margin-right: 55px
    }
    .sm-m-60px-r {
        margin-right: 60px
    }
    .sm-m-65px-r {
        margin-right: 65px
    }
    .sm-m-70px-r {
        margin-right: 70px
    }
    .sm-m-75px-r {
        margin-right: 75px
    }
    .sm-m-80px-r {
        margin-right: 80px
    }
    .sm-m-85px-r {
        margin-right: 85px
    }
    .sm-m-90px-r {
        margin-right: 90px
    }
    .sm-m-95px-r {
        margin-right: 95px
    }
    .sm-m-100px-r {
        margin-right: 100px
    }
}

.p-0px {
    padding: 0
}

.p-5px {
    padding: 5px
}

.p-10px {
    padding: 10px
}

.p-15px {
    padding: 15px
}

.p-20px {
    padding: 20px
}

.p-25px {
    padding: 25px
}

.p-30px {
    padding: 30px
}

.p-35px {
    padding: 35px
}

.p-40px {
    padding: 40px
}

.p-45px {
    padding: 45px
}

.p-50px {
    padding: 50px
}

.p-55px {
    padding: 55px
}

.p-60px {
    padding: 60px
}

.p-65px {
    padding: 65px
}

.p-70px {
    padding: 70px
}

.p-75px {
    padding: 75px
}

.p-80px {
    padding: 80px
}

.p-85px {
    padding: 85px
}

.p-90px {
    padding: 90px
}

.p-95px {
    padding: 95px
}

.p-100px {
    padding: 100px
}

.p-0px-lr {
    padding-left: 0;
    padding-right: 0
}

.p-5px-lr {
    padding-left: 5px;
    padding-right: 5px
}

.p-10px-lr {
    padding-left: 10px;
    padding-right: 10px
}

.p-15px-lr {
    padding-left: 15px;
    padding-right: 15px
}

.p-20px-lr {
    padding-left: 20px;
    padding-right: 20px
}

.p-25px-lr {
    padding-left: 25px;
    padding-right: 25px
}

.p-30px-lr {
    padding-left: 30px;
    padding-right: 30px
}

.p-35px-lr {
    padding-left: 35px;
    padding-right: 35px
}

.p-40px-lr {
    padding-left: 40px;
    padding-right: 40px
}

.p-45px-lr {
    padding-left: 45px;
    padding-right: 45px
}

.p-50px-lr {
    padding-left: 50px;
    padding-right: 50px
}

.p-55px-lr {
    padding-left: 55px;
    padding-right: 55px
}

.p-60px-lr {
    padding-left: 60px;
    padding-right: 60px
}

.p-65px-lr {
    padding-left: 65px;
    padding-right: 65px
}

.p-70px-lr {
    padding-left: 70px;
    padding-right: 70px
}

.p-75px-lr {
    padding-left: 75px;
    padding-right: 75px
}

.p-80px-lr {
    padding-left: 80px;
    padding-right: 80px
}

.p-85px-lr {
    padding-left: 85px;
    padding-right: 85px
}

.p-90px-lr {
    padding-left: 90px;
    padding-right: 90px
}

.p-95px-lr {
    padding-left: 95px;
    padding-right: 95px
}

.p-100px-lr {
    padding-left: 100px;
    padding-right: 100px
}

.p-0px-tb {
    padding-top: 0;
    padding-bottom: 0
}

.p-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px
}

.p-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px
}

.p-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px
}

.p-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px
}

.p-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px
}

.p-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px
}

.p-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px
}

.p-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px
}

.p-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px
}

.p-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px
}

.p-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px
}

.p-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px
}

.p-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px
}

.p-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px
}

.p-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px
}

.p-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px
}

.p-0px-t {
    padding-top: 0
}

.p-5px-t {
    padding-top: 5px
}

.p-10px-t {
    padding-top: 10px
}

.p-15px-t {
    padding-top: 15px
}

.p-20px-t {
    padding-top: 20px
}

.p-25px-t {
    padding-top: 25px
}

.p-30px-t {
    padding-top: 30px
}

.p-35px-t {
    padding-top: 35px
}

.p-40px-t {
    padding-top: 40px
}

.p-45px-t {
    padding-top: 45px
}

.p-50px-t {
    padding-top: 50px
}

.p-55px-t {
    padding-top: 55px
}

.p-60px-t {
    padding-top: 60px
}

.p-65px-t {
    padding-top: 65px
}

.p-70px-t {
    padding-top: 70px
}

.p-75px-t {
    padding-top: 75px
}

.p-80px-t {
    padding-top: 80px
}

.p-85px-t {
    padding-top: 85px
}

.p-90px-t {
    padding-top: 90px
}

.p-95px-t {
    padding-top: 95px
}

.p-100px-t {
    padding-top: 100px
}

.p-0px-b {
    padding-bottom: 0
}

.p-5px-b {
    padding-bottom: 5px
}

.p-10px-b {
    padding-bottom: 10px
}

.p-15px-b {
    padding-bottom: 15px
}

.p-20px-b {
    padding-bottom: 20px
}

.p-25px-b {
    padding-bottom: 25px
}

.p-30px-b {
    padding-bottom: 30px
}

.p-35px-b {
    padding-bottom: 35px
}

.p-40px-b {
    padding-bottom: 40px
}

.p-45px-b {
    padding-bottom: 45px
}

.p-50px-b {
    padding-bottom: 50px
}

.p-55px-b {
    padding-bottom: 55px
}

.p-60px-b {
    padding-bottom: 60px
}

.p-65px-b {
    padding-bottom: 65px
}

.p-70px-b {
    padding-bottom: 70px
}

.p-75px-b {
    padding-bottom: 75px
}

.p-80px-b {
    padding-bottom: 80px
}

.p-85px-b {
    padding-bottom: 85px
}

.p-90px-b {
    padding-bottom: 90px
}

.p-95px-b {
    padding-bottom: 95px
}

.p-100px-b {
    padding-bottom: 100px
}

.p-0px-l {
    padding-left: 0
}

.p-5px-l {
    padding-left: 5px
}

.p-10px-l {
    padding-left: 10px
}

.p-15px-l {
    padding-left: 15px
}

.p-20px-l {
    padding-left: 20px
}

.p-25px-l {
    padding-left: 25px
}

.p-30px-l {
    padding-left: 30px
}

.p-35px-l {
    padding-left: 35px
}

.p-40px-l {
    padding-left: 40px
}

.p-45px-l {
    padding-left: 45px
}

.p-50px-l {
    padding-left: 50px
}

.p-55px-l {
    padding-left: 55px
}

.p-60px-l {
    padding-left: 60px
}

.p-65px-l {
    padding-left: 65px
}

.p-70px-l {
    padding-left: 70px
}

.p-75px-l {
    padding-left: 75px
}

.p-80px-l {
    padding-left: 80px
}

.p-85px-l {
    padding-left: 85px
}

.p-90px-l {
    padding-left: 90px
}

.p-95px-l {
    padding-left: 95px
}

.p-100px-l {
    padding-left: 100px
}

.p-0px-r {
    padding-right: 0
}

.p-5px-r {
    padding-right: 5px
}

.p-10px-r {
    padding-right: 10px
}

.p-15px-r {
    padding-right: 15px
}

.p-20px-r {
    padding-right: 20px
}

.p-25px-r {
    padding-right: 25px
}

.p-30px-r {
    padding-right: 30px
}

.p-35px-r {
    padding-right: 35px
}

.p-40px-r {
    padding-right: 40px
}

.p-45px-r {
    padding-right: 45px
}

.p-50px-r {
    padding-right: 50px
}

.p-55px-r {
    padding-right: 55px
}

.p-60px-r {
    padding-right: 60px
}

.p-65px-r {
    padding-right: 65px
}

.p-70px-r {
    padding-right: 70px
}

.p-75px-r {
    padding-right: 75px
}

.p-80px-r {
    padding-right: 80px
}

.p-85px-r {
    padding-right: 85px
}

.p-90px-r {
    padding-right: 90px
}

.p-95px-r {
    padding-right: 95px
}

.p-100px-r {
    padding-right: 100px
}

@media (max-width:1200px) {
    .lg-p-0px {
        padding: 0
    }
    .lg-p-5px {
        padding: 5px
    }
    .lg-p-10px {
        padding: 10px
    }
    .lg-p-15px {
        padding: 15px
    }
    .lg-p-20px {
        padding: 20px
    }
    .lg-p-25px {
        padding: 25px
    }
    .lg-p-30px {
        padding: 30px
    }
    .lg-p-35px {
        padding: 35px
    }
    .lg-p-40px {
        padding: 40px
    }
    .lg-p-45px {
        padding: 45px
    }
    .lg-p-50px {
        padding: 50px
    }
    .lg-p-55px {
        padding: 55px
    }
    .lg-p-60px {
        padding: 60px
    }
    .lg-p-65px {
        padding: 65px
    }
    .lg-p-70px {
        padding: 70px
    }
    .lg-p-75px {
        padding: 75px
    }
    .lg-p-80px {
        padding: 80px
    }
    .lg-p-85px {
        padding: 85px
    }
    .lg-p-90px {
        padding: 90px
    }
    .lg-p-95px {
        padding: 95px
    }
    .lg-p-100px {
        padding: 100px
    }
    .lg-p-0px-lr {
        padding-left: 0;
        padding-right: 0
    }
    .lg-p-5px-lr {
        padding-left: 5px;
        padding-right: 5px
    }
    .lg-p-10px-lr {
        padding-left: 10px;
        padding-right: 10px
    }
    .lg-p-15px-lr {
        padding-left: 15px;
        padding-right: 15px
    }
    .lg-p-20px-lr {
        padding-left: 20px;
        padding-right: 20px
    }
    .lg-p-25px-lr {
        padding-left: 25px;
        padding-right: 25px
    }
    .lg-p-30px-lr {
        padding-left: 30px;
        padding-right: 30px
    }
    .lg-p-35px-lr {
        padding-left: 35px;
        padding-right: 35px
    }
    .lg-p-40px-lr {
        padding-left: 40px;
        padding-right: 40px
    }
    .lg-p-45px-lr {
        padding-left: 45px;
        padding-right: 45px
    }
    .lg-p-50px-lr {
        padding-left: 50px;
        padding-right: 50px
    }
    .lg-p-55px-lr {
        padding-left: 55px;
        padding-right: 55px
    }
    .lg-p-60px-lr {
        padding-left: 60px;
        padding-right: 60px
    }
    .lg-p-65px-lr {
        padding-left: 65px;
        padding-right: 65px
    }
    .lg-p-70px-lr {
        padding-left: 70px;
        padding-right: 70px
    }
    .lg-p-75px-lr {
        padding-left: 75px;
        padding-right: 75px
    }
    .lg-p-80px-lr {
        padding-left: 80px;
        padding-right: 80px
    }
    .lg-p-85px-lr {
        padding-left: 85px;
        padding-right: 85px
    }
    .lg-p-90px-lr {
        padding-left: 90px;
        padding-right: 90px
    }
    .lg-p-95px-lr {
        padding-left: 95px;
        padding-right: 95px
    }
    .lg-p-100px-lr {
        padding-left: 100px;
        padding-right: 100px
    }
    .lg-p-0px-tb {
        padding-top: 0;
        padding-bottom: 0
    }
    .lg-p-5px-tb {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .lg-p-10px-tb {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .lg-p-15px-tb {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .lg-p-20px-tb {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .lg-p-25px-tb {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .lg-p-30px-tb {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .lg-p-35px-tb {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .lg-p-40px-tb {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .lg-p-45px-tb {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .lg-p-50px-tb {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .lg-p-55px-tb {
        padding-top: 55px;
        padding-bottom: 55px
    }
    .lg-p-60px-tb {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .lg-p-65px-tb {
        padding-top: 65px;
        padding-bottom: 65px
    }
    .lg-p-70px-tb {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .lg-p-75px-tb {
        padding-top: 75px;
        padding-bottom: 75px
    }
    .lg-p-80px-tb {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .lg-p-85px-tb {
        padding-top: 85px;
        padding-bottom: 85px
    }
    .lg-p-90px-tb {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .lg-p-95px-tb {
        padding-top: 95px;
        padding-bottom: 95px
    }
    .lg-p-100px-tb {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .lg-p-5px-0 {
        padding-top: 0
    }
    .lg-p-5px-t {
        padding-top: 5px
    }
    .lg-p-10px-t {
        padding-top: 10px
    }
    .lg-p-15px-t {
        padding-top: 15px
    }
    .lg-p-20px-t {
        padding-top: 20px
    }
    .lg-p-25px-t {
        padding-top: 25px
    }
    .lg-p-30px-t {
        padding-top: 30px
    }
    .lg-p-35px-t {
        padding-top: 35px
    }
    .lg-p-40px-t {
        padding-top: 40px
    }
    .lg-p-45px-t {
        padding-top: 45px
    }
    .lg-p-50px-t {
        padding-top: 50px
    }
    .lg-p-55px-t {
        padding-top: 55px
    }
    .lg-p-60px-t {
        padding-top: 60px
    }
    .lg-p-65px-t {
        padding-top: 65px
    }
    .lg-p-70px-t {
        padding-top: 70px
    }
    .lg-p-75px-t {
        padding-top: 75px
    }
    .lg-p-80px-t {
        padding-top: 80px
    }
    .lg-p-85px-t {
        padding-top: 85px
    }
    .lg-p-90px-t {
        padding-top: 90px
    }
    .lg-p-95px-t {
        padding-top: 95px
    }
    .lg-p-100px-t {
        padding-top: 100px
    }
    .lg-p-0px-b {
        padding-bottom: 0
    }
    .lg-p-5px-b {
        padding-bottom: 5px
    }
    .lg-p-10px-b {
        padding-bottom: 10px
    }
    .lg-p-15px-b {
        padding-bottom: 15px
    }
    .lg-p-20px-b {
        padding-bottom: 20px
    }
    .lg-p-25px-b {
        padding-bottom: 25px
    }
    .lg-p-30px-b {
        padding-bottom: 30px
    }
    .lg-p-35px-b {
        padding-bottom: 35px
    }
    .lg-p-40px-b {
        padding-bottom: 40px
    }
    .lg-p-45px-b {
        padding-bottom: 45px
    }
    .lg-p-50px-b {
        padding-bottom: 50px
    }
    .lg-p-55px-b {
        padding-bottom: 55px
    }
    .lg-p-60px-b {
        padding-bottom: 60px
    }
    .lg-p-65px-b {
        padding-bottom: 65px
    }
    .lg-p-70px-b {
        padding-bottom: 70px
    }
    .lg-p-75px-b {
        padding-bottom: 75px
    }
    .lg-p-80px-b {
        padding-bottom: 80px
    }
    .lg-p-85px-b {
        padding-bottom: 85px
    }
    .lg-p-90px-b {
        padding-bottom: 90px
    }
    .lg-p-95px-b {
        padding-bottom: 95px
    }
    .lg-p-100px-b {
        padding-bottom: 100px
    }
    .lg-p-0px-l {
        padding-left: 0
    }
    .lg-p-5px-l {
        padding-left: 5px
    }
    .lg-p-10px-l {
        padding-left: 10px
    }
    .lg-p-15px-l {
        padding-left: 15px
    }
    .lg-p-20px-l {
        padding-left: 20px
    }
    .lg-p-25px-l {
        padding-left: 25px
    }
    .lg-p-30px-l {
        padding-left: 30px
    }
    .lg-p-35px-l {
        padding-left: 35px
    }
    .lg-p-40px-l {
        padding-left: 40px
    }
    .lg-p-45px-l {
        padding-left: 45px
    }
    .lg-p-50px-l {
        padding-left: 50px
    }
    .lg-p-55px-l {
        padding-left: 55px
    }
    .lg-p-60px-l {
        padding-left: 60px
    }
    .lg-p-65px-l {
        padding-left: 65px
    }
    .lg-p-70px-l {
        padding-left: 70px
    }
    .lg-p-75px-l {
        padding-left: 75px
    }
    .lg-p-80px-l {
        padding-left: 80px
    }
    .lg-p-85px-l {
        padding-left: 85px
    }
    .lg-p-90px-l {
        padding-left: 90px
    }
    .lg-p-95px-l {
        padding-left: 95px
    }
    .lg-p-100px-l {
        padding-left: 100px
    }
    .lg-p-0px-r {
        padding-left: 0
    }
    .lg-p-5px-r {
        padding-left: 5px
    }
    .lg-p-10px-r {
        padding-left: 10px
    }
    .lg-p-15px-r {
        padding-left: 15px
    }
    .lg-p-20px-r {
        padding-left: 20px
    }
    .lg-p-25px-r {
        padding-left: 25px
    }
    .lg-p-30px-r {
        padding-left: 30px
    }
    .lg-p-35px-r {
        padding-left: 35px
    }
    .lg-p-40px-r {
        padding-left: 40px
    }
    .lg-p-45px-r {
        padding-left: 45px
    }
    .lg-p-50px-r {
        padding-left: 50px
    }
    .lg-p-55px-r {
        padding-left: 55px
    }
    .lg-p-60px-r {
        padding-left: 60px
    }
    .lg-p-65px-r {
        padding-left: 65px
    }
    .lg-p-70px-r {
        padding-left: 70px
    }
    .lg-p-75px-r {
        padding-left: 75px
    }
    .lg-p-80px-r {
        padding-left: 80px
    }
    .lg-p-85px-r {
        padding-left: 85px
    }
    .lg-p-90px-r {
        padding-left: 90px
    }
    .lg-p-95px-r {
        padding-left: 95px
    }
    .lg-p-100px-r {
        padding-left: 100px
    }
}

@media (max-width:991px) {
    .md-p-0px {
        padding: 0
    }
    .md-p-5px {
        padding: 5px
    }
    .md-p-10px {
        padding: 10px
    }
    .md-p-15px {
        padding: 15px
    }
    .md-p-20px {
        padding: 20px
    }
    .md-p-25px {
        padding: 25px
    }
    .md-p-30px {
        padding: 30px
    }
    .md-p-35px {
        padding: 35px
    }
    .md-p-40px {
        padding: 40px
    }
    .md-p-45px {
        padding: 45px
    }
    .md-p-50px {
        padding: 50px
    }
    .md-p-55px {
        padding: 55px
    }
    .md-p-60px {
        padding: 60px
    }
    .md-p-65px {
        padding: 65px
    }
    .md-p-70px {
        padding: 70px
    }
    .md-p-75px {
        padding: 75px
    }
    .md-p-80px {
        padding: 80px
    }
    .md-p-85px {
        padding: 85px
    }
    .md-p-90px {
        padding: 90px
    }
    .md-p-95px {
        padding: 95px
    }
    .md-p-100px {
        padding: 100px
    }
    .md-p-0px-lr {
        padding-left: 0;
        padding-right: 0
    }
    .md-p-5px-lr {
        padding-left: 5px;
        padding-right: 5px
    }
    .md-p-10px-lr {
        padding-left: 10px;
        padding-right: 10px
    }
    .md-p-15px-lr {
        padding-left: 15px;
        padding-right: 15px
    }
    .md-p-20px-lr {
        padding-left: 20px;
        padding-right: 20px
    }
    .md-p-25px-lr {
        padding-left: 25px;
        padding-right: 25px
    }
    .md-p-30px-lr {
        padding-left: 30px;
        padding-right: 30px
    }
    .md-p-35px-lr {
        padding-left: 35px;
        padding-right: 35px
    }
    .md-p-40px-lr {
        padding-left: 40px;
        padding-right: 40px
    }
    .md-p-45px-lr {
        padding-left: 45px;
        padding-right: 45px
    }
    .md-p-50px-lr {
        padding-left: 50px;
        padding-right: 50px
    }
    .md-p-55px-lr {
        padding-left: 55px;
        padding-right: 55px
    }
    .md-p-60px-lr {
        padding-left: 60px;
        padding-right: 60px
    }
    .md-p-65px-lr {
        padding-left: 65px;
        padding-right: 65px
    }
    .md-p-70px-lr {
        padding-left: 70px;
        padding-right: 70px
    }
    .md-p-75px-lr {
        padding-left: 75px;
        padding-right: 75px
    }
    .md-p-80px-lr {
        padding-left: 80px;
        padding-right: 80px
    }
    .md-p-85px-lr {
        padding-left: 85px;
        padding-right: 85px
    }
    .md-p-90px-lr {
        padding-left: 90px;
        padding-right: 90px
    }
    .md-p-95px-lr {
        padding-left: 95px;
        padding-right: 95px
    }
    .md-p-100px-lr {
        padding-left: 100px;
        padding-right: 100px
    }
    .md-p-0px-tb {
        padding-top: 0;
        padding-bottom: 0
    }
    .md-p-5px-tb {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .md-p-10px-tb {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .md-p-15px-tb {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .md-p-20px-tb {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .md-p-25px-tb {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .md-p-30px-tb {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .md-p-35px-tb {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .md-p-40px-tb {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .md-p-45px-tb {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .md-p-50px-tb {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .md-p-55px-tb {
        padding-top: 55px;
        padding-bottom: 55px
    }
    .md-p-60px-tb {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .md-p-65px-tb {
        padding-top: 65px;
        padding-bottom: 65px
    }
    .md-p-70px-tb {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .md-p-75px-tb {
        padding-top: 75px;
        padding-bottom: 75px
    }
    .md-p-80px-tb {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .md-p-85px-tb {
        padding-top: 85px;
        padding-bottom: 85px
    }
    .md-p-90px-tb {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .md-p-95px-tb {
        padding-top: 95px;
        padding-bottom: 95px
    }
    .md-p-100px-tb {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .md-p-0px-t {
        padding-top: 0
    }
    .md-p-5px-t {
        padding-top: 5px
    }
    .md-p-10px-t {
        padding-top: 10px
    }
    .md-p-15px-t {
        padding-top: 15px
    }
    .md-p-20px-t {
        padding-top: 20px
    }
    .md-p-25px-t {
        padding-top: 25px
    }
    .md-p-30px-t {
        padding-top: 30px
    }
    .md-p-35px-t {
        padding-top: 35px
    }
    .md-p-40px-t {
        padding-top: 40px
    }
    .md-p-45px-t {
        padding-top: 45px
    }
    .md-p-50px-t {
        padding-top: 50px
    }
    .md-p-55px-t {
        padding-top: 55px
    }
    .md-p-60px-t {
        padding-top: 60px
    }
    .md-p-65px-t {
        padding-top: 65px
    }
    .md-p-70px-t {
        padding-top: 70px
    }
    .md-p-75px-t {
        padding-top: 75px
    }
    .md-p-80px-t {
        padding-top: 80px
    }
    .md-p-85px-t {
        padding-top: 85px
    }
    .md-p-90px-t {
        padding-top: 90px
    }
    .md-p-95px-t {
        padding-top: 95px
    }
    .md-p-100px-t {
        padding-top: 100px
    }
    .md-p-0px-b {
        padding-bottom: 0
    }
    .md-p-5px-b {
        padding-bottom: 5px
    }
    .md-p-10px-b {
        padding-bottom: 10px
    }
    .md-p-15px-b {
        padding-bottom: 15px
    }
    .md-p-20px-b {
        padding-bottom: 20px
    }
    .md-p-25px-b {
        padding-bottom: 25px
    }
    .md-p-30px-b {
        padding-bottom: 30px
    }
    .md-p-35px-b {
        padding-bottom: 35px
    }
    .md-p-40px-b {
        padding-bottom: 40px
    }
    .md-p-45px-b {
        padding-bottom: 45px
    }
    .md-p-50px-b {
        padding-bottom: 50px
    }
    .md-p-55px-b {
        padding-bottom: 55px
    }
    .md-p-60px-b {
        padding-bottom: 60px
    }
    .md-p-65px-b {
        padding-bottom: 65px
    }
    .md-p-70px-b {
        padding-bottom: 70px
    }
    .md-p-75px-b {
        padding-bottom: 75px
    }
    .md-p-80px-b {
        padding-bottom: 80px
    }
    .md-p-85px-b {
        padding-bottom: 85px
    }
    .md-p-90px-b {
        padding-bottom: 90px
    }
    .md-p-95px-b {
        padding-bottom: 95px
    }
    .md-p-100px-b {
        padding-bottom: 100px
    }
    .md-p-0px-l {
        padding-left: 0
    }
    .md-p-5px-l {
        padding-left: 5px
    }
    .md-p-10px-l {
        padding-left: 10px
    }
    .md-p-15px-l {
        padding-left: 15px
    }
    .md-p-20px-l {
        padding-left: 20px
    }
    .md-p-25px-l {
        padding-left: 25px
    }
    .md-p-30px-l {
        padding-left: 30px
    }
    .md-p-35px-l {
        padding-left: 35px
    }
    .md-p-40px-l {
        padding-left: 40px
    }
    .md-p-45px-l {
        padding-left: 45px
    }
    .md-p-50px-l {
        padding-left: 50px
    }
    .md-p-55px-l {
        padding-left: 55px
    }
    .md-p-60px-l {
        padding-left: 60px
    }
    .md-p-65px-l {
        padding-left: 65px
    }
    .md-p-70px-l {
        padding-left: 70px
    }
    .md-p-75px-l {
        padding-left: 75px
    }
    .md-p-80px-l {
        padding-left: 80px
    }
    .md-p-85px-l {
        padding-left: 85px
    }
    .md-p-90px-l {
        padding-left: 90px
    }
    .md-p-95px-l {
        padding-left: 95px
    }
    .md-p-100px-l {
        padding-left: 100px
    }
    .md-p-0px-r {
        padding-right: 0
    }
    .md-p-5px-r {
        padding-right: 5px
    }
    .md-p-10px-r {
        padding-right: 10px
    }
    .md-p-15px-r {
        padding-right: 15px
    }
    .md-p-20px-r {
        padding-right: 20px
    }
    .md-p-25px-r {
        padding-right: 25px
    }
    .md-p-30px-r {
        padding-right: 30px
    }
    .md-p-35px-r {
        padding-right: 35px
    }
    .md-p-40px-r {
        padding-right: 40px
    }
    .md-p-45px-r {
        padding-right: 45px
    }
    .md-p-50px-r {
        padding-right: 50px
    }
    .md-p-55px-r {
        padding-right: 55px
    }
    .md-p-60px-r {
        padding-right: 60px
    }
    .md-p-65px-r {
        padding-right: 65px
    }
    .md-p-70px-r {
        padding-right: 70px
    }
    .md-p-75px-r {
        padding-right: 75px
    }
    .md-p-80px-r {
        padding-right: 80px
    }
    .md-p-85px-r {
        padding-right: 85px
    }
    .md-p-90px-r {
        padding-right: 90px
    }
    .md-p-95px-r {
        padding-right: 95px
    }
    .md-p-100px-r {
        padding-right: 100px
    }
}

@media (max-width:767px) {
    .sm-p-0px {
        padding: 0
    }
    .sm-p-5px {
        padding: 5px
    }
    .sm-p-10px {
        padding: 10px
    }
    .sm-p-15px {
        padding: 15px
    }
    .sm-p-20px {
        padding: 20px
    }
    .sm-p-25px {
        padding: 25px
    }
    .sm-p-30px {
        padding: 30px
    }
    .sm-p-35px {
        padding: 35px
    }
    .sm-p-40px {
        padding: 40px
    }
    .sm-p-45px {
        padding: 45px
    }
    .sm-p-50px {
        padding: 50px
    }
    .sm-p-55px {
        padding: 55px
    }
    .sm-p-60px {
        padding: 60px
    }
    .sm-p-65px {
        padding: 65px
    }
    .sm-p-70px {
        padding: 70px
    }
    .sm-p-75px {
        padding: 75px
    }
    .sm-p-80px {
        padding: 80px
    }
    .sm-p-85px {
        padding: 85px
    }
    .sm-p-90px {
        padding: 90px
    }
    .sm-p-95px {
        padding: 95px
    }
    .sm-p-100px {
        padding: 100px
    }
    .sm-p-0px-lr {
        padding-left: 0;
        padding-right: 0
    }
    .sm-p-5px-lr {
        padding-left: 5px;
        padding-right: 5px
    }
    .sm-p-10px-lr {
        padding-left: 10px;
        padding-right: 10px
    }
    .sm-p-15px-lr {
        padding-left: 15px;
        padding-right: 15px
    }
    .sm-p-20px-lr {
        padding-left: 20px;
        padding-right: 20px
    }
    .sm-p-25px-lr {
        padding-left: 25px;
        padding-right: 25px
    }
    .sm-p-30px-lr {
        padding-left: 30px;
        padding-right: 30px
    }
    .sm-p-35px-lr {
        padding-left: 35px;
        padding-right: 35px
    }
    .sm-p-40px-lr {
        padding-left: 40px;
        padding-right: 40px
    }
    .sm-p-45px-lr {
        padding-left: 45px;
        padding-right: 45px
    }
    .sm-p-50px-lr {
        padding-left: 50px;
        padding-right: 50px
    }
    .sm-p-55px-lr {
        padding-left: 55px;
        padding-right: 55px
    }
    .sm-p-60px-lr {
        padding-left: 60px;
        padding-right: 60px
    }
    .sm-p-65px-lr {
        padding-left: 65px;
        padding-right: 65px
    }
    .sm-p-70px-lr {
        padding-left: 70px;
        padding-right: 70px
    }
    .sm-p-75px-lr {
        padding-left: 75px;
        padding-right: 75px
    }
    .sm-p-80px-lr {
        padding-left: 80px;
        padding-right: 80px
    }
    .sm-p-85px-lr {
        padding-left: 85px;
        padding-right: 85px
    }
    .sm-p-90px-lr {
        padding-left: 90px;
        padding-right: 90px
    }
    .sm-p-95px-lr {
        padding-left: 95px;
        padding-right: 95px
    }
    .sm-p-100px-lr {
        padding-left: 100px;
        padding-right: 100px
    }
    .sm-p-0px-tb {
        padding-top: 0;
        padding-bottom: 0
    }
    .sm-p-5px-tb {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .sm-p-10px-tb {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .sm-p-15px-tb {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .sm-p-20px-tb {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .sm-p-25px-tb {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .sm-p-30px-tb {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .sm-p-35px-tb {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .sm-p-40px-tb {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .sm-p-45px-tb {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .sm-p-50px-tb {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .sm-p-55px-tb {
        padding-top: 55px;
        padding-bottom: 55px
    }
    .sm-p-60px-tb {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .sm-p-65px-tb {
        padding-top: 65px;
        padding-bottom: 65px
    }
    .sm-p-70px-tb {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .sm-p-75px-tb {
        padding-top: 75px;
        padding-bottom: 75px
    }
    .sm-p-80px-tb {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .sm-p-85px-tb {
        padding-top: 85px;
        padding-bottom: 85px
    }
    .sm-p-90px-tb {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .sm-p-95px-tb {
        padding-top: 95px;
        padding-bottom: 95px
    }
    .sm-p-100px-tb {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .sm-p-0px-t {
        padding-top: 0
    }
    .sm-p-5px-t {
        padding-top: 5px
    }
    .sm-p-10px-t {
        padding-top: 10px
    }
    .sm-p-15px-t {
        padding-top: 15px
    }
    .sm-p-20px-t {
        padding-top: 20px
    }
    .sm-p-25px-t {
        padding-top: 25px
    }
    .sm-p-30px-t {
        padding-top: 30px
    }
    .sm-p-35px-t {
        padding-top: 35px
    }
    .sm-p-40px-t {
        padding-top: 40px
    }
    .sm-p-45px-t {
        padding-top: 45px
    }
    .sm-p-50px-t {
        padding-top: 50px
    }
    .sm-p-55px-t {
        padding-top: 55px
    }
    .sm-p-60px-t {
        padding-top: 60px
    }
    .sm-p-65px-t {
        padding-top: 65px
    }
    .sm-p-70px-t {
        padding-top: 70px
    }
    .sm-p-75px-t {
        padding-top: 75px
    }
    .sm-p-80px-t {
        padding-top: 80px
    }
    .sm-p-85px-t {
        padding-top: 85px
    }
    .sm-p-90px-t {
        padding-top: 90px
    }
    .sm-p-95px-t {
        padding-top: 95px
    }
    .sm-p-100px-t {
        padding-top: 100px
    }
    .sm-p-0px-b {
        padding-bottom: 0
    }
    .sm-p-5px-b {
        padding-bottom: 5px
    }
    .sm-p-10px-b {
        padding-bottom: 10px
    }
    .sm-p-15px-b {
        padding-bottom: 15px
    }
    .sm-p-20px-b {
        padding-bottom: 20px
    }
    .sm-p-25px-b {
        padding-bottom: 25px
    }
    .sm-p-30px-b {
        padding-bottom: 30px
    }
    .sm-p-35px-b {
        padding-bottom: 35px
    }
    .sm-p-40px-b {
        padding-bottom: 40px
    }
    .sm-p-45px-b {
        padding-bottom: 45px
    }
    .sm-p-50px-b {
        padding-bottom: 50px
    }
    .sm-p-55px-b {
        padding-bottom: 55px
    }
    .sm-p-60px-b {
        padding-bottom: 60px
    }
    .sm-p-65px-b {
        padding-bottom: 65px
    }
    .sm-p-70px-b {
        padding-bottom: 70px
    }
    .sm-p-75px-b {
        padding-bottom: 75px
    }
    .sm-p-80px-b {
        padding-bottom: 80px
    }
    .sm-p-85px-b {
        padding-bottom: 85px
    }
    .sm-p-90px-b {
        padding-bottom: 90px
    }
    .sm-p-95px-b {
        padding-bottom: 95px
    }
    .sm-p-100px-b {
        padding-bottom: 100px
    }
    .sm-p-0px-l {
        padding-left: 0
    }
    .sm-p-5px-l {
        padding-left: 5px
    }
    .sm-p-10px-l {
        padding-left: 10px
    }
    .sm-p-15px-l {
        padding-left: 15px
    }
    .sm-p-20px-l {
        padding-left: 20px
    }
    .sm-p-25px-l {
        padding-left: 25px
    }
    .sm-p-30px-l {
        padding-left: 30px
    }
    .sm-p-35px-l {
        padding-left: 35px
    }
    .sm-p-40px-l {
        padding-left: 40px
    }
    .sm-p-45px-l {
        padding-left: 45px
    }
    .sm-p-50px-l {
        padding-left: 50px
    }
    .sm-p-55px-l {
        padding-left: 55px
    }
    .sm-p-60px-l {
        padding-left: 60px
    }
    .sm-p-65px-l {
        padding-left: 65px
    }
    .sm-p-70px-l {
        padding-left: 70px
    }
    .sm-p-75px-l {
        padding-left: 75px
    }
    .sm-p-80px-l {
        padding-left: 80px
    }
    .sm-p-85px-l {
        padding-left: 85px
    }
    .sm-p-90px-l {
        padding-left: 90px
    }
    .sm-p-95px-l {
        padding-left: 95px
    }
    .sm-p-100px-l {
        padding-left: 100px
    }
    .sm-p-0px-r {
        padding-right: 0
    }
    .sm-p-5px-r {
        padding-right: 5px
    }
    .sm-p-10px-r {
        padding-right: 10px
    }
    .sm-p-15px-r {
        padding-right: 15px
    }
    .sm-p-20px-r {
        padding-right: 20px
    }
    .sm-p-25px-r {
        padding-right: 25px
    }
    .sm-p-30px-r {
        padding-right: 30px
    }
    .sm-p-35px-r {
        padding-right: 35px
    }
    .sm-p-40px-r {
        padding-right: 40px
    }
    .sm-p-45px-r {
        padding-right: 45px
    }
    .sm-p-50px-r {
        padding-right: 50px
    }
    .sm-p-55px-r {
        padding-right: 55px
    }
    .sm-p-60px-r {
        padding-right: 60px
    }
    .sm-p-65px-r {
        padding-right: 65px
    }
    .sm-p-70px-r {
        padding-right: 70px
    }
    .sm-p-75px-r {
        padding-right: 75px
    }
    .sm-p-80px-r {
        padding-right: 80px
    }
    .sm-p-85px-r {
        padding-right: 85px
    }
    .sm-p-90px-r {
        padding-right: 90px
    }
    .sm-p-95px-r {
        padding-right: 95px
    }
    .sm-p-100px-r {
        padding-right: 100px
    }
}

@media only screen and (max-width:770px) {
    .showdesktop {
        display: none!important
    }
}

@media only screen and (min-width:770px) {
    .showmobile {
        display: none!important
    }
}

.section_padding {
    padding: 120px 0
}

.dark_bg {
    background-color: #fff
}

.black-bg {
    background-color: #242426
}

.azul-bg {
    background-color: #1c337d
}

.section_title {
    margin-bottom: 60px
}

.shamko_portfolio .section_title h2,
.shamko_service .section_title h2 {
    margin-top: -5px
}

.shamko_blog .section_title h2,
.shamko_contact .section_title h2 {
    margin-top: -10px
}

.dark_title h2 {
    color: #fff;
    position: relative
}

.content_title h2 {
    position: relative;
    color: #fff
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.colorwhite a {
    color: #fff!important
}

.bg-marinho {
    background-color: #0a6ab8!important
}

.header_banner {
    padding-top: 130px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video_banner .shamko_overlay {
    opacity: .6
}

.welcome_content {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 17px
}

.welcome_content h1 {
    margin-bottom: 34px;
    color: #fff
}

.welcome_content h4 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-family: Raleway;
    margin-bottom: 56px
}

.shamko_img_box {
    position: relative
}

.img {
    max-width: 350px;
    border-radius: 3rem;
    border: 5px solid #e6ae22
}

@media (max-width:600px) {
    .shamko_about_us .shamko_content_box {
        margin-top: 5rem!important
    }
}

.welcome_img .shamko_img {
    position: relative
}

.whatsapp {
    background-color: #00e676!important
}

.bronze .shamko_btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #cd7f32;
    border-radius: 6px;
    line-height: 60px;
    height: 60px;
    width: 180px;
    font-weight: 600;
    text-align: center;
    transition: all .5s
}

.prata .shamko_btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #a4a5a1;
    border-radius: 6px;
    line-height: 60px;
    height: 60px;
    width: 180px;
    font-weight: 600;
    text-align: center;
    transition: all .5s
}

.ouro .shamko_btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #341063;
    border-radius: 6px;
    line-height: 60px;
    height: 60px;
    width: 180px;
    font-weight: 600;
    text-align: center;
    transition: all .5s
}

.black .shamko_btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #0b62e4;
    border-radius: 6px;
    line-height: 60px;
    height: 60px;
    width: 180px;
    font-weight: 600;
    text-align: center;
    transition: all .5s
}

.branco .shamko_btn {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #fff;
    border-radius: 6px;
    line-height: 60px;
    height: 60px;
    width: 180px;
    font-weight: 600;
    text-align: center;
    transition: all .5s
}

.bronze .shamko_content_box h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #cd7f32;
    margin-top: 19px;
    margin-bottom: 53px
}

.prata .shamko_content_box h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #a4a5a1;
    margin-top: 19px;
    margin-bottom: 53px
}

.branco .shamko_content_box h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #fff;
    margin-top: 19px;
    margin-bottom: 53px
}

.black .shamko_content_box h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #0b62e4;
    margin-top: 19px;
    margin-bottom: 53px
}

.ouro .shamko_content_box h2:after {
    display: block;
    content: '';
    width: 100px;
    height: 5px;
    background-color: #e6ae22;
    margin-top: 19px;
    margin-bottom: 53px
}

.shamko_btn:focus,
.shamko_btn:hover {
    color: #fff
}

.header_banner_1 .welcome_img {
    position: relative;
    max-width: 561px;
    max-height: 562px
}

.welcome_img .shamko_img #bg_shape {
    position: absolute;
    right: -35px;
    top: 5px;
    z-index: -1
}

.shamko_about_us,
.shamko_portfolio,
.shamko_service {
    padding: 200px 0 120px
}

.shamko_skill {
    padding: 120px 0 119px
}

.shamko_about_us .shamko_img_box {
    position: relative
}

.shamko_about_us .shamko_img_box .shamko_img {
    position: relative;
    z-index: 1
}

.bronze .shamko_img_box .shamko_img:after {
    position: absolute;
    content: '';
    width: 92.983%;
    height: 100%;
    left: -30px;
    top: 30px;
    border: 5px solid #cd7f32;
    border-radius: 40px;
    z-index: -1
}

.prata .shamko_img_box .shamko_img:after {
    position: absolute;
    content: '';
    width: 92.983%;
    height: 100%;
    left: -30px;
    top: 30px;
    border: 5px solid #a4a5a1;
    border-radius: 40px;
    z-index: -1
}

.branco .shamko_img_box .shamko_img:after {
    position: absolute;
    content: '';
    width: 92.983%;
    height: 100%;
    left: -30px;
    top: 30px;
    border: 5px solid #fff;
    border-radius: 40px;
    z-index: -1
}

.black .shamko_img_box .shamko_img:after {
    position: absolute;
    content: '';
    width: 92.983%;
    height: 100%;
    left: -30px;
    top: 30px;
    border: 5px solid#0b62e4;
    border-radius: 40px;
    z-index: -1
}

.header_area {
    background-color: #e6ae22!important
}

.shamko_about_us .shamko_img_box .shamko_img img {
    border-radius: 20px
}

.bronze .shamko_img_box .experience_box {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-color: #cd7f32;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    z-index: 1
}

.prata .shamko_img_box .experience_box {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-color: #a4a5a1;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    z-index: 1
}

.branco .shamko_img_box .experience_box {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    color: #1c337d;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    z-index: 1
}

.ouro .shamko_img_box .experience_box {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-color: #e6ae22;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    z-index: 1
}

.black .shamko_img_box .experience_box {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    background-color: #0b62e4;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 31px;
    z-index: 1
}

.branco .shamko_img_box .experience_box h3 {
    color: #000!important
}

.shamko_about_us .shamko_img_box .experience_box h3 {
    color: #fff;
    font-weight: 600
}

.branco .shamko_img_box .experience_box span {
    color: #000!important;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    display: block;
    margin-top: -1px
}

.shamko_about_us .shamko_img_box .experience_box span {
    color: #fff;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400;
    display: block;
    margin-top: -1px
}

.shamko_about_us .shamko_content_box {
    display: table;
    margin-top: -5px
}

.shamko_about_us .shamko_content_box h2,
.shamko_about_us .shamko_content_box p {
    color: #fff
}

@media only screen and (max-width:769px) {
    .grid {
        display: flex!important;
        flex-direction: column!important
    }
}

.grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 1rem
}

.grid p {
    font-size: 30px
}

.grid button {
    font-size: 20px
}

.padding {
    padding: 50px
}

.box-shadow1 {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .1)
}

.shamko_about_us .shamko_content_box p {
    margin-bottom: 29px;
    display: inline-table
}

.shamko_about_us .about_information {
    margin-top: 19px
}

.shamko_content_box ul li {
    color: #fff
}

.shamko_about_us .about_information .info_list p {
    margin-bottom: 16px;
    font-family: Poppins
}

.bronze .section_title h2 {
    color: #cd7f32
}

.prata .section_title h2 {
    color: #a4a5a1
}

.ouro .section_title h2 {
    color: #e6ae22
}

.black .section_title h2 {
    color: #0b62e4
}

.branco .section_title h2 {
    color: #000
}

.bronze .about_information .info_list p i {
    color: #cd7f32;
    margin-right: 10px
}

.prata .about_information .info_list p i {
    color: #a4a5a1;
    margin-right: 10px
}

.branco .about_information .info_list p i {
    color: #fff;
    margin-right: 10px
}

.ouro .about_information .info_list p i {
    color: #e6ae22;
    margin-right: 10px
}

.black .about_information .info_list p i {
    color: #0b62e4;
    margin-right: 10px
}

.bronze .shamko_content_box h1 {
    color: #fff;
    border: 2px solid #cd7f32;
    border-radius: 1rem;
    margin-bottom: 1rem
}

.prata .shamko_content_box h1 {
    color: #fff;
    border: 2px solid #a4a5a1;
    border-radius: 1rem;
    margin-bottom: 1rem
}

.branco .shamko_content_box h1 {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 1rem;
    margin-bottom: 1rem
}

.ouro .shamko_content_box h1 {
    color: #fff;
    border: 2px solid #e6ae22;
    border-radius: 1rem;
    margin-bottom: 1rem
}

.buttom-black-footer {
    background: #341063!important;
    border-color: #341063!important
}

.buttom-black-footer:hover {
    color: #fff!important
}

.black-buttom {
    background-color: #341063!important
}

.cinza-background {
    background-color: #1e1e1e!important
}

.black-backgroud {
    background: #242426!important
}

.black .shamko_content_box h1 {
    color: #fff;
    border: 2px solid #0b62e4;
    border-radius: 1rem;
    margin-bottom: 1rem
}

.shamko_about_us h2 {
    color: #fff
}

.shamko_about_us .about_information .info_list p a {
    color: #fff
}

.shamko_about_us .shamko_content_box .shamko_btn {
    margin-top: 39px;
    margin-right: 35px
}

.shamko_about_us .shamko_content_box .active_btn {
    background-color: transparent;
    border: 1px solid #fff
}

.shamko_service {
    margin-bottom: -60px
}

.shamko_service .service_box {
    background-color: #242426;
    padding: 60px 45px 53px;
    text-align: center;
    margin-bottom: 60px;
    transition: all .5s
}

.shamko_service .service_box:hover {
    background-color: #e6ae22
}

.shamko_service .service_box:hover .service_icon i,
.shamko_service .service_box:hover .service_info a.shamko_link {
    color: #fff
}

.a {
    border: 2px solid #000;
    border-radius: .3rem
}

.shamko_service .service_box .service_icon i {
    font-size: 32px;
    margin-bottom: 36px;
    color: #e6ae22
}

.shamko_service .service_box .service_info h4 {
    margin-bottom: 23px;
    font-weight: 600
}

.service_info h4 {
    color: #fff!important
}

.service_info p {
    color: #fff!important
}

.shamko_service .service_box .service_info p {
    margin-bottom: 18px
}

.shamko_service .service_box .service_info a.shamko_link {
    text-decoration: underline;
    color: #e6ae22;
    letter-spacing: 2px;
    font-weight: 600
}

.skill_box {
    text-align: center
}

.skill_box .chart_1 {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    font-family: Poppins;
    font-size: 32px;
    color: #fff
}

.skill_box canvas {
    position: absolute;
    left: 0;
    top: 0
}

.skill_box h4 {
    font-family: Raleway;
    font-weight: 400;
    color: #fff;
    margin-top: 36px
}

.testimonial_main {
    position: relative
}

.qoute {
    position: absolute;
    right: 0;
    top: 0
}

.portfolio_slider_1 {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 75px;
    outline: 0
}

.single_portfolio {
    position: relative;
    margin-left: 80px;
    margin-right: 80px
}

.single_portfolio .shamko_img {
    position: relative;
    overflow: hidden
}

.single_portfolio:hover .overlay_img {
    opacity: .7;
    visibility: visible
}

.single_portfolio:hover .overlay_content {
    opacity: 1;
    visibility: visible
}

.portfolio_slider_1 .overlay_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89.46%;
    height: 89.46%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.portfolio_slider_1 .overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden
}

.portfolio_slider_1 .overlay_content a {
    color: #fff
}

.portfolio_slider_1 .overlay_content h4 {
    font-family: Raleway;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -4px
}

.portfolio_slider_1 .overlay_content a.overlay_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    outline: 0
}

.portfolio_slider_1 .overlay_content a.overlay_btn:focus,
.portfolio_slider_1 .overlay_content a.overlay_btn:hover {
    background-color: #e6ae22;
    color: #fff;
    border-color: #e6ae22
}

.portfolio_slider_1 .slick-dots {
    bottom: -75px
}

.shamko_testimonial .content_title {
    margin-bottom: 53px
}

.shamko_testimonial .content_title h2:after {
    margin: 31px 0 0
}

.testimonial_title {
    margin-bottom: 60px
}

.testimonial_title h2 {
    position: relative;
    color: #fff
}

.testimonial_title h2:after {
    content: '';
    display: block;
    width: 100px;
    width: 100px;
    height: 5px;
    background-color: #e6ae22;
    margin-top: 29px
}

.testimonial_text {
    outline: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid #505050;
    margin-left: 1px;
    margin-bottom: 60px
}

.testimonial_text p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 32px
}

.testimonial_text h4 {
    color: #fff;
    font-weight: 600
}

.testimonial_text h4 span {
    font-weight: 400;
    font-size: 16px
}

.testimonial_author_slide {
    outline: 0
}

.testimonial_author_slide .shmako_img {
    position: relative;
    text-align: center;
    outline: 0
}

.testimonial_author_slide .shmako_img img {
    outline: 0
}

.testimonial_review_slide .slick-prev:before {
    content: '\f104'
}

.testimonial_review_slide .slick-next:before {
    content: '\f105'
}

.testimonial_review_slide .slick-next:before,
.testimonial_review_slide .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    color: #fff;
    font-weight: 900
}

.testimonial_review_slide .slick-prev {
    left: 94.5%;
    bottom: -5px
}

.testimonial_review_slide .slick-next {
    right: 0;
    bottom: -5px
}

.testimonial_review_slide .slick-next:hover:before,
.testimonial_review_slide .slick-prev:hover:before {
    color: #e6ae22
}

.shamko_blog .section_title h2:after {
    margin: 31px auto 0
}

.blog_slider_1 {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 75px
}

.single_blog {
    background-color: #353537;
    margin-left: 15px;
    margin-right: 15px;
    padding: 22px 30px 30px;
    outline: 0;
    transition: all .3s
}

.single_blog .shamko_img {
    padding-bottom: 30px
}

.single_blog .post_info {
    margin-bottom: 26px
}

.single_blog:hover .post_info a.blog_btn {
    color: #e6ae22
}

.single_blog:hover .post_meta .post_link a {
    color: #e6ae22
}

.single_blog .post_info a.blog_btn {
    color: #fff
}

.single_blog .post_info a.blog_btn h4 {
    line-height: 38px;
    font-weight: 500
}

.single_blog .post_meta {
    border-top: 1px solid #505050;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post_meta .author_img {
    display: flex;
    align-items: center
}

.post_meta .author_img img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.post_meta .author_img span {
    margin-top: 2px
}

.post_meta .author_img a {
    color: #fff;
    text-transform: capitalize
}

.post_meta .post_link {
    margin-top: 2px
}

.post_meta .post_link a {
    color: #fff
}

.post_meta .post_link a:after {
    display: inline-block;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px
}

.blog_slider_1 .slick-dots {
    bottom: -75px
}

.blog_slider_1 .slick-dots li button,
.portfolio_slider_1 .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #f70000;
    background-color: transparent;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.blog_slider_1 .slick-dots li.slick-active button,
.portfolio_slider_1 .slick-dots li.slick-active button {
    background-color: #e6ae22;
    border-color: #e6ae22
}

.shamko_contact .form_control {
    background-color: #242426
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: #242426
}

.form_group {
    position: relative;
    margin-bottom: 30px
}

.form_control {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 14px;
    background-color: #242426;
    padding: 20px
}

.form_control::placeholder {
    color: #fff
}

textarea.form_control {
    min-height: 200px;
    max-height: 500px;
    display: inherit;
    padding: 12px 20px
}

.shamko_contact .portfolio_contact_form .shamko_btn {
    width: 200px
}

.footer_top {
    padding: 60px 0 59px;
    border-bottom: 1px solid #505050
}

.social_link {
    float: right
}

.social_link ul li {
    display: inline-block;
    margin-left: 27px
}

.social_link ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    transition: all .3s
}

.social_link ul li a:focus,
.social_link ul li a:hover {
    background-color: #e6ae22;
    color: #fff;
    border-color: #e6ae22
}

.footer_copyright {
    padding: 23px 0 25px
}

.footer_copyright .copyright_text p {
    color: #fff
}

.shamko_breadcrumb {
    padding: 152px 0 155px
}

.bg_image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.shamko_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8
}

.breadcrumb_content {
    position: relative
}

.breadcrumb_content h2 {
    color: #fff;
    margin-bottom: 13px
}

.breadcrumb_content ul li {
    display: inline-block
}

.breadcrumb_content ul li a {
    color: #fff
}

.breadcrumb_content ul li:after {
    margin-left: 13px;
    margin-right: 9px;
    content: '|';
    display: inline-block
}

.breadcrumb_content ul li:last-child:after {
    display: none
}

.breadcrumb_content ul li.active {
    color: #fff
}

.shamko_single_project {
    background-color: #1b1b1b
}

.single_project_wrapper .project_slide .single_project {
    outline: 0
}

.single_project_wrapper .project_main_content {
    margin-top: 55px;
    margin-bottom: 25px
}

.single_project_wrapper .project_main_content h3 {
    margin-bottom: 23px
}

.single_project_wrapper .project_main_content p {
    margin-bottom: 30px
}

.single_project_wrapper .project_discription .single_details {
    margin-bottom: 32px
}

.single_project_wrapper .project_discription .single_details h4:after {
    display: block;
    content: '';
    width: 48px;
    height: 1px;
    background-color: #e6ae22;
    margin: 10px 0 12px
}

.single_project_wrapper .project_discription .single_details h5 {
    font-weight: 400
}

.project_slide .slick-dots {
    bottom: 20px
}

.project_slide .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 7.5px;
    margin-right: 7.5px
}

.project_slide .slick-dots li.slick-active button {
    background-color: #e6ae22;
    border-color: #e6ae22
}

.post_share_tag {
    border-top: 1px solid #3a3a3a;
    padding: 20px 0;
    border-bottom: 1px solid #3a3a3a
}

.post_share_tag .post_share ul li,
.post_share_tag .post_tag ul li {
    display: inline-block
}

.post_share_tag .post_share ul li:first-child,
.post_share_tag .post_tag ul li:first-child {
    margin-right: 20px;
    font-size: 18px
}

.post_share_tag .post_share ul li,
.post_share_tag .post_tag ul li {
    margin-right: 6px
}

.post_share_tag .post_tag ul li a {
    display: block;
    padding: 6px 20px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    transition: all .5s
}

.post_share {
    float: right
}

.post_share_tag .post_share ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    transition: all .5s
}

.post_share_tag .post_share ul li a:focus,
.post_share_tag .post_share ul li a:hover,
.post_share_tag .post_tag ul li a:focus,
.post_share_tag .post_tag ul li a:hover {
    background-color: #e6ae22;
    border-color: #e6ae22;
    color: #fff
}

.shamko_single_blog {
    background-color: #1b1b1b
}

.single_blog_main .post_title {
    padding-left: 15px;
    border-left: 10px solid #e6ae22;
    margin-top: 60px;
    margin-bottom: 33px
}

.single_blog_main .post_title h3 {
    font-size: 32px;
    line-height: 44px
}

.single_blog_main .post_title span {
    margin-right: 40px;
    text-transform: capitalize;
    font-family: Poppins
}

.single_blog_main .post_title span a {
    color: #e6ae22
}

.single_blog_main .single_text_content {
    display: table
}

.single_blog_main .single_text_content p {
    margin-bottom: 27px
}

.single_blog_main .single_content_box {
    margin-top: 27px;
    margin-bottom: 60px
}

.single_content_box .shamko_content_box p {
    margin-bottom: 15px
}

.single_content_box .shamko_content_box ul {
    margin-bottom: 15px
}

.single_content_box .shamko_content_box ul li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e6ae22;
    margin-right: 15px;
    vertical-align: middle
}

#scroll_top {
    position: fixed;
    bottom: 20px;
    display: none;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e6ae22;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 337;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.preloader_area {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 11000
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #242426;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.demo_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 337
}

.demo_header .demo_button {
    float: right
}

.demo_page_menu {
    padding: 20px 0
}

.demo_banner {
    padding: 212px 0 120px
}

.demo_banner .demo_content h2 {
    margin-bottom: 20px
}

.demo_home {
    background-color: #f7f7f7;
    padding: 110px 0 115px
}

.demo_home_content h2 {
    color: #242426;
    margin-bottom: 15px
}

.demo_home_content p {
    color: #575757
}

.home_list {
    padding: 80px 0 40px
}

.single_home {
    text-align: center;
    margin-bottom: 40px
}

.single_home .demo_img {
    margin-bottom: 25px
}

.single_home .demo_img img {
    width: 100%
}

.demo_link h4 a {
    color: #242426
}

.demo_link h4 a:focus,
.demo_link h4 a:hover {
    color: #e6ae22
}

.demo_feature {
    padding: 120px 0
}

.demo_inner_content h2 {
    margin-bottom: 10px
}

.demo_feature_list {
    padding: 120px 0 80px
}

.single_box {
    padding: 20px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    margin-bottom: 40px
}

.single_box h5 {
    color: #1a1a1a;
    margin-top: 10px
}

.demo_footer {
    padding: 52px 0 60px
}

.footer_content h2 {
    margin-bottom: 20px
}

.footer_content p {
    margin-bottom: 25px
}

.demo_btn {
    display: inline-block;
    padding: 15px 20px;
    background-color: #e6ae22;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600
}

.demo_btn:focus,
.demo_btn:hover {
    color: #fff
}

@media only screen and (max-width:767px) {
    .demo_banner .demo_content h2,
    .demo_home_content h2,
    .demo_inner_content h2,
    .footer_content h2 {
        font-size: 28px
    }
    .demo_btn {
        padding: 10px 10px;
        font-size: 12px;
        letter-spacing: 0;
        text-transform: capitalize
    }
}

.section-spacing {
    padding: 120px 0
}

.inner-spacing {
    padding: 60px 0
}

.padding-60-0 {
    padding-bottom: calc(120px - 60px)
}

.padding-30-0 {
    padding-bottom: calc(120px - 30px)
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.btn-style-1 {
    background-color: #ff900d;
    border: 1px solid #ff900d;
    border-radius: .3;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.btn-style-1:before {
    width: 50px;
    content: '';
    background-color: #fff;
    left: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2
}

.btn-style-1:hover:before {
    left: -100%
}

.btn-style-1:hover {
    background-color: #fff;
    border: 1px solid #fc9f00;
    color: #fc9f00
}

.btn-style-2 {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff
}

.btn-style-2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2ea1b1
}

.bg-color1 {
    background-color: #fff
}

.bg-color2 {
    background-color: #2ea1b1
}

.bg-color3 {
    background-color: #f4f6f8
}

.bg-color4 {
    background-color: #a7a7a7
}

.bg-color5 {
    background-color: #1c222a
}

.bg-color6 {
    background-color: #13a0b2
}

.bg-image {
    background-image: url(images/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.bg-image:before {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2px
}

.recent-image {
    background: url(images/recent-img.jpg);
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat
}

.section-title h4 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px
}

.section-title p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.section-list {
    width: 90%;
    margin-bottom: 0
}

.section-list li {
    padding-left: 20px;
    position: relative
}

.section-list li:before {
    font-size: 16px;
    color: #13a0b2;
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0
}

.section-inverse h4,
.section-inverse p,
.section-inverse span {
    color: #fff
}

.blockquote {
    font-style: italic;
    padding-left: 30px;
    color: #a6a6a6;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    margin-bottom: 30px
}

.blockquote:before {
    content: '\f10d';
    font-family: FontAwesome;
    color: #a6a6a6;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.number-count-list {
    counter-reset: section;
    margin-bottom: 0
}

.number-count-list li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative
}

.number-count-list li:last-child {
    margin-bottom: 0
}

.number-count-list li:before {
    font-size: 20px;
    line-height: 26px;
    counter-increment: section;
    content: counters(section, '.', decimal-leading-zero) '.';
    color: #2ea1b1;
    position: absolute;
    left: 0;
    top: 0
}

.bg-color {
    background-color: #fff
}

.themeix-top-bar-left a {
    color: #fff
}

.themeix-header-top .top-content,
.themeix-header-top .top-sign-btn {
    margin: 0;
    font-size: 16px;
    color: #fff
}

.themeix-header-top .top-content {
    padding-top: 10px
}

.themeix-header-top .top-sign-btn {
    background-color: #fff;
    padding: 10px 30px;
    display: block;
    color: #2ea1b1
}

.themeix-header-top .top-sign-btn i {
    margin-right: 10px
}

.themeix-header-navigation {
    position: relative
}

.themeix-header-navigation .menu-collapser {
    background-color: transparent
}

.themeix-header-navigation .themeix-brand {
    display: block;
    padding-top: 28px;
    padding-bottom: 28px
}

#navigation-menu {
    position: relative
}

#navigation-menu li {
    background-color: transparent;
    border: 0
}

#navigation-menu li a:hover {
    background-color: transparent
}

#navigation-menu li a {
    padding: 40px 25px 40px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    text-transform: capitalize
}

#navigation-menu li .sub-toggle {
    width: 15px;
    background-color: transparent
}

#navigation-menu li .sub-toggle>i {
    color: transparent;
    position: relative
}

#navigation-menu li .sub-toggle>i:before {
    content: '\f107';
    font-family: FontAwesome;
    color: #262626;
    font-size: 18px;
    font-style: normal;
    position: absolute
}

#navigation-menu li.has-submenu ul {
    width: 250px
}

#navigation-menu li.has-submenu li {
    background-color: #f3f3f3;
    display: block;
    float: none
}

#navigation-menu li.has-submenu li a {
    padding: 10px 30px;
    font-weight: 400
}

#navigation-menu li a:hover {
    color: #2ea1b1
}

#navigation-menu li.has-submenu li a:hover {
    background: #2ea1b1;
    color: #fff
}

.themeix-header-navigation .collapse-button {
    background-color: transparent
}

.themeix-header-navigation .collapse-button .icon-bar {
    height: 2px;
    width: 20px;
    margin: 5px 0;
    background-color: #070707
}

.fixed-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    border-bottom: 1px solid #f3f3f3
}

.fixed-navigation #navigation-menu li a {
    padding: 20px 25px 20px 25px
}

.fixed-navigation .themeix-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 130px
}

.top-login-modal .modal-content {
    border-radius: 0
}

.top-login-modal .modal-header {
    border-radius: 0
}

.top-login-modal input.form-control {
    border-radius: 0;
    padding: 10px
}

.top-login-modal .login-btn {
    border: none;
    background: #2ea1b1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0
}

.top-login-modal p.message a {
    color: #2ea1b1
}

.section-overlay {
    position: relative;
    z-index: 1
}

.section-overlay:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .397);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.themeix-slider {
    padding: 220px 0;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important
}

.themeix-slider-content {
    position: relative;
    z-index: 3
}

.themeix-slider-content h1 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px
}

.themeix-slider-btn a {
    margin-right: 20px
}

.themeix-slider-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px
}

.themeix-slider-btn a.themeix-btn {
    margin-right: 30px
}

.page-title-section {
    position: relative;
    background-image: url(images/page-title-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.page-title-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(46, 161, 177, .72)
}

.page-title-container {
    text-align: center;
    z-index: 3;
    position: relative
}

.page-title-container h1 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 15px;
    color: #fff
}

.finance-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    display: block;
    text-align: center
}

.finance-breadcrumb .breadcrumb li {
    display: inline-block;
    color: #fff
}

.finance-breadcrumb .breadcrumb li a {
    font-weight: 500;
    color: #fff
}

.finance-breadcrumb .breadcrumb li a:hover {
    color: #fff
}

.finance-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
    font-size: 15px
}

.banner-section {
    position: relative
}

.banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 2
}

.banner-section .banner-container {
    position: absolute;
    bottom: 0;
    z-index: 3;
    top: 0;
    margin: auto;
    max-height: 355px;
    max-width: 700px
}

.banner-container h1,
.banner-container p {
    color: #fff
}

.banner-container h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px
}

.banner-container p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 80px
}

.banner-carousel {
    z-index: 1
}

.banner-carousel .banner-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 660px;
    position: relative
}

.banner-carousel .banner-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: .5
}

.banner-container .banner-btn a {
    margin-right: 30px
}

.banner-carousel {
    position: relative;
    z-index: 3
}

.banner-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    color: transparent
}

.banner-carousel .owl-nav .owl-prev:before {
    content: '\f04a';
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
    width: 100px;
    height: 46px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: left
}

.banner-carousel .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    color: transparent
}

.banner-carousel .owl-nav .owl-next:before {
    content: '\f04e';
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
    width: 100px;
    height: 46px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: right
}

.services-wrapper {
    margin-bottom: 45px
}

.services-wrapper .services-title {
    margin-bottom: 10px
}

.services-wrapper .services-title img {
    max-width: 25px;
    margin-right: 10px;
    position: relative
}

.services-wrapper .services-title a {
    color: #13a0b2;
    font-size: 20px;
    font-weight: 500
}

.services-wrapper p {
    margin-bottom: 0
}

.video-thumbnails {
    position: relative
}

.video-thumbnails img {
    width: 100%
}

.video-thumbnails:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2
}

.video-thumbnails .video-thumbnails-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer
}

.video-thumbnails .video-thumbnails-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto
}

.about-contact-section {
    width: 100%;
    position: relative
}

.about-contact-content {
    width: 100%;
    position: relative
}

.about-contact-thumbnails {
    width: 50%;
    background-image: url(images/contact-about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.about-contact-content {
    width: 50%
}

.about-before-skew {
    width: 260px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -120px;
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 1
}

.about-contact-content .about-contact-form,
.about-contact-content .section-title {
    position: relative;
    z-index: 2
}

.about-contact-content .section-title {
    width: 80%
}

.about-contact-thumbnails:after {
    background: rgba(19, 160, 178, .5098039215686274);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}

.about-contact-form .form-control {
    background-color: transparent;
    border-radius: 0;
    margin: auto;
    padding: 15px 20px;
    border: 1px solid;
    border-radius: 0;
    border-color: #6a6a6a;
    font-size: 16px;
    height: inherit!important;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 30px
}

.about-contact-form p {
    display: inline-block;
    width: 270px;
    margin-bottom: 0
}

.about-contact-form button[type=submit] {
    background-color: #13a0b2;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff
}

.about-ads-details ul li {
    margin-right: 10px!important;
    margin-bottom: 20px
}

.about-ads-thumb {
    margin-top: 25px
}

ul.list-inline.download-btn-group li:last-child {
    margin-bottom: 0
}

.counter-section {
    border-bottom: 1px solid #ddd
}

.counter-section .counter-wrapper {
    border-right: 1px solid #ddd;
    height: 100%;
    padding: 30px
}

.counter-section .counter-wrapper h2 {
    font-size: 50px;
    color: #41adba;
    margin-bottom: 0;
    font-weight: 300
}

.counter-section .counter-wrapper p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0
}

.faq-accordion .faq-card {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 0
}

.faq-accordion .card-header {
    border: 1px solid #dbdbdb;
    background: 0 0;
    border-radius: 0;
    margin-bottom: 15px
}

.faq-accordion .card-header button {
    color: #13a0b2;
    font-size: 18px
}

.faq-accordion .card-body {
    padding: 10px 0 25px 0
}

.choose-us-container .choose-us-row {
    display: table;
    width: 100%;
    margin-bottom: 30px
}

.choose-us-container .choose-us-row:last-child {
    margin-bottom: 0
}

.choose-us-container .choose-us-logo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid #ede9e9;
    background-color: #13a0b2;
    float: left;
    position: relative
}

.choose-us-container .choose-us-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.choose-us-container .choose-us-content {
    width: calc(100% - 60px);
    padding-left: 15px;
    float: left
}

.choose-us-container .choose-us-content h4 {
    font-size: 20px
}

.choose-us-container .choose-us-content p {
    margin-bottom: 0
}

.feature-box {
    text-align: center;
    background-color: #fff;
    padding: 50px 30px;
    box-shadow: -1px 0 30px 0 rgba(0, 0, 0, .05)
}

.feature-box .feature-logo {
    position: relative
}

.feature-box .feature-logo {
    position: relative;
    margin-bottom: 30px
}

.feature-box .feature-logo h2 {
    color: #f0eeee;
    font-size: 110px;
    line-height: 90px;
    margin: 0
}

.feature-box .feature-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.feature-box .feature-details h4 {
    font-size: 20px
}

.yu h6 {
    color: #000!important
}

.yu h6:hover {
    color: #000!important
}

.yu p {
    color: #000!important
}

.yu i {
    font-size: 40px
}

.yu p:hover {
    color: #000!important
}

.yu .feature-box {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .082)
}

.feature-box .feature-details p {
    margin-bottom: 0
}

.about-author {
    width: 450px;
    height: 450px;
    border-radius: 100%;
    border: 0;
    overflow: hidden;
    margin: auto
}

.about-author .about-author-row {
    display: table;
    width: 100%
}

.about-author .about-author-company-logo,
.about-author .about-author-intro,
.about-author .about-author-signature,
.about-author .about-author-thumb {
    width: 50%;
    height: 230px
}

.about-author .about-author-intro {
    background-color: #13a0b2;
    position: relative
}

.about-author .about-author-intro-wrapper {
    max-height: 85px;
    bottom: 40px;
    left: 25px;
    position: absolute
}

.about-author .about-author-intro-wrapper>a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

.about-author .about-author-intro-wrapper>span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300px;
    color: #fff
}

.about-author .athor-social-link {
    margin-top: 10px;
    margin-bottom: 0
}

.about-author .athor-social-link li {
    margin-right: 10px
}

.about-author .athor-social-link a {
    color: #fff;
    font-size: 14px
}

.about-author .about-author-thumb {
    background-color: #fcfcfc
}

.about-author .about-author-thumb img {
    float: right;
    height: 100%
}

.about-author .about-author-company-logo {
    background-color: #f0efed;
    position: relative
}

.about-author .about-author-company-logo img {
    position: absolute;
    top: 30px;
    right: 30px
}

.about-author .about-author-signature {
    background-color: #f4f6f8;
    position: relative
}

.about-author .about-author-signature img {
    position: absolute;
    bottom: 80px
}

.about-author-carousel .owl-nav {
    display: none
}

.about-author-carousel .owl-next,
.about-author-carousel .owl-prev {
    float: left;
    position: relative;
    margin-right: 20px;
    color: transparent
}

.about-author-carousel .owl-prev:before {
    content: '\f177';
    font-family: FontAwesome;
    font-size: 24px;
    color: #acacac
}

.about-author-carousel .owl-next:before {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 24px;
    color: #acacac
}

.about-author-carousel .owl-next:hover:before,
.about-author-carousel .owl-prev:hover:before {
    color: #13a0b2
}

.team-section {
    position: relative
}

.testimonial-carousel {
    position: relative;
    z-index: 3;
    margin-bottom: 40px
}

.team-section .section-title {
    position: relative;
    z-index: 3
}

.testimonial-container {
    cursor: pointer
}

.testimonial-container .testimonial-box {
    position: relative
}

.testimonial-container .testimonial-box-thumb img {
    width: 100%
}

.testimonial-container .testimonial-box-intro {
    background-color: #212832;
    padding: 40px 15px;
    text-align: center
}

.testimonial-container .testimonial-box-intro h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px
}

.testimonial-container .testimonial-box-intro p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.testimonial-container .testimonial-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #212832;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.testimonial-container .testimonial-hover-link {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    margin-bottom: 0
}

.testimonial-container .testimonial-hover-link {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    left: -3%
}

.testimonial-container:hover .testimonial-hover-link {
    left: 0
}

.testimonial-container .testimonial-hover-link a {
    background-color: #fff;
    color: #2ea1b1;
    width: 45px;
    height: 45px;
    border: 1px solid transparent;
    border-radius: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 7px
}

.testimonial-container .testimonial-hover-link a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.testimonial-container .testimonial-hover-intro {
    margin-bottom: 0
}

.testimonial-container .testimonial-hover-intro {
    margin-bottom: 0;
    position: absolute;
    bottom: 35%;
    right: -3%;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.testimonial-container:hover .testimonial-hover-intro {
    right: 0
}

.testimonial-container .testimonial-hover-intro h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px
}

.testimonial-container .testimonial-hover-intro p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.testimonial-container:hover .testimonial-hover {
    opacity: 1;
    visibility: visible
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    text-align: center
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px
}

.testimonial-carousel .owl-dots .owl-dot.active {
    border: 1px solid #13a0b2;
    background-color: #13a0b2
}

.testimonial-author-meta img {
    border-radius: 50%;
    background: #13a0b2;
    padding: 5px;
    width: 100px!important;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
    margin: 0 auto
}

.testimonial-author-meta {
    padding-top: 30px
}

.testimonial-author-meta h5 {
    margin-bottom: 0;
    margin-top: 15px
}

.testimonial-author-meta p {
    margin-bottom: 0
}

.testimonial-author-meta {
    text-align: center;
    margin: 0 auto
}

.post-wrapper {
    box-shadow: 0 0 40px 0 #0000001c
}

.post-wrapper .post-details {
    padding: 30px 20px 20px
}

.post-wrapper .post-details h4 {
    font-size: 22px;
    line-height: 30px
}

.post-wrapper .post-details h4:hover {
    color: #2ea1b1
}

.post-wrapper .post-thumb img {
    width: 100%
}

.post-wrapper .post-meta-data {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.post-wrapper .post-meta-date {
    float: left;
    color: #7f7f7f
}

.post-wrapper .post-meta-comment {
    float: right;
    color: #7f7f7f
}

.post-wrapper .post-meta-data i {
    color: #13a0b2;
    margin-right: 10px
}

.post-wrapper-2 {
    margin-bottom: 60px
}

.post-wrapper-2 .post-thumb {
    margin-bottom: 30px
}

.post-wrapper-2 .post-thumb img {
    width: 100%
}

.post-wrapper-2 .post-details .post-logo {
    width: 60px;
    float: left
}

.post-wrapper-2 .post-details {
    display: table;
    width: 100%
}

.post-wrapper-2 .post-details .post-logo-top {
    background-color: #2ea1b1;
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 500
}

.post-wrapper-2 .post-details .post-logo-bottom {
    background-color: #212832;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400
}

.post-wrapper-2 .post-content h4 {
    font-size: 24px;
    margin-bottom: 10px
}

.post-wrapper-2 .post-content p:last-child {
    margin-bottom: 0
}

.post-wrapper-2 .post-content .post-meta {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb
}

.post-wrapper-2 .post-content .post-meta li {
    color: #7d7d7d;
    font-size: 15px;
    position: relative
}

.post-wrapper-2 .post-details .post-btn {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #000
}

.post-wrapper-2 .post-details .post-btn:active,
.post-wrapper-2 .post-details .post-btn:focus,
.post-wrapper-2 .post-details .post-btn:hover {
    color: #2ea1b1;
    background-color: transparent
}

.single-meta-share {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 60px;
    padding: 15px 0
}

.single-meta-details,
.single-share-details {
    margin-bottom: 0;
    padding-left: 15px
}

.single-meta-details li:first-child {
    font-weight: 500
}

.single-meta-details li a:after {
    content: ','
}

.single-meta-details li:last-child a:after {
    display: none
}

.single-share-details li {
    margin-right: 15px!important
}

.single-share-details li a:hover {
    color: #2ea1b1
}

.comment-title h4 {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.comment-box {
    display: table;
    width: 100%
}

.comment-box~.comment-box-wrapper {
    padding-left: 60px
}

.comment-box .comment-author {
    width: 40px;
    float: left
}

.comment-box .comment-author img {
    max-width: 100%
}

.comment-box .comment-info {
    width: calc(100% - 60px);
    position: relative;
    float: right;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 40px;
    padding-bottom: 20px
}

.comment-box:last-child .comment-info {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.comment-box .comment-info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.comment-box .comment-info .comment-date {
    margin-bottom: 10px
}

.comment-box .comment-info .comment-date li {
    line-height: 20px;
    color: #7d7d7d;
    font-size: 13px;
    position: relative;
    font-style: italic
}

.comment-box .comment-info p {
    margin-bottom: 0;
    color: #818181
}

.comment-box .comment-info .sent-message {
    position: absolute;
    top: 0;
    right: 0;
    color: #555;
    text-transform: capitalize
}

.post-pager .pagination {
    margin: 0
}

.post-pager .pagination .page-link {
    border: 0;
    background-color: #2ea1b1;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .5s all;
    transition: .5s all;
    margin-right: 10px
}

.post-pager .page-item:first-child .page-link {
    border-radius: 0
}

.post-pager .page-item:last-child .page-link {
    border-radius: 0
}

.post-pager .pagination .page-link:hover {
    background-color: #212832
}

.error-container {
    text-align: center
}

.error-container h5 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase
}

.error-container h5:first-of-type {
    margin-bottom: 10px
}

.error-container h5 a {
    color: #2ea1b1;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline
}

.error-thumb {
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px
}

.company-ads-section {
    padding-bottom: 120px
}

.call-to-action-details h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff
}

.call-to-action-details p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0
}

.call-to-action-btn-wrapper {
    text-align: right
}

.call-to-action-btn-wrapper .call-to-action-btn {
    background-color: #212832;
    border: 0;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px
}

.call-to-action-btn-wrapper .call-to-action-btn:focus,
.call-to-action-btn-wrapper .call-to-action-btn:hover {
    background-color: #1d232a
}

.service-details-thumb {
    margin-bottom: 30px
}

.service-details-thumb img {
    width: 100%
}

.service-details-content {
    margin-bottom: 40px
}

.service-us-container {
    margin-bottom: 40px
}

.service-us-container .service-us-title {
    display: table;
    width: 100%;
    margin-bottom: 15px
}

.service-us-container .service-us-logo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid #ede9e9;
    background-color: #13a0b2;
    float: left;
    position: relative;
    margin-right: 15px
}

.service-us-container .service-us-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.service-us-container .service-us-title h4 {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 20px
}

.service-us-container p {
    margin-bottom: 0
}

.sidebar-form .input-group {
    margin: 0 auto;
    padding-bottom: 0
}

.sidebar-form .input-group .form-control {
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 0;
    box-shadow: none
}

.sidebar-form .input-group .btn {
    border: 0;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 0;
    background: #13a0b2;
    color: #fff;
    z-index: 1;
    color: #fff;
    padding: 15px 25px
}

.sidebar-form .input-group .btn:hover {
    background-color: #212832;
    color: #fff
}

.sidebar-form .input-group-btn:not(:first-child)>.btn-group:active,
.sidebar-form .input-group-btn:not(:first-child)>.btn-group:focus,
.sidebar-form .input-group-btn:not(:first-child)>.btn-group:hover,
.sidebar-form .input-group-btn:not(:first-child)>.btn:active,
.sidebar-form .input-group-btn:not(:first-child)>.btn:focus,
.sidebar-form .input-group-btn:not(:first-child)>.btn:hover {
    z-index: 1
}

.sidebar-form .input-group .form-control:active,
.sidebar-form .input-group .form-control:focus,
.sidebar-form .input-group .form-control:hover {
    z-index: 2
}

.recent-container {
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f4f4
}

.recent-container .recent-image {
    width: 70px;
    float: left;
    margin-top: 6px
}

.recent-container .recent-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.recent-container .recent-content>a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    -webkit-transition: .5s all;
    transition: .5s all
}

.recent-container .recent-content a:hover {
    color: #2ea1b1
}

.recent-container .recent-content .recent-meta {
    margin-bottom: 0
}

.recent-container .recent-content .recent-meta li {
    color: #7d7d7d;
    font-size: 13px;
    position: relative
}

.left-sidebar {
    padding-right: 20px
}

.right-sidebar {
    padding-left: 20px
}

.sidebar-title h4 {
    font-size: 18px;
    margin-bottom: 20px
}

.sidebar-widget {
    margin-bottom: 60px
}

.sidebar-category .list-group-item:first-child {
    border-radius: 0
}

.sidebar-category .list-group-item:last-child {
    border-radius: 0
}

.sidebar-category .list-group-item {
    padding: 10px 0;
    border-color: #e5e5e5;
    border-left: 0;
    border-right: 0
}

.sidebar-category .list-group-item:last-child {
    border: none
}

.sidebar-category .list-group-item a {
    text-transform: capitalize;
    -webkit-transition: .5s all;
    transition: .5s all
}

.sidebar-category .list-group-item a:hover {
    color: #2ea1b1
}

.sidebar-tags .btn-tags {
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    border-color: #e5e5e5;
    color: #151515;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer
}

.sidebar-tags .btn-tags:hover {
    background-color: #212832;
    color: #fff!important;
    border-color: #151515
}

.sidebar-download p {
    font-size: 15px;
    margin-bottom: 0
}

.sidebar-download a {
    color: #2ea1b1
}

.sidebar-call-action {
    background-color: #13a0b2;
    padding: 60px 30px;
    text-align: center
}

.sidebar-call-action img {
    display: block;
    margin: auto;
    margin-bottom: 20px
}

.sidebar-call-action a {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px
}

.sidebar-call-action h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0
}

.project-filters {
    text-align: center;
    padding-bottom: 60px
}

.project-filters button[type=button] {
    margin: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    color: #a39999
}

.project-filters button[type=button].is-checked,
.project-filters button[type=button]:focus,
.project-filters button[type=button]:hover {
    color: #2ea1b1
}

.project-filters button[type=button] span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #a39999;
    font-size: 13px;
    margin: auto;
    background: #fff;
    line-height: 18px;
    padding: 2px 4px;
    display: block;
    width: 55px;
    box-shadow: 0 4px 10px 0 #d7d7d7;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.project-filters button[type=button] span:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.project-filters button[type=button].is-checked span,
.project-filters button[type=button]:focus span,
.project-filters button[type=button]:hover span {
    visibility: visible;
    opacity: 1
}

.project-grid {
    width: 100%
}

.project-grid .project-item {
    width: 33.33%;
    float: left
}

.project-item-wrapper {
    position: relative
}

.project-item-wrapper .project-item-thumb img {
    width: 100%
}

.project-item-wrapper .project-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(33, 40, 50, .8);
    padding: 30px 10px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.project-item-wrapper .project-item-content h4 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0
}

.project-item-wrapper .project-item-content h4:focus,
.project-item-wrapper .project-item-content h4:hover {
    color: #13a0b2
}

.project-item-wrapper .project-item-content p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0
}

.project-item-wrapper:hover .project-item-content {
    visibility: visible;
    opacity: 1
}

.project-thumb {
    margin-bottom: 40px
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    padding: 15px;
    border: 0;
    border-radius: 0;
    border-color: #e5e5e5;
    width: 100%;
    background-color: #f4f4f4
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form button[type=submit] {
    background-color: #13a0b2;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.contact-form button[type=submit]:active,
.contact-form button[type=submit]:focus,
.contact-form button[type=submit]:hover {
    background-color: #212832
}

.contact-info-container {
    margin-bottom: 60px
}

.nav-sticky {
    position: sticky!important;
    top: 0;
    background-color: #fff!important;
    z-index: 999
}

.z-index {
    z-index: 9999
}

.contact-info {
    display: table;
    width: 100%;
    padding: 25px 15px!important
}

.contact-info .contact-info-logo {
    width: 45px;
    height: 55px;
    border: 2px solid #ededed;
    float: left;
    position: relative
}

.contact-info .contact-info-logo img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.contact-info .contact-info-content {
    width: calc(100% - 45px);
    padding-left: 15px;
    float: left
}

.contact-info .contact-info-content h5 {
    font-size: 16px;
    margin-bottom: 5px
}

.contact-info .contact-info-content a,
.contact-info .contact-info-content p {
    font-size: 13px;
    word-wrap: break-word;
    line-height: 24px;
    margin-bottom: 0
}

.contact-sidebar-info {
    padding: 0 15px
}

.contact-sidebar-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
}

.contact-sidebar-info img {
    width: 15px;
    margin-right: 10px
}

.contact-sidebar-info h5 {
    font-size: 24px;
    color: #2ea1b1
}

#contact-map {
    margin-bottom: 60px
}

.footer-widget .footer-logo {
    margin-bottom: 30px
}

.footer-widget h4,
.footer-widget h5,
.footer-widget li,
.footer-widget li a,
.footer-widget p {
    color: #fff
}

.footer-widget p {
    margin-bottom: 60px
}

.footer-widget h4 {
    font-size: 22px;
    margin-bottom: 30px
}

.footer-widget h5 {
    font-size: 20px;
    margin-bottom: 30px
}

.footer-widget .footer-subscribe {
    margin-bottom: 60px
}

.footer-widget .footer-subscribe input[type=email] {
    padding: 15px 30px;
    background-color: #252c36;
    border-radius: 4px;
    border: 0
}

.footer-widget .footer-subscribe button[type=submit] {
    background-color: #252c36;
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 26px;
    color: #13a0b2;
    position: relative
}

.footer-widget .footer-subscribe button[type=submit]:before {
    content: '';
    width: 1px;
    height: 35px;
    background-color: #465262;
    position: absolute;
    left: 0;
    top: 10px
}

.footer-widget .footer-social-link {
    margin-bottom: 0
}

.footer-widget .footer-social-link a {
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #2e3741;
    border-radius: 100%;
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 7px;
    color: #8a8686
}

.footer-widget .footer-social-link a:hover {
    background-color: #13a0b2;
    color: #212832
}

.footer-widget .footer-usefull-link {
    margin-bottom: 0
}

.footer-widget .footer-usefull-link li {
    margin-bottom: 10px
}

.footer-widget .footer-usefull-link li a:hover {
    color: #13a0b2
}

.footer-widget .footer-post-link {
    margin-bottom: 0
}

.footer-widget .footer-post-link li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative
}

.footer-widget .footer-post-link li:before {
    content: '\f101';
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #2ea1b1
}

.footer-widget .footer-post-link li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-post-link li a {
    display: block
}

.footer-widget .footer-post-link li a:hover {
    color: #2ea1b1
}

.footer-widget .footer-post-link li span {
    display: block;
    font-size: 14px;
    color: #a6a6a6
}

.footer-contact-form {
    max-width: 600px;
    margin: auto
}

.footer-contact-form .form-group {
    margin-bottom: 15px
}

.footer-contact-form .form-group .form-control {
    background-color: #252c36;
    border-radius: 0;
    display: inline;
    width: 100%;
    margin: auto;
    padding: 12px 20px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-contact-form button[type=submit] {
    width: 100%;
    padding: 12px 30px;
    background-color: #13a0b2;
    border: 1px solid;
    border-radius: 0;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px
}

.footer-contact-form button[type=submit]:focus,
.footer-contact-form button[type=submit]:hover {
    background-color: #1c222a
}

.footer-intro-container p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding: 30px 0
}

.footer-intro-container a {
    color: #13a0b2
}

.footer-fixed-active {
    bottom: 0!important;
    pointer-events: initial!important
}

.footer-fixed {
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0 -3px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 -3px 8px rgba(0, 0, 0, .16);
    position: fixed;
    width: 100%;
    bottom: -100px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    pointer-events: none
}

.footer-fixed-itens {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-fixed-unidades {
    width: 150px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #1d408b;
    border: 1px solid #2f8c7e
}

.footer-fixed-whatsapp {
    width: 150px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2f8c7e;
    border: 1px solid #2f8c7e
}

.footer-fixed-whatsapp,
.footer-fixed-whatsapp-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    height: 100%
}

.footer-fixed-whatsapp-phones {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: rgba(71, 213, 110, .16)
}

.footer-fixed-whatsapp,
.footer-fixed-whatsapp-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    height: 100%
}

.footer-fixed-telphones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 47px;
    height: 100%
}

.footer-fixed-call {
    background: #c00;
    width: 300px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    border: 1px solid #c00;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-fixed-telphones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 47px;
    height: 100%
}

.phone {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    color: #000!important;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px
}

.footer-fixed-whatsapp i {
    font-size: 28px;
    color: #fff
}

.footer-fixed-unidades i {
    font-size: 28px;
    color: #fff
}

.grid-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 0
}

.d-block {
    display: block!important
}

.formulario {
    background-color: #fff;
    padding: 30px;
    border-radius: .5rem
}

.social-icons .fab {
    line-height: 2!important
}

.desconto {
    font-size: 60px;
    font-weight: 800;
    color: #007bff;
    padding: 20px 0 0 0
}

.l {
    font-size: 20px;
    color: #000;
    padding: 0 0 30px 0
}

.hj {
    border: 1px solid #000
}

.hj:hover .l {
    color: #fff
}

.hj:hover .desconto {
    color: #fff!important
}

.fz-12 {
    font-size: 12px
}

.phone>span:nth-child(2),
.phone>span:nth-child(2):focus,
.phone>span:nth-child(2):hover {
    color: red;
    font-weight: 800;
    font-size: 18px
}

.menu-collapser {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    background-color: #999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 40px;
    padding: 7px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #0e0e0e;
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu,
ul.slimmenu ul {
    padding: 0;
    margin: 0
}

.collapse-button:focus,
.collapse-button:hover {
    color: #fff;
    background-color: #040404
}

.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #f5f5f5;
    border-radius: 1px
}

ul.slimmenu {
    width: 100%;
    list-style-type: none
}

ul.slimmenu:after,
ul.slimmenu:before {
    content: '';
    display: table
}

ul.slimmenu:after {
    clear: both
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}

ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li .sub-toggle {
    height: 40px
}

ul.slimmenu li {
    position: relative;
    float: left;
    display: inline-block;
    background-color: #aaa
}

ul.slimmenu li>ul,
ul.slimmenu li>ul>li ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 999
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none
}

ul.slimmenu li ul li {
    background: #bbb
}

ul.slimmenu li>ul {
    left: 0;
    top: 100%
}

ul.slimmenu li>ul>li ul {
    left: 100%;
    top: 0
}

ul.slimmenu li a {
    display: block;
    padding: 12px 64px 12px 16px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out
}

ul.slimmenu li a:hover {
    text-decoration: none;
    background-color: #999
}

ul.slimmenu li .sub-toggle {
    background: rgba(0, 0, 0, .075);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 48px;
    height: 100%;
    text-align: center;
    cursor: pointer
}

ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    color: #333;
    font-size: 18px;
    vertical-align: middle
}

ul.slimmenu>li {
    border-left: 1px solid #999
}

ul.slimmenu>li.has-submenu+li,
ul.slimmenu>li:first-child {
    border-left: 0
}