/*
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 */

.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}
div#footer-inr img {
    max-width: 160px;
}
#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a > span {
    color: #191C1D;
}

#top .container {
    position: relative;
}

#top .container:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 80%;
    width: 92%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 24px;
    border: 1px solid #ffffff99;
}

#top nav > ul > li.current-menu-item > a > span {
    color: #B60055;
}

#top nav > ul > li#menu-item-33 > a {
    background: #B60055;
    padding: 15px 30px !important;
    border-radius: 12px;
    overflow: hidden;
    transition: all 1s;
    position: relative;
    border: 1px solid #B60055;
}

#top nav > ul > li#menu-item-33 > a > span {
    color: #fff;
    transition: all 1s;
}

#top nav > ul > li#menu-item-33 > a:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    top: -40%;
    left: -10%;
    transform: scale(0);
    transition: all 1s;
}

#top nav > ul > li#menu-item-33 > a:hover:before {
    transform: scale(10);
}

#top nav > ul > li#menu-item-33 > a:hover span {
    color: #B60055;
}

/* header CSS end */

/* hero section CSS start */

h1 {
    color: #fff;
}

#hero p {
    color: #fff;
}

#hero h6 {
    background: #ffffff21;
    display: inline-block;
    color: #fff;
	padding: 5px 15px;
    border: 1px solid #ffffff38;
    border-radius: 50px;
}

#entire-btn {
    background: #B60055 !important;
    padding: 15px 40px;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 1s;
    position: relative;
    border: 1px solid #B60055;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 26px;
    
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    top: -40%;
    left: -10%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(15);
}

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

#entire-btn i {
    right: 18%;
    font-size: 18px;
    line-height: 26px;
}

/* hero section CSS end */

/* every section CSS start */

h2 {
    color: #191C1D;
}

span.purple {
    color: #B60055;
}

p {
    color: #5C3F45;;
}

#every-inr .nectar-milestone {
    text-align: left;
}

#every-inr .number, #every-inr .symbol {
    font-size: 46px !important;
    line-height: 54px !important;
    color: #191C1D;
    font-family: 'Montserrat';
    font-weight: 800;
}

#every-inr .subject {
    font-family: 'JetBrains Mono';
    font-size: 14px;
    line-height: 22px;
    color: #5C3F45;
}

/* every section CSS end */

/* core section CSS start */

h6 {
    color: #B60055;
}

#capable-inr .vc_column-inner {
    background: #ffffffd1;
    padding: 40px 40px;
    border-radius: 40px;
    border: 1px solid #ffffff57;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;}

#capable-inr  a {
    color: #B60055;
    font-family: 'JetBrains Mono';
    font-size: 14px;
    line-height: 22px;
}

#capable-inr .vc_column-inner:before {
    content: '';
    position: absolute;
    background: url(https://soluxeprintandpromo.us/wp-content/uploads/2026/07/core-before.png);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}

#capable-inr .vc_column-inner:after {
    content: '';
    position: absolute;
    background: #b60055a6;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all 0.5s;
    z-index: 0;
}

#capable-inr .vc_column-inner:hover:after, #capable-inr .vc_column-inner:hover:before {
    opacity: 1;
}

#every-inr .wpb_wrapper {
    position: relative;
    z-index: 99999999;
}

#every-inr img, #every-inr h4 {
    position: relative;
    z-index: 9999999;
}

#capable-inr .wpb_wrapper {
    position: relative;
    z-index: 9;
}

#capable-inr .vc_column-inner:hover p, #capable-inr .vc_column-inner:hover h4, #capable-inr .vc_column-inner:hover a {
    color: #fff;
    transition: all 0.5s;
}

/* core section CSS end */

/* testimonial section CSS start */

ul {
    margin: unset;
}

ul li {
    list-style: none !important;
}

#testimonial-inr ul.stars {
    display: flex;
    gap: 2px;
}

#testimonial-inr ul.stars i {
    color: #B60055;
}

#testimonial-inr .vc_column-inner {
    background: #F3F4F5;
    padding: 40px 40px;
    border-radius: 40px;
    min-height: 410px;
    transition: all 0.5s;
}

#testimonial-inr .review {
    display: flex;
    gap: 20px;
    align-items: center;
}

#testimonial-inr .review img {
    margin: unset;
}

#testimonial-inr p {
    font-style: italic;
    font-weight: 500 !important;
    font-family: 'Inter';
    color: #191C1D;
}

#testimonial-inr .vc_column-inner:hover {
    background: #191C1D;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#testimonial-inr .vc_column-inner:hover p, #testimonial-inr .vc_column-inner:hover h5 {
    color: #fff;
    transition: all 0.5s;
}

#testimonial-inr span.title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    color: #B60055;
    text-transform: uppercase;
}

/* testimonial section CSS end */

