/*
Theme Name: Moods & Roots
Theme URI: https://www.moodsroots.nl/
Description: Wordpress thema voor Moods & Roots
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: moodsroots
*/

@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:wght@300;400;500;600;700&display=swap');

@import url("https://p.typekit.net/p.css?s=1&k=rop1bfq&ht=tk&f=4836.4952&a=82777409&app=typekit&e=css");

@font-face {
font-family:"ff-prater-serif-web";
src:url("https://use.typekit.net/af/60d99f/0000000000000000773599ec/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/60d99f/0000000000000000773599ec/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/60d99f/0000000000000000773599ec/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"ff-prater-sans-web";
src:url("https://use.typekit.net/af/44c9ce/0000000000000000773599f7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/44c9ce/0000000000000000773599f7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/44c9ce/0000000000000000773599f7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}



@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
   url("fonts/fa-light-300.woff2") format("woff2"),
   url("fonts/fa-light-300.woff") format("woff"),
   url("fonts/fa-light-300.ttf") format("truetype"),
   url("fonts/fa-light-300.svg#fontawesome") format("svg"); }


@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
   url("fonts/fa-regular-400.woff2") format("woff2"),
   url("fonts/fa-regular-400.woff") format("woff"),
   url("fonts/fa-regular-400.ttf") format("truetype"),
   url("fonts/fa-regular-400.svg#fontawesome") format("svg"); }


@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
   url("fonts/fa-solid-900.woff2") format("woff2"),
   url("fonts/fa-solid-900.woff") format("woff"),
   url("fonts/fa-solid-900.ttf") format("truetype"),
   url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }




h1,
h2,
h3,
.h1,
.h2,
.h3 {
    margin-bottom: 15px;
    font-weight: normal;
    font-family: "ff-prater-serif-web",serif;
    line-height: 1.125;
    color: #FC0020;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: 1.125;
    color: #5EC7A4;
}

:is(h1, h2, h3, h4, h5, h6) em {
    position: relative;
        font-style: normal;
}

:is(h1, h2, h3, h4, h5, h6) em:after {
    content: url(images/sign.svg);
    width: 150px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    z-index: -1;
}


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

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

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

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

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

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

html {
            overflow-x: hidden;
    }

body {
    font-size: 16px;
    font-weight: 400;
    
    color: #000000;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    line-height: 1.5;

   
  
}

/*body.home {
     background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}*/

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.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

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

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

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border: 0;
    border-top: 2px solid #EAEDEC;
}

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: 12.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
    background: #F4F4F4;
          border: 2px solid rgb(29 29 29 / 10%);
    border-radius: 5px;
}

input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

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

input[disabled] {
    cursor: not-allowed;
}

select {
    background-image: linear-gradient(45deg,transparent 50%,#000000 50%),linear-gradient(135deg,#000000 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}




::-webkit-input-placeholder {
     color: rgb(29 29 29 / 25%);
}

::-moz-placeholder {
     color: rgb(29 29 29 / 25%);
}

:-ms-input-placeholder {
     color: rgb(29 29 29 / 25%);
}

::-moz-selection {
    background-color: #5EC7A4;
    color: #ffffff
}

::selection {
    background-color: #5EC7A4;
    color: #ffffff
}

::-moz-selection {
    background-color: #5EC7A4;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 7.5px 7.5px 0 0;
        /*overflow: hidden;*/
}

table thead {
    background: #5EC7A4;
    color: #ffffff;
}

table tbody {
    
}

table tfoot {
    background: #FC0020;
    color: #ffffff;
}

table tr {
    border-bottom: 1px solid rgb(29 29 29 / 25%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

table tr.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}


table tbody tr:hover > td {
    -webkit-text-stroke: 0.75px currentColor;
}

table tr:nth-child(even) {
    background: rgb(244 244 244 / 50%);
}

table tr th {
    font-weight: 500
}

table tr th[colspan="4"] {
    background-color: #0bbbef;
    color: #ffffff;
/*         line-height: 1; */
}

table tr td,
table tr th{
    padding: 10px 15px;
}

table tr td:first-child,
table tr th:first-child{
   padding-left: 22.5px;
}

table tr td:last-child,
table tr th:last-child{
   padding-right: 22.5px;
}

table tr th:not([colspan]):first-child,
table tr td:not([colspan]):first-child,
table tr th:not([colspan]):last-child,
table tr td:not([colspan]):last-child {
    width: 1px;
    white-space: nowrap; 
}



table tr:last-child {
    border-bottom: 2px solid #5EC7A4;
}

table tfoot tr:last-child {
    border-bottom: 2px solid #FC0020;
}


table .icons {
    white-space: nowrap;
}
table .icons .icon {
       width: 15px;
    vertical-align: -1px;
}


b,
strong {
    font-weight: 500;
}

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;
}


.form-row {
    margin-bottom: 15px;
}
.container, .container-fluid {
    padding-right: 22.5px;
    padding-left: 22.5px;
}



.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: -30px;
    margin-left: -30px;
}

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

.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;
    color: #ffffff;
        padding: 15px 40px 15px 17.5px;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    background: #FC0020;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
}

