body {
    font-family: 'Rubik', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
}
.max-w-800 {
    max-width: 800px;
    margin: auto;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed #889486;
}
.ptpb-4 {
    padding: 4rem 0;
}
.ptpb-6 {
    padding: 6rem 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', cursive;
    margin-bottom: 1rem;
    /*line-height: 0.8;*/
}
h1,h2 {
    font-size: 36px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}
h3 {
    font-size: 2rem;
}
h4,h5,h6 {
    font-family: 'Rubik', cursive;
    font-size : 16px;
    color : #1e1e1e;
}

.pretitle {
    font-family: 'Rubik', cursive;
    font-size: 16px;
    color : #1e1e1e;
}
.intro {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding: 10px 0;
}
section {
    position: relative;
}
.row.subtitle {
    background-color: #4c8a42;
    background-color: #889486;
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
}
a {
    color: #02935c;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover,
a:focus {
    color: #45918d;
    text-decoration: none;
    transition: all 0.3s;
}
input {
    width: 100%;
    padding: 0.8em;
    border: 1px solid #fab900;
}
::placeholder {
/*    font-style: italic;
    font-size: 16px;*/
    color: #323338;
}
.btn {
    border-radius: 2px;
    background-color: rgb(2, 147, 92);
    box-shadow: 0px 3px 5px 0px rgba(34, 45, 56, 0.15);
    font-family: 'Rubik', sans-serif;
    padding: 0.6rem 1.6rem;
    color: #fff;
    font-weight: 500;
}
.btn:focus, .btn:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #45918d !important;
}
#contact input, #contact textarea {
    border: 1px solid #000;
    padding: 0.5em;
    font-size: 15px;
    border-radius: 5px;
}
.navbar {
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.27);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
}
.fixed-top {
    position: fixed !important;
}

.navbar-brand {
    width: 20%;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.navbar-brand .sitetitle {
    color: #044e90!important;
    /*text-transform: uppercase;*/
    margin-left: 14px;
    font-size: 14px;
    font-weight: 600;
}
nav .logo img {
    width: auto;
    height: 51px;
}
.navbar button {
    box-shadow: none;
    outline: none !important;
}
.navbar-nav {
    justify-content: center;
    width: 100%;
}
.phonenumber {
    width: 20%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    color: #1e1e1e;
    font-family: 'Rubik', cursive;
}
a.nav-link.active {
    color: #034a8c !important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #034a8c;
}
.menu-item .dropdown-menu a.nav-link {
    color: #505050;
    font-family: 'Rubik', cursive;
    font-size: 15px;
}
.dropdown-menu {
    min-width: 13rem;
}

#header {
    background-size: cover;
    background-position: center;
    background-image: url(../img/img1.jpg);
}
/*#header img.logo-header {
    width: 250px;
    max-width: 98%;
}*/
#header .content {
    min-height: 400px;
    padding: 0;
}
/*#header img.logo-header {
    width: 250px;
    max-width: 98%;
}*/

.page-template-page-home #header .content {
    min-height: 600px;
    padding: 0;
}

/*.page-template-page-home #header .content {
    padding: 18em 0 13em;
}*/
/*.page-template-page-home #header img.logo-header {
    width: 250px;
    max-width: 98%;
}*/

#title {
    background-color: #00498d;
}


#usps {
    background-color: #f3f3f3;
}
#usps h4 {
    padding: 1.6rem 0.6rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(234, 236, 240);
    border-radius: 5px;
    color: #1e1e1e;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(34, 45, 56, 0.08);
}
#usps i {
    font-size: 1.6rem;
    color: #02935c;
}
#usps .usp p {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}


#about a i {
    font-size: 1.6rem;
}
#about h2 {
    color: #00935b;
}


