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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&family=Prompt:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamCond-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamCond-Medium.otf');
    font-weight: 500;
}

p, h4 {
	font-family: 'Poppins' !important;
}

h2 {
	font-family: 'Gotham' !important;
	font-weight: 700 !important;
}

#top #logo img {
    border-radius: 0px 0px 10px 10px !important;
}

#header-outer[data-lhe="default"] #top nav .sf-menu > li#menu-item-31 a:hover span {
    color: white !important;
}

#header-outer[data-lhe="default"] #top nav .sf-menu > li#menu-item-31.current-menu-item {
    background: transparent !important;
    color: red !important;
}

#header-outer[data-lhe="default"] #top nav .sf-menu > li#menu-item-31.current-menu-item span {
    color: #116F21 !important;
}

#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    padding: 0 30px;
    color: white;
    font-weight: 600;
    letter-spacing: 2.4px;
    height: 120px;
    line-height: 120px;
    transition: .3s all ease !important;
}

ul.sf-menu.sf-js-enabled.sf-arrows li {
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    transition: .3s all ease;
}

#header-outer[data-lhe="default"] #top nav > ul > li > a > span {
    color: white;
}

div#header-outer {
    background: url(/wp-content/uploads/2023/09/header-bg.png) !important;
    height: 120px;
}

#header-space {
    height: 120px;
}

#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a > span {color: white !important;}

#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item {
    background: #ff3131;
}

#header-outer[data-format=menu-left-aligned] .row .col.span_3 {
    margin-right: 115px;
}

#header-outer[data-lhe="default"] #top nav > ul > li a:hover span {
    color: white !important;
}

#header-outer[data-lhe="default"] #top nav > ul > li a:hover {
    background: #ff3131;
}

#header-outer:not([data-format=left-header]) #top>.container>.row nav {
    height: 120px;
}

li#menu-item-31 a {
    height: 50px !important;
    line-height: 50px !important;
    width: 220px !important;
    text-align: center;
    border: 1.5px solid #9BCD0A;
    background: #FFF;
}

li#menu-item-31 a span {color: #116F21 !important;font-weight: 700;}

.swiper-slide .content h4 {
    font-size: 11px;
    font-weight: 500;
     /* 183.333% */
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-family: Poppins !important;
    background: #FF3131;
    display: inline-block;
    color: white;
    padding: 6px !important;
    line-height: 12px;
}

.swiper-slide .content {
    text-align: center !important;
}

.swiper-slide .content h2 {
    font-family: Gotham !important;
    font-size: 96px;
    line-height: 98px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.swiper-slide .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    width: 70%;
    margin: 0 auto !important;
}

body[data-button-style*="slightly_rounded"] #h-banner .swiper-slide .button a {
	border: 2px solid #9BCD0A;background: linear-gradient(180deg, #116F21 0%, #9BCD0A 100%);border-radius: 0 !important;font-size: 12px;font-weight: 500; /* 166.667% */letter-spacing: 2.4px !important;text-transform: uppercase;font-family: Poppins !important;width: 212px;height: 58px;line-height: 58px;padding: 0;
}

.swiper-slide .button {
    padding: 0;
}

.swiper-slide .content .buttons {
    padding-top: 40px !important;
}

.sec-cont h4 {
    color: #fb0e0e;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px; /* 183.333% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px !important;
}

.sec-cont h2 {
    font-size: 48px;
    font-style: normal;
    line-height: 44px;
    color: #222222;
    margin-bottom: 22px;
}

.sec-cont p {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.5px;
    letter-spacing: .1px;
}

div#sec1 p {
    width: 100%;
    padding-bottom: 15px;
}

img.w-100 {
    width: 100% !important;
}

a.nectar-button.medium {
    width: 214px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    padding: 0 !important;
    border: 2px solid #67a913 !important;
    background: linear-gradient(180deg, #116F21 0%, #9BCD0A 100%) !important;
    color: #FFF;
    font-family: Prompt;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.4px !important;
    margin: 0;
}

div#sec1 p:last-child {
    padding-bottom: 0;
}

#sec2 .nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    display: none;
}

.main-title h2 {
    font-size: 48px;
    line-height: 44px;
    color: #222222;
    margin-bottom: 40px !important;
}

#sec3-inn p {
    font-size: 19px;
    font-weight: 500;
    line-height: 38px;
    color: #000000;
}

