/*
Theme Name: Atlantics Southern Paving
Author: 561 Media
Author URI: https://www.561media.com
version: 1.0
*/


/* =============================== */
.full-height {
    height: 100%;
    min-height: 100vh;
}

table.form-table td input {
    min-width: 400px;
}

.contact_us_text {
    font-size: 22px;
    font-weight: 700;
    margin-top: 51px;
}

.error-404 {
    min-height: 350px
}

div#gform_confirmation_wrapper_2 {
    color: #fff;
    font-size: 21px;
    text-align: center;
}

#header {
    background-image: url(images/header-bg.png);
    font-family: rift, sans-serif;
}

section.our_work_section .tab-content img {
    border: 10px solid #feda00;
}

@media (min-width:1500px) {
    .truck-img img {
        margin-bottom: -30px;
        margin-top: -30px;
        max-width: none;
        width: 110% !important;
    }
}

@media (min-height:870px) {
    .ver-center {
        left: 50%;
        position: absolute;
        top: 55%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media (min-width:1200px) {
    .home h1 {
        font-size: 100px;
    }

    .form-outline-box p {
        font-size: 18px;
    }

    .form-outline-box .gform_button {
        font-size: 32px;
    }

    .home h2 {
        font-size: 60px;
    }

    .services_bg .title {
        font-size: 44px;
    }

    .downloadform-div h2 {
        font-size: 52px;
    }

    .topbar .text2 {
        font-size: 28px;
    }

    .topbar .text1 {
        color: #feda00;
        font-size: 24px;
        margin-right: 5px;
    }

    .nav .menu-item a {
        font-size: 21px;
    }

    .numbscrollBox .numcount {
        font-size: 80px;
    }

    .numbscrollBox .description {
        font-family: rift, sans-serif;
        font-size: 53px;
        font-weight: 600;
    }

    .learnmorebtn {
        font-family: rift, sans-serif;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.3;
    }
}

@media (min-width:769px) {
    .mobile-disply {
        display: none;
    }
}

@media (max-width:768px) {
    .sm-d-none {
        display: none;
    }

    .mobile-disply {
        display: block;
    }

    div#topbar {
        background: #000;
        bottom: 0;
        position: fixed;
        text-align: left !important;
        width: 100%;
        z-index: 9;
    }

    #topbar.topbar-scrolled {
        top: auto;
    }

    .topbar .text1 {
        display: block;
    }

    button.navbar-toggler {
        background: #feda00;
        border-radius: 60px;
        bottom: 9px;
        color: #000;
        height: 45px;
        position: fixed;
        right: 20px;
        width: 45px;
    }

    button.navbar-toggler i.fas.fa-bars.text-white {
        color: #000 !important;
    }
}