/********** Template CSS **********/
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #2f2f2f
}
ul{padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', cursive;font-weight:normal;
}
:root {
    --primary: #565f64;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}
.text-primary {
    color: #ed2225 !important;
}
.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.topbar {
    background: #010101;
    height: 22px;
    position: absolute;
    width: 100%;
}
.topbar .col-lg-4:not(:last-child) {
    border-right: 1px solid #e2e0e0;
}
    .topbar span.far, .topbar span.fa {
        font-size: 28px;
    }
.followUs{display:inline-flex;align-items:center;margin-bottom:0;margin-left:15px;}
.followUs li a {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: inline-flex;
}
.followUs li a i {
    font-size: 11px;
}
/*** Navbar ***/
.main-navigation-box{
background: #3f5a36;
}
.navbar-nav li a {
    color: #fff;
    padding: 21px 16px;
    display: block;
    text-transform: uppercase;
}
.navbar-nav li li a{
    padding: 5px 10px;color: #3f5a36;
}
.header-menu{display:flex;align-items:center;Justify-content:space-between;position: relative;}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 16px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.callus .call-btn {
    display: inline-block;
    font-family: 'Bebas Neue', cursive;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    background: url(../img/phone.png) no-repeat left center;
    padding-left: 40px;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.carousel-caption h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 82px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height:78px;
}
.carousel-caption p{
    font-family: 'Inter', sans-serif;
    font-size:20px;line-height:30px;
}
    .carousel-caption a {
        font-family: 'Bebas Neue', cursive;
        font-weight: normal;
        letter-spacing: 2px;
        font-size: 22px;
        font-style:italic;
        margin-top:10px;
    }
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*driversWanted*/

.driversWanted {
    background: url(../img/afterbanner.jpg) center top no-repeat;
    padding:100px 0;
}
.driversWantedContainer {
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.driver_pic{
    position:relative;
}
.driver_pic:before {
    content: '';
    width:101px;height:550px;display:block;
    position:absolute;
    right:0;
    top:0;
    background: url(../img/bg_arrow.png) left center no-repeat;
}
.driversWantedContent {
    max-width: 428px;
    margin: auto;
}
.driversWantedContent h2{
    font-family:'Bebas Neue';
    font-size:48px;letter-spacing:3px;
    text-transform:uppercase;
    font-weight:normal;
}
.driversWantedContent p{font-size:18px;line-height:30px;}
.apply_class {
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 22px;
    font-style: italic;
    margin-top: 10px;
    transition: .5s;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
    background-color: #3f5a36;
    border-color: #3f5a36;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    color:#fff;
    border-radius: 6px;
}
    .apply_class:hover {
        color: #fff;
        background-color: #23477c;
        border-color: #23477c;
    }


/*operator*/
.operator {
    background: #131d3d;
    overflow: hidden;
}
.operator_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.operator_content h2, .operator_content h5 {
    color: #fff;
}
.operator_pic {
    width: 44%;
}
.operator_pic img{width:100%}
.operator_content {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 20px;background: url(../img/logo_shadow.png) center no-repeat;
}
h2 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: normal;
}
h3 {
    font-family: 'Bebas Neue';
    font-size: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: normal;
}
h4 {
    font-family: 'Bebas Neue';
    font-size: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: normal;
}
.operator_content h5{font-family:Inter;font-weight:500;font-size:20px;letter-spacing:1px;text-transform:uppercase;}
.operator_content ul {
    
    color: #b9b5b5;
    font-size: 16px;
    font-family: Inter;
    display: flex;
    flex-wrap: wrap;
    padding:30px 0 20px;
}
    .operator_content ul li {
        background: url(../img/check.png) left center no-repeat;
        padding-left: 35px;
        margin: 10px 0;
        width: 50%;
    }
.operator_content p {
    color: #fff;
    font-size: 20px;
    font-family: Inter;
    padding-top: 2rem;
}


.aboutCws {
    background: url(../img/lightbg.png) center top no-repeat #fff;
    padding:100px 0;
}
.eat{
    background: url(../img/big-hoytel.jpg) center top no-repeat;
    padding:100px 0;
}
.forVideoBox{text-align:center;}
    .forVideoBox h2 {
        color: #000005;

    }
    .forVideoBox p {
        font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: left;
    }
    .custom-btn-flex {
    display: flex;
    gap: 15px;
}
.videobx-vontent{
    max-width: 518px;margin:auto;
}
.mw-740px {
    max-width: 760px;
    margin: 0 auto;
}
.videoBx {
    width: 100%;
    margin: 20px auto;
    border: 7px solid #000;
    position:relative;
    background: #101934;
}
.videoBx img{max-width: 100%;}
.eat .operator_content {
    background: #fff;
    padding: 60px 80px;
    margin: 0 auto;
    max-width: 600px;
}
.eat .operator_content ul{
    background:transparent;padding:0;
}
    .eat .operator_content h2 {
        color: #000000
    }
    .eat .operator_content p ,.eat .operator_content h5{
        color: #494848
    }
    .eat .operator_content p{
        padding-top: 0;font-size: 18px;
    }
    .eat .operator_content ul li {
        width: 100%;
        color: #2f2f2f;
    }
/*contactUsToday*/

.contactUsToday {
    background: url(../img/bg_rotate.jpg) center no-repeat #110f10;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.contactUsToday h3{color:#fff;text-align:center;font-size:36px;font-weight:normal;letter-spacing:2px;}
.contact_center{max-width:620px;margin:50px auto;text-align:center;padding:30px 0;}
/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
}
.footer h4 {
    letter-spacing: 2px;
    color: #000005;
    position: relative;
    margin-bottom: 25px;
}
.footer h4:before {
    content: '';
    width: 150px;
    height: 2px;
    background: #565f6494;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.footer h4:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #565f64;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.footer-item ul li {
    text-transform: uppercase;
    font-family: Inter;
    font-size: 16px;
    color: #2f2f2f;
}
    .footer-item ul li span {
        color: var(--primary);
    }
.footer .topbar {
    background: #171a23;
    color: #fff;
}
.footer .topbar .col-lg-4:not(:last-child){border:none}
.copyright {
    background: #ed2225
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 12px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background: transparent;
    text-align: center;
    color:var(--primary);
}
.followUs li a:hover {
    background: #fff;
}
.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (min-width: 1200px){
    .container{max-width:1200px;}
}
@media (max-width: 768px){
.header-menu{display:block;}
.navbar-light .navbar-toggler{position:absolute;right:0;top:-54px;}
    .callus{display:none}
    .carousel-caption h1 {
        font-size: 44px;
        line-height: 46px;
    }
    .carousel-caption p {
        font-size: 18px;
        line-height: 24px;
    }
    .carousel-caption .px-5 {
        padding: 0 !important;
    }
    .driversWanted { padding: 50px 0;
        margin-top: -2px;
    }
    .driversWantedContent h2, h2 {
        font-size: 42px;
    }
    .aboutCws { padding: 20px 0;
    }
    .apply_class{padding-right:2rem;}
    .operator_box {
        flex-direction: column-reverse;
    }
    .operator_pic,.operator_content ul li {
        width: 100%
    }
    .driversWantedContainer{flex-direction:column}
    .driver_pic:before{display:none}
    .driversWantedContent {
        padding: 15px;
    }
    .videoBx iframe {
        width: 100%;
        height: auto;
    }
    .videoBx:after {
        right: 0;
        bottom: -92px;
        margin-top: 40px;
        top: initial;
    }
    .aboutCws .operator_content {
        padding: 30px 30px;
        margin: 70px 0;
        margin-left: 0;
    }
    .footer {
        overflow: hidden;
        padding-top: 0 !Important;
    }
    footer .py-5 {
        padding-top: 0 !important;
    }
    .footer .col-lg-4:first-child {
        background: #ed2225;
        text-align: center;
    }
}

.footer-bottom{
    background: #171a23;
    color: #fff;
}



/*====================== Inner page ===================*/
.hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      
      
     
      width: 100%;
      max-width: 1220px;
    }
