*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'AcherusGrotesque Regular';
    font-size: 16px;
    color: #2a363b;
    line-height: 25px;
    background: #fff;
}
strong {
    font-family: 'AcherusGrotesque Bold';
}
.main {
    max-width: 1500px;
    margin: 0 auto;
}
.bg-green {
    background-color: #95c11f;
}
.bg-blue{
    background-color: #1d71b8;
}
.green-text {
    color: #95c11f;
}
.bg-green a {
    color: #fff;
    text-decoration: none;
    font-family: 'AcherusGrotesque Bold';
}
.dark-blue {
    background-color: #1d71b8;
}
.light-blue {
    background-color: #36a9e1;
}
/* Header */
.logo-image {
    width: 100%;
}
/*.header .header_right {
    text-align: right;
    padding-top: 15px;
}*/
.header .header_navigation .navbar {
    padding: 0;
    display: block;
}
.header .header_navigation .navbar .navbar-nav {
    display: block;
} 
.header .header_navigation .navbar .navbar-nav li {
    display: inline-block;
}
.header .header_navigation .navbar .navbar-nav a{
    padding: 0 10px 20px;
    font-size: 20px;
    text-transform: capitalize;
    background: transparent;
    color: #2a363b;
}
.header .header_navigation .navbar .navbar-nav a:hover{
    color: #292929;
    background: transparent;
}
a.dropdown-item {
    padding-bottom: 10px !important;
}
.header_top_items {
    text-align: right;
    padding-top: 20px;
    font-size: 26px;
    color: #636363;
    font-weight: 600;
}
.header_top_items li{
    display: inline-block;
}
.header_top_items li.email{
    padding-left: 20px;
}
.header_top_items a{
    text-decoration: none;
}
.logo {
    padding-bottom: 20px;
}

/* Footer */
.footer-header {
    font-size: 15px;
    font-family: 'AcherusGrotesque Bold';
    text-transform: uppercase;
}
.address p {
    font-size: 15px;
    font-family: 'AcherusGrotesque Light';
    margin-bottom: 0;
}
.contact_details p {
    font-size: 15px;
    font-family: 'AcherusGrotesque Thin';
}
.contact_details a {
    text-decoration: none;
    color: #2a363b;
    font-family: 'AcherusGrotesque Light';
}
.contact_details a:hover {
    color: #95c11f;
}
.footer-line {
    opacity: 1;
}
.footer_links a {
    text-decoration: none;
    color: #2a363b;
}
.footer_links a:hover {
    color: #95c11f;
}
/* Homepage */

