/*HEADER ANimation*/
.sticky-header header {
    top:0;
    left: 0;
    width: 100%;
    position:fixed;
    background: #fff;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both,
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -ms-animation-name: slideInDown;
    animation-name: slideInDown;
    box-shadow:0 0 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
    -webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-moz-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

/* Banner CSS */

span.heading_top {
    font-size: 58px;
    line-height: 100px;
    font-weight: 500;
    color: var(--white);
    position: relative;
    padding-right: 25px;
}

span.heading_top:after {
    position: absolute;
    content: '';
    right: 0;
    background-color: var(--secondary);
    width: 9px;
    height: 55px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner_content h1 {
    font-size: 75px;
    line-height: 85px;
    font-weight: 700;
    color: var(--white);
    margin-top: 6px;
}


/* .banner_slide_row .swiper-wrapper .swiper-slide.swiper-slide-visible {
    width: 306px !important;
}

.banner_slide_row .swiper-wrapper {
    margin: 0px 110px !important;
} */

p.heading_subtitle {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    color: #fff !important;
    margin-top: 38px;
}

.banner_content {
    /* width: 651px; */
    text-align: end;
    margin: 0px 0px 0px auto;
    z-index: 1999;
    position: relative;
}

.banner_section {
    /* background-image: url(../img/banner-image.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    /* z-index: 1999; */
    padding: 5em 0em 16em;
    /* top: -109px; */
}

.banner_section:after {
    position: absolute;
    content: '';
    /* background: #ffffff85; */
    width: 100%;
    height: 100%;
    top: 0;
    /* z-index: -11; */
    mix-blend-mode: normal;
    filter: blur(5px);
}
/* section#banner:after {
    content: '';
    position: absolute;
    background-color: #9B9B9B;
    width: 100%;
    height: 1px;
    top: 12%;
    z-index: 1;
    left: 50px;
} */
/* #banner:before {
    position: absolute;
    content: '';
    background-image: url(../img/banner-shape.svg);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 199;
} */

.banner_section:before {
    position: absolute;
    content: '';
    /* background-image: url(../img/banner-shape.svg); */
    /* background-size: cover; */
    /* background-position: top left; */
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(2 27 78 / 78%);
}

.banner_slide_card {
    text-align: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.banner_slide_card .card-header {
    background-color: transparent;
    height: 104px;
    position: relative;
}

.card-header.card-header-content.line1 {
    border-bottom: 4px solid #acc7ff;
}

.card-header.card-header-content.line2 {
    border-bottom: 4px solid #F4AC1F;
}

.card-header.card-header-content.line3 {
    border-bottom: 4px solid #42E428;
}

.card-header.card-header-content.line4 {
    border-bottom: 4px solid #0094FF;
}

.banner_slide_card:hover .card-header.card-header-content.line1 {
    background: #acc7ff;
}

.banner_slide_card:hover .card-header.card-header-content.line2 {
    background: #F4AC1F;
}

.banner_slide_card:hover .card-header.card-header-content.line3 {
    background: #42E428;
}

.banner_slide_card:hover .card-header.card-header-content.line4 {
    background: #0094FF;
}

.banner_slide_card .card-body {
    padding: 8px 0px 8px;
}

.banner_slide_card .card-body p {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

#banner {
    position: relative;
}

.banner_slide_row {
    position: absolute !important;
    width: 100%;
    left: 0;
    bottom: 0;
    /* transform: translate(-50%); */
    z-index: 1999 !important;
    right: 0;
    margin: 0;
}

.banner_slide_row:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    background-color: #041944;
    height: 40px;
    z-index: -1999;
    /* bottom: -25px; */
}


/* .card-header-content {
    opacity: 0;
    display: none;
} */

.banner_slide_card .card-header.card-header-content p {
    opacity: 0;
    display: none;
}

.banner_slide_card:hover .card-header.card-header-content img {
    opacity: 0;
    display: none;
}

.banner_slide_card:hover .card-header.card-header-content p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    opacity: 1;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.banner_slide_card:hover .card-header.card-header-content {
    background: #F4AC1F;
    border-radius: 8px 8px 0px 0px;
    padding: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.banner_slide_card .card-header img {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    bottom: 16px;
}


/* Business Change CSS */

#business_change {
    background: linear-gradient(270deg, #FFFFFF 0%, #E3DFDC 60.07%);
}

.business_change h2 {
    font-size: 82px;
    line-height: 70px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.business_change h2 span {
    display: block;
    font-size: 48px;
    line-height: 70px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
}

.business_line {
    background: #FF0000;
    border-radius: 8px 0px 0px 8px;
    padding: 17px 30px;
    font-size: 28px;
    line-height: 35px;
    color: #FFFFFF;
    margin-top: 11px;
    margin-bottom: 56px;
}

.business_change p {
    font-size: 18px;
    line-height: 34px;
    color: #3C3C3C;
    width: 658px;
}

.business_change img {
    width: auto;
    height: 100%;
}

.business_change_content {
    padding: 8em 0;
}


/* Cloud CSS */

.cloud_content .subtitle {
    background: #002165;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    padding: 0px 0px 0px 13px;
}

.cloud_content .subtitle p {
    font-size: 15px;
    line-height: 45px;
    letter-spacing: 0.8em;
    color: #FFFFFF;
    text-transform: uppercase;
}

#cloud {
    padding: 102px 0px 102px;
    background-image: url(../img/cloud-shape.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.cloud_content h2 {
    font-size: 7vw;
    line-height: 100px;
    color: #EAEAEA;
    font-weight: 800;
    margin-top: 43px;
    text-transform: uppercase;
}

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

.cloud_task .col {
    text-align: end;
    width: 620px;
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.01);
    border-radius: 20px 0px 0px 20px;
    padding: 58px 128px 58px 58px;
}

.cloud_task .col h4 {
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.cloud_label {
    display: inline-block;
    background: #3C3C3C;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.cloud_task .col p {
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 38px;
}

.cloud_content a.learn_more {
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #002165;
}


/* .cloud_content a.btn {
    
} */


/* .cloud_content a.btn:hover {
    color: #fff !important;
} */

.btn-outline-theme {
    color: #1D1D1D !important;
    border-color: var(--primary) !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    padding: 11px 18px;
    border-width: 0px;
    --border-size: 2px;
    --border-angle: 0turn;
    background-image: conic-gradient(from var(--border-angle), #fff, #fff 50%, #fff), conic-gradient(from var(--border-angle), transparent 20%, #002165, #f03);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

.btn-outline-theme svg {
    width: 21px;
}

.btn-outline-theme:hover {
    color: #1D1D1D !important;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.btn-outline-theme:hover svg path {
    stroke: #1D1D1D;
}

.col.right_block {
    background: #F3F3F3;
    border-radius: 0px 20px 20px 0px;
    padding: 58px 58px 58px 128px;
    text-align: start;
}

.cloud .cloud_grid {
    position: relative;
}

.cloud .cloud_grid .cloud_img {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Cloud Benefits CSS */

#cloud_benefits {
    background-image: url(../img/cloud_benefits_banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 9999;
    padding: 5em 0 2em;
}

#cloud_benefits:before {
    position: absolute;
    content: '';
    background: rgba(3, 17, 48, 0.82);
    mix-blend-mode: normal;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1111;
}

.cloud_benefits h2 {
    font-size: 48px;
    line-height: 70px;
    color: #FFFFFF;
}

.cloud_benefits p.subtitle {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #CFCFCF;
    /* width: 552px; */
    margin: 0 auto;
    margin-top: 11px;
}

.cloud_benefits h4 {
    font-size: 23px;
    line-height: 33px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 32px 0px 14px;
}

.cloud_benefits p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #979797;
    /* width: 312px; */
    margin: 0 auto;
}

.benefits_card {
    padding: 13px 35px;
    margin-bottom: 52px;
}

.benf_img {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
    display: inline-block;
    border-radius: 50%;
    padding: 34px;
    position: relative;
}

.benf_img:before {
    content: '';
    position: absolute;
    top: -19px;
    left: -19px;
    width: 164px;
    height: 164px;
    background-image: url(../img/cloud_benf_shape.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.benf_img.img2:before {
    rotate: 92deg;
    top: -14px;
    left: -14px;
    transform: scaleX(-1);
}

.benf_img.img3:before {
    rotate: 0deg;
    top: -18px;
    left: -15px;
    transform: scaleX(-1);
}

.benf_img img {
    width: 64px;
}


/* Software Doc CSS */

.software_docs h2 {
    font-size: 42px;
    line-height: 70px;
    text-align: center;
    color: var(--heading);
}

.software_docs p.subtitle {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: var(--text);
    width: 85%;
    margin: 0 auto 66px;
}

#software_docs {
    padding: 62px 0 62px;
}

.G_shape .G_Shape_svg img {
    -webkit-mask: url(../img/G-Shape.png) no-repeat;
    mask: url(../img/G-Shape.png) no-repeat;
    mask-size: cover;
    mask-position: center center;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    width: 82%;
}

.sft_img {
    background: #EEEDED;
    width: 74px;
    height: 74px;
    padding: 0px 15px;
    border-radius: 50%;
    /* border: 1.8px dashed #FF0000; */
    position: relative;
    margin-right: 26px;
    line-height: 68px;
}

.G_shape {
    position: relative;
}

.G_shape .G_Shape_svg {
    position: relative;
}

.G_shape .G_Shape_svg:before {
    content: '';
    position: absolute;
    background-image: url(../img/G-logo-bg.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: -17%;
}

.G_shape img.G_Shape_logo {
    position: absolute;
    right: 15%;
    top: 0;
    width: 52%;
}

.sft_img:after {
    content: '';
    position: absolute;
    border: 1.8px dashed #FF0000;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn); */
}

.software_doc_content h4 {
    font-size: 26px;
    line-height: 33px;
    color: var(--body);
    font-weight: 600;
}

.software_doc_content p {
    font-size: 18px;
    line-height: 28px;
    color: #3C3C3C;
    margin-top: 8px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}


/* Contact CSS */

#contact {
    background-image: url(../img/help_banner.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    padding: 111px 0 90px;
    z-index: 1999;
}

#contact:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(3, 17, 48, 0.65);
    z-index: -11;
}

#contact h2 {
    font-size: 82px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}

#contact p.subtitle {
    font-size: 38px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.card.contact_card .card-body {
    padding: 67px 108px 67px 253px;
}

.contact_card .form-control {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 23px;
    color: #757575;
}

.contact_card input::-webkit-input-placeholder,
.contact_card textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #757575 !important;
}

.contact_card input:-moz-placeholder,
.contact_card textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #757575 !important;
    opacity: 1;
}

.contact_card input::-moz-placeholder,
.contact_card textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #757575 !important;
    opacity: 1;
}

.contact_card input:-ms-input-placeholder,
.contact_card textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #757575 !important;
}

.contact_card input::-ms-input-placeholder,
.contact_card textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #757575 !important;
}

.contact_card input::placeholder,
.contact_card textarea::placeholder {
    /* Most modern browsers support this now. */
    color: #757575 !important;
}

.contact_terms p {
    font-size: 16px;
    line-height: 32px;
    color: #3C3C3C;
    /* margin-bottom: 64px; */
}

.need_help_title {
    padding-left: 253px;
    margin-bottom: 45px;
}

.request_call {
    padding-left: 253px;
}

.request_call p {
    font-size: 20px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cardv1 .G_shape .G_Shape_svg img {
    width: 82%;
    right: -8%;
    position: relative;
}

.cardv1 .G_shape img.G_Shape_logo {
    right: 8%;
}

.cardv1 .G_shape .G_Shape_svg:before {
    left: -9%;
}


/* Business Solutions CSS */

.business_solutions {
    padding: 95px 0 107px;
}

.business_solutions p.subtitle {
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    color: var(--text);
}

.business_solutions h2 {
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #39404a;
    font-weight: 600;
    margin-bottom: 69px;
}

.business_solutions_title {
    width: 1030px;
    margin: 0 auto;
}

.bs_solutions_card {
    background: #F7F7F7;
    border-radius: 8px;
    border: 0;
    padding: 42px 42px;
    position: relative;
}

.bs_solutions_card:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 55px;
    background: #FF0000;
    left: 0;
    bottom: 26%;
}

.bs_solutions_card.text-end::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 55px;
    background: #FF0000;
    right: 0;
    bottom: 26%;
    left: auto;
}

