/*==========================================
Hire Dedicated Developer
==========================================*/

.ban-btn {
    margin-top: 0px;
}

.hire-img img {
    height: 70px;
    margin-bottom: 20px;
}

.gray-bg {
    background-color: #f7f7f7;
}

.hire-txt {
    height: 150px;
}

.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.intro-banner {
    height: 650px;
    position: relative;
}

.intro-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
}

.intro-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro-tit {
    color: #fff;
    font-size: 43px;
}

.intro-txt {
    color: #f1f1f1;
    font-size: 15px;
}

.list-app h1 {
    color: #fff;
    font-size: 50px;
    /*text-shadow: 0px 0px 4px #3c4449, 2px 0px 4px #000;*/
}

.hire-block {
    display: block;
}

.hire.img-responsive {
    min-height: 350px;
}

.sec-para {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hire-single-img {
    height: 340px;
    background-size: contain !important;
}

.body-movin {
    height: 300px;
    width: 100%;
}

.subscribe {
    height: 440px;
    width: 100%;
    margin-top: 30px;
}
a.btn-small.hire-p-b{
    display: inline-block;
    border: 1px solid #e74c3c;
    padding: 10px 30px;
    background: #e74c3c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-transform: initial;
    max-width: 100%;
    width: auto;
    margin-top: 22px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
.hire-page-p {
    padding:0 0 40px 0 !important;
}