:root {
    --color-00: #000000;
    --color-ff: #FFFFFF;
    --color-22: #222222;
    --color-70: #707070;
    --color-cc: #CCCCCC;
    --color-blue: #0049A0;
    --color-darkblue: #001524;
    --color-grey: #eee;
    --color-grey2: #C9C9C9;
    --color-mainblue: #4588D8;
    --color-mainred: #E33634;
    --color-mainyellow: #F8B92B;
    --color-maingreen: #47A95A;
    --color-mainorange: #FF7F27;
    --color-yellow2: #FFFBF2;
    --color-yellow3: #FFF0D0;
    --color-footergrey: #A5A5A5;
    --color-lightblue: #F5FAFF;
    --title-line-height: 1.5;
    --subtitle-line-height: 1.5;
    --p-line-height: 1.5;
}

body {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
}

p {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* color: var(--color-22); */
    color: var(--color-70);
    line-height: 1.5;
    /*line-height: var(--p-line-height);*/
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 700;
    color: var(--color-22);
    line-height: var(--title-line-height);
    margin-bottom: 15px;
}

h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 22px;
    /*margin-bottom: 30px;*/
    /*    color: var(--color-blue);*/
    /*    line-height: 1.6;*/
}

h3, .h3 {
    font-size: 16px;
    line-height: 40px;
    line-height: var(--title-line-height);
}

a {
    color: var(--color-mainblue);
    text-decoration: none;
    cursor: pointer;
}

a:hover {
/*    color: var(--color-mainblue);*/
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    /* border: 1px solid #eee;
    border-radius: 8px; */
}

.img-fluid {
    width: 100%;
}

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

.pages-section img.alignleft {
    float: left;
    margin: 0 30px 16px 0;
    display: block;
}

.pages-section img.alignright {
    float: right;
    margin: 0 0 16px 30px;
    display: block;
}

.aligncenter {
    display: block;
    margin: auto;
}

.theme-color {
    color: var(--color-ff);
}

.theme-bgcolor {
    background-color: var(--color-ff);
}

.theme-bgcolor2 {
    background-color: var(--color-mainblue);
}

.theme-color-blue,
.fa-calendar-day,
.fa-calendar-alt {
    color: var(--color-mainblue);
}
.theme-color-red {
    color: var(--color-mainred);
}
.theme-color-yellow {
    color: var(--color-mainyellow);
}
.theme-color-green {
    color: var(--color-maingreen);
}
.theme-color-orange {
    color: var(--color-mainorange);
}

.navbar .navbar-collapse {
    /* dropdown icon slide anmiation on mobile */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-menu {
    background: var(--color-22);
    padding: 10px 15px;
    /*    border-bottom: 5px solid orange;*/
    transition: all 0.6s ease;
}

.navbar-brand {
    /* width: 175px; */
    width: 125px;
    padding: 0;
}

.menu-item,
.menu-item a {
    font-size: 14px;
    font-weight: 500;
/*    letter-spacing: 1px;*/
    color: var(--color-ff);
    /*    text-align: center;*/
    transition: all 0.3s ease;
    display: block;
}

.menu-item:hover,
.menu-item a:hover,
.sub-menu a:hover {
/*    color: var(--color-mainorange);*/
}

.line1,
.line2,
.line3 {
    width: 30px;
    height: 2px;
    margin: 7px;
    transition: all 0.4s ease;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus {
    outline-style: none;
}

.navbar-toggler-color {
    background-color: var(--color-ff);
}

ul.top-menu > li {
    position: relative;
    margin: 0 20px;
}

ul.top-menu > li:last-child a {
/*    color: var(--color-mainyellow);*/
}

.menu-item-has-children > a {
    /* padding: 30px 0px; */
    cursor: pointer;
}

ul.top-menu .sub-menu {
    position: absolute;
    background: var(--color-ff);
    list-style: none;
    padding: 0;
    /*    width: 100%;*/
    top: 50px;
    /*    left: -167px;*/
    display: none;
    /*    min-width: 470px;*/
    min-width: 210px;
    border-radius: 4px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1), 0 0 10px 1px rgba(255, 255, 255, 0.1);
}

.sub-menu .menu-item {
    margin: 0px 0px;
    text-align: left;
    /*    display: inline-block;*/
}

.sub-menu .menu-item:nth-child(2) {
    /*
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
*/
}

.sub-menu a {
    color: var(--color-70);
    padding: 10px 15px;
    display: block;
}

/*
.menu-item-has-children > a::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding: 0px 0px 0 6px;
}
*/

.heroimage,
.heroimage-aboutus { 
    position: relative;
    /* background-color: black; */
    /* height: calc(100vh - 83px); */
    /* height: calc(100vh - 200px); */
   /* padding: 125px 0 175px; */
   padding: 80px 0;
/*    min-height: 25rem;*/
    min-height: 600px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/*
.heroimage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
*/

.heroimage video,
.heroimage-aboutus video,
#features-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.heroimage .container,
#features-banner .container {
  position: relative;
  z-index: 2;
}

#features-banner {
    position: relative;
    overflow: hidden;
}

#features-banner h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-ff);
}

#features-banner p {
    color: var(--color-ff);
}

.banner-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
/*    font-size: 58px;*/
    font-size: 70px;
    font-weight: 700;
    color: var(--color-mainblue);
    margin-bottom: 24px;
/*
    line-height: 75px;
    line-height: 1.3;
*/
    line-height: normal;
}

.banner-title > span,
.aboutus-banner-line {
    display: inline-block;
    opacity: 0;
}

.banner-title > span.banner-title-part1 {
    font-size: 48px;
}

.banner-content,
.banner-btn,
.aboutus-banner-subtitle,
.aboutus-banner-subcontent,
.aboutus-banner-btn {
    opacity: 0;
}

.aboutus-banner-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: var(--color-ff);
    margin-bottom: 16px;
    line-height: 40px;
    line-height: var(--title-line-height);
    opacity: 0;
}

.banner-text {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--color-ff);
    height: 70px;
    margin: 30px 0;
}

.aboutus-banner-content__left {
/*    width: 30%;*/
    display: inline-block;
}

.aboutus-banner-subtitle {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 21px;
    font-weight: 700;
    background: var(--color-mainyellow);
    color: var(--color-ff);
    margin-bottom: 15px;
    padding: 3px 8px;
    display: inline-block;
}

.aboutus-banner-content__right {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: var(--color-ff);
    display: inline-block;
}

.overview-title,
.features-title {
    font-size: 19px;
    line-height: 1.5;
}

.overview-subtitle,
.features-subtitle {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--color-22);
    line-height: 40px;
    line-height: var(--title-line-height);
/*    margin: 30px 0 60px 0;*/
}

.overview-btn {
    margin: 0 16px 24px 0;
    display: inline-block;
}

.custom-btn {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-mainblue);
    background: var(--color-ff);
/*    min-width: 150px;*/
    padding: 10px 10px;
    border: 1px solid var(--color-mainblue);
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
    outline-style: none;
}

.custom-btn:hover {
    color: var(--color-ff);
    background: var(--color-mainblue);
    border: 1px solid var(--color-ff);
}

.custom-blue-btn {
    font-size: 13px;
    color: var(--color-ff);
    background: var(--color-mainblue);
    border: 1px solid transparent;
}

.custom-blue-btn:hover {
    color: var(--color-mainblue);
    background: var(--color-ff);
    border: 1px solid var(--color-mainblue);
}

.custom-readmore-btn {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    outline: none;
}

.banner-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-arrow > a {
    display: inline-block;
    color: var(--color-grey);
    text-decoration: none;
    outline-style: none;
}

.banner-arrow > a > i {
    font-size: 40px;
}

.section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-22);
    line-height: var(--subtitle-line-height);
    /* margin-bottom: 50px; */
}

.section-subtitle {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-70);
}

.section-title2 {
    color: #000000;
}

.core-wrap {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    /*    text-transform: uppercase;*/
    overflow: hidden;
    cursor: pointer;
}

.core-wrap-se {
    background-position: center -200px;
}

.core-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-ff);
    text-align: center;
}

.core-text {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 66%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.core-wrap:hover .core-text {
    bottom: 0;
}

.core-wrap:hover .core-title {
    opacity: 0;
}

.core-text p {
    position: absolute;
    color: var(--color-ff);
    font-size: 15px;
    width: 75%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.getintouch-div {
    background: var(--color-grey);
    padding: 50px 0;
    border: 1px solid #C3C3C3;
}

.page-banner {
    position: relative;
    padding: 80px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.page-banner-title {
    font-size: 32px;
    color: var(--color-ff);
}

.page-title {
    font-size: 24px;
    color: var(--color-mainblue);
    margin-bottom: 40px;
}

.mission-pentagon-wrap {
    width: 50%;
    margin: auto;
}

.staff-wrap {
    position: relative;
    background: var(--color-ff);
    padding: 30px 50px;
    transition-duration: 0.4s;
    border-radius: 8px;
    cursor: pointer;
}

.staff-info {
    position: relative;
    margin: 15px 0 0;
    transition: all 0.4s ease;
    text-align: center;
}

.staff-text-info {
    margin-bottom: 15px;
    padding: 0 0 5px 0;
}

.staff-name {
    color: var(--color-22);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.staff-sub {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-22);
    display: inline-block;
}

.staff-linkedin {
    font-size: 18px;
    color: var(--color-ff);
    background: var(--color-mainblue);
    padding: 4px 4px;
    border-radius: 3px;
}

.staff-text .staff-linkedin {
    float: unset;
    margin-left: 20px;
}

.staff-text .staff-close {
    font-size: 26px;
    color: var(--color-70);
    cursor: pointer;
}

.staff-img {
    width: 75%;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

/*
.staff-div {
    border-bottom: 1px solid #B4B4B4;
    padding: 50px 0;
    text-align: left;
}

.staff-div:last-child {
    border-bottom: none;
}
*/

.staff-text {
    display: none;
    /* position: absolute; */
    width: 100%;
    /*max-width: 740px;*/
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 2;
    background: var(--color-ff);
}

.staff-text p {
    font-size: 15px;
}

.ourmission-wrap {
    padding-left: 20px;
    margin-bottom: 50px;
    text-align: left;
}

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

.ourmission-wrap-1 {
    border-left: 5px solid var(--color-mainblue);
}

.ourmission-wrap-2 {
    border-left: 5px solid var(--color-mainred);
}

.ourmission-wrap-3 {
    border-left: 5px solid var(--color-mainyellow);
}

.ourmission-wrap-4 {
    border-left: 5px solid var(--color-maingreen);
}

.ourmission-wrap-5 {
    border-left: 5px solid var(--color-mainorange);
}

.users-list {
    background: var(--color-grey);
    padding: 30px;
    border: 1px solid #C3C3C3;
    text-align: left;
}

.users-list ul li {
    margin-bottom: 25px;
}

.users-point div {
    display: inline-block;
}

.users-svg {
    width: 35px;
    margin-right: 20px;
    display: inline-block;
}

.users-text {
    width: 100%;
}

.form-control {
    /* font-size: 14px;
    background-color: #fff;
    padding: 20px; */
    font-size: 13px;
    background-color: var(--color-ff);
    padding: 5px 10px;
    /*height: 33px;*/
}

.contact-content {
    /* font-size: 17px;
    background: #EDF5FF;
    border: 1px solid #C3D5EA;
    border-radius: 8px; */
}

.contact-content img {
    vertical-align: top;
}

.contact-content .contact-info {
    color: var(--color-70);
    font-size: 15px;
    padding: 20px 0x;
}

.contact-content .address,
.contact-content .tel {
    /* margin-bottom: 25px; */
}

.contact-content .address {
    min-height: 110px;
}

.contact-content a {
    color: var( --color-mainblue);
    /*    text-decoration: underline;*/
}

.feature-core {
    text-align: left;
}

.feature-panel {
    margin-bottom: 30px;
}

.feature-title {
    font-size: 28px;
    color: var(--color-22);
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom: 6px solid var(--color-mainblue);
    text-transform: uppercase;
    display: inline-block;
}

.feature-title-build {
    border-color: var(--color-mainblue);
}

.feature-title-test {
    border-color: var(--color-mainred);
}

.feature-title-deploy {
    border-color: var(--color-mainyellow);
}

.feature-title-monitor {
    border-color: var(--color-maingreen);
}

.feature-title-iterate {
    border-color: var(--color-mainorange);
}

.feature-image {
    width: 51px;
    margin-left: 15px;
    display: inline-block;
}

.feature-nav {
    background: #fff;
    text-align: center;
    padding: 9px;
    /*
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
*/
}

.feature-nav-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-22);
    text-align: center;
    padding: 15px 0;
    display: inline-block;
}

.feature-nav-title::after {
    content: "";
    position: relative;
    background: var(--color-mainblue);
    width: 100%;
    height: 4px;
    top: 6px;
    opacity: 0;
    display: block;
    transition: all 0.6s ease;
}

.feature-nav-title-build::after {
    background: var(--color-mainblue);
}

.feature-nav-title-test::after {
    background: var(--color-mainred);
}

.feature-nav-title-deploy::after {
    background: var(--color-mainyellow);
}

.feature-nav-title-monitor::after {
    background: var(--color-maingreen);
}

.feature-nav-title-iterate::after {
    background: var(--color-mainorange);
}

.feature-nav:hover .feature-nav-title::after {
    opacity: 1;
}

.feature-nav img {
    transition: all 0.6s ease;
}

.feature-nav:hover img {
    transform: translateY(-6px);
}

.blog-slider-title {
    font-size: 19px;
    color: var(--color-22);
    margin: 0 0 20px;
    line-height: 1.5;
    height: 56px;
    overflow: hidden;
    /*    display: inline-block;*/
}

.blog-main-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 13px;
    /* max-height: 56px; */
    /* max-height: 84px; */
    /* overflow: hidden; */
}

.blog-main-p {
    font-size: 15px;
}

.blog-title, .pages-section h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: var(--title-line-height);
}

.blog-info {
    margin-bottom: 30px;
}

.blog-content {
    height: 72px;
    overflow: hidden;
    margin: 16px 0 24px;
}

.blog-author {
    font-size: 12px;
    color: var(--color-70);
    margin: 0 8px 5px 0;
}

.blog-date {
    font-size: 12px;
    color: #8B8B8B;
}

.blog-list {
    margin-right: 16px;
    padding: 48px 0;
    border-bottom: 1px solid var(--color-grey);
}

.blog-list:nth-child(3) {
    border-bottom: none !important;
}

.blog-right {
    border-left: 1px solid #eee;
/*    padding-top: 40px;*/
}

.blog-right ul li {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-70);
    margin: 8px 0;
}

.blog-right .recent-post {
    margin: 32px 0;
}

.blog-right .recent-post > div:first-child {
    width: 30%;
}

.blog-right .recent-post > div:last-child {
    width: 70%;
}

.blog-right .blog-main-title {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.blog-right .blog-date {
    font-size: 10px;
}

.user-bgimage {
    padding: 200px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 50px 0;
}

.user-bgimage-se {
    background-position: center -680px;
}

.slick-slide {
    margin: 0 30px;
    outline: none;
    vertical-align: middle;
}

.latest-updates-blog-slider .slick-slide {
/*
    padding: 20px;
    border: 1px solid var(--color-grey2);
*/
/*    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);*/
}

.slick-prev::before,
.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    color: #707070;
    opacity: 1;
}

