body {
/*    font-family: 'Poppins', sans-serif;*/
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin:0;
    font-weight: 500;
    color:#565656;
}
ul {
    margin:0;
    list-style: none;
}
ul.site-list {
    padding-left:60px;
}
ul.site-list li {
/*    font-size:30px;*/
     text-indent: -40px;
    margin-bottom: 10px;
}
ul.site-list li:before {
    content:'\f00c';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    background-color:#77bc3f;
    color:#fff;
    border-radius:100%;
    padding: 5px 5px;
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
p:nth-last-child(1) {
    margin-bottom:0;
}
h1,h2,h3 {
    margin-top:0;
/*    font-family:'Georama';*/
/*    font-family: 'Work Sans', sans-serif;*/
    font-family: 'Poppins', 'sans-serif';
    margin-bottom: 10px;
    line-height: 1.2em;
}
p {
    margin-top:0;
}
strong {
    color: #343434;
}
img {
    width:100%;
}

.white-bg a {
    color:#77bc3f;
    font-weight:600;
    text-decoration:none;
    position:relative;
}
.white-bg a:after {
   content:"";
   position:absolute;
   display:block;
   height:2px;
   width:100%;
   background-color:#77bc3f;
   left:0;
   transition:0.3s ease-in-out;
   bottom:-5px;
   opacity:0; 
}
.white-bg a:hover:after {
   bottom:-1px;
   opacity:1;
}
.grey-bg a {
    color:#77bc3f;
    font-weight:600;
    text-decoration:none;
    position:relative;
}
.grey-bg a:after {
   content:"";
   position:absolute;
   display:block;
   height:2px;
   width:100%;
   background-color:#77bc3f;
   left:0;
   transition:0.3s ease-in-out;
   bottom:-5px;
   opacity:0; 
}
.grey-bg a:hover:after {
   bottom:-1px;
   opacity:1;
}
.contact-box-left a:after {
    display: none;
}
    
.site-flex {
    display: flex;
}
#main-nav {
    width:100%;
    border-bottom:1px solid #80808080;
    align-items:center;
    position: absolute;
    z-index: 10;
}

.site-logo {
    width: 300px;
}

#main-nav .nav-right {
    margin-left:auto;
}
.nav-wrap-inner {
    display: flex;
    align-items: center;
}
.pre-nav-wrap {
    background-color: #77bc3f;
}
.pre-nav-wrap-inner {
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: end;
}
.pre-nav-wrap-inner {
    
}
.site-width .page-section-inner, .pre-nav-wrap-inner, .nav-wrap-inner{
    width:70%;
    margin:0 auto;
}
.pre-nav-wrap a {
    color:#fff;
    text-decoration:none;
    font-size: 14px;
}
.pre-nav-wrap i {
    color:#77bc3f;
    margin-right:7px
}
.scroll-menu .pre-nav-wrap i {
    color:#77bc3f;
}
.pre-nav-wrap-inner .nav-contact-wrap:nth-last-child(1) {
    margin-left:20px
}
.menu-wrap {
    display:flex;
    list-style:none;
    transition: 0.3s ease-in-out;
}
.menu-wrap>li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.menu-wrap>li>a {
    padding: 30px 20px;
    font-weight:700;
    color: #bdc1c7;
    transition:0.3s ease-in-out;
    text-decoration: none;
}
.menu-wrap>li:hover>a{
    color: #d4d4d4;
}
#main-banner {
    background-image: url(/imgs/man-walking.png);
    height: 80vh;
    background-size: cover;
    display: flex;
    align-items: center;
	text-align: center;
    justify-content: center;
    overflow: hidden;
    background-position: 50% 0%;
}
li.current-page a{
    color: #d4d4d4;
}
.menu-wrap li:hover:after{
/*    opacity: 1;*/
}
.menu-wrap li.current-page:after {
    opacity: 1;
}
.menu-wrap li:after {
    display:block;
    content:"";
    position:absolute;
    width:100%;
    height:3px;
    
    background-color:#5ba50a;
    left:0;
    bottom:-1px;
    opacity: 0;
    transition:0.3s ease-in-out;
}
#main-nav.scroll-menu .menu-wrap li:after{
    background-color:#77bc3f;
}
.menu-wrap .distinct-btn {
    padding-right:0;
}
.menu-wrap .distinct-btn a {
    background-color: #77bc3f;
    padding: 12px 20px;
    color: #ffffff;
    border-radius: 5px;
}
#main-nav.scroll-menu .menu-wrap>li.distinct-btn>a {
    background-color: #77bc3f;
    padding: 12px 20px;
    color: #ffffff;
    border-radius: 5px;
}
.menu-wrap .distinct-btn a:hover {
    color:#fff;
}
.menu-wrap>li:hover:after{
    opacity:1;
}
.mobile-menu .menu-wrap>li:hover:after {
    opacity: 0;
}
.menu-wrap>li.distinct-btn:hover:after{
    opacity:0;
}
#main-nav.scroll-menu .menu-wrap>li:hover a {
    color:#77bc3f;
}
#main-nav.scroll-menu .menu-wrap>li.distinct-btn:hover a {
    color:#fff;
}
.cta-wrap {
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    z-index: 100000;
    background-color: #f1f5f8;
/*    background-color: #ecf2fd;*/
    z-index: 5;
    position: relative;
}
.cta-block {
    width: calc(30% - 80px);
    padding: 30px 30px;
    box-shadow: 10px 0 20px 10px #0000001c;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -80px;
    z-index: 1;
}
.cta-block h2 {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
/*    font-family: 'Georama-bold';*/
    
    color: #77bc3f;
    margin-top: 20px;
    padding: 6px;
}
#main-nav.scroll-menu {
    animation: menu-scroll-an 0.6s;
    position: fixed;
    top:0;
    background-color:#fff;
}
#main-nav.scroll-menu .menu-wrap>li>a{
    color:#77bc3f;
}
#main-nav.scroll-menu li.current-page a{
    color: #77bc3f;
}
.cta-block img {
    margin-top: -60px;
    border-radius:10px
}
.template-div {
    height:300px;
    background-color: #77bc3f;
}
#main-banner h1 {
    color:#77bc3f;
    color:#ffffff;
    font-size: 45px;
    text-transform:uppercase;
    letter-spacing: 2px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-family: 'Poppins', 'sans-serif';
    margin-top:10px;
    text-shadow: 0 0 38px #ffffff75;
}
.pre-main-title{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #77bc3f;
    font-size: 24px;
/*    letter-spacing: 2px;*/
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2em;
}
.main-banner-wrap {
    width: 80%;
    z-index: 1;
}
.banner-content-wrap {
    width:100%;
}
.post-main-title {
    font-size: 26px;
    line-height: 1.2em;
    width: 100%;
    margin-top: 10px;
    font-family: 'BrandonText-Regular', sans-serif;
/*    font-weight: 600;*/
    color: #ffffff;
/*    color: #77bc3f;*/
    margin-bottom:20px;
/*
    background-color: #5ba50a;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px 20px #0000002e;
*/
}
.site-btn {
    padding:13px 20px;
    color:#fff;
    border-radius:5px;
    display:inline-block;
    font-weight: bold;
    text-decoration: none;
    width:130px;
    text-align: center;
}
.site-btn.wide-width-btn {
    width:170px;
}
.site-btn.green {
    background-color:#77bc3f;
    border:2px solid #77bc3f;
}
.site-btn.blue {
    background-color:#77bc3f;
    border:2px solid #77bc3f;
}
.site-btn {
    color:#fff!important;
    font-weight: 500!important;
}
.site-btn:after, .key-contacts .key-contacts-content a:after {
    display: none!important;
}
.site-btn.clear {
    border:2px solid #fff;
}
.main-banner-wrap .banner-btn-wrap .site-btn:nth-child(1) {
    margin-right:10px;
}
.main-banner-wrap .banner-btn-wrap .site-btn{
    text-transform: uppercase;
    width: 100px;
    text-align: center;
    font-size: 18px;
    padding: 14px 35px;
}
.banner-content-wrap:after {
/*
    display:block;
    content:'';
    width:700px;
    height:600px;
    position:absolute;
    background-image:url('/imgs/business_meeting.jpg');
    background-size:cover;
    right:0;
    bottom:200px;
*/
}
#main-banner:after {
  display:block;
  content:"";
  position:absolute;
  background-color:#0000007a;
  height:100%;
  width:100%;
  z-index: 0;
}
#main-banner {
   position:relative; 
}
#main-banner:before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/imgs/dark-green-chevron.png);
    height: 80vh;
    width: 800px;
    z-index: 1;
    left: -167px;
    background-size: cover;
