/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css */
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-twitter:before {
    content: "\f099";
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

/*! CSS Used from: https://profile.abskafrica.com/css/style.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* a {
    color: #a3870a;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #078571;
    text-decoration: underline;
} */

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #6c757d;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(11, 206, 175, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-light {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}

.btn-light:focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-light:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.bg-primary {
    background: url(https://www.abskafrica.com/images/african-bg2.jpg);
    background-size: cover;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .px-sm-3 {
        padding-left: 1rem !important;
    }
}

@media (min-width: 768px) {
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .px-md-5 {
        padding-left: 3rem !important;
    }
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #fff !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .container {
        min-width: 992px !important;
    }
}

.font-weight-bold {
    font-weight: 700 !important;
}

.btn {
    padding: 10px 55px;
    border-radius: 100px;
}

.btn-social {
    width: 45px;
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border-radius: 45px;
}

/* a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
} */

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }
}

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

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
} */

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #252525;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

/* 
a:hover,
a:active,
a:focus {
    color: #ce3232;
    outline: none;
} */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #332a2a;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::selection {
    color: #818892;
    background: #f9f6f0;
}

@media screen and (max-width: 459px) {
    .topbar {
        display: none !important;
    }
}

.topbar {
    display: flex;
    border-bottom: 1px solid #eee;
    width: 1250px;
    text-align: left;
    padding: 10px;
    margin: auto;
    margin-bottom: 14px;
    background-color: #ffffff;
}

.topbar-left {
    flex: 1;
}

.topbar a {
    line-height: 1;
    color: #555;
}

.topbar .topbar-left i {
    color: #a3870a;
    padding: 4px;
}

.topbar .fa-phone,
.topbar .fa-map-pin {
    padding-left: 20px !important;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

.topbar .topbar-right a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

.wording-segment {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
    background-image: url(https://www.abskafrica.com/images/african-bg2.jpg);
    max-width: 1200px;
    border-radius: 100px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.wording-themselves {
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
    text-align: center;
}

@media only screen and (max-width : 550px) {
    .wording-segment {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wording-themselves {
        color: white;
        font-size: 20px;
        text-shadow: none;
    }
}


 