:root {
    --body-font: Work Sans, sans-serif;
    --body-color: #252525;
    --body-background: #ffffff;
    --body-font-size: 16px;
    --body-line-height: 1.5;
    --headings-font: Lora, serif;
    --headings-color: #252525;
    --primary-color: #f7ee24;
    --extra-color1: #e1edf0;
    --extra-color2: #19303e;
    --menu-normal-color: #ffffff;
    --menu-hover-color: #f7ee24;
    --submenu-background-color: #f7ee24;
    --submenu-hover-color: #49231a;
    --title-color:#49231a;
    --submenu-normal-color: #252525;
    --footer-background-color: #000000;
    --footer-color: #999999;
    --footer-title-color: #ffffff;
    --hover-red-color:#ed2326;
    --headings-h1-size: 54px;
    --headings-h2-size: 48px;
    --headings-h3-size: 36px;
    --headings-h4-size: 32px;
    --headings-h5-size: 24px;
    --headings-h6-size: 16px;
}
*,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
  }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: 400;
}
address {
    font-style: italic;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
q:after,
q:before {
    content: "";
}
b,
strong {
    font-weight: 700;
}
cite,
em {
    font-style: italic;
}
cite {
    display: block;
}
del,
strike {
    text-decoration: line-through;
}
sup {
    font-size: 11px;
    position: relative;
    vertical-align: top;
    top: 5px;
}
sub {
    bottom: 5px;
    font-size: 11px;
    position: relative;
    vertical-align: bottom;
}
.italic {
    font-style: italic;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.no-margin {
    margin: 0 !important;
}
.no-bottom {
    margin-bottom: 0;
}
.no-padding {
    padding: 0;
}
.column-clear {
    clear: both;
}
.wp-caption {
    max-width: 100%;
}
.sticky {
    position: relative;
}
.gallery-caption,
.wp-caption-text {
    color: #555;
    font-size: 12px;
    text-align: center;
    margin-top: 24px;
    font-style: italic;
    font-weight: 300;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.bypostauthor .comment-body {
    border-bottom: 1px solid #f2f2f2;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 1em 1.5em;
    font-size: 0.8em;
    line-height: normal;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    text-decoration: none;
    z-index: 100000;
}
.alignright {
    display: block;
    float: right;
    margin: 4px 0 0 24px;
}
.alignleft {
    display: block;
    float: left;
    margin: 4px 24px 0 0;
}
.aligncenter {
    display: block;
    clear: both;
    margin: 24px auto;
}
pre {
    margin-bottom: 24px;
    overflow: auto;
    padding: 10px;
    white-space: pre-wrap;
}
code,
pre {
    background: #f0f0f0;
    color: #333;
    font-family: "Courier New", Courier, monospace;
    padding: 10;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-font-smoothing: antialiased;
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    font-family: var(--body-font);
    background: var(--body-background);
    color: var(--body-color);
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    overflow-x: hidden;
}
#respond h3,
.widgettitle {
    font-family: var(--body-font);
}
.logo-txt,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headings-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-weight: 400;
    line-height: 1.5em;
}
h1 {
    font-size: var(--headings-h1-size);
}
h2 {
    font-size: var(--headings-h2-size);
}
h3 {
    font-size: var(--headings-h3-size);
}
h4 {
    font-size: var(--headings-h4-size);
}
h5 {
    font-size: var(--headings-h5-size);
}
h6 {
    font-size: var(--headings-h6-size);
}
a {
    color: var(--headings-color);
}
.contactDetail p a {
    color: var(--title-color);
}
a:hover,
p a:hover {
    color: var(--hover-red-color);
    text-decoration: none;
    border: none;
}
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}
ol,
ul {
    margin: 0 0 16px 24px;
}
.alignc {
    text-align: center;
}
.alignr {
    text-align: right;
}
.none {
    display: none;
}
blockquote {
    font-size: 2rem;
    line-height: 1.6em;
    text-align: center;
    font-style: italic;
    color: var(--headings-color);
    position: relative;
    border: none;
    margin: 36px 0;
    padding: 0 32px;
}
blockquote:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    line-height: 1;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
blockquote cite {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
blockquote cite {
    line-height: 1;
    margin-top: 16px;
}
ol,
p,
ul {
    margin-bottom: 24px;
}
dl dt {
    margin-bottom: 0;
}
dl dd {
    margin-left: 16px;
    margin-bottom: 24px;
}
table {
    border: 1px solid #e5e5e5;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    border-collapse: collapse;
    table-layout: fixed;
}
table caption {
    margin-bottom: 24px;
    text-align: center;
}
table td,
table th {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 12px;
}
table th {
    font-weight: 700;
}
div p:last-of-type {
    margin-bottom: 0;
}
#submit,
#submit-contact,
.gallery-post .gallery-view,
.menu-title-section:before,
.post-password-form input[type="submit"],
.view-more,
.white-btn,
a {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.menu-nav {
    margin: 0;
    font-size: 0;
    text-align: center;
}
.menu-nav li {
    display: inline-block;
    position: relative;
    margin-left: 24px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.menu-nav li:first-child {
    margin-left: 0;
}
.menu-nav li a {
    color: var(--menu-normal-color);
    padding: 24px 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.menu-nav li a:before {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    width: 0;
    border-top: 1px solid var(--menu-normal-color);
    content: "";
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.menu-nav li a:hover,
.menu-nav > li.current-menu-item > a,
.menu-nav > li:hover > a {
    background: 0 0;
    color: var(--menu-hover-color);
}
.menu-nav li.current-menu-item > a:before,
.menu-nav > li:hover > a:before {
    left: 0;
    width: 100%;
    border-color: var(--menu-hover-color);
}
.menu-nav ul {
    display: none;
    margin: 0;
    padding: 12px 0;
    width: 180px;
    position: absolute;
    top: 67px;
    left: 50%;
    margin-left: -90px;
    background: var(--submenu-background-color);
    z-index: 5;
}
.menu-nav ul:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--primary-color) transparent;
}
.menu-nav ul li {
    display: block;
    text-align: center;
    background: 0 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.05em;
}
.menu-nav ul li > a {
    display: block;
    padding: 5px 16px;
    color: var(--submenu-normal-color);
}
.menu-nav li:hover ul li a:hover,
.menu-nav ul li a:hover {
    text-decoration: none;
    color: var(--submenu-hover-color);
}
.menu-nav li:hover > ul {
    display: block;
}
.menu-nav li ul ul {
    left: 100%;
    top: -12px;
    margin: 0;
}
.menu-nav li ul a:before,
.menu-nav li ul ul:before {
    display: none;
}
.menu-nav .edge > ul {
    left: auto;
    right: 0;
}
.menu-nav li ul .edge ul {
    left: auto;
    top: -12px;
    margin: 0;
    right: 100%;
}
.nav-button-holder {
    display: none;
}
.nav-button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding-bottom: 15px;
    vertical-align: middle;
}
.icon-bar,
.icon-bar1,
.icon-bar2 {
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.icon-bar1,
.icon-bar2 {
    width: 18px;
}
.icon-bar:after,
.icon-bar:before {
    background: #fff;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    bottom: -6px;
    right: 0;
}
.icon-bar:after {
    bottom: -12px;
    left: 8px;
    top: auto;
}
.nav-button:hover .icon-bar:after,
.nav-button:hover .icon-bar:before {
    left: 0;
}
.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:after,
.nav-button .icon-bar:before {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-mobile {
    font-size: 0;
    margin: 0 auto;
    margin-left: 0;
    padding-left: 48px;
}
.menu-mobile li {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 24px;
    list-style: none;
}
.menu-mobile li a {
    color: #999;
    display: block;
    line-height: 1;
}
.menu-mobile li a:focus,
.menu-mobile li a:hover {
    background: 0 0;
}
.menu-mobile li.current-menu-item > a,
.menu-mobile li:hover > a {
    color: #fff;
}
.menu-mobile > li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-left: 7px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 900;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-mobile > li.menu-item-has-children.menu-open > a:after {
    content: "\f106";
}
.menu-mobile ul {
    margin-left: 0;
}
.menu-mobile > li > ul {
    display: none;
}
.menu-mobile > li.menu-open > ul {
    display: block;
}
.menu-mobile ul li {
    font-size: 16px;
    font-weight: 400;
    padding-top: 16px;
    text-transform: none;
    padding-left: 8px;
    letter-spacing: 1px;
    display: block;
}
.menu-contact {
    margin-top: 45px;
    padding-left: 48px;
    color: #999;
}
.menu-contact ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.mobile-phone {
    font-size: 24px;
    margin: 16px 0;
}
.menu-contact .social-media {
    margin-top: 48px;
    padding-bottom: 48px;
}
.mobile-btn {
    margin-bottom: 24px;
}
body.has-active-menu {
    overflow: hidden;
}
.menu-mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
.mobile-menu-holder {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 350px;
    height: 100%;
    background: #49231a;
    opacity: 0;
    padding: 0 30px;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.modal-menu-container {
    position: relative;
}
.exit-mobile {
    cursor: pointer;
    padding: 7px 1px;
    display: inline-block;
    margin-top: 32px;
}
.icon-bar1 {
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.logo img {
    width: 230px;
}
.btn-header,
.logo-1,
.social-btn-top1,
.social-btn-top6 {
    flex: 1 1 0;
}
.btn-header {
    text-align: right;
}
.headerHolder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    /* margin-top: 16px; */
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
	background: #0000008a;
}
.nav-holder-1 {
    text-align: center;
}
.logo-txt {
    font-size: 36px;
}
.logo-txt a {
    color: #fff;
}
.social-btn-top1 {
    display: flex;
    align-items: center;
    justify-content:end;
}
.btn-header1 {
    margin-left: 16px;
    flex: 0 1 auto;
}
.social-media1 {
    flex: 1 1 0;
    text-align: right;
}
.nav-holder-2 {
    flex: 1 1 0;
}
.nav-holder-2 .menu-nav {
    text-align: left;
}
.menu-nav-2 ul {
    left: 0;
    margin-left: 0;
}
.menu-nav-2 ul:before {
    left: 16px;
    margin-left: 0;
}
.menu-nav-2 ul li {
    text-align: left;
}
.nav-button-holder-3 {
    display: block;
    flex: 1 1 0;
}
.top-header {
    padding: 8px 30px;
    background: var(--primary-color);
    color: #fff;
}
#header-4 {
    top: 16px;
}
.headerHolder4,
.headerHolder5 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.header-4,
.header-5 {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.nav-holder-4 {
    flex: 1 1 0;
    text-align: right;
}
.menu-nav-4 {
    text-align: right;
}
.top-header {
    display: flex;
    align-items: center;
}
.top-header .social-media li {
    font-size: 12px;
}
.header5-left a,
.top-header .social-media a,
.top-header a {
    color: #fff;
}
.header5-left a:hover,
.top-header a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.binfo {
    flex: 1 1 0;
}
.binfo ul {
    font-size: 0;
    margin: 0;
}
.binfo ul li {
    color: #fff;
    display: inline-block;
    margin-right: 28px;
    font-size: 12px;
    position: relative;
}
.binfo ul li i {
    margin-right: 8px;
}
.headerHolder5 {
    padding-top: 4px;
}
.header5-left ul li {
    display: block;
    margin-bottom: 4px;
}
.header5-left ul li:last-child {
    margin-bottom: 0;
}
.headerHolder5.nav-fixed-top .header-5 {
    display: none;
}
.social-btn-top6 {
    display: flex;
    align-items: center;
}
.binfo6 {
    text-align: right;
    color: #fff;
}
.binfo6 ul li {
    font-size: 16px;
    margin-right: 0;
}
.header-7 {
    margin-top: 16px;
}
.nav-holder-7 {
    padding-left: 72px;
}
.headerHolder5.nav-fixed-top,
.nav-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #49231a;
    margin-top: 0;
}
#header-4.nav-fixed-top {
    top: 0;
}
.header-3.nav-fixed-top {
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-social,
.social-media {
    list-style: none;
    margin: 0;
    font-size: 0;
}
.footer-social li,
.social-media li {
    display: inline-block;
    font-size: 14px;
    margin-left: 22px;
}
.social-media li a {
    color: #fff;
    font-size: 18px;
}
.footer-social li:first-child,
.social-media li:first-child {
    margin-left: 0;
}
.social-media1 li a {
    color: #fff;
}
.social-black li a {
    color: var(--headings-color);
}
a.social-twitter:hover{
    color: #29c5f6 !important;
}
.footer-social li a.social-twitter:hover{
    background:#29c5f6;
    color:#fff!important;
}
a.social-facebook:hover {
    color: #6788ce !important;
}
.footer-social li a.social-facebook:hover{
    background:#6788ce;
    color:#fff!important;
}
a.social-gplus:hover {
    color: #e75c3c !important;
}
.footer-social li a.social-gplus:hover{
    background:#e75c3c;
    color:#fff!important;
}
a.social-linkedin:hover {
    color: #3a9bdc !important;
}
.footer-social li a.social-linkedin:hover{
    background:#3a9bdc;
    color:#fff!important;
}
a.social-pinterest:hover {
    color: #fe4445 !important;
}
.footer-social li a.social-pinterest:hover{
    background:#fe4445;
    color:#fff!important;
}
a.social-tripadvisor:hover {
    color: #00af87 !important;
}
.footer-social li a.social-tripadvisor:hover{
    background:#00af87;
    color:#fff!important;
}
a.social-youtube:hover {
    color: #e34040 !important;
}
.footer-social li a.social-youtube:hover{
    background:#e34040;
    color:#fff!important;
}
a.social-vimeo:hover {
    color: #4bf !important;
}
.footer-social li a.social-vimeo:hover{
    background:#4bf;
    color:#fff!important;
}
a.social-instagram:hover {
    color: #8a3ab9 !important;
}
.footer-social li a.social-instagram:hover{
    background:#8a3ab9;
    color:#fff!important;
}
a.social-dribbble:hover {
    color: #ed4f8c !important;
}
a.social-skype:hover {
    color: #24b4f0 !important;
}
.footer-social li a.social-skype:hover{
    background:#24b4f0;
    color:#fff!important;
}
.slider-container {
    position: relative;
    height: 100vh;
    margin-bottom: 108px;
}
.slider-container2 {
    position: relative;
    margin-bottom: 108px;
}
.slider-item-box-bkg {
    height: 100vh;
}
.slider-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
/* .slider-img:before { */
    /* content: ""; */
    /* background: rgba(0, 0, 0, 0.5); */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
/* } */
.slider-caption {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 0 54px;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.intro-txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.slider-caption h2 {
    font-size: 95px;
    letter-spacing: 0.03em;
    color: #fff;
    line-height: 120px;
    margin: 16px 0 30px;
    vertical-align: middle;
}
.slider-caption .slider-btn {
    margin-top: 48px;
}
.video-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.video-container:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.video-container video {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    top: 50%;
    min-width: 125%;
    min-height: 125%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.topSingleBkg {
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 108px; */
}
.single-post-title {
    color: #fff;
    font-size: 108px;
    letter-spacing: 0.03em;
}
.post-subtitle {
    color: #fff;
    text-transform: uppercase;
    opacity: 0.9;
}
.item-img {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    /* height: 70%; */
    position: relative;
    width: 100%;
}
.item-img:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.inner-desc {
    position: absolute;
    z-index: 4;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    top: 50%;
    left: auto;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.inner-desc h1 {
    line-height: 1;
    margin-bottom: 16px;
}
.inner-desc .post-meta li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 0.9;
}
.inner-desc .meta-categ a {
    color: #fff;
}
.home-section {
    margin-bottom: 108px;
}
.home-section-b54 {
    margin-bottom: 54px;
}
.no-parallax,
.parallax {
    background-repeat: repeat;
    background-position: center center !important;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax {
    position: relative;
    padding-top: 108px;
    padding-bottom: 108px;
    color: #fff;
}
.parallax h2,
.parallax h3,
.parallax h4 {
    color: #fff;
}
.parallax:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#home-content-2,
#home-content-25,
#home-content-33 {
    background-image: url(images/home/parallax-bkg1.jpg);
}
#home-content-115,
#home-content-4,
#home-content-94 {
    background-image: url(images/home/parallax-2.jpg);
}
#home-content-102,
#home-content-104,
#home-content-27,
#home-content-6 {
    background-image: url(images/home/parallax-3.jpg);
}
#home-content-102 {
    padding-top: 81px;
    padding-bottom: 57px;
}
.section-bkg {
    padding-top: 108px;
    padding-bottom: 108px;
    background: var(--primary-color);
}
.home-title {
    margin-bottom: 48px;
}
.width60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.menuTab {
    margin: 0;
    margin-top: 48px;
    border: none;
    justify-content: center;
}
.menuTab .nav-item {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menuTab .nav-link.active {
    color: var(--title-color);
    background-color: none;
    border: none;
}
.menuTab .nav-link {
    border: none;
    padding: 16px 24px;
}
.menutab-6 {
    display: flex;
    margin-top: 48px;
}
.menutab-6 .menuTab.nav {
    display: block;
}
.menutab-6 .menuTab {
    text-align: center;
    width: 25%;
    margin-top: 16px;
}
#menuTabContent {
    margin-bottom: -24px;
}
.image-text {
    position: relative;
    text-align: center;
}
.title-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.col-bkg {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding-top: 24px;
    padding-bottom: 24px;
}
.section-bkg-v1 {
    background: #252525;
    margin-bottom: 0;
}
.video-intro {
    color: #fff;
    font-size: 24px;
}
.bkg-image-holder {
    display: flex;
}
.bkg-image {
    width: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-holder2 i {
    font-size: 54px;
    color: var(--primary-color);
    margin-bottom: 24px;
}
.home-section-v6 {
    margin-bottom: -108px;
}
.home-section-82 {
    padding-right: 15px;
    padding-left: 15px;
}
.home-section-82 .menu-img-v3 {
    width: 70%;
}
.col-c5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.img-bkg-color {
    background: var(--extra-color1);
    padding: 108px 0;
    text-align: center;
}
.img-bkg-color img {
    width: 50%;
}
.step-menu {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--headings-color);
}
.step-menu h2 {
    font-size: 20px;
    font-weight: 700;
}
.step-menu-price {
    font-size: 32px;
    font-weight: 700;
    text-align: right;
}
.step-menu-img-holder {
    height: 400px;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -ms-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.step-menu-img-holder:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.step-menu-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
.step-menu-img h3 {
    color: #fff;
}
.step-menu-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-section-106 {
    margin-bottom: -108px;
}
.section-106-left {
    background: var(--extra-color2);
}
.background-img-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.3;
}
.background-img-overlay-tl {
    background-position: top left;
}
.background-img-overlay-br {
    background-position: bottom right;
}
.bkg-rotate45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-111-2 {
    padding: 32px 15px;
    position: relative;
}
.food-menu {
    margin: 0;
    font-size: 0;
    list-style: none;
    margin-top: 32px;
}
.food-menu li {
    font-size: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #999;
}
.food-menu li h4,
.food-menu-v2 li h4 {
    font-size: 16px;
    padding-right: 80px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.menu-price {
    position: absolute;
    top: 0;
    right: 0;
}
.menu-text {
    font-size: 14px;
    font-style: italic;
}
.menu-2cols {
    -moz-column-count: 2;
    -moz-column-gap: 54px;
    -webkit-column-count: 2;
    -webkit-column-gap: 54px;
    column-count: 2;
    column-gap: 54px;
}
.menu-3cols {
    -moz-column-count: 3;
    -moz-column-gap: 54px;
    -webkit-column-count: 3;
    -webkit-column-gap: 54px;
    column-count: 3;
    column-gap: 54px;
}
.food-menu li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.our-menu {
    padding: 0;
    margin: 0;
    margin-top: 24px;
}
.our-menu li {
    list-style: none;
}
.our-menu li:last-child {
    margin-bottom: 0;
}
.menu-title-section {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid var(--headings-color);
    letter-spacing: 0.05em;
    padding: 24px;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-title-section:before {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    margin-right: 16px;
    vertical-align: middle;
}
.menu-title-section a {
    color: var(--headings-color);
}
.menu-title-section.active,
.menu-title-section:hover {
    color: var(--primary-color);
}
.menu-title-section.active:before {
    content: "\f068";
    color: var(--primary-color);
}
.menu-title-section.active a,
.menu-title-section:hover a,
.menu-title-section:hover:before {
    color: var(--primary-color);
}
.menu-section {
    padding: 0 24px 24px 24px;
}
.image-container {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px 15px 15px;
    text-align: center;
}
.menu-img-holder {
    display: flex;
    margin-bottom: 48px;
    align-items: center;
}
.menu-img-holder2 {
    display: block;
    text-align: center;
}
.menu-img {
    margin-right: 16px;
    width: 25%;
}
.menu-img-holder2 .menu-img {
    width: 120px;
    margin: 0 auto 16px auto;
}
.menu-img img {
    border-radius: 99em;
}
.menu-img-content {
    width: 75%;
}
.menu-img-holder2 .menu-img-content {
    width: auto;
}
.menu-img-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.menu-img-desc span {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}
.menu-category {
    margin-bottom: 48px;
    border-bottom: 1px solid var(--headings-color);
    text-align: center;
}
.food-menu-v2 {
    text-align: center;
    font-size: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}
.food-menu-v2:last-child {
    margin-bottom: -32px;
}
.menu-v2-2cols li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
}
.menu-v2-3cols li {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
}
.menu-v2-1col li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
}
.food-menu-v2 li h4 {
    padding-right: 0;
}
.menu-v2-price {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 8px;
}
.menu-img-holder-v3 {
    padding: 50px 30px 50px 30px;
    margin-bottom: 30px;
    background: var(--extra-color1);
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    -ms-transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: transform 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.menu-img-holder-v3:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.menu-img-v3 {
    width: 50%;
    margin: 0 auto 16px auto;
}
.menu-img-v3 img {
    border-radius: 99em;
}
.menu-price3 {
    font-size: 18px;
    margin-top: 24px;
    font-weight: 700;
    display: block;
    color: var(--headings-color);
}
.menu-11-bkg,
.menu-12-bkg {
    background-color: var(--extra-color1);
    padding: 54px 15px 54px 15px;
    height: 100%;
}
.menu-12-bkg {
    height: auto;
}
.menu-section-12-1 {
    margin-top: -108px;
}
.page-holder h1,
.page-holder h2 {
    margin-bottom: 48px;
}
.page-holder h3,
.page-holder h4,
.page-holder h5,
.page-holder h6 {
    margin-bottom: 24px;
}
.gallery-container-fs {
    padding: 0 20px;
}
.gallery-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}
.gallery-post {
    width: 33.33%;
    height: 400px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
}
.gallery-post a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.gallery-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.gallery-post:hover .gallery-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.gallery-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.gallery-desc {
    position: absolute;
    z-index: 4;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-view {
    color: #fff;
    font-size: 36px;
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.gallery-post:hover .gallery-view {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gallery-4cols .gallery-post {
    width: 25%;
}
.team-member {
    margin-bottom: 54px;
}
.team-img {
    margin-bottom: 24px;
    text-align: center;
}
.team-img img {
    margin: 0 auto;
}
.team-title {
    font-size: 24px;
    margin-bottom: 0;
}
.team-desc {
    text-align: center;
}
.team-desc .smalltitle {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 24px;
}
.reserve-holder {
    margin-top: 48px;
}
.contact-holder .comm-field,
.reserve-holder .comm-field {
    margin-bottom: 24px;
}
.contact-icon {
    font-size: 24px;
    padding: 32px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.contact3-info {
    margin-top: -108px;
    margin-bottom: 72px;
    padding: 48px 0 48px 0;
    color: #fff;
    background-color: var(--headings-color);
}
.contact3-info .widgettitle {
    color: #fff;
}
.contact4-box {
    background-color: var(--headings-color);
    padding: 32px;
    color: #fff;
}
.contact4-box .social-media {
    margin-top: 32px;
}
.contact4-box .social-media li a {
    color: var(--primary-color);
}
.aboutme-21 {
    margin-top: -108px;
}
.aboutme-24 {
    background-color: var(--extra-color2);
    padding: 72px 0;
    margin-bottom: -108px;
}
.about-us-3 {
    margin-bottom: 36px;
}
.icon-box-holder {
    display: flex;
}
.icon-box-img {
    flex: 0 0 auto;
    color: var(--submenu-hover-color);
    font-size: 28px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}
.icon-box-content {
    flex: 1 1 0;
    text-align:left;
}
.price-box {
    background: #f7f8fa;
    padding: 54px;
    text-align: center;
}
.price-title {
    font-size: 24px;
    font-weight: 800;
}
.price-amount {
    font-size: 72px;
}
.price-features {
    list-style: none;
    margin: 48px 0;
}
.price-features li {
    margin-bottom: 16px;
}
.price-features li:last-child {
    margin-bottom: none;
}
.font24 {
    font-size: 24px;
}
.faq-section-3 {
    padding: 81px 0;
    background: #f7f8fa;
    margin-bottom: -108px;
}
.testimonial-content {
    font-style: italic;
    margin-bottom: 24px;
}
.testimonial-job {
    font-size: 0.85em;
}
.testimonial-2 {
    padding: 32px;
    background: #fff;
    color: var(--body-color);
    text-align: center;
}
.testimonial-text2 {
    font-style: italic;
}
.testimonial-img-holder2 {
    display: flex;
    align-items: center;
    margin-top: 24px;
    justify-content: center;
}
.testimonial-img2 {
    width: 70px;
    margin-right: 16px;
}
.testimonial-img2 img {
    border-radius: 99em;
}
.img-round {
    -webkit-mask-image: url(images/icons/circle.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(images/icons/circle.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
}
.posts-holder {
    padding-right: 35px;
}
.posts-holder-push-right {
    order: 2;
    padding-right: 0;
    padding-left: 35px;
}
.blog-item {
    margin-bottom: 72px;
}
.home-blog-grid .blog-item {
    margin-bottom: 0;
}
.blog-item .list-image,
.blog-item .post-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 3s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.blog-item:hover .list-image,
.blog-item:hover .post-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.post-image {
    margin-bottom: 24px;
    overflow: hidden;
}
.article-title {
    font-size: 36px;
    margin: 8px 0 24px 0;
}
.post-meta {
    margin: 0;
    font-size: 0;
    list-style: none;
}
.post-meta li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #999;
}
.meta-categ a {
    color: #999;
}
.meta-categ a:hover {
    color: var(--primary-color);
}
.meta-categ:before {
    display: inline-block;
    width: 10px;
    height: 2px;
    margin: 0 8px;
    content: "";
    vertical-align: middle;
    background: var(--primary-color);
}
.post-meta li.meta-sticky {
    background: var(--primary-color);
    padding: 3px 8px;
    margin-left: 8px;
    color: #fff;
    text-transform: uppercase;
}
.post-holder .view-more {
    margin-top: 36px;
}
.blog-item-2col-grid .article-title {
    font-size: 32px;
}
.blog-item-3col-grid .article-title {
    font-size: 28px;
}
.blog-item-1col-list {
    display: flex;
    align-items: center;
}
.blog-item-1col-list .post-image {
    width: 40%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 0;
}
.blog-item .list-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.blog-item-1col-list .post-holder {
    width: 60%;
    padding-left: 36px;
    margin-top: 0;
}
.blog-item-1col-list .article-title {
    font-size: 32px;
}
.blog-item-1col-list .post-holder-noimg {
    width: 100%;
    padding: 0;
}
.blog-item-1col-list:last-child {
    margin-bottom: 0;
}
.author-single-page {
    margin-top: 72px;
}
.author-avatar {
    display: block;
    float: left;
}
.author-avatar img {
    border-radius: 99em;
}
.author-content {
    margin-left: 130px;
}
.author-single-page h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}
.author-content .social-media {
    margin-top: 8px;
}
.meta-nav-holder {
    margin-top: 72px;
    align-items: center;
}
.meta-nav {
    padding: 0 15px;
}
.meta-nav .widgettitle {
    margin-bottom: 4px;
    font-size: 11px;
}
.meta-nav a {
    display: block;
    color: var(--headings-color);
}
.meta-nav a:hover {
    color: var(--primary-color);
}
.meta-nav-subtitle {
    font-size: 16px;
    font-style: italic;
}
.pn-holder {
    display: flex;
    align-items: center;
}
.pn-img {
    width: 80px;
    height: 0;
    flex: 0 0 auto;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 99em;
    position: relative;
    padding-bottom: 80px;
}
.pn-img img {
    object-fit: cover;
    object-position: center top;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
}
.pn-desc h3 {
    font-size: 18px;
}
.meta-nav-right .pn-holder {
    justify-content: flex-end;
    text-align: right;
}
.meta-nav-right .pn-img {
    margin-left: 15px;
    margin-right: 0;
}
.comm-title .widgettitle,
.comment-reply-title {
    margin-top: 72px;
}
.output2 {
    margin-top: 24px;
    border: 1px solid red;
    padding: 7px;
    color: red;
}
.antispam {
    display: none;
}
.comm-send {
    margin-top: 36px;
}
.commentlist {
    margin: 0;
}
.commentlist > li {
    list-style: none;
    margin: 0;
    margin-top: 24px;
}
.commentlist > li ul.children li {
    list-style: none;
}
.children li.depth-2 {
    margin: 0 0 0 63px;
}
.children li.depth-3 {
    margin: 0 0 0 63px;
}
.children li.depth-4 {
    margin: 0 0 0 63px;
}
.children li.depth-5 {
    margin: 0 0 0 63px;
}
.children li.depth-6 {
    margin: 0 0 0 63px;
}
.children li.depth-7 {
    margin: 0 0 0 63px;
}
.children li.depth-8 {
    margin: 0 0 0 63px;
}
.children li.depth-9 {
    margin: 0 0 0 63px;
}
.children li.depth-10 {
    margin: 0 0 0 63px;
}
.comment-body {
    margin-bottom: 32px;
}
.comment-details {
    position: relative;
    margin-left: 72px;
}
.comment-avatar {
    position: absolute;
    left: -72px;
    top: 0;
}
.comment-avatar img {
    display: block;
    border-radius: 50%;
}
.comment-author .author a,
.comment-author .author a:visited {
    border: none;
}
.comment-author .author a,
.comment-author span {
    color: var(--headings-color);
    font-size: 18px;
    margin-right: 10px;
    font-style: normal;
}
.comment-content p:last-child {
    margin: 0;
}
.comment-author span.comment-date {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #999;
}
.comment-text {
    margin-top: 16px;
}
.reply {
    margin-top: 8px;
}
.comment-reply-link {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: var(--headings-color);
    text-transform: lowercase;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--headings-color);
}
#cancel-comment-reply-link {
    font-size: 11px;
}
.commentlist .children {
    margin: 0;
}
#comments_wrap {
    margin-top: 16px;
}
#cancel-comment-reply {
    float: right;
    margin-top: 16px;
}
.comment-reply-title small {
    display: block;
    margin-bottom: 8px;
}
.pingback .comment-details {
    margin-left: 0;
}
.pingback .comment-avatar {
    display: none;
}
input::-ms-clear {
    display: none;
}
@-ms-viewport {
    width: auto;
}
.widget_recent_entries ul,
aside ul,
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
aside > ul > li {
    margin-top: 36px;
}
aside > ul > li:first-child {
    margin-top: 0;
}
.foo-block .screen-reader-text,
aside .screen-reader-text {
    display: none;
}
.foo-block table,
.foo-block table caption,
aside table,
aside table caption {
    margin-bottom: 0;
}
.foo-block table caption,
aside table caption {
    padding-bottom: 0;
}
.comment-reply-title,
.smalltitle,
.widgettitle {
    color: var(--headings-color);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.icon-title {
    margin-bottom: 24px;
}
.smalltitle {
    color: var(--title-color);
    position: relative;
    padding: 0 16px;
    display: inline-block;
}
.smalltitle:after,
.smalltitle:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: var(--title-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.smalltitle:after {
    left: auto;
    right: 0;
}
aside .instagram-pics,
footer .instagram-pics {
    text-align: center;
}
aside .instagram-pics li,
footer .instagram-pics li {
    display: inline-block;
    margin: 0 7px 7px 0;
}
aside .instagram-pics li img,
footer .instagram-pics li img {
    width: 80px;
    height: 80px;
}
.textwidget img {
    display: block;
    height: auto;
    max-width: 100%;
}
.textwidget select {
    width: 100%;
}
.search-string {
    padding: 12px;
    width: 100%;
    border: 1px solid #e0e0e0;
}
.tagcloud a,
.tags-single-page a {
    display: inline-block;
    font-size: 11px !important;
    color: var(--headings-color);
    background: #f2f2f2;
    padding: 6px 12px;
    text-align: center;
    margin: 0 3px 7px 0;
}
.tagcloud a:hover,
.tags-single-page a:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}
.tags-single-page {
    margin-top: 36px;
}
.widget ul li,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li {
    margin-bottom: 16px;
    line-height: 1.4;
}
.widget_categories ul.children,
.widget_nav_menu .sub-menu,
.widget_pages ul.children {
    padding-top: 16px;
    margin-left: 16px;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child {
    margin-bottom: none;
}
.foo-block table td,
.foo-block table th,
aside table td,
aside table th {
    padding: 8px;
}
footer {
    padding: 144px 0 32px 0;
    /* margin-top: 108px; */
    /* background: var(--footer-background-color); */
    position: relative;
    background-size: cover;
}
.bananaleft {
    position: absolute;
    left: 0px;
    z-index: 0;
    width: 185px;
    bottom: 0px;
    height: auto;
}
.bananaleft.bananaright {
    right: 0;
    left: auto;
}
.bananaleft img {
    width: 100%;
}
.textwidget.linksBox ul li {
    width:50%;
    float: left;
    padding-right: 25px;
}
.plBox{
    padding-left:45px;
}
.textwidget p {
    color: #fff;
}
.company-name.activeColor {
    vertical-align: middle;
}


.footer-social li a,
footer,
footer a {
    color: var( --footer-title-color);
}
.foo-block,
.widget-footer {
    margin-bottom: 36px;
}
.foo-block .widgettitle {
    color: var(--footer-title-color);
}
.copyright {
    margin-top: 18px;
    display: flex;
}
.footer-copy {
    font-size: 12px;
    letter-spacing: 1px;
    flex: 1 1 auto;
}
.footer-social {
    /* text-align: right; */
}
.footer-social li a{
    display: block;
    border: 1px solid #fff;
    padding: 9px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.copyRight {
    padding: 15px 0;
}
.copyRight p {
    display: inline-block;
    margin-bottom: 0;
}
.paiBox {
    margin: 0 5px;
}
/*new style here*/
.centerBox {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
  .btnBox {
    border: none;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
  }
  .btnTag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}
button.btnTag {
    background: transparent;
    border: none;
}
button:focus{
    outline: none;
    box-shadow: none;
}
  .swin-btn-wrap.btnBox {
    position: relative;
    width: 160px;
    text-align: center;
    overflow: hidden;
}
  .btnBox span {
    display: flex;
    width: 200%;
    transition: 0.25s ease-in-out;
    top: 20px;
    position: absolute;
  }
  .btnBox i,
  .btnBox strong {
    flex: 1 0 50%;
    /* font-family: 'Rancho', cursive; */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .btnBox:hover span {
    transform: translateX(-50%);
  }
.counter-box-container {
    display: flex;
    justify-content: space-around;
}
.counter-box .counter {
    font-size: 40px;
    color: #f7ee23;
    font-weight: 500;
}
.counter-box h3 {
    font-size: 30px;
}

.car-item {
    padding-bottom: 45px;
}
.proTitBox {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #49231ac9;
    width: 80%;
    z-index: 1;
}
.proTitBox h3 {
    color: #fff;
}
.counterBox{
    padding-top:150px;
    padding-bottom:150px;
}
.home-section-7 {
    /* background-image: url(images/home/enquiry.jpg); */
    background-attachment: fixed;
    padding: 108px 0;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}
.contactDetail{

}
.home-section-7 .home-title,
.home-section-7 p,
.home-section-7 .smalltitle,.contactDetail p a
{    font-weight: 500;
    color: #fff;
}
.home-section-7 .smalltitle:after,.home-section-7 .smalltitle:before {
    background:#fff;
   
}
.home-section-7 .comm-field,.home-section-7 #msg-contact{
    background: transparent;
    border: 2px solid #ffffffc4;  
    color:#fff;  
}
.home-section-7 .comm-field::placeholder,
.home-section-7 #msg-contact::placeholder{
    color:#fff;
}
.home-section-7 .comm-field:focus,.home-section-7 #msg-contact:focus{
    border-color:#fbf11ac2;
    outline:none;
}

.home-section-6.padding-tb108 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.contactDetail .fa.fa-phone {
    transform: rotate(90deg);
}

.home-section-61 .margin-b48 {
    margin-bottom: 0;
}
.home-section-8 {
    background-attachment: unset;
    background-image: linear-gradient(to bottom, #7b4b23, #6b3f22, #5b3420, #4a291d, #392019);
}
.formContent {
    padding: 70px 0;
}
.topPageBkg {
    min-height: 70vh;
}
.item-img{
    min-height: 70vh;
}
.formContent .inputBox input,
.formContent .inputBox .comm-field{
    background: #4e9e00!important;
    color:#fff!important;
}
.mt-Box {
    margin-top: 55px;
}
/*contact Page*/ 



.galleryPage{
    padding:55px 0;
}

.catification {
    background: #efefef;
    text-align: center;
    padding: 55px 0;
}
.ourServicesBox{
    margin-bottom: 95px;
}





.formContent2 {
    /* background-image: linear-gradient(to right top, #49231a, #6f2c20, #973327, #c23830, #ef3a3b); */
    padding: 3%;
    overflow: hidden;
}

.register .register-form {
    /* padding: 10%; */
    overflow: hidden;
    min-height: 504px;
  }
  .register .nav-tabs li.nav-item{
      position: relative;
  }
  .register .nav-tabs li.nav-item .nav-link.active:after {
    content: '';
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    background-color:transparent;
    width: 100px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}

  .register .nav-tabs {
    margin-top: 3%;
    border: none;
    background:#ed2326;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
  }

  /* .register .nav-tabs .nav-link {
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  } */
  .register .nav-tabs .nav-link:hover {
    border: none;
  }
  /* .register .nav-tabs .nav-link.active {
    width: 100px;
    color: #ed2326;
    border: 2px solid #49231a;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  } */
  
  /* .register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%;
  }
  .register-left p a {
    color: #fff;
}
  .register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
  }
  .register-left p {
    font-weight: lighter;
    padding: 12%;
    padding-left:0;
    margin-top: -9%;
  }
   */
  /* .register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    overflow: hidden;
  } */
/* .register-form{
    background-size: cover;
    background-position: center bottom;
    background-repeat: repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}  */
  
  @-webkit-keyframes mover {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  @keyframes mover {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  .btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #0062cc;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
  }
  
  .register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
  }
  @media (max-width: 991px) {
    .register-heading {
      font-size: 1.5rem;
    }
  }
/*contact Page End*/ 
/*contact new style Page*/ 
.contact__panel {
    background-color: #fff;
    padding: 80px 80px 40px;
    border-radius: 5px;
    box-shadow: 0 3px 63px 0 rgb(40 40 40 / 11%);
    display: flex;
    flex-wrap: wrap;
}
.contact__panel .contact__panel-banner {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    padding-bottom: 40px;
}
.mainDitalsBox {
    flex: 0 0 58%;
    max-width: 58%;
    /* padding-left: 80px; */
    padding-left: 40px;
}
.contact-info-box {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 15px;
    height: 100%;
    border-radius: 6px;
}
.mainDitalsBox .contact-info-box {
    margin-bottom: 15px;
}
.contact-info-box .contact__info-box-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 17px;
    font-weight:600;
}
.contact-info-box .contact__info-list li {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 9px;
}
ul.contact__info-list{
    margin:0;
}
/*contact new style Page End*/  

.menuBox img{
   width:100%;
}
.mapBox {
    /* background: #fffef1; */
    background: #fffde7;
}
.thankBig{
    display: flex;
    justify-content: center;
    align-items: center;
}
.textThanks{
    position: relative;
    background: #00000040;
    width: 55%;
    height: 100%;
    padding: 25px;
}
.textThanks span,
.textThanks h1,
.textThanks h4{
    color:#fff;
}














/*new style end here*/










.slide-1 {
    background-image: url(images/pages-top/banner-1.jpg);
}
.slide-2 {
    background-image: url(images/pages-top/banner-2.jpg);
}
.slide-3 {
    background-image: url(images/pages-top/banner-3.jpg);
}
.slide-4 {
    background-image: url(images/pages-top/banner-4.jpg);
}
.slide-5 {
    background-image: url(images/pages-top/banner-5.jpg);
}
.slide-6 {
    background-image: url(images/pages-top/banner-6.jpg);
}
.top-menu-1col,
.top-menu-2col,
.top-menu-3col,
.top-menu-5,
.top-menu-acc {
    background-image: url(images/pages-top/menu-img.jpg);
}
.top-reservation {
    background-image: url(images/pages-top/reservation-page.jpg);
}
.top-blog-classic,
.top-blog-grid-2cols,
.top-blog-grid-3cols,
.top-blog-list,
.top-blog-single-page {
    background-image: url(images/pages-top/blog-img.jpg);
}
.top-team-2cols,
.top-team-3cols,
.top-team-4cols {
    background-image: url(images/pages-top/team-page.jpg);
}
.top-gallery-3cols,
.top-gallery-3cols-fs,
.top-gallery-4cols,
.top-gallery-4cols-fs {
    background-image: url(images/pages-top/reservation-page.jpg);
}
.top-contact {
    background-image: url(images/pages-top/contact-us.webp);
}
.topPageCustomH {
    height: 450px;
}
.gallery-img1 {
    background-image: url(images/blog/blog9.jpg);
}
.gallery-img2 {
    background-image: url(images/blog/blog2.jpg);
}
.gallery-img3 {
    background-image: url(images/blog/blog4.jpg);
}
.gallery-img4 {
    background-image: url(images/blog/gal-12.jpg);
}
.gallery-img5 {
    background-image: url(images/blog/blog7.jpg);
}
.gallery-img6 {
    background-image: url(images/blog/blog8.jpg);
}
.gallery-img7 {
    background-image: url(images/blog/blog5.jpg);
}
.gallery-img8 {
    background-image: url(images/blog/blog6.jpg);
}
.gallery-img9 {
    background-image: url(images/blog/blog11.jpg);
}
.gallery-img10 {
    background-image: url(images/blog/blog3.jpg);
}
.gallery-img11 {
    background-image: url(images/blog/gal-10.jpg);
}
.gallery-img12 {
    background-image: url(images/blog/gal-11.jpg);
}
.menu5-img1 {
    background-image: url(images/home/small-img3.jpg);
}
.menu5-img2 {
    background-image: url(images/home/small-img2.jpg);
}
.menu5-img3 {
    background-image: url(images/home/small-img1.jpg);
}
.menu5-img4 {
    background-image: url(images/home/small-img3.jpg);
}
.list-image1 {
    background-image: url(images/blog/blog9.jpg);
}
.list-image2 {
    background-image: url(images/blog/blog8.jpg);
}
.list-image3 {
    background-image: url(images/blog/blog11.jpg);
}
.list-image4 {
    background-image: url(images/blog/blog2.jpg);
}
.list-image5 {
    background-image: url(images/blog/blog4.jpg);
}
.list-image6 {
    background-image: url(images/blog/blog7.jpg);
}
.list-image7 {
    background-image: url(images/blog/blog3.jpg);
}
.list-image8 {
    background-image: url(images/blog/blog5.jpg);
}
.list-image9 {
    background-image: url(images/blog/blog6.jpg);
}
.page-home {
    padding-left: 15px;
    padding-right: 15px;
}
.hometitle {
    font-size: 36px;
}
.white {
    color: #fff;
}
.white:after,
.white:before {
    background: #fff;
}
.custom-page-template img,
.single-post-content img {
    height: auto;
    max-width: 100%;
}
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
    margin-bottom: 12px;
}
#msg-contact,
.comm-field,
.contact-field {
    width: 100%;
    padding: 16px;
    border: none;
    background: #f2f2f2;
    margin-bottom: 8px;
    background: #4e9e00;
    color:#fff;
}
.inputBox input:placeholder,
.inputBox textarea:placeholder{
    color:#fff;
}
::-webkit-input-placeholder { /* Edge */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#fff;
}
.contact-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
}
.post-password-form label input {
    padding: 12px;
    border: none;
    background: #f2f2f2;
    margin-left: 8px;
}
.form-submit {
    text-align: right;
}
.form-submit {
    margin-bottom: 0;
}
.comm-title-2 .section-title {
    margin-top: 28px;
}
.contact-field {
    margin-bottom: 24px;
}
#submit {
    padding: 16px 24px;
}
.submit {
    margin-top: 24px;
}
#submit,
#submit-contact,
.view-more,
.white-btn {
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    border: 2px solid var(--primary-color);
    text-transform: uppercase;
    padding: 16px 24px;
    background: var(--primary-color);
    cursor: pointer;
}
#submit-contact:hover,
#submit:hover,
.view-more:hover {
    color: var(--primary-color);
    border: 2px solid;
    background: 0 0;
}
.white-btn {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
}
.white-btn:hover {
    color: var(--headings-color);
    border: 2px solid #fff;
    background: #fff;
}
.btn-header .view-more {
    color: var(--headings-color);
    background: #fff;
    border-color: #fff;
    margin-top: 0;
}
.btn-header .view-more:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff;
}
.slider-btn {
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}
.slider-btn:hover {
    border-bottom: 2px solid var(--primary-color);
}
.page-links,
.prev-next {
    text-align: center;
    font-size: 0;
}
.nav-page a,
.page-links a,
.page-numbers,
.post-password-form input[type="submit"] {
    color: #fff;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    padding: 8px 16px;
    margin: 0 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.15em;
}
.current-page,
.nav-page a:hover,
.page-links a:hover,
.page-numbers:hover,
.post-password-form input[type="submit"]:hover {
    color: var(--primary-color);
    background: 0 0 !important;
    border: 2px solid;
}
.page-links {
    margin-top: 32px;
}
.page-links a,
.post-password-form input[type="submit"] {
    margin: 0;
    margin-right: 12px;
    padding: 12px 24px;
}
.post-password-form input[type="submit"] {
    vertical-align: top;
    margin-left: 8px;
    cursor: pointer;
}
.topPage404 {
    height: 450px;
}
.error-404 {
    text-align: center;
}
.video-widget {
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
}
.gmaps {
    position: relative;
    padding: 0;
    height: 600px;
    overflow: hidden;
}
.gmaps iframe {
    border: none;
}
.gmaps-contact {
    height: 300px;
}
.gmaps-contact3 {
    height: 350px;
    margin-bottom: -108px;
}
.gmaps-contact4 {
    height: 350px;
    /* margin-top: -108px; */
    margin-bottom: 50px;
}
.gmaps-homevideo {
    height: 720px;
}
.gmaps iframe,
.video-widget iframe {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
}
.scrollup {
    display: none;
}
.scrollup i {
    width: 30px;
    height: 30px;
    position: fixed;
    background: #49231a;
    color: #fff;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    z-index: 110;
}
.nf-text {
    margin: 24px 0;
}
.owl-carousel {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.owl-carousel.owl-grab {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 48px;
}
.owl-theme .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    z-index: 100;
    width: auto;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
    zoom: 1;
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #ed2326;
    display: block;
    border-radius: 99em;
    opacity: 0.8;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f7ee24;
    opacity: 1;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.testimonial-slider .owl-dots {
    position: relative;
}
.testimonial-info {
    color: #fff;
}
.testimonial-info h4 {
    font-size: 22px;
    font-style: italic;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}
.testimoTitle{
    margin-bottom: 23px;
}
.testimonial-info div {
    text-align: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 16px;
    position: relative;
}
.testimonial-info div:before {
    background: #fff;
    content: "";
    position: absolute;
    height: 1px;
    left: 50%;
    top: 0;
    width: 50px;
    margin-left: -25px;
}
.testimonial-info span {
    text-align: center;
    font-style: normal;
    font-size: 12px;
    display: block;
}
.fs-bkgcolor .testimonial-desc,
.fs-bkgcolor .testimonial-info span,
.parallax-content .testimonial-desc,
.parallax-content .testimonial-info span {
    color: #fff;
}
.fs-bkgcolor .testimonial-info h5,
.fs-bkgcolor h4,
.parallax-content .testimonial-info h5,
.parallax-content h4 {
    color: #fff;
}
.fs-bkgcolor .testimonial-info h5:before,
.fs-bkgcolor .testimonial-slider .owl-dots .owl-dot span,
.fs-bkgcolor .testimonial-slider .owl-dots .owl-dot.active span,
.parallax-content .testimonial-info h5:before,
.parallax-content .testimonial-slider .owl-dots .owl-dot span,
.parallax-content .testimonial-slider .owl-dots .owl-dot.active span {
    background: #fff;
}
#testimonial-black .testimonial-info,
#testimonial-black .testimonial-info h4 {
    color: var(--headings-color);
}
#testimonial-black .owl-dots .owl-dot span,
#testimonial-black .owl-dots .owl-dot.active span,
#testimonial-black .owl-dots .owl-dot:hover span {
    background: var(--headings-color);
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.padding-lr32 {
    padding-left: 32px;
    padding-right: 32px;
}
.padding-tb54 {
    padding-top: 54px;
    padding-bottom: 54px;
}
.padding-tb48 {
    padding-top: 48px;
    padding-bottom: 48px;
}
.padding-tb32 {
    padding-top: 32px;
    padding-bottom: 32px;
}
.padding-tb24 {
    padding-top: 24px;
    padding-bottom: 24px;
}
.padding-tb81 {
    padding-top: 81px;
    padding-bottom: 81px;
}
.padding-tb108 {
    padding-top: 108px;
    padding-bottom: 108px;
}
.margin-tb54 {
    margin: 54px 0;
}
.margin-tb36 {
    margin: 36px 0;
}
.margin-tb24 {
    margin: 24px 0;
}
.margin-t54 {
    margin-top: 54px;
}
.margin-t36 {
    margin-top: 36px;
}
.margin-t32 {
    margin-top: 32px;
}
.margin-t24 {
    margin-top: 24px;
}
.margin-t16 {
    margin-top: 16px;
}
.margin-b108 {
    margin-bottom: 108px;
}
.margin-b72 {
    margin-bottom: 72px;
}
.margin-b54 {
    margin-bottom: 54px;
}
.margin-b48 {
    margin-bottom: 48px;
}
.margin-b36 {
    margin-bottom: 36px;
}
.margin-b32 {
    margin-bottom: 32px;
}
.margin-b24 {
    margin-bottom: 24px;
}
.margin-b16 {
    margin-bottom: 16px;
}
.margin-none {
    margin: 0;
}
.padding-none {
    padding: 0;
}
.img-center {
    margin: 0 auto;
}
.margin-l54 {
    margin-left: 54px;
}
.margin-r54 {
    margin-right: 54px;
}
.margin-tn-30 {
    margin-top: -30px;
}
/* ::-webkit-input-placeholder {
    color: var(--headings-color);
}
:-moz-placeholder {
    color: var(--headings-color);
}
::-moz-placeholder {
    color: var(--headings-color);
}
:-ms-input-placeholder {
    color: var(--headings-color);
}
::-ms-input-placeholder {
    color: var(--headings-color);
}
:placeholder-shown {
    color: var(--headings-color);
} */
.elementor-widget-heading .elementor-heading-title {
    line-height: 1.5em;
}
.icon-circle .elementor-icon {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.elementor-widget-tabs .elementor-tabs-wrapper {
    text-align: center;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: inline;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 15px;
}
.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title:hover {
    color: var(--primary-color);
}
.elementor-accordion .elementor-accordion-item,
.elementor-accordion .elementor-tab-content {
    border: none;
}
.elementor-accordion .elementor-tab-title {
    font-size: 28px;
    border-bottom: 1px solid var(--headings-color);
    letter-spacing: 0.05em;
    padding: 30px 20px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    font-size: 16px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: none;
}
.elementor-accordion .elementor-tab-title.elementor-active,
.elementor-accordion .elementor-tab-title:hover {
    color: var(--primary-color);
}

.aboutPage {
    padding:100px 0 75px;
}
.aboutPage .home-title {
    margin-bottom: 20px;
}
.plus {
    font-size: 40px;
    color: #f7ee23;
    font-weight: 500;
    margin-left: 10px;
}
.flexBox .fieldFull textarea,
.fieldFull.textareaField{
    height:120px!important;
}




/**/
.mediaLeftBox {
    position: fixed;
    top: 50%;
	transform:translateY(-50%);
	z-index: 50;
	right: 0;
}
.mediaLeftBox a {
    text-decoration: none;
    width: 40px;
    display: block;
}

.mediaLeftBox a.fb .flex-container{
    background-color: #3b5999;
}
.mediaLeftBox .tw .flex-container{
    background-color: #1daced;
}
.mediaLeftBox .lk .flex-container{
    background-color: #e91b21;
}
.mediaLeftBox .in .flex-container{
    background-color: #bc2a8d;
}
.mediaLeftBox .wh .flex-container{
    background-color: #00b11e;
}
.mediaLeftBox a .flex-container:hover {
    left:-110px;
	background: #54271c;
}
.mediaLeftBox a .flex-container {
    position: relative;
    padding: 0;
    margin: 6px 0 0 0;
    list-style: none;
    display: flex;
    width: 150px;
    height: 40px;
    justify-content:left;
    left:0px;
    transition: left 1s;
	/* background: #db4242; */
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
	/* padding: 7px; */
}
ul.flex-container.lng{
	height: 65px;
}
ul.flex-container li:first-child {
    margin-right: 10px;
    width: 30px;
    border-right: 1px solid rgb(205, 205, 205);
    padding: 20px;
}
.mediaLeftBox a .flex-container .flex-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.mediaLeftBox a .flex-container .flex-item small {
	color:#fff;
	line-height: 19px;
    font-size: 15px;
    font-weight: 600;
}
.mediaLeftBox .fa-lg {
	font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em;
}

.mediaLeftBox a .flex-container:hover i,
.mediaLeftBox a .flex-container:hover small{
	color: #ffffff;
}
.mediaLeftBox a .flex-container i{
	font-size:18px;
}
.mediaLeftBox a .flex-container:hover .goog-te-gadget, .mediaLeftBox a .flex-container:hover .goog-logo-link {
    color: #000!important;
}


















@media (min-width: 768px) {
    .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 708px;
    }
}
@media (min-width: 992px) {
    .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 930px;
    }
}
@media (min-width: 1024px) {
    .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }
    .parallax {
        background-attachment: fixed !important;
    }
}
@media (min-width: 1500px) {
    .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1350px;
    }
    .inner-desc {
        position: absolute;
        z-index: 4;
        text-align: center;
        padding: 0 15px;
        width: 60%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 1024px) {
    .header5-left,
    .nav-holder {
        display: none;
    }
    .nav-button-holder {
        display: block;
        position: absolute;
        left: 17px;
    }
    .headerHolder5.nav-fixed-top .header-5 {
        display: flex;
    }
    .header-5,
    .headerHolder {
        padding: 15px;
    }
    .logo {
        flex: 1 1 auto;
        text-align: right;
    }
    .btn-header {
        display: none;
    }
    .header-1 .nav-button-holder {
        flex: 1 1 0;
    }
    .logo {
        text-align: center;
    }
    .menu-v2-3cols li {
        width: 50%;
    }
    .col-c5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
    .bkg-image,
    .gmaps-homevideo {
        height: 400px;
    }
    .menutab-6 {
        display: block;
    }
    .menutab-6 .menuTab.nav {
        display: flex;
    }
    .menutab-6 .menuTab {
        text-align: center;
        width: auto;
        margin-top: 0;
    }
    .margin-l54 {
        margin-left: 0;
    }
    .margin-r54 {
        margin-right: 0;
    }
    .margin-tn-30 {
        margin-top: 0;
    }
    .single-post-title{
        font-size: 58px;
    }
    .aboutPage {
        padding: 40px 0 40px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .blog-item-1col-list {
        display: block;
    }
    .blog-item-1col-list .post-image {
        width: 100%;
        height: 300px;
        margin-bottom: 24px;
    }
    .blog-item-1col-list .post-holder {
        width: 100%;
        padding-left: 0;
    }
    .gallery-4cols .gallery-post,
    .gallery-post {
        width: 50%;
        height: 300px;
    }
    .width60 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 912px) {
    .topPageBkg {
        min-height: 50vh;
    }
    .item-img {
        min-height: 50vh;
    }
}
@media (max-width: 820px) {
    .topPageBkg {
        min-height: 40vh;
    }
    .item-img {
        min-height: 40vh;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    h1 {
        font-size: 1.7em;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.3em;
    }
    h5 {
        font-size: 1.1em;
    }
    h6 {
        font-size: 1em;
    }
    blockquote {
        font-size: 1.2rem;
    }
    .header-1 .nav-button-holder,
    .nav-button-holder-7 {
        flex: 1 1 0;
    }
    #header-4 {
        top: 24px;
    }
    .single-post-title,
    .slider-caption h2 {
        font-size: 35px;
        line-height: 40px;
    }    
    .inner-desc h1 {
        word-wrap: break-word;
    }
    .counter-box-container {
        flex-direction: column;
        gap: 20px;
    }
    .counter-box {
        border: 1px solid #fff;
        padding: 30px;
    }
    .counter-box .counter {
        font-size: 30px;
    }
    .counter-box h3 {
        font-size: 22px;
    }
    .width60 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .icon-holder,
    .image-text {
        margin-bottom: 48px;
    }
    .posts-holder-push-right {
        order: 0;
    }
    .aboutme-21,
    .posts-holder,
    .posts-holder-push-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-post-single aside,
    aside {
        margin-top: 48px;
    }
    .article-title,
    .blog-item-1col-list .article-title,
    .blog-item-2col-grid .article-title,
    .blog-item-3col-grid .article-title {
        font-size: 28px;
    }
    .blog-item-1col-list {
        display: block;
    }
    .blog-item-1col-list .post-image {
        width: 100%;
        height: 300px;
        margin-bottom: 24px;
    }
    .blog-item-1col-list .post-holder {
        width: 100%;
        padding-left: 0;
    }
    .home-blog-grid .blog-item {
        margin-bottom: 48px;
    }
    .home-blog-grid .row .col-md-4:last-of-type .blog-item {
        margin-bottom: 0;
    }
    .gallery-container-fs {
        padding: 0 15px;
    }
    .gallery-4cols .gallery-post,
    .gallery-post {
        width: 100%;
        height: 300px;
    }
    .menu-2cols,
    .menu-3cols {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .copyright {
        display: block;
    }
    .footer-copy {
        margin-bottom: 16px;
    }
    .footer-social {
        text-align: left;
    }
    .testimonial-info {
        padding: 0 15px;
    }
    .testimonial-info h4 {
        font-size: 24px;
    }
    .meta-nav-right {
        margin-top: 24px;
    }
    .page-numbers {
        margin-bottom: 24px;
    }
    .home-section-1 .col-md-3 {
        display: none;
    }
    .margin-none {
        margin: 0;
    }
    .menuTab {
        justify-content: left;
        margin-left: -16px;
    }
    .menuTab .nav-link {
        padding: 16px;
    }
    .children {
        margin: 28px 0 0;
    }
    .children li.depth-10,
    .children li.depth-2,
    .children li.depth-3,
    .children li.depth-4,
    .children li.depth-5,
    .children li.depth-6,
    .children li.depth-7,
    .children li.depth-8,
    .children li.depth-9 {
        margin: 0;
    }
    .mobile-margin-b24 {
        margin-bottom: 24px;
    }
    .mobile-margin-b32 {
        margin-bottom: 32px;
    }
    .mobile-margin-b48 {
        margin-bottom: 48px;
    }
    .mobile-margin-b54 {
        margin-bottom: 54px;
    }
    .mobile-margin-b72 {
        margin-bottom: 72px;
    }
    .mobile-padding-tb48 {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .mobile-alignc {
        text-align: center;
    }
    .mobile-alignl {
        text-align: left;
    }
    .mobile-order1 {
        order: 1;
    }
    .mobile-order2 {
        order: 2;
    }
    .step-menu-price {
        text-align: left;
        margin-top: 12px;
    }

    /* new style here */
    .counterBox {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .home-section,.slider-container2{
        margin-bottom: 50px;
    }
    .alignc {
    }
    .serviCard{
        border: 1px solid #a9a9a9;
        padding: 15px;
        margin-bottom: 25px;
    }
    .textwidget p{
        text-align: center;
    }
    .textwidget img{
        display:inline-block;
    }
    footer {
        padding: 165px 0 32px 0;
    }
    .mFooBox{
        margin-bottom:55px;
    }
    .bananaleft{
        width: 155px;
    }
    .foo-block.foo-last {
        text-align: center;
    }
    .footer-social{
        text-align:center;
    }
    .widget-footer:last-child{
        margin-bottom:0;        
    }
    .home-section-61 .margin-b48 {
        margin-bottom: 25px;
    }
    .testimoTitle {
        margin-bottom: 0;
    }
    .testimonial-info h4{
        margin-bottom: 30px;
    }
    .home-section-7{
        margin-bottom:0px;
    }
    .home-section-61 .row {
        gap: 25px 0;
    }
    .serviCard:last-child{
        margin-bottom:0;
    }
}
@media (max-width: 568px) {
    .page-links a {
        margin-bottom: 16px;
    }
    .col-c5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .post-password-form input[type="submit"],
    .post-password-form label input {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
}
@media (max-width: 414px) {
    .topPageBkg {
        min-height: 40vh;
    }
    .item-img {
        min-height: 40vh;
    }
}



@media only screen and (max-width: 1197px){
    .view-more{
        padding: 15px;
    }
    .menu-nav li{
        margin-left: 10px;
    }
    .view-more {
        background: transparent;
        color: #999;
        border: 2px solid #999;
    }
    .mobile-contact li a {
        color: #999;
    }
}
@media only screen and (max-width: 1188px){
    /* .view-more{
        padding: 16px 10px;
    } */
    .single-post-title{
        font-size: 65px;
    }
}
@media only screen and (max-width: 1140px){
    .social-btn-top1{
        display:none;
    }
    .counter-box .counter {
        font-size: 37px;
    }
    .counter-box h3 {
        font-size: 20px;
    }
    .footer-social li{
        margin-left: 8px;
    }
    
}

@media only screen and (max-width: 992px){
    .slider-container,.home-section,.slider-container2{
        margin-bottom: 50px;
    }
    .home-section-7{
        margin-bottom:0;
    }
    .slider-caption h2{
        font-size: 45px;
        line-height: 70px;
    }
    .home-title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .bananaleft{
        width: 218px;
    }
    .fAbout,.fLinks,.fcontact{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 33%;
    }
    .plBox {
        padding-left: 0;
    }
    .bananaleft {
        width: 187px;
    }
    .proTitBox h3 {
        font-size: 28px;
    }
    .home-section-7{
        padding: 55px 0;
    }
    .home-section-6.padding-tb108 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .title.fieldFull {
        margin-top: 25px;
    }
    
    .mapBox img {
        max-width: 100%;
    }

    /* ul.mediaBox {
        position: fixed;
        right: -106px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }
    .mediaBox li{
        position:relative;
    } */
    ul.mediaBox{
        top: 55%;
    }
    .mainDitalsBox,
    .contact__panel .contact__panel-banner{
        max-width:100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .mainDitalsBox{
        padding-left:0;
    }
    .textThanks h1{
        font-size: 30px;
        padding: 10px 0;
    }
    .textThanks h4{
        font-size: 20px;
    }
    .textThanks{
        width:100%;
    }
    .thankBig{
        height: 400px!important;   
    }
}
@media only screen and (max-width:991px){
    /* .register-right {
        border-top-left-radius: 10% 50%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10% 50%;
        margin-top: 35px;
    } */
    .register-left p{
        padding-bottom: 0;
    }
    /* .aboBtn{
        right: 100px;
    } */
    .aboBtn {
        right: auto;
        left: 50%;
        margin: 0 auto;
        transform: translateX(-50%);
    }
    .single-post-title{
        font-size: 45px;
    }
    /* .mediaBox li:nth-child(2) {
        top: 28.2%;
    }
    .mediaBox li:nth-child(3) {
        top: 35.5%;
    }
    .mediaBox li:nth-child(4) {
        top: 42.7%;
    }
    .mediaBox li:nth-child(5) {
        top: 50%;
    }    */
    .contact-box-new h5 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 844px){
    .footer-social li, .social-media li{
        margin-left: 7px;
    }
}
@media only screen and (max-width: 768px){
    .footer-widgets {
        /* padding: 81px 0; */
        padding-top: 60px;
    }   
    .bananaleft {
        width: 227px;
    }
    footer {
        padding-top:32px;
    }
    .fcontact, .fLinks{
        max-width:50%;        
    }
    .fLinks {
        padding-left: 30px;
    }
    .fAbout{
        max-width:100%;
        margin-bottom:20px;
    }
    .foo-block:last-child{
        margin-bottom:0;
    }    
    .mFooBox {
        padding: 0 75px;
    }
    .wrapper .title{
        font-size: 30px;
    }
    .single-post-title {
        font-size: 25px;
    }
    
}
@media only screen and (max-width: 678px){
    .testimonial-info h4 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 567px){
    .home-section-7 {
        padding-bottom:75px;
    }

    .aboBtn {
        right:30px;
        width: 315px;
    }
    .slide-controls .slide{
        font-size: 16px;
    }
    .wrapper .title{
        font-size: 25px;
    }
    .title.fieldFull {
        margin-top: 35px;
    }   
    .social-media{
        display:none;
    }
    .footer-social li, .social-media li{
        margin-left: 4px;
    }
    .formContent2{
        padding-bottom: 0;
    }
    .register .register-form{
        min-height: 345px;
    }
    .galleryPage {
        padding: 25px 0;
    }
    .contact__panel{
        padding: 40px;
    }
    .contact-info-box .contact__info-box-title{
        font-size: 17px;
    }
    .textwidget.linksBox ul li{
        width: 100%;
        padding-right:0px;
    }
}
@media only screen and (max-width: 480px){
    .slider-caption h2 {
        font-size: 33px;
        line-height: 50px;
        margin: 5px 0 15px;
    }
    .slider-container p{
       line-height:20px;
    }
    .centerBox{
        margin-top: 10px;
    }
    .logo img {
        width: 180px;
    }
    .counterBox {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-title{
        font-size: 24px;
    }
    .contact-holder{
        grid-template-columns: 1fr;
    }
    .page-holder h2 {
        margin-bottom: 20px;
    }
    .fAbout, .fLinks, .fcontact{
        max-width:100%;
    }
    .bananaleft{
        display:none;
    }
    .mFooBox {
        padding: 0;
    }
    .fLinks {
        padding-left:15px;
    }
    .foo-block.foo-last,.footer-social {
        text-align: left;
    }
    .home-section-7 {
        padding-bottom: 55px;
    }
    .footer-widgets{
        padding-top: 85px;
    }
    .slider-item-box-bkg,.slider-container{
        height: 60vh;
    }
    .slide-controls .slide {
        font-size: 14px;
    }
    .wrapper .slide-controls{
        width: 90%;
    }
    .aboBtn{
        left: 54.5%;
    }
    .title.fieldFull {
        margin-top: 55px;
    }
    .flexBox{
        grid-template-columns: 1fr;        
    }
    .form-inner form .field{
        width: 100%!important;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .mediaBox li:hover {
        right: -16px;
    }
    .contact__panel {
        padding: 5px;
    }
    .icon-box-img{
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
    }
}
@media only screen and (max-width: 320px){
    
}