.bs_solutions_card p {
    font-size: 18px;
    line-height: 32px;
    color: #3C3C3C;
}

.bs_solutions_card p.subtitle {
    font-size: 20px;
    line-height: 23px;
    color: #002165;
    text-align: start;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 37px;
}

.bs_solutions_card img {
    margin-bottom: 22px;
    width: 75px;
}


/* Footer CSS */

#footer {
    background: #1E1E1E;
    padding: 110px 0 0;
}

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

ul.awards {
    display: flex;
    justify-content: space-around;
}

ul.awards li {
    margin: 0px 0px 0px 28px;
}

#footer hr {
    border: 1px solid #000000;
    margin: 60px 0;
}

.awards_section p {
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.footer_widgets h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 26px;
}

.footer_widgets ul li span {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.footer_widgets ul li {
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

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

.footer_widgets.customer_reviews {
    margin-top: 76px;
}

#footer_bottom {
    background: #020202;
    padding: 31px 0;
}

.footer_bottom p {
    font-size: 16px;
    line-height: 30px;
    color: #C0A3A3;
}

ul.social_media li {
    color: #A9A7A7;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #A9A7A7;
    text-align: center;
    line-height: 31px;
    border-radius: 4px;
    margin-left: 9px;
}

ul.social_media li a {
    color: #A9A7A7;
}

#footer {
    background: #1E1E1E;
    padding: 110px 0 122px;
}


