@import "assets/css/animate.css"; /* Animations CSS File */
@import "assets/css/foundation.min.css"; /* Including Foundation CSS File */
@import "assets/css/font-awesome.min.css"; /* Including Font Awesome Icons */
@import "assets/css/theme-styles.css"; /* Main Theme CSS File */
@import "assets/css/owl.carousel.css"; /* Owl Carousel CSS File */
@import "assets/css/twentytwenty-no-compass.css"; /* TwentyTwenty JQuery Plugin */
@import "assets/css/mobile-tab.css"; /* Mobile OR Teblate CSS */

/**
 * Import Website Main Fonts 
 *
 * To change Fonts Get Google Fonts replace in following Link, 
 * After replacing below go to theme-style.css and update
 * Font Families
 *
 */
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700";

/**
* Slider Font Family 
 * This Font used only For Slider
*/
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:300,700";

/*=========================================
	Below This Line You Can add Your CSS
	Please Do not Edit Files above if you 
	are not sure what you are doing!
==========================================*/
.service-detail p {
  color: #fff !important;
}
.text-yellow {
  color: #ffae00 !important;
  padding: 5px 20px 5px 20px;
}
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -149px;
  top: 168px;
  width: 210px;
  z-index: 1100;
}
.sticky li {
  list-style-type: none;
  background-color: #ffaa00;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.sticky li:hover {
  margin-left: -230px;
}

.sticky li i {
  color: #a00;
  font-size: 18px;
  background: var(--main-primary-color);
  width: 30px;
  text-align: center;
  border-radius: 20px;
  padding: 6px;
  height: 30px;
  box-sizing: border-box;
  margin: 5px;
}
.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 11px;
}
.sticky li p a {
  text-decoration: none;
  color: #2c3539;
}
.sticky li p a:hover {
  text-decoration: underline;
}

.sticky-container1 {
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: -175px;
  top: 200px;
  width: 210px;
  z-index: 1100;
}

@media only screen and (max-width: 600px) {
  .sticky-container {
    display: none !important;
  }
  .logo {
    width: 100%;
    height: 68px;
    margin-bottom: 20px !important;
  }
  .info-side p {
    text-align: center;
  }
  #wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 32vh !important;
    max-height: 360px;
    max-width: 100%;
    vertical-align: top;
    border: none;
    overflow: hidden;
  }
}
ul.leftbutton {
  margin-left: 0px;
  display: flex;
  list-style: none;
  padding: 2px 5px;
  width: auto;
  background: #2196f3;
  justify-content: space-around;
  transform: rotate(-90deg);
  position: fixed;
  z-index: 99;
  transform-origin: 0 0;
  top: 75%;
  transition: all 0.6s;
  left: 0%;
  flex-direction: row;
}
ul.leftbutton li {
  color: #fff !important;
  margin: 2px 5px;
  font-size: 13px;
}
ul.leftbutton li a,
.ul.leftbutton li i {
  color: #fff !important;
}
.block-info h4 {
  background: #fa0;
  height: 38px;
  padding: 5px 10px;
  border-bottom: 4px solid #e91e63;
}

/*ul.leftbutton:hover {
    transform: rotate(0deg) !important;
    transition: all 0.6s !important;
}*/
.collapse.in {
  display: block;
  text-align: center !important;
}
.blink-bg {
  color: #fff;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground {
  0% {
    background-color: #10c018;
  }
  25% {
    background-color: #1056c0;
  }
  50% {
    background-color: #ef0a1a;
  }
  75% {
    background-color: #254878;
  }
  100% {
    background-color: #04a1d5;
  }
}
