:root {
    --gray: #474747;
    --black: #000;
    --white: #fff;
    --light-blue: #486fa4;
    --dark-blue: #0e2e67;
    --orange: #f16f1d;
    --sky-blue: #009ce5;
}

.light-blue {
    background: #486fa4;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0%;
}

p {
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}

ul {
    margin: 0px !important;
    padding-left: 0px !important;
}

li {
    list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i {
    transition: unset;
}

:focus {
    outline: 0px !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}


/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media (min-width:1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


/* BOOTSTRAP CSS END  */


/* GLOBAL CSS START HERE  */

.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.dark-blue {
    background-color: var(--dark-blue);
}

.sky-blue {
    background: var(--sky-blue);
}

.orange {
    background-color: var(--orange);
}

.clr-orange {
    color: var(--orange);
}

.clr-blue {
    color: var(--dark-blue);
}

.head {
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto 50px;
}

.head::before {
    position: absolute;
    content: '';
    background-color: var(--orange);
    width: 80px;
    height: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.head h2 {
    padding-bottom: 10px;
    color: var(--dark-blue);
}

.head h2,
.head h2 span {
    font-size: 40px;
    font-weight: bold;
}

.head h2 span {
    color: var(--orange);
}

.head h4 {
    font-size: 22px;
    color: #00a2fd;
    font-weight: 600;
    padding-bottom: 10px;
}

.head p {
    font-family: 'Raleway', sans-serif;
    color: var(--dark-blue);
    font-weight: 500;
    font-size: 18px;
}

.head p a {
    text-decoration: underline !important;
    color: var(--orange);
}

a.main-cta {
    font-family: 'Inter', sans-serif;
    Border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    Border: 2px solid transparent;
    transition: all .3s;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

a.main-cta.btn--orange {
    Border: 2px solid #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #f2701d;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue {
    Border: 2px solid #01122f;
    background: linear-gradient(#09275c, #0e2e67), linear-gradient(#0e2e67d6, #0e2e6763);
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--blue i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #09275c;
    background: linear-gradient(#09275c, #01122f), linear-gradient(#01122f, #01122f);
}

a.main-cta.btn--orange:hover {
    Border-color: #01122f;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--orange:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#09275c, #0e2e67), linear-gradient(#0e2e67d6, #0e2e6763);
}

a.main-cta.btn--orange:hover:before {
    height: 100%;
}

a.main-cta.btn--blue:hover {
    Border-color: #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a !important;
}

a.main-cta.btn--blue:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue:hover:before {
    height: 100%;
}

a.main-cta.btn--blue:hover i {
    Border: 2px solid #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange:hover i {
    background: linear-gradient(#09275c, #01122f), linear-gradient(#01122f, #01122f);
    Border: 2px solid #01122f;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--white {
    Border: 2px solid transparent;
    color: var(--dark-blue);
    background: linear-gradient(#fff, #CCC), linear-gradient(#fff, #0e2e6763);
    box-shadow: 15px 15px 40px #0e2e678a !important
}

a.main-cta.btn--white i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #fff;
    color: var(--dark-blue);
    font-weight: 700;
    box-shadow: 0 0 20px #0e2e678a !important;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff)
}

a.main-cta.btn--white:hover {
    Border-color: #e76817;
    box-shadow: 15px 15px 40px #0e2e678a !important;
    color: var(--white)
}

a.main-cta.btn--white:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d)
}

a.main-cta.btn--white:hover:before {
    height: 100%
}

a.main-cta.btn--white:hover i {
    Border: 2px solid #e76817;
    color: var(--white);
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250)
}

.row.footer-icon-row {
    margin-bottom: 0 !important;
}


/* GLOBAL CSS END HERE  */


/* SECTION ONE CSS START HERE  */

.homeBanner {
    position: relative;
    background-image: url('../img/global/coverBanner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0 150px;
}

.coverTextWrap>h1 {
    font-size: 60px;
    color: var(--dark-blue);
    font-weight: 800;
    padding-bottom: 40px;
}

.coverTextWrap>h1>span#changingText {
    font-size: 80px;
    color: var(--orange);
    font-weight: 900;
    line-height: 1;
}

.coverTextWrap span.typed-cursor {
    color: var(--orange);
    font-size: 80px;
    line-height: 1;
}

.coverTextWrap p.sub-txt {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
    line-height: 26px;
    margin: 0;
}

.coverTextWrap>hr {
    background: #b9cadf;
    opacity: 1;
    margin: 2rem 0;
}

.cover--btn {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
}

a.coverBtn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 16px 20px;
    min-width: 200px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    border: 2px solid transparent;
}

a.coverBtn.coverBtnOrange {
    background: var(--orange);
    color: var(--white);
    /* Box-shadow: 0 5px 10px #f47a1e8a; */
}

a.coverBtn.coverBtnOrange:hover {
    background: transparent;
    color: var(--orange);
    border-color: var(--orange);
}

a.coverBtn.coverBtnTransparent {
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}

a.coverBtn.coverBtnBlue:hover {
    background: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
    box-shadow: unset;
}

a.coverBtn.coverBtnTransparent:hover {
    background: var(--dark-blue);
    color: var(--white);
    box-shadow: 0 10px 20px rgb(0 22 94 / 40%);
}

/* .cover--btn>p {
    color: #3e3e3e;
    width: 75%;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    letter-spacing: .20px;
    font-size: 15px;
} */
.cover--btn p.free-trial {
    color: #3e3e3e;
    letter-spacing: .20px;
}
p.free-trial,
a.talk-phone {
    display: block;
    text-align: center;
    pointer-events: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--dark-blue);
    margin: 5px 0 0px;
}
.bannerImg {
    position: absolute;
    right: -50px;
    top: 0;
    width: auto;
    height: 100%;
}

@media only screen and (min-width: 1600px) {
    .bannerImg {
        right: unset;
    }
}

/* SECTION ONE CSS END HERE  */


/* SECTION TWO CSS START HERE  */


section.section.automationSolution.s2 {
    margin-top: -170px;
    padding-bottom: 250px;
}

.asWrapper {
    background: var(--dark-blue);
    padding: 50px;
    border-radius: 30px;
}

.asWrapper .heading {
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
}

.asWrapper .heading:before {
    position: absolute;
    content: '';
    background-color: var(--orange);
    width: 80px;
    height: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.asWrapper .heading h2 {
    font-family: 'Inter', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: .5px;
    padding-bottom: 10px;
}

.asWrapper .heading h2>span {
    color: var(--orange);
}

.asWrapper .heading p {
    font-size: 30px;
    letter-spacing: .5px;
    color: var(--white);
}

.sbCrmContent p {
    color: var(--white);
    line-height: 28px;
}

.sbCrmContent span.why {
    background: var(--orange);
    color: var(--white);
    padding: 2px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    margin: 20px 0;
}

.asWhtBtns {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    margin-top: 50px;
}

.asWhtBtns a.coverBtn.coverBtnTransparent {
    border-color: var(--orange);
    color: var(--white);
}

.asWhtBtns a.coverBtn.coverBtnOrange:hover,
.asWhtBtns a.coverBtn.coverBtnTransparent:hover {
    background: var(--white);
    color: var(--orange);
    box-shadow: unset;
}

.asWhtBtns p.free-trial,
.asWhtBtns a.talk-phone {
    color: var(--white);
}
.asBoxes {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden;
    float: right;
    position: absolute;
    bottom: -150px;
    right: -100px;
    box-shadow: 20px 0 20px rgb(154 197 255 / 30%);
}

.asBoxes>div {
    flex: 1 1 50%;
    padding: 0 .7rem;
    text-align: center;
    background: var(--white);
    min-height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.asBoxes>div:nth-child(2),
.asBoxes>div:nth-child(3) {
    background: #e8f7ff;
}

.sbCrmContent {
    position: relative;
}

.asBoxes>div>p {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-blue);
    line-height: 22px;
    padding-top: 20px;
}

/* SECTION TWO CSS END HERE  */

/* SECTION THREE CSS START HERE  */

section.s3 {
    padding-bottom: 170px;
}

section.diamond {
    padding-top: 150px;
    overflow: visible;
    border-top: 1px solid #b9b9b9;
}

img.diamond {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
}

section.s3 .row {
    align-items: center;
}

section.s3 .row h2 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: var(--dark-blue);
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

section.s3 .row h2:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 120px;
    height: 10px;
    border-radius: 10px;
    bottom: 0px;
}

section.s3 .row:nth-child(odd) div:first-child {
    padding-right: 6rem;
}

section.s3 .row:nth-child(even) div:last-child {
    padding-left: 6rem;
}



/* SECTION THREE CSS END HERE  */


/* SECTION FOUR CSS START HERE  */


section.whatYouSee {
    background: var(--dark-blue);
    padding: 40px 0;
}

section.whatYouSee .row {
    align-items: center;
}

.whatYouSee h2 {
    font-size: 46px;
    color: var(--white);
    font-weight: 800;
    padding-bottom: 10px;
}

section.whatYouSee .col-md-5 p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}

.whatYourSeeBtns {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 2rem;
}

.whatYourSeeBtns>div {
    flex: 1 1;
}

.whatYourSeeBtns a.coverBtn.coverBtnTransparent {
    border-color: var(--orange);
    color: var(--white);
}

.whatYourSeeBtns a.coverBtn.coverBtnOrange:hover,
.whatYourSeeBtns a.coverBtn.coverBtnTransparent:hover {
    background: var(--white);
    color: var(--orange);
    box-shadow: unset;
}
.whatYourSeeBtns p.free-trial,
.whatYourSeeBtns a.talk-phone {
    color: var(--white);
}


/* SECTION FOUR CSS END HERE  */

/* SECTION FIVE CSS START HERE  */

section.businessGrowth {
    background: #fff9ed;
}

section.businessGrowth .head p {
    font-size: 20px;
}

section.businessGrowth .row {
    grid-row-gap: 1.5rem;
}

.bgBox {
    background: var(--white);
    border: 2px solid #f5dfb4;
    border-radius: 10px;
    text-align: center;
    padding: 2rem 0;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.bgBox h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--dark-blue);
    padding-top: 20px;
}

