/*
Theme Name: breakthrough Child Theme
Description: This is a custom child theme for Salient
Theme URI: https://breakthrough.cloudstandly.com
Author: ThemeNectar
Author URI: https://breakthrough.cloudstandly.com
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Light.woff2') format('woff2'),
        url('fonts/Helvetica-Light.woff') format('woff'),
        url('fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica-Bold.woff2') format('woff2'),
        url('fonts/Helvetica-Bold.woff') format('woff'),
        url('fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/Helvetica.woff2') format('woff2'),
        url('fonts/Helvetica.woff') format('woff'),
        url('fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2{
  font-family: 'Anton';
  text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}

h3,h4,h5,h6{
  font-family: 'Anton';
}
a,p,span,li,label{
   font-family: 'Helvetica';
}

div#header-outer {
box-shadow: unset !important;
}
.container.main-content, .container-wrap{padding: 0 45px;}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 16px;
    font-weight: 500;
    color: #3C3C3C;
    margin: 0 4px;
    padding: 10px 25px;
    border-radius: 0;
    margin-bottom: 0 !important;
    background: rgba(231, 197, 147, 0);
    border: 1px solid #CC8A00;
    font-family: 'Helvetica';
    text-transform: uppercase;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after{
	display: none;
}
 #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0px;
    height: 2px;
    border-radius: 100px;
    transition: all 0.3s linear;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:after, 
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:after {
    width: 100%;
}
/* #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:before {
    content: "";
    background: #5C9E97;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 18px;
    height: 4px;
    border-radius: 100px;
    transition: all 0.3s linear;
    opacity: 0;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}  */
.shadow1 {
	color:rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}
body #header-outer[data-format=centered-menu-bottom-bar] .span_3:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 35%;
    left: 0;
    right: 0;
}
body #header-outer[data-format=centered-menu-bottom-bar] .span_3 {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side ul li a,
#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.right-side ul li a {
    color: #ffffff;
    border: unset;
    font-size: 24px;
}
#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side {
    left: 23%;
}
#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.right-side {
    right: 15%;
}
div#first .nectar_video_player_self_hosted.wpb_video_widget {
    position: relative;
    z-index: -25;
}
div#section1 .row-bg-wrap:nth-child(1) {
    position: absolute;
    z-index: 26;
}
div#section1 .row_col_wrap_12 {
    padding-top: 0;
    padding-bottom: 0;
}
div#section1 .row-bg-wrap:nth-child(1)  .inner-wrap:before {
    position: absolute;
    content: "";
    background: #000000c4;
    width: 100%;
    height: 23%;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
div#section1 .row-bg-wrap:nth-child(1)  .inner-wrap:after {
    position: absolute;
    content: "";
    background: #d2981fc4;
    width: 100%;
    height: 23%;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
h2 {
    font-size: 64px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
}
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Helvetica';
}
a.nectar-button.small.regular.accent-color.regular-button {
 font-size: 15px;
 font-weight: 400;
 color: #000000;
 opacity: 1 !important;
 padding: 10px 30px;
 border-radius: 50px !important;
 text-transform: uppercase;
 margin: 0;
 border: 2px solid #000000;
 !i;!;
}
a.nectar-button.small.regular.accent-color.regular-button:hover {
    background: #000000 !important;
    color: #ffffff;
}

nav.left-side ul li a span.menu-title-text, nav.right-side ul li a span.menu-title-text {
    font-family: "Anton", serif;
    font-weight: 400;
    letter-spacing: 2px;
}

h4.fir32 {
   color: #466A0D;
   font-size: 18px;
   line-height: 1.2;
   font-weight: 500;
   text-transform: capitalize;
}
div#section2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section3 .row_col_wrap_12 {
	padding-top: 40px;
	padding-bottom: 40px;
}
div#section3 p {
    color: #363636;
}
div#section3 div#first h3 {
    margin-bottom: -26px;
    position: relative;
    z-index: 3;
    padding-left: 80px;
    font-size: 38px;
    font-weight: 400;
    color: #000000;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    position: relative;
}

#section2 a.nectar-button.small.regular.accent-color.regular-button {
    font-size: 12px;
}

div#section2 h2 {
    color: #000000;
    font-weight: 400;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    padding-bottom: 5px;
    padding-top: 30px;
}
div#section3 div#first .wpb_text_column.first2 {
    position: absolute;
    top: 0;
    left: 18px;
}
div#section3 div#first .wpb_text_column.first2 p img {
    border-radius: 75px;
    margin: 0;
    background: #ffffff;
}
div#section3 div#first .img-with-aniamtion-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
div#section3 h4.fir32 {
}
div#section3 a.nectar-button.small.regular.accent-color.regular-button {
}
div#section4 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 0;
}
div#section4 div#first {
	padding-bottom: 30px;
}
div#section4 h4.fir32 {}
div#section4 h2 {
    color: #000000;
}
div#section4 .cont {
    display: flex;
}
div#section4 .cont h2 {
    width: 100%;
    font-size: 50px;
}
div#section4 .cont .fir {
    width: 80%;
}
div#section4 .cont p.btnn a {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    justify-content: space-between;
}
div#section4 .cont p.btnn a img {
    margin: 0;
    width: 30%;
}
div#section4 p {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    /* font-family: 'Helvetica'; */
    line-height: 1.8em;
    padding-right: 10px;
}
div#section5 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#section5 h3 {
    color: #000000;
    line-height: 45px;
    font-size: 35px;
    font-weight: 400;
    display: table;
    margin: 0 auto;
}
div#section6 .row_col_wrap_12 {
	padding-top: 60px;
	padding-bottom: 110px;
}
div#section6 div#first .vc_column-inner {
    background: #7c7976d1;
    text-align: center;
    padding: 60px 60px;
}
div#section6 div#first h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 20px;
}
div#section6 div#first h4 img {
    margin: 0;
    width: 15%;
    margin-right: 18px;
}
div#section6 .owl-item .carousel-item {
    text-align: center;
    padding: 60px 60px;
    padding-bottom: 0;
}
div#section6 .owl-carousel {
    margin-top: 60px;
    background: #7c7976d1;
}
div#section6 .owl-item .carousel-item h4 {
    color: #ffffff;
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}
div#section6 h2{
    color: #ffffff;
    font-size: 45px;
    padding-bottom: 18px;
}
div#section6 p {
    color: #ffffff;
    font-weight: 400;
}

div#section7 .row_col_wrap_12{
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section7 div#first {

}
div#section7 h4.fir32 {
	color: #3C3C3C;
}
div#section7 div#first h2{
	color: #3C3C3C;
}
div#section7 .owl-nav.disabled {
    display: flex;
    text-align: center;
    height: 0;
    float: right;
    margin-top: 18px;
}
div#section7 .owl-nav.disabled button span {
    display: none;
}
div#section7 .owl-nav.disabled button {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #151515;
    transition: all 0.3s linear;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border-radius: 27px !important;
    margin: 0 5px;
}
div#section7 .owl-nav.disabled button.owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #151515;
}
div#section7 .owl-nav.disabled button.owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #151515;
}
div#section7 .owl-nav.disabled button:hover{
	background:#017FBA;
	border-color:#017FBA;
}
div#section7 .owl-nav.disabled button:hover:before {
    color: #ffffff;
}
div#section7 .owl-dots {
   display:none;
}
div#section7 .owl-item .carousel-item {
    /* margin: 0 12px; */
    box-shadow: 0 0 30px 3px #f3f3f300;
    background: #F3F3F3;
    border-radius: 18px;
    padding: 18px 18px;
    padding-bottom: 18px !important;
}
div#section7 .owl-item .carousel-item img {
    margin: 0;
}
div#section7 .owl-item .carousel-item p {
    padding: 0;
    color: #151515;
}
div#section7 .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0;
}
div#section7 .owl-item .carousel-item ul {
    margin: 0;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
div#section7 .owl-item .carousel-item ul li:nth-child(1) {
    font-size: 22px;
    color: #151515;
    text-transform: capitalize;
}
div#section7 .owl-item .carousel-item ul li:nth-child(2) {
}
div#section7 .owl-item .carousel-item ul li {
    list-style: none;
}
div#section7 .owl-item.active .carousel-item {
    background: #F0F0F0;
    margin-right: 6px;
}
div#section7 .owl-item.active+.active .carousel-item{
	background: #1D6295;
	margin-left: 6px;
	margin-right: 6px;
}
div#section7 .owl-item.active+.active+.active .carousel-item{
	background: #F3F3F3;
	margin-left: 6px;
	margin-right: 0;
}
div#section7 .owl-item.active+.active .carousel-item p,
div#section7 .owl-item.active+.active .carousel-item ul li {
    color: #ffffff;
}
div#section7 .owl-item.active+.active+.active .carousel-item p,
div#section7 .owl-item.active+.active+.active .carousel-item ul li {
    color: #151515;
}
div#section7 .owl-item.active+.active .carousel-item ul li img {
    filter: brightness(0)invert(1);
}
div#section7 .owl-item.active+.active+.active .carousel-item ul li img {
    filter: unset;
}
div#contact1 {
    margin-bottom: 40px;
}
div#contact1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 70px;
}
div#contact1 h2.fir35 {
    text-transform: uppercase;
    font-family: 'Petrov Sans';
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3270DF;
    font-weight: 700;
    padding-bottom: 0;
    text-align: center;
    opacity: 0.8;
    font-size: 120px;
}
div#contact1 h2{
	color: #cc8a00;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 50px;
}
div#contact1 h2 br {
    display: block;
}
div#contact1 form br {
    display: none;
}
div#contact1 span.wpcf7-form-control-wrap {
    /* width: 100%; */
    /* display: inline-block !important; */!i;!;
    margin-bottom: 14px;
    margin-right: 3px;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-78"] {
    width: 99%;
    height: 130px;
}
div#contact1 input[type=text], div#contact1 input[type=tel], div#contact1 input[type=email], div#contact1 textarea {
   background: transparent;
   border: unset;
   border-bottom: 1px solid #000000;
   border-radius: 0 !important;
   box-shadow: unset;
   font-size: 14px;
   color: #000;
   font-weight: 400;
   background: #ffffff;
   padding: 6px;
}
div#contact1 input[type=submit] {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  opacity: 1 !important;
  padding: 7px 40px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  /* position: absolute; */
  font-family: 'Anton';
}
div#contact1 span.wpcf7-spinner {
    display: none;
}
div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
div#contact1 .wpcf7-form .wpcf7-not-valid{
    border-bottom:2px solid red !important;
}
div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border:1px solid #4a71ee !important;
}
div#contact1 input::placeholder, 
div#contact1 textarea::placeholder {
    color: #000000 !important;
	font-size:12px;
}
div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    margin-top: 0;
}
div#contact1 div#second {
        padding-top: 30px;
}
div#contact1 h3{
	color:#323232;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}
