@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'Lato', sans-serif;
    color: #565656;
    letter-spacing: 1px;
}

.top-bar {
    width: 100%;
    position: relative;
    background-color: #cb1511;
    color: #fff;
    padding: 0px 15px;
}

.maintopbar {
    width: 100%;
    background-color: #fff;
}

.top-bar .topleft p {
    margin-bottom: 0;
}

.top-bar .top-left h5 {
    font-size: 15px;
    color: #dfdfdf;
    margin-bottom: 0;
}

.top-bar .top-left a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.topsocialicon a i {
    color: #fff;
    ;
}

.topsocialicon a {
    margin-left: 10px;
}

.topsociallinks i {
    color: #fff;
    margin-right: 10px;
}

.topsociallinks a {
    padding-right: 15px;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.topsociallinks a:hover {
    color: #fff;
    text-decoration: none;
}

.topright {
    padding-right: 30px;
}

.websiteheader {
    transition: 0.2s ease-in-out;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}

.mobilehead.d-1 {
    background-color: #fff!important;
}

#sticklynavbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#sticklynavbar.is-sticky {
    width: 100%;
}

.websiteheader .navbar {
    padding: 14px 0;
}

.websiteheader .navbar-brand img {
    height: 100%;
}

.websiteheader .navbar-nav .nav-item {
    padding: 0 14px;
    border-right: 1px solid #eee;
}

.websiteheader .navbar-nav .nav-link {
    padding: 0 10px;
    position: relative;
    transition: 0.5s;
    color: #fff;
    text-transform: capitalize;
}


/* .mainheader{
    background-color: #000;
} */

.mainheader .navbar-light .navbar-nav .nav-link {
    color: #565656;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.websiteheader .navbar-light .navbar-nav .nav-link:focus,
.websiteheader .navbar-light .navbar-nav .nav-link:hover {
    color: #cb1511;
}

.websiteheader .navbar-light .navbar-nav .active>.nav-link,
.websiteheader .navbar-light .navbar-nav .nav-link.active,
.websiteheader .navbar-light .navbar-nav .nav-link.show,
.websiteheader .navbar-light .navbar-nav .show>.nav-link {
    color: #565656;
}

.rightnav ul {
    display: flex;
    margin-bottom: 0;
}

.rightnav ul li {
    list-style: none;
}

.rightnav ul li a i {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.rightnav ul li a {
    padding: 10px;
}

.dropdownmenudiv {
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

.dropdownmenudiv a {
    margin-top: 10px;
    transition: 0.5s;
}

.dropdownmenudiv a:hover {
    color: #cb1511;
}

.dropdownmenudiv {
    margin-top: 15px !important;
}

.websiteheader .navbar-toggler:focus,
.websiteheader .navbar-toggler:hover {
    border: 2px solid #040b9a !important;
    outline: none;
}


/*banner*/

.main-bannersection {
    position: relative;
}

.main-bannersection .carousel-item img {
    width: 100%;
    height: 100%;
}

.main-bannersection .item {
    position: relative;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.carousel-inner .captiondiv {
    height: 100%;
}

.carousel-inner .container {
    height: 100%;
}

.carousel-inner .row {
    height: 100%;
}

.caption {
    position: absolute;
    top: 45%;
    transform: translateY(-40%);
    border-radius: 100%;
    padding: 40px;
    width: 440px;
    height: 440px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #cb151152;
}

.caption h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Cookie', cursive;
    font-weight: 600;
    margin-top: auto;
}

.caption p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-bottom: auto;
}

.main-bannersection .carousel-indicators li {
    width: 20px;
}

.sectiongap {
    margin-top: 80px;
}

.cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.mobilelogo {
    margin-right: 0rem !important;
}

.mobilelogo img {
    display: none;
}


/*homeabout*/

.homeabouttext {
    background-color: #fff;
    /*	box-shadow: 4px 4px 8px rgba(0,0,0,0.5);*/
    padding: 25px 25px;
    position: relative;
    left: -40px;
    top: 40px;
}

.homeaboutimg img {
    width: 100%;
    height: 100%;
}

.pageheading h3 {
    font-family: 'Cookie', cursive;
    font-weight: 500;
    font-size: 55px;
    letter-spacing: 1px;
}

.pageheading h3 span {
    font-weight: 600;
    color: #08499a;
}

.homeabouttext p {
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #565656;
}

.websitebtn {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border: 2px solid #323131;
    padding: 8px 30px;
    color: #323131;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
}

.websitebtn:hover {
    text-decoration: none;
    background-color: #323131;
    color: #fff;
}

.homeaboutimg-div {
    padding: 0;
}


/*homeabout*/


/*services*/

.services-card {
    margin-top: 40px;
}

.services-image {
    width: 100%;
    height: 300px;
    position: relative;
}

.services-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0.15) 0%, rgba(45, 45, 45, 0.5) 75%, rgba(45, 45, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0.15) 0%, rgba(45, 45, 45, 0.5) 75%, rgba(45, 45, 45, 1) 100%);
}

