/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header CSS start */

.gt_float_switcher .gt-selected {
    background-color: transparent !important;
    color: #E9EDF2 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    background: transparent !important;
    color: #E9EDF2 !important;
}

.gt_float_switcher {
    background: transparent !important;
    color: #E9EDF2 !important;    
}

.gt_float_switcher .gt_options a {
    color: #E9EDF2 !important;
}

nav {
    width: 100%;
}

#header-secondary-outer .header-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 138%;
    position: relative;
    left: -22%;
}

#header-secondary-outer ul.secondary-links {
    display: flex;
    gap: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

div#header-secondary-outer {
    background: #160A24 !important;
    padding: 0px !important;
}

#header-secondary-outer ul.secondary-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}

#header-secondary-outer ul.secondary-links li a {
    font-size: 20px;
    line-height: 28px;
    text-transform: lowercase;
    font-weight: 500 !important;
    font-family: 'Poppins';
}

#header-secondary-outer ul.secondary-links li i {
    font-size: 20px;
    margin-right: 10px;
}

#header-secondary-outer ul.secondary-icons li a i {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    line-height: 33px;
}

.gt_float_switcher {
    top: 9px;
    position: relative;
}

div#gt_float_wrapper {
    top: -10px !important;
}

#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a > span {
    color: #1F0043;
}

#top nav > ul > li#menu-item-31 > a {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500 !important;
    flex-direction: row-reverse;
    gap: 10px;
    background: linear-gradient(45deg, #BC195C, #A54EFF, #65A7FD);
    padding: 15px 30px !important;
    border-radius: 50px !important;
    overflow: hidden;
    transition: all 0.5s !important;
    position: relative;
}

#top nav > ul > li#menu-item-31 > a > span {
    color: #fff;
}

#top nav > ul > li#menu-item-31 > a > i {
    font-size: 23px;
    color: #fff;
    opacity: 1 !important;
}

#top nav > ul > li#menu-item-31 > a:before {
    content: '';
    position: absolute;
    background: #4D2F8C;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    transition: all 0.5s;
    border-radius: 50px;
}

#top nav > ul > li#menu-item-31 > a:hover:before {
    width: 100%;
}

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    height: 70px !important;
    width: 70px !important;
    border-radius: 16px !important;
}

.qlwapp__button .qlwapp__icon {
    font-size: 50px !important;
}

body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #1F0043 !important;
    font-size: 25px !important;
}

/* header CSS end */

/* hero section CSS start */

.pum-theme-212 .pum-container, .pum-theme-lightbox .pum-container {
    box-shadow: unset !important;
}

#contact.contact-inr input, #contact.contact-inr textarea, #contact.contact-inr select {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 30px;
}

#contact.contact-inr input::placeholder, #contact.contact-inr textarea::placeholder {
    font-size: 20px;
    line-height: 28px;
}

#contact.contact-inr textarea {
    height: 120px;
}

#popmake-220 p {
    padding: unset !important;
}

#contact.contact-inr label {
    font-size: 20px;
    line-height: 28px;
}

#contact.contact-inr #contact-inr {
    padding: 30px 30px;
}

.contact-inr #contact-inr ol li:before {
    height: 20px;
    width: 20px !important;
    left: -70px;
}

#contact.contact-inr .row-bg {
	background: unset;
}

#popup-form input.wpcf7-submit {
    width: 100%;
}
h1 {
    color: #EBF1F4;
}

#hero span.purple {
    font-weight: 600 !important;
    background: linear-gradient(45deg, #A54EFF, #F156FF) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 95px;
    line-height: 103px;
}

#changing-text {
    display: inline-flex;
    color: #A54EFF;
    position: relative;
    font-size: 95px;
    line-height: 103px;
    font-weight: bold;
}

span.banner-gradient {
    background: linear-gradient(45deg, #65A7FD, #A54EFF, #BC195C) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#changing-text .letter {
    background: linear-gradient(45deg, #65A7FD, #A54EFF, #BC195C) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.letter {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.letter.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

#entire-btn {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500 !important;
    background: linear-gradient(45deg, #BC195C, #A54EFF, #65A7FD) !important;
    padding: 15px 45px !important;
    border-radius: 50px !important;
    overflow: hidden;
    transition: all 0.5s !important;
    position: relative;
    text-transform: uppercase;
}

#entire-btn i {
    font-size: 25px;
    color: #fff;
    opacity: 1 !important;
    right: 16%;
    transition: all 0.5s;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #4D2F8C;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    transition: all 0.5s;
    border-radius: 50px;
}

#entire-btn:hover:before {
    width: 100%;
}

#entire-btn:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

/* hero section CSS end */

/* business section CSS start */

#business.linear .row-bg {
    background: linear-gradient(90deg, #D3DCF2, #DEBBDE);
}

#business .business-col .vc_column-inner {
    padding: 20px 50px;
}

h2 {
    color: #2D0062;
}

span.gradient {
    background: linear-gradient(45deg, #65A7FD, #A54EFF, #BC195C) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#business strong {
    font-size: 35px;
    line-height: 43px;
    color: #A54DFD;
}

P {
    color: #070111;
}

#business.business-inr .row-bg {
    background: linear-gradient(90deg, #D3DCF2, #DEBBDE);
}

#ready-build .row-bg {
    background: linear-gradient(90deg, #D3DCF2, #DEBBDE);
}

#business .type-blk strong {
    color: #000;
}

#business .type-blk p {
    padding-bottom: 20px !important;
}

#business .type-blk ul {
    column-count: 2;
}

#business .type-blk ul li {
    padding-bottom: 20px;
    color: #A54DFD;
    font-weight: 600;
}

#business.business-inr .wpb_text_column {
    margin-bottom: 25px;
}

/* business section CSS end */

/* smart section CSS start */

#smart .row-bg {
    background: linear-gradient(90deg, #D3DCF2, #DEBBDE);
}

#smart .right-col .vc_column-inner {
    padding-left: 60px;
    padding-right: 30px;
}

#smart.inr-smart .row-bg {
    background: unset;
}

/* smart section CSS end */

/* run section CSS start */

#run-inr .vc_column-inner {
    background: #fff;
    padding: 30px 30px;
    border-radius: 22px;
    border: 2px solid #a9a3c240;
    transition: all 0.5s;
}

