a {
    color: #4ea947;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding{
    padding: 0;
}
.resetlist,
.resources-sidebar ul,
.single-jobs-content ul{
    padding: 0;
    list-style: none;
}
.color-white{
    color: #fff !important;
}
.flex-wrap{
    flex-wrap: wrap;
}
.heading-section{
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}
.style-1-list li,
.homepage-about ul li,
.single-jobs-content ul li{
    position: relative;
    padding-left: 30px;
}
.style-1-list li:not(:last-child),
.homepage-about ul li:not(:last-child),
.resources-sidebar ul li a,
.single-jobs-content ul li:not(:last-child){
    margin-bottom: 10px;
}
.style-1-list li:before,
.homepage-about ul li:before,
.resources-sidebar ul li a:before,
.single-jobs-content ul li::before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0a9";
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 7px;
    color: #3ba333;
}
.homepage-banner {
    padding-top: 350px;
    padding-bottom: 250px;
    background: url(../images/home-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.homepage-banner h1{
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.3;
}
.homepage-banner .caption{
    max-width: 935px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
}
.homepage-banner .caption a,
.casestudy-inner a,
.view-more a,
.gform_wrapper .gform_footer input.button{
    display: inline-block;
    color: #fff;
    background: #ffa90a;
    background: -moz-linear-gradient(left, #ffa90a 0%, #fc910d 100%);
    background: -webkit-linear-gradient(left, #ffa90a 0%,#fc910d 100%);
    background: linear-gradient(to right, #ffa90a 0%,#fc910d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa90a', endColorstr='#fc910d',GradientType=1 );font-size: 17px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 3px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.gform_wrapper .gform_footer input.button{
    display: inline-block;
    color: #fff;
    background: url(../images/button-caret.png) no-repeat, #ffa90a;
    background: url(../images/button-caret.png) no-repeat, -moz-linear-gradient(left, #ffa90a 0%, #fc910d 100%);
    background: url(../images/button-caret.png) no-repeat, -webkit-linear-gradient(left, #ffa90a 0%,#fc910d 100%);
    background: url(../images/button-caret.png) no-repeat, linear-gradient(to right, #ffa90a 0%,#fc910d 100%);
    background-size: 10px, 100%;
    background-position: 200px 50%, 0 0;
    padding: 18px 40px 18px 32px;

}
.homepage-banner .caption a span,
.casestudy-inner a span,
.view-more a span{
    position: relative;
    padding-right: 12px;
}
.homepage-banner .caption a span::before,
.casestudy-inner a span:before,
.read-more:before,
.view-more a span:before,
.capability-title span:after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.capability-title span:after{
	position:relative;
	padding-left: 5px;
	transform: translate(0);
}
.green-sub-heading{
    color: #3ba333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.dark-main-heading,
.capability-top-text h2{
    color: #2e3032;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 45px;
}
.homepage-about{
    padding-top: 100px;
    padding-bottom: 100px;
    color: #575f66;
    font-size: 18px;
}
.read-more{
    color: #b4b3af;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-right: 12px;
}
.read-more:before{
    top: 5px;
    transform: translateY(0);
}
.homepage-logos{
    padding-bottom: 100px;
}
.logo-item-list li{
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding-top: 12px;
    padding-bottom: 12px;
}
.logo-item-list li:nth-of-type(6n){
    border-right: none;
}
.logo-item-list li:nth-of-type(n + 7){
    border-bottom: none;
}
.homepage-capabilities{
    background: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.homepage-capabilities::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/arrowdown.svg) no-repeat;
    background-size: 100%;
    width: 75px;
    height: 40px;
}
.capability-item a{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 0px rgba(90, 115, 129, 0.28);
    padding: 45px 25px;
    display: block;
}
.capability-item img{
    max-height: 80px;
}
.capability-title{
    text-align: center;
    font-size: 23px;
    color: #2e3032;
    margin-top: 25px;
    font-weight: 700;
}
.capability-title span{
    position: relative;
    padding-right: 12px;
	padding-left: 12px;
	display: inline-block;
}
.capability-title span:before{
    font-size: 16px;
}
.capability-item a:hover{
    text-decoration: none;
}
.capability-item a:hover .capability-title{
    color: #4ea947;
}
.image-container-hover{
    position: absolute;
    z-index: 2000;
    top: 45px;
    width: 100%;
    height: calc(100% - 45px);
    left: 0;
    display: none;
}
.capability-item a:hover .image-container-hover{
    display: block;
}
.hire-employees{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.hire-employees .hire-employees-left-image{
    background-image: url(../images/Hire_bg.svg);
    width: 51%;
}
.hire-employees .hire-employees-right-image{
    background-image: url(../images/hire-employees-right-image.jpg);
}
.hire-employess-content{
    padding-right: 100px;
    font-size: 18px;
    color: #fff;
}
.hire-employess-content h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.explore-jobs{
    padding-top: 100px;
    padding-bottom: 100px;
}
.homepage-testimonials{
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../images/homepage-testimonials.svg) no-repeat;
    background-size: cover;
}
.iframe-code{
    padding-bottom: 25px;
}
.homepage-resources{
    padding-top: 100px;
    padding-bottom: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f5f5+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.resource-item a{
    color: #575f66;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}
.resource-item a:hover{
    text-decoration: none;
    color: #4ea947;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
}
.resource-title{
    padding: 25px;
    background: #fff;
}
.blog-post-image{
    position: relative;
}
.blog-post-image::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 27px;
    height: 13px;
    background: url(../images/blog-chevron.png) no-repeat;
    background-size: 100%;
}
.team-featured-image{
    padding-top: 100px;
}
.team-list .team-member{
    padding-top: 70px;
    padding-bottom: 70px;
}
.team-member:nth-of-type(2n){
    background: #f5f5f5;
}
.team-info{
    border-left: 6px solid #4ea947;
    padding: 5px 0 5px 20px;
    margin-top: 25px;
}
.team-info h4{
    margin-bottom: 0;
    font-size: 17px;
    color: #2e3032;
}
.team-info h4 a{
    margin-top: 5px;
    display: inline-block;
}
.team-info h4 strong{
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.team-member-excerpt .view-more a{
    margin-top: 15px;
}
.faq-container{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.faq-item:last-child{
    border-bottom: 1px solid #e2e2e2;
}
.faq-answer{
    display: none;
    font-size: 18px;
    color: #575f66;
    padding-top: 10px;
    padding-bottom: 30px;
}
.active .faq-answer{
    display: block;
}
.faq-question{
    color: #2e3032;
    font-weight: 500;
    font-size: 19px;
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}  
.faq-question::before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f059";
    position: absolute;
    left: 0;
    top: 30px;
    color: #3ba333;
}
.faq-question::after{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    right: 25px;
    top: 30px;
}
.active .faq-question::after{
    transform: rotate(90deg);
}
.location-content{
    padding-top: 100px;
    padding-bottom: 80px;
}
.location-content .sidebar ul{
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
}
.location-content .sidebar ul li a{
    display: block;
    color: #2c2d2f;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 15px;
    position: relative;
}
.location-content .sidebar ul li:not(:last-child) a{
    border-bottom: 1px solid #e3e3e3;
}
.location-content .sidebar ul li a:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: 20px;
    top: 30px;
    color: #4ea947;
}
.location-content .sidebar ul li a:hover{
    text-decoration: none;
}
.location-content .sidebar ul li.active a:after,
.location-content .sidebar ul li a:hover:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 9px;
    background: #4ea947;
}
.location-right{
    padding-left: 40px;
}
.top-text{
    color: #575f66;
    font-size: 18px;
}
.top-text p,
.top-text ul,
.top-text img{
    margin-bottom: 40px;
}
.top-text ul{
    padding: 0;
    list-style: none;
}
.top-text a{
    color: #3ba333;
    text-decoration: underline;
}
.loc-meta-info{
    padding-left: 85px;
    position: relative;
    margin-top: 40px;
    min-height: 64px;
    color: #2e3032;
    font-weight: 600;
}
.loc-meta-info a,
.loc-meta-info a:hover{
    color: #2e3032;
    text-decoration: none;
}
.loc-meta-info:before{
    content: "";
    position: absolute;
    left: 0;
    height: 64px;
    width: 64px;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
    background: #fff;
    border-radius: 50%;
}
.loc-meta-info:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.loc-phone:after{
    background-image: url(../images/phone.svg);
}
.loc-email:after{
    background-image: url(../images/envelope-green.svg);
}
.loc-address:after{
    background-image: url(../images/map.svg);
}
.loc-meta-info h4{
    color: #565d65;
    font-size: 17px;
    font-weight: 400;
    padding-top: 5px;
}
.location-cta{
    background: #4ea947;
    border-radius: 3px;
    padding: 55px;
    margin-top: 90px;
}
.location-cta .hire-employess-content{
    padding-right: 0;
}
.location-team-list{
    padding-top: 400px;
}
.team-member-meta{
    padding: 25px 15px 15px;
    position: relative;
}
.team-member-meta:after {
    position: absolute;
    content: "";
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/arrow-01.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: none;
}
.team-member-meta h4{
    font-size: 18px;
    color: #2e3032;
    font-weight: 600;
}
.team-member-meta h5{
    color: #2e3032;
    font-weight: 400;
    font-size: 17px;
}
.team-member-item{
    margin-bottom: 50px;
}
/*.team-member-item:hover{
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
}
.team-member-item:hover > .team-member-meta:after {
    display: block;
}*/
.gform_wrapper ul.gform_fields li.gfield span.name_first, .gform_wrapper ul.gform_fields li.gfield span.name_last{
    padding: 0 !important;
}
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0;
}
.team-member-item a{
    color: #4ea947;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.bottom-text{
    font-size: 18px;
    color: #575f66;
    margin-top: 60px;
}
.bottom-text p{
    margin-bottom: 25px;
}
.bottom-text h2{
    font-size: 34px;
    margin-bottom: 25px;
    color: #2e3032;
    font-weight: 700;
}
.capability-top-text{
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 18px;
    color: #575f66;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.case-study{
    background: #f5f5f5;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
    border-radius: 3px;
    margin-bottom: 80px;
}
.case-study h3.case-study-title{
    color: #fff;
    background: #4ea947;
    font-size: 30px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px 3px 0 0;
}
.case-study-text{
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 18px;
    color: #575f66;
}
.case-study-text h3{
    color: #2e3032;
    font-size: 23px;
    font-weight: 700;
    position: relative
}
.heading-with-icon{
    padding: 20px 0 20px 80px;
    margin-bottom: 20px;
}
.heading-with-icon:before{
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    background-size: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
    border-radius: 50%;
}
.problem:before{
    background-image: url(../images/problem.svg);
}
.outcome:before{
    background-image: url(../images/outcome.svg);
}
.solution:before{
    background-image: url(../images/solution.svg);
}
.typical-roles-container{
    padding-top: 100px;
    padding-bottom: 80px;
    background: url(../images/Typical-roles-we-fill-bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
}
.typical-roles-container h2{
    color: #fff;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}
.job-titles li{
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    margin-top: 40px;
    background: url(../images/bullet-01.svg) no-repeat;
    background-size: 25px;
    padding: 5px 15px 5px 40px;
    background-position: 0 9px;
}
.cap-testimonials-container{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f5f5f5;
}
.slick-slide img {
    display: inline-block;
}
.cap-testimonial-rotator{
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
}
.slick-list{
    background: #4ea947;
    position: relative;
    color: #fff;
}
.testimonial-text{
    padding: 50px 80px;
    font-size: 17px;
    font-style: italic;
    position: relative;
}
.testimonial-text::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 30px;
    background: url(../images/quotes-01.svg) no-repeat;
    background-size: 100%;
    top: 20px;
    left: 20px;
}
.testimonial-text::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 30px;
    background: url(../images/quotes-02.svg) no-repeat;
    background-size: 100%;
    bottom: 20px;
    right: 20px;
}
.testimonial-author-image,
.testimonial-author{
    background: #fff;
}
.testimonial-author h4{
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    color: #2e3032;
    letter-spacing: 1px;
    padding: 20px 20px 40px;
    text-transform: uppercase;
}
.testimonial-author-image img {
    padding: 5px;
    background: #fff;
    margin-top: -40px;
    border-radius: 50%;
}
.slick-dots{
    bottom: -55px;
}
.slick-dots li{
    margin-right: 0;
}
.slick-dots li button{
    border: 1px solid #555d64;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.slick-dots li.slick-active button{
    background: #4ea947;
    border: 1px solid #4ea947;
}
.slick-dots li button:before{
    display: none;
}
.slick-prev, .slick-next{
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
    height: 40px;
    width: 40px;
}
.slick-prev:hover, .slick-next:hover{
    background: #ffa90a;
    background: -moz-linear-gradient(left, #ffa90a 0%, #fc910d 100%);
    background: -webkit-linear-gradient(left, #ffa90a 0%,#fc910d 100%);
    background: linear-gradient(to right, #ffa90a 0%,#fc910d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa90a', endColorstr='#fc910d',GradientType=1 );
}
.slick-prev {
    left: -60px;
}
.slick-next {
    right: -60px;
}
.slick-prev:before, .slick-next:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fc940d;
    transform: translate(-50%, -50%);
}
.slick-prev:before{
    content: "\f104";
}
.slick-next:before{
    content: "\f105";
}
.slick-prev:hover:before, .slick-next:hover:before{
    color: #fff;
}
.salary-guide-content{
    font-size: 18px;
    color: #575f66;
}
.salary-guide-text{
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: 100px;
    padding-right: 100px;    
}
.salary-guide-content p:not(:last-child){
    margin-bottom: 25px;
}
.salary-guide-image{
    background: url(../images/salary-guide-bg.jpg) no-repeat;
    background-size: contain;
    background-position: top left;
}
.highlights{
    background: url(../images/highlights-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.highlights-content{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.highlights h2{
    color: #4ea947;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.resources-sidebar-content{
    background: #f5f5f5;
    text-align: center;
    padding: 50px;
    border-radius: 3px;
}
.resources-sidebar-content .view-more a{
    font-size: 15px;
    padding: 18px 20px;
}
.resources-sidebar-content h3,
.resources-sidebar h3{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
}
.blog-single-container{
    padding-top: 85px;
    padding-bottom: 100px;
}
.single-blog-image{
    margin-bottom: 20px;
}
.resources-sidebar{
    margin-top: 45px;
}
.resources-sidebar ul li a{
    position: relative;
    color: #2e3032;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
}
.resources-sidebar ul li a:hover{
    color: #4ea947;
    text-decoration: none;
}
.resources-sidebar ul li a:before{
    top: 15px;
}
.blog-single{
    font-size: 18px;
    color: #575f66;
}
.blog-single strong,
.blog-single h1,
.blog-single h2,
.blog-single h3,
.blog-single h4,
.blog-single h5,
.blog-single h6{
    font-weight: 700;
}
.wp-caption-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-single a{
    text-decoration: underline;
}
.post-meta{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-meta li{
    display: inline-block;
    position: relative;
}
.post-meta li.user{
    font-size: 18px;
    color: #575f66;
    padding-left: 28px;
}
.post-meta li a{
    font-size: 18px;
    color: #575f66;
    text-decoration: none;
    position: relative;
    padding-left: 28px;
    display: block;
}
.post-meta li:not(:last-child) a{
    margin-right: 30px;
}
.post-meta li a::before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    color: #4ea947;
    transform: translateY(-50%);
}
.post-meta li.time a::before{
    content: "\f073";
}
.post-meta li.category a::before{
    content: "\f07b";
}
.post-meta li.user::before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    color: #4ea947;
    transform: translateY(-50%);
}
.post-meta li.user::before{
    content: "\f303";
}
.post-tags-container h4{
    margin-bottom: 15px;
}
.post-tags-container ul li{
    display: inline-block;
}
.post-tags-container ul li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding: 14px 18px;
    border-radius: 3px;
    color: #fc920d;
    box-shadow: 0px 10px 20px 0px rgba(99, 115, 129, 0.28);
    background-color: #fff;
    margin-right: 10px;
}
.post-tags-container ul li a:hover{
	background-image: linear-gradient(to right, #ffa90a, #fc910c);
	color: #fff;
}
.social-links li{
    position: relative;
}
.social-links li a{
    position: relative;
}
.social-links li a .instagram-green,.social-links li a .facebook-green,.social-links li a .linkedin-green,.social-links li a .twitter-green, .social-links li a .youtube-green{
    position: absolute;
    top: 0;
    display: none;
}
.social-links li a:hover .instagram-green,.social-links li a:hover .facebook-green,.social-links li a:hover .linkedin-green,.social-links li a:hover .twitter-green,.social-links li a:hover .youtube-green{
    display: block;
}