.bg-green-gradient {
    background: rgb(222,220,0);
    background: linear-gradient(90deg, rgba(222,220,0,1) 35%, rgba(149,193,31,1) 100%);
    color: #1d71b8;
}
.bg-green-gradient a{
    color: #1d71b8;
    text-decoration: none;
}
.bg-green-gradient h3{
    font-family: 'AcherusGrotesque Bold';
}
.homepage-blocks-background {
    background-size: cover !important;
}
.text-area {
    height: 450px;
    color:#ffffff;
    margin-top: 100px;
}
.text-area {
    background-color: #1d71b8;
}
.color1 {
    background-color: #1d71b8;
}
.color2 {
    background-color: #95c11f;
}
.color3 {
    background-color: #dedc00;
}
.text-area h5 {
    text-transform: uppercase;
    font-size: 13px;
}
.text-area h3 {
    font-size: 30px;
    font-family: 'AcherusGrotesque Bold';
}
.button-text {
    font-size: 18px;
    text-align: left;
}
.video-text-area {
    background-color: #ffffff;
    height: auto;
    color: #2a363b;
    text-align: left;
}
.video-text-area h3{
    font-size: 30px;
    font-family: 'AcherusGrotesque Bold';
}
.video-text-area h5{
    font-size: 20px;
    font-family: 'AcherusGrotesque Light';
}
.btn-blue {
    background-color: #1d71b8;
    color: #ffffff;
}
.btn-blue:hover {
    border-color: #1d71b8;
}
.video-banner {
    max-width: 1500px;
    text-align: center;
}
/* Service Page */
.service-block {
    min-height: 400px;
    color:#ffffff;
}
.service-block h5{
    text-transform: uppercase;
    font-size: 13px;
}
.service-block p{
    font-size: 18px;

}
.service-block:nth-child(1){
    background-color: #1d71b8;
}
.service-block:nth-child(2){
    background-color: #95c11f;
}
.service-block:nth-child(3){
    background-color: #36a9e1;
}
.service-block:nth-child(4){
    background-color: #36a9e1;
}
.service-block:nth-child(5){
    background-color: #1d71b8;
}
.service-block:nth-child(6){
    background-color: #95c11f;
}
.banner-text-area {
    background-color: #ffffff;
    height: auto;
    color: #2a363b;
    text-align: left;
}
.banner-text-area h3{
    font-size: 30px;
    font-family: 'AcherusGrotesque Bold';
}
.banner-text-area p{
    font-size: 13px;
    text-transform: uppercase;
}
.banner-text-area h5{
    font-size: 20px;
    font-family: 'AcherusGrotesque Light';
}
.banner-button-text {
    font-size: 18px;
    text-align: left;
}
/* Service Article Page */
.service-article p {
    font-size: 20px;
    font-family: 'AcherusGrotesque Light';

}
.service-title {
    font-family: 'AcherusGrotesque Bold';
    text-transform: uppercase;
}
.service-article h3 {
    font-size: 20px;
    font-family: 'AcherusGrotesque Bold';
}
.service-article ul {
    font-size: 20px;
}
.breadcrumbs li {
    margin: 0;
    display: inline-block;
    font-family: 'AcherusGrotesque Bold';
}
.breadcrumbs li a {
    font-size: 15px;
    color: #2a363b;
    text-decoration: none;
}
.breadcrumbs li a.active {
    font-family: 'AcherusGrotesque Bold';

}
.breadcrumbs li a:hover {
    color:#95c11f;
}
/* About Page */
.page-content p {
    font-size: 20px;
    font-family: 'AcherusGrotesque Light';
}
.page-content a {
    color: #95c11f;
}
.page-content h3 {
    font-size: 20px;
    font-family: 'AcherusGrotesque Bold';
}
.page-content ul {
    font-size: 20px;
}
/* Team Area */
.team-member-name {
    color:#2a363b;
}
.team-overlay {
    background: rgb(222,220,0);
    background: linear-gradient(90deg, rgba(222,220,0,1) 35%, rgba(149,193,31,1) 100%);
    color: #2a363b;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 0;
}
.team-overlay {
    width: 100%;
    height: 100%;
}
.team-overlay:hover {
    opacity: 1;
}
.btn-dark-blue {
    border: solid 2px #2a363b;
    color: #2a363b !important;
    background-color: transparent;
    border-radius: 0;
    font-family: 'AcherusGrotesque Bold';
}
.btn-dark-blue:hover {
    border-color: #2a363b;
    background-color: #ffffff;
}
.team-name {
    font-family: 'AcherusGrotesque ExtraBold';
    font-size: 35px;
}
.team-job_title {
    font-family: 'AcherusGrotesque Regular';
    font-size: 26px;
}
.team-article {
    font-family: 'AcherusGrotesque Light';
    font-size: 16px;
}
.contact-details {
    font-size: 20px;
    color: #2a363b;
}
.contact-details a {
    text-decoration: none;
    color: #2a363b;
}
.contact-details a:hover {
    color: #95c11f;
}
/* Career */
.career-block {
    background-color: #1d71b8;
}
.career-block {
    min-height: 400px;
    color:#ffffff;
}
.career-block h5{
    text-transform: uppercase;
    font-size: 13px;
}
.career-block p{
    font-size: 18px;
}
.how-to-apply {
    color: #ffffff;
}
.how-to-apply p{
    font-size: 16px;
    font-family: 'AcherusGrotesque Regular';
}
.how-to-apply ul{
    font-size: 16px;
    font-family: 'AcherusGrotesque Regular';
    list-style-type: none;
}
.btn {
    border-radius: 0 !important;
}
.how-to-apply a {
    color: #ffffff;
    text-decoration: none;
}
.how-to-apply a:hover {
    color: #95c11f;
}
/* FAQs */

