body,
#main-nav .navbar-nav>li>a .menu-description {
    font-family: "Poppins", sans-serif;
}

h1,
.h1 {
    font-weight: 100;
    font-size: 60px;
}

a {
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
    -ms-transition: ease-in-out all .5s;
}

a:hover {
    color: #c4354c;
    text-decoration: none !important;
}

#wrap {
    /* overflow-x: hidden; */
}

.dark-div {
    color: rgba(255, 255, 255, .75);
}

#main-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
}

#main-nav .navbar,
#main-nav.light-nav .navbar {
    background: rgba(34, 34, 34, 0.25);
}

#main-nav .navbar {
    min-height: 100px;
    background: #333;
    background: rgb(98 41 50);
    z-index: 999;
}

.navbar {
    margin-bottom: 0;
}

.navbar-inverse {
    border: none;
}

#main-nav .navbar .container {
    position: relative;
}

.logo {
    display: block;
    padding: 15px 0;
    line-height: 70px;
    height: 100px;
    vertical-align: middle;
}

.dark-div a {
    color: #fff;
}

.navbar a {
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.logo img {
    max-height: 100%;
}

header .dropdown {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

#main-nav .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}

#main-nav .navbar-nav li,
#main-nav .navbar-nav li a {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

#main-nav .navbar-nav>li>a {
    padding: 30px 2px;
    margin: 0 20px;
}

#main-nav .navbar-nav>li>a {
    line-height: 20px;
}

.main-menu li.current-menu-item>a,
.main-menu .nav>li>a:hover {
    color: #fff;
}

.navbar-inverse .navbar-nav>.current-menu-item>a,
.navbar-inverse .navbar-nav>.current-menu-item>a:focus {
    color: #fff;
    background-color: transparent;
}

header .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.2s ease .05s, visibility .1s ease .3s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .05s, visibility .1s ease .3s;
}

header .dropdown-menu {
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    background-color: rgba(34, 34, 34, .8);
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
}

.navbar-right .dropdown-menu {
    left: 19px;
    right: auto;
    padding: 5px 0 10px;
}

header .dropdown-menu>li>a {
    padding: 12px 20px;
    line-height: 1.428571429;
    color: #eee;
    white-space: nowrap;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
}

header .dropdown-menu>li>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 1px;
    background: transparent;
    content: '';
    transition: all .2s .1s;
}

.navbar-inverse .navbar-nav>li>a:after,
.navbar-inverse .navbar-nav>li>a:focus:after {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 4px;
    content: ' ';
    transition: all .3s ease;
    opacity: 0;
}

.navbar-inverse .navbar-nav>li>a:after,
.navbar-inverse .navbar-nav>li>a:focus:after {
    background-color: #03a9f3;
}

.navbar-inverse .navbar-nav>.current-menu-item>a:after,
.navbar-inverse .navbar-nav>.current-menu-item>a:focus:after,
#main-nav .navbar-nav>li:hover>a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.dark-div .btn-default,
.dark-div button,
.dark-div input[type=button],
.dark-div input[type=submit] {
    color: #fff;
    border-color: #fff;
}

header .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.15s ease;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.15s ease;
}

header .mobile-menu-toggle {
    color: #fff;
    padding: 2px 9px;
    margin: 4px 0px;
    border: none;
    border-radius: 3px;
    background: transparent;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -21px;
}

.ia_paralax .wpb_row {
    background-attachment: fixed;
    background-repeat: repeat !important;
}

.main-banner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 185px !important;
    padding-bottom: 100px !important;
    background-image: url('../images/bg-main-app.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.main-banner:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
}

.main-banner>.vc_column_container {
    position: relative;
}

.ia-heading h2.h1 {
    margin-bottom: 40px;
    text-transform: none;
}

.ia-heading.heading-align-center h2 {
    text-align: center;
}

.ia-heading h2 {
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.dark-div h1,
.dark-div h2,
.dark-div h3,
.dark-div h4,
.dark-div h5,
.dark-div h6,
.dark-div .btn-primary {
    color: #fff;
}

.ia-heading h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 3px;
    width: 60px;
    max-width: 90%;
    background-color: #c4354c;
}

.dark-div .ia-heading h2:before {
    background-color: rgba(255, 255, 255, .8);
}

.ia-heading.heading-align-center h2:before {
    left: 50%;
    margin-left: -30px;
}

.main-banner h2.h1 {
    font-weight: 300;
}

