
html,
body {
  height: auto;
  min-height: 100vh;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  color:#f7f3e9;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
  background-color: #3f3431;
  border: 0;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: normal;
  background-repeat: no-repeat;
  background-size: cover;
}

section {
    margin:0;
	padding:4rem 1rem 4rem 1rem;/*Top Right Bottom Left*/
	background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1200px) {
     .section {
       padding:5px;
       }
     }

.container {
  max-width: 1100px;
}

.container-fluid {
  padding: 0 56px;
}

   
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

     @media (min-width: 1400px) {
       .container {
         max-width: 1340px;
       }
	   .section{
	   	padding:10px 0 10px 0;
		 }
     }
     @media (min-width: 992px) {
       .container {
      padding-left: 16px;
      padding-right: 16px;
      }

	  .container-fluid {
      padding-left: 16px;
      padding-right: 16px;
        }
			  
	   
       .row {
       margin-left: -16px;
       margin-right: -16px;
      }
       .row > [class*="col"] {
       padding-left: 16px;
       padding-right: 16px;
      }
     }

     @media (min-width: 768px) and (max-width: 991px){
       .container-fluid, .container {
        padding-left: 32px;
        padding-right: 32px;
       }
			  
     }

     @media (max-width: 767px) {
       .container-fluid, .container {
         padding-left: 16px;
         padding-right: 16px;
		 word-wrap: normal;
       }
     }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f1c14d;
}

.line {
    width: 55px;
    margin-bottom: 0;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, #f1c14d, #cb7c05);
}

	 
p,
blockquote
{
  margin-bottom: 20px;
}


pre {
  margin-bottom: 5px;
}

/***** Bullet List ***/


.MY-BULLETS ul {
    margin: 0;
    list-style: none;
    padding: 0 5px;
    margin-bottom: 10px;
}
.MY-BULLETS ul li, .MY-BULLETS ol li {
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  padding-left: 0; 
  color: #f7f3e9;
}
.MY-BULLETS ul li:before {
  color: #4caf50;
  font-size: 20px;
  padding: 3px;
  text-align:center;
  content: '\2714';
  margin-right: 10px;
  width: 30px;
  height: 30px;
}



/*****LINK DEFAULTS***/
a {
  font-style: normal;
  cursor: pointer;
}

a, a:visited {
  text-decoration: none;
  color:#f7f3e9;
}

a:hover, a:active {
color: #f0debe;
text-decoration: none;
 }


 .BACKGROUND-DARK{
   background-color:#232323;
   padding:25px;
   }

/**** TEXT DEFAULTS ***/

.ACCENT-COLOR{
color: #cf8d07;
 }
 
.PRIMARY-COLOR{
color: #7db420;
 } 
 
.ACCENT-FONT {
  font-family: "Merriweather", serif;
  font-weight: 700;
} 

.REGULAR-FONT {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
} 
 
.FONT-XXLG {
  font-size: 3em;
}
     .FONT-XXLG > .ICON {
       font-size: 3.5em;
     }
h1, .FONT-XLG {
   font-size: 2.5rem;
   font-style: normal;
}
     .h1 > .ICONS, .FONT-XLG > .ICON {
       font-size: 3rem;
     }

h2, .FONT-LG {
  font-style: normal;
  font-size: 2.1rem;
}
     h2 > .ICONS, .FONT-LG > .ICON {
       font-size: 2.5rem;
     }
	 
	 
h3, .FONT-MED {
  font-style: normal;
  font-size: 1.5rem;
}
     h3 > .ICONS {
       font-size: 2rem;
     }
h4, .FONT-REG {
  font-size: 1.2rem;
  font-weight:400;
  line-height: 1.5;
}

     h4 > .ICONS {
       font-size: 2.25rem;
     }
h5, .FONT-SM {
  font-size: 1rem;
}
     h5 > .ICONS {
       font-size: 1.75rem;
     }
	 
