@charset "UTF-8";
.error404 .main-wrapp {
  text-align: center;
  padding: 200px 0 280px;
  min-height: 80vh;
  color: #333;
  background: #f8f8f8; }
.error404 .h1 {
  font-size: 160px;
  color: #efce06;
  display: block; }
@media (max-width: 767px) {
  .error404 .h1 {
    font-size: 100px; } }
.error404 .h2 {
  text-transform: uppercase;
  color: #333; }
.error404 p {
  margin: 0 0 30px; }

.btn {
  font-size: 14px;
  padding: 10px 15px; }
.btn.btn-default {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 13px 30px; }
.btn.btn-primary {
  font-size: 18px;
  font-weight: 600;
  padding: 13px 30px;
  background: #efce06;
  border-radius: 50px;
  border: solid 1px #efce06; }
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #e0c106;
  border-color: #e0c106; }
.btn.btn-sm {
  padding: 6px 10px;
  font-size: 14px; }
.btn.btn-outline-secondary {
  border: solid 1px #fff;
  color: #fff; }
.btn.btn-outline-primary {
  border: solid 1px #000;
  color: #000;
  border-radius: 40px;
  font-weight: 700;
  padding: 10px 30px; }
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #000;
  color: #fff; }
.btn i {
  margin-left: 10px; }
.btn:hover i {
  animation: go 1s infinite ease-out; }

@keyframes go {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(1px); }
  50% {
    transform: translateX(0); }
  75% {
    transform: translateX(-1px); }
  100% {
    transform: translateX(0); } }
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button, input {
  outline: 0 !important;
  box-shadow: none !important;
  transition: 0.3s ease-out; }

img {
  max-width: 100%; }

.dark .btn.btn-default {
  background: #fff;
  color: #000; }

#ngxHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 100; }

.menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background: #efce06;
  cursor: pointer;
  transition: 0.3s ease-out;
  transform: translateX(100%);
  border-radius: 0; }
.menu-trigger .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 60px;
  transition: 0.3s ease-out; }
.menu-trigger .fa-close {
  opacity: 0; }
.menu-trigger .fa-bars {
  opacity: 1; }
.menu-trigger:hover {
  opacity: 1; }

.menu-wrapper {
  background: #fff;
  border-right: solid 1px #767676;
  position: relative;
  text-align: center;
  height: 100vh;
  width: 320px;
  padding: 30px 0 30px;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
  transform: translateX(-100%);
  color: #767676; }
.menu-wrapper p {
  font-size: 14px;
  line-height: 21px; }
.menu-wrapper .logo {
  display: block;
  width: 260px;
  padding: 15px 75px;
  margin: 0 auto 20px;
  border-bottom: solid 1px #d0d0d0; }
.menu-wrapper .phrase {
  padding-top: 30px;
  font-weight: 500; }
.menu-wrapper .phrase a {
  color: #767676;
  text-decoration: none;
  font-size: 13px; }
.menu-wrapper .phrase a:hover, .menu-wrapper .phrase a:focus {
  color: #efce06; }
.menu-wrapper .copy {
  margin: 0;
  padding: 10px 60px;
  font-size: 13px;
  font-weight: 500; }
.menu-wrapper .copy .inner {
  padding: 10px 0;
  border-top: solid 1px #d0d0d0; }

.white-wrapper {
  background: #fff; }

.contact-us {
  padding: 10px 0; }
.contact-us ul {
  list-style: none;
  padding: 0;
  text-align: left; }
.contact-us ul li {
  padding: 0 30px;
  position: relative;
  border-bottom: solid 2px #fff; }
.contact-us ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f8f8f8;
  z-index: 0; }
.contact-us ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: 0.2s ease-out;
  background: #efce06; }
.contact-us ul li:hover:after {
  transform: translateX(0); }
.contact-us ul li:hover a {
  color: #fff;
  font-weight: 600; }
.contact-us ul li a {
  display: block;
  padding: 10px 0;
  color: #767676;
  position: relative;
  z-index: 3;
  text-decoration: none; }
.contact-us ul li a .fa {
  margin-right: 10px; }

.scroll-menu {
  overflow: hidden; }
.scroll-menu .over-flow-content {
  margin: 0 -30px;
  overflow-y: scroll; }
.scroll-menu .scroll-helper {
  height: 419px; }

.main-menu {
  list-style: none !important;
  padding: 15px 30px 20px;
  display: block;
  text-align: left; }
.main-menu li {
  display: block;
  padding: 0 30px;
  position: relative; }
.main-menu li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: 0.2s ease-out;
  background: #efce06; }
.main-menu li a {
  color: #767676;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  text-decoration: none !important;
  border-bottom: solid 1px #d0d0d0;
  position: relative;
  z-index: 3; }
.main-menu li:hover:after, .main-menu li:focus:after, .main-menu li.current-menu-item:after {
  transform: translateX(0); }
.main-menu li:hover > a, .main-menu li:focus > a, .main-menu li.current-menu-item > a {
  color: #fff;
  font-weight: 600; }

.body-wrapper {
  transition: 0.3s ease-out; }

@media (min-width: 1024px) {
  .menu-open .body-wrapper {
    padding-left: 320px; } }
.menu-open .menu-wrapper {
  transform: translateX(0); }
@media (max-width: 767px) {
  .menu-open .menu-trigger {
    transform: translateX(0); } }
.menu-open .menu-trigger .fa-close {
  opacity: 1; }
.menu-open .menu-trigger .fa-bars {
  opacity: 0; }

.navbar-brand {
  width: 52px;
  margin-right: 0; }
@media (max-width: 991px) {
  .navbar-brand {
    margin-left: auto;
    margin-right: auto; } }

.form-inline {
  position: relative;
  height: 40px;
  width: 52px;
  background: #fff; }
.form-inline .form-control {
  width: 200px;
  height: 100%;
  line-height: 40px;
  padding: 0 33px 0 15px;
  border: none;
  border-radius: 0;
  font-size: 19px;
  position: absolute;
  right: 0;
  top: 0; }
.form-inline .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border-radius: 0; }

.filter-bar {
  margin: 0 0 40px; }
.filter-bar .form-inline {
  width: 320px;
  max-width: 100%; }
.filter-bar .form-inline .form-control {
  width: 100%; }
.filter-bar .dropdown {
  display: inline-block; }
.filter-bar .dropdown .btn {
  background: #000;
  border: solid 1px #000; }
.filter-bar .dropdown + .dropdown {
  margin-left: 15px; }

.paginate_links {
  text-align: center;
  padding-top: 50px; }
.paginate_links a, .paginate_links span {
  display: inline-block;
  font-size: 16px;
  background: #efce06;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease-out;
  cursor: pointer; }
.paginate_links a + span, .paginate_links a + a, .paginate_links span + span, .paginate_links span + a {
  margin-left: 10px; }
.paginate_links a:hover, .paginate_links a:focus, .paginate_links span:hover, .paginate_links span:focus {
  background: #000; }
.paginate_links span {
  font-weight: 700;
  background: #000; }

#heroSlider .carousel-control-prev i, #heroSlider .carousel-control-next i {
  font-size: 30px; }
#heroSlider .carousel-item .content {
  height: 700px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px; }
#heroSlider .carousel-item .content h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
  transition: 0.4s ease-out;
  transform: translateX(-50%);
  opacity: 0; }
@media (max-width: 520px) {
  #heroSlider .carousel-item .content h2 {
    font-size: 27px; } }
#heroSlider .carousel-item .content h2 strong {
  display: block; }
#heroSlider .carousel-item .content p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: 0.4s ease-out;
  transition-delay: 0.1s;
  transform: translateX(-50%);
  opacity: 0;
  margin: 0 0 40px; }
#heroSlider .carousel-item .content .btn {
  transition: 0.4s ease-out;
  transition-delay: 0.2s;
  transform: translateX(-50%);
  opacity: 0; }
#heroSlider .carousel-item.active .content h2, #heroSlider .carousel-item.active .content p, #heroSlider .carousel-item.active .content .btn {
  transform: translateX(0);
  opacity: 1; }

.ipad-wrapper {
  width: 400px;
  margin: 213px auto;
  position: relative; }
@media(max-width: 430px) {
  .ipad-wrapper {
    width: 290px;
    margin: 180px auto; } }
.ipad-wrapper .screens {
  width: 283px;
  height: 213px;
  position: absolute;
  top: 40px;
  left: 59px;
  perspective: 800px; }
@media(max-width: 430px) {
  .ipad-wrapper .screens {
    width: 205px;
    height: 155px;
    top: 29px;
    left: 43px; } }
.ipad-wrapper .screens .screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  transition: 0.4s ease-out; }
.ipad-wrapper .screens .screen img {
  width: 100%;
  height: 100%; }
.ipad-wrapper .screens .screen.active {
  animation: fadeIn 3s; }
.ipad-wrapper .screens .screen.prev {
  animation: fadeIn 3s infinite;
  transform: translateY(-250px) rotateX(-45deg); }
@media(max-width: 430px) {
  .ipad-wrapper .screens .screen.prev {
    transform: translateY(-180px) rotateX(-45deg); } }
.ipad-wrapper .screens .screen.next {
  animation: fadeIn 3s infinite;
  transform: translateY(250px) rotateX(45deg); }
@media(max-width: 430px) {
  .ipad-wrapper .screens .screen.next {
    transform: translateY(180px) rotateX(45deg); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.about-us {
  color: #000;
  padding: 80px 0 0;
  font-family: "Raleway", sans-serif; }
.about-us.a-2 {
  padding: 30px 0;
  overflow: hidden;
  border-bottom: solid 1px #ccc; }
.about-us.a-2 .content {
  padding: 30px 0; }
.about-us h1 {
  font-size: 38px;
  font-weight: 600;
  margin: 0; }
@media (max-width: 520px) {
  .about-us h1 {
    font-size: 28px; } }
.about-us h1:after {
  content: "";
  display: block;
  background: #efce06;
  height: 4px;
  width: 80px;
  margin: 15px 0 15px; }
.about-us p {
  font-size: 18px;
  margin: 0 0 20px; }
.about-us .points {
  padding-bottom: 40px; }
.about-us .points .point {
  padding: 20px 0 40px 25px;
  position: relative; }
.about-us .points .point:before {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  left: 0;
  top: 18px;
  color: #efce06; }
.about-us .points .point h5 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600; }
.about-us .points .point p {
  font-size: 16px;
  margin: 0 0 15px; }
.about-us .points .point a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 30px;
  border: solid 1px #000;
  border-radius: 4px; }
.about-us .points .point a:hover, .about-us .points .point a:focus {
  background: #efce06;
  color: #fff; }
.about-us .points .point a i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 5px; }

.services {
  padding: 90px 0; }
.services .owl-carousel .owl-item {
  padding: 0 10px; }
.services .owl-carousel .owl-prev, .services .owl-carousel .owl-next {
  position: absolute;
  top: 20%;
  background: #efce06;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px; }
.services .owl-carousel .owl-prev {
  left: 0px; }
.services .owl-carousel .owl-next {
  right: 0px; }
.services.mosaic {
  padding: 0; }
.services.mosaic .service {
  margin: 0; }
.services.mosaic .service:nth-child(2) .icon img {
  transform: translateX(2px); }
.services.mosaic .service:nth-child(3) .icon img {
  transform: translateX(0); }
.services.mosaic .service .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%); }
.services.mosaic .service .content p {
  color: #fff; }
.services.mosaic .service.small {
  height: 400px; }
.services.mosaic .service.large {
  height: 800px; }
.services.mosaic .service .icon {
  height: 40px;
  width: 40px;
  transition: 0.3s ease-out;
  padding: 10px;
  position: relative;
  margin: 0 10px 0 0;
  display: inline-block; }
.services.mosaic .service .icon img {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 0;
  bottom: 0;
  margin: auto 0; }
.services.mosaic .service h3 {
  color: #fff; }
.services.mosaic .service figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.services.mosaic .service figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.services.mosaic .service .btn {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  border-radius: 0;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px; }
.services.mosaic .service .btn:hover, .services.mosaic .service .btn:focus {
  background: #efce06;
  border-color: #efce06;
  color: #fff; }
.services.steps {
  padding: 0; }
.services.steps.gray {
  background: #f8f8f8; }
.services.steps.gray > .content {
  background: transparent;
  padding: 90px 0 50px; }
.services.steps.gray > .content .title {
  margin: 0 0 50px;
  font-size: 22px;
  font-weight: 700; }
.services.steps.gray > .content .service .content {
  background: #fff;
  border: solid 1px #bbb;
  border-top: none; }
.services.steps > .content {
  padding: 90px 0 50px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(214, 214, 214, 0.32) 35%, rgba(6, 23, 48, 0.9) 100%); }
.services.steps > .content h2 {
  color: #fff;
  margin: 0 0 40px;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6); }
.services.steps > .content p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 15px; }
.services.steps > .content .service .content {
  padding-top: 20px;
  border-bottom: 0; }
.services.steps > .content .service h3 {
  height: auto;
  margin: 0 0 15px; }
.services.steps > .content .service figure {
  border-bottom: solid 4px #efce06; }
.services.steps > .content .service figure img {
  width: 100%; }
.services .service {
  margin: 0 0 30px; }
.services .service .inner {
  border: solid 1px transparent;
  transition: 0.3s ease-out; }
.services .service.active .inner {
  border: solid 1px #efce06; }
.services .service.active .content {
  border-bottom-color: #efce06; }
.services .service.active .content .icon {
  background: #efce06; }
.services .service figure {
  margin: 0; }
.services .service .content {
  background: #fafafa;
  padding: 0 30px 20px;
  text-align: center;
  border-bottom: solid 4px #c7c7c7;
  transition: 0.3s ease-out; }
.services .service .content:hover {
  border-bottom-color: #efce06; }
.services .service .content:hover .icon {
  background: #efce06; }
.services .service .content p {
  font-size: 14px;
  color: #707070;
  text-align: left;
  margin: 0 0 20px; }
.services .service:nth-child(3) .icon img {
  transform: translateX(2px); }
.services .service h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707070;
  margin: 0 0 15px; }
.services .service .icon {
  background: #a5a5a5;
  height: 80px;
  width: 80px;
  transition: 0.3s ease-out;
  padding: 10px;
  position: relative;
  margin: -40px auto 20px; }
.services .service .icon img {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 0;
  bottom: 0;
  margin: auto 0; }
.services .service .btn {
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
  border-radius: 0;
  padding: 15px 30px;
  color: #707070;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  background: transparent; }
.services .service .btn.add_package {
  padding: 15px; }
.services .service .btn:hover, .services .service .btn:focus {
  background: #efce06;
  border-color: #efce06;
  color: #fff; }

.banner {
  position: relative; }
.banner .content {
  padding: 100px 0;
  text-align: center; }
.banner .container {
  position: relative;
  z-index: 2; }
.banner .btn + .btn {
  margin-top: 20px; }
.banner h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px; }
.banner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background: url(../img/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center; }

.map-wrapper {
  overflow: hidden;
  position: relative; }
.map-wrapper:after {
  content: "";
  display: block;
  height: calc(100% - 400px);
  width: 100%;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e8e8e8; }
@media(min-width: 992px) {
  .map-wrapper:after {
    height: 100%;
    width: 50%; } }
.map-wrapper h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 20px; }
@media (max-width: 520px) {
  .map-wrapper h3 {
    font-size: 22px;
    margin: 20px 0 0; } }
.map-wrapper h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #efce06;
  margin: 15px 0 0; }
.map-wrapper .map-info {
  padding: 50px 0;
  position: relative;
  z-index: 3; }
.map-wrapper .map-info .content {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 30px;
  border-bottom: solid 5px #efce06;
  color: #444;
  text-align: center;
  width: fit-content;
  margin: 0 auto; }
@media(max-width: 991px) {
  .map-wrapper .map-info .content {
    display: none; } }
.map-wrapper .map-info .content figure {
  text-align: center; }
.map-wrapper .map-info .content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px; }
.map-wrapper .map-info .content h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #efce06;
  margin: 15px auto 0; }
.map-wrapper .map-info .content p {
  font-size: 15px;
  text-align: center; }
.map-wrapper .map-info .content .info {
  font-size: 14px;
  font-weight: 300; }
.map-wrapper .map-info .content .info .info-row {
  padding: 5px 0;
  position: relative;
  padding-left: 25px; }
.map-wrapper .map-info .content .info .info-row a {
  color: #050d21;
  text-decoration: none !important; }
.map-wrapper .map-info .content .info .info-row a:hover, .map-wrapper .map-info .content .info .info-row a:focus {
  color: #efce06; }
.map-wrapper .map-info .content .info .fa {
  color: #efce06;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 8px; }

.map-wrapper .acf-map {
  height: 400px;
  width: 100%; }
@media(min-width: 992px) {
  .map-wrapper .acf-map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    height: 100%;
    width: 200%;
    margin-left: -75%; } }
.content-side-image .content {
  padding: 60px 30px; }
.content-side-image h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px; }
.content-side-image p {
  font-size: 22px;
  margin: 0 0 20px; }

.latest-news {
  padding: 60px 0;
  color: #fff;
  background: #000; }
.latest-news h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px; }
.latest-news .wysiwyg-content {
  border-bottom: solid 2px #fff;
  margin-bottom: 60px; }
.latest-news .wysiwyg-content.clear {
  padding-bottom: 0; }

.loop .post {
  margin: 0 0 40px;
  padding: 0 30px; }
.loop .post .content {
  background: #fff;
  color: #000;
  padding: 30px 15px;
  position: relative;
  font-size: 18px; }
.loop .post .content:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  right: 0;
  top: 0; }
.loop .post .content h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px; }
.loop .post .content p {
  margin: 0;
  font-size: 20px; }
.loop .post .content a {
  color: #000;
  text-decoration: none; }
.loop .post .content a:hover, .loop .post .content a:focus {
  color: #979797; }
.loop .post .meta {
  border-top: solid 2px #979797;
  color: #979797;
  margin-top: 20px;
  padding: 20px 0 40px;
  font-size: 15px;
  font-weight: 500; }
.loop .post .meta a {
  color: #979797;
  text-decoration: none; }
.loop .post .meta a:hover, .loop .post .meta a:focus {
  color: #000; }
.loop .post i {
  vertical-align: middle; }

.page-header {
  height: 400px;
  position: relative; }
.page-header .content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 0 80px; }
.page-header .content h1 {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase; }
.page-header .content h1 strong {
  font-weight: 700;
  display: block; }

.contact-map {
  height: 500px;
  position: relative; }
.contact-map .acf-map {
  height: 100%;
  width: 100%; }

.wysiwyg-content {
  padding: 50px 0; }
.wysiwyg-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 20px; }
.wysiwyg-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px; }
.wysiwyg-content h2:after {
  content: "";
  display: block;
  height: 4px;
  width: 80px;
  background: #efce06;
  margin: 15px 0 0; }
.wysiwyg-content h3 {
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 20px; }
.wysiwyg-content p {
  font-size: 18px;
  color: #444; }
.wysiwyg-content a {
  color: inherit;
  text-decoration: none; }
.wysiwyg-content a:hover, .wysiwyg-content a:focus {
  color: #979797; }

.contact-page-content .wysiwyg-content {
  padding: 50px 0 30px; }
.contact-page-content .contact-form {
  border-top: solid 1px #ccc;
  border-bottom: solid 4px #efce06;
  padding: 20px 0 50px;
  margin-bottom: 100px; }
.contact-page-content .widget {
  margin: 0 0 30px;
  color: #444; }
.contact-page-content .widget h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #efce06;
  padding-bottom: 10px;
  margin: 0 0 10px;
  color: #000; }
.contact-page-content .widget ul {
  padding: 0;
  list-style: none; }
.contact-page-content .widget ul li {
  margin: 0 0 5px; }
.contact-page-content .widget ul a {
  color: #444;
  text-decoration: none;
  font-size: 16px; }
.contact-page-content .widget ul a i {
  color: #efce06;
  margin-right: 5px; }

.contact-info {
  font-weight: 500; }
.contact-info .wysiwyg-content {
  padding: 0 0 50px; }

.contact-form {
  padding: 0 0 50px; }
.contact-form h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px; }
.contact-form .btn {
  margin-top: 40px; }

.page-template-contact .contact-us ul .email {
  display: none; }

.form-control, .vfbp-form .vfb-form-control {
  background: #fff;
  border-radius: 0;
  border: solid 1px #ccc;
  font-size: 16px;
  font-weight: 400;
  resize: none;
  padding: 10px 15px;
  color: #000; }
.form-control::-webkit-input-placeholder, .vfbp-form .vfb-form-control::-webkit-input-placeholder {
  color: #939598; }
.form-control::-moz-placeholder, .vfbp-form .vfb-form-control::-moz-placeholder {
  color: #939598; }
.form-control:-ms-input-placeholder, .vfbp-form .vfb-form-control:-ms-input-placeholder {
  color: #939598; }
.form-control:hover, .form-control:focus, .vfbp-form .vfb-form-control:hover, .vfbp-form .vfb-form-control:focus {
  border-color: #efce06; }

.members {
  padding: 0 0 50px; }
.members .member {
  margin: 0 0 40px; }
.members h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px; }
.members iframe {
  height: 260px;
  width: 100%;
  max-width: 100%; }
.members figure {
  margin: 0 0 20px;
  position: relative;
  height: 260px; }
.members figure a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block; }
.members figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.members figure:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 0;
  top: 0; }
.members h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px; }
.members h4 a {
  color: #000;
  text-decoration: none; }
.members .social-list {
  list-style: none;
  padding: 0; }
.members .social-list li {
  display: inline-block; }
.members .social-list li + li {
  margin-left: 10px; }
.members .social-list li a {
  display: block;
  font-size: 18px;
  color: #000; }
.members .social-list li a:hover, .members .social-list li a:focus {
  color: #979797; }

.portfolio-posts {
  padding: 0 0 50px; }
.portfolio-posts .portfolio-item {
  margin: 0;
  padding: 0;
  text-align: center; }
.portfolio-posts figure {
  margin: 0;
  position: relative;
  height: 400px; }
.portfolio-posts figure:hover figcaption {
  opacity: 1; }
.portfolio-posts figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-out; }
.portfolio-posts figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.portfolio-posts h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px;
  color: #efce06; }
.portfolio-posts p {
  color: #fff;
  margin: 0 0 20px; }

#ngxFooter {
  background: #fff;
  color: #707070;
  padding: 0;
  font-size: 18px; }
#ngxFooter .logo {
  display: inline-block; }
@media (max-width: 991px) {
  #ngxFooter .logo {
    margin: 0 auto 30px; } }
#ngxFooter .widget-area {
  padding: 20px 0 10px;
  border-bottom: solid 2px #fff; }
@media (max-width: 991px) {
  #ngxFooter .widget-area {
    text-align: center; } }
#ngxFooter .widget-area ul {
  list-style: none;
  padding: 0;
  margin: 0; }
@media (max-width: 991px) {
  #ngxFooter .widget-area ul {
    display: inline-block;
    margin: 0; } }
