body{}
.navbar{
  background: #000 !important;
}
.nav-item{
  padding-left: 1rem;
  /*text-transform: uppercase;*/
}

.slider{
  background-size: cover !important;
  background-position: center !important;
}

.icon{
    border-color: #144270;
    border-width: 0px;
    background-color: #df0861;
    box-sizing: content-box;
    height: 64px;
    width: 64px;
    line-height: 64px;
    border-radius: 50%;
    font-size: 32px !important;
    color: white;
}

.img-ovarlay{
  background: rgba(0, 0, 1, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}



#slider .carousel-item{
  height: 550px;
}

#home-icon .fa{
  font-size: 50px;
}

#getting-started{
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

#getting-started .img-ovarlay{
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

#play-section{
/*  background: url(../img/people.jpeg);*/
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

#play-section .img-ovarlay{
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

#play-section .fa{
  font-size: 50px;
  color: red;
}

#photo-gallery img{
  min-height: 250px;
}

#copyright-section{
  background: #012169 !important;
}

#about-us{
/*  background: url(../img/image1.jpeg);*/
  background-repeat: no-repeat;
  height: 200px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

#about-us .img-ovarlay{
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

#about-banner img{
  height: 350px;
  width: 350px;
}

#icon-box .fa{
  font-size: 50px;
  margin-bottom: 20px;
}

.p{
  font-size: 18px !important;
  text-align: justify;
}

.social li a i {
  color: #000;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  margin: 5px;
}

#testimonial .slick-prev:before, .slick-next:before{
    color: #000;
}

#services{
/*  background: url(../img/image3.jpeg);*/
  background-repeat: no-repeat;
  height: 200px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

#services .img-ovarlay{
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

.side-menu li a {
  color: #b6b6b6 !important;
}
.side-menu li.active > a {
  color: #fff !important;
}
.side-menu li.active > ul li a.active {
  color: #fff !important;
}

.owl-carousel .owl-item img {
  display: block;
  width: 80%;
}




@media(max-width:767px){
  .nav-item{
    padding-left: 0;
  }
}

@media(max-width:425px){
  #slider .carousel-item{
    height: 250px;
  }

  #home-banner h3{
    font-size: 1.5rem;
  }
  
  .gears h3{
    font-size: 1.5rem !important;
  }

  #slider h2{
    font-size: 1.4rem;
  }

  #slider p{
    font-size: 1rem;
  }

  #getting-started{
    min-height: 440px;
  }

}

@media(max-width:320px){
  #slider h2{
    font-size: 1rem;
  }

  #slider .carousel-caption{
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  #getting-started h3{
    font-size: 1.5rem;
  }

  /*#getting-started{
    min-height: 450px;
  }*/

  
}


.avatar img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
}
.avatar {
    position: relative;
}
.avatar .user-options {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 11px rgba(47, 43, 61,.16),0 0 transparent,0 0 transparent;
    width: 230px;
    right: 0;
    top: 50px;
    padding: 12px 0;
    border-radius: 8px;
    transform-origin: right top;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.avatar .user-options.show {
    width: 230px;
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.avatar .user-options .head {
    margin: 0 8px;
    padding: 0 16px;
    display: flex;
    column-gap: 8px;
}
.avatar .user-options .head .content .name {
    font-size: 15px;
    font-weight: 600;
    color: #777;
}
.avatar .user-options .head .content .sub-title {
    font-size: 13px;
    color: #999;
}
.avatar .user-options hr {
    margin: 12px 0;
    color: #a8a8a8;
}
.avatar .user-options .body a {
    margin: 0 8px;
    padding: 6px 16px;
    display: flex;
    column-gap: 8px;
    align-items: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.avatar .user-options .body a:hover {
    background-color: #f5f5f5;
    border-radius: 6px;
}
.avatar .user-options .body a .icon,
.avatar .user-options .body a .txt {
    font-size: 15px;
    color: #999;
}
.avatar .user-options .body a:hover .icon,
.avatar .user-options .body a:hover .txt {
    color: #7367F0;
}