#run-inr {
    text-align: left;
}

#run-inr .vc_column-inner:hover {
    transform: translateY(-15px);
}

#run-inr img {
    width: 100%;
}

#run-inr h4 {
    color: #2D0062;
    text-transform: capitalize;
}

#run-inr ul li {
    color: #14023F;
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 10px;
}

#run-inr .wpb_text_column {
    margin-bottom: 15px;
}

#run .owl-dots {
    display: none;
}

#run #entire-btn i {
    right: 10%;
}

/* run section CSS end */

/* faq section CSS start */

#faq .row-bg {
    background: linear-gradient(45deg, #D3DCF2, #DEBBDE);
}

#faq-inr .row-bg {
    background: unset;
}

#faq-inr h3 a {
    font-size: 25px;
    line-height: 33px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 20px 0px 20px 0px !important;
}

div#faq-inr {
    text-align: left;
}

#faq-inr p {
    font-size: 20px;
    line-height: 28px;
}

#faq-inr .wpb_text_column {
    margin-bottom: 10px;
}

#faq-inr h3.toggle-title {
    background: linear-gradient(45deg, #2A0655, #54268A);
    padding: 10px 30px 10px 50px;
    border-radius: 10px 10px 10px 10px;
    position: relative;
}

#faq-inr .toggle.open h3.toggle-title {
    border-radius: 10px 10px 0px 0px;
}

#faq h3 a i {
    border: unset;
}

#faq h3 a i:before, #faq h3 a i:after {
    background-color: #fff;
}

#faq-inr .inner-toggle-wrap {
    background: linear-gradient(45deg, #D3DCF2, #DEBBDE);
    padding: 40px 40px;
    border-radius: 0px 0px 10px 10px;
}

#faq-inr .toggle {
    margin-bottom: 15px;
}

#faq-inr h3.toggle-title:before {
    content: '\f061';
    position: absolute;
    top: 15%;
    left: 2%;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #fff;
}

/* faq section CSS end */

/* how section CSS start */

div#how-inr {
    text-align: left !important;
}

#how-inr img {
    width: 100%;
}

#how-inr p {
    font-size: 23px;
    line-height: 31px;
}

#how-inr span.number {
    font-size: 59px;
    line-height: 67px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #fff;
}

#how-inr .vc_column-inner {
    position: relative;
}

#how-inr .type-blk {
    position: absolute;
    bottom: 26%;
    left: 2%;
}

#how-inr .wpb_text_column {
    margin-bottom: 10px;
}

/* how section CSS end */

/* testimonial section CSS start */

#testimonial .quote {
    margin: 0;
}

#testimonial h2 {
    color: #fff;
}

#testimonial p {
    color: #fff;
}

#testimonial .carousel-item {
    position: relative;
    filter: blur(0px);
    transition: 0.6s all !important;
    padding: 50px 50px;
    background: #ffffff40;
    border-radius: 50px;
    position: relative;
}

#testimonial .carousel-item:before {
    content: '';
    position: absolute;
    background: #ffffff1a;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    filter: blur(60px);
}

#testimonial .carousel-item .hover-wrap {
    margin-bottom: unset;
}

#testimonial .owl-stage-outer {
    overflow: visible !important;
}

#testimonial {
    overflow: hidden;
}

#testimonial .owl-item .carousel-item {
    transform: scale(0.8);
}

#testimonial .owl-item.active .carousel-item {
    transform: scale(1.08);
    filter: blur(0px);
    z-index: 1;
    margin: 0 25px;
}


#testimonial-inr p {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
}

#testimonial-inr h6 {
    color: #fff;
}

#testimonial-inr span.title {
    color: #B6BCCC;
}

#testimonial .owl-dots {
    display: none;
}

#testimonial .type-blk p {
    max-width: 1100px;
    display: inline-block;
}

#testimonial-inr .wpb_text_column {
    margin-bottom: 10px;
}

div#testimonial-inr {
    padding-top: 20px !important;
}

/* testimonial section CSS end */

/* ready section CSS start */

#ready .left-col .vc_column-inner {
    padding: 10px 120px;
}

#ready strong {
    color: #7311D4;
}

h3 {
    color: #2D0062;
}

#ready .wpb_text_column {
    margin-bottom: 25px;
}

/* ready section CSS end */

/* contact section CSS start */

#contact .row-bg {
    background: linear-gradient(45deg, #D3DCF2, #DEBBDE);
}

#contact h2 {
    text-align: center;
}

#contact .contact-form label {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
}

#contact input, #contact textarea, #contact select {
    background: #ffffff4a;
    border: 1px solid #2c003266;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'Poppins';
    border-radius: 12px;
    padding: 20px 40px;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-family: 'Poppins';
}

#contact textarea {
    height: 200px;
}

#contact .btn {
    padding: unset;
    text-align: center;
    position: relative
}

#contact input.wpcf7-submit {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500 !important;
    background: linear-gradient(45deg, #BC195C, #A54EFF, #65A7FD) !important;
    padding: 15px 85px 15px 65px !important;
    border-radius: 50px !important;
    overflow: hidden;
    transition: all 0.5s !important;
    position: relative;
    border: unset;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
    opacity: 1 !important;
    width: 100%;
}

#contact input.wpcf7-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

div#contact-inr {
    padding: 50px 50px;
    border-radius: 25px;
}

div#contact-inr .row-bg {
    background: linear-gradient(45deg, #270069, #0B0245, #46018A, #8803D0) !important;
    border-radius: 25px;
}

#contact.contact-us p {
	text-align: center;
}

#contact.contact-us .contact-form p {
	text-align: left;
}

#contact.contact-us .contact-form .btn p {
	text-align: center;	
}

#contact-inr h3 {
    color: #fff;
}

#contact-inr strong {
    color: #fff;
}

#contact-inr ol {
    margin-left: 70px;
    position: relative;
}

#contact-inr ol li {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    font-size: 30px;
    line-height: 38px;
}

#contact-inr p, #contact-inr a {
    font-weight: 600;
    color: #fff;
}

#contact-inr ol li:before {
    content: '';
    position: absolute;
    background: #150251;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 0;
    bottom: 0;
    left: -10%;
    margin: auto 0;
}