#ngxFooter .widget-area ul li {
  display: inline-block;
  position: relative; }
@media (max-width: 991px) {
  #ngxFooter .widget-area ul li {
    display: block; } }
@media (min-width: 992px) {
  #ngxFooter .widget-area ul li + li {
    margin-left: 15px; }
  #ngxFooter .widget-area ul li + li:before {
    content: "|";
    display: block;
    position: absolute;
    left: -13px;
    top: -4px; } }
#ngxFooter .widget-area ul li a {
  display: block;
  font-size: 14px; }
#ngxFooter .bottom-info {
  background: #e8e8e8;
  padding: 10px 0;
  font-size: 14px; }
#ngxFooter a {
  color: #707070;
  text-decoration: none; }
#ngxFooter a:hover, #ngxFooter a:focus {
  color: #efce06; }
#ngxFooter h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500; }
#ngxFooter .social-list {
  list-style: none;
  padding: 0; }
#ngxFooter .social-list li {
  display: inline-block; }
#ngxFooter .social-list li + li {
  margin-left: 10px; }
#ngxFooter .social-list li a {
  display: block;
  font-size: 20px; }

.service-calculator {
  padding: 70px 0 50px; }

#stepsSlider .carousel-indicators {
  position: relative;
  height: 50px;
  margin-bottom: 100px;
  top: 0;
  bottom: auto; }