.FONT-XSM {
  font-size: 0.8em;
  }
     .FONT-XSM > .ICON {
       font-size: 1.5em;
     }


	 
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
     @media (max-width: 992px) {
     .FONT-XXLG { font-size: 2rem;}
	 
	 h1, .FONT-XLG {
     font-size: 2.5em;
       }
	   .FONT-XXLG > .ICON {
       font-size: 2em;
     }
     }
     @media (max-width: 768px) {
     h1, .FONT-XLG, h2 > .ICONS, .FONT-LG > .ICON  {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
       }
     h2, .FONT-LG {
    font-size: 1.6em;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
       }
     h3.FONT-MED {
    font-size: 1.4em;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
       }
     h4 {
    font-size: 1.2em;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
       }
     h5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
       }
     }


b,
strong {
  font-weight: 700;
}


/**blockquote**/
blockquote {
  font-style: normal;
  padding: 3rem;
  position: relative;
  border-left: 3px solid;
  border-color: #f7f3e9;
}


/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 100%;
    margin: 1% auto;
    align-self: center;
}

/* Blockquote header */
.STYLED-QUOTE .blockquote h3 {
    position: relative; /* for pseudos */
    color: #ccc;
    font-size: 1.3em;
    font-weight: normal;
    line-height:1.5em;
    margin: 0;
    border: 2px solid #ccc;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

.STYLED-QUOTE .blockquote span{
     background:-webkit-linear-gradient(#f1c14d, #cb7c05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:800;
    word-wrap: break-word;  
}

/* Blockquote right double quotes */
.STYLED-QUOTE .blockquote h3:after {
    content:"";
    position: absolute;
    border: 2px solid #ccc;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 62px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.STYLED-QUOTE .blockquote h3:before {
    content:"";
    position: absolute;
    width: 60px;
    border: 6px solid #232323;
    bottom: -5px;
    left: 60px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .STYLED-QUOTE .blockquote h3 {
        font-size: 1em;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.STYLED-QUOTE .blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:135px;
    padding-left:12px;
}

 .STYLED-QUOTE .blockquote h4:first-letter {
  margin-left:-21px;
}






/****figure***/
.figure {
  margin-bottom: 0;
  overflow: hidden;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
	  width: 100% !important;
}

.figure[mbr-media-size] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.figure img,
.card-img img {
  width: 100%;
}

img,
iframe {
  display: block;
  width: 100%;
}






/* Buttons */

.btn {
    color: #f7f3e9;
	}

.MY-CTA{
  background-color: initial;
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  border-radius: 100px;
  margin:20px 0;
  font-weight:600;
  line-height: 40px;
  background-color: #7DB420;
  background-image: linear-gradient(15deg, #46563c 30%, #7DB420);
  border:none;
  margin-bottom:15px;
 }

.MY-CTA:hover, .MY-CTA:active {
  box-shadow: 3 3 9px rgba(0,0,0,.2),0 12px 24px rgba(0,0,0,.5);
  color: #232323;
  background-image: linear-gradient(15deg, #46563c 30%, #7DB420);
    border: none;
	  transform: scale(1.1);
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);  
}

.MY-CTA a, .MY-CTA a:visited {
 color: #f7f3e9;
 }

 .MY-CTA a:hover, .MY-CTA a:active {
 color: #232323;
 }

.btn-form {
  margin: 0;
  border-radius: 100px;
}

.btn-form:hover {
  cursor: pointer;
}

[type="submit"] {
  -webkit-appearance: none;
}



/***scroll to top***/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-size: 1.2rem;
  font-weight: 400;
}
.form-control > .ICONS {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .ICONS {
  font-size: 1.5rem;
}


.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #f7f3e9;
  font-size: 22px;
}

.arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #f7f3e9;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #f7f3e9;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.arrow-up a i {
  line-height: 60px;
}

.arrow-up-icon {
  display: block;
  color: #f7f3e9;
}

.arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

     @media (max-width: 767px) {
       .arrow {
         display: none;
       }
     }

.arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #f7f3e9;
}

.arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #f7f3e9;
  border-left: 2.5px solid #f7f3e9;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  -webkit-transform: rotate(135deg);
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}



/****HERO***/