.material #sec3-inn .wpb_content_element {
    margin-bottom: 10px !important;
}


.mem-cont h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    color: #000;
    font-family: 'Gotham';
    margin-bottom: 9px !important;
}

.mem-cont {
    background: #9bcd0a;
    padding: 20px 40px 18px 38px;
    position: relative;
    box-shadow: 20px 6px 35px 0px rgba(0, 0, 0, 0.15);
}

.mem-cont a {
    color: white;
    position: absolute;
    top: -30px;
    right: 30px;
    background: #ff3131;
    padding: 20px 37px;
    transform: rotate(-90deg);
    -webkit-transform-origin-x: right;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2.4px;
    font-size: 12px;
    font-family: Prompt;
    text-transform: uppercase;
    transition: .3s all ease;
}

.mem-cont p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    width: 91%;
    padding-bottom: 0;
}

#sec3-inn .img-with-aniamtion-wrap .inner .hover-wrap:not([data-hover-animation=none]) {
    margin-bottom: 0;
    box-shadow: 20px 6px 35px 0px rgba(0, 0, 0, 0.15);
}

.m-ques h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    font-family: 'Gotham';
    margin-bottom: 8px !important;
}

.m-ques p {
    color: #000;
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
}

.m-ques a {
    color: #FF3131;
    font-family: Prompt;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2.4px;
    text-decoration-line: underline;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 22px;
}

.m-ques {
    margin-top: 50px;
}

.main-title p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #222222;
}

#sec4 .main-title h2 {
    margin-bottom: 22px !important;
    color: #000000 !important;
}

.ser-cont {
    background: white;
    padding: 18px 30px 20px 38px;
}

.ser-cont h2 {
    color: #222;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 8px;
}

.ser-cont p {
    color: #000;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 90%;
}

.ser-cont a {
    color: #FF3131;
    font-family: Prompt;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2.4px;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-top: 12px !important;
    position: relative;
    display: inline-block;
    padding-right: 22px;
}

#sec4-inn .hover-wrap {
    margin-bottom: 0;
}

#sec5 h4 {
    color: #FFF;
    font-family: Prompt !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 44px; /* 183.333% */
    text-transform: capitalize;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    display: inline-block;
    margin-bottom: 0;
}

#sec5 h3 {
    color: #FFF;
    font-family: Gotham;
    font-size: 48px;
    font-weight: 700;
    line-height: 44px; /* 91.667% */
    text-transform: capitalize;
    margin-top: 5px;
}

#sec5 h4::before {
    content: '';
    width: 50px;
    height: 4px;
    background: #9bcd0a;
    position: absolute;
    left: 0;
    top: 18px;
}

#sec5 h4::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #9bcd0a;
    position: absolute;
    right: 0;
    top: 20px;
}

#sec5 a.nectar-button.medium {
    width: 238px;
    height: 67px;
    color: #FF3131 !important;
    background: white !important;
    border: 0 !important;
    line-height: 67px;
}

#sec6 .main-title h2 {
    margin-bottom: 48px !important;
}

.main-title h4 {color: #FF3131;font-family: Prompt !important;font-size: 12px;font-style: normal;font-weight: 700;line-height: 44px;margin-bottom: 0 !important;}

.blog-col h4 {
    color: #FF3131;
    font-family: Prompt !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 183.333% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.blog-col h3 {
    color: #222;
    font-family: Gotham;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    margin-bottom: 8px !important;
}

.blog-col p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 185.714% */
    width: 90%;
    padding-bottom: 0;
}

.blog-col a {
    color: #FF3131;
    font-family: Prompt !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 166.667% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    padding-right: 22px;
}

.blog-col img {
    width: 100%;
    margin-bottom: 0 !important;
}

.blog-cont {
    padding: 22px 36px 20px;
}

.col.span_4.blog-col {
    box-shadow: 20px 6px 35px 0px rgba(0, 0, 0, 0.15);
}

.blog-col a::after {
    content: "»";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    right: 0;
}

.ser-cont a::after {
    content: "»";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    right: 0;
}

div#nav_menu-2 {
    padding-left: 90px;
}

div#nav_menu-3 {
    padding-left: 30px;
}

#footer-outer #footer-widgets .col p {
    color: white;
    font-size: 14px;
    font-weight: 300;
     /* 25.62px */
    letter-spacing: 0.7px;
    line-height: 183%;
	padding-bottom: 0;
}

