#contact,
#contact > .limiter .form {
    position: relative;
    z-index: 2;
}

#contact .common-top .text {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}


#contact > .limiter {
    position: relative;
    margin: -50px auto 0;
    max-width: 1650px;
    -lh-property: 0;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
}

#contact > .limiter .form {
    display: block;
    background: #4e4e4e;
    padding: 50px 40px 30px;
    width: 50%;
    margin-bottom: 230px;
    margin-left: 25%;
}

#contact > .limiter .form .column {
    display: inline-block;
    vertical-align: top;
    -lh-property: 0;
    width: 100%;
    width: 100%;
    width: 100%;
    color: #fff;
    margin-bottom: 40px;
}


#contact > .limiter .categories {
    position: relative;
    margin-bottom: 100px;
    text-align: center;
}
#contact > .limiter .categories .item {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 100px;
    background: #fbfbfb;
    border-right: 2px solid #c0bfbf;
    text-align: center;
    color: #ed1b24;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contact > .limiter .categories .item span:after,
#contact > .limiter .itens .solution-item:after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    content: "";
    bottom: 0;
}
#contact > .limiter .categories .item:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#contact > .limiter .categories .item:last-child {
    border-right: 0;
}
#contact > .limiter .categories .item.active,
#contact > .limiter .categories .item:hover {
    background: #f3f3f3;
}
#contact > .limiter .categories .item.active span:after,
#contact > .limiter .categories .item:hover span:after {
    width: 240px;
}
#contact > .limiter .categories .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 70px;
    letter-spacing: 1.5px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px;
}
#contact > .limiter .categories .item span small{
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 15px;
}
#contact > .limiter .categories .item span:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 7px;
    background: currentColor;
    transition: all 0.3s ease-out;
}


#contact > .limiter .form .column:nth-child(odd) {
    margin-right: 70px;
}
#contact > .limiter .form .column.error input,
#contact > .limiter .form .column.error textarea {
    border-color: #ef333b !important;
}
#contact > .limiter .form .column.error select {
    background: #ef333b;
}
#contact > .limiter .form .column.select-column {
    position: relative;
}
#contact > .limiter .form .column.select-column:after {
    content: "";
    position: absolute;
    bottom: 28px;
    right: 10px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0;
    border-color: #fff transparent transparent;
    z-index: 2;
}
#contact > .limiter .form .column > span {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contact > .limiter .form .column input,
#contact > .limiter .form .column textarea {
    display: block;
    width: 100%;
    border-bottom: 4px solid #ff953b;
    height: 40px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#contact > .limiter .form .column input::placeholder {
  color: #fff; /* Change 'red' to your desired color */
  opacity: 0.8; /* Firefox adds lower opacity by default, this ensures full opacity */
}

#contact > .limiter .form .column input.blue{
    border-bottom: 4px solid #44C7F4;
}

#contact > .limiter .form .column textarea {
    height: 170px;
    padding-top: 20px;
}
#contact > .limiter .form .column select,
#contact > .limiter .form button {
    position: relative;
    color: #fff;
    padding: 0 20px;
    font-family: Lato, sans-serif;
}
#contact > .limiter .form .column select {
    display: block;
    margin-top: 15px;
    height: 56px;
    width: 100%;
    background: #ff953b;
    border: 0;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contact > .limiter .form button {
    float: right;
    height: 65px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: -20px;
    background: #ff8721;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#contact > .limiter .form button.blue{
    background: #44C7F4;
}

#contact > .limiter .form button:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#contact > .limiter .form button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border: 2px solid #fff;
    border-right: 0;
    border-bottom: 0;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-animation: lazyimg 1.5s linear 0s infinite normal;
    -moz-animation: lazyimg 1.5s linear 0s infinite normal;
    -o-animation: lazyimg 1.5s linear 0s infinite normal;
    animation: lazyimg 1.5s linear 0s infinite normal;
}
#contact > .limiter .form button.loading,
#contact > .limiter .form button:focus,
#contact > .limiter .form button:hover {
    background: #c0bfbf;
}
#contact > .limiter .form button.loading svg,
#contact > .limiter .form button:focus svg,
#contact > .limiter .form button:hover svg {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}
#contact > .limiter .form button.loading {
    color: transparent;
}
#contact > .limiter .form button.loading:after {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}
#contact > .limiter .form button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
#contact > .limiter .form button svg {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: auto;
    margin-left: 15px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out, -o-transform 0.2s ease-out, transform 0.2s ease-out;
}
#contact > .limiter .bottom {
    margin-top: 0;
    white-space: nowrap;
}
#contact > .limiter .bottom .left {
    display: inline-block;
    vertical-align: top;
    width: 710px;
    padding-top: 70px;
    padding-right: 80px;
    white-space: normal;
}
#contact > .limiter .bottom .left .title {
    font-size: 80px;
    font-family: GoodDogPlain;
    font-weight: 400 !important;
    line-height: 80px;
    color: #44c7f4;
    letter-spacing: -2px;
    margin-bottom: 25px;
}
#contact > .limiter .bottom .left .item {
    border: 2px solid #636363;
    margin-bottom: 15px;
    padding: 25px 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#contact > .limiter .bottom .left .item.active {
    border-color: #ed1b24;
    border-right-width: 4px;
}
#contact > .limiter .bottom .left .item .name {
    font-size: 19.5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