/************************************* About CSS  ****************************************/

#banner.flat_banner::before {
    z-index: 9999;
}

#banner.flat_banner .banner_content {
    width: 786px;
    z-index: 19999;
    position: relative;
}

#banner.flat_banner .banner_content h1 {
    font-size: 88px;
    line-height: 90px;
}

#banner.flat_banner .banner_content p.heading_subtitle {
    width: 100%;
    margin: 38px 0 0 auto;
    color: #fff !important;
}

.contact_us h2 {
    font-size: 48px;
    line-height: 70px;
    color: #292929;
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px;
}

.contact_us p.subtitle {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #979797;
    font-weight: 400;
}

.contact_us #hireform {
    padding-top: 71px;
}

.contact_us .contact_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
}

#contact_us {
    margin-top: -6%;
    z-index: 19999;
    position: relative;
}

.contact_us .contact_card .card-body {
    padding: 68px 85px;
}

.contact_us_title {
    width: 72%;
    margin: 0 auto;
}

.connect_team h2 {
    font-size: 38px;
    line-height: 70px;
    color: #292929;
    margin-bottom: 39px;
}

.team_location {
    width: 300px;
    display: flex;
    align-items: start;
}

.connect_team .footer_widgets ul li span,
.connect_team .footer_widgets ul li a {
    color: #0C0C0C;
}

.connect_team .footer_widgets {
    padding-top: 29px;
}

.rc_img {
    border: 1px solid #ACACAC;
    text-align: center;
    padding: 25px 30px;
    margin-bottom: 7px;
}

.rc_grid {
    margin-bottom: 28px;
}

#connect_team {
    position: relative;
    padding: 9em 0em 9em;
}

#connect_team:before {
    background-image: url(../img/wave_top.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    /* height: 100%; */
    top: 9%;
    left: 0;
    z-index: -11;
}


/***************************************** Features Page CSS ***************************************************/

.odd_grid img.feature_img {
    width: 100%;
}

.feature_content h3 {
    font-size: 38px;
    line-height: 50px;
    color: var(--heading);
}

.feature_title h3 {
    position: relative;
}

.feature_content span {
    font-size: 150px;
    line-height: 62px;
    color: #F7F4F4;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.feature_title {
    margin-bottom: 38px;
    position: relative;
}

.feature_title h3 {
    position: relative;
}

.feature_content p {
    font-size: 18px;
    line-height: 34px;
    color: var(--body);
    margin-bottom: 91px;
}

.odd_grid {
    position: relative;
    z-index: 1999;
}

.odd_grid:before {
    background-image: url(../img/wave_top.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -11;
}

.odd_grid .feature_content {
    /* width: 612px; */
    padding-right: 72px;
}

.even_grid span {
    color: #fff;
    position: absolute;
    right: 0;
    text-align: end;
}

.even_grid {
    position: relative;
    z-index: 1999;
    margin-bottom: 8em;
    padding-top: 8em;
}

.even_grid:before {
    background-image: url(../img/wave_bottom.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -11;
}

.even_grid .feature_content {
    width: 612px;
    padding-left: 72px;
    text-align: end;
}

.cardv1 .contact_card .card-body {
    padding: 69px 0px 0px;
}

.cardv1 .contact_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 29px;
    overflow: hidden;
}

#cardv1 {
    margin-top: -8%;
    z-index: 19999;
    position: relative;
}

.feature_time_dot img {
    border-radius: 6px;
    width: 418px;
}


/**************************************  FAQ  *****************************************/

.cardv1 .accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}


/* .cardv1 .accordion-item:first-of-type .accordion-button {
    border-radius: 8px;
} */

.cardv1 .accordion-button:not(.collapsed)::after {
    content: "\f13a";
    background-image: none;
    font-family: "FontAwesome";
    transform: none;
    top: -6px;
    position: relative;
}

