body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Gellix';
}

*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h2 {
    margin: 0 0 12px;
    font-size: 55px;
    line-height: 60px;
    color: #0B2783;
    font-weight: 300;
    text-transform: capitalize;
}
p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	margin: 0;
    display: inline-block;
}
.container{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}
.header_sec {
    padding: 26px 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    top: 0;
    transition: ease 0.3s;
}
.header_sec.sticky_header {
    position: sticky;
    background: linear-gradient(90deg, rgba(11, 39, 131, 1) 26%, rgba(1, 16, 64, 1) 100%);
}
.header_wrap {
    display: flex;
    align-items: center;
}
.header_logo {
    width: 15%;
}
.header_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    gap: 32px;
}
.header_right {
    width: 15%;
    text-align: right;
}
.header_nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.header_nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}
.header_logo img {
    width: 100%;
    display: block;
}
.header_login_btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    justify-content: flex-end;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 50px;
    padding: 13px 34px;
    line-height: normal;
    transition: ease 0.3s;
    margin-left: auto;
}
.header_nav ul li a:hover {
    color: #02A2EB;
}
.header_login_btn a:hover, 
.button_wrap a:hover {
	background: #02A2EB;
	border-color: #02A2EB;
	color: #fff;
}
.banner_sec {
    position: relative;
}
.banner_img img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.banner_content {
    position: absolute;
    top: 207px;
    width: 100%;
    left: 0;
}
.banner_content_wrap .banner_sbtitle {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}
.banner_content_wrap h1 {
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 300;
    margin: 12px 0 15px;
}
.font_bold {
    font-weight: 700;
    color: #0B2783;
}
.banner_content_wrap {
    max-width: 572px;
}
.banner_content_wrap p {
    color: #fff;
}
.button_wrap a {
    display: flex;
    color: #0B2783;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #0B2783;
    width: fit-content;
    border-radius: 50px;
    padding: 16px 20px 18px 35px;
    gap: 40px;
    transition: ease 0.3s;
}
.banner_content_wrap .button_wrap a {
	border-color: #fff;
	color: #fff;
}
.banner_content_wrap .button_wrap {
    margin-top: 34px;
}
.button_wrap a svg {
    transition: ease 0.3s;
}
.button_wrap a:hover svg {
    transform: rotate(55deg);
}
.button_wrap a:hover svg path{
	fill: #fff;
}
.transform_workflow_content {
    text-align: center;
    max-width: 886px;
    margin: 0 auto;
}
.transform_workflow_content .button_wrap a {
    margin: auto;
}
.transform_workflow_content .button_wrap {
    margin-top: 30px;
}
.transform_workflow_content p {
    max-width: 656px;
    margin: auto;
}
.transform_workflow_sec {
    padding: 30px 0 70px;
}
.transform_workflow_wrap {
    position: relative;
}
.transform_workflow_wrap:before, 
 .transform_workflow_wrap:after{
    content: '';
    background-image: url('/wp-content/uploads/2025/03/bg_pattern.png');
    width: 264px;
    height: 234px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 80px;
    z-index: 1;
}
.transform_workflow_wrap:after{
	left: auto;
	right: 0;
}
.video_wrap {
    text-align: center;
    max-width: 1035px;
    margin: 43px auto 0;
}
.video_inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-bottom: 54%;
}
.video_inner video {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}
.video_inner video::-webkit-media-controls {
    opacity: 0;
}
.cloud_base_title {
    max-width: 656px;
}
.cloud_base_items {
    padding-top: 43px;
}
.cloud_base_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.cloud_base_item_inner { 
    background: #0B80AC;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.cloud_base_content {
    padding: 50px 50px 0;
}
.cloud_base_content h4 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}
.cloud_base_content p {
    color: #fff;
}
.cloud_base_content .button_wrap {
    margin-top: 33px;
}

