@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
}

body {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    color: #0c0c0c;
    overflow-x: hidden;
}

.layout_padding {
    padding: 50px 0;
}

.layout_padding2 {
    padding: 60px 0;
}

.layout_padding2-top {
    padding-top: 60px;
}

.layout_padding2-bottom {
    padding-bottom: 60px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

h1,
p,
h3,
h4,
h5,
h6,
h2 {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h4 {
    position: relative;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: bold;
}

.heading_container h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #C8A32D;
    margin: 10px auto 10px;
}

.heading_container h2 span {
    color: #C8A32D;
}

.heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*header section*/

.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sub_page .hero_area {
    min-height: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
    padding: 10px 0;
}

.header_section .container-fluid {
    padding-right: 15px;
    padding-left: 5px;
}

.navbar-brand {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    padding: 5px 20px;
    width: 200px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0
}


/* Mobile devices (320px - 480px) */

@media screen and (max-width: 480px) {
    .logo {
        width: 80px;
    }
}


/* iPads, Tablets (481px - 768px) */

@media screen and (min-width: 481px) and (max-width: 768px) {
    .logo {
        width: 100px;
    }
}


/* Small screens, laptops (769px - 1024px) */

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .logo {
        width: 120px;
    }
}


/* Desktops, large screens (1025px - 1200px) */

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .logo {
        width: 180px;
    }
}


/* Extra large screens, TV (1201px and more) */

@media screen and (min-width: 1201px) {
    .logo {
        width: 210px;
    }
}

.navbar-brand span {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 5px;
    color: #131313;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 00;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
    width: 17px;
    height: auto;
    fill: #000000;
    margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #C8A32D;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg,
.custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
    fill: #C8A32D;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
    color: #C8A32D;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}


/*end header section*/

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    margin-top: 4500px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .carousel-indicators li {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    opacity: 1;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #F9A602;
}

.zoom {
    padding: 50px;
    /* background-color: green; */
    transition: transform .2s;
    /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.product_section .box {
    position: relative;
    margin-top: 5px;
    padding: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    border: solid #f8f7f2 1px;
}

.product_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 215px;
}

.product_section .box2 {
    position: relative;
    margin-top: 25px;
    padding: 1px 5px;
    background-color: #29547e;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .2);
    border: solid #C8A32D 1px;
}

.product_section .box1 {
    position: relative;
    margin-top: 25px;
    padding: 35px 35px;
    background-color: #C8A32D;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    border: solid #C8A32D 2px;
}

.product_section .box1 .img-box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 245px;
}

.product_section .box1 .img-box img {
    max-width: 90000;
    max-height: 160px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product_section .box .img-box img {
    max-width: 90000%;
    max-height: 160px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product_section .box .detail-box {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_section .box .detail-box h5 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}

.product_section .box .detail-box h6 {
    margin-top: 10px;
    color: #C8A32D;
    font-weight: 400;
}

.product_section .box1 .detail-box h5 {
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

.product_section .box1 .detail-box h6 {
    margin-top: 10px;
    color: #C8A32D;
    font-weight: 700;
    text-align: center;
}

.product_section .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product_section .box:hover .option_container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product_section .option_container {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.product_section .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_section .options1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_section .options a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 30px;
    width: 165px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 5px 0;
}

.product_section .options .option1 {
    /* background-color: #C8A32D; */
    border: 1px solid #F9A602;
    color: #ffffff;
}

.product_section .options .option1:hover {
    background-color: transparent;
    color: #ffffff;
}

.product_section .options .option2 {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.product_section .options .option2:hover {
    background-color: transparent;
    color: #000000;
}

.product_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.product_section .btn-box a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #F9A602;
    border: 1px solid #F9A602;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.arrival_section {
    background-color: #cfced4;
}

.arrival_section .heading_container {
    color: #023b59;
    margin-bottom: 10px;
}

.arrival_section .box {
    padding: 5px 45px 115px 10px;
    position: relative;
}

.arrival_section .arrival_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 90%;
    z-index: 3;
}

.arrival_section .arrival_bg_box img {
    width: 50%;
    height: 111%;
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: top left;
        object-position: top left; */
}

.arrival_section a {
    display: inline-block;
    padding: 20px 45px;
    background-color: #C8A32D;
    border: 1px solid #F9A602;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.arrival_section a:hover {
    background-color: transparent;
    color: #F9A602;
}

.arrival_section1 {
    background-color: #f5f5f9;
    border: 1px solid #f9f6f6;
}

.arrival_section1 .heading_container {
    color: #023b59;
    margin-bottom: 10px;
}

.arrival_section1 .box {
    padding: 5px 45px 115px 10px;
    position: relative;
}

.arrival_section1 .arrival_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 97%;
    z-index: 3;
}

.arrival_section1 .arrival_bg_box img {
    width: 140%;
    height: 149%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}

.arrival_section1 a {
    display: inline-block;
    padding: 20px 45px;
    background-color: #C8A32D;
    border: 1px solid #F9A602;
    color: #023b59;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.arrival_section1 a:hover {
    background-color: transparent;
    color: #F9A602;
}

.why_section .box {
    text-align: center;
    margin-top: 0px;
    background-color: #0f65AF;
    padding: 4px 4px;
    border-radius: 1px;
    color: #F9A602;
    position: relative;
    height: 320px;
    justify-content: center;
}

.detail-box h5 {
    font-size: 21px;
    font-weight: 700;
}

.remove_line_bt h2::after {
    display: none;
}

.why_section .box .img-box img {
    width: 10px;
    fill: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 320px;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .2);
}

