@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rye&amp;display=swap");
/* Typography */

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #757575;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:active,
a:focus {
    /*! text-decoration: none; */
    /*! -moz-transition: all 0.3s ease-in-out 0s; */
    /*! -webkit-transition: all 0.3s ease-in-out 0s; */
    /*! -ms-transition: all 0.3s ease-in-out 0s; */
    /*! -o-transition: all 0.3s ease-in-out 0s; */
    /*! transition: all 0.3s ease-in-out 0s; */
}

.color-theme {
    color: #f7ca18;
}

.bg-color-theme,
.bnt-theme {
    background-color: #f7ca18;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.bg-color-theme:hover,
.bnt-theme:hover {
    opacity: 0.8;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.heading-light,
.text-light {
    font-family: "Montserrat-Light";
}

.heading-regular,
.text-regular {
    font-family: "Montserrat-Regular";
}

.heading-bold,
.text-bold {
    font-family: "Montserrat-Bold";
}

.list-item li {
    list-style: none;
    float: left;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font25 {
    font-size: 25px;
}

.font28 {
    font-size: 28px;
}

.font36 {
    font-size: 36px;
}

.font42 {
    font-size: 42px;
}

.color-theme-dark {
    color: #333333;
}

.color-theme-while {
    color: #ffffff;
}

/* color */
.color-custom {
    color: #ff3d00;
}

.color-custom:hover {
    color: #ff3d00;
}

.text-color {
    color: #777777;
}

.color-price-old {
    color: #fa6b6b;
}

.color-price-old:hover {
    color: #fa6b6b;
}

.color-white {
    color: #fff;
}

.color-white:hover {
    color: #fff;
}

.color-dark {
    color: #333333;
}

.color-dark:hover {
    color: #333333;
}

.color-red {
    color: #ff3d00;
}

.color-red:hover {
    color: #ff3d00;
}

.color-pink {
    color: #fa6b6b;
}

.color-pink:hover {
    color: #fa6b6b;
}

.color-blue {
    color: #395499;
}

.color-blue:hover {
    color: #395499;
}

.color-blue-light {
    color: #67e0fa;
}

.color-blue-light:hover {
    color: #67e0fa;
}

.color-green {
    color: #21caa9;
}

.color-green:hover {
    color: #21caa9;
}

.color-green-dark {
    color: #ff3d00;
}

.color-green-dark:hover {
    color: #ff3d00;
}

.color-gray {
    color: #999999;
}

.color-gray:hover {
    color: #999999;
}

.color-yellow {
    color: #feea3a;
}

/* background-color */
.bg-custom {
    background-color: #ff3d00;
}

.bg-red {
    background-color: #fa6b6b;
}

.bg-pink {
    background-color: #fa6b6b;
}

.bg-blue {
    background-color: #395499;
}

.bg-light-blue {
    background-color: #67e0fa;
}

.bg-green {
    background-color: #21caa9;
}

.bg-green-light {
    background-color: #41df7c;
}

.bg-green-dark {
    background-color: #ff3d00;
}

.bg-yellow {
    background-color: #feea3a;
}

.bg-coquelicot {
    background-color: #fd6940;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #e9e9e9;
}

/*************************************
   4. Header
*************************************/
@media (min-width: 1200px) {
    .navbar-nav > li > a {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
@media (min-width: 992px) {
    .page .container-header {
        box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
    }
}
.page .header-wrapper {
    /* float: left;
  position: relative;
  width: 100%;
  z-index: 2; */
}

.page .logo a img {
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
}

.container-header {
    position: relative;
    height: auto;
}

@media (min-width: 992px) {
    .header-position {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        float: left;
        width: 100%;
        background-color: #0e1525;
        height: 80px;
    }
}
/* logo */
@media (min-width: 992px) {
    .logo {
        position: absolute;
        display: inline-block;
        width: 186px;
        z-index: 10;
    }
    .logo a {
        display: block;
    }
    .logo a img {
        /* box-shadow: 2px 11px 16px rgba(0, 0, 0, 0.8); */
    }
}
@media (max-width: 991px) {
    .at-img {
        margin-bottom: 15px !important;
    }
    .logo-mobile {
        float: left;
        width: 150px;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 6;
    }
    .logo-mobile a {
        display: block;
    }
    .logo-mobile img {
        max-width: 100%;
        width: 55px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
}
/************************************* /
/* 6. Menu */
/* .menu {
  padding: 18px 0;
} */
.menu .nav > li > a {
    color: #fff;
    font-family: "Airbnb Cereal App medium";
    font-size: 11px;
    /*  border-bottom: 2px solid #fff; */
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.72;
    line-height: 1.31;
    /*! letter-spacing: 0.5px; */
    background: transparent;
}
.menu .current a,
.menu .nav > li a:hover {
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}

.mean-container .mean-nav ul li a:hover {
    color: #e05047;
}

@media (max-width: 991px) {
    .mobile-menu {
        margin-top: -15px;
    }
}
/*************************************
   Header Type 1
*************************************/
.container-header.type1 {
    /************************************* /
  /* Top Bar Nav */
    /************************************* /
  /* logo */
    /************************************* /
  /* Menu */
}
.container-header.type1 .top-nav .top-left {
    text-align: left;
}
.container-header.type1 .top-nav .top-left ul li:nth-child(1) {
    margin-right: 20px;
}
@media (min-width: 992px) {
    .dropdownMenu .dropdown-toggle:focus {
        color: #fff !important;
    }
    .container-header.type1 .logo {
        top: 0;
        left: 0;
        right: -60px;
        margin: auto;
    }
}
@media (max-width: 991px) {
    .container-header.type1 .header-middle .container {
        position: relative;
    }
}
@media (min-width: 1200px) {
    .container-header.type1 .menu .nav > li {
        width: auto;
    }
    .container-header.type1 .menu .nav > li:nth-child(6) {
        margin-right: 5%;
    }
    .container-header.type1 .menu .nav > li:nth-child(7) {
        margin-left: 140px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container-header.type1 .menu .nav > li {
        width: 180px;
    }
    .container-header.type1 .menu .nav > li:nth-child(2) {
        margin-right: 100px;
    }
    .container-header.type1 .menu .nav > li:nth-child(3) {
        margin-left: 100px;
    }
    .container-header.type1 .menu .logo {
        width: 210px !important;
    }
    .container-header.type1 .menu .logo img {
        max-width: 100%;
    }
    .container-header.type1 .menu .nav > li > a {
        font-size: 12px !important;
    }
}

/*************************************
   Header Type 2
*************************************/
.container-header.type2 {
    /************************************* /
  /* logo */
    /************************************* /
  /* Menu */
}
.container-header.type2 .container {
    position: relative;
}
@media (min-width: 992px) {
    .container-header.type2 .logo {
        top: -37px;
        left: 15px;
    }
}
.container-header.type2 .menu .navbar-nav {
    text-align: right;
}
.container-header.type2 .menu .nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
}
.container-header.type2 .menu .nav > li:nth-child(4) a {
    padding-right: 0 !important;
}

/*************************************
   Main Content
*************************************/
.content-wrapper {
    width: 100%;
    float: left;
}

/* Extra */
.walk-slider-block {
    /*! background-color:#fff; */
    padding: 20px;
}
/* video play */
.book-now-v-btn:hover {
    text-decoration: none;
    color: #fff;
}
.book-now-v-btn {
    /* background-color: #db2d44; */
    /* background-image: url(../images/btnBk.png); */
    background-size: auto;
    background-position: center;
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Rye", cursive;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 25px;
    color: #fff;
    background-repeat: no-repeat;
    background-color: #db2d43 !important;
}
.book-join-league:hover {
    text-decoration: none;
    color: #db2d44;
}
.book-join-league {
    border: 1px solid #db2d44;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Airbnb Cereal App normal";
    font-weight: normal;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
    color: #db2d44;
    margin-right: 20px;
}
#myVideo {
    right: 0;
    bottom: -30px;
    min-width: 100%;
    height: auto;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 800px;
}
.bannerslider .carousel-inner .item img {
    object-fit: cover;
    height: 800px;
}
.content {
    top: 150px;
    color: #f1f1f1;
    width: 100%;
    padding: 80px 5%;
    position: absolute;
    z-index: 9;
}

#myBtn {
    /*! width: 200px; */
    font-size: 18px;
    padding: 10px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: table;
    margin: 0 auto;
}

#myBtn:hover {
    background: transparent;
    color: black;
}
.video-left-cont h1 {
    opacity: 0.88;
    font-family: "Impacted 2.0";
    font-size: 80px;
    line-height: 1.3;
    letter-spacing: 2.2px;
    color: #ffffff;
}
.video-left-cont p {
    opacity: 0.88;
    font-family: "Airbnb Cereal App normal";
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: 1.2px;
    /* text-align: left; */
    color: #ffffff;
    margin-top: 30px;
}
.pause-icon img {
    width: 70px;
}

.fa-play-circle-o {
    font-size: 18px;
}

/* video play */

.display-center {
    display: table;
    margin: 0 auto;
}
a:hover {
    text-decoration: none;
}
/* .video-left-cont {width:70%;float:left} */
.video-right-cont {
    width: 30%;
    float: right;
}
.about-slider-block {
    margin-right: 35px;
}
.about-slider {
    margin-top: 30px;
    margin-right: 12px;
    padding-right: 5px;
}
.book-now:hover {
    text-decoration: none;
    color: #fff;
}
.book-now {
    /* background-image: url(../images/btnBk.png); */
    background-size: cover;
    background-position: center;
    padding: 12px 30px;
    border-radius: 20px;
    /*! margin-left: -35px; */
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Rye", cursive;
    font-weight: normal;
    /*! margin-top: 608px !important; */
    /*! display: block; */
    /*! width: 125px; */
    text-align: center;
    display: table;
    margin: 25px auto !important;
    background-color: #db2d43 !important;
    line-height: 20px;
}
.xola-custom:hover {
    text-decoration: none;
    color: #fff;
}
.xola-custom {
    /* background-image: url(../images/btnBk.png); */
    background-size: cover !important;
    background-position: center !important;
    padding: 12px 30px !important;
    border-radius: 20px;
    color: #fff;
    font-size: 13px !important;
    text-transform: uppercase;
    font-family: "Rye", cursive;
    font-weight: normal;
    text-align: center;
    display: table;
    margin: 0px auto !important;
    background-color: transparent !important;
    border: 0 !important;
    cursor: pointer !important;
    background-color: #db2d43 !important;
}
.book_now_con .xola-custom {
    margin: 0 auto !important;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 4px solid #fff !important;
}
.schedule-table thead tr th {
    background-color: #db2d43;
    color: #fff;
}
.schedule-table tbody tr td {
    background-color: #f0f0f0 !important;
    vertical-align: middle;
}
.schedule-table thead tr th,
td {
    text-align: center;
    font-family: "Airbnb Cereal App medium";
    text-transform: uppercase;
}
.single-slide {
    background-color: #fff;
    padding: 35px 20px;
}
.walk-slider-block .book-now {
    /*! margin:0 !important; */
    display: table;
    margin: 0 auto !important;
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px;
}
.bk-white {
    background-color: #fff;
}
.thumbnail-slide {
    margin-left: 10px;
    margin-bottom: 15px;
}
.thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.thumbnail img {
    margin-right: 0 !important;
}
.about-slider-cont p {
    opacity: 0.72;
    font-family: "Airbnb Cereal App normal";
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: center;
    color: #000000;
    margin-top: 10px !important;
}
.about-slider-cont {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.about-slider-cont h3 {
    font-family: "Airbnb Cereal App medium";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: center;
    color: #1a0841;
    text-transform: uppercase;
    margin-top: 15px;
}
.week-set {
    font-size: 16px; /*! font-weight:bold; */
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-family: "Airbnb Cereal App medium";
    margin-top: 25px;
    margin-bottom: 30px;
}
.desk-logo {
    width: 175px;
    margin-left: 0px;
    border: 4px solid #fff;
    border-radius: 50%;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: table;
    margin: 0 auto;
}
.subscribe-btn {
    background-color: #db2d44;
    padding: 12px 30px;
    border-radius: 20px;
    margin-left: -35px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Airbnb Cereal App normal";
    font-weight: normal;
}
.subscribe-btn:hover {
    color: #fff;
}
.subscribe-input {
    height: 40px;
    width: 250px;
    border-radius: 20px 0 0 20px;
    border: none;
    padding-left: 15px;
    padding-right: 35px;
    font-family: "Airbnb Cereal App normal";
}
.footer-menu {
    display: table;
    margin: 0 auto;
}
.footer-menu li {
    display: inline;
    margin: 0px 10px;
}
.footer-menu li a {
    color: #fff; /*! font-size:16px; */
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.6px;
    font-family: "Airbnb Cereal App medium";
}
footer {
    background-color: #000;
}
.social-media {
    display: table;
    margin: 0 auto;
}
.social-media li {
    display: inline;
    margin: 0px 10px;
}
.social-media li a .fa-facebook {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 14px;
    border-radius: 50%;
}
.social-media li a .fa-twitter {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 11px;
    border-radius: 50%;
}
.social-media li a .fa-instagram {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 11px;
    border-radius: 50%;
}
.social-media li a .fa-yelp {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 11px;
    border-radius: 50%;
}
.subscribe-block {
    display: table;
    margin: 40px auto;
}
.subscribe-block li {
    display: inline;
    margin: 0px 0px;
}
fieldset legend .legend-name {
    font-size: 17px;
    padding-bottom: 5px;
    color: #1f7c8c;
    text-transform: uppercase;
    text-align: center;
    display: table;
    margin: 0 auto;
}
fieldset {
    background-color: #fff; /*! box-shadow: 0px 3px 5px 0 #000; */
    min-height: 350px;
    padding: 2% 10% 10% 10%;
}
fieldset legend .legend-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0 5px 0px #cbb5a2;
    /*! display: table; */
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
}
fieldset legend .legend-img img {
    height: 100px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #67625c !important;
    border: 0 !important;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #db2c43 !important;
    border: 0 !important;
}
.text-white {
    color: #fff !important;
}
.carousel-indicators {
    bottom: 30px !important;
    z-index: 10 !important;
}
.bk-pink {
    background-image: url("../images/TexasBG_1.jpg");
    text-align: center !important;
    background-size: cover;
}
.inner-page-header {
    background-image: url("../images/imgpsh_axe_banner.jpg");
    text-align: center !important;
    background-size: cover;
    margin-top: 78px;
    padding: 12% 0;
    height: 500px;
    background-repeat: no-repeat;
}
.inner-page-header h2 span {
    font-size: 80px;
    font-family: "Impacted 2.0";
    font-weight: normal;
}
.box-shadow {
    box-shadow: 0px 0px 6px 0px #c7c7c7;
}
.axe-throw-image-block {
    margin-bottom: 40px;
    margin-top: 30px;
}
.green-pera-link {
    display: table;
    margin: 0 auto; /*! font-size: 17px; */
    border-bottom: 1px solid #fa7e5c;
    padding-bottom: 5px; /*! color:#1f7c8c; */
    text-transform: uppercase;
    color: #1a0841;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 3.2px;
    font-family: "Airbnb Cereal App normal";
}
.width-100 {
    width: 100%;
}
.page-heading span {
    margin: 0 auto;
    font-family: "Airbnb Cereal App bold";
    font-weight: bold;
    color: #1a0841;
    font-size: 24px;
    letter-spacing: 1.3px;
}
.jumboFont {
    font-family: "Impacted 2.0" !important;
    font-weight: normal !important;
}
.booknowLocated {
    font-size: 34px !important;
    font-family: "Impacted 2.0" !important;
    font-weight: normal !important;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.heading-icon {
    width: 35px;
    position: absolute;
    margin-top: -5px;
}
.h-aboutus h2 {
    text-align: center !important;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
}
.sizedFun {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center !important;
    text-transform: uppercase;
    color: #c3c3c3;
    font-size: 40px;
    font-family: "Airbnb Cereal App normal";
}
.h-aboutus p {
    text-align: center !important;
    margin: 30px 0 0 0; /*! line-height:24px; */ /*! font-size:17px; */
    word-spacing: 0px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1px; /*! text-align: center; */
    color: #000000;
    font-family: "Airbnb Cereal App normal";
    opacity: 0.72;
}
.h-public-walk {
    background-image: url("../images/TexasBG_1.jpg");
    text-align: center !important;
    background-size: cover;
}
.h-teams-walk {
    background-image: url("../images/TERMSOFWALK-IN_Bg.png");
    text-align: center !important;
    background-size: cover;
}
.social-plugin-block {
    /*! background-image:url('https://pbs.twimg.com/media/DVM-bFuXkAECY0I.jpg'); */
    text-align: center !important;
    background-size: cover;
}
.h-public h2 {
    color: #fff;
}
.h-public p {
    color: #fff;
    margin-bottom: 30px;
}
.pera-link {
    color: #fff;
    border-bottom: 1px solid #db2d43;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: "Airbnb Cereal App normal";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3.2px;
}
.pera-link:hover {
    color: #fff;
}
.navbar-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}

/* card design */
.card-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #fff;
    margin-bottom: 12px;
    transition: 0.5s;
    border: 0;
    border-radius: 0;
    position: relative;
    width: 30.33333333%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    /*! box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10) !important; */
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    padding: 50px 25px;
}

.blocks {
    display: flex;
    flex-flow: row wrap;
}

@media screen and (min-width: 767px) {
    .mobileFooterCoockies {
        display: none !important;
    }
    .locationTitle {
        font-size: 18px !important;
    }
    .mobileTitle {
        display: none !important;
    }
    .contactUsTitle {
        padding-left: 70px;
    }
    .program-box-shadow-width {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
}

/* Boring non-layout styling */

.card-btn {
    position: absolute !important;
    bottom: 20px !important;
    display: table !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0px !important;
    width: 110px;
    padding: 8px;
    text-align: center;
}

img {
    max-width: 100%;
}
.read-more {
    display: inline-block;
    position: absolute;
    bottom: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #2c212e;
    border-radius: 2px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 14px;
}
&:hover,
&:focus {
    background-color: #2c8888;
}
.block {
    background: #fff;
    line-height: 1.5;
    /*! margin-bottom: 20px !important; */
}
/* card design */

@media screen and (max-width: 768px) {
}
/* Extra */

/*Slick-new*/
.thumbnail-slide {
    margin: 15px;
}
.about-slider-con {
    padding: 30px 15px;
}
.thumbnail img {
    width: 100%;
}
.slick-dots li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #67625c !important;
    border: 0 !important;
    border-radius: 10px;
}
.slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #db2c43 !important;
    border: 0 !important;
}
.slick-dots li {
    margin: 0 auto;
}
/*testi*/
.testimonial_box {
    position: relative;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    padding: 60px 24px 42px;
    margin: 48px auto;
}
.testimonial_pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial_pic img {
    width: 100%;
    height: auto;
}
.testimonial_description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    position: relative;
    font-family: "Airbnb Cereal App normal";
    opacity: 0.8;
    margin: 12px auto;
    display: inline-block;
    width: 100%;
}
.testimonial_description:before {
    content: url("../images/test-left.png");
    position: absolute;
    left: 1px;
    top: -9px;
}
.testimonial_description:after {
    content: url("../images/text-right.png");
    position: absolute;
    right: 10px;
    bottom: -20px;
}
.testimonial_title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #223185;
    font-family: "Airbnb Cereal App normal";
    margin: 12px auto;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.testimonial_con .row > .col-xs-12:nth-child(2n + 1) {
    clear: left;
}
/*End Testi*/

