
/*
font-family: 'Bitter', serif;
font-family: 'Cabin', sans-serif;
font-family: 'Frank Ruhl Libre', serif;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Patua One', cursive;

    font-family: 'Jost', sans-serif;

    font-family: 'Lato', sans-serif;

    font-family: 'Mukta', sans-serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Roboto Slab', serif;
*/


body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #67748e;
  background: #FFF;
  opacity: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.upper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #000;
  transition: all .5s ease;
  z-index: 50000;
  overflow: hidden;
  }

.upper-nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 11pt;
  margin: 0px 1%;
  color: #CDCDCD;
  font-weight: 400;
  transition: all .2s ease;
}


.material-symbols-outlined {
  background: #000;
  padding: 10px;
  position: fixed;
  top: 0px;
  right: 0;
  color: orange;
  z-index: 2000;
  cursor: pointer;
}


.navbar .navbar-brand{
  font-size: 12pt;
  font-weight: 800!important;
  color: #E56C1E;
  font-family: 'Merriweather Sans', sans-serif;
}

.navbar .logo{
  width: 150px;
}


.navbar a.nav-link{
  font-size: 11pt;
  font-weight: 300;
  color: #C96D15;
  letter-spacing: .08em;
}

.navbar .nav-act-btn{
  width: 30%; 
  padding: auto 0px;
}

.active-nav{
  position: relative;
}

.active-nav:after{
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E96624;
}

@media (max-width: 992px){
.navbar .nav-act-btn{
  width: 100%; 
  padding: auto 0px;
}

.active-nav:after{
  content: "";
  position: absolute;
  left: 9px;
  bottom: 4px;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background: #E96624;
}
}

#fh5co-hero {
  height: 100vh!important;
  position: relative;
/*  background: #fff url(../img/loader.gif) no-repeat center center;*/
}

#fh5co-hero .loader-jkt{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, .7);
  z-index: 1;
}
.loader{
  height:70px;
  width:70px;
  border-radius:50%;
  background: rgba(224, 119, 23, .8);
  position: absolute;
  animation:pulse 0.85s infinite linear;
  z-index: 10000;
}

@keyframes pulse{
  0%{
    transform:scale(0.15);
    opacity:0;
  }
  50%{
    opacity:1;
  }

  100%{
    transform:scale(1);
    opacity:0;
  }
}

#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  background: #F7F7F7;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
  clip-path: ellipse(400% 100% at -30% 0%);
}

#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 530px;
  height: 100vh;
  transition: all 2.5s ease!important;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 80px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: all .5s ease;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  width: 20px;
  background: rgba(224, 119, 23, 0.9);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}

#fh5co-hero .flexslider .row{
  display: flex!important;
  justify-content: center!important;
  align-items: flex-end!important;
  height: 80vh;
  padding: 0px;
}

#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  z-index: 9;
  height: auto;
/*  background: rgba(255, 255, 255, .9); 
  border-radius: 50%; 
  width: 100%;
  max-width: 1400px; 
  padding: 50px; 
  height: 500px; 
  display: flex; 
  justify-content: center; 
  align-items: flex-start; 
  position: absolute; 
  top: 70vh;*/
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  border-radius: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 10px 2px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(1, 1, 1, 1);
  font-size: 40pt;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .04em;
  display: block;
  position: relative;
}

#fh5co-hero .flexslider .slider-text > .slider-text-inner h4{
  width: 70px;
  height: 1px;
  padding: 1px;
  margin: 10px auto;
  border-radius: 7px;
  background: #E07717;
}


#fh5co-hero .flexslider .slider-text-inner h2{
  color: #fff!important;
  background: transparent;
  font-size: 15pt;
  font-weight: 600!important;
  letter-spacing: .03em;
  text-shadow: 1px 1px 3px rgba(1, 1, 1, 1);
  font-family: 'Poppins', sans-serif!important;
}

@media screen and (max-width: 992px) {

  }
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
 font-family: 'Roboto Slab', serif;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 18px 30px !important;
  color: #fff;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #2D6CDF !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.pt-lg-7{
  background: #F1F1F1;
  margin-top: -50px;
  padding: 150px 0px 0px 0px!important;
}

.pt-lg-7 h4{
  font-weight: 900;
}

