
/* ==============================
  2. Global styles
=========================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
.thm-btn {
    border: none;
    outline: none;
    background: #eb5e21 !important;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.thm-btn-white {
    border: none;
    outline: none;
    background: #ffffff !important;
    font-size: 14px;
    line-height: 28px;
    color: #064087 !important;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.thm-btn:hover {
    background: #064087 !important;
    color: #fff !important;
}
.thm-btn:hover i {
    color: #fff !important;
    border-color: transparent;
}
.thm-btn:hover i:after {
    background: #fff;
}
.thm-btn i {
    font-size: 16px;
    color: #ffffff !important;
    line-height: 28px;
    border-left: 1px solid #FFCD47;
    margin-left: 20px;
    padding-left: 15px;
    position: relative;
}
.thm-btn-white i {
    font-size: 16px;
    color: #064087 !important;
    line-height: 28px;
    border-left: 1px solid #064087 !important;
    margin-left: 20px;
    padding-left: 15px;
    position: relative;
}
.sec-title p {
    color: #000000 !important;
    margin: 0;
    margin-top: 20px;
}
/* ==============================
  5. Top Bar styles
============================== */

#top-bar {
    background: #EDEDED !important;
    padding: 10px 0;
}
#top-bar .atividade h1 {
    color: #333333;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    padding-top: 4px;
}
#top-bar .top-contact-info li {
    display: inline-block;
    color: #333333;
    padding-left: 35px;
}

/* ==============================
  7. Header Menu styles
============================== */

.nav-holder .nav-footer ul.nav > li ul.submenu {
    position: absolute;
    width: 295px !important;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}



/* ==============================
  9. Header Three styles
============================== */

#header3.stricky-fixed {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #dedede !important;
}
#header3 .logo {
    padding: 3px 0 !important;
}
#header3 .logo h1 {
    float: right;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #eb5e21;
    margin-top: 80px;
    margin-left: 10px;
}
#header3 .nav-holder .nav-footer ul.nav > li {
    padding: 40px 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#header3.stricky-fixed .nav-holder .nav-footer ul.nav > li {
    padding: 32px 0 !important;
}

/* ==============================
  11. Welcome Section styles
============================== */
.welcome-text {
    background: #064087 !important;
    padding: 60px 0 100px;
}
.welcome-text .title-box-slogan h3 {
    font-size: 32px;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF !important;
    line-height: 33px;
    text-transform: none !important;
}
.welcome-text .text-box-slogan {
    padding-left: 0 !important;
}
.welcome-single-services:hover .text-box {
    background: #eb5e21 !important;
}
.welcome-single-services:hover .text-box:before {
    background: #eb5e21 !important;
}
.welcome-single-services:hover .text-box:after {
    background: #064087 !important;
    left: -23px;
    width: 20px;
    transform: skew(-15deg);
}

/* ==============================
  12. Featured Services styles
============================== */

.single-featured-service .title-box h3 span {
    display: block;
    color: #323232;
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

/* ==============================
  15. Contact From styles
============================== */

.contact-form.contact-page input {
    height: 50px;
    background: #F5F5F5 !important;
}
.contact-form.contact-page select {
    height: 50px;
    background: #F5F5F5 !important;
}
.contact-form label.error {
    display: inline-block !important;
    color: #ff0000 !important;
    font-weight: 400 !important;
}
.contact-form input {
    width: 100%;
    border: 1px solid #E5E5E5;
    outline: none;
    height: 47px;
    padding: 0 20px;
    color: #000000 !important;
}
.contact-form input:focus {
    border-color: #eb5e21;
    box-shadow: 0 0 7px #eb5e21;
}
.contact-form select {
    width: 100% !important;
    border-radius: 0;
    padding: 0px 20px;
    border: 1px solid #E5E5E5;
    height: 47px;
    background: #F5F5F5 !important;
    outline: none;
    color: #898989;
}
.contact-form select:focus {
    border-color: #eb5e21;
    box-shadow: 0 0 7px #eb5e21;
}
.contact-form select.error {
     border-color: rgba(255, 0, 0, 0.5);
     box-shadow: 0 0 7px rgba(255, 0, 0, 0.5);
 }
.contact-form textarea {
    width: 100%;
    height: 125px;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    outline: none;
    color: #898989;
    background: #F5F5F5 !important;
}
.contact-form textarea:focus {
    border-color: #eb5e21;
    box-shadow: 0 0 7px #eb5e21;
}
.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
    background: #eb5e21;
    border-color: #eb5e21;
    color: #fff;
    font-weight: normal;
}

/* ==============================
  21. Footer Top styles
============================== */
.footer-top {
    padding: 40px 0 44px;
    margin-bottom: -25px;
    position: relative;
    z-index: 10;
    background: transparent url(../images/footer-top-bg.png) center center no-repeat !important;
}
.footer-top h3 {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}


/* ==============================
  22. Footer styles
============================== */

#footer {
    background-image: none !important;
    background-color: #064087;
    padding-bottom: 50px;
}
.footer-widget .title h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #eb5e21;
    display: block;
    margin-top: 13px;
}
.footer-widget .link-list a {
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
    line-height: 39px;
}
.footer-widget .link-list a:hover {
    color: #eb5e21;
}
.footer-widget .contact-infos li .icon-box {
    font-size: 17px;
    color: #eb5e21;
    opacity: 0.8;
    vertical-align: top;
}
.footer-widget .contact-infos li .text-box {
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-widget .contact-infos li .text-box b {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
}


/* ==============================
  23. Bottom Bar styles
============================== */

.bottom-bar {
    padding: 27px 0;
    border-top: 1px solid #063167;
    background: #064087;
}
.bottom-bar p {
    margin: 0;
    color: #537aa9;
}


/* ==============================
  24. Inner Banner styles
============================== */

.inner-banner h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.inner-banner {
    padding-top: 26px !important;
    padding-bottom: 20px !important;
    background: #13314c url(../images/inner-banner.jpg) center center no-repeat;
    background-size: cover;
}

.inner-banner-mudanca {
    padding-top: 26px !important;
    padding-bottom: 20px !important;
    background: #13314c url(../images/banner-mudancas.jpg) center center no-repeat !important;
    background-size: cover;
}

.inner-banner-armazenagem {
    padding-top: 26px !important;
    padding-bottom: 20px !important;
    background: #13314c url(../images/banner-armazenagem.jpg) center center no-repeat !important;
    background-size: cover;
}

.inner-banner-embalagem {
    padding-top: 26px !important;
    padding-bottom: 20px !important;
    background: #13314c url(../images/banner-embalagem.jpg) center center no-repeat !important;
    background-size: cover;
}


/* ==============================
  26. About Info Box styles
============================== */

.contact-page-content {
    background: #ffffff;
    background-image: none !important;
}

.orcamento-form label {
    color: #8e8e8e;
}
.contact-info {
    border: 1px solid #D4D4D4 !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #F1F1F1 !important;
}
.contact-info ul li {
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #D4D4D4 !important;
}
.contact-info ul li .icon-box i {
    color: #eb5e21 !important;
    font-size: 45px;
    position: relative;
    top: 5px;
}

.contact-info ul li .content p {
    color: #000000 !important;
    margin: 0;
}

/* ==============================
  27. Side Bar Widget styles
============================== */

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li.active a {
    background: #eb5e21;
    color: #fff;
}

.menu-servico li:hover a,
.menu-servico li.active a {
    background: #064087 !important;
    color: #fff;
}

/* ==============================
  34. Single service page styles
============================== */

.single-service-page .image-caption-box .text-box p,
.single-post-page .image-caption-box .text-box p {
    color: #000000 !important;
}