@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
header {
    background: var(--bs-green);
    background-image: url(../images/low-contrast-linen-menu.png);
}
.abt-pos {
    background: var(--bs-green);
    background-image: url(../images/low-contrast-linen.png);
}
span.sub-line, .why-list li span {
    /*color: var(--bs-pink);*/
	color: #000 !important;
}
.slider-info h1 {
	color:#fff;
}
h1.wthree-title, h2.wthree-title, .w3_pvt-link-bnr {
    /*color: var(--bs-blue);*/
	color: #000 !important;
}
.fine-text {
	padding:1em;
	background-color: rgba(0, 0, 0, 0.1);
	font-size:1.5em;
	font-family: 'Raleway', sans-serif;
	border-radius:1em;
	background-image: url(../images/black-linen.png);
}
.inner-page p {
	width:100%;
	margin:0.5em 0 0 0;
}
ul.d-flex.header-w3pvt li span {
    color: var(--bs-blue);
}
section.why-sec {
    background: #fff;
}
section.textured-bg {
	background: #fff;
	background-image: url(../images/low-contrast-linen.png);
}
form.services-w3sec {
    background: #fff;
	background-image: url(../images/low-contrast-linen-menu.png);
}
.cpy-right {
    background-image: url(../images/low-contrast-linen-menu.png);
}
.footer:before {
    background-image: url(../images/black-linen.png);
}
.list-w3pvtits li a:hover {
    text-decoration:underline;
}
.comp {
	font-family: 'Raleway', sans-serif;
	font-size:110%;
	font-stretch: expanded;
	color: var(--bs-green);
}
.inner-banner .slider-info {
    left: 3%;
    /*top: 18%;*/
	top: 37%;
}
.inner-banner .slider-info p {
	width:100%;
}
.r-bdr {
	padding:1em 2em;
	border: 1px solid rgba(120, 120, 120, 0.37);
	border-radius:1em;
}
.dyContent ul{
	list-style-type:inherit;
	padding:inherit;
	margin-left:1em;
}
.dyContent ol {
	list-style-type:inherit;
	padding:inherit;
}
.dyContent blockquote {
  /*background: #f9f9f9;
  border-left: 10px solid #ccc;*/
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size:14pt;
}
.dyContent blockquote:before {
  content: "\00BB";
  color: #ff9800;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.154em;
}
.dyContent blockquote p {
  display: inline;
}
.dyContent small{
	font-size:80%;
}
.dyContent large{
	font-size:110%;
}
.p100 p {
	width:100%;
}
@media only screen and (max-width:990px) {
.inner-banner .slider-info {
	width:100%;
	background:none;
}
}


.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 9px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18pt;
  transition: 0.4s;
}
h1.active, .accordion:hover {
  color: #ff9800; 
}


.accordion:after {
  content: '+';
  font-size: 11pt;
  color: #ff9800;
  float: right;
  margin-left: 5px;
}

h1.active:after {
  content: '-';
}


/*
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
*/
.panel {
  padding: 0 0 0 9px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
	border-bottom:solid 1px rgba(245, 245, 245, 1);;
	padding:9px 0;
	line-height:normal;
	letter-spacing:normal
}
.page-top-content {
	font-size:18pt;
	bottom:0;
}
.navbar-toggler {
    top: 0;
    right: 0;
	background: var(--bs-green);
    background-image: url(../images/low-contrast-linen-menu.png);
	display: contents;
}
.navbar-toggler-content {
	display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color:#fff;
}
/************************************/
.page-top-content ul li {
	float:left;
	padding-bottom:10px;
	margin-bottom:9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-top-content ul li:last-child {
	padding-bottom:0;
	margin-bottom:15px;
	border-bottom: none;
}
.page-top-content ul li p {
	float: left;
	width: 75%;
}
.page-top-content ul li img {
	width: 25%;
	padding-left:10px;
}
.fv3-contact p strong {
	min-width: 80px;
}
.fv3-contact p i {
	float:right;
	margin-left:7px;
}
@media only screen and (max-width:990px) {
	.page-top-content ul li img {
		display:none;
	}
	.page-top-content ul li p {
		width: 100%;
	}
	.fv3-contact p strong {
		min-width: 80px;
	}
	.fv3-contact p {
		display: flex;
	
	}
}
.page-top-content blockquote img {
	width:25%;
}