.cloud_base_content .button_wrap a {
    margin: 0 auto;
    border-color: #fff;
    color: #fff;
}
.cloud_base_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.cloud_base_sec {
    position: relative;
}
.cloud_base_items .slick-slide:nth-child(3) .cloud_base_item_inner {
    background: #375CC9;
    align-items: center;
}
.cloud_base_items .slick-slide:nth-child(2) .cloud_base_item_inner {
    background: #0B2783;
}
.cloud_base_items .slick-track {
    display: flex;
}
.cloud_base_items .slick-slide {
    padding: 0 8px;
    height:auto;
}
.cloud_base_items .slick-slide div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
button.slick-arrow {
    position: absolute;
    right: 0px;
    top: -68px;
    font-size: 0;
    background: #fff;
    outline: none;
    padding: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    cursor: pointer;
}
.happy_customer_sec button.slick-arrow {
    right: 50px;
    top: 68px;
}
.happy_customer_sec button.slick-arrow.slick-prev {
    right: 120px;
}
button.slick-arrow.slick-prev {
    right: 70px;
    transform: rotate(180deg);
}
button.slick-arrow:before {
    content: '';
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    height: 16px;
    width: 16px;
    position: absolute;
    left: -8px;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.slick-arrow:hover {
    background: #02A2EB;
    border-color: #02A2EB;
}
.slick-arrow:hover:before {
    border-color: #fff;
}
.seamless_sec {
    padding: 122px 0;
    position: relative;
}
.seamless_sec:after {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/bg_pattern.png');
    width: 264px;
    height: 234px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 25px;
    z-index: 1;
}
.seamless_sec:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/bg-ellipse.png');
    width: 433px;
    height: 456px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    background-position: left;
    transform: translateY(-50%);
    z-index:-1;
}
.seamless_title p {
    max-width: 656px;
    margin: auto;
}
.seamless_title {
    text-align: center;
}
.seamless_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 37px;
    margin-top: 53px;
}
.seamless_item_inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 0px 17px rgb(0 0 0 / 10%);
    padding: 21px 32px;
}
.seamless_item_inner img {
    width: 100%;
    display: block;
    height: 55px;
    object-fit: contain;
}
.access_data_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 62px;
}
.access_left img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.access_right_inner p {
    margin: 0 0 20px;
    max-width: 656px;
}
.access_right_inner h2 {
    max-width: 386px;
    margin-bottom: 21px;
}
.access_right_inner .button_wrap {
    margin-top: 33px;
}
.access_right_inner {
    padding: 52px 0;
}
.access_data_sec {
    padding-bottom: 100px;
}
.access_right img {
    width: 100%;
    display: block;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.benefits_sec {
    position: relative;
    padding: 30px 0 98px;
    background: #F9F9F9;
    margin-top: 85px;
}
.benefits_sec:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/benefit_wave-1.png');
    height: 90px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -90px;
}
.benefits_title {
    text-align: center;
}
.benefits_title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}
.benefits_title .benefits_title_logo img {
    max-width: 228px;
    width: 100%;
    height: 62px;
    object-fit: contain;
}
.benefits_title p {
    max-width: 748px;
    margin: 0 auto;
}
.benefits_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin-top: 45px;
}
.benefits_item_icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
}
.benefits_item_content h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin: 0 0 10px;
}
.benefits_item_content p {
    max-width: 381px;
}
.benefits_item_inner {
    border: 1px solid #BEBEBE;
    border-radius: 20px;
    padding: 45px 45px 68px 40px;
}
.benefits_item_icon {
    margin: 0 0 26px;
}
.user_friendly_wrap_inner {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(11, 39, 131, 1) 0%, rgba(4, 21, 77, 1) 100%);
}
.user_left {
    width: 45%;
    padding: 60px;
}
.user_right {
    width: 55%;
}
.user_left_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.user_right_inner {
    height: 100%;
}
.user_right img {
    width: 100%;
    display: block;
    height: 100%;
}
.user_left_inner h2 .font_bold, 
.user_left_inner h2, 
.user_left_inner p {
    color: #fff;
}
.user_left_inner .button_wrap a {
    border-color: #fff;
    color: #fff;
}
.user_left_inner .button_wrap {
    margin-top: 33px;
}
.user_left_inner p {
    max-width: 408px;
}
.user_left_inner h2 {
    max-width: 447px;
}
.user_friendly_wrap {
    padding-top: 88px;
}
.happy_customer_sec {
    margin: 75px 0;
    overflow:hidden;
}
.happy_customer_title h2 {
    max-width: 461px;
}
.testimonial_item_inner {
    border: 1px solid #BEBEBE;
    border-radius: 20px;
    padding: 35px 32px 35px 32px;
    position: relative;
}
.testimonial_item_inner p {
    font-size: 19px;
    margin: 0 0 15px;
    line-height: 30px;
    font-weight: 500;
    max-width: 329px;
    font-style: italic;
}
.author_name span {
    color: #0B2783;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding-left: 41px;
}
.author_name span:before {
    content: '';
    width: 31px;
    height: 2px;
    background: #0B2783;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.author_outer {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    margin-top: auto;
}
.testimonial_item .quote, 
.author_name {
    display: flex;
}
.testimonial_items {
    padding-top: 43px;
    min-width: 100vw;
    position: static !important; 
}
.happy_customer_sec .container {
    position: relative;
}
.testimonial_items .slick-track {
    display: flex !important;
}
.testimonial_items .slick-slide {
    padding: 0 8px;
}
.testimonial_items .slick-slide>div, 
.testimonial_item {
    height: 100%;
}
.testimonial_items .draggable {
    padding-right: 20%;
}
.optimize_workflow .access_right_inner h2 {
    max-width: 590px;
}
.optimize_workflow  .access_right_inner .button_wrap {
    margin-top: 15px;
}
.faq_wrapper {
    display: flex;
}
.faq_left {
    width: 45%;
}
.faq_right {
    width: 55%;
}
.faq_left img {
    width: 100%;
    display: block;
}
.faq_title h2 {
    max-width: 425px;
}
.faq_left_inner {
    padding-right: 100px;
}
.faq_title p {
    max-width: 640px;
}
.at-title {
    cursor: pointer;
    position: relative;
    padding-right:20px;
}
.at-title:after {
    content: '';
    background: #000;
    width: 35px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.at-title:before {
    content: '';
    height: 35px;
    width: 2px;
    background: #000;
    position: absolute;
    right: 16px;
    transform: translateY(-50%);
    top: 50%;
}
.at-title.active:before {
    opacity: 0;
    visibility: hidden;
}
.accordion .at-title h5 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: #000;
    padding: 16px 0 21px;
}
.accordion .at-tab {
    padding-bottom: 25px;
    display: none;
}
.faq_right_inner .accordion {
    margin-top: 35px;
}
.at-item {
    border-top: 1px solid #D9D9D9;
}
.at-item:last-child {
    border-bottom: 1px solid #D9D9D9;
}
.faq_sec {
    padding-bottom: 84px;
}
.vibe_pro_sec {
    margin: 75px 0;
}
.vibe_pro_left img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.vibe_pro_wrapper {
    background: #0B80AC;
    border-radius: 20px;
    overflow: hidden;
}
.vibe_pro_items {
    display: flex;
}
.vibe_pro_left {
    width: 65%;
}
.vibe_pro_right {
    width: 35%;
}
.vibe_right_inner {
    color: #fff;
    text-align: center;
    padding: 21px 30px 75px;
}
.vibe_right_inner span {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}
.vibe_above_content h3, 
.vibe_above_content h3 span {
    font-size: 38px;
    line-height: 60px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 11px;
}
.vibe_above_content h3 span{
    font-weight: 700;
}
.vibe_above_content {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 25px;
    margin-bottom: 11px;
    margin-left: -30px;
    margin-right: -30px;
}
.vibe_below_content h2 {
    color: #fff;
    font-size: 45px;
    line-height: normal;
    font-weight: 800;
    text-transform: inherit;
}
.vibe_below_content span {
    font-size: 20px;
}
.vibe_below_content ul {
    margin-top: 39px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 23px;
}
.vibe_below_content ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
}