#services {
    background-color: #f3f3f3;
}
#services figure {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 67%;
    margin: 0;
    border-radius: 5px;
}
#services figure a {
    display: block;
    background-color: #ddd;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    border-radius: 5px;
}
#services .service-info {
    background-color: #fff;
    padding: 20px 16px;
    margin: -2em 15px 3em;
    width: calc(100% - 30px);
    border-radius: 5px;
    z-index: 1;
    position: relative;
    border-bottom: 5px solid #00935b;
}
#services figure a:hover {
    opacity: 0.7;
}
#services h3 {
    color: #02935c;
    text-transform: uppercase;
    font-size: 14px;
}
#services .service-info p {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    line-height: 28px;
    font-weight: 600;
    color: #222d38;
}
#services .service-info a {
    color: #222d38;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 2em;
    display: block;
}


#cta {
    background-color: #00498d;
}
#cta .container {
    padding: 3.6em 0 !important;
}


#contact {
    background-color: #fff;
}
#contact textarea {
    width: 100%;
    height: 200px;
    padding: 0.8em;
    border: 0;
}
#contact input, 
#contact textarea {
    border: 1px solid #a7a9ac;
    padding: 0.5em;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 1em;
}
#contact input.btn {
    border-radius: 2px;
    background-color: rgb(2, 147, 92);
    box-shadow: 0px 3px 5px 0px rgba(34, 45, 56, 0.15);
    font-family: 'Rubik', sans-serif;
    padding: 0.6rem 1.6rem;
    color: #fff;
    font-weight: 500;
    /*width: auto;*/
    font-size: 1rem;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    color: #a7a9ac;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -0.6em;
    display: block;
    padding-bottom: 1em;
    font-style: italic;
}
.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-mail-sent-ok {
    border: 2px solid #a7a9ac;
    float: left;
    width: 100%;
    padding: 0.7em 1em;
    color: #067370;
    text-align: center;
    font-style: italic;
    background: #f9f7f4;
}

.grecaptcha-badge {
    display: none !important;
    opacity: 0;
}

#footer {
    background-color: #f7f7f7;
}
#footer .ptpb-6 {
    padding: 4rem 0 3rem;
}
#footer p {
    font-size: 15px;
    line-height: 22px;
}
#footer .copyright p {
    font-size: 13px;
}


#textsection h2,
#textsection h3,
#textsection h4,
#textsection h5,
#textsection h6 {
    font-size: 1.4rem;
    margin-top: 2rem;
}
#textsection h2:first-child,
#textsection h3:first-child,
#textsection h4:first-child,
#textsection h5:first-child,
#textsection h6:first-child {
    margin-top: 0;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*@media (min-width: 576px) {
    .container {
        max-width: 96% !important;
    }
}*/

@media (max-width: 1200px) {
/*    #header .content {
        padding: 14em 0 13em;
    }*/
}
@media (max-width: 991px) {
    .ptpb-6 {
        padding: 4rem 0;
    }
    .navbar-nav {
        width: 100%;
    }
    .page-template-page-home #header .content,
    #header .content {
        min-height: 240px;
        padding: 0;
        margin-top: 80px;
    }
/*    .page-template-page-home #header .content {
        padding: 1min-hem 0 8em;
    }
    .page-template-page-home #header img.logo-header {
        width: 180px;
    }*/
    .dropdown-menu {
        text-align: center;
        font-size: 15px;
        background-color: #f9f9f9;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0;
        text-align: center;
    }
    .btn {
        padding: 0.4rem 1.2rem;
    }
}
@media (max-width: 767px) {
    h3.text-white.mt-4.mb-4,
    h1.text-white.mt-4.mb-4 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }
    h1,h2,h3 {
        font-size: 1.4rem;
    }
    #services .service-info {
        padding: 20px 8px;
        margin: -2em 8px 2em;
        width: calc(100% - 16px);
    }    
    #services .service-info p {
        font-size: 16px;
        font-family: 'Rubik', sans-serif;
        line-height: 22px;
    }
}

@media (max-width: 400px) {
    nav .logo img {
        width: 150px;
    }
    #header .content {
        min-hedding: 10em 0 6em;
    }
}




/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; 
}
.mfp-counter {
    display: none;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}