.subscribe_section {
    text-align: center;
}

.subscribe_section .box {
    background-color: #d4ced0;
    padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0f65AF;
}

.subscribe_section .subscribe_form .heading_container h2 {
    padding: 0 25px;
}

.subscribe_section .subscribe_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe_section .subscribe_form form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 90px;
    outline: none;
    padding: 5px 25px;
    background-color: #ffffff;
    margin-top: 15px;
    text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
    color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
    color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
    color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
    color: #171620;
}

.subscribe_section .subscribe_form form button {
    display: inline-block;
    padding: 10px 45px;
    background-color: #F9A602;
    border: 1px solid #F9A602;
    color: #ffffff;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: 600;
    width: 100%;
    max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
    background-color: transparent;
    color: #F9A602;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 0px;
}

.client_section .box .img_container {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.client_section .box .img_container .img-box {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
    width: 100%;
}

.client_section .box .detail-box {
    margin-top: 25px;
}

.client_section .box .detail-box h5 {
    font-size: 20px;
    font-weight: 600;
}

.client_section .box .detail-box h6 {
    font-size: 15px;
    color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    width: auto;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: #ffffff;
    background-color: #F9A602;
    border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
    background-color: #0f65AF;
}

.client_section .carousel-control-prev {
    left: -4%;
}

.client_section .carousel-control-next {
    right: -4%;
}


/* footer section*/

.footer_section {
    background-color: #0f65AF;
    color: #ffffff;
    padding-top: 70px;
}

.footer_section {
    color: #ffffff;
    text-align: left;
}

.footer_section h4 {
    font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    text-align: left;
}

.footer_section .footer-col {
    margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
    margin: 10px 0;
    color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
    margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
    color: #F9A602;
}

.footer_section .footer-logo {
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #080909;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #F9A602;
    border-radius: 100%;
    margin: 0 2.5px;
    font-size: 18px;
}

.footer_section .footer_social a:hover {
    color: #F9A602;
}

.footer_section .map_container {
    width: 100%;
    height: 175px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer_section .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer_section .map_container .map #googleMap {
    height: 100%;
}

.footer_section .footer-info {
    text-align: center;
    margin-top: 25px;
}

.footer_section .footer-info p {
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_section .footer-info p a {
    color: inherit;
}


/*# sourceMappingURL=style.css.map */

.heading_container.heading_center h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

li.nav-item ul {
    background: #fff;
    border: solid #000 2px;
    border-radius: 0;
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 4px 4px 0px 0 #000;
    width: 190px;
}

li.nav-item ul li {
    float: left;
    width: 100%;
    margin: 6px 0;
}

li.nav-item ul li a {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 10px;
    transition: ease all 0.5s;
}

li.nav-item ul li a:hover,
li.nav-item ul li a:focus {
    color: #F9A602;
}

.inner_page_head {
    background: #F9A602;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.inner_page_head h3 {
    font-size: 42px;
    font-weight: 800;
}


/** footer **/

footer {
    background: #f8f8f8;
    padding: 90px 0 70px;
}

.logo_footer {
    margin-bottom: 30px;
}

.information_f p {
    margin-bottom: 1.2rem;
    line-height: 25px;
    font-size: 15px;
}

.widget_menu h3 {
    /* font-size: 18px;
        font-weight: 700; */
    /* text-transform: uppercase; */
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.widget_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_menu ul li {
    float: left;
    width: 100%;
}

.widget_menu ul li a {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.field {
    display: flex;
}

.widget_menu {
    float: left;
    width: 100%;
}

div.form_sub .field input[type="email"],
div.form_sub .field input[type="email"]:hover,
div.form_sub .field input[type="email"]:focus {
    padding: 10px 110px 10px 15px;
    border-radius: 0;
    border: solid #ccc 1px;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    width: 100%;
    height: 48px;
}

.form_sub {
    position: relative;
}

.form_sub input[type="email"]+input[type="submit"] {
    position: absolute;
    right: 0;
    background: #F9A602;
    color: #fff;
    border: none;
    top: 0px;
    font-size: 14px;
    height: 48px;
    font-weight: 600;
    padding: 0 15px;
}

form input {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
}

form textarea {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form input[type="submit"] {
    border: none;
    padding: 15px 45px;
    width: auto;
    font-size: 16px;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    background: #333;
    color: #fff;
    font-weight: 600;
    transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #F9A602;
    color: #fff;
}


/** cpy **/

.cpy_ {
    background: #222;
    text-align: center;
    padding: 20px 0;
}

.cpy_ p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.cpy_ p a {
    margin: 0;
    color: #F9A602;
    font-size: 15px;
    font-weight: 400;
}

.carousel-item1 {
    height: 670px;
    /* Set the height of the carousel */
    position: relative;
    /* Set the position of the carousel */
}

.carousel-item1 img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 670px;
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .2);
    /* Set the minimum height of the images */
}


/* checkRoom Adverts */

.carousel-control-prev-icon {
    background-color: #023b59;
}

.carousel-control-next-icon {
    background-color: #023b59;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    width: auto;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    opacity: 1;
    color: #ffffff;
    background-color: #F9A602;
    border-radius: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #212121;
}

.carousel-control-prev-icon {
    left: 25%;
}

.carousel-control-next-icon {
    right: 25%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item:hover>.dropdown-menu {
    display: block;
}


/* ul li {
    list-style-type: none;
    display: inline;
}

.navbar-nav .nav-link {
    display: inline-block;
}

.ml-auto {
    display: inline-block !important;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
} */


/* .img-fluid {
        height: auto;
    } */


/* Custom styles book now/scrool top*/

#myBtn {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 999;
    background-color: #F9A602;
    color: #fff;
    border: none;
    /* border-radius: 50%; */
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

#Top {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 999;
    background-color: #faf9f8;
    font-size: 16px;
}

#myBtn:hover {
    background-color: #F9A602;
}


/*advert*/

#mainn {
    width: 1%;
    height: 8200px;
    /* background: #0008; */
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#pop-up {
    text-align: center;
    width: 325px;
    height: 700px;
    box-sizing: border-box;
    padding: 0px;
    position: fixed;
    /* Change to fixed */
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    z-index: 999;
    /* Ensure it's above other content */
}


/* Media query for smaller screens (centered) */

@media (max-width: 768px) {
    #pop-up {
        left: 90%;
        /* Reset left position */
        transform: translate(0, -50%);
        /* Center horizontally */
    }
}