.slick-prev,
.slick-next {
    background: transparent;
    width: 50px;
    height: 50px;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slick-prev::before {
    content: '\f053';
    margin-left: -3px;
}

.slick-next::before {
    content: '\f054';
    margin-left: 3px;
}

.slick-dots {
    position: relative;
    margin-top: 50px;
/*    bottom: -55px;*/
}

.slick-dots li button::before {
    font-size: 16px;
    color: #707070;
}

.aboutus-nav {
    background: var(--color-grey);
    padding: 15px 15px;
}

.aboutus-nav li {
    padding: 0 30px;
    display: inline-block;
}

.aboutus-nav li:nth-child(2) {
    border-left: 1px solid var(--color-22);
    border-right: 1px solid var(--color-22);
}

.aboutus-nav > div:nth-child(2) {
    border-left: 1px solid var(--color-22);
    border-right: 1px solid var(--color-22);
}

.aboutus-anchor {
    font-size: 16px;
    color: var(--color-22);
    text-transform: uppercase;
}

.aboutus-anchor:hover {
    color: var(--color-22);
    text-decoration: underline;
}

.home-main-image {
    position: relative;
    width: 95%;
    /*    top: -75px;*/
    margin: auto;
}

#wpcf7-f61-o1 .home-subscription {
    color: var(--color-ff);
}

#wpcf7-f61-o1 .wpcf7-response-output {
    display: none !important;
}

#wpcf7-f61-o1 .wpcf7-form-control-wrap.your-email {
    width: 99%;
    min-height: 65px;
    overflow: hidden;
    display: inline-block;
}

#wpcf7-f61-o1 .wpcf7-not-valid-tip {
    color: var(--color-mainred);
    font-size: 14px;
    margin-top: 4px;
}

#wpcf7-f61-o1 .wpcf7-email {
    width: 70%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 6px;
    outline-style: none;
}

#wpcf7-f61-o1 .wpcf7-submit {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-ff);
    background: var(--color-mainred);
    width: 123px;
    height: 42px;
    /*    padding: 10px 30px;*/
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline-style: none;
}

#wpcf7-f61-o1 .home-subscription-submit {
    position: absolute;
    right: 0;
    display: inline-block;
}

#wpcf7-f61-o1 .home-subscription-input {
    position: relative;
}

.fearures-readmore-btn {
    margin-top: 20px;
}

.fearures-readmore-content {
    display: none;
}

.heateor_sss_horizontal_sharing {
    margin-top: 50px;
}

#overlay,
#overlay-signup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 6;
}

#contact-success-popup,
#signup-tnc-popup {
    position: absolute;
    width: 50%;
    max-width: 600px;
    text-align: center;
    margin: auto;
    color: var(--color-22);
    background-color: var(--color-grey);
    top: 50%;
    left: 50%;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#contact-success-popup h5,
#contact-success-popup p,
#signup-tnc-popup h5, 
#signup-tnc-popup p {
    font-size: 16px;
    color: var(--color-22);
}

.wpcf7-recaptcha > div {
    margin: 10px auto;
}

.blog-single-right-side .wpcf7-recaptcha > div {
    margin: 0;
}

.post_tags {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-22);
    line-height: 1.6;
    margin-bottom: 16px;
}

.heateor_sss_sharing_title {
    font-weight: normal !important;
}

.post_tags a {
    padding: 5px 15px;
    margin: 0 10px 10px 0;
    border: 1px solid #C3C3C3;
    border-radius: 15px;
    display: inline-block;
}

.new-core-wrap {
    margin: 40px 0;
}

.new-core-img {
    width: 35%;
    margin: auto;
}

.new-core-text {
    margin: 25px 0 80px 0;
    padding: 0 5px;
}

.wpcf7 .ajax-loader {
    position: absolute;
    background-image: none !important;
    margin: 0 !important;
    vertical-align: unset !important;
    /*width: 100% !important;*/
    top: 0;
    left: 0;
}

.cf7-loading {
    min-width: 123px;
    padding: 10px 10px;
    cursor: progress;
    z-index: 999;
}

.search-input {
    border: 1px solid var(--color-22);
    padding: 0 0 0 8px;
    font-size: 0.9rem;
/*    height: 30px;*/
    border-radius: 0;
    outline: none;
}

#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-22);
    color: var(--color-ff);
    border: none;
    outline: none;
    padding: 6px 8px;
    cursor: pointer;
}

/* use for cookieconsent position bottom-left  */

.cc-window.cc-floating {
    max-width: 100%;
    width: 350px;
    padding: 30px 25px ! important;
    left: auto;
    right: 20px;
}

/* use for cookieconsent position bottom-left  */

.cc-window.cc-banner {
    /* width: 90%;
    padding: 20px; */
}

.cc-banner.cc-bottom {
    /* left: 0;
    right: 0;
    bottom: 1.5em;
    margin: auto; */
}

.cc-window.cc-floating .cc-btn {
    /*border-radius: 6px;*/
    flex: none;
    /* position: relative; */
    /* left: 220px; */
    /* padding: 6px 30px; */
    /* border: 1px solid transparent; */
    /* border-radius: 25px; */
    display: inline-block;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.cf7-acceptance-text {
    padding-left: 25px;
}

p.cf7-acceptance-text {
    font-size: 15px;
    color: var(--color-footergrey);
/*    margin-top: 10px;*/
}

.iframe-container {
    overflow: hidden;
    position: relative;
    /* 16:9 aspect ratio */
    padding-top: 56.25%; 
    /* 4:3 aspect ratio */
    /*padding-top: 75%; */
    /* 3:2 aspect ratio */
    /*padding-top: 66.66%; */
    /* 8:5 aspect ratio */
    /*padding-top: 62.5%; */
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.scroll-section {
    position: relative;
    padding: 150px 0;
    display: block;
}

.overview-info__item {
    position: relative;
    min-height: 600px;
}

.overview-info__item:last-child {
    min-height: 400px;
}

.overview-screen {
    position: relative;
/*    height: 402px;*/
}

.overview-screen__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.overview-screen__image,
.features-screen__image {
/*    position: absolute;*/
    /*border: 1px solid var(--color-footergrey);*/
/*    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);*/
}

.ecosystem-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 19px;
    color: var(--color-ff);
    display: inline-block;
}

.ecosystem-div {
    position: relative;
    background: #4588D8;
    padding: 40px;
    z-index: 6;
}

.top-menu .menu-item a::before {
    bottom: 8px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--color-mainblue);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.top-menu > .menu-item a:hover::before {
    width: 100%;
    left: 0;
}

.blog-author-container {
    background: var(--color-22);
}

.blog-author-panel {
    margin: 0 0 16px 0;
}

.blog-author-image {
    border-radius: 50%;
    border: 1px solid var(--color-ff);
    box-shadow: 0 0 0 1px var(--color-mainblue);
    display: inline-block;
    background: #c6beac;
    overflow: hidden;
}

.blog-author-image img {
    border-radius: 50%;
}

.blog-author-info {
    display: inline-block;
}

.blog-author-container p {
    font-size: 15px;
    color: var(--color-ff);
}

.blog-author-linkedin {
    color: var(--color-ff);
    background: var(--color-mainblue);
    display: inline-block;
    padding: 3px 8px;
    border-radius: 50%;
}

.blog-author-linkedin .staff-linkedin {
    font-size: 18px;
    color: #fff;
}

.pricing-wrap {
    padding: 20px 20px;
    border: 1px solid var(--color-grey2);
    margin-bottom: 50px;
}

.pricing-freetrial {
    border-top: 6px solid var(--color-mainblue);
}

.pricing-personal {
    border-top: 6px solid var(--color-mainred);
}
.pricing-business {
    border-top: 6px solid var(--color-mainyellow);
}
.pricing-professional {
    border-top: 6px solid var(--color-maingreen);
}
.pricing-enterprise {
    border-top: 6px solid var(--color-mainorange);
}

.pricing-wrap h2 {
    font-size: 20px;
    /* margin-bottom: 20px; */
}

.pricing-wrap .pricing-main-core {
    font-size: 28px;
}

.price-info {
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: var(--color-22);
    font-weight: 600;
}

.price-amount {
    font-size: 32px;
}

.price-init {
    font-size: 20px;
}

.price-features-free {
    margin: 0 0 0px 0;
}

.price-features-free li {
    margin: 10px 0;
    padding: 0 30px;
}

.price-features {
    margin: 20px 0;
}

.price-features li,
.price-features span {
    font-size: 15px;
    margin: 10px 0;
}

.price-features div {
    font-size: 19px;
    margin: 10px 0;
}

.pricing-table table {
    min-width: 1015px;
}

.table td {
    font-size: 15px;
}

.pricing-wrap-swipe {
    font-size: 23px;
    text-align: left;
}

.pricing-wrap-compare {
    padding: 10px 10px;
}

.pricing-personal-bottom {
    padding-bottom: 15px;
    border-bottom: 4px solid var(--color-mainred);
}
.pricing-business-bottom {
    padding-bottom: 15px;
    border-bottom: 4px solid var(--color-mainyellow);
}
.pricing-professional-bottom {
    padding-bottom: 15px;
    border-bottom: 4px solid var(--color-maingreen);
}
.pricing-enterprise-bottom {
    padding-bottom: 15px;
    border-bottom: 4px solid var(--color-mainorange);
}

.pricing-wrap-compare .price-info {
    padding: 20px 0;
}

.fas.fa-circle {
    font-size: 11px;
    color: #47A95A;
}

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

.features-left-sidebar {
    position: fixed;
    top: 82px;
    left: 0;
    font-size: 14px;
    background: #fff;
/*    width: 200px;*/
    width: 244px;
    height: 100%;
    padding: 30px 0px;
    border-right: 1px solid var(--color-footergrey);
    z-index: 5;
    overflow: auto;
/*    transition: left 0.3s ease;*/
}

.features-left-sidebar .toggler-button {
    font-size: 22px;
    margin-left: 0;
    padding: 4px;
    float: right;
    position: absolute;
    top: 5px;
    right: 2px;
    display: none;
}

.features-left-sidebar ul li:nth-child(3) {
/*    border-bottom: 1px solid var(--color-footergrey);*/
}

.features-left-sidebar a {
    position: relative;
    color: var(--color-22);
    padding: 8px 0 8px 40px;
/*    margin-left: 35px;*/
    display: block;
    transition: all 0.3s ease;
}

.features-left-sidebar ul a.active {
    font-weight: 700;
}

.features-left-sidebar ul a.active::after {
/*    content: " ◀";*/
/*
    content: " \27A4";
    margin-left: 8px;
    transform: rotateY(180deg);
    display: inline-block;
*/
    content: " \f0d9";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 21px;
    font-weight: 900;
    top: 0px;
    margin-left: 8px;
    line-height: 37px;
/*
    content: " \f04b";
    transform: rotateY(180deg);
*/
}

.features-left-sidebar li:hover {
    background: #eee;
}

.features-icon-tag {
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: var(--color-22);
    font-size: 12px;
    margin-right: 10px;
    padding: 6px 15px;
    border-radius: 25px;
    display: inline-block;
    cursor: auto;
}

a.features-icon-tag2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    color: var(--color-22);
    background: var(--color-ff);
    border: 1px solid var(--color-22);
    padding: 6px 15px;
    border-radius: 25px;
    display: inline-block;
    margin-left: 35px;
}

.features-icon-tag:hover {
    color: var(--color-ff);
}

.features-icon-fullcode {
    background: var(--color-mainblue);
    color: var(--color-ff);
    border: 1px solid var(--color-mainblue);
}

.features-icon-lowcode {
    background: var(--color-maingreen);
    color: var(--color-ff);
    border: 1px solid var(--color-maingreen);
}

.features-icon-nocode {
    background: var(--color-mainorange);
    color: var(--color-ff);
    border: 1px solid var(--color-mainorange);
}

a.features-icon-fullcode2 {
    color: var(--color-mainblue);
    border: 1px solid var(--color-mainblue);
}

a.features-icon-fullcode2.active {
    background: var(--color-mainblue);
    color: var(--color-ff);
    border: 1px solid var(--color-mainblue);
}

a.features-icon-lowcode2 {
    color: var(--color-maingreen);
    border: 1px solid var(--color-maingreen);
}

a.features-icon-lowcode2.active {
    background: var(--color-maingreen);
    color: var(--color-ff);
    border: 1px solid var(--color-maingreen);
}

a.features-icon-nocode2 {
    color: var(--color-mainorange);
    border: 1px solid var(--color-mainorange);
}

a.features-icon-nocode2.active {
    background: var(--color-mainorange);
    color: var(--color-ff);
    border: 1px solid var(--color-mainorange);
}

.features-row {
/*
    padding-top: 100px;
    margin-bottom: 40px;
*/
    padding: 60px 0;
}

.features-info__item {
    position: relative;
/*    padding-bottom: 100px;*/
}

a.features-highlight-fullcode {
    color: var(--color-ff);
    background: var(--color-mainblue);
}

a.features-highlight-lowcode {
    color: var(--color-ff);
    background: var(--color-maingreen);
}

a.features-highlight-nocode {
    color: var(--color-ff);
    background: var(--color-mainorange);
}

.features-slider .slick-slide {
    margin: 0;
}

.features-slider .slick-dots {
    position: absolute;
    bottom: -30px;
}

.features-slider .slick-dots li button::before {
    font-size: 14px;
}

