/*

Theme Name: Child of African Response
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 5.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */
/*------------------------------------------------------------------
[Accordion]
-------------------------------------------------------------------*/
.accordion {
  margin-bottom: 2rem; }
  .accordion__heading {
    border: 1px solid #dcddde;
    padding: 1rem;
    font-size: 1.5rem;
    position: relative;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer; }
    @media (max-width: 450px) {
      .accordion__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .accordion__heading::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 4rem;
      height: 100%;
      background-image: url(i/accordian+.png);
      background-position: center;
      background-repeat: no-repeat; }
  .accordion__content {
    background-color: #ffffff;
    display: none; }
  .accordion__inner-content {
    padding: 0 1rem; }
    @media (max-width: 450px) {
      .accordion__inner-content {
        padding: 0 1rem; } }

.accordion-active::after {
  background-image: url(i/accordian-.png); }

.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 1rem; }
  .read-more a {
    color: #a72825;
    text-decoration: none; }
    .read-more a:hover {
      color: #f5f5f5; }
  .read-more::after {
    display: inline-block;
    content: url(i/red-right-arrow.png);
    width: 11px;
    height: 17px;
    padding-left: 1rem; }

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

/* Scss Document */
#site-navigation ul li a {
  color: #111f29;
  text-transform: uppercase;
  padding: 15px 20px; }
  @media (max-width: 1024px) {
    #site-navigation ul li a {
      padding: 15px 10px; } }

#site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current-menu-ancestor > a {
  background: #7c9c2d;
  color: #ffffff;
  padding: 15px 20px; }
  @media (max-width: 1024px) {
    #site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_item > a, #site-navigation ul li.current_page_ancestor > a, #site-navigation ul li.current-menu-ancestor > a {
      padding: 15px 10px; } }