/* ready section CSS start */

#ready h2 {
	color: #fff;
}

#ready #entire-btn {
	background: #fff !important;
	color: #B60055 !important;
	border-color: #fff;
	border-radius: 50px !important;
}

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

/* ready section CSS end */

/* footer CSS start */

#footer p, #footer ul li, #footer ul li a {
    color: #e1e3e478;
}

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

#footer ul li {
    padding-bottom: 15px;
}

#footer h5 {
    color: #fff;
}

#inr-footer ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}

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

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

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

#footer-outer {
    display: none;
}

#inr-footer a {
	color: #fff;
	font-weight: 700;
}

/* footer CSS end */

/* portfolio section CSS start */

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

#portfolio h3, #portfolio p {
    text-align: center;
}

#portfolio-inr h6 {
    color: #595E6D;
    letter-spacing: unset;
}

#portfolio-inr h5 {
    color: #191C1D;
    font-family: 'Montserrat';
    font-weight: 300 !important;
}

#portfolio-inr .wpb_text_column {
    margin: unset;
}

/* portfolio section CSS end */

/* process section CSS start */

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

#process-inr span.number {
    color: #b6005526;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 80px;
    line-height: 88px;
}

#process-inr .num-blk {
    position: absolute;
    top: 22px;
    left: -10px;
}

h3 {color: #191C1D;}

#process-inr a {
    font-weight: 500;
    font-family: 'JetBrains Mono';
    font-size: 14px;
    line-height: 22px;
}

#process-inr img {
    background: #fff;
    padding: 10px;
    border: 1px solid #e5bcc44f;
    border-radius: 12px;
}

#process .row-bg {
    position: relative;
}

#process .row-bg:before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, #B60055, #E5BCC4, #007EA6);
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10px;
    margin: auto;
}

#process-inr .row-bg:before {
    display: none;
}

/* process section CSS end */


/* about section CSS start */

h3 {
    color: #191C1D;
}

p {
    color: #595E6D;
}

/* about section CSS end */

/* mission section CSS start */

#mission .vc_column-inner {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 12px;
    padding: 50px 50px;
    border-left: 5px solid #fff;
}

#mission .pink .vc_column-inner {
    border-color: #FF007A;
}

#mission .grey .vc_column-inner {
    border-color: #595E6D;
}

#mission .pink h3 {
    color: #FF007A;
}

#mission .grey h3 {
    color: #595E6D;
}

/* mission section CSS end */

/* what section CSS start */

#set h3  {
    color: #fff;
    text-align: center;
}

#set h4, #set p {
    color: #fff;
}

#set p {
    color: #ffffffa1;
    font-size: 14px;
    line-height: 22px;
}

#set-inr .vc_column-inner {
    background: transparent;
    border: 1px solid #ffffff2b;
    border-radius: 12px;
    padding: 30px 30px;
    transition: all 0.5s;
}

#set-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

/* set section CSS end */

/* core section CSS start */

#core .vc_column-inner {
    background: #ffffff8f;
    backdrop-filter: blur(5px);
    padding: 50px 150px;
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#core i {
    font-size: 50px;
    color: #FF007A;
}

/* core section CSS end */

/* faq section CSS start */

#faq .toggle h3 a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding: 25px 70px 25px 0px;
}

#faq .toggle {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 0 30px;
    position: relative;
    border: 1px solid #E1E3E4;
}

#faq .toggle.open {
    background: #b60055;
}

#faq .toggle.open h3 a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#faq .toggle.open p {
    color: #fff;
    padding-top: 20px; 
}

#faq .toggle p {
    font-size: 14px;
    line-height: 22px;
}

#faq .toggle.open:before {
    rotate: 180deg;
    top: 10%;
    color: #fff;
}

#faq .toggle:before {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 2%;
    top: 34%;
    rotate: 0deg;
    transition: all 0.5s;
    color: #191C1D;
    font-size: 18px;
}

#faq .toggle h3 a i {
    display: none !important;
}

#faq h3 {
    text-align: center;
}

#faq .toggle h3 {
    text-align: left;
}

#faq .toggle.open p {
    color: #fff;
}

/* faq section CSS end */

#contact .tell {
    display: flex;
    gap: 70px;
}

#contact .tell .tell-inr {
    display: flex;
    gap: 20px;
    align-items: center;
}

#contact .type-blk {
    background: transparent;
    border: 1px solid #e5bcc44f;
    padding: 30px 30px;
    border-radius: 12px;
}

#contact .cont-col .vc_column-inner {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 40px;
    border-radius: 12px;
}

#contact label {
    font-size: 14px;
    line-height: 22px;
    font-family: 'JetBrains Mono';
    color: #5C3F45;
}

