/********** Template CSS **********/
:root {
    --primary: #091a45;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #041236;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.p-t{
    padding: 0px 61px 0 61px;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.top-bar-contact{
    text-align: right;
}
.navbar img{
    z-index: 999;
    width: 665px;
}
@media (max-width: 991.98px){
    
    .navbar-brand {
        padding-top: 4.3125rem;
        margin-top: -53px;
    }

    .navbar {
        height: 71px !important;
    }
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
    
}

.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm{
    background-color: #091a45;
    border-radius: 0px !important;
    padding: 10px;
    color: #E8F5E9;
    border: none;
    width: 100%;
}
.btn-sm:hover{
    color: #fff;
    background-color: #011d63;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar{
    height: 36px;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    height: 66px !important;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    outline: none;
}
.navbar .navbar-nav .nav-link.remove-margin{
    margin-right: 0px !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #bda97c;
    font-weight: 700;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        color: black;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background: #fff;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(15, 45, 66, 0.6); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .why-choose{
        padding-top: 0 !important;
    }
    .gallery-home{
        padding-top: 0 !important;
    }
    .top-bar{
        font-size: 13px;
    }
    /* .top-bar-contact{
        display: none;
    } */
    .page-header {
        height: 212px;
    }
    
    
}

.page-header  {
    background:  url(../images/carousel-3.jpg) center center no-repeat;
    background-size: 100%;
    background-position: 0%;
    height: 290px;
    /* background-color: #010718; */
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}

@media (max-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -85px;
        z-index: 1;
    }
    .service-home-description p {
        text-align: justify;
        min-height: 194px;
    }
}

.about-home{
    padding: 5px;
}
.about-home h1{
    color: #fff;
}
.about-home p{
    color: #fff;
}

/*** Facts & Quote ***/
/* .facts,
.quote {
    background: rgba(15, 47, 66, 0.6);
} */

.about-page p{
    text-align: justify;
    padding: 10px;
    line-height: 1.8;
}

/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-home-description{
    background: #e4e0e0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    padding: 25px;
    
}

.service-home-description h5{
    min-height: 40px;
    font-size: 25px;
}
.service-home-description p{
    text-align: justify;
    min-height: 151px;
}

/* .service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
} */

.service-item:hover .service-img img {
    transform: scale(1);
}
.service-text h5{
    font-weight: 800 !important;

}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}
.btn-primary:hover {
    /* color: #000; */
    color: #fff;
    background-color: #062062;
}


/* Service page */
.service-page h1{
    margin-bottom: 25px;
}
.service-page p{
    text-align: justify;
}

.service3 {
    padding: 16px;
    font-size: 14px;
    background: #f9fafb;
    /* width: 23%; */
    margin: 7px 19px 7px 7px;
}

.service-text3 h5{
    font-weight: 800 !important;

}
.service-home-description3{
    background: #e4e0e0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    padding: 15px;
    
}


.service-home-description3 h5{
    min-height: 46px;
    font-size: 19px;
    margin-top: 7px;
}
.service-home-description3 p{
    text-align: justify;
    min-height: 217px;
    font-size: 14px;
}

@media (max-width: 768px){
    .service-home-description3 h5 {
        min-height: 28px;
        font-size: 19px;
    }
    .service-home-description3 p {
        text-align: justify;
        min-height: 179px;
        font-size: 14px;
    }

    .service-home-description h5 {
        min-height: 42px;
    }
    .service-home-description p {
        text-align: justify;
        min-height: 125px;
    }
    .page-header {
        height: 167px;
    }
    .banner-details{
        padding-top: 2rem !important;
    }
    .about-page{
        padding-top: 0rem !important;
        padding-bottom: 0 !important;
    }
    .service-main-page{
        padding-top: 0rem !important;
    }
    .gal-page{
        padding-top: 0rem !important;
    }
    .service-page{
        padding-top: 0rem !important;
    }
    .service-topic{
        padding-top: 0px !important;
    }
}
@media (max-width: 400px){
    .page-header {
        height: 121px;
    }
    .page-header h1{
        
    }

}
@media only screen and (min-width: 992px) and (max-width: 1384px){
    .service-description3{
        width: 50%;
    }
   
}