/* SECTION FIVE CSS END HERE  */


/* SECTION SIX CSS START HERE  */

section.softwareIntegration {
    padding: 0;
}

section.softwareIntegration .row {
    align-items: center;
}


section.softwareIntegration .colLeft {
    padding-left: 10%;
    position: relative;
}

section.softwareIntegration .colLeft:before {
    position: absolute;
    content: '';
    background: #dfebff;
    width: 100px;
    height: 500%;
    left: 0;
    top: -100%;
}

section.softwareIntegration .colLeft h4 {
    font-size: 36px;
    font-weight: 800;
    color: var(--dark-blue);
}

section.softwareIntegration .colLeft h2 {
    font-size: 60px;
    font-weight: 800;
    color: var(--orange);
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 0 0;
}

a.integrationBtn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 18px 50px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    background: var(--dark-blue);
    color: var(--white);
    margin-top: 40px;
}

a.integrationBtn:hover {
    background: var(--orange);
}

section.softwareIntegration .colRight {
    background: var(--orange);
    padding: 4rem 3rem;
}


/* SECTION SIX CSS END HERE  */


/* SECTION SEVEN CSS START HERE  */

section.deploymentServices {
    background: var(--dark-blue);
}

section.deploymentServices .head h2 {
    color: var(--white);
}

