/*
Theme Name: Noordeloos
Theme URI: http://noordeloos.nl
Description: Wordpress thema voor Noordeloos
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: noordeloos
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Spectral:wght@700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.125;
    color: #111827;
   
    
}


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

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

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

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

.h5,
h5 {
    font-size: 18px;
    font-family: 'Spectral', serif;
    text-transform: uppercase;
}

.h6,
h6 {
    font-size: 14px;
	letter-spacing: 1.4px;
    font-family: 'Spectral', serif;
    text-transform: uppercase;
   
}

h5, h6, .h5, .h6 {
    color: #46a323
}



body {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
   font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    line-height: 1.75;

  
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #46a323 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
   -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
    color: #0A1E2E;
    background: rgb(238 237 237 / 50%);
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
     color: rgb(51 51 51 / 50%);
}

::-moz-placeholder {
     color: rgb(51 51 51 / 50%);
}

:-ms-input-placeholder {
     color: rgb(51 51 51 / 50%);
}

::-moz-selection {
    background-color: #46a323 ;
    color: #ffffff
}

::selection {
    background-color: #46a323 ;
    color: #ffffff
}

::-moz-selection {
    background-color: #46a323 ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

table tr th {
    font-weight: 600
}
b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}




.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters > [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}



.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn,
.button {
 -moz-appearance: none;
    -webkit-appearance: none;
    padding: 12.5px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1.375;
    white-space: nowrap;
    color: #ffffff;
    background: #46a323;
    border-radius: 50px;
    overflow: hidden;
    min-width: 150px;
    text-align: center;
      border: 3px solid #46a323;
       margin-right: 15px;
}


.btn:hover{
    color: #ffffff;
}


.btn:before {
  
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
        background: rgb(0 0 0 / 25%);
    -webkit-transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);

}


.btn:hover:before {
     left: 0;
    right: auto;
    width: 100%;
}


.btn--outline {
    background: transparent;
     border: 3px solid #46a323;
     color: #46a323;
}

.btn--outline:before {
     background: #46a323;
}

/*.btn + .btn {
    margin-left: 15px;
}*/

.btn--checked {
    background: #387620;
    border-color: #387620;
    color: #ffffff
}

.read-more {
    font-size: 19px;
    color: #111827;
    font-weight: bold;
    display: block;
    margin-top: 30px;
}

.read-more :is(b, strong, u) {
    color: #46a323
}

/* Main styles */

header {
    position: relative;
    z-index: 999;
   
    background: #ffffff;
    
}



header nav.navbar {
    padding: 0;
    background: #ffffff;
    border-bottom: 2px solid #46a323
}

header nav.navbar .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width: 300px;
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-right: 15px;
}



header nav.navbar.navbar-extra {
   background: #eeeded;
   padding: 0;
   color: #111827;
   border-bottom: 0

}

