@font-face {
  font-family: 'Lauren';
  src: url('fonts/Lauren_Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "verdana", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #4c3f48;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #4c3f48;
}

h1 {
  font-family: "Lauren", "verdana", "Open Sans", sans-serif;
}
h2 {
  font-size: 28px;
}
h3 {
	font-size: 16px;
}
h4 {
  font-size: 16px;
}
p {
  font-size: 1em;
  line-height: 32px;
}

.bold-underline {
    font-weight: bold;
    /* text-decoration: underline; */
    /* text-decoration-color: #5fa528; */
}

.heading {
  margin: 100px 0;
}
.heading h1 {
}
.heading h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 41px;
  font-weight: bold;
  color: #4c3f48;
}
.heading h3 {
  font-size: 35px;
  color: #4c3f48;
}
.heading h4 {
}
@media (max-width: 769px) {
	.heading {
	  margin: 50px 0;
	}
	.heading h2 {
		font-size: 35px;
	}
	.heading h3 {
		font-size: 28px;
	}
}

a, a:visited {
  color: #5fa528;
}

.green {
  background-color: #5fa528 !important;
}
.color-green {
  color: #5fa528 !important;
}

/* personbar-visible fix */
.EditBarEmptyPane {
  width: 100%;
}

/* Navbar */

header {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: sticky;
  width: 100%;
}
header.fixed-header {
  position: fixed;
}
.personabar-visible header.fixed-header {
  width: calc(100% - 80px);
}

.nav-brand {
  float: none;
  padding: 0;
  display: flex;
}
.header.fixed-header .nav-brand {
  height: 78px;
  float: left;
  margin-right: 3rem;
}
.header.fixed-header .nav-brand img {
  max-height: 78px;
  padding: 0;
}

.search-holder .search-btn {
  background: url(../images/Icon-feather-search.svg) no-repeat left top;
  background-size: 100%;
  height: 17px;
  width: 17px;
  margin-left: 10px;
}

.header, .menu-bar, .nav-brand, .nav-brand img, #menu-holder, .sm-contra a span.sub-arrow, a.heading-link h1, a.heading-link h3, .heading-line h2, h4.white-text, .anime {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
  }
  .container.container-sm {
    max-width: 1140px;
  }
  /* .sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active, .sm-contra a.highlighted {
    font-size: 19px;
  }
  .sm-contra ul a, .sm-contra ul a:hover, .sm-contra ul a:focus, .sm-contra ul a:active, .sm-contra ul a.highlighted {
    font-size: 16px;
  } */
}

.big-banner {
  height: calc(100vh - 224px);
  max-height: 700px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.big-banner .big-heading {
  padding: 100px 0;
}
.big-banner .big-heading h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Lauren", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 96px;
  line-height: 120%;
  text-shadow: 2px 4px 4px rgb(0 0 0 / 29%);
}

@media (max-width: 769px) {
	.big-banner .big-heading {
		padding: 30px 0;
	}
	.big-banner .big-heading h1 {
		font-size: 50px;
	}
}

.co-header {
  height: calc(100vh - 224px);
  max-height: 700px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.co-header .container {
  height: 100%;
}
.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.heading-line {
  position: relative;
}
.banner-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Lauren", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 96px;
  line-height: 120%;
}
.div-block-3 {
  height: 2px;
  margin-top: -12px;
  border-bottom: 2px solid #64c167;
}
h3.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  font-family: "verdana";
  margin-top: 10px;
  margin-bottom: 0;
}

.co-header {
  height: calc(100vh - 224px);
  max-height: 700px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.co-header .container {
  height: 100%;
}
.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.heading-line {
  position: relative;
}
.banner-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Lauren", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 96px;
  line-height: 120%;
}
.div-block-3 {
  height: 2px;
  margin-top: -12px;
  border-bottom: 2px solid #64c167;
}
h3.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 26px;
  font-family: "verdana";
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  #menu-holder {
	  clear: both;
  }
  .search-holder {
	  display: block;
  }
}
@media (max-width: 769px) {
  .co-header {
    height: calc(100vh - 200px);
  }
  .div-block-2 {
	  margin-bottom: 30px;
  }
  .banner-h1{
	  font-size: 70px;
  }
  h3.heading {
	  font-size: 18px;
  }
}



