/*
Theme Name: Traebox
Theme URI: http://www.traebox.com/
Description: Traebox WordPress Theme.
Author: Josael Hernandez
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    font-family: "Poppins", sans-serif;
}

.reveal-item {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.reveal-item.active{
    transform: translateY(0);
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
}

header.main-header {
    /* opacity: 0.5; */
    background: white;
    padding: 0px 30px;
    width: 100%;
    position: fixed;
    z-index: 500;
}

header.main-header img.header-logo {
    width: 360px;
    padding: 15px 0px;
    margin-left: -24px;
}

header.main-header ul.main-nav-bar {
    padding: 0px;
    margin: 0px;
}

header.main-header ul.main-nav-bar > li {
    display: inline-block;
    margin: 30px 12px;
    margin-top: 35px !important;
    padding-bottom: 5px;
    vertical-align: middle;
    border-bottom: 1px solid white;
}

header.main-header ul.main-nav-bar > li a {
    color: #00274f;
    font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: -0.45px;
    text-decoration: none;
}

header.main-header ul.main-nav-bar > li.active {
    border-bottom: 1px solid #00244a;
}

.header-social {
    text-align: right;
}

.header-social .header-social-item {
    display: inline-block;
    margin-left: 18px;
    padding: 32px 0px;
}

.header-social .header-social-item a {
    color: #00274f;
    font-size: 26px;
    text-decoration: none;
}

footer.main-footer {
    background: url("assets/images/blue-background.png");
    background-size: cover;
    padding: 45px 0px;
    padding: 45px 0px;
    padding-bottom: 25px;
}

footer.main-footer img.footer-logo {
    max-width: 300px;
    width: 100%;
}

.footer-social {
    text-align: center;
}

div.footer-social div.footer-social-item {
    display: inline-block;
    vertical-align: top;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: 0px 3px;
}

div.footer-social div.footer-social-item a {
    color: #00274f;
    text-decoration: none;
    font-size: 20px;
    line-height: 38px;
}

footer.main-footer h4 {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

div.footer-copyright {
    margin-top: 40px;
    text-align: center;
}

div.footer-copyright p {
    margin-bottom: 0px;
    color: white !important;
    font-size: 14px;
}

footer.main-footer p {
    color: white;
    text-align: center;
}

footer.main-footer p a {
    color: white;
    text-decoration: none;
}

section.subscribe-footer {
    padding: 45px 0px;
    padding-top: 55px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.subscribe-text {
    margin-bottom: 45px;
}

.subscribe-text * {
    color: white;
}

.subscribe-text h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 36px;
}

.subscribe-legend * {
    color: white;
}

section.subscribe-footer:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 34 70 / 60%);
    z-index: 0;
}

section.subscribe-footer div.container {
    position: relative;
    z-index: 1;
}

.subscribe-form {
    margin: 0 auto;
    margin-bottom: 45px;
    max-width: 600px;
}

.subscribe-form input {
    height: 60px;
}

.subscribe-form input:focus {
    box-shadow: none;
    border: none;
}

.subscribe-form button {
    background: #fcb614;
    border-color: #fcb614 !important;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
}

.subscribe-form button:hover {
    background: #eebb00;
    border-color: #eebb00 !important;
    color: #333;
}

.subscribe-form button:focus,
.subscribe-form button:active {
    box-shadow: none;
    border: #eebb00;
}

section.main-slider {
    height: calc(100vh);
    top: 0%;
    width: 100%;
    position: relative;
}