.features-slider .slick-prev {
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.features-slider .slick-next {
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.features-slider:hover .slick-arrow {
    opacity: 1;
}

.features-slider .slick-prev::before,
.features-slider .slick-next::before {
/*    color: var(--color-footergrey);*/
}

.features-left-sidebar .sidebar-toggler-color {
    background-color: var(--color-mainblue);
}

.features-left-sidebar .line1,
.features-left-sidebar .line2,
.features-left-sidebar .line3 {
    width: 20px;
    height: 2px;
    margin: 5px;
    transition: all 0.4s ease;
}

.features-left-sidebar.active .line1  {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
  transform: rotate(-45deg) translate(-6px, 6px) ;
}

.features-left-sidebar.active .line2  {
  opacity: 0;
}

.features-left-sidebar.active .line3  {
  -webkit-transform: rotate(45deg) translate(-4px, -4px) ;
  transform: rotate(45deg) translate(-4px, -4px) ;
}

.features-left-sidebar .features-menu {
    display: block;
}

.custom-tooltip {
    color: var(--color-mainblue);
    text-decoration: underline;
    cursor: pointer;
}

#features-tooltip-popup {
    position: absolute;
    width: 50%;
/*    max-width: 600px;*/
    text-align: center;
    margin: auto;
    color: var(--color-22);
    background-color: var(--color-grey);
    top: 50%;
    left: 50%;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mobile-features-menu-title {
    font-size: 16px;
    font-weight: 700;
}

.mobile-features-menu-title i {
    font-size: 21px;
    margin-left: 8px;
}

#mobile-features-menu ul {
    height: 287px;
    overflow: scroll;
}

.aboutus-core-anchor {
    text-align: center;
/*    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);*/
    display: block;
}

.aboutus-core-anchor i {
    font-size: 63px;
    color: var(--color-22);
    width: 100%;
    max-width: 158px;
    padding: 46px 0px;
    border: 1px solid var(--color-footergrey);
    transition: all 0.3s ease;
}

.aboutus-core-anchor.aboutus-core-users i {
    color: var(--color-mainblue);
}
.aboutus-core-anchor.aboutus-core-users.active i {
    background: var(--color-mainblue);
    color: var(--color-ff);
    border: 1px solid var(--color-mainblue);
/*    transform: translateY(-6px);*/
}
.aboutus-core-anchor.aboutus-core-comments i {
    color: var(--color-mainred);
}
.aboutus-core-anchor.aboutus-core-comments.active i {
    background: var(--color-mainred);
    color: var(--color-ff);
    border: 1px solid var(--color-mainred);
}
.aboutus-core-anchor.aboutus-core-globe i {
    color: var(--color-mainyellow);
}
.aboutus-core-anchor.aboutus-core-globe.active i {
    background: var(--color-mainyellow);
    color: var(--color-ff);
    border: 1px solid var(--color-mainyellow);
}
.aboutus-core-anchor.aboutus-core-chart i {
    color: var(--color-maingreen);
}
.aboutus-core-anchor.aboutus-core-chart.active i {
    background: var(--color-maingreen);
    color: var(--color-ff);
    border: 1px solid var(--color-maingreen);
}
.aboutus-core-anchor.aboutus-core-lightbulb i {
    color: var(--color-mainorange);
}
.aboutus-core-anchor.aboutus-core-lightbulb.active i {
    background: var(--color-mainorange);
    color: var(--color-ff);
    border: 1px solid var(--color-mainorange);
}

.aboutus-core-text {
    display: none;
}

.aboutus-core-text.active {
    display: block;
}

.aboutus-core-text h3, .aboutus-core-text p {
    padding: 30px 20px;
    text-align: left;
    margin: 16px 0;
}

.aboutus-core-text h3 {
    font-size: 19px;
    line-height: 1.5;
    width: 40%;
    float: left;
}

.aboutus-core-text p {
    font-size: 15px;
    width: 60%;
    border-left: 1px solid var(--color-footergrey);
    float: left;
}

.mobile-aboutus-core-text {
    padding: 30px 0;
    text-align: center;
}

.mobile-aboutus-core-text h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.ourmission-timeline {
    position: relative;
    min-height: 240px;
    margin-bottom: 30px;
    padding-left: 50px;
    border-left: 1px solid var(--color-footergrey);
}

li:last-child .ourmission-timeline {
    border-left: none;
}

.ourmission-timeline h3 {
    font-size: 19px;
}

.ourmission-timeline .fa-square-full {
    position: absolute;
    font-size: 40px;
    left: -20px;
}

.ourmission-timeline .fa-square-full::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 75%;
    top: 100%;
}

/*
.ourmission-timeline::before {
    content: "";
    position: absolute;
    background: var(--color-footergrey);
    width: 2px;
    height: 140px;
    top: 60px;
    left: -1px;
    display: block;
}
*/

.author-profile-card {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.author-photo {
    float: left;
    text-align: left;
    padding: 5px;
}

.faq {
    margin-bottom: 24px;
}

.faq-header {
    font-weight: 700;
    color: var(--color-22);
    background-color: var(--color-grey);
    width: 100%;
    padding: 15px 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

a.faq-header:hover {
    color: var(--color-ff);
    background-color: var(--color-mainblue);
}

.faq-header.active {
    color: var(--color-ff);
    background: var(--color-mainblue);
}

.faq-header::after {
    content: '\002B';
    color: var(--color-22);
    font-weight: bold;
    right: 20px;
    position: absolute;
}

.faq-header.active::after {
    content: "\2212";
    color: var(--color-ff);
}

.faq-body {
    padding: 1.25rem;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 75px;
    /* left: 50%;
    transform: translateX(-50%); */
    cursor: pointer;
    opacity: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.scroll-down-arrow a {
    font-size: 32px;
    color: var(--color-70);
}

.staff-img:hover {
    /* border: 5px solid var(--color-mainblue); */
}

.opacity-0 {
    opacity: 0;
    transition: all 0.4s ease;
}

#staff_dominik.staff-wrap__active {
    transform: translateX(-366px);
    z-index: 4;
}

#staff_jason.staff-wrap__active {
    transform: translateX(-733px);
    z-index: 4;
}

/*#staff_julian.staff-wrap__active {*/
/*    transform: translateX(-713px);*/
/*    z-index: 4;*/
/*}*/

.cf-list-content li {
    font-size: 15px;
    margin: 15px 0;
}

/*
.cf-list-content ul {
  list-style: none;
}

.cf-list-content ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: var(--color-mainblue);
    display: inline-block;
    margin-right: 10px;
}
*/

.cf-list-content .fa-circle {
    font-size: 9px;
    color: var(--color-mainblue);
    margin-right: 10px;
}

.cf-signup {
    background: var(--color-mainblue);
    color: var(--color-ff);
    width: 100%;
    max-width: 344px;
    padding: 20px;
    margin: auto;
}

.cf-signup h2, .cf-signup h3 {
    color: var(--color-ff);
}

.cf-signup .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
}

.cf-signup label {
    margin: 0;
}

.cf-signup .fa-question-circle {
    position: relative;
    font-size: 20px;
    height: 100%;
    top: 3px;
    margin-left: 40px;
    cursor: pointer; 
}

.cf-signup .wpcf7-submit.custom-btn {
    width: 100%;
}

#signup-tnc-popup {
    width: 80%;
    max-width: 900px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/**/
.blog-background-image {
    min-height: 250px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    border: 1px solid var(--color-grey);
}
.blog-text-wrap {
    /* background-color: #f8f9fa; */
    /* padding: 25px 25px; */
    padding: 20px 0;
}
.blog-text-wrap p {
    font-size: 15px;
/*     word-break: break-all; */
}
.blog-style {
    width: 100%;
    /* min-height: 540px; */
    min-height: 430px;
    padding: 15px;
    background-color: #fff;
    transition: ease-in-out 0.25s;
    cursor: pointer;
    position: relative;
}
.blog-style:hover {
    /* box-shadow: 0px 0px 15px 8px rgb(0 0 0 / 20%); */
}
.blog-style-1,
.blog-style-2,
.blog-style-3,
.blog-style-4,
.blog-style-5 {
    border-top: 8px solid var(--color-mainblue);
    border-left: 1px solid var(--color-grey2);
    border-right: 1px solid var(--color-grey2);
    border-bottom: 1px solid var(--color-grey2);
}
.blog-style-2 {
    border-top-color: var(--color-mainred);
}
.blog-style-3 {
    border-top-color: var(--color-mainyellow);
    min-height: 600px;
}
.blog-style-4 {
    border-top-color: var(--color-maingreen);
    min-height: 600px;
}
.blog-style-5 {
    border-top-color: var(--color-mainorange);
    min-height: 600px;
}
.blog-style-1 .blog-background-image {
    width: 50%;
}
.blog-style-1 .blog-text-wrap{
    width: 50%;
}
.blog-style .blog-background-image,
.blog-style-2 .blog-background-image,
.blog-style-3 .blog-background-image,
.blog-style-4 .blog-background-image,
.blog-style-5 .blog-background-image {
    min-height: 220px;
}
.read-more-btn {
    position: absolute;
    font-size: 20px;
    bottom: 0;
    right: 20px;
}
.read-more-btn span {
    font-size: 15px;
    font-weight: 600;
    width: 0;
    display: inline-block;
    overflow: hidden;
    transition: width 0.25s, opacity .3s;
    -webkit-transition: width .25s, opacity .3s;
    -moz-transition: width 0.25s, opacity .3s;
    opacity: 0;
}
a.read-more-btn:hover {
    color: var(--color-ff);
}
.blog-style:hover span {
    opacity: 1;
    width: 50px;
}
.blog-category {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-mainblue);
    margin-bottom: 13px;
}
.post_categories > li {
/*    width: 19%;*/
    display: inline-block;
    text-align: center;
    margin: 20px 20px 0 0;
}
.blog-right .post_categories > li {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.post_categories a {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border: 1px solid var(--color-mainblue);
    border-radius: 25px;
    display: inline-block;
    text-transform: uppercase;
}
.post_categories a:hover {
    color: var(--color-ff);
    background: var(--color-mainblue);
}
.post_categories a.active {
    color: var(--color-ff);
    background: var(--color-mainblue);
}
.blog-single-banner {
    position: relative;
    padding: 100px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /* border: 1px solid var(--color-grey2); */
    /* border-top: 8px solid var(--color-mainblue);
    border-left: 1px solid var(--color-grey2);
    border-right: 1px solid var(--color-grey2);
    border-bottom: 1px solid var(--color-grey2); */
}
.blog-single-left-side {
    background: #f8f9fa;
    padding: 30px;
    /* border-left: 1px solid var(--color-grey2);
    border-bottom: 1px solid var(--color-grey2); */
}
.blog-single-right-side {
    padding: 30px;
    /* border-right: 1px solid var(--color-grey2);
    border-bottom: 1px solid var(--color-grey2); */
}
.px-15 {
    padding: 0 15px;
}

.wpcf7-checkbox input[type=checkbox] {
    margin-right: 8px;
}
.page-banner p {
    color: var(--color-ff);
}
.pricing-wrap {
    padding: 0;
    margin-bottom: 0;
}
.price-info .price-amount {
    color: var(--color-mainblue);
}
.price-panel {
    position: relative;
    padding: 45px 20px 24px;
    min-height: 315px;
}
.price-popular {
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    color: var(--color-ff);
    top: 10px;
    right: -1px;
    background: var(--color-mainblue);
    padding: 5px 10px 5px 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.price-panel h2 {
    /* margin-bottom: 16px; */
}
.price-features {
    font-size: 16px;
    padding: 20px;
    margin: 0;
    min-height: 300px;
}
.price-features h4, .price-features p {
    font-size: 14px;
}
.pricing-freetrial {
    border-top: 6px solid var(--color-mainred);
}
.pricing-professional {
    border-top: 6px solid var(--color-mainyellow);
}
.pricing-corporate {
    border-top: 6px solid var(--color-maingreen);
}
.pricing-enterprise {
    border-top: 6px solid var(--color-mainorange);
}
.mt-negative-150 {
    margin-top: -150px;
}
.table th {
    /* background: var(--color-grey); */
}
.table th, .table td {
    /* width: 100px; */
    vertical-align: middle;
    border-top: none;
    /* border-bottom: 1px solid #dee2e6; */
}
.table td {
    font-size: 14px;
}
.table-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--color-mainblue);
}
.table-unlimited {
    font-weight: 700;
    color: var(--color-mainblue);
}
.table-hr {
    background: var(--color-mainblue);
    width: 40%;
    height: 4px;
    margin: 0 auto;
}
.table-sup-title {
    font-weight: 700;
    color: var(--color-22);
    background-color: var(--color-grey);
    width: 100%;
    padding: 15px 20px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.table-sup-answer {
    padding: 1.25rem;
}
.ecosystem-btn {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-ff);
    margin-right: 15px;
    display: inline-block;
}
.ecosystem-btn:hover {
    color: var(--color-mainyellow);
}
.pages-section iframe {
    /*width: 100%;*/
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/**/

.client-demo-wrap {
    margin-bottom: 50px;
}

.client-demo-wrap .client-image {
    border: 1px solid var(--color-grey2);
}

.client-demo-wrap .client-name {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-22);
    margin-top: 20px;
    display: inline-block;
}

.clients-testimonial-logo {
    width: 70px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.clients-testimonial-username {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: var(--color-22);
}

.clients-testimonial-name {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: var(--color-22);
}

/**/

.banner-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.banner-main-title {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: var(--title-line-height);
}

.banner-content {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-70);
    margin-bottom: 25px;
}

.banner-title > span.banner-title-part1 {
    font-size: 28px;
}

.banner-title > span {
    display: block;
}

.banner-title > span, 
.aboutus-banner-line,
.banner-content,
.banner-btn,
.scroll-down-arrow {
    opacity: 1;
}

.home-main-core-gif-1 {
    position: absolute;
/*
    top: 33px;
    left: 29px;
    width: 481px;
    height: 273px;
*/
    top: 24px;
    left: 19px;
    width: 501px;
    height: 282px;
    overflow: hidden;
}

.home-main-core-gif-2 {
    position: absolute;
    top: 150px;
    left: -50px;
    width: 481px;
    height: 273px;
    overflow: hidden;
}

.home-main-core-text-1 {
    position: absolute;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-ff);
    background: var(--color-mainblue);
    top: -15px;
    right: -30px;
    padding: 6px 15px;
    max-width: 250px;
    border-radius: 8px;
    display: inline-block;
}

/*
.home-main-core-image-2, 
.home-main-core-image-3 {
    display: none;
}

.home-main-core-image-2 {
    position: absolute;
    top: 150px;
    left: -35px;
    max-width: 200px;
    border-radius: 8px;
    display: inline-block;
}

.home-main-core-image-3 {
    position: absolute;
    top: 300px;
    right: -35px;
    max-width: 200px;
    border-radius: 8px;
    display: inline-block;
}

.home-main-core-image-2 img,
.home-main-core-image-3 img {
    border-radius: 8px;
}

.home-main-core-text-2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-ff);
    background: var(--color-mainblue);
    width: 100%;
    margin-top: 8px;
    padding: 6px 15px;
    border-radius: 8px;
    display: inline-block;
}
*/

.home-main-core-image-2 {
    position: absolute; 
    width: 225px; 
    left: 260px; 
    bottom: 20px;
}

.home-main-core-image-3 {
    position: absolute; 
    width: 50px; 
    left: 460px; 
    bottom: 20px;
}

.home-main-core-image-4 {
    position: absolute; 
    width: 50px; 
    right: -27px; 
    top: 100px;
}

.home-main-core-image-5 {
    position: absolute; 
    width: 50px; 
    left: 125px; 
    bottom: 60px;
}

.home-main-core-image-6 {
    position: absolute; 
    width: 45px; 
    left: 225px; 
    bottom: 75px;
}

.home-main-core-image-7 {
    position: absolute; 
    width: 40px; 
    right: 0; 
    bottom: 50px;
}

.home-float-cta-left {
    position: fixed;
    left: 25px;
    bottom: 25px;
    display: inline-block;
    z-index: 9;
/*
    border-radius: 8px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1), 0 0 10px 1px rgba(255, 255, 255, 0.1);
*/
}

.home-float-cta-left__1 {
    color: var(--color-22);
    background: var(--color-ff);
    font-size: 12px;
    /* min-width: 275px; */
    padding: 8px 15px;
    border: 1px solid #707070;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0px;
}

.home-float-cta-left__2 {
    color: var(--color-ff);
    background: var(--color-mainyellow);
    font-size: 12px;
    font-weight: bold;
    /* min-width: 275px; */
    padding: 8px 15px;
    border: 1px solid #707070;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0px;
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
}

