/*#############################################################
## GENERAL
/*###########################################################*/
/*-------------------------------
# FONT : External
--------------------------------*/
/*-------------------------------
# FOR: corbel-regular
--------------------------------*/
@font-face {
  font-family: 'local-corbel-regular';
  src: url("fonts/corbel-regular/corbel-regular.eot");
  src: url("fonts/corbel-regular/corbel-regular.eot?#iefix") format("embedded-opentype"), url("fonts/corbel-regular/corbel-regular.woff") format("woff"), url("fonts/corbel-regular/corbel-regular.ttf") format("truetype"), url("fonts/corbel-regular/corbel-regular.svg#corbel-regular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------------
# FOR: gotham-black
--------------------------------*/
@font-face {
  font-family: 'local-gotham-black';
  src: url("fonts/gotham-black/gotham-black.eot");
  src: url("fonts/gotham-black/gotham-black.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-black/gotham-black.woff") format("woff"), url("fonts/gotham-black/gotham-black.ttf") format("truetype"), url("fonts/gotham-black/gotham-black.svg#gotham-black") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------------
# SASS: Mixin
--------------------------------*/
/*-------------------------------
# SASS: Breakpoints
--------------------------------*/
/*#############################################################
## Reset
/*###########################################################*/
/*-------------------------------
# Default Variables
--------------------------------*/
/*-------------------------------
# Body
--------------------------------*/
body {
  font-family: "local-corbel-regular";
  color: #000000;
  background-color: #ffffff;
  font-size: 24px;
  font-style: normal; }
  body p:last-child {
    margin-bottom: 0; }

/*-------------------------------
# Header
--------------------------------*/
label,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "local-corbel-regular";
  color: #000000;
  font-size: 18px;
  font-weight: 800; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 32px; }

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

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

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

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

/*-------------------------------
# Link
--------------------------------*/
a, a:link, a:focus, a:hover, a:visited, a:active {
  color: #279e0c;
  text-decoration: none;
  outline: none; }

/*-------------------------------
# Bold
--------------------------------*/
b, strong {
  font-weight: bold; }

/*-------------------------------
# Ialic
--------------------------------*/
i, em {
  font-style: italic; }

/*-------------------------------
# Bullet
--------------------------------*/
ul, ol {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1rem;
  display: block; }
  ul li:last-child, ol li:last-child {
    margin-bottom: 0; }

.customise-content ul, .customise-content ol {
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  list-style-position: outside;
  list-style-type: none; }
  .customise-content ul li, .customise-content ol li {
    padding: 0 0 0 40px;
    position: relative; }
    .customise-content ul li:before, .customise-content ol li:before {
      font-family: FontAwesome;
      font-family: 'Font Awesome 5 Free';
      content: "\f058";
      font-weight: 900;
      color: inherit;
      font-size: inherit;
      position: absolute;
      left: 0;
      top: 1px; }

/*-------------------------------
# Blockquote
--------------------------------*/
blockquote > *:first-child:before {
  content: '"';
  display: inline-block;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  margin-right: 5px; }
blockquote > *:last-child:after {
  content: '"';
  display: inline-block;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  margin-left: 5px; }

/*#############################################################
## Slick Slider
/*###########################################################*/
.slick-slider {
  visibility: hidden;
  /*-------------------------------
  # Drag-gable : Cursor
  --------------------------------*/
  /*-------------------------------
  # Each Slide
  --------------------------------*/
  /*-------------------------------
  # 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 .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 25px; }
    .slick-slider.slick-dotted .slick-dots li button:before {
      font-size: 15px;
      opacity: 1;
      color: #279e0c; }
    .slick-slider.slick-dotted .slick-dots li.slick-active button::before {
      opacity: .75;
      color: #2e91fc; }
  .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; }

/*#############################################################
## Image
/*###########################################################*/
img {
  height: auto;
  max-width: 100%; }

/*#############################################################
## 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"],
select,
textarea {
  padding: 8px;
  bottom: 0;
  width: 100%;
  font-size: 18px; }

/*-------------------------------
# Placeholder
--------------------------------*/
::-webkit-input-placeholder {
  color: gray;
  opacity: 1;
  font-family: inherit; }

:-moz-placeholder {
  color: gray;
  opacity: 1;
  font-family: inherit; }

::-moz-placeholder {
  color: gray;
  opacity: 1;
  font-family: inherit; }

:-ms-input-placeholder {
  color: gray;
  opacity: 1;
  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: 30px 0 0 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 {
    display: none !important; }
    .wpcf7-form .ajax-loader.is-active {
      display: inline-block !important; }

/*#############################################################
## 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: #279e0c !important;
  background-image: none;
  color: #ffffff !important;
  border: 1px solid #279e0c !important;
  border-radius: 3px !important;
  font-size: 20px;
  line-height: 1.5;
  word-wrap: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  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; }
  @media only screen and (max-width: 767px) {
    .button.button-primary, .button.button-primary:link, .button.button-primary:focus, .button.button-primary:visited, .button.button-primary:active, .button.button-primary:hover {
      font-size: 16px; } }

.button.button-primary:hover {
  opacity: 0.80; }

/*-------------------------------
# Custom Button | button-header
--------------------------------*/
.button.button-header, .button.button-header:link, .button.button-header:focus, .button.button-header:visited, .button.button-header:active, .button.button-header:hover {
  background-color: #279e0c !important;
  background-image: none;
  color: #ffffff !important;
  border: 1px solid #279e0c !important;
  border-radius: 3px !important;
  font-size: 20px;
  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: .5rem 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-header:hover {
  opacity: 0.80; }

/*#############################################################
## Wordpress
/*###########################################################*/
#wpadminbar {
  z-index: 9999; }
  #wpadminbar * {
    color: #fff; }

.post, .page {
  margin: 0; }

/*#############################################################
## Bootstrap Styling
/*###########################################################*/
/*-------------------------------
# Bootstrap Container
--------------------------------*/
.container-fluid {
  max-width: 2000px; }

.container {
  max-width: 1200px; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5ths {
  max-width: 20%; }

@media (min-width: 768px) {
  .col-sm-5ths {
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-md-5ths {
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-5ths {
    max-width: 20%; } }
.opacity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }
  .opacity ~ * {
    position: relative;
    z-index: 2; }

/*#############################################################
## Slick Slider
/*###########################################################*/
.slick-slider {
  visibility: hidden;
  /*-------------------------------
  # Drag-gable : Cursor
  --------------------------------*/
  /*-------------------------------
  # Dots : Inside
  --------------------------------*/
  /*-------------------------------
  # Arrow : Inside
  --------------------------------*/ }
  .slick-slider.slick-initialized {
    visibility: visible; }
  .slick-slider .draggable .slick-slide {
    cursor: pointer; }
  .slick-slider.slick-dotted .slick-dots {
    position: absolute;
    bottom: auto; }
    .slick-slider.slick-dotted .slick-dots li button:before {
      font-size: 15px;
      opacity: 1;
      color: #FFF; }
    .slick-slider.slick-dotted .slick-dots li.slick-active button::before {
      opacity: .75;
      color: #279e0c; }
  .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; }

/*#############################################################
## Fixed to Top
/*###########################################################*/
body {
  padding-top: 0.1px; }

.make-me-sticky.scroll-to-fixed-fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

/*#############################################################
## Pagination
/*###########################################################*/
.pagination {
  display: inline-block; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 5px 15px;
    background-color: #279e0c;
    border: 2px solid #279e0c;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold; }
    .pagination .page-numbers.current {
      background-color: #ffffff;
      border: 2px solid #279e0c;
      color: #279e0c; }

/*#############################################################
## START
/*###########################################################*/
.title-box {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  background-color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  border: 2px solid #000; }
  .title-box.title-box-transparent {
    border: 2px solid #fff;
    color: #FFF;
    background-color: transparent; }
  .title-box.title-box-medium {
    font-size: 30px; }
  .title-box.title-box-small {
    font-size: 13px;
    font-weight: lighter; }
  .title-box.title-box-blue {
    background-color: #07326d;
    color: #ffffff;
    border: 2px solid #07326d; }
  @media only screen and (max-width: 767px) {
    .title-box {
      font-size: 24px !important; } }

.header-main {
  border-bottom: 5px solid #9de1f7;
  background-color: #FFF; }

#homepage-banner {
  background-color: #07326d;
  line-height: 0;
	height: 500px;
}
  #homepage-banner .slick-dots {
    margin-top: 0;
    padding: 20px 0;
    padding-right: 0px;
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    text-align: right;
    padding-right: 10%; }
  #homepage-banner .slick-single .slick-single-wrapper {
    position: relative; }
    #homepage-banner .slick-single .slick-single-wrapper * {
      color: #FFF;
      line-height: 1.5; }
    #homepage-banner .slick-single .slick-single-wrapper .banner-title {
      font-size: 50px;
      font-weight: bold;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        #homepage-banner .slick-single .slick-single-wrapper .banner-title {
          font-size: 24px; } }
    #homepage-banner .slick-single .slick-single-wrapper .banner-content p {
      font-size: 22px; }
      @media only screen and (max-width: 767px) {
        #homepage-banner .slick-single .slick-single-wrapper .banner-content p {
          font-size: 16px; } }
    #homepage-banner .slick-single .slick-single-wrapper .slick-single-each {
      background-attachment: scroll;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: cover;
      height: 510px;
      width: 100%; }
    #homepage-banner .slick-single .slick-single-wrapper .slick-single-gradient {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-attachment: scroll;
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-color: rgba(0, 0, 0, 0.6);
      background-size: cover; }

#homepage-about {
  position: relative; }
  #homepage-about .homepage-about-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    #homepage-about .homepage-about-overlay .homepage-about-overlay-color {
      background-color: #f1f0f0; }
  #homepage-about .homepage-about-content {
    max-width: 560px;
    float: right;
    padding-left: 50px; }
    @media only screen and (max-width: 767px) {
      #homepage-about .homepage-about-content {
        padding-left: 0; } }
    #homepage-about .homepage-about-content p {
      font-size: 24px; }
      #homepage-about .homepage-about-content p strong {
        font-size: 25px;
        line-height: 1.2; }
  #homepage-about .homepage-about-diagram {
    max-width: 1000px;
    float: left; }