#contact-inr ol:before {
    content: '';
    position: absolute;
    height: 85%;
    width: 4px;
    background: #fff;
    top: 4%;
    left: -63px;
}

/* contact section CSS end */

/* footer CSS start */

#entire-btn.download {
    font-size: 19px;
    line-height: 27px;
    padding: 12px 20px !important;
}

#footer ul li {
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 10px;
    list-style: none;
}

#footer ul {
    margin: unset;
}

#footer ul li a,#footer ul li {
    color: #fff;
}

#footer h4 {
    color: #fff;
}

div#footer-inr {
    padding-bottom: 40px;
    margin-bottom: unset;
}

div#inr-footer {
    padding: 30px 0px;
    border-top: 1px solid #fff;
}

#inr-footer ul {
    display: flex;
    gap: 30px;
}

#inr-footer ul.privacy li a {
    text-decoration: underline;
}

#inr-footer ul.social-icons {
    justify-content: end;
    gap: 10px;
}

#inr-footer ul.social-icons li a i {
    font-size: 25px;
    line-height: 33px;
}

#inr-footer ul li {
    padding-bottom: unset;
}

div#footer-outer {
    display: none !important;
}

#footer p {
    color: #fff;
    font-size: 19px;
    line-height: 27px;
}

#footer img {
    margin: 0 auto 60px;
}

div#footer-text {
    text-align: center;
    margin: unset;
}

/* footer CSS end */

/* technical section CSS start */

#technical p {
    max-width: 1600px;
    display: inline-block;
}

#technical .type-blk p {
    max-width: 1200px;
    text-transform: capitalize;
    color: #A54DFD;
}

#entire-btn.gradient {
    background: linear-gradient(45deg, #2A0655, #54268A) !important;
    margin-left: 20px;
}

#entire-btn.gradient:before {
    background: #000;
}

#video-sec .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before {
    background: transparent !important;
}

#video-sec .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox {
    border: 5px solid #fff;
    box-shadow: unset !important;
    backdrop-filter: unset !important;
}

#video-sec .nectar_video_lightbox svg {
    height: 60px !important;
    width: 60px !important;
}

#technical.technical-inr .row-bg {
    background: linear-gradient(90deg, #D3DCF2, #DEBBDE);
}

/* technical section CSS end */

/* ready-build section CSS start */

div#ready-build .left-col .vc_column-inner {
    padding-left: 60px;
}

#ready-build strong {
    font-size: 35px;
    line-height: 43px;
    color: #A54DFD;
}

/* ready-build section CSS end */

/* digital section CSS start */

#digital img {
    min-width: 940px;
    left: -101%;
}

#digital .wpb_text_column {
    position: relative;
    z-index: 1;
}

/* digital section CSS end */

/* core section CSS start */

#core h3 {
    text-align: center;
}

#core .row-bg {background: linear-gradient(
    90deg, #D3DCF2, #DEBBDE);
}

#core-inr strong {
    color: #A54DFD;
    font-size: 35px;
    line-height: 43px;
}

/* core section CSS end */

/* solution section CSS start */

#solution .right-col .vc_column-inner {
    padding: 0px 80px;
}

#solution strong {
    color: #A54DFD;
    font-size: 35px;
    line-height: 43px;
}

#solution .type-blk strong {
    color: #000;
}

#solution .type-blk p {
    padding-bottom: 20px !important;
}

#solution .type-blk ul {
    column-count: 2;
}

#solution .type-blk ul li {
    padding-bottom: 20px;
    color: #A54DFD;
    font-weight: 600;
}


/* solution section CSS end */

/* help section CSS start */

#smart.inr-smart .row-bg {
    background: unset;
}

#help-inr h3, #help-inr p {
    color: #070111;
    transition: all 0.5s;
}

#help-inr .vc_column-inner {
    background: #F2F7FB;
    padding: 40px 40px;
    border-radius: 25px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

#help-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #BC195C, #A54EFF, #65A7FD);
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    transition: all 0.5s;
}

#help-inr .vc_column-inner:hover:before {
    height: 100%;
}

#help-inr .vc_column-inner:hover h3, #help-inr .vc_column-inner:hover p {
    color: #fff;
}

#help-inr h3 {
    font-weight: 600;
}

#help p {
    text-align: left;
}

/* help section CSS end */

/* contact-us section CSS start */

#contact-us h2, #contact-us .type-blk p {
    text-align: center;
}

#contact-us .contact-form {
    text-align: left;
    background: #E9EDF2;
    padding: 50px 50px;
    border-radius: 18px;
}

#contact-us .contact-form label {
    font-size: 30px;
    line-height: 38px;
    color: #070111;
    font-weight: 500;
}

#contact-us .contact-form input, #contact-us .contact-form textarea, #contact-us .contact-form select {
    background: #0a01180d;
    font-size: 24px;
    line-height: 32px;
    border-radius: 12px;
    color: #070111;
    border: 1px solid #a9a3c230;
    padding: 12px 30px;
    font-family: 'Poppins';
}

#contact-us .contact-form input::placeholder, #contact-us .contact-form textarea::placeholder {
    font-size: 24px;
    line-height: 32px;
    color: #070111;
    font-family: 'Poppins';
}

#contact-us .contact-form .btn {
    padding: unset;
}

#contact-us input.wpcf7-submit {
    font-size: 23px;
    line-height: 31px;
    font-weight: 500 !important;
    background: linear-gradient(45deg, #BC195C, #A54EFF, #65A7FD) !important;
    padding: 12px 65px 12px 55px !important;
    border-radius: 50px !important;
    overflow: hidden;
    transition: all 0.5s !important;
    position: relative;
    color: #fff !important;
    opacity: 1 !important;
    font-family: 'Poppins';
}

#contact-us input.wpcf7-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

#contact-us .btn {
    position: relative;
}

/* contact-us section CSS end */

/* popup-form section CSS start */

#popup-form .contact-form {
    text-align: left;
    background: linear-gradient(45deg, #270069, #0B0245, #46018A, #8803D0);
    padding: 30px 34px;
    border-radius: 18px;
    max-width: 1030px;
    margin: 0 auto;
}
#popup-form .contact-form ::placeholder {
    color: #fff !important;
}
#popup-form .contact-form label {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

