@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a {
    color: #51BE15;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


/* Header CSS */

.header a.nav-link {
    font-size: 16px;
    display: block;
    padding: 3px 19px !important;
    text-decoration: none;
    background-color: #ffffff;
    color: #0A273E;
    font-weight: 500;
    text-transform: uppercase;
}

.header a.nav-link:hover {
    background-color: #ffffff;
    color: #83ACB0;
}

a.nav-link.primary_btn {
    display: inline-block;
    padding: 0.75em 1em !important;
    background: #D46146;
    color: #fff;
    border-radius: 0px;
    border: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 12px;
}

a.nav-link.primary_btn:hover {
    color: #ffffff;
    background: #0A273E;
}

.blue-bg {
    background-color: #0A273E;
}

.footer {
    padding: 3em 0 0 0;
    background-color: #191919;
}

.white {
    color: #ffffff;
}

.btn.primary_btn {
    padding: 0.75em 1em;
    background: #D46146;
    color: #fff;
    border-radius: 0px;
    border: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.footer_widget ul li {
    /* display: inline-block; */
    padding: 3px 0px;
    text-decoration: none;
}

.footer_widget ul li a {
    color: #fff;
}

.footer_widget ul li a:hover {
    color: #cfbdff;
}

#hero.orange-bg {
    background: #D46146;
    padding: 4em;
}

.hero-content {
    padding: 2em 4em 2em 0;
}

.full-width-image-row .col-lg-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .no-gutters {
    margin-right: -15px;
    margin-left: -15px;
} */

.full-width-image-row .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content h2 {
    margin-bottom: 46px;
    font-size: 2.5em;
}

.full-width-image-row.image-left .hero-content {
    padding: 2em 0 2em 8em;
}

.btn.form_btn {
    background: #83ACB0;
    color: #fff;
    padding: 0.75em 1.5em;
    border: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 0px;
    font-weight: 600;
    margin: 12px 12px 12px 0px;
    font-size: 1em;
    text-transform: uppercase;
}

.btn.form_btn:hover {
    background: #0A273E;
    color: #fff;
}

.col-md-6.image-container.image-column {
    padding: 0;
}

.thankyou_dc h3 {
    color: #858585;
    font-size: 25px;
    font-weight: 400;
}


/* Banner CSS */

#hero {
    background-color: #201f2d;
    padding: 35px 0px;
}

.headtext {
    color: #fff;
}

#hero h1 {
    font-size: 46px;
}

.sub-head-n {
    font-size: 1.6rem;
    color: #f4b303;
    font-weight: 500;
    margin-bottom: 34px;
}

.headtext p {
    font-size: 20px;
    color: #fff;
    margin: 0 20px 22px 0;
}

.headtext ul li {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
}

.headtext ul li:before {
    content: '\f111';
    font-family: FontAwesome;
    color: #f4b303;
    font-size: 14px;
    position: absolute;
    left: -30px;
    top: 3px;
}

.headtext ul {
    list-style: none;
    margin: 40px 0 0 30px;
}

.head_block {
    padding: 20px 30px;
    text-align: left;
    /* margin: 0 0 22px; */
    background: #ffbc00;
}

.formbox-new {
    width: 68%;
    background: #fff;
    margin: 0px auto;
}

.form_bnr {
    padding: 28px 25px;
}

section.client-logo-sec-ecommerce-management {
    background: #eaeaeb;
}

.all_our_services_new {
    padding: 60px 0 30px;
}

.heading-sec p {
    font-size: 20px;
    margin-top: 15px;
}

.heading-sec p::after {
    content: '';
    background: #000;
    height: 2px;
    width: 160px;
    margin: 30px auto;
    display: block;
}

.all_our_services_new .technologies-tabs h3 {
    font-size: 26px;
    letter-spacing: -.1px;
    text-transform: capitalize;
    color: #363636;
    position: relative;
    margin: 0 0 15px;
    display: block;
}

.all_our_services_new .technologies-tabs h3:after {
    width: 110px;
    height: 2px;
    background: #2a2a2a;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
}

