/*#############################################################
## General
/*###########################################################*/
/*-------------------------------
# FOR: FontLabel
--------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900&display=swap");
/*#############################################################
# SASS MIXIN
##############################################################*/
/*-------------------------------
# SASS: Mixin
--------------------------------*/
/*-------------------------------
# SASS: Breakpoints
--------------------------------*/
/*#############################################################
## Reset
/*###########################################################*/
/*-------------------------------
# Default Variables
--------------------------------*/
/*-------------------------------
# Body
--------------------------------*/
body {
  font-family: "Nunito", sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

/*-------------------------------
# Header
--------------------------------*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
label {
  font-family: "Nunito", sans-serif;
  color: #55A6FF;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.6em;
  font-weight: 700; }

h2, .h2 {
  font-size: 1.8em;
  font-weight: 700; }

h3, .h3 {
  font-size: 1.5em;
  font-weight: 700; }

/*-------------------------------
# Link
--------------------------------*/
a, a:link, a:focus, a:hover, a:visited, a:active {
  color: #515762;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-decoration: none;
  outline: none; }

/*-------------------------------
# Bold
--------------------------------*/
b, strong {
  font-family: inherit; }

/*-------------------------------
# Ialic
--------------------------------*/
i, em {
  font-family: inherit;
  font-style: normal; }

/*-------------------------------
# Blockquote
--------------------------------*/
blockquote > *:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-right: 5px;
  color: #55A6FF; }
blockquote > *:last-child:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-left: 5px;
  color: #55A6FF; }

/*#############################################################
## Forms
/*###########################################################*/
/*-------------------------------
# Inputs
--------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 8px;
  bottom: 0;
  width: 100%;
  color: #001833 !important; }

/*-------------------------------
# Placeholder
--------------------------------*/
::-webkit-input-placeholder {
  color: #001833;
  opacity: 0.5;
  font-family: inherit; }

:-moz-placeholder {
  color: #001833;
  opacity: 0.5;
  font-family: inherit; }

::-moz-placeholder {
  color: #001833;
  opacity: 0.5;
  font-family: inherit; }

:-ms-input-placeholder {
  color: #001833;
  opacity: 0.5;
  font-family: inherit; }

:focus::placeholder {
  opacity: 0.5; }

:focus::-webkit-input-placeholder {
  opacity: 0.5; }

:focus:-moz-placeholder {
  opacity: 0.5; }

:focus::-moz-placeholder {
  opacity: 0.5; }

:focus:-ms-input-placeholder {
  opacity: 0.5; }

/*#############################################################
# FORM 7 CSS Styling
##############################################################*/
.wpcf7-form {
  /*-------------------------------
  # Variables
  --------------------------------*/
  /*-------------------------------
  # General
  --------------------------------*/
  /*-------------------------------
  # Field : General
  --------------------------------*/
  /*-------------------------------
  # Field : Recapcha
  --------------------------------*/
  /*-------------------------------
  # Message : General
  --------------------------------*/
  /*-------------------------------
  # Message : Error
  --------------------------------*/
  /*-------------------------------
  # Message : Success
  --------------------------------*/
  /*-------------------------------
  # Field : Loader
  --------------------------------*/ }
  .wpcf7-form input, .wpcf7-form textarea {
    margin-bottom: 0;
    width: 100%;
    padding: 10px; }
  .wpcf7-form label {
    display: block; }
  .wpcf7-form br {
    display: none; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 14px; }
  .wpcf7-form .wpcf7-recaptcha {
    display: inline-block;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .wpcf7-form div.wpcf7-response-output {
    margin: 0 0 1rem 0;
    padding: 10px 5px;
    text-align: center; }
  .wpcf7-form div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    color: #ff0000; }
  .wpcf7-form div.wpcf7-mail-sent-ok {
    border: 2px solid #55A6FF;
    color: #55A6FF; }
  .wpcf7-form .ajax-loader.customize {
    position: absolute;
    background-image: url("../images/loader/ajax-loader.gif");
    width: 24px;
    height: 24px;
    margin: 5px; }
    .wpcf7-form .ajax-loader.customize.is-active {
      visibility: visible;
      position: relative;
      margin: 10px 15px; }

#footer-enquiry {
  /*-------------------------------
  # Field : General
  --------------------------------*/
  /*-------------------------------
  # Message : Error
  --------------------------------*/
  /*-------------------------------
  # Message : Success
  --------------------------------*/ }
  #footer-enquiry span.wpcf7-not-valid-tip {
    color: #ffffff; }
  #footer-enquiry div.wpcf7-validation-errors {
    border: 2px solid #ffffff;
    color: #ffffff; }
  #footer-enquiry div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
    color: #ffffff; }

/*#############################################################
## Custom Button
/*###########################################################*/
/*-------------------------------
# Custom Button | button-primary
--------------------------------*/
.button.button-primary, .button.button-primary:link, .button.button-primary:focus, .button.button-primary:visited, .button.button-primary:active, .button.button-primary:hover {
  background-color: #001833 !important;
  background-image: none;
  color: #fff !important;
  border: 3px solid #001833 !important;
  border-radius: 2px !important;
  font-size: 1em;
  line-height: 1.5;
  word-wrap: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  padding: .4rem 1rem;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.button.button-primary:hover {
  opacity: 0.80; }

/*#############################################################
## Wordpress
/*###########################################################*/
#wpadminbar {
  z-index: 9999; }
  #wpadminbar * {
    color: #fff; }

.post, .page {
  margin: 0; }

/*#############################################################
## Bootstrap Styling
/*###########################################################*/
/*-------------------------------
# Bootstrap Container
--------------------------------*/
.container {
  max-width: 1140px; }

/*#############################################################
## Slick Slider
/*###########################################################*/
.slick-slider {
  visibility: hidden;
  /*-------------------------------
  # Drag-gable : Cursor
  --------------------------------*/
  /*-------------------------------
  # Dots : Inside
  --------------------------------*/
  /*-------------------------------
  # Arrow : Inside
  --------------------------------*/ }
  .slick-slider.slick-initialized {
    visibility: visible; }
  .slick-slider .slider-bg-image {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    height: 400px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .slick-slider .slider-bg-image {
        height: 200px;
        background-size: contain; } }
  .slick-slider .draggable .slick-slide {
    cursor: pointer; }
  .slick-slider.slick-dotted {
    position: relative;
    margin-bottom: 0; }
    .slick-slider.slick-dotted .slick-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 10px; }
  .slick-slider .slick-arrow {
    z-index: 100; }
    .slick-slider .slick-arrow.slick-prev {
      left: 15px; }
      .slick-slider .slick-arrow.slick-prev:before {
        color: gray; }
    .slick-slider .slick-arrow.slick-next {
      right: 15px; }
      .slick-slider .slick-arrow.slick-next:before {
        color: gray; }

/*#############################################################
## General
/*###########################################################*/
.image-instruction {
  width: 100%;
  height: 500px;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #dedede;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.content-instruction {
  min-height: 60px;
  width: 100%; }

.link-scroller a {
  color: #55A6FF; }

.content-styling * {
  color: #ffffff; }

ul {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1rem;
  display: block; }
  ul li {
    margin-bottom: 5px; }
    ul li:last-child {
      margin-bottom: 0; }

.opacity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(85, 166, 255, 0.4);
  z-index: 1; }
  .opacity ~ * {
    position: relative;
    z-index: 2; }

.website-logo-wrapper {
  display: inline-block;
  text-align: center; }
  .website-logo-wrapper img {
    display: block;
    max-width: 210px; }
    @media only screen and (max-width: 767px) {
      .website-logo-wrapper img {
        max-width: 160px; } }
  .website-logo-wrapper span {
    display: block; }
    @media only screen and (max-width: 767px) {
      .website-logo-wrapper span {
        font-size: 14px; } }

@media only screen and (max-width: 767px) {
  header.site-header #top-header {
    background-color: #55A6FF; } }
header.site-header #top-header .top-wrapper .top-wrapper-container {
  background-color: #55A6FF;
  padding: 10px 40px;
  display: inline-block;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: 0;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    header.site-header #top-header .top-wrapper .top-wrapper-container {
      border-bottom-left-radius: 0;
      position: static;
      right: auto;
      padding: 10px 15px;
      background-color: transparent; } }
  header.site-header #top-header .top-wrapper .top-wrapper-container .separator, header.site-header #top-header .top-wrapper .top-wrapper-container .top-header-each {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    header.site-header #top-header .top-wrapper .top-wrapper-container .top-header-each {
      display: block; } }
  header.site-header #top-header .top-wrapper .top-wrapper-container .separator {
    height: 20px;
    vertical-align: middle;
    background-color: white;
    margin: 0 5px;
    margin-right: 5px;
    margin-left: 5px;
    width: 2px; }
    @media only screen and (max-width: 767px) {
      header.site-header #top-header .top-wrapper .top-wrapper-container .separator {
        display: none; } }
  header.site-header #top-header .top-wrapper .top-wrapper-container a {
    color: #FFF; }
    header.site-header #top-header .top-wrapper .top-wrapper-container a:hover {
      color: #001833; }