@media (max-width: 767px) {
  #stepsSlider .carousel-indicators {
    margin-bottom: 50px; } }
#stepsSlider .carousel-indicators::before {
  content: "";
  display: block;
  height: 15px;
  width: 100%;
  background: #dcdcdc;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
#stepsSlider .carousel-indicators .active-bar {
  display: block;
  height: 15px;
  width: 0;
  background: #efce06;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
#stepsSlider .carousel-indicators li {
  height: auto;
  width: 25%;
  text-indent: 0;
  text-align: center;
  background: transparent;
  position: relative;
  padding-top: 60px;
  z-index: 2; }
#stepsSlider .carousel-indicators li.active {
  background: transparent; }
#stepsSlider .carousel-indicators li.active .number {
  background: #efce06;
  color: #fff; }
#stepsSlider .carousel-indicators li.active span {
  font-weight: 700; }
#stepsSlider .carousel-indicators li.prev {
  background: transparent; }
#stepsSlider .carousel-indicators li.prev .number {
  background: #efce06;
  color: #fff; }
#stepsSlider .carousel-indicators li.prev .number:before {
  opacity: 1; }
#stepsSlider .carousel-indicators li:first-child {
  text-align: left; }
#stepsSlider .carousel-indicators li:first-child span {
  margin-left: -25px; }
