
.cardcontainer{
  width: 14rem;
  height: 14rem;
    background-color: rgb(42, 181, 250);
    margin:3rem;
    transition: 0.3s;
    border-radius: 50%;
}
.cardcontainer:hover{
    box-shadow: 0 0 45px gray;
}
.photo{
  width: 14rem;
  height: 14rem;
    border-radius: 50%;
}


.mecar{
  border: 1px solid red;
}
@media screen and (min-width:768px) {
  .photo {
    width: 11rem;
    height: 11rem;
  }
  .cardcontainer {
    width: 11rem;
    height: 11rem;

  }
}



.photo img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.txt1{
    margin: auto;
    text-align: center;
    font-size: 17px;
}

.photos{
    width: auto;
    height: auto;
    background-color: #f6a34b;
    color: white;
    position: relative;
    top: -30px;
    text-align: center;
    padding: 0.5rem;
    font-size: 2rem;
}
.txt4{
    font-size:27px;
    position: relative;
    top: 33px;
}
.txt5{
    position: relative;
    top: 18px;
    color: #4bc3f6;
    font-size: 23px;
}
.txt2{
    position: relative;
    top: 10px;
}


@keyframes mymove {
    0%   {top: 0px;}
    50%   {top: 15px;}
    75%   {top: 10px;}
    100%   {top: 0px;}
  }

  

.text-center {
    text-align: center;
  }
  
  .color-white {
    color: #fff;
  }
  
  .box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    width: 100%;
  }
  
  @media screen and (min-width:1380px) {
    .box-container {
      flex-direction: row
    }
  }
  
  @media screen and (min-width:1380px) {
    .box-container {
      flex-direction: row
    }
  }
  .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 230px;
    margin-bottom: 35px;
    max-width: 100%;
  }
  
  .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  
  .flip-box-front,
  .flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 15%;
    min-height: 230px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
  }
  
  .flip-box-header {
    font-size: 34px;
  }
  
  .flip-box p {
    font-size: 20px;
    line-height: 1.5em;
  }
  
  .flip-box-img {
    margin-top: 25px;
  }
  
  .flip-box-button {
    background-color: transparent;
    border: 2px solid #b58b03;
    border-radius: 2px;
    color: #ea8f07;
    
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
  }






































 
  

































 


.unitcol{
  margin-bottom: 1.5rem;
  padding: 0%;
  width: 10rem;
}
.subimg{
 
  border-radius: 50%;
  
}

.subunitrowimg{
  text-align: center;
}
.subunitrowtext{
  text-align: center;

}

@media screen and (max-width:440px){
  .subimg{
    width: 10rem;
    height: 10rem;
  }
#mtil{
  font-size: 2rem;
  margin-top: 4rem;
}
#mdiv{
  margin-top: 5rem;
  position: relative;
  height: 25rem;
}
#marche{
position: absolute;
left: 0%;
}
#pates{
position: absolute;
right: 0%;
}
#serv{
  position: absolute;
  right: auto;
  left: auto;
  top: 25%;
  
  
  }
#restau{
    position: absolute;
    right: 0%;
    bottom: 0%;
    }
#sett{
      position: absolute;
      left: 0%;
      bottom: 0%;
      }
      .mtex{
        font-size: 1.4rem;
        color: rgb(0, 0, 0);
        font-weight:500;
      }
      
  .topcimg{
    border-radius: 6%;
  }
  .topdivc{
    position: relative;
    
  }
  .tophdiv{
    width:17rem;
    margin-bottom: 2rem;
  }
  .titl{
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Glovo", "Arial", "Helvetica Neue", Helvetica, sans-serif;
    padding-left: 1rem;
    width: auto;
    color:rgb(116, 205, 249);
  }
  .fatil{
    color: rgb(116, 205, 249);
    margin-right: 1rem;
  }
  .topsubimg{
    position: absolute;
    border-radius: 10%;
    top: 1%;
    left: 3%;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.477);
    width: auto;
  }
  .wtasb{
    position: absolute;
    bottom: 1%;
    right: 3%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: auto;
  }
}



@media screen and (min-width:440px){
  .titl{
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    padding-left: 3.5rem;
    width: auto;
    color:rgb(116, 205, 249);
    
  }
  .fatil{
    color: rgb(116, 205, 249);
    margin-right: 1rem;
    
  }
  #mtil{
    font-size: 3rem;
    margin-top: 6rem;
  }
  #mdiv{
    margin-top: 6rem;
  }
  .subimg{
    width: 13rem;
    height: 13rem;
  }

  .topdivc{
    position: relative;
    
  }
  .tophdiv{
    margin-bottom: 2rem;
  }
  .topsubimg{
    position: absolute;
    border-radius: 10%;
    bottom: 1%;
    left: 3%;
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.477);
    width: auto;
  }
  .wtasb{
    position: absolute;
    bottom: 1%;
    right: 3%;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    width: auto;
  }
  .mtex{
    font-size: 2rem;
    color: rgb(0, 0, 0);
    font-weight:400;
  }

  }



 
        