/*#############################################################
## Navigation: Desktop Menu
/*###########################################################*/
nav.menu-desktop {
  text-align: right;
  direction: rtl;
  margin-top: 40px;
  /*-------------------------------
  # Main Menu
  --------------------------------*/
  /*-------------------------------
  # Sub Menu
  --------------------------------*/ }
  @media only screen and (max-width: 767px) {
    nav.menu-desktop {
      margin-top: auto; } }
  nav.menu-desktop > ul.main-menu {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: inline-block;
    direction: ltr;
    /*-------------------------------
     # Main Menu: Current Link
    --------------------------------*/ }
    nav.menu-desktop > ul.main-menu > li {
      display: inline-block;
      position: relative;
      margin-left: 15px; }
      nav.menu-desktop > ul.main-menu > li > a {
        padding: .5em .7em;
        display: inline-block;
        border-bottom: 2px solid rgba(0, 24, 51, 0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        nav.menu-desktop > ul.main-menu > li > a:hover {
          color: #55A6FF; }
      nav.menu-desktop > ul.main-menu > li:first-child {
        margin-left: 0; }
    nav.menu-desktop > ul.main-menu > li.menu-item-has-children > a:after {
      content: '\f107';
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900;
      margin-left: 10px;
      /* Fix version 5.0.9 */ }
    nav.menu-desktop > ul.main-menu > li.current-menu-ancestor > a,
    nav.menu-desktop > ul.main-menu > li.current-menu-parent > a,
    nav.menu-desktop > ul.main-menu > li.current_page_parent > a,
    nav.menu-desktop > ul.main-menu > li.current_page_ancestor > a,
    nav.menu-desktop > ul.main-menu > li.current-menu-item > a,
    nav.menu-desktop > ul.main-menu > li.current_page_item > a {
      color: #55A6FF;
      font-weight: bold; }
  nav.menu-desktop > ul.main-menu > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  nav.menu-desktop > ul.main-menu > li ul.sub-menu {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    position: absolute;
    z-index: 100;
    background-color: #dedede;
    min-width: 200px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(105, 105, 105, 0.5);
    border: 1px solid transparent;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 150%;
    margin-top: 10%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    /*-------------------------------
     # Sub Menu: Current Link
    --------------------------------*/ }
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li {
      display: block;
      text-align: left;
      margin-bottom: .5em; }
      nav.menu-desktop > ul.main-menu > li ul.sub-menu > li:last-child {
        margin-bottom: 0; }
      nav.menu-desktop > ul.main-menu > li ul.sub-menu > li > a {
        padding: .5rem 1.5rem;
        display: block;
        margin: 0; }
        nav.menu-desktop > ul.main-menu > li ul.sub-menu > li > a:hover {
          text-decoration: none;
          color: #ffffff;
          background-color: rgba(85, 166, 255, 0.5); }
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li.current-menu-ancestor > a,
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li.current-menu-parent > a,
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li.current_page_parent > a,
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li.current_page_ancestor > a,
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li.current-menu-item > a,
    nav.menu-desktop > ul.main-menu > li ul.sub-menu > li.current_page_item > a {
      color: #ffffff;
      background-color: #55A6FF; }

/*#############################################################
## Navigation: Mobile Menu
/*###########################################################*/
.remodal-wrapper {
  background-color: #fff; }

nav.menu-mobile {
  /*-------------------------------
  # Main Menu
  --------------------------------*/
  /*-------------------------------
  # Sub Menu
  --------------------------------*/ }
  nav.menu-mobile ul {
    margin: 0;
    padding: 0;
    display: block; }
    nav.menu-mobile ul li {
      display: block;
      margin: 0;
      padding: 0;
      margin-bottom: 1rem; }
      nav.menu-mobile ul li:last-child {
        margin-bottom: 0; }
      nav.menu-mobile ul li a {
        display: block;
        padding: 15px  5px;
        margin: 0;
        font-size: 18px; }
  nav.menu-mobile > ul > li > a {
    display: block;
    margin: 0; }
    nav.menu-mobile > ul > li > a:hover {
      background-color: rgba(221, 221, 221, 0.5); }
  nav.menu-mobile > ul > li.current-menu-ancestor > a,
  nav.menu-mobile > ul > li.current-menu-parent > a,
  nav.menu-mobile > ul > li.current_page_parent > a,
  nav.menu-mobile > ul > li.current_page_ancestor > a,
  nav.menu-mobile > ul > li.current-menu-item > a,
  nav.menu-mobile > ul > li.current_page_item > a {
    text-decoration: underline; }
  nav.menu-mobile > ul > li > ul.sub-menu {
    background-color: rgba(85, 166, 255, 0.5);
    padding: 15px 0px; }
    nav.menu-mobile > ul > li > ul.sub-menu > li > a {
      color: #FFF; }
      nav.menu-mobile > ul > li > ul.sub-menu > li > a:hover {
        background-color: rgba(221, 221, 221, 0.5); }
    nav.menu-mobile > ul > li > ul.sub-menu > li.current-menu-ancestor a,
    nav.menu-mobile > ul > li > ul.sub-menu > li.current-menu-parent a,
    nav.menu-mobile > ul > li > ul.sub-menu > li.current_page_parent a,
    nav.menu-mobile > ul > li > ul.sub-menu > li.current_page_ancestor a,
    nav.menu-mobile > ul > li > ul.sub-menu > li.current-menu-item a,
    nav.menu-mobile > ul > li > ul.sub-menu > li.current_page_item a {
      text-decoration: underline; }

#breadcrumb-wrapper {
  background-color: #f8f8f8; }

.diagonal-styling {
  background-color: #55A6FF;
  position: relative; }
  .diagonal-styling:after {
    content: "";
    width: 200px;
    height: 100%;
    background-color: #55A6FF;
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    z-index: 50;
    -moz-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0); }
    @media only screen and (max-width: 767px) {
      .diagonal-styling:after {
        display: none; } }

#general-banner-top {
  height: 300px;
  background-color: #FDFDFD; }
  @media only screen and (max-width: 767px) {
    #general-banner-top {
      height: auto; } }
  #general-banner-top .h2, #general-banner-top .h1 {
    font-size: 2.6em; }
  #general-banner-top .general-banner-top-door-wrapper {
    position: relative;
    width: 350px; }
    #general-banner-top .general-banner-top-door-wrapper .general-banner-top-door-door {
      height: 230px;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      overflow: hidden;
      top: 0;
      height: 100%; }
      #general-banner-top .general-banner-top-door-wrapper .general-banner-top-door-door div#door {
        background: transparent url("images/door-icon.svg") scroll 0 0 no-repeat;
        content: "";
        width: 215px;
        height: 440px;
        background-color: transparent;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50px; }
      #general-banner-top .general-banner-top-door-wrapper .general-banner-top-door-door div#door-h {
        background: transparent url("images/door-h.png") scroll 0 0 no-repeat;
        content: "";
        width: 180px;
        height: 270px;
        background-color: transparent;
        background-attachment: scroll;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
        display: inline-block;
        position: absolute;
        left: 69px;
        top: 130px; }
      @media only screen and (max-width: 767px) {
        #general-banner-top .general-banner-top-door-wrapper .general-banner-top-door-door {
          display: none; } }