.vibe_below_content ul li:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/vibecheck.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    top:2px;
}
.footer_sec {
    background: #030D2F;
    border-radius: 70px 70px 0px 0px;
    padding: 60px 0 0;
}
.footer_logo img {
    max-width: 170px;
    height: 46px;
    object-fit: contain;
    width: 100%;
}
.newsletter p {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.footer_logo {
    margin-bottom: 60px;
}
.newsletter_input {
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 200px;
    padding: 13px 20px;
    justify-content: space-between;
}
.newsletter_input input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
}
.newsletter_input .tnp.tnp-subscription form .tnp-field label {
    display: none;
}
/**newsletter**/
.newsletter_input .tnp.tnp-subscription {
    margin: 0;
}
.newsletter_input .tnp.tnp-subscription form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter_input .tnp.tnp-subscription form .tnp-field {
    margin: 0;
    height: 100%;
}
.newsletter_input .tnp.tnp-subscription form .tnp-field input.tnp-submit {
    height: 100%;
    min-height: inherit;
    width: 100%;
}

.newsletter_input .tnp.tnp-subscription form .tnp-field input.tnp-email {
    background: transparent;
    padding: 0;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
}
.newsletter_input .tnp.tnp-subscription .tnp-field-email {
    width: 100%;
}
.newsletter_input .tnp.tnp-subscription form .tnp-field input.tnp-submit {
    padding: 0;
    background: transparent;
    font-size: 0;
    outline: none;
    position: relative;
}
.newsletter_input input::placeholder {
    color: #fff;
}
.social_items {
    margin-top: 50px;
}
.social_items ul {
    display: flex;
    align-items: center;
    gap: 27px;
}
.social_items ul a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.3s;
}
.social_items ul a:hover{
    background: #02A2EB;
    border-color: #02A2EB;
    transform: scale(1.2);
}
.footer_items {
    display: flex;
    gap: 80px;
}
.footer_item {
    width: 25%;
}
.footer_item.newsletter_item {
    width: 38%;
}
.footer_item h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.footer_item_inner a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
}
.footer_item_inner a:hover, 
.footer_item_inner.contact_item li a:hover span, 
.copyright_wrap ul a:hover {
    color: #02A2EB;
}
.footer_item_inner.contact_item ul {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}
.footer_item_inner.contact_item li, 
.footer_item_inner.contact_item li a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
.footer_icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
}
.footer_wrap {
    padding-bottom: 80px;
}
.copyright_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright_wrap {
    border-top: 1px solid #192961;
    padding: 20px 0;
}
.copyright_wrap ul a {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    position: relative;
    padding: 0 20px;
    display: inline-block;
}
.copyright_wrap ul a:after {
    content: '|';
    position: absolute;
    right: 0;
}
.copyright_wrap ul li:last-child a:after {
    content: inherit;
}

/*Contact page*/

.contact_form_wrap {
    display: flex;
}
.contact_form_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.contact_form_left img {
    width: 100%;
    display: block;
}
.contact_form_right {
    width: 60%;
    padding-left: 94px;
}
.contact_sec {
    padding: 50px 0 77px;
}
.contact_form_right_title {
    margin: 0 0 30px;
}
.contact_form_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -19px;
}
.contact_form_item {
    width: 50%;
    padding-left: 19px;
    padding-bottom: 19px;
}
.contact_form_item:last-child {
    width: 100%;
}
.contact_form_item input, 
.contact_form_item textarea {
    width: 100%;
    border: 1px solid #D9D9D9;
    outline: none;
    border-radius: 6px;
    padding: 17px 25px;
    font-family: 'Gellix';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}
