/* #career {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.utf_box_widget {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    transform: translate3d(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 1;
}

#career h4 {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    padding: 0 0 20px;
    margin: 5px 0 30px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}
body p {
    font-size: 16px;
    line-height: 28px;
}

input, input[type='text'], input[type='password'], input[type='email'], input[type='number'], textarea, select {
    height: 50px;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #808080;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
    font-weight: 500;
    opacity: 1;
    border-radius: 6px;
}

.form-group {
    margin-bottom: 15px;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

input[type='button'], input[type='submit'] {
    line-height: 28px;
    height: auto;
    padding: 10px 20px;
}

button.button, input[type='button'], input[type='submit'], a.button.border, a.button {
    background-color: #2aca6a;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 30px;
}

input[type='submit'] {
    border: none;
    padding: 11px 18px;
    width: auto;
}

.change-photo-btn i {
    margin-right: 2px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.change-photo-btn {
    font-weight: 600;
    padding: 5px;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    width: auto;
    transition: 0.3s;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 140px;
    margin: 0 auto;
}

.change-photo-btn {
    position: relative;
    bottom: auto;
    padding: 12px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
    width: 100%;
}

.fa-upload:before {
    content: "\f093";
}

.change-photo-btn:hover {
    color: #fff;
    background-color: #2aca6a;
}

.sl-icon-trophy:before {
    content: "\e006";
}

.utf_box_widget h3 {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    padding: 0 0 20px;
    margin: 5px 0 20px 0;
    display: block;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
h1, h2, h3, h4, h5, h6 {
    color: #323232;
}

.utf_box_widget h3 i {
    margin-right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #2aca6a;
    padding: 10px;
    border-radius: 30px;
}
.sl {
    font-family: 'simple-line-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#career h4 i {
    margin-right: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #2aca6a;
    padding: 10px;
    border-radius: 30px;
}


.utf_sidebar_textbox ul.utf_contact_detail {
    list-style: none;
    padding: 5px 0 0 0;
    margin-bottom: 0;
}
ul, li {
    margin: 0px;
    list-style-type: none;
}

.utf_sidebar_textbox ul.utf_contact_detail li {
    text-align: left;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    line-height: 28px;
    border-bottom: 1px solid #e8e8e8;
}
ul, li {
    margin: 0px;
    list-style-type: none;
}

.utf_sidebar_textbox ul.utf_contact_detail li a {
    color: #2aca6a;
}
a, button {
    outline: none !important;
} */