﻿.banner-top {
    background-image: url("../../../Content/Images/laptop-desk.jpeg");
    background-size: cover;
}

body {
    text-transform: capitalize;
}

.banner-top h3, .banner-top p {
    color: #fff;
}

.page-title-area img {
    width: 100%;
}

.btn-one {
    background: #FFA000;
    padding: 13px 20px;
    border-radius: 6px;
    color: #fff;
    margin-right: 20px;
}

    .btn-one:hover {
        color: #fff;
        text-decoration: underline;
    }

.carousel-item img {
    width: 100%;
}

.btn-getQuote {
    position: fixed;
    top: 25%;
    right: -34px;
    margin-right: 0px;
    transform: rotate( -90deg);
    z-index: 999;
}

.card-new {
    box-shadow: 0 0 10px #00000078;
    border-radius: 0.5rem;
    background-color: #fff;
}

#Why-Choose .card-new {
    min-height: 300px
}

.heading:after {
    content: '';
    height: 4px;
    width: 80px;
    background-color: #FFA000;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.position-relative {
    position: relative
}

.tc-yellow {
    color: #FFA000;
}

.card-new .body {
    padding: 1.5rem
}

.w-125 {
    width: 125px;
}

.icon-img {
    height: 100px;
    width: 100px;
    line-height: 100px;
    box-shadow: 0 0 10px #00000078;
    border-radius: 100px;
    background: #fff;
    top: -40px;
    left: 25px;
    position: absolute;
}

    .icon-img img {
        width: 100%;
    }

.icon-img-two {
    height: 110px;
    width: 110px;
    line-height: 100px;
    box-shadow: 0 0 10px #00000078;
    border-radius: 100px;
    background: #fff;
    top: -33px;
    left: -25px;
    position: absolute;
    background: #f5f5f6;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transform: rotate( 45deg);
    text-align: right;
    overflow: hidden;
    padding: 10px;
}

.icon-img-three {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    box-shadow: 0 0 10px #00000078;
    border-radius: 0.5rem;
    overflow: hidden;
    line-height: 100px;
    margin: 0 auto;
}

.icon-img-two img {
    transform: rotate( -45deg);
}

.justify-content-center {
    justify-content: center;
}

.How-Work .line:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    margin-left: 15px
}

.How-Work .line:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    border-radius: 100px;
    position: absolute;
    top: 17%;
    right: -3%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f5f5f6;
}

.How-Work .line-one:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    top: 85%;
    left: -40%;
    width: 100%;
    margin-left: 15px;
    transform: rotate(90deg)
}

.How-Work .line-one:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    border-radius: 100px;
    position: absolute;
    bottom: -16%;
    left: 12%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f5f5f6;
}

.How-Work .line-left:after {
    content: '\f104';
}

.nav.nav-tabs .nav-link {
    border: 0px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    color: #dee2e6;
    padding: 0.5rem 2rem;
}

.navbar-brand {
    width: 150px
}

    .navbar-brand img {
        width: 100%;
    }

.Toptal .nav.nav-tabs .nav-link {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav.nav-tabs .nav-item:last-child .nav-link {
    border-right: 0px solid #dee2e6;
}

.nav.nav-tabs .nav-item .nav-link.active {
    color: #fff;
}

.Toptal .nav.nav-tabs .nav-item .nav-link.active {
    color: #000;
    background-color: #efc545;
}

.Toptal .nav.nav-tabs .nav-item .nav-link.active {
    color: #000;
    background-color: #efc545;
}


.logo-list {
    list-style: none;
}



.img-roundss {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 2px solid #FFA000;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    line-height: 175px;
}

    .img-roundss .We-Would-img {
        border-radius: 100px;
        box-shadow: 0 0 10px #00000078;
        width: 170px;
        height: 170px;
    }

#accordion .card-new .card-header {
    background-color: transparent;
    color: #000;
}

    #accordion .card-new .card-header button {
        color: #000;
    }

#accordion .card-new .card-body {
    color: #000;
    text-align: left;
}

    #accordion .card-new .card-body a {
        color: #FFA000;
    }

.modal-header {
    background-color: #f4a03f;
    color: #fff;
}