.servicestext {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.servicestext a:hover {
    text-decoration: none;
}

.servicestext a h5 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.servicespart .owl-theme .owl-nav {
    position: absolute;
    top: -30px;
    right: 0;
}

.servicespart .owl-nav .owl-prev,
.servicespart .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 2px solid #323131!important;
    background: none;
    border-radius: 0;
}

.servicespart .owl-nav .owl-prev:hover,
.servicespart .owl-nav .owl-next:hover {
    background: none;
}

.servicespart .owl-nav .owl-prev:focus,
.servicespart .owl-nav .owl-next:focus {
    outline: 0;
}

.servicespart .owl-nav .owl-prev span,
.servicespart .owl-nav .owl-next span {
    color: #000;
    font-size: 25px;
    line-height: 19px;
}


/*services*/


/*menu*/

.menudiv {
    width: 100%;
    background-image: url(../images/menubackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 150px 0;
    background-attachment: fixed;
}

.menuhead {
    padding: 60px 40px;
    position: relative;
    top: -20px;
    background-color: #cb1511;
}

.menuhead .pageheading h3 {
    color: #fff;
}

.menuhead .pageheading h3 span {
    color: #fff;
}

.menuhead p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}

.menupart {
    position: relative;
    background-color: #fff;
    top: -30px;
    padding: 40px 20px;
}

.menutab .nav-tabs {
    border-bottom: none;
}

.menutab .nav-tabs .nav-link {
    border: 2px solid #cb1511;
    border-radius: 0;
    color: #cb1511;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
}

.menutab .nav-tabs .nav-item.show .nav-link,
.menutab .nav-tabs .nav-link.active {
    border: 0;
    border: 2px solid #cb1511;
    background-color: #cb1511;
    color: #fff;
}

.menutab .nav-tabs .nav-link:hover {
    border-color: transparent;
    border: 2px solid #cb1511;
}

.menutab .tab-content {
    margin-top: 40px;
}

.menuitem {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.menuimage {
    width: 120px;
    height: 90px;
    display: flex;
}

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

.menutext {
    padding: 0 15px;
}

.menu-head {
    display: flex;
    align-items: baseline;
}

.menu-head h5 {
    font-family: 'Cookie', cursive;
    font-size: 25px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}

.menu-head .dots {
    flex: 1;
    border-bottom: 1px dashed #aaa;
    margin: 0 15px;
}

.menu-head .price {
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.menu-para {
    margin-top: 8px;
}

.menu-para p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #565656;
}

.mainmenu-list ul {
    display: flex;
    flex-wrap: wrap;
}

.mainmenu-list ul li {
    width: 50%;
}


/*menu*/


/*gallery*/

.gallerycard {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.gallerycard img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
}

.galleryimagepart {
    margin-top: 40px;
}

.galleryimagepart .item {
    width: 100%;
    height: 350px;
}

.gallerycard:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    transform: scale(0.2);
    transition: 0.5s;
    z-index: 9;
}

