* {
    font-family: 'Nunito';
}

body {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px
}

.main_table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.request_quote tbody td {
    border-top: 1px solid #ddd;
    padding: 5px
}

.bg_primary {
    background-color: #e1228c;
    color: #fff
}

.bg_secondary {
    background-color: #262261;
    color: #fff
}

.border_red {
    border: 1px solid red
}

.parsley-errors-list {
    list-style: none;
    font-size: 14px;
    color: orangered;
}

.button {
    border-radius: 35px;
    font-size: 18px;
}

.overlay {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
}

.preloader {
    position: fixed;
    background: url("../images/loader.gif") no-repeat center center #fff;
    height: 100%;
    width: 100%;
    z-index: 9999
}

.popup {
    position: relative
}

.popup .popup_container {
    transition-property: all;
    transition-duration: .5s
}

.popup_container {
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll
}

.navbar .column_4,
.navbar .column_8 {
    align-items: center;
}

.navbar .column_8 {
    text-align: right;
    justify-content: flex-end
}

.logo {
    width: 250px;
    height: auto;
}

.menu_button {
    display: none;
    width: 50px;
    height: 50px;
    z-index: 5;
}

.navbar .column_7 {
    text-align: right;
}

.navbar_row .button {
    background-color: #e1228c;
    padding: 10px 30px;
    display: inline;
    color: #fff;
}

.navbar .navbar_row > li > a,
.navbar .navbar_row > li > a:hover {
    text-decoration: none
}

.navbar_row > li > a:hover {
    color: #e1228c
}

.navbar_row > li > a.active_link {
    color: #e1228c
}

.navbar_row .button:hover {
    background: #262261;
    color: #fff;
}

.banner {
    background: url("../images/banner.jpeg") no-repeat center top;
    background-size:cover;
    height: 600px;
}

.banner .overlay {
    background-color: rgba(0, 0, 0, .5);
}

.banner .container {
    position: relative;
    z-index: 13;
}

.banner .column_6 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner .column_7 {
    flex-direction: column;
    justify-content: center;
}

.banner .button,
.massage_form .button {
    display: inline-table;
    background-color: #e1228c;
    color:#fff;
    margin-right: 40px;
}
.banner h1 {
    color:#ddd;
    line-height: 40px;
    margin-bottom: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.column_6 h1 {
    color:#ddd;
    padding: 0 40px;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 400;
}

.banner .row,
.banner .container,
.banner .column_6 {
    height: 100%;
}

.input_wrap  {
    margin-top: 10px;
}

.banner .column_6 .button {
    color: #fff;
    background-color: #e1228c;
}

.specials .form_input {
    text-decoration: #fff;
    
}

.specials .input_wrap .button {
    color: #fff;
}

.featured .content_wrap,
.specials .content_wrap {
    background-color: #262261;
}

.about,.reguest {
    background-color: #fcfcfc;
}

.about h2 {
    margin-bottom: 30px;
    font: size 28px;;
}

.about p {
    font-size: 18px;
    line-height: 27px;
}

.featured p {
    color: #fff;
}

.featured .column_4 {
    display: flex;
    margin-bottom: 10px;
}

.featured h1, .featured h3 {
    margin-bottom: 10px;
    color: #fff;
}

.featured h3 {
    font-weight: 400;
}

.featured .column_4 * {
    transition-property: all;
    transition-duration: .5s;
}

.featured .column_4:hover .content_wrap {
    background-color: #e1228c;
    color: #fff;
}

.featured .column_4:hover .bi {
    background-color: #fff;
    color: #262261;
}

.privacy li,
.terms li {
    margin-left: 25px
}

h2,h3,h4,h5,h6 {
    text-transform: capitalize;
}

h2 {
    font-weight: 500;
}

footer {
    font-size: 14px;
}

footer ul {
    list-style: none
}

footer .bi {
    width: 30px;
    height: 35px;
    font-size: 15px;
    color: #262261;
    background: #fff;
    padding: 5px 8px;
    border-radius: 35px
}

footer .column_5:last-of-type p {
    text-align: right
}

.sponsored_img,
.specials {
    width: 100%;
    height: auto;}

.sponsored {
    background: #262261;
    padding: 5px 30px;
    transform: rotate(45deg);
    right: 0;
    margin-top: 15px;
    margin-right: -32px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    display: table;
    font-size: 14px;
    
}

.featured .content_wrap {
    padding: 0;
}

.img_container {
    position: relative;
    overflow: hidden;
}

.featured_info {
    padding: 15px;
}

.specials .form_input {
    border-width: 1px;
    border-color: #000;
}

footer .container {
    z-index: 13;
}

footer p:first-of-type {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
    
}

footer .overlay {
    background-color: #e1228c;
}

footer .bi {
    font-size: 15px;
    /* border: 1px solid red; */
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .content_wrap {
    border: none;
    background-color: #e1228c;
    text-decoration: none;
}

footer img {
    width: 130px;
    height: auto;
    margin-top: 10px;
    padding: 5px 5px;

}

footer ul {
    text-transform: capitalize;
}

.cradits {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}

.page_title {
    height: 130px;
    background-color: #262261;
    text-transform: capitalize;
    color: #fff;
}

.page_title h2 {
    margin: 0;
}

.page_title .column_6 {
    flex-direction: column;
    justify-content: center;
}

.page_title .container,
.page_title .row,
.page_title .column_6 {
    height: 100%;
}

.page_title .navbar_row > li > a {
    color: #fff;
    padding: 0;
    margin: 0;
}

.page_title .navbar_row {
    margin: 0;
    padding: 0;
}

.page_title .navbar_row > li > a::after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}

.how_it_works .content_wrap {
    background: none
}

.how_it_works h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center
}

