@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857;
}

.top-ber {
    background-color: #020400;
    color: #fff;
}

.top-ber ul {
    margin: 0;
    padding: 0;
}

.top-ber ul li {
    list-style: none;
    display: inline-block;
}

.text-left {
    padding-top: 35px;
    text-align: left;
}

.top-ber a {
    color: #fff;
}

.text-right {
    padding-top: 35px;
}

.text-right .fa-mobile {
    font-size: 22px;
}

/* Stellar-Nav */

.stellarnav ul {
    display: inline-block;
    float: none;
}

#main-nav.stellarnav li {
    display: inline-block;
    text-transform: capitalize;
    padding: 0px 0px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
}

#main-nav.stellarnav li a.active {
    color: #e91e25;
}

#main-nav.stellarnav li a:hover {
    color: #e91e25;
}

#main-nav.stellarnav li a {
    line-height: 14px;
}

#main-nav.stellarnav.dark li a {
    color: #fff;
}

/*#main-nav.stellarnav ul {
    margin-right: -14px;
}*/

.stellarnav.dark ul ul {
    background-color: #102339 !important;
    box-shadow: 3px 0px 8px #102339 !important;
    padding: 10px !important;
}

.stellarnav.dark,
.stellarnav.dark ul ul {
    background-color: transparent !important;
    box-shadow: inherit !important;
}