section.main-slider .cycle-slideshow article:after {
    content: "";
    background: rgb(0 34 70 / 25%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
}

section.main-slider .cycle-slideshow {
    height: 100%;
    width: 100%;
}

section.main-slider .cycle-slideshow article {
    height: 100%;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

section.main-slider .cycle-slideshow article div.slider-desc {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    top: calc(50%);
    transform: translate(0%, -50%);
    z-index: 100;
}

section.main-slider .cycle-slideshow article div.slider-desc img {
    margin-bottom: 20px;
    width: 240px;
}

section.main-slider .cycle-slideshow article div.slider-desc h2 {
    margin-bottom: 0px;
    color: white;
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

iframe.calculator-iframe {
    border: none !important;
    width: 100% !important;
    height: 810px !important;
}

section.home-services-icons {
    background-image: url('assets/images/blue-background.png');
    background-position: top center !important;
    background-size: cover !important;
    padding: 40px 35px;
}

section.home-services-icons div.home-service-icon {
    text-align: center;
}

section.home-services-icons div.home-service-icon img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 15px;
}

section.home-services-icons div.home-service-icon p {
    color: white;
    font-style: italic;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
}

section.home-services-steps {
    background-image: url('assets/images/gray-background.png');
    background-position: top center !important;
    background-size: cover !important;
    padding: 40px 35px;
}

section.home-services-steps article.home-service-steps-process {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #00274f;
}

section.home-services-steps article.home-service-steps-process div.home-service-steps-process-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: auto;
}

section.home-services-steps article.home-service-steps-process div.home-service-steps-process-wrapper h1,
section.home-services-steps article.home-service-steps-process div.home-service-steps-process-wrapper h2 {
    color: #00274f;
    font-size: 32px;
    font-weight: 700;
}

section.home-services-steps article.home-service-steps-process div.home-service-steps-process-wrapper p {
    color: #00274f;
    font-size: 22px;
    margin-bottom: 25px;
}

section.home-services-steps article.home-service-steps-list div.home-service-step img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 250px;
}

section.home-services-steps article.home-service-steps-list div.home-service-step h2 {
    color: #00274f;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

section.home-services-steps article.home-service-steps-list div.home-service-step div.home-service-step-desc, 
section.home-services-steps article.home-service-steps-list div.home-service-step div.home-service-step-desc * {
    color: #00274f;
    font-size: 14px;
}

section.intern-breadcrumb {
    padding-top: 124px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #00244a;
}

section.intern-breadcrumb ol li.breadcrumb-item a, 
section.intern-breadcrumb ol li.breadcrumb-item {
    color: white !important;
    text-decoration: none;
}

section.calculator-text-wrapper {
    padding: 40px 0px;
    padding-top: 50px;
}

section.calculator-text-wrapper div.calculator-tax-button {
    text-align: center;
    margin-bottom: 35px;
}

section.calculator-text-wrapper div.calculator-tax-button a {
    padding: 15px 30px;
    background: #00244a;
    text-transform: uppercase;
}

section.calculator-text-wrapper div.calculator-text-block-content,
section.calculator-text-wrapper div.calculator-text-block-content * {
    color: #00274f;
}

section.intern-page-wrapper {
    padding: 50px 0px;
}

section.intern-page-wrapper.yellow {
    background-image: url('assets/images/yellow-background.png');
    background-size: cover;
    background-position: top center;
}

section.intern-page-wrapper.blueback {
    background: #00274f;
}

section.intern-page-contact article.contact-form-content {
    background-image: url('assets/images/gray-background.png');
    background-size: cover;
    background-position: top center;
    padding: 50px 0px;
    padding-bottom: 20px !important;
}

section.intern-page-contact article.contact-form-content div.contact-info-cell {
    margin-bottom: 30px;
    text-align: center;
}

section.intern-page-contact article.contact-form-content div.contact-info-cell p {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 300;
}

section.intern-page-contact article.contact-form-content div.contact-info-cell h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    color: #00244a;
    font-size: 28px;
}

section.intern-page-contact article.contact-form-content div.contact-info-cell p span:first-child {
    margin-right: 10px;
}

section.intern-page-contact article.contact-form-content div.contact-info-cell p span:first-child {
    margin-right: 10px;
}

section.intern-page-contact article.contact-form-wrapper {
    padding: 80px 0px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

section.intern-page-contact article.contact-form-wrapper div.contact-form-container {
    position: relative;
    z-index: 99;
}

section.intern-page-contact article.contact-form-wrapper:after{
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 34 70 / 60%);
    z-index: 0;
}

section.intern-page-contact article.contact-form-wrapper h1 {
    font-weight: 700;
    margin-bottom: 50px;
    color: #fcb614;
}

section.intern-page-contact article.contact-form-wrapper ul {
    padding: 0px;
    list-style: none;
}

section.intern-page-contact article.contact-form-wrapper ul li:first-child {
    font-weight: 700;
}

section.intern-page-contact article.contact-form-wrapper ul li a, 
section.intern-page-contact article.contact-form-wrapper ul li {
    color: white !important;
    font-size: 18px;
}

section.intern-page-contact article.contact-form-wrapper div.contact-form-container div.contact-form label {
    color: white;
}