.massage_form {
    background-color: #ddd;
}

.popup_container .content_wrap {
    padding: 0;
    overflow-y: auto;
}

.popup_container .row .column_8 {
    align-items: center;
}

.popup_container .content_wrap {
    overflow-y: scroll
}

.client_terms {
    font-size: 14px;
}

.add_listing .button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0
}

.add_listing .items_group {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-bottom: 0
}

.add_listing .list_item:last-of-type {
    padding: 0
}

.add_listing .bi {
    background: #262261;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
}

.request_quote td {
    font-size: 14px;
    padding: 5px 0 !important
}

.request_quote .button.bg_secondary {
    font-size: 15px;
    padding: 5px 20px
}


@media(max-width:1175px) {
    
    .navbar {
        height: auto
    }
    
    .navbar .button {
        display: table
    }
    
    .logo {
        width: 180px
    }
    
}


@media(max-width:767px) {
    
    body {
        font-size: 15px
    }
    
    .container,
    .column_4,
    .column_5,
    .column_2,
    .column_8,
    .column_6,
    .about .column_8,
    .column_7,
    .navbar_row {
        width: 100%;
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .container {
        padding: 0
    }

    .menu_button {
        display: inline-block;
        margin: 20px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    
    .navbar .bi {
        font-size: 24px;
        border-radius: 5px;
        padding: 0 10px;
        border: 1px solid #262261;
        color: #262261
    }

    .hidden {
        display: none;
    }

    .navbar .navbar_row {
        background-color: rgba(255,255,255,.8);
        position: relative;
        padding: 0 5px;
        z-index: 99999;
    }
    
    .navbar .navbar_row > li {
        display: block;
        background: #262261;
        margin-bottom: 2px;
        border-radius: 50px;
        color: #fff;
    }
    
    .navbar .navbar_row > li:last-of-type {
        background-color: transparent;
    }

    .navbar .navbar_row > li a {
        width: 100%;
        padding: 10px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }

    .navbar .navbar_row > li a:hover {
        text-decoration: none;
    }
    
    .navbar_row .button {
        display: inline-block;
    }
    
    .navbar .column_8 {
        text-align: right;
        justify-content: center;
        padding-top: 115px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .banner {
        height: 350px
    }
    
    .banner h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px
    }
    
    .banner .button {
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 5px;
        display: table
    }
    
    .popup_container .row .column_8 {
        align-items: flex-start
    }
    
    footer .column_5:first-of-type {
        display: none
    }
    
    footer .column_5:last-of-type p {
        text-align: left
    }

    
}

























