body,
p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    color: black;
}

a:hover {
    text-decoration: none;
}

ul li a {
    color: black;
}

a {
    color: black;
}

p {
    line-height: 1.4;
    color: black;
    font-size: 1.1em;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 51px;
    color: #db6237;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}

h2 {
    font-size: 40px;
    color: #db6237;
    font-weight: 700;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

@font-face {
    font-family: "Deathe Maach NCV";
    src: url("../fonts/Deathe-Maach-NCV.woff");
}

@font-face {
    font-family: "GlacialIndifference Bold";
    src: url("../fonts/GlacialIndifference-Bold.woff");
}

@font-face {
    font-family: "GlacialIndifference";
    src: url("../fonts/GlacialIndifference-Regular.woff");
}

@font-face {
    font-family: "TIMESR";
    src: url("../fonts/TIMESR.woff");
}

@font-face {
    font-family: "TIMES CY";
    src: url("../fonts/TIMES-CY.woff");
}

/*back to top*/

#back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    z-index: 99999999;
    width: 50px;
    margin-right: 10px;
    height: 48px;
    animation: rotate 10.5s;
    text-align: center;
    line-height: 50px;
    background: #252522;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s linear;
    opacity: 0;
}

.show {
    display: block !important;
}

#back-to-top.show {
    opacity: 1;
    right: 0;
}


/*back to top*/

.page-template-index .header-banner,
.page-template-rsvp .header-banner {
    display: none;
}

/*HEADER*/

header .sub-menu .menu-item a:hover {
    color: #fff;
}

.navbar-brand {
    position: relative;
    z-index: 99;
    width: 29%;
    margin: 0px;
    top: -21px;
    padding-top: 0px;
    text-align: center;
    left: 0;
}

.navbar-brand img {
    transition: all 0.6s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-40px);
}

.btn-img.head-btn {
    margin-top: 20px;
}

.navbar_content a {
    color: #fff;
    margin: 26px 25px;
    font-size: 20px;
    font-size: 19px;
    display: flex;
    font-family: "Deathe Maach NCV";
}

.navbar-left .navbar_content li:nth-child(1) a {
    margin-left: 0px;
}

.navbar-right .navbar_content li:nth-child(3) a {
    margin-right: 0px;
}

.social-icon-app i {
    margin-left: 25px;
    font-size: 25px;
}

.social-icon-app:nth-child(1) i {
    color: #1398d7;
}

.social-icon-app:nth-child(2) i {
    color: #0c5bc1;
}

.social-icon-app:nth-child(3) i {
    color: #da02f3;
}

.socia-site-icons.row {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0px;
}

.header-home-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    max-width: 100%;
}

.green-bg {
    transition: all 0.6s;
    background-size: cover;
    background-repeat: no-repeat;
}

nav.navbar {
    padding: 0px;
}

div#navbarMobile.navbar-right {
    display: flex;
    justify-content: flex-end;
}

.main-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

header.active .navbar-light {
    box-shadow: 0 0 31px -21px;
}

header.active .navbar-light {
    box-shadow: 0 0 31px -21px;
}

header .navbar-brand img {
    transition: all 0.6s;
}

header a.navbar-brand {
    transition: all 0.6s;
}

.header-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-heading h1 {
    font-size: 51px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 11% 15px;
}

ul.sub-menu {
    list-style: none;
    position: absolute;
    border-radius: 6px;
    z-index: 9999;
    display: flex;
    left: 0px;
    padding-left: 0px;
}

/* ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: absolute;
    display: none;
    background: #ffffff;
    width: 242px;
    border-radius: 6px;
    box-shadow: 0px 29px 38px -50px #5f5f5f;
    transform: translateX(-31%);
    z-index: 9999;
}

ul#menu-header-menu li:hover>ul.sub-menu {
    display: block;
    display: flex;
    width: 58%;
    left: -23px;
    background: #fff;
    justify-content: center;
    padding: 15px 0px;
} */

.navbar_content .sub-menu a {
    padding-bottom: 0;
    display: block;
    color: #1e94ce;
    font-size: 14px;
    margin: 8px 20px;
}

header .sub-menu .menu-item a:hover {
    color: #1e94ce;
}

.rotate-up {
    display: none;
}

.icon-rotate {
    position: relative;
    right: -10px;
}

.for-mobile {
    display: none;
}