#contact > .limiter .bottom .left .item .text {
    font-size: 14.5px;
    line-height: 22px;
    letter-spacing: 1px;
}
#contact > .limiter .bottom .right {
    display: inline-block;
    vertical-align: top;
    -lh-property: 0;
    width: -webkit-calc(100% - 710px);
    width: -moz-calc(100% - 710px);
    width: calc(100% - 710px);
}
#contact > .limiter .bottom .right .map {
    height: 720px;
    background: #e9e3de;
    -lh-property: 0;
    width: -webkit-calc(100% + ((100vw - 1720px)/ 2) + 26px);
    width: -moz-calc(100% + ((100vw - 1720px)/ 2) + 26px);
    width: calc(100% + ((100vw - 1720px) / 2) + 26px);
}
@media (min-width: 1000px) and (max-width: 1720px) {
    #contact > .limiter .bottom .right .map {
        -lh-property: 0;
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
    }
}
#contact > .limiter .bottom .right .map .map-window {
    font-family: Lato, sans-serif;
    color: #3a3a3a;
    padding: 10px 15px;
    white-space: normal;
}
#contact > .limiter .bottom .right .map .map-window .name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#contact > .limiter .bottom .right .map .map-window .text {
    font-size: 14px;
    line-height: 20px;
}
@media (min-width: 1000px) and (max-width: 1400px) {
    #contact > .limiter .bottom {
        margin-top: 20px;
    }
    #contact > .limiter .bottom .left {
        width: 600px;
        padding-right: 40px;
    }
    #contact > .limiter .bottom .left .item .text {
        letter-spacing: 0;
    }
    #contact > .limiter .bottom .right {
        -lh-property: 0;
        width: -webkit-calc(100% - 600px);
        width: -moz-calc(100% - 600px);
        width: calc(100% - 600px);
    }
}
@media (max-width: 999px) {
    #contact .common-top {
        padding-bottom: 60px;
    }
    #contact > .limiter {
        margin-top: -30px;
        padding: 0 20px;
    }
    #contact > .limiter .form {
        padding: 30px 25px 20px;
    }
    #contact > .limiter .form:after {
        content: none;
    }
    #contact > .limiter .form .column {
        width: 100%;
        margin-bottom: 30px;
    }
    #contact > .limiter .form .column:nth-child(odd) {
        margin-right: 0;
    }
    #contact > .limiter .form .column > span {
        font-size: 15px;
        letter-spacing: 2px;
    }
    #contact > .limiter .form .column input,
    #contact > .limiter .form .column textarea {
        border-bottom-width: 5px;
        height: 45px;
        font-size: 15px;
    }
    #contact > .limiter .form .column textarea {
        height: 150px;
    }
    #contact > .limiter .form .column select {
        height: 56px;
        padding: 0 20px;
    }
    #contact > .limiter .form button {
        bottom: 0;
        height: 70px;
        left: 50%;
        margin-top: 0;
        float: none;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #contact > .limiter .bottom {
        margin-top: 30px;
    }
    #contact > .limiter .bottom .left {
        display: block;
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
    #contact > .limiter .bottom .left .title {
        text-align: center;
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
    #contact > .limiter .bottom .left .item {
        padding: 20px;
    }
    #contact > .limiter .bottom .left .item .name {
        font-size: 19px;
    }
    #contact > .limiter .bottom .left .item .text {
        font-size: 14px;
        letter-spacing: 1px;
    }
    #contact > .limiter .bottom .right {
        width: 100%;
        margin-top: 20px;
    }
    #contact > .limiter .bottom .right .map {
        width: 100%;
        height: 100vw;
        max-height: 650px;
    }
    #contact > .limiter .bottom .right .map .map-window .name {
        font-size: 15px;
    }
}
@media (max-width: 600px) {
    #contact > .limiter .form {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    #contact > .limiter .form .column > span {
        font-size: 13px;
    }
    #contact > .limiter .form .column input,
    #contact > .limiter .form .column textarea {
        border-bottom-width: 3px;
        height: 40px;
        font-size: 13px;
    }
    #contact > .limiter .form .column textarea {
        height: 120px;
    }
    #contact > .limiter .form .column select {
        height: 45px;
        padding: 0 15px;
    }
    #contact > .limiter .form button {
        height: 50px;
        margin-top: 20px;
    }
    #contact > .limiter .bottom .left .title {
        font-size: 50px;
        line-height: 50px;
    }
    #contact > .limiter .bottom .left .item {
        padding: 15px;
    }
    #contact > .limiter .bottom .left .item .name {
        font-size: 17px;
    }
    #contact > .limiter .bottom .left .item .text {
        font-size: 12px;
    }
    #contact > .limiter .bottom .right .map {
        height: 100vw;
        max-height: 500px;
    }
    #contact > .limiter .bottom .right .map .map-window .name {
        font-size: 14px;
    }
    #contact > .limiter .bottom .right .map .map-window .text {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 400px) {
    #contact > .limiter .form {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }
    #contact > .limiter .form .column > span {
        font-size: 12px;
    }
    #contact > .limiter .form .column input{
        height: 35px;
        font-size: 12px;
    }
    #contact > .limiter .form .column textarea {
        height: 100px;
    }
    #contact > .limiter .form .column select {
        height: 40px;
        padding: 0 10px;
    }
    #contact > .limiter .form button {
        height: 40px;
        margin-top: 20px;
    }
}