.gallerycard:hover img {
    transform: scale(1.2);
}

.gallerycard:hover::before {
    transform: scale(1);
    opacity: 1;
}

.gallerycard i {
    position: absolute;
    top: 45%;
    left: 45%;
    color: #fff;
    transition: 0.8s;
    transition-delay: 0.1s;
    width: 40px;
    opacity: 0;
    height: 40px;
    z-index: 9;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
}

.gallerycard:hover i {
    opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding-right: 0;
    border-radius: 50% !important;
}


/*gallery*/


/*event*/

.event-card {
    background-color: #f7f7f7;
    margin-top: 40px;
}

.eventimage {
    width: 100%;
    height: 300px;
}

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

.homeevent-details {
    padding: 20px 15px;
}

.eventhead h5 {
    font-family: 'Cookie', cursive;
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}

.eventtext p {
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #565656;
}

.eventhead p {
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    letter-spacing: 4px;
}

.event-card .websitebtn {
    margin-top: 0;
}


/*event*/


/*footer*/

.footerback {
    background-image: url(../images/footerback.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    position: relative;
}

.footerback:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.foorer-heading h5 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.locationpart .contactinfopart ul li {
    list-style: none;
    display: flex;
    margin-bottom: 25px;
    align-items: baseline;
}

.locationpart .contactinfopart ul li .locaticon {
    color: #fff;
    text-align: center;
}

.locationpart .contactinfopart ul li .locaticon i {
    padding: 0 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationpart .contactinfopart ul li p {
    color: #fff;
    font-size: 15px;
}

.locationpart .contactinfopart ul li p span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.locationpart .contactinfopart ul li a {
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 14px;
}

.locationpart .contactinfopart ul li a:hover {
    color: #fff;
}

.ftrsocialicon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.ftrsocialicon a {
    display: flex;
    width: 42px;
    height: 42px;
    /* padding: 8px 12px; */
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%;
    transition: 0.5s;
    background-color: #000;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.ftrsocialicon a i {
    color: #fff;
    line-height: 40px;
    transition: 0.5s;
}

.ftrsocialicon a:hover i {
    color: #fff;
}

.ftrgo-apppara p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 25px;
    max-width: 350px;
}

.copyrightdiv {
    background-color: #0b0a0a;
    color: #bbbaba;
}

.copyrightdiv .row {
    /* border-top: 1px solid #757575ab; */
    padding: 30px;
}

.copyrightdiv a {
    color: #fff;
}

.copyrightdiv a:hover {
    text-decoration: none;
    color: #f00060;
}

.usefulinksdiv p {
    color: #fff;
    font-size: 14px;
}

.scrolltotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #ff0000 0%, #cc0000 100%);
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    z-index: 99999;
}

.scrolltotop i {
    font-size: 25px;
    color: #fff;
    line-height: 60px;
}


/*innerbanner*/

.inner_banner {
    position: relative;
    height: 100%;
}

.inner_banner img {
    width: 100%;
    height: 100%;
}

.inner_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.innerbannerlink {
    top: 45%;
    left: 8%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
}

.innerbannerlink h4 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    font-family: 'Cookie', cursive;
    max-width: 500px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    text-transform: capitalize;
}

.inneraboutsection .homeaboutimg-div {
    padding: 15px;
}

.inneraboutsection .homeabouttext {
    background-color: #fff;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 50%); */
    padding: 25px 25px;
    position: relative;
    left: 0px;
    top: 0px;
}


/*about us*/

.has-drop-cap {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
}

.has-drop-cap:first-letter {
    float: left;
    font-size: 4em;
    line-height: 0.8;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0 12px 0 0;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    color: #fd4145;
}