#homepage-contact {
  background-color: rgba(2, 43, 100, 0.8);
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  position: relative; }
  #homepage-contact p, #homepage-contact ul {
    color: #fff; }
  #homepage-contact .homepage-contact-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    #homepage-contact .homepage-contact-overlay .homepage-contact-overlay-color {
      background-color: rgba(2, 43, 100, 0.88); }

#footer-main {
  background-color: #000; }
  #footer-main .social-link {
    color: #fff;
    font-size: 1em; }
  #footer-main p a, #footer-main p span {
    color: #777777;
    font-size: 12px; }

#case-studies .title-box {
  border: 2px solid #07326d;
  color: #07326d; }
#case-studies .slick-dots {
  position: relative; }
#case-studies .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  height: 20px;
  width: 50;
  font-size: 24px;
  background-color: rgba(210, 111, 14, 0);
  padding: 10px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 1px;
  color: #000000;
  -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; }
  #case-studies .slick-dots li.slick-active {
    background-color: #279e0c; /* #d26f0e */
    color: #fff; }
#case-studies .slick-case-study {
  overflow: hidden; }
  #case-studies .slick-case-study .slick-each-container {
    background-color: transparent;
    padding-left: 50px; /* 100px */
    position: relative; }
    @media only screen and (max-width: 767px) {
      #case-studies .slick-case-study .slick-each-container {
        padding-left: 0; } }
    #case-studies .slick-case-study .slick-each-container .slick-each-image {
      height: 100px;
      width: 101px;
      border-radius: 50%;
      background-attachment: scroll;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: contain;
      position: absolute;
      top: 20px;
      left: 70px; /* 50px */
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 767px) {
        #case-studies .slick-case-study .slick-each-container .slick-each-image {
          position: relative;
          top: auto;
          left: auto;
          margin-bottom: 25px; } }
    #case-studies .slick-case-study .slick-each-container .slick-each-value {
      background-color: #b9deeb;
      padding: 20px 20px 20px 140px; /* 50px 50px 50px 80px */
		min-height: 320px;
}
      @media only screen and (max-width: 767px) {
        #case-studies .slick-case-study .slick-each-container .slick-each-value {
          padding: 25px 25px 25px 25px; } }
      #case-studies .slick-case-study .slick-each-container .slick-each-value .case-rating i {
        color: #279e0c; }
      #case-studies .slick-case-study .slick-each-container .slick-each-value h3 {
        font-size: 24px; }
      #case-studies .slick-case-study .slick-each-container .slick-each-value .case-studies-content p {
        font-size: 18px; 
		  line-height: 1.3em;
		  margin-bottom: 1rem;
}
	#case-studies .slick-case-study .slick-each-container .slick-each-value .case-studies-content p:first-child{
		min-height: 120px;
	}
        #case-studies .slick-case-study .slick-each-container .slick-each-value .case-studies-content p a {
          color: #fff;
   	 	background: #279e0c;
    	padding: 15px 20px 15px 20px;
}
      #case-studies .slick-case-study .slick-each-container .slick-each-value .case-author {
        font-size: 16px;
        font-weight: bold; }
      #case-studies .slick-case-study .slick-each-container .slick-each-value .case-author-position {
        font-size: 13px;
        font-style: italic; }

