/*
Theme Name: HoustonParksBoard
Text Domain: sinatra
Version: 1.2.1

*/

/*** Onward Template ***/



/*** global ***/


a, a:hover, a:active, a:focus{
   outline: 0;
   transform: scale(1);
   -webkit-transition: all .3s;
}

button, button:hover, button:active, button:focus{
   outline:none !important;
  box-shadow: none !important;
}

input::-moz-focus-inner { 
  border: 0; 
}



a.on-btn{
display: block;
position: relative;
overflow: hidden;
width: 265px;
font-family: 'Arial Black';
font-size: 22px;
color: #fff;
text-align: center;
text-transform: uppercase;
border-radius: 50px;
padding: 15px 15px;
-webkit-transition: all .3s !important;
}

button{
font-family: 'Arial';
}

a.on-btn:hover::before{
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
-webkit-transition: all .3s;
}

a:hover{
text-decoration: none !important;
-webkit-transition: all .3s;
transform: scale(1.05) !important;
}


a.on-btn:hover{
color: #fff !important;
}

.page-template-template-onward p,
.page-template-template-finance p{
font-family: 'Arial' !important;
font-weight: 400 !important;
font-size: 20px !important;
line-height: 28px !important;
word-break: keep-all;
margin: 0 0 0 0;
}

.page-template-template-onward h1,
.page-template-template-finance h1{
font-family: 'Arial Black' !important;
font-size: 72px;
line-height: 80px;
margin: 0 0 0 0;
word-break: keep-all;
text-transform: uppercase;
}

.page-template-template-onward h2,
.page-template-template-finance h2{
font-family: 'Arial Black' !important;
font-size: clamp(50px, 4.9vw, 72px);
line-height: clamp(50px, 4.9vw, 72px);
text-transform: uuppercase !important;
word-break: keep-all;
margin: 0 0 0 0;
}

.page-template-template-onward h3,
.page-template-template-finance h3{
font-family: 'Arial Black' !important;
font-size: 30px;
line-height: 45px;
text-transform: uppercase;
word-break: keep-all;
margin: 0 0 0 0;
}

.page-template-template-onward h4,
.page-template-template-finance h4{
font-family: 'Arial Black' !important;
word-break: keep-all;
margin: 0 0 0 0;
}

.page-template-template-onward h5,
.page-template-template-finance h5{
font-family: 'Arial' !important;
font-size: 30px;
line-height: 35px;
word-break: keep-all;
margin: 0 0 0 0;
}

.float-tabs{
  display: flex;
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  letter-spacing: 2px;
  color: #fff;
   transform-origin: 0 0;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 20px;
 writing-mode: vertical-rl; 
 }

.tab-onward,
.tab-fin{
padding: 40px 20px;
}

.tab-onward{
  background-color: #3BB16E;
}
.tab-fin{
background-color: #41A4E4;
}

.float-tabs a:hover{
  color: #123750;
}

@media(max-width: 767px){

.float-tabs{
  font-size: 17px;
 }
.tab-onward,
.tab-fin{
padding: 20px 15px;
}

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

a.on-btn{
width: 190px;
font-size: 19px;
padding: 10px;
}



.page-template-template-onward h2,
.page-template-template-finance h2{
font-family: 'Arial Black' !important;
font-size: clamp(40px, 4.7vw, 72px);
line-height: clamp(40px, 4.7vw, 72px);
text-transform: uuppercase !important;
word-break: keep-all;
margin: 0 0 0 0;
}

.page-template-template-onward h3,
.page-template-template-finance h3{
font-family: 'Arial Black' !important;
font-size: 25px;
line-height: 35px;
}

.page-template-template-onward h5,
.page-template-template-finance h5{
font-size: 25px;
line-height: 25px;
}
}



/*** hero ***/

.hero-wrap{
text-align: center;
background-size: cover;
background-position: center center;
padding: 250px 25px;
}

.hero-wrap.onward{
background-image: url(/wp-content/uploads/2023/02/Video.png);
}

.hero-wrap h1{
font-family: "Arial Black";
color: #fff;
font-size: clamp(70px, 14vw, 220px);
line-height: 90%;
text-transform: uppercase;
}


.hero-wrap h3{
color: #fff;
margin: 25px 0 0 0;
}

@media(max-width: 767px){
.hero-wrap{
padding: 150px 25px 150px 25px;
}
}