/* Media query for larger screens (float left) */


/* @media (min-width: 769px) {
    #pop-up {
        left: 0;
        /* Float to the left */


/* transform: translate(0,
-50%); */


/* Center vertically */


/* } */


/* } */


/* Media query for larger screens (align right) */

@media (min-width: 769px) {
    #pop-up {
        left: auto;
        /* Reset left position */
        right: 15%;
        /* Align to the right */
        transform: translate(0, -50%);
        /* Center vertically */
    }
}


/* Custom CSS for the blue checkbox */

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #007bff;
    /* Blue color */
    background-color: #007bff;
}

.profile {
    /* color: '#0074D9'; */
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.profile1 {
    color: #0f65AF;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 24px;
    font-weight: normal;
}

.zoom-effect {
    transition: transform 0.5s ease;
    /* Adjust duration as desired */
}

.zoom-effect:hover {
    transform: scale(1.1);
    /* Zoom in on hover */
}


/* Events styling */

.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 768px) {
    .card img {
        height: 11em;
    }
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 1;
}

.carousel-inner {
    padding: 1em;
}

.card-item2 {
    height: 16rem;
    /* Set the height of the carousel */
    position: relative;
    /* Set the position of the carousel */
}

.card-item2 img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 10rem;
    /* Set the minimum height of the images */
}


/* Replace #container with your actual container ID or class */

#container {
    min-width: 800px;
    /* Adjust this value as needed */
}

sm-4 {
    float: right;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}


/* Style the header */

.header {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
    font-size: 35px;
}


/* Create three unequal columns that floats next to each other */

.column {
    float: center;
    padding: 10px;
    height: 300px;
    /* Should be removed. Only for demonstration */
}


/* Left and right column */

.column.side {
    width: 25%;
}

.column.side2 {
    width: 45%;
}


/* Middle column */

.column.middle {
    width: 50%;
}


/* Clear floats after the columns */


/* Style the footer */

.footer {
    padding: 10%;
    text-align: center;
}


/* Create three equal columns that floats next to each other */