.vc_custom_1414677825351 {
    margin-bottom: 40px;
}

.vc_custom_1414677825351 p {
    font-size: 18px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 0;
}

button,
input[type=button],
input[type=submit],
.btn {
    padding: 9px 20px;
    transition: all .2s;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 17px 40px;
    font-size: 17px;
}

.dark-div .btn-default,
.dark-div button,
.dark-div input[type=button],
.dark-div input[type=submit] {
    color: #fff;
    border-color: #fff;
}

.wpb_text_column .btn {
    margin-top: 10px;
}

.dark-div a:hover {
    color: #03a9f3;
}

.dark-div button:hover,
.dark-div input[type=button]:hover,
.dark-div input[type=submit]:hover,
.dark-div .btn-default:hover,
.dark-div .btn-default:focus,
.dark-div .btn-default:active,
.dark-div .btn-default.active,
.dark-div .open .dropdown-toggle.btn-default,
.dark-div .btn-primary:hover,
.dark-div .btn-primary:focus,
.dark-div .btn-primary:active,
.dark-div .btn-primary.active,
.dark-div .open .dropdown-toggle.btn-primary {
    color: #343434;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary,
input[type=submit] {
    border: 0px;
    padding: 12px 20px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    background-color: #c4354c;
}

.btn-primary.btn-lg {
    padding: 18px 40px;
}

li.nav-btn-wrapper {
    display: flex;
    align-items: center;
    height: 100px;
}

a.btn.button-button_55.btn-primary.btn-lg.btn-navbar {
    height: auto !important;
    padding: 20px 30px !important;
}

a.btn.button-button_55.btn-primary.btn-lg.btn-navbar:hover {
    background-color: #fff !important;
    color: #03a9f3 !important;
}

.flex-gap-20 {
    display: flex;
    gap: 20px;
}

.justify-content-center {
    justify-content: center;
}

.ias-devide-wrap {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    padding: 8px 5px;
}

.device,
.device div:not(.screen *),
*:before,
*:after {
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.device,
.wpb_row .device {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.ia-iphone-x .device {
    width: 375px;
    height: 812px;
    padding: 26px;
    background: #fdfdfd;
    -webkit-box-shadow: inset 0 0 11px 0 black;
    box-shadow: inset 0 0 11px 0 black;
    border-radius: 66px;
    position: relative;
}

.ia-iphone-x .device:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    content: '';
    left: 5px;
    border-radius: 61px;
    background: black;
    z-index: 1;
}

.ia-iphone-x .notch {
    position: absolute;
    width: 210px;
    height: 30px;
    top: 25px;
    left: 108px;
    z-index: 4;
    background: black;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.ia-iphone-x .notch:before,
.ia-iphone-x .notch:after {
    content: '';
    height: 8px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.ia-iphone-x .notch:before {
    background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
    right: -8px;
}

.ia-iphone-x .notch:after {
    background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, black 70%, black 100%);
    left: -8px;
}

.ia-iphone-x .camera {
    width: 6px;
    height: 6px;
    top: 9px;
    border-radius: 100%;
    position: absolute;
    left: 154px;
    background: #0d4d71;
}

.ia-iphone-x .speaker {
    height: 6px;
    width: 60px;
    left: 50%;
    position: absolute;
    top: 9px;
    margin-left: -30px;
    background: #171818;
    border-radius: 6px;
}

.top-bar,
.bottom-bar {
    height: 3px;
    background: black;
    width: 100%;
    display: block;
}


.ia-iphone-x .top-bar,
.ia-iphone-x .bottom-bar {
    width: 100%;
    position: absolute;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
}

.ia-iphone-x .top-bar {
    top: 80px;
}

.ia-iphone-x .sleep {
    height: 96px;
    top: 200px;
    right: -3px;
}

.ia-iphone-x .volume,
.ia-iphone-x .volume:before,
.ia-iphone-x .volume:after,
.ia-iphone-x .sleep {
    width: 3px;
    background: #b5b5b5;
    position: absolute;
}

.ia-iphone-x .bottom-bar {
    bottom: 80px;
}

.ia-iphone-x .volume {
    left: -3px;
    top: 116px;
    height: 32px;
}

.ia-iphone-x .volume:before {
    height: 62px;
    top: 62px;
    content: '';
    left: 0;
}

.ia-iphone-x .volume:after {
    height: 62px;
    top: 140px;
    content: '';
    left: 0;
}

.ia-iphone-x .overflow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 66px;
    overflow: hidden;
}

.ia-iphone-x .shadow {
    border-radius: 100%;
    width: 90px;
    height: 90px;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
}

.ia-iphone-x .shadow--tr {
    top: -20px;
    right: -20px;
}

.ia-iphone-x .shadow--tl {
    top: -20px;
    left: -20px;
}

.ia-iphone-x .shadow--br {
    bottom: -20px;
    right: -20px;
}

.ia-iphone-x .shadow--bl {
    bottom: -20px;
    left: -20px;
}

.ia-iphone-x .inner-shadow {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    overflow: hidden;
    left: 10px;
    border-radius: 56px;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 15px 0 rgba(255, 255, 255, 0.66);
    z-index: 1;
}

.ia-iphone-x .inner-shadow:before {
    -webkit-box-shadow: inset 0 0 20px 0 #FFFFFF;
    box-shadow: inset 0 0 20px 0 #FFFFFF;
    width: 100%;
    height: 116%;
    position: absolute;
    top: -8%;
    content: '';
    left: 0;
    border-radius: 200px / 112px;
    z-index: 2;
}

.device .screen {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 2;
    text-align: left;
    /* text-indent: -999px; */
    display: block;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 3px #111;
    box-shadow: 0 0 0 3px #111;
}

.device .screen {
    overflow: hidden;
}

.ia-iphone-x .screen {
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ias-devide-content {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
}

.features-control-item:before {
    content: ' ';
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 100%;
    height: 1px;
    background-color: #999;
    background-color: rgba(153, 153, 153, .5);
    transition: all .3s;
}

.features-control-item {
    position: relative;
    padding: 35px 0px 15px;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 10px;
}

.dark-div .features-control-item:before {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.features-control-item .media {
    transition: all .35s ease;
    padding-left: 10px;
}

/*features carousel*/
.features-control-item {
    position: relative;
    padding: 35px 0px 15px;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 10px;
}

.features-control-item .media {
    transition: all .35s ease;
    padding-left: 10px;
}

.second-features-col .features-control-item .media {
    padding-left: 0;
    padding-right: 10px;
}

.features-control-item.active .media {
    padding-left: 0;
    padding-right: 10px;
}

.second-features-col .features-control-item.active .media {
    padding-left: 10px;
    padding-right: 0;
}

.features-control-item:before {
    content: ' ';
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 100%;
    height: 1px;
    background-color: #999;
    background-color: rgba(153, 153, 153, .5);
    transition: all .3s;
}

.dark-div .features-control-item:before {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.features-control-item.active:before {
    opacity: 1;
    right: -25px;
}

.second-features-col .features-control-item:before {
    left: 100%;
    right: 40px;
}

.second-features-col .features-control-item.active:before {
    left: -25px;
}

.features-control-item:after {
    content: ' ';
    opacity: 0;
    position: absolute;
    z-index: 55;
    bottom: -19px;
    right: 100%;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #3CC;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, .2);
    transition: all .3s, opacity .2s linear .1s;
}

.features-control-item.active:after {
    opacity: 1;
    right: -60px;
    box-shadow: 0 0 0 6px rgba(160, 160, 160, .2);
    -webkit-animation: pointing .5s ease .25s;
    animation: pointing .5s ease .25s;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

.second-features-col .features-control-item:after {
    left: 100%;
}

.second-features-col .features-control-item.active:after {
    left: -60px;
}

@-webkit-keyframes pointing {
    0% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .5);
    }

    45% {
        box-shadow: 0 0 0 15px rgba(160, 160, 160, .05);
    }

    50% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .2);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(160, 160, 160, .2);
    }
}

@keyframes pointing {
    0% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .5);
    }

    45% {
        box-shadow: 0 0 0 15px rgba(160, 160, 160, .05);
    }

    50% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .2);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(160, 160, 160, .2);
    }
}