@media only screen and (min-width: 992px) and (max-width: 1400px){
    .service-dis{
        width: 33.33%;
    }
    .service-home-description p {
        text-align: justify;
        min-height: 225px;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .footer-links a{
        font-size: 15px;
    }
    .service-home-description h5 {
        min-height: 65px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .footer-links a{
        font-size: 12px;
    }
    .footer-links p{
        font-size: 12px;
    }
    .navbar img {
        width: 479px;
    }
}

.footer-dis{
    width: 80%;
    text-align: justify;
}
/* Why choose us */
.dining-area .single-dining-area {
    position: relative;
    padding: 25px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .dining-area .single-dining-area {
        padding: 10px 0; }
        .service-home-description p{
            min-height: 78px;
        }

        .service-dis{
            width: 100%;
        }
        .navbar img {
            width: 533px;}
    
    }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dining-area .single-dining-area {
        padding: 10px 0; } 
        .navbar img {
            width: 417px;
        }
        .b-img-i{
            margin: -8px auto 50px auto !important;
            
        }
    
    }
    @media (max-width: 767px) {
      .dining-area .single-dining-area {
        padding: 10px 0;
        margin-top: 0px;
       }
       .footer-logo {
        width: 37% !important;
    } 
    }
   
    .dining-area .single-dining-area.right-img {
      position: relative; }
      .dining-area .single-dining-area.right-img::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        bottom: 0;
        background:  url(../images/about-home.jpg);
        width: 50%;
        border-radius: 0 0 0 5px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1; 
    }
  
  
        .dining-area .dining-caption h5{
          color: #fff;
        }
        @media (max-width: 767px) {
          .dining-area .single-dining-area.right-img::before {
            display: none; 
            width: 58%;
          } 
          .dining-area .dining-caption h3 {
            text-align: center;
          }
        }
        .why-choose img{
            width: 100%;
        }

        @media only screen and (min-width: 0px) and (max-width: 767px) {
            .why-choose img {
                display: block;
            }
            .b-img-i{
                margin: -23px auto 50px auto !important;
                
            }
        }
        
        @media only screen and (min-width: 768px) {
            .why-choose img {
                display: none;
            }
        }
        
  
  
          .dining-area .dining-caption2 {
            background: rgb(4 63 74);
            padding: 34px 46px 46px 55px;
            border-radius: 5px;
            color: #fff;
          }
          .dining-area .dining-caption2 h5{
            color: #fff;
          }
          .dining-area .dining-caption2 p{
            color: #fff;
          }
          .dining-area .dining-caption2 h3{
            color: #fff;
          }
  
  .dining-area .dining-caption {
    background: rgb(9 26 69);
    padding: 77px 49px 63px 69px;
    border-radius: 5px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .dining-area .dining-caption {
        padding: 60px 69px 68px 61px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .dining-area .dining-caption {
        padding: 57px 59px 65px 79px; } }
    @media (max-width: 767px) {
      .dining-area .dining-caption {
        padding: 55px 38px 53px 29px; } }
    .dining-area .dining-caption span {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 14px;
      display: block; }
    .dining-area .dining-caption h3 {
      font-weight: 600;
      color: #fff;
      margin-bottom: 30px; }
    .dining-area .dining-caption p {
      color: #fff;
      line-height: 1.6;
      font-size: 16px; }
      @media (max-width: 767px) {
        .dining-area .dining-caption p br {
          display: none; } }



/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 41, 66, 0.6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light) !important;
    color:#091a45!important;
}

.portfolio-inner .portfolio-text .btn:hover {
    background: #091a45 !important;
    color: var(--light) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}



/* Contact page */
.contact-box{
    background-color: #010a23;
    width: 31%;
    margin: 10px;
}
.contact-details{
    padding: 15px;
    margin: 10px;
}
.contact-box i{
    color: #fff;
    font-size: 35px;
}
.contact-box p{
    font-size: 20px;
    color: #fff;
}


.contact-home-description3{
    background: #010a23cc;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    padding: 9px;
    color: #fff;
    font-size: 34px;
    width: 100%;
}


/* .contact-home-description3 h5{
    min-height: 46px;
    font-size: 19px;
    margin-top: 7px;
} */
.contact-home-description3 p{
    text-align: justify;
    min-height: 71px;
    font-size: 18px;
    padding: 14px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #a3a3a3;
    box-shadow: none;
}
.footer-logo{
    width: 55%;
}

.copyright {
    color: var(--light);
    background: #010718;
    padding: 5px;
    font-size: 13px;
}

.copyright a {
    color: #FFFFFF;
    font-size: 13px;
}

.copyright a:hover {
    color: #fff;
}
.blue_cl{
    background: #091a45;
}
.about-page h2{
    font-size: 22px;
}
.b-img {
    border-bottom: 5px solid black;
    width: 15%;
    margin: -8px auto 50px auto; 
    text-align: center;
}
.b-img-i{

    border-bottom: 5px solid rgb(255, 255, 255);
    width: 15%;
    margin: -23px 0 50px 0;
    text-align: center;

}
/* .navbar-light .navbar-toggler-icon {
    background-image: url(../images/togler.png);
} */

.navbar-toggler{
    background-color: #ffffff !important;
}

@media only screen and (min-width: 320px) and (max-width: 662px) {
.he{
    height: 132px;
}
.navbar-light .navbar-toggler{
    width: 100%;
    background: aliceblue;
    margin-top: 49px;
    margin-right: 0 !important;
}
.navbar img{
    width: 100%;
}
.p-t{
    padding: unset;
}
/* .top-bar{
    display: none;
} */
 .navbar-brand{

 }
 .top-bar-contact{
    text-align: center;
 }
 .top-bar {
    height: 51px;

}}
@media (max-width: 412px){
    /* .navbar img{
        width: 338px;
    } */
    .navbar-light .navbar-toggler{
        margin-top: 38px;
    }

}