.home-float-cta-left .fa-times {
    position: absolute;
    color: #707070;
    font-size: 22px;
    right: 7px;
    top: 7px;
    z-index: 10;
    cursor: pointer;
}

.careers-wrap {
    border: 1px solid var(--color-grey2);
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.careers-wrap:hover {
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 26%)
/*    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%), 0 0 10px 1px rgb(255 255 255 / 10%);*/
}

.careers-image {
    width: 35%;
}

.careers-detail {
    width: 65%;
    padding-left: 20px;
}

.careers-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-22);
    margin-bottom: 5px;
}

.careers-detail {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-70);
}

/* .cc-link {
    color: var(--color-mainblue) !important;
} */

.press-release-slider {
    position: relative;
}

.press-release-slider-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-ff);
    margin-bottom: 15px;
    line-height: 1.6;
}

.press-release-slider-text {
    color: var(--color-ff);
    margin-bottom: 20px;
}

.arrow-svg {
    position: absolute;
    top: calc( 50% - 35px);
    left: -80px;
    cursor: pointer;
    transition: transform 200ms ease;
}

.arrow-svg__right-side {
    left: unset;
    right: -80px;
}

.arrow-svg__right-side svg {
    transform: scaleX(-1) !important;
}

.arrow-svg:hover,
.arrow-svg:focus {
    transform: scale(1.15);
}

.press-release-slider .slick-dots {
    margin-top: 10px;
}

.slick-dotted.slick-slider.press-release-slider {
    margin-bottom: 0;
}

.press-release-slider .slick-dots li.slick-active button::before {
    color: #eee;
}

.cc-window {
    font-family: 'Montserrat', 'Arial', sans-serif;
    /* font-family: Menlo,Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif; */
    font-size: 16px;
    border-radius: 0px;
    left: unset;
    right: 100px;
    /* padding: 1em !important; */
    padding: 12px 20px;
    bottom: 25px;
    z-index: 2147483601;
}

/* .cc-window.cc-floating .cc-btn:hover, .cc-window.cc-floating .cc-btn:focus {
    color: var(--color-mainblue) !important;
    background: var(--color-ff) !important;
    border: 1px solid var(--color-mainblue);
} */

.grecaptcha-badge {
    visibility: hidden;
}

/** V3 **/
/* .blog-main-title2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}

 .blog-category2 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-mainblue);
    margin-bottom: 12px;
} */

.read-more-btn2 {
    position: absolute;
    font-size: 20px;
    right: 30px;
    bottom: -3px;
}

.post_categories2 > li {
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
}

.post_categories2 a {
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px;
    padding: 6px 15px;
    border-radius: 6px;
    display: inline-block;
    text-transform: uppercase;
}
.post_categories2 a:hover {
    color: var(--color-mainblue);
    background: #EDF5FF;
}

.post_categories2 a.active {
    color: var(--color-mainblue);
    background: #EDF5FF;
}

/* .post_categories2 > li:before {
    content: "|";
    color: var(--color-mainblue);
}

.post_categories2 > li:first-child a {
    margin-left: 0;
}

.post_categories2 > li:first-child:before {
    content: "";
}  */

.post_categories2 > li:after {
    content: "|";
    color: var(--color-mainblue);
}

.post_categories2 > li:last-child:after {
    content: "";
} 

.cc-window {
    /* font-family: 'Roboto Mono'; */
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
}

.cc-window.cc-floating .cc-btn {
    flex: none;
    /*padding: 0;*/
    font-weight: 400;
}

.cc-btn:hover, .cc-btn:focus {
    background-color: transparent !important;
    text-decoration-line: underline;
}

.home-form-wrap {
    position: absolute;
    color: var(--color-ff);
    background: #1D204A;
    width: 300px;
    border: 3px solid var(--color-mainblue);
    border-radius: 8px;
    top: -80px;
    left: -80px;
}

.home-form-wrap .form-group {
    margin-bottom: 23px;
}

.home-form-header {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    width: fit-content;
    margin: auto;
    /* color: var(--color-22);
    background: #E8F2FC;
    padding: 12px 20px;
    border-radius: 6px; */
}

.home-form-privacypolicy {
    color: var(--color-ff);
}

.form-group label {
    font-size: 14px;
    /* font-weight: 700; */
    margin-bottom: 5px;
}

.home-main-core-image,
.feature-core-video,
.media-box-shadow img,
.media-box-shadow video {
    border-radius: 8px;
    box-shadow: 0px 4px 20px 3px rgb(0 0 0 / 20%);
}

.media-box-shadow img,
.media-box-shadow video {
    box-shadow: none;
}

.wpcf7-acceptance label {
    font-size: 16px;
    font-weight: 400;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.wpcf7-spinner {
    position: absolute !important;
    margin: 0 5px !important;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 13px !important;
    margin: 5px 15px 10px !important;
    border-width: 1px !important;
    border: none;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}
.home-main-area {
    /* position: relative; */
    /* margin-top: -100px; */
}

.home-main-wrap {
    margin-top: 60px;
}

.listitem-title {
    font-size: 15px;
}

.home-core-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-22);
    text-transform: capitalize;
}
.title-bgcolor {
    font-weight: 700;
    color: var(--color-ff);
    background: var(--color-mainblue);
    margin: 0 -6px 3px;
    padding: 5px 6px;
    line-height: 1.5;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.home-core-list {
    font-size: 18px;
}

.home-core-list .fa.fa-check {
    font-size: 18px;
    color: var(--color-mainblue);
    margin-left: 15px;
}
.home-core-list-div {
    margin-bottom: 12px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    /* position: absolute; */
}
.acceptance-div .wpcf7-not-valid-tip {
    position: relative;
    display: block;
}

.about-main-wrap-title {
    font-size: 32px;
    color: var(--color-ff);
    background: var(--color-mainblue);
    margin: 0 -6px;
    padding: 5px 6px;
    display: inline-block;
}
.about-main-wrap-subtitle,
.page-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-mainblue);
}
.address-title {
    font-size: 15px;
    margin: 0px 0px 15px;
    /* padding: 0px 6px; */
}
.customer-logo {
    width: auto;
    max-height: 80px;
}
.customer-logo-wrap {
    height: 80px;
}
.code-logo {
    width: auto;
    max-height: 50px;
}
.staff-linkedin-icon {
    margin-top: 10px;
    /* position: absolute; */
    /* top: 7px; */
    /* right: 0; */
    display: inline-block;
}
.about-main-image-wrap{
    position: absolute;
    width: 800px;
    top: -40px;
}
.blog-border {
    border: 1px solid var(--color-grey2);
    border-radius: 8px;
    overflow: hidden;
}
.home-bg-image {
    position: absolute;
    top: -150px;
    right: -650px;
    width: 1100px;
}
.acceptance-648 .wpcf7-list-item-label {
    display: inline-block;
    margin: -20px 0px 0 25px;
}
.cc-window.cc-floating .cc-compliance {
    margin-bottom: 5px;
}
/* .cc-line-top::before {
    content: "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=";
    width: 100%;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 8px;
    left: 12px;
}
.cc-line-bottom:before {
    content: "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=";
    width: 100%;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    left: 12px;
}
.cc-line-left::before {
    position: absolute;
    background: url(../img/line.svg);
    height: 70%;
    width: 14px;
    top: 24px;
    left: 10px;
    content: "";
    display: block;
}
.cc-line-right::before {
    position: absolute;
    background: url(../img/line.svg);
    height: 70%;
    width: 14px;
    top: 24px;
    right: 6px;
    content: "";
    display: block;
} */
.contact-address-details {
    /* padding-left: 10px;
    border-left: 4px solid #555; */
}
.blog-thumbnail {
    /*max-height: 190px;*/
    /*border-radius: 8px;*/
    /*border: 1px solid #555;*/
    /*overflow: hidden;*/
    background-size: cover;
    background-position: center;
    min-height: 220px;
    border-radius: 8px;
    border: 1px solid #555;
    overflow: hidden;
}
#cfhearfrom {
    /* font-size: 13px;
    background-color: var(--color-ff);
    padding: 0px 8px;
    height: 33px;
    width: 100%;
    border-radius: 0.25rem; */
}
.blog-whitepaper-wrap {
    border: 1px solid var(--color-grey);
    border-radius: 8px;
    overflow: hidden;
}
body.fullpage {
    height: 100vh; 
    overflow: hidden;
} 

.about-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: left; */
    width: 100%;
    height: 100vh;
    /* Scroll Snap */
    scroll-snap-align: center;
}

.footer.about-section {
    height: auto;
}

.wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* CSS Smooth Scroll */
    overflow-y: scroll; 
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

.wrap::-webkit-scrollbar {
    display: none;
}

.scroll-down-arrow i {
    /* -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; */
}

.author-background-image {
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    border: 1px solid var(--color-grey);
}
.section-careers {
    padding: 200px 0;
}
.cf7-signup-btn {
    width: 100%;
}
.wpcf7-acceptance input[type="checkbox"] {
    /* margin-left: -23px; */
}
/** V3 **/

.recent-post-section {
    height: 100%;
}

.recent-post-section-sticky {
    position: sticky; top: 125px;
}

.recent-post-section .recent-blog-main-title {
    color: var(--color-22);
    background: var(--color-ff);
    font-size: 16px;
    padding: 0px;
    display: inline-block;
    line-height: 1.5;
}

.recent-post-section .recent-blog-thumbnail {
    border-bottom: 1px solid var(--color-grey);
}

.recent-blog-thumbnail img {
    width: 100%;
}

.heateor_sss_sharing_ul .heateor_sss_svg {
    margin-right: 15px;
    border-radius: 6px;
}

.recent-post-a:hover .recent-blog-main-title{
    text-decoration: underline;
}

.recent-post-div {
    border: 1px solid var(--color-grey);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgb(33 51 67 / 12%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recent-post-info {
    display: grid;
    flex-grow: 1;
    grid-template-rows: 1fr min-content;
}

.recent-post-float {
    position: fixed;
    color: var(--color-ff);
    background: #001524;
    left: 20px;
    bottom: 85px;
    width: 300px;
    padding: 20px 20px;
    z-index: 9;
    display: none;
}

.recent-post-float :is(h3, p) {
    color: var(--color-ff);
    font-size: 15px;
}

.heateor_sss_sharing_title {
    color: var(--color-70);
    font-size: 15px;
    margin-bottom: 5px;
}

.recent-post-float .fas.fa-times {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    padding: 5px;
}

.section-darkblue .home-core-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--color-ff);
    /* text-transform: initial; */
}

.section-darkblue p {
    color: var(--color-ff);
}

.section-darkblue .staff-text p {
    color: var(--color-22);
}

.section-darkblue .feature-core-wrapper p {
    color: var(--color-22);
    min-height: 45px;
}

.section-darkblue .feature-core-text {
    color: var(--color-mainblue);
    font-weight: 700;
    min-height: 45px;
}

.custom-arrow-btn,
.custom-explore-btn {
    /* font-size: 18px; */
    color: var(--color-ff);
    background: transparent;
    border: 1px solid transparent;
}

.custom-arrow-btn:hover {
    background: none;
    color: var(--color-ff);
    border: 1px solid transparent;
    text-decoration: underline;
}

.custom-explore-btn {
    color: var(--color-mainblue);
    padding: 0;
}

.custom-explore-btn:hover {
    background: none;
    color: var(--color-mainblue);
    text-decoration: underline;
}

.custom-explore-btn-outline {
    border: 1px solid var(--color-mainblue);
    background: var(--color-ff);
    padding: 10px 20px;
}

.custom-explore-btn-outline:hover {
    background: var(--color-mainblue);
    color: var(--color-ff);
    text-decoration: none;
}

.custom-btn .fa-arrow-right {
    font-size: 18px;
    margin-left: 10px;
}

.custom-arrow-btn::after,
.custom-explore-btn::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    margin-left: 10px;
    float: right;
}

.custom-yellow-outline-btn {
    color: var(--color-mainyellow);
    background: transparent;
    border: 1px solid var(--color-mainyellow);
}

.custom-yellow-outline-btn:hover {
    color: var(--color-22);
    background: var(--color-mainyellow);
    /*border: 1px solid var(--color-22);*/
}

#overlay-team {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
}

.team-area {
    position: absolute;
    background: #fff;
    width: 50%;
    max-height: 450px;
    top: 50%;
    left: 50%;
    padding: 25px;
    border-radius: 8px;
    transform: translateX(-50%) translateY(-50%);
    overflow: auto;
}

.pricing-core-wrap {
    text-align: center;
    position: relative;
}

.pricing-core-wrap i {
    color: var(--color-ff);
    font-size: 24px;
}

.pricing-core-icon {
    background: var(--color-ff);
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
}

.pricing-core-icon i {
    color: var(--color-darkblue);
    font-size: 28px;
}

.pricing-core-title {
    color: var(--color-ff);
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 30px 30px;
}

.pricing-core-wrap .fa-arrow-right {
    position: absolute;
    color: var(--color-ff);
    top: 25px;
    right: -25px;
}

#custom-pricing-table table thead th,#custom-pricing-table .table thead th {
    font-size: 16px;
    color: var(--color-22);
    padding: 15px 10px;
    vertical-align: top;
}

#custom-pricing-table table tr th:first-child,#custom-pricing-table table tr td:first-child {
    text-align: left;
    width: 35%;
    background: #f8f9fa;
}

#custom-pricing-table table td,#custom-pricing-table .table td {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-70);
    padding: 15px 10px;
}

#custom-pricing-table table td:not(:first-child), #custom-pricing-table .table td:not(:first-child) {
    font-weight: 400;
    width: 20%;
}

#custom-pricing-table table .fa-check {
    font-size: 18px;
    color: var(--color-mainblue);
}

#custom-pricing-table .table>:not(:first-child) {
    border-top: none;
}

.pricing-core-area {
    background: var(--color-ff);
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}

.pricing-core-area p {
    font-size: 15px;
    color: var(--color-22);
}

.pricing-ul li {
    color: var(--color-70);
    margin: 15px 0;
}

ul.pricing-ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--color-mainblue);
    border-radius: 50%;
    position: relative;
    top: 0px;
    margin: 0 9px 0 -16px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.accordion-item:nth-child(odd) .accordion-button {
    background: #F5FAFF;
}

.accordion-header {
    width: 90%;
    color: var(--color-mainblue);
}

.accordion-body {
    padding: 16px 20px;
}

.accordion-item p {
    /* margin-bottom: 0; */
}

.accordion-button::after {
    width: auto;
    height: auto;
}

.accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #4588D8;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.table {
    margin-bottom: 0;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0;
    box-shadow: none;
}

.table th:first-child {
    border-top-left-radius: 8px;
}

.table th:last-child {
    border-top-right-radius: 8px;
}

#support .table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

#support .table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table>:not(caption)>*>th,
.table>:not(caption)>tr:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

.table th:not(:first-child), .table td:not(:first-child) {
    border-left: 1px solid #dee2e6;
}

.accordion-button {
    padding: 16px 20px;
    cursor: pointer;
}

#custom-pricing-table .table-hover>tbody>tr:hover>* {
    background: #ebeff3;
    /* color: var(--color-mainblue); */
}

