@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');
/* font-family: 'Montserrat', sans-serif; */
html, body{
    scroll-behavior: smooth;
  
}
input,
label,
button,
p , li,a{
    font-family: 'Montserrat', sans-serif;  
}
a.Back_to_site {
    background-color: #740000;
    color: #fff;
    padding: 20px 50px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
}
.section {
    padding: 5% 0;
}
.header nav{
    padding: 0 5%;
}

.header .navbar-brand{
    width: 140px;
}

.header .navbar-nav li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 0 30px !important;
}

.header .navbar-nav li .dropdown-menu a{
    padding: 8px 20px !important;
    font-weight: 500;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #740000;
    color: #fff !important;
}


.header .nav-rightbox p a{
    color: #740000;
    padding: 0 10px;
    font-size: 25px;
}
section.header.white .navbar {
    background-color: #fff !important;
}
section.header.white .navbar-brand{
    width: 100px;
}


ul.header-slides{
    margin-left: -40px ;
    margin-bottom: 0px;
}
.banner{
    min-height: 600px;
    padding: 20% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.banner h3{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}


.banner_in{
    min-height: 300px;
    padding: 12% 0;
}

.header-slides .slick-prev {
    left: 70px;
    z-index: 1111;
}

.header-slides .slick-next {
    right: 30px;
}
.banner_in{
    background-image: url(assets/images/slides/slide01.png); 
}

.banner.slide01{
   background-image: url(assets/images/slides/slide01.png); 
}

.banner.slide02{
   background-image: url(assets/images/slides/slide02.png); 
}

.banner.slide03{
   background-image: url(assets/images/slides/slide03.png); 
}

.banner.slide04{
   background-image: url(assets/images/slides/slide04.png); 
}

.banner.slide05{
   background-image: url(assets/images/slides/slide05.png); 
}

.banner.slide06{
   background-image: url(assets/images/slides/slide06.png); 
}




.subscription{
    background-color: #740000;

}
.subscription p{
    color: #fff;
    font-size: 16px;
}
.subscription form input{
    border-radius: 0px;
    height: 60px;
    font-size: 18px;
    color: #000;
    width: 100% !important ;
}
.subscription form .form-group{
    width: 75% !important;
}
.subscription form input[type="submit"]{
    color: #fff;
    border-radius: 0;
    height: 60px;
    background-color: #049700;
    margin-left: 10px;
    width: 22%;
    font-size: 18px;
    font-weight: 500
}








.content{

    padding-top: 8%;
}
.content.bg-gray{
    background-color: #f1f1f1;

}

.content .img-content{
    margin-top: 0px !important;
}

.content h2{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    
}
.content li,
.content p{
    font-size: 16px;
    line-height: 27px;;
}

.content p a{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight:600; 
}










.contactus{
    background-color: #f1f1f1;
}

.contactus h2{
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.contactus textarea{
    border-radius: 0;
}
.contactus select,
.contactus input[type="text"],
.contactus input[type="tel"],
.contactus input[type="email"]{
    border-radius: 0;
    height: 60px;

}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #d8d8d8 1px;
    outline: 0;
    border-radius: 0;
    padding: 10px 10px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #740000;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    color: #fff;
    padding: 6px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    padding: 0 10px 0 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 12px;
    padding-right: 5px;
}

.contactus .checkbox{
    margin-left: -40px;
}
.contactus .checkbox li{
    list-style: none;
    float: left;
    width: 16%;
}
.contactus .checkbox li p{
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
}
.contactus .checkbox li input[type="checkbox"]::before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid #909090;
    z-index: 1;
    border-radius: 0px;
}

.contactus .button button{
    background-color: #740000;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600
}




.booking{
    background-color: #fff !important;
}
.booking iframe {
    border: 0;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
}




.subscribe h2{
    color: #fff;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.subscribe{
    background-color: #049700;
}
.subscribe .form-group{
    width: 70%;
    padding: 0 15px 0 0px;
}
.subscribe .form-group input{
    width: 100% !important;
    height: 60px;
    border-radius: 0;
}

.subscribe input[type="submit"]{
    background-color: #740000;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 0;
    height: 60px;
    font-weight: 600
}






.footer{
    background-color: #740000;
    padding-bottom: 0;
}


.footer h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
}
.footer p a {
    font-size: 60px;
    padding: 0px 30px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.footer p.navbar-footer a {
   font-size: 16px;
    font-weight: 200 !important;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 0;
}



.copyrights{
    border-top: 2px solid #fff;
}
.copyrights p{
    color: #fff;
    font-size: 16px;
    padding-top: 30px
}
@media only screen and (max-width: 1080px){
    .banner {
        min-height: auto;
    }
    .navbar-collapse{
        background-color: #fff;
        padding: 30px 0;
    }   
    .nav-rightbox{
        display: none;
    }
    .header nav {
        padding: 11px 3%;
        background-color: #fff;
        position: relative;
    }
    .header .navbar-toggler {
        position: absolute;
        padding: .25rem .75rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        right: 17px;
        top: 42px;
        font-size: 35px;
        color: #740000;
    } 
    .contactus .checkbox li {
        list-style: none;
        float: left;
        width: 33%;
    }
    .booking iframe{
        min-height: 1100px;
    }
}
@media only screen and (max-width: 768px){ 
    .content .img-content {
        margin-top: -30px !important;
    }
    .banner {
        min-height: auto;
        padding: 30% 0 20% 0;
    }
    subscribe .form-group {
        width: 50%;
    }
    .subscribe button{
        width: 100%;
        margin-top: 20px;
    }
    .subscribe .form-group {
        width: 50%;
        padding: 0 2px;
    }
    .header .navbar-nav li a{
        padding: 12px 0px !important;
    border-bottom: 1px solid #eee;
    }
    .navbar-nav .dropdown-menu{
        border: 0;
    }
    .content h2{
        padding-top: 5%;
    }
    .row.reverse{
        flex-direction: column-reverse
    }
}

@media only screen and (max-width: 480px){
    .banner{
        padding: 50% 0; 
    }
    .header nav {
        padding: 11px 3%;
        background-color: #fff;
    }
    .header .navbar-toggler {
        position: absolute;
        padding: .25rem .75rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        right: 17px;
        top: 42px;
        font-size: 35px;
        color: #740000;
    } 
    .content .img-content {
        margin-top: 80px !important;
    }
    .subscription form button,
    .subscription form .form-group {
        width: 100% !important;
        margin-left: 0;
    }

    .contactus .checkbox li {
        list-style: none;
        float: left;
        width: 50%;
    }
    .subscribe .form-group {
        width: 100%;
        padding: 0 0px;
    }
    .footer p a {
        font-size: 40px;
        padding: 0px 20px;
    }
    .row.reverse {
        flex-flow: column-reverse;
    }
    .content p a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        border: 1px solid #000;
        display: block;
        text-align: center;
        padding: 8px 0;
    }
}




@media only screen and (max-width: 380px){
    .content h2 {
        font-size: 25px;
    }
}




