/*
Theme Name: reviveandthrive Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://reviveandthrive.cloudstandly.com/
Author: ThemeNectar
Author URI:  https://reviveandthrive.cloudstandly.com/
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Medium.woff') format('woff'),
        url('fonts/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Italic.woff') format('woff'),
        url('fonts/PlusJakartaSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('fonts/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Italic.woff') format('woff'),
        url('fonts/PlayfairDisplay-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



h1{
 font-family: 'Plus Jakarta Sans';
}
h3, h2{
 font-family: 'Plus Jakarta Sans';
}
 h4,h5,h6{
 font-family: 'Plus Jakarta Sans';
}
a,p,span,li,label{
 font-family: 'Plus Jakarta Sans';
}
.container.main-content {
    padding: 0 60px;
}
body.page-id-7 #top #logo {
    display: none;
}
div#header-outer {
    background:#000000;
    box-shadow: unset !important;
}


#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    padding: 9px 9px !important;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-108 >a{
    background: #1E90FF;
    border-radius: 45px;
    padding: 13px 23px !important;
}

 #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0px;
    height: 100%;
    background: #3e3d3d;
    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;
}  */
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-40 >a {
    background: #505928;
    padding: 11px 24px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-40 >a:after,
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-43 >a:after{
	display:none;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-43 >a{
	border: 1px solid #505928;
	padding: 11px 24px;
	color: #505928;
	border-radius: 50px;
	font-weight: 700;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a span:after {
    display: none !important;
}
li#menu-item-108 a:after {
    display: none;
}
nav[aria-label="Main Menu"] ul.sf-menu.sf-js-enabled.sf-arrows {
    justify-content: center !important;
}
nav[aria-label="Main Menu"] ul.buttons.sf-menu {
    display: flex;
}

/* FIRST li â†’ LAST */
nav[aria-label="Main Menu"] ul.buttons.sf-menu > li:nth-child(1) {
    order: 4;
}

/* SECOND li â†’ stays first */
nav[aria-label="Main Menu"] ul.buttons.sf-menu > li:nth-child(2) {
    order: 1;
}

/* THIRD li â†’ stays third */
nav[aria-label="Main Menu"] ul.buttons.sf-menu > li:nth-child(3) {
    order: 3;
}

/* LAST li â†’ SECOND */
nav[aria-label="Main Menu"] ul.buttons.sf-menu > li:nth-child(4) {
    order: 2;
}

body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #ffffff;
}
.container-wrap {
    background: #000000;
}
.container * {

    color: #ffffff;
}


#header-secondary-outer {
    background: #000000;
    border: unset !important;
    position: relative;
    z-index: 0;
}

#header-secondary-outer .cont1b {
    display: flex;
    justify-content: space-between;
    width: 45% !important;
    max-width: 100% !important;
    margin: 0 auto;
    margin-right: 0;
}

#header-secondary-outer .nectar-center-text {
    max-width: 100% !important;
    padding-left: 45px !important;
    margin: 0 auto;
    margin-left: 0;
}

#header-secondary-outer .cont1b a {
    font-size: 17px;
    font-weight: 700;
}

#header-secondary-outer .cont1b .sec1b a {
    font-weight: 600;
}

#header-secondary-outer  span.dot {
    display: none !important;
}

a#logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
    margin-top: -30px !important;
    margin-bottom: 10px !important;
}

#header-space {
    height: 182px !important;
}
.container {
    padding: 0 60px;
}
div#section1 .row_col_wrap_12 {
    padding-top: 10px;
}
div#section1 h4{
	font-weight: 700;
	color: #222222;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#section1 h1{
    font-size: 70px;
    color: #222222;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 14px;
    display: block;
}
div#section1 h1 label{
	display: table;
	font-family: 'Playfair Display';
	color: #222222;
	font-weight: 400;
}
div#section1 .content {
    padding: 0 60px;
    padding-top: 20px;
}
div#section1 a.primary-color {
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 50px !important;
    padding: 13px 27px;
}
div#section1 .button+.button a.primary-color {
    background: #ffffff !important;
    color: #222222;
}
div#section1 .buttons {
    padding: 0;
    padding-top: 10px;
}
div#section1 .slide-bg-wrap .image-bg {
    background-size: 100%;
    border-radius: 19px !important;
    width: 99%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: top;
}
h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
}
p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px !important;
}
a.nectar-button.small.regular.accent-color.regular-button {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 50px !important;
    padding: 13px 32px;
    /* margin-bottom: 0; */
}
h4.fir11 {
    margin: 0 auto;
    display: table;
    margin-bottom: 0px !important;
    padding: 4px 11px;
    font-size: 15px;
    line-height: 18px;
}