.contact_form_item input::placeholder, 
.contact_form_item textarea::placeholder {
    color: #000;
}
.contact_form_item textarea {
    height: 127px;
}

.submit_btn input:hover {
    background: #02A2EB;
    border-color: #02A2EB;
    color: #fff;
}
.submit_btn input {
    display: inline-block;
    border: 1px solid #0B2783;
    border-radius: 200px;
    text-transform: uppercase;
    padding: 17px 12px;
    font-size: 16px;
    font-weight: 700;
    color: #0B2783;
    width: 100%;
    max-width: 231px;
    text-align: center;
    line-height: normal;
    transition: ease 0.3s;
    background: transparent;
    cursor: pointer;
}
.wpcf7-response-output {
    text-align: center;
    font-size: 14px;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
.submit_btn a:hover{
    background: #02A2EB;
    border-color: #02A2EB;
    color: #fff;
}
.additional_sec {
    padding-bottom: 68px;
}
.additional_title {
    text-align: center;
    margin: 0 0 44px;
}
.additional_title h2 {
    max-width: 454px;
    margin: 0 auto 12px;
}
.additional_title p {
    max-width: 950px;
}
.address_inner {
    max-width: 741px;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 54px 79px;
}
.address_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.address_item:not(:last-child) {
    border-right: 1px solid #D9D9D9;
    padding-right: 20px;
    padding-left: 0;
}
.address_item {
    padding-left: 50px;
}
.address_item h4 {
    margin: 0 0 15px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
}
.address_item li, 
.address_item li a {
    font-size: 16px;
    color: #000;
    line-height: 21px;
    font-weight: 500;
}
.address_item li a strong {
    font-size: 18px;
}
.address_item:last-child li:not(:last-child) {
    margin: 0 0 11px;
}
span.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 21px;
    display: block;
}

/*End Contact page*/

/*Start Demo page*/

.demo_banner .banner_content_wrap .button_wrap .watch_videos {
    background: #fff;
    color: #0B2783;
}
.demo_banner .banner_content_wrap {
    max-width: 660px;
}

.demo_banner .banner_content_wrap .button_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.demo_banner .banner_content_wrap .button_wrap .watch_videos:hover{
    background: #02A2EB;
    border-color: #02A2EB;
    color: #fff;
}
.wave_sec {
    margin-top: 125px;
    position: relative;
    padding: 30px 0 0;
    background: #F9F9F9;
}
.wave_sec:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/benefit_wave.png');
    height: 90px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -90px;
}
.book_demo {
    margin: 60px 0 110px;
}
.book_demo_title {
    text-align: center;
    max-width: 1048px;
    margin: 0 auto;
}
.book_demo_title h2 {
    margin: 0 0 28px;
}
.book_demo_title .button_wrap {
    margin-top: 42px;
}
.book_demo_title .button_wrap a {
    justify-content: center;
    margin: 0 auto;
}
/*End Demo page*/

/*Start Featureslist page*/