/*    opacity: 0.7;*/
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
}
.site-archive.site-width.narrow-width .page-section-inner{
    width:60%;
}
.page-container {
    padding:80px 0;
}
.page-container.white-bg {
    background-color:#fff;
}
.page-container.green-bg {
    background-color:#77bc3f;
	color:#fff;
	text-align: center;
}
.page-container.grey-bg {
    background-color:#efefef;
}
.page-container.copy-bg {
    background-color:#333333;
}
.page-container.white-bg h2{
    color:#77bc3f;
}
.page-container h2 {
    font-size: 30px;
    font-weight: bold;
/*    font-family: 'Poppins';*/
}
.page-container .page-section-inner {
    display:flex;
    align-items:center;
    justify-content: center;
}
.page-section-inner .col-left {

    margin-right:5%;
}
.page-section-inner .col-right {

}
.page-section-inner .col.col-auto {
    flex-basis:auto;
}
.page-section-inner .col.col-20 {
    flex-basis:20%;
}
.page-section-inner .col.col-25 {
    flex-basis: 25%;
}
.page-section-inner .col.col-30 {
    flex-basis:30%;
}
.page-section-inner .col.col-40 {
    flex-basis:40%;
}
.page-section-inner .col.col-45 {
    flex-basis:45%;
}
.page-section-inner .col.col-50 {
    flex-basis:50%;
}
.page-section-inner .col.col-60 {
    flex-basis:60%;
}
.page-section-inner .col.col-70 {
    flex-basis:70%;
}
.page-section-inner .col.col-100 {
    flex-basis:100%;
}
.home-intro {
    position: relative;
    z-index: 5;
}
.home-intro img {
	height: 63px;
	width: 80px;
}
.stats-title-wrap {
    display:flex;
    align-items:center;
}
.stats-chevron img {
    height:90px
}
.stats-title h2{
    margin-bottom:0;
    color:#77bc3f;
    font-size:40px
} 
.stats-title span {
    color:#fff;
    font-size:24px
}
.stats-title {
    text-align:right;
    margin-right:20px
}
.stats-info {
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.stats-info i{
    color:#77bc3f;
    font-size:60px;
    margin-right:20px;
}
.stats-info span {
    color:#fff;
    font-size:24px;
    text-align: center;
}
.stats-banner .page-section-inner {
    justify-content: space-between;
}
.chevron-bg {
    overflow: hidden;
    position: relative;
}
.chevron-bg:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/imgs/dark-green-chevron.png);
    height: 800px;
    width: 800px;
    z-index: 1;
    background-size: cover;
    opacity: 0.06;
    top: 50%;
    transform: translateY(-50%);
