@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #253439;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    --container-color: hsl(0, 0%, 100%);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: #b29e84 !important; 
}

.owl-dot.active span{
    background-color: #b29e84 !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/industry1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/industry2.avif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/industry3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: #b29e84 !important;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: #b29e84;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: #b29e84;
    background-color: #b29e84;
    color: #fff;
}

/* .btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
} */

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(166, 139, 134, 0.85), rgba(169, 136, 129, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(135, 108, 102, 0.7);
    /* background-color: #b29e84; */
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .social-icons p {
    color: #fff;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: #b29e84;
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}












.logo {
    width: 100px !important;
}


/* about */
.section-title{
    margin-bottom: 60px;
    text-align: center;
}

.section-title .title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #b29e84;
    position: relative;
    padding: 5px 10px;
    z-index: 1;
}

.section-title .title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: -1;
    border-radius: 5px;
    background-color: #253439;
    /* opacity: 0.1; */
}

.section-title .subtitle{
    font-size: 30px;
    line-height: 38px;
    color: #222;
    font-weight: 700;
    margin: 0;
}

.about-img {
    margin-top: 2rem;
}

.about-content p{
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0;
}

.about-content ul{
    display: block;
    margin: 30px 0 0;
}

.about-content ul li{
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 32px;
}

.about-content ul li i{
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #b29e84;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Service */

.features-item{
    box-shadow: 0  0 10px #dddde3;
    padding: 40px 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all 0.5s ease;
    font-weight: 400;
}

.features-item:hover{
/*    margin-top: -10px;*/
    transform: translateY(-10px);
    background-color: #b29e84;
}

.features-item .icon{
    margin-bottom: 25px;
}

.features-item .icon i{
    font-size: 40px;
    display: inline-block;
    color: #b29e84;
    transition: all 0.5s ease;
}

.features-item h3{
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0 0 15px;
    line-height: 30px;
    transition: all 0.5s ease;
}

.features-item p{
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0;
    transition: all 0.5s ease;
}

.features-item:hover i,
.features-item:hover h3,
.features-item:hover p {
    color: #fff;
}


/* Product */

.products-section{
    padding: 80px 0 80px;
    /* background-color: #fff; */
}

.products-section .products-item{
    box-shadow: 0 0 10px #dddde3;
    margin: 15px 10px;
}

.products-section .product-img{
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.products-section .product-img .overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.products-section .products-item:hover .product-img .overlay{
    opacity: 1;
}

.products-section .product-img .overlay .btn{
    margin: auto;
    transform: translateY(100px);
    transition: all 0.5s ease;
    
}

.products-section .products-item:hover .product-img .overlay .btn{
    transform: translateY(0px);
}

.products-section .product-img img{
    width: 100%;
    display: block;
}

.products-section .product-content{
    padding: 0 30px;
    text-align: center;
}

.products-section .product-content .product-price{
    margin: 15px 0 5px;
}

.products-section .product-content .product-price .new-price{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: #d70d25;
}

.products-section .product-content .product-price .old-price{
    font-size: 18px;
    display: inline-block;
    color: #959595;
    font-weight: 400;
}

.products-section .product-content .product-name{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 26px;
    margin: 0;
    padding-bottom: 20px;
}

/*-------owl-crousel-------*/

.products-section .owl-carousel .owl-nav button.owl-next,
.products-section .owl-carousel .owl-nav button.owl-prev{
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    background-color: #253439;
}

.products-section .owl-carousel .owl-nav{
    text-align: center;
    margin-top: 40px;
}

.products-section .owl-carousel .owl-nav button.owl-next:focus,
.products-section .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}

.products-section .owl-carousel .owl-nav button.owl-next span,
.products-section .owl-carousel .owl-nav button.owl-prev span{
    font-size: 40px;
    margin-top: -18px;
    display: block;
}

/*-----x--owl-crousel--x-----*/

.mybtn1{
    background-color: #fff !important;
    color: #b29e84 !important;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    padding: 12px 36px !important;
    border: none !important;
    cursor: pointer !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mybtn1:focus{
    box-shadow: none;
}

.mybtn1::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    background-color: rgba(0,0,0,0.1);
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
}

.mybtn1:hover::before{
    width: 100%;
}


/* Footer Section Start */

.footer-section {
    background: #000;
    padding-top: 80px;
    padding-bottom: 40px;
}

.single-box p{
    color: #fff;
    line-height: 1.9;
}

.single-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.single-box .card-area i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.single-box ul {
    list-style: none;
    padding: 0;
}

.single-box ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 2.5;
    font-weight: 100;
}

