html, body{margin:0;padding:0;box-sizing: border-box;}
section{ position: relative;}
.para{text-align: justify;}
figure{margin: 0 !important;}

.slider1{position: relative;}

.section-1{padding:30px 0;}
.section-1 .first-row .mid-col h1{font-size: 28px;color: #b12d30;font-weight:700;
    text-transform: uppercase;text-align: center;position: relative;padding-bottom: 13px;}
.section-1 .first-row .mid-col h6{color: #b12d30;font-weight: 600;text-transform: uppercase;
    text-align: center;}
.section-1 .first-row .mid-col h1::after{content: '';width:254px;height:3px;
    background: #000;display: block;position: absolute;left: 50%;transform: translate(-50%, -50%);
    top:100%;}
@media screen and (max-width:600px) {
    .section-1 .first-row .mid-col h1{font-size:22px;}
}

.section-2{padding-bottom:27px;}
.section-2 .container{background:url(../image/booknow-bg.jpg);background-size:cover;color:#fff;
    padding: 30px 0px;}
.section-2 .container .row{align-items:center;}
.section-2 .container .col-left p{color: #ffffff;font-size: 28px;font-weight: 600;text-align: center;
    margin-bottom:0px;}
.section-2 .container .col-right a button{padding: 10px 30px;background: #b12d30;
    border-color: #b12d30;margin-right: 10px;}
.section-2 .container .col-right a button:hover{background:#fff;color: #b12d30;}
@media screen and (max-width:600px) {
    .section-2 .container{padding:16px 10px 36px 10px;}
    .section-2 .container .col-right a button{margin-top: 19px;}
}

 
.section-3 .card{background: #b12d30;color: #fff;border-radius: 0px;border: none;
    padding-bottom: 26px;box-shadow:0 1px 21px rgb(0 0 0 / 21%);}
.section-3 .card:hover{background:#000;}
.section-3 .card figure img{width: 100%;height: 224px;border: 2px solid #b12d30; height: auto;}
.section-3 .card .content-title{font-size: 20px;text-transform: uppercase;
    font-weight: 700;text-align: center;margin-top:10px;}
.section-3 .card a button{background: #fff;color: #b12d30;
    border-color: #b12d30;}
.section-3 .card a button:hover{background:#b12d30;color:white;}
.section-3 .first-row h2{color: #b12d30;font-weight: 600;text-transform: uppercase;
    text-align: center;position:relative;font-size: 26px;padding-bottom: 10px} 
.section-3 .first-row h2:after{content: '';width:10%;height:3px;background: #000;
    display: block;position: absolute;left: 50%;transform: translate(-50%, -50%);
    top:100%;}
@media screen and (max-width:600px) {
    .section-3 .first-row h2{font-size: 22px;padding-bottom: 16px;}}


.section-4 .left-col h3, .section-4 .mid-col h3,
.section-4 .right-col h3{font-size: 19px;font-weight: 600;text-transform: uppercase;
    text-align: center;font-size:22px;margin-bottom: 16px;}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before{opacity:1;}
.slick-dots{display:none!important;}
.mini-slidr .slick-prev{position: absolute;left: 0px;z-index: 10;}
.mini-slidr .slick-next{position: absolute;right:0px;z-index: 10;}
.slick-prev:before{content: '<';color: #666;font-size: 70px;position: relative;
    top: -29px;left: 20px;font-weight: 900;}
.slick-next:before{content: '>';color: #666;font-size:70px;position: relative;
        top: -29px;right:30px;font-weight:900;}
.video1{position: relative;width: 100%;height: 0;padding-bottom:49.25%;}
iframe{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}