.all_our_services_new .technologies-tabs p {
    font-size: 18px;
    color: #444;
    margin: 0 0 30px;
}

.all_our_services_new .technologies-tabs ul li a {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    text-decoration: none;
}

.all_our_services_new .technologies-tabs ul li {
    width: 31.7%;
    margin: 7px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
    transition: all .5s ease 0s;
}

.all_our_services_new .technologies-tabs ul {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 60px;
    list-style: none;
    padding: 0;
}

.all_our_services_new .technologies-tabs h4 {
    font-size: 16px;
    color: #344256;
    text-transform: capitalize;
    margin: 0;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon2 {
    background-position: 5px -61px;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon4 {
    background-position: 3px -225px;
}

.all_our_services_new .technologies-tabs .fullstack-techno i {
    background: url(../img/fullStack-sprite-min.png) left no-repeat;
}

.all_our_services_new .technologies-tabs i {
    width: 38px;
    height: 38px;
    margin: 0 10px 0 0;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon3 {
    background-position: 3px -135px;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon6 {
    background-position: 0 -424px;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon16 {
    background-position: 3px -1227px;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon17 {
    background-position: 5px -1295px;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon27 {
    background-position: 2px -2059px;
}

.all_our_services_new .technologies-tabs .fullstack-techno .icon30 {
    background-position: 0 -2336px;
}

.compare_card ul {
    list-style: none;
    padding: 0;
}

.compare_card ul li {
    border-bottom: 1px solid #dddddd78;
    padding: 12px 0px;
    text-transform: capitalize;
}

.compare_card.card {
    border: 0;
    /* box-shadow: 0px 0px 6px #1c1c1c14; */
}

.compare_card ul li:last-child {
    border: 0;
}

.compare_card ul li.tbtitle_one {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #00000042;
    letter-spacing: 0.5px;
    padding: 12px;
    border-radius: 5px;
    border: 1px dashed #fff;
}

.compare_card ul li.tbtitle_one.inhouse_title {
    color: #233d6d;
    background-color: #233d6d1c;
    border: 1px solid #233d6d;
}

.compare_card.cardv1.card {
    border: 2px solid #481db8;
    color: #fff;
    background: rgb(72, 29, 184);
    background: linear-gradient(92deg, rgba(72, 29, 184, 1) 0%, rgba(35, 61, 109, 1) 100%);
}

.compare_card.main_card.card {
    background-color: #fbfbfb;
    border: 1px solid #dfdfdf;
}

.compare_card li.tbtitle_one.feature_title {
    border: 1px solid #481db8 !important;
    color: #481db8 !important;
    background: #481db81c !important;
}

.services-row {
    background: #fff;
    padding: 90px 0;
}

.compare_table {
    padding: 19px 0 90px;
}

.service_card h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 24px 0px 0px;
}

.service_card {
    margin-bottom: 54px;
    width: 92%;
}

.our-process-hire-php ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.our-process-hire-php ul li {
    flex: 0 0 15%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0 0 0 -4px;
    position: relative;
    border: 1px solid #dbdbdb;
    text-align: center;
    background: #f8fafc;
    border-radius: 6px;
}

.our-process-hire-php ul li .number-icons {
    background: #d8dadd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-size: 26px !important;
    position: absolute;
    left: 68px;
    top: -25px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.our-process-hire-php ul li p {
    font-size: 16px !important;
    color: #575757;
    width: 100%;
    text-align: center;
    padding-top: 18px;
    margin: 0px;
    font-weight: 400;
}

.process-row {
    padding: 56px 0px;
}

.readytogo-sec {
    background: #481db8;
    padding: 90px 0;
}

.readytogo-sec h2 {
    font-size: 2.5em;
    margin-bottom: 19px;
}

.headingsec p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
}

.btn-stone {
    border: 1px dashed #fff;
    padding: 8px 25px;
    color: #fff!important;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.btn-stone:hover {
    background-color: #fff;
    color: #212529 !important;
    border: 1px solid #fff;
}

#contact_form .input-group-text {
    background-color: transparent;
    border-right: 0;
    color: #838383;
}

#contact_form input.form-control {
    border-left: 0px;
    padding-left: 0;
}

.address-sec h3 {
    font-size: 18px;
}

.address-sec ul {
    list-style: none;
    padding: 0;
}

.address-sec li img {
    width: 25px;
    margin-right: 3px;
}

.contact_card .card-body {
    padding: 42px 42px 26px;
}

.contact-row {
    padding: 42px 0px;
}

.footer_widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_widget h4 {
    font-size: 20px;
    margin-bottom: 19px;
}


/* Testimonials CSS */

.card.client_card:hover {
    box-shadow: 0px 0px 28px #0000001c;
}

.client_card .card-body {
    padding: 28px;
}

.card.client_card {
    transition: all .5s;
    position: relative;
    z-index: -11;
    margin-bottom: 42px;
}

.client_name h3 {
    font-size: 18px;
    margin: 0px 0px 4px;
}

.client_name p {
    font-size: 15px;
    margin: 0;
}

.card.client_card:before {
    content: '\f10d';
    font-family: "FontAwesome";
    position: absolute;
    top: -34px;
    font-size: 48px;
    color: #481db8;
    background-color: #fff;
    left: -18px;
    z-index: -11;
    padding: 5px 12px;
}

.client_card .card-body p.quote {
    z-index: 99;
}

p.copyright-info {
    font-size: 14px;
}
.header a.nav-link:hover {
    background-color: #ffffff;
    color: #481db8;
}
.formbox-new a.btn.btn-primary,
.services-row a.btn.btn-primary,
.contact_card a.btn.btn-primary {
    background-color: #481db8;
    border: 1px solid #481db8;
}
ul.fullstack_check {
    list-style: none;
    padding: 0px;
    /* text-align: center; */
}
ul.fullstack_check li i {
    margin-right: 4px;
    color: #481db8;
}
ul.fullstack_check li {
    font-size: 18px;
    /* display: inline-block; */
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 7px 22px;
    margin: 0px 5px 15px;
    border-radius: 5px;
}
#hiretext .heading-sec p::after {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .formbox-new {
        width: 100%;
    }
    .all_our_services_new .technologies-tabs ul li {
        width: 100%;
    }
    .compare_card.card {
        margin-bottom: 32px;
    }
    .service_card {
        text-align: center;
    }
    .our-process-hire-php ul {
        display: block;
    }
    .our-process-hire-php ul li {
        margin-bottom: 58px;
    }
    .our-process-hire-php ul li .number-icons {
        left: 142px;
    }
    .address-sec ul {
        margin-top: 20px;
        display: block !important;
    }
    .address-sec ul li {
        margin-bottom: 12px;
    }
    .contact_card .card-body {
        padding: 22px 18px 8px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .our-process-hire-php ul li .number-icons {
        left: 144px;
    }
    .all_our_services_new .technologies-tabs h3:after {
        display: none;
    }
    .fullstack-techno {
        text-align: center;
    }
    .compare_table {
        display: none;
    }
    .textarea_contact {
        margin-top: 0px;
    }
}
.demoInputBox{padding:10px; border:#F0F0F0 1px solid; border-radius:4px;}
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;margin-bottom: 0px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;margin-bottom: 0px !important; margin-top: 10px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;}
.infoB{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-top: 10px;}
p.frm-hire{
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1.5rem;
}
.all_our_services .technologies-tabs ul {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 60px;
    list-style: none;
    padding: 0;
}
.all_our_services .technologies-tabs ul li {
    width: 12.7%;
    margin: 0px 10px 20px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 12px 16px;
    transition: all .5s ease 0s;
    text-align: center;
}
.all_our_services .technologies-tabs h5 {
    font-size: 16px;
    color: #344256;
    text-transform: capitalize;
    margin: 0;
}
.skills_card ul {
    display: block;
    text-align: center;
}
.skills_card li {
    list-style: none;
    background-color: #f1f1f1;
    padding: 9px 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 0px 6px 14px;
}
.skills_card li i {
    margin-right: 4px;
}