table thead.sticky-md-top {
    top: 0;
    z-index: 999;
    transition: top .3s;
}

thead .sticky-md-top::before {
    content: "";
    width: 100%;
    height: 26px;
    top: -26px;
    left: 0;
    background: var(--oclor-ff);
}

.cc-message {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.cc-compliance .cc-btn {
    color: var(--color-22);
    background: var(--color-mainyellow);
    border: 1px solid transparent;
    border-radius: 4px;
}

.cc-compliance .cc-btn:hover {
    color: var(--color-22);
    background: var(--color-yellow2) !important;
    border: 1px solid var(--color-mainyellow);
    text-decoration: none;
}

.cc-message .cc-link {
    color: var(--color-ff) !important;
    background: transparent;
    font-size: .9em;
    font-weight: 700;
    padding: 0.4em 0.8em;
    border: 1px solid var(--color-ff);
    border-radius: 4px;
    text-decoration: none;
    opacity: 1;
}

.cc-message .cc-link:hover {
    color: var(--color-22) !important;
    background: var(--color-mainyellow);
    border: 1px solid var(--color-22);
}

.th-sub-text {
    font-size: 12px;
}

.video-title-wrapper {
    top: 55.5%;
    position: absolute;
    background: var(--color-ff);
    border: 1px solid var(--color-cc);
    box-shadow: rgb(0 0 0 / 17%) 0px 4px 21px;
    margin: auto;
    display: inline-block;
    padding: 10px 28px 10px;
    border-radius: 32px;
    z-index: 1;
    display: none;
}

.video-title-container {
    font-size: 13px;
    font-weight: 700;
}

.video-title__action {
    color: var(--color-mainblue);
    display: inline-block;
    margin-left: 8px;
}


.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle-up {
    position: relative;
}

.accordion-toggle-up:after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    top: 1px;
    margin-left: 10px;
}

.accordion-toggle:not(.collapsed) .accordion-toggle-up::after {
    transform: rotate(-180deg);
}

.hiddenRow {
    padding: 0 !important;
}

.accordion-toggle.collapsed {
    border-bottom: none !important;
}

.table-accordian-body table tr:not(:last-child) {
    /* border-bottom: none; */
}

#custom-pricing-table div.table-accordian-body table td {
    background: var(--color-ff);
}

#custom-pricing-table div.table-accordian-body table td:first-child {
    font-size: 13px;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    /*color: var(--color-22);*/
    /*background-color: var(--color-ff);*/
    box-shadow: none;
}

.accordion-item:nth-child(even) .accordion-button:not(.collapsed) {
    background-color: var(--color-ff);
}

.code-highlight {
    font-family: var(--bs-font-monospace);
    font-size: 14px;
    color: var(--color-22);
    background: var(--color-grey);
    margin: 0px 1px;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
}

table tr.accordion-toggle.collapsed:nth-last-child(2) td:first-child,
td.hiddenRow {
    border-bottom-left-radius: 8px;
}

table tr.accordion-toggle.collapsed:nth-last-child(2) td:last-child,
td.hiddenRow {
    border-bottom-right-radius: 8px;
}

.top-memu-link {
    font-size: 14px;
    color: var(--color-ff);
    padding: 5px 5px;
}

.top-memu-link:hover {
    color: var(--color-mainblue);
    /* text-decoration: underline; */
}

.table-subtext {
    font-size: 12px;
}

.pricing-box {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
}

.pricing-box i {
    color: #222;
    font-size: 56px;
    margin-bottom: 8px;
}

.pricing-box p {
    color: #222;
    font-size: 14px;
    margin: 10px 0 0;
}

.slick-slide:hover {
    cursor: grab;
}

.pages-section p {
    color: var(--color-22);
}

.confirmation-core-wrapper {
    background: var(--color-ff);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
}

.confirmation-core-wrapper__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-22);
    margin: 0 0 20px;
}

.confirmation-core-wrapper .confirmation-i {
    color: var(--color-mainblue);
    font-size: 48px;
}

.confirmation-core-wrapper:hover .confirmation-i {
    color: var(--color-blue);
}

.confirmation-core-wrapper p, .confirmation-core-wrapper__content {
    font-size: 13px;
    margin-top: 15px;
}

.form-select {
    font-size: 13px;
}

.winner-wrap {
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,33,73,1) 100%);
    padding: 30px 35px;
    border: 1px solid var(--color-mainyellow);
    border-radius: 8px;
}

.runner-wrap {
    position: relative;
    background: linear-gradient(60deg, rgba(0,0,0,1) 0%, rgba(0,33,73,1) 100%);
    color: var(--color-ff);
    padding: 24px 24px;
    border: 1px solid #333;
    border-radius: 8px;
}

.runner-info {
    position: relative;
    text-align: center;
}

.lucky-winner-wrap {
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,33,73,1) 100%);
    padding: 14px 24px;
    border: 1px solid #333;
    border-radius: 8px;
}

.hackathon-winner-title,
.hackathon-runner-title {
    font-size: 20px;
    color: #F8B92B;
    font-weight: bold;
}

.winner-icon,
.runner-badge {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 70px;
}

.runner-badge {
    width: 60px;
}

.lucky-winner-icon {
    width: 70px;
    left: -10px;
}

.wp-block-button .wp-block-button__link.wp-element-button {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-22);
    background: var(--color-mainyellow);
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
    outline-style: none;
}

.wp-block-button .wp-block-button__link.wp-element-button:hover {
    color: var(--color-22);
    background: var(--color-yellow2);
    /*border: 2px solid var(--color-mainyellow);*/
}

.use-cases-wrap, .themes-wrap {
    background: #f1f6ff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
}

.use-cases-wrap:hover {
    transform: scale(1.1);
    transition: all .3s ease;
}

.use-cases-title, .themes-title {
    font-size: 15px;
    margin-bottom: 0;
    padding: 15px 15px;
    min-height: 82px;
    overflow: hidden;
}

.full-width-youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.full-width-youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.admin-panels-content-wrap h2,
.admin-panels-content-wrap p {
    color: var(--color-ff);
    display: block !important;
}

.why-use-five-image img {
    border-radius: 8px;
}

.why-use-five-body {
    padding: 10px 0;
}

.why-use-five-title {
    padding: 10px 0;
    min-height: 74px;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* New pricing */
.transparent-pricing .eb-column-wrapper, 
.transparent-pricing .eb-column-inner {
    height: 100%;
}

.transparent-pricing .eb-column-inner {
    display: flex;
    align-items: center;
}

.transparent-pricing .eb-column-inner * {
    width: 100%;
}

.eb-parent-wrapper,
.eb-pricing .eb-pricing-item {
    border-color: #dee2e6 !important;
}

.price-toggle .eb-toggle-wrapper .eb-text-switch-toggle {
    border-radius: 0;
    border-bottom: 4px solid var(--color-mainblue);
    box-shadow: none;
}

.price-toggle .price-card,
.price-toggle .price-card .eb-parent-wrapper,
.price-toggle .price-card .eb-parent-wrapper .eb-pricing-wrapper,
.price-toggle .price-card .eb-parent-wrapper .eb-pricing-wrapper .eb-pricing,
.price-toggle .price-card .eb-pricing-item {
    height: 100%;
}

.wp-block-table {
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

table th,
table td,
.wp-block-table thead {
    border-color: #dee2e6 !important;
}

.wp-block-table td, 
.wp-block-table th {
    border-width: 0px !important;
    border-left: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.wp-block-table th:first-child,
.wp-block-table td:first-child {
    border-left: none !important;
    background: #fff;
}

.wp-block-table tr:last-child td {
    border-bottom: none !important;
}

.wp-block-table th:not(first-child) {
    background: #f1f6ff;
}

.eb-pricing .eb-pricing-button {
    text-transform: capitalize !important;
    display: inline-block;
}

.wp-block-column {
    overflow-wrap: normal !important;
    word-break: normal !important;
}

img.use-cases-image {
    border: 1px solid var(--color-grey);
    border-radius: 8px;
}

.testimonial-logo-1 {
    max-width: 50px;
}

.testimonial-logo-2 {
    max-width: 120px;
}

.testimonial-logo-3 {
    max-width: 300px;
}

.licence-type-info {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-70);
    max-width: 325px;
    display: block;
}

.pages-section blockquote p {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-mainblue);
}

.pages-section blockquote cite {
    color: var(--color-mainblue);
}

.th-color tr:first-child td,
.th-color tr td:first-child {
    background: var(--color-darkblue);
    color: #F1EBDA;
}

.custom-yellow-btn-outline {
    color: var(--color-22);
    background: var(--color-yellow2);
    border: 2px solid var(--color-mainyellow);
}

.custom-yellow-btn-outline:hover {
    color: var(--color-22);
    background: var(--color-mainyellow);
    border: 2px solid transparent;
}

/* Landing Page */
.landing-page-title {
    font-size: 32px;
    color: var(--color-ff);
}

.landing-page-form-control  {
    padding: 10px 20px;
}
/* Landing Page */

.confirmation-p {
    font-size: 18px;
}

figcaption.wp-element-caption {
    text-align: center;
}

.custom-register-div {
    background: var(--color-darkblue);
    color: var(--color-ff);
    padding: 25px;
}

.custom-register-div h2,
.custom-register-div p {
    color: var(--color-ff);
}

.custom-register-div .wpcf7 form.invalid .wpcf7-response-output, 
.custom-register-div .wpcf7 form.unaccepted .wpcf7-response-output, 
.custom-register-div .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    background: #4588D8;
}

.custom-register-div .wpcf7-spinner {
    right: 25px;
    top: 12px;
    z-index: 30;
}

.custom-survey-div {
    padding: 25px;
    box-shadow: rgb(0 0 0 / 10%) 0px 16px 24px 5px;
    border-radius: 8px;
}

.custom-survey-div span.wpcf7-list-item {
    font-size: 16px;
    padding-left: 15px;
    text-indent: -40px;
    margin: 0 0 5px 15px !important;
    display: block;
}

.custom-survey-div label:not(.form-check-label) {
    font-size: 16px;
    font-weight: 700;
}

.custom-survey-div label.form-check-label {
    font-size: 16px;
}

ul.eb-toc__list li {
    font-size: 16px !important;
}


.new-pricing-table {
    background: #dee2e6;
    width: 100%; 
    min-width: 800px;
    border-radius: 8px;
    overflow: hidden;
    color: #dee2e6;
}

.new-pricing-table td {
    border: 1px solid #dee2e6;
    width: 24%;
}

.new-pricing-table th {
    border-bottom: 2px solid #dee2e6;
}

.new-pricing-table th:not(:first-child) {
    background: #f1f6ff;
    color: var(--color-mainblue);
}

.new-pricing-table td:first-child {
    color: var(--color-22);
    font-weight: 700;
    text-align: left;
}

.new-pricing-table th,
.new-pricing-table td {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #222222;
}

.new-pricing-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.new-pricing-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.get-started-main {
    transform: scale(1.05);
}

.pages-section .wp-block-image {
    margin-bottom: 15px;
}

.eb-toc__heading-anchor,
.blog-section h2,
.blog-section h3 {
    scroll-margin-top: 100px;
}

.pages-section div:has([class^="wp-block-column"]) h2 {
    display: block;
}

.custom-no-arrow-btn {
    color: var(--color-22);
    background: transparent;
    border: 1px solid transparent;
    text-decoration: none;
}

.custom-no-arrow-btn:hover {
    color: var(--color-22);
    background: transparent;
    border: 1px solid transparent;
    text-decoration: underline;
}

#overlay-freetrial {
    position: fixed;
    inset: 0px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
}

.freetrial-area {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.freetrial-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    top: 0px;
    padding: 0 25px;
}

.eb-parent-wrapper .pricing-simple-box {
    text-align: left;
    margin-bottom: 25px;
    align-self: auto !important;
    display: block;
}
.eb-parent-wrapper .pricing-simple-box .eb-parent-wrapper {
    height: 100%;
    padding: 25px 30px 10px;
}
.pricing-simple-box .eb-column-inner {
    align-items: flex-start;
}
.pricing-simple-box .wp-block-columns-is-layout-flex {
    margin: 0;
    gap: 1em;
}
.pricing-simple-box .wp-block-columns-is-layout-flex .wp-block-image {
    /*text-align: center;*/
    margin-top: 5px;
}
.pricing-simple-box p {
    font-size: 15px;
}
.pricing-simple-box p strong {
    font-size: 16px;
    color: #222;
}

.confirmation-slider .slick-slide,
.get-started-slider .slick-slide {
    margin: 0 10px;
}

.confirmation-slider .slick-dots,
.get-started-slider .slick-dots {
    margin: 0 0;
}

.new-pricing-table i.fa-circle-exclamation {
    font-size: 16px;
    color: var(--color-footergrey);
}

.new-pricing-table i.fa-check {
    font-size: 22px;
    color: var(--color-mainblue);
}

.tooltip-arrow {
    opacity: 0;
}

.tooltip-inner {
    color: var(--color-22);
    background: var(--color-ff) !important;
    max-width: 325px;
    /* margin-top: 25px; */
    padding: 10px 15px;
    text-align: left;
    /*border: 1px solid var(--color-footergrey);*/
    border: 1px solid #dee2e6;
    border-radius: 0;
    opacity: 1;
}

.tooltip.show {
    opacity: 1;
}

/* use cases new style */
.use-cases-categories-ul {
    font-size: 15px;
}

.use-cases-categories-ul li {
    color: var(--color-22);
    margin: 10px 0;
    display: block;
}

.use-cases-categories-ul li a {
    color: var(--color-22);
    padding: 5px 5px 5px 0px;
}

.use-cases-categories-ul li a:hover {
    color: var(--color-mainblue);
}

.section-darkblue .search-main-content :is(h1, h2) {
    color: var(--color-ff);
}

#use-cases-search-form input,
#category-search-form input {
    border-radius: 4px;
}

#use-cases-search-form button,
#category-search-form button {
    background: var(--color-mainyellow);
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 4px 8px;
    z-index: 9;
}

.use-cases-wrap-v2,
.use-cases-wrap-v3,
.confirmation-wrap {
    position: relative;
    background: #f1f6ff;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s ease;
}

.confirmation-wrap {
    border: 1px solid #eee;
}

.use-cases-wrap-v2 .use-cases-title {
    background: var(--color-mainyellow);
    font-size: 15px;
    margin-bottom: 0;
    padding: 7px 15px;
    min-height: 60px;  
    display: flex;
    /* flex-wrap: wrap;
    align-content: center; */
    overflow: hidden;  
}

.use-cases-wrap-v3 .use-cases-title,
.confirmation-wrap .confirmation-title {
    background: var(--color-mainyellow);
    font-size: 14px;
    margin-bottom: 0;
    padding: 7px 15px;
    min-height: 59px;
    overflow: hidden;
}

.confirmation-wrap .confirmation-title {
    min-height: 40px;
}