.HERO {
  color:#f7f3e9;
  border: 0;
  background-color:#232323;
  font-family: "Merriweather", serif;
  padding-top: 15px;
}

.HERO img{
margin-bottom:15px; }

.HERO .TAGLINE {
	text-align: left;
	padding-left:25px;
	color:#7db420;
	font-size:2em;
   margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.HERO .TAGLINE img {
    width:42px;
	height:33px;
	float:left;
}

.HERO .ACCENT {
	padding: 0;
	line-height:1.5;
	color:#f1c14d;
}
     
	
      @media (max-width: 500px) {
	  .HERO .TAGLINE {
	  margin-top:20px;
     	font-size:1.2em;
		padding-left:5px;

     }
	 .HERO img{
	  width:70%;
	  padding-left:5px;
     }
	 }

	
	 
/***Value statements**/

.VALUE {
}

.VALUE .row {
  justify-content: center;
}

.VALUE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
          @media (max-width: 992px) {
            .VALUE .items-wrapper {
              display: block;
            }
          }
          @media (max-width: 992px) {
            .VALUE .items-wrapper .item {
              margin-bottom: 40px;
            }
          }
.VALUE .items-wrapper .item:focus .item-wrapper .item-img img,
.VALUE .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.VALUE .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .VALUE .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.VALUE .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
          @media (max-width: 992px) {
            .VALUE .items-wrapper .item .item-wrapper .item-content {
              width: 100%;
              margin-bottom: 20px;
              padding-right: 0;
            }
}
.VALUE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}

.VALUE .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
  height: 250px;
}
     @media (max-width: 992px) {
       .VALUE .items-wrapper .item .item-wrapper .item-img {
         width: 100%;
       }
     }
.VALUE .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
     @media (max-width: 992px) {
       .VALUE .items-wrapper .item .item-wrapper .item-img img{
         height: 400px;
       }
     }
	 @media only screen and (max-width: 600px) {
       .VALUE .items-wrapper .item .item-wrapper .item-img img{
         height: 250px;
       }
}

.VALUE .HEADLINE {
  color: #7DB420;
}

.VALUE .DESCRIPTION {
    color: #f7f3e9;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f3e9;
 }





/**forms**/

.form-inline {
  display: -webkit-flex;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #f7f3e9;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert-success {
  background-color: #cf8d07;
}
.alert-info {
  background-color: #7e7e74;
}
.alert-warning {
  background-color: #cdcec8;
}
.alert-danger {
  background-color: #f50505;
}


.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f7f3e9;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  -webkit-transition: border-color 0s ease 0s;
  transition: border-color 0s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*="col"] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 1px;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 7px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

/**overlay**/
.OVERLAY {
  background-color: rgba(35, 35, 35, 0.2);
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}




.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}



/***TESTIMONIALS***/

.TESTIMONIALS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-image:linear-gradient(to bottom, rgba(35, 35, 35, 0.7), rgba(35, 35, 35, 0.9)), url('images/pwd-background.jpg');
  background-position: center center, center center; 
  color:#f7f3e9;
}

.TESTIMONIALS cite{
    color: #f9cd5d;
    display: inline;
	font-size:1em;
 }
 
 .TESTIMONIALS cite::before{
    color: #f9cd5d;
	content:' — '
 }
 
.TESTIMONIALS cite span {
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
}

.TESTIMONIALS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.TESTIMONIALS .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.TESTIMONIALS .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.TESTIMONIALS .carousel-item.active,
.TESTIMONIALS .carousel-item-next,
.TESTIMONIALS .carousel-item-prev {
  display: flex;
}
.TESTIMONIALS .carousel-controls a {
  transition: opacity .5s;
  width: 15%;
}
.TESTIMONIALS .carousel-controls a:hover span,
.TESTIMONIALS .carousel-controls a:focus span {
  opacity: 1;
}
.TESTIMONIALS .carousel-controls a:hover svg,
.TESTIMONIALS .carousel-controls a:focus svg {
  transition: all .25s;
 }
