/*!
Theme Name: Formaspace DEV
Theme URI: https://formaspace.com
Author: The Formaspace team
Author URI: https://formaspace.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devformaspace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.top-menu-bg {
    background-color: #0046b7
}

.top-menu-bg a {
    text-transform: uppercase;
    font-weight: 700
}

#top-menu-nav a, #top-menu-nav li, #top-menu-nav span, #top-menu-nav ul {
    font-size: 12px;
    margin: 0;
    position: relative
}

#top-menu-nav {
    width: auto;
    z-index: 998;
    position: relative
}

#top-menu-nav ul:after, #top-menu-nav:after {
    content: '';
    display: block;
    clear: both
}

#top-menu-nav ul {
    list-style: none;
    padding: 0
}

#top-menu-nav > ul > li {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 10px
}

#top-menu-nav.align-center {
    text-align: center
}

#top-menu-nav.align-center > ul > li {
    float: none
}

#top-menu-nav.align-center ul ul {
    text-align: left
}

#top-menu-nav.align-right > ul {
    float: right
}

#top-menu-nav.align-right ul ul {
    text-align: right
}

#top-menu-nav > ul > li > a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

#top-menu-nav > ul > li.last a {
    border-right: none
}

#top-menu-nav .has-sub {
    z-index: 1
}

#top-menu-nav .has-sub:hover > ul {
    display: block
}

#top-menu-nav .has-sub ul {
    display: none;
    position: absolute;
    width: 300px
}

#top-menu-nav.align-right .has-sub ul {
    left: auto;
    right: 0
}

#top-menu-nav .has-sub ul li a {
    background: #176ed8;
    font-size: 11px;
    filter: none;
    display: block;
    line-height: 120%;
    padding: 12px 12px;
    padding-left: 40px;
    top: 11px;
    color: #fff
}

#top-menu-nav .has-sub ul li:hover a {
    background: #013da0
}

.icon-car {
    background-image: url(http://cdn5.iconfinder.com/data/icons/Symbolicons_Transportation/24/Car.png);
    background-position: center center
}

.content-box-applications {
    text-align: center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 30px 30px 30px;
    border: 1px solid #e1e1e1
}

.content-box-applications:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 20px -2px #ccc !important
}

.content-box-applications .title {
    color: #0081c3;
    font-weight: 700;
    font-size: 22px;
    font-weight: 700 !important
}

.main_title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0081c3;
    font-weight: 700;
    font-size: 22px;
    text-align: center !important
}

.content-box-applications .ship {
    color: #4f4f4f;
    font-weight: 700;
    font-size: 16px !important
}

.content-box-applications .days {
    color: #0c3;
    font-weight: 700;
    font-size: 16px !important
}

.link-box a {
    text-decoration: none;
    color: inherit
}

.col-centered {
    float: none;
    margin: 0 auto
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.lesspadding {
    padding: 5px !important;
    margin: 0 !important
}

.checkbox-slider--b {
    position: relative
}

.checkbox-slider--b input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0 0;
    cursor: pointer;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.checkbox-slider--b input + span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-slider--b input + span:before {
    position: absolute;
    left: 0;
    display: inline-block
}

.checkbox-slider--b input + span > h4 {
    display: inline
}

.checkbox-slider--b input + span {
    padding-left: 40px
}

.checkbox-slider--b input + span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .8);
    transition: background .2s ease-out
}

.checkbox-slider--b input + span:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
    transition: margin-left .1s ease-in-out;
    text-align: center;
    font-weight: 700;
    content: ""
}

.checkbox-slider--b input:checked + span:after {
    margin-left: 20px;
    content: ""
}

.checkbox-slider--b input:checked + span:before {
    transition: background .2s ease-in
}

.checkbox-slider--b input + span {
    padding-left: 40px
}

.checkbox-slider--b input + span:before {
    border-radius: 20px;
    width: 40px
}

.checkbox-slider--b input + span:after {
    background: #fff;
    content: "";
    width: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 20px
}

.checkbox-slider--b input:not(:checked) + span:after {
    -webkit-animation: popOut ease-in .3s normal;
    animation: popOut ease-in .3s normal
}

.checkbox-slider--b input:checked + span:after {
    content: "";
    margin-left: 20px;
    border: solid transparent 2px;
    background-clip: padding-box;
    -webkit-animation: popIn ease-in .3s normal;
    animation: popIn ease-in .3s normal
}

.checkbox-slider--b input:checked + span:before {
    background: #5cb85c
}

.checkbox-slider--b.checkbox-slider-md input + span:before {
    border-radius: 30px
}

.checkbox-slider--b.checkbox-slider-md input + span:after {
    border-radius: 30px
}

.checkbox-slider--b.checkbox-slider-lg input + span:before {
    border-radius: 40px
}

.checkbox-slider--b.checkbox-slider-lg input + span:after {
    border-radius: 40px
}

#formModalRep h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    color: #0181c4
}

#design_consultant {
    padding-top: 20px
}

#page-contact {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #e1e1e1
}

#page-contact .page-contact-title {
    color: #666;
    margin: 20px 0 10px
}

#page-contact .page-contact-follow {
    background: #fafafa;
    padding: 15px 0
}

#page-contact .page-contact-follow .row {
    margin-bottom: 0
}

#page-contact .page-contact-follow-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0181c4;
    margin-top: 10px
}

#page-contact .page-contact-follow-list {
    border-right: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 0
}

#page-contact .page-contact-follow-list li {
    float: left;
    font-size: 18px;
    padding: 0 10px;
    border-left: 1px solid #ccc
}

@media only screen and (min-width: 768px) {
    #page-contact .page-contact-follow-list li {
        font-size: 32px
    }
}

#page-contact .page-contact-follow-list li a {
    color: #666
}

#page-contact .page-contact-box {
    padding: 40px 0 0
}

#page-contact .page-contact-box-content {
    background: #fafafa;
    padding: 55px 20px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 35px
}

#page-contact .page-contact-box-content.is-last {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    #page-contact .page-contact-box {
        padding-bottom: 20px
    }

    #page-contact .page-contact-box-content {
        min-height: 273px;
        margin-bottom: 0
    }
}

#page-contact .page-contact-box-content-icon {
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #0181c4;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 11px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0
}

#page-contact .page-contact-box-content-icon i {
    font-size: 36px;
    color: #0181c4;
    width: 36px;
    height: 36px;
    border: 0 !important;
    padding: 0 !important
}

#page-contact .page-contact-box-content-hl {
    color: #0181c4;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 20px
}

#page-contact .page-contact-box-content-hl a, #page-contact .page-contact-box-content-hl a:hover {
    color: #0181c4 !important
}

#page-contact .page-contact-box-content dl dt {
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px
}

#page-contact .page-contact-box-content dl dd {
    text-align: center;
    margin-bottom: 15px
}

#page-contact .page-contact-box-content dl.is-left-aligned dd {
    text-align: left;
    padding-left: 15px
}

#page-contact .page-contact-box-content a {
    color: #333
}

#page-contact .page-contact-box-content a:hover {
    color: #333 !important;
    text-decoration: underline
}

#usa-map {
    width: 100%;
    height: 300px;
    padding: 80px 0 50px
}

@media only screen and (min-width: 768px) {
    #usa-map {
        height: 800px;
        padding: 100px 0 50px
    }
}

#page-contact .jqvmap-pin {
    font-size: 11px
}

#page-contact .jqvmap-pin[for=nh] {
    transform: translate(0, 18px)
}

#page-contact .jqvmap-pin[for=md] {
    transform: translate(0, -19px)
}

#page-contact .jqvmap-pin[for=id] {
    transform: translate(-10px, 28px)
}

#page-contact .jqvmap-pin[for=la] {
    transform: translate(-20px, 0)
}

#page-contact .jqvmap-pin[for=ca] {
    transform: translate(-20px, 0)
}

#page-contact .jqvmap-pin[for=fl] {
    transform: translate(50px, 0)
}

#page-contact .jqvmap-pin[for=va] {
    transform: translate(21px, 0)
}

#page-contact .jqvmap-pin[for=vt] {
    transform: translate(0, -10px)
}

#page-contact .jqvmap-pin[for=ma] {
    transform: translate(0, -5px)
}

#page-contact .jqvmap-pin[for=ct] {
    transform: translate(0, 5px)
}

#page-contact .jqvmap-pin[for=pa] {
    transform: translate(0, -5px)
}

#page-contact .jqvmap-pin[for=de], #page-contact .jqvmap-pin[for=nj] {
    transform: translate(15px, 0)
}

#page-contact .jqvmap-zoomin, #page-contact .jqvmap-zoomout {
    width: 15px;
    height: 15px
}

#page-contact .page-contact-map {
    position: relative
}

#page-contact .page-contact-map-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0181c4;
    padding: 0 0 20px
}

.page-contact-map-container {
    position: relative
}

.page-contact-map-others {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10px
}

@media only screen and (min-width: 768px) {
    .page-contact-map-others {
        top: 20px
    }
}

.page-contact-map-others ul {
    float: right;
    margin: 0;
    list-style: none outside
}

.page-contact-follow ul {
    list-style: none outside
}

.page-contact-map-others ul li {
    height: 35px;
    font-size: 11px;
    background: #e9eef4;
    line-height: 35px;
    padding: 0 20px;
    margin-left: 1px;
    float: left;
    transition: background 250ms
}

@media only screen and (min-width: 768px) {
    .page-contact-map-others ul li {
        font-size: 13px
    }
}

.page-contact-map-others ul li:hover {
    background: #bedded;
    cursor: pointer
}

#formModalRep  .page-contact-map-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

.is-modal-open .page-contact-map-modal {
    display: block
}

.page-contact-map-modal-content {
    width: 310px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: rgba(1, 129, 196, .8);
    text-align: center;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .page-contact-map-modal-content {
        width: 350px
    }
}

.page-contact-map-modal-content-close {
    position: absolute;
    right: -13px;
    top: -13px;
    background: #fff;
    color: #333;
    border: none;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    outline: 0;
    padding: 0;
    margin: 0
}

.page-contact-map-modal-content-close i {
    float: left
}

.page-contact-map-modal-content h4 {
    font-weight: 800 !important
}

.page-contact-map-modal-content img {
    width: 170px;
    margin: 15px 0
}

.page-contact-map-modal-content a, .page-contact-map-modal-content a:hover {
    color: #fff !important;
    text-decoration: none !important
}

.page-contact-map-modal-content dl {
    font-size: 14px;
    margin-bottom: 0
}

.page-contact-map-modal-content dl:after {
    content: "";
    display: block;
    clear: both
}

.page-contact-map-modal-content dl dt {
    float: left;
    width: 25%;
    clear: left;
    text-align: left;
    padding-top: 5px
}

.page-contact-map-modal-content dl dd {
    float: left;
    width: 75%;
    text-align: left;
    padding-top: 5px
}

.page-contact-map-modal-content dl i {
    font-size: 18px;
    margin-right: 5px
}

#page-contact .page-contact-form {
    background: url(uploads/contact/FS-Team-in-Warehouse.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0 20px
}

#page-contact .page-contact-form-hl {
    text-align: center;
    font-size: 28px !important;
    color: #0c3;
    margin: 0 0 30px;
    text-shadow: 0 0 10px #000
}

#page-contact input[type=email], #page-contact input[type=text], #page-contact select, #page-contact textarea {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, verdana;
    font-weight: 300;
    font-size: 16px;
    padding: 14px;
    color: #222;
    margin-bottom: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, .8)
}

#page-contact select {
    -webkit-appearance: none;
    border-radius: 4px
}

#page-contact .page-contact-form-area-button {
    text-align: center
}

#page-contact .page-contact-form-area-button button {
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(255, 255, 51, .7);
    border: 2px solid #ff3;
    height: 45px;
    padding: 0 40px;
    font-weight: 700;
    color: #605f5c;
    transition: background 250ms;
    width: 100%
}

@media only screen and (min-width: 768px) {
    #page-contact .page-contact-form-area-button button {
        width: auto
    }

    #page-contact .page-contact-form {
        padding-bottom: 50px
    }
}

#page-contact .page-contact-form-area-button button:hover {
    background: #ff3
}

.page-contact-form ::-webkit-input-placeholder {
    color: #222
}

.page-contact-form :-moz-placeholder {
    color: #222
}

.page-contact-form ::-moz-placeholder {
    color: #222
}

.page-contact-form :-ms-input-placeholder {
    color: #222
}

.navigation-bottom nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item > ul.dropdown-menu li.fs-flx-icon > a.nav-link::before {
    position: absolute;
    top: 0;
    left: 35px;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    content: '';
    background-image: url(https://formaspace.com/wp-content/uploads/2021/03/FLX_icon_white.png);
    background-repeat: no-repeat;

}