#contact input, #contact textarea, #contact select {
    background: #F3F4F5;
    border-radius: 8px;
    border: 1px solid #e5bcc48a;
    color: #191C1D;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
    font-family: 'Inter';
}

#contact input::placeholder, #contact textarea::placeholder {
    color: #6B7280;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter';
}

#contact textarea {
    height: 130px;
}

#contact .text-blk p {
    color: #595E6D;
    font-size: 14px;
    line-height: 22px;
    font-family: 'JetBrains Mono';
    text-align: center;
}

#contact .btn {
    padding: unset;
}

#contact input.wpcf7-submit {
    background: #B60155;
    width: 100%;
    border-radius: 8px !important;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    opacity: 1 !important;
}

/* contact section CSS end */

/* commercial section CSS start */

#commercial .vc_column-inner {
    padding: 25px 25px;
    background: #E4E8EB;
    border-radius: 15px;
    transition: all 0.5s;
}

#commercial .vc_column-inner:hover {
    background: #B60055;
    transform: scale(0.95);
}

#commercial .vc_column-inner:hover h4, #commercial .vc_column-inner:hover p {
    color: #fff;
}

#commercial p, #commercial h4 {
    color: #202020;
    transition: all 0.5s;
}

#commercial .vc_column-inner:hover {
    background: #B60055;
}

/* commercial section CSS end */

#industry-inr .vc_column-inner {
    background: transparent;
    padding: 30px 30px;
    border-radius: 16px;
    border: 1px solid #E1E3E4;
    transition: all 0.5s;
}

#industry-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

/* industry section CSS end */

/* print section CSS start */

#print-inr .print {
    display: flex;
    align-items: center;
}

#print-inr .print .print-img img {
    min-width: 400px;
}

#print-inr p {
    font-size: 16px;
    line-height: 24px;
    color: #5C3F45;
}

#print-inr .vc_column-inner {
    background: #fff;
    border-radius: 24px;
    padding: 25px 25px;
    transition: all 0.5s;
    border: 1px solid #ffffff4a;
}

#print-inr .vc_column-inner:hover {
    transform: scale(0.95);
}

#print-inr .grey-bg .vc_column-inner {
    background: #DBDFF1;
}

#print-inr .black-bg .vc_column-inner {
    background: #191C1D;
}

#print-inr .black-bg p {
    color: #E1E3E4
}

#print-inr .black-bg h4 {
    color: #fff;
}

/* print section CSS end */

/* Terms & Conditions */

div#privacy-policy {
    max-width: 1000px;
    margin: 0 auto 50px auto;
    padding: 50px !important;
    background: #181c1d;
    color: #d1d5db;
    border: 1px solid #2d3748;
    border-radius: 12px;
    line-height: 1.8;
    font-size: 16px;
}

div#privacy-policy h4 {
    font-size: 22px;
    color: #ffffff;
    margin: 35px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2d3748;
    font-weight: 600;
}

div#privacy-policy p {
    margin: 0 0 8px;
    color: #ffffff;
    padding: unset;
}

div#privacy-policy strong {
    color: #ffffff;
}

div#privacy-policy ul {
    margin: 15px 0 25px 20px;
    padding: 0;
}

div#privacy-policy ul li {
    margin-bottom: 10px;
    color: #ffffff;
    list-style: disc !important;
}

div#privacy-policy ul li::marker {
    color: #d41753;
}

div#privacy-policy a {
    color: #d41753;
    text-decoration: none;
    transition: 0.3s;
}

div#privacy-policy a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

div#privacy-policy hr {
    border: 0;
    border-top: 1px solid #2d3748;
    margin: 35px 0;
}

/* Mobile */

@media (max-width: 768px) {
 div#privacy-policy{
        padding: 25px;
        font-size: 15px;
    }

    div#privacy-policy h4 {
        font-size: 20px;
    }
}

/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {
	
.pad-row {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
	
#inr-banner {
	padding-top: 300px !important;
	padding-bottom: 200px !important;
}
	
}
/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
div#hero {
    padding-top: 70px !important;
}	
.pad-row {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
	
#inr-banner {
	padding-top: 250px !important;
	padding-bottom: 150px !important;
}
	
}
/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
div#hero {
    padding-top: 70px !important;
}	
.pad-row {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
	
#inr-banner {
	padding-top: 200px !important;
	padding-bottom: 120px !important;
}
	
}
/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
	
.pad-row {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
	
#inr-banner {
	padding-top: 200px !important;
	padding-bottom: 120px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 80px;
}
	header#top nav ul li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div#hero {
    padding-top: 50px !important;
}
h1 {
    font-size: 48px !important;
    line-height: 56px !important;
}

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}