div#contact1 p.links1{
	color:#323232;
	padding-top: 60px;
}
div#contact1 p, div#contact1 p.links1 a {
    color: #ffffff;
    display: inline;
}
div#contact1 .cont1 p label {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    margin-bottom: 20px;
}
div#contact1 .cont1 p label.message1 {
    width: 100%;
}
div#contact1 div#second h4 {
    color: #323232;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
#page-header-bg h1 {
    font-size: 90px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Ivy Mode';
    font-weight: 700;
    color: #000000;
    !i;!;
    padding-top: 75px;
    line-height: 1;
}
#page-header-bg .subheader a, #page-header-bg .subheader label {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    /* margin: 0 9px; */
}
#page-header-bg .subheader a i {
    margin: 0 8px;
}
#page-header-bg .subheader {
    line-height: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#footer1 .row_col_wrap_12 {
    padding-top: 0;
    padding-bottom: 0;
}
div#footer1 p {
    color: #ffffff;
    font-size: 17px;
    padding: 0;
}
div#footer1 ul li:hover{
	cursor: pointer;
}
div#footer1 ul li a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Helvetica';
    margin-bottom: 8px;
    display: block;
}
div#footer1 ul li a:hover {
    color: #CC8A00; /* Color on hover */
}
div#footer1 ul li a:hover i {
    color: #006FC0; /* Icon color on hover */
}
div#footer1 .wpb_raw_code{
	margin: 0;
}
div#footer1 h3{
    color: #cc8a00;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 26px;
    text-shadow: none;
    letter-spacing: 0.5px;
}

div#footer1 ul.menu2 {
    padding-left: 25%;
}

div#footer1 input[type=text], div#footer1 input[type=email], div#footer1 select {
	line-height: 30px;
	color: #000000bd;
	background: #ffffff;
	font-weight: 500 !important;
	padding: 10px 15px !important;
	width: 85% !important;
	height: 48px;
	display: flex;
	/* margin: 0 auto; */
	box-shadow: unset !important;
	padding-left: 9px !important;
	border: unset;
	margin-top: 0;
	border-bottom: 2px solid #000000;
	border-radius: 0 !important;
	margin-bottom: 0;
	font-size: 15px;
}
div#footer1 input[type=submit]{font-size: 18px;font-weight: 400;color: #ffffff;opacity: 1 !important;padding: 10px 35px;border-radius: 50px !important;text-transform: capitalize;margin-top: 12px;width: 65%;border: 1px solid #000;font-family: 'Helvetica';}
div#footer1 input::placeholder { 
	color: #000000bd !important; 
}
div#footer1 div#second .cont1 {
    display: flex;
    margin-bottom: 15px;
}

div#footer1 ul {
    margin-left: 42px;
}
div#footer1 ul li{
	list-style: none;
}
div#footer1 div#second ul.cont1 li {
    margin: 0;
}
div#footer1 div#second ul.cont1 li a{
    border: 1px solid #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 4px;
}
div#footer1 div#second ul.cont1 li a i {
    padding: 0;
    font-size: 22px;
}
div#footer1 div#second ul.cont1 li a:hover {
    border-color: #B8D8D9;
    background: #B8D8D9;
}
div#footer1 div#second ul.cont1 li a:hover i{
    color:#ffffff;
}
div#footer1 h2 {
    color: #ffffff;
    font-family: 'Petrov Sans';
    font-size: 50px;
}
div#footer1 div#second ul.menu1 {
    display: flex;
}
div#footer1 div#second ul.menu1 li {
    margin-right: 45px;
}
div#footer1 div#second .wpb_text_column {
    margin-bottom: 8px;
}
.woocommerce ul.products li.classic.product {
    background: #ffffff;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px;
}
.woocommerce ul.products li.classic.product .product-wrap, .woocommerce ul.products li.classic.product .product-wrap img {
    padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #151515;
    font-size: 22px;
    padding-bottom: 16px !important;
    font-weight: 500;
    padding: 0 12px;
    margin-top: 0;
    padding-top: 15px;
}
.woocommerce ul.products li.classic.product .loop-short-description {
    color: #151515;
    line-height: 20px;
    padding: 0 12px;
}
.woocommerce ul.products li.classic.product span.price {
    padding: 0 12px;
    color: #151515 !important;
    font-weight: 700;
    font-size: 22px;
    padding-top: 9px;
    padding-bottom: 15px;
}
.wp-block-woocommerce-cart.alignwide {
    padding-top: 40px;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    padding-top: 40px;
}
body.product-template-default.single.single-product nav.woocommerce-breadcrumb {
    padding-top: 90px;
}
div#section6 {
    margin-bottom: 80px;
}

div#footer1 div#first {
    padding-left: 90px;
    padding-top: 40px;
    padding-bottom: 80px;
}

div#footer1 div#second {
    padding-right: 90px;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
}
div#footer1 div#first ul.fti {
    display: flex;
    margin-top: 20px;
}
div#footer1 div#first ul.fti a i {
    /* border: 1px solid #ffffff; */
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 12px;
}
div#footer1 div#first ul.fti a:hover i {
    background: #D91313;
    color: #ffffff;
    border-color: #D91313;
}
div#footer1 div#first ul.fti li {
    display: flex;
}

div#section6 .row-bg.viewport-desktop.using-image {
    overflow: hidden; /* Keeps the image confined within the container */
    transform: translate3d(0px, 0px, 0px); /* Initial position */
    transition: transform 0.1s ease-out; /* Smooth movement with ease-out */
}

div#section6 .row-bg.viewport-desktop.using-image img {
    width: auto; /* Keep the image width as per the aspect ratio */
    height: 100%; /* The height should cover the container */
}

div#section6 .inner-wrap.row-bg-layer.using-image {
    transform: scale(1.2); /* Ensures that image appears larger than the container */
}
div#los1 .row_col_wrap_12 {
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
}
div#los1 div#first {
	padding-bottom: 30px;
}
div#los1 h2 {
    color: #cc8a00;
    font-size: 40px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
div#los1 p {
    color: #ffffff;
}
div#los1 .row-bg.viewport-desktop.using-image {
    filter: brightness(0.4);
    /* height: 289px; */
    /* background-size: contain; */
}
div#los2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#los2 div#first {
	padding-bottom: 30px;
}
div#los2 h3 {
    color: #000000;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}
div#los2 ul.locations-list {
    margin: 0;
    text-align: center;
    border-top: 3px solid #cc8a00;
    margin-top: 18px;
    padding-top: 18px;
}
div#los2 ul li{
    list-style: none;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 41px;
}
div#section6.los3 .row_col_wrap_12 {
    background: #0000008f;
    padding-top: 50px;
    padding-bottom: 50px;
}
div#section6.los3 p {
    padding-top: 30px;
    padding-bottom: 30px;
}
div#section4 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    position: absolute;
    background-image: url('/wp-content/uploads/2024/12/download.png');
    width: 100%;
    height: 30%;
    content: "";
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    transform: scaleY(-1); /* Flip the image vertically */
}
div#section5 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    position: absolute;
    content: "";
    background: #000000c4;
    width: 100%;
    height: 0;
    top: 0;
    clip-path: polygon(50% 62%, 0% 100%, 100% 100%);
    transform: scaleY(-1);
}
div#section5 img.img-with-animation.skip-lazy {
    display: table;
    margin: 0 auto;
}

div#section6 div#first .vc_column-inner p {
    line-height: 1.5;
}

div#section6 .owl-item .carousel-item p {
    /* font-family: 'Helvetica'; */
    font-weight: 400;
    font-size: 17px;
    font-family: 'Anton';
    line-height: 30px;
}
div#section6 .owl-item .carousel-item .wpb_raw_code h5.sec {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Helvetica';
    text-transform: uppercase;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 0;
}
div#section6 .owl-item .carousel-item .wpb_raw_code h5.sec img {
    margin: 0;
    width: 15%;
    margin-right: 18px;
}
div#section6 .owl-stage {
    padding-bottom: 0;
}
div#section6 .owl-item .carousel-item .wpb_raw_code {
    margin-bottom: 0;
}

