*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.slider_new_steel .carousel-caption {
    position: absolute;
    /* right: 15%; */
    /* bottom: 1.25rem; */
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    bottom: unset;
}

.our-services a:hover span img {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.our-services a:hover span img  {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.quality img {
    transition: 1s ease;
    border-radius: 3px;
}

.quality:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.slider_new_steel img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.slider_new_steel h2{
    font-size:55px !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.5s;
}
li.nav-item.dropdown:hover .dropdown-content {
  display: block;
}
li.nav-item.dropdown .dropdown-content a{
    float: none;
    color: black;
    padding: 12px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 16px !important;
    text-transform: uppercase;
}
.locate-img {
    border: 1px solid #ff8f2761;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.locate-img iframe{
    border-radius: 10px;
}

.dropdown-content a:hover {
  background-color: #ff8f27;
  color:#fff !important;
}
.nav-link:focus, .nav-link:hover , .active {
    color: #fff !important;
}

div#alert {
    background: #008daf;
    color: #fff;
}

.footer-food img {
    width: 100%;
    filter: brightness(0) invert(1);
    padding-right: 27px;
}

.footer-food p {
    color: #fff;
    margin-top: 13px;
}
button.btn.btn-primary.mt-3 a {
    color: #fff !important;
}
.homebanner {
    height: 69vh;
    background-size: cover;
    display: flex;
    align-items: center;
}

.logo .food-process img {
    width: 55%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.new_line h1, .new_line h2 {
    position: relative;
}
.new_line h1:after, .new_line h2:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 2.5px;
    border-radius: 5px;
    left: 28%;
    bottom: -5px;
    background: #ff8f27;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.leftbanner a:hover .h30w30 {*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.btn-primary {
    color: #fff;
    background-color: #008daf !important;
    border-color: #008daf !important;
}

ul.subheader li a {
    font-size: 18px !important;
    font-weight: 400 !important;
}
h1.quality {
    font-size: 90px;
    /*margin-top: 140px;*/
}
.quality-foods h2 {
    margin-top: 25px;
}
.quality-foods button {
    padding: 8px 36px;
    font-size: 20px;
    font-weight: 400;
}
ul.service li a {
    font-size: 20px;
    font-weight: 500;
    color: #3a3c3e;
}
span.foods {
    display: block;
    font-size: 60px;
}
.icon {
    display: flex!important;
    flex-basis: auto;
    justify-content: end;
    background-color: #020101;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0.5rem;
    color: #9b9b9b;
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-item{
    position: relative;
    z-index:1;
}
.navbar-expand-lg .navbar-nav a.nav-link.active:after,
.navbar-expand-lg .navbar-nav a.nav-link:hover::after{
    content: '';
    width: 95%;
    height: 2px;
    background: #ff8f27;
    position: absolute;
    bottom: 0px;
    left: 0;
}
ul.service li a {
    font-size: 18px;
    font-weight: 400;
}
section.leftbanner {
    padding: 60px 0;
}
a.food-process {
    font-size: 26px;
    font-weight: 600;
    color: #3b3d3c;
}
.testimonial{
    background-image: url(../Images/whychooseus.webp);
    /*height: 70vh;*/
    background-size: cover;
}
.industry-icons.client-icons i {
    border: 1px solid #ff8f27;
    border-radius: 50%;
    background: #ff8f27;
    color: #fff;
    font-size: 30px;
    WIDTH: 50px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.justify{
    display: flex;
    justify-content: end;
}
.justify ul li a{
    font-size: 20px !important;
}
.locate-heading h6 {
    margin: 24px 0 8px;
}
.locate-heading {
    padding: 0 51px;
}
.bg-footer {
    background-image: url('../Images/bg-footer.jpg');
    padding: 66px 0 19px;
}

.footer-food a {
    color: #FFF;
    font-size: 20px;
}
ul.footer-list li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display:flex;
}
ul.footer-list li i{
    color: #ff8f27;
    margin-right: 8px;
    font-size: 13px;
}

.about {
    padding: 0 0 0 60px;
}
.contract{
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.contactp{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
    color: #333;
}
.our-services div {
    border-color: #eee;
    min-height: 114px;
}
.our-services div > a > span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-right: none;
}
.section-title h2 {
    margin-bottom: 40px;
    position: relative;
    display: block;
}
.our-services a {
    position: relative;
    padding: 14px 10px 0 101px;
    display: block;
    cursor: pointer;
    border: 1px solid;
    border-right: none;
    height: 180px;
    margin-bottom: 40px;
}
.our-services a span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-right: none;
}
.our-services div > a, .stats > div > div {
    border-color: #eee;
    min-height: 218px;
}
.our-services div > a:hover{
    background: #0b0b0b;
}
.our-services div > a:hover .contract,
.our-services div > a:hover .contactp{
    color:#fff;
}
.our-services div > a > span:after {
    border-bottom-color: #fff;
    top: -2px;
    right: -23px;
}
.h30w30 {
    height: 42px;
    width: 42px;
}
.our-services a span:after,.our-services a span:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 80px solid #eee;
    border-right: 25px solid transparent;
    top: -1px;
    right: -25px;
}
.stats > div > div:hover, .btn.btn-sm.btn-default:hover, .comments > div > a.reply:hover, nav.pagination a:hover, .tags a:hover, ul.blog-cats li:hover, .our-services div > a:hover > span, .testimonial-content span {
    border-color: #ff8f27;
}
.attachments li a:hover, .comments > div > a.reply:hover, .our-services div > a:hover, .page-title a, .page-title a:hover, .recent-posts div a:hover, .tags a:hover, footer nav a:hover, nav.pagination a:hover, ul.blog-cats > li > a:hover {
    text-decoration: none;
}
.navbar-main > li > .dropdown-menu, footer .color-part, .btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger, .btn.btn-danger:hover, .main-menu, .main-menu:before, #main-menu-bg, .stats > div > div:hover, .btn.btn-sm.btn-default:before, .big-hr.color-2, .our-services.styled div > a:hover:after, .adress-details > div > span:after, .comments > div > a.reply:hover, .comments > div > a.reply:after, nav.pagination a:hover, .tags a:hover, ul.blog-cats > li:hover, #menu-open, .main-menu section nav, .our-services div > a:hover > span, .testimonial-content span, .info-texts:after, .post-info:after, .customBgColor {
    background-color:#ff8f27;
}
.btn.btn-success, .btn-success:hover, .big-hr.color-1, .one-news > div > div, .btn.btn-sm.btn-success:before, .our-services div > a:hover:after, nav.pagination a.active, ul.styled > li.active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .info-texts:before, ul.blog-cats > li:before, ul.blog-cats li>ul {
    background-color: #ff8f27;
}
a:hover span::after {
    border-bottom-color:#ff8f27 !important;
}
a:hover span::before {
    border-bottom-color: #ff8f27 !important;
}
.about-banner {
    top: 40%;
}
.our_tream_page {
    padding: 30px 0px;
}
.new_pedding {
    padding: 34px 0px !important;
}
.from .form-control {
    padding: 14px 12px 14px 12px;
    font-size: 14px;
    margin-top: 31px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.carousel-item img {
    width: 100%;
}
.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    /*border: 1px solid #f1f1f1;*/
    perspective: 1000px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flip-box-front {
    background-color: #fff;
    color: #c0040b;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../Images/cdr.jpg);
    background-size: cover;
    border-radius: 9px;
    box-shadow: 0 0 5px 4px rgba(20, 35, 60, 0.05);
    text-align: center;
}
.flip-box-back {
    background-color: #c0040b;
    color: #fff;
    transform: rotateY(180deg);
    font-size: 12px;
    padding: 20px 10px;
    border-radius: 9px;
    display: flex;
    justify-content: left;
    align-items: center;
}
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-box-front {
    background-color: #bbb;
    color:#ff8f27;
}
  
.flip-box-back {
    background-color: #ff8f27;
    color: white;
    transform: rotateY(180deg);
}

.our_tream_heading {
    padding: 17px 0px 30px;
}
/*******1-Jan-2024*******/
.new_sention_hotel_services .carousel-item img{
    height: 500px;
    object-fit: cover;
}
/*******End-1-Jan***********/

/*********=====2-Jan-2024
======================*********/
.new_line h2,
.section-title h2{
    font-size: 2.5rem;
    font-weight: 700;
    z-index:1;
}
.overlay{
    width: 100%;
    height: 100%;
    background: #00000036;
    position: absolute;
    top: 0;
}
.new_sention_hotel_services{
    position:relative;
}
.hotel_services_content{
    margin:70px 0;
}
.hotel_services_content h1.fw-bold:before{
    position: absolute;
    content: "";
    width: 28%;
    height: 2.5px;
    border-radius: 5px;
    left: 0;
    bottom: 20px;
    background: #ff8f27;  
}
.hotel_services_content h1.fw-bold:after{
    position: absolute;
    content: "";
    width: 28%;
    height: 2.5px;
    border-radius: 5px;
    right: 0;
    bottom: 20px;
    background: #ff8f27;  
}
.hotel_services_content h1.fw-bold{
    position:relative;
}
.hotel_services_content .our_tream_heading{
    padding-bottom:40px;
}
.navbar-toggler{
    background-color:#fff;
}
.new_sention_hotel_services .about-banner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
.new_sention_hotel_services i.fa-angle-double-down{
    z-index: 1;
    position: absolute;
    bottom: 15px;
    left: 50%;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}
.new_sention_hotel_services i.fa-angle-double-down:hover,
.new_sention_hotel_services i.fa-angle-double-down:focus{
    background: #ff8f27;
    border-color: #ff8f27;
}
.hotel_services_content .new_our_img img.img-fluid{
    box-shadow: 5px 5px 10px #888888;
    border-radius:5px;
}
.our_tream_page .section-title h2:before,
.leftbanner .section-title h2:before{
    position: absolute;
    bottom: 20px;
    left: 0;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #ff8f27;
}
.our_tream_page .section-title h2:after,
.leftbanner .section-title h2:after{
    position: absolute;
    right: 0;
    left:auto;
    bottom:20px;
    content: "";
    width: 250px;
    height: 2px;
    background-color: #ff8f27;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}
.new_sention_team{
    margin-bottom:30px;
}
/*******=======End-2-Jan
==========********/

/*========4-Jan-2024
================================*/
.strategy_pillars_subtitle{
    font-weight: 700;
    display: flex;
    align-items: center;
}
.strategy_pillars_subtitle i{
    color: #ff8f27;
    font-size: 8px;
    margin-right: 8px;
}
.strategy_pillars_content{
    padding-left:20px;
}
.bg-footer .new_copy{
    border-top: 1px solid #9b9b9b;
    padding-top: 30px;
}
.new_contant_us .adress i{
    color: #ff8f27 !important;
}
.new_contant_us .adress a{
   color: #212529;
}
.contact_new form .form-control:focus{
    border-color: #ff8f27;
    box-shadow: none; 
}
.contact_new form button.btn{
    background-color: #212529 !important;
    border-color: #212529 !important;
    box-shadow: none;
}
.contact_new form button.btn:hover{
    background-color: #ff8f27 !important;
    border-color: #ff8f27 !important; 
}
.footer-border{
    border-bottom: 2px solid #ff8f27;
    display: inline;  
}
.footer-list{
    padding-top: 20px;
}
.footer-list li,
.footer-list a{
    color: #9b9b9b;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-list li:hover,
.footer-list a:hover{
   color: #fff; 
}
p.footer-logo-desc,
.copyright h6{
    color: #9b9b9b;
}
p.text-muted .text-danger{
    color: #ff8f27 !important;
}
.expert-client h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px; 
}
.cards-sec .quality{
    background: #fff;
    border: 1px solid #ff8f27;
    border-radius: 10px;
    padding: 22px 10px;
    text-align: center;
    box-shadow: 2px 3px 5px 3px #888888;
    min-height: 390px;
}
.cards-sec .wow .quality img{
     width: 280px; 
}
.cards-sec .wow .quality .text-center{
    padding: 13px 15px 0;
}
.cards-sec .wow .quality .text-center h3{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}
#carouselExampleCaptions .carousel-control-prev-icon,
#carouselExampleCaptions .carousel-control-next-icon{
    width: 45px !important;
    height: 45px !important;
    background-size: 65% 100% !important;
}
.bg-body-tertiary{
    border-bottom: 1px solid #9b9b9b;
}
.services_content_outer {
    margin-bottom: 60px;
}
/*=======End-4-Jan-2024
======================*/


@media only screen and (max-width: 1300px){ 
/* .testimonial {
    height: 46vh;
} */
}
@media only screen and (max-width: 1100px){ 
/* .testimonial {
    height: 70vh !important;
} */
}
@media only screen and (max-width: 1024px){ 
/* .testimonial {
    height: 45vh !important;
} */
}
@media only screen and (max-width: 991px) {
  .homebanner {
    height: 43vh;
    background-size: cover;
}
h1.quality {
    font-size: 75px;
    margin-top: 30px;
} 
.footer-food img {
    width: 60%;
    filter: brightness(0) invert(1);
    padding-right: 27px;
}
.about {
    padding: 0;
}
.third-center {
    text-align: center;
}
.quality {
    text-align: center;
}
.testimonial {
    height: 32vh !important;
}
.hotel_services_content h1.fw-bold:before,
.hotel_services_content h1.fw-bold:after{
    width:22%;
}
.hotel_services_content .new_our_box{
    padding-top:25px;
}
}
@media only screen and (max-width: 768px) {
.flip-box.value-margin {
    margin-top: 20px !important;
}
.quality {
    text-align: center;
}
.new_our_img.new_photo_ure.wow.fadeInLeft.animated {
    text-align: center;
}
.our_tream_heading {
    padding: 17px 0px 0;
}
.testimonial {
    height: 36vh !important;
}
}
/* Responsive */
@media only screen and (max-width: 576px) {
    .homebanner {
        height: 55vh;
    }
    
    .slider_new_steel .carousel-caption {
    width: 80%;
}

.slider_new_steel img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}


.testimonial {
    height: unset !important;
}
    
    
    h1.quality {
        font-size: 60px;
        margin-top: 50px;
    }
    span.foods {
        font-size: 30px;
    }
    .quality-foods h2 {
        margin-top: 50px;
    }
    ul.navbar-nav.service li a {
        font-size: 16px !important;
        font-weight: 400;
        color: #3a3c3e;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 18px;
    }
    .testimonial {
    height: 48vh !important;
}
    /* .navbar-nav.ab {
        display: flex !important;
         flex-direction: row !important; 
    } */
    .logo a img {
    width: 180px !important;
}
.footer-food img {
    width: 60%;
    filter: brightness(0) invert(1);
    padding-right: 27px;
}
.testimonial {
    background-image: url(../Images/whychooseus.webp);
    height: 50vh;
    background-size: cover;
}
    a.navbar-brand.food-process {
        font-size: 18px;
    }
    .about-banner {
        top: 20%;
    }
    .footer-food {
        margin-top: 20px;
        margin-bottom: 29px;
    }
    .about {
        padding: 0 !important;
    }
    .bg-footer {
        padding: 26px 0 19px;
    }
    .justify{
        display: flex;
        justify-content: start !important;
    }
    .middle{
        margin-bottom: 0 !important;
    }
    .our_tream_heading {
        padding: 17px 0px 10px;
    }
    .section-title h2 {
    font-size: 22px;
}
    .our_tream_page {
        padding: 0px;
    }
    .flip-box {
        width: 100%;
        margin: 15px 0;
    }
    .our_tream_page {
        padding: 10px 0;
    }
    .locate-heading {
        padding: 0;
    }
    section.leftbanner {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 480px) and (min-width: 224px){ 
h1.quality {
    font-size: 40px;
    margin-top: 50px;
}
.testimonial {
    height: 50vh !important;
}
.contract {
    font-size: 18px;
}
.section-title h2 {
    font-size: 19px;
}
.our_tream_heading.new_line.text-center h1 {
    font-size: 20px !important;
}
.our-services div {
    min-height: 222px !important;
}
.new_contant_us._text.wow.fadeInLeft.animated {
    padding: 10px;
}
section.leftbanner {
    padding: 16px 16px;
}
.col-1.icon_yt {
    padding-left: 0;
}
.hotel_services_content h1.fw-bold:before, 
.hotel_services_content h1.fw-bold:after {
    width: 10%;
    bottom: 10px;
}
.new_line h2{
    font-size:30px;
}
.new_sention_hotel_services .carousel-item img{
    height:360px;
}
}

@media only screen and (max-width: 280px) {
    .our-services div {
    min-height: 303px !important;
}
}