.features_banner .banner_content {
    top: 50%;
    transform: translateY(-50%);
}
#tabs-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    justify-content: center;
    margin-bottom: 70px;
}
#tabs-nav li a {
    display: flex;
    align-items: center;
    border: 1px solid #0B2783;
    border-radius: 200px;
    padding: 5px 16px 5px 13px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0B2783;
    line-height: 1;
    gap: 15px;
    width: 100%;
    max-width: 325px;
}
#tabs-nav li.active a {
    background: #0B2783;
    color: #fff;
}
.tabs_sec {
    padding: 80px 0 0px;
}
#tabs-nav li a svg {
    width: 43px;
    height: 43px;
}
.tab_content_title {
    text-align: center;
    margin: 0 0 50px;
}
.tab_content_title p {
    max-width: 718px;
}
.tab_content_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.tab_content_item_inner {
    border: 1px solid #BEBEBE;
    border-radius: 20px;
    padding: 25px 38px;
    overflow: hidden;
    height:100%;
}
.tab_item_icon svg {
    width: 88px;
    height: 88px;
}
.tab_item_content h4 {
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.tab_item_content {
    margin-top: 20px;
}
.tab_item_content p {
    max-width: 329px;
}
.tab_item_content .button_wrap {
    padding-top: 50px;
}
.tab_item_content .button_wrap a {
    padding: 0;
    border: none;
    font-weight: 600;
    gap: 16px;
}
.tab_item_content .button_wrap a:hover{
    background: transparent;
    color: #02A2EB;
}
.tab_item_content .button_wrap a:hover svg path{
    fill: #02A2EB;
}
.tab_item_content .button_wrap a:hover svg {
    transform: translateX(5px);
}
.features_cloud {
    padding-bottom: 94px;
    overflow:hidden;
}
.features_seamless {
    padding: 75px 0;
    background: #F9F9F9;
}
.features_seamless .seamless_items {
    margin-top: 40px;
}
.features_benefits{
    background: transparent;
    margin: 45px 0 88px;
    padding: 0;
}
.features_benefits .user_friendly_wrap{
    padding: 0;
}
.features_benefits:before, 
.features_seamless:before, 
.features_seamless:after{
    content: inherit;
}
.features_cloud:before {
    content: '';
    background-image: url('/wp-content/uploads/2025/03/bg-ellipse.png');
    width: 433px;
    height: 456px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -130px;
    background-position: left bottom;
}
.features_benefits .user_left_inner p {
    max-width: 100%;
}
.features_benefits .user_left_inner h3 {
    margin: 30px 0;
    color: #fff;
    font-size: 32px;
    line-height: 26px;
    font-weight: 600;
}
.features_benefits .user_left_inner li {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px;
}

/*pricing page*/

.pricing_banner .banner_content_wrap {
    max-width: 681px;
}
.pricing_banner .banner_content_wrap h1 {
    max-width: 500px;
    text-transform: capitalize;
    margin-top: 0;
}
.pricing_banner .banner_content_wrap p {
    max-width: 681px;
}
.pricing_banner .banner_content {
    top: 50%;
    transform: translateY(-50%);
}

/*Newsletter*/

.newsletter_banner .banner_content {
    top: 50%;
    transform: translateY(-50%);
}
.page-template-newsletter .newsletter_form_wrap .tnp.tnp-subscription {
    padding: 50px;
    background: #030D2F;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.page-template-newsletter .newsletter_form_wrap .tnp.tnp-subscription .tnp-field label {
    display: none;
}
.newsletter_form_wrap .tnp-field-button .tnp-submit {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 200px;
    text-transform: uppercase;
    padding: 17px 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: normal;
    transition: ease 0.3s;
    background: transparent;
    cursor: pointer;
}
.newsletter_form_wrap .tnp-field-button .tnp-submit:hover{
    background: #02A2EB;
    border-color: #02A2EB;
    color: #fff;
}
.newsletter_form_wrap {
    position: relative;
    padding: 30px 50px 50px;
    background: #F9F9F9;
    margin-top: 85px;
}
.newsletter_form_wrap:before{
	content: '';
    background-image: url(/wp-content/uploads/2025/03/benefit_wave-1.png);
    height: 90px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -90px;
}
body .newsletter_form_wrap .tnp-field-email input {
    border: 1px solid #E6E6E6;
    border-radius: 200px;
    padding: 12px 20px;
    color: #030D2F;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
    outline:none;
}
.newsletter_form_wrap .tnp-field-email {
    margin-bottom: 20px ! IMPORTANT;
}
.newsletter_form_wrap p {
    text-align: center;
    display: block;
    color: green;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}
.newsletter_form_wrap h2 {
    text-align: center;
    margin-bottom: 30px;
}
.newsletter-thankyou {
    font-weight: 500;
    background: #030D2F;
    padding: 32px;
    border-radius: 20px;
    max-width: 800px;
    margin: 30px auto 0;
    box-shadow: 0px 4px 8px 0px #A8A9AA2B;
    border: 1px solid #9B9E9F4D;
}
.newsletter-thankyou h2 {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 1.2em;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 10px;
    margin: 0 auto 30px;
}
.newsletter-thankyou p, 
.newsletter-thankyou p a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}
.newsletter-thankyou p a{
	text-decoration:underline;
}
.newsletter-thankyou p a:hover{
color:#02A2EB;
}
/*404*/

.error404 .banner_content_wrap .button_wrap a {
    gap: 15px;
}
.banner_content_wrap>span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1;
}

/*integration*/

.integrationpage_sec {
    padding: 50px 0 75px;
}
.integrationpage_sec:before, 
.integrationpage_sec:after{
    content: inherit;
}
.integrationpage_sec .seamless_title h2 {
    max-width: 1050px;
    margin: 0 auto 12px;
}
.integrationpage_banner .banner_content_wrap {
    max-width: 681px;
}

.integrationpage_banner .banner_content_wrap p {
    max-width: 100%;
}
.integrationpage_banner .banner_content {
    top: 50%;
    transform: translateY(-50%);
}


/*popup*/

.popup_contact_sec .contact_form_right {
    padding-left: 0;
    width: 50%;
}
.popup_contact_sec .contact_form_right_inner {
    padding: 60px 80px;
    background: #fff;
    height: 100%;
}
.popup_contact_sec .contact_form_item textarea {
    height: 86px;
}
.submit_btn input, 
.submit_btn a{
    background: #0B2783;
    color: #fff;
}
.popup_contact_sec  .contact_form_wrap {
    position: relative;
}
.pop_cross {
    position: absolute;
    top: 38px;
    right: 43px;
    cursor: pointer;
}
.popup_contact_sec .contact_form_left {
    width: 50%;
    display: block;
    height: auto;
}
.popup_contact_sec .contact_form_left_inner {
    height: 100%;
}
.popup_contact_sec .contact_form_left img {
    height: 100%;
    object-fit: cover;
}
.popup_contact_sec {
    display: none;
    position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    transition: ease 0.3s;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
}
.pop_open:before {
    content: '';
    background: #0B2783;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 88;
    overflow: hidden;
    pointer-events: none;
}
.pop_open .popup_contact_sec {
    display: flex;
}
.pop_open{
    overflow: hidden;
}

/*legal pages*/