/*    transform: scaleX(-1) translateY(-50%);*/
    z-index:0;
    background-position: center;
}
.chevron-bg.chevron-left:after {
    left:0;
}
.chevron-bg.chevron-right:after {
    transform: scaleX(-1) translateY(-50%);
    right:0;
}
.chevron-bg.chevron-center:after {
    left: 50%;
    bottom: 0px;
    transform: translatex(-50%) rotate(270deg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -45px;
}
.wrap {
    flex-wrap:wrap;
}
.owl-carousel .owl-stage-outer {
    padding:40px 0;
}
.testimonial-box {
    border-radius: 10px;
    padding: 80px 40px 40px;
    border: 5px solid #f6f6f6;
    text-align: center;
    
    height: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.testimonial-box h3 {
    color:#77bc3f;
    font-size:20px;
}
.testimonials .single-heading {
    margin-bottom:0;
    text-align:center;
    margin: 0 auto;
}
.testimonial-box:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #77bc3f;
    border-radius: 100%;
    font-size: 40px;
    position:absolute;
    top:34px;
    left:50%;
    transform:translateX(-50%);
}
.testimonial-author {
	width:100%;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel item {
    height:100%;
}
.chevron-bg .page-section-inner {
    position: relative;
    z-index: 5;
}
.news-listing .page-section-inner{
    flex-direction: column;
    align-items: start;
}
.news-listing-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-listing-content {
    background-color:#77bc3f;
    padding: 30px;
    color:#fff;
    transition:0.4s ease-in-out;
    z-index: 1;
    height: calc(100% - 290px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-listing-wrap .col {
    display:flex;
    flex-direction:column;
}
.news-listing-wrap img {
    border-radius:15px 15px 0 0;
    z-index:1;
}
.page-container .news-listing-head h2.large {
    color:#77bc3f;
    margin-bottom: 0;
}
.news-listing-head {
    display: flex;
    justify-content: space-between;
    width:100%;
    align-items:center;
    margin-bottom: 40px;
}
.news-listing-title {
    color:#77bc3f;
    font-size: 24px;
}
.page-container.img-bg {
    background-size:cover;
    background-position:center;
    position:relative;
}
.page-container.img-bg:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #d0d0d0de;
/*    background-color: #ffffff9e;*/
    height: 100%;
    width: 100%;
    z-index: 0;
    top:0
}
.page-container.img-bg .page-section-inner {
    z-index:5;
    position:relative;
}
.mailing-list .page-section-inner{
    flex-direction:column;
}
.page-container.img-bg.mailing-list {
    background-image:url('/imgs/laptop-hands-side.jpg');
/*    background-position:50% 20%;*/
}
.mailing-list i{
    font-size:50px;
    color:#77bc3f;
}
.mailing-list h2 {
    margin-top:20px;
    color:#77bc3f;
}
.mailing-list p {
    font-weight: bold;
    color: #4a4a4a;
}
.mailing-list-form {
    width:100%;
    text-align: center;
}
.mailing-list-form input{
    border:none;
    padding:15px 20px;
    width:600px;
    border-radius:15px
}
.stats-banner {
    background-image:url('/imgs/people-walking.jpg');
    background-size:cover;
    position:relative;
    overflow: hidden;
}
.stats-banner .page-section-inner{
    z-index:1;
    position:relative;
}
.stats-banner:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #77bc3fe0;
    height: 100%;
    width: 100%;
    z-index: 0;
    top:0;
}
.counter-stat {
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

.counter-stat span {
    color: #91d201;
    font-size: 40px;
    font-weight:600;
}
.copy {
	padding:30px 0px 30px 0px;
}
.footer a:link, .footer a:hover, .footer a:visited{
	color:#fff;
}
.footer .footer-info {
    color:#fff;
    font-size:16px;
}
.footer-icons {
    display: flex;
    justify-content: end;
}
.footer-icons i {
    color:#fff;
    font-size:24px;
    margin-right:25px;
}
.footer-icons a:nth-last-child(1) a{
    margin-right:0;
}
/*
.footer-icons i:hover {
    animation:bounce-icon 1.8s;
}
*/
.animate-bounce {
    animation:bounce-icon 1.6s;
}
span.counter-value {
    display:inline-block;
}
.stats-title-wrap:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(/imgs/dark-green-chevron.png);
    height: 600px;
    width: 600px;
    z-index: 1;
    background-size: cover;
    opacity: 0.1;
    top: 50%;
    transform: translateY(-50%);
    /* transform: scaleX(-1) translateY(-50%); */
    z-index: 0;
    background-position: center;
    left: -340px;
}
.news-listing-img {
    height: 240px;
/*    border-radius: 15px 15px 0 0;*/
    background-position: center;
    transition:0.6s ease-in-out;
    background-size:cover;
}
.news-listing-wrap>.col:hover .news-listing-img{
    transform: scale(1.1);
}
.news-listing-wrap>.col:hover{
    box-shadow:0 0 35px 12px #00000042;
}
span.news-listing-date {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}
.news-listing-img-wrap {
    overflow: hidden;
/*
    border-radius:15px 15px 0 0;
    box-shadow: 0 0 35px 9px #00000026;
*/
    transition:0.4s ease-in-out;
}
.news-listing .news-listing-wrap>.col{
    cursor: pointer;
    transition: 0.3s ease-in-out;
    border-radius:15px;
    overflow: hidden;
    box-shadow: 0 0 35px 9px #00000014;
        background-color: #77bc3f;
}
.news-listing .col{
    cursor: pointer;
}
.page-about .page-container.page-banner {
    background-image:url('/imgs/man-walking.png');
}
.page-contact .page-container.page-banner {
    background-image:url('/imgs/man-walking.png');
}
.page-container.page-banner {
    background-size:cover;
    background-position:50% 20%;
    overflow: hidden;
}
.page-container.page-banner:after {
    background-color: #0000007a;
}
.page-container.page-banner {
    height:180px;
    display:flex;
}
.page-container.page-banner h1{
    margin-top:100px;
    color:#fff;
    font-size:50px;
    text-align: center;
}
.page-container.page-banner:before {
        display: block;
    content: "";
    position: absolute;
    background-image: url(/imgs/dark-green-chevron.png);
    height: 600px;
    width: 600px;
    z-index: 1;
    left: -177px;
    background-size: cover;
    /* opacity: 0.7; */
    opacity: 0.2;
    top:-75px;
    background-position: center;
}
.services img{
    height:80px;
    width:auto;
    margin-bottom:20px
}
.services .flex-section{
    justify-content:space-between;
}
.services .col {
    text-align:center;
}
.services h2 {
        color: #77bc3f;
}
.page-container .flex-col {
    flex-direction:column;
}
.page-container .flex-section {
    display:flex;
    width:100%;
}
.page-container.white-bg h3{
    color:#77bc3f;
    font-size:22px;
}
.page-container h2.large{
    font-size:40px;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}
.inner-margin {
    margin-top: 40px;
}
.page-container.white-bg h3{
    color:#77bc3f;
    font-size:22px;
}
.page-container.grey-bg h2{
    color:#77bc3f;
}
.page-container.copy-bg h3{
    color:#77bc3f;
}
.page-container .section-title--center {
    width:100%;
    text-align:center;
}
.key-contacts .key-contacts-img{
    height: 300px;
    background-size: cover;
    background-position: center;
/*    border-radius: 15px 15px 0 0;*/
/*    box-shadow: 0 0 35px 9px #00000012;*/
}
.key-contacts .flex-section {
    justify-content:space-between;
}
.key-contacts .key-contacts-content {
    background-color:#77bc3f;
/*    background-color:#ffffff;*/
    color:#fff;
    text-align:center;
    padding:0px;
/*    border-radius: 0 0 15px 15px;*/
/*    box-shadow: 0 0 35px 9px #00000012;*/
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.key-contacts-single-wrap {
    border-radius: 10px;
/*    box-shadow: 0 0 35px 9px #00000026;*/
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
    overflow: hidden;
}
.key-contacts .key-contacts-content h3 {
    color:#ffffff;
    font-size:26px;
    margin-bottom: 5px;
}
.key-contacts .key-contacts-content p {
    color:#fff;
/*    color:#5ba50a;*/
    font-weight:bold;
}
.key-contacts .key-contacts-details i{
    color: #77bc3f;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
}
.key-contacts-details a:nth-last-child(1){
    margin-left:10px
}
.chevron-bg.chevron-full:after {
    background-image:url('/imgs/logo-full-chevron.png');
    right:auto;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 140%;
    height: 140%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.enquire-model-section .chevron-bg.chevron-full:after{
    opacity:0.04;
}
.site-archive-post {
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
    transition:0.4s ease-in-out;
    border-radius:10px;
    overflow: hidden;
/*    margin-top:80px;*/
}
.site-archive-post:hover {
    transform: translate3d(0,-10px,0);
    box-shadow: rgb(0 0 0 / 6%) 0px 15px 15px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
}
.site-archive-image {
    height:200px;
    background-size: cover;
    background-position:center;
    border-radius:10px 10px 0 0;
        overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #77bc3f;
}

.site-archive-content {
    padding: 40px;
/*    background-color: #ffffff;*/
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.site-archive--home .site-archive-content {
    height: calc(100% - 280px);
}
.page-container .site-archive-content h3 {
    font-size:30px;
    color:#77bc3f;
}
.meta-info .meta-date{
    color:#77bc3f;
    font-weight:600;
    /*     border-right:2px solid #77bc3f; */
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 7px;
    /* line-height:0; */
    position:relative;
    display: inline-block;
    text-transform:uppercase;
}
.meta-info .meta-date:after {
    content:"";
    display:block;
    position:absolute;
    height: 15px;
    width:2px;
    background-color:#77bc3f;
    right:0;
    top: 2px;
}
.meta-info .meta-category {
    text-transform:uppercase;
    font-weight:600;
    color:#77bc3f;
}
.site-archive-excerpt {
    margin-top:15px
}
.site-archive-pagination {
    text-align: center;
    margin-top: 80px;
    font-size: 14px;
}
.site-archive-pagination .page-id {
    border-right:1px solid;
    margin-right:5px;
    padding-right:5px;
}
.site-archive-pagination .next {
    color:#77bc3f;
    font-weight:600;
    cursor:pointer;
}
.news-single-image {
    height:300px;
    background-size: cover;
    background-position:center;
    border-radius:15px;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
        overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #77bc3f;
}
.role {
	text-align: center;
	padding-left:10px; padding-right:10px;
	min-width:260px;
}
.news-single-content {
    margin-top: 60px;
}
h2.news-single-title {
    font-size:40px;
}
.news-single-post {
    margin-top:40px;
}
.page-container.white-bg .news-single-post h3 {
    color: #77bc3f;
}
.site-archive--home .site-archive-post{
    margin-top:0;
}
.site-archive-inner-wrap {
/*    justify-content:space-between;*/
    flex-wrap: wrap;
}
.site-archive .site-archive-post {
    flex-basis:32%;
    display: flex;
    flex-direction: column;
}
.page-container.site-archive.site-archive--home h2.large {
    color:#77bc3f;
}

.case-studies-archive .news-listing-wrap {
/*    margin-top:80px;*/
}
.case-studies-archive .news-listing-wrap:nth-child(1) {
    margin-top:0;
}
/*
ul.site-list li{
    list-style:none;
    position:relative;
}
ul.site-list li:before {
    content:"";
    display:block;
    position:absolute;
    height:20px;
    width:20px;
    background-image:url('/imgs/dark-green-chevron-80px.png');
    left:-30px;
    background-size:contain;
    background-repeat:no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
*/
.central-support li {
    font-size:26px;
    color:#77bc3f;
    font-weight:600;
}
.central-support ul {
    margin-bottom: 0;
}
.central-support .list-wrap {
    display:flex;
}
.overlap .col-left {
    margin-right:0;
}
.overlap .col-right {
    background-color:#ffffff;
    padding:50px 40px;
    border-radius:10px;
    margin-left:-5%;
    box-shadow:rgb(0 0 0 / 4%) 0px 4px 12px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
}
.central-support ul.site-list li {
    margin-bottom:10px;
}
.list-wrap .site-list {
    margin-right:40px;
}
.list-wrap .site-list:nth-last-child(1) {
    margin-right:0;
}
.central-support .page-section-inner {
    justify-content:center;
}
.central-support h2 {
    font-size:36px;
    color: #77bc3f;
    margin-bottom: 20px;
}
.page-container.site-width.parallax-bg {
    background-attachment: fixed;
    background-size:cover;
    background-position: center;
}
.page-container.site-width.parallax-bg.services {
    background-image:url('https://www.coversure.co.uk/assets/img/background/logo.jpg');
}
.img-bg.central-support {
    background-image:url('/imgs/tech-support.jpg');
}
.img-bg.overlap .col-right {
  box-shadow:0 0 40px #0000004f;
}
.div-border-radius {
    border-radius: 15px;
    overflow: hidden;
}
.page-container.enquire-model-section {
    position:absolute;
    height:100vh;
    width:100vw;
/*    background-image:url('/imgs/business_meeting.jpg');*/
    background-color: #00000052;
    top:0;
    z-index:100;
    max-width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: none;
}
.page-container.enquire-model-section.show-enquiry {
    display: flex;
    position: fixed;
}
.page-container.enquire-model-section .page-section-inner {
    background-color:#ffffff;
    width:1200px;
    height:85%;
    border-radius:15px;
    box-shadow:rgb(0 0 0 / 4%) 0px 4px 12px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
    box-shadow: 0 0 40px 3px #00000094;
/*
    overflow-y: scroll;
    align-items: start;
*/
}
.enquire-model-outer-wrap {
    overflow-y: scroll;
    align-items: start;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0 10%;
    display: flex;
    height: 100%;
}
.enqire-model-wrap {
    padding:10% 0;
    text-align:center;
    width:100%;
    z-index: 10;
}
.enquire-model-section h2 {
    font-size:40px;
    color:#77bc3f;
}
.enquire-model-section form {
    margin-top:40px
}
form.site-form {
    margin-bottom: 0;
}
form.site-form input, form.site-form textarea, form.site-form select {
    border-radius:5px;
    border:1px solid #dbdbdb;
    padding:15px 20px;
    box-shadow: rgb(0 0 0 / 4%) 0px 4px 12px, rgb(17 12 46 / 8%) 0px 48px 60px 0px;
    font-size:14px;
    width:100%;
}
.site-form .form-row {
    display:flex;
    margin-bottom:20px;
}
.site-form .form-row input:nth-last-child(1), .site-form .form-row select:nth-last-child(1), .site-form .form-row textarea:nth-last-child(1) {
    margin-right:0;
}
.page-container.enquire-model-section .close-btn {
    position:absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    z-index: 100;
}
.page-container.enquire-model-section .close-btn i {
    font-size:30px;
    color:#3e3e3e;
}
.send-enquiry-btn {
    margin-top:20px;
}
.contact-body .img-bg {
    background-image:url('/imgs/man-with-laptop.jpg');
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    background-position: center;
    background-size: cover;
}
.contact-body .img-bg:after{
   display: block;
    content: "";
    position: absolute;
    background-color: #77bc3fcf;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0; 
}
.contact-body .page-section-inner {
    align-items:stretch;
}
.contact-body .col {
    margin-right:5%;
}
.contact-body .col:nth-last-child(1) {
    margin-right:0;
}
.contact-box-left {
    z-index: 1;
    text-align: center;
    padding: 40px;
}
.page-container.white-bg .contact-box-left h2 {
    color:#fff;
}
.contact-box-left p {
    color:#fff;
    line-height: 1.4em;
}
.contact-box-left i.contact-call-icon-head {
    color:#fff;
    font-size:35px;
    margin-bottom:15px;
/*    background-color:#77bc3f;*/
/*    padding:18px;*/
    border-radius:100%;
/*    box-shadow: 0 0 20px 4px #00000052;*/
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-box-left a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    margin-top: 30px;
}
.contact-body form {
    margin-top: 40px;
}


.show-enquiry .chevron-bg.chevron-full:before {
    content:"";
    display:block;
    background-color:black;
    height:0;
    width:100%;
    position: absolute;
    bottom:0;
    z-index:100;
    box-shadow: 0px -11px 30px 29px #00000061;
    transition:0.3s ease-in-out;
}
.page-container .section-head h2.large {
    margin-bottom:10px;
}
.section-head {
    margin-bottom:60px;
}
.section-head span{
    font-size:20px;
    color:#5ba50a;
    font-weight:600
}
#mm-toggle-icon {
    position: relative;
}
#mm-toggle-icon .mobile-menu-icon-close {
    display:none;
}
#mm-toggle-icon i {
    color:#fff;
    font-size:30px;
    cursor:pointer;
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    right:0;
    width:30px;
    text-align: center;
}
.scroll-menu #mm-toggle-icon i{
    color:#fff;
    color:#363636;
}
.mobile-menu-wrap {
    position: fixed;
    z-index: 9;
    background-color: #77bc3f;
    width: 100vw;
    height: 100vh;
    display:none;
}
.mobile-menu-wrap.show-menu {
    animation: show-menu-animate 0.6s;
    display: block;
}
.mobile-menu--body {
    margin-top:130px;
}
.mobile-menu .menu-wrap {
    flex-direction:column;
    padding-left:0;
    width:50%;
}
.mobile-menu .menu-wrap>li {
/*    padding:10px 0;*/
}
.mobile-menu .menu-wrap>li>a {
    font-size:28px;
    color:#fff;
    padding:14px 0;
}
.mobile-menu .menu-wrap .distinct-btn {
    margin-top:30px
}
.mobile-menu .menu-wrap .distinct-btn a {
    padding: 15px 30px;
    font-size: 18px;
        background-color: white;
    color: #77bc3f;
}
.services .col h3 {
    color:#77bc3f;
}
.form-row-single {
    flex-basis:100%;
    display:flex;
    flex-direction:column;
    margin-right:5%;
}
.form-row .form-row-single:nth-last-child(1) {
    margin-right:0;
}
.form-row-single label {
    margin-bottom:10px;
}
.mailing-list {
    text-align:center;
}
.video-col {
    width:100%;
}
.contact-call-btn  {
    margin-inline: auto;
}
.page-container .case-study-title .main-title{
    font-size:40px;
}
.page-container .case-study-title .sub-title {
    color:#5ba50a;
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
    display:block;
}
.is-invalid .invalid {
    display: block;
}
.invalid{
    border:2px solid #ff5b5b;
    margin-right:5%;
    margin-top:10px;
    border-radius:5px;
    padding:4px 5px;
    font-size:14px;
    color:#ff5b5b;
    display: none;
}
.thank-you .col-70 {
    padding:40px 0;
}
.thank-you .contact-box-right {
    justify-content:center;
    align-items:center;
    height: 100%;
}
.thank-you .contact-box-right i {
    font-size:60px;
    color:#77bc3f;
    margin-bottom:20px;
}
.thank-you .contact-box-right h2 {
    margin:0;
    margin-bottom:10px;
}
.thank-you .contact-box-right p {
    font-weight:600;
    margin-bottom:40px;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #77bc3f;
  z-index: 99;
}

.page-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #77bc3f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1.5s linear infinite;
}
.news-single-inner-wrap {
    width:80%;
    margin:0 auto;
}
.page-news .news-listing-head, .page-case-studies .news-listing-head {
    display: none;
}
.news-listing-wrap .col:nth-child(n+4) {
    margin-top:60px;
}
.page-home  .news-listing-wrap .col {
    display:none;
}
.page-home  .news-listing-wrap .col:nth-child(-n+3) {
    display:block;
}
.alt-logo-image .site-archive-image{
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color:#77bc3f;
}
.site-archive.page-container .page-section-inner {
    align-items: initial;
}
.site-archive-content .job-details p {
    margin-bottom: 2px;
}
.footer .footer-info a{
    word-break:break-all;
}
.job-details {
    margin-bottom: 20px;
}
.job-apply-section {
    display: flex;
}
.job-apply-section a:nth-child(1) {
    margin-right:5%;
}
.job-apply-section a {
    display:flex;
    align-items:center;
    justify-content: center;
}
.site-archive-content--head .meta-info {
    margin-bottom:20px;
}
.meta-info .meta-date {
    padding-bottom:0;
}
.page-banner .page-banner-inner {
    text-align:center;
}
.page-banner .page-banner-inner .sub-title {
    color:#77bc3f;
    font-weight:600;
    font-size:25px
}
ul.menu-wrap .sub-menu {
    position:absolute;
    top:100%;
    background-color:#77bc3f;
    color:#fff;
    padding-left:0;
    border-radius:0 0 5px 5px;
    width:100%;
    overflow:hidden;
    display:none;
    transition:0.3s ease-in-out;
}
#main-nav.scroll-menu ul.menu-wrap .sub-menu>li>a{
    color:#fff;
}
ul.menu-wrap .sub-menu li {
    display:flex;
}
ul.menu-wrap .sub-menu li a{
    padding:14px 20px;
    font-size:14px;
    width: 100%;
    transition:0.3s ease-in-out;
    text-decoration: none;
    color:#fff;
}
ul.menu-wrap .sub-menu li:after {
    display:none;
}
ul.menu-wrap .sub-menu li a:hover {
    background-color:#8bcc57;
}
ul.menu-wrap .case-studies-menu-item:hover>.sub-menu{
    animation:test 0.3s;
    display: block;
}
.mobile-menu ul.menu-wrap .sub-menu {
    position:initial;
}
.mobile-menu ul.menu-wrap .menu-has-items {
    flex-direction:column;
    align-items:start;
}
.mobile-menu ul.menu-wrap .sub-menu li a {
    font-size:16px;
}