.cardv1 .accordion-button::after {
    content: "\f138";
    background-image: none;
    font-family: "FontAwesome";
    transition: none !important;
    top: -6px;
    position: relative;
}

.cardv1 .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color: #002165;
    font-weight: 500;
    border-radius: 8px;
    padding: 19px 32px;
    position: relative;
}

.cardv1 .accordion .accordion-item .accordion-button:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 25px;
    background: #FF0000;
    left: 0;
}

.cardv1 .accordion-body {
    font-size: 18px;
    line-height: 34px;
    color: #3C3C3C;
    padding: 0 32px 19px 32px;
}

#faq_accordion {
    margin-top: 51px;
    padding-bottom: 89px;
}

.support_banner_content h2 {
    font-size: 58px;
    line-height: 90px;
    text-align: right;
    font-weight: 600;
    color: var(--white);
}

.support_banner_content {
    text-align: right;
    z-index: 19999;
    position: relative;
}

.support {
    background-image: url(https://grexprodev.katdev.com/wp-content/uploads/2023/07/banner-image.jpg);
    width: 100%;
    padding: 12em 0em 6em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    margin-top: -120px;
    position: relative;
    margin-bottom: 4em;
}

.support_banner_content .form_bnr {
    width: 56%;
    margin: 0 0 0 auto;
}

.support_banner_content input.form-control {
    margin-right: 11px;
    border-radius: 8px !important;
}

.support_banner_content .form_bnr a.btn {
    border-radius: 8px !important;
}

.support_banner_content .input_line {
    text-align: start;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    margin-top: 18px;
    color: #fff;
}


/**************************************  Our Story CSS  *******************************************/

.story_card img.feature_img {
    width: 94%;
}

.cardv1.story_card .contact_card .card-body {
    padding: 69px 89px 82px;
}

.cardv1.story_card .contact_card {
    margin-bottom: 43px;
    border-radius: 0;
}

.cardv1.story_card .contact_card:before {
    background-image: url(../img/wave_top.svg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -11;
    transform: scaleX(-1);
}

.cardv1.story_card .contact_card .feature_content p {
    margin-bottom: 16px;
}

.cardv1.story_card .contact_card .feature_content span {
    font-size: 150px;
    line-height: 62px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    text-shadow: 1px 0 #F0F0F0, -1px 0 #F0F0F0, 0 1px #F0F0F0, 0 -1px #F0F0F0, 1px 1px #F0F0F0, -1px -1px #F0F0F0, 1px -1px #F0F0F0, -1px 1px #F0F0F0;
}

.cardv1.story_card .contact_card {
    margin-bottom: 43px;
    border-radius: 29px;
}

.cardv1.story_card .contact_card .feature_title {
    margin-bottom: 73px;
}


/******************************** Privacy Policy CSS *********************************/

#banner.flat_banner .banner_content.policy_title h1 {
    font-size: 82px;
    line-height: 90px;
}

span.updated_policy_date {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    background: #F4F3F3;
    padding: 12px 41px;
    margin-top: 39px;
    font-weight: 600;
    color: #292929;
}

.policy_card h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 48px;
}

.cardv1.policy_card .contact_card .card-body {
    padding: 69px 89px 82px;
}

.cardv1.policy_card .contact_us_title {
    width: 100%;
    margin: 0 auto;
}

.cardv1.policy_card p.subtitle {
    font-size: 18px;
    line-height: 34px;
    margin-top: 52px;
}

.policy_content {
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 35px 68px;
    position: relative;
    margin-top: 19px;
}

.policy_content h3 {
    font-size: 20px;
    color: #002165;
    font-weight: 600;
}

.policy_content span.number {
    background: #FF0000;
    width: 50px;
    height: 25px;
    position: absolute;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    left: 0;
}

.policy_content p,
.policy_content ul li {
    font-size: 18px;
    line-height: 34px;
    color: #3C3C3C;
}

.policy_content p {
    margin-bottom: 32px;
}

.policy_content ul {
    margin: 0px 35px;
}

.policy_content ul li {
    list-style: disc;
}

.policy_title {
    margin-bottom: 14px;
}


/******************************* Support CSS *****************************/

.support_search .form_bnr .form-group {
    position: relative;
    margin: 0 0 0 auto;
    width: 74%;
}

.support_search .form_bnr .form-group .input_group_icon {
    position: absolute;
    right: 18px;
    top: 12px;
}

.support_search .form_bnr .form-group .form-control {
    padding: 16px 26px;
    border: 1px solid #fff;
}

.support_manual_card a {
    padding: 37px 56px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 131px;
}

.support_manual_card a:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.support_manual_card a p {
    font-size: 20px;
    color: #292929;
    font-weight: 600;
    padding-left: 16px;
}

.promoted_articles h2,
.video_tutorials h2 {
    font-size: 48px;
    line-height: 70px;
    color: #292929;
    margin-bottom: 15px;
}

.promoted_articles p.subtitle,
.video_tutorials p.subtitle {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #3C3C3C;
    padding: 0;
}

.promoted_articles {
    padding-top: 117px;
}

.promoted_articles a.card-title,
.video_tutorials a.card-title {
    font-size: 20px;
    line-height: 23px;
    color: #002165;
    font-weight: 600;
    margin: 0;
}

.video_tutorials p {
    font-size: 18px;
    line-height: 34px;
    color: #3C3C3C;
    padding-top: 20px;
}

.promoted_articles .card-body {
    padding: 48px 39px;
    position: relative;
}

.video_tutorials .card-body {
    padding: 35px 25px;
}

.promoted_articles .card-body:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 55px;
    background: #FF0000;
    left: 4px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.promoted_articles .card,
.video_tutorials .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 0;
}

.promoted_articles .card img.card-img-one,
.video_tutorials .card img.card-img-one {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
}

.promoted_articles .card img.card-img-two {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
}

.video_tutorials {
    padding-top: 150px;
}