div#text-2 img {
    margin-bottom: 0 !important;
}

div#text-2 p:last-child {
    width: 320px;
}

#footer-outer .widget h4 {
    font-size: 23px;
    color: white;
    font-weight: 600;
    margin-bottom: 17px !important;
    font-family: 'Prompt' !important;
    letter-spacing: .5px;
    margin-top: 30px;
}

#footer-outer .widget.widget_nav_menu li a {
    font-size: 15px;
    color: white;
    font-weight: 300;
    font-family: 'Poppins';
    line-height: 27px;
}

.material #footer-outer #footer-widgets .col ul li {
    padding: 0 !important;
    padding-bottom: 6px !important;
}

.material #footer-outer #footer-widgets #nav_menu-4 ul li::before {
     content: url(/wp-content/uploads/2023/09/phone.png);
     position: absolute;
     left: 0;
}

.material #footer-outer #footer-widgets #nav_menu-4 ul li:nth-child(2)::before {
    content: url(/wp-content/uploads/2023/09/envelope1.png);
    position: absolute;
    left: 0;
}

.material #footer-outer #footer-widgets #nav_menu-4 ul li:nth-child(3)::before {
     content: url(/wp-content/uploads/2023/09/paper-plane.png);
     position: absolute;
     left: 0;
}

.material #footer-outer #footer-widgets #nav_menu-4 ul li {
    position: relative;
    padding-left: 40px !important;
}

.material #footer-outer #footer-widgets #nav_menu-4 ul li::before {
    top: 3px;
}

div#copyright p {
    font-size: 14px;
    color: white;
    font-family: 'Poppins' !important;
    font-weight: 300;
}

div#footer-widgets .row {
    padding: 50px 0 55px;
}

#page-header-bg h1 {
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 60px;
    letter-spacing: 1px;
}

div#media_image-2 {
    margin-bottom: 0 !important;
}

div#nav_menu-4 {
    margin-left: -25px;
}

div#footer-outer {
    background: url(/wp-content/uploads/2023/09/foot-bg.jpg) !important;
    background-size: 100% 100% !important;
}

#footer-outer #copyright[data-layout="centered"] {
    background: #116f21 !important;
    padding: 15px 0 !important;
}

.ser-cont a:hover, .blog-cont a:hover {
    color: #116f21;
}

.m-ques a::after {
    content: "»";
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    right: 0px;
}

a.uncategorized {
    display: none !important;
}

div#single-below-header {
    display: none;
}

body.material .post .content-inner {
    padding-bottom: 0 !important;
}

body.material .post .content-inner p {
    font-size: 16px;
    line-height: 28px;
}

.post-area.col_last.span_12 {
    max-width: 100% !important;
}

div#author-bio {
    display: none;
}

.comment-wrap {
    display: none;
}

a.c-btn {
    transform: rotate(-90deg);
    background: #FF3131;
    color: #FFF;
    font-family: Prompt !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 22px 34px;
    display: inline-block;
    position: absolute;
    right: -48px;
    bottom: 450px;
    -webkit-transform-origin-y: top;
    transition: .3s all ease;
}

a.c-btn:hover {
    background: white;
    color: #9bcd0a;
}

.mem-cont a:hover {
    background: white;
    color: #9bcd0a;
}





/* Contact Form */

#contact-pg {
    padding: 100px 0 !important;
}

#contact-pg .tm-vc_cta3-content-header {
    position: relative;
}

#contact-pg .tm-vc_cta3-content-header::before {
    content: "";
    position: absolute;
    background-color: #9bcd0a;
    width: 6px;
    top: 0%;
    height: 70px;
    top: 3px;
    left: 0;
}

#contact-pg .tm-vc_cta3-content-header h4, #contact-pg .tm-vc_cta3-content-header h2 {
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 20px;
    color: black;
    margin-bottom: 20px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 30px;
    padding-bottom: 9px;
    color: #000;
}

.field-group {
    position: relative;
}

.field-group i {
    position: absolute;
    left: 0;
    top: 14px;
    opacity: 1;
    font-size: 17px;
    z-index: 1;
    color: #1b702a;
}

body textarea {
    height: 140px;
}

textarea::placeholder, input::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 500;
}