/* Footer */
.lowercase {
  text-transform: lowercase;
}
footer {
  border-top: 3px solid #5fa528;
  background-color: rgba(0,0,0,.1);
  color: #000000;
  padding: 0;;
  font-size: inherit;
  line-height: inherit;
  margin-top: 60px;
}
footer p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
}

footer .footer-main {
  padding: 80px 0;
}
footer .copyright-section {
  border: none;
  background-color: rgba(0,0,0,.1);
  padding: 40px 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-transform: lowercase;
}
footer h3 {
    font-family: verdana;
    font-size: 19px;
    line-height: 2.5rem;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: lowercase;
    color: #000;
    margin-bottom: 10px;
}
footer ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: lowercase;
}
footer ul.footer-links li {

}
footer ul.footer-links li a {
  line-height: 150%;
  padding: 0 0 15px 0;
  display: inline-block;
}
footer ul.footer-links.footer-social {

}
footer ul.footer-links.footer-social i.fa {
  color: #5fa528;
  font-size: 30px;
  width: 35px;
  vertical-align: bottom;
}
@media (max-width: 769px) {
  footer .footer-main {
    padding: 30px 0;
  }
  footer h3 {
	  letter-spacing: 3px;
  }
}



/* COLORS */
.sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active, .sm-contra a.highlighted {
  color: #000;
}
footer a:link, footer a:active, footer a:focus, footer a:visited {
  color: #000000;
}
footer a:hover {
  color: #5fa528;
}




.position-relative {
  position: relative!important;
}
.text-uppercase {
  text-transform: uppercase!important;
}
.font-weight-bold {
  font-weight: 700!important;
}



.section-title, .section-title2 {
  position: relative;
  margin-bottom: 30px;
}
.section-title:before, .section-title2:before {
  content: "";
  top: 11px;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #e5e5e5;
}
.section-title h3, .section-title2 h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.section-title span, .section-title2 span {
  padding-left: 38px;
  padding-right: 38px;
}

@media (min-width: 768px) {
  .section-title:before, .section-title2:before {
      top: 14px;
  }
  .section-title, .section-title2 {
    margin-bottom: 48px;
  }
  .section-title h3, .section-title2 h3 {
    font-size: 26px;
  }
}



