:root {
  --primary: #FFB000;
  --primary-dark: #FFB000;
}
body {
  background: transparent;
  letter-spacing: 1.2px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  hyphens: auto;
}
.desktop_logo {
  width: 100px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: var(--primary);
}
#about {
  background: #1d1d1d;
}
.awilo_fn_sidebar_header {
  background-color: black;
}
.awilo_fn_reviews .r_item .r_item_in,
.awilo_fn_services .s_item {
  border: 2px solid rgba(0, 0, 0, 0.07);
}
.awilo_fn_reviews .r_item .r_item_in:hover,
.awilo_fn_services .s_item:hover {
  border-color: var(--primary);
  transform: translate3d(0px, -5px, 0px);
}
.awilo_fn_reviews .r_item .r_quote .awilo_fn_svg {
  color: white;
}
.awilo_fn_blog_list .blog_item .b_counter {
  color: white;
}
#blog {
  padding: 30px 0 150px 0;
}
/*
.about_right .r_inner {

}
.awilo_fn_about .about_right .about_border{
  height: 100%;
}
.awilo_fn_about .about_right .about_img{
  padding: 8px 10px;
}*/
.about_social a {
  display: inline-block !important;
}
.about_social a:after {
  content: ', ';
  display: none;
}
.about_social a:last-child:after {
  content: '';
}
.awilo_fn_about .about_left .about_desc {
  font-size: 22px;
  line-height: 30px;
  color: #777777;
}
.about-video:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/landing-white.png");
  background-color: #00000063;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#myVideo {
  height: 100%;
}
.awilo_fn_services .s_item h3,
.awilo_fn_info_list li h3,
.awilo_fn_title h3,
.awilo_fn_blog_list .title_wrapper .title_holder h3 a,
.awilo_fn_reviews .r_title h3,
.awilo_fn_swiper_progress span {
  color: black;
}
#about {
  padding: 110px 0 80px 0;
}
#about .awilo_fn_about .about_right .about_img .awilo_fn_abs_img {
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
#about .awilo_fn_about .about_right .about_border {
  border-radius: 10px;
  overflow: hidden;
}
#about .awilo_fn_about .about_right .about_border:before,
#about .awilo_fn_about .about_right .about_border:after {
  background-color: #ffb000aa;
  border-radius: 10px;
}
.awilo_fn_about .about_left h3 {
  color: white;
}
#information {
  padding: 130px 0 100px 0;
}
#information .awilo_fn_services {
  margin-bottom: 0;
}
#portfolio,
#partners {
  padding: 90px 0;
}
#gallery .awilo_fn_reviews .r_item .r_item_in {
  padding: 0;
}
#gallery .awilo_fn_reviews .r_item .r_item_in .r_review {
  margin: 0;
}
#reviews {
  padding: 90px 0 120px 0;
}
#contact {
  background: #242424;
}
#contact .awilo_fn_title h3,
#contact .awilo_fn_info_list li h3 {
  color: white;
}
footer .awilo_fn_footer {
  background: black;
}
footer .awilo_fn_totop {
  width: 40px;
  height: 40px;
  display: none;
  background-color: var(--primary);
}
footer .awilo_fn_totop:before {
  transform: rotate(222deg);
}
footer .awilo_fn_totop:after {
  transform: rotate(145deg);
}
footer .awilo_fn_totop:before,
footer .awilo_fn_totop:after {
  top: 20px;
}
.modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog {
  border-radius: 5px;
  display: block;
  width: 80%;
  background-color: white;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}
