@font-face {
    font-family: 'CircularStd-Regular';
    src: url(../fonts/CircularStd-Regular.otf);
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url(../fonts/CircularStd-Medium.otf);
}

@font-face {
    font-family: 'CircularStd-Bold';
    src: url(../fonts/CircularStd-Bold.otf);
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url(../fonts/CircularStd-Book.ttf);
}

@font-face {
    font-family: 'ProductSans-Regular';
    src: url(../fonts/ProductSans-Regular.ttf);
}

@font-face {
    font-family: 'ProductSans-Light';
    src: url(../fonts/ProductSans-Light.ttf);
}

@font-face {
    font-family: 'ProductSans-Bold';
    src: url(../fonts/ProductSans-Bold.ttf);
}

:root {
    /* Font Family */
    --circularRegular: 'CircularStd-Regular';
    --circularMedium: 'CircularStd-Medium';
    --circularBold: 'CircularStd-Bold';
    --circularBook: 'CircularStd-Book';
    --productRegular: 'ProductSans-Regular';
    /*--productLight: 'ProductSans-Light';*/
    --productLight: 'ProductSans-Regular';
    --productBold: 'ProductSans-Bold';

    --colorWhite: #fff;
    --colorBlack: #000;
    --colorWarmGrey: #707070;
    --colorGrey: #a2a2a2;
    --colorGrey2: #fafafa;
    --colorGrey3: #b5b5b5;
    --colorGrey4: #e5e5e5;
    --colorGrey5: #f1f1f1;
    --colorGrey6: #f7f7f7;
    --colorGrey7: #f2f2f2;
    --colorOffBlack: #141313;
    --colorOffBlack2: #131415;
    --colorOffBlack3: #060606;
    --colorOffBlack4: #1c1c1c;
    --colorOffBlack5: #171717;
    --colorOffBlack6: #1a1a1a;
    --colorOffBlack7: #121212;
    --colorOffBlack8: #141414;
    --colorOffBlack9: #333333;
    --colorOffBlack10: #585858;
    --colorRed: #ef402f;
    --colorRed2: #ef3a2f;
    --colorRed3: #f14f2f;
    --colorRed4: #F3692F;
    --colorRed5: #E63A35;
    --colorBlue: #161e6d;
    --colorYellow: #ffba41;
    --colorGrey8: #161F65;
    --colorGrey9: #8B8B8B;
    --colorGrey10: #535353;
}

body {
    font-family: var(--productRegular);
}


.boxs {
    width: 100%;
    display: block;
    float: left;
}


/* Page Banner Start */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