#stepsSlider .carousel-indicators li:first-child .number {
  left: -25px; }
#stepsSlider .carousel-indicators li:nth-child(2) {
  text-align: center;
  left: -3%; }
#stepsSlider .carousel-indicators li:nth-child(2) .number {
  left: 0;
  right: 0; }
#stepsSlider .carousel-indicators li:nth-child(3) {
  text-align: center;
  right: -3%; }
#stepsSlider .carousel-indicators li:nth-child(3) .number {
  left: 0;
  right: 0; }
#stepsSlider .carousel-indicators li:nth-child(4) {
  text-align: right; }
#stepsSlider .carousel-indicators li:nth-child(4) span {
  margin-right: -25px; }
#stepsSlider .carousel-indicators li:nth-child(4) .number {
  right: -25px; }
#stepsSlider .carousel-indicators li span {
  display: block; }
@media (max-width: 767px) {
  #stepsSlider .carousel-indicators li span {
    display: none; } }
#stepsSlider .carousel-indicators li .number {
  background: #dcdcdc;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-weight: 700;
  position: absolute;
  top: 0;
  margin: 0 auto; }
#stepsSlider .carousel-indicators li .number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  background: #efce06;
  width: 100%;
  height: 100%;
  font-family: fontAwesome;
  opacity: 0;
  transition: 0.3s ease-out; }