nav.menu-desktop {
  /*-------------------------------
  # Main Menu
  --------------------------------*/
  /*-------------------------------
  # Sub Menu
  --------------------------------*/ }
  nav.menu-desktop > ul.main-menu {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: inline-block;
    /*-------------------------------
     # Main Menu: Current Link
    --------------------------------*/ }
    nav.menu-desktop > ul.main-menu > li {
      display: inline-block;
      position: relative; }
      nav.menu-desktop > ul.main-menu > li > a {
		  text-align: left;
        padding: .5em .7em;
        display: inline-block;
        color: #222222;
        font-size: 20px;
        position: relative;
        font-weight: bold;
        -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;
        /*-------------------------------
         # Main Menu: Hover Link
        --------------------------------*/ }
        nav.menu-desktop > ul.main-menu > li > a:after {
          content: "";
          width: 100%;
          height: 5px;
          background-color: rgba(33, 73, 128, 0);
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -33px; }
        nav.menu-desktop > ul.main-menu > li > a:hover:after {
          background-color: rgba(33, 73, 128, 0.4); }
    nav.menu-desktop > ul.main-menu > li.menu-item-has-children {
      position: relative; }
      nav.menu-desktop > ul.main-menu > li.menu-item-has-children:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f101";
        content: "\f107";
        font-weight: 900;
        color: #214980;
        font-size: inherit;
        position: absolute;
        left: 95%;
        top: 50%;
        font-size: 15px;
        -moz-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%); }
    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: #214980; }
      nav.menu-desktop > ul.main-menu > li.current-menu-ancestor > a:after,
      nav.menu-desktop > ul.main-menu > li.current-menu-parent > a:after,
      nav.menu-desktop > ul.main-menu > li.current_page_parent > a:after,
      nav.menu-desktop > ul.main-menu > li.current_page_ancestor > a:after,
      nav.menu-desktop > ul.main-menu > li.current-menu-item > a:after,
      nav.menu-desktop > ul.main-menu > li.current_page_item > a:after {
        background-color: #214980; }
  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: 10px 0;
    display: inline-block;
    position: absolute;
    z-index: 100;
    background-color: #dedede;
    min-width: 320px;
    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: .0; }
      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: 10px 10px;
        display: block;
        margin: 0;
        font-size: 20px;
        color: #222222;
        /*-------------------------------
         # Sub Menu: Hover Link
        --------------------------------*/ }
        nav.menu-desktop > ul.main-menu > li ul.sub-menu > li > a:hover {
          text-decoration: none;
          color: #ffffff;
          background-color: rgba(39, 158, 12, 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: #279e0c; }

nav.menu-mobile {
  /*-------------------------------
  # Mobile Menu | Reset
  --------------------------------*/
  /*-------------------------------
  # Mobile Menu | Main Menu
  --------------------------------*/
  /*-------------------------------
  # Mobile Menu | Sub Menu
  --------------------------------*/ }
  nav.menu-mobile ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: block; }
    nav.menu-mobile ul li {
      display: block;
      margin: 0;
      padding: 0;
      margin-bottom: 0rem; }
      nav.menu-mobile ul li:last-child {
        margin-bottom: 0; }
      nav.menu-mobile ul li a {
        display: block;
        padding: 10px  5px;
        margin: 0;
        font-size: 18px;
        color: #515762; }
  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.sub-menu {
    background-color: rgba(85, 166, 255, 0.5);
    padding: 15px 0px;
}
    nav.menu-mobile ul.sub-menu > li > a:hover {
      background-color: rgba(221, 221, 221, 0.5); }
    nav.menu-mobile ul.sub-menu > li.current-menu-ancestor a,
    nav.menu-mobile ul.sub-menu > li.current-menu-parent a,
    nav.menu-mobile ul.sub-menu > li.current_page_parent a,
    nav.menu-mobile ul.sub-menu > li.current_page_ancestor a,
    nav.menu-mobile ul.sub-menu > li.current-menu-item a,
    nav.menu-mobile ul.sub-menu > li.current_page_item a {
      text-decoration: underline; }

.free-consultation a {
  background-color: #279e0c;
  display: inline-block;
  padding: 10px 15px !important;
  border-radius: 5px;
  text-transform: uppercase;
  color: #ffffff !important;
  line-height: 1;
  border: none;
  font-weight: bold; }

#homepage-introduction {
  padding: 100px 0 50px 0; }
  #homepage-introduction .homepage-introduction-main h2 {
    font-size: 38px; }
  #homepage-introduction .homepage-introduction-main p {
    font-size: 24px; }
  #homepage-introduction .homepage-introduction-each h3 {
    font-size: 25px; }
  #homepage-introduction .homepage-introduction-each p {
    font-size: 16px; }