button {
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.circularRegular {
    font-family: var(--circularRegular);
}

.circularMedium {
    font-family: var(--circularMedium);
}

.circularBold {
    font-family: var(--circularBold);
}

.productRegular {
    font-family: var(--circularRegular);
}

.productBold {
    font-family: var(--productBold);
}

.fontSize62 {
    font-size: 68px;
    line-height: 76px;
}

.fontSize64 {
    font-size: 58px;
    line-height: 68px;
}

.fontSize44 {
    font-size: 36px;
    line-height: 50px;
}

.fontSize34 {
    font-size: 32px;
    line-height: 56px;
}

.fontSize32 {
    font-size: 32px;
    line-height: 56px;
}

.fontSize30 {
    font-size: 30px;
    line-height: 44px;
}

.fontSize28 {
    font-size: 25px;
    line-height: 50px;
}

.fontSize26 {
    font-size: 23px;
    line-height: 34px;
}

.fontSize24 {
    font-size: 20px;
    line-height: 30px;
}

.fontSize22 {
    font-size: 22px;
    line-height: 34px;
}

.fontSize21 {
    font-size: 21px;
    line-height: 34px;
}

.fontSize20 {
    font-size: 20px;
    line-height: 30px;
}

.fontSize18 {
    font-size: 18px;
    line-height: 28px;
}

.fontSize17 {
    font-size: 17px;
    line-height: 26px;
}

.fontSize16 {
    font-size: 16px;
    line-height: 22px;
}

.pageHeader .headerBox {
    float: right;
    display: flex;
    align-items: center;
}

.navbar-toggler {
    display: none;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar {
    margin: 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    padding: 0;
}

.navbar-default {
    background: transparent;
}

.navbar-default .navbar-nav>li {
    margin-right: 40px;
}

.navbar-default .navbar-nav li a {
    color: #a5a5a5;
    font-family: var(--circularBook);
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav li a.activeMenu {
    color: var(--colorBlack);
}

.pageHeader {
    /*     padding: 14px 0; */
    padding: 7.5px 0;
    padding: 14px 0px;
    position: fixed;
    background: var(--colorWhite);
    z-index: 99;
}

.pageHeader.fixedHeader {
    position: fixed;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.topSection {
    margin-top: 68px;
}

.container {
    max-width: 1170px;
}

.pageBanner {
    background: #1d1d39;
}

.leadPageBanner .bannerLeft {
    margin-right: 33px;
}

.leadPageBanner .bannerRight {
    width: 444px;
    min-width: 444px;
    padding: 20px 30px;
    background: var(--colorWhite);
    height: 100%;
}

textarea {
    resize: none;
}

.leadPageBanner .bannerInner {
    display: flex;
}

.colorWhite {
    color: var(--colorWhite);
}

.leadPageBanner {
    padding: 60px 0 27px;
}

.leadPageBanner .topContent {
    padding-left: 34px;
    position: relative;
    margin-bottom: 10px;
}

.leadPageBanner .topContent p {
    font-family: var(--circularBook);
}

.leadPageBanner .topContent::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 18px;
    left: 0;
    top: 45%;
    background: var(--colorWhite);
}

.leadPageBanner .topContent p,
.leadPageBanner .bannerHeading h2,
.leadPageBanner .bannerContent p {
    color: var(--colorWhite);
}

.leadPageBanner .bannerContent p {
    /*     font-size: 20px;
    line-height: 30px; */
    font-size: 16px;
    line-height: 28px;
    font-family: var(--productLight);
    margin-bottom: 15px;
}

.freeQuoteTop h2 {
    font-family: var(--productBold);
    color: var(--colorBlack);
}

.highlightText {
    color: #efb759;
}

.highlightText2 {
    color: #f03d2f;
}

.leadPageBanner .bannerContent {
    padding-right: 50px;
}

.formStyle .form-control {
    font-size: 16px;
    line-height: 20px;
    font-family: var(--productLight);
    color: var(--colorBlack);
    padding: 15px 20px;
    height: auto;
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
}

.formStyle .form-control::placeholder {
    color: var(--colorBlack);
}

.formStyle .form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #ececec;
}

.formStyle .form-group {
    margin-bottom: 10px;
}

.btmLines {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-bottom: 18px;
}

.btmLines::before {
    width: 142px;
    content: '';
    position: absolute;
    height: 3px;
    background-image: linear-gradient(to right, #ee2d2f, #ee2d2f 42%, #f4792f 106%);
    left: 0;
    bottom: -3px;
}

.btmLines2::before {
    height: 6px;
    background: #ef3a2f;
    width: 157px;
}

.freeQuoteTop p {
    font-family: var(--productLight);
    margin-bottom: 15px;
}

/* Page Banner Start */

.sectionHeadBox {
    margin-bottom: 30px;
}

.sectionHeadBox .sectionHeadTop h2 {
    font-family: var(--productBold);
    color: var(--colorBlack);
    font-size: 36px;
    line-height: 50px;
    /* padding-bottom: 30px; */
}

.sectionHeadBox .sectionHeadContent {
    font-family: var(--productLight);
    color: #171717;
    font-size: 20px;
    line-height: 30px;
}

.boxDesignSec {
    padding: 34px 25px;
    border: solid 1px #707070;
    background-color: var(--colorWhite);
    /* margin-bottom: 24px; */
    height: 100%;
}

/* .whyHireRight .col-sm-12,
.whyHireLeft .col-sm-12{
    margin-bottom: 24px;
} */
.whyHireBox .col-sm-4 {
    margin-bottom: 24px;
}

.whyHireRight .col-sm-12:last-child,
.whyHireLeft .col-sm-12:last-child {
    margin-bottom: 0;
}

.whyHireRight .boxDesignSec:last-child,
.whyHireLeft .boxDesignSec:last-child {
    /* margin-bottom: 0; */
}

.boxDesignSec2 {
    border-color: #c5c5c5;
    margin-bottom: 0;
    height: 100%;
}

.boxDesignSec h4 {
    font-family: var(--productBold);
    color: var(--colorBlack);
    margin-bottom: 5px;
}

.boxDesignSec p {
    font-family: var(--productLight);
    color: #171717;
}

.whyHireInner .row {
    display: flex;
}

.whyHireInner .col-sm-4 {
    height: auto;
}

.whyHireInner .col-sm-4 .whyHireBox {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.whyHireInner .col-sm-4 .whyHireMid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.midSectionsBox {
    padding: 60px 0 0;
}

.midSecBox {
    margin-bottom: 60px;
}

.whyHireBoxs .cardImageBox {
    margin-bottom: 30px;
}

.cardImageBox span {
    height: 60px;
}

.cardImageBox span img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.hireFromInner .row .col-sm-4 {
    margin-bottom: 16px;
}

.devSkillsInner .skillListTop {
    margin-bottom: 40px;
}

.devSkillsInner .skillListTop h2 {
    font-family: var(--productBold);
    color: #ef3a2f;
    letter-spacing: 5.04px;
}

.devSkillsInner .skillListTop p {
    font-family: var(--productLight);
    color: #171717;
}

.devSkillsInner .skillListSec {
    padding: 45px 40px 24px;
    padding: 0px;
    /*     box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.07); */
    background-color: var(--white);
    float: left;
}

.devSkillsInner .skillListSec .skillIcon {
    height: 66px;
    margin: 0 auto 7px;
    display: block;
    max-width: 125px;
    text-align: center;
}

.devSkillsInner .skillListSec .skillIcon img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.devSkillsInner .skillsListBox ul li {
    display: inline-block;
    float: left;
    margin-right: 57px;
    text-align: center;
    margin-bottom: 25px;
}

.devSkillsInner .skillsListBox ul li:last-child {
    margin-right: 0;
}

.devSkillsInner .skillsListBox ul li .skillType {
    font-size: 20px;
    line-height: 26px;
    font-family: var(--productBold);
    color: #171717;
}

.devSkillsInner .devSkillsSec {
    margin-bottom: 25px;
}

.devSkillsInner .devSkillsSec:last-child {
    margin-bottom: 0;
}

.topDevsBox {
    background: #1d1d39;
    padding: 32px 0 0;
    /* margin-bottom: 60px; */
}

.topDevsBox .topDevsLeft {
    padding: 50px 0px 70px 0px;
}

.topDevsBox .topDevsLeft h3,
.topDevsBox .topDevsLeft p {
    color: var(--colorWhite);
}

.topDevsBox .topDevsLeft h3 {
    font-family: var(--productBold);
    margin-bottom: 20px;
}

.topDevsBox .topDevsLeft p {
    font-family: var(--productLight);
    margin-bottom: 40px;
    padding-right: 75px;
}

.topDevsBox .topDevsInner .row {
    align-items: flex-end;
}

.beyondValueBottom {
    position: relative;
    display: flex;
}

.valCoparison {
    position: absolute;
    content: '';
    height: 122px;
    width: 122px;
    border-radius: 50%;
    border: 3px solid var(--colorWhite);
    background: #ff956b;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}

.valCoparison span {
    font-size: 44px;
    line-height: 44px;
    font-family: var(--productBold);
    color: var(--colorWhite);
}

.beyondValueBottom .beyondValueSec {
    width: 49%;
    float: left;
    text-align: center;
    padding: 50px 60px 45px;
    border-radius: 10px;
    box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.08);
}

.beyondValueLeft {
    background-image: linear-gradient(to bottom, #ee2d2f, #f4792f);
    margin-right: 10px;
}

.beyondValueRight {
    background-color: #4caf50;
    margin-left: 10px;
}

.beyondValueSec p {
    color: var(--colorWhite);
    font-family: var(--productLight);
}

.beyondValueSec .costPerHour {
    margin-top: 13px;
}

.beyondValueSec .costPerHour span {
    font-family: var(--productBold);
}

.clientSaves {
    margin-top: 35px;
}

.clientSaves p {
    font-family: var(--productLight);
    color: var(--colorBlack);
}

.hubOverviewBox .overviewRight {
    display: flex;
    align-items: center;
}

.hubOverviewBox .overviewRight .deliveredProject {
    display: inline-block;
    float: left;
    padding-right: 20px;
    position: relative;
}

.hubOverviewBox .overviewRight .rightOverview {
    display: inline-block;
    float: left;
    border-left: 1px solid #707070;
}

.hubOverviewBox .overviewRight .rightOverview .investmentRaised {
    padding: 20px 0 20px 50px;
    border-top: 1px solid #707070;
}

.hubOverviewBox .overviewRight .rightOverview .developers {
    padding: 20px 0 20px 50px;
}

.hubOverviewBox .overviewRight p {
    font-size: 68px;
    line-height: 68px;
    font-family: var(--productBold);
    color: var(--colorBlack);
    margin-bottom: 5px;
}

.hubOverviewBox .overviewRight span {
    font-size: 16px;
    line-height: 20px;
    font-family: var(--productBold);
    color: #ef3a2f;
}

.hubOverviewBox .overviewLeft {
    padding-left: 50px;
}

.hubOverviewBox .overviewLeft h3 {
    font-family: var(--productBold);
    color: var(--colorBlack);
    margin-bottom: 10px;
}

.hubOverviewBox .overviewLeft h4 {
    font-family: var(--productRegular);
    color: #8d8d8d;
    /* margin-bottom: 25px; */
}

.hubOverviewBox .overviewLeft p {
    font-family: var(--productLight);
    color: #171717;
    margin-bottom: 30px;
}

.secMargin {
    margin-bottom: 60px;
}

.hubOverviewBox .row {
    align-items: center;
}

.ourTeamBox .onDemandInner .onDemandSol {
    display: flex;
    margin-bottom: 30px;
}

.ourTeamBox .onDemandInner .onDemandSol:last-child {
    margin-bottom: 0;
}

.ourTeamBox .onDemandInner .onDemandSol:nth-child(odd) {
    flex-direction: row-reverse;
}

.ourTeamBox .onDemandSol .solRight,
.ourTeamBox .onDemandSol .solLeft {
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 297px;
}

.ourTeamBox .onDemandSol .solRight {
    min-height: inherit;
    max-height: 297px;
}

.ourTeamBox .onDemandInner .onDemandSol img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ourTeamBox .solLeft .memberDetail {
    margin-top: 20px;
}

.ourTeamBox .solLeft .memberDetail .memberName {
    font-family: var(--productBold);
    color: #ee312f;
}

.ourTeamBox .solLeft .memberDetail .memberDesig {
    font-family: var(--productLight);
    color: #171717;
}

.ourTeamBox .onDemandSol .solRight {
    margin-right: 20px;
}

.ourTeamBox .onDemandSol .solLeft {
    margin-left: 20px;
}

.ourTeamBox .onDemandSol:nth-child(odd) .solLeft {
    margin-left: 0px;
    margin-right: 20px;
}

.ourTeamBox .onDemandSol:nth-child(odd) .solRight {
    margin-right: 0px;
    margin-left: 20px;
}

.ourTeamBox .onDemandSol .solLeft p {
    padding-right: 30px;
}

.topCreationBox .sectionHeadBox .sectionHeadTop h2 {
    padding-bottom: 0;
}

.topCreationBox .sectionHeadBox .sectionHeadTop h3 {
    /* padding-bottom: 20px; */
    color: #8d8d8d;
    font-family: var(--productRegular);
}

.topCreationBox .slideRight span {
    font-family: var(--productBold);
    color: #ef3a2f;
}

.topCreationBox .slideRight h3 {
    font-family: var(--productBold);
    color: var(--colorBlack);
    margin-bottom: 10px;
}

.topCreationBox .slideRight p {
    font-family: var(--productLight);
    color: #171717;
}

.btnMargin {
    margin-top: 30px;
}

.topCreationSlider .row {
    align-items: center;
}

.creationSlider .slick-dots li button:before {
    content: '';
    background: #b5b5b5;
    border-radius: 50%;
    opacity: 1;
}

.creationSlider .slick-dots li.slick-active button:before {
    background: #ef3a2f;
}

.hireforusBox .imageGallery .row {
    margin-right: -5px;
    margin-left: -5px;
}

.hireforusBox .imageGallery .row .col-sm-4,
.hireforusBox .imageGallery .row .col-sm-6 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.hireforusBox .imageGallery .galleryImg {
    height: 100%;
    overflow: hidden;
}

.hireforusBox .imageGallery .galleryImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    transform: scale(1);
    transition: all 0.3s ease;
}

.hireforusBox .imageGallery .galleryImg img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.ourSpecaityBox .specialityBox {
    /* width: 75%; */
    margin-bottom: 60px;
}

.ourSpecaityBox .specialityBox .boxTopSec {
    display: flex;
    align-items: center;
}

.ourSpecaityBox .specialityBox .secIcon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 18px;
}

.ourSpecaityBox .specialityBox .secIcon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.ourSpecaityBox .specialityBox .secHead {
    font-family: var(--productBold);
    color: #171717;
    line-height: 26px;
}

.ourSpecaityBox .boxBtmSec {
    margin-top: 15px;
}

.ourSpecaityBox .boxBtmSec p {
    font-family: var(--productRegular);
    color: #171717;
}

.hireforusBox .ourSpecaityBox .row {
    margin-left: -30px;
    margin-right: -30px;
}

.hireforusBox .ourSpecaityBox .row .col-sm-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.readytoHireBox {
    background: #1d1d39;
    padding: 58px 0;
}

.readytoHireBox .readytoHireLeft {
    padding-right: 50px;
}

.readytoHireBox .readytoHireLeft h3,
.readytoHireBox .readytoHireLeft p {
    color: var(--colorWhite);
}

.readytoHireBox .readytoHireLeft h3 {
    font-family: var(--productBold);
    margin-bottom: 10px;
}

.readytoHireBox .readytoHireLeft p {
    font-family: var(--productLight);
}

.readytohireRight .compDone {
    margin-bottom: 30px;
    text-align: center;
}

.readytohireRight .compDone:last-child {
    margin-bottom: 0;
}

.readytohireRight .compDone h3 {
    color: var(--colorWhite);
    font-family: var(--productBold);
}

.readytohireRight .compDone span {
    color: #ef3a2f;
    font-family: var(--productRegular);
    text-transform: uppercase;
}

.readytohireRight .compAnalysisRight {
    margin-top: 50px;
}

.readytohireRight .compAnalysisRight .compDone {
    margin-bottom: 60px;
}

.readytohireRight .compAnalysisRight .compDone:last-child {
    margin-bottom: 0;
}

.compAnalysisTable table {
    width: 100%;
}

.compAnalysisTable table tr th,
.compAnalysisTable table tr td {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--productBold);
}

.compAnalysisTable table tr th {
    background: #e6e6e6;
    width: 25%;
    text-align: center;
    padding: 34px 28px 24px 28px;
    height: 121px;
    min-height: 121px;
    border: 1px solid #707070;
}

.compAnalysisTable table tr th:first-child {
    background: transparent;
    border: none;
}

.compAnalysisTable table tr td {
    color: #6e6e6e;
    background: #e6e6e633;
    width: 25%;
    text-align: center;
    padding: 28px 13px 24px 13px;
    border: 1px solid #707070;
}

.compAnalysisTable table tr td:first-child {
    color: #171717;
    text-align: left;
    padding: 28px 15px 24px 24px;
}

.hiringModalBox .hiringMethods .methodsIcon {
    margin-bottom: 22px;
}

.hiringModalBox .hiringMethods .methodsIcon span {
    height: 60px;
    display: inline-block;
}

.hiringModalBox .hiringMethods .methodsIcon span img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.hiringModalBox .hiringMethods .methodsBoxs {
    border: solid 1px #c5c5c5;
    background-color: var(--white);
    padding: 33px 26px;
    height: 100%;
}

.hiringModalBox .hiringMethods .methodsHeading {
    margin-bottom: 8px;
}

.hiringModalBox .hiringMethods .methodsHeading h4 {
    font-family: var(--productBold);
    color: var(--colorBlack);
}

.hiringModalBox .hiringMethods .methodsContent {
    margin-bottom: 20px;
}

.hiringModalBox .hiringMethods .methodsContent p {
    font-family: var(--productLight);
    color: #171717;
}

.hiringModalBox .methodsLists ul li {
    font-family: var(--productLight);
    color: #171717;
    position: relative;
    padding-left: 40px;
    margin-bottom: 13px;
}

.hiringModalBox .methodsLists ul li:last-child {
    margin-bottom: 0;
}

.hiringModalBox .methodsLists ul li:before {
    position: absolute;
    content: '';
    background-image: url('../img/checkIcon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 29px;
    width: 29px;
    left: 0;
}

.gainedByComp {
    background: #1d1d39;
    padding: 60px 0;
}

.gainedByComp .sectionHeadTop h2 {
    color: var(--colorWhite);
    padding: 0 100px 10px;
}

.gainedByComp .btmLines2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gainedByComp .awardsListBox .row {
    margin-left: -2px;
    margin-right: -2px;
}

.gainedByComp .awardsListBox .row .col-sm-3,
.gainedByComp .awardsListBox .row .col-sm-2 {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}

.gainedByComp .awardsListBox .awardBoxInner {
    background: var(--colorWhite);
    height: 206px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gainedByComp .awardsListBox .awardBoxInner img {
    height: 100%;
    object-fit: contain;
}

.faqSectionsBox .faqsSecList .faqHeading a {
    font-size: 24px;
    line-height: 34px;
    font-family: var(--productLight);
    color: #171717;
    text-decoration: none;
    display: flex;
    cursor: pointer;
}

.faqSectionsBox .faqsSecList .faqContent {
    display: none;
    margin-top: 5px;
}

.faqSectionsBox .faqSecHeading {
    margin-bottom: 25px;
}

.faqSectionsBox .faqSecHeading h4 {
    font-family: var(--productBold);
    color: #ef3a2f;
}

.faqSectionsBox .faqContent p {
    font-size: 18px;
    line-height: 28px;
    color: #171717;
    font-family: var(--productLight);
}

.faqSectionsBox .faqsQuest {
    margin-bottom: 15px;
}

.faqSectionsBox .faqsQuest .faqHeading span {
    display: inline-block;
}

.faqSectionsBox .faqsQuest .faqHeading .faqToggleIcon {
    height: 28px;
    width: 28px;
    min-width: 28px;
    border: 2px solid #ef3a2f;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqSectionsBox .faqsQuest .faqHeading .faqToggleIcon i {
    font-size: 15px;
    color: #ef3a2f;
}

.faqSectionsBox .faqContent {
    padding-left: 40px;
}

.faqsSecBoxs .faqsInnerSec {
    margin-bottom: 40px;
}

.faqsSecBoxs .faqsInnerSec:last-child {
    margin-bottom: 0;
}

.ourServicesBox .servImageIcon {
    height: 83px;
    width: 83px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.ourServicesBox .servImageIcon img {
    height: 100%;
    width: 100%;
}

.ourServicesBox .serviceListInfo h3 {
    font-family: var(--productBold);
    color: var(--colorBlack);
    margin-bottom: 5px;
}

.ourServicesBox .serviceListInfo p {
    font-family: var(--productLight);
    color: #171717;
}

.freeProposalBox {
    background: #1d1d39;
    padding: 60px 0;
}

.freeProposalBox .formHeading h3 {
    text-transform: uppercase;
    color: #ef3a2f;
    font-family: var(--productBold);
}

.propFormLeft ul li {
    position: relative;
    margin-bottom: 25px;
    font-family: var(--productLight);
    color: var(--colorWhite);
    padding-left: 38px;
}

.propFormLeft ul li::before {
    position: absolute;
    content: '';
    background-image: url('../img/checkIcon2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 29px;
    width: 29px;
    left: 0;
}

.formStyle2 .form-control {
    background: var(--colorWhite);
    font-size: 20px;
    line-height: 20px;
}

.formStyle2 .form-control::placeholder {
    color: #5a5a5a;
}

.propFormRight .form-group {
    margin-bottom: 20px;
}

.propFormRight .row {
    margin-left: -5px;
    margin-right: -5px;
}

.propFormRight .col-sm-6,
.propFormRight .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.propFormRight .weGuarantee {
    margin: 10px 0 30px;
}

.propFormRight .weGuarantee p {
    font-family: var(--productLight);
    color: var(--colorWhite);
}

.btnStyle5 {
    clip-path: polygon(0% 100%, 0% 0%, 90% 0%, 100% 100%);
    padding: 32px 20px;
    background: #ef6c38;
    width: 100%;
    border: none;
}

.propFormRight .btnStyle5 {
    width: 100%;
    font-size: 23px;
    line-height: 24px;
    font-family: var(--productLight);
    color: var(--colorWhite);
    border: 1px solid #ef6c38;
    cursor: pointer;
}

.propFormRight .getnTouchBox {
    margin-bottom: 25px;
}

.propFormRight .getnTouchBox h4 {
    font-family: var(--productBold);
    color: var(--colorWhite);
}

.freeProposalInner .formHeading {
    margin-bottom: 30px;
}

.freeProposalInner .propFormLeft {
    margin-top: 60px;
}

.footBtmBoxs .footBtmSec {
    display: flex;
    justify-content: space-between;
}

.footBtmBoxs .footBtmSecs h5 {
    text-transform: uppercase;
    font-family: var(--productBold);
    color: var(--colorBlack);
}

.footBtmBoxs .secMid ul li {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.footBtmBoxs .secMid ul li:last-child {
    margin-right: 0;
}

.footBtmBoxs .secMid ul li a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.footBtmBoxs .secLeft ul li {
    height: 60px;
    width: 60px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.footBtmBoxs .secLeft ul li:last-child {
    margin-right: 0;
}

.footBtmSecs {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.footBtmBoxs {
    padding: 50px 0;
    background: #e8e8e8;
}

.hiringPosts {
    margin: 60px 0;
}

.hiringPosts .hirePostHeding {
    position: relative;
    margin-bottom: 30px;
}

.hiringPosts .hirePostHeding:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 104px;
    background: #ef3a2f;
    left: 0;
    bottom: 0;
}

.hiringPosts .hirePostHeding h4 {
    margin-bottom: 13px;
    font-family: var(--productBold);
    color: var(--colorBlack);
}

.hiringPosts .hirePostLists ul li {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--productLight);
    color: #171717;
    margin-right: 10px;
    margin-bottom: 15px;
}

.hiringPosts .hireSoftwareTeam ul li {
    width: 31%;
}

.hiringPosts .softwareDevTeam ul li {
    width: 47%;
}

.hiringPosts .softwareSols ul li {
    width: 100%;
    margin-right: 0;
}

.mainFootBox .mainFootLeft {
    display: inline-block;
    float: left;
}

.mainFootBox .mainFootRight {
    float: right;
}

.mainFootBox .mainFootLeft p {
    font-family: var(--productLight);
    color: #171717;
    line-height: 24px;
}

.mainFootBox .mainFootLeft span {
    font-family: var(--circularMedium);
}

.mainFootBox {
    background: #e8e8e8;
    padding: 44px 0;
    padding: 20px 0;
}

.mainFootBox .mainFootRight ul li {
    display: inline-block;
    float: left;
    margin-right: 60px;
}

.mainFootBox .mainFootRight ul li:last-child {
    margin-right: 0;
}

.btnStyle {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: var(--productRegular);
    color: var(--colorWhite);
    padding: 16px;
    border-radius: 2px;
    background: transparent;
    display: inline-block;
}

.btnStyle:hover {
    color: var(--colorWhite);
}

.btnStyleRed {
    border: solid 3px #ef3a2f;
    color: #ef3a2f;
    padding: 13px 13px;
}

.btnStyleRed:hover {
    color: var(--colorWhite);
    background: #ef3a2f;
}

.btnStyleRed .offHover {
    display: block;
}

.btnStyleRed .onHover {
    display: none;
}

.btnStyleRed:hover .offHover {
    display: none;
}

.btnStyleRed:hover .onHover {
    display: block;
}

.btnStyleRed2 {
    color: var(--colorWhite);
}

.btnStyleRed2:hover {
    color: var(--colorWhite);
}

.requestFormBtn button {
    background-image: linear-gradient(to right, #ee2d2f, #f4792f);
}

.btnStyle span {
    display: inline-block;
    float: right;
    margin-left: 6px;
}

.topCreationSlider .slick-initialized .slick-slide {
    margin: 0 3px;
}

a,
a:hover {
    text-decoration: none;
}

.uploadFiles input {
    display: none;
}

.uploadFiles label {
    font-size: 18px;
    line-height: 20px;
    font-family: var(--productLight);
    color: rgba(0, 0, 0, 0.7);
    padding: 13px 15px;
    margin-bottom: 0;
    border: 1px dotted #707070;
    margin-bottom: 10px;
    cursor: pointer;
}

.requestForm .formStyle textarea {
    height: 90px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.hiringModalInner .hiringMethods .row {
    margin-left: -7px;
    margin-right: -7px;
}

.hiringModalInner .hiringMethods .row .col-sm-4 {
    padding-left: 7px;
    padding-right: 7px;
}

.hiringPosts .hiringPostInner .row {
    margin-left: -9px;
    margin-right: -9px;
}

.hiringPosts .hiringPostInner .row .col-sm-6,
.hiringPosts .hiringPostInner .row .col-sm-4,
.hiringPosts .hiringPostInner .row .col-sm-2 {
    padding-left: 9px;
    padding-right: 9px;
}

.hireEasyStepsBox .easyStepList {
    padding: 55px 15px 15px;
    background: #1d1d39;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.hireEasyStepsBox .easyStepList .easyStepInner {
    padding: 40px 15px 20px 15px;
    background: var(--colorWhite);
    border-radius: 10px;
    height: 100%;
}

.hireEasyStepsBox .easyStepList .easyStepImage {
    height: 87px;
    margin-bottom: 20px;
}

.hireEasyStepsBox .easyStepList .easyStepImage img {
    height: 100%;
    object-fit: contain;
}

.hireEasyStepsBox .easyStepList .easyStepContent p {
    font-family: var(--productBold);
    color: var(--colorBlack);
}

.hireEasyStepsBox .easyStepList .easyStepContent p span {
    color: #ef3a2f;
}

.hireEasyStepsBox .stepCount {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    font-size: 24px;
    line-height: 24px;
    font-family: var(--productBold);
    color: var(--colorWhite);
}

.hireEasyStepsBox .row {
    margin-left: -10px;
    margin-right: -10px;
}

.hireEasyStepsBox .row .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.pageHeader .navbar.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pageHeader .headRight {
    display: flex;
}

.pageHeader .navbar-expand-md .navbar-nav .nav-link {
    padding: 0;
}

.whyHireSec .whyHireInner .row,
.whyHireSec .whyHireRight .row,
.whyHireSec .whyHireLeft .row {
    margin-left: -10px;
    margin-right: -10px;
}

.whyHireSec .whyHireInner .row .col-sm-4,
.whyHireSec .whyHireRight .row .col-sm-12,
.whyHireSec .whyHireLeft .row .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.hireFromBox .hireFromInner .row {
    margin-left: -8px;
    margin-right: -8px;
}

.hireFromBox .hireFromInner .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.topCreationSlider .slideLeft img {
    width: 100%;
}


/* Sidenav Start */

.navIcon {
    position: absolute;
    height: 3px;
    width: 30px;
    right: 0px;
    top: 46%;
    background: #ef3a2f;
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navIcon::before {
    position: absolute;
    content: '';
    top: -8px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #ef3a2f;
    transition: all 0.3s ease;
}

.navIcon::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #ef3a2f;
    opacity: 1;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.navbar-toggler.active .navIcon:before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.navbar-toggler.active .navIcon {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-toggler.active .navIcon::after {
    top: 0px;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: none;
    padding: 0;
}

.menuLogo {
    display: none;
}

/* Sidenav End */
.screen-reader-response {
    display: none;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #ff0000;
    font-family: var(--productLight);
}

.wpcf7-response-output {
    margin-top: 10px;
    float: left;
}

.propFormRight textarea.form-control {
    height: 128px;
}

.btnStyle.quoteFormBtn {
    background-image: linear-gradient(to right, #ee2d2f, #f4792f);
    border: none;
    outline: none;
    cursor: pointer;
}

.btnStyle.quoteFormBtn:focus {
    outline: none;
}

.highlightText2 {
    color: #f03d2f;
}

.formModal .modal-body {
    padding: 0;
}

.formModal .modal-content {
    padding: 40px 30px 30px;
}

.formModal .closeBtn {
    position: absolute;
    right: 25px;
    top: 20px;
}

.close {
    opacity: 1;
}

.wpcf7-form-control:focus {
    box-shadow: none;
    outline: none;
}

.whyhireImage {
    margin-top: 20px;
}

.slick-dots li button:before,
.slick-dots li button,
.slick-dots li {
    width: 14px;
    height: 14px;
}

.topCreationBox {
    margin-top: 30px;
}

.topCreationBox .sectionHeadBox .sectionHeadTop h2 {
    /*margin-bottom: 20px;*/
}

.custom-logo-link {
    width: 164px;
}

.custom-logo-link img {
    width: 100%;
    height: auto;
}

.sectionHeadBox.sectionHeadBox2 {
    margin-bottom: 0;
}


/* --------- */
.navbar-brand {
    /*width: 164px;*/
    display: inline-block;
    float: left;
    /*min-width: 164px;*/
}

.navbar-brand img {
    width: 100%;
}

.pageHeader .navbar-expand-md .navbar-nav .nav-link:hover {
    color: var(--colorBlack);
}

/* Our Solutions New Design Start */

.ourSolutions {
    padding: 80px 0;
    background: var(--colorGrey5);
}

.ourSolutionInner .mainSecHeading {
    padding-right: 200px;
}

.ourSolutionBox.ourSolutionBox2 {
    display: flex;
    height: 100%;
}

.ourSolutionBox.ourSolutionBox2 .solutionBoxBanner {
    width: 62%;
}

.ourSolutionBox.ourSolutionBox2 .solutionBoxContnet {
    width: 38%;
}

.appDevelopment .solutionBoxBanner {
    background: url("../img/newImages/our-solution-banner.png") no-repeat center center;
    background-size: cover;
}

.appDevelopment .solutionBoxBanner h4 {
    margin-bottom: 30px;
    font-family: var(--productBold);
}

.ourSolutionBox .solutionBoxBanner h4,
.ourSolutionBox .solutionBoxBanner p {
    color: var(--colorWhite);
    /* padding-right: 25px; */
}

.ourSolutionBox.ourSolutionBox2 .solutionBoxBanner h4,
.ourSolutionBox.ourSolutionBox2 .solutionBoxBanner p {
    padding-right: 20px;
}

.solutionBoxBanner h4 {
    font-family: var(--productRegular);
}

.solutionBoxBanner p {
    font-family: var(--productRegular);
}

.solutionBoxContnet {
    background: var(--colorWhite);
}

.webDevelopment .solutionBoxBanner {
    background: url("../img/newImages/our-solution-banner2.png") no-repeat center center;
    background-size: cover;
}

.webDesign .solutionBoxBanner {
    background: url("../img/newImages/our-solution-banner3.png") no-repeat center center;
    background-size: cover;
}

.qualifyAssurance .solutionBoxBanner {
    background: url("../img/newImages/our-solution-banner4.png") no-repeat center center;
    background-size: cover;
}

.startupBooster .solutionBoxBanner {
    background: url("../img/newImages/our-solution-banner5.png") no-repeat center center;
    background-size: cover;
}

.stepsList.stepsList2 .stepsListItem {
    margin-bottom: 20px;
}

/* .stepsList.stepsList2 .stepsListItem::before {
    top: 11px;
} */

.ourSoluitonsTop .ourAppSolutions,
.ourSoluitonsTop .ourWebSolutions {
    height: 100%;
}

.ourSolutionBox.webDevelopment h4 {
    margin-bottom: 14px;
}

.ourSolutionsBottom .col-md-4 .solutionBoxBanner h4 {
    margin-bottom: 14px;
    line-height: 32px;
}

.ourSolutionsBottom .col-md-4 .ourSolutionBox {
    height: 100%;
    background: var(--colorWhite);
}

.ourSolutionsBottom .col-md-4 {
    margin-bottom: 30px;
}

.growthHacking {
    display: flex;
}

.growthHacking .growthHackingInner {
    background: url("../img/newImages/growth-banner2.png") no-repeat center center;
    background-size: cover;
    margin-left: -1px;
}

.growthHacking .growthHackingInner .grwothInnerBox {
    padding: 50px 40px 0px;
}

.growthHackingInner h4 {
    font-family: var(--productRegular);
    color: var(--colorWhite);
    margin-bottom: 20px;
}

.growthHackingInner p {
    font-family: var(--productRegular);
    color: var(--colorWhite);
    /* width: 40%; */
    padding-bottom: 96px;
    line-height: 26px;
}

.topSectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.growthHackImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.joinTeamSec.joinTeamSec2 {
    /* padding-bottom: 280px; */
}

.ourTeamBox {
    /* margin-top: -180px; */
}

.ourTeamBox .ourTeamInner {
    position: relative;
}

.ourTeamInner .ourTeamContent {
    color: var(--colorWhite);
    font-family: var(--productRegular);
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0px 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourSolutionBox .solutionBoxBanner a,
.ourSolutionBox .solutionBoxContnet,
.ourSolutionsBottom .col-md-4 .solutionBoxBanner.solutionBoxStartup,
.growthHacking .growthHackingInner .grwothInnerBox {
    padding: 30px;
}

.appDevelopment .solutionBoxBanner a {
    height: 100%;
}

.ourSoluitonsTopNew .col-md-8,
.ourSoluitonsTopNew .col-md-4 {
    margin-bottom: 30px 25px;
}

.growthHackImg img {
    transform: scale(1);
    transition: all 0.5s ease;
}

.growthHackImg img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.growthHackImg.grwothHackInners {
    overflow: hidden;
}

.ourSoluitonsTopNew .col-md-8,
.ourSoluitonsTopNew .col-md-4 {
    margin-bottom: 30px;
}

.stepsList .stepsListItem {
    /* font-family: var(--proximaSemibold); */
    padding-right: 0px;
    padding-left: 27px;
    position: relative;
    margin-bottom: 14px;
}

.stepsList .stepsListItem::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 13px;
    background: var(--colorRed2);
    top: 13px;
    left: 0;
}

/* Our Solutions New Design End */

/* Testimonial New Section Start */
.testimonialSecTop .testimonialByImage {
    display: inline-block;
    float: left;
    padding-right: 20px;
    padding-bottom: 5px;
}

.quoteAuthorCont {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.quoteAuthorCont span {
    margin-right: 15px;
}

.quoteAuthorBtm {
    display: flex;
    flex-direction: column;
}

.quoteCont {
    /* margin-bottom: 50px; */
}

.testimonialBoxs {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ourTestimonilsBox {
    background: var(--colorGrey5);
    padding: 50px 0;
}

.quoteAuthorCont .quoteAuthorCountry {
    font-family: var(--productBold);
    color: var(--colorRed2);
}

.topCreationBox {
    padding-top: 50px;
    padding-top: 0px;
    margin-top: 0px;
}

.topCreationSlider .topCreationSlide:nth-child(even) .row {
    flex-direction: row-reverse;
}

.hireforusBox {
    padding: 50px 0px;
}

.mottoContent p {
    font-family: var(--productRegular);
    margin-bottom: 25px;
    line-height: 25px;
    padding-right: 0px;
    color: var(--colorOffBlack10);
}

.mottoContent .mottoHeading {
    margin-bottom: 25px;
    font-family: var(--productBold);
    color: var(--colorBlack);
}

.guideYouLeft h4 {
    font-family: var(--productBold);
    color: var(--colorBlack);
    margin-bottom: 21px;
}

.mottoTags {
    font-family: var(--proximaSemibold);
    color: var(--colorRed2);
    margin-bottom: 10px;
}

.guideYouBtm {
    margin-top: 40px;
    background: var(--colorGrey7);
    padding: 44px 50px;
    padding: 40px 40px;
    border-radius: 4px;
}

.guideYouRight ul li {
    display: inline-block;
    float: left;
    width: 65%;
}

.guideYouRight ul li:nth-child(even) {
    width: 35%;
}

.stepsListNewDesign.stepsList .stepsListItem {
    font-family: var(--productBold);
}

/*.joinTeamSec{*/
/*    padding: 50px 0px;*/
/*}*/
.joinOurTeamBanner {
    /*margin-top: 50px;*/
}

.guideYouBtm .row {
    align-items: center;
}

.quoteIconsBox {
    height: 60px;
    width: 50px;
    min-width: 50px;
}

.creationSlider .topCreationSlide:not(:last-child) {
    margin-bottom: 50px;
}

/* Testimonial New Section End */

/*New Banner start*/
.homeBanner {
    padding: 120px 0px 115px;
    position: relative;
}

.homeBannerNew {
    background: url(../img/newImages/homeBanner.png) no-repeat center center;
    background-size: cover;
    background-position: left top;
}

.homeBannerLeft h2 {
    color: var(--colorWhite);
    font-family: var(--productBold);
    margin-bottom: 40px;
}

.homeBannerLeft .bannerSubHeading {
    color: var(--colorWhite);
    font-family: var(--productRegular);
    margin-bottom: 50px;
}

.homeBannerLeft .topSubHeading {
    color: var(--colorRed2);
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 14px;
    font-family: var(--productBold);
}

/*New Banner End*/
.guideYouBtmNew {
    background: var(--colorWhite);
    margin-top: 0px;
    border-radius: 0;
}

.topCreationSlide .row {
    margin-left: -30px;
    margin-right: -30px;
}

.topCreationSlide .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.aboutUsSection {
    padding-top: 50px;
}

.devSkillsBox {
    padding-top: 50px;
}

.navbar-default .navbar-nav li a {
    color: var(--colorOffBlack10);
}

.contactFormLink {
    background-image: linear-gradient(to right, #ee2d2f, #f4792f);
    color: var(--colorWhite);
}

.hirePostLists ul {
    display: flex;
    flex-wrap: wrap;
}

.stepsList .stepsListItem:last-child {
    margin-bottom: 0px;
}

.aboutUsSecInner .btmLines {
    margin-bottom: 10px;
}

.hiringPosts {
    margin: 50px 0;
}

.mainFootInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-default .navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav li a.btnStyle.headBtn {
    color: white;
}

.navbar-default .navbar-nav li a.btnStyle.headBtn {
    border: solid 1px #f4792f;
    font-size: 14px;
    line-height: 14px;
    /*color: #f4792f;*/
    font-family: var(--circularBook);
    padding: 12px 10px;
}

.navbar-default .navbar-nav li a.btnStyle.headBtn:hover {
    color: var(--colorWhite);
    background: var(--colorRed);
}

.homeBannerLink {
    margin-top: 30px;
}

.redBtn {
    color: var(--colorWhite);
    background: var(--colorRed2);
    border-color: var(--colorRed2);
}

.homeBannerLink {
    display: none;
}

.btnStyleLink {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
}

.btnStyleLink:hover .btnIcons path {
    stroke: var(--colorWhite);
}

.btnStyle span.btnIcons {
    display: inline-flex;
}

.menuOverlay{
    position: absolute;
    width: calc(100vw - 210px);
    height: 100%;
    left: 210px;
    background: rgb(0,0,0,0.2);
    top: 0;
    display: none;
}

.formButton .btnStyle{
    padding: 15px 50px;
}
/* .formButton {
    margin-top: 12px;
} */

.error {
    color: red;
}

.footLogo img{
    height: 50px;
}