.legal_banner {
    background: linear-gradient(90deg, rgba(11, 39, 131, 1) 26%, rgba(1, 16, 64, 1) 100%);
    padding: 150px 0 100px;
    text-align: center;
}
.legal_banner h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.legal_banner span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    margin: 10px 0 20px;
}
.legal_banner p {
    color: #fff;
    max-width: 900px;
    margin: auto;
    display: block;
    padding-bottom: 15px;
}
.legal_content_wrapper {
    position: relative;
    padding: 50px 0;
    background: #F9F9F9;
}
.legal_content_wrapper .content_item h3 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 1.2em;
    color: #0B2783;
    font-weight: 600;
    text-transform: capitalize;
}
.legal_content_wrapper .content_item {
    margin: 0 0 40px;
}
.legal_content_wrapper .content_item ul {
    list-style: disc;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin: 15px 0;
}
.legal_content_wrapper .content_item li, 
.legal_content_wrapper .content_item a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.legal_content_wrapper .content_item p {
	display:block;
}
.legal_content_wrapper .content_item a {
    text-decoration: underline;
    color: #0B2783;
}
.legal_content_wrapper .content_item a:hover{
	color:#02A2EB;
}
.legal_content_wrapper .content_item h5 {
    margin: 12px 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.content_inner_div {
    margin: 30px 0;
}

/*industries page*/

.cloud_base_items_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.industries_cloud {
    margin: 70px 0;
}
.industries_cloud .cloud_base_title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.industries_cloud .cloud_base_title p {
    max-width: 620px;
}
.industries_cloud .cloud_base_item_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.industries_cloud .cloud_base_img {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.industries_cloud .cloud_base_content h4 {
    min-height: 50px;
}
.industries_cloud .cloud_base_items_wrap {
    row-gap: 45px;
}
.industries_cloud .cloud_base_item_inner img {
    object-fit: cover;
    object-position: bottom;
    height: auto;
}
ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    gap: 20px;
}
ul.pagination>* {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #030D2F;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    transition:ease 0.3s;
}
ul.pagination>*:hover{
	background: #02A2EB;
}
ul.pagination>* svg path {
    fill: #fff;
}

.mobile_menu {
    display: none;
}
#menuToggle {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: 2px;
}
#menu .header_login_btn {
    margin-top: 20px;
}
#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    width: 100%;
    max-width: 300px;
    height: 100%;
    padding: 40px 20px;
    background: #030D2F;
    box-shadow: 0 0 10px #000;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translateX(-200%);
    transition: ease 0.5s;
    display: block;
    top: 0;
    left: 0;
    border-radius: 0px 30px 40px 0px;
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.header_nav li {
    position: relative;
}
.header_nav ul li ul {
    background: #375CC9;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    padding: 20px;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border-radius: 6px;
    top:100%;
}
.header_nav ul li a {
    transition: ease 0.3s;
}
.header_nav li:has(.dropdown) {
    line-height: 40px;
}
.header_nav ul li:hover svg {
    transform: rotate(180deg);
}
.header_nav li:has(.dropdown)>a svg {
    margin-left: 2px;
    transition: ease 0.3s;
}
.header_nav ul li:hover > ul,
.header_nav ul li ul:hover, 
.dropdown_open .header_nav ul li > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}


/*responsive*/

@media(max-width: 1440px){
	.banner_content {
    top: 150px;
}
.banner_content_wrap p {
    max-width: 410px;
}
.contact_banner .banner_content_wrap p {
    max-width: 460px;
}
.demo_banner .banner_content_wrap p {
    max-width: 550px;
}
.footer_items {
    gap: 50px;
}
#tabs-nav {
    gap: 20px;
}
#tabs-nav li a {
    font-size: 15px;
    gap: 10px;
}
.testimonial_items .draggable {
    padding-right: 16%;
}
.pricing_banner .banner_content_wrap {
    max-width: 581px;
}
.pricing_banner .banner_img img {
    height: 620px;
}

}

@media(max-width: 1250px){


.container {
    padding: 0 30px;
}
.banner_content_wrap h1 {
    font-size: 48px;
    line-height: 50px;
}
h2 {
    font-size: 45px;
    line-height: 45px;
}
.banner_content_wrap .banner_sbtitle {
    font-size: 18px;
}
.banner_content_wrap .button_wrap {
    margin-top: 20px;
}
.banner_content {
    top: 130px;
}
.transform_workflow_wrap:before, 
.transform_workflow_wrap:after {
    width: 164px;
    height: 134px;
}
.seamless_sec:before, 
.features_cloud:before {
    width: 233px;
    height: 256px;
}
.transform_workflow_content {
    max-width: 686px;
}
button.slick-arrow {
    top: -58px;
    width: 50px;
    height: 50px;
}
.happy_customer_sec button.slick-arrow {
    top: 58px;
}
button.slick-arrow:before {
    height: 13px;
    width: 13px;
}
.cloud_base_content {
    padding: 30px 30px 0;
}
.seamless_items {
    gap: 16px;
}
.at-title:before {
    height: 25px;
    right: 11px;
}
.at-title:after {
    width: 25px;
}
.testimonial_item_inner p {
    font-size: 16px;
    line-height: 21px;
} 
.features_cloud:before {
    bottom: 0px;
}

}