.column111 {
    width: 33.33%;
    padding: 10px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column11 {
    width: 100%;
    height: 300px;
    /* Should be removed. Only for demonstration */
}


/* Clear floats after the columns */

.row11:after {
    content: "";
    display: table;
    clear: both;
}


/* Style the footer */

.footer11 {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media (max-width: 600px) {
    .column.side,
    .column.middle {
        width: 100%;
    }
}

.xontainer {
    position: relative;
}


/* Bottom right text */

.text-block {
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #0f65AF;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.image-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* Adjust the gap between images */
}

.image-container1 img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    /* Optional: Add rounded corners */
}

.image-container1 .image-wrapper1 {
    position: relative;
    width: 100%;
    /* Adjust the width as needed */
}

.image-container1 .image-wrapper1 img {
    width: 100%;
    height: auto;
}

.image-container1 .image-wrapper1 img.top {
    position: absolute;
    top: 160px;
    /* Adjust the overlap position */
    left: -50px;
    /* Adjust the overlap position */
    z-index: 1;
}

.image-caption {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 1px;
    /* Add spacing between image and text */
}


/* Header.css */

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    /* Adjust the z-index as needed */
    background-color: #ffffff;
    /* Set your desired background color */
    /* Add other styling properties (e.g., padding, font, etc.) */
}


/* @keyframes slideInLeft {
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(50);
    }
}

.header1 {
    animation: 1s ease-out 0s 1 slideInLeft;
}

header {
    animation: 1s ease-out 0s 1 slideInLeft;
}

body {
    margin: 0;
    font-family: "Segoe UI", Arial, Helvetica, Sans Serif;
}

a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

div {
    animation: mymove 2s;
    animation-fill-mode: forwards;
}*/


/* 
#div1 {
    animation-timing-function: ease-in;
}

#div2 {
    animation-timing-function: ease;
}

#div3 {
    animation-timing-function: ease-in;
}

#div4 {
    animation-timing-function: ease-out;
}

#div5 {
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.animatable {
    visibility: hidden;
    animation-play-state: paused;
}

.animated {
    visibility: visible;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-play-state: running;
}

@keyframes fadeIn {
    0%,
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        transform: translateX(20px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        transform: translateX(-20px);
    }
    80% {
        transform: translateX(5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeBgColor {
    0%,
    70% {
        background: none;
    }
    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: 0.1s;
}

.animated.animationDelayMed {
    animation-delay: 0.s;
}

.animated.animationDelayLong {
    animation-delay: 0.1s;
}

.animated.fadeBgColor {
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    animation-name: bounceIn;
}

.animated.bounceInRight {
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    animation-name: fadeIn;
}

.animated.fadeInDown {
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    animation-name: fadeInUp;
}

.animated.moveUp {
    animation-name: moveUp;
} */

.less {
    display: none;
}

.custom-btn {
    background-color: #0f65AF;
    color: white;
    border: none;
}

.custom-btn:hover {
    background-color: #0f65AF;
    color: white;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.step-finish {
    display: none;
}

.active-link {
    font-weight: bold;
    /* Example of active link styling */
    color: #F9A602;
    /* Change color for active link */
}

.accordian {
    width: 80%;
    height: 520px;
    overflow: hidden;
    /*Time for some styling*/
    margin: 50px auto;
    box-shadow: #007bff;
    -webkit-box-shadow: #007bff;
    -moz-box-shadow: #007bff;
}


/*A small hack to prevent flickering on some browsers*/

.accordian ul {
    width: 1200px;
    /*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
    position: relative;
    display: block;
    width: 160px;
    float: left;
    border-left: 1px solid #888;
    box-shadow: 0 0 25px 10px rgba(145, 141, 141, 0.5);
    -webkit-box-shadow: 0 0 25px 10px rgba(158, 151, 151, 0.5);
    -moz-box-shadow: 0 0 25px 10px rgba(140, 138, 138, 0.5);
    /*Transitions to give animation effect*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*If you hover on the images now you should be able to 
	see the basic accordian*/
}


/*Reduce with of un-hovered elements*/

.accordian ul:hover li {
    width: 40px;
}


/*Lets apply hover effects now*/


/*The LI hover style should override the UL hover style*/

.accordian ul li:hover {
    width: 640px;
}

.accordian li img {
    display: block;
}


/*Image title styles*/

.image_title {
    position: absolute;
    left: 0;
    width: 640px;
}

.image_title a {
    display: block;
    color: #0f65AF;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.sliderLogo {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
}

.sliderLogo::before,
.sliderLogo::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.sliderLogo::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.sliderLogo::before {
    left: 0;
    top: 0;
}

.slide-trackLogo {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slideLogo {
    height: 100px;
    width: 250px;
}