/* SECTION SEVEN CSS END HERE  */


/* SECTION EIGHT - BOTTOM FORM CSS START HERE  */

div#discussLead {
    background: #3d62a3;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

div#discussLead span.dot {
    display: block;
    margin-left: 20px;
}

div#discussLead span.dot i {
    color: var(--white);
    opacity: 0.7;
}

div#discussLead span.dot i {
    margin-right: 10px;
}

.bottom-form.contact {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 40px 150px;
    margin-top: 10px;
    box-shadow: 0px 0px 8px #222;
}

.bottom-form.contact h2 {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bottom-form.contact h2 span {
    color: var(--orange);
}

.bottom-form.contact h2:before {
    position: absolute;
    content: '';
    background: var(--orange);
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.form-group .form-control {
    position: relative;
    color: #3d62a3;
    border: 2px solid #9eb0d1;
    background: #fafcfe;
    border-radius: 7px;
    padding: 14px 40px;
    box-shadow: unset;
    outline: unset;
}

.form-group {
    position: relative;
    margin-bottom: 35px;
}

.form-group i {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #acb9d3;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
}

.form-control::placeholder {
    color: #3d62a3;
    opacity: 0.5;
}

textarea#Details {
    height: 150px;
}

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

.form-group.textarea i {
    bottom: unset;
    top: 20px;
}

p.form-sub-text {
    color: #737373;
    font-size: 14px;
}

.btn-box {
    margin-top: 35px;
}

.btn-box a {
    display: inline-block;
    background: #16366e;
    color: var(--white);
    padding: 18px 96px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
}

.btn-box a:hover {
    background: var(--orange);
}

.form-group .form-control:focus,
.form-group .form-control:visited {
    border-color: #3d62a3;
}

.form-group.textarea textarea {
    height: 150px;
}

.form-group.textarea textarea:focus::placeholder {
    color: #3d62a3;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}


/* Firefox < 19 */

div#discussLead input:-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead input:focus:-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}


/* Firefox > 19 */

div#discussLead input::-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead input:focus::-moz-placeholder {
    color: #3d62a3;
    opacity: 1;
}


/* Internet Explorer 10 */

div#discussLead input:-ms-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}

div#discussLead input:focus:-ms-input-placeholder {
    color: #3d62a3;
    opacity: 1;
}