.hero-text h2{
     font-size: 4rem;font-family: 'Bebas Neue';font-weight: 500;
      background-color: rgba(0, 0, 0, 0.6);color: white;padding: 10px 30px 8px;
      border-radius: 0 50px 50px 0;display: inline;
}
.img-card {
      position: relative;
    }
.eat.shelterTeam {
    background: url(../img/deep-pic.webp) center top no-repeat;
    padding: 100px 0;
}
.shelterTeam .operator_content {
    background: #fff;
    padding: 50px 60px;
    margin: 0 auto;
    max-width: 800px;
}
.inner-boxes p{font-size: 16px;}
.after-pic{position: relative;}
/*.after-pic:after {
    content: '';
    position: absolute;
    background: url(../img/shadow_logo.png) center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    z-index: -1;
}*/

.inner-boxes .container-fluid .after-pic {
    padding-right: 76px;
}
.inner-boxes .container-fluid:nth-child(odd){background: #f1f3ed;}
.inner-boxes .container-fluid:nth-child(even) .after-pic {
    padding-left: 76px;
}

.img-card img {
    position: relative;
    z-index: 2;
    border-radius: 15px;    width: 100%;
}
.img-card:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 15px;
    left: -15px;
    background: #fff;border-radius: 15px;
      box-shadow: 0 4px 50px  rgba(0, 0, 0, 0.1);
}