section.intern-page-contact article.contact-form-wrapper div.contact-form-container div.contact-form input {
    border-radius: 0px !important;
    border: 2px solid white;
}

section.intern-page-contact article.contact-form-wrapper div.contact-form-container div.contact-form textarea {
    border-radius: 0px;
    resize: none;
    border: 2px solid white;
}

section.intern-page-contact article.contact-form-wrapper div.contact-form-container div.contact-form input:focus,
section.intern-page-contact article.contact-form-wrapper div.contact-form-container div.contact-form textarea:focus {
    border: 2px solid #fcb614;
    box-shadow: none !important;
}

section.intern-page-contact article.contact-form-wrapper div.contact-form-container div.contact-form button {
    background: #fcb614;
    padding: 10px;
    min-width: 100px;
}

div.contact-map {
    margin-top: 10px;
    margin-bottom: 40px;
}

div.contact-map iframe {
    width: 100%;
}

section.about-page-wrapper {
    background-image: url('assets/images/blue-background.png');
    background-size: cover;
    background-position: top center;
    padding: 50px 0px;
}

section.about-page-wrapper div.mision-vision-box {
    text-align: center;
    padding: 0px 30px;
}

section.about-page-wrapper div.mision-vision-box h2 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

section.about-page-wrapper div.mision-vision-column {
    border-bottom: 1px solid white;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

section.about-page-wrapper div.mision-vision-box *, 
section.about-page-wrapper div.values-grid * {
    color: white !important;
}

section.about-page-wrapper div.values-grid h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}

section.about-page-wrapper div.values-grid div.value-box {
    margin-bottom: 40px;
    text-align: center;
}

section.about-page-wrapper div.values-grid div.value-box img {
    margin-bottom: 10px;
    width: 100%;
}

section.about-page-wrapper div.values-grid div.value-box h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

section.service-page-banner {
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    position: relative;
}

section.service-page-banner:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 34 70 / 60%);
    z-index: 0;
}

section.service-page-banner div.service-page-banner-content {
    position: relative;
    z-index: 1;
}

section.service-page-banner div.service-page-banner-content * {
    color: white;
}

section.service-page-banner div.service-page-banner-content img.services-banner-logo {
    width: 500px;
    display: block;
    margin: 0 auto;
}

section.service-page-banner div.service-page-banner-content h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

section.service-page-banner div.service-page-banner-content a.btn.btn-service-page-banner {
    background: #fcb614;
    color: #00274f !important;
    padding: 20px 35px;
    margin-top: 30px;
}

article.home-service-steps-list a.btn.btn-home-service-blue {
    background: #00274f;
    color: white !important;
    padding: 20px 35px;
    margin-top: 10px;
    text-transform: uppercase;
}

.services-block-price h1, 
.services-block-price h3 {
    color: #00274f;
    margin-bottom: 40px;
}

.services-block-price p {
    color: #00274f;
}

.services-block-price h3 {
    font-size: 34px;
    font-weight: 700;
}

.services-block-price h3 em {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
}

.services-block-price h1 {
    font-size: 64px;
    font-weight: 700;
}

.services-block-price a.btn.services-price-btn {
    background: #00274f;
    color: white !important;
    padding: 20px 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services-block-price {
    padding: 30px 0px;
    border-bottom: 1px solid #00274f;
}

div.services-block-send img.services-block-send-picture {
    width: 100%;
}

.services-block-send {
    padding: 40px 0px;
    border-bottom: 1px solid #00274f;
}

.services-block-send.borderless {
    border-bottom: none !important;
}

.services-block-send h1,
.services-block-send h2 {
    color: #00274f;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: bold;
}

.services-block-send .services-block-send-description * {
    color: #00274f;
    font-size: 17px;
}

.services-block-send-description ul li, 
.services-block-send-description ul li * {
    font-size: 20px !important;
    font-weight: 300;
    text-decoration: none !important;
}

.services-block-send-description ul li  {
    margin-bottom: 15px;
}

div.single-blog-content,
div.single-blog-content *,
h1.single-blog-title {
    color: white !important;
}

h1.single-blog-title {
    margin-bottom: 30px;
}

div.single-blog-content h1,
div.single-blog-content h2,
div.single-blog-content h3,
div.single-blog-content h4,
div.single-blog-content h5 {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.single-blog-content p,
div.single-blog-content ul {
    margin-bottom: 20px;
}

div.single-blog-content img.w-100 {
    margin-bottom: 20px;
}

img.single-blog-image {
    margin-bottom: 20px;
    width: 100%;
}

div.blog-item-background {
    background-size: cover;
    background-position: top center;
    height: 420px;
}

div.blog-item-box * {
    color: white !important;
}

div.blog-item-box h1 {
    font-size: 34px !important;
    margin-bottom: 20px;
}

div.blog-item-box a.read-more-btn {
    color: #eebb00 !important;
}

div.blog-item-box  div.blog-item-intro {
    margin-bottom: 30px;
}

div.blog-wrapper {
    padding: 0px 30px;
}

.register-page-banner-title {
    position: relative;
    height: 400px;
    z-index: 1;
}

section.register-page-banner {
    background-size: cover;
    background-position: center;
    position: relative;
}

.register-page-banner-title h1 {
    color: white;
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
}

section.register-page-banner:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 34 70 / 60%);
    z-index: 0;
}