#contact-pg .wpb_raw_html {
    border-radius: 10px;
    border-top: 7px solid;
    -webkit-box-shadow: 0 0 25px 0 rgb(41 61 88 / 6%);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, 0.06);
    box-shadow: 0 0 25px 0 rgb(41 61 88 / 6%);
    border-color: #9bcd0a;
    padding: 40px 50px 20px;
}

#contact-pg .wpb_raw_html h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #182333;
    margin-bottom: 15px;
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper li {
    list-style: none;
    padding-left: 37px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    font-family: 'Poppins';
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper li::before {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    color: #1b702a;
    font-weight: 400;
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper li a {
    color: #000;
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper li:last-child {
    border-bottom: none;
}

ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 35px;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    min-width: 23px;
    border: none;
}

ul.social-icons li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    position: relative;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 35px !important;
    border-radius: 30px !important;
    font-family: 'Poppins';
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, select.wpcf7-validates-as-required.wpcf7-not-valid, textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border-color: red !important;
}

span.wpcf7-not-valid-tip {
    display:  none;
}

body .wpcf7 .wpcf7-response-output {
    border-color: red !important;
    color: red !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: green !important;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    border-top-color: #182333;
    border-top-color: var(--nectar-accent-color);
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

[data-tooltip]:after {
    margin-left: -80px;
}

[data-tooltip]:after {
    background-color: #ba0001;
}

#contact-pg .tm-vc_cta3-content-header h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #9bcd0a;
    font-weight: 700;
}

ul.boldman_contact_widget_wrapper.themetechmount_vc_contact_wrapper li::before {
    content: "\f041";
    font-family: FontAwesome;
}

ul.boldman_contact_widget_wrapper.themetechmount_vc_contact_wrapper li:nth-child(2)::before {
    content: "\f095";
    font-family: FontAwesome;
}

ul.boldman_contact_widget_wrapper.themetechmount_vc_contact_wrapper li:nth-child(3)::before {
    content: "\f0e0";
    font-family: FontAwesome;
}

ul.boldman_contact_widget_wrapper.themetechmount_vc_contact_wrapper li::before {
    margin-top: -5px;
}

#contact-pg .tm-vc_cta3-content-header p {
    font-size: 16px;
    width: 85%;
    line-height: 25px;
}

/* Contact Form End */

/* ==================== */
#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper li:nth-child(2) {
    display: none !important;
}

.material #footer-outer #footer-widgets #nav_menu-4 ul li:first-child {
    display: none !important;
}
/* ================ */

div#sec1 p strong {
    font-family: 'Gotham';
    font-size: 28px;
    font-weight: 400;
    color: black;
    margin-bottom: 15px;
    display: inline-block;
}



/* ---- Portal Login/Registration ----- */
a.btn-global {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    padding: 8px 30px;
    color: #116F21;
    font-weight: 600;
    letter-spacing: 2.4px;
    transition: .3s all ease !important;
    border: 2px solid #116F21;
    display: inline-block;
}
.title-head {
    text-align: center;
}
.title-head h2 {
    color: #000;
    font-size: 52px;
}
.cus-form {
    max-width: 720px;
    margin: auto;
    font-family: 'Poppins';
}
.cus-form label {
    display: block;
    margin-bottom: 20px;
}
.cus-form label input {
    border: 1px solid #ccc;
    color: #000;
}
p.error,p.warning {
    max-width: 720px;
    margin: auto;
    margin-top: 20px;
    color: #fff;
    background: red;
    padding: 5px 10px !important;
    display: block;
    text-align: center;
}
p.warning {
    background: #ffa500;
}