/*HEADER*/
.background-image-right {
    position: absolute;
    right: 0px;
    z-index: -333;
    bottom: -37%;
}

.header-section-1 {
    position: relative;
}

.background-image-left {
    position: absolute;
    background-size: cover;
    margin-top: -10%;
    left: 0px;
    z-index: -11;
}

.section3-left-img {
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    left: 13%;
    transform: translateY(20%);
}

.headre-section-2 {
    position: relative;
}

.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header-card-section .card {
    border: none;
    background: transparent;
}

.header-card-section {
    transform: translateY(-70%);
}

.header-card-section .card .card-body {
    padding: 0px;
}

.header-card-section .card-img {
    background: #C63A25;
    border-radius: 0px;
}

.wood-header-image img {
    width: 100%;
}

.header-first-title img {
    width: auto;
}

.header-description {
    position: absolute;
    top: 50%;
    transform: translatey(-73%);
    text-align: center;
    padding: 0px;
    left: 0px;
}

.header-section3 {
    margin-top: 8%;
    margin-bottom: 20px;
}

.header-des {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.fill {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.black-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

.carousel-inner .slick-current.slick-active .fill>img {
    animation: zoom 20s linear infinite;
    width: 100%;
}

@keyframes zoom {
    50% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

.header-heading {
    color: rgb(255, 255, 255);
    font-size: 220px;
    line-height: 0.6;
    text-transform: uppercase;
    font-family: "Deathe Maach NCV";
}

.header-slider-title {

    margin: auto;
}

.header-title {
    font-size: 25px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-bottom: 25px;
    font-family: "GlacialIndifference Bold";
    font-weight: bold;
    padding-left: 10px;
}

.header-second-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 0.6;
}

.header-card-title {
    color: #ffff;
    text-align: center;
    font-size: 28px;
    font-family: "Deathe Maach NCV";
    letter-spacing: 1px;
}

.header-top-image img {
    width: 100%;
    height: 100%;
}

.left-bitmap-img {
    position: absolute;
    transform: translateY(-70px);
    z-index: 999;
}

.about-card-section {
    transform: translateY(-20%);
    margin-bottom: 35px;
}

.about-img-slider img {
    width: 100%;
}

.about-section {
    padding: 6% 0px;
}

.about-content p {
    font-size: 25px;
    font-family: "TIMES";
    color: #1c1c1c;
}

.section2-description {
    position: absolute;
    top: 75px;
    color: #ffff;
    right: 9%;
}

.section2-title {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "GlacialIndifference";
    text-align: right;
}

.left-top-title {
    color: #C63A25;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "GlacialIndifference bold";
    padding-bottom: 10px;
}

.left-center-title {
    color: #007865;
    font-size: 120px;
    font-family: "Deathe Maach NCV";
    line-height: 0.8;

}

.left-bottom-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #007865;
    font-family: "GlacialIndifference bold";
}

.header-section-1-pd {
    margin-top: -8%;
    padding-bottom: 6%;
}

.left-content p {
    font-size: 23px;
    font-family: "TIMES";
    margin-top: 3px;
    color: #1c1c1c;
}

.header-button a {
    font-size: 24px;
    background: #007865;
    padding: 15px 32px;
    color: #fff;
    font-family: "Deathe Maach NCV";
}

.header-button a:hover {
    background: #000000;
}

.header-button a img {
    padding-left: 13px;
}

.header-button {
    margin-top: 6%;
}

.section2-heading {
    font-size: 120px;
    line-height: 0.9;
    color: #fff;
    font-family: "Deathe Maach NCV";
}

.location-section {
    padding-top: 6%;
}

.catering-image {
    text-align: center;
    margin-top: 10%;
}

.location-slider {
    margin-bottom: 4%;
}

button.slick-next.slick-arrow {
    right: 50px;
    background: #000000ad;
    height: 100px;
    width: 50px;
    background-image: url('../img/left.png');
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.slick-next:before {
    content: "";
}

.slick-prev:before {
    content: "";
}

button.slick-prev.slick-arrow {
    left: 50px;
    height: 100px;
    width: 50px;
    z-index: 33;
    background-image: url('../img/right.png');
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.location-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "TIMES";
    color: #1c1c1c;
}

.location-content p {
    font-size: 25px;
    line-height: 1.6;
    font-family: "TIMES";
    color: #1c1c1c;
}

.location-btn img {
    position: absolute;
    right: 30px;
}

.location-btn a {
    color: #fff;
    font-size: 26px;
    font-family: "Deathe Maach NCV";
}

.location-button-1 {
    background: #007865;
    padding: 15px 32px;
}

.location-button-2:hover,
.location-button-1:hover {
    background: #000000;
}

.location-button-2 {
    background: #C63A25;
    padding: 15px 32px;
    text-transform: uppercase;
    margin-top: 8%;
}

.location-video-title {
    font-size: 25px;
    text-transform: capitalize;
    text-align: center;
    padding-top: 8%;
    line-height: 0.2;
    font-family: 'TIMES CY';
    font-weight: bold;
}

.email-cards.section-2-image {
    text-align: center;
    transform: translateY(44px);
}

.play-btn {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 3s;
    animation: pulsate-btn 3s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #fdfdfd;
    top: -20%;
    left: -20%;
    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #ffffffe3;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.wood-img img,
.location-slider img {
    width: 100%;
}

.contact-bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    margin-top: 20px;
}

.rsvp-images img {
    width: 100%;
}

.rsvp-title {
    color: #fff;
    font-family: "Deathe Maach NCV";
    padding-left: 4%;
    font-size: 37px;
}

.rsvp-section-1 {
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rsvp-pd {
    padding-bottom: 8%;
}

/* .rsvp-btn{
    background-color: #fff;
    text-transform: uppercase;
} */
.rsvp-btn {
    background-color: #fff;
    width: 250px;
    height: 60px;
    line-height: 46px;
    color: #C63A25;
    display: block;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    text-align: left;
    position: relative;
    z-index: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    align-items: center;
    display: flex;
}

.rsvp-btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: #C63A25;
    width: 46px;
    height: 100%;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.rsvp-btn span {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin-right: 16px;
}

.rsvp-btn:hover:before {
    width: 100%;
    color: #fff;
}

a.rsvp-btn:hover {
    color: #fff;
    transition: all 0.6s;
}

.img-hover-zoom {
    height: 100%;
    overflow: hidden;
    transition: transform 3s ease;
}

.img-hover-zoom img {
    transition: transform 3s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.3);
    transition: transform 3s ease;
}

.section3-right-desc {
    text-align: right;
}

.section3-right-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #c63a25;
    font-family: "GlacialIndifference bold";
}

.section3-right-description {
    display: flex;
}

.section3-right-heading {
    color: #c63a25;
    font-size: 60px;
    line-height: 1.1;
    font-family: "Deathe Maach NCV";
}

.section3-right-content {
    color: #007865;
    font-size: 25px;
    font-family: "GlacialIndifference bold";
}

/* contact */

.contact-section {
    padding: 10% 5px;
}

.contact-form p,
.contact-form {
    color: #0982ff;
}

.contact-form .contact-name {
    display: flex;
    margin-bottom: 30px;
    width: 50%;
}

.contact-name input {
    width: 90%;
    padding-left: 10px;
}

.contact-form span {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.contact-name span {
    font-size: 16px;
}

.contact-form input#emailaddress,
.contact-form select#CAT_Custom_1916917 {
    width: 70%;
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
}

.contact-form p {
    margin-bottom: 30px;
}

.contact-form textarea#textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding-left: 10px;
}

