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


   1. BASE STYLES                                             


   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  scroll-behavior: smooth;
}
/* Website background color and default font styles */
body {
  background: #fff;
  color: #000;
  font-family: 'Eczar', serif;
  font-size: 16px;
  line-height: 1.375;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container {
  float: none;
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 15px;
}


a { 
	text-decoration: none;
	outline: none;
	color: #000;
	
}
a:hover, a:focus { 
	text-decoration: none;
	outline: none;
	color: #094cac; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
img, svg {
    vertical-align: middle;
    max-width: 100%;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
	margin: 0 0 25px;
} 
p:last-child{
	margin: 0;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 10px;
	font-weight: 700;
	font-family: 'Eczar', serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 60px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


/* footer */

footer#main_footer {
    background-color: #000;
}

/* footer */

/* ==========================================================================
   Header
   ========================================================================== */
   header#header {
    background-color: #000;
    width: 100%;
}
.custom_header {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0px 20px;
}
.ct_logo {
    padding: 28px 0px;
}
img.logo_image {
	max-width: 170px;
    width: 100%;
}
ul#menu-main-menu {
    display: inline-flex;
    flex-direction: inherit;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
ul#menu-main-menu li a {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 43px;
    color: #fff;
    padding: 0px 2px;
}
ul#menu-main-menu li a:hover{
    color:#DD961F;
}
.custom_header .col-md-9.col-9 {
    justify-content: left;
    align-items: center;
    display: flex;
}
ul#menu-main-menu li {
    list-style: none;
}
.banner_wrap {
    padding: 160px 0px 290px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bann_cnt {
    text-align: center;
}
a.header-booking-button {
    font-family: 'Eczar';
    font-weight: 400;
    font-size: 16px;
    background-color: #fba41b;
    margin-left: 20px;
    padding: 11px 41px;
    border-radius: 50px;
	border:2px solid #fba41b;
	transition: all 0.3s ease-in-out;
}
a.header-booking-button:hover {
   background-color: #000;
   color:#DD961F;
   border:2px solid #fba41b;
}
.bann_cnt h1.banner_h1_text {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin: 40px 0px;
}
h1.banner_h1_text span{
    font-size: 82px;
}
a.banner_booking_button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #F6A823;
    padding: 17px 50px;
    border: 2px solid #f6a823;
    border-radius: 50px;
    display: inline-block;
}
a.banner_booking_button:hover {
    background-color: #F6A823;
    color: #000;
}
#wprmenu_bar
{
    width: 100% !important;
}
/* ==========================================================================
   Content                                                 
   ========================================================================== */
   .about_section {
    background-color: #000;
    padding: 80px 0px;
}
.about_right_content {
    padding-left: 70px;
}
.about_right_content span.about-span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
}
.about_right_content h2.about_h2_text {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.6;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 24px;
}
.about_right_content h2.about_h2_text:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 5px;
    left: 0px;
    top: 93px;
    background: #F6A823;
    border-radius: 11px;
}
.about_right_content p {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #FFFFFF;
}
img.about_image {
    max-height: 100%;
    object-fit: cover;
}
.about_right_content a.banner_booking_button {
    font-size: 18px;
    padding: 18px 40px;
}