div#section2 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
h4.fir11 {
    font-weight: 500;
    color: #505928;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #505928;
    display: inline;
    padding: 3px 12px;
    border-radius: 50px;
}
div#section2 h3 {
    font-size: 27px;
    font-weight: 500;
    color: #505928;
}
div#section2 h2 {
    color: #ffffff;
}
div#section2 a.nectar-button.small.regular.accent-color.regular-button {
    margin-top: 0;
    margin-left:0;
}
div#section2 div#second .vc_col-sm-3 .vc_column-inner {
    background: #1A1A1A;
    border-radius: 12px;
    padding: 18px 18px;
    text-align: center;
    height: 100%;
}
div#section2 div#second p.img1 {
    background: #2A2A2A;
    padding: 0;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
div#section2 div#second p.img1 img {
    margin: 0;
    padding: 15px 15px;
    width: 80%;
}
div#section2 div#second h4 {
    padding-top: 10px;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    height: 60px;
}
div#section2 div#second {
    padding-top: 20px;
}
div#section2 div#third {
    margin-top: 40px;
}
div#section3 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#section3 .row-bg-wrap .inner-wrap:before {
    position: absolute;
    content: "";
    width: 99%;
    height: 100%;
    background: linear-gradient(45deg, #3B3B3B, #082440);
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 15px;
}

div#section3 div#second {
    padding-top: 20px;
}

div#section3  a.nectar-button.small.regular.accent-color.regular-button {
    float: right;
    margin: 0;
}

div#section3 div#second .wpb_text_column {
    position: absolute;
    bottom: 18px;
    left: 30px;
    z-index: 4;
}
div#section3 div#second .vc_col-sm-4 .img-with-aniamtion-wrap::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 70%;
    width: 100%;
    transition: all 0.3s linear 0s;
    z-index: 3;
    background-image: linear-gradient(180deg, #00000000, #00000080);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
div#section3 div#second .vc_col-sm-4:hover .img-with-aniamtion-wrap::before {
     background-image: linear-gradient(180deg, #50592808, #5059289c); 
}

div#section3 div#second .vc_col-sm-4 {
    gap: 24px;
    display: grid;
}

div#section3 div#second h4 {
    font-size: 22px;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 20px;
}
div#section3 div#second p.link a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
div#section3 div#second .vc_col-sm-4:hover p.link a {
	   color: #1e90ff !important;
    text-decoration: underline;
}
div#section3 .hover-wrap {
    margin: 0;
}
div#section3 div#second img.img-with-animation.skip-lazy {
    border-radius: 15px;
}
div#section4 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 60px;
}
div#section4 h2 {
    color: #ffffff;
}
div#section4 div#second img.img-with-animation.skip-lazy {
    border-radius: 12px;
}
div#section4 div#second .wpb_text_column h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
}
div#section4 .cont1 .fir1 {
    background: #1A1A1A;
    margin: 9px 0;
    padding: 18px 18px;
    border-radius: 12px;
    border: 1px solid #ffffff40;
}
div#section4 .cont1 .fir1 h4 {
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
}
div#section4 .cont1 .fir1 p {
    color: #ffffff;
}
div#section4 div#second {
    padding-top: 12px;
}
div#section4 div#second .vc_col-sm-6.sec2a .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
div#section4 div#second .vc_col-sm-6.sec2a .vc_column-inner {
    height: 100%;
}
div#section4 div#second .vc_col-sm-6.sec2a .vc_column-inner a.nectar-button.small.regular.accent-color.regular-button {
    width: 188px;
    text-align: center;
}

div#section5 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 20px;
}
div#section5 h2 {
    color: #ffffff;
}
div#section5 p{
   color: #ffffff;   
}
div#section5 div#first p {
    padding-top: 9px;
}
div#section5 .row-bg-wrap .inner-wrap:before {
    position: absolute;
    content: "";
    width: 99%;
    height: 100%;
    background: linear-gradient(
-45deg, #3B3B3B, #082440);
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 15px;
}
div#section5 ul.wpb_tabs_nav {
    display: flex;
    justify-content: center;
    padding-bottom: 18px;
    padding-top: 12px;
}
div#section5 ul.wpb_tabs_nav li {
    background: transparent;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}