.btn:after,
.button:after {
        content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;

    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  
    line-height: 1;
    font-weight: bold;
    font-size: 12px
}

.btn:hover,
.button:hover{
    color: #ffffff;
    background: #5EC7A4
}

.btn:hover:after {
    right: 15px;
}


.btn--secondary {
    background: #5EC7A4;
}

.btn--secondary:hover {
    background: #FC0020;
}


.btn--yellow {
    background: #FDEA3D;
    color: #FC0020;
}

.btn--yellow:hover {
    background: #FC0020;
}

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

.readmore {
    color: #FC0020 !important;
    position: relative;
    float: right
}


.readmore:after {
     content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    margin-left: 7.5px;
}


.readmore:before {
      content: '';
    position: absolute;
    border-bottom: 2px solid #FC0020;
    left: 0;
    right: 15px;
    bottom: -2.5px;
}

.readmore:hover,
.readmore:hover:before {
    color: #5EC7A4 !important;
    border-color: #5EC7A4;
}

.readless {
    color: #FC0020 !important;
    position: relative;
    float: right
}


.readless:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    margin-right: 7.5px;
}


.readless:after {
      content: '';
    position: absolute;
    border-bottom: 2px solid #FC0020;
    right: 0;
    left: 15px;
    bottom: -2.5px;
}

.readless:hover,
.readless:hover:after {
    color: #5EC7A4 !important;
    border-color: #5EC7A4;
}


/* Main styles */

header {
   position: relative;
    background: #5EC7A4;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    margin-bottom: 30px;
}




header nav.navbar.navbar-main {
    padding: 0;
    background: #5EC7A4
}

header nav.navbar.navbar-main .navbar-brand {
       margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    max-width: 200px;
    position: relative;
    padding: 7.5px 0;
    z-index: 1;
    margin-right: auto;
    margin-bottom: -65px;
    font-weight: normal;

}


header nav.navbar.navbar-main .navbar-nav {
  
}

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

}


header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link {
   
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
    color: #ffffff;
     font-family: "ff-prater-serif-web",serif;
         z-index: 1;
}