#popup-form .contact-form input, #popup-form .contact-form textarea, #popup-form .contact-form select {
    background: #ffffff6b;
    font-size: 20px;
    line-height: 28px;
    border-radius: 12px;
    color: #fff;
    border: 1px solid #a9a3c230;
    padding: 10px 20px;
    font-family: 'Poppins';
}

#popup-form .contact-form textarea {
    height: 160px;
}

#popup-form .contact-form input::placeholder, #popup-form .contact-form textarea::placeholder {
    font-size: 20px;
    line-height: 28px;
    color: #070111;
    font-family: 'Poppins';
}

#contact-us .contact-form .btn {
    padding: unset;
}

#popup-form input.wpcf7-submit {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500 !important;
    background: linear-gradient(45deg, #BC195C, #A54EFF, #65A7FD) !important;
    padding: 12px 65px 12px 55px !important;
    border-radius: 50px !important;
    overflow: hidden;
    transition: all 0.5s !important;
    position: relative;
    color: #fff !important;
    opacity: 1 !important;
    font-family: 'Poppins';
}

#popup-form input.wpcf7-submit:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

#popup-form .btn {
    padding: unset !important;
}

div#popmake-220 {
    background: unset;
    border: unset;
    padding: unset;
}

#popup-form .vc_col-sm-12 {
    padding: unset;
}

#popup-form .vc_col-sm-12 {
    padding: unset;
}

div#pum-220 {
    background: linear-gradient(90deg, #65a7fd61 0%, #a54eff69 35%, #c084fc55 50%, #a54eff69 65%, #65a7fd61 100%);
}

/* popup-form section CSS end */



@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
#top .container {
    padding: 0 40px !important;
}

#header-secondary-outer .container {
    padding: 0px 40px !important;
}

#header-outer #logo img {
    height: 55px !important;
}

#top nav > ul > li > a {
    font-size: 19px !important;
    line-height: 27px !important;
    padding: 0px 10px !important;
}

#header-secondary-outer .header-sec {
    width: 131% !important;
}

h1 {
    font-size: 65px !important;
    line-height: 73px !important;
}

#hero #changing-text {
    font-size: 68px !important;
    line-height: 76px !important;
}

div#hero {
    padding: 290px 0px 70px !important;
}

h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

#business strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

p {
    font-size: 23px !important;
    line-height: 31px !important;
}

#business .wpb_text_column {
    margin-bottom: 20px !important;
}

#business .business-col .vc_column-inner {
    padding: 20px 40px !important;
}

#smart .right-col .vc_column-inner {
    padding-right: 20px !important;
}

#smart .wpb_text_column {
    margin-bottom: 20px !important;
}

#run-inr .vc_column-inner {
    padding: 25px 25px !important;
}

h4 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#run .owl-stage {
    padding: unset !important;
}

div#run {
    padding: 80px 0px !important;
}

#faq-inr h3 a {
    font-size: 20px !important;
    line-height: 28px !important;
}

#faq-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#faq-inr .inner-toggle-wrap {
    padding: 25px 25px !important;
}

#faq-inr h3.toggle-title:before {
    font-size: 20px !important;
    top: 12%;
    left: 2%;
}

#faq-inr h3.toggle-title {
    padding: 10px 30px 10px 35px !important;
}

div#how {
    padding: 80px 0px !important;
}

#how-inr p {
    font-size: 22px !important;
    line-height: 30px !important;
}

#how-inr .type-blk {
    bottom: 130px  !important;
}

#testimonial-inr p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

#ready .left-col .vc_column-inner {
    padding: 0px 40px !important;
}

h3 {
    font-size: 45px !important;
    line-height: 53px !important;
}

#ready .wpb_text_column {
    margin-bottom: 20px !important;
}
	
#digital img {
    min-width: 770px !important;
    left: -122% !important;
}

#entire-btn {
    z-index: 1 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 15px 30px 15px 30px !important;
}

#entire-btn.gradient {
    margin-left: 10px !important;
}

#solution strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

#solution .wpb_text_column {
    margin-bottom: 20px !important;
}	
	
#footer p {
    font-size: 19px !important;
    line-height: 27px !important;
}	
	
div#inr-banner {
    padding: 360px 0px !important;
}	

div#footer-inr {
    padding-bottom: 50px !important;
} 

#footer-text #entire-btn {
    margin-bottom: 50px !important;
}
	
div#contact-inr {
    padding: 40px 40px !important;
}	
	
#contact-inr ol li:before {
    left: -55px !important;
}

#contact-inr ol li {
    font-size: 25px !important;
    line-height: 33px !important;
}

#contact-inr ol:before {
    left: -47px !important;
}

#contact-inr ol:after {
    left: -56px !important;
}	
	
#contact-inr ol {
    margin-left: 55px !important;
}	
	
#entire-btn.download {
    font-size: 19px !important;
    line-height: 27px !important;
    padding: 12px 20px !important;
}	
	
#contact.contact-inr input, #contact.contact-inr textarea, #contact.contact-inr select {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 10px 20px !important;
}

#contact.contact-inr input::placeholder, #contact.contact-inr textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact.contact-inr textarea {
    height: 100px !important;
}

#popmake-220 p {
    padding: unset !important;
}

#contact.contact-inr label {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact.contact-inr #contact-inr {
    padding: 25px 25px !important;
}	
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
#top .container {
    padding: 0 40px !important;
}

#header-secondary-outer .container {
    padding: 0px 40px !important;
}

#header-outer #logo img {
    height: 50px !important;
}

#top nav > ul > li > a {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 0px 10px !important;
}

#header-secondary-outer .header-sec {
    width: 129% !important;
}

h1 {
    font-size: 55px !important;
    line-height: 63px !important;
}

#hero #changing-text {
    font-size: 58px !important;
    line-height: 66px !important;
}

div#hero {
    padding: 250px 0px 50px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#business strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

p {
    font-size: 20px !important;
    line-height: 28px !important;
}

#business .wpb_text_column {
    margin-bottom: 20px !important;
}

#business .business-col .vc_column-inner {
    padding: 10px 30px !important;
}