div#section5 ul.wpb_tabs_nav li.tab-item.active-tab a {
    border-radius: 45px;
}
div#section5 div#second{
	padding-top: 10px;
}
div#section5 div#second img.img-with-animation.skip-lazy {
    border-radius: 12px;
}

div#section5 div#second  h4 {
    text-align: center;
    padding-bottom: 10px;
}

div#section5 div#second .vc_col-sm-4 {
    margin-bottom: 18px;
}
div#assets-section5 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#assets-section5 h2 {
    color: #ffffff;
}
div#assets-section5 p{
   color: #ffffff;   
}
div#assets-section5 a.nectar-button.small.regular.accent-color.regular-button{
    background: transparent !important;
    border: 1px solid #ffffff;
    float: right;
    margin: 0;
}
div#assets-section5 .inner-wrap.row-bg-layer.using-image .row-bg.viewport-desktop.using-image {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
	background-attachment:fixed;
}
div#assets-section5.row-bg-wrap .inner-wrap:before {
    position: absolute;
    background: #F0F1E7;
    content: "";
    width: 100%;
    height: 100%;
}
div#section6 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 60px;
}
div#section6 h2 {
    color: #ffffff;
}
div#section6 div#first img.img-with-animation.skip-lazy {
    border-radius: 12px;
}
div#section6 .cont1 .fir1 {
    padding-top: 12px;
    border-bottom: 1px solid #4C4C4C;
    margin-left: 18px;
    padding-bottom: 18px;
}
div#section6 .cont1 .fir1 h4:before {
    position: absolute;
    content: "";
    background: #1E90FF;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    left: 0;
}
div#section6 .cont1 .fir1 h4 {
    display: flex;
    align-items: center;
}
div#section6 a.nectar-button.small.regular.accent-color.regular-button{
	margin-left: 18px;
}
div#section6 div#first .vc_col-sm-5.fir1a .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
div#section6 div#first .vc_col-sm-5.fir1a .vc_column-inner {
    height: 100%;
}
div#section6 div#first .vc_col-sm-5.fir1a .vc_column-inner a.nectar-button.small.regular.accent-color.regular-button {
    width: 220px;
}
div#section7 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 60px;
}
div#section7 h2 {
    color: #ffffff;
}
div#section7 div#first p {
    color: #ffffff;
    font-weight: 500;
}
div#section7 .row-bg-wrap .inner-wrap:before {
    position: absolute;
    content: "";
    width: 99%;
    height: 100%;
    background: linear-gradient(
0deg, #3B3B3B, #082440);
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 15px;
}
div#section7 a.nectar-button.small {
    float: right;
}

div#section7 div#second {
    padding-top: 9px;
}

div#section7 div#second .vc_col-sm-4 .vc_column-inner {
    background: #ffffff;
    border-radius: 12px;
    height: 100%;
}

div#section7 div#second h4 {
    font-weight: 500;
    color: #222222;
    font-size: 24px;
    line-height: 1.2;
}

div#section7 div#second .hover-wrap {
    margin: 0;
}

div#section7 div#second .wpb_text_column {
    padding: 18px 18px;
    height: 100%;
}

div#section7 div#second p {
    color: #222222;
}

div#section7 div#second p.link a {
    color: #222222;
    font-weight: 700;
    font-size: 18px;
}

div#section7 div#second .wpb_text_column .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

div#section7 div#second .vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    height: 65%;
}
div#section8 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#section8 h2 {
    color: #ffffff;
}
div#section8 div#first p {
    color: #ffffff;
    font-weight: 500;
}
div#section8 .owl-item .carousel-item {
    margin: 0 6px;
    background: #1A1A1A;
    padding: 30px 18px;
    height: 100%;
    padding-bottom: 50px;
    border-radius: 12px;
    border: 1px solid #ffffff40;
}
div#section8 .owl-item .carousel-item div#second {
    background: #ffffff;
    border-radius: 18px;
    margin: 0;
}
div#section8 .owl-item .carousel-item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    position: absolute;
    width: 89%;
    bottom: 20px;
}
div#section8 .owl-item .carousel-item ul li {
    list-style: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
