/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #213d80;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: white;
  margin: 0 auto !important;
}
body,
body p {
  color: #4b4a4a !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #0150a0;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: black;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Open Sans', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #f4f4f4;
}
.flex-layout1 .dark {
  background-color: #328BC3;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f4f4f4;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #328BC3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f4f4f4;
}
.flex-spacer.dark {
  background-color: #328BC3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.topbanner,
.no-banner {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .topbanner,
  .no-banner {
    margin-top: 60px;
  }
}
.site-header {
  background-color: white !important;
  max-width: 1920px;
  width: 100%;
  height: 90px;
  box-shadow: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.site-header .container {
  max-width: 1400px;
}
@media all and (max-width: 992px) {
  .site-header {
    height: 60px;
  }
}
.site-header img {
  transition: all 0.9s ease-in-out !important;
  opacity: 1;
  height: 70px;
  margin-top: 10px;
  width: auto;
}
@media all and (max-width: 992px) {
}
@media all and (max-width: 992px) {
  .site-header img {
    height: 40px;
  }
}
.site-header.scroll {
  transition: all 0.9s ease-in-out !important;
  height: 60px;
}
@media all and (max-width: 768px) {
  .site-header.scroll {
    height: 60px;
  }
}
.site-header.scroll img {
  height: 40px;
  width: auto;
  transition: all 0.9s ease-in-out !important;
  margin-top: 10px;
}
body.logged-in .site-header {
  top: 32px;
}
body.error404 .search-form {
  display: none;
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
}
#main-nav .navbar-nav > li > a {
  color: black !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 0 10px 0 !important;
  margin: 0 20px  !important;
}
@media all and (min-width: 1200px) {
  #main-nav .navbar-nav > li > a {
    font-size: 20px !important;
    margin: 0 30px  !important;
  }
}
@media all and (max-width: 992px) {
  #main-nav .navbar-nav > li > a {
    display: none;
  }
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #213d80 !important;
  background: none;
}
#main-nav .navbar-nav li.current-page-ancestor a,
#main-nav .navbar-nav li.current_page_parent a {
  background: none;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #010154;
  background-color: none;
  border-bottom: 2px solid #010154;
}
#main-nav .navbar-nav > li:last-child a {
  background: #213d80;
  color: white !important;
  border-radius: 10px;
  padding: 8px 20px !important;
  margin-top: 15px;
  transition-timing-function: linear;
  transition: 0.2s;
}
#main-nav .navbar-nav > li:last-child a:hover {
  background: #213d80;
  transform: translate(3px, 3px) !important;
}
.extra-menu-top {
  display: none;
  position: absolute;
  float: none !important;
  right: 2px;
  top: -28px;
  height: 30px;
}
.extra-menu-top ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.extra-menu-top ul.menu li {
  display: inline-block;
}
.extra-menu-top ul.menu li a {
  color: black;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: white !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
  min-width: 250px;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 6px;
}
ul.dropdown-menu li.menu-item:hover {
  background: none;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #bd0f0f;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  line-height: 1.1em;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: #010154;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.footer {
  max-width: 1920px;
  background-color: #213d80;
  height: auto !important;
  color: #eeeeee !important;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  color: #eeeeee !important;
  font-size: 0.9em !important;
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #eeeeee;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #eeeeee;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0px;
  margin-right: 30px;
  padding: 0;
}
.footer-menu ul.menu li {
  display: inline-block;
}
.footer-menu ul.menu li a {
  font-size: 0.9em;
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 4px 15px;
}
.footer-menu ul.menu li a:hover {
  color: #eeeeee;
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 992px) {
  .hero-banner {
    height: auto;
    min-height: 250px;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: white !important;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 992px) {
  .hero-banner .hero-banner-text h1 {
    font-size: 2.2em !important;
  }
}
body.home .hero-banner {
  height: 550px;
  min-height: auto !important;
}
@media (max-width: 1105px) {
  body.home .hero-banner {
    height: auto !important;
  }
}
body.home .hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
}
body.home .hero-banner .hero-banner-text h2 {
  font-size: 1.7em !important;
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: black;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 3.1em !important;
}
h2,
.h2 {
  font-size: 2.4em !important;
}
h3,
.h3 {
  font-size: 1.6em !important;
}
h4,
.h4 {
  font-size: 1.5em !important;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #213d80;
  color: white !important;
  border-radius: 6px;
  font-weight: 400 !important;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 4px 10px;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  background: transparent;
  color: blue;
  border: 1px solid blue;
}
p a:hover.mybutton,
a:hover.mybutton {
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: blue;
  color: white;
  border: 1px solid blue;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  transition-timing-function: ease-in;
  transition: 0.5s;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: black !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: black !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: violet;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  width: 80%;
  border-radius: 10px;
  background-color: white;
  margin: -150px auto 0 auto;
  padding: 50px;
}
.overlay .container h1 {
  font-size: 2.6em !important;
}
@media all and (max-width: 768px) {
  .overlay .container h1 {
    font-size: 2em !important;
  }
}
@media all and (max-width: 768px) {
  .overlay .container {
    padding: 30px;
    margin: 0px auto 0 auto;
    width: 95%;
  }
}
.slider-heading {
  padding: 0 15px !important;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}