.mini-contact-area {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.mini-contact-box {
    display: flex;
    align-items: center;
}

.c-cont-box h4 {
    font-size: 14px;
    margin: 0;
    color: #999;
    font-weight: 600;
}

.c-cont-box a {
    font-size: 20px;
    margin: 0;
    color: #16366e;
    font-weight: 800;
}

.c-cont-box a:hover {
    color: var(--orange);
}

.c-icon-box i {
    font-size: 24px;
    color: var(--orange);
    margin-right: 15px;
}

.mini-contact-box:first-child {
    margin-bottom: 10px;
}


/* SECTION EIGHT - BOTTOM FORM CSS END HERE  */


/* SECTION NINE - FAQS CSS START HERE  */

section.faq-section {
    background: #f8fbff;
}

section.faq-section .head {
    margin-bottom: 20px;
}

section.faq-section .head h2,
section.faq-section .head h2 span {
    font-size: 52px;
    font-weight: 800;
}

section.faq-section .head:before {
    display: none;
}

.faq-section .info-details {
    background: #e5edfa;
    border-radius: 10px;
    line-height: 1.6;
    padding: 20px;
}

.faq-section .info-details h3 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    text-decoration: none;
    margin: 20px 0;
}

ul#accordian {
    overflow-y: auto;
    max-height: 470px;
    padding: 0 20px 20px !important;
}

ul#accordian::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

ul#accordian::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

ul#accordian::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

ul#accordian li p {
    display: none;
    color: #6a6a6a;
}

ul#accordian li {
    border-bottom: 1px solid #c6d2e6;
    padding: 25px 30px;
    cursor: pointer;
}

ul#accordian h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul#accordian h4 i {
    color: var(--orange);
    font-size: 24px;
    transition: all .3s ease-in-out;
}

ul#accordian li.active {
    box-shadow: 0px 0px 15px 10px #e6eeff;
    border-radius: 30px;
    border: 0;
    margin-top: 20px;
}

ul#accordian li.active h4 {
    padding-bottom: 20px;
}

ul#accordian li p a {
    color: var(--orange);
}

ul#accordian li.active i::before {
    content: '\f068';
}


/* SECTION NINE - FAQS CSS END HERE  */