.single-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

#basic-addon2 {
    background: #d70d25;
    color: #fff;
}

.form-control {
    background-color: #fff;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: #d70d25;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    color: #fff;
}


@media (max-width: 767px) {
    .single-box {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .single-box {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .single-box {
        margin-bottom: 50px;
    }
}

/* Footer Section Start */


/* FAQ Section Start */

.faq-section{
    background-color: #fff;
    padding: 80px 0 80px;
}

.faq-section .faq-img{
    margin: auto;
}

.faq-section .faq-img img{
    max-width: 350px;
    width: 100%;
}

.accordion-item {
    font-size: 15px;
    border: 1px solid #b29e84 !important;
}

.accordion-button {
    -webkit-box-shadow: 0 3px 10px -2px rgba(0,0,0,.2) !important;
}

/* FAQ Section End */


/* Product page */

.card {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* .img1 img {
    height: 200px;
    width: 100%;
}

.img2 img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-top: -80px;
}

.main h2 {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.main p {
    padding: 10px;
    font-family: 'poppins', sans-serif;
} */

/* End Product Page */


/* Top box */
.top-container {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}

.card1 {
    max-width: 300px;
    position: relative;
    height: 215px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.card1:hover {
    height: 420px;
}

.card1 .imgbx {
    position: relative;
    width: 260px;
    height: 260px;
    /* top: -60px; */
    /* left: 20px; */
    z-index: 1;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); */
}

.card1 .imgbx img {
    max-width: 100%;
    border-radius: 4px;
}
.card1 .content {
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.card1:hover .content {
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.3s;
}

/* Top box */

/* Client Slider */

.clien-in ul li img {
    width: 100px;
}

.client-wrap {
    width: 100%;
    height: auto;
    text-align: center;

    /* display: grid;
    place-items: center; */
}

/* .client-wrap h1 {
    font-size: 60px;
    color: #555;
} */

/* .client-wrap hr {
    width: 15%;
    height: 5px;
    border: none;
    background: #26ccca;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
} */

.clien-in ul {
    padding: 0;
    margin: 0;
}

.clien-in ul li {
    list-style: none;
    display: inline-block;
    width: 150px;
    height: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
    box-shadow: 0px 0px 10px -7px #555 !important;
    transition: .5s;
}

.clien-in ul li img{
    width: 100%;
    height: 100%;
}

.clien-in ul li img:nth-child(1) {
    transform: translateY(0);
    transition: .5s;
}

.clien-in ul li img:nth-child(2) {
    transform: translateY(0);
    transition: .5s;
}

.clien-in ul li:hover img:nth-child(1) {
    transform: translateY(-100%);
    transition: .5s;
}

.clien-in ul li:hover img:nth-child(2) {
    transform: translateY(-100%);
    transition: .5s;
}




/* Product New */

.card-img-top {
    /* margin: 0 1em; */
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #fff;
    /* margin-top: -80px; */
}

.card {
    background-color: #ededed  ;
    color:  #000;
    border: 1px solid #253439 !important;
    padding: 3em 0;
    border: 0;
    border-radius: 4em 0;
    background: linear-gradient(to left, #ededed  50%, #253439 50%);
    background-size: 200%;
    background-position: right;
    transition: 0.5s ease-in-out;
}

.card-body h5 {
    text-align: center;
    font-size: 30px;
    /* color: #000; */
}

/* .card:hover {
    background-position: left;
    color: #fff;
} */

.card-body {
    text-align: center;
}

.btn-product {
    color: #000;
    border: 1px solid #000 !important;
}

/* .btn-product:hover {
    color: #fff !important;
    border: 1px solid #fff !important;
} */












/* Contact Page */

#contact{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 90%;
    max-width: 550px;
    margin: auto;
    margin-top: 2em;
}

.sectionHeader{
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--primaryColor);
    margin-bottom: .5em;
}

.heading,.sub-heading{
    margin-bottom: .5em;
    font-weight: bold;
}

.heading{
    font-size: 2.5em;
}

.sub-heading{
    text-align: left;
}

.contactForm{
    display: grid;
    gap: 3em;
}

form{
    width: 100%;
    margin-top: 3em;
}

.para{
    color: var(--paraColor);
    font-size: 1.1rem;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.para2{
    text-align: left;
}

.input{
    /* width: 95%; */
    width: 100%;
    max-width: 700px;
    border: none;
    font-size: .9rem;
    padding: 1em;
    outline: none;
    background-color: var(--formBg);
    color: var(--paraColor);
    border-radius: 10px;
    border: 1px solid rgb(53, 53, 53);
    margin-bottom: 1em;

}

/* .input:focus{
    border: 1px solid var(--primaryColor);
} */

.input::placeholder{
    text-transform: capitalize;
}

.submit{
    background-color: #253439;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    /* width: 100%; */
}

.map-container{
    position: relative;
    width: 100%;
    height: 500px;
}

/* .mapBg{
    position: absolute;
    background-color: var(--primaryColor);
    top: 0;
    right: 0;
    width: 200px;
    height: 90%;
    border-radius: 20px;
} */

.map{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 65%;
}

.map iframe{
    width: 100%;
    height: 100%;
}

.contactMethod{
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    text-align: left;
}

.method{
    display: flex;
    align-items: center;
}

.contactIcon{
    font-size: 2rem;
    color: var(--primaryColor);
    width: 70px;
}

@media screen and (min-width:800px) {
    #contact{
        max-width: 1100px;
    }
    .contactForm{
        grid-template-columns: 1fr 1fr;
    }   

    .contactMethod{
        flex-direction: row;
        justify-content: space-between;
    }
}








.about-box {
    background-color: #fff;
    color: #58585a;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}

.about-box i:hover {
    transform: scale(2);
    transition: 0.2s;
}

.about-box i {
    font-size: 42px;
}

.about-box h4 {
    font-size: 18px !important;
}

.about-box p {
    font-size: 22px;
}

/* .about-box::after,
.about-box::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff5;
    border-radius: 50%;
    transition: transform .3s;
}

.about-box::after {
    left: -50px;
    top: -50px;
}

.about-box::before {
    right: -50px;
    bottom: -50px;
}

.about-box:hover::after,
.about-box:hover::before {
    transform: scale(1.2);
} */

.btn-new {
    /* background-color: #253439 !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 15px 50px !important; */
    /* border: 2px solid #ff9d00 !important; - already  */
    /* cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: BerlinSansFBDemiBold !important;
    text-decoration: none !important; */

    background-color: #253439;
    border: none;
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    padding: 15px 50px;
    cursor: pointer;
  }
  
  .btn-new:hover {
    background-color: #fff !important;
    color: #253439;
    border: 2px solid #253439 !important;
    transition: 0.5s;
  }

  .footer-link {
    text-decoration: none;
    color: white;
  }


  /* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
    color: #fff;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}
























.food-menu{
    background-color: #fff;
}

.single-menu img{
    width: 100px;
}

.menu-content p{
    color: #000;
}

.wrapper{
    width: 1200px;
    margin: 1px auto;
}

.subtitle-food{
    padding-top: 50px;
    color: #fff;
}

.title{
    text-align: center;
    margin-bottom: 60px;
}

.title h4{
    color: #000;
    text-transform: capitalize;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.title h4 span{
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: -10px;
}

.title h4:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ff7720;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.menu-3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-menu{
    /* flex-basis: 580px; */
    flex-basis: 350px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

/*  */
.single-menu1 {
    flex-basis: 580px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

/*  */

.single-menu:nth-child(9), .single-menu:nth-child(10){
    border-bottom: 0;
}

.single-menu{
    display: flex;
    flex-direction: row;
    align-items: center !important;
}

.single-menu:hover img{
    border-radius: 0;
}

.single-menu img{
    max-width: 180px;
    margin-right: 30px;
    /* border-radius: 50%; */
    border: 1px solid #000;
    padding: 3px;
    transition: .5s;
}

.single-menu h4{
    color: #000;
    text-transform: capitalize;
    font-size: 22px;
    border-bottom: 1px dashed #333;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-menu h4 span{
    float: right;
    color: #ff7720;
    font-style: italic;
}


@media(max-width:1199px){
    .wrapper{
        width: 800px;
        overflow: hidden;
    }
    
    .single-menu{
        flex-basis: 350px;
    }
    
    .single-menu h4{
            font-size: 20px;
        }
        
    .single-menu p{
        font-size: 12px;
    }
}
        

@media(max-width:799px){
    .wrapper{
        width: 600px;
        overflow: hidden;
    }
    
    .single-menu{
        flex-basis: 250px;
    }
    
  .single-menu h4 span{
        float: none;
    }
}


@media(max-width:599px){
    .wrapper{
        width: 270px;
        overflow: hidden;
    }
    
    .single-menu{
        flex-basis: 250px;
    }

}