.inner-boxes .container-fluid:nth-child(even) .img-card:after {
    left: initial;
    right: -15px;
}
.blockquote-footer{    color: #28780d; margin-top: -.4rem; font-weight: 700;}
.blockquote p{font-style: italic;}

.itemsLodge{ background: url(../img/img_back.webp) center top no-repeat !important;}

.inner-boxes .container-fluid{padding-top: 70px;padding-bottom: 70px;}
.itemsLodge .card{border-radius: 15px;overflow: hidden;box-shadow: 0 4px 50px  rgba(0, 0, 0, 0.1);}
.itemsLodge .card-title{font-size: 28px;}
.itemsLodge .card-body{padding-bottom: 2rem;}
.inner-boxes h2.section-title{color: #000000;}

.executive{color: #28780d;}

/*gallery*/

/*Gallery*/
a:hover {
    text-decoration: none;
  }
  
  .tm-page-cols-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .tm-page-col-left {
   width: 100%;
  }
  
  .tm-page-col-right {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  ul.tabs.filters-button-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
  }
  ul.tabs.filters-button-group li a{
    margin: 0;padding: 5px 1rem;
    border-style: dotted;border-radius: 2rem;
    border-color: #eb1c24;
  }
  ul.tabs.filters-button-group li a.active{background: #eb1c24;
    color: #fff;
    border-color: #d81324;}
  @media (max-width: 991px) {
    .tm-page-cols-container {
      flex-direction: column;
    }
    .tm-page-col-left {
      width: 100%;
      max-width: 100%;
    }
  
    .tm-page-col-right {
      width: 100%;
    }
  }
  
 
  
  .tm-gallery-item {
    width: 32.3%;
    margin: .5%;
  }
  
  .filters-button-group {
    padding-right: 15px;
  }
  
  .tabs {
    list-style: none;
  }
  
  .tabs > li > a {
    border: 1px solid #cfd0d1;
    color: #999a9b;
    padding: 20px 25px;
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  
  .tm-tab-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    margin-right: 20px;
    transition: all 0.3s ease;
  }
  
  .tabs > li > a.active .tm-tab-icon,
  .tabs > li > a:hover .tm-tab-icon {
    background-color: #669999;
  }
  
  /* 
    Gallery Item Hover Effect
    https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
  */
  
  /* Common style */
  .tm-gallery-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .tm-gallery-item figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  
  .tm-gallery-item figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .tm-gallery-item figure figcaption::before,
  .tm-gallery-item figure figcaption::after {
    pointer-events: none;
  }
  
  .tm-gallery-item figure figcaption,
  .tm-gallery-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .tm-gallery-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  
  .tm-gallery-item figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
  }
  
  .tm-gallery-item figure h2 span {
    font-weight: 800;
  }
  
  .tm-gallery-item figure h2,
  .tm-gallery-item figure p {
    margin: 0;
  }
  
  .tm-gallery-item figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  
  /*---------------*/
  /***** Bubba *****/
  /*---------------*/
  
  figure.effect-bubba {
    background: #303030;
  }
  
  figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    aspect-ratio: 4/3;;width: 100%;
  }
  
  figure.effect-bubba:hover img {
    opacity: 0.4;
  }
  
  figure.effect-bubba figcaption::before,
  figure.effect-bubba figcaption::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  
  figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  
  figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  
  figure.effect-bubba h2 {
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    color: #fff;
    text-transform: none;
  }
  
  figure.effect-bubba p {
    width: 100%;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  
  figure.effect-bubba:hover figcaption::before,
  figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  figure.effect-bubba:hover h2,
  figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0;
  }
  
  @media (max-width: 767px) {
    .tm-gallery {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
    .tm-gallery-item {
      width: 46%;
    }
  
    .filters-button-group {
      padding-right: 0;
      padding-bottom: 30px;
    }
  }
  
  @media (max-width: 400px) {
    .tm-gallery {
      max-width: 280px;
    }
  
    .tm-gallery-item {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }
  

  .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
     width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url('../img/project-gallery/play-btn.png') no-repeat center center;
    background-size: cover;
    pointer-events: none;
}
.video-popup {
    position: relative;
    display: block;
}
.form-control {
    padding: .500rem .75rem;
}

.img-card iframe {
    width: 100%;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

table tr td{padding-top: 5px;padding-bottom: 5px;}
table tr td ul{margin:0;list-style-type: disc;padding-left: 20px;}
table tr td ul li{padding: 5px 0;}


 .tooltip-img {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
  }

  .tooltip-img:hover .tooltip-content {
    display: block;
  }

  .tooltip-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    margin-top: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .tooltip-content img {
    width: 280px;
    height: 200px;
    object-fit: cover;
  }
  .green-color{color: #28780d;}




   .tooltip-wrap {
      position: relative;
      display: inline-block;
      color: #0d6efd;
      text-decoration: underline;
      cursor: pointer;
    }

    .tooltip-image {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999;
      background: #fff;
      padding: 5px;
      border: 1px solid #ccc;
      margin-top: 5px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .tooltip-image img {
      width: 280px;
      height: 200px;
      object-fit: cover;
    }


.registrationForm form{display: flex;flex-direction: column;gap: 20px;}

input#input_2_8, input#input_2_29, input#input_2_33 {
    width: 100%;
}


div#gform_fields_1 {
    row-gap: 15px;
}
p.gform_required_legend {
    display: none;
}