div#fran1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
} 
div#fran1 h2 {
    color: #ffffff;
    letter-spacing: 0;
    font-size: 70px;
    padding-top: 20%;
}
div#fran2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
} 
div#fran2 h2 {
    color: #010206;
    text-align: center;
    padding-bottom: 0;
    padding-top: 20px;
    letter-spacing: 0;
    font-size: 45px;
    margin-bottom: 0;
}
div#fran2 .cont1 {
    display: flex;
}
div#fran2 form.wpcf7-form.init br {
    display: none;
}
div#fran2 span.wpcf7-form-control-wrap {
    width: 47%;
    display: inline-flex !important;
    margin: 0 6px;
    margin-bottom: 18px;
}
div#fran2 span.wpcf7-form-control-wrap[data-name="textarea-461"] {
    width: 100%;
}

div#fran3 h2 br {
    display: none;
}

div#fran2 input[type=text], 
div#fran2 input[type=tel], 
div#fran2 select,
div#fran2 input[type=email], 
div#fran2 textarea {
    background: transparent;
    border: 1px solid #B4B4B4;
    /* border-bottom: 1px solid #000000; */
    border-radius: 8px !important;
    box-shadow: unset;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    background: #ffffff;
}
div#fran2 input[type=submit] {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    padding: 15px 50px !important;
    text-transform: capitalize;
    border-radius: 40px !important;
    margin-top: 10px !important;
    display: table;
    margin: 0 auto;
    letter-spacing: 0;
}

div#fran2 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
div#fran2 .wpcf7-form .wpcf7-not-valid{
    border-bottom:2px solid red !important;
}
div#fran2  input:focus, 
div#fran2  select:focus, 
div#fran2 textarea:focus {
    border-color: #cc8a00 !important;
}
div#fran2 input::placeholder, 
div#fran2 textarea::placeholder {
    color: #000000cc !important;
}
div#fran2 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
}
div#fran2 .cont1 .fir {
    width: 55%;
}
div#fran2 .cont1 .sec {
    width: 45%;
}
div#fran2 span.wpcf7-form-control-wrap[data-name="text-325"],
div#fran2 span.wpcf7-form-control-wrap[data-name="select-584"] {
    width: 97%;
}

div#footer1 div#first h3 {
    color: #cc8a00;
    letter-spacing: 0.5px;
}

div#footer1 span.wpcf7-list-item.first.last {
    margin-left: 0;
    margin-top: 10px;
}
div#fran2 {
    margin-top: 0;
}
div#fran3 .row_col_wrap_12 {
    padding-top: 8px;
    padding-bottom: 70px;
} 
div#fran3 h2 {
    color: #010206;
    text-align: center;
    padding-bottom: 34px;
    padding-top: 20px;
    letter-spacing: 0;
    font-size: 45px;
}
div#fran4 .row_col_wrap_12 {
    padding-top: 30px;
    padding-bottom: 0;
} 

div#fran4 div#first .vc_col-sm-10 {
	border: 2px solid #cc8a00;
}
div#fran4 div#first h4 {
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    text-align: center;
    /* border: 1px solid #cc8a00; */
    padding: 50px 0;
    text-shadow: unset;
    letter-spacing: 1.3px;
}
#fran4 #second {
    margin-top: 25px;
}
div#fran4 div#second .vc_col-sm-4 .vc_column-inner {
	border: 2px solid #cc8a00;
	padding: 40px 34px;
	height: 380px;
	margin: 0 8px;
}
div#fran4 div#second h3 {
    text-shadow: unset;
    font-weight: 400;
    text-align: center;
    font-size: 23px;
    font-style: italic;
    color: #000;
    padding-bottom: 20px;
}
div#fran4 div#second ol li {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    padding-bottom: 30px;
    list-style: square;
    padding-right: 90px;
}
div#fran4 div#second ol li strong {
    color: #000;
}
div#fran4 a.nectar-button.small.regular.accent-color.regular-button {
    display: table;
    margin: 40px auto 0;
}

div#contact1 .cont1 textarea {
    height: 100px;
}

#video-section .owl-dots {
    display: none;
}

#video-section .owl-nav {
    display: block;
    position: absolute;
    /* top: 50%; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    bottom: 0;
}

#video-section .owl-nav button.owl-prev {
    border: none;
    left: 0;
    position: relative;
    background: url(/wp-content/uploads/2024/12/left-arrow03.png) no-repeat;
    width: 50px;
    height: 50px;
    filter: invert(1);
}

#video-section .owl-nav button.owl-next {
    border: none;
    position: relative;
    background: url(/wp-content/uploads/2024/12/right-arrow03.png) no-repeat;
    width: 50px;
    height: 50px;
    filter: invert(1);
}

#fran8 h3 {
    font-size: 38px;
    color: #cc8a00;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    padding-bottom: 5px;
    padding-left: 20%;
}

#fran8 h4 {
    font-size: 18px;
    font-family: 'Helvetica';
    padding-bottom: 10px;
    padding-left: 20%;
}

#fran8 p {
    font-size: 16px;
    color: #000;
    padding-right: 16%;
    padding-left: 20%;
}

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

#fran8 .owl-nav {
    display: block;
}
#fran8 .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 30%;
}

#fran8 .owl-nav button.owl-prev {
	border: none;
	position: relative;
	background: url(/wp-content/uploads/2024/12/left-arrow03.png) no-repeat;
	width: 50px;
	height: 50px;
}

#fran8 .owl-nav button.owl-next {
	border: none;
	position: relative;
	background: url(/wp-content/uploads/2024/12/right-arrow03.png) no-repeat;
	width: 50px;
	height: 50px;
}

#fran8 .owl-nav button.owl-next span, #fran8 .owl-nav button.owl-prev span {
    color: #cc8a00;
}

#fran8 h5.sec {
    display: flex;
    align-items: center;
    font-family: 'Helvetica';
    color: #000;
    font-weight: 400;
    padding-left: 17%;
}

#fran8 h5.sec img.alignnone.size-medium.wp-image-79 {
    width: 75px;
    padding-right: 20px;
}

#fran4 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

#about-01 h2 {
    font-size: 60px;
    color: #000;
    font-weight: 400;
    letter-spacing: 8px;
    padding-bottom: 30px;
    padding-top: 40px;
}

#about-01 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#about-01 .about-left-section {
    padding-left: 80px;
    padding-right: 90px;
}
#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a.active-tab {
    background: transparent;
    border-bottom: 4px solid #cc8a00;
    border-right: 0;
}

#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a span {
    font-family: 'Anton';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    /* color: #cc8a00; */
}

#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a span {
    color: #000;
}

#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a.active-tab span {
    color: #cc8a00;
}

#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a {
    background: transparent;
    border-bottom: 4px solid #000;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

#about-01 .about-right-section .ui-tabs-panel {
    background: #000;
    padding: 40px;
}

#about-01 .about-right-section .ui-tabs-panel h3 {
    color: #cc8a00;
    font-size: 40px;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

#about-01 .about-right-section .ui-tabs-panel h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
}

#about-01 .about-right-section .ui-tabs-panel  p {
    color: #FFF;
    line-height: 22px;
    padding-right: 22%;
    padding-bottom: 34px;
}

#about-01 .about-right-section .ui-tabs-panel p:nth-child(4) {
    display: flex;
    align-items: center;
}

#about-01 .about-right-section .ui-tabs-panel p:nth-child(4) a {
    color: #FFF;
    font-weight: 600;
}

#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav {margin-bottom: 40px;}

#about-02 h4 {
    color: #2d2926;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

#about-02 p {
    font-style: italic;
    color: #000;
}

#about-02 h4:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/12/left-arrows.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: -50px;
    top: -20px;
}


#about-02 h4:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/12/right-arrows.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: -60px;
    top: -15px;
}

#about-03 h2 {
    color: #FFF;
    padding-top: 26px;
}

#about-03 p {
    margin: 0;
    padding: 0;
    color: #cbcac9;
    font-weight: 500;
    font-family: Anton;
}

#about-03 h3 {
    color: #FFF;
    text-shadow: none;
    font-weight: 500;
    letter-spacing: 1px;
}

#about-03 .carousel-item:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 74%;
    background: #000;
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 115px;
    right: 0;
    margin: 0 auto;
}

#about-03 p:nth-child(3) {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 17px;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

#about-03 p a {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFF;
}

#about-03 .carousel-item {
    position: relative;
}

#about-03  .owl-dots {
    display: none;
}

#about-03  .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 30%;
    /* bottom: 0; */
    width: 100%;
    /* height: 100%; */
    /* z-index: -1; */
}

#about-03 .owl-nav button.owl-prev {
    border: none;
    left: -20px;
    position: relative;
    background: url(/wp-content/uploads/2024/12/left-arrow03.png) no-repeat;
    width: 50px;
    height: 50px;
    filter: invert(1);
}

#about-03 .wpb_text_column.wpb_content_element {
    margin: 0;
}
#about-03 .owl-stage {
    padding-top: 0;
}

#about-03 .owl-nav button.owl-next {border: none;position: relative;background: url(/wp-content/uploads/2024/12/right-arrow03.png) no-repeat;width: 50px;height: 50px;filter: invert(1);right: -20px;}

#about-03 .row-bg.viewport-desktop.using-image {background-size: cover;}