@media only screen and (max-width: 1199px) {
    .bannerImg {
        position: unset;
    }

    .coverTextWrap>h1 {
        font-size: 50px;
    }

    .coverTextWrap>h1>span#changingText {
        font-size: 50px;
    }

    .coverTextWrap span.typed-cursor {
        font-size: 50px;
    }

    .asWhtBtns {
        grid-gap: 1.5rem;
    }

    .asBoxes {
        position: unset;
    }

    section.section.automationSolution.s2 {
        margin: 0;
        padding-bottom: 120px;
    }

    section.section.automationSolution.s2 br {
        display: none;
    }

    section.s3 .row h2 br {
        display: none;
    }

    .whatYouSee h2 {
        font-size: 36px;
    }

    section.softwareIntegration .colLeft h4 br {
        display: none;
    }

    section.softwareIntegration .colLeft h2 {
        font-size: 50px;
    }

    section.softwareIntegration .colLeft h4 {
        font-size: 30px;
    }

    section.softwareIntegration .colLeft:before {
        display: none;
    }

    section.softwareIntegration .colLeft {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding: 30px;
    }

    .bottom-form.contact {
        padding: 40px 100px;
    }
}


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

    .cover--btn>p {
        text-align: left;
    }

    .homeBanner {
        padding: 30px 0 0;
    }

    .asWrapper .heading p {
        line-height: 36px;
    }

    .asBoxes {
        margin: 3rem 0 0;
    }

    .asWhtBtns {
        margin: 3rem 0 0;
    }

    section.s3 .row h2 {
        font-size: 28px;
    }

    section.s3 .row:nth-child(odd) div:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    section.s3 .row:nth-child(even) div:last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    section.diamond {
        padding-bottom: 60px;
    }

    .whatYouSee h2 {
        font-size: 30px;
    }

    section.whatYouSee p {
        font-size: 16px;
    }

    .whatYourSeeBtns {
        grid-gap: 1.5rem;
    }

    .head h2,
    .head h2 span {
        font-size: 36px;
    }

    section.section.softwareIntegration.s6 {
        text-align: center;
    }

    .head h2 br,
    .head h2 span br {
        display: none;
    }

    .bottom-form.contact {
        padding: 40px 50px;
    }

    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 36px;
        text-align: center;
    }

    .designFAQS .info-details {
        margin-bottom: 20px;
    }

}


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

    .coverTextWrap>h1 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    .coverTextWrap>h1>span#changingText {
        font-size: 26px;
    }

    .coverTextWrap span.typed-cursor {
        font-size: 26px;
    }

    .coverTextWrap p.sub-txt {
        font-size: 14px;
    }

    p,
    li {
        font-size: 14px;
    }

    a.coverBtn {
        padding: 10px 0;
    }

    .cover--btn {
        justify-content: center;
        grid-gap: 1rem;
    }

    .cover--btn>p {
        text-align: center;
        padding: 0;
    }

    .asWrapper .heading h2 {
        font-size: 30px;
    }

    .asWrapper {
        padding: 40px 30px;
    }


    .asWrapper .heading p {
        font-size: 16px;
        line-height: 20px;
    }

    .asWrapper .heading {
        margin-bottom: 30px;
    }

    .asBoxes>div {
        min-height: auto;
        padding: 30px;
    }

    .asBoxes>div>p {
        font-size: 14px;
    }

    section.s3 .row h2 {
        font-size: 30px;
    }

    section.s3 .rowOne:nth-child(2) {
        flex-direction: column-reverse;
    }

    .head h2,
    .head h2 span {
        font-size: 30px;
    }

    section.businessGrowth .head p {
        font-size: 14px;
    }

    section.businessGrowth .head p br {
        display: none;
    }

    section.softwareIntegration .colLeft h4 {
        font-size: 18px;
    }

    section.softwareIntegration .colLeft h2 {
        font-size: 36px;
    }

    a.integrationBtn {
        font-size: 14px;
        padding: 16px 0;
        width: 100%;
        margin: 2rem 0 0;
    }

    section.softwareIntegration .colRight {
        padding: 1rem;
    }

    .section {
        padding: 30px 0;
    }

    section.deploymentServices .row {
        grid-gap: 2rem;
    }

    .bottom-form.contact {
        padding: 20px;
    }

    .form-grid {
        display: flex;
        flex-direction: column;
        grid-column-gap: 15px;
    }

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

    .mini-contact-area {
        position: unset;
        display: flex;
        justify-content: space-between;
    }

    .btn-box a {
        padding: 16px 20px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .c-cont-box a {
        font-size: 14px;
    }

    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 26px;
    }

    ul#accordian {
        max-height: initial;
        padding: 0 !important;
        overflow: auto;
    }

    ul#accordian li {
        padding: 25px 0;
        box-shadow: unset;
    }

    ul#accordian li.active {
        box-shadow: unset;
        background: none;
        border-radius: 0;
    }

    ul#accordian h4 i {
        font-size: 18px;
    }




}