.media>.pull-left {
    margin-right: 15px;
}

.dark-div .ia-icon,
.dark .ia-icon {
    color: #fff;
    border-color: #fff;
}

.ia-icon,
.light .ia-icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 78px;
    text-align: center;
    color: #c4354c;
    border: solid 1px #c4354c;
    font-size: 28px;
    display: inline-block;
    transition: all .2s;
    font-family: "Lato";
}

.features-control-item:after {
    background: #c4354c;
}

.features-control-item .media {
    overflow: visible;
}

.features-control-item.active .ia-icon {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all .65s ease;
}

.bg-black {
    background-color: #000;
}

.p-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ia-heading span {
    font-size: 24px;
}

.font-weight-500 {
    font-weight: 500;
}

.text-lg-2 {
    font-size: 38px;
}

.para-md {
    font-size: 18px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-60 {
    margin-top: 60px;
}

.full-img img {
    width: 100%;
}

.bg-lt-grey {
    background-color: #f2f2f2 !important;
}

.tabBox {
    padding: 20px 30px !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 16px !important;
    display: flex;
    align-items: center;
    min-height: 180px;
}

.tabBox:nth-child(2) {
    background: #ffe7eb;
}

.tabBoxWrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.tabBox .media-body>h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.tabBox .media-body>p {
    font-size: 16px;
}

.ia-icon:hover,
.ia-icon-box:hover .ia-icon {
    background: #c4354c;
    border-color: #c4354c;
    color: #fff;
    box-shadow: 0 0 0 10px rgba(160, 160, 160, .2);
    -webkit-animation: icon_pointing .5s ease .2s;
    animation: icon_pointing .5s ease .2s;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.hidden-industry {
    display: none;
}

.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.filter-btn>button#hide-industries {
    font-weight: bold;
    border: 1px solid #000;
}

.image-textbox {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 320px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px #0000001A;
    border-radius: 10px;
    margin-right: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex-flow: column;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
    padding-top: 25px;
    padding-bottom: 15px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-30 {
    padding: 30px !important;
}

.img-box img {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.imgbox-hover {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.imgbox-hover:hover {
    background-color: #F8F8F8;
}

.imgbox-hover:hover .img-box>img.img-fluid {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img-box-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.img-box-wrapper>.image-textbox {
    box-sizing: border-box;
    width: calc(33% - 10px);
}

.topFooter {
    padding: 60px 0;
    background-color: #2b2b2b;
}

.footer-logo {
    width: 100%;
    margin-bottom: 20px;
    max-width: 200px;
}

.img-fluid {
    max-width: 100%;
}

.footer-logo-sec p {
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    line-height: 21px;
}

.footer-content-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #ccc;
    font-weight: 600;
    font-size: 16px;
}

.footer-nav .nav-link {
    font-size: 12px;
    text-decoration: none;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .5s;
    -moz-transition: ease-in-out all .5s;
}

ul.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav .nav-link:hover {
    color: #c4354c;
}

.footer-nav .nav-link.nav-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-nav .nav-link.nav-social>i {
    font-size: 16px;
}

.bottomFooter {
    padding: 15px 0;
    background-color: #000;
}

.bottomFooter p {
    text-align: center;
    font-size: 12px;
    color: #ccc;
}

@-webkit-keyframes icon_pointing {
    0% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .5);
    }

    45% {
        box-shadow: 0 0 0 20px rgba(160, 160, 160, .05);
    }

    50% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(160, 160, 160, .2);
    }
}

@keyframes icon_pointing {
    0% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .5);
    }

    45% {
        box-shadow: 0 0 0 20px rgba(160, 160, 160, .05);
    }

    50% {
        box-shadow: 0 0 0 0px rgba(160, 160, 160, .2);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(160, 160, 160, .2);
    }
}