header nav.navbar.navbar-extra .navbar-nav {
    width: 100%;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
     font-size: 13px;
     font-weight: normal;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:hover > .nav-link,
header nav.navbar.navbar-extra .navbar-nav > .nav-item.active > .nav-link {
  
}




header nav.navbar .navbar-nav {
  
}



header nav.navbar .navbar-nav > .nav-item {

}






header nav.navbar .navbar-nav > .nav-item > .nav-link {
   
        padding: 7.5px 22.5px;
        margin: 0;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:first-child > .nav-link {
    padding-left: 0;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link img {
    width: 20px;
    vertical-align: middle;
}


header nav.navbar .navbar-nav .nav-item:hover > a.nav-link,
header nav.navbar .navbar-nav > .nav-item.active > a.nav-link  {
    color: #46a323;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
    display: inline-block;
    position: absolute;
    right: 7.5px;
    top: 20px;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
    content: url(images/dropdown.svg);
    width: 7.5px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0
}

header nav.navbar .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle:after {
    transform: rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    border: 0;
    box-shadow: 0px 0px 11px #00000029;
    border-radius: 0;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{
       color: #000000;
    padding: 12.5px 22.5px;
    line-height: 1;
    white-space: nowrap;
    min-width: 225px;
    position: relative;
    font-size: 15px;
        color: #111827 !important;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:after {
    content: url(images/arrow-right.svg);
    position: absolute;
    right: 22.5px;
    width: 5px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover:after {
    right: 15px;
}*/

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li.active a {
    color: #46a323;
    background: transparent;
}


header nav.navbar .navbar-text {

}

header nav.navbar .navbar-text #flags {
		width: auto
	}


header nav.navbar .navbar-text ul{
    margin-bottom: 0;
	  height: 45px;
}

header nav.navbar .navbar-text ul li{
    display: inline-block;
}

header nav.navbar .navbar-text ul li:not(:last-child){
    margin-right: 10px;
}

header nav.navbar .navbar-text ul li a{
    background-color: #eeeded;
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 50%;

    line-height: 1.5;
}

header nav.navbar .navbar-text ul li a {
	    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
}
header nav.navbar .navbar-text ul li a[title="Dutch"] {
	background-image: url(images/nl.svg);
}

header nav.navbar .navbar-text ul li a[title="English"] {
	background-image: url(images/en.svg);
}


header nav.navbar .navbar-text ul li a:hover {
    background-color: #46a323;
}





/* Navbar toggler */

header nav.navbar .navbar-toggler {
      margin: 0;
    background: #46a323;
        padding: 11px 8px;
    border-radius: 50%;
     /* margin: 11.5px 0;*/
     margin-left: 10px;
}




header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 24px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
}




/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 750px;
}

section.header.header--small {
    height: 450px;
}


section.header .header-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


section.header .header-image img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
       -o-object-position: center;
    object-position: center ;
}

section.header .header-image iframe {
    width: 100%;
    height: 100%;
}

section.header .header-content {
        top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    width: 100%;
   
}

section.header .header-content :is(h1, h2, h3, h4, h5) {
    max-width: 470px;
    color: #ffffff;
     text-shadow: 0px 0px 16px #000000B1;
}



section.header .header-content :is(h1, h2, h3) {
    
}

section.header .header-content :is(h4, h5, h6) {
    
}

section.header .header-content h6 {
        background: #46a323;
    display: inline-block;
    padding: 7.5px 15px 5px 15px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: normal;

}


section.header .header-content .btn {
    margin-top: 15px;
}







/* Cards */

section.cards {
       padding: 60px 0 30px 0;
}


section.cards.cards--background {
    background: #eeeded;
    margin: 0;
	margin-top: 60px;
}


.cards .cards-header {
    margin-bottom: 45px;
}


.cards .cards-header :is(h1, h2, h3) {
  
}

.cards .cards-header :is(h4, h5, h6) {
  margin-bottom: 5px;
}

.cards .cards-header .btn:last-child, 
.cards .cards-header .btn:nth-last-child(2) {
    margin-top: 15px;
}


.cards .cards-header *:last-child {
    margin-bottom: 0
}

.cards .card {
    margin-bottom: 60px;
    position: relative;
    height: calc(100% - 60px);
    display: block;

}


.cards .card:hover {
   
}

.cards .card .card-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    overflow: hidden;
        border-top: 2px solid #46a323;
}

.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


 .cards .card:hover .card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 


.cards .card .card-content {
    padding-top: 30px;
    position: relative;
    z-index: 1;
}


.cards .card .card-content[data-icon]:before {
        position: absolute;
    top: -37.5px;
    right: 22.5px;
    width: 75px;
    z-index: 1;
    display: block;
   /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
     /*   animation: animation 1.5s alternate infinite ease-in;*/
}

.cards .card .card-content[data-icon="icon-1"]:before {
    content: url(images/icon-1.svg);
}

.cards .card .card-content[data-icon="icon-2"]:before {
    content: url(images/icon-2.svg);
}

.cards .card .card-content[data-icon="icon-3"]:before {
    content: url(images/icon-3.svg);
}


.cards .card .card-content :is(h1, h2, h3){
    margin-bottom: 0
}

.cards .card .card-content :is(h5, h6){
    margin-bottom: 7.5px
}


.cards .card .card-content p {
}

.cards .card .card-content .btn {
    margin-top: 15px;
}

.cards .card .card-content *:last-child {
    margin-bottom: 0
}



/* Article */

article {
    padding: 60px 0;
  
}