#service-offered {
  background-color: #eae9e9;
  padding: 100px 0 50px 0; }
  #service-offered .title-box-floating {
    position: absolute;
    left: 0;
    right: 0;
    top: -135px; }
    @media only screen and (max-width: 767px) {
      #service-offered .title-box-floating {
        position: static;
        left: auto;
        right: auto;
        top: auto; } }
  #service-offered .service-card-each {
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #ffffff; }
    #service-offered .service-card-each h3 {
      font-size: 30px;
      text-transform: uppercase; }
    #service-offered .service-card-each ul li {
      font-size: 20px; }

#service-solution {
  background-color: #ffffff;
  padding: 100px 0 100px 0;
  border-radius: 5px; }
  #service-solution .service-solution-each {
    background-color: #f1f0f0;
    padding: 50px 25px;
    border-radius: 5px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15); }
    #service-solution .service-solution-each h2 {
      font-size: 38px; }
    #service-solution .service-solution-each h3 {
      color: #07326d;
      font-size: 25px;
      font-weight: bold;
      font-family: 'local-gotham-black'; }

#contact-section .contact-section-content p {
  font-size: 24px; }
  #contact-section .contact-section-content p strong {
    font-size: 25px; }
#contact-section .contact-section-sidebar {
  background-color: #FFF;
  border-radius: 5px;
  padding: 20px; }
  #contact-section .contact-section-sidebar p {
    font-size: 20px;
    color: #214980; }
    #contact-section .contact-section-sidebar p strong {
      color: #214980; }
  #contact-section .contact-section-sidebar .contact-section-sidebar-detail i, #contact-section .contact-section-sidebar .contact-section-sidebar-detail a, #contact-section .contact-section-sidebar .contact-section-sidebar-detail span {
    font-size: 24px;
    color: #000000;
    vertical-align: middle; }
  #contact-section .contact-section-sidebar .contact-section-sidebar-detail a {
    -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; }
    #contact-section .contact-section-sidebar .contact-section-sidebar-detail a:hover {
      color: #279e0c; }
  #contact-section .contact-section-sidebar .contact-section-sidebar-detail i {
    color: #214980; }