.TESTIMONIALS .carousel-controls a:active svg {
  transition: all .1s;
}
.TESTIMONIALS .user_image {
  overflow: hidden;
  display: flex;
}
.TESTIMONIALS .user_image .user_image_inner {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.TESTIMONIALS .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.TESTIMONIALS .user_text {
  color: #f9cd5d;
  min-height:170px;
  text-align:left;
}
.TESTIMONIALS .user_name {
  color: #f7f3e9;
}
.TESTIMONIALS .carousel-controls svg {

  width: 60px;
      background-color: #f0debeAB;
    border-radius: 50%;
}
     @media (max-width: 230px) {
       .TESTIMONIALS .user_image_inner {
         width: 100%;
         height: auto;
       }
     }
     @media (max-width: 991px) {
       .TESTIMONIALS .testimonials-quote,
       .TESTIMONIALS .user_text,
       .TESTIMONIALS .user_name,		 Q
       .TESTIMONIALS .user_desk {
         text-align: center !important;
       }
       .TESTIMONIALS .carousel-controls a span {
         top: auto;
         bottom: 0;
       }
     }
     @media (min-width: 768px) {
       .TESTIMONIALS .mbr-section-title,
       .TESTIMONIALS .underline {
         padding-left: 3rem;
         padding-right: 3rem;
       }
     }
     @media (min-width: 1200px) {
       .TESTIMONIALS .carousel-control-prev span {
         right: -1rem;
       }
       .TESTIMONIALS .carousel-control-next span {
         left: -1rem;
       }
       .TESTIMONIALS .user-text {
         padding-right: 2rem;
       }
       .TESTIMONIALS .carousel-control-prev,
       .TESTIMONIALS .carousel-control-next {
         -webkit-align-items: center;
         align-items: center;
       }
     }


.TESTIMONIALS .user_text,
.TESTIMONIALS .testimonials-quote {
  color: #f7f3e9;
}
.TESTIMONIALS .user_desk {
  color: #232323;
}

 
 
/*** To create consistent margins on your rows that flex for mobile devices***/
.ROW-MARGINS, .PROGRAM-CARDS {
    margin:5% 5% 0 5%;/***Top Right Bottom Left**/
}
     @media only screen and (max-width: 1200px) {
       .ROW-MARGINS, .PROGRAM-CARDS {
    margin:5px;
}
     }
	 
/***card**/

.framed {background-color: #f7f3e9;
    color: #232323;
    border-radius: 10px !important;
	margin:15px;
	padding:15px;
	}



.card {
  border: none;
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  border-radius: 7px;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: auto;
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.card-wrapper {
  -webkit-flex: 1;
  display: flex;
  align-items: center;
}	

.card-text{
   margin-top:5%;
 } 

.card-footer {
    text-align: center;
    font-size: 20px;
}

.card-footer p{
    display:inline;
	text-align:center;
}


.card-title{
    font-weight:500;
    text-align: center;
	text-shadow: rgba(51, 49, 50, .8) 2px 2px 3px;
}
.card-body h4{
    margin:5% 10% 0 10%;
    text-align: center;
	color:#72a026;
	font-size:0.9em;
}


.card-body ul, card ol {
    margin-left:5%;
}
.card-body li, .card li {

}
 
.card-body em{
	font-weight:600;
}



 
/***Product List**/

.PRODUCT-LIST .col-title {
  margin-bottom: 32px;
}
.section-title {
  color: #24262b;
}
.PRODUCT-LIST .mbr-section-subtitle {
  color: #24262b;
}
.PRODUCT-LIST .cards-row {
  row-gap: 10px;
}
.PRODUCT-LIST .card {
  border-radius: 0;
}
.PRODUCT-LIST .card-wrapper {
  display: flex;
  align-items: center;
}

.PRODUCT-LIST .text-wrap {
  flex-grow: 1;
}
.PRODUCT-LIST .card-title {
  color: #24262b;
}
.PRODUCT-LIST .card-text {
  color: #232323;
  text-align:center;
}
    

/***FOOTER***/


.FOOTER {
  margin:0;
  padding: 3rem;
  text-align:center;
}

.FOOTER p{
   font-size: .8em;
    opacity: 0.6;
    font-weight: 300;
 }

	
.FOOTER a, .FOOTER a:visited, .FOOTER a:active {
    text-decoration: underline;
 }

 
.FOOTER .ICONS {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;

}
.FOOTER .social-row .soc-item a:hover .ICONS {
  opacity: .75;
}
.FOOTER .social-row .soc-item a .ICONS {
  font-size: 20px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;

}


.copyright {
  margin-top:20px;
  text-align: center;
  font-size:14px;
}

.footnote{
  margin-top:20px;
  text-align: left;
  font-size:14px;
  opacity:0.6;
 }






/****Gradient***/


@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

/***map***/

.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/***Cookie Notice***/
.cookie-wrapper{
font-size: 1.4rem;
  position: relative; 
  width: 100%; 
  max-width: 500px; 
  margin-right: auto; 
  margin-left: auto; 
  padding: 1rem; 
  text-align: center; 
  border-radius: 20px; 
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  color:#cf8d07; 
  background:#232323;
  }
  
 /****other***/
 .dropup .dropdown-toggle::after {
  display: none;
}

.disclaimer{
    color: #f6e7c6;
	font-weight: 400;
	font-size:1em;
	text-align:left;
	padding:0 10%;
 }
 
 
.NEWSLETTER {
margin-top:2%;
 } 
 
 /***** News Postings****/
 
.POSTS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #9d9d8b;
}

.POST-ITEMS{
margin-top:2%;
 }

.POSTS .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}