/*** further sec ***/

.further-wrap{
display: flex;
align-items: flex-start;
width: 95%;
max-width: 1200px;
margin: 100px auto 0 auto;
z-index: 5;
}

.further-wrap-lt{
width: 50%;
padding: 20px;
}

.further-wrap-rt{
width: 50%;
max-width: 600px;
padding: 0px 20px 75px 20px;
}

.further-wrap-rt h2{
color: #43B977;
}

.further-wrap-rt p{
font-size: 25px;
color: #0C4158 !important;
line-height: 35px;
margin: 25px 0;
}

@media(max-width: 767px){

.further-wrap{
flex-direction: column;
display: flex;
align-items: flex-start;
width: 95%;
max-width: 1200px;
margin: 100px auto 0 auto;
z-index: 5;
}

.further-wrap-lt{
order: 2;
width: 100%;
padding: 20px;
text-align: center;
padding: 20px 20px 100px 20px;
}

.further-wrap-rt{
order: 1;
width: 100%;
padding: 0px 20px 40px 20px;
text-align: center;
margin: auto;
}

.further-wrap-rt img{
margin: auto;
}

}


/*** abt sec ***/

.onward-abt-top{
position: relative;
z-index: 2;
margin: -150px 0 -75px 0;
}

.onward-abt-top img{
width: 100%;
}


.onward-abt-content-wrap{
width: 100%;
background-color: #0c4158;
padding: 100px 0 200px 0;
}

.onward-abt-content-inner{
display: flex;
justify-content: center;
max-width: 1400px;
width: 90%;
margin: auto;
}

.onward-abt-content-inner p{
color: #fff !important;
}


.onward-abt-content-inner h3{
text-transform: uppercase;
color: #8FDEE2;
margin: 15px 0;
}

.onward-abt-content-lt,
.onward-abt-content-rt{
width: 50%;
padding: 0 30px 30px 30px;
}

.onward-abt-content-rt{
position: relative;
padding: 0 0 450px 0;
}

.owner-pro{
display: flex;
justify-content: center;
}

.owner-pro-lt,
.owner-pro-rt{
position: absolute;
}

.owner-pro-lt {
  left: -70px;
  bottom: -20px;
}

div.owner-pro-rt{
  bottom: 120px;
  left: 250px;
  
}

.owner-det{
  margin-left: 130px;
  width: 320px;
}

@media(max-width: 1190px){

.onward-abt-content-rt{
padding: 0 0 0 0;
}

.owner-pro{
display: flex;
flex-direction: column;
align-items: center;
}

.owner-pro-lt,
.owner-pro-rt{
position: relative;
}

.owner-pro-lt {
  left: 0;
  bottom: 0px;
}

div.owner-pro-rt{
  bottom: 0px;
  left: 0px;
  
}

.owner-det{
  margin: auto auto;
  width: auto;
  text-align: center;
}
}


@media(max-width: 767px){

.onward-abt-content-wrap{
margin: 50px 0 0 0;
}


.onward-abt-content-inner{
flex-direction: column;
width: 90%;
}

.onward-abt-content-inner p{
text-align: center;
}


.onward-abt-content-inner h3{
text-align: center;
}

.onward-abt-content-lt,
.onward-abt-content-rt{
width: 100%;
padding: 0px;
}
}


/*** bayou sec ***/

.bayou-wrap{
background-image: url(/wp-content/uploads/2023/02/Video2.png);
background-size: cover;
background-position: center;
}

.bayou-content{
max-width: 660px;
float: left;
margin: 0 50px 0 50%;
padding: 100px 50px 70px 50px;
background-color: rgba(58, 178, 112, .7);
}

.bayou-content h2{
color: #fff !important;
text-transform: uppercase;
padding: 0 0 25px 0;
}

.bayou-content p{
color: #fff !important;
line-height: 28px !important;
}

@media(max-width: 1000px){
.bayou-content{
width: 90%;
float: none;
margin: 50px auto 50px auto;
}
}

/*** beyond sec ***/

.beyond-wrap{
background-image: url(/wp-content/uploads/2023/02/Video3.png);
background-size: cover;
background-position: center;
}

.beyond-content{
max-width: 660px;
float: right;
margin: 0 50% 0 50px;
padding: 150px 50px 150px 50px;
background-color: rgba(49, 126, 181, .7);
}