.contact-form .submit-btn input {
    background: #2497ce;
    color: #fff;
    border: 1px solid #2497ce;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: initial !important;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
}

/* contact */

/*FOOTER*/

.footer-section-rep-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: "TIMES CY";
}

.footer-section-title {
    color: #007865;
    font-size: 38px;
    font-weight: 500;
    font-family: "Deathe Maach NCV";
    padding-bottom: 20px;
    display: flex;
}

.footer-section-title span {
    padding-left: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-section-title span img {
    height: 100%;
    object-fit: cover;
}

.footer-section-rep-title-2 {
    text-transform: capitalize;
    color: #C63A25;
    font-size: 20px;
    font-family: "times";
    font-weight: bold;
}

.footer-section-rep-content p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-family: serif;
    font-weight: 500;
}

.footer-section-rep-content p strong {
    font-size: 20px;
    text-transform: capitalize;
}

.footer-section-rep-button a {
    background: #ff2200;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 10px;
    font-size: 18px;
    white-space: nowrap;
}

.footer-section-rep-button a:hover {
    background: #000000;
}

.footer-section-rep-button {
    position: absolute;
    bottom: 0px;
}

footer hr {
    border: 2px solid #0202022b;
    margin: 5% 0px;
}

.footer-section-1 {
    padding: 0px 0px 4% 0px;
}

