.navbar-brand img {
    width: 200px;
    height: 70px;
}
/**********************************
 	Event CSS Start
 **********************************/
 .bg-dark{
    background-color: #29343d !important;
}
 .w-50{
    width:59%!important;
}

 .cat-event-wrapper {
    position: relative;
    background-color: #fff8f6;
    padding-top: 50px;
    padding-bottom:50px ;
}

.cat-porfolio-wrapper {
    overflow: hidden;
}

.cat-porfolio-section {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 30px;
}

.cat-porfolio-section img {
    width: 100%;
    border: none;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}

.cat-filter-menu {
    text-align: center;
    margin-bottom: 30px;
}

.cat-filter-menu button {
    border: 1px solid var(--cat-primary-color);
    padding: 12px 15px;
    font-weight: 700;
    position: relative;
    color: var(--cat-primary-color);
    background: var(--cat-white);
    border-radius: 40px;
    min-width: 150px;
    margin: 0 10px 10px;
}

.cat-filter-menu button.active,
.cat-filter-menu button:hover {
    background: var(--cat-primary-color);
    color: var(--cat-white);
}

.cat-filter-menu button,
.cat-filter-menu button.active,
.cat-filter-menu button:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cat-filter .mix {
    display: none;
}

.cat-overlay {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: hsl(0deg 61% 50% / 60%);
    opacity: 0;
    text-align: center;
}

.cat-overlay-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.cat-overlay-text h4 {
    color: var(--cat-white);
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    font-family: var(--cat-theme-family);
}

.cat-overlay>a {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: var(--cat-white);
    line-height: 50px;
    text-align: center;
    top: calc(50%);
    position: relative;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    -ms-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%);
}

.cat-overlay a span {
    display: inline-block;
    font-size: 24px;
}

.cat-overlay a:hover {
    color: var(--cat-primary-color);
}

.cat-porfolio-section:hover .cat-overlay {
    opacity: 1;
}

.cat-overlay a,
.cat-overlay a:hover,
.cat-porfolio-section,
.cat-porfolio-section .cat-overlay,
.cat-porfolio-section:hover .cat-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cat-overlay .popup-gallery:hover {
    color: #fff;
}

.cat-overlay>a {
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    top: calc(50%);
    position: relative;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    -ms-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%);
}
.cat-overlay-text h4 {
    color: #ffff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.toggleButton img {
    width: 32px;
}
.toggleButton {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.pt-50 {
    padding-top: 180px;
}
.pb-50 {
    padding-bottom: 10px;
}
@media(max-width:767px){
    .pt-50 {
        padding-top: 50px;
        
    }
}
@media(max-width:767px){
    .pb-50 {
        padding-bottom: 50px;
        
    }
}

.rhg-card-only-image-title span {
    background-color: #fff;
    padding: 7px 16px;
    left: 24px;
    bottom: 24px;
    color:#000 !important;
    border-radius: 48px;
}

@media(max-width:767px){
.rhg-card-only-image-title span {
    background-color: #fff;
    padding: 7px 16px;
    font-size: 13px;
    left: 24px;
    bottom: 24px;
    color: #000 !important;
    border-radius: 48px;
}
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
    background: #29343d69;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.rhg-btn {
    padding: 13px 24px;
    border-radius: 34px;
    line-height: 22px;
    background-color: #c62525;
    border: 2px solid #c62525;
    margin: auto;
    color: #fff;
    display: inline-block;
}

.rhg-btn-primary:hover {
    background-color: #9e0918;
    border: 2px solid #9e0918;
    color: #fff;
}

.rhg-hero-slider-hero-home-center-caption {
    position: relative;
    font-weight: bold;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #FFFFFF;
    max-width: 1440px;
    padding: 24px;
    margin: auto;
    text-align: start;
}

@media(max-width:767px){
.rhg-hero-slider-hero-home-center-caption {
    position: absolute;
    font-weight: bold;
    left: 0;
    top: 25%;
    right: 0;
    z-index: 1;
    color: #FFFFFF;
    max-width: 1440px;
    padding: 24px;
    margin: auto;
    text-align: start;
}
}
.rhg-hero-slider-hero-home-card-image-wrapper img, .rhg-hero-slider-hero-home-card-image-wrapper-full img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}
.rhg-hero-slider-hero-home-center-title {
    margin-bottom: 16px;
    word-break: break-word;
}
.rhg-white-text {
    color: #fff;
}
.rhg-text-4xl {
    font-size: 36px;
    line-height: 44px;
}
.rhg-text-normal {
    font-weight: 400;
}

.scroll-down-section {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
}
@media(max-width:767px){
.scroll-down-section {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 115px;
}
}
.scroll-down-section:before {
    background: #ffffff;
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: 40px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    content: '';
}

.scroll-down-section span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23px;
    height: 40px;
    margin-left: -12px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
}
.scroll-down-section span:before {
    position: absolute;
    top: 4px;
    left: 50%;
    content: '';
    width: 5px;
    height: 9px;
    margin-left: -3px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: down 2s infinite;
    animation: down 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes down {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.cat-banner-contact {
    color: #fff;
    background: rgb(205 49 49);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    top: 0;
    margin: auto;
    height: fit-content;
    writing-mode: tb;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 20px 0 0 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}

@media (max-width:767px){
.cat-banner-contact {
display: none;
}
}
.cat-banner-contact i {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}
.cat-banner-contact:hover {
    color: #ffffff;
    background-color: #111111;
}
.has-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/banner/bg-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .04;
}
.cat-main-video {
    position: relative;
    border: none;
    overflow: hidden;
}
.cat-play-btn {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 112px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.popup-youtube {
    position: relative;
    color: rgb(205 49 49);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    font-size: 30px;
}
.popup-youtube i {
    color: rgb(205 49 49);
}
.btn-wave {
    -webkit-animation: sonarWave 1.5s linear infinite;
    animation: sonarWave 1.5s linear infinite;
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.btn-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
}
.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    /* padding-right: 15px; */
    bottom: 10px;
    left: 30px;
    color: #fff;
    background-color: #25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    /* font-family: Arial; */
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
}

.float-button:hover {
     background-color: #128C7E;
      color: #fff;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}
@media(max-width:767px){
.float-button1 span {
    display:none
}
.float-button span {
    display:none
}
}
.float-button1 {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    /* padding-right: 15px; */
    bottom: 10px;
    right: 30px;
    color: #fff;
    background-color: #1a8eee;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    /* font-family: Arial; */
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
}
.float-button1:hover {
    background-color: #128C7E;
     color: #fff;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    font-size: 20px !important;
  }
  
  .wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
  }
  
  .wave-sm {
    animation-delay: .3s;
  }
  
  .wave-md {
    animation-delay: .45s;
  }
  
  .wave-lg {
    animation-delay: .6s;
  }
  
  @keyframes waveIn {
    from {
      opacity: 0;
      transform: scale(.3) translate(-20px,10px);
    }
    
    50% {
      transform: translate(0,0);
      opacity: 1;
    }
  }
  
  #contactForm .form-group {
    margin: 0 0 20px;
}
.capta {
    display: flex;
}
#contactForm .form-group input {
    height: 38px;
}
#contactForm .form-group input, #contactForm .form-group textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.capta .w-custom {
    width: 55px;
    text-align: center;
    margin-right: 10px;
}
@media(max-width:767px){
.capta .w-custom {
    width: 45px;
    text-align: center;
    margin-right: 10px;
}
}
.capta .w-total-btn {
    text-align: center;
    width: 85px !important;
}
        .error {
            color: red;
        }