#about-04 {
    margin-top: 0;
    margin-bottom: 50px;
    height: 250px;
}

#about-04 h2 {
    color: #FFF;
    padding-left: 42px;
    padding-bottom: 10px;
}

#about-04  a {/*! float: right; *//*! position: absolute; */top: 0;left: 43%;top: 5px;background: #cc8a00;padding: 12px 35px;border-radius: 50px;color: #000;text-transform: uppercase;font-size: 15px;border: 2px solid #000;}

#about-04 p {
    color: #FFF;
    padding-left: 50px;
}

#top nav>ul.sf-menu>li.current-menu-item a {
    background: #cc8a00 !important;
    color: #FFF !important;
    border: none !important;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.sf-menu>li ul.sub-menu.tracked-pos {
    background: #000;
    width: 185px;
    padding: 10px;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.sf-menu>li ul.sub-menu.tracked-pos li a {
    letter-spacing: 1px;
    padding: 13px;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 1px 0 #2D2926, -1px 0 #2D2926, 0 1px #2D2926, 0 -1px #2D2926;
    color: #FFF;
}

#top nav > ul > li.menu-item a:hover {
    background: #000 !important;
    color: #FFF !important;
}

#video-section .owl-nav button.owl-prev span {
    visibility: hidden;
}

#video-section .owl-nav button.owl-next span {
    visibility: hidden;
}

#top nav>ul#menu-left>li.current-menu-item a, #top nav>ul#menu-right>li.current-menu-item a {
    background: none !important;
}

#inner-page-02 .location-inner .wpb_text_column.wpb_content_element .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#inner-page-02 .location-inner .wpb_text_column.wpb_content_element h2 {
    font-size: 20px;
    padding-right: 40px;
    padding-left: 40px;
    !i;!;
}

#inner-page-02 .location-inner .wpb_text_column.wpb_content_element .wpb_wrapper h2 a {
    color: #cbcac9;
    font-family: 'Anton';
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 22px;
}

#inner-page-02 .location-inner .wpb_text_column.wpb_content_element .wpb_wrapper p {
    padding: 0;
}

#inner-page-02 .carousel-item {
    text-align: center;
}

#inner-page-02  .owl-dots {
    display: none;
}

#inner-page-02 .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
}

#inner-page-02 .owl-stage .carousel-item p {
    color: #FFF;
    font-size: 16px;
}

#inner-page-03 ul.wpb_tabs_nav.ui-tabs-nav {
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
}

#inner-page-03 ul.wpb_tabs_nav.ui-tabs-nav li.tab-item a {
    background: transparent;
    border-bottom: 4px solid #000;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    /* color: #000; */
    font-size: 23px;
    border-right: 0;
}

#inner-page-03 ul.wpb_tabs_nav.ui-tabs-nav li.tab-item a span {
    font-family: 'Anton';
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
}

#inner-page-03 ul.wpb_tabs_nav.ui-tabs-nav li.tab-item a.active-tab a {
    color: #cc8a00;
}

#inner-page-03 ul.wpb_tabs_nav.ui-tabs-nav li.tab-item a.active-tab {
    background: transparent;
    border-bottom: 4px solid #cc8a00;
    border-right: 0;
}

#inner-page-03 ul.wpb_tabs_nav.ui-tabs-nav li.tab-item a.active-tab span {
    color: #cc8a00;
}

#inner-page-03 .ui-tabs-panel h3 {
    color: #cc8a00;
    font-size: 40px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    line-height: 1.2;
    padding-top: 10px;
    font-weight: 400;
}

#inner-page-03 .ui-tabs-panel  h4 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}

#inner-page-03 .ui-tabs-panel p {
    color: #000;
    font-size: 16px;
    padding-right: 10%;
    line-height: 24px;
}

#inner-page-03 .ui-tabs-panel p:nth-child(4) {
    display: flex;
    align-items: center;
}

#inner-page-03 .ui-tabs-panel p:nth-child(4) img {
    margin-right: 20px;
    margin-bottom: 0;
    width: 50px;
}

#inner-page-03 .ui-tabs-panel p:nth-child(4) a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 17px;
    font-family: "Sen", serif;
}
#inner-page-03 .ui-tabs-panel  img.img-with-animation.skip-lazy {
    width: 100%;
}
#inner-page-03 .ui-tabs-panel {
    padding-left: 90px;
    padding-right: 50px;
}

#inner-page-01 h3 {
    text-align: center;
    color: #000;
    font-weight: 400;
}

#inner-page-01 {
    text-align: center;
}

#inner-page-01 h2 {
    color: #cc8a00;
    font-size: 55px;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

#inner-page-01 p {
    font-size: 15px;
    color: #000;
    padding-left: 16%;
    padding-right: 16%;
    font-weight: 400;
}

#inner-page-01 img.image44 {width: 55px;}

#inner-page-01 p.btnn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

#inner-page-01 p.btnn a {
    color: #000;
    font-weight: 600;
    padding-left: 10px;
    font-size: 14px;
}

#inner-page-04 h2 {
    color: #FFF;
    font-size: 56px;
}

#inner-page-04 p {
    color: #FFF;
    width: 65%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

#inner-page-04 p a {
    background: #cc8a00;
    padding: 10px 40px;
    border-radius: 50px;
    color: #000000ba;
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid #2c2c2c;
}

#inner-page-05 h2 {
    color: #000;
    font-size: 55px;
    float: left;
    width: fit-content;
}

#inner-page-05 p.btnn {float: left;clear: inline-end;margin-left: 150px;display: flex;align-items: center;padding-top: 5px;width: auto;}

#inner-page-05 p.btnn img.image44 {
    width: 55px;
}

#inner-page-05 p {
    clear: both;
    color: #000;
    font-size: 16px;
    width: 70%;
    padding-bottom: 30px;
}

#inner-page-05 p.btnn a {color: #82756d;text-transform: uppercase;padding-left: 22px;font-size: 16px;font-weight: 600;font-family: "Sen", serif !important;!i;!;}

#inner-page-05 .break-skills {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    margin-top: 25px;
}

#inner-page-05 .break-skills .break-skills-01 {
    width: -webkit-fill-available;
    display: flex;
}

#inner-page-05 .break-skills .break-skills-01 h4 {
    font-size: 38px;
    color: #cc8a00;
    letter-spacing: 2px;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}

#inner-page-05 .break-skills .break-skills-01 p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 5px;
}

div#inner-page-05 {
    padding-bottom: 60px !important;
}

#top nav >ul >li >ul >li>a {
    line-height: 21px !important;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.sf-menu>li ul.sub-menu.tracked-pos {
    width: 230px;
    margin-top: 0;
}

#inner-page-program .inner-program-02 img {
    width: 100%;
}

#inner-page-program .inner-program-01 {
    background: #000;
}

#inner-page-program .inner-program-01 p {
    color: #FFF;
    font-size: 17px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
}

#inner-page-program .inner-program-01 h4 {
    color: #cbcac9;
    font-size: 18px;
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 400;
}

#inner-page-program .inner-program-01 p:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/01/left-arrows02.jpg);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    left: 30px;
    z-index: 999999;
    bottom: auto;
    top: -20px;
}

#inner-page-program .inner-program-01 p:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/01/right-arrows02.png);
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    z-index: 999999;
    bottom: auto;
    top: -20px;
    right: 35px;
}

#inner-program-camps {
    padding-top: 60px !important;!i;!;!o;!;
}

#inner-program-camps h2 {
    color: #cc8a00;
    text-transform: capitalize;
    font-size: 45px;
    text-align: center;
}

#inner-program-camps p {
    /* padding-bottom: 0; */
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

#inner-program-camps h3 {
    text-align: center;
    color: #000;
    font-weight: 400;
    padding-bottom: 10px;
}

#inner-program-camps img {
    width: 100%;
}

#inner-program-camps p:nth-child(4) {
    padding-left: 40px;
    padding-right: 40px;
}

#inner-program-camps p.btnn {}

#inner-program-camps p.btnn img.image44 {
    width: 50px;
}

#inner-program-camps p.btnn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#inner-program-camps p.btnn a {
    padding-left: 20px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Sen', sans-serif;
}

#inner-program-camps .vc_col-sm-6 {
    margin-bottom: 60px;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.sf-menu>li ul.sub-menu.tracked-pos a {
    line-height: 22px;
    font-size: 14px !important;
}

#about-03 .owl-nav button.owl-prev span, #about-03 .owl-nav button.owl-next span {
    visibility: hidden !important;
}
div#carous4 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#carous4 div#first h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}
div#carous4 .owl-item .carousel-item .vc_col-sm-5 img.img-with-animation.skip-lazy {
    border-radius: 250px;
    margin: 0 auto;
    width: 350px;
    height: 350px;
    object-fit: cover;
}
div#carous4 .owl-item .carousel-item .vc_col-sm-5 .img-with-aniamtion-wrap {

}
div#carous4 .owl-item .carousel-item  p.mark1 i {
    font-size: 75px;
    color: rgb(255 255 255 / 50%);
}
div#carous4 .owl-item .carousel-item p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