.POSTS h4{
  font-size:1em; 
  color: #f7f3e9;
  
  }
  
 .POSTS p{
 font-size:0.8em;
  letter-spacing: -0.025rem;
  } 
.POSTS .item-img {
  position: relative;
  border-radius: 10px;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.POSTS .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
.POSTS .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.3) 10%, rgba(35, 35, 35, 1) 100%);
  pointer-events: none;
}
.POSTS img,
.POSTS .item-img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 250px;
  object-fit: cover;
}
.POSTS .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.POSTS .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.POSTS .card_text {
  padding-top: 0;
  color: #f7f3e9;
}
.POSTS .card-number {
  min-width: 48px;
  color: #f7f3e9;
  text-align: right;
}
.POSTS .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.POSTS .list_content:nth-child(1) {
  border: none;
}
.POSTS .list_date {
  min-width: 130px;
}
.POSTS .list_text {
  padding: 0 1rem;
}
.POSTS .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .POSTS .main_header {
    margin-bottom: 2.5rem;
  }
  .POSTS .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .POSTS .mbr-text {
    margin-top: .75rem;
  }
  .POSTS .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .POSTS .item-img,
  .POSTS img {
    max-height: 200px;
  }
  .POSTS .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .POSTS .list_text {
    padding: 5px 0;
  }
  .POSTS .list_number {
    text-align: left;
  }
}
/***** QuickLinks ****/
.QUICKLINKS {
    background-color: #232323;
    margin: 0;
    padding: 2rem;
	text-align:center;
	border-radius: 20px;
}


/***** PICTURE and Text ****/

.PICTURE-AND-TEXT {
    background-color: #232323;
    margin: 0;
    padding: 0;
}

.PICTURE-AND-TEXT .text-wrapper {
  padding: 5%;
  color: #f7f3e9;
}


  
  /** FILL WITH IMAGE ***/
/******* fill column with image*********/
.fillwithimage{
    width: 100%;
}

.fillwithimage img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***BADGES***/
.BADGES {
padding:2%;

}