/*TEST*/
.role-icons .col i {
    font-size: 32px;
    display:flex;
    height:50px;
    width:50px;
    background-color:#77bc3f;
    padding:10px;
    border-radius:100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    margin-bottom:10px;
}
.role-icons .page-section-inner .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 20px 8px #00000014;
    border-radius: 15px;
    /* flex-basis: calc(28% - 33px); */
    padding: 20px 20px;
}
.role-icons .page-section-inner {
    /* justify-content: space-between; */
    gap: 40px;
    flex-wrap: wrap;
}
.role-icons .col h3 {
    margin-bottom:20px
}
.role-icons .site-btn {
    width:calc(100% - 40px);
    font-size:14px
}
.role-icons .role-title {
    font-size:18px;
    font-weight:600
}

/*------------ANIMATIONS------------*/
@keyframes test{
    0% { 
        opacity:0;
        display:none; 
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display:block;
        opacity:1; 
    }
}
@keyframes show-sub-menu{
    0% { 
        opacity:0;
        display:none; 
    }
    1% {    
        display:block;
        opacity:0; 
    }
    100% {
        opacity:1; 
    }
}
@keyframes bounce-icon {
    0%   { transform: scale(1,1)    translateY(0); }
    10%  { transform: scale(1.1,.9) translateY(0); }
    30%  { transform: scale(.9,1.1) translateY(-14px); }
    40%  { transform: scale(1,1)    translateY(0); }
    50%  { transform: scale(1.1,.9) translateY(0); }
    58%  { transform: scale(.9,1.1)    translateY(-10px); }
    70%  { transform: scale(1,1)    translateY(0); }
    100% { transform: scale(1,1)    translateY(0); }
}
@keyframes show-menu-animate {
    0% { 
        display: block; 
        opacity: 0;
        transform: translateX(100%);
        
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*------------ANIMATIONS END------------*/

/*------------MEDIA QUERIES------------*/

@media (min-width:1400px) {
    .main-banner-wrap {
/*        width: 70%;*/
    }
}
@keyframes menu-scroll-an {
    0% {
        transform: translatey(-100px);
    }
    100% {
        transform: translatey(0);
    }
}
@media (max-width:600px) {
    .desktop-display {
        display:none;
    }
    .tablet-display {
        display: none
    }
    .mobile-display {
        display:block;
    }
}
@media (min-width:601px) and (max-width:1000px){
    .desktop-display {
        display:none;
    }
    .mobile-display {
        display:none;
    }
    .tablet-display {
        display: block;
    }
}
@media (min-width:1001px) {
    .tablet-display {
        display: none;
    }
    .mobile-display {
        display:none;
    }
    .desktop-display {
        display:block;
    }
}
/*
@media (min-width:600px) {
    .mobile-display {
        display:none;
    }
    .desktop-display {
        display:block;
    }
}
*/
@media (max-width:1600px) {
    .key-contacts .col.col-25{
        flex-basis:30%;
    }
}
@media (max-width:900px) {
    .key-contacts .flex-section{
        flex-direction:column;
        align-items: center;
    }
    .key-contacts .col.col-25 {
        margin-bottom:60px;
        width: 400px;
    }
    .key-contacts .col.col-25:nth-last-child(1) {
        margin-bottom:0;
    }
}
@media (max-width:600px) {
    .key-contacts .col.col-25 {
        width: 100%;
    }
}
@media (max-width:1100px) {
    .site-width .page-section-inner, .pre-nav-wrap-inner, .nav-wrap-inner, .main-banner-wrap {
        width:85%
    }
}
@media (max-width:1600px) {
    .news-listing-img {
        height:180px;
    }
    .news-listing-content {
        height:calc(100% - 230px);
    }
}
@media (max-width:1000px) {
    .nav-wrap-inner {
/*        padding:20px 0;*/
        height:90px;
    }
    .pre-nav-wrap-inner {
        display: none;
    }
    .page-container.page-banner:before {
        display: none;
    }
}
@media (max-width:950px) {
    .page-section-inner {
        flex-direction:column;
    }
    .col-right {
        margin-top:60px;
    }
    .home-intro .col-right {
        margin-top:0;
    }
    .home-intro .col-left {
        margin-top:60px;
        margin-right:0;
    }
    .home-intro .page-section-inner {
/*        flex-direction: column-reverse;*/
    }
    .news-listing-wrap {
        flex-direction:column;
        align-items:center;
    }
    .news-listing .news-listing-wrap>.col {
        margin-top:60px;
        width:70%;
    }
    .news-listing .news-listing-wrap>.col:nth-child(1) {
        margin-top:0;
    }
    .site-archive .site-archive-inner-wrap {
        flex-direction:column;
    }
    .page-container.why-choose {
/*        padding-top:0;*/
    }
    .page-section-inner .col-left {
margin-right: 0;
    }
    
}
@media (max-width:700px) {
    .news-listing .news-listing-wrap>.col {
        width:100%;
    }
    .mailing-list-form input {
        width:100%;
    }
}
@media (max-width:950px) {
    .stats-title {
        text-align:center;
    }
    .stats-title h2 {
        font-size:60px;
    }
    .stats-banner {
        display: none;
    }
    .stats-banner .page-section-inner .col {
        margin-top:80px;
    }
    .stats-banner .page-section-inner .col:nth-child(1) {
        margin-top:0;
    }
    .stats-info i {
        font-size:100px;
    }
    .stats-info span {
        font-size:40px;
    }
    .counter-stat span {
        font-size:60px
    }
    .stats-title-wrap:after {
        display:none;
    }
}
@media (max-width: 950px) {
    .footer .page-section-inner {
        flex-direction:initial;
    }
    .footer .col-left.col.col-60 {
        flex-basis:80%;
    }
    .footer .col-right.col.col-60 {
        flex-basis:20%;
    }     
}
@media (max-width: 700px) {
    .footer .page-section-inner {
        flex-direction:column-reverse;;
    }
    .page-section-inner .col.col-40 {
        width:100%;
        margin-right: 0;
/*        margin-bottom:30px*/
    }
    .footer-icons {
        justify-content:start;
    }  
}
@media (max-width:950px) {
    #main-banner:before {
        display:none;
    }
    .chevron-bg:after {
        display:none;
    }
}
@media (max-width:850px) and (min-width:551px){
    .services .flex-section {
        flex-wrap:wrap;
    }
    .services .flex-section .col{
        flex-basis: 47.5%;
    }
    .services .flex-section .col:nth-child(2n+2){
        margin-left:5%
    }
    .services .flex-section .col:nth-child(n+3) {
        margin-top:40px;
    }
}
@media (max-width:550px) {
    .services .flex-section {
        flex-direction:column;
    }
    .services .flex-section .col{
        margin-top:40px
    }
    .services .flex-section .col:nth-child(1){
        margin-top:0;
    }
    .page-container.page-banner h1 {
        font-size:35px;
    }
}
@media (max-width:500px) {
   .page-container h2.large {
        font-size:30px;
    }
    .section-head span {
        font-size:16px;
    }    
}
@media (max-width:700px) {
    .page-container {
        padding: 40px 0;
    }
}
@media (max-width:550px) {
    ul.site-list {
        padding-inline-start: 40px;
    }
}
@media (max-width:550px) {
    .mobile-menu .menu-wrap {
        width:100%;
    }
}

@media (max-width:600px) {
    .news-listing h2.large {
        font-size:30px;
        margin-right:5%;
    }
    .news-listing-head-btn .site-btn.wide-width-btn {
        padding:10px 30px;
        width:auto;
    }
    .news-listing-head {
        flex-wrap: wrap;
    }    
}
@media (max-width:450px) {
    .site-logo {
        width: calc(100% - 50px);
    }
}
@media (max-width:900px) {
    #main-banner h1 {
        font-size:34px
    }
}
@media (max-width:500px) {
    .main-banner-wrap {
        text-align:center
    }
    #main-banner h1 {
        color:#fff;
        font-size:30px;
        letter-spacing:0px
    }
    .post-main-title {
        font-size:20px
    }
    #main-banner {
        height:100vh
    }
}
@media (max-width:1300px) {
    .contact-body .page-section-inner .col.col-30{
        flex-basis:50%
    }
}
@media (max-width:950px) {
    .contact-body.thank-you .col:nth-child(1) {
        margin-bottom:60px;
        margin-right:0;
    }
}
@media (max-width:600px) {
    .send-enquiry-btn {
        width:100%;
        padding:15px 5%;
    }
}
@media (max-width:800px) {
    h2.news-single-title {
        font-size:36px
    }
}
@media (max-width:950px) {
    .contact-body.thank-you .page-section-inner{
        flex-direction:column-reverse;
    }
    .thank-you .col-70 {
        padding:0;
    }
    .contact-body.thank-you .col:nth-child(1) {
        margin-bottom:0;
        margin-top:60px;
    }
	.page-container.grey-bg img{
/*    margin-top:40px;*/
	}
}
@media (max-width:1206px) {
    .news-single-image {
        height:200px
    }    
}