.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
    border: 1px solid #FAB702;
    color: #FAB702;
}

.contact-content img {
    max-width: 210px;
}



footer p {
    padding: 40px 0;
    text-align: center;
}

footer img {
    width: 200px;
}










.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: orange;
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background: orange none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
margin: -15px -15px 0;
padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
background: #ffffff none repeat scroll 0 0;
border: 2px solid;
height: 15px;
margin: 0 5px;
width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
background: orange none repeat scroll 0 0;
border-color: orange;
}

.we-offer-area .item {
background: #ffffff none repeat scroll 0 0;
border-left: 2px solid orange;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
overflow: hidden;
padding: 30px;
position: relative;
z-index: 1;
}

.we-offer-area.text-center .item {
background: #ffffff none repeat scroll 0 0;
border: medium none;
padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
background: orange none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
font-size: 40px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
border: 2px solid orange;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90px;
left: -5px;
position: absolute;
top: -5px;
width: 90px;
z-index: -1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
font-family: "Poppins",sans-serif;
font-size: 50px;
font-weight: 900;
opacity: 0.1;
position: absolute;
right: 30px;
top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
background: orange none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
color: #ffffff;
}

.we-offer-area .item i {
color: orange;
display: inline-block;
font-size: 60px;
margin-bottom: 20px;
}

.we-offer-area .item h4 {
font-weight: 600;
text-transform: capitalize;
}

.we-offer-area .item p {
margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
background: orange none repeat scroll 0 0;
content: "";
height: 100%;
left: -100%;
position: absolute;
top: 0;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
width: 100%;
z-index: -1;
}

.we-offer-area .item:hover::after {
left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
background-color: #ffffff !important;
color: orange !important;
}

.we-offer-area.text-left .item i {
background: orange none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-size: 60px;
height: 100px;
line-height: 100px;
margin-bottom: 30px;
position: relative;
width: 100px;
z-index: 1;
text-align: center;
}

.we-offer-area.text-left .item i::after {
border: 2px solid orange;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 120px;
left: -10px;
position: absolute;
top: -10px;
width: 120px;
}
















.page_title {
  padding: 30px 0px;
}
.page_title h1 {
  color: #c0392b;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.page_title h1::before {
  background: #c0392b;
  width: 70px;
  height: 2px;
  position: absolute;
  content: '';
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page_title h1::after {
  position: absolute;
  content: '';
  background: #fbc531;
  width: 30px;
  height: 2px;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*Menu starts*/
.menu_tab {
  margin: 0 auto;
  justify-content: center;
}
.nav-item {
  display: inline-block;
  text-align: center;
}
.nav-tabs .nav-link{
  transition: .3s;
}
.nav-tabs .nav-link.active {
  background: #c0392b;
  color: #fff;
  font-weight: 700;
  border: 1px solid #c0392b;
  text-transform: capitalize;
}
.nav-link {
  color: #000;
}
.nav-tabs .nav-link:hover {
  background: #c0392b;
  color: #fff;
  border: 1px solid #c0392b;
}
.single_menu {
  position: relative;
  margin-bottom: 75px;
  transition: .3s;
}
.single_menu:hover img{
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
.single_menu img {
  width: 33%;
  position: absolute;
  height: 140px;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  transition: .3s;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.menu_content {
  padding-left: 200px;
}
.menu_content h4 {
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px dashed #c0392b;
  line-height: 2;
  text-transform: capitalize;
}
.menu_content h4 span {
  font-size: 25px;
  font-weight: 800;
  float: right;
  font-style: italic;
  color: #c0392b;
}
.menu_content p {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
}
.menu_btn.btn.btn-danger {
  margin: 0 auto;
  display: block;
  width: 140px;
}
/*Menu ends*/
.menu_btn.btn.btn-danger {
margin: 0 auto;
display: block;
width: 140px;
}
.btn.btn-danger {
background: #c0392b;
border: 1px solid #c0392b;
transition: .3s;
position: relative;
z-index: 1;
text-transform: capitalize;
font-weight: 700;
overflow: hidden;
padding: 15px 25px;
}
.btn.btn-danger::before {
position: absolute;
content: '';
background: #e74c3c;
width: 100%;
height: 100%;
left: -100%;
top: 100%;
transition: .3s;
z-index: -1;
}
.btn.btn-danger:hover:before{
  top: 0;
  left: 0;
}