#homepage-banner {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 767px) {
    #homepage-banner {
      height: auto; } }
  @media only screen and (max-width: 1200px) {
    #homepage-banner {
      height: auto; } }
  #homepage-banner .homepage-banner-wrapper {
    background-color: #55A6FF;
    z-index: 55;
    position: relative;
    height: 400px; }
  #homepage-banner .homepage-banner-image {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #dedede;
    background-size: cover;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      #homepage-banner .homepage-banner-image {
        height: 250px; } }
  #homepage-banner h1 {
    color: #ffffff; }
  #homepage-banner p {
    color: #ffffff;
    font-size: 20px; }
    #homepage-banner p a {
      color: #FFF; }

#inner-banner {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  height: 400px; }
  @media only screen and (max-width: 767px) {
    #inner-banner {
      height: auto; } }
  #inner-banner .inner-banner-wrapper {
    background-color: #55A6FF;
    z-index: 55;
    position: relative; }
  #inner-banner .inner-banner-image {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #dedede;
    background-size: cover;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      #inner-banner .inner-banner-image {
        height: 250px; } }
  #inner-banner h1 {
    color: #FFF; }
  #inner-banner p {
    color: #ffffff;
    font-size: 20px; }

#contact-map {
  background-color: #458bd8;
  line-height: 0; }
  #contact-map iframe {
    height: 250px;
    width: 100%; }