#smart .right-col .vc_column-inner {
    padding-right: 20px !important;
}

#smart .wpb_text_column {
    margin-bottom: 20px !important;
}

#run-inr .vc_column-inner {
    padding: 25px 25px !important;
}

h4 {
    font-size: 22px !important;
    line-height: 30px !important;
}

#run .owl-stage {
    padding: unset !important;
}

div#run {
    padding: 60px 0px !important;
}

#faq-inr h3 a {
    font-size: 17px !important;
    line-height: 25px !important;
}

#faq-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#faq-inr .inner-toggle-wrap {
    padding: 15px 15px !important;
}

#faq-inr h3.toggle-title:before {
    font-size: 18px !important;
    top: 16%;
    left: 1%;
}

#faq-inr h3.toggle-title {
    padding: 8px 25px 8px 30px !important;
}

div#how {
    padding: 60px 0px !important;
}

#how-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

#how-inr .type-blk {
    bottom: 130px  !important;
}

#testimonial-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

#ready .left-col .vc_column-inner {
    padding: 0px 40px !important;
}

h3 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#ready .wpb_text_column {
    margin-bottom: 15px !important;
}

#header-secondary-outer ul.secondary-links li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#hero .row-bg {
    background-position: center !important;
}

#entire-btn {
    font-size: 20px !important;
    line-height: 28px !important;
    padding: 12px 45px 12px 35px !important;
}

#run-inr ul li {
    font-size: 18px !important;
    line-height: 26px !important;
    padding-bottom: 8px !important;
}

#faq-inr .toggle.open h3.toggle-title {
}

h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial {
    padding: 80px 0px !important;
}

#testimonial .carousel-item {
    padding: 30px 30px !important;
}

div#contact {
    padding: 60px 0px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 15px 30px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact .contact-form label {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#footer {
    padding-top: 60px !important;
}

#footer ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#footer-inr {
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
}	

#footer-text #entire-btn {
    margin-bottom: 40px !important;
}
    
#digital img {
    min-width: 710px !important;
    left: -125% !important;
}

#entire-btn {
    z-index: 1 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 15px 30px 15px 30px !important;
}

#entire-btn.gradient {
    margin-left: 10px !important;
}

#solution strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

#solution .wpb_text_column {
    margin-bottom: 20px !important;
}		
	
#footer p {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
div#inr-banner {
    padding: 380px 0px !important;
}	
	
div#contact-inr {
    padding: 35px 35px !important;
}	
	
#contact-inr ol li:before {
    left: -55px !important;
}

#contact-inr ol li {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}

#contact-inr ol:before {
    left: -47px !important;
}

#contact-inr ol:after {
    left: -56px !important;
    bottom: 16% !important;
}	
	
#contact-inr ol {
    margin-left: 55px !important;
}	
	
#entire-btn.download {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 25px !important;
}	
	
#contact.contact-inr input, #contact.contact-inr textarea, #contact.contact-inr select {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 10px 20px !important;
}

#contact.contact-inr input::placeholder, #contact.contact-inr textarea::placeholder {
    font-size: 17px !important;
    line-height: 25px !important;
}

#contact.contact-inr textarea {
    height: 80px !important;
}

#popmake-220 p {
    padding: unset !important;
}

#contact.contact-inr label {
    font-size: 17px !important;
    line-height: 25px !important;
}

#contact.contact-inr #contact-inr {
    padding: 20px 20px !important;
}	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
#top .container {
    padding: 0 20px !important;
}

#header-secondary-outer .container {
    padding: 0px 40px !important;
}

#header-outer #logo img {
    height: 40px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 8px !important;
}

#header-secondary-outer .header-sec {
    width: 129% !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

#hero #changing-text {
    font-size: 58px !important;
    line-height: 66px !important;
}

div#hero {
    padding: 250px 0px 50px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#business strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .wpb_text_column {
    margin-bottom: 20px !important;
}

#business .business-col .vc_column-inner {
    padding: 10px 30px !important;
}

#smart .right-col .vc_column-inner {
    padding-right: 20px !important;
}

#smart .wpb_text_column {
    margin-bottom: 20px !important;
}

#run-inr .vc_column-inner {
    padding: 20px 20px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#run .owl-stage {
    padding: unset !important;
}

div#run {
    padding: 50px 0px !important;
}

#faq-inr h3 a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#faq-inr p {
    font-size: 13px !important;
    line-height: 21px !important;
}

#faq-inr .inner-toggle-wrap {
    padding: 10px 10px !important;
}

#faq-inr h3.toggle-title:before {
    font-size: 14px !important;
    top: 16%;
    left: 1%;
}

#faq-inr h3.toggle-title {
    padding: 8px 25px 8px 30px !important;
}

div#how {
    padding: 60px 0px !important;
}

#how-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

#how-inr .type-blk {
    bottom: 130px  !important;
}

#testimonial-inr p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

#ready .left-col .vc_column-inner {
    padding: 0px 40px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#ready .wpb_text_column {
    margin-bottom: 15px !important;
}

#header-secondary-outer ul.secondary-links li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#hero .row-bg {
    background-position: center !important;
}

#run-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 5px !important;
}

#faq-inr .toggle.open h3.toggle-title {
}

h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}

#testimonial .carousel-item {
    padding: 20px 20px !important;
}

div#contact {
    padding: 50px 0px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}
#popup-form .contact-form ::placeholder {
    color: #fff !important;
}
#popup-form .contact-form label {
    color: #fff;
}
div#popmake-220 {
    box-shadow: unset !important;
}
#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#footer {
    padding-top: 40px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 8px !important;
}

div#footer-inr {
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
}	

#footer-text #entire-btn {
    margin-bottom: 40px !important;
}
	
#digital img {
    min-width: 560px !important;
    left: -122% !important;
}

#entire-btn {
    z-index: 1 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 15px 12px 40px !important;
}

#entire-btn.gradient {
    margin-left: 10px !important;
}

#solution strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

#solution .wpb_text_column {
    margin-bottom: 20px !important;
}		
	
#footer p {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
div#inr-banner {
    padding: 300px 0px !important;
}	

div#faq {
    padding-top: 40px !important;
}

#testimonial .type-blk p {
    max-width: 800px !important;
}