.sign_up_section {
    text-align: center;
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sign_up_section h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.dine_in_section {
    background-image: url(../images/dinein_background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px;
    padding-top: 70px;
}
.dine_in_section h3, .testimonials_section h3, .instagram_section h3, .row.location_page h3, .form_section_franchise h3 {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: #FAA41A;
    margin-bottom: 40px;
}
a.dine_in_content_heading {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    color: #F6A823;
    margin-top: 10px;
    display: block;
}
img.dine_in_image {
    object-fit: cover;
    width: 100%;
	min-height: 350px;
}
.dine_in_section .col-md-4 {
    padding: 0px 36px;
}
a.dine_in_content_heading:hover {
    color: #000;
    background-color: #f6a823;
}

.testimonials_section {
    background-image: url(../images/testimonials_background.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 114px;
    padding-top: 70px;
}
.instagram_section {
    background-color:#000;
       padding-bottom: 121px;
    padding-top: 80px;
}

.container-fluid.footer_top p ,.container-fluid.footer_top a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.container-fluid.footer_top a:hover {
    color:#F6A823;
}
.container-fluid.footer_top .row {
    display: flex;
}

.footer_logo {
    width: 24%;
    flex: 0 0 auto;
}

.footer_short_description {
    width: 32%;
    flex: 0 0 auto;
}

.footer-left-menu {
    width: 30%;
    flex: 0 0 auto;
}

.menu-footer-menu-container ul#menu-footer-menu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.footer-left-menu ul li a , .footer-right-menu ul li a{
    margin-bottom: 20px;
}

.footer-social-icon {
    width: 14%;
    flex: 0 0 auto;
}
ul.social-icons li {
    display: inline-flex;
    margin-bottom: 17px;
}
img.social_image {
    width: 29px;
    height: 29px;
    margin-right: 14px;
}
.row.instagram_images .col-md-3 {
    padding: 5px;
}
.row.location_page {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #aeaeae;
}

.col-md-7.location_section_1 {
    /* background-image: url(../images/location_section_background1.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background: #111;
}
/* .col-md-5.location_section_2 {
    background-image: url(../images/location_section_background2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
} */
.col-md-7.location_section_1{
    padding: 60px 0px;
    text-align:center;
    padding-bottom: 0px;
  
}
.col-md-7.location_section_1 ul li{
    list-style: none;
    padding-bottom: 25px;
}
.col-md-7.location_section_1 ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    position: relative;
   
}
.col-md-7.location_section_1 ul li a:before {
    content: "";
    background-image: url(../images/location.webp);
    width: 20px;
    height: 20px;
    position: absolute;
    left: -23px;
    background-size: cover;
}
.location_ul {
    display: inline-flex;
    margin-left: 9%;
}
.col-md-7.location_section_1 ul li span {
    font-size: 10px;
    padding-left: 5px;
    padding-top: 5px;
}
ul.left {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
}

ul.left li {
    width: 100%;
    padding: 0px 50px;
}
.pin {
    position: relative;
}
.map-pin:before{
    content: "";
    
    position: absolute;
       width: 2.8%;
    height: 7%;
    background-repeat: no-repeat;
    background-size: cover;
}
.pin-marker1:before {
    left: 12%;
    right: 0px;
    top: 66%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker2:before {
    left: 67%;
    right: 0px;
    top: 92%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker3:before {
    left: 67%;
    right: 0px;
    top: 90%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker4:before {
    left: 65.5%;
    right: 0px;
    top: 91%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker5:before {
    left: 65.7%;
    right: 0px;
    top: 91%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker6:before {
    left: 66.6%;
    right: 0px;
    top: 91%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker7:before {
    left: 68%;
    right: 0px;
    top: 92%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker8:before {
    left: 66%;
    right: 0px;
    top: 90%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker9:before {
    left: 66.8%;
    right: 0px;
    top: 90%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker10:before {
    left: 65.5%;
    right: 0px;
    top: 90.5%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker11:before {
    left: 64%;
    right: 0px;
    top: 92%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker12:before {
    left: 66%;
    right: 0px;
    top: 90%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker13:before {
    left: 69%;
    right: 0px;
    top: 91.5%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.pin-marker14:before {
    left: 64%;
    right: 0px;
    top: 88.2%;
    background-image: url(../images/location-vector.webp);
    position: absolute;
}
.col-md-7.location_section_1 h3 {
    text-align: left;
    padding-left: 28%;
}
.col-md-5.location_section_2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-fluid.footer_top {
    padding: 70px 0px;
}
.container-fluid.footer_copyright .container {
    border-top: 1px solid rgb(255 255 255 / 20%);
}
.col-md-6.ctxt p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #FFFFFF;
}
.container-fluid.footer_copyright .container {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding-top: 47px;
    padding-bottom: 42px;
}
.col-md-6.fr.ctxt {
    text-align: right;
}
.more {  
    display: none;  
}  
input.es-email {
    width: 100% !important;
    height: 60px;
    border-radius: 50px;
    border: none;
    text-align: left;
    padding-left: 30px;
}
.gjs-cell {
    position: relative;
}
.input.es-email::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #B4B4B4;
}
input[type="submit"] {
    position: absolute;
    left: 65.5%;
    top: 5%;
    width: 49px;
    background-color: #F6A823;
    height: 50px;
    border-radius: 50px;
    border: none;
    text-indent: 999px;
}

input[type="submit"]:before {
    position: absolute;
    content:"+";
    left: 65.5%;
    top: 9%;
    width: 49px;
    background-color: #F6A823;
    height: 50px;
    border-radius: 50px;
    border: none;
    text-indent: 999px;
}
input#iquj {
    background-image: url(../images/form-arrow.webp);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
}
#iq9t {
    margin: 0 auto;
    width: 100% !important;
    max-width: 700px;
    position: relative;
}
input#iquj {
    background-image: url(../images/form-arrow.webp);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    position: relative;
    left: auto;
}
.col-md-7.location_section_1 .row {
    width: 100%;
}

/*===== Inner Page Css =====*/

.inner_banner {
    height: 565px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: table;
    position: relative;
}
.inner_banner:before, .form_section_franchise::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0 0 0 / 70%);
    content: "";
}
.form_section_franchise::before
{
    z-index: -1;
}
.form_section_franchise
{
    z-index: 1;
}
.inner_banner .innbann_inner {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FAA41A;
}
.franchise-video.main_video
{
    padding: 0;
}
/*=== Our Location Page Css ===*/


.locationpg_wrap {
    background-color: #000;
    color: #fff;
	padding: 100px 0
}
.locationpg_wrap .ct_location_othercnt,
.locationpg_wrap .top_loccnt {
    display: none;
}
.locationpg_wrap .top_loccnt.ctsingletop_loccnt,
.locationpg_wrap .ct_location_othercnt.ct_siglocation_othercnt,
.locationpg_wrap .ct_location_othercnt.active_item,
.locationpg_wrap .top_loccnt.active_item {
    display: block;
}
.location_sliderwrap {
    padding: 0px 0 50px;
}
.slider_wrap .location_slider {
	padding: 0 50px 0px;
}
.slider_wrap .location_slider:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 20px);
	border: 2px solid #fff;
	border-radius: 20px;
	content: "";
}
.slider_wrap .location_slider .owl-stage-outer {
    padding-bottom: 20px;
}
.slider_wrap .location_item .item_inner h4 {
    margin: 0;
    line-height: normal;
}
.slider_wrap .location_item .item_inner h4 a {
    display: block;
    padding: 25px 10px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: Eczar;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
}
.slider_wrap .location_slider .owl-stage-outer {
    padding-bottom: 20px;
}
.slider_wrap .location_item .item_inner h4 a:hover:before,
.slider_wrap .location_item .item_inner.active_item h4 a:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F6A823;
    transform: translateX(-50%);
}
.slider_wrap .location_item .item_inner h4 a span.locm {
    font-size: 10px;
    display: block;
}
.slider_wrap .location_item .item_inner.active_item h4 a,
.slider_wrap .location_item .item_inner h4 a:hover {
    background-color: #F6A823;
    color: #000;
}
.slider_wrap {
    position: relative;
}
.slider_wrap .location_slider .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.slider_wrap .location_slider .owl-nav button {
    position: absolute;
    bottom: 36px;
    color: #fff;
	font-size: 40px;
    line-height: 1;
    z-index: 10;
    margin: 0;
    background: transparent !important;
}
.slider_wrap .location_slider .owl-nav button.owl-prev {
    left: 18px;
}
.slider_wrap .location_slider .owl-nav button.owl-next {
    right: 18px;
}
.loc_mapsec .main_map {
    height: 445px;
    width: 100%;
    position: relative;
}
.loc_mapsec .main_map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.main_video.dual{
    padding: 0px;
}
.dual-video{
    padding: 20px;
}


.ct_video_sec .video_image {
    position: relative;
    display: inline-block;
}

.ct_video_sec .video-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px; /* Optional: for rounded corners */
}

.ct_video_sec .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for better visibility */
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    transition: background 0.3s;
}

.ct_video_sec .playbtn:hover {
    background: rgba(0, 0, 0, 0.8);
}



.main_video .video_image {
    height: 355px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}

.main_video.dual .video_image{
    aspect-ratio: 2 / 1;
}
.main_video {
    padding: 50px 50px 0;
    margin-bottom: 50px;
}
.main_video .video_image a.playbtn {
    height: 115px;
    width: 115px;
    background-color: rgba(255 255 255 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.main_video .video_image a.playbtn i.fa {
    position: relative;
    right: -4px;
}
.main_video .video_image a.playbtn:hover {
    background-color: #000;
}
.ct_condetails_sec .ct_condetails_inn {
    background: #0F171B;
    padding: 50px 30px;
    margin: 0 0 50px;
}
.top_loccnt .top_sec {
    margin-bottom: 50px;
    text-align: center;
}
.top_loccnt .top_sec .title h2 {
    color: #F6A823;
    text-align: center;
    font-size: 50px;
    font-family: Eczar;
    line-height: 1.1;
    margin: 0px 0 15px;
    padding: 0 0 15px;
    position: relative;
}
.top_loccnt .top_sec .title h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 11px;
    background: #F6A823;
    width: 130px;
    height: 5px;
}
.top_loccnt .top_sec .locurl a {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-family: Eczar;
    text-decoration-line: underline;
}
.top_loccnt .top_sec .locurl a:hover{
	text-decoration-line: none;
}
.top_loccnt .locleftright_cnt {
    margin-bottom: 50px;
}
.top_loccnt .top_sec {
    margin-bottom: 50px;
    text-align: center;
}
.top_loccnt .top_sec .title h2{
    color: #F6A823;
    text-align: center;
    font-size: 50px;
    font-family: Eczar;
    line-height: 1.1;
    margin: 0px 0 15px;
    padding: 0 0 15px;
    position: relative;
}
.top_loccnt .top_sec .title h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 11px;
    background: #F6A823;
    width: 130px;
    height: 5px;
}
.top_loccnt .top_sec .locurl a {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-family: Eczar;
    text-decoration-line: underline;
}
.top_loccnt .locleftright_cnt {
    margin-bottom: 65px;
}
.top_loccnt .locleftright_cnt .leftimg {
	padding-right: 50px;
}
.top_loccnt .locleftright_cnt .leftimg img {
    border-radius: 10px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.top_loccnt .locleftright_cnt .rightcnt_wrap h2, .franchise-hd {
    color: #FFF;
    font-size: 60px;
    font-family: Eczar;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0 0 25px;
    position: relative;
}
.top_loccnt .locleftright_cnt .rightcnt_wrap h2:after, .franchise-hd:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 11px;
    background: #fff;
    width: 130px;
    height: 5px;
}
.franchise-hd:after
{
    background: #f6a823;
}
.top_loccnt .locleftright_cnt .rightcnt_wrap .cnt p{
	color: #FFF;
	font-size: 17px;
	font-family: Eczar;
	line-height: 30px;
	margin: 0 0 10px;
}
.ct_condetails_sec .details_con .mtitle h4 {
    color: #F6A823;
    font-size: 36px;
    font-family: Eczar;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.ct_condetails_sec .details_con .stitle h5 {
    color: #FFF;
    font-size: 24px;
    font-family: Eczar;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.ct_condetails_sec .details_con .conitem .cntbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.ct_condetails_sec .details_con .conitem .cntbox:last-child {
    margin: 0;
}
.ct_condetails_sec .details_con .conitem .icon {
    font-size: 20px;
    width: 35px;
    padding: 0 0;
}
.ct_condetails_sec .details_con .conitem .ccnt {
    width: calc(100% - 35px);
}
.ct_condetails_sec .details_con .conitem .ccnt p {
    color: #FFF;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 300;
}
.ct_condetails_sec .details_con .conitem .ccnt p a {
    color: #fff;
    text-decoration: underline;
}
.ct_condetails_sec .details_con .conitem .ccnt p a:hover{
	text-decoration: none;
}
.ct_condetails_sec .details_con .conitem .icon i.fa {
    position: relative;
    top: 5px;
}
.conright .btn_grp {
    margin-bottom: 20px;
}
.cus-contact-text {
    margin-bottom: 20px;
}
.cus-contact-text p {
    color: #FFF;
    font-size: 17px;
    font-family: Eczar;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 5px;
}
.conright .btn_grp a.cmn_btn {
    border-radius: 8px;
    border: 1px solid #F6A823;
    padding: 19px 19px 19px;
    color: #F6A828;
    text-align: center;
    font-size: 13px;
    font-family: Montserrat;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.rightcnt_wrap .locurl a.cmn_btn {
    border-radius: 8px;
    border: 1px solid #F6A823;
    padding: 19px 19px 19px;
    color: #F6A828;
    text-align: center;
    font-size: 13px;
    font-family: Montserrat;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    margin-right: 5px;
    margin-top:20px;
    
}
.conright .btn_grp a.cmn_btn:hover {
    background-color: #F6A823;
    color: #fff;
}
.conright .th_title h4 {
    color: #FFF;
    font-size: 17px;
    font-family: Eczar;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.conright .timeslot:not(:last-child) {
    margin-bottom: 20px;
}
.conright .timeslot span.ttime {
    color: #FFF;
    font-size: 16px;
    font-family: Montserrat;
    line-height: 1.2;
    display: block;
    margin: 0 0 20px;
}
.conright .timeslot p {
    color: #7E7E7E;
}
.conright .timeslot p span{
	color: #fff;
}
.cntbox.social_icons_wrap ul.social_icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cntbox.social_icons_wrap ul.social_icons li {
    display: inline-block;
	vertical-align: top;
    margin-right: 10px;
}
.cntbox.social_icons_wrap ul.social_icons li a {
    height: 40px;
    width: 40px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 100%;
	transition: all 0.5s ease-in-out;
}
.cntbox.social_icons_wrap ul.social_icons li a:hover {
    background: #F6A823;
	color: #000;
}
.cntbox.social_icons_wrap ul.social_icons li img {
    max-width: 25px;
}
.inner_banner .innbann_inner h1 {
    color: #FAA41A;
    text-align: center;
    font-size: 82px;
    font-family: Eczar;
    font-weight: 700;
    text-transform: capitalize;
	margin: 0;
}
.slider_wrap .location_slider .owl-nav button.disabled {
    display: none;
}

.container.form_content {
    border-radius: 14px;
    background: #0F171B;
    padding-top: 90px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 131px;
}

.container.form_content h3.form-title,h4.gallery_heading {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-family: Eczar;
    font-style: normal;
    font-weight: 400;
    line-height: 67px;
    position: relative;
    margin-bottom: 53px;
}
.container.form_content h3.form-title:after, h4.gallery_heading:after {
   width: 130px;
    height: 5px;
    background: #F6A823;
    position: static;
    content: "";
    bottom: -25px;
    left: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 130px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
}
.container.form_content p.form-content {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-family: Eczar;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
.form-group {
    display: inline-flex;
    margin-bottom: 24px;
}
.col-4 p {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.form-group .col-4 span {
    color: #FFF;
    font-size: 24px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-group select:focus , .form-group input:focus{
    border-radius: 8px;
border: 1px solid #F6A823 !important;
background: #1B282F;
outline: 1px solid #F6A823 !important;
}

.form-group select, .form-group input {
    border-radius: 8px !important;
    background: #1B282F !important;
    width: 100% !important;
    border: 1px solid #0000;
    padding: 23px !important;
    color: rgb(255 255 255 / 50%) !important;
    font-size: 16px !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
}
.page-template-page-ourTeam {
    background-color: #000;
}
.form-group .file_upload span.wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.form-group input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.form-group div#file-input {
    z-index: 1;
    border-radius: 8px;
    border: 1px dashed #3D4041;
    background: #1B282F;
    padding: 29px 0px;
}
.col-8.file_upload {
    text-align: center;
        position: relative;
}
div#file-input img {
    width: 161px;
    height: 60px;
}
.form-group div#file-input span.ctupfilename {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-family: sans-serif;
}
.form-group input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    max-width: 50%;
}
.form-group.form_btn_grp {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 65px;
}
.form-group button.btn.btn-block.submit {
    border-radius: 100px;
    background: #F6A823;
    color: #FFF;
    font-size: 18px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 18px 78px;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: url(https://squiresloft.com.au/wp-content/uploads/2023/06/select_icon.png) no-repeat 97% center #1B282F !important;
    -webkit-appearance: none;
}
.video_section.join_our_team .main_video {
    padding: 0px;
    margin-bottom: 237px;
    margin-top: 100px;
}
.ct_video_sec .container {
    padding: 0px;
}
.video_section.join_our_team .main_video .video_image {
    max-height: 500px;
    border-radius: 14px;
}
.video_section.join_our_team .main_video .video_image a.playbtn {
  background-color: rgb(221 150 31 / 60%);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff !important;
    border: none;
}
.franchise-page-container
{
    padding-top: 166px;
    padding-bottom: 50px;
}
.form_section_franchise
{
    text-align: center;
    padding:74px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 150px;
}
.form_section_franchise p{
    color: #fff;
}
.form_desc
{
    font-size: 17px;
    line-height: 30px;
}
.franchise-form-btn {
    position: relative !important;
    text-align: center !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    display: inline-block !important;
    width: 230px !important;
    background: transparent !important;
    height: 57px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid #F6A823 !important;
    color: #F6A823 !important;
    margin-top: 55px;
    text-indent: 0 !important;
    line-height: 0 !important;
    text-transform: uppercase;
    color: #F6A823;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.franchise-form-btn:hover{
    background-color: #F6A823 !important;
    color: #000 !important;
}
.franchises-form .wpcf7-spinner
{
    display: block;
}
.franchises-form p, .franchises-form input,.franchises-form select{
    width: 100%;
}

.form_section_franchise, .form_section_franchise h3{
    position: relative !important;
}
.form_section_franchise h3:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-radius: 11px;
    background: #f6a823;
    width: 130px;
    height: 5px;
    margin: auto;
    top: 70px;
}
.franchises-form input,.franchises-form select
{
	border-radius: 30px;
	border: 1px solid #000;
	background: #FFF;
	padding:19px 30px;
	margin-bottom: 36px;
}
.blog-page-container
{
    padding-top:121px;
    padding-bottom: 100px;
}
.franchises-form select {
    padding: 19px 30px;
	width: 100%;
	-webkit-appearance: none; /* Remove default styling */
    -moz-appearance: none;
    appearance: none;
	color: rgb(117, 117, 117);
	background-image: url(../images/sarrow.png);
	background-repeat: no-repeat;
	background-position: right 20px top 28px;
}
@media(max-width:1400px){
    
}

@media (max-width:1024px){
    .container.form_content {
   
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 50px;
}
.form-group.form_btn_grp {
   
    margin-top: 30px;
}
.form-group .col-4 span {
    
    font-size: 19px;
    
}
.video_section.join_our_team .main_video {
    padding: 0px;
    margin-bottom: 100px;
    margin-top: 100px;
}
.ct_video_sec .container {
    padding: 15px;
}
.spost_vidimgtsec .ct_video_sec .container {
    padding: 0px;
}
.video_section.join_our_team .main_video .video_image {
    max-height: 400px;
   
}
}

@media only screen and (max-width:767px){
    .col-4, .col-8 {
    flex: 0 0 auto;
    width: 100%;
}
.form-group.transparent .col-6.left {
    flex: 0 0 auto;
    width: 100% !Important;
    margin-right: 0% !Important;
    margin-bottom: 24px;
}
.form-group.transparent .col-6.right {
    flex: 0 0 auto;
   width: 100% !Important;
    margin-left: 0% !Important;
    margin-bottom: 24px;
}
.video_section.join_our_team .main_video {
    padding: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.form-group .col-4 span {
    font-size: 16px;
    padding-bottom: 20px;
}
.form-group {
    display: block;
    margin-bottom: 24px;
}
.form-group.form_btn_grp {
    
    margin-top: 25px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    max-width: 100%;
}
.container.form_content h3.form-title:after {
    
    left: 27%;
    margin-top: 10px !important;
   
}
.container.form_content h3.form-title:after, h4.gallery_heading:after{
    margin-top:10px !important;
}
a.gnav.gnavright, a.gnav.gnavleft{
    display:none !important;
}
.form-group select, input {
    padding: 15px !important;
    
}
	input.es-email{
		margin-bottom: 15px;
	}	
	.sign_up_section input#iquj {
		background-color: #F6A823;
		width: 100%;
		left: auto !important;
	}
.container.form_content {
   
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 50px;
}
.container.form_content.contact-page {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.container.form_content.contact_page_form {
    margin-bottom: 50px !important;
}
.container.form_content h3.form-title, h4.gallery_heading, .franchise-hd {
    font-size: 40px !important;
    margin-bottom: 30px !important;
}
/* .franchise-page-container, .blog-page-container
{
    padding-top: 120px;
    padding-bottom: 50px;
} */
.form_section_franchise
{
    margin-bottom: 50px;
}
.franchise-page-container, .blog-page-container {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.form_section_franchise
{
    margin-bottom: 70px;
}
}

.menu-main-menu-container > ul > li ul.sub-menu {
    column-count: 2;
}
.menu-main-menu-container > ul > li ul.sub-menu li {
    width: auto;
}

.menu-main-menu-container > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    z-index: 20;
    min-width: 450px;
    display: none;
    padding: 0px 0px 0px 0px;
}
.menu-main-menu-container > ul > li > ul.sub-menu >li >  a {
    color: #fff !important;
}
.menu-main-menu-container > ul > li > ul.sub-menu >li.current-menu-item > a,
.menu-main-menu-container > ul > li > ul.sub-menu >li > a:hover {
    color: #dd961f !important;
}
.menu-main-menu-container > ul > li:hover > ul.sub-menu {
	display: block ;
}

.menu-main-menu-container > ul > li {
    margin-right: 25px;
    display: inline-block;
    padding: 33px 0;
    position: relative;
}

ul.sub-menu .li a {
    font-family: 'Eczar';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 43px;
    color: #000;
    padding: 0px 18px;
}

ul.sub-menu a {
    
    color: #000 !important;
   
}

ul.sub-menu li:hover {
    background-color: #000;
}

ul.sub-menu li:hover a {
    color: #dd961f !important;
}
ul.sub-menu li {
    padding: 0px 15px;
}

/*contact page css*/

.page-template-page-contactUs, body.page-template-page-aboutUs, body.page-template-page-franchise, .page-template-page-blog, .single-post, .page-template-page-location {
    background-color: #000;
}
    
.container.form_content.contact-page {
    border-radius: 14px;
    background: transparent;
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: 0px;
}

.container.form_content.contact_page_form {
    background-image: url(https://squiresloft.com.au/wp-content/uploads/2023/08/contact_form_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 120px;
    max-width: 1170px;
}
.form-group.transparent input, .form-group.transparent select, .form-group.transparent textarea {
    background: transparent !important;
    color: #FFF !important;
    font-family: Eczar;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    border-bottom: 1px solid #fff !important;
    padding-left: 0px !important;
    border-radius: 0px !important;
        border: none;
}
.form-group.transparent select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    background-color: transparent !important;
    -webkit-appearance: auto;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
	-webkit-appearance: none; /* Remove default styling */
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/warrow.png) !important;
    background-repeat: no-repeat;
    background-position: right 20px top 28px;
}
.form-group.transparent select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control option{
	padding: 10px !important;
}
.form-group.transparent input::placeholder{
    color:#fff;
}

.form-group.transparent textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control{
    max-height:105px;
}
.form-group.transparent textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control::placeholder{
    color:#fff;
}
.form-group.transparent .col-6.left {
    flex: 0 0 auto;
    width: 47%;
    margin-right: 3%;
}
.form-group.transparent .col-6.right {
    flex: 0 0 auto;
    width: 47%;
    margin-left: 3%;
}
.form-group.transparent.form_btn_grp {
    margin-top: 20px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control:focus option {
    color: #000 !important;
}
.form-group.transparent input:focus, .form-group.transparent select:focus, .form-group.transparent textarea:focus{
       border: none !important;
    border-bottom: 1px solid #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
.form-group.transparent input:focus-visible, .form-group.transparent select:focus-visible, .form-group.transparent textarea:focus-visible{
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

.container.form_content.contact_page_form .wpcf7 form.invalid .wpcf7-response-output,  .container.form_content.contact_page_form .wpcf7 form.unaccepted .wpcf7-response-output, .container.form_content.contact_page_form .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}

.container.form_content.contact_page_form .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding-top: 15px;
}
.gallery_image_wrap img {
    max-height: 260px;
    object-fit: cover;
    border-radius: 8px;
    min-height: 260px;
}
.gallery_image_wrap {
    position: relative;
}

.gallery_image_content {
    position: absolute;
    top: 0;
    border-radius: 8px;
    background: rgb(246 168 35 / 70%);
    height: 100%;
    width: 100%;
    padding: 25px;
    text-align: center;
    display: none;
        overflow-y: auto;
}

.gallery_image_content h3 {
    color: #FFF;
    text-align: center;
    font-family: Eczar;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}

.gallery_image_content p {
    color: #FFF;
    text-align: center;
    font-family: Eczar;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.owl-item.active.center .gallery_image_wrap:hover .gallery_image_content {
    display: block;
}

.gallery_sliderwrap {
    padding-bottom: 94px;
	padding-left: 35px;
    padding-right: 35px;
}
a.gnav.gnavleft {
    position: absolute;
    left: -30px;
    font-size: 40px;
    color: #F6A823;
    top: 35%;
}
a.gnav.gnavright {
    position: absolute;
    right: -30px;
    font-size: 40px;
    color: #F6A823;
    top: 35%;
}
/*contact page css*/

/*about page css*/
.container.social_media_container {
    padding-top: 200px;
    padding-bottom: 130px;
}
.social_accounts_wrap img {
    max-height: 445px;
    object-fit: cover;
    height: 445px;
    width: 100%;
}
.social_accounts_title p {
    color: #F6A823;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}
.social_accounts_subtitle p {
    color: #FFF;
    text-align: center;
    font-family: Eczar;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 10px;
}
.social_account_details ul {
    padding-left: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.social_account_details ul li {
   list-style:none;
}

.social_account_details ul li i.fa.fa-facebook , .social_account_details ul li i.fa.fa-instagram, .social_account_details ul li i.fa.fa-twitter{
    font-size: 16px;
    color: #fff;
    padding-right:15px;
}
.social_accounts_wrap img:hover {
    height: 511px;
    max-height: 100%;
    margin-top: -66px;
}
.container.about-page-container {
    padding-top: 130px;
    padding-bottom: 150px;
}
.col-md-5.col-12.about_column span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 8px;
    display: block;
}
.col-md-5.col-12.about_column p {
    color: #FFF;
    font-family: Eczar;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.col-md-5.col-12.about_column img {
    margin-bottom: 32px;
}
.row.about_section_1 .col-md-7.col-12.about_column_2 {
    padding-left: 60px;
}
.row.about_section_2 .col-md-7.col-12.about_column_2 {
    padding-right: 90px;
}
.row.about_section_1 {
    padding-bottom: 150px;
}
a.about_booking_button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #F6A823;
    padding: 17px 50px;
    border: 2px solid #f6a823;
    border-radius: 50px;
    display: inline-block;
}
a.about_booking_button:hover {
   
    background-color: #F6A823;
   color:#000;
}
.blog-page-container
{
    padding-top:70px !important;
    padding-bottom: 50px !important;
}
/*about page css*/
/* blog */
.post-card:nth-child(odd)
{
padding-left:0 !important;
	padding-right:35px;
}
.post-card:nth-child(even)
{
padding-right:0 !important;
	padding-left:35px;
}
.post-card-content
{
	border-radius: 8px;
border: 1px solid #FFF;
background: #0F171B;
}
.post-card
{
	padding-bottom:63.1px
}
.about-post
{
	padding:43px 49px;
}
.blog-list-title
{
	color: #F6A823;
font-family: Eczar;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 1.1 !important;

}
.blog-list-desc
{
color: #FFF !important;
font-family: Eczar;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
@media only screen and (max-width:992px){
    .main_video.dual .video_image{
        height: 100%;
    }
}
@media only screen and (max-width:767px){
.post-card:nth-child(odd)
{
padding-left:0 !important;
	padding-right:15px;
}
.post-card
	{
		padding-bottom:33px
	}
	.post-card:nth-child(last)
	{
		padding-bottom:0 !important
	}
	.about-post
	{
		padding:23px 29px
	}
	.blog-list-title
{line-height:1.3;
	font-size:36px
}}
@media only screen and (max-width:500px)
{
	.post-card:nth-child(odd), .post-card:nth-child(even)
	{
		padding:0 33.1 0 0 !important
	}
	.about-post
	{
		padding:23px 29px
	}
    .post-card:nth-child(odd) {
        padding-left: 0 !important;
        padding-right: 15px;
    }
}
.alm-listing .alm-reveal {
    display: flex;
    flex-wrap: wrap;
}

/* single blog post */

.single-post-content{
	padding:54px 15px 100px 15px;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color: #fff;
}
.single-post-content p
{
color: #FFF;
font-family: Eczar;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
}
.single-post-content h1
{
	color: #FAA41A;
font-family: Eczar;
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: 1.1;
text-transform: capitalize;
}
.single-post-content img
{
	padding:55px 0;
}
.single-post-content h3
{
color: #FFF;
font-family: Eczar;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.single-post-content li
{
color: #FFF;
font-family: Eczar;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 58px;
}
.related-post h4
{
color: #F6A823;
text-align: center;
font-family: Eczar;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.post-date-banner
{
    color: #FFF;
text-align: center;
font-family: Eczar;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.related-post
{
    padding:79px 10px 57px 10px;
}
.single-post-content p a{
	color: #FAA41A;
}
.single-post-content p a:hover{
	color: #fff;
}

@media only screen and (max-width:1200px)
{
.single-post-content h1
{
    font-size:42px;
}
.single-post-content h3
{
    font-size: 36px;
}
.single-post-content li
{
    line-height:22px;
}
.single-post-content img
{
    padding:20px 0;
}
.single-post-content
{
    padding:32px 15px 70px 15px;
}
.related-post
{
    padding:39px 10px 27px 10px;
}
}
@media only screen and (max-width:768px)
{
.single-post-content h1
{
    font-size:36px;
}
.single-post-content h3
{
    font-size: 28px;
}
.single-post-content li
{
    line-height:22px;
}
.single-post-content img
{
    padding:20px 0;
}
.single-post-content
{
    padding:32px 15px 70px 15px;
}
.related-post
{
    padding:39px 10px 27px 10px;
}
}
.alm-listing {
    display: flex;
    flex-wrap: wrap;
}
.more-post-btn {
    width: 396px !important;
    height: 57px !important;
    border-radius: 50px !important;
    background-color: #f6a823 !important;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
button.alm-load-more-btn.more.more-post-btn.done {
    display: none;
}


/*Location Page*/

.container.location-page-container {
    padding: 100px 30px;
}

.location_column{
    text-align:center;
}

.location_column h3 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
}

.location_column img {
    /* width: 350px; */
    margin-bottom:15px;
}
/* .button-contain{
    width:600px;
}
 .button-container {
        text-align: center;
    }
  
.button-container a {
    display: flex;
    margin: 0 10px 10px 0;
    background-color: #F6A823;
    border: 2px solid #F6A823;
    border-radius: 0;
    color:#000;
    width: 180px;
    height: 40px;
    align-items: center;
    justify-content: center;
} */

.button-container a:hover{
    background-color: #000;
    border: 2px solid #fff;
} 
.sign_up_section span.wpcf7-not-valid-tip {
    padding: 10px;
}

.sign_up_section .wpcf7 form.invalid .wpcf7-response-output, 
.sign_up_section .wpcf7 form.unaccepted .wpcf7-response-output, 
.sign_up_section .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 none;
    color: #fff;
}
.sign_up_section form p {
    margin: 0;
}
.sign_up_section form p br {display: none;}
body.admin-bar #wprmenu_bar .menu_title {
    display: none !important;
}

.loc_titileimg_wrap .location_item {
    height: 320px;
    background-size: cover;
    background-position: center center;
    margin: 0 0 25px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.loc_titileimg_wrap .location_item a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	z-index: 2;
	padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 15px;
	background-color: rgba(0 0 0 / 30%);
}
.loc_titileimg_wrap .location_item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	border-radius: 15px;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.loc_titileimg_wrap .location_item:hover img {
	transform: scale(1.3);
}
.loc_titileimg_wrap .location_item a h4 {
    font-family: 'Montserrat';
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 25px;
    background: #f6a823;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

/*=== Review Section Css ===*/


.rev_slider_sec .rev_items_wrap {
    background: #000;
    padding: 35px;
    text-align: center;
}
.rev_slider_sec .rev_items_wrap .rev_title_wrap h5 {
    color: #F6A823;
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
    font-family: Montserrat;
    margin: 0 0 20px;
}
.rev_slider_sec .rev_items_wrap .srt_des {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 2;
    margin: 0 0 20px;
}
.rev_slider_sec .rev_items_wrap .star_reviews i {
    color: #F6A823;
    font-size: 25px;
}
.rev_slider_sec {
    padding: 0 70px;
    position: relative;
}
.rev_slider_sec a.slidenav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #F6A823;
    font-size: 50px;
    z-index: 1;
}
.rev_slider_sec a.slidenav:hover{
	color: #fff;
}
.rev_slider_sec a.slidenav.bslide_prev {
    left: 40px;
}
.rev_slider_sec a.slidenav.bslide_next {
    right: 40px;
}

/*=== Gluten Free Restaurant Css ===*/

.page-template-page-gluten-free-restaurant {
    background: #000;
    color: #fff;
}
.page-template-page-gluten-free-restaurant .about_column h1,
.page-template-page-gluten-free-restaurant .about_column h2,
.page-template-page-gluten-free-restaurant .about_column h3,
.page-template-page-gluten-free-restaurant .about_column h4,
.page-template-page-gluten-free-restaurant .about_column h5,
.page-template-page-gluten-free-restaurant .about_column h6{
    color: #fff;
}


/*=== Map After Content ===*/

.loc_mapaftercnt {
    padding-top: 100px;
}
.loc_mapaftercnt .leftimg {
    padding: 0px 0 0 20px;
}
.loc_mapaftercnt .leftimg img {
    border-radius: 15px;
}

/*=== Faq Item Css ===*/
.loc_faqsec {
    padding-top: 100px;
}
.loc_faqsec .faq_toptitle {
    text-align: center;
    margin-bottom: 35px;
}
.ct_accordion_wrap .ct_accitem {
	margin-bottom: 15px;
}
.ct_accordion_wrap .ct_accitem .ct_acctitle {
    padding: 15px 80px 15px 15px;
    cursor: pointer;
    position: relative;
    background: #F6A823;
}
.ct_accordion_wrap .ct_accitem .ct_acctitle .icon {
	position: absolute;
    top: 4px;
    right: 15px;
}
.ct_accordion_wrap .ct_accitem .ct_acctitle .icon span.plus {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    position: relative;
    top: 10px;
}
.ct_accordion_wrap .ct_accitem .ct_acctitle .icon span.minus {
    position: absolute;
    right: -3px;
    top: 8px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.ct_accordion_wrap .ct_accitem.item_active .ct_acctitle .icon span.minus {
    opacity: initial;
}
.ct_accordion_wrap .ct_accitem.item_active .ct_acctitle .icon span.plus {
    opacity: 0;
}
.ct_accordion_wrap .ct_accitem .ct_acctitle h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 0px;
}
.ct_accordion_wrap .ct_accitem.item_active .ct_acctitle h5 {
    color: #fff;
}
.ct_accordion_wrap .ct_accitem .ct_acccnt {
	padding: 15px 20px;
    color: #fff;
    line-height: 26px;
    background: #545353;
	border-radius: 0px 0px 5px 5px;
}


/*=== Temporary css ===*/


.postid-1759 span.post-date-banner {
    display: none;
}


/*=== New Blog Page Css ===*/


body.page-template-page-new-blog{
	background-color: #000;
	color: #fff;
}
.ct_category_postsec {
    padding: 85px 0;
}
.ct_category_postsec .container {
    max-width: 1420px;
}
.ct_category_postsec .ct_cattop_sec {
    padding-bottom: 120px;
}
.ct_category_postsec .ct_cattop_sec .cat_toptitle h3 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #F6A823;
    font-family: 'Eczar', serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.ct_category_postsec .ct_cattop_sec .cat_toptitle h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 1px;
    width: 100%;
}
.ct_category_postsec .ct_cattop_sec .cat_toptitle h3 span {
    display: inline-block;
    background: #000;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
.ct_category_postsec .ct_cattop_sec .cat_inner {
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #FFF;
    transition: all 0.8s ease-in-out;
}
.ct_category_postsec .ct_cattop_sec .cat_inner a {
    height: 100%;
    width: 100%;
    padding: 40px 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
	transition: all 0.8s ease-in-out;
}
.ct_category_postsec .ct_cattop_sec .cat_inner img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition-duration: 4s;
}
.ct_category_postsec .ct_cattop_sec .ctcategory_item:hover .cat_inner img {
	transform: scale(1.5);
}
.ct_category_postsec .ct_cattop_sec .cat_inner a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0 0 0 / 80%);
    z-index: 1;
}
.ct_category_postsec .ct_cattop_sec .cat_inner h2 {
    color: rgba(249, 249, 249, 0.60);
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    position: relative;
    z-index: 5;
    text-align: center;
    margin: 0;
	transition: all 0.8s ease-in-out;
}
.ct_category_postsec .ct_cattop_sec .ctcategory_item:hover .cat_inner,
.ct_category_postsec .ct_cattop_sec .ctcategory_item.active .cat_inner{
    border: 2px solid #F6A823;
}
.ct_category_postsec .ct_cattop_sec .ctcategory_item.active .cat_inner a,
.ct_category_postsec .ct_cattop_sec .ctcategory_item:hover .cat_inner a{
    background: rgba(0 0 0 / 40%);
}
.ct_category_postsec .ct_cattop_sec .ctcategory_item.active .cat_inner h2,
.ct_category_postsec .ct_cattop_sec .ctcategory_item:hover .cat_inner h2 {
    color: #F6A823;
}
.ct_categoryfilter_slider .owl-dots {
    margin-top: 60px !important;
    margin-bottom: 0;
}
.ct_categoryfilter_slider .owl-dots button.owl-dot span {
    height: 40px;
    width: 40px;
    border-radius: 100%;
	border: 1px solid transparent;
	background: transparent !important;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.ct_categoryfilter_slider .owl-dots button.owl-dot span:before{
	content: "";
	height: 9px;
	width: 9px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.ct_categoryfilter_slider .owl-dots button.owl-dot.active span{
	border-color: #fff; 
}
.ct_category_postsec .ct_cattop_sec .owl-nav button {
    position: absolute;
    color: #C4C4C4;
    font-size: 60px;
    line-height: 1;
    top: 40%;
    transform: translateY(-50%);
    margin: 0;
    height: auto;
    background: transparent !important;
    transition: all 0.5s ease-in-out;
}

.ct_category_postsec .ct_cattop_sec .owl-nav button.owl-prev {
    left: -80px;
}
.ct_category_postsec .ct_cattop_sec .owl-nav button.owl-next {
    right: -80px;
}
.ct_category_postsec .ct_cattop_sec .owl-nav button:hover {
    color: #f6a823;
}

.ct_bottompost_wrap .post_toptitle h4 {
    color: #F6A823;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.ct_bottompost_wrap .post_toptitle h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}
.ct_bottompost_wrap .post_toptitle h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 80px;
    background: #F6A823;
	z-index: 1;
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn {
    position: relative;
    height: 200px;
	overflow: hidden;
    margin-bottom: 25px;
	padding: 50px 30px;
	display: flex;
	align-items: flex-end;
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn img {
    position: absolute;
	left: 0;
	top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; 
	transition-duration: 4s;
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn:hover img {
	transform: scale(1.5);
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn a {
    display: block;
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0 0 0 /70%);
	z-index: 1;
	transition: all 0.5s ease-in-out;
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn:hover:before{
	background: rgba(0 0 0 /40%);
}
.ct_bottompost_wrap .latest_postwrap .catpost_inn h3 {
	color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 11;
    margin: 0;
}
.ct_catpost_wrap .pagination {
    display: block;
    padding: 40px 0 0;
    text-align: center;
}
.ct_catpost_wrap .pagination a,.ct_catpost_wrap .pagination span {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 7px;
}
.ct_catpost_wrap .pagination a.current, .ct_catpost_wrap .pagination span.current,
.ct_catpost_wrap .pagination a:hover, .ct_catpost_wrap .pagination span:hover {
    color: #F6A823;
}

/*=== Sidebar css ===*/

.ct_sidebar_wrap{
	padding-left: 20px;
}
.ct_sidebar_wrap .trending_posttitle h5 {
    color: #F6A823;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.ct_sidebar_wrap .trending_posttitle h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}
.ct_sidebar_wrap .trending_posttitle h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 80px;
    background: #F6A823;
	z-index: 1;
}
.ct_sidebar_wrap .pitem {
    margin-bottom: 15px;
}
.ct_sidebar_wrap .pitem a {
    display: flex;
    align-items: center;
}
.ct_sidebar_wrap .pitem.withimg .post_thumbnail {
    height: 75px;
    width: 75px;
    overflow: hidden;
    position: relative;
}
.ct_sidebar_wrap .pitem.withimg .post_thumbnail img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 2s;
}
.ct_sidebar_wrap .pitem.withimg:hover .post_thumbnail img {
    transform: scale(1.5);
}
.ct_sidebar_wrap .pitem .post_details {
    width: calc(100% - 75px);
    padding-left: 15px;
}
.ct_sidebar_wrap .pitem .post_details h4.post_title {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
    transition: all 0.5s;
}
.ct_sidebar_wrap .pitem:hover .post_details h4.post_title {
    color: #F6A823;
}
.ct_sidebar_wrap .pitem .post_details p.post_author {
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.ct_sidebar_wrap .pitem .post_details p.post_author svg {
    top: -3px;
    position: relative;
    margin-right: 5px;
}

/*=== New Single Post Page Css ===*/

.sq_singlepostcnt {
	color: #fff;
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	padding: 80px 0px;
}
.sq_singlepostcnt .spost_cmnsec a{
	color: #fff;
	text-decoration: underline;
}
.sq_singlepostcnt .spost_cmnsec a:hover{
	color: #F6A823;
	text-decoration: none;
}
.sq_singlepostcnt .spost_cmnsec{
	padding: 20px 0;
}
.spost_imgcntsec .spost_icimg {
    padding-left: 20px;
}
.sq_singlepostcnt .spost_cmnsec .image_sec .postimg img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.spost_vidimgtsec .main_video {
    padding: 0;
    margin: 0;
}
.spost_vidimgtsec .main_video .video_image {
    height: 350px;
    border-radius: 26px;
}
.spost_vidimgtsec .main_video .video_image a.playbtn {
    background: transparent;
    height: auto;
    width: auto;
    display: block;
    color: inherit;
    border-radius: 0px;
}
.spost_vidimgtsec .main_video .video_image a.playbtn svg path {
    fill: #FF0B0B;
	transition: all 0.5s ease-in-out;
}
.spost_vidimgtsec .main_video .video_image a.playbtn:hover svg path {
    fill: #fba41b;
}
.spost_vidimgtsec .ctfull_vid .main_video .video_image {
    max-width: 620px;
    margin: 0 auto 30px;
}
.spost_vidimgtsec .ctfull_vid:last-child .main_video .video_image {
    margin-bottom: 0;
}
.quote_cnt.type_two {
    padding-left: 107px;
    padding-top: 20px;
    padding-bottom: 75px;
    color: #FFF;
    text-align: justify;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}
.quote_cnt.type_two:before{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
	width: 75px;
	background-image: url(../images/el_quotes.webp);
	background-size: cover;
	background-position: center center;
}
.quote_cnt.type_two:after{
	content:"";
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 75px;
	width: 75px;
	background-image: url(../images/el_quotes_r.webp);
	background-size: cover;
	background-position: center center;
}
.spp_trending_wrap {
    padding-bottom: 100px;
}
.sq_commentform {
    color: #fff;
	padding-bottom: 100px;
}
.sq_commentform a {
    color: #fff;
}
.sq_commentform a:hover {
    color: #f6a823;
}
.sq_commentform form#commentform label {
    display: block;
}
.sq_commentform form#commentform p.comment-form-comment textarea, 
.sq_commentform form#commentform p input[type="text"] {
    border-radius: 10px;
    background: #282626;
    width: 100%;
    height: 100px;
    resize: none;
	padding: 10px;
	color: #fff;
}
.sq_commentform form#commentform p input[type="text"] {
    height: 40px;
}
.sq_commentform form#commentform .comment-form-cookies-consent label {
    display: inline-block;
}
.sq_commentform form#commentform p.form-submit input#submit {
    position: relative;
    left: auto;
    top: auto;
    border-radius: 35px;
    background: #F6A823;
    display: inline-block;
    height: auto;
    width: auto;
    text-indent: unset;
    padding: 11px 30px 10px !important;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.5s;
}
.sq_commentform form#commentform p.form-submit input#submit:hover {
    background: #fff;
    color: #000;
}
.quote_cnt.type_one {
    padding-left: 120px;
}
.quote_cnt.type_one .qcnt {
    max-width: 380px;
    padding-left: 25px;
    border-left: 3px solid #fff;
    margin-top: 25px;
}
.spost_cmnsec ul {
    padding-left: 25px;
	margin: 0 0 20px;
}
.sq_singlepostcnt .spost_cmnsec .image_sec .ctfull_vid.cvi_col:not(:last-child) .postimg {
    margin-bottom: 25px;
}
.sq_commentform ol.commentlist {
    border-radius: 10px;
    border: 1px solid #C0C0C0;
    background: #000;
    padding: 20px 30px;
}
.sq_commentform ol.commentlist .comment-author.vcard {
    margin-bottom: 10px;
}
.sq_commentform ol.commentlist li:not(:last-child) {
    margin-bottom: 20px;
}

/*=== Pagination Css ===*/

.ctpagination_post {
    padding-top: 20px;
}
.ctpagination_post .nextprevpagi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ctpagination_post .nextprevpagi a {
    color: #F6A823;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.ctpagination_post .nextprevpagi a:hover {
    color: #fff;
}
.ctpagination_post .nextprevpagi a i.fa {
    color: rgba(255, 254, 254, 0.60);
}


/*===== Positions Vacant Page Css =====*/

.main_pos_cnt_wrapper {
    background: #000;
    color: #fff;
    padding: 50px 0;
}
.main_pos_cnt_wrapper .position_table {
    border-radius: 16px;
    background: #0F171A;
    padding: 16px;
}
.main_pos_cnt_wrapper .position_table table.table {
    margin: 0;
}
.main_pos_cnt_wrapper .position_table table.table th {
    background: #000000;
    padding: 25px 16px;
    vertical-align: middle;
    border: 0 none;
    color: #D7D7D8;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.20; /* 24px */
}
.main_pos_cnt_wrapper .position_table table.table th:first-child {
    border-radius: 10px 0 0 10px;
}
.main_pos_cnt_wrapper .position_table table.table th:last-child {
    border-radius: 0 10px 10px 0;
}
.main_pos_cnt_wrapper .position_table table.table td {
    box-shadow: none;
    border-color: rgba(255 255 255 / 0.16);
    padding: 28px 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.20; /* 24px */
    vertical-align: middle;
}
.main_pos_cnt_wrapper .position_table table.table td:nth-child(2){
    max-width: 200px;
}
.main_pos_cnt_wrapper .position_table table.table tr:last-child td {
    border: 0 none;
    padding-bottom: 10px;
}
.main_pos_cnt_wrapper .position_table table.table td a.jbtn {
    display: inline-block;
    padding: 12px 24px;
    background: #000;
    color: #FAA419;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.20; 
    transition: all 0.5s ease-in-out;
}
.main_pos_cnt_wrapper .position_table table.table td a.jbtn:hover,
.main_pos_cnt_wrapper .position_table table.table td a.jbtn.japply_now_btn{
    background: #FAA419;
    color: #000;
} 
.main_pos_cnt_wrapper .position_table table.table td a.jbtn.japply_now_btn:hover{
    background: #000;
    color: #FAA419;
} 