body.not-home article {
        overflow-x: hidden;
}




article.article--background {
       background: #ffffff;
    padding: 90px 0;
    margin: 0;
}

article.article--reverse:nth-child(odd) {
    background: #EEEDED;
}

article.article--reverse:nth-child(odd) .row {
    flex-direction: row-reverse;
}

body.not-home article [class*="col-xl-7"]:after {
    content: '';
    background: #eeeded;
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 30%;
    z-index: -1;
    width: 100vw;
}

section.cards + article {
    margin-bottom: 150px
}

section.cards + article [class*="col-xl-6"]:first-child:after {
    content: '';
    background: #eeeded;
    position: absolute;
    top: 60px;
    bottom: -60px;
    right: 30%;
    z-index: -1;
    width: 100vw;
}

article .article-content {

}

article .article-content :is(p, table, ul) {
	margin-bottom: 22.5px;
}

article .article-content + .article-content {
    margin-top: 120px;
}



article .article-content :is(h4, h5, h6):first-child {
     margin-bottom: 7.5px;
}




article .article-content img {
    width: auto;
}

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}



article .article-content *:last-child {
    margin-bottom: 0
}

article .article-content ul:not(.list-unstyled) {
   
}

article .article-content ul:not(.list-unstyled) li {
     padding-left: 25px; 
    position: relative;
    margin-bottom: 10px;
}

article .article-content ul:not(.list-unstyled) li:last-child {
     margin-bottom: 0;
}

article .article-content ul:not(.list-unstyled) li:after {
       content: url(images/check.svg);
    display: inline-block;
    width: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}

article .article-content .btn:last-child,
article .article-content .btn:nth-last-child(2) {
    margin-top: 15px;
}

article .article-content .article-contact {
    max-width: 450px;
    margin-top: 120px;
}



article .article-image {
        position: relative;
    display: block;
    padding-bottom: 75%;
    border-top: 2px solid #46a323;
    overflow: hidden;
    margin-top: 60px;
}




article.article--reverse .article-image {
      -webkit-box-shadow: 90px 60px 0px 0px #eeeded;
    box-shadow: 90px 60px 0px 0px #eeeded;
    margin-bottom: 60px;
    margin-top: 0   
}

article.article--reverse:nth-child(odd) .article-image {
       -webkit-box-shadow: -90px 60px 0px 0px #ffffff;
    box-shadow: -90px 60px 0px 0px #ffffff;
}


article .article-image.article-image--square { 
     padding-bottom: 100%;
      margin-top: 0;

}

article .article-image.article-image--top {
    margin-top: -180px;
     padding-bottom: 56.25%;
}


article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

article .article-image img:nth-child(2) {
    top: 15px;
    right: 30px;
    bottom: -15px;
    left: 30px;
    z-index: -1;
    filter: blur(20px);
    width: calc(100% - 60px);
    pointer-events: none;
}