.modal .modal-dialog p {
  text-align: justify;
}
.modal .modal-dialog .modal-body {
  position: relative;
  border-radius: 5px;
  padding: 30px;
}
.modal .modal-dialog .modal-body .close-modal {
  position: absolute;
  top: 15px;
  right: 25px;
}
.modal .modal-dialog .modal-body .close-modal .close-modal-button {
  display: inline-block;
}
.modal .modal-dialog .modal-body .close-modal .close-modal-button:before,
.modal .modal-dialog .modal-body .close-modal .close-modal-button:after {
  width: 14px;
  height: 2px;
  background-color: #8b8b8b;
  content: '';
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -7px;
}
.modal .modal-dialog .modal-body .close-modal .close-modal-button:before {
  transform: rotate(-45deg);
}
.modal .modal-dialog .modal-body .modal-title {
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-body p {
  margin-bottom: 15px;
}
.modal.show,
.modal.hiding {
  display: flex;
}
.modal.show {
  animation: modal-fade-animation 0.5s ease;
}
.modal.hiding {
  animation: modal-fade-animation-out 0.25s ease;
}
.modal.scale.show {
  animation: modal-scale-animation 0.5s ease;
}
.modal.scale.hiding {
  animation: modal-scale-animation-out 0.25s ease;
  display: block;
}
.modal.newspaper.show .modal-dialog {
  animation: modal-newspaper-animation 0.5s ease;
}
.modal.newspaper.hiding .modal-dialog {
  animation: modal-newspaper-animation-out 0.25s ease;
}
.modal.slide-in-top.show .modal-dialog {
  animation: modal-slide-top-animation 0.5s ease;
}
.modal.slide-in-top.hiding .modal-dialog {
  animation: modal-slide-top-animation-out 0.25s ease;
}
.modal.slide-in-left.show .modal-dialog {
  animation: modal-slide-left-animation 0.5s ease;
}
.modal.slide-in-left.hiding .modal-dialog {
  animation: modal-slide-left-animation-out 0.25s ease;
}
.modal.slide-in-right.show .modal-dialog {
  animation: modal-slide-right-animation 0.5s ease;
}
.modal.slide-in-right.hiding .modal-dialog {
  animation: modal-slide-right-animation-out 0.25s ease;
}
.modal.slide-in-bottom.show .modal-dialog {
  animation: modal-slide-bottom-animation 0.5s ease;
}
.modal.slide-in-bottom.hiding .modal-dialog {
  animation: modal-slide-bottom-animation-out 0.25s ease;
}
.modal.expand-horiz.show .modal-dialog {
  animation: modal-expand-horiz-animation 0.5s ease;
}
.modal.expand-horiz.hiding .modal-dialog {
  animation: modal-expand-horiz-animation-out 0.25s ease;
}
.modal.expand-vert.show .modal-dialog {
  animation: modal-expand-vert-animation 0.5s ease;
}
.modal.expand-vert.hiding .modal-dialog {
  animation: modal-expand-vert-animation-out 0.25s ease;
}
.modal.sticky-top.show .modal-dialog {
  animation: modal-sticky-top-animation 0.5s ease;
  margin-top: 0 !important;
  top: 0;
}
.modal.sticky-top.hiding .modal-dialog {
  animation: modal-sticky-top-animation-out 0.25s ease;
}
.modal.sticky-bottom.show .modal-dialog {
  animation: modal-sticky-bottom-animation 0.5s ease;
  bottom: 0;
  margin-bottom: 0;
  top: auto;
}
.modal.sticky-bottom.hiding .modal-dialog {
  animation: modal-sticky-bottom-animation-out 0.25s ease;
  bottom: 0;
  margin-bottom: 0;
  top: auto;
}
.modal.rotate-top {
  perspective: 200px;
  perspective-origin: 50% 0;
}
.modal.rotate-top.show .modal-dialog {
  animation: modal-rotate-top-animation 0.5s ease;
}
.modal.rotate-top.hiding .modal-dialog {
  animation: modal-rotate-top-animation-out 0.25s ease;
}
.modal.rotate-bottom {
  perspective: 200px;
  perspective-origin: 50% 0;
}
.modal.rotate-bottom.show .modal-dialog {
  animation: modal-rotate-bottom-animation 0.5s ease;
}
.modal.rotate-bottom.hiding .modal-dialog {
  animation: modal-rotate-bottom-animation-out 0.25s ease;
}
.modal.elastic-flip {
  perspective: 2000px;
  perspective-origin: 50% 0;
  transform: scale(1.1, 1.1);
}
.modal.elastic-flip.show .modal-dialog {
  animation: modal-elastic-flip-animation 0.75s ease;
}
.modal.bounce-zoom {
  transform: scale(1.6666667, 1.6666667);
  top: -11%;
}
.modal.bounce-zoom.show .modal-dialog {
  animation: modal-bounce-zoom-animation 0.75s ease;
}
body.modal-bounce-zoom {
  transform: scale(0.6, 0.6);
}
@keyframes modal-fade-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fade-animation-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-scale-animation {
  from {
    opacity: 0;
    transform: scale(2, 2);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes modal-scale-animation-out {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    transform: scale(2, 2);
  }
}
@keyframes modal-newspaper-animation {
  from {
    opacity: 0;
    transform: rotate(-900deg) scale(0, 0);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1, 1);
  }
}
@keyframes modal-newspaper-animation-out {
  from {
    opacity: 1;
    transform: rotate(0deg) scale(1, 1);
  }
  to {
    opacity: 0;
    transform: rotate(-900deg) scale(0, 0);
  }
}
@keyframes modal-slide-top-animation {
  from {
    top: -100%;
  }
  to {
    top: 50%;
  }
}
@keyframes modal-slide-top-animation-out {
  from {
    top: 50%;
  }
  to {
    top: -100%;
  }
}
@keyframes modal-slide-left-animation {
  from {
    left: -100%;
  }
  to {
    left: 50%;
  }
}
@keyframes modal-slide-left-animation-out {
  from {
    left: 50%;
  }
  to {
    left: -100%;
  }
}
@keyframes modal-slide-right-animation {
  from {
    left: 100%;
  }
  to {
    left: 50%;
  }
}
@keyframes modal-slide-right-animation-out {
  from {
    left: 50%;
  }
  to {
    left: 100%;
  }
}
@keyframes modal-slide-bottom-animation {
  from {
    top: 100%;
  }
  to {
    top: 50%;
  }
}
@keyframes modal-slide-bottom-animation-out {
  from {
    top: 50%;
  }
  to {
    top: 100%;
  }
}
@keyframes modal-expand-horiz-animation {
  from {
    transform: rotateY(90deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes modal-expand-horiz-animation-out {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(90deg);
  }
}
@keyframes modal-expand-vert-animation {
  from {
    transform: rotateX(90deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
@keyframes modal-expand-vert-animation-out {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(90deg);
  }
}
@keyframes modal-sticky-top-animation {
  from {
    top: -100%;
  }
  to {
    top: 0%;
  }
}
@keyframes modal-sticky-top-animation-out {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}
@keyframes modal-sticky-bottom-animation {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes modal-sticky-bottom-animation-out {
  from {
    bottom: 0;
  }
  to {
    bottom: -100%;
  }
}
@keyframes modal-rotate-top-animation {
  from {
    top: 0;
    transform: rotateX(-90deg) translate(0, -50%);
  }
  to {
    top: 50%;
    transform: rotateX(0deg) translate(0, 0);
  }
}
@keyframes modal-rotate-top-animation-out {
  to {
    top: 50%;
    transform: rotateX(0deg) translate(0, 0);
  }
  to {
    top: 100%;
    transform: rotateX(90deg) translate(0, 50%);
  }
}
@keyframes modal-rotate-bottom-animation {
  from {
    top: 100%;
    transform: rotateX(90deg) translate(0, -50%);
  }
  to {
    top: 50%;
    transform: rotateX(0deg) translate(0, 0);
  }
}
@keyframes modal-rotate-bottom-animation-out {
  to {
    top: 50%;
    transform: rotateX(0deg) translate(0, 0);
  }
  to {
    top: 100%;
    transform: rotateX(90deg) translate(0, -50%);
  }
}
@keyframes modal-elastic-flip-animation {
  0% {
    transform: rotateX(-90deg);
  }
  30% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(-30deg);
  }
  75% {
    transform: rotateX(10deg);
  }
  87% {
    transform: rotateX(-10deg);
  }
  94% {
    transform: rotateX(5deg);
  }
  98% {
    transform: rotateX(-5deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes modal-bounce-zoom-animation {
  0% {
    top: -100%;
  }
  60% {
    top: 70%;
  }
  70% {
    top: 30%;
  }
  80% {
    top: 63%;
  }
  90% {
    top: 42%;
  }
  100% {
    top: 50%;
  }
}
#map {
  background-color: #242424;
}
.awilo_fn_about .about_left h1 {
  font-size: 60px;
  color: white;
}
.awilo_fn_about .about_left h3 {
  font-size: 40px;
  margin-bottom: 5px;
  color: white;
  line-height: 1;
}
.awilo_fn_about .about_left h5 {
  font-size: 30px;
  color: var(--primary);
}
.awilo_fn_title h5 {
  font-size: 22px;
}
.awilo_fn_title h3 {
  font-size: 60px;
  line-height: 60px;
}
.awilo_fn_sidebar_header .menu_logo a {
  display: block;
  text-align: center;
}
.awilo_fn_sidebar_header .menu_logo a .sidebar_logo {
  max-width: 80%;
}
.awilo_fn_sidebar_header .menu_nav ul.vert_nav li.fn_ready {
  text-align: center;
}
.awilo_fn_sidebar_header .social_list ul {
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .container {
    padding: 0px 20px;
  }
  .sidebar_logo {
    max-width: 60%;
  }
  .awilo_fn_header {
    padding: 5px 20px;
  }
  .modal .modal-dialog {
    width: 90%;
  }
  .awilo_fn_title h3 {
    font-size: 37px;
    line-height: 50px;
  }
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.p-0 {
  padding: 0 !important;
}
.awilo_fn_reviews .r_item .r_reviewer h3 {
  color: #000000;
}
.page-banner {
  background-image: url("../img/blog/5.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0 50px 0;
  position: relative;
}
.page-banner:before {
  content: '';
  position: absolute;
  background-color: #00000087;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-banner .blog-title {
  padding: 40px 0 40px 0;
  text-align: center;
}
.page-banner .blog-title p {
  margin: 0 0 10px 0;
}
.page-banner .blog-title .title {
  margin: 0;
  line-height: 1.15;
}
.page-banner .blog-title .subtitle {
  margin: 10px 0 0 0;
}
.blog-post .blog-body {
  padding: 90px 0;
}
.full-width {
  width: 100%;
}
.text-white {
  color: white;
}
.text-white h1,
.text-white h6 {
  color: white;
}
/*

.static-map-button {
  //background: linear-gradient(180deg, #f31d1d 15%, #d32121 90%);
  border: 1px solid  #d32121;
  font-size: 20px;

}

.static-phone-button {
  //background: linear-gradient(180deg, #f3941d 15%, #d32121 90%);
  border: 1px solid  #f3941d;
  font-size: 20px;
}

.static-messenger-button {
  //background: radial-gradient(circle at 25% 98%, rgb(0, 120, 255) 5%, rgb(75, 105, 255) 25%, rgb(175, 55, 240) 55%, rgb(255, 85, 125) 78%, rgb(250, 105, 110) 83%);
  border: 1px solid rgb(0, 120, 255);
  font-size: 24px;
}

.static-facebook-button {
  //background: linear-gradient(0deg, rgba(0, 120, 255, 1) 15%, rgba(0, 198, 255, 1) 90%);
  border:1px solid rgba(0, 120, 255, 1);
  font-size: 20px;
}
*/
.floating-actions,
ul.floating-buttons li a {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
}
.floating-actions {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: var(--primary-dark);
  color: #FFF;
  font-size: 1.4rem;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
}
ul.floating-buttons {
  position: fixed;
  right: 40px;
  padding-bottom: 20px;
  margin: 1px;
  bottom: 70px;
  z-index: 1000;
}
ul.floating-buttons li {
  list-style: none;
  margin-bottom: 10px;
}
ul.floating-buttons li a {
  color: #FFF;
  border-radius: 50px;
  border: 1px solid var(--primary-dark);
  text-align: center;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
ul.floating-buttons li a:hover {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
}
ul.floating-buttons li a:hover i {
  color: white;
}
ul.floating-buttons li a i {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: var(--primary-dark);
}
ul.floating-buttons:hover {
  visibility: visible !important;
  opacity: 1 !important;
}
a#menu-share + ul {
  visibility: hidden;
}
a#menu-share:hover + ul {
  visibility: visible;
  animation: scale-in 0.5s;
}
a#menu-share i {
  animation: rotate-in 0.5s;
}
a#menu-share:hover > i {
  animation: rotate-out 0.5s;
}
@keyframes bot-to-top {
  0% {
    bottom: -40px;
  }
  50% {
    bottom: 40px;
  }
}
@keyframes scale-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate-in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-out {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 600px) {
  .floating-actions {
    bottom: 15px;
    right: 15px;
  }
  ul.floating-buttons {
    right: 15px;
    bottom: 45px;
  }
}
.blog-post .awilo_fn_swiper_progress {
  display: none;
}
.blog-body ul,
.blog-body ol {
  margin: 15px 0 15px 40px;
}
/*# sourceMappingURL=overrides.css.map */