body{}
.navbar{
  background: #000 !important;
}
.nav-item{
  padding-left: 1rem;
}

.navbar h4{
  color: #f47629;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.navbar a{
    color: #5e5f61;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.navbar .call-btn{
    background-repeat: no-repeat;
    padding-left: 46px;
    background-position: 0 2px;
}

.navbar .email-btn{
      background-repeat: no-repeat;
      padding-left: 46px;
      background-position: 1px 8px;
}

.navList a{
  color: #00102d;
  font-size: 18px;
  border-right: 2px solid #ececec;
  font-weight: 600;
}

.navList li:last-child a {
    border-right: 0;
}

/*#slider img{}*/

#card-section a{
  text-decoration: none;
}

#card-section .box{
  border-top: 9px solid #f47629;
  box-shadow: 0px 2px 13px 0px #ddd;
}

#card-section h3{
    color: #5e5f61;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px;
    margin: 0;
    line-height: 24px;
}

#card-section .box:hover{
  background: #f47629;
}

#card-section .box:hover h3{
  color: white !important;
}

/*#banner-section{}*/


#service-section h5{
    color: #df541d;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}

#service-section h6{
    color: #df541d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
}

#service-section .img-icon img{
    height: 43px;
    margin: 12px 11px;
}

#testimonial h4{
  font-size: 20px;
  line-height: 40px;
}

#contact-us .contact-icon img{
  height: 30px;
}

.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;
  background-position: center !important;
  background-repeat: no-repeat;
}

#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: #000102 !important;
}

#about-us{
  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;
  border: 1px solid;
}

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

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

.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-repeat: no-repeat;
  height: 300px;
  background-position: center;
  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%;
}

.ck-editor__editable {
  min-height: 300px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


@media(max-width:1024px){
  #service-section hr{
    display: none;
  }
  #service-section .img-icon{
    display: none !important;
  }
  #testimonial h4{
    font-size: 18px;
  }
  #contact-us h6{
    font-size: 18px;
  }
  #contact-us p{
    font-size: 18px;
  }

}

@media(max-width:768px){
  .nav-item{
    padding-left: 0;
  }
 .navList a{
    color: #00102d;
    font-size: 16px !important;
    border-right: 2px solid #ececec;
    font-weight: 600;
  }
}

@media(max-width:425px){
  #card-section h4{
    font-size: 18px;
  } 

  #card-section h3{
    font-size: 16px;
  }

  #banner-section h3{
    font-size: 18px;
  }

  #banner-section p{
    font-size: 18px;
  }

  #service-section h3{
    font-size: 18px;
  }

  #news-letter h2{
    font-size: 25px;
  }

  #slider img{
    height: 170px;
  }
  #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;
}