.wpb_text_column {
    margin-bottom: 15px !important;
}

#footer img {
    margin: 0 auto 40px !important;
}

#footer #entire-btn {
    padding: 15px 30px !important;
}

div#footer-text {
    margin-bottom: 10px !important;
}

#inr-footer ul {
    gap: 20px !important;
}

#inr-footer ul.social-icons {
    gap: 8px !important;
}

#inr-footer ul li {
    padding: unset !important;
}

#ready-build strong {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#help {
    padding: 50px 0px !important;
}

#help-inr .vc_column-inner {
    padding: 30px 30px !important;
}

ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .type-blk ul li {
    padding-bottom: 10px !important;
}

#contact-us .contact-form {
    padding: 30px 30px !important;
}

#contact-us .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-us input, #contact-us textarea, #contact-us select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
div#contact-inr {
    padding: 30px 30px !important;
}	
	
#contact-inr ol li:before {
    left: -55px !important;
}

#contact-inr ol li {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
}

#contact-inr ol:before {
    left: -47px !important;
}

#contact-inr ol:after {
    left: -56px !important;
    bottom: 16% !important;
}		
	
#contact-inr ol {
    margin-left: 55px !important;
}	
	
#footer #entire-btn.download {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 18px !important;
}	
	
#contact.contact-inr input, #contact.contact-inr textarea, #contact.contact-inr select {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 10px 20px !important;
}

#contact.contact-inr input::placeholder, #contact.contact-inr textarea::placeholder {
    font-size: 17px !important;
    line-height: 25px !important;
}

#contact.contact-inr textarea {
    height: 80px !important;
}

#popmake-220 p {
    padding: unset !important;
}

#contact.contact-inr label {
    font-size: 17px !important;
    line-height: 25px !important;
}

#contact.contact-inr #contact-inr {
    padding: 20px 20px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
#top .container {
    padding: 0 20px !important;
}

#header-secondary-outer .container {
    padding: 0px 40px !important;
}

#header-outer #logo img {
    height: 40px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 8px !important;
}

#header-secondary-outer .header-sec {
    width: 100% !important;
    left: 10px;
    z-index: 99999 !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#hero #changing-text {
    font-size: 48px !important;
    line-height: 56px !important;
}

div#hero {
    padding: 250px 0px 50px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#business strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .wpb_text_column {
    margin-bottom: 20px !important;
}

#business .business-col .vc_column-inner {
    padding: 10px 30px !important;
}

#smart .right-col .vc_column-inner {
    padding-right: 20px !important;
}

#smart .wpb_text_column {
    margin-bottom: 20px !important;
}

#run-inr .vc_column-inner {
    padding: 20px 20px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#run .owl-stage {
    padding: unset !important;
}

div#run {
    padding: 50px 0px !important;
}

#faq-inr h3 a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#faq-inr p {
    font-size: 13px !important;
    line-height: 21px !important;
}

#faq-inr .inner-toggle-wrap {
    padding: 10px 10px !important;
}

#faq-inr h3.toggle-title:before {
    font-size: 14px !important;
    top: 16%;
    left: 1%;
}

#faq-inr h3.toggle-title {
    padding: 8px 25px 8px 30px !important;
}

div#how {
    padding: 60px 0px !important;
}

#how-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

#how-inr .type-blk {
    bottom: 130px  !important;
}

#testimonial-inr p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

#ready .left-col .vc_column-inner {
    padding: 0px 40px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#ready .wpb_text_column {
    margin-bottom: 15px !important;
}

#header-secondary-outer ul.secondary-links li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#hero .row-bg {
    background-position: center !important;
}

#run-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 5px !important;
}

#faq-inr .toggle.open h3.toggle-title {
}

h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}

#testimonial .carousel-item {
    padding: 20px 20px !important;
}

div#contact {
    padding: 50px 0px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#footer {
    padding-top: 40px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 8px !important;
}

div#footer-inr {
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
}	
	
#digital img {
    min-width: 560px !important;
    left: -122% !important;
}

#entire-btn {
    z-index: 1 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 15px 12px 40px !important;
}

#entire-btn.gradient {
    margin-left: 10px !important;
}

#solution strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

#solution .wpb_text_column {
    margin-bottom: 20px !important;
}		
	
#footer p {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
div#inr-banner {
    padding: 300px 0px !important;
}	

div#faq {
    padding-top: 40px !important;
}

#testimonial .type-blk p {
    max-width: 800px !important;
}

.wpb_text_column {
    margin-bottom: 15px !important;
}

#footer img {
    margin: 0 auto 40px !important;
}

#footer #entire-btn {
    padding: 15px 30px !important;
}

div#footer-text {
    margin-bottom: 10px !important;
}

#inr-footer ul {
    gap: 20px !important;
}

#inr-footer ul.social-icons {
    gap: 8px !important;
}

#inr-footer ul li {
    padding: unset !important;
}

#ready-build strong {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#help {
    padding: 50px 0px !important;
}

#help-inr .vc_column-inner {
    padding: 30px 30px !important;
}

ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .type-blk ul li {
    padding-bottom: 10px !important;
}

#contact-us .contact-form {
    padding: 30px 30px !important;
}

#contact-us .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-us input, #contact-us textarea, #contact-us select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 50px !important;
}
	
.header-sec ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .header-sec ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #slide-out-widget-area .secondary-header-text {
    background: unset !important;
    text-align: left !important;
    padding: unset !important;
    margin-bottom: 20px !important;
}

body #slide-out-widget-area .secondary-header-text ul li {
    border: 1px solid #fff !important;
    margin-bottom: 10px !important;
    border-radius: 50px !important;
    padding: 10px !important;
    opacity: 1 !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .header-sec ul li a {
    opacity: 1 !important;
    border: unset !important;
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons li {
    border: unset !important;
    padding: unset !important;
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons li a i {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
    border-radius: 50px !important;
}

div#slide-out-widget-area-bg {
    background: linear-gradient(45deg, #65a7fda6, #a54eff96, #bc195c94) !important;
    backdrop-filter: blur(15px);
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons {
    display: flex !important;
    gap: 10px !important;
}	
	
div#contact-inr {
    padding: 30px 30px !important;
}	
	
#contact-inr ol li:before {
    left: -55px !important;
}

#contact-inr ol li {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
}