/*press media*/

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.press_media_box {
    display: inline-block;
    width: 100%;
}

.press_media_box_img {
}
.press_media_box_text {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-family: "Airbnb Cereal App normal";
    opacity: 0.72;
    display: inline-block;
    width: 100%;
}
.margin-t-b-9 {
    margin-top: 9px;
    margin-bottom: 9px;
}
.press_media_box_date {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
    font-family: "Airbnb Cereal App normal";
    display: inline-block;
    width: 100%;
    opacity: 0.72;
}
.press_media_box_red_more {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
    font-family: "Airbnb Cereal App normal";
    display: inline-block;
    width: 100%;
}
.press_media_box_red_more a {
    color: #000000;
    border-bottom: 1px solid #db2d43;
}
.press_media_box_img img {
    width: auto;
    height: 50px;
    text-align: center;
    margin-bottom: 12px;
    max-width: 100%;
}
.red_more_margin {
    margin-top: 90px;
    margin-bottom: 12px;
}
.red_more_btn_fix {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    width: auto;
    bottom: 30px;
}
.blocks-same-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #fff;
    margin-bottom: 12px;
    transition: 0.5s;
    border: 0;
    border-radius: 0;
    position: relative;
    width: 30%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-top: 4px solid transparent;
    padding: 24px 36px 36px;
}

