/**************************
GENERAL
**************************/
@font-face {
    font-family: 'muli';
    src:  url('../../fonts/Muli.ttf')  format('truetype');
}

@font-face {
    font-family: 'muli-black';
    src:  url('../../fonts/Muli-Black.ttf')  format('truetype');
}

@font-face {
    font-family: 'muli-extrabold';
    src:  url('../../fonts/Muli-ExtraBold.ttf')  format('truetype');
}

@font-face {
    font-family: 'muli-bold';
    src:  url('../../fonts/Muli-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'muli-semibold';
    src:  url('../../fonts/Muli-SemiBold.ttf')  format('truetype');
}

@font-face {
    font-family: 'muli-light';
    src:  url('../../fonts/Muli-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'muli-extralight';
    src:  url('../../fonts/Muli-ExtraLight.ttf')  format('truetype');
}

@font-face {
    font-family: 'Hysteria';
    src:  url('../../fonts/Hysteria.ttf')  format('truetype');
}

@font-face {
    font-family: 'Panama-Bold';
    src:  url('../../fonts/Panama-Bold.otf')  format('truetype');
}

@font-face {
    font-family: 'Acumin-RPro';
    src:  url('../../fonts/Acumin-RPro.otf')  format('truetype');
}

html { position: relative; min-height: 100%;}
body {
    font: 100%/1.4 'muli', Arial,Verdana,sans-serif; 
    padding-bottom: 0;
    margin-bottom: 200px; /* Margin bottom to match footer height */
}

a, a:active, a:visited {text-decoration: none!important;}
.bp-project-list{ padding-bottom: 0px !important;}

h1 {
    font-family: Panama-Bold;
    font-size:75px;
    color: #162851;
    margin: 0;
}

h2 {
    font-family: 'Panama-Bold', muli-light, Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #364849;
    margin: 0;
}

h3 {
    font-family: 'Panama-Bold', muli-bold, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #162851;
    margin: 0;
}

h4 {
    font-family: 'Panama-Bold', muli-bold, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #364849;
    margin: 0;
}

h5 {
    font-family: 'Panama-Bold', muli-bold, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #364849;
    margin: 0;
}

.blog-post h1,.blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5{
    margin-bottom: 15px;
}

.thumbnail-container h4{
    text-align: left !important;
}

.blog-post a{
    font-family: Panama-Bold;
    font-size: 20px;
    color: #5C8F99;
}

.blog-post a:hover{
    color: #214726;
}
/**************************
FORMS
**************************/

input, textarea, select {
    border-color: #707070 !important;
    border-radius: 0px !important;
}

input:focus, textarea:focus {
    border-color: #0E85C8 !important;
    box-shadow: 0 0 5px rgba(250, 75, 38, 0.1) !important;
}

.form-row.has-error, .help-block {
    /*color: #dd4b39;*/
    color: #F76E89;
}

/**************************
PAGE NOT FOUND
**************************/
.page-not-found{ margin-top: 30px !important;}
.page-not-found .blog-sidebar {text-align: center;}
.page-not-found i {font-size:100px; padding-top:60px;}


/**************************
HOME PAGE
**************************/

.why-join-sub-cont .general-box{
    margin-bottom: 40px;
    height: 100%;
}

.why-join-sub-cont .general-box-cont{
    height: 100%;
    padding-bottom: 20px;
}

.why-join-sub-cont .owl-carousel .owl-stage {
    display: flex;
}

.arrow-cont{
    display: table;
    position: relative;
    float: left;
    width: 50px;
    font-size: 40px;
    z-index: 999;
    color: #162851;
}

.arrow{
    font-size: 40px;
    z-index: 999;
    color: #162851;
    display: table-cell;
    vertical-align: middle;
}

.looking-job-sub-cont, .plant-categories-sub-cont, .why-join-sub-cont{
    width: 92%;
}

.why-join-cont{
    background-color: #E5F0F2;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
}

.bonus-cont{
    background-color: #7A91AD;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.register-cont{
    background-color: #7A91AD;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.bonus-box-content h4{
    font-family: 'muli-semibold';
    font-size: 32px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

.bonus-box-content p{
    font-family: 'muli';
    font-size: 16px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

.why-join-cont h2, .looking-job-cont h2, .whats-on-cont h2{
    font-family: Panama-Bold;
    color: #162851;
    font-size: 36px;
    margin-bottom: 40px;
}

.register-cont h2{
    color: #ffffff;
}

.why-join-cont .desc, .looking-job-cont .desc{
    font-family: muli;
    font-size: 22px;
    color: #5b6884;
    margin-bottom: 20px;
}

.why-join-cont .general-box, .whats-on-cont .general-box{
    margin: 10px 10px;
    border-radius: 20px;
}

.looking-job-cont{
    background-color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.general-box-content{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.general-box-content p{
    margin-bottom: 0px;
}

.courses-header{
    font-family: 'muli-semibold';
    font-size: 42px;
    color: #707070;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.general-box-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    border: 10px solid #fff;
    border-radius: 20px;
}


/*Added*/
.looking-box-image{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 360px;
    border: 7px solid #fff;
    border-radius: 20px;
}

.services-box-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 130px;
}

.services-box-content{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.services-box-content p{
    margin-bottom: 0px;
    font-family: 'muli';
    font-size: 16px;
    text-align: center;
    color: #5b6884;
}

.work-box-content{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.work-box-content p{
    margin-bottom: 0px;
    font-family: 'muli-bold';
    font-size: 18px;
    text-align: center;
    color: #162851;
    margin-bottom: 5px;
}

.work-box-title{
    font-family: 'muli-bold';
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.video-box-image{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
}

/*End Added*/

.product-bg{
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.general-box, .looking-box{
    position: relative;
    padding: 0;
    height: 100%;
    /*background-color: #E5F0F2;*/
}

.general-box-title{
    font-family: 'Panama-Bold';
    font-size: 24px;
    text-align: center;
    color: #162851;
    margin: 0px 15px 10px 15px;
    text-transform: uppercase;
}

.general-box-content h4{
    font-family: 'muli-semibold';
    font-size: 32px;
    text-align: center;
    color: #162851;
}

.general-box-content p{
    font-family: 'muli';
    font-size: 18px;
    text-align: center;
    color: #5b6884;
    padding-left: 10px;
    padding-right: 10px;
}

.general-box-text{
    font-family: 'muli';
    font-size: 20px;
    text-align: center;
    color: #000;
    position: relative;
}

.general-box-btn-cont{
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.general-box-btn{
    font-family: 'muli-semibold';
    font-size: 18px;
    color: #fff;
    background-color: #5C8F99;
    border-color: #5C8F99;
    width: 100%;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
}

.general-box-btn:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.more-plants-btn{
    font-family: 'Panama-Bold';
    font-size: 22px;
    width: 100%;
    background-color: #5C8F99;
    border-color: #5C8F99;
    color: #fff;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.more-plants-btn:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.category-image-cont{
    padding-left: 15px;
    padding-right: 15px;
    z-index: 998;
}

.category-image{
    background-size: cover;
    background-position: center;
    height: 135px;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.index-category-link{
    font-family: muli-semibold;
    margin-top: 20px;
    color: #000000;
}

.index-category-link:hover{
    color: #5C8F99;
}

.looking-job-cont .mid-header{
    margin-top: 50px;
    margin-bottom: 20px;
}


.looking-job-cont .input-group-prepend{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
}


.looking-job-cont .search-field{
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-color: #ccc !important;
}

.looking-job-cont .search-bar-cont .input-group-text{
    height: unset !important;
    padding-top: 11px;
}


.whats-on-cont{
    background-color: #ECECD1;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.whats-on-cont h2{
    font-family: Panama-Bold;
    color: #537746;
    font-size: 75px;
    padding-bottom: 20px;
}

.about{
    background-color: #fff;
    display: table;
    padding:60px;
}

.about-text{
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.about-text h2{
    font-family: panama-Bold;
    font-size:75px;
    color: #5C8F99;
}

.about-desc{
    font-family: 'muli';
    color: #5b6884;
    font-size: 22px;
    margin-bottom: 40px;
}

.about-text p{
    font-family: 'muli';
    font-size:20px;
}

.about-us-btn{
    font-family: 'Panama-Bold';
    font-size: 22px;
    width: 400px;
    background-color: #5C8F99;
    border-color: #5C8F99;
    color: #fff;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-us-btn:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.register-now-btn{
    font-family: 'Panama-Bold';
    font-size: 22px;
    width: 400px;
    background-color: #162851;
    border-color: #162851;
    color: #fff;
    border-radius: 50px;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.register-now-btn:hover{
    font-size: 24px;
    background-color: #64AC4B;
    border-color: #64AC4B;
    color: #fff;
}

.about-img{
    background-image: url(../../images/site/homepage-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.equipment-cont{
    background-color: #C7E513;
    padding-top: 25px;
}

.equipment-header{
    font-family: 'muli-semibold';
    font-size: 42px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.equipment-cont .general-box-image, .equipment-cont .looking-box-image{
    height: 202px;
}

.equipment-cont .general-box, .equipment-cont .looking-box{
    border: none;
}

.index-buy-now-btn{
    font-family: 'muli-semibold';
    font-size: 22px;
    color: #000;
    border-color: #000;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}

.index-buy-now-btn:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.more-equipment-btn{
    font-family: 'muli-semibold';
    font-size: 22px;
    width: 100%;
    background-color: #000;
    border-color: #000;
    color: #C7E513;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.more-equipment-btn:hover{
    background-color: #FFF;
    border-color: #000;
    color: #000;
}

.logo-cont{
    position: relative;
    float: left;
    width: 220px;
    display: table;
}

.logo{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.logo-cont img{
    width: 75%;
}

.our-clients-cont{
    margin-top: 50px;
}

.our-clients-cont h2{
    font-family: 'muli-semibold';
    font-size: 42px;
    color: #707070;
    margin-bottom: 50px;
    text-align: center;
}

.header-images {
    -webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.9); /* FF3.5+ */
    -ms-transform: scale(0.9); /* IE9 */
    -o-transform: scale(0.9); /* Opera 10.5+ */
    transform: scale(0.9);
    /* IE6–IE9 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}


/**************************
BACKGROUNDS
**************************/
.why-join-cont .left-bg{
    position: absolute;
    background-image: url(../../images/site/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 538px;
    margin-top: 30px;
    margin-left: -100px;
}

.why-join-cont .right-bg{
    position: absolute;
    background-image: url(../../images/site/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 525px;
    right: 0;
    margin-top: 70px;
}

.looking-job-cont .left-bg{
    position: absolute;
    background-image: url(../../images/site/bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 550px;
    height: 740px;
    margin-top: -130px;
    margin-left: -40px;
}

.looking-job-cont .right-bg{
    position: absolute;
    background-image: url(../../images/site/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 665px;
    right: 0;
    margin-top: -75px;
}

.whats-on-cont .right-bg{
    position: absolute;
    background-image: url(../../images/site/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 407px;
    height: 645px;
    right: 0;
    margin-top: 150px;
}

/**************************
SEARCH CONTAINER
**************************/
.index-search-main{
    background-color: #5C8F99;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.index-search-main p{
    font-family: muli-semibold;
    font-size: 26px;
    color: #000000;
    margin-bottom: 30px;
}

.index-search-cont .category-item{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.category-item a{
    color: #fff;
}

.category-item a:hover{
    color: #00b49d;
}

.category-item:not(:last-child){
    margin-right: 30px;
}

.search-bar-cont{
    width: 770px;
    margin: auto;
}

.search-bar-cont .input-group-text{
    height: 50px;
    background-color: #E5F0F2;
    font-size: 20px;
    color: #707070;
    padding-left: 20px;
    border: none !important;
    font-family: Panama-Bold;
    padding-top: 9px;
}

.search-field{
    height: 50px;
    font-size: 20px;
    color: #848383;
    border-color: #ccc;
    padding-left: 5px;
    border: none !important;
    outline: none !important;
    margin-left: -3px !important;
}

.search-bar-cont .dropdown-toggle{
    color: #000 !important;
    background-color: #fff !important;
    border: 0px;
    box-shadow: none !important;
    border-color: #6c757d !important;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0px !important;
}

.search-bar-cont .dropdown-toggle i{
    margin-left: 40px;
}

.search-bar-cont .dropdown-item:hover{
    background-color: #fff;
}

.search-bar-cont .dropdown-item .form-check-label{
    font-family: 'muli';
    color: #000;
}

.search-button{
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    border:none;
    color: #fff;
    height: 50px;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    outline: none !important;
}

.search-button:hover{
    background-color: #CBF2F3;
    color: #000;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.categories-cont{
    margin-top: 20px;
}

.index-logo-cont{
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-left: 60px;
    padding-top: 40px;
}

.logo-desc{
    position: absolute;
    bottom: 5px;
    left: 450px;
    color: #fff;
    font-size: 18px;
}

.yellow-tab{
    position: absolute;
    top: 0;
    right: 200px;
    background-size: cover;
    width: 180px;
    height: 50px;
    background-color: #fae80b;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    padding-top: 15px;
}

.search-bar-cont-mobile{
    display: none;
    width: 95%;
    margin:auto;
    text-align: center;
}

.search-bar-cont-mobile .input-group{
    margin-bottom: 15px;
}

.search-bar-cont-mobile .search-field{
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    padding-left: 20px;
}

.search-bar-cont-mobile .form-check{
    position: relative;
    float: left;
    color: #fff;
    margin-left: 10px;
}

.search-bar-cont-mobile .form-check-label{
    font-size: 18px;
}

.categories{
    margin-top: 25px;
}

.categories a{
    font-family: muli-bold;
    font-size: 20px;
    color: #fff;
}

.categories a:hover{
    color:#54300c;
}

.category-cont{
    display: table;
}

.icon-cont{
    display: table-cell;
}

.link-cont{
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.category{
    position: relative;
    float: left;
    padding: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
}

.category.grasses{width: 113px;}
.category.shrubs{width: 110px;}
.category.trees{width: 89px;}
.category.wetland{width: 118px;}
.category.climbers{width: 126px;}
.category.flowers{width: 120px;}
.category.groundcovers{width: 176px;}
.category.bushtucker{width: 177px;}


/**************************
Notification
**************************/

.megaphone-cont{
    text-align: center;
}

.notification{
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

.notification h3{
    margin-top: 30px;
    margin-bottom: 30px;
}

.notification p{
    font-family: muli-semibold;
    font-size: 22px;
}

/**************************
News
**************************/
.property-enquiry-header{
    text-align: left;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: unset !important;
}

.property-enquiry-header:after{
    content: unset !important;
}

.news h4 a{
    font-size: 14px;
    font-family: 'muli-semibold';
    color: #fff;
}

.news h4 a:hover{
    color: #474748;
}

.news .col-4{
    padding-right: 0;
}

.news .thumbnail-container{
    padding-bottom: 10px;
}

.img-thumbnail{
    border-radius: 0px;
    border:none !important;
}

.news-container h1{
    font-family: 'Panama-Bold';
    font-size:75px;
    color: #5C8F99;

    margin: auto;
    margin-bottom: 20px;
}

.news-container .general-box{
    padding-bottom: 50px;
}

/**************************
NAVSIDEBAR
**************************/
.sidebar-module a {font-size:18px; color: #231f20; text-decoration: none; font-weight: 700;}
.sidebar-module a:hover {color: #214726;}
.navsidebar .active > a {color: #000;}

.list-group-item.active{ background-color: #5C8F99; border-color: #5C8F99; }

.dropdown-item.active{ background-color: #5a5a5a; border-color: #5a5a5a; }

.navsidebar .list-group-item{
    border-bottom: none;
}

.list-group-item{
    background-color: #ecf3f0;
    border: none !important;
}

/* Sub Menu */
.navsidebar-sub {padding-left:10px;}
/**************************
CONTACT
**************************/

.contact-form-container{
    margin-bottom:15px;
}

.map-container{
    padding-left: 0px;
    padding-right: 0px;
    height: 600px;
}

/**************************
FOOTER
**************************/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px; /* Set the fixed height of the footer here (for sticky footer) */
    padding-top: 45px;
    color: #364849;
    background-color: #162851;
}

.footer-logo-cont img{
    width:  450px;
}

.footer-logo-cont{
    padding-left: 50px;
}

.footer-header{
    font-family: muli-bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-header:hover{
    color: #ECECD1;
}


.footer-links{
    font-family: 'muli';
    font-size: 20px;
    color: #707070;
    margin-top: 50px;
}

.footer-child-menu{
    margin-top: 15px;
}

.footer ul{
    list-style-type: none;
    text-align: left;
    padding-left:0;
    color: #fff;
    font-size: 17px;
}

.footer ul li{
    margin-bottom: 8px;
}

.footer-link{
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer-link:hover{
    color: #ECECD1;
}

.footer-info{
    font-family: muli-bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.footer-link-cont{
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.footer-link-cont .footer-link{
    font-size: 16px !important;
}

/**************************
PREVIEW BAR
**************************/
.preview {width:100%; height:52px; background-color: #a6dbd7; position:fixed; z-index: 1000; top:0; color:#fff; }
.preview .navbar-logo {height: 54px; width: auto; position: relative; top: -2px;margin-left: 15px}
.preview, .preview a {font-size: 20px; color:#fff; font-weight: 500; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.preview a:hover {color: #000!important;}
.preview a i {padding-top: 15px;}
.preview-return {float:right; margin-right: 30px;}
.preview-return a {font-size:16px; color:#b71319;}
.preview .spacer {padding: 0 10px;}

/**************************
HELPER - SHARING
**************************/
#share {font-size: 11px!important; border-top: 1px #e8e8e8 solid; margin-top: 20px; padding: 20px 0; clear: both;}
.a2a_menu a {font-size: 13px!important;}
.a2a_menu {background: #e8e8e8!important; }
a.a2a_i, i.a2a_i {border: none!important;}
#share i {font-size: 18px; padding: 0 7px 0 0;}
#share a {padding: 0 7px 0 0;}
.share-space {float: left; padding: 0 70px 0 0; }
.share-space a {color: #444; }
.share-space a:hover {color: #ccc; }

/**************************
HELPER - PAGINATION
**************************/
#pagination {clear: both; z-index: 9999 !important;}

.pagination{  margin-bottom: 25px; }

.pagination  li {padding-right: 10px}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #214726;
    border-color: #214726;
}

.page-item.disabled .page-link{
    border-color: #214726 !important;
}

.pagination .page-link {
    color: #000;
    border-color: #214726;
}

.pagination .page-link:hover{
    color: #fff;
    background-color: #214726;
}


/**************************
HELPER - BUTTONS
**************************/
.btn-more {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center !important;
    color: #6D6E71;
    border:1px solid #0B85C8;
    padding: 15px 70px 15px 70px;
    border-radius: 0 !important;
} /* style used on button tag */
.btn-more a, .btn-more a:active, .btn-more a:visited { }
.btn-more:hover {
    color: #474748 ;
}

.btn-back {font-size: 14px!important; font-weight: 400; margin-bottom: 70px; z-index: 9999}
.btn-back a, .btn-back a:active, .btn-back a:visited {color: #214726 !important; text-decoration: none;}
.btn-back a:hover {color: #000 !important;}

/**************************
NEWS MODULE
**************************/
.news-list-item {clear:both;  padding-bottom: 20px; overflow: hidden;}
.news-list-item .btn {padding: 2px 20px;}
.news-list-item-txt {float: left;   width: 65%;}
.news-list-item-img {float: right;  width: 35%;}

.news-item {clear:both; padding: 10px 0px; overflow: hidden; width:100%;}
.news-item-txt {float: left;   width: 65%; padding-right: 20px;  }
.news-item-img {float: right;  width: 35%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}
.news-item-img img {width: 100%; max-width: 100%; height: auto;}

.news-container{
    margin-top: 25px;
}

.news  .general-box-text{
    font-size: 18px;
}

.news hr{
    margin-top: 0px;
}

.news-image-container{
    height: 250px;
    background-color: #CCCCCC;
}

.news-container .page-title{
    color: #fff;
}

.news .general-box-cont{
    margin-bottom: 25px;
}

.news .general-box-image .looking-box-image{
    height: 230px;
}

.news-content{
    font-family: muli;
    font-size: 20px;
    color: #000;
}

.news-content img{
    padding: 15px;
    max-width: 500px !important;
}

.embed-responsive{
    background-color: #494943 !important;
}
/**************************
FAQS MODULE
**************************/
.faqs .accordion-toggle {text-decoration: none!important;}
.faqs .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Font Awesome\ 5 Free';  /* essential for enabling glyphicon */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
    padding-left:10px;
	font-weight:900
}
.faqs .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";    /* adjust as needed, taken from bootstrap.css */
}

/**************************
DOCUMENTS MODULE
**************************/
.document-wrapper {width:100%; clear:both; border-top: 1px #007bff solid; padding: 10px 10px;}
.document-title {float:left;}
.document-link {float:right;}
.document-link a, .document-link a:active, .document-link a:visited {text-decoration: none;}	
.document-details {width:100%; clear:both; padding-bottom: 5px; }

/**************************
GALLERY MODULE
**************************/
.gallery-container{
    margin-top: 30px;
}

.gallery-block{
	padding-bottom: 20px;
	padding-top: 20px;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card-body {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}


.gallery-img{
    width: 100%;
    height: 180px;
    background-size: cover !important;
    background-position: center !important;
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}

/**************************
PROJECTS MODULE
**************************/
.project-list-item{ margin-bottom: 20px;}
.project-list-item .btn {padding: 2px 20px;}
.project-list-item-txt {float: left;   width: 65%; padding-right: 20px;  }
.project-list-item-img {float: right; text-align: center;margin: 0 0 20px 0;}	
.project-list-item-img img {width: 100%; max-width: 100%; height: auto;}

.project-item {clear:both; padding: 10px 0px; overflow: hidden; width:100%;}
.project-item-txt {float: left;   width: 65%; padding-right: 20px; font-size: 13px; }
.project-item-img {float: right; height: auto; text-align: center;}
.project-item-img img {width: 100%; max-width: 100%; height: auto; } 

.project-block.cards-project .card{
  transition: 0.4s ease; 
}

.project-block.cards-project .card img {}

.project-categories-cont{
    padding-top: 30px;
    padding-bottom: 75px;
    padding-left: 75px;
    padding-right: 75px;
}

.project-categories-cont .project{
    text-align: center;
    margin-bottom: 20px;
}

.project-category-header{
    color: #6D6E71;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px !important;
    text-transform: uppercase;
}

.project-category-header:hover{
    color: #474748;
}

.project-img{
    width: 100%;
    margin-bottom: 15px;
}

.blog-post-title{
    color: #6D6E71;
    font-size: 24px;
    font-weight: 700;
}

.blog-post{
    font-family: 'muli';
    font-size: 20px;
    color: #000;
}

.breadc{
    color: #6D6E71;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.breadc a{
    color: #6D6E71;
}

.breadc a:hover{
    color: #0E85C8;
}

.breadc-list{
    margin-bottom: 0 !important;
}

/**************************
TEAM MODULE
**************************/

.member-container{
    margin-top: 25px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.team-container{
    margin-top: 25px;
}

.member{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    margin-bottom: 30px;
}

.member .rounded-circle{
    margin: auto !important;
}

.member img{
    vertical-align: middle;
}

.member-title-old{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #12768E;
    color: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: 15px;
}

.member-title{
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    font-weight: bold;
    background-color: #12768E;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #FFF;
}

.member-job-title{
    margin-top: 5px;
}

.member .view-details-button{
    width: 100%;
    color: #fff;
    background-color: #12768E;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.member .view-details-button:hover{
    background-color: #000;
}

.member-information .col-12{
    margin-bottom: 20px;
}

.member-detail-title{
    margin-bottom: 10px;
}

.member-photo{
    text-align: right;
    margin-bottom: 25px;
}

.team-member{
    padding-top: 15px;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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='%23000' 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");
}

.member-button{
    background-color: #12768E;
    color: #fff !important;
    margin-right: 10px;
}

/**************************
PAGES
**************************/

.page-title{
    font-family: 'muli-semibold';
    color: #000;
    font-size: 35px;
    font-weight: 400;
}

.page-container{
    padding-bottom: 25px;
}

.profile-page-container .row{
    min-height: 300px;
}


/**************************
TESTIMONIALS MODULE
**************************/

.testimonials h1{
    margin: auto;
    margin-bottom: 20px;
}

.testimonials .card{
    border-color: #707070;
    margin-bottom: 20px;
    border-radius: 0;
}

.star-container{
    text-align: center;
    margin-bottom: 10px;
}

.star-container i{
    font-size: 18px;
}

.star-container .checked, .card .checked{
    color: #008A00;
}

.name-container{
    font-family: 'muli-semibold';
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: 5px;
    font-size: 18px;
}

.header-container{
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

/**************************/

@media (min-width: 576px) {
	.project-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);	   
	}
}

@media (min-width: 576px) {
    .team-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
    }
}

/**************************
CONTACT
**************************/
.contact-container{
    margin-top: 25px;
    text-align: center;
}

.contact-success-message{
    margin: auto;
    margin-top: 30px !important;
}

.grecaptcha-badge{
    z-index: 99999 !important;
}

/**************************
CONTACT MODULE
**************************/

.g-recaptcha-container{ margin-bottom: 15px; }

.fv-help-block {
    color: #dc3545;
    font-size: 80%;
    margin-top: .25rem;
}

/**************************
RESPONSIVE - BOOTSTRAP MEDIA QUERIES
**************************/
@media (max-width: 575.98px) {

    .sticky-top {
        top: 93px;
    }

    .footer{
        height: 150px;
        padding-top: 20px;
    }

    body {
        margin-bottom: 150px; /* Margin bottom to match footer height */
    }

    .slogan-box.dependable{
        border-right: none;
        border-bottom: 1px solid #AFAFAF;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .slogan-box.professional{
        border-right: none;
        border-bottom: 1px solid #AFAFAF;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .general-box-cont{
        margin-bottom: 25px !important;
    }

    .more-plants-btn-cont{
        margin-top: 0px;
    }

    .equipment-cont .general-box-image .looking-box-image{
        height: 276px;
    }

    .logo-cont{
        width: 100%;
        margin-bottom: 30px;
    }

    .logo-cont img{
        width: unset;
        height: 75px;
    }

    .looking-job-sub-cont, .plant-categories-sub-cont, .why-join-sub-cont{
        width: 80%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .general-box-image, .looking-box-image, .why-join-cont .arrow-cont{
        height: 300px;
    }

    .looking-job-cont .arrow-cont{
        height: 275px !important;
    }

    .category-image{
        height: 60px;
    }

    .category-image-cont{
        width: 25%;
        flex: 0 0 auto;
        margin-top: 15px;
    }

    .why-join-cont .left-bg{
        width: 350px;
        height: 377px;
        margin-top: 30px;
        margin-left: -100px;
    }

    .why-join-cont .right-bg{
        width: 450px;
        height: 393px;
        right: 0;
        margin-top: 250px;
    }

    .looking-job-cont .left-bg{
        width: 450px;
        height: 605px;
        margin-top: -100px;
        margin-left: -90px;
    }

    .looking-job-cont .right-bg{
        width: 400px;
        height: 532px;
        right: 0;
        margin-top: 120px;
    }

    .whats-on-cont .right-bg{
        width: 300px;
        height: 475px;
        right: 0;
        margin-top: 150px;
    }

    .why-join-cont .left-bg{
        width: 275px;
        height: 296px;
        margin-top: -50px;
        margin-left: -100px;
    }

    .why-join-cont .right-bg{
        width: 350px;
        height: 306px;
        right: 0;
        margin-top: 420px;
    }

    .looking-job-cont .left-bg{
        width: 350px;
        height: 471px;
        margin-top: -100px;
        margin-left: -150px;
    }

    .looking-job-cont .right-bg{
        width: 300px;
        height: 382px;
        right: 0;
        margin-top: 450px;
    }

    .whats-on-cont .right-bg{
        width: 300px;
        height: 475px;
        right: 0;
        margin-top: 150px;
    }

    .index-search-main .search-bar-cont, .looking-job-cont .search-bar-cont{
        width: 100%;
    }

    .about-us-btn{
        width: 100%;
    }

    .about{
        padding: 20px;
    }

    .why-join-cont .container, .looking-job-cont .container, .looking-job-cont .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .why-join-cont h2, .looking-job-cont h2, .whats-on-cont h2{
        font-size: 36px;
    }

    .arrow-cont{
        width: 4%;
    }

    .footer-logo-cont{
        padding-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-header{
        text-align: center;
    }

    .registered-charity-cont{
        text-align: center;
        margin-top: 30px;
    }

    .footer-column{
        width: 100% !important;
        text-align: center;
        flex: none;
    }

    .footer-child-menu{
        text-align: center !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .sticky-top {
        top: 93px;
    }

    .footer{
        height: 150px;
        padding-top: 20px;
    }

    body {
        margin-bottom: 150px;
    }

    .slogan-box.dependable{
        border-right: none;
        border-bottom: 1px solid #AFAFAF;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .slogan-box.professional{
        border-right: none;
        border-bottom: 1px solid #AFAFAF;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .general-box-cont{
        margin-bottom: 25px !important;
    }

    .more-plants-btn-cont{
        margin-top: 0px;
    }

    .general-box-image .looking-box-image, .why-join-cont .arrow-cont{
        height: 297px;
    }

    .equipment-cont .general-box-image .looking-box-image{
        height: 344px;
    }

    .logo-cont{
        width: 100%;
        margin-bottom: 30px;
    }

    .logo-cont img{
        width: unset;
        height: 75px;
    }

    .looking-job-sub-cont, .plant-categories-sub-cont, .why-join-sub-cont{
        width: 80%;
    }

    .looking-job-cont .arrow-cont{
        height: 386px;
    }

    .category-image{
        height: 111px;
    }

    .category-image-cont{
        width: 25%;
        flex: 0 0 auto;
        margin-top: 15px;
    }

    .why-join-cont .left-bg{
        width: 275px;
        height: 296px;
        margin-top: -50px;
        margin-left: -100px;
    }

    .why-join-cont .right-bg{
        width: 350px;
        height: 306px;
        right: 0;
        margin-top: 420px;
    }

    .looking-job-cont .left-bg{
        width: 350px;
        height: 471px;
        margin-top: -100px;
        margin-left: -150px;
    }

    .looking-job-cont .right-bg{
        width: 300px;
        height: 382px;
        right: 0;
        margin-top: 450px;
    }

    .whats-on-cont .right-bg{
        width: 300px;
        height: 475px;
        right: 0;
        margin-top: 150px;
    }

    .index-search-main .search-bar-cont, .looking-job-cont .search-bar-cont{
        width: 100%;
    }

    .about-us-btn{
        width: 100%;
    }

    .about{
        padding: 20px;
    }

    .why-join-cont .container, .looking-job-cont .container, .looking-job-cont .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .why-join-cont h2, .looking-job-cont h2, .whats-on-cont h2{
        font-size: 36px;
    }

    .arrow-cont{
        width: 40px;
    }

    .footer-logo-cont{
        padding-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-header{
        text-align: center;
    }

    .footer-column{
        width: 33% !important;
        flex: none;
    }

    .footer-logo-cont{
        padding-left: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .registered-charity-cont{
        text-align: center;
        margin-top: 30px;
    }

    .footer-column{
        width: 100% !important;
        text-align: center;
        flex: none;
    }

    .footer-child-menu{
        text-align: center !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .footer{
        height: 200px;
    }

    body {
        margin-bottom: 200px;
    }

    .slogan{
        font-size: 24px;
    }

    .slogan-desc{
        font-size: 16px;
    }

    .slogan-box img{
        width: 50px;
    }

    .general-box-image .looking-box-image, .why-join-cont .arrow-cont{
        height: 208px;
    }

    .equipment-cont .general-box-image .looking-box-image{
        height: 224px;
    }

    .equipment-cont .general-box-cont{
        margin-bottom: 25px;
    }

    .equipment-cont .more-plants-btn-cont{
        margin-top: 0;
    }

    .logo-cont{
        width: 144px;
    }

    .logo-cont img{
        width: 90%;
    }

    .news .general-box-image .looking-box-image{
        height: 252px !important;
    }

    .looking-job-sub-cont, .plant-categories-sub-cont, .why-join-sub-cont{
        width: 80%;
    }

    .looking-job-cont .arrow-cont{
        height: 300px;
    }

    .category-image{
        height: 150px;
    }

    .category-image-cont{
        width: 25%;
        flex: 0 0 auto;
        margin-top: 15px;
    }

    .why-join-cont .left-bg{
        width: 350px;
        height: 377px;
        margin-top: 30px;
        margin-left: -100px;
    }

    .why-join-cont .right-bg{
        width: 450px;
        height: 393px;
        right: 0;
        margin-top: 250px;
    }

    .looking-job-cont .left-bg{
        width: 450px;
        height: 605px;
        margin-top: -100px;
        margin-left: -90px;
    }

    .looking-job-cont .right-bg{
        width: 400px;
        height: 532px;
        right: 0;
        margin-top: 120px;
    }

    .whats-on-cont .right-bg{
        width: 300px;
        height: 475px;
        right: 0;
        margin-top: 150px;
    }

    .index-search-main .search-bar-cont, .looking-job-cont .search-bar-cont{
        width: 100%;
    }

    .about{
        padding: 0px 30px 0px 30px;
    }

    .about-us-btn{
        width: 100%;
    }

    .about-img{
        height: 1050px;
        background-position-x: -400px;
    }

    .footer-column{
        width: 33% !important;
        flex: none;
    }

    .footer-logo-cont{
        padding-left: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

    .registered-charity-cont{
        text-align: center;
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px){

    .general-box-image .looking-box-image, .why-join-cont .arrow-cont{
        height: 298px;
    }

    .equipment-cont .general-box-image .looking-box-image{
        height: 144px !important;
    }

    .logo-cont{
        width: 192px;
    }

    .logo-cont img{
        width: 90%;
    }

    .news .general-box-image .looking-box-image{
        height: 221px !important;
    }

    .looking-job-sub-cont, .plant-categories-sub-cont, .why-join-sub-cont{
        width: 85%;
    }

    .looking-job-cont .arrow-cont{
        height: 350px;
    }

    .category-image{
        height: 90px;
    }

    .why-join-cont .left-bg{
        width: 350px;
        height: 377px;
        margin-top: 30px;
        margin-left: -100px;
    }

    .why-join-cont .right-bg{
        width: 450px;
        height: 393px;
        right: 0;
        margin-top: 250px;
    }

    .looking-job-cont .left-bg{
        width: 450px;
        height: 605px;
        margin-top: -100px;
        margin-left: -90px;
    }

    .looking-job-cont .right-bg{
        width: 400px;
        height: 532px;
        right: 0;
        margin-top: 120px;
    }

    .whats-on-cont .right-bg{
        width: 300px;
        height: 475px;
        right: 0;
        margin-top: 150px;
    }

    .about{
        padding: 0px 30px 0px 30px;
    }

    .footer-column{
        width: 33% !important;
        flex: none;
    }

    .footer-logo-cont{
        padding-left: 30px;
    }

    body{
        margin-bottom: 200px;
    }

    .footer{
        height: 200px;
    }
}


@media (min-width: 1200px)  and (max-width: 1399.98px){
    .general-box-image .looking-box-image, .why-join-cont .arrow-cont{
        height: 228px;
    }

    .equipment-cont .general-box-image .looking-box-image{
        height: 174px;
    }

    .logo-cont{
        width: 228px;
    }

    .news .general-box-image .looking-box-image{
        height: 195px;
    }

    .looking-job-sub-cont, .plant-categories-sub-cont, .why-join-sub-cont{
        width: 90%;
    }

    .looking-job-cont .arrow-cont{
        height: 300px;
    }

    .category-image{
        height: 112px;
    }

    .footer-column{
        width: 33% !important;
        flex: none;
    }

    .footer-logo-cont{
        padding-left: 30px;
    }

    body{
        margin-bottom: 200px;
    }

    .footer{
        height: 200px;
    }
}


@media (min-width: 1400px){

}
