﻿
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 17.5px 45px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
}

    .btn-style-one i {
        margin-right: 8px;
        display: inline-block;
        transform: rotate(307deg);
        position: relative;
        bottom: 1px;
        transition: .5s;
    }

.btn-style-one {
    background-color: #00b49e;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}

button {
    outline: none !important;
    cursor: pointer;
}

.btn-style-one span {
    position: relative;
}

.flaticon-up-arrow::before {
    content: "\f165";
}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}






.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}





/*Contact Form section*/

.contact-form-section {
    position: relative;
    padding-bottom: 90px;
}

.contact-form {
    position: relative;
}

    .contact-form .form-group {
        position: relative;
        margin-bottom: 30px;
    }
    .contact-form input[type="url"],
    .contact-form input[type="text"],
    .contact-form input[type="number"],
    .contact-form input[type="email"],
    .contact-form input[type="password"],
    .contact-form select,
    .contact-form textarea {
        display: block;
        width: 100%;
        line-height: 28px;
        height: 60px;
        font-size: 16px;
        padding: 10px 22px;
        background: #ffffff;
        color: #7e7b7a;
        border: 1px solid #e9e5df;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contact-form textarea {
    height: 120px;
    resize: none;
    font-size: 16px;
    background: #ffffff;
}

    .contact-form input.error,
    .contact-form select.error,
    .contact-form textarea.error {
        border-color: #ff0000 !important;
    }

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form button.btn.dropdown-toggle {
    background: transparent;
    color: #7e7b7a;
    border: none;
    padding-left: 7px;
    font-size: 18px;
}

.contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    right: 15px;
}

.getaquote-section .btn-light:not(:disabled):not(.disabled).active,
.getaquote-section .btn-light:not(:disabled):not(.disabled):active,
.getaquote-section .show > .btn-light.dropdown-toggle {
    color: #7e7b7e;
    width: 100%;
}

.contact-form .bootstrap-select .dropdown-toggle:focus,
.contact-form .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    border: 1px solid #e9e5df;
    height: 62px;
    padding-top: 11px;
    padding-left: 8px;
}

.contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    color: #7e7b7a;
}

.contact-form .dropdown-item.active .text,
.getaquote-section .dropdown-item:active .text {
    color: #fff;
}

/***

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 170px 0px 0px;
    z-index: 1;
}

.contact-section {
    margin-bottom: 150px;
}

    .contact-section.contact-page {
        padding: 100px 0px 0px;
    }

    .contact-section .map-image-layer,
    .contact-section .map-layer,
    .contact-section .map-layer .map-canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .contact-section .content-box {
        position: relative;
        top: 70px;
        padding: 0;
        padding-right: 420px;
        background: #f47629;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    }

    .contact-section.contact-page .content-box {
        top: 64px;
    }

    .contact-section .content-box .image-layer {
        position: absolute;
        right: 0;
        top: 0;
        width: 420px;
        height: 100%;
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
    }

        .contact-section .content-box .image-layer:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.50);
        }

    .contact-section .form-box {
        position: relative;
        padding: 65px 70px 45px;
        background: #2d2d2d;
        color: #ffffff;
    }

        .contact-section .form-box .row {
            margin: 0px -10px;
        }

        .contact-section .form-box .form-group {
            margin-bottom: 20px;
            padding: 0px 10px;
        }

            .contact-section .form-box .form-group input,
            .contact-section .form-box .form-group select,
            .contact-section .form-box .form-group textarea {
                border-color: rgba(255,255,255,0.50);
                background: none;
                color: #ffffff;
                max-height: 100px;
            }

                .contact-section .form-box .form-group input:focus,
                .contact-section .form-box .form-group textarea:focus,
                .contact-section .form-box .form-group select:focus {
                    border-color: rgba(255,255,255,1);
                }

        .contact-section .form-box ::-webkit-input-placeholder {
            color: rgba(255,255,255,0.50);
            font-style: normal;
        }

        .contact-section .form-box ::-moz-input-placeholder {
            color: rgba(255,255,255,0.50);
            font-style: normal;
        }

        .contact-section .form-box ::-ms-input-placeholder {
            color: rgba(255,255,255,0.50);
            font-style: normal;
        }

    .contact-section .btn-style-eight .btn-title:before {
        background: #ffffff;
    }

    .contact-section .btn-style-eight:hover .btn-title {
        color: #2f333c;
    }

    .contact-section .btn-style-eight:hover .btn-icon {
        border-color: rgba(0,0,0,0.10);
    }

    .contact-section .info-box {
        position: absolute;
        right: 0;
        bottom: 65px;
        width: 100%;
        padding: 25px 20px 22px 70px;
        background: #ffffff;
        color: #2f333c;
        line-height: 1.5em;
        font-weight: 500;
    }

        .contact-section .info-box .subtitle {
            position: relative;
            display: block;
            margin-bottom: 5px;
        }

        .contact-section .info-box .phone {
            position: relative;
            display: block;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.4em;
        }

            .contact-section .info-box .phone a {
                position: relative;
                color: #2f333c;
            }

            .contact-section .info-box .phone .icon {
                padding-right: 5px;
                vertical-align: middle;
            }

    .contact-section .info-blocks {
        position: relative;
    }

        .contact-section .info-blocks .info-block {
            position: relative;
            text-align: center;
            margin-bottom: 30px;
        }

    .contact-section .info-block .inner {
        position: relative;
        display: block;
        padding: 15px 20px 40px;
        background: #ffffff;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        height: 245px;
    }

    .contact-section .info-block .icon {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .contact-section .info-block strong {
        display: block;
        margin-bottom: 15px;
    }

    .contact-section .info-block ul li {
        display: block;
        font-size: 18px;
        line-height: 1.2em;
    }

        .contact-section .info-block ul li a {
            color: #222222;
        }

            .contact-section .info-block ul li a:hover {
                color: #f47629;
                text-decoration: underline;
            }

    .contact-section .info-block .icon .fa {
        color: #02b3a2;
        font-size: 62px;
    }

.sec-title.light-title h2 {
    color: #fff;
}