.blocks-same-box {
    display: flex;
    flex-flow: row wrap;
}
.bookingBox {
    background-color: #fff;
    height: 100%;
}
.blocks-same-col:hover {
    border-color: #db2d43;
}
/*End press media*/

/*gift-card-voucher.*/
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.card_voucher_box h3 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.3px;
    text-align: center;
    color: #1a0841;
    font-family: "Airbnb Cereal App normal";
}

.card_voucher_box p {
    opacity: 0.72;
    font-family: "Airbnb Cereal App normal";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 0.9px;
    text-align: center;
    color: #000000;
}
.card_voucher_box {
    padding: 48px 30px 24px;
}
.gift_Card_voucher_popup {
}

.gift_Card_voucher_left {
    width: 30%;
    float: left;
}
.gift_Card_voucher_right {
    width: 70%;
    float: right;
}
.gat25 {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.5px;
    background-color: #1a0841;
    color: #ffffff;
    text-align: center;
    font-family: "Airbnb Cereal App normal";
    padding: 30px;
    margin-right: 30px;
}

.gift_Card_voucher_popup h3 {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 1.1px;
    text-align: left;
    color: #1a0841;
    font-family: "Airbnb Cereal App normal";
    margin: 0px auto 12px;
}
.gift_Card_voucher_popup h4 {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    text-align: left;
    color: #1a0841;
    font-family: "Airbnb Cereal App normal";
    margin: 12px auto 12px;
}
.gift_Card_voucher_popup p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.9px;
    text-align: left;
    color: #000000;
    font-family: "Airbnb Cereal App normal";
}
.checkbox {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000000;
}
.gift_Card_voucher_popup .book-now {
    text-align: left;
    margin: 16px 0 !important;
}
/*gift-card-voucher.*/

