﻿
:target {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.lead {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: white;;
    margin-bottom: 20px;
}


.feature-description {
 color:white;
}

.feature-left {
    margin-bottom: 40px;

}

    .feature-left .feature-icon {
        font-size: 50px;
        color: white;
         display:inline-block;
        padding-right: 40px;
        padding-top: 7px;
        float:left;

   
    }


.feature-left .feature-content {
    font-size: 20px;
    color: white;
}

.feature-content {
    padding-top: 15px;


}

.feature-left:last-child {
}

textarea.form-control {
    height: 90px;
}

.required {
}

.form-group {
    margin-bottom: 5px;
}

.hero-section .form-control {
    border: 1px solid #8c897d;
    height: 58px;
}

.form-control {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 56px;
    padding: 14px 18px;
    line-height: 1.42857143;
    border: 1px solid #d2d8db;
    background-color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 1);
    -webkit-appearance: none;
}

    .form-control:focus {
        color: #06131a !important;
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgb(234, 231, 222);
        border-color: #06131a;
    }

input::-webkit-input-placeholder {
    color: #50595e !important;
}

textarea::-webkit-input-placeholder {
    color: #50595e !important;
}

.input-group-addon {
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 0px;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 12px;
}

.focus {
    border: 1px solid #d2d8db;
}

    .focus:focus {
        border: 1px solid #06131a;
    }

.input-group-addon i {
    color: #63480f;
}

.btn-select {
    font-size: 14px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.service-form {
    background-color: #fafbfb;
    border: 1px solid #e4e8ea;
    padding: 40px 40px 20px 40px;
}

.service-form-group {
    position: relative;
}

.form-icon {
    position: absolute;
    right: 14px;
    bottom: 15px;
    font-size: 13px;
}

.btn {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 26px;
    letter-spacing: 0px;
    border-radius: 0px;
    line-height: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
}

.pricing .btn-theme {
    background-color: #143856;
    margin-top: 15px
}

.btn-default {
    background-color: #ce0058;
    color: #fff;
    border: 2px solid #ce0058;
}

    .btn-default:hover {
        background-color: transparent;
        color: #ce0058;
        border: 2px solid #ce0058;
    }

    .btn-default.focus,
    .btn-default:focus {
        background-color: transparent;
        color: #ce0058;
        border: 2px solid #ce0058;
        box-shadow: 0 0 0 0.2rem rgb(206, 0, 88);
    }

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