div#carous4 .owl-item .carousel-item div#second {
    position: absolute;
    bottom: 0;
    left: 75px;
    /* right: 0; */
    width: 100%;
    /* text-align: center; */
}
div#carous4 .owl-item .carousel-item div#second h4 {
    background: rgb(255 255 255 / 50%);
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    display: inline-block;
    padding: 13px 75px;
}
div#carous4  .owl-dots {
    background: #cc8a00;
    display: table;
    margin: 0 auto;
    padding: 0 60px;
    padding-top: 6px;
}
div#carous4 .owl-dots button.owl-dot {}
div#carous4 .owl-dots button.owl-dot span {
    width: 22px;
    height: 22px;
    background: #ffffffff;
    transform: unset;
}
div#carous4 .owl-dots button.owl-dot.active span {
    border: 1px solid #000000;
    background: #ffffff !important;
}
div#carous4 .owl-nav.disabled {
    display: flex;
    text-align: center;
    height: 0;
    justify-content: space-between;
    margin: 0 38%;
    margin-bottom: -4px;
}
div#carous4 .owl-nav.disabled button span {
    display: none;
}
div#carous4 .owl-nav.disabled button {
    background-color: transparent;
    border: unset;
    margin: 0;
}
div#carous4 .owl-nav.disabled button.owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 30px;
    display: flex;
    justify-content: center;
    color: #ffffff;
}
div#carous4 .owl-nav.disabled button.owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 30px;
    color: #ffffffff;
}
div#carous4 div#first {
    padding-bottom: 20px;
}

div#carous4 {
    margin-bottom: 10px;
}

#emp-01 .vc_col-sm-5 {
    background: #000000c4;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

#emp-01 .vc_col-sm-5 h2 {
    color: #cc8a00;
    font-size: 40px;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

#emp-01 .vc_col-sm-5 h4 {
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 20px;
}

#emp-01 .vc_col-sm-5 p {
    color: #FFF;
    line-height: 25px;
}

#emp-01 .vc_col-sm-5 h5.sec {
    display: flex;
    align-items: center;
}

#emp-01 .vc_col-sm-5 h5.sec img {
    width: 80px;
    padding-right: 20px;
}

#emp-01 .vc_col-sm-5 h5.sec {
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'circular';
}

#emp-01 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

#emp-02 {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
    padding-left: 40px;
}

#emp-02 h2 {
    color: #000;
    letter-spacing: 4px;
    font-size: 60px;
}

#emp-02 p {
    color: #000;
    line-height: 20px;
    float: left;
}

#emp-02 h5.sec {
    display: flex;
    align-items: center;
    padding-top: 10%;
    padding-left: 10%;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'circular';
}

#emp-02 h5.sec img {
    width: 70px;
    padding-right: 10px;
}

#emp-02 span.num {
    color: #cc8a00;
    font-size: 42px;
    font-weight: 400;
    font-family: 'Anton';
    letter-spacing: 0.5px;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}

#emp-02 .carousel-item {
    clear: both;
}

#emp-02 .carousel-item .wpb_text_column.wpb_content_element {
    height: 200px;
}

#emp-02 .carousel-item .wpb_text_column.wpb_content_element .wpb_wrapper p:nth-child(3) {
    padding-right: 120px;
    color: #625f5c;
    line-height: 22px;
}

#emp-02 .carousel-item .wpb_text_column.wpb_content_element .wpb_wrapper h3 {
    padding-left: 50px;
    color: #000;
    font-weight: 400;
}

#emp-02  .owl-dots {
    display: none;
}

#emp-02 .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    bottom: 0;
}

#emp-02 .owl-nav button.owl-prev {
    border: none;
    left: -75px;
    position: relative;
    background: url(/wp-content/uploads/2024/12/left-arrow03.png) no-repeat;
    width: 50px;
    height: 50px;
}

#emp-02 .owl-nav button.owl-next {
    border: none;
    position: relative;
    background: url(/wp-content/uploads/2024/12/right-arrow03.png) no-repeat;
    width: 50px;
    height: 50px;
    right: 60px;
}

#emp-03 .vc_col-sm-8 {
    background: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
}

#emp-03 h2 {
    color: #000;
}

#emp-03  p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

#emp-03 .wpcf7 p {float: left;width: 48%;margin-right: 10px;padding-bottom: 0;}

#emp-03 .wpcf7 span.wpcf7-form-control-wrap {
    margin-bottom: 12px;
}

#emp-03 .wpcf7 div p {
    width: 100%;
    float: left;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
}

.wpcf7-form p span.wpcf7-form-control.wpcf7-checkbox {
    font-weight: 400;
}

#emp-03 .wpcf7 p:nth-child(15) {
    width: 100%;
}

#emp-03 .wpcf7 p:nth-child(15) textarea {
    height: 140px;
}

#emp-03 .wpcf7 p:nth-child(16), #emp-03 .wpcf7 p:nth-child(17) {
    width: 100%;
    font-size: 14px;
}

#emp-03 .wpcf7 input[type=submit] {
    margin-top: 20px;
    width: 100%;
}

#press h2 {
    letter-spacing: 5px;
}

#press ul.wpb_tabs_nav.ui-tabs-nav {
    justify-content: center;
    display: flex;
    margin-bottom: 50px;
}

#press ul.wpb_tabs_nav.ui-tabs-nav li a {
    background: transparent;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    border-right: 0;
    border-bottom: 3px solid #000;
    padding-bottom: 20px;
    padding-top: 30px;
}

#press ul.wpb_tabs_nav.ui-tabs-nav li a span {
    font-family: 'Anton';
    font-weight: 500;
    letter-spacing: 2px;
}

#press ul.wpb_tabs_nav.ui-tabs-nav li.tab-item {
    width: 100%;
}

#press ul.wpb_tabs_nav.ui-tabs-nav li a.active-tab {
    border-bottom: 3px solid #cc8a00;
}

#press ul.wpb_tabs_nav.ui-tabs-nav li a.active-tab span {
    color: #cc8a00;
}

#press .ui-tabs-panel a {
    font-size: 25px;
    font-family: 'Anton';
    font-weight: 500;
    text-decoration: underline;
}

#press .ui-tabs-panel p {
    clear: both;
    display: block;
    width: 100%;
    float: left;
}

#press .ui-tabs-panel p a {
    color: #000;
    font-size: 16px;
    font-family: 'Helvetica';
    text-decoration: auto;
    font-weight: 600;
}

#press .ui-tabs-panel h3 {
    width: 50%;
}

#blog1 a.nectar-post-grid-link {
    border: 1px solid #d7d4d2;
    border-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#blog1 .nectar-post-grid-item-bg img {
    border-radius: 0 !important;
    height: 390px;
}

#blog1 .nectar-post-grid-item-bg {
    border-radius: 0 !important;
}

#blog1 .item-main {
    text-align: center;
}

#blog1 .item-main h3.post-heading {
    text-align: center;
}

#blog1 .item-main h3.post-heading a span {
    font-size: 20px;
    text-align: center;
    font-family: 'Anton';
    font-weight: 400;
    color: #2d2926;
}

#blog1 .item-main h3 {
    text-align: center;
}

#blog1 .item-main span.meta-excerpt {
    font-size: 15px;
    text-align: center;
}

#blog1 .nectar-post-grid-item__excerpt-wrap.item-meta-extra {
    display: flex;
    justify-content: center;
}

#blog1 span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label {
    display: none;
}

#blog1 .load-more-wrap {
    margin-top: 40px;
}

#fran1 {
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
}

div#fran1  p {
    color: #FFF;
    font-size: 24px;
}

div#fran2 .vc_col-sm-8 {
    background: #FFF;
    border-radius: 20px;
    padding-top: 20px;
    margin-top: -100px;
    box-shadow: 0 0 20px #b3b0b0;
}

#fran2 .wpcf7 {
    text-align: center;
}

div#fran2 textarea {
    height: 100px;
    margin-left: 12px;
    margin-right: 22px;
}

#fran3 .col-01 .vc_column-inner, #fran3 .col-03 .vc_column-inner {
    background: #FFF;
    padding: 20px;
    min-height: 480px;
    border-radius: 10px;
}
#fran3 .col-02 .vc_column-inner {
    background: #F9EFC8;
    padding: 20px;
    min-height: 480px;
    border-radius: 10px;
}

#fran3 .col-01 .vc_column-inner h3, #fran3 .col-03 .vc_column-inner h3, #fran3 .col-02 .vc_column-inner h3 {
    color: #000;
    font-family: "Abhaya Libre", serif; !important;
    font-size: 30px;
    letter-spacing: 0;
    clear: both;
    padding-left: 10px;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}

#fran3 img {
    text-align: right;
    padding: 10px;
    float: right;
}

#fran3 li {
    font-size: 14px;
    color: #000;
    padding-bottom: 25px;
    list-style: square;
    line-height: 20px;
}

#fran4 h2 {
    letter-spacing: 0;
    font-size: 45px;
    padding-bottom: 25px;
}
div#fran4 ol {
    margin-left: 20px;
}

#scalibilty .scale-col {
    background: #00000070;
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 40px 40px 20px;
    /* width: 48%; */
    backdrop-filter: blur(10px);
}

#scalibilty .scale-col h2 {
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 10px;
}

#scalibilty .scale-col li {
    font-size: 19px;
    color: #ffffff;
    line-height: 22px;
    padding-bottom: 30px;
    list-style: square;
    padding-right: 50px;
    font-weight: 400;
}

div#fran4 img {
    padding-right: 40px;
}

#shop01 {
    padding-bottom: 30px !important;
}

#shop01 h2 {
    font-size: 45px;
    letter-spacing: 0;
    padding-top: 10px;
}

h2 {}