input[type="text"], input[type="email"], input[type="number"], textarea {
    border: 1px solid #00000052;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px #00000047;
    height: 36px;
}

textarea {
    height: auto
}

    input:hover, textarea:hover {
        border: 1px solid #000000a3;
    }

.modal-footer .btn-primary {
    background-color: #f4a03f;
    color: #fff;
    border-color: #f4a03f;
}

.modal-footer .btn:hover {
    text-decoration: underline
}




.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.display-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.m-auto {
    margin: 0 auto;
}

.logo-list li {
    float: left;
    margin-left: 15px;
}

    .logo-list li:first-child {
        margin-left: 0px
    }







ul {
    list-style: none;
    padding-inline-start: 0px;
}

.development-offerings li {
    float: left;
    width: 14%;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}

    .development-offerings li img {
        width: 80px;
        height: 80px;
        border-radius: 100px;
        box-shadow: 0 0 10px #fff;
        margin-bottom: 5px;
        background-color: #fff;
        z-index: 2;
        position: relative;
    }

    .development-offerings li:after {
        border-top: 1px dotted #000;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
    }

.development-offerings li {
    position: relative;
}

.heading-number:before {
    position: absolute;
    top: -13px;
    left: 0px;
    font-size: 40px;
    font-weight: bolder;
    color: #e7e4e4;
    content: '01';
    z-index: -1;
}

.heading-number::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 20%;
    height: 5px;
    background-color: #FFA000
}

.heading-number {
    padding-left: 18px
}

.heading-number2:before {
    content: '02';
}

.heading-number3:before {
    content: '03';
}

.heading-number4:before {
    content: '04';
}

.heading-number5:before {
    content: '05';
}

.heading-number6:before {
    content: '06';
}

.heading-number7:before {
    content: '07';
}

.text-black {
    color: #000 !important;
}


.landing-page-banner-with-form, .dev-hire, .hire-own {
    background-image: url('../../../Content/Images/l3-hero.png');
    background-size: cover;
    padding: 100px 0px;
}

.hire-own {
    background-image: url('../../../Content/Images/vEmployee_updatedFile-2.jpg');
}

.landing-page-banner-with-form h1 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    width: 100%;
    margin-top: 0;
}

.landing-page-banner-with-form p {
    color: #fff;
    font-size: 18px;
    width: 100%;
    max-width: 626px;
    margin-top: 15px;
    line-height: 28px;
}

ul#bulletp-vemp {
    max-width: 100%;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-top: 25px;
    padding-left: 10px;
}

    ul#bulletp-vemp li {
        position: relative;
        line-height: 41px;
        margin-bottom: 5px;
        font-size: 18px;
        color: #FFF;
        padding-left: 25px;
    }

        ul#bulletp-vemp li:before {
            content: '';
            width: 10px;
            height: 10px;
            display: block;
            position: absolute;
            left: -10px;
            top: 15px;
            background-color: #f5821f;
            border-radius: 100px;
        }

.banner-logo-bottom-wrapper {
    margin-bottom: 0;
    margin-top: 30px;
}

    .banner-logo-bottom-wrapper img {
        margin-right: 10px;
        margin-bottom: 0;
    }

.get-in-touch-now h3 {
    text-align: center;
    font-size: 18px;
    color: #183884;
    font-family: 'GothamRounded-Medium';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin: 20px 0 25px;
}

.hs-form-required {
    color: red;
    padding-left: 3px;
}

input:hover, textarea:hover, input[type="email"]:hover {
    border: 1px solid #000000a3;
}