.stellarnav.dark {
    background: transparent !important;
    position: absolute;
    left: auto;
    right: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

/* Stellar-Nav */

.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-background-holder video {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.red-btn {
    background-color: #e61e21;
    border-radius: 100px;
    padding: 12px 20px !important;
}

.special-btn {
    background-color: #feed03;
    color: #000 !important;
    border-radius: 100px;
    padding: 12px 20px !important;
}

.reserve-btn {
    background-color: #ffffff;
    color: #000 !important;
    border-radius: 100px;
    padding: 12px 20px !important;
}

.history {
    background: url(../images/history.png) no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.small-box {
    background-color: #fff;
    padding: 45px 25px;
    text-align: center;
}

.small-box h1 {
    font-size: 22px;
    font-weight: 600;
}

.small-box p {
    margin-bottom: 0px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.top-box {
    margin-top: 150px;
}

.small-box:hover {
    background-color: #840709;
    color: #fff;
}

.history-wrp {
    margin-top: 55px;
    padding-left: 20px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.history-wrp h3 {
    margin-top: 0px;
}

h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.history-wrp h2 {
    margin-top: 10px;
}

.history-wrp p {
    line-height: 28px;
}

.special {
    padding: 80px 0px;
    background-color: #d9edff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.survived-text {
    width: 82%;
    margin: 0 auto;
}

.special h3 {
    margin-top: 0px;
}

.special h2 {
    margin-bottom: 20px;
}

.special-tab {
    margin-top: 40px;
}

.special-tab .nav-tabs {
    border-bottom: none;
}

.special-tab .nav-tabs>li {
    float: none;
    display: inline-block;
    margin-right: 10px;
}

.special-tab .tab-content {
    padding-top: 40px;
}

.special-tab .nav-tabs>li.active>a {
    color: #fff;
    background-color: #840709;
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #840709;
    border: none;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #840709;
    border: none;
}

.special-tab .nav-tabs .nav-link {
    color: #840709;
    background-color: transparent;
    border: 1px solid #840709;
    border-radius: 0;
    font-weight: 600;
}

.special-tab .inner-tab .nav-tabs .nav-link {
    font-weight: 300;
    line-height: 12px;
}

.inner-tab .nav-tabs .nav-item.show .nav-link {
    background-color: transparent !important;
    color: #840709 !important;
}

.inner-tab .nav-tabs>li>a {
    border: none !important;
    background-color: transparent !important;
    color: #000 !important;
    margin-right: -10px;
}

.inner-tab .nav-tabs>li {
    margin-right: 0px;
}

.inner-tab .nav-tabs>li.active>a,
.inner-tab .nav-tabs>li.active>a:hover,
.inner-tab .nav-tabs>li.active>a:focus {
    background-color: transparent !important;
    color: #840709 !important;
    font-weight: 600;
}

.item-box {
    background-color: #840709;
    border: 1px solid #ffffff;
    padding: 0px 20px;
    margin-bottom: 30px;
}

.text-item {
    padding: 15px 0px;
    text-align: left;
}

.text-item h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.text-item p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

.price {
    position: relative;
}

.price .price-text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.price h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0px;
}

.heaven {
    background: url(../images/heaven.png) no-repeat;
    padding: 80px 0px 0px;
    width: 100%;
    overflow: hidden;
}

.heaven-box {
    background-color: #e61e21;
    padding: 50px;
    width: 48%;
    float: right;
}

.input-box {
    padding-left: 10px;
}

.input-box .col-sm-6,
.input-box .col-sm-12 {
    padding-left: 7px;
    padding-right: 7px;
}

.input-box input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 6px 16px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 14px;
}

.input-box select {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 6px 16px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 14px;
}

.input-box option {
    color: #000;
}

.input-box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.input-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input-box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.btn-message {
    background-color: #feed03;
    border-radius: 100px;
    padding: 12px 45px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.input-box input[type="date"].form-control {
    line-height: 18px;
}

.gallery {
    padding: 80px 0px;
    background-color: #d9edff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.images-box img {
    margin-bottom: 28px;
    width: 100%;
    height: 345px;
    object-fit: cover;
}

.images-box .col-xs-12.col-sm-12.col-md-12 {
    padding-right: 9px;
    padding-left: 9px;
}

.gallery-box {
    margin-top: 60px;
}

.client {
    padding: 80px 0px;
    position: relative;
}

.client::before {
    content: "";
    background: url(../images/testimonial-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 60px;
    height: 628px;
    width: 620px;
}

.client-box {
    width: 54%;
    float: right;
    margin-top: 50px;
}

.client-text {
    font-size: 25px;
    font-weight: 300;
    color: #000;
    line-height: 44px;
}

.staff-box {
    padding-left: 10px;
    padding-top: 15px;
}

.staff-box h5 {
    font-size: 20px;
    font-weight: 600;
}

.staff-box h5 a {
    color: #000;
}

.client-box .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    bottom: 48px;
}

.staff-panel {
    margin-top: 50px;
}

footer {
    padding: 320px 0px 20px;
    color: #fff;
    position: relative;
}

footer:before {
    content: "";
    background: url(../images/footer-bg.png) no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1370px;
    background-position: 0px 6px;
    background-size: cover;
}

footer h2 {
    color: #fff;
}

footer p {
    line-height: 28px;
}

.years {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    width: 54%;
}

.years h2 {
    font-size: 62px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.years p {
    margin-bottom: 0px;
}

.footer-panel {
    margin-top: 60px;
}

.left-footer img {
    margin-bottom: 20px;
}

.left-footer h5 {
    margin-top: 25px;
    margin-bottom: 10px;
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

.icon-wrp {
    margin-top: 20px;
}

.icon-wrp ul {
    margin: 0;
    padding: 0;
}

.icon-wrp ul li {
    display: inline-block;
    list-style: none;
    padding-right: 8px;
}

.icon-wrp img {
    width: 100%;
    height: auto;
}

.photostream h5 {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -10px;
}

.images-panel img {
    width: 100%;
    height: auto;
    min-height: 100px;
    object-fit: cover;
    margin-bottom: 12px;
}

.photo-gallery .col-xs-12.col-sm-4.col-md-4 {
    padding-right: 6px;
    padding-left: 6px;
}

.address h5 {
    margin-bottom: 20px;
    margin-top: 0px;
}

.address h6 {
    font-size: 16px;
    font-weight: 600;
}

.icon {
    margin-top: 15px;
}

.icon a {
    color: #fff;
    padding-left: 5px;
}

.icon .fa-mobile {
    font-size: 22px;
}

.social-icon {
    text-align: right;
    padding-right: 40px;
}

.social-icon ul {
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    display: inline-block;
    padding-right: 10px;
}

.footer-con p {
    color: #000;
    text-align: right;
    margin-top: 20px;
}

.footer-con a {
    color: #e61e21;
}

.footer-wrp {
    position: relative;
}

.footer-con {
    text-align: right;
    position: absolute;
    right: 184px;
    bottom: -74px;
}

.inner-banner {
    background: url(../images/inner-bg.png) no-repeat;
    background-size: cover;
    padding: 150px 20px 120px;
    text-align: center;
}

.inner-banner h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.inner-banner h2 {
    font-size: 64px;
    font-weight: 600;
    color: #feed03;
    margin-bottom: 0px;
    margin-top: 0px;
}

.experience {
    padding: 80px 0px;
    font-size: 16px;
    color: #000;
    background-color: #d9edff;
    position: relative;
}

.experience::before {
    content: "";
    background-color: #e61e21;
    position: absolute;
    right: auto;
    left: 0;
    width: 340px;
    height: 278px;
    z-index: 1;
}

.experience .experience-bg {
    position: absolute;
    left: 0;
    top: 108px;
    z-index: 9;
}

.experience .experience-bg img {
    width: 505px;
    height: 445px;
    object-fit: cover;
}

.experience .container {
    position: relative;
}

.text-box {
    width: 52%;
    float: right;
}

.text-box h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 25px;
}

.text-box span {
    color: #e61e21;
}

.text-box p {
    font-size: 16px;
    line-height: 26px;
}

.text-box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.text-box ul li {
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    list-style: none;
    position: relative;
    padding-left: 18px;
}

.text-box ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 7px;
}

.text-box .contact-text ul {
    margin: 0;
    padding: 0;
}

.text-box .contact-text ul li::before {
    display: none;
}

.text-box .contact-text ul li {
    padding-left: 0px;
}

.text-box .contact-text ul li a {
    color: #000;
}

.text-box .contact-text .fa-mobile {
    font-size: 22px;
}

.check-wrp {
    text-align: center;
    padding: 80px 0px;
}

.event-box {
    margin-top: 40px;
    text-align: left;
    line-height: 28px;
}

.event-wrp img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.event-wrp h6 {
    font-size: 20px;
    color: #e61e21;
    font-weight: 600;
    margin-top: 25px;
}

.event-wrp {
    margin-bottom: 30px;
}

.view {
    margin-top: 30px;
    text-align: center;
}

.view .view-btn {
    background-color: #e61e21;
    color: #fff;
    padding: 10px 40px;
    border-radius: 100px;
}

.gallery-wrp {
    background-color: #d9edff;
}

.gallery-wrp .event-wrp {
    text-align: center;
    font-size: 16px;
    color: #414141;
    font-weight: 300;
}

.gallery-wrp .event-wrp h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.gallery-wrp .event-wrp p {
    margin-bottom: 0px;
    margin-top: 20px;
}

.quotation {
    padding: 60px 0px;
    text-align: center;
}

.quotation-box {
    margin-top: 60px;
}

.quotation-box input,
.quotation-box select,
.quotation-box textarea {
    border: 1px solid #d7d7d7;
    background-color: #f4f5f5;
    height: 44px;
    color: #000;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 16px;
    font-size: 14px;
}

.quotation-box textarea {
    height: 110px;
}

.submit-box {
    text-align: left;
}

.submit-box .btn-submit {
    padding: 10px 40px;
    background-color: #e61e21;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}

.inner-banner h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.menu-bg.inner-banner {
    background: url(../images/menu-bg.png) no-repeat;
    background-size: cover;
}

.testimonial-wrp {
    padding: 80px 0px;
    text-align: center;
    background-color: #f4f4f4;
    line-height: 28px;
}

.testimonial-box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 45px 30px;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    box-shadow: 0px 0px 6px #e4e2e2;
    min-height: 500px;
    margin-bottom: 30px;
}

.testimonial-box .staff-panel {
    margin-top: 20px;
}

.testimonial-box .staff-box {
    padding-left: 30px;
    padding-top: 0px;
}

.testimonial-box .staff-box h5 {
    margin-bottom: 0px;
}

.testimonial-box .staff-box p {
    font-size: 16px;
    margin-bottom: -8px;
}

.staff-box p {
    font-size: 16px;
}

.testimonial-box .staff-box h5 a {
    color: #e61e21;
}

.margin-top60 {
    margin-top: 60px;
}

.restaurant-panel .images-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.restaurant-panel .long-box.images-box img {
    width: 100%;
    height: 622px;
    object-fit: cover;
}

.contact-wrp {
    padding: 80px 0px;
    text-align: center;
    line-height: 28px;
    background-color: #d9edff;
}

.white-box {
    padding: 0px 0px 0px 35px;
    background-color: #fff;
    box-shadow: 0px 0px 8px #d0d0d0;
    text-align: left;
    margin-top: 60px;
}

.white-box h2 {
    font-size: 42px;
    margin-top: 5px;
}

.details-box {
    margin-top: 25px;
    margin-left: 7px;
}

.details-box input,
.details-box textarea {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    box-shadow: 0px 0px 5px #d9edff;
    margin-bottom: 15px;
    border-radius: 0;
    height: 42px;
}

.details-box textarea {
    height: 80px;
}

.col-xs-12.col-sm-6.col-md-6,
.col-xs-12.col-sm-12.col-md-12 {
    padding-right: 7px;
    padding-left: 7px;
}

.details-box .submit-box {
    margin-top: 20px;
}

.details-wrp {
    background: url(../images/contact.png) no-repeat;
    background-size: cover;
    padding: 40px 20px 40px 30px;
    min-height: 580px;
}

.top-contact {
    padding-top: 40px;
    padding-right: 30px;
}

.details-wrp h4 {
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.address-box {
    color: #fff;
    margin-top: 25px;
    position: relative;
    padding-left: 82px;
    font-size: 15px;
}

.address-box a {
    color: #fff;
}

.address-box::before {
    content: "";
    background: url(../images/details-icon-1.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 69px;
    height: 69px;
}

.address-box h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
}

.icon-phone.address-box::before {
    content: "";
    background: url(../images/details-icon-2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 69px;
    height: 69px;
}

.icon-email.address-box::before {
    content: "";
    background: url(../images/details-icon-3.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 69px;
    height: 69px;
}

.details-wrp .social-icon {
    text-align: left;
    padding-right: 0;
    margin-top: 35px;
}

.details-wrp .social-icon ul li {
    padding-right: 0px;
}

.map {
    margin-top: 50px;
}
.error {
    color: red;
    font-size: 12px;
    /* top: 0; */
    bottom: -23px;
    right: 0;
    font-weight: 200;
    margin-bottom: 12px;
    margin-top: -12px;
}

.is-invalid {
    color: red;
    font-size: 12px;
    /* top: 0; */
    bottom: -23px;
    right: 0;
    font-weight: 200;
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.mobile-apps img{
    width: 40% !important;
}
.service-con h3{
    margin: 0;
    color: #4344ce;
    font-size: 30px;
    font-weight: 600;
}
.service-con h4{
    margin: 0;
    color: #e61e21;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.service-con{
    display: block;
    width:75%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 40px;
}