@media (max-width:650px) {
    .news-single-inner-wrap {
        width: 100%;
        margin: 0 auto;
    } 
}
@media (max-width:950px) {
    .contact-body .page-section-inner .col:nth-child(1) {
        margin-right:0;
    }
    .contact-body .page-section-inner .col:nth-child(2) {
        margin-top:40px;
    }
}
@media (max-width:950px) {
   .role-icons .role {
       padding:0;
       margin-top:60px
   } 
   .role-icons .role:nth-child(1) {
       margin-top:0;
   }
}
@media (max-width:400px) {
    .page-container .news-listing-head h2.large{
        font-size:24px;
    }
    .news-listing-head-btn .site-btn.wide-width-btn {
        padding:10px 20px
    }
}
@media (max-width:950px) {
    .footer .col-right {
        margin-top:0;
        margin-bottom:40px;
    }
    .footer .col-left {
        margin-right:0;
    }
}
@media (max-width:450px) {
    .footer .site-logo {
        width:100%;
    }
}
@media (max-width:1500px) and (min-width:950px) {
    .site-archive-inner-wrap .site-archive-post {
        flex-basis:48%;
    }
    .site-archive-inner-wrap .site-archive-post:nth-child(odd) {
        margin-right:4%;
    }
    .site-archive-inner-wrap .site-archive-post:nth-child(n+3) {
        margin-top:40px;
    }
}
@media (max-width:950px) {
    .site-archive-inner-wrap .site-archive-post {
        margin-top:60px;
        flex-basis:100%;
        width: 100%;
    }
    .site-archive-inner-wrap .site-archive-post:nth-child(1) {
        margin-top:0;
    }
}
@media (max-width:480px) {
    .page-container .site-archive-content h3{
        font-size:24px;
    }
}
@media (min-width:1500px) {
    .site-archive-inner-wrap .site-archive-post:nth-child(n+4){
        margin-top:40px;
    }
    .site-archive-inner-wrap .site-archive-post {
        margin-right:2%;
    }
    .site-archive-inner-wrap .site-archive-post:nth-child(3n+3) {
        margin-right:0;
    }
}
@media (max-width:410px) {
    .job-apply-section {
        flex-direction:column;
    }
    .job-apply-section a{
        width:calc(100% - 40px)
    }
    .job-apply-section a:nth-last-child(1) {
        margin-top:10px
    }
}
@media (max-width:1500px) and (min-width:950px){
    .site-archive.site-archive--preview .site-archive-post:nth-last-child(1) {
        display:none;
    }
}
@media (max-width:980px) {
    .role-icons .page-section-inner {
        flex-wrap:wrap;
        flex-direction:initial;
    }
    .role-icons .page-section-inner .col {
        flex-basis: calc(47% - 48px);
    }
    .role-icons .col:nth-child(2) {
        margin-top:0
    }
}
@media (max-width:680px) {
    .role-icons .page-section-inner {
        flex-direction:column;
    }
    .role-icons .col:nth-child(2) {
        margin-top:60px
    }
    .role-icons .page-section-inner .col {
        width:calc(100% - 48px);
    }
}
/*------------MEDIA QUERIES END------------*/





/*
.news-listing-content{
    background-color:#fff;
}
.news-listing-title {
    color:#77bc3f;
}
.news-listing-content {
    color: #252525;
}
.page-container.grey-bg {
    background-color: #77bc3f;
}
.news-listing-head h2 {
    color:#fff;
}
*/