/*---------------------- About Us Inner Page ------------------------*/
.page-heading {
    background-attachment: fixed;
    padding-top: 173px;
    padding-bottom: 83px;
    position: relative;
}

.about-bg {
    background-image: url('../images/about-bg.jpg');
}

.main-color-1-bg,
.main-color-1-bg-hover:hover {
    background-color: #c4354c;
}

ul.breadcrumbs-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

ul.breadcrumbs-nav>li:after {
    content: "/";
    margin-left: 5px;
}

ul.breadcrumbs-nav>li:last-child:after {
    display: none;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.main-color-1-bg:before {
    content: "";
    background-color: #c4354c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}

.p-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.clearfix {
    clear: both;
}

.quote-block {
    padding: 16px 32px;
    margin: 30px auto;
    border-left: 3px solid #c4354c;
}

.quote-block p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.dgp-banner-sec {
    margin-left: 40px;
    border-radius: 30px 0px 0px 30px;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-right: 0px;
}

.contact-box {
    max-width: 600px;
    padding: 48px 60px 48px 48px;
    background-color: #fff;
    border-radius: 25px;
    margin-right: 0;
}

.inputs-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}

.form-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    overflow: visible;
}

.form-item.small {
    color: #333;
    width: 100%;
    margin-bottom: 0;
}