.footer-section-rep-content {
    margin-bottom: 20%;
}

.footer-title {
    color: #007865;
    font-size: 32px;
    font-weight: 500;
    font-family: "Deathe Maach NCV";
    padding-bottom: 20px;
}

ul#menu-footer-menu li {
    padding: 5px 0px;
}

ul#menu-footer-menu li a {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'TIMES CY';
}

ul#menu-footer-menu li a:hover {
    color: rgb(0, 0, 0);
}

.footer-events-content p {
    font-size: 20px;
    font-family: 'TIMES';
}

.footer-events-content p a:hover {
    color: #000;
}

.footer-right-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'TIMES';
}

.footer-section-1-right {
    padding-left: 6%;
}

.footer-events-bottom-heading {
    padding-top: 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'TIMES';
}

.footer-events-bottom-heading a:hover {
    color: #000;
}

.footer-right-content p {
    font-size: 20px;
    font-family: 'TIMES';
    color: #000;
}

.footer-right-content a:hover {
    color: #000;
}

.footer-left-section {
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 4%;
    color: #fff;
    font-family: 'TIMES';
}

.footer-right-section {
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 4%;
    color: #fff;
    text-align: right;
    font-family: 'TIMES';
}

.footer-right-section a {
    color: #fff;
}

.footer-right-section a:hover {
    color: #fff;
}

/*FOOTER*/
/* salsa */

.hiresection {
    padding: 7% 0%;
}

.hire-title {
    text-align: center;
    font-family: "ZCOOL XiaoWei", serif;
    font-size: 85px;
    color: #C63A25;
    margin-bottom: 30px;
}

.ser-margin {
    margin-bottom: 5%;
}

.ser-title {
    font-size: 45px;
    color: #007865;
    font-family: "ZCOOL XiaoWei";
    margin-bottom: 20px;
}

.yellow-dots {
    margin: 1rem 0rem;
}

.ser-des {
    font-size: 25px;
}

.loc-base-button {
    background: #007865;
    font-size: 25px;
    font-family: "Roboto";
    color: #fff;
    padding: 15px 30px;
    border-radius: 7px;
    display: block;
    font-weight: 500;
    margin-bottom: 21px;
    text-align: center;
    max-width: 78%;
    transition: all 0.6s ease 0s;
    white-space: nowrap;
}

.loc-base-button:hover {
    transition: all 0.6s ease 0s;
    color: #fff;
    background-color: #000;
}

/* salsa */
/*  defaultPAGE  */

.default-section-pd {
    padding: 4% 0px 20%;
}

.default-section {
    position: relative;
}