#capable-inr .vc_column-inner {
    padding: 20px 10px;
    border-radius: 30px;
}	
#process-inr span.number {
    color: #b6005526;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
}
#process-inr .num-blk {
    position: absolute;
    top: -10px;
    left: -10px;
}
#testimonial-inr .vc_column-inner {
    padding: 20px 20px;
}	
	
	
}
/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
	
	
	
.pad-row {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
	
#inr-banner {
	padding-top: 200px !important;
	padding-bottom: 120px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 85px !important;
    }
h1 {
    font-size: 48px !important;
    line-height: 56px !important;
}

h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}

#capable-inr .vc_column-inner {
    padding: 20px 10px;
    border-radius: 30px;
}	
#process-inr span.number {
    color: #b6005526;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
}
#process-inr .num-blk {
    position: absolute;
    top: -10px;
    left: -10px;
}
#testimonial-inr .vc_column-inner {
    padding: 30px 30px;
    min-height: unset;
}	

div#inr-footer {
    text-align: center;
}

#inr-footer ul {
    justify-content: center;
}

div#footer-inr {
    padding-bottom: unset;
}
#top .container:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 90%;
    width: 94%;
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    margin: auto;
    border-radius: 24px;
    border: 1px solid #ffffff99;
}

#process .row-bg:before {
    display: none;
}

.contact-form .row {
    padding: unset;
}
	
	
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
	
.pad-row {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
	
#inr-banner {
	padding-top: 200px !important;
	padding-bottom: 120px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 65px !important;
    }
h1 {
    font-size: 38px !important;
    line-height: 46px !important;
}

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

#capable-inr .vc_column-inner {
    padding: 20px 10px;
    border-radius: 30px;
}	
#process-inr span.number {
    color: #b6005526;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
}
#process-inr .num-blk {
    position: absolute;
    top: -10px;
    left: -10px;
}
#testimonial-inr .vc_column-inner {
    padding: 30px 30px;
    min-height: unset;
}	

div#inr-footer {
    text-align: center;
}

#inr-footer ul {
    justify-content: center;
}

div#footer-inr {
    padding-bottom: unset;
}
#top .container:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 90%;
    width: 94%;
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    margin: auto;
    border-radius: 24px;
    border: 1px solid #ffffff99;
}

#process .row-bg:before {
    display: none;
}

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



div#process div#process-inr:nth-child(2) .row_col_wrap_12_inner.col.span_12.left, div#process div#process-inr:nth-child(4) .row_col_wrap_12_inner.col.span_12.left {
    display: flex;
    flex-direction: column-reverse;
}

#contact .tell {
    display: flex;
    flex-direction: column;
    gap: unset;
}	
	
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
body #header-outer[data-transparent-header="true"].transparent  {
    background: #fff !important;
    
}



#header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:before, #header-outer.transparent[data-permanent-transparent="false"] #top .slide-out-widget-area-toggle.mobile-icon i:after, body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines-button:after, body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines:before, body #header-outer[data-permanent-transparent="1"].transparent:not(.dark-slide) > #top .span_9 > .slide-out-widget-area-toggle .lines:after, #header-outer[data-lhe="animated_underline"].transparent .nectar-header-text-content a:after {
    background-color: #000 !important;
}	
	
.pad-row {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
	
#inr-banner {
	padding-top: 200px !important;
	padding-bottom: 120px !important;
}
    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 55px !important;
    }
h1 {
    font-size: 38px !important;
    line-height: 46px !important;
}

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

#capable-inr .vc_column-inner {
    padding: 20px 10px;
    border-radius: 30px;
}	
#process-inr span.number {
    color: #b6005526;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 60px;
    line-height: 68px;
}
#process-inr .num-blk {
    position: absolute;
    top: -10px;
    left: -10px;
}
#testimonial-inr .vc_column-inner {
    padding: 30px 30px;
    min-height: unset;
}	

div#inr-footer {
    text-align: center;
}

#inr-footer ul {
    justify-content: center;
}

div#footer-inr {
    padding-bottom: unset;
}
#top .container:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 90%;
    width: 90%;
    top: 0;
    bottom: 0;
    left: 0;
    right: unset;
    margin: auto;
    border-radius: 24px;
    border: 1px solid #ffffff99;
}

#process .row-bg:before {
    display: none;
}

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



div#process div#process-inr:nth-child(2) .row_col_wrap_12_inner.col.span_12.left, div#process div#process-inr:nth-child(4) .row_col_wrap_12_inner.col.span_12.left {
    display: flex;
    flex-direction: column-reverse;
}

#contact .tell {
    display: flex;
    flex-direction: column;
    gap: unset;
}

#contact .cont-col .vc_column-inner {
    padding: 20px;
}

ul.privacy li a {
}

#mission .vc_column-inner {
    padding: 20px;
}

div#what {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#core .vc_column-inner {
    padding: 20px;
}

#faq .toggle {
    padding-left: 20px;
}	
	
}