.beyond-content h2{
color: #fff !important;
text-transform: uppercase;
padding: 0 0 25px 0;
}

.beyond-content p{
color: #fff !important;
line-height: 28px !important;
}


@media(max-width: 1000px){
.beyond-content{
width: 90%;
float: none;
margin: 50px auto 50px auto;
}
}

/*** cornerstone sec ***/

.corner-wrap{
position: relative;

}

.corner-inner{
display: flex;
width: 95%;
max-width: 1250px;
margin: auto;
padding: 100px 0 5% 0;
}


.corner-lt,
.corner-rt{
width: 50%;
}

.corner-lt{
padding: 0 0 250px 0;
margin-left: 50px;
}

.corner-lt h2{
color: #195276 !important;
padding: 0 0 15px 0;
}

.corner-lt h3{
color: #f36f63;
max-width: 600px;
}

.corner-lt p{
max-width: 470px;
color: #0C4158 !important;
}


.corner-rt{
display: flex;
align-items: flex-end;
margin-left: -50px;
}

.corner-btm{
position: absolute;
bottom: 0px;
min-width: 100%;
}

.corner-btm img{
position: relative;
z-insex: 2;
object-fit: cover;
min-width: 100%;
}

@media(max-width: 767px){
.corner-inner{
flex-direction: column;
display: flex;
width: 95%;
max-width: 1250px;
margin: auto;
padding: 100px 0 5% 0;
}


.corner-lt,
.corner-rt{
width: 100%;
text-align: center;
}


.corner-rt{
max-width: 400px;
margin: auto;
}

.corner-lt{
padding: 0 0 0 0;
margin-left: auto;
}


.corner-lt h3{
margin: auto;
}

.corner-lt p{
margin: auto;
}
}


/*** gallery sec ***/

.gallery-wrap{
position: relative;
z-insex: 3;
background-color: #3BB271;
}

.gallery-inner{
width: 95%;
max-width: 1200px;
margin: auto;
display: flex;
flex-wrap: wrap;
}

.gallery-inner div{
width: 33%;
}


.gallery-inner div a img:hover{
-webkit-transition: all .3s;
transform: scale(1.05) !important;
}


.gallery-inner img{
position: relative;
z-index: 5;
}

.gallery-inner h3{
position: relative;
color: #fff;
font-size: 22px;
line-height: 30px;
text-align: center;
margin: -50px 0 0 0;
z-index: 7;
}


.gallery-wrap .on-btn{
margin: 100px auto 100px auto !important;
background-color: #F9D678;
color: #fff;
}


@media(max-width: 950px){
.gallery-inner div{
width: 50%;
}
}

@media(max-width: 650px){
.gallery-inner div{
width: 100%;
}
}

/*** neighborhood sec ***/

.hood-wrap{
display: flex;
max-width: 1400px;
width: 95%;
margin: auto;
padding: 100px 0 0 0;
}

.hood-lt,
.hood-rt{
width: 50%;
}

.hood-lt{
position: relative;
z-index: 7;
}

.hood-lt h2{
color: #195276;
}

.hood-lt p{
max-width: 530px;
width: 95%;
margin: 40px 0 90px 0;
color: #0C4158 !important;
}

.hood-lt .on-btn{
background-color: #F36F63;
color: #fff;
}

.hood-rt{
position: relative;
z-index: 2;
display: flex;
align-items: flex-end;
}

.hood-rt img{

margin-left: 50px;
}

@media(min-width: 2300px){
.hood-rt img{
margin-left: 30%;
min-width: 650px;
}
}

@media(max-width: 1000px){

.hood-wrap{
flex-direction: column;
}

.hood-lt,
.hood-rt{
width: 100%;
}

.hood-lt h2{
max-width: 700px;
margin: auto;
text-align: center;
}

.hood-lt p{
max-width: 530px;
text-align: center;
width: 95%;
margin: 40px auto 90px auto;
}

.hood-rt img{
min-width: auto;
margin: 50px auto -70px auto;
}

.hood-lt .on-btn{
margin: auto !important;
}
}

/*** partner wrap **/

.partner-top{
position: relative;
z-index: 5;
margin-top: -90px;
}

.partner-wrap{
position: relative;
z-index: 7;
background-color: #317eb5;
padding: 50px 0 100px 0;
}