.BADGES .col-title {
  margin-bottom: 5px;
}
.BADGES .mbr-section-title {
  color: #f7f3e9;
}
.BADGES .mbr-section-subtitle {
  color: #f7f3e9;
  text-align: center;
}
.BADGES .cards-row {
  row-gap: 15px;
}
.BADGES .card {
  border-radius: 0;
  background-color:transparent;
  box-shadow:none;
}
.BADGES .card-wrapper {
  display: flex;
  align-items: center;
}
.BADGES .iconfont-wrapper img {
  display: block;
  width: 150px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.BADGES .text-wrap {
  flex-grow: 1;
}
.BADGES .card-title {
  color: #f7f3e9;
  margin: 0;
  padding: 0;
  text-align: left;
}
.BADGES .card-text {
  color: #f7f3e9;
  font-size:0.8em;
}






/*** MODULES **/

.MODULES {
padding-bottom:0;
margin-bottom:0;
}

.MODULES .INTRO{
  margin: 0 0 2% 0;
color:#f7f3e9;
 }

     @media (max-width: 992px) {
       .MODULES .container {
         padding: 0 10px;
       }
     }


.MODULE-LIST ul li {
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 0;
    color: #000305;
	float:left;
    width:30%;
    font-size:0.9em;
}


.MODULES .item{
   width:100%; }

.MODULES .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #f7f3e9;
  border-radius: 10px !important;
  margin:5px;
}


.MODULES .item .item-wrapper .item-content {
  padding: 0px 10px;
}
 
 .MODULES .item-content{margin:25px;}
 
.MODULES .item .item-wrapper .item-content .card-title {
  margin-top: 10px;
  margin-bottom: 0;
  color: #232323;
  font-size:1.1em;
  text-align: left;
  text-shadow: none;
}
.MODULES .item .item-wrapper .item-content .card-text {
    color: #000305;
  font-size:1.2em;
  margin:0;
  font-weight: 800;
}

     @media (max-width: 992px) {
      .MODULE-LIST ul li {
         margin-bottom: 5px;
          width:50%;
       font-size:0.9em;
     }
	 .MODULES .card-title {
     font-size:1em;
     }
     .MODULES .card-text {
       font-size:1.2em;
       }
	   .MODULES .item .item-wrapper .item-content {
  width:100%;
     }
	 }

     @media only screen and (max-width: 600px) {
        .MODULE-LIST ul li {
         margin-bottom: 2px;
         width:100%;
         font-size:0.9em;
     }
       .MODULES .fillwithimage{
       display:none; 
	   }
     }







/****CARDS***/

.MY-CARDS {
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
    border-radius: 7px;
    background-color: var(--appTopBarColor); /*primary nav text color*/
    border: none;
}
.MY-CARDS{
        margin:2%;
}
.MY-CARDS img {
    border-radius: 7px 7px 0 0; /***top left | top right | bottom right | bottom left***/
 }
.MY-CARDS h2{
    margin-top:5%;
    font-weight:500;
    text-align: center;
    color:#7E5F18;
}
.MY-CARDS h3{
    margin-top:5%;
    font-weight:500;
    font-size:20px;
    text-align: center;
    color:#3f3431;
}
.MY-CARDS p {
    padding:0 5%;
    color:#3f3431;
	
}
.MY-CARDS ul, .MY-CARDS li, .MY-CARDS ol {
    color:#3f3431;
}

.MY-CARDS .wysiwyg-content p, .CARDS .wysiwyg-content li {
    font-size: 1em;
}

.MY-CARDS {
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
	border-radius: 20px;
	background-color: #f6f6f6;
    border: none;
    margin: 10px;
}


.MY-CARDS img {
    border-radius: 20px 20px 0 0;
    margin:0;
    padding:0;
 }

/****PRICING***/

.PRICING {
padding-top:0;
 }

.PRICING .card {
    margin-top:25px;
	background-color: #232323;
    border: none;
	box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
	border-radius:20px;
}

.PRICING .card-header {
    border-radius:20px 0 0 20px;
	background-color: #4d6f11;

 }
 
 .PRICING .card-header h4{
	color: #f7f3e9;
	font-weight:bold!important;
 }

.PRICING h5 {
    line-height: 22px;
    font-size: 18px;
}

.PRICING .subtitle {
  color: #9d9d8b;
  line-height: 24px;
}