.field-label {
    color: #6f7475;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.field-label.small {
    letter-spacing: 0;
    margin-bottom: 3px;
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.text-field {
    background-color: #f3f5f5;
    color: #2c3030;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
    border-radius: 6px;
    height: 48px;
    margin-bottom: 12px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 24px;
}

textarea.w-input,
textarea.w-select {
    height: auto;
    min-height: 150px;
    padding: 15px;
}

.btn-full {
    display: flex;
    margin-bottom: 15px;
}

.btn-full>button.btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.content__screens {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2D3030;
}

.content__screens-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: sub;
}

.content__screens-input-box {
    display: flex;
    position: relative;
    margin-left: 3px;
}

.content__screens-input-box,
.content__screens-input-fake,
.content__screens-input {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.content__screens-input-fake {
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}

.content__screens-input {
    width: 55px;
    color: inherit;
    border: none;
    outline: none;
    padding: unset;
    cursor: text;
    background-color: #ffffff;
    height: 100%;
}

input.content__screens-input::-webkit-outer-spin-button,
input.content__screens-input::-webkit-inner-spin-button {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input.content__screens-input {
    -moz-appearance: textfield;
}

.content__slider {
    margin-top: 11px;
    height: 6px;
    background-color: #e8eded;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.content__slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #c4354c;
    cursor: pointer;
    border-radius: 10px;
}

.content__slider .ui-slider-handle,
.content__slider-ctrl {
    position: absolute;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 6px solid #ffffff;
    background-color: #c4354c;
    border-radius: 50%;
    cursor: move;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.18);
    outline: none;
    transform: translate(-12px, -9px);
}

.content__slider-markers {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.content__slider-marker-min,
.content__slider-marker-max {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #b2b7b8;
}

.content__info {
    margin: 40px -5px 0;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
}

.plans-wrapper {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.plans-wrapper>.brdr-heading {
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.plans-wrapper>.brdr-heading>h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #3f4242;
    text-transform: capitalize;
    margin: 0;
}

.plans-wrapper>.brdr-heading>p {
    font-size: 14px;
    color: #84898a;
}

label.content__screens-label {
    display: flex;
    align-items: center;
}

.content__info>* {
    flex: 0 1 auto;
    overflow: hidden;
    padding: 0 5px;
    width: 210px;
    box-sizing: border-box;
}

.content__info-storage-value,
.content__info-mo-value,
.content__info-screens-value,
.content__info-year-discount-value {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #3f4242;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content__info-storage-label,
.content__info-mo-label,
.content__info-screens-label,
.content__info-year-discount-label {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #84898a;
}

.sliderFooter {
    background-color: #333;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
    margin-top: 40px;
}

.banner-show {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #c4354c;
    border-radius: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    min-height: 300px;
    padding: 30px 24px;
    transition: box-shadow .3s;
    display: grid;
    position: relative;
    margin-top: 190px;
}

.text-banner {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
    display: flex;
    color: #fff;
    padding-left: 40px;
}



h2.h2-title.white.bm-0 {
    font-weight: 700;
    color: #fff;
    font-size: 46px;
}

.text-banner>p {
    font-size: 18px;
}

.text-banner>a {
    font-size: 22px;
    text-transform: uppercase;
    color: #6c0d1c;
    font-weight: 700;
    margin-top: 80px;
}

.inset-img {
    max-width: 50%;
    position: absolute;
    inset: auto 24px 30px auto;
}

.product-inner-bg h1 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-inner-bg .wpb_wrapper {
    margin-top: 40px;
}

.image-gradient {
    max-width: 100%;
    width: 100%;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.image-gradient img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
}

.image-gradient::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    opacity: 0.8;
    z-index: 2;
}

.image-gradient::before {
    background-image: linear-gradient(45deg, #fb236a 0%, #232a79 100%);
}

@media (min-width: 992px) {
    div.how-it-works-image .image-gradient::before {
        width: 550px;
    }
}

@media (min-width: 1200px) {
    div.how-it-works-image .image-gradient::before {
        width: 654px;
    }
}

@media (min-width: 768px) {
    div.how-it-works-image img {
        height: 416px;
    }
}

@media (min-width: 992px) {
    div.how-it-works-image img {
        max-width: 550px;
        width: 550px;
    }
}

@media (min-width: 1200px) {
    div.how-it-works-image img {
        max-width: 654px;
        width: 654px;
    }
}

.how-it-works-content {
    padding-left: 112px;
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: flex;
    align-items: center;
    padding-right: 50px;
    position: relative;
    z-index: 9;
    height: 340px;
    background-color: #fff;
    border-radius: 8px;
}

.how-it-works-step {
    width: 66px;
    height: 66px;
    color: #fff;
    font-size: 25px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #c4354c;
}

.how-it-works-content i {
    font-size: 70px;
    color: #edeff7;
    position: absolute;
    top: 20px;
    right: 30px;
}

.how-it-works-content h2 {
    margin-top: 0;
    font-size: 22px;
    color: #202020;
}

.how-it-works-content p {
    color: #888;
    line-height: 2;
}

.kc_text_block {
    display: inline-block;
    clear: both;
    width: 100%;
}

@media screen and (min-width: 999px) {
    .row.how-it-works-wrapper {
        width: calc(100% + 30px);
    }
}

.p-60 {
    padding: 60px 0;
}

.right-swap .col-md-6.how-it-works-content {
    padding-left: 60px;
    padding-right: 112px;
    justify-content: flex-end;
}

.right-swap .col-md-6.how-it-works-content .kc_text_block {
    text-align: right;
}

.right-swap span.how-it-works-step {
    right: -66px;
    left: unset;
}

.right-swap i.la {
    right: unset;
    left: 20px;
}

@media (min-width: 992px) {
    .right-swap .image-gradient::before {
        left: -99px;
    }
}

.float-r {
    float: right;
}

.sidebar-block {
    margin-bottom: 24px;
    position: sticky;
    top: 120px;
}

.sidebar-faq-links {
    background-color: #ffffff;
    color: #2c3030;
    text-align: left;
    border-radius: 12px;
    padding: 24px;
    display: block;
    position: relative;
    overflow: hidden;
}

.floating-menu-link {
    z-index: 1;
    color: #2c3030;
    border-radius: 4px;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    display: block;
    position: relative;
}

.floating-menu-link:hover {
    background-color: #c4354c14;
    color: #000;
}

.floating-menu-link.w--current {
    color: #2c3030;
    background-image: url(../images/arrow_right.svg);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 36px;
}

.accordion-card {
    border-radius: 12px;
    transition: background-color .4s;
    overflow: hidden;
    background-color: #fff;
}

.accordion-header {
    color: #2c3030;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 24px;
    font-size: 16px;
    display: flex;
}

.subtitle {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}

.accordion-arrow {
    opacity: .5;
    background-image: url('https://cdn.prod.website-files.com/5f46c318c843820dc8a6f8dd/5f46c318c843820caaa6fb30_right-dark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
    transition: ease-in-out all .5s;
    -webkit-transition: ease-in-out all .2s;
    -moz-transition: ease-in-out all .5s;
}

.accordion-arrow.arrow-open {
    transform: rotate(90deg);
}

.accordion-info {
    margin-bottom: 30px;
    margin-left: 24px;
    margin-right: 24px;
}


.accordion-info>p {
    font-size: 14px;
}

.faq-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.accordion-card .accordion-info {
    display: none;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.box-shadow {
    box-shadow: 0 4px 20px 1px #0000000f, 0 1px 4px #00000014;
}

.pricing-block {
    padding: 40px 25px;
    min-height: 510px;
    max-height: 510px;
    background-color: #fff;
    border-radius: 12px;
}

.pricing-block.pricing-tier-free {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-tier-free .pricing-header>h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.pricing-tier-free h4 {
    font-size: 14px;
    font-weight: 800;
    color: #c4354c;
    margin: 30px 0;
}

.spec-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.pricing-tier-free .spec-desc {
    margin-bottom: 39px;
}

.pricing-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-header>h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.pricing-header>span {
    display: block;
    width: 100%;
}

.pricing-tier-free .pricing-header {
    flex-wrap: wrap;
    gap: 0;
}



.price-box>span {
    font-size: 12px;
    display: block;
    width: 100%;
}

.price-data>h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
}

.price-data {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-data>p {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    max-width: 80px;
}

.price-box>p {
    margin: 0;
    color: #8f8e8e;
    font-size: 12px;
}

.price-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.features-wrapper>h5 {
    font-size: 15px;
    font-weight: 700;
}

.features-wrapper>ul {
    color: rgb(71, 71, 73);
    list-style-position: inside;
    list-style-type: initial;
}

.features-wrapper>ul>li {
    font-size: 12px;
    line-height: 18px;
}

.features-wrapper>a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.features-wrapper>a>img {
    width: 13px !important;
    height: auto;
}

.features-wrapper {
    margin-bottom: 10px;
    min-height: 130px;
}

.c-plan-header {
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0px 30px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.c-plan-title,
.c-plan-row>.c-plan-text {
    padding-top: 26px;
    padding-bottom: 30px;
    min-width: 250px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 25%;
}

.c-plan-title>h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}

.c-plan-data {
    display: flex;
    column-gap: 25px;
    width: 75%;
    align-items: center;
}

.c-plan-data>.c-plan-box {
    flex: 1 1 0;
    min-width: 0;
    background: rgb(248, 248, 248);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 164px;
    padding-top: 36px;
    padding-bottom: 30px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    column-gap: 14px;
}

.c-plan-box>.pricing-header {
    justify-content: center;
}

.heading-1 {
    z-index: 1;
    width: 100%;
    text-align: center;
    color: rgb(25, 25, 27);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 40px;
}

.c-plan-row {
    display: flex;
    width: 100%;
}

.c-plan-content {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0px 30px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    flex-wrap: wrap;
}

.c-plan-row>.c-plan-text {
    padding-top: 15px;
    padding-bottom: 15px;
}

.c-plan-row>.c-plan-text>h3 {
    font-size: 14px;
    margin: 0;
    max-width: 200px;
    line-height: 18px;
}

.c-plan-content .c-plan-box {
    padding: 15px 0;
    border-radius: 0;
    height: 100%;
}

.c-plan-icon>img {
    width: 15px;
}

.p-r-40 {
    padding-right: 40px !important;
}

.overflow-hide {
    overflow: hidden;
}

.image-overflow>img {
    width: 100%;
}

.image-overflow {
    width: 1006px;
    height: 676px;
    margin-top: 0;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
}

a.bott-get-btn {
    background: #ffffff;
    width: 50%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.blog-card {
    display: flex;
    gap: 20px;
    background-color: #f8f8f8;
    padding: 20px;
    max-width: 900px;
    margin: auto;
    align-items: flex-start;
}

.blog-img {
    position: relative;
    flex: 1;
    max-width: 300px;
}

.blog-img img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #000;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.blog-content {
    flex: 2;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}

.blog-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.blog-meta {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}

.blog-meta span {
    margin-right: 15px;
}

.detail-btn {
    display: inline-block;
    background-color: #C4354C;
    color: #fff !important;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.loader-sub {
    display: none;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 20px;
}

.lds-ellipsis div {
    position: absolute;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.planDetails {
    max-width: 300px;
    background: #f3f5f5;
    border-radius: 12px;
    padding: 20px;
}

.planDetails ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.planDetails ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.planDetails .title {
    color: #84898A;
    font-weight: 600;
}

.planDetails .desc {
    color: #000;
}

li.footerChild {
    padding: 10px 0;
    border-top: 1px solid #d9dfe0;
    margin-top: 12px;
    border-bottom: 1px solid #d9dfe0;
}

.logo-sec-img {
    width: 150px;
}

.img-box-ch {
    text-align: center;
    padding: 20px;
}


.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 20px 0;
    max-width: 100vw;
}

.logo-slider-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: fit-content;
    min-width: 100%;
    animation: logo-scroll 50s linear infinite;
}

.logo-slide {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0 20px;
}

.logo-slide img {
    max-height: 60px;
    max-width: 120px;
    width: 100%;
    object-fit: contain;
    display: block;
}

@keyframes logo-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {
    .logo-slider-track {
        gap: 40px;
    }

    .logo-slide {
        min-width: 100px;
        padding: 0 10px;
    }

    .logo-slide img {
        max-height: 40px;
        max-width: 80px;
    }
}

@media (max-width: 768px) {
    .logo-slider {
        padding: 10px 0;
    }

    .logo-slider-track {
        gap: 20px;
    }

    .logo-slide {
        min-width: 80px;
        padding: 0 5px;
    }

    .logo-slide img {
        max-height: 30px;
        max-width: 60px;
    }
}