#shop01 p {
    width: 75%;
    margin: 0 auto;
    color: #000;
    line-height: 25px;
}

#shop02 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

#shop02 h2 {
    font-size: 45px;
    letter-spacing: 0;
}

#shop02 .loop-short-description {
    display: none;
}

#shop02 .custom-product-info h2 {
    font-size: 18px;
    padding-bottom: 0 !important;
}

#shop02 .custom-product-info span.price {
    font-size: 15px;
}

#shop02 img {
    padding: 40px;
}

section.related.products {
    display: none;
}

.cart-icon-wrap .icon-salient-cart:before, body.material .icon-salient-cart:before {
    color: #FFF;
}

.wpcf7-response-output {
    clear: both;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

div#header-space {
    height: 215px !important;!i;!;
}

#blog1inner span.blog-post-title-font.blog-post-title-color {
    font-size: 28px;
    color: #2d2926;
    font-weight: 400;
    font-family: 'Anton';
    text-shadow: 0 0 BLACK;
    display: none;
}

#blog1inner p {
    font-size: 17px;
    color: #2d2926;
    /* padding-top: 19px; */
}

#blog1inner  span.post-featured-img {
    display: none;
}

.single .post-content img.attachment-full.size-full.wp-post-image {
    display: none;
}

.single .heading-title[data-header-style=default_minimal] {
    margin-bottom: 0;
    padding-bottom: 20px;
}

#blog1inner p strong {
    color: #cc8a00;
    font-size: 22px;
    display: block;
    padding-bottom: 5px;
    padding-top: 30px;
}

.blog-title h1.entry-title {
    color: #000;
    font-size: 40px;
    text-shadow: none;
}

div#sidebar h2 {
    font-size: 22px;
    text-shadow: none;
}

.page-header-no-bg h1 {
    font-size: 40px;
    text-shadow: none;
}

.page-header-no-bg span.subheader {
    font-size: 14px !important;
}

.nectar-post-grid .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


#footer1 {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}
#footer1  .toggle-heading {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 8px;
}
#footer1 .toggle.default {
  margin-bottom: 0;
}
#footer1 .toggles {
  margin-bottom: 10px;
}
#footer1 .fti {
  margin-left: 0;
  display: flex;
  align-content: center;
}
#footer1 .fti li {
  padding: 0 10px;
}
#footer1 .toggle-heading .fa.fa-plus-circle {
  color: #FFF;
}

#footer1 {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}
#footer1  .toggle-heading {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 8px;
}
#footer1 .toggle.default {
  margin-bottom: 0;
}
#footer1 .toggles {
  margin-bottom: 10px;
}
#footer1 .fti {
  margin-left: 0;
  display: flex;
  align-content: center;
}
#footer1 .fti li {
  padding: 0 10px;
}
#footer1 .toggle-heading .fa.fa-plus-circle {
  color: #FFF;
}
#footer1 .inner-toggle-wrap {
  background: #000;
}
#footer1 .inner-toggle-wrap .sub-menu.tracked-pos {
}
#footer1 .inner-toggle-wrap .sub-menu.tracked-pos li a span {
  font-size: 13px;
}
#footer1 .inner-toggle-wrap .sub-menu.tracked-pos li a {
  margin-bottom: 5px !important;
}
div#footer1 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 56%;
    height: 100%;
}

body.page-template-default.page.page-id-52 #about-04 {
  margin-top: 50px;
  text-align: center;
  height: 280px;
}
body.page-template-default.page.page-id-52  #about-04 h2 {
  text-align: center;
}
body.page-template-default.page.page-id-52 #about-04 p {
  padding-left: 10%;
  padding-right: 10%;
}
body.page-template-default.page.page-id-538 div#franch1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
} 
body.page-template-default.page.page-id-538 div#franch1 h2 {
    color: #010206;
    padding-bottom: 12px;
    padding-top: 20px;
}
body.page-template-default.page.page-id-538 div#franch1 p {
    font-size: 27px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 8px;
    line-height: 32px;
}
div#franch1 a.nectar-button.small.regular.accent-color.regular-button {
    border-color: #cc8a00;
}
div#franch1 .vc_col-sm-6:nth-child(2) {
    padding-left: 60px;
}
body.page-template-default.page.page-id-538 div#header-space {
    background: #fcf8f2;
}
body.page-template-default.page.page-id-538 header#top {
    background: #fcf8f2;
}
div#franch2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 0;
} 
div#franch2 h3 {
    color: #000000;
    padding-bottom: 0;
    padding-top: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 31px;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: uppercase;
}
div#franch2 p {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}
div#franch2 p.links a {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}
div#franch2 p.links a i {
    transform: rotate(-45deg);
}
div#franch2 div#first {
    border: 1px solid #9E9E9E;
    border-radius: 30px;
    padding: 30px 30px;
    margin-bottom: 30px;
}
div#franch2 div#first .wpb_video_widget .wpb_wrapper iframe {
    border-radius: 12px;
}
div#franch2 div#first a.play_button.large.nectar_video_lightbox {
    position: absolute;
    top: 35%;
    content: url(/wp-content/uploads/2025/02/Group-7.png);
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#franch3 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
} 
div#franch3 h3 {
    color: #000000;
    padding-bottom: 0;
    padding-top: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 31px;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: uppercase;
}
div#franch3 p {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}
div#franch3 p.links a {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}
div#franch3 p.links a i {
    transform: rotate(-45deg);
}
div#franch3 .row_col_wrap_12 {
    border: 1px solid #9E9E9E;
    border-radius: 30px;
    padding: 30px 30px;
    margin-left: 0px;
    margin-right: 0;
    padding-bottom: 19px !important;
}
div#franch3 a.nectar-button.small.regular.accent-color.regular-button {
    border-color: #cc8a00;
}
div#franch3 .vc_col-sm-5 {
    /* padding-left: 60px; */
}
div#franch3 img.img-with-animation.skip-lazy {
    border-radius: 22px;
    width: 100%;
}
div#franch4 .row_col_wrap_12 {
    padding-top: 75px;
    padding-bottom: 75px;
} 
div#franch4 h3 {
    color: #ffffff;
    padding-bottom: 0;
    padding-top: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 1;
}
div#franch4 p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
}
div#franch4 a.nectar-button.small.regular.accent-color.regular-button {
    background: #ffffff !important;!i;!;
    border-color: #ffffff;
    margin-top: 40px;
}
div#franch4 .features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  padding-right: 48px;
}
div#franch4 .feature-box {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
}
div#franch4 .feature-number {
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  opacity: 0.8;
}
div#franch4 .feature-text {
  font-size: 20px;
  font-weight: 500;
}
div#franch4 .feature-box:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}
div#franch4 a.nectar-button.small.regular.accent-color.regular-button:hover {
    color: #000000;
}
div#franch4 {
    margin-top: 40px;
    margin-bottom: 40px;
}
div#popmake-562 {
    width: 100%;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    top: 0 !important;!i;!;
}
div#pum-562 {
    /* background: #000; */
    z-index: 9999;
}
div#popmake-562 .owl-item .carousel-item {
    margin: 0 10px;
}
div#popmake-562 .owl-stage {
    padding: 0;
}
div#franch4 .row-bg.viewport-desktop.using-image {
    background-position: center center !important;
    background-size: 100% !important;
    border-radius: 12px;
}
div#popmake-562 .owl-stage-outer {
    overflow: visible;
}
div#popsli1 .owl-nav.disabled {
    display: inline-block !important;
    margin: 0px !important;
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 35%;
}
div#popsli1 .owl-nav.disabled button span {
    display: none;
}
div#popsli1 .owl-nav.disabled button {
    background-color: #d0922e;
    border-radius: 50px !important;
    transition: all 0.3s linear;
    color: #000000;
    border: unset;
    padding: 3px 22px;
}
div#popsli1 .owl-nav.disabled button.owl-prev:before{
    content: "\f060  Prev";
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
}
div#popsli1 .owl-nav.disabled button.owl-next:before{
    content: "Next \f061";
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
}

div#popsli1 .owl-nav.disabled button.owl-prev {
    position: relative;
    right: 25%;
}

div#popsli1 .owl-nav.disabled button.owl-next {
     position: relative;
    left: 25%; 
}
div#franch3 .owl-stage {
    padding: 0 !important;
}
div#franch3 .owl-dots {position: absolute;bottom: -18px;left: 0;right: 0;margin: 0;}
div#franch3 div#first {
    margin: 0;
}
.owl-item .carousel-item .img-with-aniamtion-wrap .hover-wrap-inner a {
    position: relative;
    z-index: 41;
}
div#franch2a .row_col_wrap_12 {
    padding-top: 30px;
    padding-bottom: 0;
} 
div#franch2a h3 {
    color: #000000;
    padding-bottom: 0;
    padding-top: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 31px;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: uppercase;
}
div#franch2a p {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}
div#franch2a p.links a {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}
div#franch2a p.links a i {
    transform: rotate(-45deg);
}
div#franch2a div#first {
    border: 1px solid #9E9E9E;
    border-radius: 30px;
    padding: 30px 30px;
}
div#franch2a div#first .wpb_video_widget .wpb_wrapper iframe {
    border-radius: 12px;
}
div#franch2a div#first a.play_button.large.nectar_video_lightbox {
    position: absolute;
    top: 35%;
    content: url(/wp-content/uploads/2025/02/Group-7.png);
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#franch3 .row_col_wrap_12 {
    padding-top: 30px;
    padding-bottom: 30px;
} 
div#franch3 .vc_col-sm-6 {
    padding: 0;
}
div#franch3 .owl-item .carousel-item {
    opacity: 0;
}
div#franch3 .owl-item.active .carousel-item {
    opacity: 1;
}
div#franch2a {
    margin-bottom: 30px;
}
div#franch3 .vc_col-sm-5 .vc_column-inner {
    align-self: center;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 33px;
}