.partner-top img{
object-fit: cover;
min-width: 100%;
}


.partner-inner{
display: flex;
max-width: 1400px;
margin: auto auto;
}

.partner-lt,
.partner-rt{
width: 50%;
padding: 25px;
}

.partner-lt img{
display: block !important;
margin: auto auto !important;
}

.partner-rt h2{
text-transform: uppercase;
color: #fff;
padding: 0 0 25px 0;
}

.partner-rt p{
line-height: 28px;
margin: 25px 0;
color: #fff !important;
}

.partner-rt a.on-btn{
  background-color: #FFD667;
  margin: 50px 0 !important;
  color: #ffffff !important;
}



@media(max-width: 1000px){
.partner-inner{
flex-direction: column;
}

.partner-lt,
.partner-rt{
width: 100%;
}

.partner-lt img{
max-width: 545px;
width: 95%;
margin: auto;
}

.partner-rt h2{
max-width: 650px;
margin: auto;
text-align: center;
}

.partner-rt p{
max-width: 650px !important;
margin: auto;
text-align: center;
}

.partner-rt a.on-btn{
  margin: 50px auto !Important;
}

}


/**** highlight timeline sec ***/

.high-wrap{
background-image: url(/wp-content/uploads/2023/02/image-4.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
padding: 75px 25px;
}

.high-inner{
width: 95%;
max-width: 1400px;
margin: auto;
background-color: rgba(255,255,255,0.6);
border-radius: 50px;
padding: 50px;
}

.high-head{
max-width: 800px;
margin: 0 auto;
text-align: center;
}


.high-head span{
display: block;
font-family: 'Arial Black';
font-size: clamp(30px, 6vw, 95px);
 line-height: clamp(30px, 6vw, 95px);
color: #0C4158 !important;
padding: 50px 0 40px 0 !important;
text-transform: uppercase !important;
}

.high-head h3{
color: #F36F63;
margin: 0 0 25px 0;
line-height: 35px;
}

.high-head p{
color: #195276;
max-width: 655px;
margin: auto;
}


.time-wrap{
display: flex;
max-width: 1200px;
margin: 100px auto;
}

.time-lt,
.time-rt{
width: calc(50% - 1px);
}

.time-entry a:hover h3{
color: #F36F63;
}

.time-entry h3{
color: #fff;
margin: 100px 0 0 0;
}

.time-entry p{
padding: 30px 50px;
font-size: 25px;
line-height: 35px !important;
color: #195276;
}

.time-entry.green h3{
background-color: #40B072;
}

.time-entry.blue h3{
font-size: 32px;
line-height: 35px;
background-color: #195276;
}

.time-lt .time-entry h3,
.time-rt .time-entry h3{
padding: 20px 50px;
width: 100%;
}

.time-lt .time-entry h3{
border-radius: 100px 0 0 100px;
}

.time-rt{
margin: 250px 0 0 0;
}

.time-rt .time-entry h3{
border-radius: 0 100px 100px 0;
text-align: right;
}


.time-ct{
position: relative;
width: 3px;
background-color: #1C4056;
padding: 75px 0;
}

.time-ct-top,
.time-ct-btm{
position: absolute;
margin: auto;
width: 22px;
height: 22px;
border: 3px solid #1C4056;
border-radius: 50px;
}

.time-ct-top{
top: -22px;
left: -10px;
}

.time-ct-btm{
bottom: -22px;
left: -10px;
}


@media(max-width: 1200px){

.time-wrap{
display: flex;
max-width: 1200px;
margin: 0px auto;
flex-direction: column;
}


.high-inner{
padding: 20px;
}

.time-lt,
.time-rt{
width: 100%;
margin: 0;
}

.time-ct{
display: none;
}


.time-entry h3{
margin: 50px 0 0 0;
}


.time-lt .time-entry h3,
.time-rt .time-entry h3{
text-align: center;
width: 100%;
}

.time-lt .time-entry h3{
border-radius: 100px;
}

.time-rt{
margin: 0px 0 0 0;
}

.time-rt .time-entry h3{
border-radius: 100px;
text-align: center;
}

}

@media(max-width: 550px){

.high-inner{
width: 100%;
}

.time-entry.blue h3{
font-size: 22px;
line-height: 30px;
background-color: #195276;
}

.time-entry p{
font-size: 20px;
padding: 10px 50px;
}
}

/*** art bike sec ***/

.art-wrap{
background-image: url(/wp-content/uploads/2023/02/Art_Bike_2022_0168.png);
background-size: cover;
background-position: center;
}

.art-content{
max-width: 660px;
float: right;
margin: 0 50% 0 50px;
padding: 150px 50px 120px 50px;
background-color: rgba(235, 103, 103, .7);
color: #fff;
}

.art-content h2,
.art-content h5{
color: #fff;
padding: 10px 0;
}

.art-content p{
padding: 20px 0;
}


.art-wrap a.on-btn {
  background-color: #317EB5;
}

@media(max-width: 1000px){
.art-content{
width: 90%;
float: none;
margin: 50px auto 50px auto;
}
.art-wrap a.on-btn {
  margin: auto !important;
}


}

/*** mkt bridge sec ***/

.bridge-wrap{
display: flex;
background-image: url(/wp-content/uploads/2023/03/MKT_Bridge_Re-open_0444.jpg);
background-size: cover;
background-position: center top;
}

.bridge-content-lt{
width: 50%;
}

.bridge-content{
width: 50%;
max-width: 660px;
margin: 0 50px 0 0;
padding: 150px 50px;
background-color: rgba(49, 126, 181, .7);
color: #fff;
}

.bridge-content-lt h2{
color: #0C4158;
padding: 25px;
margin: 50px auto;
  max-width: 770px;
  text-transform: uppercase;
}


.bridge-content h2{
display: none;
color: #fff;
padding: 10px 0;
text-transform: uppercase;
}

.bridge-content h4{
font-size: 30px;
line-height: 35px;
font-weight: 700;
margin-bottom: 15px;
color: #fff;
}

.bridge-content p{
padding: 20px 0;
}

.bridge-wrap a.on-btn {
  background-color: #F36F63;
}


@media(max-width: 1000px){
.bridge-content{
width: 90%;
float: none;
margin: 50px auto 50px auto;
}


.bridge-content h2{
display: block;
}

.bridge-content-lt{
display: none;
}

.bridge-wrap a.on-btn {
 margin: auto !important;
}

}

/*** convervation sec ***/

.con-wrap{
position: relative;
z-index: 5;
display: flex;
align-items: flex-end;
max-width: 1400px;
width: 95%;
margin: 120px auto -150px auto;
}

.con-lt,
.con-rt{
width: 50%;
padding: 25px;
}

.con-lt{
position: relative;
z-index: 5;
}


.con-rt{
position: relative;
z-index: 2;
}



.con-lt h2,
.con-lt p{
color: #0C4158;
padding: 15px 0;
}

.con-lt a.on-btn{
background-color: #F36F63;
color: #fff;
margin: 25px 0 45px 0;
}

@media(max-width: 900px){

.con-wrap{

position: relative;
flex-direction: column;
z-index: 5;
display: flex;
align-items: center;
max-width: 1400px;
margin: 120px auto -150px auto;
}

.con-lt,
.con-rt{
width: 100%;
padding: 25px;
text-align: center;
max-width: 600px;
margin: auto;
}

.con-rt{
margin: 0 0 75px 0;
}

.con-lt a.on-btn{
margin: 25px auto 45px auto !important;
}
}


/*** maintenance sec **/

.main-top{
position: relative;
z-index: 2;
width: 100%;
}

.main-top img{
width: 100%;
object-fit: cover;
}


.main-wrap{
position: relative;
z-index: 4;
background-color: #3BB270;
color: #fff;
padding: 0 0 100px 0;
}

.main-inner{
display: flex;
justify-content: center;
width: 95%;
max-width: 1200px;
margin: 0 auto;
}

.main-inner h2,
.main-inner h5{
color: #fff;
text-transform: uppercase;
}

.main-lt,
.main-rt{
width: 50%;
padding: 25px;
}

.main-lt{
position: relative;
display: flex;
margin: 0 -100px 300px auto;
}

.main-rt h2{
padding: 25px 0;
}

.acre,
.miles{
position: absolute;
z-index: 5;
text-align: center;
}


.acre{
left: -150px;
top: -40px;
}

.miles{
right: -100px;
bottom: -200px;
}

.main-affect{
position: relative;
z-index: 2;
width: 310px;
height: 310px;
border-radius: 150px;
background-color: rgba(255,255,255,0.2);
}

.main-btm{
text-align: center;
}

.main-btm h2{
color: #FFD667;
}

.main-btm h3{
font-size: 40px;
line-height: 45px;
color: #fff;
margin: 25px 0;
}


.main-btm h5{
color: #fff;
margin: 15px 0;
}


.main-btm-inner{
display: flex;
justify-content: center;
max-width: 1400px;
width: 95%;
margin: auto;
background-color: rgba(255,255,255,0.2);
padding: 50px;
border-radius: 150px;
}

.main-stat stat-lt{
width: 30%;
padding: 20px;
}


.main-stat stat-cen{
width: 40%;
padding: 20px;
}

.main-stat stat-rt{
width: 30%;
padding: 20px;
}

.main-wrap a.on-btn{
background-color: #FFD667;
  margin: 75px auto 0 auto !important;
}


/**mobile maintenance sec**/

@media(max-width: 1100px){

.main-inner{
flex-direction: column;
}

.main-inner h2,
.main-inner h5{
text-align: center;
}



.main-lt,
.main-rt{
width: 100%;
}

.main-rt{
order: 1;
}

.main-lt{
order: 2;
position: relative;
margin: 150px auto 250px auto;
}

.main-rt p{
text-align: center;
max-width: 800px;
margin: auto;
}

.acre{
left: -100px;
top: -100px;
}

.main-affect{
margin: auto auto;
}


.main-btm-inner{
flex-direction: column;
}

.main-stat.stat-lt,
.main-stat.stat-cen,
.main-stat.stat-rt{
width: 100%;
padding: 30px 20px;
max-width: 400px;
margin: auto;
}

}

@media(max-width: 600px){

.acre,
.miles{
position: relative;
z-index: 5;
text-align: center;
margin: 30px auto;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}

.main-affect{
position: relative;
width: 95%;
height: auto;
padding: 30px 0;
border-radius: 150px;
background-color: rgba(255,255,255,0.2);
}

.main-lt{
order: 2;
position: relative;
margin: 50px auto 50px auto;
}
}

/*** volunteer sec ***/

.vol-wrap{
display: flex;
align-items: flex-end;
max-width: 1400px;
width: 95%;
margin: 100px auto;
}

.vol-lt,
.vol-rt{
width: 50%;
padding: 20px;
}

.vol-lt{
max-width: 650px;
}

.vol-wrap h2{
color: #0C4158;
margin: 0 0 25px 0;
}

.vol-wrap p{
color: #0C4158;
}

.vol-lt a.on-btn{
  width: 95%;
  max-width: 400px;
  background-color: #F36F63;
  color: #fff;
  margin: 30px 0 0 0;
}

@media(max-width: 1000px){
.vol-wrap{
flex-direction: column;
}

.vol-lt,
.vol-rt{
width: 100%;
}

.vol-lt{
margin: auto;
}

.vol-wrap h2{
text-align: center;
}

.vol-wrap p{
text-align: center;
}

.vol-lt a.on-btn{
margin: 30px auto 50px auto !important;
}


.vol-rt img{
display: block;
margin: auto !important;
}
}



/*** supporting sec ***/

.support-wrap{
padding: 250px 0;
background-image: url(/wp-content/uploads/2023/02/Video-end.jpg);
background-size: cover;
background-position: center left;
text-align: center;
}

.support-wrap h2 {
  width: 95%;
  margin: auto;
  color: #fff;
}

.support-wrap h5 {
  color: #fff;
  width: 95%;
  margin: auto;
  padding: 30px 0 50px 0;
}

.support-wrap a.on-btn {
background-color: #FFD667 !important;
color: #fff;
  margin: auto auto !important;
}

@media(max-width: 767px){
.support-wrap{
padding: 70px 0;
}
}



/******************* finance template *******************/

/*** hero ***/

.hero-wrap.financial{
background-image: url(/wp-content/uploads/2023/02/fin-hero.jpg);
background-size: cover;
background-position: center left;
}


.fin-content-wrap{
padding: 100px 0 0 0;
background-image: linear-gradient(to bottom, #fde8af, #ccdaa2, #9bca9f, #6fb8a2, #49a3a4, #49a3a4, #49a3a4, #49a3a4, #6fb8a2, #9bca9f, #ccdaa2, #fde8af);
}



.fin-board-wrap1,
.fin-board-wrap2,
.fin-board-wrap3{
width: 95%;
max-width:1100px;
padding: 75px 0 40px 0;
margin: 50px auto;
border-radius: 50px;
text-align: center;
}

.fin-board-wrap1{
background-color: rgb(58, 178, 112);
}

.fin-board-wrap2{
background-color: #30839F;
}

.fin-board-wrap3{
background-color: rgb(243, 111, 99);
}


.fin-board-wrap1 h3,
.fin-board-wrap2 h3,
.fin-board-wrap3 h3{
color: #fff !important;
font-size: 40px;
padding: 0 25px;
}

@media(max-width: 767px){

.fin-content-wrap{
padding: 25px 0 0 0;
}
}


.container {
  display: block;
  width: 90%;
  text-align: center;
  position: relative;
}

.drop-container {
   display: block;
  margin: auto;
  padding: 20px 30px;
}

.trigger{
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-family: 'Arial';
  margin: 15px 0;
}

.trigger a:hover{
color: #fff;
}

.trigger span{
  font-size: 35px;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
}

.dropdown-content{
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 850px;
margin: auto;
}

.dropdown-tit{
width: 100%;
font-family: 'Arial';
text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px;
  margin: 55px 0 20px 0;
}

.dropdown-sub{
width: 100%;
font-family: 'Arial';
text-align: center;
font-size: 20px;
  padding: 10px;
border-bottom: 1px solid rgba(255,255,255,0.5);
  margin: 20px;
  }



.dropdown p{
width: 22%;
margin: 10px;
padding: 0px 0 10px 0;
font-size: 17px !important;
line-height: 20px !important;
text-align: left;
font-weight: 600 !important;
max-width: 200px;
border-bottom: 1px solid rgba(255,255,255,0.3);
}

@media(max-width: 850px){

.dropdown p{
width: 29%;
}

.dropdown-content{
justify-content: center;
}
}


@media(max-width: 767px){

.fin-board-wrap1 h3,
.fin-board-wrap2 h3,
.fin-board-wrap3 h3{
font-size: 30px;
line-height: 34px;
padding: 0 15px;
}

.dropdown p{
width: 43%;
}
}








.stat-tit{
width: 95%;
max-width: 1100px;
margin: auto auto;
}

.stat-tit h2{
color: #fff;
font-size: clamp(50px, 4.4vw, 82px);
line-height: clamp(50px, 4.7vw, 95px);
text-align: center;
margin: 100px auto 30px auto;
}

.stat-tit h5{
text-align: center;
text-transform: uppercase;
color: #EAEB8D;
}


.fin-board-wrap h2,
.fin-board-wrap p{
color: #fff;
}

/********* statment table *********/


.stat-tbl-wrap{
  width: 95%;
  max-width: 1100px;
  margin: 75px auto;
  background-color: #123750;
border-radius: 50px;
padding: 50px 50px 100px 50px;
}

.stat-tbl-wrap h2,
.stat-tbl-rw{
  max-width: 850px;
  margin: auto auto;
}

.stat-tbl-wrap h2{
  color: #fff;
  border-bottom: 3px solid rgba(255,255,255,0.4);
  padding: 25px 0;
  margin: 25px auto;
}

.stat-tbl-rw{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding: 10px;
  color: #92DCE0;
}

.stat-tbl-rw p{
  padding: 0 15px;
}

.stat-tbl-rw.total{
  color: #fff;
}


@media(max-width: 991px){
.stat-tit h5{
text-align: center;
}
}


.stat-fin-wrap{
display: flex;
justify-content: space-between;
width: 95%;
max-width: 1100px;
margin: 100px auto;
}

.stat1,
.stat2{
width: 45%;
max-width: 450px;
}

.stat2{
padding: 200px 0 0 0;
}

.stat1 h1{
font-size: 180px;
line-height: 250px;
color: #92dce0;
}

.stat2 h1{
font-size: 180px;
line-height: 250px;
color: #123750;
}

.stat1 h5,
.stat2 h5{
font-size: 45px;
  line-height: 50px;
color: #fff;
text-transform: uppercase;
font-weight: 600;
}


.sec-title{
padding: 50px 20px;
}

.sec-title h5{
text-align: center;
color: #fbd45c;
text-transform: uppercase;
font-weight: 600;
  font-size: 40px;
  line-height: 45px;
}

@media(max-width: 991px){

.stat-fin-wrap{
flex-direction: column;
margin: 40px auto 100px auto;
}

.stat1,
.stat2{
width: 100%;
max-width: 100%;
padding: 30px 0 0 0;
}



.stat1 h1,
.stat2 h1{
font-size: 120px;
line-height: 170px;
text-align: center;
}

.stat1 h5,
.stat2 h5{
font-size: 30px;
line-height: 40px;
text-align: center;
}

}





.fin-note-top img{
width: 100%;
object-fit: cover;
margin: 0 0 0 0;
}

.fin-note-wrap{

padding: 50px 0 150px 0;
background-color: #3BB270;
position: relative;
overflow: hidden;
}

.fin-note-wrap h2{
position: relative;
z-index: 5;
text-align: center;
color: #fff;
width: 95%;
max-width: 1100px;
margin: auto;
font-size: clamp(50px, 4.2vw, 72px);
line-height: clamp(50px, 5.2vw, 80px);
}

@media(max-width: 767px){

.fin-note-wrap h2{
font-size: clamp(35px, 4.2vw, 72px);
line-height: clamp(40px, 5.2vw, 80px);
}}


.note-leaf{
position: absolute;
z-index: 3;
top: 0;
left: 5%;
}

.fam-wrap{
background-image: url(/wp-content/uploads/2023/02/fam-bg.jpg);
background-size: cover;
background-position: top left;
border-radius: 50px;
max-width: 1100px;
width: 95%;
margin: 75px auto;
padding: 250px 50px;
}

.fam-inner{
float: right;
max-width: 470px;
width: 100%;
}

.fam-inner h2{
font-size: clamp(30px, 3.3vw, 45px);
line-height: clamp(30px, 3.5vw, 55px);
color: #fff;
}

.fam-inner .inner-txt{
font-size: 55px;
font-family: 'Arial';
font-weight: 700;
text-align: center;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
padding: 10px;
margin: 25px 0;
max-width: 300px;
width: 100%;
}

@media(max-width: 767px){


.fam-wrap{
padding: 100px 50px;
}
.fam-inner{
float: none;
width: 95%;
}

.fam-inner h2{
text-align: center;
font-size: clamp(35px, 3.9vw, 72px);
line-height: clamp(35px, 3.9vw, 80px);
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
}

.fam-inner .inner-txt{
max-width: 300px;
font-size: 35px;
margin: 30px auto;
}
}


/*** pie chart ***/

.pie-chart-wrap{
display: block;
margin: 150px auto 0 auto;
}

svg {
  display: block;
  margin: auto;
}

#container{
position: relative;
}

.pie-labels-wrap{
position: relative;
width: 800px;
height: 800px;
margin: auto;
}

div.pie-labels-wrap {
  top: -800px;
  margin-bottom: -800px;
}

.pie-stat{
position: absolute;
top: 0;
color: #fff;
}

.pie-stat{
font-size: 20px;
font-family: 'Arial';
font-weight: 600;
}

.clear-creek{
top: -80px;
left: 250px;
}

.san-jacinto{
top: -40px;
left: 200px;
}

.buffalo{
  top:5px;
left: 200px;
}

.other{
  top:50px;
left: 130px;
}

.hunting{
  top:115px;
left: 30px;
}

.halls{
  top:220px;
left:110px;
}

.projects{
top:365px;
left: 80px;
}

.greens{
top:490px;
left: 140px;
}

.sims{
top:590px;
left: 280px;
}

.white-oak{
top:530px;
left: 470px;
}

.brays{
top:254px;
left: 500px;
}

.mobile-pie img,
.legend-wrap{
display: none;
  }

@media(max-width: 800px){
 
.pie-chart-wrap{
  display: none;
}
  .mobile-pie img{
  display: block;
  margin: auto;
  width: 95%;
}


/* legend */

.legend-wrap{
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 auto;
   display: flex;
  flex-wrap: wrap;
}

.legend-item{
  display: flex;
  align-items: center;
  margin: 10px 0;

  }
  .legend-color{
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin: 5px;
  }

  .legend-inner{
   width: 50%; 
  }

  .legend-tit{
    font-family: 'Arial';
    color: #123750;
    font-weight: 600;
  }
  }