.dev-hire {
    background-image: url('https://www.clariontech.com/hubfs/background-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 75%);
}


    .dev-hire .hire-card img {
        background-color: #fdf2e8;
        float: left;
        margin: 15px 10px 30px 5px;
        width: 65px;
        border-radius: 100%;
        padding: 5px 5px 5px 5px;
    }

    .dev-hire .hire-card h4 {
        color: #fd7b2d;
        font-size: 16px;
        font-weight: 700;
    }

    .dev-hire .hire-card p {
        font-size: 16px;
        margin-bottom: 0px;
        text-align: left;
        padding-right: 0%;
    }

    .dev-hire .hire-card img.blueco {
        background-color: #f0f7ff;
    }

    .dev-hire .hire-card img.greenco {
        background-color: #ebfef8;
    }

    .dev-hire .hire-card img.orgco {
        background-color: #fdf2e8;
    }

    .dev-hire .hire-card h4.blueco {
        color: #417cfb;
    }

    .dev-hire .hire-card h4.greenco {
        color: #5dceae;
    }

    .dev-hire .hire-card h2.orgco {
        color: #fdf2e8;
    }

.exper-info h2 {
    font-size: 22px;
    color: #183884;
    margin: 15px 20px;
}

.exper-info p {
    font-size: 18px;
    color: #231f20;
}

.py-100 {
    padding: 100px 0px
}

.dev-hire .card-new:hover, .hire-developers .card-new:hover {
    box-shadow: 0 0 10px #870d0d9c;
    background-color: #f3f2f2;
}

.hire-developers .card-new {
    height: 270px
}

    .hire-developers .card-new div.text-center img {
        width: 100px
    }

.bg-light.py-100 .container .mt-4 #owl-carouselone .owl-item .item.pt-5.px-2.pb-2 .card-new.position-relative {
    height: 370px
}


.modal {
    z-index: 9999;
}

.color-banner {
    background-color: #0f256e;
}

.Toptal {
    position: sticky;
    z-index: 5;
    top: 60px;
    margin-top: -60px;
}

    .Toptal ul {
        display: flex;
        justify-content: space-around;
        height: 100px;
        margin: auto;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
        background: #fff;
        border-radius: 100px;
        overflow: hidden
    }

        .Toptal ul li {
            flex: 1;
            height: 100%;
            margin: 0 0px;
        }

            .Toptal ul li a {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                color: #204ecf;
                font-weight: 400;
                line-height: 18px;
                height: 100%;
                letter-spacing: 0;
                text-align: center;
                border-bottom: 5px solid transparent;
            }

            .Toptal ul li .nav-link.active {
                border: none;
            }

.Toptals header, .Toptals section {
    background-color: #f1ecdb;
    color: #455065;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    flex-basis: 150px;
    justify-content: flex-start;
}

.box-new {
    background-color: #fff;
    color: #455065;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 50px;
    padding-left: 10px
}

    .box-new p {
        font-size: 12px;
        font-weight: normal;
        margin-left: 40px;
        margin-top: 10px;
    }

.Toptals section {
    background-color: #f6f7fa;
}

    .Toptals header div, .Toptals section div {
        min-height: 94px;
        line-height: 94px;
        text-align: center;
        border: 1px solid #fff;
    }

.Uig5qZDc {
    background-color: #bff4f9;
}

.QCCUETs {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fbfafa;
    font-weight: 400;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
    background: #efc545;
    border: 1px solid #f7f9f9;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 5px #0718e74a;
}

.Cxs39Or8 {
    background: #c2f7ba;
    color: #02812e;
}

.mVsbtWI {
    background: #edc9cf;
    color: #ee5259;
}

.Toptals header div:first-child, .Toptals section div:first-child {
    text-align: left;
    padding-left: 10px;
    position: relative;
}

.box-new {
    position: relative;
}

.Toptals .line-dots:before {
    position: absolute;
    top: 0;
    left: 24px;
    border-left: 1px dashed #183a9e;
    content: "";
    height: 100%;
}

.Toptals .box-new .line-dots:before {
    left: 25px;
}

.tc-yellow {
    color: #FFA000;
}

.opacity-5 {
    opacity: 0.5;
}

.banner-content h3, .banner-content p {
    margin: 0 0 0 10px;
    color: #394963;
    font-size: 24px;
    text-shadow: 5px 7px 7px rgb(2 2 2 / 32%);
}

.banner-content p {
    display: block;
    color: #8182a8;
    font-size: 18px;
    margin-top: 4px;
    font-family: 'poppinsregular';
}

.card-new {
    box-shadow: 0 0 10px #00000078;
    border-radius: 0.5rem;
    background-color: #fff
}

.lvop h3 {
    letter-spacing: normal;
    font-size: 1.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    margin-bottom: 30px;
}