#booking-form .steps {
    display: none;
}
#booking-form {
    padding: 50px 100px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-radius: 5px;
}
#booking-form h3 {
    display: none;
}
#booking-form .store-location {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
#booking-form .store-location label {
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    padding: 10px;
    width: 30%;
    text-align: center;
	cursor:pointer;
}
#booking-form .store-location label input {position: absolute;visibility: hidden;}
#booking-form .actions {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
#booking-form .actions button {
    background: #9bcd0a;
    color: #fff;
    font-family: 'Poppins';
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
	    border: none;
	cursor:pointer;
    border-radius: 0px !important;
}
#booking-form .date-slots .sdate label {
    background: #fff;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
}
#booking-form .date-slots .sdate {
    display: inline-block;
    width: 30%;
    margin: 15px;
    font-family: 'Poppins';
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
}
#booking-form .time-slots {
    display: flex;
    flex-wrap: wrap;
}
#booking-form .time-slots .single-time {
    display: inline-block;
    background: #fff;
    box-shadow: 0 0  10px rgba(0,0,0,0.2);
    width: 22%;
    margin: 15px;
    padding: 20px 10px;
    text-align: center;
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
#booking-form .time-slots .single-time.disabled:before {
    content: "Booked";
    background: #b73535;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transform: rotate(-35deg);
    cursor: not-allowed;
    left: -24px;
    top: 5px;
    padding: 0px 28px;
    border-radius: 3px;
    color: white;
    z-index: 99;
}
#booking-form .time-slots .single-time.disabled {
    pointer-events: none;
}
#booking-form .addtional-hours {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    gap: 40px;
}
#booking-form .addtional-hours .single-hour, #booking-form .addtional-guests .single-guest {
    font-family: 'Poppins';
    color: #000;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 10px 25px;
    cursor: pointer;
    font-size: 15px;
}
#booking-form .addtional-guests {
    display: flex;
    padding-top: 30px;
    gap: 40px;
}
#booking-form .addtional-guests .single-guest {
    padding: 10px 40px;
}
.tab_cs {
    display: none;
}
.tab_cs.active {
    display: block;
}
#booking-form label.error {
    position: absolute;
    bottom: -33px;
    color: red;
    padding: 0 !important;
    width: auto !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 600;
    left: 0;
    border: none !important;
    font-size: 14px !important;
}
#booking-form section {
    position: relative;
}
.act-hov {
    box-shadow: 0 0 10px #9bcd0a !important;
}
#booking-form input.addition_hide {
    position: absolute;
    padding: 0;
    border: none;
    width: auto;
    visibility: hidden;
}
#booking-form .store-location label h5 {
    font-family: 'Poppins';
    color: #000;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}
section#dashboard {
    margin: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