.video_grid:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.4);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.more_video_btn {
    margin-top: 50px;
    text-align: center;
}


/* .video_grid:after {
    content: '';
    position: absolute;
    background-image: url(../img/play_icon.svg);
    background-size: 9%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
} */

.video_grid a.play_video {
    position: absolute;
    width: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_grid img {
    width: 100%;
}

.video_grid {
    position: relative;
}

#articles {
    position: relative;
}

#articles:before {
    background-image: url(../img/wave_top.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 46%;
    bottom: 18%;
    left: 0;
    z-index: -11;
}

.community_cta {
    background-image: url(../img/community_cta.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding: 102px 0;
    margin-top: 111px;
    position: relative;
    z-index: 199;
}

.community_cta:before {
    content: '';
    position: absolute;
    background: rgba(3, 17, 48, 0.72);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -11;
}

.community_cta h2 {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
}

.community_cta p {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 73px;
    padding-top: 28px;
}

.recent_activity {
    padding: 104px 0 0;
}

.recent_activity .card {
    background: #F6F6F6;
    border-radius: 8px;
    box-shadow: none;
}

.article_published {
    background: #E9E9E9;
    padding: 7px 35px 7px 29px;
    border-left: 9px solid #f00;
    position: absolute;
    left: 0;
    top: 72px;
}

.recent_activity p {
    padding-top: 77px;
}

.recent_activity .card-body {
    padding: 38px 36px;
}

.article_published img {
    margin-right: 8px;
}


/************************************* Solution CSS *************************************/

.solution_title {
    margin-bottom: 59px;
}

.solution_title h3 {
    font-size: 42px;
    line-height: 48px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 30px;
}

.solution_subtitle {
    background: #FF0000;
    display: inline-block;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 84px 10px 10px;
}

.sum_rt {
    margin-top: 59px;
    margin-bottom: 92px;
}

.summary_requirment p {
    color: #292929;
    font-size: 20px;
}

.sum_rt ul {
    padding-left: 22px;
}

.sum_rt ul li {
    list-style: disc;
    color: #39404a;
    font-size: 16px;
    font-weight: 400;
}

.cardv1.story_card.solution_card .contact_card {
    margin-bottom: 0;
    box-shadow: none;
}

.cardv1.story_card .contact_card.odd_solution_card:before {
    transform: scaleX(1);
}

.solution_grid {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 29px;
    overflow: hidden;
}


/* Feature Details CSS */

.feature_details_content {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 55px 55px;
    position: relative;
}


/* .feature_details_content:before {
    background-image: url(../img/dot_shape.svg);
    background-size: auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    bottom: 8%;
    height: 100%;
    left: -38%;
} */

.feature_details_content:after {
    background-image: url(../img/circle_shape.svg);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    top: -25%;
    height: 100%;
    right: 0;
    display: none;
}

.feature_details_card:before {
    background-image: url(../img/dot_shape.svg);
    background-size: auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    bottom: 8%;
    height: 100%;
    left: -26%;
}

.feature_details_card span.number {
    position: absolute;
    top: -36%;
    color: #F6F4F4;
    font-size: 180px;
    font-weight: 900;
    line-height: 100px;
    left: 55%;
    transform: translate(-50%);
    /* z-index: -11; */
}

.odd_list_grid .feature_details_card span.number {
    left: 45%;
}

.feature_details_content h3 {
    color: #002165;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
    position: relative;
}

.feature_details_content h3:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 39px;
    background: #FF0000;
    left: -51px;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature_details_content p {
    color: #3C3C3C;
    font-size: 18px;
    line-height: 32px;
}

.odd_feature_grid {
    margin-bottom: 16vw;
}


/* .feature_time_dot img.feature_img {
    width: 100%;
} */

.card.contact_card.feature_details_grid .card-body {
    padding: 79px 89px 0px;
}

.even_feature_grid .feature_time_dot {
    margin-left: -26%;
    margin-right: auto;
}

.even_feature_grid .feature_details_content:after {
    background-position: top left;
    left: 0;
}

.even_feature_grid .feature_details_card:before {
    background-position: bottom right;
    right: -26%;
}

.even_feature_grid .feature_details_content h3,
.even_feature_grid .feature_details_content p {
    text-align: right;
}

.even_feature_grid .feature_details_content h3:before {
    right: -58px;
    left: auto;
}

.feature_time_dot {
    /* margin-right: -26%; */
    position: relative;
    z-index: 19;
}


/* .feature_time_dot:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 6px;
    background-color: #E2E1E1;
    z-index: -11;
    transform: translate(-50%);
    top: 50%;
} */

.feature_time_dot:after {
    z-index: -11;
    /* transform: translate(-50%); */
    top: 44%;
    background-image: url(../img/red_dot_line.png);
    background-size: auto;
    /* background-position: right; */
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 37%;
  display: none;
}

.feature_single_grid {
    position: relative;
}

.feature_details_card {
    position: absolute;
    top: 62%;
    z-index: 1999;
    width: 77%;
    left: 22%;
}

.card.contact_card.feature_details_grid {
    height: 100%;
}

ul.feature_list_grid li {
    padding-bottom: 15vw;
}

.odd_list_grid .feature_details_card {
    left: auto;
    right: 22%;
}

.odd_list_grid .feature_single_grid {
    position: relative;
    display: flex;
    justify-content: end;
}

.odd_list_grid .feature_time_dot:after {
    top: -44%;
    left: -99%;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

ul.feature_list_grid {
    position: relative;
}

ul.feature_list_grid:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 96%;
    border: 2px dashed #D0D0D0;
    transform: translate(-50%);
    left: 50%;
    top: 0;
  display: none;
}

.odd_list_grid .feature_details_content:after {
    right: auto;
    left: 0;
    background-position: top left;
}

.odd_list_grid .feature_details_card:before {
    background-position: bottom right;
    right: -26%;
    left: auto;
}

.community_cta.feature_cta h2 {
    font-size: 48px;
    line-height: 70px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

.community_cta.feature_cta p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.community_cta.feature_cta {
    padding: 192px 0 62px;
    margin-top: -106px;
}

/************************************New Feature Details CSS****************************/

.card.contact_card.feature_details_grid .card-body {
    padding: 79px 89px 79px;
}

.feature_block_img .feature_single_img {
    border-radius: 8px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.30);
    position: relative;
    width: 100%;
}

.ft_content h3 {
    color: #002165;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 22px;
    position: relative;
    padding-left: 20px;
    line-height: 38px;
}

.ft_content p {
    color: #3C3C3C;
    font-size: 18px;
    line-height: 32px;
}

.feature_content_card {
    position: relative;
}

.feature_content_card span.number {
    position: absolute;
    top: -32px;
    color: #F6F4F4;
    font-size: 180px;
    font-weight: 900;
    line-height: 100px;
    right: 44px;
    /* transform: translate(-50%); */
}

.ft_content h3:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 34px;
    background: #FF0000;
    left: 0px;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ft_content {
    z-index: 1999;
    position: relative;
    padding-left: 50px;
    padding-right: 0px;
}

.features_ls_grid .flex-row-reverse .ft_content {
    padding-right: 50px;
    padding-left: 0px;
}

.features_ls_grid .flex-row-reverse {
    margin: 148px 0;
}
/* .features_ls_grid .flex-row-reverse:last-child {
    margin: 0;
} */

.ft_img_grid {
    position: relative;
}

.ft_img_grid img.dot_shape {
    position: absolute;
    bottom: -41px;
    left: 0;
    width: 296px;
}

.ft_img_grid img.circle_shape {
    position: absolute;
    top: -63px;
    right: 0;
    width: 114px;
}


/******************************* Blog CSS *********************************/

.blog_meta a {
    color: #3F3F3F;
    font-size: 13px;
}

.blog_meta {
    display: flex;
    gap: 18px;
}

.recent_posts img {
    width: 100%;
}

.blog_meta a {
    color: #3F3F3F;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog_grid {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 38px 38px;
    z-index: 1999;
    position: relative;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 182px;
}

.blog_title {
    color: #292929;
    font-size: 28px;
    line-height: 35px;
    margin-top: 10px;
    font-weight: 600;
}

.blog_title:hover {
    color: #292929;
}

.blog_card img {
    width: 100%;
}

.blog_card .blog_meta img {
    width: 15px;
}

.blog_grid_shape {
    position: relative;
}

.blog_grid_shape:before {
    position: absolute;
    content: '';
    background-image: url(../img/dot_shape.svg);
    background-size: auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: -30%;
    left: 4%;
}

.blog_grid .blog_post_img {
    border-radius: 8px;
}

.blog_card {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 32px;
}

.read_more_btn img {
    width: 22px;
}

a.read_more_btn {
    font-size: 18px;
    display: none;
    margin-top: 7px;
}

.blog_card:hover .blog_grid a.read_more_btn {
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog_card:hover .blog_grid .blog_meta {
    display: none;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog_card:hover .blog_grid .blog_title {
    margin-top: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.blog_pagination .page-link {
    border: 0;
    /* width: 38px; */
    padding: 5px 15px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    margin: 0px 4px;
}

.blog_pagination .page-link:hover,
.blog_pagination .page-item.active .page-link {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.blog_pagination li.page-item.navigation a.page-link {
    /* width: 100%;
    height: 100%; */
    border-radius: 0;
    color: #878787;
}

.blog_pagination li.page-item.navigation a.page-link:hover {
    background-color: #fff;
    border-color: #fff;
}


/***************************** Single Blog CSS ************************************/

.card.single_card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 8px;
    margin-top: -94px;
    position: relative;
}

.card.single_card .card-body {
    padding: 34px 46px;
}

.single_blog p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 26px;
}

.single_blog_image img {
    width: 100%;
}

.single_blog {
    padding: 69px 0px;
}

.quote_text {
    font-weight: 600;
    position: relative;
}

.quote_text:before {
    content: '';
    position: absolute;
    left: -46px;
    top: 0;
    width: 9px;
    height: 100%;
    background-color: #FF0000;
}

.share_post ul li {
    display: inline-block;
    margin-right: 3px;
}

.share_post ul li a {
    border: 2px solid #404243;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
}

.share_post ul li a.facebook {
    color: #3B5998;
}

.share_post ul li a.instagram {
    color: #985538;
}

.share_post ul li a.twitter {
    color: #00ACEE;
}

.share_post ul li a.linkedin {
    color: #0077B5;
}

.share_post ul li a.video {
    color: #E62117;
}

.share_post ul li a.facebook {
    border-color: #3B5998;
}

.share_post ul li a.instagram {
    border-color: #985538;
}

.share_post ul li a.twitter {
    border-color: #00ACEE;
}

.share_post ul li a.linkedin {
    border-color: #0077B5;
}

.share_post ul li a.video {
    border-color: #E62117;
}

.share_post {
    display: flex;
    justify-content: end;
    padding-top: 32px;
}

.share_post p {
    color: #002165;
    font-size: 20px;
    font-weight: 600;
    padding-right: 24px;
}

h3.title_line {
    color: #002165;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    margin-bottom: 22px;
}

h3.title_line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #FF0000;
}

.comments {
    padding: 103px 0px 103px;
}

.comment_card {
    border-radius: 8px;
    background: #F9F9F9;
    padding: 31px 18px;
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
}

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

.profile_img img {
    border-radius: 50%;
}

p.comment_user_title {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}

a.reply_btn {
    color: #F00;
    font-size: 14px;
}

a.reply_btn img {
    width: 16px;
}

.save_comment {
    display: flex;
    align-items: center;
    gap: 9px;
}

.save_comment p {
    color: #5A5A5A;
    font-size: 14px;
}

.post_sidebar .support_search .form_bnr .form-group input {
    border-radius: 8px;
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
}

.post_sidebar .support_search .form_bnr .form-group {
    width: 100%;
}

.post_sidebar .support_search input::-webkit-input-placeholder,
.post_sidebar .support_search textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ABABAB !important;
}

.post_sidebar .support_search input:-moz-placeholder,
.post_sidebar .support_search textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ABABAB !important;
    opacity: 1;
}