.contact-section-footer p {
  font-size: 20px;
  color: #ffffff; }
  .contact-section-footer p strong {
    color: #ffffff; }
.contact-section-footer .contact-section-sidebar-detail i, .contact-section-footer .contact-section-sidebar-detail a, .contact-section-footer .contact-section-sidebar-detail span {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle; }
.contact-section-footer .contact-section-sidebar-detail a {
  -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; }
  .contact-section-footer .contact-section-sidebar-detail a:hover {
    color: #279e0c; }
.contact-section-footer .contact-section-sidebar-detail i {
  color: #9FE6FF; }

#footer-cta {
  height: 500px;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #07326d;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    #footer-cta {
      height: auto; } }
  #footer-cta .opacity {
    background-color: rgba(0, 0, 0, 0.65); }
  #footer-cta h3 {
    font-size: 50px;
    color: #ffffff; }
    @media only screen and (max-width: 767px) {
      #footer-cta h3 {
        font-size: 24px; } }
  #footer-cta p {
    color: #ffffff;
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      #footer-cta p {
        font-size: 18px; } }

#about-approach {
  background-color: #f1f0f0;
  padding: 100px 0 50px 0; }
  #about-approach .each-approach-card {
    border-radius: 5px;
    background-color: #FFF;
    padding: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    #about-approach .each-approach-card h3 {
      text-transform: uppercase;
      font-size: 25px; }
    #about-approach .each-approach-card p {
      font-size: 18px; }