/* HOME PAGE */
.block-holder {
  position: relative;
  overflow: hidden;
}
.col-lg-3 .block-holder:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: .6;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .35s;
  transition: all .35s;
}
.col-lg-3 .block-holder:hover:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.col-lg-3 .block-holder:hover a {
  color: #464648 !important;
}
.col-lg-3 .block-holder:hover a h3 {
  font-size: 50px;
  color: #464648 !important;
}
.block-flex {
	display: flex;
    height: 100%;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-pack: end; */
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block-gradient, .block-gradient-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}
.block-gradient {
  background-image: linear-gradient(180deg, transparent 50%, #000);
}
.block-gradient-left {
  background-image: linear-gradient(-90deg, transparent 30%, rgba(0,0,0,0.7));
}

.big-pic .block-gradient {
	padding: 80px;
}
.flex-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.heading-line {
  position: relative;
  z-index: 1;
}
.heading-line h2 {
  font-family: "Lauren", "verdana", sans-serif;
  font-size: 59px;
  font-weight: 400;
}
.heading-line h3 {
  font-family: "Lauren", "verdana", sans-serif;
  font-weight: 400;
  font-size: 35px;
}
h2.white-text:before {
  content: " ";
  border: 1px solid #5FA529;
  width: 100%;
  position: absolute;
  bottom: 8px;
}

.block-gradient a:hover,
a.heading-link:hover {
  text-decoration: none;
}
.block-gradient a:hover .white-text,
a.heading-link:hover h1,
a.heading-link:hover h3 {
  color: #5FA529 !important;
}
.block-gradient h2, .block-gradient h4 {
  margin-bottom: .5rem;
  margin-top: 0;
}

.block-gradient a.btn.btn-primary {
	border: solid 3px #5FA529 !important;
  font-size: 20px;
  background-color: #5FA529 !important;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 23px;
  font-family: "verdana";
	color: #fff;
  transition: border-color .2s ease;
}
.block-gradient a.btn.btn-primary:hover {
	background-color: #6fbf4b !important;
	border-color: #fff !important;
}

.icon-arr-right, .icon-arr-right-white {
  background: url(../images/Icon-arrow-green.svg) no-repeat left top;
  width: 15px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: 10px 20px;
  margin-left: 5px;
}
.icon-arr-right-white {
  background-image: url(../images/Icon-arrow-white.svg);
}
@media (max-width: 769px) {
  .big-pic .block-gradient,
  .block-gradient {
	  padding: 20px 20px;
  }
  .heading-line h2 {
	  font-size: 49px;
  }
  .block-gradient h4.white-text {
    font-size: 18px;
  }
}


.img-box {
}
.img-box .img-box-content {
  color: #fff;
  padding-left: 100px;
  padding-bottom: 80px;
}
.img-box .img-box-content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.img-box .img-box-content p {
  color: #fff;
  font-size: 26px;;
  line-height: 150%;
}

.img-box .img-box-content .btn {
	font-size: 35px;
	padding: 10px 20px;
	color: #ffffff;
	font-family: "Lauren", "verdana", sans-serif;
}
.img-box .img-box-content .btn:hover {
	color: #5fa528;
}

@media (max-width: 1200px) {
  .img-box .img-box-content {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .img-box .img-box-content h2 {
    font-size: 30px;
  }
  .img-box .img-box-content p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .img-box .img-box-content .btn {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .img-box .img-box-content {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .img-box .img-box-content h2 {
    font-size: 24px;
  }
  .img-box .img-box-content p {
    font-size: 14px;
    padding-bottom: 0;
  }
  .img-box .img-box-content .btn {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .img-box .img-box-content {
    position: relative;
    background: rgba(0,0,0,.1);
    padding: 10px 20px;
    display: block;
    width: auto;
    height: auto;
  }
  .img-box .img-box-content h2, 
  .img-box .img-box-content p,
  .img-box .img-box-content .btn {
    color: #4c3f48;
  }
}


.card-bg {
  background-color: #f5f5f5;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: .25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: .75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.06);
  border-bottom: 0 solid transparent;
}

.card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}

.card-footer {
  padding: .75rem 1.5rem;
  background-color: rgba(0,0,0,.06);
  border-top: 0 solid transparent;
}

.card-footer:last-child {
  border-radius: 0 0 .25rem .25rem;
}

.card-header-tabs {
  margin-right: -.75rem;
  margin-bottom: -.75rem;
  margin-left: -.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: .25rem;
}

.card-img,.card-img-top,.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,.card-img-top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card-img,.card-img-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media(min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media(min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media(min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
















.card {
  transition: all .3s;
}

.card img {
  transition: all .3s;
}
.card a {
  overflow: hidden;
}
.card:hover a img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card .card-header {
  padding: .93rem 1.5rem;
}

.card .card-title {
  font-size: 16px;
  font-family: "Verdana";
  /* font-weight: 700; */
  color: #000 !important;
  transition: all .3s;
}
.card .card-title a {
  color: #000 !important;
}

.card:hover .card-title {
  color: #5fa528 !important;
}

.card-lg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}

@media(min-width:768px) {
  .card-lg img {
    height: 400px;
  }
}

@media(min-width:992px) {
  .card-lg img {
    height: 350px;
  }
}

@media(min-width:1200px) {
  .card-lg img {
    height: auto;
  }
}

.card-md .card-body {
  padding-top: 43px;
  padding-bottom: 43px;
}

.card-hover:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.card-bg {
  background-color: #f5f5f5;
}

.card-bg:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
  background-color: #fff;
}

.card-bg-white {
  padding: 70px 0 40px;
}

.card-bg-white .card-body {
  padding: 1.8rem;
}

.card-bg-white .card-body h6 {
  line-height: 26px;
  margin-bottom: 25px;
}

.card-bg-white .card-body a {
  font-size: 13px;
  color: #969696;
  text-decoration: underline;
  transition: all .3s;
}

.card-bg-white .card-body a:hover {
  color: #ff891e;
}

@media(min-width:768px) {
  .card-opacity img {
    width: auto;
  }
}

@media(min-width:992px) {
  .card-opacity img {
    width: 100%;
  }
}

.card-opacity .card-body {
  padding-top: 15px;
}

.card-opacity .card-body h5>a {
  margin-bottom: 5px;
}

.card-opacity:hover .card-hover-overlay {
  background-color: rgba(0,0,0,.3);
}

.card-transparent {
  background-color: transparent;
}

.card-transparent .card-footer {
  padding: 0;
  background-color: transparent;
}

.card-hover-overlay {
  transition: all .5s;
}

.card-hover-overlay:hover {
  background-color: rgba(0,0,0,.3);
}

.card-hoverable {
  transition: all .3s ease-in-out;
  background-color: rgba(0,0,0,.7);
}

@media(min-width:992px) {
  .card-hoverable:hover {
    background-color: rgba(0,0,0,.7);
  }

  .card-hoverable:hover .top-content {
    bottom: 185px;
    margin-bottom: 0;
  }

  .card-hoverable:hover .bottom-content {
    opacity: 1;
    visibility: visible;
    transition: all .99s;
  }
}

@media(min-width:992px) {
  .card-hoverable {
    background-color: transparent;
  }
}

.card-hoverable .top-content {
  transition: all .3s ease-in-out;
  bottom: 185px;
  position: absolute;
  margin-bottom: 0;
}

@media(min-width:992px) {
  .card-hoverable .top-content {
    bottom: 0;
    margin-bottom: 30px;
  }
}

.card-hoverable .bottom-content {
  transition: all .2s;
}

@media(min-width:992px) {
  .card-hoverable .bottom-content {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
  }
}

.card-bg-img .card-img-top {
  height: auto;
}

@media(min-width:768px) {
  .card-bg-img .card-img-top {
    height: 400px;
  }
}

@media(min-width:1200px) {
  .card-bg-img .card-img-top {
    height: 450px;
  }
}

/* Articles */
.row > article {
  display: flex;
}


.cc-color-override-688238583.cc-window {
    color: #000 !important;
    background-color: #e5e5e5 !important;
}
.cc-color-override-688238583 .cc-btn {
    color: #fff !important;
    border-color: transparent;
    background-color: #5fa528 !important;
}
.cc-color-override-688238583 .cc-link, .cc-color-override-688238583 .cc-link:active, .cc-color-override-688238583 .cc-link:visited {
    color: #5fa528 !important;
}





.Normal {
  font-size: 16px;
  line-height: 150%;
}

/*Accordion3*/

.Accordion3 .panel-default>.panel-heading {
  background: none;
  padding: 10px 15px 10px 0;
}

.Accordion3 .panel-group .panel {
  border: none;
  box-shadow: none !important;
  border-left: 2px solid #ddd;
  padding: 0 0 20px 22px;
  border-radius: 0;
  margin-left: 22px;
  margin-top: 0 !important;
}

.Accordion3 .panel-group .panel:last-child {
  padding: 0 0 0 22px;
}

.Accordion3 .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding: 15px 15px 15px 0;
}

.Accordion3 .panel-heading a {
  padding: 0 25px 0 0;
  display: block;
  position: relative;
  color: #000;
font-weight:bold;
}

.Accordion3 .panel-heading a:not(.collapsed):before {
  content: "\f068";
  font-family: FONTAWESOME;
  position: absolute;
  top: -10px;
  width: 35px;
  color: #fff;
  bottom: 0;
  left: -40px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  font-size: 10px;
  border: 2px solid #d9e5f1;
  border-radius: 50%;
}

.Accordion3 .panel-heading a:before {
  content: "\f067";
  font-family: FONTAWESOME;
  position: absolute;
  top: -10px;
  left: -40px;
  width: 35px;
  background-color: #111;
  color: #fff;
  bottom: 0;
  height: 35px;
  text-align: center;
  line-height: 33px;
  font-size: 10px;
  border: 2px solid #d9e5f1;
  border-radius: 50%;
}


/*our services*/

.feature-box-grid {
  padding-left: 15px;
  padding-right: 15px;
}

.feature-box-grid .col-md-4 {
  padding: 0;
}

.featured-item.border-box {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-item.border-box {
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.featured-item .icon {
  padding: 0 0 30px 0;
}

.featured-item .icon i,
.featured-item .icon em {
  font-size: 36px;
}

.text-uppercase {
  text-transform: uppercase;
}

.featured-item .title h4 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-item .desc {
  color: #7e7e7e;
}

.featured-item .desc ul.calist {
  margin: 20px 0 0;
}

.featured-item.border-box,
.featured-item.border-box:hover,
.featured-item.border-box h4,
.featured-item.border-box:hover h4,
.featured-item.border-box .icon i .featured-item.border-box:hover .icon i,
.featured-item.border-box .icon em .featured-item.border-box:hover .icon em {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-item.border-box:hover {
  border: 1px solid transparent;
  background: #222222;
  color: #fff;
}

.featured-item.border-box {
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.featured-item.border-box:hover {
  border: 1px solid transparent;
  background: #222222;
  color: #fff;
}


/*.featured-item.border-box:hover .icon i, .featured-item.border-box:hover .icon em{
color: #d6b161;
}*/

.featured-item.border-box:hover h4 {
  color: #fff;
}

.featured-item.border-box:hover .desc {
  color: #fff;
}

@media screen and (max-width:991px) and (min-width: 768px) {
  .featured-item.border-box {
      padding: 25px;
  }
}



/*sidebar content*/

.side-widget h4 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 15px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  line-height: 32px;
}

.cat-list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  list-style: none;
}

.cat-list li a {
  color: #000;
  font-size: 13px;
}

.cat-list li i,
.cat-list li em {
  float: right;
  font-size: 10px;
  position: relative;
  top: 7px;
}

/*accordion*/

.Accordion1 .panel-title {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.Accordion1 .panel-heading a:hover {
  text-decoration: none;
}

.Accordion1 .panel-heading a:not(.collapsed),
.Accordion1 .panel-heading a:not(.collapsed) i {
  color: #fff;
}

.Accordion1 .panel-default>.panel-heading {
  background: none;
  border: none;
}

.Accordion1 .panel-default:hover>.panel-heading {
  background: #f6f6f6;
}

.Accordion1 .panel-group .panel {
  border-radius: 0;
}

.Accordion1 .panel-heading a i {
  color: #aaa;
  margin-right: 12px;
  font-size: 16px;
}

.Accordion1 .panel-heading a:not(.collapsed):hover i {
  color: #fff;
}

.Accordion1 .panel-heading {
  padding: 0;
}

.Accordion1 .panel-heading a {
  padding: 14px 25px 13px;
  display: block;
  position: relative;
  color: #666;
}

.Accordion1 .panel-heading a:not(.collapsed):before {
  content: "\f078";
  font-family: FONTAWESOME;
  position: absolute;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  width: 11px;
  color: #fff;
  bottom: 0;
  height: 100%;
  padding: 14px 28px 0 18px;
  background: none;
}

.Accordion1 .panel-heading a:before {
  content: "\f078";
  font-family: FONTAWESOME;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #fff;
  width: 11px;
  color: #6B6B6B;
  bottom: 0;
  background-color: #eee;
  height: 100%;
  padding: 14px 28px 0 18px;
}

/*Tabs1*/

.Tabs1.panel-default>.panel-heading {
  padding: 0;
  background: none;
}

.Tabs1 .nav-tabs>li>a {
  border-radius: 0;
}

.Tabs1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.Tabs1 ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.Tabs1 ul li a:hover {
  color: #fff!important;
}

.Tabs1 ul li.active a,
.Tabs1 ul li.active a:hover,
.Tabs1 ul li.active a:focus {
  color: #fff;
  border-width: 0px 0px 2px 0px;
  padding: 3px 20px;
}

.panel.with-nav-tabs.panel-default.Tabs1 {
  border-radius: 0;
}

.Tabs1 ul li a {
  padding: 2px 14px 2px;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 35px;
  transition: none;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.Tabs1 .Image-side1 {
  float: left;
  width: 250px;
  height: 200px;
  padding-right: 18px;
}

.Tabs1 .Image-side2 {
  float: right;
  width: 250px;
  height: 200px;
  padding-left: 18px;
}

.table.table-infos th {
	background-color: #e5e5e5;
}



.nav-tabs {
  margin-left: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-right-color: #e5e5e5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: bold;
  font-size: inherit !important;
  color: #000000;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-left-color: #e5e5e5;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-bottom-color: #e5e5e5;
  background-color: #efefef;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #5fa528;
  border-color: #5fa528;
}

/* Product page */
.rvdsf-field-summary ul.calist {
	margin: 0;
}
.rvdsf-field-description-container .nav-tabs {
	border-top: none;
}
.rvdsf-field-description-container .nav-tabs .nav-link.active {
    color: #4c3f48;
    border: transparent;
    background: transparent;
}
.rvdsf-productdetail-table {
	border: solid 1px #cecece;
}
.rvdsf-productdetail-table th:first-child, .rvdsf-productdetail-table td:first-child {
    background-color: #f2f2f2;
    font-weight: normal;
    text-align: left;
    width: 30%;
	border-top: solid 1px #cecece;
	border-right: solid 1px #cecece;
}
.rvdsf-productdetail-table .h4 td {
	font-size: 20px;
    font-weight: bold;
    background: #cecece;
}
.rvdsf-productlist-container .rvdsf-product-gallery-container {
	height: 250px;
}
.rvdsf-productlist-container .rvdsf-product-gallery-container img {
	max-height: 230px;
}

.rvdsf-field-summary ul, .rvdsf-field-description-container .card-body.panel-body ul {
	list-style: none;
    padding: 0;
	margin-left: 0;
	margin-top: 0;
}
.rvdsf-field-summary ul > li, .rvdsf-field-description-container .card-body.panel-body ul > li {
	padding-left: 1.3em;
    margin-top: .3em;
}
.rvdsf-field-summary ul > li:before ,.rvdsf-field-description-container .card-body.panel-body ul > li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #5fa528 !important;
}

.table td table {
  width: 100%;
  max-width: 100%;
  border: solid 1px #cecece;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td table th,
.table td table td {
	padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table td table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
}

.table td table tbody {
	border-top: 1px solid #dee2e6;
}



/* .teams {}
.teams .col-sm-3 > div {}
.teams .addon-content {} */
.teams .addon-content .person-image {
  /* border-radius: 50%; */
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
  border: solid 10px #e5e5e5;
  position: relative;
}
.teams .addon-content .person-image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.teams .addon-content .person-image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 33%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.teams .addon-content .person-image img {
  width: 100%;
}
.teams .addon-content .person-image .fa {
  position: absolute;
  top: 50%;
  left: 0;
  color: #3c3c3c;
  font-size: 50px;
  width: 100%;
  text-align: center;
  margin-top: -25px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.teams .addon-content .person-image a:hover .fa,
.teams .addon-content .person-image a:hover:after {
  opacity: 1;
}
.teams .addon-content .person-information {

}
.teams .addon-content .person-information .profile-info {

}
.teams .addon-content .person-information .profile-info .person-name {
  font-size: 24px;
}
.teams .addon-content .person-information .profile-info .person-designation {

}
.teams .addon-content .person-information .profile-info .person-social-icons {

}

.tab-content .Image-side1 {
  float: left;
  width: 350px;
  height: auto;
  padding-right: 18px;
}
.tab-content .Image-side2 {
  float: right;
  width: 350px;
  height: auto;
  padding-left: 18px;
}


.testimonials {
  background: #e5e5e5;
  padding: 50px 0 50px;
  margin-top: 50px;
}
.testimonials h2 {
}

.testimonials .feedback h5 {
  line-height: 150%;
  font-size: 18px;
}
.testimonials .feedback h4 {
}
.carousel-indicators li {
  background-color: rgb(0 0 0 / 20%);
}
.carousel-indicators li.active {
  background-color: #5fa528;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235fa528' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235fa528' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


.edMaps_mapWrapper.edMaps_theme__default-Default .edMaps_markerList {
	max-height: 350px;
}
.edMaps_mapWrapper.edMaps_theme__default-Default .edMaps_markerList > div > p {
	font-size: 16px;
}
.edMaps_mapWrapper.edMaps_theme__default-Default .edMaps_markerList > div > div.edMaps_html {
	font-size: 16px;
}