.PRICING .btn-info-gradiant {
  background: #7DB420;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #f1c14d 0%, #cf8d07 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f1c14d), to(#cf8d07));
  background: -webkit-linear-gradient(left, #f1c14d 0%, #cf8d07 100%);
  background: -o-linear-gradient(left, #f1c14d 0%, #cf8d07 100%);
  background: linear-gradient(to bottom, #f1c14d 0%, #cf8d07 100%);
  border-radius:20px;
  font-weight:600;
  font-size:1em;
}

.PRICING .btn-info-gradiant:hover {
  background: #dea208;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #cf8d07 0%, #f1c14d 100%);
  background: -webkit-gradient(linear, left top, right top, from(#cf8d07), to(#f1c14d));
  background: -webkit-linear-gradient(left, #cf8d07 0%, #f1c14d 100%);
  background: -o-linear-gradient(left, #cf8d07 0%, #f1c14d 100%);
  background: linear-gradient(to bottom, #cf8d07 0%, #f1c14d 100%);
  border-radius:20px;
}

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

     @media only screen and (max-width: 600px) {
         .PRICING .card-header {
         border-radius:20px;
	     padding: 15px;
         }
     }

/*********** groundwork details ********/
.container-grid.groundwork {
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('images/groundwork-background.png');
  background-position: center center; 
  color: #f7f3e9;
}

/********Groundwork Accordion***********/
/*ACCORDION*/
.accordion {
  margin: auto;
  width:100%;
}

.accordion li{
  font-size: 1.2rem;
 }

.accordion a, .accordion a:visited {
    text-decoration: underline;
    color: #cf8d07;
}

.accordion a:hover, .accordion a:active{
    color: #ebebeb;
 }
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: #232323;
    height: 64px;
    transition: all .15s ease-in-out;
	
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);

}
header.box {
  background: #f1c14d;
  background-image: linear-gradient(to top, #7e5f18, #f1c14d);
  z-index: 100;
  cursor: initial;
  border-radius: 20px 20px 0 0; /***added rounded corners***/
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 16pt;
  color: #f7f3e9;
  cursor: initial;
}
.box-title {
  width: calc(100% - 40px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
  padding: 20px;
  color: rgba(35,35,35,1);
  display: none;
  color:#f7f3e9;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  color:#f7f3e9;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
  border-radius: 20px;/***added rounded corners***/
  box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}



/*flex boxes for horizontal boxes*/
 .summary_row{
 display:flex;
 flex-direction: row;
 flex-wrap:wrap;
 width:100%;
 border-radius:20px;
 text-align:center;
 box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}

.summary_one{
  background-color: #996807;
  flex: 1;
  padding:2%;
}

.summary_two{
  background-color: #ab7407;
  flex: 1;
  padding:2%;
}
.summary_three{
  background-color: #c88808;
  flex: 1;
  padding:2%;
}

.summary_four{
  background-color: #f6ad1c;
  flex: 1;
  padding:2%;
}
.summary_five{
  background-color: #f6bb44;
  flex: 1;
  padding:2%;
}
.summary_six{
  background-color: #f8cc74;
  flex: 1;
  padding:2%;
}
.summary_seven{
  border: 2px solid #f9d691;
  flex: 1;
  padding:2%;
}

.summary_clear{
  flex: 1 30%;
  padding:2%;
}

/* Responsive layout - makes a one column layout on phones*/
@media (max-width: 800px) {
  .summary_row {
    flex: 100%;
    flex-wrap:wrap;
  }
}
/* Responsive layout - makes a one column layout on tablets*/

@media (max-width: 1024px) {
  .summary_clear{
  flex: 1 100%;
  padding:2%;
  text-align: center;
  flex-wrap:wrap;
}
}


/***Navigation Menu ***/

.MY-MENU .topnav {
  overflow: hidden;
  color:#F6F6F6;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background-color:#232323;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
	font-size: 0.8em;
    line-height: 1.3;
	padding:15px;
}

.MY-MENU .topnav a {
  float: left;
  display: block;
  color: #F6F6F6;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
  border-radius: 4px !important;
  margin:5px;
}
.MY-MENU .topnav a:hover {
  background-color: #F6F6F6;
  color: #232323;
}
.MY-MENU .topnav a.active {
  background-color: #7DB420;
  color: #F6F6F6;
}

.MY-MENU .topnav .icon {
  display: none;
}

.MY-MENU .topnav img{
  margin:0;
  padding:0;
  height: 60px;
  width: auto;
  margin-right:0px!important;
  margin-top:-17px!important;
}
.MY-MENU .topnav a.split{
    float: right;
}

.TOGGLED-MENU {
display:none; 
background-color:#232323;
padding:15px;
}

.TOGGLED-MENU a {
   color: #F6F6F6;
  text-align: right;
  padding: 5px;
  text-decoration: none;
  font-size: 0.9em;
  margin:5px;
 }

.TOGGLED-MENU .bg-dark {
    background-color: #232323 !important;
}

.TOGGLED-MENU .navbar-toggler-icon {
    width: 1em;
    height: 1em;
	float: right;
}

.TOGGLED-MENU .active {
  background-color: #7DB420;
  color: #F6F6F6;
  border-radius: 4px !important;
}

.TOGGLED-LOGO {float:right; 
width:100px; }

.TOGGLED-LOGO a{margin:0;padding:0 }

@media screen and (max-width: 600px) {
  .MY-MENU {display: none;}
  .HERO .image-wrapper{display:none; }
  
  .TOGGLED-MENU {display:block; }
}

/* ===============================
   Groundwork Comparison Grid
   =============================== */

.comparison-grid {
  width: 100%;
  font-size: 0.78em;
  color: #232323;
}

/* 5 columns: Feature + 4 options */
.cg-row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.cg-header {
  font-weight: 800;
  border-bottom: 2px solid #232323;
  padding-bottom: 8px;
  text-align: center;
}

/* Cell styles */
.cg-check {
  text-align: center;
  font-weight: bold;
  color: #4caf50;
  font-size: 18px;
}

.cg-dash {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.cg-text {
  text-align: center;
}

/* Muted market rows */
.cg-muted {
  text-align: center;
  font-style: italic;
  opacity: 0.6;
}

/* Ensure feature column aligns left */
.cg-row > div:first-child {
  text-align: left;
}


/****WORKSHOPS ****/

/*workshops*/
.workshop{
  padding-bottom:3em;
}

.open-workshop{
    padding:2%;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #f1c14d, #cb7c05);
}

.workshops .card-wrapper {
    overflow: hidden;
    position: relative;
	max-height:350px;
}
.workshops .card-wrapper {
    display: block;
}

.workshops .card-img {
    overflow: hidden;
    position: relative;
    width: auto;
    margin-bottom:100px;
	object-fit: cover;
	background-position: center center;
}


.workshops .card-box {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding: 0px;
}

.workshops .card-title {
    line-height: 1.2;
    padding: 5px 25px;
    background: #f1c14d;
    margin: 0;
    font-size:0.9em;
    font-weight:400;
    color:#232323;
	text-shadow:none;
}

.workshops .p-box {
    background-color: #232323; /*deep black*/
    width: 100%;
}

.workshops .card-box p {
    display: inline-block;
    padding: 15px;
    margin: 0;
    line-height: 1.2;
}

/*handout link*/
.workshops .handout .icon-wrapper {
    margin: auto;
    margin-right: 1.5rem;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.workshops .handout .mbr-iconfont {
    font-size: 3rem;
    background: linear-gradient(to left, #f1c14d, #cb7c05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*fees*/

.fees{
    padding-top: 0;
    padding-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/what-are-you-looking-for.jpg");
}



.fees .checklist li{
    color:#040402;
 }
 
 .fees .checkmark::before{
  color:#040402;
 }

.fees .banner {
    background-color: #232323;
    margin-left: 5%;
    width: 35%;
    padding: 2% 0;
	color: #f7f3e9;
}

.FEE-DETAILS{
     padding: 0 10%;
}

@media (min-width: 992px) {
    .FEE-DETAILS > [class*="col"] {
       padding: 0 10%;
    }
}

.fees-content p{
    color: #f7f3e9;
}

.fees-content h2{
    color: #f7f3e9;
}

.why_us{
    color: #7db420;
    font-size: 2em;
    line-height: 1;
    letter-spacing: 3px;
    font-variant: small-caps;
    font-weight: 200;
    margin: 0;
	  font-family: "Merriweather", serif;
}