.mid-3-across-banner h2 {
  color: white !important;
}
@media all and (max-width: 1200px) {
  .mid-3-across-banner h2 {
    font-size: 1.8em !important;
  }
}
.mid-3-across-banner h2.flex-heading {
  margin-bottom: 30px !important;
}
.mid-3-across-banner .boxes {
  text-align: center;
  height: 90%;
  background-color: rgba(23, 52, 121, 0.8);
  padding: 40px !important;
  margin-bottom: 20px !important;
}
.mid-3-across-banner .boxes h2,
.mid-3-across-banner .boxes p {
  color: white !important;
}
@media all and (max-width: 1200px) {
  .mid-3-across-banner .boxes {
    padding: 20px;
    min-height: auto;
  }
}
@media all and (max-width: 992px) {
  .mid-3-across-banner .boxes {
    padding: 5px;
  }
}
.why-fisher {
  padding: 40px 20px !important;
  border-radius: 10px;
  background: #FFFFFF;
  background: linear-gradient(0deg, #ffffff 0%, #ffbb29 100%);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.why-fisher p,
.why-fisher h3,
.why-fisher li {
  color: black!important;
}
.why-fisher h2 {
  color: white;
  text-shadow: 1px 1px 2px #000000;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .why-fisher h2 {
    font-size: 3vw !important;
  }
}
@media all and (max-width: 992px) {
  .why-fisher h2 {
    font-size: 2.2em !important;
  }
}
.why-fisher li {
  font-size: 1.1em;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.services-boxes .flex-repeater-cell {
  height: 350px;
  background-repeat: no-repeat;
  background-clip: padding-box;
  border: 10px solid transparent;
  border-radius: 20px;
}
.services-boxes .flex-repeater-cell:hover {
  transform: translate(3px, 3px) !important;
  box-shadow: white !important;
}
.services-boxes .flex-repeater-cell.free-estimate-projects {
  background: white;
  background-clip: padding-box;
  border: 10px solid transparent;
}
.services-boxes .flex-repeater-cell.free-estimate-projects:hover {
  background: #213d80;
}
.services-boxes .flex-repeater-cell.free-estimate-projects:hover h3 {
  color: white !important;
}
.two_across_heading {
  color: white;
}
.project-banner img {
  box-shadow: 5px 5px 5px #888888;
}
.project-head .line {
  border-bottom: 1px solid gray;
  text-align: right;
  padding-right: 20px;
}
.call-today {
  font-size: 2em;
}
.project-detail {
  padding-top: 50px !important;
}
.project-detail h2 {
  color: #010154 !important;
}
.project-detail blockquote {
  border-left: 4px solid #FFA500;
  padding: 4px 20px;
  margin-left: 20px;
  margin-top: 40px;
}
.project-detail blockquote p {
  font-size: 1.1em !important;
  font-weight: 500 !important;
  color: #010154 !important;
}
.home-left {
  padding: 0 4vw 0 2vw !important;
}
.home-left img {
  clear: left;
  width: auto;
  max-height: 80px;
}
.home-left h3 {
  display: inline-block;
}
.home-left p a.mybutton {
  margin: 10px auto 20px auto;
}
.company-container blockquote {
  border-left: 4px solid #FFA500;
  padding: 4px 20px;
  margin-left: 20px;
  margin-top: 40px;
}
.company-container blockquote p {
  font-weight: 300 !important;
  font-size: 1.4em !important;
  font-style: italic;
  color: #010154 !important;
}
.testimonials-container {
  background: #FCFCFC;
}
.testimonials-container .left .quotename {
  margin: 6px 0 50px 60px;
  text-align: left;
  color: #213d80 !important;
}
.testimonials-container .left .testimonial blockquote {
  margin: 10px 10px 0;
  background: #FFFFFF;
  padding: 30px 60px;
  position: relative;
  border: none;
  border-radius: 14px;
  font-style: italic;
}
.testimonials-container .left .testimonial blockquote:before,
.testimonials-container .left .testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #757f9a;
  font-style: normal;
}
.testimonials-container .left .testimonial blockquote:before {
  top: 0;
  left: 10px;
}
.testimonials-container .left .testimonial blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}
.testimonials-container .left .testimonial div {
  width: 0;
  height: 0;
  border-left: 0 solid transparent !important;
  border-right: 20px solid transparent !important;
  border-top: 20px solid white !important;
  margin: 0 0 0 60px;
}
.testimonials-container .right .quoteside {
  text-align: right;
  font-weight: 300 !important;
  font-size: 1.4em !important;
  font-style: italic;
  line-height: 1.6em;
  color: #213d80 !important;
  border-radius: 10px;
  padding: 40px;
  margin: 10vw auto;
}
.testimonials-container .right .quoteside strong {
  font-weight: 600 !important;
}
