    body {
        font-family: 'Montserrat', sans-serif;
        font-weight:400;
        letter-spacing:0.5px;
    }
    h1, h2, h3, h4, h5, h6, figure {
        font-family: 'Montserrat', sans-serif;
        margin:0px;
        font-weight:800;
        letter-spacing:1px;
    }

h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 40px;
}



a:hover {
    text-decoration: none!important;
}
.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.tt {
    text-transform:uppercase;
}

.mt-3 {
    margin-top:30px;
}
.mb-2 {
    margin-bottom: 10px;
}
.mb-3 {
    margin-bottom:20px;
}
.mb-5 {
    margin-bottom: 100px;
}
.mr-2 {
    margin-right:5px;
}

.text-org {
    color: #ef7703
}

img {
    object-fit: cover;
}
.d-none {
    display:none;
}

.black-1 {
    background:#000;
}

.black-2 {
    background: #212121;
}
.black-3 {
    background: #333;
}
.ab-bg-sec { background: #212121!important;}
.colorlib-nav #colorlib-logo {
    position: relative;
}
    .colorlib-nav #colorlib-logo a {
        position: absolute;
        z-index: 9;
        top: 10px;
    }
    img.logo_kp {
        width:175px;
    }
    .sticky img.logo_kp {
        width: 150px;
    }
    .colorlib-nav {
        position: relative;
        padding: 20px 0;
    }
    .colorlib-nav ul {
        margin: 0px 0 0 0;
        position: relative;
    }
        .colorlib-nav ul li {
            position:relative;
        }
            .colorlib-nav ul li a {
                font-size: 16px;
                padding: 0px 4px;
                margin: 0 6px;
                color: #fff;
                font-weight: 300;
                letter-spacing: 0.5px;
                text-transform: uppercase;
            }

    .colorlib-nav ul li a:hover:before, 
    .colorlib-nav li:hover > a:before, 
    .colorlib-nav .active a:before {
        visibility: visible;
        width: 100%;
    }
    .colorlib-nav ul li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.5px;
        bottom: -3px;
        left: 0;
        background-color: #ffffffab;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .home-slider #myCarousel .carousel-inner .item {
        height: 450px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
    }
    .home-slider #myCarousel .carousel-inner .item img {
        width: 100%;
        height:100%;
        object-fit:cover;
    }
    .home-slider .carousel-caption {
        bottom: 40%;
    }
    .home-slider .carousel-caption h2 {
        font-size: 46px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .colorlib-social-icons li a i {
        font-size: 36px;
    }
    .about-sec h2.sec-tittle {
        text-transform: uppercase;
        margin-bottom: 55px;
    }
.about-sec .services {
    background: #202020;
    padding: 30px;
    border: 1px solid #fff3;
    min-height: 295px;
    margin-bottom: 20px;
}
.about-sec h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    }

.about-sec h4:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    content: '';
    background: #f96d00;
    width: 50px;
    height: 1px;
    margin: 0 auto;
}
.about-sec h4:after {
 /*   bottom: -7px;
    width: 100px;*/
}

.about-sec .services p {
    color: rgb(189 187 187);
}

.ab-bg-sec .services {
    background: #0a0a0a;
    }

#colorlib-testimony {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/hn/03.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
    .newslatter-area .services h3 {
        font-size: 28px;
    font-weight: 400;
    margin-top: 12px;
    }
    .newslatter-area .p-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .newslatter-area .btn {
        height: 54px;
    }
    .form-control {
        color: #000;
    }
    #colorlib-amenities {
       /* background: #161616;*/
    }
    .form-area h2 {
        margin-bottom:50px;
    }
    .j-tm {
        font-weight: 500;
    font-size: 22px;
    margin-bottom: 28px;
    }
#colorlib-amenities {
   /* background:#000;*/
    background-image: linear-gradient(rgb(0 0 0 / 85%), rgb(0 0 0 / 85%)),url(../images/kp/PSP04676.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.form-area .form-control {
    background: #000000;
    color: #fff;
    border: 1px solid #4b4b4b;

}
.form-area .submit-btn {
    width: 100%;
    background: #be5f04;
    border-color: #d46a05;
    text-transform:uppercase;
    letter-spacing:1px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.form-area .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.form-area .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.form-area .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.form-area .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
p.frm-info {
    font-size:13px;
    font-weight:300;
    margin-top:15px;
}
#colorlib-services {
    background: #066dab;
}
.testimony .img-user {
    width: 100px;
    height: 90px;
}
.testimony .img-user img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
#colorlib-testimony .owl-controls .owl-nav [class*=owl-] {
    background: #000;
   }

#colorlib-testimony .colorlib-heading {
    margin-bottom: 3em;
}

#colorlib-testimony .colorlib-heading h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
}

.roomtype-sec {
    background-color: #212121;
    padding: 60px 0px;
    width: 100%;
    margin-bottom:0px;
}
    .roomtype-sec.rmt-2, .roomtype-sec.rmt-4 {
        background: #000;
    }

.img-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.inner-img {
    transition: 0.3s;
}
    .inner-img:hover {
        transform: scale(1.1);
    }