.faq_list .faq_question {
    padding: 15px 20px;
    cursor: pointer;
}
.faq_list .faq_question h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-right: 30px;
}
.faq_list .faq_question h3 i {
    color: #1d71b8;
    background-color: #ffffff;
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 0px;
    top: 0;
}
.faq_list .faq_question h3 i.fa-minus {
  background:  #ffffff;
}
.faq_list .faq_content {
    font-size: 16px;
    padding: 0 20px 20px;
    max-width: 90%;
    color: #ffffff;
}
.que-ans:nth-child(odd) {
    background-color: #95c11f; /* Green  background for odd FAQ divs */
}
.que-ans:nth-child(odd) .faq_question {
    background-color: #1d71b8; /* Blue background for odd FAQ question divs */
}

.que-ans:nth-child(even) {
    background-color: #1d71b8; /* Blue background for even FAQ divs */
}
.que-ans:nth-child(even) .faq_question {
    background-color: #95c11f; /* Green background for even FAQ question divs */
}


/* Business Structure */
.business-text-area {
    height: 450px;
    color:#ffffff;
    margin-top: 100px;
}

.business-text-area h3{
    font-size: 30px;
    font-family: 'AcherusGrotesque Bold';
}
.business-text-area p{
    font-size: 13px;
    text-transform: uppercase;
}
.business-text-area h5{
    font-size: 20px;
    font-family: 'AcherusGrotesque Medium';
}
.business-button-text {
    font-size: 18px;
    text-align: left;
}
/* News Landing Page */
.news-block {
    background-color: #e5e5e5;
    color: #2a363b;
}
.news-block h3{
    font-family: 'AcherusGrotesque Bold';
    font-size: 30px;
}
.news-block p{
    font-family: 'AcherusGrotesque Light';
    font-size: 20px;
}
/* Contact Page */
.contact-page h6{
    font-family: 'AcherusGrotesque Regular';
    text-transform: uppercase;
    font-size: 12px;
}
.contact-page h2 {
    font-family: 'AcherusGrotesque Bold';
}
.contact-page h4 {
    font-family: 'AcherusGrotesque Medium';
    font-size: 20px;
}
.contact-page i{
    color: #1d71b8;
}
.contact-page a{
    text-decoration: none;
    color: #2a363b;
}
.form__item {
    background-color: #ececec;
    border-radius: 0;
}
button.btn-dark-blue:hover {
    border-color: #95c11f;
    background: #95c11f;
}
/* Media Queries */