section#dashboard .sidebar {
    width: 25%;
    border: 3px solid #9bcd0a;
    color: #fff;
    font-family: 'Poppins';
}
section#dashboard .tab-content {
    width: 70%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 30px 40px;
    font-family: 'Poppins';
    color: #000;
}
section#dashboard .sidebar ul {
    margin: 0;
}
section#dashboard .sidebar ul li {
    width: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
}
section#dashboard .sidebar ul li a {
    color: #000;
    border: none;
    padding: 20px 20px;
    border-radius: 0;
    display: block;
    margin: 0;
}
section#dashboard .sidebar ul li:nth-child(even) {
    background: #f4f4f4;
}
section#dashboard .sidebar ul li.active a {
    background: #217630;
    color: #fff;
}
section#dashboard form label {
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px;
}
section#dashboard form label input,
section#dashboard form label textarea {
    border: 1px solid #ccc;
}
.bulletin-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    max-width: 800px;
    width: 100%;
    padding: 30px 40px;
    margin: auto;
    box-shadow: 0 0 60px rgba(0,0,0,0.4);
    display: none;
	border-radius: 10px;
}
ul.bulletin-grid {
    margin: 40px 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
ul.bulletin-grid li {
    list-style: none;
    border: 1px solid #ccc;
    display: inline-block;
    width: calc(25.8% - 40px);
    font-family: 'Poppins';
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: .4s all ease;
    background: #fff;
}
ul.bulletin-grid li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
	text-decoration:none;
}
ul.bulletin-grid li a span {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
ul.bulletin-grid li a h4 {
    text-transform: capitalize;
    color: #000;
    font-size: 22px;
    line-height: 28px;
}
ul.bulletin-grid li a h6 {
    color: #5d646f;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
ul.bulletin-grid li:hover {box-shadow: 0 0 10px rgb(120 173 20 / 20%);border-color: rgb(120 173 20);}
.bulletin-modal {
    color: #000;
}
.bulletin-modal h2 {
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0.5px;
}
.bulletin-modal .content {
    font-family: 'Poppins';
    color: #000;
	display: flex;
    flex-wrap: wrap;
}
.bulletin-modal .close_popup {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    font-weight: 400;
}
.bulletin-modal .content h4 {
    color: #000;
    font-family: 'Gotham' !important;
    font-size: 36px;
}
.bulletin-modal .content .right-text p {
    font-size: 16px;
    line-height: 24px;
}
.bulletin-modal .content .user-data {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.bulletin-modal .content * {
    font-family: 'Poppins';
    color: #000;
}
.bulletin-modal .content h3 {
    text-transform: uppercase;
}
.bulletin-modal .content h5 {
    text-transform: capitalize;
    opacity: 0.6;
}
.bulletin-modal .content a {
    display: inline-block;
    background: #fff;
    padding: 4px 30px;
    border: 2px solid #9BCD0A;
    text-transform: uppercase;
    color: #116F21;
    font-weight: bold;
    margin-right: 20px;
}
.bulletin-modal .content .top-text {
    width: 100%;
    margin-bottom: 25px;
}
.bulletin-modal .content .left-img {
    width: 40%;
	overflow:hidden;
}
.bulletin-modal .content .right-text {
    width: 60%;
}
.bulletin-modal .content .left-img img {
    width: 80%;
	margin: auto;
	display:block;
}
ul.bulletin-grid li a img {
    width: 100%;
    display: block;
    max-width: 90%;
    margin: 0 auto 10px;
}
#dashboard ul.bulletin-grid li a h4 {
    font-size: 18px;
}
#dashboard ul.bulletin-grid li {
    width: calc(35.8% - 40px);
}
.event-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
    margin-bottom: 40px !important;
}
.event-grid .single-event {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.event-grid .single-event .event-img {
    width: 30%;
}
.event-grid .single-event .event-text {
    width: 70%;
    padding: 10px 0 10px 30px;
}
.event-grid .single-event .event-img img {
    margin: 0;
    display: block;
    height: 100%;
	border-radius: 10px 0 0 10px;
    object-fit: cover;
}
.single-event * {
    font-family: 'Poppins';
    color: #000;
}
#dashboard .event-grid .single-event {
    flex-direction: column;
}
#dashboard .event-grid .single-event >div {
    width: 100%;
    text-align: center;
}
#dashboard .event-grid .single-event .event-img img {
    text-align: center;
    width: 50%;
    display: inline-block;
}
#dashboard .event-grid .single-event .event-text {
    padding: 15px;
}
div#page-header-wrap, #page-header-bg {
    height: 200px !important;
}
body:not(.logged-in) ul > li.login_user {
    display: none !important;
}
body.logged-in ul > li.logout_user {
    display: none !important;
}
ul.bulletin-grid li img {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
}
.singleimg {
    display: inline-block;
}
/* body.overlay_open div#ajax-content-wrap {
    z-index: 99999 !important;
}
body.overlay_open div#footer-outer {
    z-index: 9;
}
body.overlay_open .bulletin-modal:before {
    content: "";
    position: absolute;
    left: -1000px;
    right: 0;
    top: -1000px;
    bottom: -1000px;
    background: rgb(0 0 0 / 60%);
    width: 1000%;
}
.bulletin-modal {
    position: fixed;
    z-index: 99999;
} */