/*.use-cases-wrap-v2 .use-cases-image img {*/
/*    height: 395px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.use-cases-wrap-v3 .use-cases-image img {*/
/*    height: 156px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/

.use-cases-wrap-overlay,
.confirmation-wrap-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 20px;
    overflow: hidden;
    transition: .3s ease;
}
.use-cases-wrap-v2:hover .use-cases-wrap-overlay,
.use-cases-wrap-v3:hover .use-cases-wrap-overlay,
.confirmation-wrap:hover .confirmation-wrap-overlay {
    opacity: 1;
}

.use-cases-wrap-overlay .content ,
.confirmation-wrap-overlay .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.use-cases-wrap-v3 .custom-btn {
    font-size: 13px;
    min-width: 145px;
    padding: 10px 15px;
}

.view-template-tag {
    position: absolute;
    background: var(--color-mainyellow);
    font-size: 12px;
    top: 10px;
    left: 10px;
    padding: 4px 6px;
    border-radius: 5px;
    display: inline-block;
}
/* use cases new style */

/* hire an expert */
.advantage-wrap {
    background: #F5FAFF;
    padding: 20px 20px 5px;
    height: 100%;
    border: 1px solid var(--color-grey);
    border-radius: 8px;
}

.advantage-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.advantage-text {
    font-size: 14px;
}
/* hire an expert */


#searchUseCasesInput {
    font-size: 15px;
    width: 100%;
    padding: 12px 20px 12px 12px;
    border: 1px solid #dee2e6;
    margin-bottom: 12px;
}

#useCasesTable {
    border: 1px solid #dee2e6;
}

#useCasesTable th {
    background: #f1f6ff;
    color: var(--color-mainblue);
}

#useCasesTable th:first-child {
    border-top-left-radius: 0px;
}

#useCasesTable th:last-child {
    border-top-right-radius: 0px;
}

#useCasesTable th td:first-child,
#useCasesTable tr td:first-child {
    text-align: left;
}

#useCasesTable tr.header, #useCasesTable tr:hover {
    background-color: #f1f6ff;
}

.eb-parent-wrapper .pricing-simple-box .eb-parent-wrapper {
    height: 100%;
    padding: 25px 30px 10px;
}

.customize-wrapper {
    background: #F5FAFF;
    padding: 15px 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.customize-wrapper i {
    color: var(--color-mainblue);
    font-size: 40px;
}

.customize-wrapper-title {
    color: var(--color-22);
}

.customize-wrapper-text {
    font-size: 14px;
}




































































.page-numbers {
    color: var(--color-00);
/*    background: var(--color-ff);*/
    font-weight: 600;
    min-width: 25px;
    padding: 3px 10px;
    margin: 0px 0px;
/*    border: 1px solid var(--color-mainblue);*/
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-numbers.current {
    color: var(--color-mainblue);
/*    background: var(--color-mainblue);*/
}

.page-numbers:hover {
    color: var(--color-mainblue);
/*    background: var(--color-mainblue);*/
}


#up-to-top {
    position: fixed;
    color: #ffffff;
    background: var(--color-mainblue);
    border: 1px solid var(--color-ff);
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: -50px;
    /* padding: 16px 19px; */
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 999;
}

#up-to-top::before {
    line-height: 48px;
    font-size: 24px;
}

#up-to-top.active {
    bottom: 80px;
}

section {
    padding: 60px 0;
}

.pp-section p {
    font-size: 15px;
}

.section-grey {
    background: var(--color-grey);
}

.section-darkblue {
    background: var(--color-darkblue);
    color: var(--color-ff);
}

.section-beige {
    background: #F1EBDA;
}

.section-p80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-section-padding {
    padding: 75px 0;
}

hr {
    background: var(--color-70);
    margin: 30px 0;
    display: block;
    clear: both;
}

.footer {
    position: relative;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: var(--color-ff);
    background: var(--color-22);
    padding: 50px 0 0 0;
    z-index: 6;
}

.footer-logo {
    width: 200px;
    margin: 0 0 30px 0;
}

.footer-text {
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: var(--color-ff);
    font-size: 14px;
    font-weight: 600;
/*    margin-bottom: 40px;*/
    line-height: 1.6;
}

.footer-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: var(--color-ff);
    font-size: 16px;
    font-weight: 600;
    /*    min-height: 38px;*/
    margin-bottom: 24px;
}

.footer ul.footer-nav li {
    margin: 5px 0;
    padding: 1px 0;
}

.footer ul li a,
.footer a {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    color: var(--color-footergrey);
    /*    text-transform : uppercase;*/
}

.footer ul li a:first-child {
    margin-left: 0;
}

.footer ul li a:hover,
.footer a:hover {
    color: var(--color-mainorange);
    /*    text-decoration-line: underline;*/
}

.footer-icon {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: var(--color-ff);
    width: 36px;
    height: 36px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid var(--color-70);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.footer-icon i {
    font-size: 15px;
    color: var(--color-footergrey);
    line-height: 34px;
}

.footer-icon:hover {
    background: var(--color-ff);
    border: 1px solid var(--color-ff);
    transition: all 0.3s ease-in-out;
}

.footer-icon:hover i {
    color: var(--color-22);
}

.footer-copyright {
    font-size: 0.7rem;
/*    margin: 0 0 24px 0;*/
}

.footer-hr {
    background: var(--color-footergrey);
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.footer-other li a {
    font-size: 14px;
}

.mt70 {
    margin-top: 70px;
}

.mt90 {
    margin-top: 90px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.my70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.py35 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.p-left-35 {
    padding: 0;
    padding-left: 35px;
}

.p-right-35 {
    padding: 0;
    padding-right: 35px;
}

.border-8 {
    border: 1px solid #eee;
    border-radius: 8px;
}

/*
@media only screen and (max-width: 1600px) {
    #features-container {
        margin-left: 200px;
    }
}
*/

@media only screen and (max-width: 1650px) {
    #features-container.container,
    #features-banner .container {
        margin-left: 244px;
    }
}

@media only screen and (max-width: 1400px) {
    #staff_dominik.staff-wrap__active {
        transform: translateX(-317px);
        z-index: 4;
    }
    
    #staff_jason.staff-wrap__active {
        transform: translateX(-633px);
        z-index: 4;
    }
    
    /*#staff_julian.staff-wrap__active {*/
    /*    transform: translateX(-713px);*/
    /*    z-index: 4;*/
    /*}*/
    .menu-item, .menu-item a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1360px) {
    #features-container.container,
    #features-banner .container {
        width: 1000px;
    }
}

@media only screen and (max-width: 1237px) {
    #features-container.container,
    #features-banner .container {
        width: auto;
        margin-left: auto;
    }
    .features-left-sidebar .toggler-button {
        display: block;
    }
    .features-left-sidebar {
        padding: 35px 0;
        left: -204px;
    }
    .features-left-sidebar.active {
        left: 0;
    }
    .features-left-sidebar ul li:nth-child(3) {
        border-bottom: none;
    }
    .features-left-sidebar .features-menu {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-menu {
        /* padding: 10px 30px; */
    }
    .navbar-brand {
        width: 130px;
    }
    ul.top-menu > li {
        margin: 0 10px;
    }
    p {
        font-size: 15px;
    }
    .home-core-title {
        font-size: 24px;
    }
    .custom-blue-btn {
        padding: 8px 20px;
    }
    .aboutus-banner-title {
        font-size: 40px;
    }
    .banner-title > span.banner-title-part1 {
        /* font-size: 40px; */
    }
    .banner-text {
        font-size: 20px;
    }
    .core-title {
        font-size: 20px;
    }
    .core-wrap-se {
        background-position: center -150px;
    }
    .core-text p {
        font-size: 14px;
    }
    .user-bgimage-se {
        background-position: center -580px;
    }
    #up-to-top {
        right: 13px;
        width: 40px;
        height: 40px;
    }
    #up-to-top::before {
        line-height: 38px;
        font-size: 20px;
    }
    .features-left-sidebar {
        top: 81px;
    }
    .aboutus-core-anchor i {
        padding: 33px 0px;
    }
    .staff-text {    
        width: 600px;
/*        height: 210px;*/
    }
    #staff_dominik.staff-wrap__active {
        transform: translateX(-267px);
    }
    #staff_jason.staff-wrap__active {
        transform: translateX(-534px);
    }
    /*#staff_julian.staff-wrap__active {*/
    /*    transform: translateX(-600px);*/
    /*}*/
    .blog-style-3,
    .blog-style-4,
    .blog-style-5 {
        min-height: 650px;
    }
    .menu-item, .menu-item a, .ecosystem-btn {
        font-size: 14px;
    }
    .home-main-core-gif-1 {
        top: 20px;
        left: 16px;
        width: 417px;
        height: 235px;
    }
    .home-main-core-image-2 {
        width: 200px;
        left: 215px;
        bottom: 20px;
    }
    .home-main-core-image-3 {
        left: 375px;
    }
    .home-main-core-image-4 {
        position: absolute; 
        width: 50px; 
        right: -27px; 
        top: 100px;
    }
    .home-main-core-image-5 {
        width: 50px;
        left: 100px;
        bottom: 50px;
    }
    .home-main-core-image-6 {
        width: 40px;
        left: 185px;
        bottom: 65px;
    }
    .home-main-core-image-7 {
        width: 35px; 
        bottom: 50px;
    }

    .banner-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .banner-main-title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .banner-content {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .home-form-wrap {
        top: -105px;
    }
    .heroimage, .heroimage-aboutus {
        padding: 125px 0 223px;
    }
    .blog-thumbnail {
        max-height: 157px;
    }
    .blog-style {
        min-height: 455px;
    }
    /*.use-cases-wrap-v2 .use-cases-image img {*/
    /*    height: 350px;*/
    /*}*/
    /*.use-cases-wrap-v3 .use-cases-image img {*/
    /*    height: 125px;*/
    /*}*/
    .menu-item, .menu-item a {
        position: relative;
        font-size: 12px;
        font-weight: 500;
    }
    #topMenuBar .custom-btn {
        font-size: 12px;
        padding: 8px 8px;
    }
    .top-menu .menu-item a::before {
        bottom: -5px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .menu-item a, .top-memu-link {
       /*font-size: 13.5px;*/
       font-size: 11px;
   }
}

@media only screen and (min-width: 991.98px) {
    .right-side-bgcolor::after {
        content: "";
        position: absolute;
        background: #001524;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
    }
}