@media (max-width: 767px){
    .home-page .header{
        z-index: 99;
    }
    .header {
        position: relative;
    }
    .header .header_top{
        text-align: center;
    }
    .header .logo {
        margin: 0;
    }
    .header .header_right {
        text-align: right;
    }
    .header .header_navigation .navbar-collapse {
        transition: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #95c11f;
        min-width: 300px;
        color: #2a363b;
        z-index: 999;
    }   
    .header .header_navigation .navbar .navbar-nav li:last-child {
        border-bottom: 0;
    }
    .header .header_navigation .navbar .navbar-nav li {
        display: block;
        text-align: center;
        padding: 7px 0;
        border-bottom: 1px solid;
    }
    .header .header_navigation .navbar .navbar-nav a:hover{
        color: #292929
    }
    .header .header_navigation .navbar-nav .dropdown-menu{
        border-radius: 0;
        width: 300px;
        background-color: #95c11f;
        color: black;
    }   
    .header .header_navigation .navbar .navbar-nav a{
        font-size: 16px;
        color: #2a363b;
    }
    a.dropdown-item {
        color: #2a363b !important;
        padding-bottom: 10px;
    }
    a:hover.dropdown-item {
        color: #292929 !important;
    }
    .header .header_navigation .dropdown-toggle::after{
        margin-left: 6px;
        margin-bottom: 5px;
        vertical-align: middle;
    }
}
@media (max-width: 991px) {
    .video-text-area h3{
        font-size: 25px;
    }
    .video-text-area h5{
        font-size: 15px;
    }
    .banner-text-area h3{
        font-size: 20px;
    }
    .banner-text-area h5{
        font-size: 15px;
    }
    .banner-text-area p{
        font-size: 10px;
    }
}
@media (max-width: 575px){
    .homepage-blocks-background {
        background: none !important;
    }
    .text-area{
        margin-top: 0px;
        height: 300px;
    }
    .video-overlay {
        position: relative !important;
    }
    .video-text-area {
        height: 350px;
    }
    .banner-text-area {
        height: 300px;
    }
    .breadcrumbs li a {
        font-size: 13px;
    }
    .business-text-area {
        margin-top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .header .header_navigation .navbar .navbar-nav a{
        padding: 0 6px 20px;
        font-size: 18px;
    }
    .video-text-area {
        height: 500px;
    }
    .banner-text-area {
        height: 500px;
    }
    .banner-text-area h3{
        font-size: 25px;
    }
    .banner-text-area h5{
        font-size: 15px;
    }
}
@media (min-width: 576px) and (max-width: 991px){
    .video-text-area {
        height: 400px;
    }
    .banner-button-text {
        font-size: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .banner-text-area {
        height: 250px;
    }
    .video-text-area {
        height: 300px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .banner-text-area {
        height: 380px;
    }
    .video-text-area {
        height: 400px;
    }
}
@media (min-width: 992px){
    .header .header_navigation .navbar ul.navbar-nav li.dropdown:hover .dropdown-menu{
        display: block !important;
    }
    .header .header_navigation .dropdown-toggle::after{
        content: none;
    }
    .dropdown-menu li {
        width: 100%;
    }
    .header .header_navigation .navbar ul.navbar-nav li.dropdown .dropdown-menu{
        top: 28px; /*95%;*/
        background: #95c11f;
        text-align: center;
        margin-top: 22px;
        border: 0;
        padding: 30px 20px 20px;
        border-radius: 0px 0px 20px 20px;
    }
    .header .header_navigation .navbar ul.navbar-nav li.dropdown .dropdown-menu:before {
        content: '\f0d8';
        font-family: 'FontAwesome';
        position: absolute;
        top: -11px;
        font-size: 22px;
        left: 50%;
        line-height: 13px;
        color: #fff;
    }
    .header .header_navigation .navbar ul.navbar-nav li.dropdown .dropdown-menu li {
        padding: 5px 0;
    }
    .header .header_navigation .navbar .navbar-collapse {
        display: block !important;
    }
}

@media (min-width: 576px){
    .top-nav {
        bottom: 0;
        right: 0;
        position: absolute;
    }
}
@media (max-width: 400px){
    .contact-page h4 {
        font-size: 15px;
    }
}

/* New Menu */
/* Customizable styles */
.pure-css-nav > nav ul li a         {color:#2a363b;}

.pure-css-nav > nav > ul > li           {margin-right:1px;}

/* Level 1 */
.pure-css-nav > nav ul li               {/*background-color:rgba(0, 0, 0, 0.05);*/}
.pure-css-nav > nav ul li a         {font-size:14px; /*line-height:50px;*/ padding:13px 14px;}
.dropdown { padding: 30px 120px 20px 0px !important; text-align: left; font-size: 20px !important; }
/*.dropdown li { text-align: center !important; }*/
/* Level 2 and beyond */
.pure-css-nav > nav ul ul               {background-color:#95c11f;}
.pure-css-nav > nav ul ul li a          {font-size:1.3rem; /*line-height:35px;*/ padding:8px 20px; color: #2a363b;}

/* Hover colors */
.pure-css-nav > nav ul li:hover,
.pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2),
/*.pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2) {background-color:#A7E66E;}*/

/* Font icon arrow colors */
.pure-css-nav > nav > ul > li > a:first-child:nth-last-child(2):after {color:rgba(0, 0, 0, 0.30);}
.pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2):after {color:rgba(0, 0, 0, 0.60);}
.pure-css-nav > nav ul li li > a:first-child:nth-last-child(2):after {color:rgba(0, 0, 0, 0.30);}
.pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2):after {color:rgba(0, 0, 0, 0.60);}

/* Mobile Navigation overlay */
.pure-css-nav.mobile-nav input:checked + label + nav {background-color:rgba(255, 255, 255, 0.9);}
/*.mobile{padding-top: 20px;}*/
/* //////////////////////////
CORE STYLES BELOW - NO TOUCHY
////////////////////////// */
.pure-css-nav > nav {width:100%;}

.pure-css-nav > nav ul,
.pure-css-nav > nav li                  {margin:0; padding:0; list-style:none;}
.pure-css-nav > nav li:hover            {cursor:pointer;}
.pure-css-nav > nav a                   {text-decoration:none;}

/* Level 1 */
.pure-css-nav > nav ul                  {display:flex; flex-wrap:wrap;}
.pure-css-nav > nav ul li               {overflow:hidden; white-space:nowrap; text-align:left;}
.pure-css-nav > nav ul li:hover         {overflow:visible; z-index: 999999;}
.pure-css-nav > nav ul > li             {position:relative;}
.pure-css-nav > nav ul li a             {display:block; height:100%;}

/* Level 2 */
.pure-css-nav > nav ul ul               {visibility:hidden; opacity:0; position:absolute; z-index:99999; display:block;}
.pure-css-nav > nav ul li:hover > ul    {visibility:visible; opacity:1;}

/* Level 3 */
.pure-css-nav > nav ul ul ul            {top:0; left:100%;}
.pure-css-nav > nav ul ul ul            {margin-top:5px;}

/* ---------- */

/* Transitions */
.pure-css-nav > nav ul,
.pure-css-nav > nav ul li,
.pure-css-nav > nav ul li a,
.pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {transition:all 200ms linear;}

.pure-css-nav.mobile-nav                {transition:all 0.5s linear;}
/* ---------- */

/* Arrow styles */
.pure-css-nav > nav ul li a {
    align-items:center; 
    font-size: 1.45em;
    padding: 0 20px 20px;
    color: #2a363b;
    min-height: 54px;
    text-transform: capitalize;
    font-family: 'AcherusGrotesque Medium';
}
/*.pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
    content:'';
    display:inline-block;
    width:10px;
    height:5px;
    margin-left:10px;
    opacity:0.50;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:10px 5px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath opacity='.5' d='M1 1v1h1v1h1v1h1v1h2V4h1V3h1V2h1V1h1V0H0v1z'/%3E%3Cpath d='M2 1v1h1v1h1v1h2V3h1V2h1V1h1V0H1v1z'/%3E%3C/svg%3E");
}*/
.pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before,
.pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {content:'';}
.pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before {order:1; margin-left:10px;}
.pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {order:2; margin-left:auto;}

/* ---------- */

/* FontAwesome Icon arrow support */
.pure-css-nav.nav-font-icons ul li a:first-child:nth-last-child(2):after {
    content:'\f078'; /* arrow: down */
    font-family:'FontAwesome';
    opacity:1;
    width:auto;
    height:auto;
    background:none;
}
.pure-css-nav.nav-font-icons ul ul li > a:first-child:nth-last-child(2):after {content:'\f054';} /* arrow: right */

/* ---------- */

/* Justify Navigation (first level equal widths) */
.pure-css-nav.nav-justified > nav > ul {width:100%;}
.pure-css-nav.nav-justified > nav > ul > li {flex:1 1 auto;}
.pure-css-nav.nav-justified > nav > ul > li > a {justify-content:center;}

/* ---------- */

/* Vertical Navigation */
.pure-css-nav.nav-vertical nav > ul {display:block; width:200px;}
.pure-css-nav.nav-vertical nav > ul li a:first-child:nth-last-child(2):after {margin-left:auto;}
.pure-css-nav.nav-vertical nav > ul ul {left:100%; top:0; margin-top:5px;}
.pure-css-nav.nav-vertical nav > ul > li    {margin-bottom:1px;}

/* ---------- */

/* Mobile Navigation */
.pure-css-nav.mobile-nav input {display:none;}
.pure-css-nav.mobile-nav input + label {margin-bottom:0; z-index:999;}
.pure-css-nav.mobile-nav input + label + nav > ul > li {margin-right:1px;}
.pure-css-nav.mobile-nav input:checked + label {position:absolute; top:8px; right:10px;}
.pure-css-nav.mobile-nav input:checked + label i:before {content:'\f00d';}

/* ---------- */

/* Responsive Breakpoints - down */
.mobileview{display: none;}

/* Extra Small (xs) and down */
@media (max-width:575px) {}

/* Small (sm) and down */
@media (max-width:767px) {
    .header_navigation .navbar {
        padding: 10px !important;
    }
    .mobile ul {
        background-color: #95c11f;
        color: #2a363b;
    }
    .mobile a {
        background-color: #95c11f;
        color: #2a363b !important;
    }
    .mobile li{
        width: 100%;
        border-bottom: solid 1px #2a363b;
    }
    .pure-css-nav > nav ul ul {
        width: 100%;
    }
    .mobile-dropdwon a{
        background-color: #1d71b8;
    }
    .logo-image {
        max-width: 350px;
        margin-top: 15px;
    }

}
/* Large (lg) and down */
@media (max-width:1199px) {
    .pure-css-nav > nav ul li a {
        font-size: 1.3rem;
        padding: 0 10px 20px;
    }
}

@media (max-width:991px) {
    .pure-css-nav > nav ul li a {
        font-size: 1.1rem !important;
        padding: 0 6px 20px !important;
    }
}

/* Medium (md) and down */
@media (max-width:767px) {
    .desktopview{display: none;}
    .mobileview{display: block;}
    .pure-css-nav > nav ul li a {
        padding: 13px 14px !important;
    }
    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
    content:'';
    display:inline-block;
    width:10px;
    height:5px;
    margin-left:10px;
    opacity:0.50;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:10px 5px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath opacity='.5' d='M1 1v1h1v1h1v1h1v1h2V4h1V3h1V2h1V1h1V0H0v1z'/%3E%3Cpath d='M2 1v1h1v1h1v1h2V3h1V2h1V1h1V0H1v1z'/%3E%3C/svg%3E");
    }
}


/* ---------- */

/* Responsive Breakpoints - up */

/* Small (sm) and up */
@media (min-width:576px) {}

/* Medium (md) and up */
@media (min-width:768px) {}

/* Large (lg) and up */
@media (min-width:992px) {
    .pure-css-nav.mobile-nav input:not(:checked),
    .pure-css-nav.mobile-nav input:not(:checked) + label {display:none;}
}

/* Extra Large (xl) and up */
@media (min-width:1200px) {}

.pure-css-nav a:not([href]),
.pure-css-nav a[href='']:hover,
.pure-css-nav a[href='#']:hover,
.pure-css-nav a[href='']:active,
.pure-css-nav a[href='#']:active {pointer-events:none;}

.slick-prev:before, .slick-next:before {
    color: black !important;
}