@media screen and (max-width: 1000px) {
		.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
		background-color: #fff !important;
	}
	.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2 {
		font-size: 32px !important;
		margin-top: 10px;
	}
	.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
		font-size: 14px !important;
		width: 100% !important;
		line-height: 22px !important;
		margin-bottom: 10px !important;
	}
	body[data-button-style*="slightly_rounded"] #h-banner .swiper-slide .button a {
		height: 40px;
		width: 130px;
		line-height: 38px;
		font-size: 12px !important;
	}
	.swiper-slide .content .buttons {
		padding-top: 5px !important;
	}
	div#sec1 {padding-top: 40px !important;padding-bottom: 40px !important;text-align: center !important;}
	a.nectar-button.medium {
		height: 42px !important;
		width: 130px !important;
		line-height: 40px;
		font-size: 12px !important;
		letter-spacing: 0.5px !important;
		margin: 0 !important;
	}
	div#sec3 {
		padding-top: 0 !important;
		padding-bottom: 30px !important;
	}
	.main-title h2 {
		font-size: 32px !important;
		margin-bottom: 20px !important;
	}
	.mem-cont h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px !important;
	}
	.mem-cont a {
		padding: 8px 14px;
		top: -18px;
		right: 18px;
		font-size: 10px;
	}
	.m-ques h3 {
		text-align: center;
		font-size: 30px;
	}
	.m-ques p {
		text-align: center !important;
	}
	#sec3-inn p {
		font-size: 14px !important;
		line-height: 22px !important;
	}
	a.c-btn {
		right: -37px;
	}
	#sec-3.mem-cont p {
	}
	#sec5 h4 {
		font-size: 14px !important;
		line-height: 27px;
		text-align: center;
		padding: 0 50px;
	}
	#sec5 h3 {
		font-size: 25px;
		text-align: center;
		line-height: 30px;
	}
	#sec5 a.nectar-button.medium {
		height: 50px !important;
		width: 150px !important;
		line-height: 50px;
		margin-top: 0 !important;
	}
	#sec5 {
		text-align: center !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	div#sec6 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	#sec6 .main-title h2 {
		margin-bottom: 25px !important;
	}
	.blog-col h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 8px !important;
	}
	div#media_image-2 {
		text-align: center !important;
	}
	#footer-outer #footer-widgets .col p {
		text-align: center !important;
		padding-bottom: 0;
		font-size: 13px;
		line-height: 19px;
	}
	#footer-widgets .container .col {
		margin-bottom: 10px !important;
		text-align: center !important;
	}
	div#nav_menu-2 {
		padding-left: 0;
		text-align: center;
	}
	.material #footer-outer #footer-widgets #nav_menu-4 ul li:nth-child(2)::before {
		right: 0;
	}
	.material #footer-outer #footer-widgets #nav_menu-4 ul li {
		padding-top: 25px !important;
		padding-left: 0 !important;
	}
	.material #footer-outer #footer-widgets #nav_menu-4 ul li:nth-child(3)::before {
		right: 0;
	}
	div#nav_menu-4 {
		margin-left: 0 !important;
	}
	div#nav_menu-3 {
		padding-left: 0 !important;
	}
	#footer-outer .widget h4 {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 0 !important;
	}
	.page-id-13 div#sec1 {
		padding: 0 !important;
	}
	.page-id-13 div#sec5 {
		margin-bottom: 50px !important;
		margin-top: 50px !important;
	}
	div#page-header-wrap, #page-header-bg {
		height: 130px !important;
	}
	div#sec4 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.ser-cont h2 {
		font-size: 30px;
		line-height: 35px;
	}
	body.single-post #page-header-bg[data-post-hs=default_minimal][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
		top: -35px !important;
	}
	body.single-post.material[data-bg-header=true] .container-wrap {
		padding-top: 40px !important;
		text-align: center;
	}
	#contact-pg {
		padding: 50px 0 !important;
	}
	#booking-form {
		padding: 30px 20px;
		text-align: center !important;
	}
	#booking-form .store-location {
		display: block !important;
	}
	#booking-form .store-location label {
		display: block !important;
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	#booking-form .store-location label h5 {
		margin-top: 0 !important;
	}
	#booking-form .actions {
		display: block;
	}
	#booking-form .actions button {
		width: 100% !important;
		margin-bottom: 15px;
	}
	#booking-form .addtional-guests {
		display: block;
	}
	#booking-form .addtional-hours .single-hour, #booking-form .addtional-guests .single-guest {
		margin-bottom: 10px;
	}
	#booking-form .addtional-hours {
		display: block;
	}
	.event-grid .single-event .event-text {
		width: 100% !important;
		padding-left: 30px;
		padding-bottom: 20px;
	}
	.event-grid {
		display: block !important;
	}
	.event-grid .single-event {
		display: block;
		width: 100% !important;
	}
	.event-grid .single-event .event-img {
		width: 100% !important;
	}
	.event-grid .single-event .event-img img {
		border-radius: 10px 10px 0 0;
	}
	section#dashboard {
		display: block;
		margin: 30px 0 0 !important;
	}
	section#dashboard .sidebar {
		width: 100%;
	}
	section#dashboard .tab-content {
		width: 100%;
		overflow-x: auto;
		padding-left: 20px;
	}
	#dashboard .event-grid .single-event .event-img img {
		width: 100%;
	}
	ul.bulletin-grid {
		display: block;
		margin-bottom: 20px;
	}
	#dashboard ul.bulletin-grid li {
		width: 100% !important;
	}
	.swiper-slide[data-bg-alignment="center"] .image-bg {
    filter: brightness(0.7);
}

