html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans' !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: unset !important;
}

header .navbar-default.navbar,footer {
    background-image: url(../assets/images/home/header-back.png) !important;
}
footer .bottom-footer{
    background-color: #181818 !important;
}
.banner-top:before {
    content: “”;
    position: absolute;
    height: auto;
    width: 100%;
    background-image: url(../assets/images/75way.gif);
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: bottom;
    display: none;
}

.hiring p {
    padding: 0 100px;
}

.main-top-cards {
    display: flex;
}

.main-top-cards h3 {
    font-weight: bolder;
}

.hover-first:hover {
    background: #defaff;
}

.hover-second:hover {
    background: #d4f7dc;
}

.hover-third:hover {
    background: #feeff2;
}

.form-inside .form-group {
    margin-bottom: 15px !important;
    display: flex;
}

.local-style {
    border-radius: 20px;
    padding: 10px 35px !important;
    border-radius: 20px !important;
    border: 1px solid #dadadf !important;
    box-shadow: unset !important;
}

.local-style::placeholder {
    color: #dadadf !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}

.scroll-up {
    padding-top: 3px !important;
}

/* .form-group {
  display: flex;
} */

textarea.local-style {
    height: 60px !important;
}

.form-inside {
    background: white;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.form-inside h3 {
    font-weight: bolder;
    text-transform: capitalize;
}

.about .about-inner {
    margin-top: 25px;
}

.bg-name {
    position: absolute;
    left: -9%;
}

.about-image-left {
    width: 100%;
}

.bg-top-right {
    position: absolute;
    right: -10%;
    top: -6%;
}

.bg-bottom-left {
    position: absolute;
    left: -9%;
    bottom: -5%;
}

.bg-bottom-right {
    position: absolute;
    right: -1%;
    bottom: 6%;
}

.input-icon {
    position: absolute;
    padding: 10px 12px;
}

.add-border {
    margin: 20px 0;
    border: 1px solid #f3f3f3;
}

.inside-follow {
    text-align: center;
    margin: 30px 0;
}

.follow-set {
    width: 80%;
    display: inline-block;
    margin-top: 50px;
}

.no-circle {
    height: 45px;
    width: 45px;
    background: green;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 30px;
}

.no-circle-1 {
    height: 45px;
    width: 45px;
    background: green;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -50px;
    z-index: 1;
}

.inside-circle {
    color: white;
    position: relative;
    bottom: -7px;
    font-size: 22px;
}

.follow-inside {
    padding: 0 !important;
}
.home.services .ser-box{
    text-transform: capitalize;
}
.follow-card {
    padding: 10px 10px;
    box-shadow: 0px 0px 6px #999;
    transition: 0.5s !important;
    margin: 10px 10px 0;
    border-radius: 5px;
    background-color: #fff;
    height: 180px;
}

.best-company-cards {
    background-color: #fff;
}

.follow-card-1 {
    padding: 10px;
    box-shadow: 0px 0px 6px #999;
    transition: 0.5s !important;
    margin: 10px 10px 0;
    border-radius: 5px;
    position: relative;
    top: -79px;
    background-color: #fff;
    height: 180px;
}

.follow-card img,
.follow-card-1 img {
    padding: 15px;
    width: 65px;
}

.vertical-line {
    border-left: 5px solid #EDEDED;
    height: 70px;
    border-radius: 2px;
    display: inline-block;
}

.vertical-line-1 {
    border-left: 5px solid #EDEDED;
    height: 147px;
    border-radius: 2px;
    display: inline-block;
    margin-top: -77px;
}

.hori-line {
    border-top: 5px solid #EDEDED;
    margin-top: -5px;
}

.circle {
    height: 25px;
    width: 25px;
    background: green;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -14px;
}

.top-cards {
    background: rgba(255, 255, 255, 1);
    margin: 10px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: 0 3px 15px 0 rgb(177 165 165 / 20%), 0 3px 15px 0 rgb(22 23 23 / 36%);
    transition: 0.5s !important;
    border-radius: 4px;
    padding: 20px 0;
}

.circle-color-1 {
    background: #00B7FF;
}

.circle-color-2 {
    background: #F5BA34;
}

.circle-color-3 {
    background: #54D272;
}

.circle-color-4 {
    background: #F03738;
}

.circle-color-5 {
    background: #A334F5;
}

.circle-color-6 {
    background: #418ED3;
}

.large_logo {
    width: 60px !important;
}


.form-control{
    width: 100% !important;
}


.banner-top {
    background-repeat: no-repeat;
    width: 100% !important;
    background-size: 100% 100% !important;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    position: relative;
}

.banner-sub-heading {
    font-size: 18px;
}

.banner-heading {
    font: bold 34px Open Sans;
}

.block-heading {
    font: bold 20px Open Sans;
}

.inner-sub-heading {
    font: bold 18px Open Sans;
}

.block-sub-heading {
    font: normal 15px Open Sans;
}

.about {
    width: 100% !important;
    padding: 20px 15px;
}

.bottom-div {
    width: 100% !important;
    padding: 20px 15px;
}

.in-between {
    width: 50px !important
}

.best-company {
    width: 100% !important;
    padding: 40px 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 8%;
    background-size: cover;
}

.best-company-cards {
    border-radius: 4px;
    margin: 27px 20px 15px 0px;
    padding: 7px 12px 8px 9px !important;
    box-shadow: 0 3px 13px 0 rgb(177 165 165 / 20%), 0 3px 15px 0 rgb(195 211 236 / 19%);
    transition: 0.5s !important;
}

.best-company-right {
    overflow: auto;
    height: 500px;
}

p {
    line-height: 1.6;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;

}

.p-0 {
    padding: 0;
}

h3 {
    text-transform: uppercase;
    color: #222324;
    line-height: 1.25;
}

.text-center {
    text-align: center;
}

h1,
h2 {
    text-transform: uppercase;
    color: #fff !important;
}

.pl-15 {
    padding-left: 15px;
}

.uppercase {
    text-transform: uppercase;
}

.provide {
    width: 100% !important;
    padding: 40px 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.d-flex {
    display: flex;
}

.development {
    width: 100% !important;
    padding: 20px 15px;
}

.development-cards {
    box-shadow: 0 3px 13px 0 rgb(177 165 165 / 20%), 0 3px 15px 0 rgb(195 211 236 / 19%);
    padding: 12px;
    min-height: 200px;
    margin-bottom: 25px;
    transition: 0.5s !important;
}



.about-points:not(:last-child) {
    padding-bottom: 15px;
}

.img-bg-top {
    width: 115%;
    position: absolute;
    top: -19px;
    left: -1px;
}

.relative {
    position: relative;
}

.banner-text {
    width: 100%;
    margin-top: 10%;
}

.banner-text .banner-sub-heading {
    color: #fff;
}

.img-bg-bottom {
    width: 115%;
    position: relative;
    top: 0;
    left: 0;
}

.btn {
    border: 1px;
    color: white;
    padding: 7px 18px;
    border-radius: 24px;
    text-transform: capitalize;
}
.about img {
    width: 80% !important;
    margin: 0 auto;
    display: table;
}
.btn:hover {
    color: white;
}

.mt-15 {
    margin-top: 15px;
}

.cards {
    min-height: 270px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    margin: 28px 14px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    color: #2c3e50;
    box-shadow: 0 3px 13px 0 rgb(177 165 165 / 20%), 0 3px 15px 0 rgb(195 211 236 / 19%);
    transition: 0.5s !important;
}

.green {
    --bg-color: #ECFBEC;
    --box-shadow-color: rgba(184, 249, 211, 0.48)
}

.red {
    --bg-color: #FEEAEA;
    --box-shadow-color: rgb(232 177 181 / 48%);
}

.purple {
    --bg-color: #FBECFA;
    --box-shadow-color: rgb(216 189 234 / 48%);
}

.light-blue {
    --bg-color: #f2fafd;
    --box-shadow-color: rgb(191 225 236 / 48%);
}

.dark-purple {
    --bg-color: #5f64a13b;
    --box-shadow-color: rgb(191 225 236 / 48%);
}

.btn-effect {
    color: #fff;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border-radius: 30px !important;
}

.btn-effect:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
    border-radius: 25px;
}

.btn-effect:active {
    top: 2px;
    border-radius: 25px;
}

.hire-btn {
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border:1px solid #fff;
    display: inline-block;
}

.hire-btn:hover {
    border-radius: 25px;
    color: #fff;
    border: 1px solid #fff;
}

.hire-btn:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
    border-radius: 25px;
}

.hire-btn:active {
    top: 2px;
    border-radius: 25px;
}

.dark-blue {
    --bg-color: #fff;
    --box-shadow-color: rgb(191 225 236 / 48%);
}

.support {
    --bg-color: #fdf3db;
    --box-shadow-color: rgb(191 225 236 / 48%);
}

.cards:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
    background: var(--bg-color)
}