@media(max-width: 1100px){
    .testimonial_item_inner {
    padding: 25px 20px 25px 20px;
}
.banner_img img {
    height: 550px;
}
h2 {
font-size: 38px;
line-height: 42px;
}
.vibe_pro_right, 
.vibe_pro_left {
    width: 50%;
}
.header_nav ul {
    gap: 25px;
}
.benefits_item_inner {
    padding: 40px 20px;
}
.tab_content_items {
    gap: 20px;
}
.features_banner .banner_img img {
    height: 100%;
}
.page-template-demo .demo_banner .banner_content_wrap p {
    max-width: 500px;
}


}


@media(max-width:992px){

.container {
   padding: 0 20px;
}
.header_left .menu-header-menu-container {
    display: none;
}
.mobile_menu {
    display: block;
}
.header_wrap {
    justify-content: space-between;
    gap:30px;
}
.footer_items {
gap: 40px;
flex-wrap: wrap;
}
.footer_item.newsletter_item {
    width: 100%;
        text-align: center;
}
.footer_logo {
    margin-bottom: 30px;
}
.social_items {
    margin-top: 30px;
}
.social_items ul {
    gap: 16px;
    justify-content: center;
}
.social_items ul a svg, 
.footer_icon svg {
    width: 18px;
    height: 18px;
}
.social_items ul a, 
.footer_icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
}
.footer_item {
    width: calc(33.33% - 27px);
}
.copyright_wrap ul {
    flex-wrap: wrap;
}
.copyright_wrap ul a {
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px;
}
.footer_item_inner.contact_item li, 
.footer_item_inner.contact_item li a {
    font-size: 14px;
    line-height: 18px;
}
.footer_item_inner a {
    font-size: 14px;
    line-height: 30px;
}
.accordion .at-title h5 {
    font-size: 17px;
}
p {
    font-size: 15px;
    line-height: 24px;
}
.header_login_btn a {
    justify-content: center;
    width: 100%;
    padding: 13px 12px;
}
.header_logo {
    width: 20%;
}
    .header_right {
    display:none;
        width: 20%;
        margin-left: auto;
    }
.banner_content_wrap h1 {
font-size: 35px;
line-height: 40px;
}
.button_wrap a {
    font-size: 14px;
    padding: 13px 20px 15px 25px;
    gap: 20px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
.seamless_sec:after {
    width: 164px;
    height: 134px;
}
.seamless_item_inner {
    padding: 11px 22px;
}
.access_data_wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.access_right_inner {
    padding: 0;
}
.access_right_inner p {
    max-width: 100%;
}
.access_right_inner .button_wrap {
    margin-top: 13px;
}
.access_data_sec {
    padding-bottom: 50px;
}
.benefits_sec {
    padding: 30px 0 50px;
    margin-top: 50px;
}
.vibe_below_content h2 {
    font-size: 28px;
}
.vibe_above_content h3, 
.vibe_above_content h3 span {
    font-size: 28px;
    line-height: 40px;
}
.vibe_right_inner span {
    font-size: 16px;
}
.vibe_below_content span {
    font-size: 16px;
}
.vibe_below_content ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
}
.vibe_below_content ul {
    margin-top: 20px;
    row-gap: 12px;
}
.happy_customer_sec button.slick-arrow {
    top: 20px;
}
.happy_customer_sec button.slick-arrow.slick-prev{
    right: 100px;
}
.transform_workflow_content {
    max-width: 486px;
}
.cloud_base_content h4 {
    font-size: 18px;
    line-height: 22px;
}
.cloud_base_content {
    padding: 30px 15px 0;
}
.seamless_sec {
    padding: 50px 0;
}
.transform_workflow_sec {
    padding: 30px 0 50px;
}
.benefits_item_content h4 {
    font-size: 17px;
    line-height: 20px;
}
.user_friendly_wrap {
    padding-top: 50px;
}
.user_left {
    width: 50%;
    padding: 40px 20px;
}
.user_right {
    width: 50%;
}
.user_right img {
    object-fit: cover;
}
.vibe_pro_sec {
    margin: 50px 0;
}
.vibe_below_content ul li:before {
    width: 18px;
    height: 18px;
    background-size: 18px;
}
.vibe_right_inner {
    padding: 21px 30px 30px;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
}
.testimonial_items {
    padding-top: 20px;
}
.testimonial_item_inner p {
    font-size: 15px;
}
.happy_customer_sec {
    margin: 50px 0;
}
.faq_left_inner {
    padding-right: 30px;
}
.faq_sec {
    padding-bottom: 50px;
}
.newsletter_input .tnp.tnp-subscription {
    max-width: 100%;
}
.newsletter_input {
    max-width: 400px;
    margin: auto;
}
.footer_wrap {
    padding-bottom: 40px;
}
.footer_sec {
    padding: 40px 0 0;
}
.benefits_title .benefits_title_logo img {
    max-width: 150px;
}
.benefits_title h2 {
    gap: 10px;
}
.features_benefits {
    margin: 20px 0 0px;
}
.features_cloud {
    padding-bottom: 50px;
}
.tab_content_items {
    grid-template-columns: repeat(2, 1fr);
}
.tab_item_content .button_wrap {
    padding-top: 30px;
}
.page-template-industries .banner_img img {
    height: 450px;
}
.demo_banner .banner_content_wrap p {
    max-width: 450px;
}
.industries_cloud {
    margin: 50px 0;
}
ul.pagination {
    margin-top: 50px;
}
.book_demo .book_demo_title {
    max-width: 546px;
}
.book_demo {
    margin: 50px 0 50px;
}
.header_left {
    order: 3;
    justify-content: flex-end;
    width: auto;
}

}


