/*
Theme Name: Actserv
Author: Godson Thomas
Author URI: https://github.com/john-karanja 
Description: The official theme for acterv
Version: 1.0
*/
body, a {
    color: #023f1c;
    line-height: 1.95;
 }
 
 img {
    max-width: 100%;
 }
 
 /**********************
 Typography
 ***********************/
 h1,h2,h3,h4,h5,h6, .insights-sec h1 a {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
 }
 p, a, li {
    font-weight: 400;
 }
 p, a, button, h2, h3, .core-values h1, .our-clients h1, .services h1, li, .full-article-header h1 span ,
 .edit-profile-heading, p.forgot-password, form label{
    font-family: 'Montserrat', sans-serif;
 }
 h2, h3, .services h1, .core-values h1, .our-clients h1 {
    font-weight: 700;
 }
 .services h1, .slider-wrapper header h1{
    font-size: 2.7em;
 }
 .slider-wrapper header h1 + p {
    margin: 30px 0;
 }
 .slider-wrapper .insights-sec h1 {
    margin: 15px 0;
 }
 .hero h1, .full-article-header h1 {
    font-size: 4.2em;
    margin-bottom: 3%;
 }
 .full-article-header h1 {
    font-size: 3.5em;
 }
 .hero.insights-hero h1 {
    margin-bottom: 1.5%;
 }
 .insights-sec h1 a{
    color: #fff;
    line-height: 1.3;
 }
 .hero header, .career-content{
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
 }
 .slider-wrapper  {
    color: #fff;
    height: 100%;
 }
 .slider-wrapper header p:nth-child(1)::before{
    content: "";
    position: absolute;
    top: -6;
    left: 0;
    width: 35px;
    height: 3.5px;
    background-color: #F7941E;
 }
 .hero header h1::before, .contacts-hero h1::before, .services-hero h1::before, 
 .careers .career-content h1::before, .articles-page-heading h1::before{
    content: " ";
    position: absolute;
    border-top: 4px solid #F7941E;
    width: 40px;
    margin-top: -5px;
 }
 .hero header p, .career-content p, .slider-wrapper p{
    font-size: 1.15em;
 }
 
 .slider-wrapper header p:nth-child(1){
    position: relative;
    margin-bottom: 0px;
    font-size: 0.75em;
    color: rgba(255,255,255, 0.95);
 }
 .latest-content h3 {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 5.2%;
 }
 .report-cards h2 {
    font-size: 1.23em;
    margin-bottom: 7%;
    margin-left: 1%;
 }
 .rp-card h3 {
    font-size: 1.1em;
    font-weight: 600;
 }
 .ms-card h3, .cv-card h3 {
    margin-top: 10%;
 }
 .ms-card p.cv-card p, .rp-card p {
    font-size: 0.9em;
    margin-top: 10px;
 }
 .rp-card p:nth-child(1) {
    font-size: 0.8em;
    opacity: .68;
 }
 .core-values h1, .our-clients h1 {
    text-align: center;
    margin-bottom: 8%;
 }
 .services h1 {
    margin-left: 2.57%;
 }
 .contact-container h1{
    text-align: left;
 }
 .contact-box p {
    margin: 6px 0;
    font-size: 0.88em;
    margin-left: 20px;
    font-weight: 500;
    
 }
 .services-nav a {
    font-size: 0.8em; 
 }
 .services-list li {
    font-size: 0.9em;
    font-weight: 600;
    margin: 20px 0;
 }
 .services-content p span {
    font-weight: 700;
 }
 ul, .articles-page-heading a {
    list-style: none;
    padding-left: 0;
 }
 footer .page-links li a, footer .footer-contacts li  {
    padding-left: 0;
 }
 .services-list ul li::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #F7941E;
    margin-right: 8px;
 }
 .rp-card-content {
    margin: 10% 0;
 }
 .cv-card-content p {
    font-size: 0.9em
 }
 footer h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 600;
 }
 footer li a{
    font-size: 0.85em;
    color: rgba(2,63,28,0.92);
 }
 footer .footer-img p {
    font-size: 0.77em;
    margin-top: 10%;
    color: rgba(2,63,28,0.9);
    width: 75%;
 }
 .nav-categories {
    font-size: 00.875em;
 }
 a.back-link img {
    margin-right: 2px;
    margin-top: -2px;
 }
 a.back-link {
    color: #023f1c;
 }
 a.back-link:hover, .report-cards h2:hover, .rp-card h3:hover, .nav-categories-links a:hover  {
    color: #F7941E;
    text-decoration: underline;
 }
 .articles-page-card .back-link {
    margin: 20px 0;
 }
 /**********************
 Navbar
 ***********************/
 .navbar {
    height: 80px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
 }
 .navbar.fixed-top {
    background-color: rgba(0, 0, 0, 0.1);
 }
 .other-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
 }
 .navbar img, .footer-img img {
    width: 155px;
 }
 .navbar-collapse {
    justify-content: flex-end;
 }
 .navbar-nav a {
    font-weight: 500;
    font-size: 0.9em;
    margin-left: 10px;
    margin-right: 10px;
    color: #023f1c;
 }
 .navbar.fixed-top a {
    color: #fff;
 }
 .navbar-nav a.active {
    border-bottom: 3px solid #F7941E;
    padding-bottom: 0;
 }
 .navbar a{
    padding-bottom: 0;
    transition: all .100ms ease;
 }
 .navbar a:hover {
    border-bottom: 3px solid #F7941E;
    color: #F7941E;
    text-decoration: none;
 }
 footer li a:hover {
    color: #F7941E;
 }
 .navbar.fixed-top a.active:hover {
    color: #fff;
 }
 .navbar.other-nav a.active:hover {
   color: #023f1c;
 }
 .navbar .navbar-brand:hover {
    border-bottom: none;
 }
 .insight-tabs .nav-pills li #categories::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-left: 0.625rem solid #F7941E;
    margin-left: 12px;
 }
 .insight-tabs .nav-pills .nav-link.active, .career-forms .nav-tabs .nav-link.active,
 .services-nav .nav-link.active{
    background-color: transparent;
    color: #023F1C;
    font-weight: 600;
 }
 .nav-pills li #categories {
    font-weight: 600;
 }
 .insight-tabs .nav-pills {
    margin-top: 2%;
 }
 .insight-tabs .nav-pills::after {
    content: "";
    width: 100%;
    border-bottom: 1.5px solid #F7941E;
 }
 .services-nav {
    background-color: #fdfdfd;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
    border-radius: 1px;
    padding: 15px 0;
    z-index: 999;
    display: flex;
    align-items: center;
    margin-bottom: 2%;
    
 }
 /* .services-nav .nav-link.active {
   content: "";
    background-color: #F7941E;
    border-left: 6px solid #F7941E;
    border-radius: 3px;
    
 } */
 /* .services-nav .nav-link.active {
    background-color: #f3f8f5;
 } */
 .social-media-icons li {
    display: inline-block;
    margin: 5px 3px;
 }
 .social-media-icons li a {
    background-color: #FFA439;
    padding: 9px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
 }
 .social-media-icons img {
    width: 17px;
 }
 .social-media-icons li a:hover {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    transform: translateY(-3px);
 }
 nav.nav-categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }
 .full-article-header nav, .full-article-content .container  {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
 }
 .nav-categories-links ul {
    display: flex;
    flex-wrap: wrap;
 }
 .nav-categories-links li {
    margin: 0 8px;
 }
 /**********************
 Cards
 ***********************/
 
 .cv-card {
    background-color: #fff;
    z-index: 999;
    text-align: center;
    width: 68%;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
    border-bottom-left-radius: 80px;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.05); 
 }
 .clients-card {
    display: flex;
    justify-content: center;    
 }
 .cv-card-content {
    padding: 7.1% 30px;
 }
 .cv-card-img-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFA439;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    width: 100%;
    padding: 20% 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    top: 0;
 }
 .ms-card img, img.contact-img-angle {
    position: relative;
    top: 20px;
    left: -1px;
    max-height: 60px;
 }
 img.contact-img-angle {
    max-height: 40px;
    top: -12px;
 }
 .latest-report .col-sm-12 {
    display: flex;
    flex-direction: row-reverse;
 }
 .latest-content, .latest-image {
    max-width: 100%;
    max-height: 80%;
    overflow: hidden;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.05);
 }
 .latest-content, .card {
    padding: 40px;
    border: none;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.04);
 }
 .rp-card {
   padding: 10px;
   background-color: #fff;
   border-radius: 4px;
   box-shadow: 5px 5px 10px rgba(0,0,0,0.03);
   max-height: 100%;
 }
 .rp-card-content {
    padding-left: 10px;
    padding-right: 10px
 }
 .latest-content img {
    max-width: 20%;
    position: absolute;
    bottom: 0;
    left: 0;   
 }
 section.services-hero header img {
    width: auto;
    height: auto;
    position: relative;
    top: 60px;
    bottom: 0;
    right: 40px;
    border-bottom-left-radius: 20px;
 }
 .contact-container .contacts-angle-img{
    max-width: 20%;
    position: relative;
    top: 40px;
    left: -9.7%; 
 }
 .contact-box {
    display: flex;
    flex-direction: row;
    margin: 28px 0;
 }
 .contact-container {
    height: auto;
    background-color: #fff;
    padding: 50px 50px 80px;   
    
 }
 .contact-container, .map iframe {
    width: 90%;
    margin: auto;
    z-index: 999;
    border-radius: 15px;
    border-bottom-left-radius: 125px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.08);
 }
 .map iframe {
    height: 100%;
    width: 100%
 }
 .map .col-md-6:nth-child(2) {
    display: flex;
    align-items: center;
 }
 .services .services-content-block {
    background-color: #fff;
    padding: 40px;
    margin: 30px 20px;
    margin-bottom: 3%;
    border-radius: 25px;
 }
 .services-content .services-header, .services-content .services-list  {
    width: 95%;
 }
 .services-content .col-lg-7  {
    padding: 10px 50px;
 }
 
 /**********************
 Images 
 ***********************/
 .numbers {
    max-width: 95%;
    margin: auto;
 }
 .clients-card img {
    max-width: 170px;
    max-height: 110px;
 }
 .cv-card img {
    width: 80px;
    height: 80px
 }
 .left-fixed-angle {
    position: relative;
    bottom: 0;
    left: 0;
 }
 .report-card-image {
    max-width: 100%;
    max-height: 250px;
 }
 .services-img img {
    height: 300px;
 }
 .services-image img {
    background-color: #fff;
    padding: 10px;
 }
 .report-card-image img {
    height: auto;
    max-width: 100%;
    border-radius: 4px;
 }
 .contact-box img  {
    max-width: 25px;
    align-self: center;
 }
 .contact-box .baseline {
    display: flex;
    align-self: flex-start;
    position: relative;
    top: 10px;
 }
 .services-content-block img {
    border-radius: 7px;
    height: auto;
 }
 .navbar-toggler-icon {
    background-image: url(../images/svg/logo/ic_menu_24px.svg);
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
 }
 .navbar.fixed-top .navbar-toggler-icon {
    background-image: url(../images/svg/logo/ic_menu_24px-white.svg);
 }
 a.btn img, .career-forms button img, .submit-btn img {
    width: 13.3px;
    margin-left: 10px;
 }
 .full-article-header img:nth-child(2) {
    width: 100%;
    margin: 5% auto;
    min-height: 400px;
    border-radius: 4px;
 }
 
 /**********************
 Color
 ***********************/
 .core-values, .careers-body, .report-cards, .services, .map,
 .articles-page-heading, .articles-page-card, .profile-edit, 
 section.sign-in-form-page{
    background-color: #F3F8F5;
 }
 .our-clients, section.footer, .full-article-content, .full-article-header {
    background-color: #fff;
 }
 /**********************
 Slider / Hero
 ***********************/
 .fp-tableCell {
    display: flex;
    align-items: center;
    height: auto;
 }
 .section ,.hero {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px
 }
 section.contacts-hero, .careers, section.services-hero, section.careers, section.about-hero, .insights-hero {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    z-index: 0;
 }
 .insights-sec  {
    background-image: linear-gradient(to right, rgba(1, 38, 17,.6), rgba(1, 38, 17, 0.4)), url(../images/actserv-office/office-8.jpg);
    background-position: 30% 80%;
 }
 .services-sec {
    background-image: linear-gradient(to right, rgba(1, 38, 17,.7), rgba(1, 38, 17, 0.4)), url(../images/actserv-office/14.jpg);
 }
 .about-sec  {
    background-image: linear-gradient(to right, rgba(1, 38, 17,.65), rgba(1, 38, 17, 0.45)), url(../images/actserv-office/comp-1.jpg);
 }
 section.insights-hero {
    background-position: 50% 40%;
    background-image: linear-gradient(to right, rgba(1, 38, 17,.78), rgba(1, 38, 17, 0.62)), url(../images/compressed/nairobi-city-hero-1.jpg);  
    min-height: 500px;
 }
 section.about-hero   {
   background-image: linear-gradient(to right, rgba(1, 38, 17,.7), rgba(1, 38, 17, 0.4)), url(../images/actserv-office/office-5.jpg);
    background-position: 100% 30%;
 }
 section.services-hero    {
    background-image: linear-gradient(to right, rgba(1, 38, 17,.88), rgba(1, 38, 17, 0.45)), url(../images/actserv-office/office-14.jpg);
    background-position: 50% 50%;
 }
 section.careers {
    background-image: linear-gradient(to right, rgba(1, 38, 17,.4), rgba(1, 38, 17, 0.3)), url(../images/services/general.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    min-height: 720px;
 }
 .contacts-hero  {
   background-image: linear-gradient(to right, rgba(1, 38, 17,.6), rgba(1, 38, 17, 0.4)), url(../images/actserv-office/office-2.jpg);
    background-position: center center;
    min-height: 500px;
 }
 /* .slider-wrapper header {
    position: relative;
    left: 10%;
    width: 80%;
    overflow-wrap: break-word;
    top: 15%;
    bottom: 0%;
 } */
 .slider-wrapper header p:nth-child(2) {
    margin: 40px 0;
 }
 .slider-wrapper header button.btn {
    margin-top: 30px;
 }
 #fp-nav ul li a span {
    background-color: #fff;
 }
 #fp-nav span {
    background: #fff !important;
 }
 .clients-home .row {
    margin-bottom: 20px;
 }
 .insights-hero, .contacts-hero   {
    color: #fff;
 }
 .services-hero header, .about-hero header {
    margin: 5% 0;
    color: #fff;
    width: 70%;
 }
 .careers .col-md-6:nth-child(1) {
    display: flex;
    align-items: center;
    color: #fff;
 }
 /**********************
 Buttons
 ***********************/
 a.btn, .career-forms button, form#EditDetailsForm .submit-btn, .sign-in-form-card .btn,
 .reset-password-form .btn{
    min-width: 30%;
    background-color: #F7941E;
    padding: 12px 40px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9em;
    color: #023F1C;
    transition: all 200ms ease-out;
 }
 .slider-wrapper .btn {
    border-radius: 40px;
 }
 a.btn:hover, .career-forms button:hover, form#EditDetailsForm .submit-btn:hover, 
 .sign-in-form-card .btn:hover, .reset-password-form .btn:hover{
    box-shadow: 0px 10px 6px rgba(0,0,0,0.15);
    transform: translate(0,-5px);
    text-decoration: underline;
 }
 .career-forms button.btn, .sign-in-form-card .btn, .reset-password-form .btn {
    min-width: 100%;
 }
 form#EditDetailsForm .btn.add, form#EditDetailsForm .btn.cancel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 form#EditDetailsForm .btn.add{
    background-color: #023f1c;
    color: #fff;
 }
 form#EditDetailsForm .btn.cancel{
    background-color: #fff;
    border: 3px solid  #023f1c;
 }
 
 /**********************
 Spacing
 ***********************/
 .full-article-header header, .full-article-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .full-article-content .full-article-content{
    width: 70%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 1.03em;
 }
 .full-article-content p {
    font-size: 1.03em;
    color: #000e06;
 }
 .full-article-header h1, .full-article-header p {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
 }
 .full-article-header p {
    width: 65%;
    margin: auto;
 }
 .full-article-header span, .full-article-header h1, .full-article-header p {
    text-align: center;
 }
 .full-article-header span {
    display: block;
    font-size: small;
    font-size: 1em;
    opacity: .68;
    margin-bottom: 10px;
 }
 .full-article-header h1 + p {
    font-size: 1.07em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000e06;
 }
 .articles-page-heading .nav-categories {
    margin-top: 0;
 }
 .articles-page-heading nav + hr {
    margin-top: -5px;
 }
 .articles-page-heading h1 {
    margin: 80px 0 40px;
    display: inline-block;
 }
 .articles-page-heading, .full-article-header {
    padding-top: 100px;
 }
 .report-cards {
    padding-bottom: 10%;
 }
 .articles-page-card {
    padding: 0% 0 8% 0;
 }
 section.footer {
    padding: 70px 0 0 0;
 }
 .articles-page-card .col-md-6, .articles-page-card .col-lg-4 {
    margin: 2% 0;
 }
 .report-cards div.rp-paragraph{
    padding: 7% 0;
    
 }
 .rp-paragraph p {
    font-weight: 500;
    font-size: 1.1em;
 }
 .report-cards .row:nth-child(2) {
    margin-bottom: 90px;
 }
 .map .col-lg-6 {
    z-index: 999;
    padding: 4% 0;
 }
 .ms {
    padding: 5% 0;
    background-color: #F4F8F3;
 }
 .ms .row {
    margin-top: -13%;
 }
 .ms-card {
    padding: 50px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
    background-color: #fff;
    height: 100%;
    
 }
 .cv-card, .ms-card, .clients-card img, .services-content-block, .rp-card, .contact-container, .map-container {
    transition: all 200ms ease;
 }
 .ms-card:hover, .cv-card:hover, .services-content-block:hover, .rp-card:hover, 
 .contact-container:hover, .map-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.1);
 }
 .clients-card img:hover {
    transform: scale(1.35);
 }
 .ms-card-content {
    width: 95%;
    margin: auto;
 }
 
 .core-values  {
    padding-top: 5%;
    padding-bottom: 1%;
 }
 .our-clients {
    padding: 5% 0 01% 0;
 }
 .core-values .row, .our-clients .row {
    margin: 4.9% 0;
    display: flex;
    align-items: center;
 }
 ul.contact-details {
    display: flex;
    flex-direction: column;
    align-items: baseline;
 }
 .latest-report{
    padding: 50px 0 0px 0;
 }
 .contacts-body {
    padding-bottom: 50px;
 }
 .services {
    padding: 80px 0;
 }
 .contacts-hero .col-sm-7 {
    display: flex;
    align-items: center;
    color: #fff;
 }
 /**********************
 Forms
 ***********************/
 .career-forms {
    border-radius: 40px;
    width: 90%;
    margin: auto;
    margin-top: 90px;
    z-index: 999;
 }
 .career-forms .form-group, .sign-in-form-card .form-group, .reset-password-form .form-group{
    margin: 25px 0;
 }
 .career-forms .form-check-input {
    margin-top: 9px;
 }
 form label {
    font-size: 0.75em;
    font-weight: 600;
    color: #333333;
 }
 
 form input.form-control {
    padding: 20px;
    font: inherit;
    outline: none;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    font-size: 0.9em;
    color: #7a7a7a;
    border-radius: 3px;
    width: 100%;
 }
 form input.form-control:focus {
    border: 2px solid #047032;
    box-shadow: none;
    border-radius: 3px;
 }
 .career-forms .form-check-label  {
    color: #333;
 }
 .career-forms .tab-content, .sign-in-form-card {
    background-color: #fff;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    z-index: 999;
    box-shadow: 0 0px 30px rgba(0,0,0,0.1);
    padding: 50px;
 }
 .career-forms .nav-tabs .nav-link {
    border: none;
 }
 .careers .nav-tabs li.nav-item  {
    width: 50%;
    background-color: #e3eee7;
 }
 .career-forms ul li:nth-child(1) {
    border-top-left-radius: 13px;
 }
 .career-forms ul li:nth-child(2) {
    border-top-right-radius: 13px;
 }
 .careers .nav-tabs .nav-item .active {
    background-color: #fff;
    border: none;
 }
 .careers .nav-tabs a.nav-link {
    text-align: center;
 }
 .careers .tab-content h3, .sign-in-form-card h3, h1.edit-profile-heading,
 .reset-password-form h3{
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 40px;
 }
 .profile-edit-card fieldset {
    margin: 70px 0;
 }
 .profile-edit-card fieldset, h1.edit-profile-heading{
    border-bottom: 1px solid #012611;
    padding-bottom: 50px;
 }
 .profile-edit-card form .form-group {
    margin-bottom: 40px;
 }
 .fieldset-heading {
    font-size: 1.2em;
    font-weight: 600;
 }
 p.help-form-text {
    font-size: 0.78em;
 }
 .sign-in-form {
    padding: 5% 0;
    margin: 40px 0;
 }
 .sign-in-form-card, .profile-edit-card, .reset-password-card {
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
    border-top: 6px solid #F7941E;
 }
 .profile-edit-card {
    max-width: 100%;
    margin: 130px 0 100px;
 }
 .sign-in-form-card, .reset-password-card {
    margin-top: 50px;
 }
 p.forgot-password {
    font-size: 0.9em;
    margin-top: -15px;
    margin-bottom: 30px;
 }
 p.forgot-password a {
    font-size: 0.95em;
    font-weight: 600;
 }
 p.forgot-password a:hover {
    color: #023f1c;
 }
 /**********************
 Media Queries
 ***********************/
 @media only screen and (max-width: 1200px) {
        .cv-card {
        width: 75%;
    }
 }
 @media only screen and (max-width: 992px) {
  .section.services-sec .numbers img {
    display: none;
  }
    .slider-wrapper header h1, .services h1{
    font-size: 2.3em;
    }
    .about-hero-paragaraphs {
        flex-direction: column;
    }
    .services h1 {
        margin-left: 3%;
    }
    .slider-wrapper header p, .full-article-header p{
        font-size: 1em;
    }
    .cv-card {
        width: 96%;
    }
    .core-values h3, .ms-card h3 {
        font-size: 1.5em;
    }
    .cv-card-content p, .ms-card p {
        font-size: 0.89em;
    }
    .hero header h1, .career-content h1 {
        font-size: 3.3em;
    }
    .hero header p, .career-content p, .slider-wrapper p {
        font-size: 1.1em;
    }
    .career-forms {
        width: 100%;
        margin-left: 10%;
    }
    .services-content-block img {
        width: 100%;
        margin:0 auto;
    }
    .services-content .col-md-12  {
    padding: 10px 30px;
    }
    .services-hero header {
        width: 80%;
    }
    .hero header h1, .career-content h1, .full-article-header h1 {
        font-size: 2.8em;
    }
    .contact-container, .map .map-container {
        width: 90%;
        margin: auto;
    }
    .map .map-container iframe {
        height: 550px;
    }
    .report-cards .row:nth-child(1) .col-md-6:nth-child(3) {
        margin-top: 7%;
    }
    .report-cards .row .col-md-6:nth-child(3) {
        margin-top: 50px
    }
    .full-article-content .full-article-content {
       width: 100%;
       
    }
    .full-article-content p {
       font-size: 1em;
    }
    .career-forms .tab-content {
       padding-left: 15px;
       padding-right: 15px;
    }
 }
 @media only screen and (max-width: 768px) {
    .hero header p, .career-content p, .slider-wrapper p {
        font-size: 1em;
    }
    .ms .col-sm-12:nth-child(1){
        margin-bottom: 7%;
    }
    .cv-card {
        width: 80%;
    }
    .core-values .cv-card {
        margin-bottom: 20px;
    }
    .our-clients .col-sm-6  {
        margin: 7% 0;
    }
    .career-forms {
        margin: 50px 0;
    }
    .services .services-content-block {
        padding: 20px 0;
        margin: 30px 10px;
    }
    .services-content-block img {
        width: 100%;
        margin:0 auto;
    }
    .hero header {
        width: 100%;
        padding: 10% 10px;
    }
    .career-content {
        margin-top: 40%;
    }
    .services-header h3 {
        font-size: 1.7em;
        margin-top: 2%;
    }
    .services-content .services-header, .services-content .services-list  {
        width: 100%;
    }
    .map-container {
        height: 500px;
    }
    .map-container iframe {
        height: 100%;
    }
    .report-cards .rp-card {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .report-cards .row:nth-child(1) .col-md-6:nth-child(3) {
        margin-top: 0%;
    }
    .report-cards .rp-card {
        margin-bottom: 10%;
    }
    .report-cards .row:nth-child(2) {
        margin-top: -10%;
    }
    .report-cards h2 {
        display: flex;
        justify-content: center;
    }
    .report-cards div.rp-paragraph{
        margin-bottom: 10%;
        padding: 20px;
    }
    .report-cards .row .col-md-6:nth-child(3) {
        margin-top: 20px
    }
    footer .footer-img p {
       margin: 5% 0;
    }
    .full-article-content p {
       font-size: 0.97em;
    }
    .full-article-header img:nth-child(2) {
    width: 100%;
    min-height: auto;
    }
    .full-article-header h1 {
       font-size: 2.3em;
       width: 100%;
    }
    .articles-page-heading, .full-article-header {
    padding-top: 100px;
    }
    .profile-edit-card {
       padding: 20px;
    }
    .profile-edit-card fieldset {
       margin: 20px 0;
       padding-bottom: 30px;
    }
    .profile-edit-card h3.fieldset-heading {
       margin-bottom: 30px;
       margin-top: 20px;
    }
    .sign-in-form-card, .reset-password-card {
       width: 93%;
    }
 }
 @media only screen and (max-width: 767px) {
    .navbar-collapse.show {
        background-color: #f3f8f5;
        border-radius: 7px;
       display: flex;
       justify-content: center;
       padding: 30px 0;
       box-shadow: 0 0 5px rgba(0,0,0,0.3);
       margin-top: 10px
    }
    .navbar.fixed-top a {
       color: #023f1c;
    }
    .navbar.fixed-top a.active:hover {
       color: #023f1c;
    }
    .navbar-collapse li {
        padding: 10px 0;
    }
    .nav-categories-links {
       margin: 25px 0;
    }
 }
 @media only screen and (max-width: 576px) {
    .btn-row .col-12 {
       margin-bottom: 20px
    }
 }
 @media only screen and (max-width: 500px) {
  .slider-wrapper header h1{
    font-size: 2em;
    }
    .hero header {
        padding: 30% 10px;
    }
    .career-content {
        margin-top: 50%;
    }
    .cv-card {
        width: 100%;
    }
    .services-header h3 {
        font-size: 1.3em;
        margin-top: 2%;
    }
    .services-header p {
       font-size: 0.95em;
    }
    .contact-box img.baseline {
        width: 70px;
    }
    .full-article-header h1 {
       font-size: 2em;
    }
    .full-article-content p {
       font-size: 0.92em;
    }
    .nav-categories-links li {
       margin-bottom: 15px;
    }
    .career-forms .tab-content {
       padding-left: 5px;
       padding-right: 5px;
    }
    .sign-in-form-card, .reset-password-card {
       padding-left: 20px;
       padding-right: 20px
    }
 }
 
 