div#franch1 h2 {
    color: #010206;
    padding-bottom: 12px;
    padding-top: 20px;
}
div#franch1 p {
    font-size: 27px;
    color: #000000;
    font-weight: 400;
    padding-bottom: 8px;
    line-height: 32px;
}
div#franch2 div#first img.img-with-animation.skip-lazy {
    border-radius: 12px;
    height: 340px;
    object-fit: cover;
    width: 100%;
}
div#franch1 .heading-with-image {
    display: flex;
    margin-bottom: 9px;
    align-items: center;
    justify-content: space-between;
}
div#franch1 .heading-with-image p img {
    width: 180px;
    float: right;
    margin: 0;
    height: 180px;
    object-fit: contain;
}
div#franch1 .heading-with-image p {
    padding: 0;
    width: 20%;
}
div#franch1 .img-with-aniamtion-wrap img {
    border-radius: 22px;
    width: 100%;
}
div#franch1 .heading-with-image h2 {
    margin-right: 45px;
}
div#franch1 .heading-with-image.tline h2 {
    margin-right: 0;
}
div#franch1 .heading-with-image.tline p {
    width: 45%;
}
div#header-space {
    background: #fcf8f2;
}
div#header#top {
    background: #fcf8f2;
}
header#top {
    background: #fcf8f2;
}
div#franch1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
} 
div#franch1 p.links a {
    text-transform: uppercase;
    font-weight: 700;
}
div#franch1 p.links a i {
    transform: rotate(-45deg);
}
div#franch1 p.links1a {
    font-size: 16px;
    padding-left: 4px;
}
div#franch1.franch1ab div#first iframe {
    height: 440px;
    border-radius: 12px;
    width: 100%;
}
div#franch2ab .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 0;
    border: 1px solid #9E9E9E;
    border-radius: 30px;
    padding: 30px 30px;
    margin-bottom: 30px;
    margin-top: 40px !important;
    margin: 0 0;
} 
div#franch2ab h3 {
    color: #000000;
    padding-bottom: 0;
    padding-top: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 31px;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: uppercase;
}
div#franch2ab p {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}
div#franch2ab p.links a {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}
div#franch2ab p.links a i {
    transform: rotate(-45deg);
}
div#franch2ab div#first {
   
}
div#franch2ab div#first .wpb_video_widget .wpb_wrapper iframe {
    border-radius: 12px;
}
div#franch2ab div#first a.play_button.large.nectar_video_lightbox {
    position: absolute;
    top: 35%;
    content: url(/wp-content/uploads/2025/02/Group-7.png);
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#franch2.franch2abc div#first img.img-with-animation.skip-lazy {
    height: 300px;
    object-fit: contain;
}
div#franch2 div#first.firstabc {
    padding-left: 90px;
}
div#franch2 div#first.firstabcd {
    padding-right: 90px;
}
div#footer1 form.wpcf7-form.init br {
    display: none;
}
div#footer1 span.wpcf7-form-control-wrap.country_auto.country_auto-857 {
    display: none !important;
}
div#emp-02.emp-02mob1 {
    display: none !important;
}
@media only screen and (min-width:1441px){
.container {
    max-width: 1200px;
    width: 1200px;
}
}

@media (max-width: 767px) and (orientation: portrait){
	
	div#franch3 .vc_col-sm-5 .vc_column-inner {
	    padding-bottom: 0;
	}
	div#header-space {
    height: 75px !important;
}
.container.main-content, .container-wrap {
    padding: 0;
}
div#section2 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 10px;
}
h2 {
    font-size: 30px !important;
    margin-bottom: 0;
}
div#section2 h2 {
    padding-top: 0;
    padding-bottom: 0;
}
.wpb_text_column {
    margin-bottom: 10px !important;
}
a.nectar-button.small.regular.accent-color.regular-button {
    padding: 9px 22px;
    font-size: 11px !important;
}
div#section3 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 0;
}
div#section3 div#first h3 {
    margin-bottom: -25px;
    font-size: 30px;
}
div#section3 div#first .wpb_text_column.first2 {
    left: 25px;
}
div#section3 div#first .vc_col-sm-4 {
    margin-bottom: 12px;
}
div#section3 div#first {
    margin-bottom: 0;
}
div#section4 .row_col_wrap_12 {
    padding-top: 10px;
    padding-bottom: 10px;
}
p {
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: center;
}
div#section4 div#first {
    padding-bottom: 10px;
}
div#section4 div#first .vc_col-sm-5, div#section4 div#first .wpb_raw_code {
    margin-bottom: 0;
}
#ajax-content-wrap .vc_row.top_margin_30px {
    margin-top: 0 !important;
}
div#carous4 .row_col_wrap_12 {
    padding-top: 30px;
    padding-bottom: 30px;
}
div#carous4  .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
}
div#section5 .row_col_wrap_12 {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#section5 h3 br {
    display: none;
}
div#section5 h3 {
    text-align: center;
    font-size: 26px;
}
div#section5 .vc_col-sm-6 {
    margin-bottom: 0;
}
div#footer1 {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
div#footer1 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    width: 100%;
}
#footer1 .toggle-heading {
    position: relative;
    width: 50%;
    display: table;
    margin: 0 auto;
    /* text-align: center; */
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer1 .toggle-heading .fa.fa-plus-circle {
    position: absolute;
    left: 0;
    top: 8px;
}
div#footer1 ul li a {
    text-align: center;
    font-size: 14px;
}
div#footer1 .vc_col-sm-4.first .img-with-aniamtion-wrap {
    display: table;
    margin: 0 auto;
}
div#footer1 h3 {
    text-align: center;
    font-size: 24px;
}
#footer1 .fti {
    justify-content: center;
    margin-bottom: 0;
}
#footer1 .vc_col-sm-4.first {
    margin-bottom: 0;
    padding-top: 8px;
}
div#footer1 input[type=text], 
	div#footer1 input[type=email], 
	div#footer1 select {
    width: 100% !important;
    margin-bottom: 6px;
}
div#footer1 span.wpcf7-list-item.first.last span.wpcf7-list-item-label {
    color: #ffffff;
}
div#footer1 input[type=submit] {
    padding: 11px 23px;
    width: unset;
}
div#footer1 span.wpcf7-spinner {
    position: absolute;
}
div#carous4 div#first {
    padding-bottom: 0;
}
div#carous4 div#first .vc_col-sm-7 {
    padding-top: 25px;
}
div#carous4 .owl-item .carousel-item div#second h4 {
    display: table;
    margin: 0 auto;
    font-size: 20px;
}
div#carous4 .owl-item .carousel-item div#second {
    position: unset;
}
div#carous4 .owl-nav.disabled {
    margin: 0;
    margin-bottom: -4px;
}
div#footer1 ul {
    margin-left: 0;
}
div#franch1 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#franch1 .vc_col-sm-6:nth-child(2) {
    padding-left: 0;
}
div#franch2 h3, div#franch3 h3, div#franch2a h3 {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;
}
div#franch2 p.links a {
    font-size: 16px;
}
div#franch2 div#first {padding-right: 20px !important;!i;!;padding-left: 20px !important;!i;!;padding-top: 20px !important;!i;!;padding-bottom: 20px !important;!i;!;}
div#franch2 div#first .vc_col-sm-5, div#franch2 div#first .vc_col-sm-6 {
    margin: 0;
}
div#fran1 {
    height: unset;
}
div#fran2 .vc_col-sm-8 {
    padding: 20px 15px;
    margin-bottom: 0;
    margin-top: -70px;
}
div#fran2 h2 {
    padding-top: 0;
}
div#fran2 span.wpcf7-form-control-wrap {
    width: 100%;
}
div#fran2 textarea {
    margin: 0;
}
div#fran2 input[type=submit] {
    padding: 11px 22px !important;
    margin-top: 0 !important;
}
div#fran2 span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
div#fran2 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#fran3 h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}
#fran3 img {
    text-align: center;
    float: unset;
    display: table;
    margin: 0 auto;
    padding: 0px 11px;
}
#fran3 .col-01 .vc_column-inner h3, #fran3 .col-03 .vc_column-inner h3, #fran3 .col-02 .vc_column-inner h3 {
    text-align: center;
    padding-bottom: 0;
}
#fran3 li {
    padding-bottom: 11px;
}
#fran3 .col-01 .vc_column-inner, #fran3 .col-03 .vc_column-inner {
    min-height: unset;
}
div#fran4 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 0;
}
#fran4 h2 {
    padding-bottom: 10px;
    text-align: center;
}
div#fran4 div#second ol li {
    padding-right: 0;
    padding-bottom: 15px;
}
div#fran4 img {
    padding-right: 0;
}
#fran4 #second {
    margin-top: 0;
}
#fran4 #second .vc_col-sm-6 {
    margin-bottom: 0;
    padding-top: 12px;
}
div#fran4 {
    padding-bottom: 25px !important;
}
#scalibilty .scale-col {
    padding: 20px 20px;
    margin: 0;
}
#scalibilty .scale-col h2 {
    text-align: center;
}
#scalibilty .scale-col li {
    padding-right: 0;
    padding-bottom: 10px;
}
div#scalibilty {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#fran4 h2 {
    padding-bottom: 4px;
}
div#emp-01 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#emp-01 .vc_col-sm-5 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 20px 20px;
    margin-bottom: 0;
}
#emp-01 .vc_col-sm-5 h2 {
    text-align: center;
    padding-bottom: 0;
}
#emp-01 .vc_col-sm-5 h4 {
    font-size: 21px;
    text-align: center;
    padding-bottom: 10px;
}
div#emp-02 {
    padding-top: 20px !important;
    padding-left: 0;
    padding-bottom: 0;
}
#emp-02 h2 {
    text-align: center;
}
div#emp-02 .wpb_row {
    margin-bottom: 0;
}
div#emp-02 .wpb_row .vc_col-sm-4 {
    margin-bottom: 0;
}
#emp-02 .owl-nav {
    position: unset;
    margin-top: -60px;
    margin-bottom: 20px;
}
#emp-02 .carousel-item .wpb_text_column.wpb_content_element .wpb_wrapper p:nth-child(3) {
    padding-right: 0;
}
#emp-02 .carousel-item .wpb_text_column.wpb_content_element .wpb_wrapper h3 {
    padding-left: 45px;
}
#emp-02 p {
    /* float: unset; */
    padding-bottom: 0;
}
#emp-02 .owl-nav button.owl-prev {
    left: 0;
}
#emp-02 .carousel-item .wpb_text_column.wpb_content_element {
    height: 160px;
}
#emp-02 .carousel-item p:nth-child(1) {
    padding-left: 48px;
    margin-right: 15px;
    margin-top: 7px;
}
#emp-02 .owl-nav button.owl-next {
    right: 0;
}
div#emp-03 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#emp-03 .vc_col-sm-8 {
    padding: 20px 20px;
}
#emp-03 p {
    padding-bottom: 10px;
}
#emp-03 .wpcf7 p {
    width: 100%;
    margin: 0;
}
#emp-03 .wpcf7 p:nth-child(15) textarea {
    height: 100px;
}
#emp-03 .wpcf7 input[type=submit] {
    width: unset;
    margin-top: 10px;
    display: table;
    margin: 0 auto;
}
#emp-03 span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
div#about-01 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#about-01 h2 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
#about-01 .about-left-section {
    padding-left: 0;
    padding-right: 0;
}
#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a span {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
#about-01 .about-right-section ul.wpb_tabs_nav.ui-tabs-nav li a {
    padding: 4px 15px;
}
#about-01 .about-right-section .ui-tabs-panel {
    padding: 20px 20px;
    padding-bottom: 10px;
}
#about-01 .about-right-section .ui-tabs-panel h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0;
}
#about-01 .about-right-section .ui-tabs-panel p {
    padding-right: 0;
    padding-bottom: 10px;
}
#about-01 .about-right-section .ui-tabs-panel p img.size-large.wp-image-342.aligncenter {
    margin: 0;
}
body.page-template-default.page.page-id-52 #about-04 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: unset;
	margin-top: 20px !important;
}
#about-04 a {
    padding: 9px 21px;
}
div#los1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
div#los1 h2 {
    padding-bottom: 0;
}
div#los1 .vc_col-sm-6 {
    margin: 0;
}
div#los2 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#los2 ul.locations-list {
    margin-top: 6px;
    padding-top: 6px;
}
div#los2 ul li {
    line-height: unset;
    padding-bottom: 4px;
    font-size: 15px;
}
div#los2 div#first {
    padding-bottom: 0;
    margin-bottom: 0;
}
div#los2 div#first .vc_col-sm-3 {
    margin-bottom: 0;
}
div#search-zip {
    padding-bottom: 10px;
}
a.nectar-button.medium.regular.extra-color-1.regular-button {
    padding: 9px 21px !important;
}
div#section6 {
    margin-bottom: 0;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