.sec-cont h2 {
    font-size: 32px;
    margin-bottom: 5px;
}

.sec-cont h4 {
    margin-bottom: 0 !important;
}

.sec-cont p {
    font-size: 14px;
    line-height: 20px;
}

div#sec1 p strong {
    font-size: 24px;
    margin-top: 10px;
}


#sec3-inn .mem-cont p {
    font-size: 13px !important;
    line-height: 17px !important;
    width: 90%;
}

a.c-btn {
    position: unset;
    transform: unset !important;
    margin-bottom: 40px !important;
    padding: 13px 15px;
    font-size: 11px;
    letter-spacing: 1px !important;
}

div#sec3-inn {
    margin-bottom: 0;
}

#sec5 h4::before {
    width: 30px;
    height: 3px;
    top: 10px;
}

#sec5 h4::after {
    width: 30px;
    height: 3px;
    top: 11px;
}

body.material div#sec5 .nectar-button.jumbo:not([class*=see-through]) {
    width: 120px;
    height: 40px;
    font-size: 13px;
    padding: 0;
    line-height: 40px;
    margin: 0 !important;
}

.blog-cont {
    text-align: center;
    padding: 20px !important;
}

.blog-col h4 {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px !important;
}

.blog-col p {
    font-size: 13px;
    line-height: 19px;
    width: 100%;
}

.blog-col a {
    font-size: 10px;
}

.blog-col a::after {
    font-size: 18px;
    padding-right: 3px;
}

img.image.wp-image-92.attachment-full.size-full {
    width: 40%;
}

#footer-outer .widget.widget_nav_menu li a {
    font-size: 13px;
    line-height: 24px;
}

div#footer-widgets .row {
    padding: 40px 0 30px!important;
}

#footer-outer #copyright p {
    font-size: 10px;
}

#footer-outer #copyright[data-layout="centered"] {
    padding: 10px 0 !important;
}

.main-title h4 {
    line-height: 24px;
}

#sec3-inn p br {
    display: none;
}
	
.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content {
    top: 47% !important;
}	
	
.m-ques {
    margin-top: 30px;
}
	
#booking-form .time-slots .single-time {
    width: 46% !important;
    padding: 12px !important;
    margin: 2% !important;
}
	
div#booking p {
    font-size: 12px;
    text-align: center;
    width: 100%;
    padding: 0 !important;
}

#contact-pg .tm-vc_cta3-content-header p {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}

#contact-pg .tm-vc_cta3-content-header h4 {
    font-size: 14px;
}

#contact-pg .tm-vc_cta3-content-header h2 {margin-bottom: 20px;}

.tm-commonform.contactform-1 .row {
    padding: 0;
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper {
    margin-bottom: 0;
}

#contact-pg .wpb_raw_html {
    padding: 30px 20px;
}

#contact-pg .wpb_raw_html h4 {
    text-align: center;
    margin-bottom: 0px;
    font-size: 22px;
}

#contact-pg .wpb_raw_html .boldman_contact_widget_wrapper li {
    font-size: 13px !important;
}
	
ul.bulletin-grid li {
    width: 100%;
    margin-bottom: 10px;
}

.bulletin-modal .content a {
    padding: 1px 14px;
    font-size: 13px;
    margin: 0;
}

.bulletin-modal .content .left-img img {width: 100%;height: 250px;object-fit: cover;}

.bulletin-modal .content .left-img {
    width: 100%;
}

.bulletin-modal {
    text-align: center;
}

.bulletin-modal .content {
    justify-content: center;
}

.bulletin-modal .content h4 {
    font-size: 26px;
    margin-bottom: 5px;
}

.bulletin-modal .content .right-text p {
    font-size: 14px;
    padding-bottom: 10px;
}

.bulletin-modal .content .user-data {
    padding-top: 10px;
}

.bulletin-modal .content .right-text {
    width: 100%;
}

.bulletin-modal .content h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.bulletin-modal .content h3 {
    font-size: 17px;
}

.bulletin-modal h2 {
    font-size: 26px;
    margin-bottom: 0;
}

ul.bulletin-grid li a {
    text-align: center;
}

ul.bulletin-grid li a h4 {
    margin-bottom: 0 !important;
}

.bulletin-modal .content .top-text {
    margin-bottom: 10px !important;
}


#page-header-bg h1 {
    font-size: 28px !important;
}	
	
}