.story-maindiv {
    width: 100%;
    background-image: url(../images/storybackgroundimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 150px 0;
    background-attachment: fixed;
}

.storydiv {
    padding: 60px 40px;
    position: relative;
    top: -20px;
    background-color: #fff;
}

.storypara {
    height: 500px;
    overflow-y: auto;
}

.storypara::-webkit-scrollbar {
    width: 8px;
    background: #636e72;
}

.storypara p {
    font-size: 14px;
}

.storypara::-webkit-scrollbar-thumb {
    background: #cb1511;
    position: relative;
    height: 50px;
    border-radius: 8px;
}

.visionmisiondiv {
    display: flex;
    margin-top: 20px;
    align-items: baseline;
}

.visionmisionimg img {
    width: 70px;
}

.visionmisiontext {
    padding: 0 15px;
}

.visionmisiontext h3 {
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    color: #000;
}

.visionmisiontext ul li {
    list-style: none;
    color: #565656;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}

.visionmisiontext ul li i {
    padding-right: 10px;
    font-size: 20px;
    color: #08499a;
}

.visionpartimg {
    margin-top: 20px;
}

.visionpartimg img {
    width: 100%;
    height: 100%;
}


/*about us*/


/*gallery*/

.gallerypagesection .gallerycard {
    margin-top: 25px;
    height: 280px;
}


/*gallery*/


/*contact*/

.contactimg img {
    width: 100%;
    height: 100%;
}

.contactpageinfo {
    padding: 25px 15px;
    text-align: center;
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 20%);
    margin-top: 20px;
}

.contactpageinfo ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #cb1511;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
}

.contact-icon i {
    line-height: 38px;
}

.contactpageinfo ul li a {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
}

.contactpageinfo ul li a:hover {
    text-decoration: none;
}

.contactform-mapdiv {
    margin-top: 50px;
}

.contact-form {
    background-color: #f7f7f7;
    padding: 30px 20px;
}

.formdesign .form-group label {
    position: absolute;
    left: 10px;
    top: -9px;
    background: #f7f7f7 !important;
    padding: 0 3px;
    margin: 0;
    font-size: 12px;
    color: #cb1511;
    z-index: 9;
    text-transform: capitalize;
    font-weight: 400;
    opacity: 0 !important;
}

.formdesign .form-group .form-control label {
    opacity: 0;
}

.formdesign .form-group .form-control {
    border: none;
    border-bottom: 2px solid #cb1511;
    border-radius: 0;
    background: none;
    margin-top: 20px;
}

.formdesign .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #cb1511;
    background: none;
}

.formdesign .form-group .form-control:focus~label {
    opacity: 1 !important;
}

.formdesign .form-group .form-control:not(:placeholder-shown)~label {
    opacity: 1 !important;
}

.formdesign .form-group .form-control:focus::placeholder {
    font-size: 14px;
    opacity: 0;
}

.formdesign .form-head {
    background-color: #cb1511;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 15px;
}

.formdesign .form-head h3 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    margin-bottom: 0;
}

.mapdiv {
    height: 100%;
}


/*contact*/


/*client*/

.clientcard {
    background-color: #fff;
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
    padding: 40px 15px;
}

.client-listed .item {
    padding: 25px 0;
}

.client-listed .owl-item>div:after {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.client-listed .active.center {
    transform: scale(1);
    opacity: 1;
}

.client-listed .active.center .clientcard {
    box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.2);
}

.client-listed .active {
    transform: scale(.9);
    opacity: 0.3;
    transition: .6s ease;
}

.clientpara {
    position: relative;
    margin-top: 25px;
}

.clientpara p {
    font-size: 14px;
}

.clientpara::before {
    font-family: Arial;
    content: "\201C";
    color: #cb1511;
    font-size: 4em;
    position: absolute;
    left: 0px;
    top: -50px;
}

.client-details {
    display: flex;
    align-items: center;
}

.clent-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.clent-img img {
    width: 100%;
    height: 100%;
}

.clent-head {
    padding: 0 10px;
}

.clent-head h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.clent-head h5 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

.client-listed .owl-nav .owl-prev,
.client-listed .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 2px solid #323131!important;
    background: none;
    border-radius: 0;
}