@media only screen and (max-width: 991.98px) {
    p {
        font-size: 15px;
    }
    .navbar-brand {
        width: 140px;
    }
    ul.top-menu > li {
        margin: 13px 10px;
    }
    .menu-item a {
        font-size: 14px;
        font-weight: 700;
        padding: 0;
    }
    .menu-item-has-children > a {
        padding: 0px 0px;
        display: inline-block;
    }
    ul.top-menu .sub-menu {
        position: relative;
        background: transparent;
        width: 100%;
        top: 0;
        left: 0;
        min-width: 100%;
        box-shadow: none;
    }
    .sub-menu .menu-item:nth-child(2) {
        border-left: none;
        border-right: none;
    }
    .sub-menu .menu-item {
        text-align: center;
        display: block;
    }
    .sub-menu .menu-item:last-child {
        margin-bottom: 0;
    }
    .sub-menu a {
        color: var(--color-ff);
    }
    .heroimage,
    .heroimage-aboutus{
        height: 100%;
        padding: 80px 0;
    }
    .banner-title,
    .aboutus-banner-title {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .banner-title > span,
    .banner-content,
    .banner-btn {
        opacity: 1;
    }
    .banner-title > span.banner-title-part1 {
        font-size: 32px;
    }
    .banner-text {
        margin: 30px 0 30px 0;
    }
    .home-main-image {
        top: 0;
        width: 65%;
        margin: auto;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .section-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }
    h2,
    .page-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 16px;
    }
    .core-wrap-se {
        background-position: center -450px;
    }
    .page-banner {
        padding: 60px;
    }
    .page-banner-title {
        font-size: 28px;
    }
    .mission-pentagon-wrap {
        width: 70%;
    }
    .staff-text {
        position: relative;
        background: #fff;
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }
    /*#staff_julian.staff-text {*/
    /*    margin-bottom: 0px;*/
    /*}*/
/*
    .staff-div {
        padding: 50px 0;
    }
    .staff-div > div {
        padding-left: 0;
    }
*/
    .staff-img {
        width: 40%;
        margin: 0 auto 15px;
    }
    .staff-linkedin {
        font-size: 16px;
    }
    .feature-nav img {
        width: 65%;
    }
    .feature-nav-title {
        font-size: 16px;
        padding: 10px 0;
    }
    .feature-core {
        text-align: center;
    }
    .feature-title {
        font-size: 24px;
        margin-bottom: 20px;
        display: block;
    }
    .feature-image {
        margin: 0 auto;
        display: block;
    }
    .user-bgimage {
        padding: 125px 0;
    }
    .user-bgimage-se {
        background-position: center -470px;
    }
    .blog-slider-title {
        font-size: 18px;
        margin-bottom: 20px;
        height: auto;
    }
    .blog-title {
        font-size: 32px;
    }
    .fearures-readmore-btn {
        display: none;
    }
    .fearures-readmore-content {
        display: block;
    }
    #contact-success-popup,
    #features-tooltip-popup,
    #signup-tnc-popup {
        width: 60%;
    }
    .overview-btn {
        margin-bottom: 24px;
        display: block;
    }
    .footer-logo {
        margin: 0 auto 30px;
    }
    .footer-title {
        min-height: auto;
        margin-bottom: 20px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: 16px;
    }
    #wpcf7-f61-o1 .wpcf7-email {
        width: 90%;
        max-width: 500px;
    }
    #wpcf7-f61-o1 .home-subscription-submit {
        position: relative;
        display: block;
        width: 90%;
        max-width: 500px;
        margin: auto;
    }
    #wpcf7-f61-o1 .wpcf7-submit {
        width: 100%;
    }
    .features-left-sidebar {
        top: 63px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        transition: all 0.3s ease;
        background: #fff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1), 0 0 10px 1px rgba(255, 255, 255, 0.1);
    }
    .features-left-sidebar.active {
        height: 100%;
    }
    .features-left-sidebar .mobile-features-menu-title {
        padding: 8px 0 8px 35px;
    }
    .features-left-sidebar ul a {
        padding: 8px 0 8px 35px;
    }
    .features-left-sidebar a.features-icon-tag2:nth-child(2),
    .features-left-sidebar a.features-icon-tag2:nth-child(3) {
        margin-left: 10px;
    }
    .staff-text {
        /* display: block !important; */
    }
    .aboutus-core-text.active {
        display: none !important;
    }
    .ourmission-timeline .fa-square-full {
        font-size: 28px;
        left: -14px;
    }
    .ourmission-timeline h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-right {
/*        margin-top: 48px;*/
        padding-top: 48px;
        border-left: none;
        border-top: 1px solid #eee;
    }
    .faq-header {
        font-size: 15px;
        padding: 15px 10px;
    }
    .faq-header::after {
        right: 12px;
    }
    .blog-main-title {
        height: auto;
    }
    .overview-info__item {
        min-height: auto;
        padding: 40px 0;
        text-align: center;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .scroll-section {
        padding: 40px 0;
    }
    .mt70 {
        margin-top: 60px;
    }
    .mb60 {
        margin-bottom: 40px;
    }
    .my70 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mb90 {
        margin-bottom: 70px;
    }
    .my100 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .blog-list {
        margin-right: 0;
    }
    .staff-text-info {
        /* display: none !important; */
    }
    .cf-signup {
        max-width: unset;
    }
    .cf-signup .fa-question-circle {
        margin-left: 15px;
    }
    .post_categories a {
        font-size: 14px;
        min-width: 150px;
    }
    .post_categories > li {
        width: 33%;
        margin: 20px 0px 0 0;
    }
    .blog-style-1 .blog-background-image,
    .blog-style-1 .blog-text-wrap {
        width: 100%;
    }
    .blog-background-image {
        min-height: 250px;
    }
    .price-panel {
        padding: 32px 20px 16px;
    }
    .price-features {
        min-height: 200px;
    }
    .mt-negative-150 {
        margin-top: 0;
    }
    .blog-style-3, .blog-style-4, .blog-style-5 {
        min-height: auto;
    }
    .read-more-btn span {
        width: 50px;
        opacity: 1 !important;
    }
    .read-more-btn {
        right: 7px;
        bottom: 0;
    }
    .ecosystem-btn {
        display: block;
        margin: 15px 0;
    }
    .blog-single-left-side {
        /* border-right: 1px solid var(--color-grey2); */
    }
    .blog-single-right-side {
        /* border-left: 1px solid var(--color-grey2); */
    }
    .home-float-cta-left {
        display: none !important;
    }

    .home-main-area {
        margin-top: 0;
    }
    .banner-main-title {
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .banner-content {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .home-main-wrap {
        margin-top: 40px;
    }
    .home-form-wrap {
        position: relative;
        width: 90%;
        top: 0;
        left: 0;
        margin: auto;
    }
    .about-section-padding {
        padding: 65px 0;
    }
    .about-main-wrap-title {
        font-size: 28px;
        padding: 0px 6px;
    }
    .staff-info {
        margin: 20px 0 15px;
    }
    .about-main-image-wrap{
        position: relative;
        width: 100%;
        top: 0;
    }
    .blog-thumbnail {
        max-height: 230px;
    }
    .blog-style {
        min-height: auto;
    }
    .home-core-title,
    .section-darkblue .home-core-title {
        font-size: 24px;
    }
    body.fullpage {
        height: auto; 
        overflow: auto;
    } 
    .about-section {
        height: auto;
    }
    .wrap {
        position: relative;
    }
    .feature-core-title,
    .hire-expert-title {
        font-size: 18px;
    }
    .team-area {
        width: 90%;
        padding: 20px;
    }
    .pricing-core-wrap .fa-arrow-right {
        display: none;
    }
    .p-left-35 {
        padding-left: 0;
    }
    .p-right-35 {
        padding-right: 0;
    }
    .cc-message {
        display: block !important;
        margin-bottom: 0 !important;
    }
    .cc-message > span:first-child {
        display: block;
    }
    .cc-message .cc-link {
        margin-top: 15px;
    }
    .cc-window.cc-floating {
        max-width: 100%;
        width: 100%;
        padding: 20px ! important;
        left: 0;
        bottom: 0;
    }
    .cc-window .cc-compliance {
        position: absolute;
        left: 150px;
        bottom: 15px;
    }
    .cc-window .cc-btn {
        padding: 5px 13px;
    }
    .get-started-main {
        transform: scale(1);
    }
    .use-cases-categories-ul li {
        margin-right: 15px;
        display: inline-block;
    }
    /*.use-cases-wrap-v3 .use-cases-title {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    align-content: center;*/
    /*}*/
}

@media only screen and (max-width: 767.98px) {
    .pages-section img.alignleft {
        float: unset;
        margin: 0 0 16px 0;
    }
    .pages-section img.alignright {
        float: unset;
        margin: 0 0 16px 0;
    }
    .heroimage {
        padding: 60px 0;
    }
    .section-title {
        /* font-size: 16px; */
    }
    .section-subtitle {
        font-size: 13px;
    }
    .banner-title,
    .aboutus-banner-title {
        font-size: 15px;
    }
    .banner-title > span.banner-title-part1 {
        font-size: 16px;
    }
    .banner-text {
        font-size: 15px;
    }
    .aboutus-banner-title {
        margin-bottom: 0;
    }
    h3 {
        font-size: 16px;
    }
    .custom-btn {
        font-size: 14px;
        min-width: 95px;
    }
    .custom-blue-btn {
/*
        font-size: 13px;
        min-width: 100px;
        padding: 8px 13px;
*/
    }
    .core-wrap-se {
        background-position: center -300px;
    }
    .page-banner {
        padding: 40px;
    }
    .mission-pentagon-wrap {
        width: 90%;
    }
    .staff-img {
        width: 40%;
    }
    .user-bgimage-se {
        background-position: center -345px;
    }
    .blog-title {
        font-size: 21px;
        line-height: var(--subtitle-line-height);
    }
    #contact-success-popup,
    #features-tooltip-popup,
    #signup-tnc-popup {
        width: 80%;
    }
    .ecosystem-title {
        font-size: 17px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .mt70 {
        margin-top: 50px;
    }
    .mt90 {
        margin-top: 50px;
    }
    .my70 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .my100 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .post_categories > li {
        width: 50%;
    }
    .about-main-wrap-title {
        font-size: 24px;
    }
    .about-main-wrap-subtitle {
        font-size: 17px;
    }
    .about-section-padding {
        padding: 55px 0;
    }
    .blog-thumbnail {
        max-height: 165px;
    }
    .listitem-title {
        font-size: 8px;
    }
    table thead th, .table thead th {
        font-size: 12px;
        padding: 10px 5px;
    }
    table td, .table td {
        font-size: 13px;
    }
    div.table-accordian-body table td:first-child,
    .table-subtext {
        font-size: 11px;
    }
    .eb-parent-wrapper .pricing-simple-box {
        text-align: center;
    }
    .confirmation-slider .slick-prev {
        left: -50px;
    }
    .confirmation-slider .slick-next {
        right: -50px;
    }
    .confirmation-slider .slick-prev::before, 
    .confirmation-slider .slick-next::before {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575.98px) {
    .heroimage {
        padding: 50px 0;
    }
    .core-wrap-se,
    .user-bgimage-se {
        background-position: center -280px;
    }
    .user-bgimage {
        padding: 100px 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }  
}








.custom-yellow-btn {
    color: var(--color-22);
    background: var(--color-mainyellow);
    border: 2px solid transparent;
}

.custom-yellow-btn:hover {
    color: var(--color-22);
    background: var(--color-yellow2);
    border: 2px solid var(--color-mainyellow);
}

.pricing-wrap {
    background: var(--color-ff);
    height: 100%;
    padding: 25px;
    border-radius: 8px;
    overflow: hidden;
}

.price-title {
    color: var(--color-mainblue);
}

.price-panel {
    padding: 0;
}

.price-info .price-amount {
    color: var(--color-22);
}

.price-notice {
    background: #FFF0D0;
    color: var(--color-22);
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    padding: 7px 20px;
    border: 1px solid var(--color-grey2);
    border-radius: 8px;
    max-width: fit-content;
    text-align: center;
    /* min-height: 56px; */
}

.price-notice__text {
    /* background: #FFF0D0;
    border: 1px solid var(--color-grey2);
    border-radius: 8px; */
}

.price-notice__highlight {
    color: var(--color-mainorange);
}

.price-btn {
    padding: 10px 40px;
}

.price-btn2 {
    color: var(--color-22);
    background: transparent;
    padding: 10px 40px;
    border: 2px solid var(--color-22);
}

.price-btn2:hover {
    color: var(--color-22);
    background: var(--color-mainyellow);
    padding: 10px 40px;
    border: 2px solid transparent;
}

.price-features {
    color: var(--color-22);
    font-size: 16px;
    margin: 0;
    padding: 0;
    min-height: auto;
}

.price-features .price-features__title {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.price-features li {
    font-size: 13px;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid var(--color-grey);
}

.price-features li:first-child {
    border-top: none;
}

.price-term-wrap {
    position: relative;
    background: var(--color-ff);
    border: 1px solid var(--color-grey2);
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
}

.price-term-save-content {
    padding: 10px 20px;
    border: 1px solid var(--color-mainblue);
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
}

.price-term {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-22);
    background: var(--color-ff);
    /* padding: 13px 30px; */
    padding: 10px 12px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
}

.price-term:hover,
.price-term.active {
    color: var(--color-22);
    background: #e7f1ff;
}

.price-term:first-child {
    border-right: 1px solid var(--color-grey);
    margin-right: -4px;
}

.price-term .fa-calendar {
    color: var(--color-mainblue);
    font-size: 18px;
}

.price-term:hover .fa-calendar,
.price-term.active .fa-calendar {
    color: var(--color-mainblue);
}

.price-amount__location-code {
    color: var(--color-70);
    font-size: 20px;
    font-weight: 400;
}

.price-amount__discount {
    color: var(--color-grey2);
    text-decoration: line-through;
}

.price-info-wrap {
    /* min-height: 100px; */
}

.price-info__extra {
    color: var(--color-70);
    font-size: 12px;
    font-weight: 400;
    min-height: 20px;
    /* margin-top: -5px; */
}

.price-info__extra-focus {
    background: #FFF0D0;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}

.monthly {
    display: none;
}

.pricing-wrap-popular {
    /* background: var(--color-yellow2); */
}

.pricing-hosting__title {
    font-size: 20px;
    font-weight: 700;
    background: var(--color-yellow2);
    padding: 15px;
}

.pricing-hosting-details {
    background: var(--color-yellow2);
    padding: 15px;
}

.pricing-hosting-details__head {
    border-bottom: 1px solid var(--color-grey);
    padding: 0 0 10px;
    min-height: 59px;
}

.pricing-hosting-info {
    /* padding: 15px; */
}

.pricing-hosting-info__title, 
.pricing-faq__title {
    font-size: 17px;
    font-weight: 700;
}

.pricing-hosting-info__content,
.pricing-faq__content {
    font-size: 15px;
    line-height: 1.75;
}

.top-portal-menu-wrap {
    position: relative;
    background: var(--color-70);
    padding: 0 0 2px 0;
    transition: all .3s;
    z-index: 1020;
    top: 0;
    margin-bottom: 0;
}

.top-portal-menu a {
    color: var(--color-ff);
    font-size: 11px;
    line-height: 1.5;
    margin: 0 15px;
    display: inline-block;
}

.top-portal-menu a:hover {
    text-decoration: underline;
}

#topMenuBar {
    transition: top .3s;
    z-index: 1021;
}

.video-wrapper,
.video-wrapper-hackathon {
    position: relative;
    cursor: pointer;
}

.play-button {
    position: absolute;
    width: 75px;
    height: 75px;
    background: var(--color-mainyellow);
    border-radius: 50%;
    border: 1px solid var(--color-mainyellow);
    display: grid;
    -webkit-box-align: center;
    place-items: center;
    transition: transform 400ms ease 0s;
    z-index: 2;
    /* box-shadow: rgb(248 185 43 / 40%) 0 0px 0px 6px; */
}

.play-button-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.play-button .play-icon {
    width: 35%;
    fill: var(--color-22);
    transform: scale(1);
}

.play-button:hover {
    /* cursor: pointer;
    transform: scale(1.1); */
}

.play-button::before {
    content: "";
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-mainyellow);
    border-radius: 50%;
    transform: scale(1.2);
}

.video-wrapper:hover .play-button,
.video-wrapper-hackathon:hover .play-button {
    cursor: pointer;
    transform: scale(1.1);
}

.video-wrapper:hover .video-title-wrapper,
.video-wrapper-hackathon:hover .video-title-wrapper {
    display: block;
}

#overlay-video {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    /* display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center; */
}

.video-area {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.video-container,
.iframe-container {
    position: relative;
    /* width: 70vw; */
    width: 100%;
    max-width: 1000px;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    float: none;
    clear: both;
}

.video-container iframe,
.iframe-container iframe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 75%;
}

.google-login-btn,
.linkedin-login-btn {
    width: 100%;
}

.google-login-btn img {
    width: 20px;
    margin-right: 8px;
}

.linkedin-login-btn i {
    font-size: 20px;
    margin-right: 8px;
}

button:focus {
    outline: none;
}

.download-free-text {
    position: absolute;
    color: var(--color-mainblue);
    top: 0;
    right: 0;
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .top-portal-menu a {
        font-size: 13px;
        padding: 10px 10px;
    }
}


/** features **/

.pages-section h2 {
    font-size: 20px;
    display: inline-block;
}
.pages-section h3 {
    font-size: 18px;
}
.pages-section h4 {
    font-size: 16px;
}
.pages-section h5 {
    font-size: 15px;
}
.pages-section h6 {
    font-size: 14px;
}

.pages-section h2 span {
    color: var(--color-ff);
    background: var(--color-mainblue);
    padding: 6px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.pages-section h2 span[class^="ez"],
.pages-section h2 span[class^="eb"] {
    color: var(--color-22);
    background: var(--color-ff);
    padding: 0px;
}

.nav-menu {
    padding: 14px 15px;
}

ul.top-menu > li {
    padding: 15px 0px;
}

ul.top-menu .sub-menu {
    /* min-width: 220px; */
    top: 50px;
    padding: 10px;
    min-width: max-content;
    z-index: 5;
}

.sub-menu a:hover {
    background: #e8f2fc;
    color: var(--color-mainblue);
    border-radius: 8px;
}

.top-menu > .menu-item a:hover::before {
    width: 100%;
    left: 0;
}

.top-menu > .menu-item .sub-menu a:hover::before {
    width: 0%;
}

 .top-menu .menu-item-has-children a::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding: 0 0 0 8px;
    font-size: 14px;
} 

.top-menu .sub-menu a::after {
    content: '';
    display: none;
}

.sub-menu a {
    color: var(--color-22);
}

.feature-banner  .container {
  position: relative;
  z-index: 2;
}

.feature-banner {
    position: relative;
    background: #001524;
    color: var(--color-ff);
    overflow: hidden;
}

.features-bg-image {
    position: absolute;
    top: -190px;
    right: -540px;
    width: 900px;
}

.feature-banner .feature-banner__title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 28px;
    /* font-weight: 400; */
    font-weight: 700;
    color: var(--color-ff);
    margin-bottom: 30px;
}

.feature-banner .feature-banner__subtitle {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-ff);
    margin-bottom: 30px;
}

.feature-banner .feature-banner__content {    
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-ff);
    margin-bottom: 30px;
}

.feature-btn {
    color: var(--color-ff);
    background: transparent;
    padding: 10px 30px;
    border: 2px solid var(--color-ff);
}

.feature-core-wrapper {
    background: var(--color-ff);
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding: 25px 25px;
    border-radius: 8px;
}

.feature-core-wrapper i,
.pricing-core-area i {
    color: var(--color-22);
    font-size: 36px;
    /* margin: 0 0 10px; */
}

.feature-core-wrapper__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-mainblue);
    margin: 0 0 15px;
}

.feature-core-wrapper p,
.feature-core-wrapper__content {
    font-size: 15px;
    margin: 15px 0 0 0;
}

.feature-core-items__img-div {
    display: flex;
    width: 85%;
    margin: auto;
}