#homepage-introduction {
  background: linear-gradient(270deg, #dedede, #ffffff); }

#advantage-service {
  background-color: #f8f8f8; }

#general-wcu {
  background: #f4f4f4; }

#footer-testimonials {
  background-color: #001833;
  padding: 4rem 0; }
  #footer-testimonials blockquote p {
    color: #fff; }
  #footer-testimonials #blockquote-author * {
    color: #55A6FF;
    font-style: italic; }

#footer-enquiry {
  background-color: #55A6FF; }
  #footer-enquiry iframe {
    width: 100%;
    height: 200px; }

#footer-brand {
  overflow: hidden;
  padding: 4rem 0 1rem 0; }
  #footer-brand img {
    display: inline-block; }

.each-benefit h3 {
  font-size: 18px;
  color: #333; }

.site-footer #top-footer {
  background-color: #001833;
  border-bottom: 1px solid #F9F9F9; }
  .site-footer #top-footer * {
    color: #FFF; }
  .site-footer #top-footer p {
    margin-bottom: 0; }
.site-footer a:hover {
  color: rgba(85, 166, 255, 0.8) !important; }
.site-footer #main-footer {
  background-color: #001833; }
  .site-footer #main-footer .widget-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF; }
  .site-footer #main-footer * {
    font-size: 14px;
    color: #FFF; }
  .site-footer #main-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block; }
    .site-footer #main-footer ul li {
      display: block;
      margin-bottom: 2px; }
      .site-footer #main-footer ul li:last-child {
        margin-bottom: 0; }
    .site-footer #main-footer ul > li.current-menu-ancestor > a,
    .site-footer #main-footer ul > li.current-menu-parent > a,
    .site-footer #main-footer ul > li.current_page_parent > a,
    .site-footer #main-footer ul > li.current_page_ancestor > a,
    .site-footer #main-footer ul > li.current-menu-item > a,
    .site-footer #main-footer ul > li.current_page_item > a {
      color: #55A6FF; }
.site-footer #bottom-footer {
  background-color: #001833; }
  .site-footer #bottom-footer a, .site-footer #bottom-footer span {
    color: #FFF;
    font-size: 14px; }

.service-container-each {
  padding: 5px 5px;
  background-color: #001833; }
  .service-container-each .fas {
    color: #ffffff; }
  .service-container-each h3 {
    margin: 0;
    font-size: 20px;
    color: #ffffff; }

.contact-sidebar {
  padding: 15px;
  background-color: #f8f8f8; }
  .contact-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block; }
    .contact-sidebar ul li {
      display: block;
      margin-bottom: 5px; }
      .contact-sidebar ul li:last-child {
        margin-bottom: 0; }

#homepage-attraction {
  padding: 5rem 0 4rem 0; }

#front-content {
  background-color: #f8f8f8; }
  #front-content .homepage-image-container {
    height: 280px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #dedede;
    background-size: cover; }

.social-media-wrapper .social-media-each {
  margin-left: 10px;
  color: #001833; }
  .social-media-wrapper .social-media-each:hover {
    color: #458BD8; }
  .social-media-wrapper .social-media-each:first-child {
    margin-left: 0; }

/*# sourceMappingURL=style-main.css.map */