.career-card h4 {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.career-card {
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    box-shadow: 0 0 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .career-card:last-child {
        border-bottom: 0px solid #ccc;
    }

    .career-card .card.card-body {
        background-color: transparent !important;
        color: #000;
    }

        .career-card .card.card-body h1 {
            font-size: 1.2rem;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }

        .career-card .card.card-body p:first-child {
            display: none
        }

.d-fliex {
    display: flex;
}

.banner-content img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-style: none;
}

.digital-development.development-offerings li {
    width: 20%;
}

.bio-color {
    color: #fd7e14 !important;
}

.darkblue {
    color: #033574;
}

#carouselExampleIndicators .carousel-caption {
    position: absolute;
    right: 50%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.navbar-dark .navbar-nav .nav-link {
    z-index: 9999;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.link-footer a {
    color: #000;
}

.footer_lower {
    padding-top: 20px !important;
}

.footer_inner {
    padding: 50px 0px;
    background-size: cover;
}

.slider1:after {
    top: 0;
}

.bg-dark {
    background-color: #efc534;
}

.btn-silder {
    text-align: center;
    align-self: center;
    position: relative
}

    .btn-silder .btn-one {
        position: absolute;
        top: 35%;
        left: 40%;
        ;
        margin: 0 auto;
    }


.ul-list {
    padding-inline-start: 17px;
}

    .ul-list li {
        position: relative
    }

        .ul-list li:before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 100px;
            background-color: #f4a03f;
            position: absolute;
            left: -16px;
            top: 8px;
        }

.what-bg {
    background-image: url(../../Images/hero-curve.png);
    background-size: cover;
    position: relative;
}

    .what-bg:after {
        position: absolute;
        content: "";
        background: #f9f8f7de;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0px;
    }

    .what-bg .container.text-center {
        position: relative;
        z-index: 99;
    }

.text-black {
    color: #000
}

.career-steps li {
    width: 33.33%;
}

.icon-steps {
    height: 80px;
    width: 80px;
    border-radius: 100px;
    border: 2px solid #f4a03f;
    box-shadow: 0 0 10px #0006;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 10px;
    z-index: 99999;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

    .icon-steps img {
        height: auto !important;
        background-color: transparent !important;
        border-radius: 0px !important;
        box-shadow: 0px 0px 0px #fff !important;
    }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#footer .icon-img, .contact-us .icon-img {
    height: 55px;
    width: 55px;
    line-height: 57px;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #04104f;
    border: 2px solid #fff;
}

#Our-Proven + .bg-light .card-new {
    min-height: 450px;
}

.navbar {
    z-index: 9999;
}

.mobiless {
    flex-wrap: nowrap;
}

    .mobiless .iti.iti--allow-dropdown {
        width: 65%;
    }

        .mobiless .iti.iti--allow-dropdown input {
            width: 100% !important;
        }

#ViewOurWork .card-new {
    min-height: 380px
}

#footer .icon-img i, .contact-us .icon-img i {
    font-size: 25px;
    color: #fff;
}

#footer .icon-footers a, #footer .icon-footers p, .contact-us .icon-footers a, .contact-us .icon-footers p {
    color: #3c3b3b;
}

#footer .icon-footers a {
    font-size: 13px
}

    #footer .icon-footers a i, #footer .icon-footers p i, .contact-us .icon-footers a i, .contact-us .icon-footers p i {
        color: #f4a03f;
    }

#footer .icon-footers .body, .contact-us .icon-footers .body {
    position: relative;
    overflow: hidden;
}

#footer .icon-footers .body {
    padding: 0.6rem;
}

    #footer .icon-footers .body .map-footer, .contact-us .icon-footers .body .map-footer {
        display: none;
        position: absolute;
        bottom: 0px;
    }

    #footer .icon-footers .body:hover .map-footer, .contact-us .icon-footers .body:hover .map-footer {
        display: block;
        bottom: -125px;
        left: 0;
        right: 0;
    }

    #footer .icon-footers .body .map-footer:hover, .contact-us .icon-footers .body .map-footer:hover {
        bottom: 0px;
    }

.btn {
    padding: 0.3rem 0.75rem;
}

.banner-img.col-lg-5 img {
    margin-top: -180px
}

@media only screen and (max-width: 1170px) {
    ul .right-top li {
        padding-right: 15px !important;
    }
}