.cards:hover p {
    color: #4C5656;
}

.best-company-cards :hover p {
    color: #4C5656;
}

.development-cards:hover p {
    color: #4C5656;
}

.development-cards:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.11), 0 15px 15px var(--box-shadow-color);
    background: var(--bg-color)
}

.best-company-cards:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.11), 0 15px 15px var(--box-shadow-color);
    background: var(--bg-color)
}

.provide-icon {
    position: absolute;
    top: -30px;
    left: 20px;
}

.cards h4 {
    margin-top: 50px !important;
}

.pd-0 {
    padding: 0px !important;
}

.hiring {
    padding: 7px 10px 10px 120px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.hiring p {
    margin-top: 10px;
}

.hiring::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../assets/images/services/we-dev-find.png);
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-size: 100% 100%;
    background-position: bottom;
}

.hire-us {
    color: white;
    margin-top: -100px;
    height: auto;
    padding: 20px 15px;
}

.hire-div {
    text-align: center;
    height: 100%;
}

.hire-btn {
    color: #222324;
    border: white;
    background: white;
    padding: 10px 20px;
    border-radius: 25px;
    border:1px solid #fff;
}

.mg-10 {
    margin: 10px 10px 0px 0px;
}

.read-more {
    margin-top: 14px;
}

.bottom-img {
    text-align: center;
    border: 2px solid #e4e2e2;
    width: 117px;
    padding: 12px;
    border-radius: 4px;
    margin-right: 20px;
    cursor: pointer;
}