div#section6.los3 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#section6 h2 {
    padding-bottom: 0;
}
div#section6.los3 p {
    padding-top: 10px;
    padding-bottom: 10px;
}
div#los2 {
    padding-bottom: 20px !important;
}
div#los2 h3 {
    font-size: 24px;
    margin-bottom: 0;
    padding-top: 15px;
}
div#los2 div#first .vc_col-sm-3 .wpb_text_column {
    margin-bottom: 0 !important;
}

body.page-template-default.page.page-id-53 .container-wrap {
    padding-top: 0;
}

div#blog1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
    padding: 16px 20px;
}

#blog1 .nectar-post-grid-item__excerpt-wrap.item-meta-extra {
    margin: 0;
}

#blog1 .item-main span.meta-excerpt {
    margin-top: 3px;
    line-height: 20px;
    font-size: 14px;
}

#blog1 .item-main h3.post-heading {
    font-weight: 400;
}

#blog1 .nectar-post-grid-item.nectar-underline.animated-in {
    margin: 0;
    margin-bottom: 16px;
}
.container-wrap {
    padding-top: 0 !important;
    min-height: unset !important;
}
div#press {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
div#press div#first {
    margin-bottom: 0;
}
#press ul.wpb_tabs_nav.ui-tabs-nav li a {
    padding: 10px 10px;
}
#press ul.wpb_tabs_nav.ui-tabs-nav {
    margin-bottom: 16px;
}
#press .ui-tabs-panel h3 {
    width: 100%;
    text-align: center;
}
#press .ui-tabs-panel a {
    font-size: 22px;
}
div#tab-2020 .vc_col-sm-6 {
    margin-bottom: 10px;
}
#about-04 p {
    padding-left: 0;
    padding-bottom: 9px;
}
div#about-04 {
    height: unset;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
#about-04 .vc_col-sm-8 {
    margin: 0;
}
div#contact1 .row_col_wrap_12 {
    padding-top: 20px;
    padding-bottom: 20px;
}
div#contact1 h2 {
    padding-top: 0;
    padding-bottom: 0;
}
div#contact1 .vc_col-sm-3 {
    margin: 0;
}
div#contact1 .cont1 p label {
    width: 98%;
    display: table;
    margin: 0 auto;
}
div#contact1 span.wpcf7-form-control-wrap {
    padding-bottom: 0;
    margin-bottom: 8px;
}
div#contact1 .cont1 textarea {
    width: 98%;
    height: 75px;
}
div#contact1 input[type=submit] {
    padding: 6px 21px !important;
    display: table;
    margin: 0 auto;
}
div#contact1 .vc_col-sm-6 {
    margin: 0;
}
div#contact1 {
    margin-bottom: 20px;
}

div#section4 p {
    padding: 0;
    font-size: 12px !important;
    margin-bottom: 17px;
}

div#section3 div#first .vc_col-sm-4:last-child {
    /* margin-bottom: 0; */
}

div#section4 {
    margin-bottom: 10px;
    margin-top: -20px;
}

div#header-outer {
    padding-bottom: 0;
    padding-top: 0;
}

div#header-outer a#logo {
    padding-top: 8px;
    padding-bottom: 5px;
}

#footer1 .vc_col-sm-4.second h3 {
    padding-bottom: 10px;
}
div#franch2 div#first.firstabc {
    padding: 0;
}

div#franch2.franch2abc div#first img {
    height: 100px !important;
    margin-bottom: 30px;
}

body.page-template-default.page.page-id-764 #franch2 {
    padding-top: 210px !important;
}
body.page-template-default.page.page-id-766 #franch2 {
    padding-top: 0 !important;
}
    
#about-01 p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  font-size: 14px !important;
  padding-bottom: 0;
}
#about-01 .about-right-section {
  padding-top: 15px;
}
	
#press ul.wpb_tabs_nav.ui-tabs-nav li.tab-item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
	
.page-template-default.page.page-id-62 #contact1 h2 {
  padding-bottom: 20px;
}
.page-template-default.page.page-id-62 #contact1 .cont1 {
  padding-left: 20px;
  padding-right: 20px;
}
	
.page-template-default.page.page-id-62 #contact1 h2 {
  padding-bottom: 20px;
}
.page-template-default.page.page-id-62 #contact1 .cont1 {
  padding-left: 20px;
  padding-right: 20px;
}
    

#search-zip a.nectar-button.medium.regular.extra-color-1.regular-button {
  margin-top: 20px;
}
div#franch1 .heading-with-image p img {
    width: 80px;
    height: 80px;
}
	
	div#franch1 h2 {
    text-align: center;
}
#emp-03 .wpcf7 span.wpcf7-form-control-wrap span.wpcf7-list-item {
    display: block;
    margin: 0;
    text-align: left;
}
body #header-outer[data-format=centered-menu-bottom-bar] .span_3:before {
    background: transparent;
}
div#franch1 {
    text-align: center;
    padding-bottom: 10px !important;
}
	
body.page-template-default.page.page-id-52 #about-04 h2 {
  padding-left: 0;
  padding-bottom: 20px;
}
#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a {
    text-transform: uppercase;
}
div#emp-02.emp-02lapt1 {
    display: none !important;
}
	div#emp-02.emp-02mob1 {
    display: block !important;
}
div#franch1 .heading-with-image {
		justify-content: center;
}
div#franch1 .heading-with-image.tline p {
    width: 35%;
}
div#franch1 .heading-with-image.tline h2 {
    width: 35%;
    text-align: left;
}	
}