body {
   -webkit-user-select: none;
   -webkit-touch-callout: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login i,
.login a {
   color: #000000 !important;
}

.login a {
   color: #000000 !important;
   font-weight: 600;
}

.form-group {
   margin-bottom: 32px !important;
}

.slick-dots button {
   width: 15px !important;
   height: 15px !important;
   background-color: #999999 !important;
}

.bg-parallax {
   background: url(../../images/home.png) no-repeat top center;
   background-size: cover;
   background-attachment: fixed;
   position: relative;
   padding: 200px 0;
}

.hero-title,
.hero-sub-title {
   color: #ffffff;
   text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1190px) {
   .hero-style6 {
      padding: 120px 0px 30px;
   }
}

/* Sidebar Button */
ul.side-btn {
   clear: both;
   position: fixed;
   display: block;
   list-style-type: none;
   right: -3.2em;
   top: 15%;
   -webkit-animation: slideright 1s forwards;
   -webkit-animation-delay: 1.5s;
   animation: slideright 1s forwards;
   animation-delay: 1.5s;
}

@keyframes slideright {
   100% {
      right: 0;
   }
}

li.adm-btn {
   margin-bottom: 40px;
   margin-right: -20px !important;
   list-style: none;
   padding: 15px;
   -webkit-transform: rotate(270deg);
   -moz-transform: rotate(270deg);
   -o-transform: rotate(270deg);
   background-color: rgba(30, 45, 127, 0.75);
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   -webkit-transition: width .5s, background-color .1s;
   transition: width .5s, background-color .1s;

}

li.adm-btn a {
   font-size: 19px;
   text-transform: none;
   text-align: center;
   text-decoration: none;
   color: #ebebeb;
}

li.adm-btn:hover {
   background-color: rgba(30, 45, 127, 1);
   color: #fff;
}

.side-btn-desktop {
   position: fixed;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
   background-color: #cf2e48;
   color: #ffffff !important;
   top: 50%;
   right: -72px;
   -webkit-transform: rotate(270deg);
   -moz-transform: rotate(270deg);
   -o-transform: rotate(270deg);
   font-size: 16px;
   padding: 15px 30px 15px;
   border-radius: 20px 20px 0px 0px;
   font-weight: 600;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
   z-index: 9999;
}

/*@media (max-width: 769px) {
   .side-btn-desktop {
      display: none;
   }
}*/