/* ===============
    BANNER CSS
=============== */

.hireseo-banner {
    background: url(../images/seo-banner.webp)
}

.banner-in-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 650px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.banner-in-sec h1 {
    color: #fff;
    text-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    font-weight: 700;
    font-size: 50px;
    margin-top: 80px;
    margin-bottom: 15px;
}

.banner-in-sec p {
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.dev-btn a {
    display: inline-block;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    padding: 0 35px;
    border: 0;
    background: linear-gradient(to right, #ff6f0d 0, #fc9c0b 100%);
    transition: all .3s;
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.healthcare-btn {
    border: 1px solid #f47a27;
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    color: #f47a27;
    border-color: #f47a27;
    font-weight: 700;
    margin-top: 15px;
    border-radius: 0;
}

.enq-form-box {
    background-color: #fff;
    overflow: hidden;
}

.enq-form-box h2 {
    padding: 14px 0;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    transition: none 0s ease 0s;
    background: #147bc1;
}

.enq-form-box p {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #333;
    text-shadow: 0 0 0;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.enq-form-fild {
    padding: 0 30px;
}

.enq-form-fild .row>div {
    padding: 0;
}

.enq-form-fild .input,
.enq-form-fild textarea {
    padding: 0 15px;
    border: 1px solid #ddd;
    transition: none 0s ease 0s;
    font-weight: 400;
    font-size: 15px;
    border-color: #ecebe9;
    background-color: #fff;
    color: #757575;
    height: 42px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
}

.enq-form-fild textarea {
    margin: 0 0 15px;
    resize: none;
    height: 80px;
    padding-top: 5px;
}

.enq-form-fild .btn-send-enq {
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    transition: none 0s ease 0s;
    display: inline-block;
    background: #147bc1;
    width: auto;
    margin-bottom: 15px;
    height: 45px;
    text-transform: uppercase;
    border-radius: 0;
}

.healthcare-btn:hover,
.healthcare-btn:focus {
    background: #0c5aa5;
    color: #fff;
    border-color: #0c5aa5;
}



/* ===============
    HIRING CSS
=============== */


.devBanner {
    margin-top: -70px;
    padding-bottom: 10px;
}

.devBg {
    padding: 12px 20px 15px;
    background: #fff;
    box-shadow: 0 0 12px silver;
    -moz-box-shadow: 0 0 12px silver;
    -webkit-box-shadow: 0 0 12px silver;
    -ms-box-shadow: 0 0 12px silver;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -ms-border-radius: 14px;
}

.devBg em {
    display: block;
    text-align: left;
    margin-bottom: 1rem;
}

.devBg em img {
    width: 55px;
}

.devBg h4 {
    font-size: 22px;
}

.devBg ul {
    padding: 0;
    list-style: none;
}

.devBg .mb-list li {
    margin-bottom: 5px;
    color: #656464;
}

.devBg .mb-list li b {
    color: #1b1a1a;
}


/* ===============
    ABOUT CSS
=============== */


.hire-abt-sec {
    display: block;
    clear: both;
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hire-abt-sec h2 {
    font-size: 40px;
    transition-delay: .3s;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 0 30px;
    position: relative;
    color: #333;
}

.hire-abt-sec h2 span {
    color: #f4801f;
}

.hire-abt-sec h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f4801f;
    width: 70px;
    height: 2px;
    display: block;
}

.hire-abt-sec p {
    color: #333;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 30px;
}

.hire-abt-sec img {
    max-width: 100%;
}



/* =============================
    DEVELOPMENT SERVICES CSS
============================== */

.hire-benefits-sec {
    display: block;
    clear: both;
    position: relative;
    background: linear-gradient(to bottom, #fbf9ed 0, #fbeaf8 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.hire-benefits-sec h2 {
    font-size: 40px;
    transition-delay: .3s;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 0 50px;
    position: relative;
    color: #333;
    text-align: center;
}

.hire-benefits-sec h2 span {
    color: #f38245;
}

.hire-benefits-sec h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #f38245;
    width: 70px;
    height: 2px;
    display: block;
}

.devmin2 {
    min-height: 306px;
}

.benef-box {
    padding: 30px 15px;
    text-align: center;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    background: #fff;
    transition: all .5s ease-in-out;
    cursor: default;
}

.benef-box img {
    margin-bottom: 20px;
    height: 80px;
}

.benef-box h4 {
    line-height: 24px;
    color: #050748;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 0;
    text-transform: uppercase;
}

.benef-box p {
    line-height: 24px;
    color: #050748;
    font-size: 14px;
    margin: 0 0 0;
}

.benef-box:hover {
    border: dashed 1px #f38245;
}




/* =============================
    WHY OUR SERVICES CSS
============================== */

.ourservices_pg {
    text-align: center;
    background: #f5f6f6;
    padding: 50px 0;
}

.ourservices_pg h2 {
    font-weight: 600;
}

.ani-lft,
.ani-rgt {
    margin-top: 20px;
}

.ourservices_pg h2::after {
    content: '';
    background: #f47a27;
    display: block;
    height: 3px;
    width: 130px;
    margin: 10px auto;
    text-align: center;
}

.hadding_p {
    margin: 0 auto 30px;
    width: 60%;
}


.ourservices_items {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    height: 320px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.ourservices_items:hover{
    background: #f3821c;
}
.ourservices_items:hover.ourservices_items h4{
    color: #fff;
}
.ourservices_items:hover.ourservices_items p{
   color: #fff;    
}
.why_hire_our img {
    margin: 13px 0;
}

.ourservices_items h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
    text-transform: uppercase;
}

.ourservices_items p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: #000;
    padding-bottom: 20px;
}

/* =============================
    HIRING PROCESS CSS
============================== */

.choose-sec {
    background: 0 0;
    padding: 50px 0 50px;
}
.choose-sec h3 {
    font-size: 32px;
    line-height: 45px;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.choose-sec h3 span {
    color: #eb463f;
}
.choose-sec h3::after{
    background: #eb463f;
    display: block;
    height: 3px;
    width: 130px;
    margin: 10px auto;
    text-align: center;
}
.choose-sec p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.choose-box {
    margin: 60px 0 0;
    position: relative;
}
.arrow_line::before{
    content: "";
    display: block;
    position: absolute;
    top: 36%;
    font-size: 20px;
    right: 0px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.arrow_line::after{
    content: "";
    border: dashed 1px #000;
    width: 100px;
    display: block;
    position: absolute;
    top: 40%;
    right: 5px;
}

.choose-box img {
    width: 100%;
    max-width: 100%;
    object-fit: scale-down;
}
.hvr-buzz-out, .hvr-wobble-vertical {
    display: inline-block;
    box-shadow: 0 0 1px transparent;
}
.choose-sec-new, .choose-text, .choose-text p {
    text-align: left;
}
.choose-text h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #fec96b;
    padding: 0 0 5px;
    margin: 10px 0 0;
}
.choose-text .yllo-color {
    color: #1fb398;
}
.choose-text .blu-color {
    color: #f44438;
}
.choose-text .grn-color {
    color: #262e45;
}
.box_bg{
    width: 160px;
    height: 160px;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.hvr-wobble-vertical {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}




/* =============================
    TESTIMONIALS CSS
============================== */


.light-mode.gray-mode {
    background-color: #f5f5f5;
}

.center-slider {
    padding: 5px 0 0;
}

.section-heading h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.1;
    text-align:center;
}

.section-heading>.h2 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.slider-wrapper{
    margin-top:20px !important;
}
.item {
    transition: all .3s ease-in-out;
    box-shadow: 0 0 11px rgb(0 0 0 / 10%);
    background: #fff;
    padding-left: 30px;
    margin: 15px;
    padding-top: 45px;
    padding-bottom: 35px;
    padding-right: 40px;
    position: relative;
    min-height: 300px;
}

.item:before {
    position: absolute;
    content: "";
    width: 63px;
    height: 43px;
    background-image: url(../images/testimonial-item-before.webp);
    left: 15px;
    top: -19px;
    background-repeat: no-repeat;
}

.item p {
    font-size: 16px;
    line-height: 28px;
    color: #221f1f;
    text-align: left;
}

.testimonial-author {
    overflow: hidden;
    margin-top: 64px;
}

.testimonial-author .author-img {
    float: left;
    width: 105px;
    height: 105px;
    border-radius: 116px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
}

.testimonial-author .author-bio {
    display: table;
    padding-top: 18px;
    padding-left: 22px;
}

.testimonial-author .author-bio .author-name {
    display: block;
    font-size: 26px;
    font-weight: 600;
}





















@media (max-width: 991px){
    .banner-in-sec{
        height: auto;
        padding-bottom: 20px;
    }
    .banner_top{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .banner-in-sec h1{
        font-size: 32px;
    }
    .banner_bottom{
        width: 100% !important;
    }
    .devBanner{
        margin-top: 0;
    }
    .hiring{
        width: 50% !important;
        margin-top: 20px !important;
    }
    .abt_right{
        width: 100% !important;
        text-align: center;
    }
    .abt_left{
        width: 100% !important;
    }
    .hire-benefit-div{
        width: 50% !important;
    }
    .ourservices_div{
        width: 50% !important;
    }
    .choose-box{
        width: 50% !important;
    }
    .arrow_line::after,.arrow_line::before{
        display:none;
    }


}

@media (max-width: 767px){
    .banner-in-sec h1 {
        font-size: 28px !important;
    }
    .hiring {
        width: 100% !important;
    }
    .hire-abt-sec h2 {
        font-size: 32px;
    }
    .hire-benefits-sec h2 {
        font-size: 28px;
    }
    .hire-benefit-div {
        width: 100% !important;
    }
    .ourservices_div {
        width: 100% !important;
    }
    .section-heading h2 {
        font-size: 32px !important;
    }
    .choose-box:last-of-type img{
        max-width: 85% !important;
    }
}

@media (max-width: 425px){
    .banner-in-sec h1 {
        font-size: 22px;
    }
    .hire-abt-sec h2 {
        font-size: 22px;
    }
    .hire-benefits-sec h2 {
        font-size: 22px;
    }
    .section-heading h2 {
        font-size: 22px;
    }
    .choose-sec h3 {
        font-size: 22px;
    }
    .choose-text h4 {
        font-size: 18px !important;
        text-align: center;
    }
}