body {
    margin: 0;
    font-family: 'Lato', sans-serif;
   font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #45484b;
    text-align: left;
    background-color: #fff;
}

.celsfont {
  font-family: 'Great Vibes', cursive;
}

.shrink {
    background-color: #ffffff;
    padding-top: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.shrink2 {
    background-color: #ef7f1a;
    padding-top: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.navbar-light .navbar-nav .nav-link {
  color: #ef7f1a;
  padding-left: 1rem;
  font-size: 1rem;
  transition: all 1s;
  padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.68);
}
.home_slide {
    min-height: 100vh;
    background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.50) ,rgba(0, 0, 0, 0.50) ), url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 30vh;
    padding-bottom: 3rem;
    color: #fff;
    background-attachment: fixed;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #ef7f1a;
  font-weight: bolder;
  border-bottom: 1.5px white solid;
}

.glotnd {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.01rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn-cels {
    color: #ef7f1a;
    background-color: #ffffff;
    border-color: #ef7f1a;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all 1s;
}

.btn-cels:hover {
    color: #fff;
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    padding-left: 3rem;
    padding-right: 3rem;
}

.btn-celssb {
    color: #ef7f1a;
    background-color: transparent;
    border-color: #ef7f1a;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all 1s;
}

.btn-celssb:hover {
    color: #fff;
    background-color: #ef7f1a;
    border-color: #ef7f1a;
    padding-left: 3rem;
    padding-right: 3rem;
}

.golcol {
  color: #ef7f1a;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.01rem;
    transition: all .5s;
  }

.card2:hover {

      transform: scale(1.01);
         box-shadow: 0 0.1rem 3rem rgba(0, 0, 0, 0.07);
  }


.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.01rem - 1px);
    border-top-right-radius: calc(0.01rem - 1px);
}

.golser {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fafafa;
    position: relative;
}

.push_up {
    margin-top: -30rem;
}

.side_img {
    position: absolute;
    width: 50%;
    height: 65.7%;
    background-image: url(../img/11.jpg);
    background-repeat: no-repeat;
    right: 59px;
    top: 4rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ef7f1a;
    transition: all 2s;
}
.nav-pills .nav-link {
    border-radius: 4rem;
    margin-right: 2rem;
    word-spacing: 2em;
}

.blackcol  {
    color: #45484b;
}

.blackcol:hover  {
    color: #ef7f1a
}

.brag {
    min-height: 50vh;
    background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.60) ,rgba(0, 0, 0, 0.50) ), url(../img/brag.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 3rem;
    color: #fff;
    background-attachment: fixed;
}

.open_hours {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ef7f1a;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.01rem;
}


.push-up {
    margin-top: -2rem;
}


.time {
    border: 1px solid #fff;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.opmag {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.cx-footer {
    padding: 2rem 0;
    background: #181818;
}
.cx-footer a {
    color: #fff;
}

.cx-footer h5 {
    color: #fff;
}

.wc {
  color: #fff;
}


.fb {
    padding: 8px 10px 6px 10px;
    background-color: #fff;
    color: #181818;
    border-radius: 27px;
    transition: all .5s;
}

.twi {
    padding: 8px 7px 7px 8px;
    background-color: #fff;
    color: #181818;
    border-radius: 27px;
    transition: all .5s;
}

.ig {
    padding: 8px 9px 8px 9px;
    background-color: #fff;
    color: #181818;
    border-radius: 27px;
    transition: all .5s;
}


.pad-li {
    padding-bottom: 0.5rem;
}


.about_side_img {
  min-height: 50vh;
  background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.50) ,rgba(0, 0, 0, 0.50) ), url(../img/reset1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30vh;
  padding-bottom: 5rem;
  color: #fff;
  background-attachment: fixed;
}


.service_side_img {
  min-height: 50vh;
  background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.50) ,rgba(0, 0, 0, 0.50) ), url(../img/servjjj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30vh;
  padding-bottom: 5rem;
  color: #fff;
  background-attachment: fixed;
}


.manu_side_img {
  min-height: 50vh;
  background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.90) ,rgba(0, 0, 0, 0.50) ), url(../img/manu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30vh;
  padding-bottom: 5rem;
  color: #fff;
  background-attachment: fixed;
}


.glotnd2 {
    padding-top: 5rem;
    padding-bottom: 6rem;
    background: #f6f6f6;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.01rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #ef7f1a;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.img-about {
    max-width: 100%;
    height: 25rem;
    object-fit: cover;
}

.img-serice {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.brag-serv {
    min-height: 50vh;
    background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.90) ,rgba(0, 0, 0, 0.50) ), url(../img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 3rem;
    padding-top: 4rem;
    color: #fff;
    background-attachment: fixed;
}

.card-body-service {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: black;
}


.opmagsb {
    margin-top: 4rem;
    margin-bottom: 1rem;
}


.glotnder {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #f2f2f2;
}

.manu_side_cont {
  min-height: 50vh;
  background: linear-gradient( to right bottom, rgba(0, 0, 0, 0.90) ,rgba(0, 0, 0, 0.50) ), url(../img/food2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30vh;
  padding-bottom: 5rem;
  color: #fff;
  background-attachment: fixed;
}