body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #252222;
}

h3,
h4 {
    margin: 10px 0 0px 0;

    font-size: 20px;
    color: #111;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height:auto;
}
/* 
.container {
    padding: 30px 70px;
} */

    table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border: 1px solid #ddd;
    }

    th,
    td {
      text-align: left;
      padding: 8px;
    }

    tr:nth-child(even) {
      background-color: #c4c4bc
    }

    /* The Modal (background) */
    .modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      padding-top: 100px;
      /* Location of the box */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
    }

    /* The Close Button */
    .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    /* The Modal (background) */
    .modal-1 {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      padding-top: 100px;
      /* Location of the box */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content-1 {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%;
    }
.mb-3{margin-bottom:30px;}
    /* The Close Button */
    .close-1 {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close-1:hover,
    .close-1:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

section {
    padding: 80px 0;
}
.swiper {
      width: 100%;
      height: 85vh;
    }

    .swiper-slide {
      position: relative;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .caption {
    position: absolute;
    bottom: 30px;
    left: 20%;
    right: 20%;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 4px;
    max-width: 80%;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    }
    .caption h3{color: #fff;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;}
.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.new-btn{ border:none;
padding:8px 16px;
background-color: black;
color:#fff;
border-radius:none;
font-size:16px;
transition:0.3s}
.new-btn:hover{box-shadow:0 0 10px #ddd}

.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    /* -webkit-filter: grayscale(90%);
filter: grayscale(90%);  make all photos black and white */
    width: 100%;
    /* Set width to 100% */
    margin: auto;
}

ul {
    list-style-type: none;
    padding-inline-start: 000px;
}

ul li {
    padding: 6px 0;
}

.input_date {
    width: 90% !important;
    height: 45px !important;
    padding-left: 5px !important;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.navbar-brand {
    padding: 0
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
    }
}

.book_form {
    width: 90% !important;
    font-size: 16px;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    height: 45px !important;
    border-radius: 3px;
    background-color: #f44336;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
        /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
}

.bg-1 p {
    font-style: italic;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

.btn:hover,
.btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

.modal-header,
h4,
.close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.navbar-brand {
    height: auto
}

.modal-header,
.modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #2d2d30;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 1px;
    opacity: 1;
}

.navbar li a,
.navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover {
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}

.dropdown-menu li a {
    color: #f30404 !important;
}

.dropdown-menu li a:hover {
    background-color: #2D2D30 !important;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

.img-responsive {
    margin: 0 auto;
}

.blinking {
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #FFE639;
    }

    49% {
        color: #fff;
    }

    50% {
        color: #FFE639;
    }

    75% {
        color: #fff;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #FFE639;
    }
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 170px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

table#stylized {
    margin-top: 0px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 12px 0;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.10)
}

#stylized .btn {
    background: #009fe3;
    color: #fff;
    font-size: 16px;
}

td {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.calender {
    background: #272738 url(https://eglobe-solutions.com/extras/Content/WebsiteTemplate/L6deluxe/libs/images/calendar-icon.png) 90% no-repeat;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #CCCCCC;
    color: #000;
    text-align: left;
    padding-left: 5px;
}

.ui-datepicker-trigger {
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: -6px;
    padding-right: 3px;
}

div.ui-datepicker {
    font-size: 15px;
}

input,
select {
    width: 90%;
    height: 45px;
    padding-left: 5px;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid #ccc
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.ui-datepicker {
        font-size: 15px;
    }
}

@-moz-document url-prefix() {
    div.ui-datepicker {
        font-size: 15px;
        margin-top: -80px;
    }
}

#h2 {
    font: normal 14px "Droid Serif", serif;
}

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

    #stylized .td2,
    .td3,
    .td4,
    .td5,
    .td6,
    .td7 {
        float: left;
        height: 35px;
        width: 100%;
        text-align: left;
        padding: 4%;
    }

    #stylized .td1 {
        float: left;
        height: 5px;
        width: 100%;
        text-align: left;
        padding: 4%;
    }

    #stylized .td6 {

        margin-bottom: 15px 0;
        padding: 4%
    }
}

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

    #stylized .td2,
    .td3,
    .td4,
    .td5,
    .td6,
    .td7 {
        float: left;
        height: 60px;
        width: 100%;

        padding: 4%;
    }

    #stylized .td1 {
        float: left;
        height: 5px;
        width: 100%;
        text-align: left;
        padding: 4%;
    }

    #stylized .td6 {

        margin-bottom: 15px 0;
        padding: 4%
    }

    input,
    select {
        width: 100%;
    }
}

#h2 {
    font: normal 14px "Droid Serif", serif;
}