.feature-core-items img {
    border: 1px solid var(--color-grey);
    border-radius: 8px;
}

.feature-core-items p {
    /* color: var(--color-70); */
    font-size: 16px;
}

.feature-core-title,
.hire-expert-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-22);
    text-transform: capitalize;
}

.feature-logo {
    width: auto;
    max-height: 100px;
}

.font-b {
    font-weight: 700;
}

.font-b-600 {
    font-weight: 600;
}

.custom-divider {
    background: var(--color-70);
    width: 75px;
    height: 6px;
    margin: 0 auto;
    border-radius: 4px;
}

.section-blue {
    background: #F5FAFF;
}

.feature-core-video {
    position: relative;
    width: 100%; 
    margin: auto;
}

.feature-core-video video {
    width: 100%;
    display: block;
    border-radius: 8px;
}

@media only screen and (min-width: 991.98px) {
    ul.top-menu .menu-item:hover > .sub-menu {
        display: block !important;
    }
}

@media only screen and (max-width: 991.98px) {
    ul.top-menu > li {
        margin: 0;
        padding: 13px 0px;
    }
    ul.top-menu .sub-menu {
        top: 5px;
        padding: 0px;
    }
    .sub-menu a {
        color: var(--color-footergrey);
        font-size: 12px;
        margin: 6px 0px;
        padding: 8px 5px;
    }
    .feature-banner .feature-banner__title {
        font-size: 24px;
    }
    .feature-btn {
        padding: 10px 25px;
    }
}
/** features **/

/*.pages-section h2 span:not([class^="ez-toc-section"]) {*/
/*    color: var(--color-ff);*/
/*    background: var(--color-mainblue);*/
/*    padding: 6px;*/
/*    -webkit-box-decoration-break: clone;*/
/*    box-decoration-break: clone;*/
/*}*/

#ez-toc-container a.ez-toc-toggle {
    border: none;
}

#ez-toc-container {
    
}


/* Hackathon page */
.hackathon-section {
    position: relative;
    background: #001524;
    color: var(--color-ff);
    overflow: hidden;
    padding: 90px 0;
}

.hackathon-section p {
    color: var(--color-ff);
}

.create-time:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background: -o-linear-gradient(top,#381dc2,#2cefff);
    background: -webkit-gradient(linear,left top,left bottom,from(#381dc2),to(#2cefff));
    background: linear-gradient(180deg,#381dc2,#2cefff);
}

.create-time-item {
    padding: 25px;
}

.hackathon-banner {
    position: relative;
    color: #fff;
    background: -o-linear-gradient(left,#4588D8,#00273F);
    background: -webkit-gradient(linear,left top,right top,from(#4588D8),to(#00273F));
    background: linear-gradient(to right,#4588D8,#00273F);
    border-radius: 20px;
    padding: 50px 0 60px 40px;
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.hackathon-img {
    /* position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: auto; */
}

.timeline-container {
    position: relative;
}

.timeline-body {
    padding-left: 100px;
    margin-bottom: 60px;
}

.timeline-container:last-child .timeline-body {
    margin-bottom: 30px;
}

.timeline-title {
    color: #fff;
    font-size: 20px;
}

.num-stages {
    position: absolute;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #4588D8;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #3e4048;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1;
}

.num-stages:before {
    /* content: "";
    position: absolute;
    left: 50%;
    top: 60px;
    width: auto;
    height: 200px;
    z-index: 1;
    border: 1px dashed #3a3c50;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s; */
}

.timeline-container:last-child .num-stages:before {
    display: none;
}

/* .hackathon-stages .timeline-container .num-stages:before {
    height: 100px;
} */

.create-time ul {
    list-style: none;
    padding-left: 0;
}

.create-time li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
}

.create-time li:before {
    /* content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    z-index: 1;
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg);
    height: 14px;
    width: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff; */
}

.hackathon-form .content-wrap {
    max-width: 660px;
    color: #fff;
    margin: 0 auto;
    background: #1e202a;
    border-radius: 20px;
    padding: 60px 40px 50px;
    display: none;
}

.hackathon-form-section {
    display: none;
}

.hackathon-form-section.hackathon-form-active {
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .create-time:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hackathon-img {
        display: none;
    }
}

span.wpcf7-list-item {
    padding-left: 35px;
    text-indent: -25px;
    margin: 0 0 4px 16px !important;
    display: block;
}

.create-time ul {
    list-style: square;
    padding-left: 18px;
}

.create-time li {
    padding-left: 2px;
}

.hackathon-section p {
    font-size: 15px;
}

.hackathon-banner2 {
    position: relative;
    background: #000;
    color: #fff;
    padding: 24px 24px;
    border: 1px solid #333;
    border-radius: 8px;
    text-align: left;
    background: rgb(0,0,0);
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,33,73,1) 100%);
    overflow: hidden;
}

.hackathon-banner3 {
    position: relative;
    background: #000;
    color: #fff;
    padding: 24px;
    border: 1px solid #333;
    border-radius: 8px;
    height: 100%;
    min-height: 151px;
    background: rgb(0,0,0);
    background: linear-gradient(315deg, rgba(0,0,0,1) 0%, rgba(0,33,73,1) 100%);
    overflow: hidden;
}

.hackathon-img {
    position: relative;
    width: 250px;
}

.hackathon-title {
    font-size: 50px;
    color: #fff;
}

.border-left-70 {
    border-left: 1px solid #707070;
}

@media only screen and (max-width: 991.98px) {
    .hackathon-title {
        font-size: 32px;
    }
    .border-left-70 {
        border-left: none;
    }
    .num-stages:before {
        height: 275px;
    }
    .create-time-item {
        padding: 20px;
    }
    .eb-pricing-title {
        font-size: 20px !important;
    }
    .eb-pricing .eb-pricing-button {
        padding: 10px !important;
    }
    .pages-section blockquote p {
        font-size: 24px;
    }
    .sub-menu a:hover {
        background: transparent;
    }
}

@media only screen and (max-width: 767px) {
    .num-stages {
        display: none;
    }
    .timeline-body {
        padding-left: 0;
    }
    .num-stages:before {
        height: 330px;
    }
    .winner-icon,
    .runner-badge {
        display: none;
    }
    .slick-slide {
        margin: 15px;
    }
    .licence-type-info {
      max-width: 200px;
    }
    .confirmation-p {
        font-size: 20px;
    }
    .pages-section blockquote p {
        font-size: 20px;
    }
}

/* payment page*/
.licence-type-btn {
    padding: 15px 15px;
    border-width: 2px;
}

.licence-type-btn.active {
    border: 2px solid var(--color-mainblue);
}

.licence-type-btn:hover {
    border: 2px solid var(--color-mainblue);
    cursor: pointer;
}

.licence-type-text {
    color: var(--color-mainblue);
    font-size: 16px;
    font-weight: 700;
}

.licence-type-amount {
    color: var(--color-22);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.licence-type-subtext {
    color: var(--color-footergrey);
    font-size: 13px;
    font-weight: 400;
}

.licence-type-2 {
    display: none;
}

#payment-terms .form-check-inline {
    width: 42%;
}

.payment-info-amountStyle {
    color: var(--color-mainblue);
}

.testimonial-item {
    padding: 20px;
    text-align: left;
    border: 1px solid #204965;
    border-radius: 6px;
    /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1), 0 0 10px 1px rgba(255, 255, 255, 0.1);*/
}

.testimonial-text p {
    font-size: 15px;
    color: var(--color-darkblue);
}

.testimonial-text p strong {
    font-weight: 600;
    color: var(--color-mainblue);
}

.testimonial-name,
.testimonial-title {
    color: var(--color-70);
    font-size: 14px;
    font-style: italic;
}

.testimonial-name {
    font-size: 15px;
    font-weight: 700;
}

.testimonial-title {
    font-size: 13px;
    font-weight: 400;
}

.testimonial-logo img {
    width: auto;
    max-width: 170px;
    max-height: 50px;
}



.home-testimonial-wrap {
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1), 0 0 10px 1px rgba(255, 255, 255, 0.1);
}

.home-testimonial-text p {
    font-size: 15px;
    color: var(--color-darkblue);
}

.home-testimonial-text p strong {
    font-weight: 600;
    color: var(--color-mainblue);
}

.home-testimonial-name,
.home-testimonial-title {
    color: var(--color-darkblue);
    font-size: 14px;
}

.home-testimonial-name {
    font-size: 15px;
    font-weight: 700;
}

.home-testimonial-title {
    font-size: 13px;
    font-weight: 400;
}

.home-testimonial-logo img {
    width: auto;
    max-width: 170px;
    max-height: 50px;
}













/* new feature */
.features-category {
    color: var(--color-22);
    font-size: 14px;
    font-weight: 600;
}

.features-category:hover,
.features-category.active {
    color: var(--color-mainblue);
    text-decoration: var(--color-mainblue) underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.feature-core-wrap {
    background: var(--color-lightblue);
    color: var(--color-22);
    font-size: 18px;
    height: 100%;
    padding: 25px 20px;
    border: 1px solid var(--color-grey);
    border-radius: 8px;
}

.feature-core-wrap h3 {
    min-height: 48px;
}

.feature-core-wrap p {
    margin-bottom: 0;
}

.feature-core-image {
    width: 100%;
    max-width: 200px;
}

.feature-core-logos {
    overflow: hidden;
}

.feature-core-logos:before, .feature-core-logos:after {
    content: "";
    display: inline-block;
    width: 35%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid var(--color-70);
    opacity: .25;
}

.feature-core-logos:after {
    margin: 0 -55% 0 .5em;
}

.feature-core-logo {
    width: auto;
    height: 100%;
    max-height: 70px;
    margin: 0 15px;
}

.feature-short-testimonial-wrap {
    padding: 20px;
}

.feature-short-testimonial-name {
    color: var(--color-70);
    font-style: italic;
}

.feature-core-list ul {
    /* padding-left: 18px; */
}

.feature-core-list li {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-22);
    margin: 20px 0;
    padding-left: 2px;
}

.feature-core-list .fa-circle-check {
    color: var(--color-mainblue);
    font-size: 18px;
    margin: 4px 10px 0 0; 
}

#mainNav .fa-angle-down {
    font-size: 16px;
    margin: 0px 0 0 5px;
    padding: 5px;
    transform: translateY(2px);
    position: relative;
}

#mobileNav .fa-angle-down {
    font-size: 16px;
    margin: -2px 0 0 0px;
    padding: 5px 8px 5px 15px;
    position: absolute;
}



/* Download Table*/
.download-info table {
    display: none;
}

.download-info table.active {
    display: block;
}

.download-info table tr {
    border: none !important;
}

.download-info table tr:nth-of-type(odd) {
    background: #f4f5f7;
}

.download-info table tr td {
    font-size: 14px;
    border: none !important;
}

.download-info table tr td:first-child {
    font-weight: bold;
    width: 20%;
    max-width: 150px;
    text-align: right;
    border-top-left-radius: 0;
}

.download-info table tr td:last-child {
    width: 80%;
    text-align: left;
}
/* Download Table*/



/* Pricing Toggle */
.pricing-switch-menu a {
    color: var(--color-22);
    line-height: var(--title-line-height);
}
.nav.nav-underline {
    position: relative;
    width: fit-content;
    margin: auto;
}
.nav-underline .slider {
    position: absolute;
    background-color: var(--color-mainblue);
    left: 1%;
    bottom: 0;
    width: 49%;
    height: 4px;
    transition: all .3s linear;
    display: inline-block;
}
.nav-underline .nav-link:first-child.active ~ .slider {
    transform: translateX(0);
}
.nav-underline .nav-link:nth-child(2).active ~ .slider {
    transform: translateX(100%);
}

.pricing-item {
    height: 100%;
    padding: 30px 25px;
    border: 1px solid rgba(9,9,9,.1);
    border-radius: 4px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: .3s;
}
.pricing-header {
    padding-bottom: 30px;
}
.pricing-title {
    color: var(--color-mainblue);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
}
.pricing-subtitle {
    color: var(--color-70);
    font-size: 16px;
    line-height: 20px;
}

.pricing-tag {
    position: relative;
    padding: 15px 0 15px;
    margin-bottom: 20px;
}
.pricing-tag:after {
    content: "";
    position: absolute;
    background-color: #090909;
    left: 22%;
    bottom: 0;
    width: 55%;
    height: 1px;
    margin: auto;
    opacity: 0.05;
}
.pricing-currency {
    font-size: 36px;
    font-weight: 700;
}
.pricing-amount {
    font-size: 36px;
    font-weight: 700;
}
.pricing-amount.pricing-amount-custom {
    font-size: 32px;
    font-weight: 500;
}
.pricing-period {
    color: var(--color-footergrey);
    font-size: 16px;
}
.pricing-tax {
    color: var(--color-footergrey);
    font-size: 13px;
    min-height: 15px;
    display: block;
}
.pricing-features {
    color: var(--color-70);
    font-size: 14px;
}
.pricing-features li {
    margin: 25px 0;
    min-height: 21px;
}
.pricing-features i.fa-check {
    color: var(--color-mainblue);
    font-size: 20px;
    margin: 0px 8px 0 0;
}
.pricing-button-wrapper {
    margin-top: 35px;
}
.pricing-item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
}
.pricing-item-focus::before {
    content: "";
    position: absolute;
    background: var(--color-mainblue);
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    display: block;
}
/* Pricing Toggle */





/* Blog - Table of Contents */
.eb-toc-container .eb-toc-button {
    display: none;
}
.eb-toc__heading-anchor {
    vertical-align: top !important;
}
.wp-block-essential-blocks-table-of-contents .eb-parent-wrapper .eb-toc-container {
    background-color: #fff;
    padding: 0px; 
    border-radius: 0px;
}
.eb-parent-wrapper .eb-toc-container .eb-toc__list-wrap > .eb-toc__list li .eb-toc__list {
    background: transparent !important;
}
.eb-parent-wrapper .eb-toc-container.list-style-none .eb-toc__list {
    list-style-type: disc;
    padding: 10px 30px;
}
.eb-parent-wrapper .eb-toc-container .eb-toc__list .eb-toc__list {
    padding: 6px 20px;
}
.eb-toc__list-wrap>.eb-toc__list>li>.eb-toc__list {
    margin-top: 0px !important;
}
.eb-parent-wrapper .eb-toc-container.style-1.list-style-none .eb-toc__list-wrap>.eb-toc__list>li>.eb-toc__list li a {
    padding-left: 0px;
}
.eb-toc-container.style-1.list-style-none .eb-toc__list-wrap>.eb-toc__list>li>.eb-toc__list li a:before {
    display: none;
}
/* Blog - Table of Contents */


/* New sign up form */
/* input.invalid {
    background-color: #ffdddd;
} */

/* Hide all steps by default */
.step-tab {
    display: none;
}
/* New sign up form */

/* new payment page */
.form-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-mainblue);
    margin-bottom: 10px;
}
.feature-icon {
    color: #ffffff;
    background: #4588D8;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    padding: 4px 15px;
    border-radius: 25px;
    display: inline-block;
}
.licence-type-btn.active {
    background: #F5FAFF;
}
/* new payment page */