#contact-inr ol:before {
    left: -47px !important;
}

#contact-inr ol:after {
    left: -56px !important;
    bottom: 16% !important;
}	
	
#contact-inr ol {
    margin-left: 55px !important;
}	
	
#footer #entire-btn.download {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 18px !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
#top .container {
    padding: 0 20px !important;
}

#header-secondary-outer .container {
    padding: 0px 40px !important;
}

#header-outer #logo img {
    height: 40px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 8px !important;
}

#header-secondary-outer .header-sec {
    width: 100% !important;
    left: 10px;
    z-index: 99999 !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#hero #changing-text {
    font-size: 48px !important;
    line-height: 56px !important;
}

div#hero {
    padding: 250px 0px 50px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#business strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .wpb_text_column {
    margin-bottom: 20px !important;
}

#business .business-col .vc_column-inner {
    padding: 10px 30px !important;
}

#smart .right-col .vc_column-inner {
    padding-right: 20px !important;
}

#smart .wpb_text_column {
    margin-bottom: 20px !important;
}

#run-inr .vc_column-inner {
    padding: 20px 20px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#run .owl-stage {
    padding: unset !important;
}

div#run {
    padding: 50px 0px !important;
}

#faq-inr h3 a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#faq-inr p {
    font-size: 13px !important;
    line-height: 21px !important;
}

#faq-inr .inner-toggle-wrap {
    padding: 10px 10px !important;
}

#faq-inr h3.toggle-title:before {
    font-size: 14px !important;
    top: 16%;
    left: 1%;
}

#faq-inr h3.toggle-title {
    padding: 8px 25px 8px 30px !important;
}

div#how {
    padding: 60px 0px !important;
}

#how-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

#how-inr .type-blk {
    bottom: 130px  !important;
}

#testimonial-inr p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

#ready .left-col .vc_column-inner {
    padding: 0px 40px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#ready .wpb_text_column {
    margin-bottom: 15px !important;
}

#header-secondary-outer ul.secondary-links li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#hero .row-bg {
    background-position: center !important;
}

#run-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 5px !important;
}

#faq-inr .toggle.open h3.toggle-title {
}

h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}

#testimonial .carousel-item {
    padding: 20px 20px !important;
}

div#contact {
    padding: 50px 0px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#footer {
    padding-top: 40px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 8px !important;
}

div#footer-inr {
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
}	
	
#digital img {
    min-width: 560px !important;
    left: -122% !important;
}

#entire-btn {
    z-index: 1 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 15px 12px 40px !important;
}

#entire-btn.gradient {
    margin-left: 10px !important;
}

#solution strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

#solution .wpb_text_column {
    margin-bottom: 20px !important;
}		
	
#footer p {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
div#inr-banner {
    padding: 300px 0px !important;
}	

div#faq {
    padding-top: 40px !important;
}

#testimonial .type-blk p {
    max-width: 800px !important;
}

.wpb_text_column {
    margin-bottom: 15px !important;
}

#footer img {
    margin: 0 auto 40px !important;
}

#footer #entire-btn {
    padding: 15px 30px !important;
}

div#footer-text {
    margin-bottom: 10px !important;
}

#inr-footer ul {
    gap: 20px !important;
}

#inr-footer ul.social-icons {
    gap: 8px !important;
}

#inr-footer ul li {
    padding: unset !important;
}

#ready-build strong {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#help {
    padding: 50px 0px !important;
}

#help-inr .vc_column-inner {
    padding: 30px 30px !important;
}

ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .type-blk ul li {
    padding-bottom: 10px !important;
}

#contact-us .contact-form {
    padding: 30px 30px !important;
}

#contact-us .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact-us input, #contact-us textarea, #contact-us select {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 20px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 40px !important;
}	
	
.header-sec ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .header-sec ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #slide-out-widget-area .secondary-header-text {
    background: unset !important;
    text-align: left !important;
    padding: unset !important;
    margin-bottom: 20px !important;
}

body #slide-out-widget-area .secondary-header-text ul li {
    border: 1px solid #fff !important;
    margin-bottom: 10px !important;
    border-radius: 50px !important;
    padding: 10px !important;
    opacity: 1 !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .header-sec ul li a {
    opacity: 1 !important;
    border: unset !important;
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons li {
    border: unset !important;
    padding: unset !important;
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons li a i {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
    border-radius: 50px !important;
}

div#slide-out-widget-area-bg {
    background: linear-gradient(45deg, #65a7fda6, #a54eff96, #bc195c94) !important;
    backdrop-filter: blur(15px);
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons {
    display: flex !important;
    gap: 10px !important;
}	
	
div#contact-inr {
    padding: 25px 25px !important;
}	
	
#contact-inr ol li:before {
    left: -55px !important;
}

#contact-inr ol li {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
}

#contact-inr ol:before {
    left: -47px !important;
}

#contact-inr ol:after {
    left: -56px !important;
    bottom: 16% !important;
}	
	
#contact-inr ol {
    margin-left: 55px !important;
}	
	
#footer #entire-btn.download {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 18px !important;
}	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
body.wp-singular.page-template-default.page.page-id-130.logged-in.admin-bar.wp-theme-salient.wp-child-theme-salient-child.material.wpb-js-composer.js-comp-ver-7\.8\.1.vc_responsive.customize-support {
}
#top .container {
    padding: 0 20px !important;
}

#header-secondary-outer .container {
    padding: 0px 40px !important;
}

#header-outer #logo img {
    height: 40px !important;
}

#top nav > ul > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0px 8px !important;
}

#header-secondary-outer .header-sec {
    width: 100% !important;
    left: 10px;
    z-index: 99999 !important;
}

h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#hero #changing-text {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#hero {
    padding: 180px 0px 50px !important;
}

h2 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#business strong {
    font-size: 22px !important;
    line-height: 30px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#business .wpb_text_column {
    margin-bottom: 20px !important;
}

#business .business-col .vc_column-inner {
    padding: 30px 20px !important;
}

#smart .right-col .vc_column-inner {padding: 30px 30px;}

#smart .wpb_text_column {
    margin-bottom: 20px !important;
}

#run-inr .vc_column-inner {
    padding: 20px 20px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