section.register-form-wrapper {
    padding: 60px 0px;
}

section.register-form-wrapper * {
    color: #00274f;
}

section.register-form-wrapper div.register-form-content h1 {
    margin-bottom: 20px;
}

section.register-form-wrapper div.register-form-content p {
    margin-bottom: 40px;
}

section.register-form-wrapper div.register-form button {
    color: white !important;
    background: #00274f;
    padding: 10px;
    min-width: 100px;
}

button.btn:focus, a.btn:focus, input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
}

a.btn.btn-default.btn-yellow-slider {
    margin-top: 20px;
    background: #fcb614;
    color: black;
    padding: 15px 45px;
}

nav.slide-mobile-menu {
    margin: 0px;
    padding: 0px;
    background: white;
    position: absolute;
    left: 0;
    top: 93px;
    z-index: 1000;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: all .3s;
}

nav.slide-mobile-menu.active {
    height: calc(100vh - 93px);
}

nav.slide-mobile-menu ul {
    margin: 0px;
    padding: 30px 0px;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

nav.slide-mobile-menu ul li {
    text-align: center;
    margin-bottom: 25px;
}

nav.slide-mobile-menu ul li a {
    font-size: 24px;
    color: #00274f;
    text-decoration: none;
}

body.mobile-menu-opened {
    overflow: hidden !important;
}

@media (max-width: 1200px) {
    header.main-header img.header-logo {
        width: 300px;
        padding: 20px 0px;
        margin-left: -40px;
    }

    header.main-header ul.main-nav-bar > li {
        margin: 30px 8px;
    }
}

@media (max-width: 1080px) {
    header.main-header ul.main-nav-bar > li {
        margin: 30px 5px;
    }
}

@media (max-width: 767px) {
    section.home-services-icons div.home-service-icon {
        margin-bottom: 40px;
    }
    
    section.home-services-icons {
        padding-bottom: 0px;
    }

    footer.main-footer img.footer-logo {
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    
    .footer-box h4 {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .services-block-send h1, .services-block-send h2 {
        font-size: 28px;
    }
    
    .subscribe-text h1 {
        font-size: 28px;
    }
    
    .services-block-price h3 {
        font-size: 28px;
    }
    
    .services-block-price h3 em {
        font-size: 28px;
    }
    
    .services-block-price h1 {
        font-size: 44px;
    }

    .services-block-send-description ul li, 
    .services-block-send-description ul li * {
        font-size: 16px !important;
    }

    section.intern-page-contact article.contact-form-content div.contact-info-cell p {
        font-size: 18px;
    }
    
    section.intern-page-contact article.contact-form-content div.contact-info-cell h2 {
        font-size: 24px;
    }

    div.blog-item-box h1 {
        font-size: 28px !important;
    }

    h1.single-blog-title {
        font-size: 28px !important;
    }

    .header-social .header-social-item {
        margin-left: 14px !important;
    }

    header.main-header {
        padding-left: 20px;
        padding-right: 5px;
    }

    header.main-header img.header-logo {
        width: 224px;
        padding: 27.5px 0px;
    }

    .header-social .header-social-item a {
        font-size: 20px;
    }

    .header-social .header-social-item {
        padding: 35px 0px;
    }
}

@media (max-width: 440px) {
    .header-social .header-social-item {
        margin-left: 10px !important;
    }    
}