#services-pointers {
  position: relative; }
  #services-pointers .services-pointers-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    #services-pointers .services-pointers-layer .services-pointers-layer-bg {
      background-color: #f8f8f8; }
  #services-pointers .services-pointers-content h2 {
    font-size: 30px; }
  #services-pointers .services-pointers-content p, #services-pointers .services-pointers-content ul, #services-pointers .services-pointers-content ol {
    font-size: 20px; }
    #services-pointers .services-pointers-content p li:before, #services-pointers .services-pointers-content ul li:before, #services-pointers .services-pointers-content ol li:before {
      color: #279e0c; }

#middle-cta {
  background-color: #07326d; }
  #middle-cta .middle-cta-bg {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover; }
  #middle-cta .middle-cta-content {
    width: 100%;
    float: right;
    max-width: 950px;
    padding-left: 50px; }
    @media only screen and (max-width: 767px) {
      #middle-cta .middle-cta-content {
        padding-left: auto; } }
    #middle-cta .middle-cta-content .middle-cta-title {
      font-size: 50px; }
    #middle-cta .middle-cta-content span.quote-author {
      font-size: 22px;
      font-style: italic;
      color: #b9deeb;
      display: block; }
  #middle-cta * {
    color: #ffffff; }

.blog-section-archive {
  background-color: #f1f0f0;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px; }

.blog-section-archive-image {
  display: block;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  height: 100%; }

#blog-section-single .blog-section-single-sidebar {
  border-radius: 5px;
  background-color: #FFF;
  padding: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

#download-section .download-section-card-wrapper .download-section-card {
  display: inline-block;
  background-color: transparent;
  -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; }
  #download-section .download-section-card-wrapper .download-section-card:hover {
    box-shadow: 0px 15px 28px 7px rgba(0, 0, 0, 0.06); }
#download-section .download-section-card-wrapper h2 {
  font-size: 26px; }

#start-section {
  height: 300px; }
  #start-section h1 {
    color: #ffffff; }
  #start-section .start-section-gradient {
    background-color: rgba(0, 0, 0, 0.6); }

#start-each-service .start-each-service-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #start-each-service .start-each-service-layer .start-each-service-layer-bg {
    background-color: #f8f8f8; }

/*# sourceMappingURL=style-main.css.map */
