﻿.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.sec-pad {
    padding: 5rem 0
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bottom-actions {
    margin-top: 10px;
}

.home-contact-box {
    padding: 1.3rem;
    background: #0088CC;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(221,221,221,1);
    -moz-box-shadow: 0 0 10px 0 rgba(221,221,221,1);
    box-shadow: 0 0 10px 0 rgba(221,221,221,1)
}

    .home-contact-box h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 5px
    }

        .home-contact-box h4 a {
            display: inline-block;
            color: #fff;
            font-weight: 500;
        }

        .home-contact-box h4 a:hover {
            text-decoration: none;
        }

        .home-contact-box h4 span {
            font-weight: 500
        }

    .home-contact-box h2 {
        font-size: 30px;
        line-height: 1.2;
        color: #fff;
        padding-bottom: 20px;
        font-weight: 700
    }

    .home-contact-box fieldset {
        border: none;
        padding: 0;
    }

    .home-contact-box p {
        font-size: 15px;
        line-height: 1.2;
        color: #fff
    }

    .home-contact-box form {
        margin-top: 30px;
        text-align: left
    }

    .home-contact-box .form-control {
        background: #fff;
        border-radius: 0;
        border: none;
        color: #000;
        height: 45px
    }

        .home-contact-box .form-control:focus {
            background: #fff;
        }

        .home-contact-box .form-control::-ms-placeholder {
            color: #666;
            font-size: 15px;
        }

        .home-contact-box .form-control::placeholder {
            color: #666;
            font-size: 15px;
        }

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #e60216;
}

.home-contact-box textarea.form-control {
    height: 170px !important;
    resize: none;
    border-radius: 0
}

.home-contact-box input[type="submit"] {
    padding: 8px 30px !important;
    background-color: white;
    color: #0088cc !important;
    border-radius: 0;
    margin: 0 0 0;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .5s ease-in-out
}

    .home-contact-box input[type="submit"]:hover {
        background: #09b1f0;
        color: #fff !important;
        border: #283178 solid 2px !important
    }

.mt-10 {
    margin-top: 10px;
}

.glyphicon-refresh:before {
    font-size: xx-large;
}

.captcha a {
    vertical-align: middle;
    margin-left: 5px;
    color: blue;
}

.captcha a:hover {
    text-decoration: none;
}

#CaptchaInputText {
    width: 240px;
    height: 45px;
}

.captcha .error {
    color: red;
    margin-top: 5px;
}