@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.montserrat-<uniquifier> {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* start editing from here */

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}


/* text align right */

.txt-lt {
    text-align: left;
}


/* text align left */

.txt-center {
    text-align: center;
}


/* text align center */

.float-rt {
    float: right;
}


/* float right */

.float-lt {
    float: left;
}


/* float left */

.clear {
    clear: both;
}


/* clear float */

.pos-relative {
    position: relative;
}


/* Position Relative */

.pos-absolute {
    position: absolute;
}


/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}


/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}


/* vertical align top */

nav.vertical ul li {
    display: block;
}


/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}


/* horizontal menu */

img {
    max-width: 55%;
    margin: auto;
    text-align: center;
    display: block;
}


/*end reset*/

html,
body {
    padding: 0;
    margin: 0;
    background: #000;
    font-family: "Montserrat", sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

input[type="email"],
input[type="text"] input[type="button"],
input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    word-spacing: 3px;
}

ul {
    margin: 0;
    padding: 0;
}


/*-- //Reset-Code --*/

body {
    background: url(../images/b1-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
}

.container {
    position: relative;
}

.africaMap {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

p.subtitleAFW {
    text-align: center;
    padding: 15px 0 25px 0;
    font-weight: 600;
    color: #faebd2;
    font-size: 16px;
}

.simply-countdown {
    overflow: hidden;
    display: table;
}

.simply-countdown > .simply-section {
    width: 151px;
    height: 125px;
    display: -webkit-box;
    padding: 38px 0;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    /* margin: 15px; */
    background: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
    display: block;
    text-align: center;
    font-family: 'Open Sans Condensed'
}

span.simply-word {
    font-size: 17px;
    text-transform: capitalize;
    color: #ffffff;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 3px;
}

span.simply-amount {
    color: #fff;
}


/*-- //countdown-- */

.container {
    padding: 2.8em 0;
    margin: 0 auto;
}

.container .mainImage {
    width: 100%;
    height: auto;
}

.top-w3ls {
    text-align: center;
}

.top-w3ls h1 {
    color: #fff;
    letter-spacing: 14px;
    font-weight: 600;
}

.top-w3ls p {
    color: #d2d2d2;
    padding: 0 155px;
    line-height: 28px;
    margin: 2em 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.line {
    width: 100%;
    height: 1px;
    background: #fff;
}

.newsletter h2 {
    font-size: 48px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.newsletter p {
    font-size: 17px;
    color: #101010;
    letter-spacing: 1px;
    padding: 9px 0px 24px;
}

.timer_wrap {
    margin: 0 auto;
    box-sizing: border-box;
}

.more-buttn a {
    width: 34%;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 0px;
    color: #faebd2;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background: rgba(250, 235, 210, 0.2);
    outline: none;
    border: 2px solid rgba(250, 235, 210, 0.32);
}

.more-buttn a:hover {
    background: #faebd2;
    border: 2px solid #faebd2;
    color: #000;
}

.banner-agileits-btm {
    display: inline;
    text-align: center
}

.fa-brands,
.fab {
    font-weight: 400;
    line-height: 32px !important;
}


/*--newsletter--*/

.newsletter {
    text-align: center;
}

.letter-w3ls input[type="email"] {
    padding: 12px 12px;
    border: none;
    border-bottom: 2px solid #000;
    width: 72.5%;
    margin-right: 10px;
    font-size: .9em;
    color: #fff;
    outline: none;
    display: inline-block;
    background: #000;
    letter-spacing: 1px;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.letter-w3ls input[type="submit"] {
    font-size: 14px;
    background: #fff;
    border: solid 1px #fff;
    color: #000;
    padding: 12px 18px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-weight: 600;
}

.letter-w3ls input[type="submit"]:hover {
    background: rgba(2, 71, 114, 0);
    border: solid 1px #fff;
    color: #fff;
}


/*--//newsletter--*/

.icons {
    margin: 1.6em 0em;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-size: 11px;
    font-weight: 600;
    color: #faebd2;
    letter-spacing: 3px;
}

.copyright p a {
    color: #faebd2;
    /*text-decoration: underline;*/
    font-weight: 800;
}

.copyright p a:hover {
    color: #fff;
}

.icons ul li {
    display: inline-block;
}

.icons ul li a {
    color: #faebd2;
    border: 1px solid #faebd2;
    width: 31px;
    height: 31px;
    line-height: 32px;
    border-radius: 20px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}

.icons ul li a span.fa {
    font-size: 15px;
    margin: 0.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul li span.fa-brands {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul li span.fa-brands:hover {
    transform: scale(1.2);
}


/*--responsive--*/

@media(max-width:1920px) {
    .top-w3ls h1 {
        font-size: 67px;
    }
    .container {
        width: 64%;
    }
    .top-w3ls p {
        font-size: 16px;
    }
    .more-buttn a {
        width: 34%;
        font-size: 17px;
    }
    span.simply-amount {
        font-size: 76px;
        line-height: 73px;
    }
}

@media(max-width:1680px) {
    .container {
        width: 63%;
    }
}

@media(max-width:1600px) {
    .timer_wrap {
        width: 59%;
    }
    .container {
        width: 66%;
    }
    .top-w3ls h1 {
        font-size: 60px;
    }
    .top-w3ls p {
        font-size: 14px;
    }
    .more-buttn a {
        width: 34%;
        font-size: 14px;
        border-radius: 20px;
    }
    span.simply-amount {
        letter-spacing: 8px;
        font-size: 70px;
        line-height: 70px;
    }
}

@media(max-width:1440px) {
    .container {
        width: 73%;
    }
}

@media(max-width:1366px) {
    .container {
        width: 76%;
    }
    span.simply-amount {
        font-size: 64px;
    }
    .simply-countdown > .simply-section {
        padding: 33px 0;
    }
}

@media(max-width:1280px) {
    .container {
        width: 78%;
    }
    .simply-countdown > .simply-section {
        width: 146px;
        height: 120px;
    }
}

@media(max-width:1080px) {
    .container {
        width: 87%;
    }
    .timer_wrap {
        width: 63%;
    }
    .top-w3ls h1 {
        letter-spacing: 13px;
    }
}

@media(max-width:1050px) {
    .container {
        width: 90%;
    }
    .newsletter h2 {
        font-size: 44px;
    }
}

@media(max-width:1024px) {
    span.simply-word {
        font-size: 16px;
    }
    .timer_wrap {
        width: 65%;
    }
    .top-w3ls h1 {
        font-size: 57px;
    }
    .top-w3ls p {
        letter-spacing: 2px;
        margin: 1.5em 0;
    }
    .container {
        padding: 2em 0;
    }
    .icons {
        margin: 2.5em 0em;
    }
}

@media(max-width:991px) {
    img {
        max-width: 100%;
    }
    .top-w3ls p {
        padding: 0px 139px;
        margin: 1em 0;
    }
    .icons {
        margin: 2.5em 0em;
    }
    .timer_wrap {
        width: 67%;
    }
}

@media(max-width:900px) {
    img {
        max-width: 100%;
    }
    .top-w3ls p {
        padding: 0px 98px;
    }
    .more-buttn a {
        width: 40%;
    }
    span.simply-amount {
        font-size: 61px;
        letter-spacing: 6px;
    }
    .simply-countdown > .simply-section {
        width: 132px;
        height: 117px;
    }
}

@media(max-width:800px) {
    img {
        max-width: 100%;
    }
    .timer_wrap {
        width: 76%;
    }
    .top-w3ls p {
        padding: 0px 39px;
        font-size: 13px;
    }
    .top-w3ls h1 {
        font-size: 56px;
    }
}

@media(max-width:768px) {
    img {
        max-width: 100%;
    }
    .container {
        width: 86%;
    }
    .top-w3ls h1 {
        font-size: 52px;
        letter-spacing: 11px;
    }
    .timer_wrap {
        width: 82%;
    }
}

@media(max-width:767px) {
    img {
        max-width: 100%;
    }
    span.simply-amount {
        font-size: 58px;
    }
    .simply-countdown > .simply-section {
        height: 106px;
    }
    .copyright p {
        letter-spacing: 2px;
    }
    span.simply-word {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media(max-width:736px) {
    img {
        max-width: 100%;
    }
    .timer_wrap {
        width: 86%;
    }
    .newsletter h2 {
        font-size: 41px;
    }
    .newsletter p {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 9px 0px 20px;
    }
}

@media(max-width:667px) {
    img {
        max-width: 100%;
    }
    .simply-countdown > .simply-section {
        width: 120px;
    }
    .more-buttn a {
        width: 48%;
        font-size: 12px;
    }
    .newsletter h2 {
        font-size: 44px;
    }
    .letter-w3ls input[type="submit"] {
        margin-top: 13px;
    }
    .letter-w3ls input[type="email"] {
        margin-right: 0px;
        width: 100%;
    }
}

@media(max-width:640px) {
    img {
        max-width: 100%;
    }
    .icons {
        margin: 2em 0em;
    }
    .timer_wrap {
        width: 90%;
    }
    .icons ul li a span.fa {
        font-size: 14px;
    }
    .newsletter p {
        font-size: 15px;
    }
}

@media(max-width:600px) {
    img {
        max-width: 100%;
    }
    .container {
        width: 92%;
    }
    .icons ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .simply-countdown > .simply-section {
        padding: 27px 0;
    }
}

@media(max-width:568px) {
    img {
        max-width: 100%;
    }
    .simply-countdown > .simply-section {
        width: 117px;
    }
    span.simply-amount {
        font-size: 53px;
    }
    .more-buttn a {
        width: 55%;
    }
    .letter-w3ls input[type="submit"] {
        padding: 10.5px 15px;
        font-size: 13px;
    }
}

@media(max-width:480px) {
    img {
        max-width: 100%;
    }
    span.simply-amount {
        letter-spacing: 4px;
    }
    .more-buttn a {
        width: 60%;
        font-size: 9px;
    }
    .copyright p {
        letter-spacing: 1px;
    }
}

@media(max-width:440px) {
    img {
        max-width: 100%;
    }
    .copyright p {
        line-height: 25px;
    }
    .icons {
        margin: 1.5em 0em;
    }
    .newsletter h2 {
        font-size: 36px;
    }
}

@media(max-width:414px) {
    img {
        max-width: 100%;
    }
    .newsletter p {
        line-height: 24px;
    }
    .newsletter p {
        padding: 6px 0px 15px;
    }
}

@media(max-width:384px) {
    img {
        max-width: 100%;
    }
    .container {
        padding: 1.9em 0;
    }
}

@media(max-width:375px) {
    img {
        max-width: 100%;
    }
    .newsletter h2 {
        font-size: 31px;
    }
    .container {
        width: 95%;
        padding: 1em 0;
    }
}

@media(max-width:320px) {
    img {
        max-width: 100%;
    }
}


/*--//responsive--*/