.client-listed .owl-nav .owl-prev span,
.client-listed .owl-nav .owl-next span {
    color: #000;
    font-size: 25px;
    line-height: 19px;
}

.client-listed .owl-nav .owl-prev:hover,
.client-listed .owl-nav .owl-next:hover {
    background: none;
}

.client-listed .owl-nav .owl-prev:focus,
.client-listed .owl-nav .owl-next:focus {
    outline: 0;
}


/*client*/


/*banquate*/

.banquatesection .eventpart .eventcardlink {
    display: inline;
}

.banquatesection .eventpart a:hover {
    text-decoration: none;
}


/*banquate*/


/*service details*/

.servicedetails-part .pageheading {
    margin-bottom: 25px;
}

.servicedetails-img {
    padding: 6px;
    background-color: #cb1511;
}

.servicedetails-img img {
    width: 100%;
}

.servicedetails-part p {
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #565656;
}

.serviceslist-div {
    background-color: #fff5f5;
}

.serviceslist-div .pageheading {
    background-color: #cb1511;
    padding: 15px;
}

.serviceslist-div .pageheading h3 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 0;
}

.services-list {
    padding: 30px 15px 15px 15px;
}

.services-list ul li {
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.services-list ul li a {
    color: #333333;
    font-family: 'Lato', sans-serif;
    transition: 0.5s;
}

.services-list ul li a:hover {
    text-decoration: none;
    color: #cb1511;
    transform: translateX(5px);
}

.services-list ul li i {
    font-size: 8px;
    color: #cb1511;
    padding-right: 10px;
}


/*service details*/


/*blog*/

.comment-date-div {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.comment-date-div a {
    color: #8a8a8a;
    font-size: 14px;
    padding-left: 10px;
}

.comment-date-div p {
    margin-bottom: 0;
}

.comment-date-div a i {
    padding-right: 5px;
}

.comment-date-div a:hover {
    color: #cb1511;
    text-decoration: none;
}


/*blog*/


/*blog-details*/

.blogdetails-part {
    background-color: #f7f7f7;
    padding: 15px;
}

.blogdetails-img {
    margin-bottom: 20px;
}

.blogdetails-img img {
    width: 100%;
}

.blogdetails-part p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #565656;
}

.blogdetails-part .pageheading h3 {
    font-size: 40px;
}

.blogdetails-part .comment-date-div {
    margin-bottom: 20px;
}

.recentpost-div {
    margin-top: 30px;
}

.recentpost-div .pageheading h3 {
    font-size: 45px;
}

.recentpost-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.recentpost-list ul li .recentimg {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    padding: 5px;
}

.recentpost-list ul li .recentimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recentpost-list ul li .recentpost-details {
    padding-left: 10px;
}

.recentpost-list .comment-date-div {
    margin-bottom: 0;
}

.recentpost-list .comment-date-div p {
    color: #cb1511;
}

.recentpost-list ul li .recentpost-details a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
    text-decoration: none;
}

.recentpost-list ul li .recentpost-details a:hover {
    color: #cb1511;
}

.blogcommentpart {
    padding: 30px 15px;
    border: 1px solid #eee;
    margin-top: 20px;
}

.blogcommentpart .blogcommentdiv {
    display: flex;
}

.blogcommentdiv .blogcomment-img {
    float: left;
}

.blogcommentdiv .blogcomment-img img {
    width: 60px;
}

.blogcomment-details {
    padding-left: 20px;
}

.blogcommentpart .commenttime-part a {
    color: #cb1511;
    float: right;
}

.blogcommentpart .commenttime-part {
    margin-bottom: 15px;
}

.blogcomment-details p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #565656;
}

.comment-form {
    margin-top: 20px;
}

.comment-form .pageheading h3 {
    font-size: 40px;
}


/*blog-details*/


/* menu */

.menulist-part {
    margin-top: 30px;
}