article .article-image:hover img { 
  -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

article .article-images .article-image {
    border-top: 0;
    margin-top: 45px;
}

article .article-video:before {
    content: url(images/play.svg);
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

article .article-usps {
  margin-top: 60px;
/*         margin-bottom: 60px; */
}

article .article-usps .article-usp {
    text-align: center;
        font-weight: 600;
     
       position: relative;
           color: #111827;
           line-height: 1.5

}



article .article-usps .article-usp img{
       max-height: 75px;
    margin-bottom: 15px;
}

article .article-usps .article-usp p {
    margin-bottom: 0
}



article .article-sidebar {
    background: #ffffff;
/*     padding: 22.5px 22.5px 15px 22.5px; */
        padding: 22.5px 30px 20px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

article .article-sidebar:not(:last-child) {
    margin-bottom: 30px;
}

article .article-sidebar:not(.article-sidebar--mark):before {
  content: url(images/sidebar.svg);
    position: absolute;
    width: 105px;
    display: inline-block;
    top: -22.5px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

article .article-sidebar:after {
    content: url(images/arrow.svg);
    position: absolute;
    right: 30px;
    bottom: 30px;
    line-height: 0;
    width: 7.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-sidebar:hover:after {
     right: 17.5px;
    }

article .article-sidebar :is(h5, h6) {
    margin-bottom: 2.5px;
}

article .article-sidebar :is(h1, h2, h3):last-child {
    margin-bottom: 0
}

article .article-sidebar .h5 {
    color: #0A1E2E;
    text-transform: inherit;
    font-weight: bold
}

article .article-sidebar ul {
    line-height: 1.75;
}
article .article-sidebar ul li {
    position: relative;
    padding-left: 22.5px;
}
article .article-sidebar ul li:before {
   content: url(images/arrow.svg);
    display: inline-block;
    line-height: 0;
    width: 7.5px;

    position: absolute;
    left: 0;
    top: 7px;
    color: #46a323;
}

article .article-sidebar *:last-child {
    margin-bottom: 0;
}



/* Social media */

.social-media {
    line-height: 1;
    margin-left: 7.5px;
    display: inline-block;
    white-space: nowrap;
        vertical-align: 2px;
}



.social-media li {
    display: inline-block;
    margin-right: 2.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a svg {
       width: 22.5px;
    height: 22.5px;
    display: inline-block;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}

.social-media li a svg :is(path, polygon) {
    fill: #46a323;
}

.social-media li a:hover svg :is(path, polygon) {
    fill: #46a323
}



/* Gravity Forms */

.gform_wrapper {

}

.gform_wrapper form {
      margin-top: 22.5px;  
}

.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 15px;

    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_wrapper form .gform_footer {
    text-align: right;
}

 .embed-container { 
    position: relative; 
    padding-bottom: 105%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Footer*/

footer {
    background: #ffffff;
}



footer .main-footer{
    padding: 105px 0 60px 0;
}


footer .main-footer img {
        max-width: 300px;
    margin-bottom: 15px;
    margin-top: -60px;
}

footer .main-footer h5 {
	    font-family: 'DM Sans', sans-serif;
	text-transform: inherit;
	 color: #46a323;
	font-size: 20px;
}

footer .main-footer b {
	    color: #46a323;
}

footer .main-footer p {
    margin-bottom: 7.5px
}

footer .main-footer .social-media { 
    margin-left: 0;
}

footer .main-footer  .social-media li a svg {
    width: 30px;
    height: 30px;
}

footer .sub-footer{
    padding: 22.5px 0;
    background: #eeeded;
	color: #111827
}

/*footer .sub-footer p {
    margin-bottom: 0
}
*/

footer .contact-list {
    line-height: 1.75;
}

footer .footer-list {
    line-height: 1.75;
    margin-bottom: 0
}

footer .footer-list li {
    
}

footer .footer-list li i {
        min-width: 29px;
    display: inline-block;
}
footer .footer-list li img{
    color: #46a323 ;
    width: 20px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    vertical-align: -4px;
    margin-right: 10px;
}

footer .footer-list li a {
    position: relative;
}

footer .footer-list li a:hover {
        color:#46a323;
}



footer .copyright-list {
    margin-bottom: 0
}

footer .copyright-list li {
    display: inline-block;
}

footer .copyright-list li:not(:last-child):after {
        content: '-';
    margin: 0 7.5px;
}

/* Responsive */

@media (max-width: 1600px) {
    
}

@media (max-width: 1400px) {

   
  
  
    
  
    section.header {
        height: 500px
    }
  

}

@media (max-width: 1200px) {


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

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

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

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

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


     .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.big-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.big-gutters > [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    header nav.navbar .navbar-brand {
        max-width: 250px;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link {
        padding: 7.5px 22.5px 7.5px 15px;
		font-size: 16px
    }
    
    

  
  
   
   
}



@media (max-width: 991.98px) {



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

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

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

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

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


    body {
        font-size: 15px;
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row [class*="col"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.big-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.big-gutters > [class*="col"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn {
            padding: 15px 22.5px;
    }
    
    .btn + .btn {
        margin-left: 0;
    }
    

    header nav.navbar .navbar-brand {
        max-width: 150px;
      /*  padding: 7.5px 0;*/
        margin-right: auto
    }

    header nav.navbar .navbar-text {
        
    }
	
	

    header nav.navbar .offcanvas-collapse {
           position: fixed;
        top: 0;
        bottom: 0;
        width: calc(100% - 60px);
        height: 100%;
        overflow-y: auto;
        background: #ffffff;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        z-index: -1;
        padding: 105px 0 30px 0;
        display: block;
        overflow: scroll;
        right: 0px;
        left: 60px;
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));

    }

    header nav.navbar .offcanvas-collapse.open {
        -webkit-transform: translateX(0%);
        transform: translate(0%);
    }

    header nav.navbar.navbar-extra .navbar-nav > .nav-item:first-child {
        display: none;
    }
    

    header nav.navbar .navbar-nav > .nav-item:not(:last-child) {
        border-bottom: 1px solid #eeeded;
    }



   

    header nav.navbar:not(.navbar-extra) .navbar-nav > .nav-item > .nav-link {
           padding: 15px 22.5px !important;
    }

    
    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
        right: 22.5px;
    top: 27.5px;
    }
    header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
        box-shadow: unset;
        padding-top: 0;
    }

    header nav.navbar .navbar-nav > .nav-item > .nav-link.dropdown-toggle:after {
        float: right;
            padding: 10px 0px;
    }

    header nav.navbar .navbar-text ul li a {

    }
    


    section.header {
        height: 450px;
    }

    section.header.header--small {
        height: 300px;
    }

    

    section.header .header-breadcrumbs {
        bottom: 15px;
    }


    article {
        padding: 30px 0;
          overflow-x: hidden;
    }
    
   

 

  

    article .article-content + .article-content {
        margin-top: 30px;
    }

    article .article-content .btn {
       
    }

    article .article-content .btn:last-child,
    article .article-content .btn:nth-last-child(2)  {
            margin-top: 7.5px;
    }

    article .article-image {
            margin-top: 30px;
    }

    article .article-image.article-image--top {
        margin-top: 30px; 
    }

    article .article-image.article-image--square {
        margin-bottom: 30px;
    }

    article .article-images .article-image {

        margin-top: 30px;
    }
  

    article .article-sidebar:first-child {
        margin-top: 30px;
    }

    article .article-sidebar:not(:last-child) {
        margin-bottom: 15px;
    } 

    section.cards + article {
    margin-bottom: 0;
}

section.cards + article [class*="col-xl-6"]:first-child:after {
    content: unset;
}


    article .article-usps {
        margin-top: 30px;
        margin-bottom: 0;
    }

    article .article-usps .article-usp {
 
    }

      article .article-usps .article-usp img {
            max-height: 60px;
    }

    article.article--reverse .article-image {
       -webkit-box-shadow: 90px 30px 0px 0px #eeeded;
    box-shadow: 90px 30px 0px 0px #eeeded;
    margin-bottom: 30px;
    margin-top: 30px;
    }

    article.article--reverse:nth-child(even) .article-image {
    -webkit-box-shadow: -90px 30px 0px 0px #ffffff;
    box-shadow: -90px 30px 0px 0px #ffffff;
}


    article .article-content .article-contact {
        margin-top: 30px;
    }

 

    section.cards {
        padding: 30px 0 0 0;
    }

	
	section.cards.cards--background {
		margin-top: 30px;
	}




    .cards .cards-header {
        margin-bottom: 30px;
    }

    .cards .cards-header [class*=col]:last-child:not(:first-child) {
        margin-top: 30px;
    }

    
   

    

    .cards .card .card-content[data-icon]:before {
        width: 60px;
            top: -30px;
    }
    
    .cards hr {
        margin-bottom: 15px;
    }



    

    footer .main-footer {
        padding: 30px 0;
    }

    footer .main-footer [class*=col]:not(:last-child) {
        margin-bottom: 15px;
    }

    footer .main-footer img {
            max-width: 250px;
            margin-top: 0
    }


     footer .sub-footer {
        font-size: 12px;
            padding: 15px 0;
     }

    footer [class*=col]:not(:last-child) .copyright-list {
        margin-bottom: 7.5px;
    }



}
   
@media (max-width: 520px) {
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}











@keyframes animation {

    0%   {
        transform: scale(1);
    }
    50%   {
        transform: scale(1.15);
    }
    
    100% {
        transform: scale(1);
    }
}