#stepsSlider .step-title {
  display: none; }
@media (max-width: 767px) {
  #stepsSlider .step-title {
    display: block;
    margin: 0 0 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 700; } }
#stepsSlider .services {
  padding: 0; }
#stepsSlider .package-info #morePck ul {
  list-style: none;
  padding: 0; }
#stepsSlider .package-info #morePck ul li {
  height: 150px;
  position: relative;
  margin: 0 0 30px;
  cursor: pointer; }
#stepsSlider .package-info #morePck ul li > img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
#stepsSlider .package-info #morePck ul li span {
  position: absolute;
  bottom: 0;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  flex-direction: column;
  text-align: center; }
#stepsSlider .package-info #morePck ul li span img {
  display: block;
  width: 30px;
  margin: 0 auto 10px; }
#stepsSlider .package-info #morePck ul li span b {
  display: block; }
#stepsSlider .package-info #pck_thumbnail {
  height: 200px; }
#stepsSlider .package-info #pck_thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover; }
#stepsSlider .package-info h4 {
  padding-left: 70px;
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
#stepsSlider .package-info h4 span {
  display: inline-block;
  padding: 15px;
  background: #efce06;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0; }
#stepsSlider .package-info h4 span img {
  width: 30px; }
#stepsSlider .calculator {
  background: #fafafa;
  margin: 0 0 30px; }