/*book-now*/
.book_now_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #fff;
    margin-bottom: 12px;
    transition: 0.5s;
    border: 0;
    border-radius: 0;
    position: relative;
    width: 48%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-top: 4px solid transparent;
    padding: 54px 30px;
}
.book_now_col_3 {
    width: 31.33% !important;
}
.book_now_row {
    display: flex;
    flex-flow: row wrap;
}
.book_now_con .book-now {
    margin: 0 auto !important;
}
.book_now_titel {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #db2d43;
    font-family: "Airbnb Cereal App normal";
}
.book_now_rs .book_now_rs_big {
    opacity: 0.64;
    font-family: "Airbnb Cereal App normal";
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 9.1px;
    color: #1a0841;
}
.book_now_rs .book_now_rs_small {
    opacity: 0.64;
    font-family: "Airbnb Cereal App normal";
    font-size: 60px;
    vertical-align: top;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 9.1px;
    color: #1a0841;
    padding-top: 9px;
    display: inline-block;
    width: auto;
}
.from_con {
    opacity: 0.64;
    font-family: "Airbnb Cereal App normal";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000000;
    margin: 9px auto 24px;
    display: inline-block;
    width: 100%;
}
.book_now_Person {
    opacity: 0.64;
    font-family: "Airbnb Cereal App normal";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 2.2px;
    color: #000000;
    margin: 0 auto 42px;
    display: inline-block;
    width: 100%;
}
.book_now_rs {
    margin: 30px auto;
}
/*book-now*/
@media only screen and (max-width: 992px) {
    /*card_voucher*/
    .card_voucher_box {
        padding: 36px 18px 18px;
    }
    /**/
    /*book-now*/
    .book_now_titel {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
    .book_now_rs .book_now_rs_big {
        font-size: 60px;
    }
    .book_now_rs .book_now_rs_small {
        font-size: 48px;
    }
    .footer-middle {
        margin: 24px auto;
    }
    .timinng h3,
    .timinng p,
    .timinng .book-now-v-btn,
    .timinng {
        text-align: center !important;
    }

    /*book-now*/
}
@media only screen and (max-width: 768px) {
    footer {
        padding-bottom: 70px !important;
    }
    .mobileFooterCoockies a.book-now {
        padding: 12px 20px !important;
        margin: 15px auto !important;
    }
    .mobileFooterCoockies .bookNowLbl {
        margin-top: 2px;
    }
    .mobileFooterCoockies span {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.28;
        letter-spacing: 0.6px;
        font-family: "Airbnb Cereal App medium";
    }
    .mobileFooterCoockies {
        background-color: #0e1525;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 11111;
    }
    .pt-70.pb-70.bg_blue {
        margin-top: -5px !important;
    }
    .locationTitle {
        font-size: 16px !important;
    }
    .inner-page-header {
        height: 300px;
    }
    .innerPageSubtitle {
        font-size: 30px;
        margin-top: 0;
    }
    #myVideo {
        right: 0;
        bottom: -30px;
        min-width: 100%;
        height: auto;
        position: relative;
        width: 100%;
        object-fit: cover;
        height: 550px;
        top: 0px;
    }
    .bannerslider .carousel-inner .item img {
        object-fit: cover;
        height: 550px;
    }
    .video-left-cont.text-center {
        margin-top: 75px;
    }
    .book-now {
        font-size: 10px;
    }
    .thumbnail-slide {
        margin: 9px;
    }
    .about-slider-con {
        padding: 30px 9px;
    }
    /*press media*/
    .blocks-same-col {
        width: 48%;
    }
    /*press media*/
    /*card_voucher*/
    .card_voucher_box {
        margin: 12px auto;
    }

    /**/
    /*gift-card-voucher.*/

    .gift_Card_voucher_left,
    .gift_Card_voucher_right {
        width: 100%;
        margin: 12px auto;
    }
    a:hover,
    a:focus {
        color: inherit;
    }
    /*gift-card-voucher.*/
    /*book-now*/
    .book_now_col {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    /*book-now*/
}
@media only screen and (max-width: 481px) {
    .book-now-v-btn {
        background-size: 100px !important;
    }
    /*press media*/
    .blocks-same-col {
        width: 98%;
    }
    /*press media*/
}
/*End Slick-new*/

.book_now_rs .book_now_rs_big {
    font-size: 48px;
}
.book_now_rs .book_now_rs_small {
    font-size: 36px;
}
.block_box {
    margin: 15px auto;
}
.blog_content {
    padding: 30px;
}
.blog_img img {
    width: 100%;
}
.blog_titel {
    font-family: "Airbnb Cereal App normal";
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.6px;
    text-align: center;
    color: #db2d43;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.blog_titel a {
    color: #db2d43;
}
.blog_text {
    opacity: 0.72;
    font-family: "Airbnb Cereal App normal";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
}
.block_boxs .col-xs-12:nth-child(3n + 1) {
    clear: left;
}
.blog_titel_bottom {
    text-align: center;
}
.blog_titel_bottom span {
    font-family: "Airbnb Cereal App normal";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.9px;
    text-align: left;
    color: #000000;
    border-bottom: 2px solid #db2d43;
    padding: 12px 0;
    display: inline-block;
    width: auto;
    opacity: 1;
    margin: 12px auto;
}
.blog_reading_text {
    opacity: 0.72;
    font-family: "Airbnb Cereal App normal";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-align: center;
    color: #000000;
}
.blog_reading_img {
    text-align: center;
    margin-top: 30px;
}
.blog_reading_img img {
    text-align: center;
    width: 100%;
}
.blog_reading_box {
    padding: 30px 0;
}
@media only screen and (max-width: 1200px) {
    .blog_titel {
        font-size: 14px;
    }
    .blog_content {
        padding: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .block_boxs .col-xs-12:nth-child(3n + 1) {
        clear: inherit;
    }
    .block_boxs .col-xs-12:nth-child(2n + 1) {
        clear: left;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 481px) {
}

/*faq*/

.faq_con .panel-group .panel {
}
.faq_con .panel-default > .panel-heading {
    background: transparent;
    border: 0;
    padding: 0;
}
.faq_con .panel-default > .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 20px 35px 16px;
    position: relative;
}
.faq_con .panel-group .panel + .panel {
    margin-top: 20px;
}
.faq_con .panel-default > .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f107";
    float: right;
    margin-left: 15px;
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 18px;
    color: #000000;
    opacity: 1;
}
.faq_con .panel-default > .panel-heading a.collapsed:after {
    content: "\f106";
    opacity: 0.6;
}
.faq_con .panel-default {
    border: 0;
    border-radius: 0;
}
.faq_con .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
.faq_con .panel-body {
    padding: 3px 60px 20px 105px;
    opacity: 0.72;
    font-family: "Airbnb Cereal App medium";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1.4px;
    text-align: left;
    color: #000000;
}
.faq_no {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.9px;
    text-align: left;
    color: #db2d43;
    width: 60px;
    float: left;
    font-family: "Airbnb Cereal App medium";
    display: inline-block;
}
.faq_title {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 1.4px;
    text-align: left;
    color: #000000;
    width: calc(100% - 70px);
    float: right;
    font-family: "Airbnb Cereal App medium";
    display: inline-block;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
/*End FAQs*/
/*contact*/
.form-group label {
    opacity: 0.6;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: left;
    color: #000000;
    margin-bottom: 6px;
    font-family: "Roboto", sans-serif;
}
.form-control {
    border-radius: 0;
    border: 1px solid #db2d43;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    height: 44px;
}
.form-group {
    margin-bottom: 20px;
}
.send-btn {
    background-color: #db2d44;
    padding: 12px 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    border: 1px solid #db2d44;
}
.send-btn:hover {
    background-color: transparent;
    color: #db2d44;
}
.info_text {
    opacity: 0.64;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000000;
    width: calc(100% - 70px);
    display: inline-block;
    float: left;
    padding-top: 7px;
}
.info_text a {
    opacity: 0.64;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #000000;
    width: calc(100% - 70px);
    display: inline-block;
    float: left;
    padding-top: 2px;
}
.info_text a:hover {
    text-decoration: none !important;
}
.info_icon {
    width: 70px;
    display: inline-block;
    float: left;
}
.contact_info_con ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    min-height: 60px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.form-control:focus {
    border-color: #db2d43;
    box-shadow: inherit;
}
.contact_info_con {
    padding-top: 18px;
}
.opacity_video {
    position: relative;
}
.opacity_video::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.faq_con .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    margin: 0 auto 15px;
    text-align: left !important;
    opacity: 1;
    word-spacing: inherit;
    color: #000;
}
.fooetr_image_ul {
    margin: 0 auto;
    padding: 30px 0 0;
    list-style: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.fooetr_image_ul li {
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    list-style: none;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 25%;
}
.fooetr_top_con {
    background: #f5f1f1;
    padding: 60px 0 54px;
    margin-bottom: -20px !important;
}
.fooetr_image_ul img {
    max-width: 100%;
}
.book_now_box_new .xola_custom_btn_con {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px;
    display: inline-block;
    width: 100%;
}
.book_now_box_new .book_now_titel {
    line-height: normal;
    font-size: 20px;
    min-height: 52px;
}
.book_now_box_new .from_con {
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto auto;
    text-align: center;
    min-height: 42px;
    letter-spacing: 1px;
}
.book_now_box_new .book_now_Person {
    font-size: 15px;
    margin: 0 auto;
}
.book_now_box_new .book_now_rs .book_now_rs_small {
    font-size: 20px;
}

.book_now_box_new .book_now_rs .book_now_rs_big {
    font-size: 27px;
    letter-spacing: 4px;
}

.book_now_box_new .book_now_rs {
    margin: 24px auto 18px;
}
.book_now_box_new {
    padding: 30px 20px 90px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.book_now_col_one {
    width: 80% !important;
    max-width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .container-header.type1 .logo {
        right: 0;
    }
    .about-slider-block {
        margin: 0 auto;
    }
    .video-left-cont h1 {
        font-size: 30px;
    }
    .inner-page-header {
        padding: 19% 0 12%;
    }
    .visible-sm {
        display: block !important;
    }
    .logo-mobile {
        float: left;
        width: auto;
        position: absolute;
        top: 12px;
        left: auto;
        z-index: 999;
    }
    .logo-mobile a {
        display: block;
    }
    .logo-mobile img {
        max-width: 100%;
        width: 55px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .mobile-menu {
        margin-top: 0;
    }
    .area-mobile-content .mean-container .mean-bar {
        padding: 18px 0;
    }
    .area-mobile-content .mean-container a.meanmenu-reveal {
        top: 18px;
    }
    .container-header.type1 .logo.hidden-sm {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .footer-menu li a {
        font-size: 15px;
    }
    .video-left-cont h1 {
        font-size: 28px;
    }
    .content {
        top: 30px;
    }
    .inner-page-header {
        margin: 0 auto;
    }
    .mobile-menu {
        margin-top: 0;
    }
    .area-mobile-content .mean-container .mean-bar {
        padding: 18px 0;
    }
    .logo-mobile {
        top: 12px;
    }
    .area-mobile-content .mean-container a.meanmenu-reveal {
        top: 18px;
    }
    .thumbnail img {
        width: 100%;
    }
    .thumbnail {
        height: auto;
    }
    .card_voucher_box {
        padding: 36px 18px 18px;
    }
    .inner-page-header {
        padding: 12% 0;
    }
    .footer-menu li {
        margin: 0px 9px;
    }
    .book_now_box_new .book_now_titel {
        font-size: 16px;
    }
    .book_now_box_new .book_now_rs .book_now_rs_big {
        font-size: 24px;
    }
    .book_now_box_new .book_now_rs .book_now_rs_small {
        font-size: 17px;
        padding-top: 6px;
    }
    .book_now_box_new .book_now_Person {
        font-size: 14px;
    }
    .book_now_box_new .from_con {
        font-size: 12px;
    }
    .book_now_box_new .book_now_titel {
        min-height: auto;
    }
    .book_now_col_one {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .thumbnail-slide {
        margin: 9px;
    }
    .about-slider-con {
        padding: 30px 9px;
    }
    .footer-menu {
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .footer-menu li {
        display: inline;
        margin: 0px 12px;
        line-height: 30px;
    }
    .h-aboutus p {
        text-align: justify !important;
        letter-spacing: inherit;
        word-spacing: inherit;
    }
    .pt-70 {
        padding-top: 48px;
    }
    .pb-70 {
        padding-bottom: 48px;
    }
    .footer-menu li a {
        font-size: 14px;
    }
    .inner-page-header h2 span {
        font-size: 30px !important;
    }
    .walk-slider-block {
        padding: 15px;
    }
    .about-slider-block {
        margin-right: 0;
    }
    .thumbnail img {
        width: 100%;
    }
    .pause-icon img {
        width: 40px;
    }
    /* .video-left-cont {
  width: 80%;
 } */
    .video-right-cont {
        width: 20%;
    }
    .video-left-cont h1 {
        font-size: 19px;
    }
    .video-left-cont p {
        font-size: 14px;
        margin-top: 12px;
        display: table;
        margin: 0 auto;
    }
    .book-join-league {
        margin: 12px 12px 12px 0;
    }
    .book-now-v-btn {
        margin: 12px 0;
    }
    .content {
        padding: 12px 5%;
    }
    /*faq*/
    .faq_con .panel-default > .panel-heading a {
        padding: 30px 42px 24px 30px;
    }
    .faq_con .panel-default > .panel-heading a:after {
        right: 20px;
        top: 26px;
    }
    .faq_title {
        font-size: 15px;
        width: calc(100% - 40px);
    }
    .faq_no {
        font-size: 15px;
        width: 40px;
    }
    .faq_con .panel-body {
        font-size: 15px;
        padding: 3px 42px 42px 70px;
    }
    .info_text {
        font-size: 16px;
    }
    .contact_info_con ul li {
        margin-bottom: 18px;
    }
    .contact_info_con {
        margin-bottom: 30px;
    }
    .inner-page-header {
        padding: 18% 0;
    }
    .thumbnail-slide {
        margin-left: auto;
    }
    .blocks-same-col {
        width: 48%;
    }
    .card_voucher_box {
        margin: 12px auto;
    }

    .gift_Card_voucher_left,
    .gift_Card_voucher_right {
        width: 100%;
        margin: 12px auto;
    }
    a:hover,
    a:focus {
        color: inherit;
    }
    .book_now_col_3 {
        width: calc(100% - 30px) !important;
    }
    .fooetr_image_ul li {
        width: 48%;
        max-width: 100%;
        margin: 9px auto;
    }
    .book_now_box_new .book_now_titel {
        font-size: 18px;
    }
    .book_now_box_new .from_con {
        font-size: 18px;
    }
    .book_now_box_new .book_now_rs .book_now_rs_big {
        font-size: 30px;
    }
    .book_now_box_new .book_now_rs .book_now_rs_small {
        font-size: 20px;
    }
    .book_now_col_one {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 481px) {
    .tab_con .nav-tabs > li {
        font-size: 14px;
        margin: 0 6px;
    }
    .page-heading span {
        line-height: normal;
        font-size: 15px;
    }
    .book-join-league,
    .book-now-v-btn {
        margin: 12px auto;
        width: 100%;
        display: inline-block;
    }
    .both-btn {
        margin-top: 30px;
    }
    .subscribe-input {
        padding-right: 96px;
    }
    .video-left-cont h1 {
        font-size: 15px;
    }
    .video-left-cont p {
        font-size: 14px;
        margin-top: 12px;
        height: auto;
        overflow: hidden;
    }
    .video-left-cont .book-join-league {
        width: auto;
        display: inline-block;
        padding: 9px 15px;
        float: left;
        margin-right: 6px;
    }
    .video-left-cont .book-now-v-btn {
        width: auto;
        display: inline-block;
        padding: 9px 15px;
        float: left;
    }
    /*footer*/
    .subscribe-btn {
        margin-left: -100px;
    }
    .blocks-same-col,
    .book_now_col {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin: 15px;
    }
    /**/
    .book_now_col_one {
        width: 100% !important;
        margin: 0 auto;
    }
}

.timinng p strong {
    font-size: 14px;
}
.timinng p {
    opacity: 0.88;
    font-family: "Airbnb Cereal App normal";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #ffffff;
    margin-top: 10px;
}
.footer-middle p {
    opacity: 0.88;
    font-family: "Airbnb Cereal App normal";
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: left;
    color: #ffffff;
    margin-top: 10px;
}
.timinng h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.6px;
    font-family: "Airbnb Cereal App medium";
}
.footer-middle h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.6px;
    font-family: "Airbnb Cereal App medium";
}
.footer-right h3 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 0.6px;
    font-family: "Airbnb Cereal App medium";
}
.footer-middle p {
    opacity: 0.88;
    font-family: "Airbnb Cereal App normal";
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-top: 10px;
}
.footer-middle p a {
    color: #ffffff;
}
.footer-right p {
    opacity: 0.88;
    font-family: "Airbnb Cereal App normal";
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-top: 10px;
}
.footer-right .book-now {
    float: left;
}
@media only screen and (max-width: 768px) {
    .deskTitle {
        display: none !important;
    }
    .timinng h3 {
        text-align: center;
    }
    .timinng p {
        text-align: center;
    }
    .timinng a {
        width: auto !important;
        display: table !important;
        margin: 20px auto !important;
        float: none !important;
    }
}

footer {
    background-color: #0e1525;
}
.menu .current a,
.menu .nav > li a:hover,
.menu .nav > li.active a {
    border-bottom: 2px solid #fff;
    color: #fff;
}
.img_icon {
    position: relative;
    padding: 0 42px;
}
/* .img_icon:before {
  content: url(../images/title_circle.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  right: 0;
  top: 0;
}
.img_icon:after {
  content: url(../images/title_circle.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 0;
  top: 0;
} */

.img_icon:before {
    content: "";
    background: url(../images/title_circle.png);
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 0;
    top: 0;
}
.img_icon:after {
    content: "";
    background: url(../images/title_circle.png);
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    left: 0;
    top: 0;
}
.page-heading-twoLine .img_icon:before {
    right: -20px !important;
    top: 20px !important;
}
.page-heading-twoLine .img_icon:after {
    left: -20px !important;
    top: 20px !important;
}
.text_white_img_icon {
    position: relative;
    padding: 0 42px;
}
/* .text_white_img_icon:before {
  content: url(../images/title_circle_2.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  right: 0;
  top: 0;
}
.text_white_img_icon:after {
  content: url(../images/title_circle_2.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 0;
  top: 0;
} */
.text_white_img_icon:before {
    content: "";
    background: url(../images/title_circle.png);
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 0;
    top: 0;
}
.text_white_img_icon:after {
    content: "";
    background: url(../images/title_circle.png);
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    left: 0;
    top: 0;
}
.new_level p {
    text-align: left !important;
    margin: 10px 0 0 0;
    line-height: normal !important;
}
.li_list li {
    list-style: disc;
    font-size: 16px;
    margin-left: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #ffffffa3;
}
.li_list {
    margin-left: -15px;
}

/* 
.slider {
  width: 100%;
  margin: 100px auto;
}

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}

.slick-active {
opacity: .5;
}

.slick-current {
opacity: 1;
} */

.li_list li span {
    font-family: "Airbnb Cereal App normal";
    font-size: 16px;
    opacity: 0.72;
    color: #000;
}
.comingsoon {
    font-family: "Airbnb Cereal App normal";
    font-size: 24;
    color: #000;
    color: #dc3f44;
}

.home-same-con .box-overflow {
    overflow: hidden;
}

.home-same-con .about-slider-cont {
    height: auto;
}

.home-same-con .slick-slide img {
    max-width: 100%;
}

.about-slider-same-row .blocks-same-col {
    padding: 0;
    border: 0;
    width: calc(33.33% - 2%);
}
.about-slider-same-row .red_more_btn_fix {
    bottom: 0;
}
.about-slider-same-row .press_media_box_img {
    height: 180px;
    overflow: hidden;
    margin: 0;
}
.about-slider-same-row .press_media_box_img img {
    overflow: hidden;
    height: auto;
    width: 100%;
}
.sticky-header {
    position: fixed;
    width: 100%;
    background: white;
}
.mlr-m-10 {
    margin: 0 -10px;
}

.bg_blue {
    background: #0e1525;
}
.color-white {
    color: #fff !important;
}
.color-white-con p {
    color: #fff !important;
}
.color-white-con .li_list li span {
    color: #fff !important;
}
.about-slider-same-row .press_media_box_img {
    opacity: 1;
}
.footer_logo_Con {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
}
.from_con_min {
    min-height: auto !important;
}
.social-media-con {
    margin: 18px auto;
}
a:focus {
    outline: thin dotted;
    outline: inherit;
    outline-offset: initial;
    color: inherit;
    text-decoration: inherit;
}
.btnMarginRight {
    margin-right: 6px !important;
}
.book-now-v-btn.mdBtn {
    min-width: 160px;
    padding: 12px 30px;
}

.headerSocialIcon {
    width: auto;
    margin: 0;
}
.headerSocialIcon .social-media li .fa {
    color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6);
}
.headerSocialIcon {
    width: 200px;
    margin: 0;
    display: inline-block;
    float: left;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .about-slider-same-row .blocks-same-col {
        width: calc(33% - 2%);
    }
    .timinng p {
        font-size: 12px;
    }
    .footer-right h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .page-heading span {
        font-size: 21px;
    }
    .about-slider-cont {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }
    .about-slider-con {
        padding: 30px 0;
    }
    .footer-right h3 {
        text-align: center;
    }
    .footer-right p {
        text-align: center;
    }
    .footer-right .book-now {
        float: initial;
    }
}
@media only screen and (max-width: 768px) {
    .comboBtn .book-now {
        padding: 12px 20px !important;
    }
    .sliderImg {
        height: 400px !important;
    }
    .utSection::before {
        content: none !important;
    }
    .utSection::after {
        content: none !important;
    }
    .unlimtedTexas {
        font-size: 26px !important;
    }
    .sizedFun {
        font-size: 26px !important;
    }
    .page-heading span {
        font-size: 18px;
    }
    .text_white_img_icon:before,
    .img_icon:before,
    .text_white_img_icon:after,
    .img_icon:after {
        width: 21px;
        height: 21px;
    }

    .page-heading .img_icon,
    .page-heading .text_white_img_icon {
        padding: 0 30px;
    }
    .footer-middle h3,
    .footer-right h3,
    .timinng h3 {
        font-size: 18px;
    }
    .timinng p strong,
    .timinng p {
        font-size: 16px;
    }
    .about-slider-same-row .blocks-same-col {
        width: calc(100% - 2%);
    }
}
@media only screen and (max-width: 482px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .text_white_img_icon:before,
    .img_icon:before,
    .text_white_img_icon:after,
    .img_icon:after {
        display: none;
    }
    .page-heading .img_icon,
    .page-heading .text_white_img_icon {
        padding: 0;
    }
    .book-now-v-btn.mdBtn {
        min-width: 120px;
        padding: 12px 15px;
        font-size: 11px;
    }
    .video-left-cont {
        width: 100%;
    }
    .video-right-cont {
        width: 100%;
    }
    .headerSocialIcon .social-media li {
        display: inline;
        margin: 0px 5px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-wrapper {
        z-index: 999;
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        height: 78px;
        border-bottom: 1px solid #0e1525;
    }

    body {
        position: relative !important;
        margin-top: 78px;
    }
}

.unlimtedTexas {
    font-size: 50px;
    background-color: #c3c3c3;
    color: #0e1525;
    display: inline-block;
}
.mt-0 {
    margin-top: 0px !important;
}
.utSection {
    position: relative;
}
.utSection::before {
    content: "";
    background: url(../images/title_circle.png);
    background-size: auto;
    background-size: auto;
    background-size: cover;
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-block;
    right: 40px;
    top: 50px;
}
.utSection::after {
    content: "";
    background: url(../images/title_circle.png);
    background-size: auto;
    background-size: auto;
    background-size: cover;
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-block;
    left: 40px;
    top: 50px;
}
.comboBtn {
    display: flex;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: -5px;
}
.comboBtn li {
    width: 50%;
}

.main-content-body {
    margin-top: 0px !important;
}
.portlet-header {
    display: none !important;
}
.portlet-column {
    padding: 0px !important;
}
.portlet-content {
    padding: 0px !important;
}
.portlet-layout.row {
    margin-right: 0;
    margin-left: 0;
}
.portlet {
    margin-bottom: 0px !important;
}
.portlet-decorate .portlet-content {
    padding: 0px !important;
}
.main-image {
    -webkit-transition:
        visibility 0s linear 0s,
        opacity 1s 0s;
    transition:
        visibility 0s linear 0s,
        opacity 1s 0s;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.compress-image {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.display-none {
    display: none;
}
.portlet-decorate .portlet-content {
    border-width: 0px !important;
}
/* .btn-group{
    display: none !important;
    } */
.inNewsBlock:hover {
    border-color: #db2d43;
}
.inNewsBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    background: #fff;
    margin-bottom: 12px;
    transition: 0.5s;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-top: 4px solid transparent;
    padding: 24px 36px 36px;
    height: 100%;
}

.h-aboutus .lfr-ddm-form-submit.btn.btn-primary {
    /* background-image: url(../images/btnBk.png) !important; */
    background-size: cover !important;
    background-position: center !important;
    padding: 12px 30px !important;
    border-radius: 20px;
    color: #fff;
    font-size: 13px !important;
    text-transform: uppercase;
    font-family: "Rye", cursive;
    font-weight: normal;
    text-align: center;
    display: table;
    margin: 0px auto !important;
    background-color: #db2d43 !important;
    border: 0 !important;
    float: left !important;
}

/* gallery page */

.same_box {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.gallerySmllBox {
    padding-top: 255px;
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    background: #d6d3d3;
}
.gallerySmllBox img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: inherit;
}
.gallerySmllBox a {
    height: 255px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.btn.btnRadioInput {
    padding: 0px !important;
}
.radioButtonContent {
    margin-bottom: -15px !important;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition:
        opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition:
        opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom))
            max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* gallery page */

/* new chages */

.lfr-ddm-form-submit {
    background-size: cover !important;
    background-position: center !important;
    padding: 12px 30px !important;
    border-radius: 20px;
    color: #fff;
    font-size: 13px !important;
    text-transform: uppercase;
    font-family: "Rye", cursive;
    font-weight: normal;
    text-align: center;
    display: table;
    margin: 0px auto !important;
    background-color: #db2d43 !important;
    border: 0 !important;
    float: left !important;
}

/* new chages */

.scrollLogo .desk-logo {
    width: 130px !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* new css 12-11-2020 */
.menu .nav {
    flex-direction: row !important;
}
.portlet > .portlet-topper {
    z-index: 12 !important;
}

.dropdownMenu .dropdown-toggle:focus {
    background-color: transparent !important;
}
.dropdownMenu .dropdown-menu {
    padding: 0 !important;
}
.dropdownMenu .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px;
}
.dropdownMenu .dropdown-menu a:hover {
    background-color: #0e1525 !important;
    color: #fff !important;
}
#navigation ul {
    text-align: left !important;
}

/* liferay page inline css */
.portlet-forms {
    background-color: #f5f1f1 !important;
}
.inner-page-header {
    margin-top: 80px;
}
.carousel-indicators .active {
    margin-left: 10px !important;
}
.carousel-indicators li {
    margin-left: 10px !important;
}
.portlet-forms .ddm-form-basic-info .ddm-form-name {
    display: none;
}
/* liferay page inline css */
/* liferay page inline css */

/* carusol slider css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0.0001))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.0001)),
        to(rgba(0, 0, 0, 0.5))
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
/* carusol slider css */

.signed-in .header-position {
    position: absolute !important;
}
.signed-in .site-title {
    display: none !important;
}
.signed-in .opacity_video {
    margin-top: 80px !important;
}

.parallax-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* THIS creates the parallax */
    min-height: 70vh; /* adjust as you want */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Optional dark overlay */
.parallax-header::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}

.parallax-header .container-fluid {
    z-index: 2;
    position: relative;
}
@supports (-webkit-touch-callout: none) {
    .parallax-header {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}