.bottom-1 {
    padding: 17px 152px;
}

.bottom-2 {
    padding: 8px 80px;
}

.banner-top-images {
    margin: auto;
    padding: 0px;
}

.alert-danger {
    display: none;
}

.alert-success {
    display: none;
}

.mid-heading {
    margin: 30px 0;
}

/*new*/

.banner-top:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../assets/images/75way.gif);
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% 100%;
    background-position: bottom;
    content: "";
    filter: brightness(100);
}

.bottom-img a span {
    color: #000;
}

.process-follow {
    padding: 30px 0px;
}

.footer_inner {
    background-size: contain;
    height: auto;
    background-repeat: repeat;
}

.bottom-div .bottom-img {
    min-width: 130px;
}

.bottom-div-asp {
    padding: 50px 0px;
}

.blk-one {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.bottom-img {
    width: 156px;
}

/* new css */

/*new*/

.about {
    text-align: center;
}

.bottom-div {
    padding-bottom: 90px;
}

.about-inner {
    text-align: left;
    display: flex;
}

.mid-heading {
    margin: 0px 0;
}

.cards {
    text-align: left;
    padding: 50px 25px 20px;
    height: auto;
    min-height: 290px;
    margin-bottom: 0px;
}

.cards h4 {
    margin-top: 0px !important;
}
.cards p{
    margin-top: 3px;
}
.hiring {
    padding: 32px 0;
}

.development-cards {
    background-color: #fff;
}

.banner-heading {
    font: bold 32px Open Sans;
    text-transform: capitalize;
}

.banner-text .banner-sub-heading {
    color: #ffffff;
}

.contact-form {
    width: 85%;
    padding: 20px 0px;
    position: relative;
    float: right;
}

.main-top-cards {
    padding: 0px !important;
}

.banner-text {
    margin-top: 20%;
}

.main-top-cards h3 {
    font-size: 19px;
    margin-bottom: 3px;
    margin-top: 11px;
}

.main-top-cards p {
    margin-bottom: 0px;
}

.top-cards {
    padding: 15px 0;
}





.bg-name {
    left: -16%;
}

.best-company-inner {
    display: flex;
}

.banner-top-images img {
    width: 60%;
}

.best-company-cards {
    text-align: left;
    background-color: #fff;
}

.best-company-right {
    height: 370px;
}

.dev-container {
    background-position: bottom;
    background-size: cover;
}

.bottom-div .container {
    display: flex;
}

.bottom-div .container .col-lg-6,
.col-md-6 {
    margin: auto;
}

.scroll-up {
    padding-top: 0px;
}


/*Hide bottom icons*/

.bottom-div .bottom-img {
    box-shadow: 0px 0px 11px #d4d4d4;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-div .bottom-img img {
    display: none;
}
.bottom-div .bottom-img br {
    display: none;
}
.bottom-div .bottom-img span {
    color: #000;
    font-weight: 600;
}

/* media query css start */
@media (max-width: 768px) {

    .banner-text {
        text-align: center;
    }

    .main-top-cards {
        margin: 0 auto;
        display: block;
    }

    footer .footer-form {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .about {
        margin-top: 30px;
    }

    .best-company-right {
        height: auto;
    }

    .content-box {
        margin-bottom: 20px;
    }

    .banner-top:before {
        content: "";
        background: none;
    }

    .best-company-right {
        height: auto;
    }

    .banner-top {
        padding: 40px 15px;
        height: auto;
    }

    .hiring {
        padding: 7px 10px 10px 0px;
        width: 100%;
        margin-top: 15% !important;
    }

    .hiring p {
        padding: 0;
    }

    .bottom-div {
        margin: 0px -25px;
    }

    .main {
        overflow: hidden;
    }

    .banner-top-images {
        text-align: center;
    }

    .about-image-left {
        width: 100%;
        margin: 20px 0;
    }

    .development-cards {
        height: auto;
    }

    .banner-top-images img {
        margin-bottom: 20px;
    }

    .cards {
        min-height: auto;
    }

    .hire-us {
        padding: 0px 0px;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .best-company-cards {
        height: auto;
    }

    .banner-heading {
        font: bold 24px Open Sans;
    }

    .block-heading {
        font: bold 18px Open Sans;
    }

    .inner-sub-heading {
        font: bold 16px Open Sans;
    }

    .block-sub-heading {
        font: normal 15px Open Sans;
    }

    .about-text {
        padding-left: 0;
    }

    .main-top-cards {
        display: block;
    }

    .banner-text {
        margin-top: 20%;
    }

    .bottom-div {
        display: none;
    }

    .contact-form {
        width: 100%;
    }

    .about-inner,
    .best-company-inner {
        display: block;
    }

    .best-company-right {
        padding: 0px;
    }

    .development-cards {
        display: block;
    }

    .development-cards img {
        margin-bottom: 20px;
    }

    .follow-card-1 {
        padding: 10px 10px;
    }
}

@media (max-width: 1170px) {
    .provide .cards {
        min-height: inherit;
    }

    .main .hiring {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .hiring {
        margin-top: 0px !important;
    }

}


@media (max-width: 600px) {

    .hiring {
        padding: 32px 40px;
    }

    .img-bg-top {
        left: -30px;
    }

    .banner-text {
        margin-top: 20%;
    }

    .mt-40 {
        margin-top: 10px;
    }

    .img-bg-bottom {
        left: -30px;
    }

    .hiring {
        padding: 7px 0px 10px 2px;
    }

    .about {
        margin-top: 0px !important;
    }

    .hire-btn {
        color: #222324;
        border: white;
        background: white;
        padding: 10px 19px;
        margin-top: 23px;
        border-radius: 35px;
        border:1px solid #fff;
    }

    .banner-top-images-full {
        display: none !important;
    }

    .full-screen {
        display: none !important;
    }

    .banner-mobile-screen {
        display: block !important;
    }

    .development-cards {
        height: auto;
    }

    .dev-container {
        background-size: contain;
    }
}

@media (min-width: 1920px) {
    .banner-top:before {
        background: none;
    }
}
@media screen and (min-width: 1200px) {
    header .navbar-default.navbar .container {
        max-width: 1400px !important;
        width: 100%;
    }
}
@media (max-width: 992px) {
    section#footer_cell {
        background-image: url(images/bg-search.html);
        background: black;
    }

    .best-company-cards {
        width: 100% !important;
    }

    .hiring {
        text-align-last: center;
        margin-top: 6%;
    }

    .bottom-div .container {
        display: block;
    }

    .process-follow {
        height: 100%;
    }

    .inside-follow {
        margin: 0;
        position: relative;
        top: 50px;
    }

    .follow-set {
        margin-top: 0;
    }

    .follow-inside {
        transform: rotate(90deg);
        height: 200px;
        right: -40%;
        width: 200px;
    }

    .follow-card,
    .follow-card-1 {
        transform: rotate(270deg);
        width: 180px;
        top: 0;
    }

    .follow-card-1 {
        background-color: #fff;
    }

    .no-circle,
    .no-circle-1 {
        transform: rotate(270deg);
        top: 213px;
        right: -5px;
        z-index: 11;
    }

    .vertical-line,
    .vertical-line-1 {
        position: relative;
        right: -5px;
        margin-top: 0;
        height: 70px;
    }

    .hori-line {
        width: 210px;
    }
}

@media (max-width: 500px) {
    .best-company-cards {
        display: flex;
        flex-flow: column;
    }
}



@media (min-width: 768px) and (max-width: 1310px) {
    .contact-form {
        margin: auto 10%;
    }

    .bg-name {
        left: -9%;
    }

    .banner-top-images {
        margin: 40px auto;
        width: 60% !important;
    }

}

@media screen and (max-width: 767px) {

    .provide .container {
        display: block;

    }
    .banner-text .banner-heading{
        font: bold 25px Open Sans;
    }
}

/* media query css end */