body {
  font-family: 'Lato', sans-serif;
}
.brandlogo {
  height: 160px;
  width: 160px;
}
@media (max-width: 676px) {
  .brandlogo {
    height: 80px;
    width: 80px;
  }
}
.nav-item {
  transition: all 0.6s ease-in-out;
}
.nav-link {
  background-color: red;
  height: 0%;
  padding: 0;
  transition: all 0.4s ease-out;
}
@media (max-width: 576px) {
  .nav-link {
    background-color: transparent;
  }
}
.nav-item:hover .nav-link {
  opacity: 1;
  height: 100%;
}
.headerfont {
  font-family: 'Dancing Script', cursive;
}
.jumbotron {
  background-color: #f9f9f9 !important;
}
.bg-success {
  background-color: #1b8378 !important;
}
.btn-success {
  background-color: #1b8378 !important;
}
.text-success {
  color: #1b8378 !important;
}
.rounded {
  border-radius: 0.86rem !important;
}
.sermain:hover .backdark {
  opacity: 0.3;
}
.sertext {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 18px;
  transition: 0.6s ease-in-out;
}
.sermain:hover .sertext {
  opacity: 1;
}
.counter i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #ffffff;
  border: 6px solid #f1f1f1;
  border-radius: 60%;
  transition: all 0.8s ease;
}

.counter:hover .greeni {
  transform: scale(1.2);
  border: 6px solid #67ca0b;
}
.counter:hover .greyi {
  transform: scale(1.2);
  border: 6px solid #cabd0b;
}
.counter:hover .bluei {
  transform: scale(1.2);
  border: 6px solid #05c5ff;
}
.counter:hover .redi {
  transform: scale(1.2);
  border: 6px solid #f57f47;
}
.counter:hover .mustardi {
  transform: scale(1.2);
  border: 6px solid #f1e127;
}
.whyus {
  background-color: #c6d8d6;
  background-image: linear-gradient(46deg, #1e866a, #091554);
}
.keytosucfont {
  font-size: small;
}
.mycenter {
  top: 6%;
  left: 60%;
  transform: translate(-60%, -60%);
  position: absolute;
  height: 600px;
  width: auto;
  max-width: 600px;
  background: linear-gradient(46deg, #1dac66, #0199d8);
  z-index: 1600;
}

#video-laptop {
  position: relative;
  padding-top: 26px;
  padding-bottom: 67.6%;
  height: 0;
}

#video-laptop iframe {
  box-sizing: border-box;
  background: url(assets/laptop.png) center center no-repeat;
  background-size: contain;
  padding: 13.9% 15.6% 15.8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 60%;
  background-image: none;
  text-align: center;
  background-color: #000;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 25px;
  color: rgb(255, 255, 255);
  font-weight: 800;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 25px;
  color: rgb(255, 255, 255);
  font-weight: 800;
}

/* h6 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

h6:before,
h6:after {
  content: '';
  border-top: 3px solid #d6cf06;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

h6:after {
  margin: 0 0 0 20px;
} */

.header {
  position: relative;
  text-align: center;
  background: linear-gradient(
    60deg,
    rgb(18, 177, 155) 0%,
    rgb(0, 131, 193) 100%
  );
  color: white;
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.card {
  transition: 0.7s ease;
}
.card:hover {
  transform: scale(1.06);
}


.contact i {
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 32px;
  color: #000000;
  border: 6px solid #000000;
  border-radius: 60%;
  transition: all 0.8s ease;
}

.progress-container {
  width: 100%;
  height: 6px;
  background: #ccc;
  position: fixed;
  z-index: 2000;
}
.progress-bar {
  height: 6px;
  background: #dab205;
  width: 0%;
}

.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

.model-backdrop{z-index:0 !important;}


.fl-fl:hover {
  left: 0;
}
.float-fb {
  top: 300px;
  background: #3b5998;
}
.float-in {
  top: 350px;
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.float-tw {
  top: 400px;
  background: #00acee;
}
.float-lk {
  top: 450px;
  background: #0e76a8;
}
.float-yt {
  top: 500px;
  background: #c4203b;
}
.fl-fl {
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 160px;
  position: fixed;
  left: -120px;
  font: 10px Arial;
  transition: 0.5s ease;
  z-index: 2;
  text-align: right;
}
.faicon {
  padding: 10px;
  font-size: 15px;
}

.gradientbanner {
  height:628px;
  background-image: url('assets/banner4.jpg');
  background-position: top;
  background-size: cover;
}
.carousel-indicators li{
    height:20px !important;
    width:20px !important;
    border-radius:50% !important;
}