h4.h4-fade{
  position: relative;
  color: #CDCDCD;
  font-weight: 900;
  font-size: 40pt;
  margin: 0px;
  padding: 0px;
}

h4.h4-fade:before{
  content: "- ABOUT US---";
  color: #111;
  font-size: 20pt;
  position: absolute;
  bottom: 15px;
  left: 0;
    margin: 0px;
  padding: 0px;
}

h1.veg-h{
  font-size: 20pt;
  margin: -20px 0px 10px 0px!important;
  padding: 0px;
}

.vmc-int{
  display: flex; 
  justify-content: center; 
  position: relative;
  margin-top: 50px;
}

.stock-slider{
  display: flex;
  justify-content: center;
  background: url('../img/hero/steel-pipeline.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  clip-path: ellipse(144% 100% at 34.02% 100%);
  position: relative;
  z-index: 200;
}



.bak-pd{
  background: #E76C20;
  background-size: cover;
  width: 100%;
  height: 600px;
  clip-path: ellipse(180% 100% at 48.7% 100%);
  position: absolute;
  top: -10px;
}

.stock-slider-cover{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding:80px 0px 10px 0px;
  background: rgba(1, 1, 1, .1);  
}

.stock-slider-jkt{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.stock-slider-jkt h2{
  text-align: center;
  font-size: 20pt;
  color: #0E3539;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  }

.testimonials-carousel{
  overflow: hidden;
  width: 1000px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 250px;
  margin: auto;
  cursor: pointer;
  position: relative;
}

.testimonials .testimonial-item .img-cont{
  overflow: hidden;
  width: 250px;
  height: 250px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .8);
  margin: 10px auto;
  padding: 15px;
  border: 3px solid #E4701C;
  outline: 10px solid #D4CFD2;
  box-shadow: none;
}

.testimonials .testimonial-item .img-cont p{
  text-align: center;
  font-weight: 400;
  font-size: 12pt;
  color: #282923;
  opacity: 1;
}

.testimonials .testimonial-item .img-cont ul{
  list-style: none;
  text-align: left;
  padding: 0px;
  margin: 0px;
  line-height: 2em;
  font-weight: 400;
  font-size: 12pt;
  color: #282923;
}

.testimonials .testimonial-item .img-cont li{
  display: flex;
  justify-content: center;
}

.testimonials .testimonial-item .img-cont h6{
  width: 100px;
  font-weight: 700;
  color: #282923;
}

i.fa-check{
  color: green;
  font-weight: 900;
  font-size: 14pt;
  margin-top: 7px; 
}
.testimonials .testimonial-item .testimonial-img {
  width: 270px;
  height: 100%;
  min-height: 190px;
  object-fit: contain;
  object-position: center center;
  transition: all .2s ease;
}

.testimonials .testimonial-item h3{
  margin: 10px 0px;
  padding: 5px 10px;
  font-size: 12pt;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.testimonials .testimonial-item h3:after{
  content: "";
  margin: 10px auto;
  padding: 1px 4px;
  height: 2px;
  width: 20%;
  border-radius: 10px;
  background: red;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
}

.testimonials .testimonial-item:hover .testimonial-img  {
  transform: scale(1.1) rotate(5deg);
  transition: all .2s ease;
}


.testimonials .owl-nav, .testimonials .owl-dots {
  text-align: center;
   color: #fff;
   visibility: hidden;
}

.testimonials .owl-dot{
  color: #fff;
}

.testimonials .owl-dot.active {
  background-color: #E76C20!important;
   color: #fff;
  border-radius: 20%;
}

@media (max-width: 992px) {
.stock-slider{

}

.pt-lg-7{
  background: #F1F1F1;
  margin-top: -35px;
  padding: 70px 0px 0px 0px!important;
}

.vmc-int{
  display: flex; 
  justify-content: center; 
  position: relative;
  margin-top: 10px;
}

.bak-pd{
  height: 400px;
}

.stock-slider-jkt{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 100%;  
  padding: 0px 0px 30px 0px!important;
}

.testimonials-carousel{
  overflow: hidden;
  width: 100%;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 250px;
  margin: auto;
  cursor: pointer;
  position: relative;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  text-align: center;
   color: #fff;
   visibility: visible;
}


}



.veg-ctc-sec{
  width: 100%;
  background: #200122;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top,#6f0000, #200122, #200122);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,#6f0000, #200122, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: ellipse(192% 100% at 108.22% 0%);
  position: relative;
  z-index: 20!important;
}

.veg-ctc-jkt{
  width: 95%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px auto;
  padding: 50px 10px;
}

.veg-ctc-jkt h2{
  background: -webkit-linear-gradient(#F35133, #F89709);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 25px;
  position: relative;
}

.veg-ctc-jkt h2:after{
  content: "";
  width: 40px;
  height: 3px;
  margin-left: 7px;
  background: #E66D1F;
  position: absolute;
  top: 50%;
}

.veg-ctc-center{
  display: flex;
  justify-content: center;
}

.veg-ctc-jkt .flex{
  display: flex;
  justify-content: flex-start;
  width: 40%;
  margin: 0px 5px;
}

i.fa-map-location-dot, i.fa-phone, i.fa-envelope-open-text{
  font-size: 20pt;
  color: #F64B38;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  padding: 30px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0px solid #fff;
}

.veg-ctc-jkt h6{
  color: #fff;
  font-size: 11pt;
  font-weight: 400;
}


@media screen and (max-width: 992px){
.veg-ctc-sec{
  background: -webkit-linear-gradient(to top,#6f0000, #200122, #200122);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top,#680003, #000, #000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.veg-ctc-jkt{
  width: 90%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px auto;
  padding: 50px 10px 80px 10px!important;
}

.veg-ctc-jkt h2{
  background: -webkit-linear-gradient(#F35133, #F89709);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 25px;
  position: relative;
}

.veg-ctc-jkt h2:after{
  content: "";
  width: 40px;
  height: 3px;
  margin-left: 7px;
  background: #E66D1F;
  position: absolute;
  top: 50%;
}

.veg-ctc-center{
  display: flex;
  justify-content: center;
  flex-direction: column!important;
  margin: 0px auto;
  width: 100%;
}


.veg-ctc-jkt .flex{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px 0px;
}

i.fa-map-location-dot, i.fa-phone, i.fa-envelope-open-text{
  font-size: 20pt;
  color: #ED5E29;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  padding: 30px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0px solid #fff;
}

.veg-ctc-jkt h6{
  color: #fff;
  font-size: 11pt;
  font-weight: 400;
}
}




.veg-ser-sec{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -80px;
  position: relative;
}

.veg-ser-blur{
  display: flex;
  justify-content: center;
  background: url('../img/hero/wallpaperflare.com_wallpaper.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: saturate(100%) blur(20px); 
  z-index: 1; 
}

.veg-ser-blur-b{
 background: rgba(231, 106, 32, .4);  
 width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; 
}

.veg-ser-cover{
  display: flex;
  justify-content: center;
  align-items: center;

}

.veg-ser-jkt{
  width: 95%;
  max-width: 1000px;
  padding:150px 0px 100px 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.veg-ser-jkt h2{
  text-transform: uppercase;
  position: relative;
  color: rgba(32, 1, 34, .2);
  font-weight: 900;
  font-size: 40pt;
  margin: 0px;
  padding: 0px;
}

.veg-ser-jkt h2:before{
  content: "- OUR PROFESSIONAL SERVICES ---";
  color: #200122;
  font-size: 20pt;
  font-weight: 900;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0px;
  padding: 0px;
}

.veg-ser-jkt p{
  margin-top: -8px;
  color: #000;
  font-weight: 600;
  font-size: 15pt;
  width: 100%;
}

.veg-ser-center{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.veg-ser-itm{
  width: 290px;
  height: 200px;
  border-radius: 0px;
  margin: 20px 10px;
  background-repeat: no-repeat;
  background-position: center left;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgba(1, 1, 1, .3);
  outline: 5px solid rgba(32, 1, 34, .4);
  border: 3px solid #fff;
}

.veg-ser-itm-cover{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to top,rgba(1, 1, 1, 1), rgba(1, 1, 1, .01), rgba(255, 255, 255, .1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 100%;
  height: 100%;}

.veg-ser-itm h3{
  font-size: 12pt;
  color: #F0F0F0;
  font-weight: 400;
  letter-spacing: .05em;
  padding: 15px 5px;
  text-align: center;
  position: relative;
  }

.veg-ser-itm h3:after{
  content: "";
  padding: 2px 5px;
  width: 15px;
  height: 1px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  background: #F79A15;
  }

a.veg-ser-more{
  margin: 30px auto 0px auto;
  padding: 5px 10px;
  background: rgba(32, 1, 34, .9);
  border-radius: 5px;
  color: #fff;
  width: 200px;
  display: flex;
  justify-content: center;
  transition: all .2s ease;
}

a.veg-ser-more:hover{
  background: rgba(32, 1, 34, .2);
  border-radius: 15px;
  color: #300B26;
}


@media screen and (max-width: 992px){
.veg-ser-sec{
  margin-top: -100px;
}

.veg-ser-blur{
  display: flex;
  justify-content: center;
  background: url('../img/natalya-letunova-983kNF8_mobile.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: saturate(100%) blur(1px); 
  z-index: 1; 
}

.veg-ser-blur-b{
 background: rgba(231, 106, 32, .3);  
 width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2; 
}

.veg-ser-jkt{
  width: 95%;
  max-width: 100%;
  padding:150px 0px 100px 0px;
}

.veg-ser-jkt h2{
  text-transform: uppercase;
  position: relative;
  color: rgba(32, 1, 34, .5);
  font-weight: 900;
  font-size: 40pt;
  text-align: center;
  margin: auto;
  padding: 0px;
}

.veg-ser-jkt h2:before{
  content: "OUR PROFESSIONAL OFFERS";
  color: transparent;
  font-size: 29pt;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
  padding: 0px;
}

.veg-ser-jkt p{
  margin-top: 8px;
  color: #200122;
  font-weight: 400;
  font-size: 12pt;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 1px #111;
}

.veg-ser-center{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.veg-ser-itm{
  width: 100%;
  height: 56vw;
  border-radius: 0px;
  margin: 20px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgba(1, 1, 1, .3);
  outline: 5px solid rgba(32, 1, 34, .4);
  border: 3px solid #fff;
}

.veg-ser-itm-cover{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to top,rgba(1, 1, 1, 1), rgba(1, 1, 1, .5), rgba(255, 255, 255, .1)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 100%;
  height: 100%;}

.veg-ser-itm h3{
  font-size: 12pt;
  color: #F0F0F0;
  font-weight: 400;
  letter-spacing: .05em;
  padding: 15px 5px;
  text-align: center;
  position: relative;
  }

.veg-ser-itm h3:after{
  content: "";
  padding: 1px 5px;
  width: 25px;
  height: 1px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  background: #F58837;
  }
}


.veg-tst-sec{
  display: flex;
  justify-content: center;
  width: 100%;
}

.veg-tst-cover{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 100%;
}

.veg-tst-cover-b{
  width: 100%;
  background: #f1f1f1;
}

.veg-tst-wdt{
  width: 95%;
  max-width: 1000px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding: 50px 25px;
}

.owl_carousel{
  padding: 30px 0px;
}

.veg-tst-wdt h2{
  text-transform: uppercase;
  position: relative;
  color: #CDCDCD;
  font-weight: 900;
  font-size: 40pt;
  margin: 0px;
  padding: 0px;
}

.veg-tst-wdt h2:before{
  content: "- OUR CLIENTS ---";
  color: #200122;
  font-size: 20pt;
  font-weight: 900;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0px;
  padding: 0px;
}

.veg-tst-wdt p{
  font-size: 15pt;
  color: #F58634;
}

.veg-tst-wdt img{
  width: 100%;
  height: 200px;
}

.pt-lg-7 p{
  color: #1C2C37;
  opacity: 0.8;
}

.veg-tst-bdy{
  display: flex;
  justify-content: center;
}

.veg-tst-bdy img{
  width: 100%;
  height: 300px;
}

.my-5{
  margin: 0px!important;
  background: #111;
  padding: 70px 10px;  
}

.my-5-jkt{
  width: 95%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
}

.my-5-lf{
  width: 60%;
}

.my-5-rt{
  width: 40%;
}

.my-5 .card-my-5{
  margin: 10px;
  border-radius: 15px;
}

.my-5 .card-my-5 .info{
  border: 2px solid #6D6E6A;
  padding: 15px;
}

.footer{
  background: url('../img/5LWdUl1.jpg') no-repeat center center;
  background-size: cover;
  padding: 0px!important;
  background-attachment: fixed;
}

.footer .container-fluid{
  background: rgba(1, 1, 1, .8);
  width: 100%;
  height: 100%!important;
}


