/* Theme Name: Palzar - Responsive bootsrap 4 Landing Page Template
   Author: Zoyothemes
   Version: 1.0.0
   Created: December 2019
   File Description: Main Css file of the template
*/
/************************
01.General
02.Loader
03.Helper
04.Components
05.Menu
06.Home
07.About
08.Services
09.Portfolio
10.Counter
11.Pricing
12.Team
13.Client
14.Blog
15.Contact
16.Footer
17.Switcher
18.Responsive
19.Default
************************/
/** Google font **/
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:500,600|Roboto:400,500");
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #282828;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Franklin", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 15px;
  line-height: 1.6;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-top: 5px solid rgba(250, 130, 135, 0.2);
  border-right: 5px solid rgba(250, 130, 135, 0.2);
  border-bottom: 5px solid rgba(250, 130, 135, 0.2);
  border-left: 5px solid #fa8287;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  position: relative;
}

.section-sm {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(16, 16, 25, 0.7) !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.letter-spacing_2 {
  letter-spacing: 2px;
}

.line-height_1_6 {
  line-height: 1.7;
}

.max-width {
  max-width: 800px;
}

.max-para {
  max-width: 600px;
}

.home-desc {
  max-width: 700px;
}

/* Model open code*/
.modal-backdrop {
  background-color: #1f2d4e;
}

.rounded {
  border-radius: 5px !important;
}

.btn {
  padding: 12px 25px;
  border: 1px solid;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-family: "Libre Franklin", sans-serif;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-sm {
  padding: 10px 22px;
}

.btn-round {
  border-radius: 30px;
}

.btn-custom {
  color: #ffffff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.open > .dropdown-toggle.btn-custom {
  outline: none;
  text-decoration: none;
  color: #ffffff;
}

.btn-custom-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus,
.open > .dropdown-toggle.btn-custom-white {
  outline: none;
  background-color: #ededed;
  border-color: #ededed;
  border-bottom-color: #d9d9d9;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.open > .dropdown-toggle.btn-outline-white {
  background-color: #ffffff !important;
  outline: none;
  text-decoration: none;
}

/* back to top */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 99;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: #d9d9de;
  color: #3c4858;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
  box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Libre Franklin", sans-serif;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 15px;
  font-weight: 500;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
  color: #ff5b69 !important;
}

.navbar-custom .navbar-nav li.active a {
  color: #ff5b69 !important;
}

.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-btn {
  margin: 0 15px;
  font-size: 12px;
  border-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-btn:hover {
  color: #ffffff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #0f1f3e !important;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #282828;
}

.logo .logo-light {
  display: inline-block;
}

.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

.bg-home {
  position: relative;
  background-color: #1f2d4e;
  padding: 230px 0px 180px 0px;
  background-size: cover;
  background-position: center center;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title h3 {
  letter-spacing: 2px;
}

.home-title h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 700;
}

.home-title p, .home-title i, .home-title h5 {
  color: #ffffff;
}

.home-slider {
  position: relative;
}

.carousel-control-next, .carousel-control-prev {
  width: 6%;
}

.carousel-item, .home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.carousel-item {
  background-position: center center;
  background-size: cover;
}

.home-section .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

/*********************
        Demo 3 
**********************/
.bg-images {
  background-image: url(../images/home-bg3.jpg) !important;
}

/*********************
        Demo 7 
**********************/
.back-slide {
  height: 100vh !important;
}

.about-content h4 {
  line-height: 1.4;
  max-width: 590px;
}

.about-box .about-icon {
  background: #1f2d4e;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  line-height: 64px;
  display: inline-block;
}

.about-box .about-icon i {
  font-size: 28px;
  line-height: 64px;
}

.business-about-img {
  position: relative;
}

.business-about-img img {
  border-radius: 30px;
}

.bg-color-overlay {
  background-color: rgba(16, 16, 25, 0.7);
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
}

.business-play-icon-circle {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  background-color: #ff5b69;
  display: inline-block;
}

.business-play {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* icon part */
.about-icon {
  height: 22px;
  width: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  border-radius: 5px;
  background-color: #ff5b69;
  color: #ffffff;
}

.business-about-highlight {
  color: #ff5b69 !important;
}

.services-box .services-icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #0f1f3e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.services-box .services-icon i {
  font-size: 28px;
  color: #0f1f3e;
  line-height: 64px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-box:hover .services-icon {
  background-color: #1f2d4e;
  -webkit-box-shadow: 0 0 0 7px rgba(31, 45, 78, 0.15);
  box-shadow: 0 0 0 7px rgba(31, 45, 78, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-box:hover .services-icon i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter li a {
  font-size: 14px;
  padding: 7px 15px;
  color: #0f1f3e !important;
  border: 1px solid transparent;
  margin: 0px 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.portfolioFilter {
  margin-bottom: 30px;
}

.portfolioFilter a {
  display: inline-block;
  margin: 3px 6px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0f1f3e;
}

.portfolioFilter a:hover,
.portfolioFilter a.current {
  background-color: #ff5b69;
  color: #ffffff !important;
  border-radius: 3px;
}

.portfolio-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallary-title a {
  color: #0f1f3e;
}

.gallary-box {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 3px;
}

.gallary-box:hover .item-effect {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  position: absolute;
}

.gallary-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-effect {
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.item-effect:hover h5,
.item-effect:hover p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.item-effect .item-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.bg-dark {
  background-color: #0f1f3e;
}

.business-counter {
  background-image: url("../images/blog-2.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.business-pricing-box {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  position: relative;
}

.price-for-user {
  text-align: center;
  background: #f9f9f9;
}

.business-pricing-box .price-for-user .price sup {
  top: -25px;
  left: -3px;
  font-size: 30px;
}

.business-pricing-box .price-for-user .price .dolar {
  color: #ff5b69;
  font-size: 45px;
  margin-right: 10px;
  font-weight: 600;
}

.business-pricing-box .price-for-user .price .month {
  font-size: 14px;
}

.business-pricing-icon i {
  font-size: 40px;
}

.business-pricing-title {
  font-size: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #0f1f3e;
}

.business-pricing-box .business-pricing-features {
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
}

.business-pricing-box .business-pricing-features ul li {
  padding: 7px 0;
  color: #808080;
  font-size: 15px;
}

.business-pricing-features p {
  padding: 14px 14px;
  border-bottom: 1px solid #f1f1f1;
}

.business-pricing-box-active {
  border: 1px solid #0f1f3e;
  border-radius: 6px;
  margin-bottom: 0px;
}

.bg-testi {
  background-image: url("../images/counter.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #ffffff;
}

.owl-theme .owl-controls .owl-page span {
  background: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
          box-shadow: 0 0 0 0 #ffffff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border: 2px solid #ffffff !important;
}

.user-review {
  letter-spacing: .03125rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.review-icons {
  margin: 0 auto;
}

.review-icons img {
  border: 6px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.testi-user-name {
  letter-spacing: .03125rem;
}

.testi-user-position {
  letter-spacing: .03125rem;
}

.testi-icon i {
  font-size: 35px;
}

.bg-overlay-graduint {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.business-blog-content a {
  color: #282828;
}

.business-blog-content a:hover {
  color: #ff5b69;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.read-more {
  color: #ff5b69 !important;
  font-weight: 500;
}

.read-more i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.contact-info {
  overflow: hidden;
}

.contact-icon i {
  font-size: 18px;
}

.contact-details p {
  font-size: 14px;
}

.contact-content {
  border: 1px solid #ececec;
}

textarea.form-control {
  height: auto !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f24734;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #f24734;
  border: 2px solid #f24734;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #6dc77a;
  font-size: 22px;
}

.custom-form .form-control:focus {
  border-color: #ff5b69 !important;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form .form-control:focus .form-control {
  height: 46px;
  z-index: 2;
  font-size: 14px;
  border: 1px solid #ebebeb !important;
}

.bg-footer {
  padding: 80px 0px 80px 0px;
  background-color: #212529;
}

.footer-pera {
  margin-top: 42px;
}

.footer-icons li a {
  height: 36px;
  width: 36px;
  color: #adb5bd;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-icons li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.footer-list-menu li {
  margin-bottom: 10px;
}

.footer-list-menu li a {
  font-size: 14px;
  color: #adb5bd;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer-list-menu li a:hover {
  color: #ffffff;
}

.footer-alt {
  color: #7b798a;
}

.footer-pera {
  color: #adb5bd !important;
}

.footer-bar {
  background-color: #212529;
  color: #ffffff;
  padding: 30px 30px;
  border-top: 1px solid #696b6d;
}

/* style-switcher */
#style-switcher {
  background: none repeat scroll 0 0 #282828;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}

#style-switcher div {
  padding: 5px 10px;
}

#style-switcher div h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 8px 3px 12px;
}

#style-switcher .bottom {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #252525;
  padding: 0;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding: 0;
  border-radius: 0px;
}

#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #282828;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
}

#style-switcher .bottom a.settings i {
  margin-left: 5px;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
}

ul.pattern li {
  float: left;
  margin: 2px;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 5px;
}

ul.pattern .color1 {
  background-color: #ff5b69;
}

ul.pattern .color2 {
  background-color: #2f55d4;
}

ul.pattern .color3 {
  background-color: #00c9a7;
}

ul.pattern .color4 {
  background-color: #6dc77a;
}

ul.pattern .color5 {
  background-color: #0f7173;
}

ul.pattern .color6 {
  background-color: #32c2ec;
}

@media (max-width: 768px) {
  .vertical-content {
    display: inherit;
  }
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }
  .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #282828;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
  .bg-home {
    height: auto;
  }
  .navbar-custom .navbar-nav li a {
    color: #282828 !important;
    margin-left: 0px;
  }
  .nav-sticky.navbar-custom .navbar-nav li a {
    color: #282828 !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    padding-right: 0px;
  }
  .clients-img {
    display: none;
  }
  .display-text {
    font-size: 30px;
  }
  .business-about-features {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .clients-img {
    top: 76px;
  }
}

@media (max-height: 767px) {
  .clients-img {
    top: 7px;
  }
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}

.text-custom,
.btn-outline,
.open > .dropdown-toggle.btn-custom,
.btn-custom-white,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.open > .dropdown-toggle.btn-outline-white,
.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus,
.open > .dropdown-toggle.btn-custom-white,
.navbar-btn,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active,
.busi-team-icons li a:hover {
  color: #ff5b69;
}

.bg-custom,
.btn-custom,
.navbar-btn:hover,
.container-filter li a:hover,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.app-team-social-icon a:hover {
  background: #ff5b69;
}

.btn-custom,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.open > .dropdown-toggle.btn-custom,
.container-filter li a:hover,
.footer-startup .footer-icons li a:hover,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.app-team-social-icon a:hover {
  border-color: #ff5b69;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.open > .dropdown-toggle.btn-custom {
  background-color: #ff3748;
  border-color: #ff3748;
  border-bottom-color: #ff283a;
}
/*# sourceMappingURL=style.css.map */