*{
  box-sizing: border-box;
}
body, html  {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', bold;
  color: white;
  /* background-color: #f45; */
}
a,a:visited,a:hover{
  text-decoration: none;
  color: white;
}

/* navbar */
#navbar-menu ul li a.nav-link{
  padding: 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 25px;
  transition: 0.3s;
}
#navbar-menu ul li a.nav-link:hover{
  color: #d35400;
}
@media (max-width: 992px) {
  #navbar-menu{
    background: #d35400;
    font-size: 2rem;
  }
  #navbar-menu{
    min-height: 500px !important;
  }
  #navbar-menu ul li a.nav-link{
    transition: font-size .5s ease, margin .5s ease, color .25s ease;
    margin: 10px 0;
  }
  #navbar-menu ul li a.nav-link:hover{
    font-size: 3rem !important;
    color: #000 !important;
    margin: 0px;
  }
}
#navbar-menu .nav-item.active > a{
  color: rgb(14, 255, 199);
  font-weight: bold;
}
/* carousel slide */
@keyframes fade1 {
  0%{
    opacity: 0.4;
  }
  33% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.4;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
.slide {
  height: 450px;
  width: 100%;
  position: relative;
  background: rgb(38, 57, 66);
}
.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  opacity: 0.3;
  background-size: cover;
  z-index: 5;
}
.carousel-fix {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 15;
}
.carousel-1{
  animation: fade1 18s infinite;
}
.carousel-2{
  animation: fade2 18s infinite;
}
.carousel-3{
  animation: fade3 18s infinite;
}
.carousel-mask {
  position: absolute;
  bottom: 0;
  background: 0 0;
  height: 42px;
  width: 100%;
  z-index: 10;
}

/* background carousel slide */
.bg-1{
  background: url(../img/bg1.jpg) center no-repeat !important;
}
.bg-2{
  background: url(../img/bg2.jpg) center no-repeat !important;
}
.bg-3{
  background: url(../img/bg3.jpg) center no-repeat !important;
}
.bg-4{
  background: url('../img/bg/image_bg (2).jpg') center no-repeat !important;
}
.bg-5{
  background: url('../img/bg/image_bg (4).jpg') center no-repeat !important;
}
.bg-6{
  background: url('../img/bg/image_bg (7).jpg') center no-repeat !important;
}
.bg-7{
  background: url('../img/bg/image_bg (10).jpg') center no-repeat !important;
}
.bg-8{
  background: url('../img/bg/image_bg (11).jpg') center no-repeat !important;
}
.bg-9{
  background: url('../img/bg/image_bg (12).jpg') center no-repeat !important;
}
.bg-10{
  background: url('../img/bg/image_bg (14).jpg') center no-repeat !important;
}
.slide-slogan {
  font-size: 30px;
  font-style: italic;
  z-index: 20;
}

/* service section */
.icon-logo {
  width: 260px;
  height: 260px;
  opacity: 1;
  background-size: cover;
  background: url(../img/logo.png) center no-repeat ;
  animation: fade-icon 10s infinite;
}
@keyframes fade-icon {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

 .service-box{
   height: 300px;
   min-width: 200px;
   padding: 10px;
 }
 .service-box div:hover {
   background-color: #d2691e !important
 }
hr.white{
  border-color: #fff !important;
}
.op-5, .op-5 a{
  opacity: .75;
}
.footer-menu:hover{
  opacity: 1 !important;
  color: #ff9120;
}
.op-5:hover,.op-5 a:hover{
  opacity: 1;
}
.icon-s25{
  width: 25px
}