#stepsSlider .calculator .controls {
  padding-top: 15px;
  padding-bottom: 15px; }
@media(max-width: 991px) {
  #stepsSlider .calculator .controls {
    padding: 15px; } }
#stepsSlider .calculator #variables ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }
#stepsSlider .calculator #variables ul li {
  margin: 0 0 10px; }
#stepsSlider .calculator .description {
  background: url(../img/bg-side.jpg);
  background-size: cover;
  background-position: center center; }
#stepsSlider .calculator .description > div {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 20px;
  color: #fff; }
#stepsSlider .calculator .description > div h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center; }
#stepsSlider .calculator .description > div p {
  font-size: 16px;
  margin: 0;
  text-align: center; }
#stepsSlider .calculator .total {
  padding: 15px 20px;
  text-align: center; }
#stepsSlider .calculator .total > span {
  font-size: 18px;
  font-weight: 700; }
#stepsSlider .calculator .total #cp_total {
  color: #efce06;
  font-weight: 700;
  font-size: 36px; }
#stepsSlider .calculator .checkbox-wrapper label {
  display: inline-block;
  position: relative; }
#stepsSlider .calculator .checkbox-wrapper label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }
#stepsSlider .calculator .checkbox-wrapper label input + span {
  padding-left: 30px; }
#stepsSlider .calculator .checkbox-wrapper label input + span:before {
  content: "";
  font-family: fontAwesome;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #eaeae8; }