@media(max-width:767px){
.newsletter_form_wrap {
    padding: 20px 20px 40px;
}
.page-template-newsletter .newsletter_form_wrap .tnp.tnp-subscription {
    padding: 30px 20px;
}
body .newsletter_form_wrap .tnp-field-email input {
    line-height: 20px;
}
.newsletter_form_wrap .tnp-field-button .tnp-submit {
    padding: 12px 12px;
    font-size: 14px;
    line-height: 20px;
}
.seamless_items {
    grid-template-columns: repeat(2, 1fr); 
}
.benefits_items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
}
.user_friendly_wrap_inner, 
.vibe_pro_items, 
.faq_wrapper {
    flex-wrap: wrap;
}
.user_left {
width: 100%;
padding: 30px 20px;
}
.vibe_pro_right, 
.vibe_pro_left, 
.user_right, 
.faq_left, 
.faq_right {
   width: 100%;
}
.footer_item {
width: 100%;
text-align: center;
}
.faq_left_inner {
padding-right: 0;
}
.faq_wrapper {
    row-gap: 40px;
}
.cloud_base_items .draggable {
    padding-right: 50px;
}
.cloud_base_content h4 {
    font-size: 17px;
}
.cloud_base_items .slick-slide {
    padding: 0 4px;
}
.transform_workflow_wrap:before, 
.transform_workflow_wrap:after {
    top: -30px;
}
.cloud_base_items {
    padding-top: 30px;
}
.header_sec {
    padding: 12px 0;
}
.header_right {
display: none;
}
.header_logo {
width: 50%;
}
.header_logo img {
width: 100%;
display: block;
max-width: 120px;
}
.seamless_item_inner img {
    height: 35px;
    max-width: 100px;
}
.seamless_item_inner {
	padding: 20px 22px;
}
.benefits_sec:before {
    height: 50px;
    top: -50px;
}
.benefits_title .benefits_title_logo img {
	max-width: 120px;
     height: auto;
}
.benefits_item_inner {
padding: 20px 20px;
}
.testimonial_items .slick-slide {
    padding: 0 4px;
}
.benefits_sec {
    padding: 10px 0 50px;
}
.banner_img img {
    height: 480px;
}
.banner_content {
    top: 50%;
    transform: translateY(-50%);
}
.banner_img {
    position: relative;
}
.banner_img:before {
    content: '';
    background: linear-gradient(90deg, rgba(11, 39, 131, 1) 26%, rgba(1, 16, 64, 1) 100%);
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    border-radius: 200px 0;
    top: -1px;
}
.transform_workflow_wrap:before, 
.transform_workflow_wrap:after, 
.seamless_sec:after {
    width: 120px;
    height: 100px;
}
.seamless_sec:before, 
.features_cloud:before {
    width: 183px;
    height: 196px;
}
.access_right_inner h2 {
    max-width: 100%;
}
.access_data_sec {
    padding-bottom: 30px;
}
.testimonial_items .draggable {
     padding-left: 0;
}
.at-title {
    padding-right: 30px;
}

.footer_item h4 {
    text-align: center;
}
.footer_item_inner.contact_item ul {
    max-width: 230px;
    margin: auto;
    row-gap: 25px;
    text-align: left;
}
.features_banner .banner_img img {
    height: 220px;
}
.tabs_sec {
    padding: 50px 0 0px;
}
#tabs-nav {
    margin-bottom: 30px;
    justify-content: inherit;
    flex-wrap: nowrap;
    overflow: auto;
}
.tab_content_title {
    margin: 0 0 40px;
}
.tab_content_item_inner {
    padding: 15px 20px;
}
#tabs-nav li {
    min-width: fit-content;
}	
.features_banner .banner_img:before {
    content: inherit;
}
.tab_content_items {
   grid-template-columns: repeat(1, 1fr);
}
.tab_item_content h4 {
    font-size: 18px;
    line-height: 22px;
}
.features_benefits .user_left_inner h2 {
    max-width: 100%;
    text-align: center;
}
.features_benefits .user_left_inner p { 
    text-align: center;
}
.features_benefits .user_left_inner h3 {
    margin: 20px 0;
    font-size: 28px;
    text-align: center; 
}
.features_benefits .user_left_inner {
    text-align: center;
    align-items: center;
}
.cloud_base_title, 
.happy_customer_title h2 {
    max-width: 100%;
    text-align: center;
}
.industries_cloud .cloud_base_items_wrap {
    row-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
}
ul.pagination {
    margin-top: 40px;
    gap: 10px;
}
ul.pagination>* {
    font-size: 15px;
    width: 40px;
    height: 40px;
}
ul.pagination>* svg {
    width: 15px;
    height: 15px;
}
.page-template-industries .banner_img img {
    object-position: left;
 }
 .page-template-industries .banner_img:before, 
 .pricing_banner .banner_img:before, 
 .demo_banner .banner_img:before{
	content:inherit;
 }

.pricing_banner .banner_img img {
    height: 450px;
    object-position: left;
}
.page-template-demo .banner_img img {
    height: 420px;
}





}