/* Scss Document */
/* Scss Document */
.welcome {
  background: #f5f5f5;
  padding: 4rem 0 2rem; }
  .welcome h1 {
    font-size: 5rem;
    font-weight: normal;
    line-height: 6rem;
    margin-bottom: 1rem;
    color: #ffffff;
    -webkit-animation-name: moveInRight;
            animation-name: moveInRight;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
    @media (max-width: 1024px) {
      .welcome h1 {
        font-size: 4rem;
        line-height: 4rem; } }

.services {
  background: #7c9c2d;
  padding: 4rem 0 2rem; }
  .services .section-title {
    color: #ffffff; }
    .services .section-title::after {
      background: #ffffff none repeat scroll 0 0; }
  .services h1 {
    font-size: 5rem;
    font-weight: normal;
    line-height: 6rem;
    margin-bottom: 1rem;
    color: #ffffff;
    -webkit-animation-name: moveInRight;
            animation-name: moveInRight;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
    @media (max-width: 1024px) {
      .services h1 {
        font-size: 4rem;
        line-height: 4rem; } }

.service-items {
  background: #ffffff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 590px; }
  @media (max-width: 768px) {
    .service-items {
      min-height: 100px !important; } }
  @media (max-width: 1024px) {
    .service-items {
      min-height: 690px; } }
  @media (max-width: 834px) {
    .service-items {
      min-height: 830px; } }

.stockvel {
  text-align: center;
  color: #ffffff; }
  .stockvel a {
    color: #ffffff; }
    .stockvel a:hover {
      color: #7c9c2d; }
  .stockvel .section-title {
    color: #ffffff; }
  .stockvel .stockvel-btn {
    background: #7c9c2d;
    font-size: 2rem;
    display: inline-block;
    border-radius: 4px;
    padding: 8px;
    font-family: Century Gothic, sans-serif; }
    .stockvel .stockvel-btn:hover {
      background: #ffffff;
      color: #111f29; }

.input_box {
  margin-bottom: 20px; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
  margin: 0;
  padding: 3rem 0;
  background: #464646; }

.breadcrumb-trail.breadcrumbs .trail-title {
  font-size: 4rem;
  color: #ffffff; }

.breadcrumb-trail.breadcrumbs .trail-items li span {
  color: #ffffff; }

.sub-header {
  background: #a38f62;
  padding: 0; }
  .sub-header h1 {
    font-size: 5rem;
    font-weight: normal;
    line-height: 6rem;
    margin-bottom: 1rem;
    color: #ffffff; }
    @media (max-width: 1024px) {
      .sub-header h1 {
        font-size: 4rem;
        line-height: 4rem; } }
  .sub-header .more {
    border: #ffffff 1px solid;
    background: transparent;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 2rem;
    color: #ffffff;
    font-family: Century Gothic, sans-serif;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block; }
    .sub-header .more:hover {
      background: #262626;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      -webkit-box-shadow: 0 1rem 2rem rgba(38, 38, 38, 0.2);
              box-shadow: 0 1rem 2rem rgba(38, 38, 38, 0.2); }
      .sub-header .more:hover::after {
        -webkit-transform: scaleX(1.4) scaleY(1.6);
                transform: scaleX(1.4) scaleY(1.6);
        opacity: 0; }
    .sub-header .more a {
      color: #ffffff; }
  .sub-header p {
    font-size: 2rem;
    line-height: 2.5rem; }
  .sub-header .main-intro {
    padding: 2rem 2rem 1rem 0; }

@media (max-width: 1024px) {
  #pgc-95-0-0, #pgc-95-0-1 {
    width: 50% !important;
    height: auto; } }

@media (max-width: 768px) {
  #pgc-95-0-0, #pgc-95-0-1 {
    width: 100% !important;
    height: auto; } }

.breadcrumb-container {
  padding: 0 !important;
  margin: 15px 0 !important; }
  .breadcrumb-container li a {
    padding: 0 !important; }

.breadcrumb-container.theme1 a {
  padding: 0 !important; }

.people-main {
  background: #f5f5f5;
  padding: 4rem 0 2rem; }
  .people-main p {
    text-align: center; }

.people-main2 {
  background: #f5f5f5;
  padding: 4rem 0 2rem; }

.people p {
  margin: 0; }

.people-bg {
  background: #7c9c2d;
  color: #ffffff;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  min-height: 115px; }

@media (max-width: 450px) {
  .people-spacer {
    margin-bottom: 2rem; } }

.surveys {
  background: #f5f5f5;
  padding: 4rem 0 2rem; }
  .surveys h3 {
    text-align: left; }

.stockvel-surveys {
  background: #464646;
  padding: 4rem 0 2rem; }
  .stockvel-surveys .fa {
    display: none; }
  .stockvel-surveys p {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    font-family: Century Gothic, sans-serif; }
  .stockvel-surveys .section-title {
    color: #ffffff; }
    .stockvel-surveys .section-title::after {
      background: #ffffff none repeat scroll 0 0; }
  .stockvel-surveys .section-description {
    color: #7c9c2d;
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center; }

.counter {
  color: #7c9c2d;
  font-family: Century Gothic, sans-serif;
  font-size: 4.6rem; }

.counter-two {
  color: #7c9c2d;
  font-family: Century Gothic, sans-serif;
  font-size: 4.6rem; }

.section-description {
  color: #111f29; }

.surveys-divider {
  border-right: #ffffff 2px solid; }

.fa-map-marker {
  color: #7c9c2d;
  padding-right: 20px; }

/* Scss Document */
table.fin-tbl {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0px;
  border-collapse: collapse;
  font-size: 1.2rem; }
  table.fin-tbl .ul2019 {
    border-bottom: 3px solid #a72825 !important;
    font-weight: bold; }
  table.fin-tbl .ul2018 {
    border-bottom: 2px solid #f5f5f5 !important; }
  table.fin-tbl thead tr:last-child td {
    border-bottom: 3px solid #262626;
    background: #f5f5f5;
    color: #ffffff;
    font-weight: bold; }
  table.fin-tbl td, table.fin-tbl th {
    vertical-align: bottom;
    padding: 3px 5px 3px 3px;
    line-height: 1.2; }
  table.fin-tbl th {
    background: #e7e7e8;
    font-weight: bold; }
  table.fin-tbl h4 {
    margin: 0;
    padding: 0 !important; }
  table.fin-tbl tr.spacer td {
    height: 5px;
    line-height: 1px;
    font-size: 1px; }
  table.fin-tbl tbody tr:hover td {
    background: #e7e7e8; }
  table.fin-tbl td.indent {
    padding-left: 10px; }

table.fin-tbl2 {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0px;
  border-collapse: collapse; }
  table.fin-tbl2 thead tr:last-child td {
    border-bottom: 4px solid #262626;
    font-weight: bold; }
  table.fin-tbl2 td, table.fin-tbl2 th {
    vertical-align: bottom;
    padding: 3px 5px 3px 3px;
    line-height: 1.2; }
  table.fin-tbl2 th {
    background: #696a6d;
    font-weight: bold;
    color: #ffffff; }
  table.fin-tbl2 h4 {
    margin: 0;
    padding: 0 !important; }
  table.fin-tbl2 tr.spacer td {
    height: 5px;
    line-height: 1px;
    font-size: 1px; }
  table.fin-tbl2 tbody tr:hover td {
    background: #e7e7e8; }
  table.fin-tbl2 td.indent {
    padding-left: 10px; }

table.cal-tbl {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0px;
  border-collapse: collapse; }
  table.cal-tbl td {
    padding: 5px; }
  table.cal-tbl .bg-grey {
    border-bottom: 1px solid #a38f62;
    border-top: 1px solid #a38f62;
    background: #e7e7e8; }
  table.cal-tbl tbody tr:hover td {
    background: #c6b892; }

.footnote, .footnote td {
  font-size: 13px; }

table.indent {
  text-indent: 15px; }

.eq thead td, .eq tbody td, .eq tbody th {
  font-size: 11px !important; }

.tbl-head-red {
  padding: 3px;
  color: #fff !important;
  background: #c12026;
  vertical-align: top;
  line-height: 1.5em;
  font-weight: bold; }

.tbl-head-black {
  padding: 3px;
  color: #fff !important;
  background: #2b323a;
  vertical-align: top;
  line-height: 1.5em;
  font-weight: bold; }

.uline1, .uline1 td, .uline1 th {
  border-bottom: 1px #262626 solid; }

.uline2, .uline2 td, .uline2 th {
  border-bottom: 2px #262626 solid; }

.uline3, .uline3 td, .uline3 th {
  border-bottom: 3px #262626 solid; }

.uline4, .uline4 td, .uline4 th {
  border-bottom: 4px #262626 solid; }

.uliner, .uliner td, .uliner th {
  border-right: 1px #262626 solid; }

.udash1, .udash1 td, .udash1 th {
  border-bottom: 1px #262626 dashed; }

.udashr, .udashr td, .udashr th {
  border-right: 1px #262626 dashed; }

.ur, .ur td, .ur th {
  border-right: 1px #a72825 solid; }

.ured, .ured td, .ured th {
  border-top: 1px #a72825 solid; }

.tr, .tr td, .tr th {
  border-right: 1px #f5f5f5 solid;
  border-top: 1px #f5f5f5 solid; }

.tl, .tl td, .tl th {
  border-left: 1px #f5f5f5 solid;
  border-top: 1px #f5f5f5 solid; }

.br, .br td, .br th {
  border-right: 1px #f5f5f5 solid;
  border-bottom: 1px #f5f5f5 solid; }

.bl, .bl td, .bl th {
  border-left: 1px #f5f5f5 solid;
  border-bottom: 1px #f5f5f5 solid; }

.t, .t td, .t th {
  border-top: 1px #f5f5f5 solid; }

.l, .l td, .l th {
  border-left: 1px #f5f5f5 solid; }

.r, .r td, .r th {
  border-right: 1px #f5f5f5 solid; }

td {
  border: 0;
  padding: 0; }

.head-tbl {
  background: #ffffff !important;
  color: #111f29 !important;
  font-family: Century Gothic, sans-serif; }

.head-2019 {
  background: #262626 !important;
  font-family: Century Gothic, sans-serif; }

th {
  border: 0; }

/* scroll */
.scrollTbl {
  width: 100%;
  overflow-x: auto; }

.scrollTbl table {
  min-width: 100px; }

body {
  font-size: 16px;
  font-family: Century Gothic, sans-serif !important;
  color: #111f29; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p {
  margin: 0 0 15px; }

h6 {
  font-family: Century Gothic, sans-serif; }

h3 {
  font-family: Century Gothic, sans-serif;
  font-size: 22px;
  color: #7c9c2d;
  text-align: center;
  margin-bottom: 15px; }

h2 {
  font-family: Century Gothic, sans-serif;
  font-size: 26px;
  color: #7c9c2d;
  margin-bottom: 15px; }

h4 {
  font-size: 16px;
  color: #7c9c2d; }

@media (max-width: 450px) {
  .tg-slider-widget .caption-desc {
    display: block !important; } }

.header-top {
  background-color: #111f29;
  padding: 1rem; }
  .header-top ul {
    margin: 0; }
  .header-top .header-wrap {
    width: 100%;
    max-width: 1200px;
    color: #ffffff;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header-top .header-wrap .items {
      width: 33.333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-top .header-wrap .items:not(:first-child) {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .header-top .social_nav {
    margin: 0; }
    .header-top .social_nav li {
      float: left;
      list-style: none; }
      .header-top .social_nav li a {
        font-size: 14px;
        color: #fff;
        padding: 0;
        text-align: center;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        margin-left: 10px;
        display: inline-block; }
        .header-top .social_nav li a i {
          line-height: 24px; }
        .header-top .social_nav li a:hover, .header-top .social_nav li a:focus {
          background: #7c9c2d;
          color: #111f29;
          border-radius: 50%; }
  .header-top .top_nav li {
    float: left;
    list-style: none;
    font-size: 14px; }
    .header-top .top_nav li a {
      color: #fff;
      padding: 0;
      padding-left: 0px; }
      .header-top .top_nav li a i {
        color: #7c9c2d;
        font-size: 16px;
        padding-right: 5px; }
      .header-top .top_nav li a:hover, .header-top .top_nav li a:focus {
        background-color: transparent;
        color: #7c9c2d; }
    .header-top .top_nav li:first-child a {
      padding: 0; }

.section-title {
  color: #7c9c2d; }
  .section-title::after {
    background: #7c9c2d none repeat scroll 0 0; }

a img {
  border: 0;
  padding: 0; }

.header-bottom {
  background: #ffffff; }

.header-bottom .searchform .btn:hover {
  background-color: #262626; }

@media (max-width: 834px) {
  #site-navigation, .center-logo-below-menu #site-navigation {
    padding: 0; } }

.fa-search::before {
  content: "\f002";
  font-size: 22px; }

.tg-slider-widget .caption-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif; }

.tg-slider-widget .caption-desc {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; }

.tg-slider-widget .btn-wrapper a {
  border: #7c9c2d 3px solid;
  background: #7c9c2d;
  color: #ffffff; }
  .tg-slider-widget .btn-wrapper a:hover {
    background: #ffffff;
    border: #ffffff 3px solid;
    color: #111f29; }

.footer {
  height: 80vh;
  color: #ffffff;
  background: #464646; }
  @media (max-width: 768px) {
    .footer {
      height: auto;
      padding-bottom: 2rem; } }
  @media (max-width: 834px) {
    .footer {
      height: auto; } }
  .footer h3 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: left; }
  .footer .socail_icon {
    padding: 0;
    margin: 0;
    padding-top: 25px; }
    .footer .socail_icon li {
      display: inline-block;
      list-style: none;
      padding-left: 8px; }
      .footer .socail_icon li:first-child {
        padding: 0; }
      .footer .socail_icon li a {
        border: 2px solid #7c9c2d;
        display: block;
        line-height: 26px;
        width: 30px;
        text-align: center;
        position: relative;
        z-index: 1; }
        .footer .socail_icon li a:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          background: #7c9c2d;
          z-index: -1;
          -webkit-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transform-origin: 50%;
                  transform-origin: 50%;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out; }
        .footer .socail_icon li a i {
          font-size: 14px;
          color: #fff;
          display: inline-block;
          padding-top: 7px; }
        .footer .socail_icon li a:hover:after, .footer .socail_icon li a:focus:after {
          -webkit-transform: scaleY(1);
                  transform: scaleY(1); }
  .footer .quick_link {
    padding: 0;
    margin: 0 0 0 5px; }
    .footer .quick_link li {
      list-style: none; }
      .footer .quick_link li a {
        color: #fefefe;
        position: relative;
        padding-left: 30px; }
        .footer .quick_link li a i {
          font-size: 14px;
          color: #7c9c2d;
          padding-right: 20px;
          position: absolute;
          left: 0;
          bottom: 0;
          -webkit-transition: all 300ms linear 0s;
          transition: all 300ms linear 0s; }
        .footer .quick_link li a:hover, .footer .quick_link li a:focus {
          color: #7c9c2d; }
          .footer .quick_link li a:hover i, .footer .quick_link li a:focus i {
            left: 8px; }
  .footer address p {
    color: #fff;
    padding: 0; }
  .footer address .my_address {
    padding: 0;
    margin: 0;
    padding-top: 15px; }
    .footer address .my_address li {
      list-style: none; }
      .footer address .my_address li a {
        color: #fff; }
        .footer address .my_address li a i {
          color: #7c9c2d;
          padding-right: 15px;
          font-size: 14px;
          display: inline-block; }
        .footer address .my_address li a:hover, .footer address .my_address li a:focus {
          color: #7c9c2d; }
      .footer address .my_address li span {
        display: inline-block;
        padding-left: 35px;
        margin-top: -30px; }
  .footer .stockvel-btn {
    background: #7c9c2d;
    font-size: 2rem;
    display: inline-block;
    border-radius: 4px;
    padding: 8px;
    font-family: Century Gothic, sans-serif;
    margin-bottom: 20px;
    color: #ffffff; }
    .footer .stockvel-btn a {
      color: #ffffff; }
    .footer .stockvel-btn:hover {
      background: #464646;
      color: #111f29; }

/* Button */
.button_all {
  width: 180px;
  padding: 1rem;
  text-align: center;
  background: #7c9c2d;
  display: block;
  border: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-family: Century Gothic, sans-serif; }
  .button_all:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #111f29;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .button_all:hover, .button_all:focus {
    color: #fff !important; }
    .button_all:hover:before, .button_all:focus:before {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }

#scroll-up {
  background-color: #7c9c2d;
  color: #fff;
 }

.section-description {
  text-align: left; }

/*# sourceMappingURL=style.css.map */