.sec-tittle {
    margin-bottom: 45px;
}
    .sec-tittle h2 {
        margin-bottom: 32px;
        text-transform: uppercase;
    }

.sec-tittle h3 {
        font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    }
 .sec-tittle p {color: rgb(172 168 168);}
.img-dis h4 {
    margin-top:20px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.box-inner {
    background: #000;
    margin-bottom:30px;
}
    .box-inner .img-dis {
        padding: 0px 20px 20px;
    }

.about-pg {
    background:#212121;
    padding:40px 0px;
}
    .about-pg .carousel-caption {
        bottom: 0;
        padding: 10px;
        background: #000000db;
        width: 100%;
        left: 0;
        right: 0;
    }

    .about-pg .container {
        padding: 0 100px;
    }

.gallery-slider h2.tt {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    margin-top: 30px;
    font-weight: 800;
    letter-spacing: 1px;
}
.flexslider .slides img {
    height: 100%;
    -moz-user-select: none;
    position: absolute;
}
.footer_bottom1 p {
    font-size:14px;
    font-weight:400;
}
    .footer_bottom1 p a {
        color: #007bff;
    }
.colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
    color: #fff;
}
.colorlib-nav ul li.has-dropdown .dropdown {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 8px;
}
    .colorlib-nav ul li.has-dropdown .dropdown:before {
        border-bottom-color: #fff;
    }
    .colorlib-nav ul li.has-dropdown .dropdown li {
        margin-bottom: 2px;
    }
        .colorlib-nav ul li.has-dropdown .dropdown li a {
            padding: 3px 4px;
            color:#fff;
        }
        .colorlib-nav ul li.has-dropdown .dropdown li a:before {
           display: none;
        }
.colorlib-nav ul li.has-dropdown > a {
    padding-bottom: 20px;
}

.foot-social {
    padding-right:30px;
}
    .foot-social a {
        padding: 4px 6px;
        background: #fff;
        color: #000;
        font-size: 16px;
        text-align: center;
        margin: 0 2px;
    }
        .foot-social a:hover {
            background: #ef7703;
            color: #fff;
            transition:1s;
        }

.srv-p p {
    font-size: 22px;
}

.box-inner .img-dis p {
    color: rgb(164, 164, 164);
}


.colorlib-nav-toggle.colorlib-nav-white > i {
    color: #fff;
    background: #fff;
}
.colorlib-nav-toggle.colorlib-nav-white > i::before, 
.colorlib-nav-toggle.colorlib-nav-white > i::after {
    background: #fff;
}
.colorlib-nav-toggle {
    top: 5px !important;
}

.foot-privacy a {
    margin: 0 5px;
}
.fix-pg h4, .fix-pg p {color: #000;}

.fix-pg h4 {
   margin: 15px 0px;
}

.fix-pg-2 p {
    /*color: #fff!important;*/
}
.fix-pg-2 p span {
    /*color: #fff!important;*/
}
.fix-pg-2 h2 {
    font-size: 22px;
    color: #000!important;
    font-weight: normal!important;
}
.privecy-bnr {
    height: 450px;
    overflow: hidden;
}
.privecy-bnr img {
    overflow: hidden;
    object-fit: cover;
}

#colorlib-hero .flexslider .flex-direction-nav {
    display: block;
}
.flex-direction-nav a:before {
    background-image: url(../images/back.png);
    background-size: 25px;
    background-repeat: no-repeat;
   text-shadow: none;
   border: 0px;
   color: transparent;
   opacity: 1;
}
.flex-direction-nav a.flex-next:before {
    background-image: url(../images/next.png);
    }
.flex-direction-nav a {
    text-shadow: none;
    border: 0px;
    opacity: 1;
}


#colorlib-hero, #colorlib-hero .flexslider .slides li {
    height: 550px;
}

.terms-text p {
    color:#000;
}

.terms-text h1, .terms-text h2, .terms-text h3, .terms-text h4, .terms-text h5, .terms-text h6 {
    color: #000;
}









/*----Responsive-Css----*/
@media (max-width: 991px) {
    .multi-item-carousel .item__third:nth-child(1), .multi-item-carousel .item__third:nth-child(3) {
            display: none;
        }

        .multi-item-carousel .item__third {
            width: 100% !important;
        }

        .carousel-control-next, .carousel-control-prev {
            opacity: .3 !important;
        }

        #colorlib-offcanvas a {
            color: #fff;
            font-size: 16px;
        }

        .gallery-slider h2.tt, .sec-tittle h2 {
            font-size: 20px;
        }

        .gallery-slider .carousel-indicators li {
            min-width: 40px;
            width: 40px;
            height: 40px;
            border-radius: 0;
        }
    }

    @media (max-width: 767px) {

        .colorlib-nav #colorlib-logo a {
            top: -18px;
        }

        #colorlib-offcanvas a {
            color: rgb(255 255 255 / 86%);
        }

        .sticky {
            position: relative !important;
        }

        .services {
            text-align: center;
        }

        .newslatter-area .services h3 {
            margin-bottom: 20px;
        }

        img.logo_kp {
            width: 65px;
        }

        .carousel-control-next, .carousel-control-prev {
            display: none !important;
        }
    }