div#section8 .owl-item .carousel-item ul li img {
    margin: 0;
}
div#section8 .owl-item .carousel-item p {
    color: #ffffff;
    padding-bottom: 20px;
}
div#section8 .owl-dots {
    display: none;
}
div#section8 .owl-stage {
    padding: 0;
}

div#section8 .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    /* width: 100%; */
    margin: 0;
}
div#section8 .owl-nav.disabled button span {
    display: none;
}
div#section8 .owl-nav.disabled button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: unset;
    top: 170px !important;
}
div#section8 .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: #a1a1a1;
}
div#section8 .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: #a1a1a1;
}
div#section8 .owl-nav.disabled button:hover:before {
    color: #ffffff;
}
div#section8 .owl-dots {
   display:none;
}
div#section8 .owl-nav.disabled button.owl-prev {
    left: -25px !important;
}
div#section8 .owl-nav.disabled button.owl-next {
    left: unset !important;
    right: -25px;
}
div#section8 .owl-item .carousel-item p strong {
    font-size: 18px;
    padding-bottom: 6px;
    display: inline-block;
}

div#section8 .owl-carousel {
    padding-top: 18px;
}
/* Owl stage ko flex banao */
#section8 .owl-stage {
    display: flex;
}

/* Har owl-item same height le */
#section8 .owl-item {
    display: flex;
    height: auto !important;
}

/* Item ke andar jo actual content hai usko full height do */
#section8 .owl-item > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#section8 .owl-item .item-inner {
    height: 100%;
}

div#section8 .owl-item .carousel-item .wpb_text_column {
    height: 100%;
}

div#section8 .owl-item .carousel-item .wpb_text_column .wpb_wrapper {
    height: 100%;
}
div#section9 .row_col_wrap_12 {
    padding-top: 50px;
    padding-bottom: 50px;
}
div#section9 .row-bg-wrap .inner-wrap:before {
    position: absolute;
    content: "";
    width: 99%;
    height: 100%;
    background: linear-gradient(
-45deg, #3B3B3B, #082440);
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 15px;
}
div#section9 h2 {
    color: #ffffff;
    padding-bottom: 18px;
    padding-top: 8px;
}

div#section9 p {
    color: #ffffff;
    font-weight: 500;
}
div#section9 .toggle.default.open {padding: 0;}

div#section9 .toggle.default.open:before {
    display: none;
}

div#section9 h3.toggle-title a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    padding: 17px 0;
    line-height: 27px;
    padding-bottom: 6px;
}
div#section9 .toggle.default.open h3.toggle-title a {
    color: #1E90FF;
    padding-top: 20px;
}
div#section9 .toggle.default {
    border-bottom: 1px solid #ffffff;
    padding: 0;
}

div#section9 .toggle.default.open p {
    color: #ffffff;
}