header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link:before {
        content: '';
    background: #FDEA3D;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: -1;
    transform: matrix(1, 0.07, -0.07, 1, 0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header nav.navbar.navbar-main .navbar-nav > .nav-item.dropdown > .nav-link:after {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 10px;
    margin-left: 2.5px;
    vertical-align: middle;
}

/*header nav.navbar.navbar-main .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}*/



header nav.navbar.navbar-main .navbar-nav .nav-item .nav-link:hover,
header nav.navbar.navbar-main .navbar-nav > .nav-item.active > .nav-link  {
    color: #000000;
}

header nav.navbar.navbar-main .navbar-nav .nav-item:hover .nav-link:before,
header nav.navbar.navbar-main .navbar-nav > .nav-item.active > .nav-link:before  {
    opacity: 1;
}


header nav.navbar.navbar-main .navbar-text {
        background: #FDEA3D;
    line-height: 1;
    padding: 10px 22.5px 10px 12.5px;
    font-family: "ff-prater-serif-web",serif;
    font-size: 20px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 15px;
}

header nav.navbar.navbar-main .navbar-text:hover {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

header nav.navbar.navbar-main .navbar-text:before {
   content: url(images/arrow.svg);
    display: inline-block;
    width: 15px;
    line-height: 0;
    vertical-align: 2px;
    margin-right: 2.5px;
}
header nav.navbar.navbar-main .navbar-text.navbar-text--logout:before {
	 content: url(images/logout.svg);
}



/* Navbar toggler */

header nav.navbar.navbar-main .navbar-toggler {
      margin: 0;
    background: #FDEA3D;
        padding: 12px 9px;
    border-radius: 50%;
    margin-left: 7.5px;
}




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

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

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

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

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

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

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

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

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

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



/* Article */

article.article {
    padding: 60px 0;
    position: relative;
}


.number-input {
    position: relative;
    width: 150px;
    
}

.number-input input {
    text-align: center;
}

table tr:nth-child(even) .number-input input {
    background-color: #ffffff;
}

.number-input .button-minus,
.number-input .button-plus {
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 22.5px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid #5EC7A4;
    background: #ffffff;
    font-weight: bold;
    z-index: 2;
    color: #5EC7A4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-text-stroke: 0;

}

.number-input .button-minus:hover ,
.number-input .button-plus:hover {
    background: #5EC7A4;
     color: #ffffff;
}

.number-input .button-minus {
    left: 15px;
}


.number-input .button-plus {
    right: 15px;
}

.alert {
    display: block;
    margin-bottom: 30px;
    background: rgb(94 199 164 / 25%);
    padding: 10px 45px 10px 22.5px;
    border-left: 5px solid #5EC7A4;
    border-radius: 5px;
    position: relative;
}

.alert .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 22.5px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid #5EC7A4;
    font-weight: bold;
    z-index: 2;
    color: #5EC7A4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 22.5px;
}

.alert .close:hover {
        background: #5EC7A4;
    color: #ffffff;
}


.weeknumber {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    -webkit-text-stroke: 0;
}

.weeknumber:before {
        content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    z-index: 0;
    font-size: 24px;
    transform: translate(-4.5px, -9.5px);
}

.actions {
    margin-bottom: 0
}

.actions li {
    display: inline-block;
    margin-right: 15px;
}

.actions li:last-child {
    margin-right: 0
}

.actions li a {
    font-weight: bold;
    background: #5EC7A4;
    border: 2px solid #5EC7A4;
    color: #ffffff;
    line-height: 1;
    padding: 5px 12.5px;
    border-radius: 5px;
    -webkit-text-stroke: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.actions li a:hover {
    background-color: transparent;
    color: #5EC7A4;
}

.actions li a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

/* breadcrumbs */

.breadcrumbs {
    color: #656565;
    font-size: 14px;
}

.breadcrumbs a {
    color: #656565  !important;
    text-decoration: none !important
}
.breadcrumbs .breadcrumb_last:last-child {
    color: #02554a;
}

/* Dropdown */
.dropdown-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
    background: #ffffff;
    border: 2px solid rgb(29 29 29 / 10%);
    margin: 0;
    border-radius: 5px;
}

.dropdown-menu .number-input {
    position: relative;
    width: 100%;
    margin-bottom: 7.5px;
}

.dropdown-menu .number-input:last-child {
    margin-bottom: 0
}


/* Footer */

footer {
    background: #1D1D1D;
    color: #ffffff;
       padding: 60px 0 75px 0;
    position: relative;
}

footer:after {
    content: '';
    position: absolute;
    height: 60px;
    display: block;
    background-image: url(images/background-long.svg);
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .container:before {
       content: url(images/cross-white.svg);
    position: absolute;
    left: 60px;
    top: -80px;
    width: 45px;
    line-height: 1;
}

footer :is(h1, h2, h3, h4, h5, h6) {
    color: #5EC7A4;
    margin-bottom: 22.5px
}

footer hr {
    border-color: transparent;
}

footer ul.footer-list {

}

footer ul.footer-list li{
    
}

footer ul.footer-list li a:before{
     content: '';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 12px;
    margin-right: 7.5px;
    color: #5EC7A4;
}

footer ul.footer-list li a:hover {
    color: #5EC7A4;
}

footer ul.contact-list {
    margin-bottom: 0
}

footer ul.contact-list li:is(:nth-child(2), :nth-child(5)){
    line-height: 0.75
}

footer .footer-form {
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

footer .footer-form:before {
       content: url(images/cross-white.svg);
    position: absolute;
    right: 30px;
    bottom: -65px;
    width: 30px;
    line-height: 1;
}

footer .footer-form:after {
    content: '';
    background:#5EC7A4;
    position: absolute;
    top: -45px;
    right: -45px;
    bottom: -45px;
    left: -45px;
    z-index: -1;
    box-shadow: 0px 3px 21px rgb(0 0 0 / 1%);
    transform: matrix(1, 0.03, -0.03, 1, 0, 0);
}

footer .footer-form :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

footer .footer-form label {
    display: block !important;
}

footer .footer-form input {
    padding: 0 0 7.5px 0;
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}




footer ul.copyright-list {
    font-size: 13px;
}

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

footer ul.copyright-list li:not(:last-child):after{
    content: '•';

    padding: 0 7.5px;
}

footer .copyright-text {
    text-align: right;
    font-size: 13px;
    margin-right: -30px;
    margin-bottom: 0
}






/* Responsive */

@media (max-width: 1599.98px) {

    
}   

@media (max-width: 1399.98px) {
  
   

    
}

@media (max-width: 1199.98px) {

  
   
   
}

@media (max-width: 991.98px) {

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

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

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

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

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

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

    
    body {
        font-size: 16px;
    }

    hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .container, .container-fluid {
       max-width: 100%
    }

    .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: 17.5px 52.5px 17.5px 22.5px;
    }
    .btn + .btn {
        margin-top: 7.5px;
        margin-left: 0;
    }

    header nav.navbar.navbar-extra {
        display: none;
    }

    header nav.navbar.navbar-main .navbar-brand {
        max-width: 150px;
    }


    header nav.navbar .offcanvas-collapse {
           position: fixed;
        top: 0;
        bottom: 0;
        width: calc(100% - 90px);
        height: 100%;
        overflow-y: auto;
        background: #ffffff;
       -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        z-index: -1;
        padding: 135px 0 30px 0;
        display: block;
        overflow: scroll;
        right: 0px;
        -webkit-filter: drop-shadow(0px 0px 10px rgb(0 73 93 / 25%));
        filter: drop-shadow(0px 0px 10px rgb(0 73 93 / 25%));
       

    }

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

    html.offcanvas-open,
    body.offcanvas-open {
        overflow: hidden;

    }

    body:before {
        content: '';
    }

    body.offcanvas-open:before {
        position: fixed;
        background: rgb(0 0 0 / 50%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
         -webkit-transition: all 0.3s;
        transition: all 0.3s;
         pointer-events: none;
       
    }

    header nav.navbar.navbar-main .navbar-nav.navbar-main > .nav-item:not(:last-child) {
            border-bottom: 1px solid rgb(0 0 0 / 10%);
    }

    header nav.navbar.navbar-main .navbar-nav.navbar-main > .nav-item > .nav-link {
        padding: 15px;
        font-size: 17px;
         color: #000000;
         display: inline-block;
    }

     header nav.navbar.navbar-main .navbar-nav.navbar-extra {
            background: #F4F9FC;
        padding: 15px 0;
        /* margin-top: 30px; */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header nav.navbar.navbar-main .navbar-nav.navbar-extra > .nav-item > .nav-link {
        font-size: 15px;
        font-weight: normal;
        padding: 7.5px 15px;
    }

    header nav.navbar.navbar-main .navbar-text.navbar-text--mail {
        font-size: 0;
    height: 45px;
    width: 45px;
       line-height: 58px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #FDEA3D;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    padding: 0;
    padding: 0 5px;
		margin-right: 5px;
    }

    header nav.navbar.navbar-main .navbar-text.navbar-text--mail:before {
              content: '';
    font-family: 'Font Awesome 5 Pro';
    font-size: 22px;
    width: auto;
    margin-right: 0;
    vertical-align: 0;
    }
	
	header nav.navbar.navbar-main .navbar-text {
		    padding: 15px 22.5px 15px 12.5px;
	}




}



@keyframes left-to-right {
   0%   {
        -webkit-transform: rotate(-3deg) translateX(-30%);
    transform: rotate(-3deg) translateX(-30%);
    }
    
    50% {
        -webkit-transform: rotate(-3deg) translateX(-65%);
    transform: rotate(-3deg) translateX(-65%);
    }
	
	100%   {
        -webkit-transform: rotate(-3deg) translateX(-30%);
    transform: rotate(-3deg) translateX(-30%);
    }
}
   




@media (max-width: 766.98px) {

   
   


}