.post_sidebar .support_search input::-moz-placeholder,
.post_sidebar .support_search textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ABABAB !important;
    opacity: 1;
}

.post_sidebar .support_search input:-ms-input-placeholder,
.post_sidebar .support_search textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ABABAB !important;
}

.post_sidebar .support_search input::-ms-input-placeholder,
.post_sidebar .support_search textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ABABAB !important;
}

.post_sidebar .support_search input::placeholder,
.post_sidebar .support_search textarea::placeholder {
    /* Most modern browsers support this now. */
    color: #ABABAB !important;
}

#support:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(2 27 78 / 78%);
}

.support_banner_content .input_line a {
    color: #f00;
    font-weight: 400;
}

.cat_card {
    border-radius: 8px;
    border: 1px solid #C8C6C6;
    background: #FFF;
    padding: 26px 22px;
    margin: 20px 0;
}

.cat_card ul li {
    border-bottom: 1px solid #CECECE;
    padding: 18px 0px;
}

.cat_card ul li:last-child {
    border-bottom: 0px;
    padding: 18px 0px 0px;
}

.cat_card ul li a {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
}

.cat_card ul li i {
    margin-right: 9px;
    color: #3C3C3C;
}

.post_sidebar h3.title_line {
    padding-left: 0px;
}

.post_sidebar h3.title_line:before {
    left: -22px;
}

