


    html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article, aside,  footer, .headers, nav, section {
    display: block;

}
h2 {
    font-size: 1.5em;
    margin: .47em 0;
}
li {
    font-size: 13.5px;
    
}




.a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 90%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Rubik,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Fira Sans',
        'Droid Sans',
        'Helvetica Neue',
        sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    letter-spacing: .02em;
    color: #000;
    background: #edeff0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #57eaa6;
    text-shadow: 0 1px 0 #585afa;
}
.a:hover {
    border-bottom: 2px solid #bf6bfe;
}
::-moz-selection {
    background: rgba(33, 16, 118, .75);
    text-shadow: none;
}
::selection {
    background: rgba(33, 16, 118, .75);
    text-shadow: none;
}
.titles {
    font-size: 1.5em;
    font-weight: 500;
    margin: .5em .2em .375em;
    text-align: center;
}
.titles .a {
    color: #e6e6e6;
    border: 0;
}
.progress {
    margin-bottom: 5px;
    text-align: center;
}
.progress__count {
    font-family: Menlo,
        Monaco,
        Consolas,
        'Liberation Mono',
        'Courier New',
        monospace;
    font-size: 1.1em;
    letter-spacing: .05em;
}
.progress__reset {
    font-family: inherit;
    line-height: 37px;
    display: inline-block;
    height: 37px;
    margin-left: .75em;
    padding: 0 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .025em;
    color: inherit;
    border: 1px solid #211076;
    border-radius: 3px;
    outline: 0;
    background: rgba(33, 16, 118, .75);
    -webkit-box-shadow: 0 4px 6px rgba(33, 16, 118, .11),
        0 1px 3px rgba(33, 16, 118, .1);
    box-shadow: 0 4px 6px rgba(33, 16, 118, .11), 0 1px 3px rgba(33, 16, 118, .1);
}
.progress__reset:focus, .progress__reset:hover {
    background: rgba(189, 106, 255, .8);
    -webkit-box-shadow: 0 7px 14px rgba(33, 16, 118, .16),
        0 3px 6px rgba(33, 16, 118, .2);
    box-shadow: 0 7px 14px rgba(33, 16, 118, .16), 0 3px 6px rgba(33, 16, 118, .2);
}
.progress__reset:active {
    -webkit-box-shadow: 0 4px 6px rgba(33, 16, 118, .11),
        0 1px 3px rgba(33, 16, 118, .1);
    box-shadow: 0 4px 6px rgba(33, 16, 118, .11), 0 1px 3px rgba(33, 16, 118, .1);
}
.progress__reset--pressed {
    -webkit-animation: wiggle 350ms ease alternate;
    animation: wiggle 350ms ease alternate;
}
.progress__border {
    display: block;
    margin-top: 12px;
    border-bottom: 3px solid #57d490;
    -webkit-box-shadow: 0 20px 20px -20px rgba(33, 16, 118, .65);
    box-shadow: 0 20px 20px -20px rgba(33, 16, 118, .65);
}
.progress__bar {
    display: block;
    height: 17px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background: #21acb3;
}
.containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1550px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.containers .checklists {
    min-width: 350px;
    max-width: 400px;
    margin: 15px 15px 0;
}
.containers .checklist .checklist-container {
    margin: 0;
    padding: 0;
}
.checklist__title {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0;
    color: #302f2f;
}
.checklist__title-border {
    display: block;
    width: 350px;
    margin-top: 8px;
    border-bottom: 2px solid #21acb3;
    -webkit-box-shadow: 0 15px 15px -15px rgba(33, 16, 118, .5);
    box-shadow: 0 15px 15px -15px rgba(33, 16, 118, .5);
}
.checklist__percentage-border {
    display: block;
    width: 350px;
    height: 15px;
    margin-bottom: 8px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background: #57d490;
}
.checklist-item {
    display: block;
    margin: 15px 0;
}
.checkbox {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 18px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: background 150ms ease;
    transition: background 150ms ease;
    border: 2px solid #211076;
    border-radius: 3px;
}
.checkbox:hover {
    background: rgba(33, 16, 118, .5);
}
.checkbox:after {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    content: '';
    -webkit-transition: all 325ms ease;
    transition: all 325ms ease;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    opacity: 0;
    border-right: 2px solid #bf6bfe;
    border-bottom: 2px solid #bf6bfe;
}
.checklist-item__title {
    font-size: 1.0em;
    line-height: 1.25;
    display: inline-block;
    width: calc(100% - 48px);
    margin-left: 8px;
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    vertical-align: top;
}
.checklist-item__title:focus, .checklist-item__title:hover {
    color: #dcdcdc;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox]:checked ~ .checkbox {
    -webkit-animation: wiggle .4s ease;
    animation: wiggle .4s ease;
    border-color: transparent;
    background: #211076;
}
input[type=checkbox]:checked ~ .checkbox:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
}
input[type=checkbox]:checked ~ .checklist-item__title {
    -webkit-transition: all 175ms ease;
    transition: all 175ms ease;
    text-decoration: line-through;
    opacity: .5;
}
@-webkit-keyframes wiggle {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.25, .75);
        transform: scale(1.25, .75);
    }
    40% {
        -webkit-transform: scale(.75, 1.25);
        transform: scale(.75, 1.25);
    }
    50% {
        -webkit-transform: scale(1.15, .85);
        transform: scale(1.15, .85);
    }
    65% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05);
    }
    75% {
        -webkit-transform: scale(1.05, .95);
        transform: scale(1.05, .95);
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes wiggle {
    from {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    30% {
        -webkit-transform: scale(1.25, .75);
        transform: scale(1.25, .75);
    }
    40% {
        -webkit-transform: scale(.75, 1.25);
        transform: scale(.75, 1.25);
    }
    50% {
        -webkit-transform: scale(1.15, .85);
        transform: scale(1.15, .85);
    }
    65% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05);
    }
    75% {
        -webkit-transform: scale(1.05, .95);
        transform: scale(1.05, .95);
    }
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.checklist-item__expand {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0;
}
.line {
    display: block;
    width: 20px;
    -webkit-transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    outline: 1px solid transparent;
    background: #211076;
}
.line:after {
    display: block;
    width: 20px;
    height: 4px;
    content: '';
    -webkit-transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    outline: 1px solid transparent;
    background: #211076;
}
.closed.line {
    top: 45%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #bf6bfe;
}
.closed.line:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: 0 0;
}
.info-container {
    font-family: -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Fira Sans',
        'Droid Sans',
        'Helvetica Neue',
        sans-serif;
    font-size: 1.063em;
    line-height: 1.4;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in;
}
.info-container ul {
    padding-left: 26px;
    list-style-type: disc;
}
.info-container li {
    margin-top: .25em;
}
.info-container .info {
    margin-top: .55em;
    margin-bottom: .2em;
    padding-bottom: .75em;
    border-bottom: 1px solid #b5adde;
}
.checklists .open .info-container {
    max-height: 500px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


/* footers */
footer {
  margin-top: 1px;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #ddd;
}

.footer .footer-heading h6 {
  font-size: 1.4px;
  color: #232323;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

footer .about-netafri .logo {
  margin-bottom: 10px;
}

footer .about-netafri ul li a {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  background-color: #0067a7;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s;
}

footer .about-netafri p {
  margin-bottom: 15px;
  font-size: 12px;
  color: #7a7a7a;
}

footer .about-netafri ul li a:hover {
  background-color: #4883ff;
}

footer .useful-links ul li {
  margin-bottom: 12px;
}

footer .useful-links ul li a {
  font-size: 15px;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

footer .useful-links ul li a:hover {
  color: #4883ff;
}

footer .useful-links ul li i {
  color: #4883ff;
  font-size: 6px;
  position: relative;
  top: -3px;
  margin-right: 8px;
}

footer .contact-info p {
  margin-bottom: 10px;
}

footer .contact-info ul li {
  margin: 10px 0px;
}

footer .contact-info ul li span {
  font-size: 13px;
  color: #7a7a7a;
  font-weight: 600;
  letter-spacing: 0.3px;
  width: 80px;
  display: inline-block;
}

footer .contact-info ul li a {
  font-size: 13px;
  color: #4883ff;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sub-footer p {
  text-align: center;
  display: inline-block;
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 13px;
  color: #aaaaaa;
}

.sub-footer a {
  text-decoration: none;
  color: #4883ff;
}


@media (max-width:992px) {

  .banner .banner-caption {
    padding: 100px 30px;
  }

  .submit-form input {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .submit-form select {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }

  .featured-places .featured-item {
    margin-bottom: 30px;
  }

  .featured-places .featured-item .down-content .first-button {
    border-right: none;
  }

  section.our-services .service-item {
    margin-bottom: 30px;
  }

  .down-services .left-content {
    margin-bottom: 60px;
  }

  .table-item {
    margin-bottom: 30px;
  }

  .modal-content {
    width: 90%;
  }
  .modal-content .close {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
  }

  footer .useful-links {
    margin-top: 60px;
  }

  footer .contact-info {
    margin-top: 60px;
  }
  
}

 
 /* ------------------------
  Call to action section
 ------------------------*/
 
 .cta-section {
   padding: 7px 0;
   background: #0d4aa6;
 }
 
 .cta-section h6 {
   color: #fff;
   font-size: 17px;
   font-weight: 300;
 }

 .cta-section a {
   color: #fff;
   font-size: 20px;
   font-weight: 300;
 }







/* Full Width Buttons */
.blocks {
  display: block;
  width: 100%;
  height: 50%;
  border: none;
  background-color: #0067a7;
  color: #fff;
  padding: 10px 10px;
  font-size: 23px;
  cursor: pointer;
  text-align: center;
}

.blocks h1 {
    font-size: 25px;
    color: #ffffff;

}

.blocks-fixed-top {
  top: 0;
}

.blocks:hover {
  background-color: #09568d;
  color: #ffffff;
}
</style>