#stepsSlider .calculator .checkbox-wrapper label input:checked + span:before {
  color: #fff;
  background: #efce06; }
#stepsSlider #pck_q ul {
  padding: 0;
  list-style: none; }
#stepsSlider #pck_q ul li {
  margin: 0 0 10px; }

.slider-container {
  margin: 45px 0 45px; }
.slider-container .back-bar {
  height: 10px !important;
  border-radius: 5px !important; }
.slider-container .back-bar .pointer {
  height: 20px !important;
  width: 20px !important;
  border: solid 1px #efce06 !important; }
.slider-container .back-bar .selected-bar {
  border-radius: 5px !important; }
.slider-container .back-bar .pointer-label.high {
  background: #fff;
  border: solid 1px #ccc;
  font-size: 10px;
  width: 38px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  transform: translate(0, -70%); }
.slider-container .back-bar .selected-bar {
  background: #efce06 !important; }
.slider-container .pointer {
  background: #efce06 !important; }

.modal-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%) scale(0.6);
  opacity: 0;
  transition: 0.3s ease-out; }
.modal-contact .content {
  max-width: 100%;
  width: 700px;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
.modal-contact .content .mail-to {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #efce06; }
.modal-contact .content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px; }
.modal-contact .content .contact-form {
  padding-bottom: 0; }

.loading-data {
  color: #efce06;
  margin: 10px 0;
  transform-origin: center;
  animation: rotateInfinite 1s infinite; }

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.single-project-box .block + .block {
  margin-top: 40px; }
.single-project-box h3 {
  font-size: 24px;
  text-transform: uppercase; }
.single-project-box h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #ccc;
  margin: 10px 0 20px; }
.single-project-box h5 {
  margin: 0; }
.single-project-box h5:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #ccc;
  margin: 10px 0 20px; }
.single-project-box .clean {
  padding: 0;
  list-style: none; }
.single-project-box .clean li {
  margin: 0 0 5px; }
.single-project-box .share {
  padding: 0;
  list-style: none; }
.single-project-box .share li {
  display: inline-block; }
.single-project-box .share li + li {
  margin-left: 10px; }
.single-project-box .share li > a {
  color: #ccc;
  text-decoration: none;
  font-size: 18px; }
.single-project-box .share li > a:hover, .single-project-box .share li > a:focus {
  color: #efce06; }

.modal-is-open .body-wrapper {
  animation: blurred 0.5s;
  filter: blur(10px); }
.modal-is-open .modal-contact {
  transform: translateY(0);
  opacity: 1; }

@keyframes blurred {
  0% {
    filter: blur(0px); }
  100% {
    filter: blur(10px); } }

/*# sourceMappingURL=general.min.css.map */