#run .owl-stage {
    padding: unset !important;
}

div#run {
    padding: 30px 0px !important;
}

#faq-inr h3 a {
    font-size: 14px !important;
    line-height: 22px !important;
}

#faq-inr p {
    font-size: 13px !important;
    line-height: 21px !important;
}

#faq-inr .inner-toggle-wrap {
    padding: 10px 10px !important;
}

#faq-inr h3.toggle-title:before {
    font-size: 14px !important;
    top: 16%;
    left: 1%;
}

#faq-inr h3.toggle-title {
    padding: 8px 25px 8px 30px !important;
}

div#how {
    padding: 60px 0px !important;
}

#how-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

#how-inr .type-blk {
    bottom: 130px  !important;
}

#testimonial-inr p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#testimonial .row-bg {
    background-position: center !important;
}

#ready .left-col .vc_column-inner {
    padding: 20px 20px !important;
}

h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#ready .wpb_text_column {
    margin-bottom: 15px !important;
}

#header-secondary-outer ul.secondary-links li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

#hero .row-bg {
    background-position: center !important;
}

#run-inr ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 5px !important;
}

#faq-inr .toggle.open h3.toggle-title {
}

h5 {
    font-size: 22px !important;
    line-height: 30px !important;
}

div#testimonial {
    padding: 60px 0px !important;
}

#testimonial .carousel-item {
    padding: 20px 20px !important;
}

div#contact {
    padding: 40px 0px !important;
}

#contact input, #contact textarea, #contact select {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 15px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact .contact-form label {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#footer {
    padding-top: 40px !important;
}

#footer ul li {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 8px !important;
}

div#footer-inr {
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
}	

#footer-text #entire-btn {
    margin-bottom: 30px !important;
}
	
#digital img {
    min-width: 400px !important;
    left: -11% !important;
}

#entire-btn {
    z-index: 1 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 25px !important;
}

#entire-btn.gradient {
    margin-left: unset !important;
}

#solution strong {
    font-size: 28px !important;
    line-height: 36px !important;
}

#solution .wpb_text_column {
    margin-bottom: 20px !important;
}		
	
#footer p {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
div#inr-banner {
    padding: 120px 0px !important;
}	

div#faq {
    padding-top: 40px !important;
}

#testimonial .type-blk p {
    max-width: 800px !important;
}

.wpb_text_column {
    margin-bottom: 15px !important;
}

#footer img {
    margin: 0 auto 40px !important;
}

#footer #entire-btn {
    padding: 15px 30px !important;
}

div#footer-text {
    margin-bottom: unset !important;
}

#inr-footer ul {
    flex-direction: column !important;
    gap: 10px !important;
}

#inr-footer ul.social-icons {
    gap: 8px !important;
    flex-direction: row !important;
    justify-content: left !important;
}

#inr-footer ul li {
    padding: unset !important;
}

#ready-build strong {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#help {
    padding: 50px 0px !important;
}

#help-inr .vc_column-inner {
    padding: 30px 30px !important;
}

ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#business .type-blk ul li {
    padding-bottom: 10px !important;
}

#contact-us .contact-form {
    padding: 20px 20px !important;
}

#contact-us .contact-form label {
    font-size: 15px !important;
    line-height: 23px !important;
}

#contact-us input, #contact-us textarea, #contact-us select {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 20px !important;
}

#contact-us input::placeholder, #contact-us textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 30px !important;
}

.header-sec ul li {
    font-size: 16px !important;
    line-height: 24px !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .header-sec ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
}

body #slide-out-widget-area .secondary-header-text {
    background: unset !important;
    text-align: left !important;
    padding: unset !important;
    margin-bottom: 20px !important;
}

body #slide-out-widget-area .secondary-header-text ul li {
    border: 1px solid #fff !important;
    margin-bottom: 10px !important;
    border-radius: 50px !important;
    padding: 10px !important;
    opacity: 1 !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container .header-sec ul li a {
    opacity: 1 !important;
    border: unset !important;
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons li {
    border: unset !important;
    padding: unset !important;
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons li a i {
    height: 40px !important;
    width: 40px !important;
    border: 1px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-size: 20px !important;
}

#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
    border-radius: 50px !important;
}

div#slide-out-widget-area-bg {
    background: linear-gradient(45deg, #65a7fda6, #a54eff96, #bc195c94) !important;
    backdrop-filter: blur(15px);
}

body #slide-out-widget-area .secondary-header-text ul.secondary-icons {
    display: flex !important;
    gap: 10px !important;
}

.contact-form .row {
    padding: unset !important;
}

#contact input.wpcf7-submit {
    padding: 15px 30px !important;
}

div#technical {
    padding: 30px 0px !important;
}

div#ready-build .left-col .vc_column-inner {
    padding: 0px 20px !important;
}

.response.vc_row-o-full-height,
.response.vc_row-o-full-height .col.span_12 {
    min-height: auto !important;
    height: auto !important;
}

div#core {
    padding-top: 30px !important;
}

#solution .right-col .vc_column-inner {
    padding: 20px 30px !important;
}

#contact-us input.wpcf7-submit {
    padding: 10px 20px !important;
}
	
div#contact-inr {
    padding: 20px 20px !important;
}	
	
#contact-inr ol li:before {
    left: -40px !important;
    height: 10px !important;
    width: 10px !important;
    background: #4b0190;
}

#contact-inr ol li {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
}

#contact-inr ol:before {
    left: -34px !important;
    width: 3px !important;
}

#contact-inr ol:after {
    left: -40px !important;
    bottom: 13% !important;
    font-size: 20px !important;
}

#contact-inr ol {
    margin-left: 35px !important;
}
	
#footer #entire-btn.download {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 20px !important;
}	
	
#contact.contact-inr input, #contact.contact-inr textarea, #contact.contact-inr select {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 15px !important;
}

#contact.contact-inr input::placeholder, #contact.contact-inr textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact.contact-inr textarea {
    height: 70px !important;
}

#popmake-220 p {
    padding: unset !important;
}

#contact.contact-inr label {
    font-size: 14px !important;
    line-height: 22px !important;
}

#contact.contact-inr #contact-inr {
    padding: 15px 15px !important;
}	
	
}