div#section9 .toggle i {
    color: #ffffff;
    border: unset;
}
div#section9 .toggle i:before, div#section9 .toggle i:after {
    background-color: #ffffff !important;
}
div#section10 .row-bg.using-image {
    width: 99%;
    border-radius: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#section10 {
    margin-top: 9px;
}
div#section10 h2 {
    color: #ffffff;
    padding-bottom: 18px;
    padding-top: 8px;
}
div#section10 p {
    color: #ffffff;
    font-weight: 500;
}
div#contact1 .row_col_wrap_12 {
    padding-top: 24px;
    padding-bottom: 30px;
    border: 1px solid #1e90ff;
    border-radius: 12px;
    margin-top: 40px;
}
div#contact1 h2 {
    color: #ffffff;
}
div#contact1 p {
    color: #4C4B4B;
}
div#contact1 img.img-with-animation.skip-lazy {
    border-radius: 18px;
}
div#contact1 form.wpcf7-form.init br, div#contact1 br {
    display: none;
}
div#contact1 span.wpcf7-form-control-wrap {
    width: 49%;
    display: inline-flex !important;
    margin-bottom: 14px;
    margin-right: 2px;
}
div#contact1 textarea {
    height: 110px;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-105"] {
    width: 98.5%;
    margin-top: 10px;
    margin-bottom: 0;
}
div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-105"] textarea {
    border-radius: 0 !important;
}
div#contact1 input[type=text], div#contact1 input[type=tel], div#contact1 input[type=email], div#contact1 select, div#contact1 textarea {
    background: transparent;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 0 !important;
    box-shadow: unset;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    padding: 11px 18px;
    border: unset;
    padding-left: 0;
}
div#contact1 select {
    background: #000000;
}
div#contact1 input[type=submit] {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 42px !important;
    text-transform: capitalize;
    border-radius: 50px !important;
    margin-top: 30px !important;
    display: table;
    margin-right: 30px;
    color: #ffffff;
}
div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
div#contact1 .wpcf7-form .wpcf7-not-valid::placeholder {
    color: red !important;
}
div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border-color: #1e90ff !important;
}
div#contact1 input::placeholder, 
div#contact1 textarea::placeholder {
    color: #ffffff !important;
	font-size:15px;
}
div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    /* margin-top: 0; */
    color: #000000;
}
 div#contact1 span.wpcf7-spinner {
    position: absolute;
}
div#contact1 div#second {
        padding-top: 0;
}
div#contact1 div#second br{
	display:none;
}
div#contact1 div#first{
    padding-bottom: 20px;
}
div#contact1 form.wpcf7-form.init p {
    padding: 0;
}
#page-header-bg h1 {
    font-size: 50px;
    text-align: center;
    margin-top: 145px;
    text-transform: capitalize;
    font-weight: 600 !important;
    margin-bottom: 0;
    font-family: 'ES Rebond Grotesque TRIAL SmBd' !important;
}
div#footer1 .row_col_wrap_12 {
    padding-top: 60px;
    padding-bottom: 10px;
}
div#footer1 p {
    color: #ffffff;
}
div#footer1 ul li{
    list-style: none;
    padding-bottom: 4px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
div#footer1 ul{
    margin: 0;
}
div#footer1 ul li a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
div#footer1 ul li a i{
	margin-right: 6px;
}
div#footer1 ul li a:hover {
    color: #1E90FF; /* Color on hover */
}
div#footer1 ul li a:hover i {
    color: #1E90FF; /* Icon color on hover */
}
div#footer1 h4{
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 10px;
}
div#footer1 input[type=email] {
	border-bottom: 2px solid #959595 !important;
	line-height: 30px;
	color: #ffffff;
	background: transparent;
	font-weight: 500 !important;
	padding: 0;
	width: 100% !important;
	height: 48px;
	border-radius: 0 !important;
	display: flex;
	margin: 0 auto;
	box-shadow: unset !important;
}
div#footer1 input[type=submit]{
	border: unset;
	outline: unset;
	box-shadow: unset;
	color: transparent;
	background-image: url("/wp-content/uploads/2026/01/Mask-Group.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px !important;
	height: 0;
	transform: unset !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	float: right;
	margin-top: -40px;
	margin-right: 0;
}
div#footer1 input::placeholder { 
	color: #ffffffbd !important; 
}
.nectar-global-section.nectar_hook_global_section_footer {
    background: #000000;
}
div#footer2 .row_col_wrap_12 {
    padding-top: 10px;
    padding-bottom: 12px;
}
div#footer2 .cont1 {
    display: flex;
    justify-content: space-between;
}
div#footer2 .cont1 a {
    font-size: 17px;
    font-weight: 700;
}
div#footer2 .cont1 span.dot {
    display: none;
}
body.wp-singular.post-template-default.single.single-post .blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section {
    display: none;
}

body.wp-singular.post-template-default.single.single-post div#author-bio {
    display: none;
}

body.wp-singular.post-template-default.single.single-post .comments-section {
    display: none;
}

body.wp-singular.post-template-default.single.single-post .content-inner {
    padding-bottom: 0;
}
body.wp-singular.post-template-default.single .container.main-content {
    background: #262626;
}
body.wp-singular.post-template-default.single span.meta-category {
    display: none;
}
body.wp-singular.post-template-default.single div#single-below-header {
    display: none;
}
body.wp-singular.post-template-default.single .row.heading-title.hentry {
    padding-bottom: 0;
    margin-bottom: 0;
}
body.wp-singular.post-template-default.single .row.heading-title.hentry+.row {
    padding-bottom: 40px;
}
body.wp-singular.post-template-default.single h1.entry-title {
    text-align: left;
}
body.wp-singular.post-template-default.single p {
    font-size: 20px;
}
div#footer1 div#third .es_subscription_form.es_shortcode_form {
    display: none;
}