.specialmenu-section {
    width: 100%;
    background-image: url(../images/menubackgroundimage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-attachment: fixed;
}

.specialmenu-div {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 15px;
    border-color: #cb1511;
    border-width: 3px;
    border-style: dotted;
}

.special-menu-list ul {
    display: flex;
    flex-wrap: wrap;
}

.special-menu-list ul .menuitem {
    width: 50%;
}

.special-menu-list {
    height: 500px;
    overflow-y: auto;
    margin-top: 40px;
}

.special-menu-list::-webkit-scrollbar {
    width: 8px;
    background: #636e72;
}

.special-menu-list::-webkit-scrollbar-thumb {
    background: #cb1511;
    position: relative;
    height: 50px;
    border-radius: 8px;
}


/*menu*/


/*media*/

.media-card {
    margin-top: 30px;
}

.mediaimage {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.mediaimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.media-card:hover .mediaimage img {
    transform: scale(1.2);
}

.media-card .media-date {
    display: flex;
    margin-bottom: 6px;
    align-items: center;
    border-bottom: 1px solid #cb1511;
}

.media-card .media-date .newsname {
    background-color: #cb1511;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}

.media-card .media-date p {
    float: right;
    margin-bottom: 0;
    margin-left: auto;
}

.mediahead a:hover {
    text-decoration: none;
}

.mediahead a h5 {
    font-family: cookie, cursive;
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}

.media-details {
    padding: 15px 15px;
    background-color: #f7f7f7;
}


/*media*/


/*book our room*/

.bookroomsection {
    position: relative;
    top: -30px;
}

.bookroomcontain {
    background-color: #fff;
    padding: 70px 25px;
}

.bookroom-categorie .form-group .form-control {
    border: 1px solid #b5b5b5;
}

.bookroom-categorie {
    border: 1px dotted #cb1511;
    background-color: #fbf4f4;
    padding: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bookroom-categorie .form-group label {
    opacity: 1 !important;
    background: none !important;
    font-size: 14px;
}

.bookroom-categorie .form-group {
    margin-top: 15px;
}

.bookroom-categorie .form-group .form-control:focus {
    border-bottom: 1px solid #b5b5b5;
    ;
}

.bookroomsection .formdesign {
    margin-top: 25px;
}

.bookourroom-contact {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.bookroomsection .pageheading h3 span {
    color: #08499a;
    -webkit-animation: colorchange 2s infinite alternate;
}

@-webkit-keyframes colorchange {
    0% {
        color: #08499a;
    }
    25% {
        color: yellow;
    }
    50% {
        color: rgb(255, 0, 128);
    }
    75% {
        color: green;
    }
    100% {
        color: red;
    }
}


/*book our room*/


/* media-details */

.mediadetails-section .blogdetails-part .media-date .newsname {
    background-color: #cb1511;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}

.mediadetails-section .blogdetails-part .media-date {
    margin-bottom: 6px;
}

.other-news .media-card .mediaimage {
    width: 100%;
    height: 200px;
}

.other-news .media-card .mediaimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-news .media-card .media-date .newsname {
    padding: 5px 6px;
    font-size: 13px;
}

.other-news .media-card .media-date p {
    font-size: 13px;
}

.other-news {
    margin-top: 50px;
}

.other-news .owl-theme .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
}

.other-news .owl-nav .owl-prev,
.other-news .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 2px solid #323131!important;
    border-radius: 0;
}

.other-news .owl-nav .owl-prev span,
.other-news .owl-nav .owl-next span {
    color: #000;
    font-size: 25px;
    line-height: 19px;
}

.subcribe-newsdiv {
    background-color: #cb1511;
    margin-top: 30px;
    padding: 20px 15px;
}

.subcribe-newsdiv .pageheading h3 {
    font-size: 45px;
    color: #fff;
}

.subcribe-newsdiv .subcribeform {
    position: relative;
}

.subcribe-newsdiv .subcribeform .form-group .form-control {
    width: 100%;
    height: 45px;
    font-weight: 400;
    position: relative;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    border: none;
}

.subcribe-newsdiv .subcribeform .form-group .websitebtn {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 45px;
    font-size: 14px;
    padding: 3px 9px;
    margin-top: 0;
}

.subcribe-newsdiv p {
    color: #f3f3f3;
    letter-spacing: 0;
    line-height: 20px;
}

.recentpost-details .media-date .newsname {
    padding: 5px 6px;
    font-size: 13px;
    background-color: #08499a;
    color: #fff;
}


/* media-details */


/*banquate modal*/

.banquate-modaol .banquatebook-info a {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    text-decoration: none;
}

.banquate-modaol .modal-content {
    padding: 30px 15px;
}

.banquate-modaol .modal-header .close {
    border: 2px solid #000;
    width: 40px;
    height: 40px;
    padding: 0;
}

.banquate-modaol .modal-header .close:focus {
    outline: 0!important;
}

.banquate-modaol .modal-header .close span {
    font-size: 1.4rem;
}

.banquate-modaol .modal-content .modal-title {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.banquate-modaol .banquatebook-info a i {
    color: #cb1511;
    padding: 0 14px 0 0;
}


/*banquate modal*/


/*banqaute-details*/

.banquatedetails-part {
    margin-top: 30px;
}

.banqutediv {
    background-color: #f1f1f1;
    padding: 40px 20px;
}

.banqutediv h4 {
    font-family: 'Cookie', cursive;
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}

.banqutediv .facilities-list ul {
    display: flex;
    flex-wrap: wrap;
}

.banqutediv .facilities-list ul li {
    width: 50%;
    list-style: none;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}

.banqutediv .facilities-list ul li i {
    color: #0c64cf;
    font-size: 20px;
    padding-right: 10px;
}

.banquatebooknow-div {
    background-color: #f4f4f4;
}

.banquatebooknow-head {
    background-color: #cb1511;
    padding: 20px;
}

.banquatebooknow-head h5 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0;
}

.banquatebook-info {
    padding: 40px 20px;
}

.banquatebook-info a {
    color: #000;
    margin-bottom: 25px;
    font-size: 18px;
}

.banquatebook-info a i {
    color: #cb1511;
}

.banquatebook-info .websitebtn {
    margin-top: 30px;
    margin-bottom: 0;
}


/*banqaute-details*/


/* book Room */

.bookroomdiv {
    padding: 3px 10px;
}

.bookroomdiv h4 {
    font-family: 'Cookie', cursive;
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
}

.bookroomdiv .facilities-list ul {
    display: flex;
    flex-wrap: wrap;
}

.bookroomdiv .facilities-list ul li {
    width: 50%;
    list-style: none;
    color: #000;
    font-size: 15px;
    margin-top: 10px;
}

.bookroomdiv .facilities-list ul li i {
    color: #0c64cf;
    font-size: 20px;
    padding-right: 10px;
}


/*26april-update*/


/*book our room page*/

.book-room-contactpart {
    background-color: #f4f4f4;
}

.book-room-headpart {
    background-color: #cb1511;
    padding: 20px;
}

.book-room-headpart h5 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 0;
}

.bookroom-info {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
}

.bookroom-info a {
    color: #000;
    margin-bottom: 25px;
    font-size: 18px;
}

.bookroom-info a:hover {
    color: #000;
    text-decoration: none;
}

.bookroom-info a i {
    color: #cb1511;
    padding-right: 10px;
}

.bookroom-info .websitebtn {
    margin-top: 30px;
    margin-bottom: 0;
}


/*book our room page*/


/*client*coming-soon*/

.client-upcoming-soon {
    background-image: url(../images/cllientcomingsoon-img.jpg);
    padding: 150px 20px;
    position: relative;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.client-upcoming-soon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.client-upcoming-soon .uploading-soon-text h2 {
    color: #fff;
    font-size: 120px;
    font-family: 'Cookie', cursive;
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 4px rgba(0, 0, 0, 0.5);
}


/*client*coming-soon*/


/*26april-update*/