@import url("https://fonts.googleapis.com/css?family=Titillium+Web");

* {
  font-family: "Titillium Web", sans-serif;
  font-style:normal;
  font-weight: 300;
}
body {
  height: 2000px;
}
.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
}
.fa-bars {
  font-size: 30px;
}
.nav-logo{
    width:150px;
}
.bg-light {
    background-color: rgba(255,255,255,0.8) !important;
    backdrop-filter:saturate(200%) blur(4px);
}

.nav-link{
    color:black;
    padding:10px 10px !important;
    text-align:center;
    font-size:17px !important;
}

.nav-link:hover{
    color:#41cf7a;
}

.navbar{
    top:20px;
    padding:10px;
    border-radius:15px;
    border:2px solid white;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
    margin-bottom:50px;
}

.contact-btn{
    background-color:#41cf7a;
    padding:8px 20px !important;
    border-radius:25px;
    display:block;
    transition:0.3s;
    border:2px solid white;
    color: rgb(255,255,255);
    color: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    color: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    color: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    text-align:center;
    -webkit-box-shadow: 0px 6px 8px 0px rgb(39 38 38 / 15%);
    box-shadow: 0px 6px 8px 0px rgb(39 38 38 / 15%);
}

.contact-btn:hover{
    background-color: #70e086;
    color:black;
    border:2px solid #70e086;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}
h1{
    font-weight:700;
    font-size:52px;
}



.valign{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: flex-start;
}

.introbg{
    background-image:url('../images/bg-hex.webp');
    background-color: white;
    background-position: top right;
    background-repeat: no-repeat;
    width:100%;
    padding-top:0px;
}
@media only screen and (max-width: 768px){
.introbg {
    background-size: 550px auto;
}
.valign{
    padding-bottom:40px;
}
}
.intro-img{
    border-radius:50px;
    -webkit-box-shadow: 0px 6px 8px 0px rgb(39 38 38 / 25%);
    box-shadow: 0px 6px 8px 0px rgb(39 38 38 / 25%);
    border:2px solid white;
}

.cta-chc{
    background-color:#41cf7a;
    text-decoration:none;
    width:auto;
    padding:10px 30px !important;
    border-radius:25px;
    display:block;
    transition:0.3s;
    border:2px solid white;
    color:white;
    font-weight:bold;
    text-align:center;
    -webkit-box-shadow: 0px 6px 8px 0px rgb(39 38 38 / 25%);
    box-shadow: 0px 6px 8px 0px rgb(39 38 38 / 25%);
}
.cta-chc:hover{
    background-color: #70e086;
    color:black;
    border:2px solid #70e086;
}

.topintro{
    background-image: url(../images/intro-img.jpg);
    height: 100vh;
    top: 0;
    position: absolute;
    background-size: auto;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align:center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);

}

.intro{
    position:relative;
    padding-top:150px;
    margin-top: 89vh;
}

.cta-intro{
    display: inline-flex;
    flex-grow: 0;
    width: auto;
    margin-top:15px;
}

 .testimonial_subtitle{
     color: #0aaa7a;
     font-size: 12px;
 }
   .testimonial_btn{
     background-color: #373d4b !important;
     color: #fff !important;
  }
  .seprator {
     height: 2px;
     width: 56px;
     background-color: #0aaa7a;
     margin: 7px 0 10px 0;
 }
 

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {}
 a,
 a:hover,
 a:focus,
 a:active {
     text-decoration: none;
     outline: none;
 }
 
 a,
 a:active,
 a:focus {
     color: #333;
     text-decoration: none;
     transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;
 }
 
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 img {
max-width: 100%;
height: auto;
}
 section {
     padding: 60px 0;
    /* min-height: 100vh;*/
 }
.btn {
padding: 10px 20px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
border-radius:25px;
}
.red-btn {
background: #41cf7a;
border: 2px solid #41cf7a;
color: #fff;
}

.red-btn:hover{
background: #70e086;
color: #fff;
border-color: #ffffff;
}

/*---------footer---------*/
footer {
background-color: #458051;
background-image: -webkit-linear-gradient( top, #41cf7a, #458051 );
background-image: -moz-linear-gradient( top, #41cf7a, #458051 );
background-image: -o-linear-gradient( top, #41cf7a, #458051 );
background-image: linear-gradient( to bottom, #41cf7a, #458051 );
color: #fff;
padding: 100px 0px 20px 0px;
font-size: 17px;
}
footer h3 {
font-size: 24px;
font-weight: 600;
letter-spacing: 1px;
}
footer h4 {
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 2px;
}
.about-footer li i {
position: absolute;
left: 0;
}
.about-footer li {
padding-left: 40px;
position: relative;
margin-bottom: 40px;
}

.about-footer ul {
margin-top: 40px;
}

footer a {
color: #fff;
}

footer a:hover {
color: #41cf7a;
}
.footer-title {
border-bottom: 2px solid #ffffff;
padding-bottom: 25px;
margin-bottom: 35px;
}

ul.footer-social {
float: right;
}

ul.footer-social li {
display: inline;
margin-right: 16px;
}

ul.footer-social i {
width: 30px;
height: 30px;
background: #fff;
color: #222025;
text-align: center;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
font-weight: 800;
}

ul.footer-social li:last-child {
margin-right: 0px;
}

ul.footer-social i:hover {
background: #41cf7a;
color: #fff;
}

.page-more-info li {
margin-bottom: 31px;
}

footer .table td:first-child {
font-weight: 600;
padding-left: 33px;
}

footer .table td:last-child {text-align: right;}
footer .table td {
padding: 0px;
border: 0;
}

footer .table tr {
}

footer .table td i {
position: absolute;
left: 0px;
font-size: 21px;
top: 6px;
}

footer .table td {
position: relative;
padding: 4px 0;
}
.footer-logo td {
padding-right: 4px !important;
}

.footer-logo td:last-child {
padding-right: 0px !important;
}
footer hr {
border-color: #9294a0;
}

.footer-bottom p {
text-align: right;
}
.footer-bottom {
margin-top: 30px;
}
.open-hours hr {
margin: 30px 0;
}

.table{
    color:white;
}

footer .cta-chc{
    margin-bottom:20px;
}

.g-map {
    width: 100%;
    height: 400px;
    margin-bottom: -10px;
}

.policy a{
    color:#41cf7a;
    text-decoration: underline;
}

.accordion-button:not(.collapsed){
    background-color:#d5ffde;
    color:black;
}
.accordion-button:focus{
    border-color:#8ccc9a !important;
}

.icons{
    border:5px solid #165d27;
    filter:saturate(0);
    border-radius:50%;
    width:150px;
    margin-bottom:20px;
    transition:0.3s;
    padding:15px;
}

.iconwrap{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    text-align:center;
    margin-bottom:30px;
}
.icons:hover{
    background-color:#bbbbbb;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:25px;
	box-shadow: 2px 2px 3px #333;
  z-index:100;
}