.default-image {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.default-title {
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Deathe Maach NCV';
    color: #007865;
    padding: 3% 0px;
}

.default-content p {
    font-size: 20px;
    color: #1c1c1c;
    line-height: 1.3;
    font-family: "times";
    padding-bottom: 20px;
}

/*  defaultPAGE  */


/*  RESPONSIVENESS  */
@media screen and (max-width: 1480px) {
    .section3-left-img img {
        height: 850px;
    }
}

@media screen and (max-width: 1366px) {
    .section3-left-img img {
        height: 730px;
    }
}

@media screen and (max-width: 1280px) {
    .header-heading {
        font-size: 180px;
    }

    .section3-left-img img {
        height: 610px;
    }

    .section3-left-img {
        left: 10%;
    }

    .left-bitmap-img img {
        height: 650px;
    }

    .left-bitmap-img {
        transform: translateY(-45px);
    }

    .section2-heading {
        font-size: 96px;
    }

    .left-center-title {
        font-size: 100px;
    }

    .yellow-dots {
        max-width: 80%;
    }

    .loc-base-button {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .section3-left-img img {
        height: 500px;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .navbar-brand img,
    .mobile-logo img {
        padding: 0px 14px 14px;
    }

    .mobile-logo {
        display: block;
        margin-right: auto;
    }

    .navbar-brand {
        display: none;
    }

    .navbar_content ul li {
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        margin-left: 0;
        max-width: 141px;
        margin-top: 0;
        padding-left: 0;
    }

    .navbar_content .sub-menu a {
        padding-bottom: 0;
        display: block;
        color: #000000;
        font-size: 15px;
        margin: 8px 20px;
    }

    .navbar-light {
        height: 100%;
        transition: all 0.6s;
        padding: 10px 0;
        z-index: 111;
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-light .navbar-toggler {
        z-index: 1111111;
        margin-right: 15px;
        outline: none;
        background: #C63A25;
        border: 1px solid #C63A25;
    }

    div#navbarMobile {
        justify-content: flex-end;
        margin-bottom: auto;
        background: rgb(255, 255, 255);
        position: absolute;
        width: 100%;
        top: 80px;
    }

    .mobile-logo img {
        width: 47%;
        margin-left: 6%;
    }

    ul#menu-header-menu li {
        padding: 0px;
    }

    .navbar_content a {
        margin: 0px 13px;
        font-size: 17px;
        display: block;
        padding: 12px;
        text-align: center;
        color: #000;
    }

    ul.sub-menu {
        list-style: none;
        padding: 0px;
        position: relative;
        display: block;
        background: no-repeat;
        border-radius: 6px;
        transform: translateX(0);
        border: 1px solid #000;
        margin: 0px 30px;
    }

    ul.sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #4c4c4c;
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

    .toggle-btn {
        z-index: 9999999999999;
        cursor: pointer;
        position: absolute;
        right: 25px;
    }

    .cross-btn-image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background: transparent;
        padding: 4px 10px;
        margin-right: 10px;
        border: 1px solid #fff;
    }

    .toggle-btn .bar:nth-child(1) {
        transition: all 0.6s ease-in-out;
    }

    .toggle-btn .bar {
        width: 30px;
        height: 2px;
        opacity: 1;
        margin: 7px auto;
        background: rgb(255, 255, 255);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #toggle:checked~.toggle-btn .cross-btn-image {
        position: relative;
        padding: 4px 10px;
        border: none;
    }

    #toggle:checked~.toggle-btn .cross-btn-image>.bar {
        margin: 12px auto;
        width: 28px;
        height: 3px;
        background: rgb(255, 255, 255);
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(1) {
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }

    header #toggle:checked+label.toggle-btn .bar:nth-child(2) {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(3) {
        transform: translateY(-15px) rotate(-45deg);
        -webkit-transform: translateY(-15px) rotate(-45deg);
    }

    #toggle:checked~#navbarMobile {
        opacity: 1;
        visibility: visible;
        z-index: 999999999;
    }

    #navbarMobile {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .left-center-title {
        font-size: 64px;
    }

    .left-bottom-title {
        font-size: 23px;
    }

    .left-content p {
        font-size: 20px;
    }

    .header-heading {
        font-size: 110px;
    }

    .header-title {
        font-size: 16px;
    }

    .socia-site-icons.row {
        margin-right: 0px;
    }

    .location-btn a {
        font-size: 18px;
    }

    .about-content p {
        font-size: 16px;
    }

    .footer-section-rep-button a img {
        width: 60px;
    }

    .footer-section-rep-button a {
        padding: 16px;
        font-size: 14px;
    }

    .footer-title {
        font-size: 21px;
    }

    .footer-events-content p,
    .footer-events-bottom-heading {
        font-size: 18px;
    }

    .location-content p {
        font-size: 20px;
    }

    .section2-description {
        top: 25px;
    }

    .section2-title {
        font-size: 20px;
    }

    .section2-heading {
        font-size: 54px;
    }

    .hire-title {
        font-size: 55px;
    }

    .ser-title {
        font-size: 35px;
    }

    .ser-des {
        font-size: 20px;
    }

    .loc-base-button {
        max-width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .left-bitmap-img img {
        height: 425px;
    }

    .section3-left-img img {
        height: 355px;
    }

    .section3-left-img {
        transform: translateY(7%);
    }

    .header-card-section {
        transform: translateY(-35px);
    }

    .card-image img {
        width: 100%;
        padding-bottom: 10%;
    }

    .footer-right-section {
        padding-top: 0px;
        padding-bottom: 4%;
        text-align: center;
    }

    .footer-left-section {
        padding-bottom: 0px;
        text-align: center;
        padding-top: 20px;
    }

    .footer-section-rep-content {
        margin-bottom: 12%;
    }

    .footer-section-description {
        margin-bottom: 12%;
    }

    .footer-section-1-right {
        padding-left: 15px;
    }

    .footer-events-bottom-heading {
        padding-top: 22px;
    }

    .footer-title {
        padding-top: 10%;
    }

    .footer-right-title,
    .footer-right-content p {
        font-size: 18px;
    }

    .about-card-section {
        margin-bottom: 0px;
    }

    .location-section-1.location-btn {
        width: 50%;
        padding-top: 20px;
    }

    .rsvp-title {
        font-size: 18px;
    }

    .rsvp-btn {
        background-color: #fff;
        width: 190px;
        height: 45px;
    }

    .location-content p,
    .location-title {
        font-size: 18px;
    }

    .location-video-title {
        font-size: 18px;
        padding-top: 16%;
        line-height: 1.2;
    }

    .contact-form {
        padding-bottom: 10%;
    }

    .header-section1-left {
        padding-bottom: 12%;
    }

    .section3-right-description {
        padding: 6% 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .headre-section-2 {
        padding-top: 7%;
    }




    img.header-slider-top-title {
        height: 80px;
    }

    img.header-slider-title {
        height: 25px;
    }

    .hiresection {
        padding: 0px;
        padding-left: 6%;
    }

    .ser-title {
        font-size: 40px;
    }

    .loc-base-button {
        max-width: 70%;
    }

}

@media screen and (max-width: 576px) {
    .left-bitmap-img img {
        height: 314px;
    }

    .section3-left-img img {
        height: 245px;
    }

    .footer-section-title {
        font-size: 30px;
    }

    button.slick-next.slick-arrow {
        right: 30px;
        height: 50px;
        width: 26px;
        top: 60%;
    }

    button.slick-prev.slick-arrow {
        left: 30px;
        height: 50px;
        width: 26px;
        top: 60%;
    }

    .header-heading {
        font-size: 60px;
    }

    .header-title {
        font-size: 13px;
    }

    .container {
        padding-left: 6%;
    }

    .header-des {
        padding-left: 10px;
    }

    .rsvp-section.gray-bg {
        margin-right: 0px;
    }

    .email-cards.section-2-image {
        transform: translateY(0px);
        padding-top: 25px;
    }

    .location-slider {
        margin-bottom: 10%;
    }

    .play-btn {
        width: 75px;
        height: 75px;
    }

    .play-btn::before {
        width: 97px;
        height: 97px;
    }

    .play-btn::after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 20px solid #ffffff;
    }

    .section2-heading {
        font-size: 36px;
    }

    .section2-title {
        font-size: 16px;
    }

    .section2-description {
        top: 15px;
        right: 0px;
    }

    .section3-right-heading {
        font-size: 50px;
    }

    .section3-right-title,
    .section3-right-content {
        font-size: 20px;
    }

    .background-image-right img {
        height: 600px;
    }

    .background-image-right {
        bottom: 0px;
    }

    .carousel-inner .slick-current.slick-active .fill>img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    img.header-slider-title {
        height: 17px;
    }

    img.header-slider-top-title {
        height: 55px;
    }

    .header-card-section {
        transform: translateY(0px);
    }

    .hire-title {
        font-size: 41px;
        margin-bottom: 30px;
    }

    .ser-title {
        font-size: 41px;
        margin-bottom: 10px;
    }

    .loc-base-button {
        max-width: 80%;
    }
}

@media screen and (max-width: 480px) {
    nav.navbar {
        flex-wrap: nowrap;
    }

    .footer-section-rep-content {
        margin-bottom: 20%;
    }

    .footer-section-rep-content p {
        font-size: 16px;
    }

    .footer-section-rep-content p strong {
        font-size: 18px;
    }

    .header-card-title {
        font-size: 21px;
    }

    .rsvp-section-1 {
        display: block;
        text-align: center;
    }

    .rsvp-btn {
        margin: auto;
    }

    .loc-base-button {
        font-size: 16px;
        padding: 6px 16px;
        margin-bottom: 12px;
        max-width: 100%;
    }

    .section3-left-img {
        transform: translateY(15%);
    }

    .section3-left-img img {
        height: 180px;
    }
}

@media screen and (max-width: 360px) {
    .location-section-1.location-btn {
        width: 60%;
    }

    .section3-left-img {
        left: 4%;
    }


}


.sub-menu {
    opacity: 0;
    display: none;
}


@media screen and (max-width: 991px) {

    ul.sub-menu {
        display: none;
    }
}

/*  RESPONSIVENESS  */