body {
  font-family: "Montserrat";
  
}
.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}
.fluid-container {
  border: 2px solid white;
  margin-bottom: 50px;
}
.container {
  
  margin-top: 50px;
  border: 2px solid white;
  margin-bottom: 50px;
}
.row {
  margin-top: 25px;
  
}
.extra{
  margin-top: 100px;
}
.moc {
  border-bottom: 2px #25274d solid;
}
.boc {
  background-color: #464266;
  color: white;
}
.gal-2,
.gal-3,
.gal-4,
.gal-5,
.gal-7,
.gal-8,
.gal-9 {
  opacity: 0;
}
.gal-2.animated,
.gal-3.animated,
.gal-4.animated,
.gal-5.animated,
.gal-7.animated,
.gal-8.animated,
.gal-9.animated {
  opacity: 1;
}
.navbar {
  background-color: #464266;
}
.bot {
  border-top: 2px #25274d solid;
}
.btn {
  background-color: #25274d;
  color: white;
}
.coc {
  color: white;
}
.boi {
  background-color: white;
  border: 2px #25274d solid;
}
.boil {
  background-color: white;
  border-bottom: 2px #25274d solid;
  border-top: 2px #25274d solid;
  border-right: 2px #25274d solid;
}
.boir {
  background-color: white;
  border-bottom: 2px #25274d solid;
  border-top: 2px #25274d solid;
  border-left: 2px #25274d solid;
}
.fa {
  margin-right: 5px;
}
.number {
  text-align: center;
}
.topp {
  text-align: right;
}
.main-cont-services {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: -1px 1px 4px #93919194;
  cursor: pointer;
}

.icon-bar-ser {
  text-align: center;
}

.icon-bar-ser i{
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #cccfcf61;
  border-radius: 50px;
  line-height: 50px;
  color: #333;
}

@keyframes slidy {
  0% {
      left: 0%;
  }

  20% {
      left: 0%;
  }

  25% {
      left: -100%;
  }

  45% {
      left: -100%;
  }

  50% {
      left: -200%;
  }

  70% {
      left: -200%;
  }

  75% {
      left: -300%;
  }

  95% {
      left: -300%;
  }

  100% {
      left: -400%;
  }
}

div#slider {
  overflow: hidden;
}

div#slider figure img {
  width: 20%;
  float: left;
}

div#slider figure {
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite;
}
#box1 {
  height: 500px;
  background-image: url(images/1.jpg);
  background-size: cover;
  background-attachment: fixed;
}