.post_sidebar .blog_title {
    color: #292929;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 600;
}

.recent_posts {
    border-bottom: 1px solid #CECECE;
    padding: 18px 0px;
}

.recent_posts .blog_meta img {
    width: auto;
}

.recent_posts:last-child {
    border-bottom: 0px;
    padding: 18px 0px 0px;
}

.blog_banner .banner_section {
    padding: 8em 0em 20em;
}

ul.blog_tags li a {
    background-color: #EFEFEF;
    padding: 5px 8px;
}

ul.blog_tags li {
    display: inline-block;
    border: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

ul.blog_tags li:last-child {
    padding: 0px;
    margin-bottom: 0px;
}


/************************  Pricing CSS  **************************/

.contact_us_title.pricing_grid {
    width: 100%;
}

.pricing_grid .cta_line {
    color: #292929;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 35px;
}

.pricing_grid h2 {
    color: #000;
    text-align: center;
    font-size: 54px;
    line-height: 48px;
    font-weight: 800;
    padding: 22px 0px 28px;
}

.pricing_grid .subtitle {
    background: #F4F3F3;
    padding: 8px 0px;
    color: #6C6C6C;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
}

.card.pricing_card {
    background-color: #F2F2F2;
    border: 0;
    border-radius: 25px;
    z-index: 1999;
    width: 100%;
}

.card.pricing_card h4 {
    color: #353535;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
}

.pricing_ribbion {
    position: relative;
    /* left: -16px; */
}


/* .pricing_ribbion:before {
    content: '';
    position: absolute;
    background-image: url(../img/pricing_ribbion.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
} */

.pricing_ribbion img {
    width: 100%;
    position: relative;
}

.pricing_ribbion span {
    color: #FFF;
    text-align: center;
    font-size: 39px;
    line-height: 48px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.monthly_value {
    color: #6C6C6C;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-top: 28px;
}

.card.pricing_card .card-body {
    padding: 37px 37px;
}

ul.price_list li {
    color: #6C6C6C;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 10px 0px;
}

ul.price_list {
    border-radius: 8px;
    border: 1px solid #B8B8B8;
    margin-top: 35px;
    margin-bottom: 35px;
}

ul.price_list li.odd {
    background: #FFF;
}

ul.price_list li.odd:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pricing_card a.btn {
    width: 100%;
}

.pricing_value {
    padding: 100px 0 104px;
}

.pricing_plans_card {
    border-radius: 29px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    margin-top: 29px;
}

.pricing_plans_card .card-body {
    padding: 60px 39px;
}

.comparison_item span.plan {
    color: #6C6C6C;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.comparison_item span.edition {
    color: #595959;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    margin: 9px 0px 20px;
}

.comparison_item .price {
    background: #E1E1E1;
    color: #817F7F;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0px;
}

.pricing_plans_card .table>tbody th {
    color: #6C6C6C;
    font-size: 16px;
    line-height: 42px;
    font-weight: 400;
    padding: 3px 0px;
}

.pricing_plans_card tr.table_title th {
    color: #002165;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding: 30px 0px;
}

.pricing_plans_card tr.table_title {
    outline: 0;
    border: 0;
    box-shadow: none;
    border-color: #fff;
}

thead.table_plans tr td {
    border: 0;
}


/* .pricing_plans_card tbody,
.pricing_plans_card tfoot,
.pricing_plans_card thead {
    border: 0;
} */

.pricing_plans_card tr.table_title th:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 39px;
    background: #FF0000;
    left: -36px;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pricing_plans_card table.table tbody tr:last-child {
    border: 0;
    border-color: #fff;
}

.pricing_plans_card table.table tbody tr td {
    text-align: center;
    padding: 11px 0px;
}

.pricing_plans {
    z-index: 19999;
    position: relative;
}

.accordion.pricing_faq .accordion-item {
    background-color: transparent;
}

.accordion.pricing_faq .accordion-body {
    color: #B8B8B8;
    font-size: 18px;
    text-align: start;
}

.accordion.pricing_faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion.pricing_faq .accordion-item .accordion-button {
    color: #fff;
}

.accordion.pricing_faq .accordion-button {
    background-color: transparent;
}

.accordion.pricing_faq {
    padding: 0px 0px 26px !important;
}

span.solution_dt_subline {
    color: #534949;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}


/* .pricing_plans_card tbody,
.pricing_plans_card td,
.pricing_plans_card tfoot,
.pricing_plans_card th,
.pricing_plans_card thead,
.pricing_plans_card tr {
    border-style: none;
    border-width: 0;
} */


/* .pricing_plans_card tr td {
    border-bottom: 1px solid #E8E8E8;
}

.pricing_plans_card tr td:last-child {
    border-bottom: 1px solid #E8E8E8;
} */

.sum_rt.solution_dt_sum {
    background: #F0F0F0;
    width: 82%;
}

.sum_rt.solution_dt_sum .solution_subtitle {
    display: block;
}

.sum_rt.solution_dt_sum .summary_requirment {
    padding: 8px 26px 36px;
}

.cardv1.story_card .feature_content.solution_dt_feature_content p {
    margin-bottom: 25px;
}


/********************************** About CSS **********************************/

.about_td p.subtitle {
    background: none;
    text-align: left;
    color: #292929;
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
}

.about_td h2.title {
    color: #292929;
    text-align: left;
    font-size: 68px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    padding: 0px;
}

.about_td p.description {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding: 24px 0px 89px;
}

.about_img {
    width: 80%;
}

.client_count .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0;
    border-radius: 0;
    padding: 28px 28px;
}

.client_count .card img {
    width: 79px;
    height: 79px;
}

.counter_grid h4 {
    color: #021B4E;
    font-size: 42px;
    font-weight: 700;
}

.counter_grid p {
    color: #000;
    font-size: inherit;
    font-weight: 400;
    margin-top: 8px;
}

.client_count {
    position: relative;
    margin: 70px 0px 0px;
}

.client_count:before {
    content: '';
    position: absolute;
    background-color: #EFC147;
    width: 100%;
    height: 2px;
    top: -9px;
    left: 0;
}

.mission_card h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.community_cta.feature_cta .mission_card p {
    color: #BCBCBC;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: inherit;
    padding: 0;
    text-align: left;
}

.mission_card {
    border-radius: 8px;
    border: 1px solid #3663C0;
    padding: 45px;
}

.success_team {
    padding: 90px 0px 0px;
}

.success_team hr {
    margin: 106px 0px 0px;
}

.success_team h2 {
    padding-bottom: 62px;
}
.leadersImg {
      /* min-height: 452px; */
      position: relative;
      /* min-width: 200px; */
      display: flex;
      justify-content: center;
}
.team_card img {
    border-radius: 8px;
    background: #CE5656;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    text-align: center;
}

/* .team_card img {
    border-radius: 8px;
    background: #CE5656;
    width: 100%;
} */

.success_team hr {
    margin: 106px 0px 0px;
}

.team_card .memb_grid {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 16px;
    margin-top: -50px;
    z-index: 1999;
    position: relative;
    width: 56%;
    margin: -57px auto 52px;
}

.team_card .memb_grid .member_name {
    color: #002165;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.team_card .memb_grid .position {
    color: #979797;
    font-size: 14px;
    font-weight: 400;
}

.team_card .memb_grid {
    min-height: auto;
}

/*****************testimonials page css*************/


.imgVst {
    float: left;
    width: 330px;
    height: 330px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
}
.imgVst:after {
    position: absolute;
    right: -20px;
    top: 50px;
    content: '';
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 10px solid #fff;
    background: #FF0000;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
}
.imgVst:before {
    position: absolute;
    height: 10px;
    width: 300px;
    content: '';
    background: #ddd;
    top: 65px;
    left: 100%;
}
.imgVst img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.clientVcont li {
    position: relative;
    margin-bottom: 100px;
}
.clientInfoV {
    float: right;
    min-height: 330px;
    width: 60%;
    z-index: 1;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 55px 55px;
    position: relative;
}
.clientInfoV:after {
    position: absolute;
    left: -74px;
    bottom: 10px;
    content: '';
    z-index: -1;
    height: 120px;
    width: 120px;
    background-image: url(../img/circle_shape.svg);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    transform: rotate(-91deg);-o-transform: rotate(-91deg);-moz-transform: rotate(-91deg);-webkit-transform: rotate(-91deg);
}
.clientInfoV h3 {
    color: #002165;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
    position: relative;
}
.clientInfoV h3:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 39px;
    background: #FF0000;
    left: -51px;
    bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.clientInfoV p {
    color: #3C3C3C;
    font-size: 18px;
    line-height: 32px;
}
.clientVcont li:nth-child(even) {
}
.clientVcont li:nth-child(even) .imgVst {
    float: right;
}
.clientVcont li:nth-child(even) .clientInfoV {
    float: left;
    text-align: right;
}
.clientVcont li:nth-child(even) .clientInfoV:after {
    left: auto;
    right: -73px;
    transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);
}
.clientVcont li:nth-child(even) .clientInfoV h3:after {
    left: auto;
    right: -59px;
}
.clientVcont li:nth-child(even) .imgVst::before {
    left: auto;
    right: 100%;
}
.clientVcont li:nth-child(even) .imgVst::after {
    right: auto;
    left: -20px;
}



/*************************Integrations********************/

p.integration_pn {
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    margin-bottom: 68px;
}

.integration_brand h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 8px;
}

.integration_brand p {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    color: #6C6C6C;
}

.integration_brand ul li {
    border-radius: 10px;
    border: 1px solid #DCD6D6;
    display: inline-block;
    width: 298px;
    height: 121px;
    position: relative;
    margin: 0px 5px 8px;
}

.integration_brand ul li img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.integration_brand ul {
    margin-top: 77px;
}

.integration_brand {
    padding: 114px 0 0;
}

.inte_cx {
    color: #6C6C6C;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    padding: 0px 12em;
    margin-top: 100px;
    margin-bottom: 42px;
}

.clientVcont li:nth-child(even) .clientInfoV p {
    text-align: right;
}
