/*  font-family: 'Montserrat', sans-serif;*/
p{
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.logo img{
	height: 80px;
}
.bg-primary {
    background-color: #11753f !important;
}
.bg-light{
	 background-color: #E7EEE9 !important;
}
.text-primary {
    color: #11753f !important;
}
.btn-primary {
    color: #000;
    background: var(--secondary);
    border-color: var(--primary);
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.btn-primary:hover {
     color: #fff;
     background-color: #11753f;
    border-color: #11753f;
   
}
.btn-secondary {
    color: #000;
    background-color: #41ca80;
    border-color: #41ca80;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #41ca80;
    border-color: #41ca80;
}
.sticky-top {
   padding: 5px 0;
}
.dropdown-menu{
    padding: 0;
    width: 200px;
}
.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 15px;
}
.dropdown-item:hover{
    background-color: var(--primary);
    color: #fff;
}
.bg-secondary {
    background-color: #36a266 !important;
}
.bannerbox a:hover{
    color: #11753f;
}
.videohome{
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 30px 10px;
}
.abouthome h1{
    font-size: 35px;
}
.abouthome p{
    font-weight: 500;
}
.bannerbox p{
    color: #fff;
}
.bannerbox h2{
    font-size: 20px;
}

.topbar small{
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.topbar p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.homeservices h1{
        font-size: 45px;
}
.homeservices p{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.reviews p{
    color: #fff;
    font-size: 15px!important;
}
.address p{
    color: #fff;
    line-height: 28px;
    padding-bottom: 5px;
}
.footerbox a{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.footerbottom{
    background: #06142a;
}
.footerbottom p{
    color: #fff;
}
.servicesec{
    padding-bottom: 4em;
}
.servicesec p{
    text-align: justify;
}
.aboutsec img{
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid #eee;
}
.sidebar{
    padding: 40px 20px;
    background: rgba(17, 117, 63, .7);
    border-color: var(--primary);
}
.sidebar h1{
    color: #fff;
    font-size: 30px;
    text-align: left;
    padding-bottom: 15px;
    margin: 0;
   
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar ul li{
    line-height: 32px;
    padding: 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin: 2px 0;

}
.sidebar ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 5px 0;
    color: #fff; 
    display: block;
    font-size: 15px;
    transition: 0.5s ease;
}
.sidebar ul li a:hover{
   padding-left: 5px;
    background-color: #8CCC9C;
    color: #2b523d;
}
.sidebar ul li a.active {
    padding-left: 5px;
    background-color: #8CCC9C;
    color: #2b523d;
}
.sidebar ul li a i{
    margin-right: 15px;
}
.sideapp{
    margin-top: 30px;
}
.sideapp h1{
    font-size: 30px;
}
.newsletter{
    margin-top: 50px;
    margin-bottom: -50px;
}
.list ul li{
    list-style: square;
    padding-bottom: 5px;
    color: #333;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.list ul li:last-child{
    padding-bottom: 0;
}
.testisec{
    padding: 0 0 20px 0;
}
.tbox{
    padding: 60px;
    padding-top: 90px;
       background: var(--secondary);
       margin-bottom: 60px;
       position: relative;
}
.tbox p{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
}
.tbox h5{
    line-height: 28px;
}
.tbox img{
    width: 50px;
    position: absolute;
    top: 35px;
}
.gallerysec{
    padding-bottom: 50px;
}
.gallbox{
    margin-bottom: 40px;
}
.gallbox img{
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: 0.5s ease;
}
.gallbox img:hover{
    background: var(--secondary);
    border-color: var(--primary);
}
.whts{
    margin-top: 20px;
}
.whts img{
    width: 180px;
    padding: 0 5px;
    background-color: #fff;
    
}
.appointment-form button{
    background-color: #8CCC9C;
    color:#2b523d;
    border: none;
}



/*gallery*/


.filter {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
}

.filter a {
  text-align: center;
  padding: 0.7em 1em;
  background: #8CCC9C;
  color: #fff;
    font-weight: 600;
  text-decoration: none;
    display: inline-block;
    margin: 2px 0;
}

.filter a.current {
  background: #238947;
}

.boxGroup {
  text-align: center;
    
}

.boxGroup div {
  width: 250px;
height: 170px;
  display: inline-table;
}

.dbox{
    background:#E7EEE9;
    
    padding: 30px 0;
    margin-top: 10px;
}
.dbox h1{
    font-size: 16px;
    color: #238947;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
        font-family: 'Montserrat', sans-serif;
}
.dbox h1:after{
    content: '';
    width: 45px;
    height: 1px;
    background: #8FC4A8;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    
}
.dbox h3{
    font-size: 14px;
    color: #000;
    font-weight: normal;
        font-family: 'Montserrat', sans-serif;
}
.dbox p{
        font-family: 'Montserrat', sans-serif;
    color: #444;
    font-weight: 500;
    font-size: 13px;
    margin: 0
}
.display-3 {
    font-size: 3rem;
}
.top-shape{
    padding-right: 50px;
    padding-left: 20px;
}
.top-shape i.fa-envelope-open{
    
    position: relative;
}

.calltop{
     position: fixed;
    z-index: 999;
    bottom: 110px;
    right: 40px;
    display: none;
}
.calltop img{
    width: 60px;
   
}
.abouth{
    padding: 40px 0;
}
.cashless h1{
    padding-bottom: 0;
    margin: 0;

}
.cashless h4{
    margin: 0;
     padding: 20px;
    background: #8FC4A8;
    margin-top: 40px;
}
.cashless ul{
    padding-left: 0;
    margin: 0;
    padding: 20px;
     background: #E7EEE9;
}
.cashless ul li{
    display: block;
    line-height: 45px;
    color: #000000;
}



















