/*************************** 
Theme:Validate Kenya
Theme:Author:Austin Mwangi
Version:2.0
Author URI:austin@adeptsystems.co.ke 
***************************/

@font-face {
    font-family: 'helveticaregular';
    src:    url('../fonts/helvetica-webfont.eot');
    src:    url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'), 
            url('../fonts/helvetica-webfont.woff2') format('woff2'), 
            url('../fonts/helvetica-webfont.woff') format('woff'), 
            url('../fonts/helvetica-webfont.ttf') format('truetype'), 
            url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticalight';
    src:    url('../fonts/helvetica-light-webfont.eot');
    src:    url('../fonts/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'), 
            url('../fonts/helvetica-light-webfont.woff2') format('woff2'), 
            url('../fonts/helvetica-light-webfont.woff') format('woff'), 
            url('../fonts/helvetica-light-webfont.ttf') format('truetype'), 
            url('../fonts/helvetica-light-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src:    url('../fonts/helvetica-bold-webfont.eot');
    src:    url('../fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'), 
            url('../fonts/helvetica-bold-webfont.woff2') format('woff2'), 
            url('../fonts/helvetica-bold-webfont.woff') format('woff'), 
            url('../fonts/helvetica-bold-webfont.ttf') format('truetype'), 
            url('../fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*************************** 
Defaults 
***************************/

::-moz-selection {
    background: #ff0;
    color: #000
}

::selection {
    background: #ff0;
    color: #000
}

::-webkit-input-placeholder {
    color: #464545
}

::-moz-placeholder {
    color: #464545
}

::-ms-input-placeholder {
    color: #464545
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after { clear: both; }
.left { float: left; }
.right { float: right; }
.relative { position: relative; }
.absolute { position: absolute; }
.hide { overflow: hidden; }

.col-12 { width: 100%; }
.col-11 { width: 91.66666667%; }
.col-10 { width: 83.33333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666667%; }
.col-7 { width: 58.33333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66666667%; }
.col-4 { width: 33.33333333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666667%; }
.col-1 { width: 8.33333333%; }

@media (min-width: 40em;) { 
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: none; }
}

.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-middle { text-align: center; }
.txt-justify { text-align: justify; }


.effects {
    -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
                transition: all .5s ease;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'helveticaregular';
}

img,
figure {
    border: none;
    display: block;
}

address {
    font-style: normal;
    font-size: 0.95em;
}

form,
fieldset,
legend {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'helveticabold';
}

blockquote {
    font-size: 1.1em;
    line-height: 22px;
    font-style: italic;
}

blockquote:before {
    content: open-quote;
    font-size: 2em;
}

blockquote p {
    display: inline;
}

ul { 
    font-size: 0.95em;
    font-family: 'helveticaregular';
    color: #555;
    list-style-type: square;
}

ul li { 
    padding: 4px 0px;
}

a {
    color: #8eb14d;
    text-decoration: none;
    border: none;
    -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
            -o-transition: .5s ease;
                transition: .5s ease;
}

a:hover {
    border-bottom: none;
    text-decoration: none;
    color: #4E6425
}

.container {
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1000px;
    position: relative;
    border: 0 solid #6CF
}

/*************************** 
Header Part
***************************/

.header-wrap {
    margin: 0;
    padding: 0;
    height: 100px;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-bottom: 0px solid #c00762;
    z-index: 9999;
}

.inner-header {
    margin: 0;
    padding: 0;
    position: relative;
}

.logo-wrap {
    margin: 0;
    padding: 0;
    width: 30%;
    float: left;
    height: 100px;
}

.logo a {
    margin: 0;
    padding: 0;
    height: 100px;
}

.menu-wrap {
    margin: 0;
    padding: 0;
    width: 68%;
    float: right;
    position: relative;
}

#menu-nav {
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
}

#menu-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}

#menu-nav li:last-child {
    margin-right: 0px;
}

#menu-nav li:first-child {
    margin-left: 0px;
}

#menu-nav li {
    margin: 36px 20px;
    padding: 0;
    display: inline-block;
}

#menu-nav li a {
    margin: 0;
    padding: 6px 0px;
    display: inline;
    font-family: 'helveticabold';
    font-size: 1em;
    text-transform: uppercase;
    color: #555;
}

#menu-nav li a:hover {
    color: #999;
}

#menu-nav li.current-menu-item,
#menu-nav li.active {
    color: #D91E2C;
    border-bottom: 2px solid #D91E2C;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 40em) {
    .header-wrap,
    .menu-wrap,
    .logo-wrap {
        height: auto;
    }
    .logo-wrap img {
        width: 90%;
    }
    .js #menu-nav {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
}
/*************************** 
Banner Sec
***************************/

.banner-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 362px;
    background: url(../images/intro-header.jpg) no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border-bottom: 0px solid #c00762;
}

.inner-banner {
    margin: 0;
    padding: 0;
}

.banner-desc-wrap {
    margin: 0 auto;
    padding: 22px 0px;
    top: 62px;
    width: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; 
}

.banner-desc span {
    font-family: 'helveticalight';
    color: #fff;
    line-height: 36px;
    font-size: 1.6em;
}

@media screen and (max-width: 40em) {
    .banner-wrap {
        height: auto;
    }
}

/*************************** 
Body Sec
***************************/

.content-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    width: 100%;
}

.content-wrap-inner {
    margin: 0;
    padding: 0;
    position: relative;
}

.content-header h1 {
    margin: 0;
    padding: 22px 0 0 0;
    color: #555;
    font-family: 'helveticabold';
}

.services-lt { 
    padding: 22px 0px;
    float: left; 
}

.services-rt { 
    padding: 22px 32px;
    background: #efefef;
    float: right; 
}

.services-desc p {
    font-family: 'helveticaregular';
    font-size: 0.95em;
    color: #555;
    line-height: 22px;
}

.services-desc ul {
    margin: 0;
    padding: 0 0 0 22px;
}

@media screen and (max-width: 40em) {
    .services-lt,
    .services-rt {
        float: none;
        width: 100%;
    }
}

span.products-header  {
    font-family: 'helveticalight';
    font-size: 1.2em;
    color: #a1a1a1;
    line-height: 2.6em;
}

.products-wrap { padding: 22px 0px; }
.products-lt { float: left; }
.products-rt { float: right; }

.product-hold {
    margin: 0 auto 44px auto;
    padding: 0;
    width: 80%;
    position: relative;
    min-height: 128px;
    border: 0px solid #ff0;
}

.product-hold p {
    margin: 0 0 0 100px;
    font-family: 'helveticaregular';
    line-height: 22px;
    font-size: 0.95em;
    color: #555;
}

p.product-head {
    padding: 0 0 8px 0;
    font-size: 1.3em;
    font-family: 'helveticaregular';
    text-transform: capitalize;
}

#banks {
    background: url(../images/banks.png) no-repeat;
    background-position: top left;
    position: relative;
}

#security {
    background: url(../images/security.png) no-repeat;
    background-position: top left;
    position: relative;
}

#insurance {
    background: url(../images/insurance.png) no-repeat;
    background-position: top left;
    position: relative;
}

#general {
    background: url(../images/general.png) no-repeat;
    background-position: top left;
    position: relative;
}

@media screen and (max-width: 40em) {

}

/*************************** 
Bottom Sec
***************************/

.content-bottom-wrap {
    margin: 0;
    padding: 22px 0px;
    position: relative;
    background: #1f4da6;
    width: 100%;
    font-family: 'helveticaregular';
    color: #acacac;
}

.bottom-wrap-inner {
    padding: 0 0 42px 0;
    border-bottom: 1px solid #103a8a;
}

.bottom-left {
    margin: 0 53px 0 0;
    padding: 0;
    float: left;
    position: relative;
}

.bottom-left:last-child { margin-right: 0px;}

@media screen and (max-width: 40em) {
    .bottom-left {
        float: none;
        width: 100%;
    }
}

.bottom-header h4 {
    margin: 0;
    padding: 22px 0px;
    position: relative;
    font-size: 0.95em;
    color: #fff;
    font-family: 'helveticabold';
    text-transform: uppercase;
}

.bottom-txt ul { 
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #acacac;
    font-size: 0.95em;
}

.bottom-txt ul li {
    padding: 2px 0px;
}

.bottom-txt address {
    color: #acacac;
    font-size: 0.95em;
    line-height: 22px;
}

.sign-off {
    margin: 0;
    padding: 42px 0 18px 0;
    position: relative;
}

.sign-off span {
    font-size: 0.95em;
    color: #acacac;
    font-family: 'helveticaregular';
}

/*************************** 
Form Styling 
***************************/

form {
    margin: 0;
    padding: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

input[type=text],
input[type=password],
textarea,
select,
input[type=file] {
    border: 0;
    background: #fff;
    padding: 12px 10px;
    outline: none;
    font-family: 'helveticaregular';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover input[type=file]:hover {
    border: 0;
    outline: none;
    font-family: 'helveticaregular'
}

input[type=button],
input[type=submit],
button {
    background: #3b6abf;
    color: #fff;
    text-transform: capitalize;
    border: 0;
    padding: 12px 10px;
    font-family: 'helveticaregular';
    transition: all 0.3s ease-out;
}

input[type=reset] {
    font-family: 'helveticaregular';
    padding: 8px 10px;
    border: 0;
    cursor: pointer;
}

input[type=button]:hover,
input[type=submit]:hover,
button:hover {
    cursor: pointer;
    background: #2e2e2e;
    color: #fff;
}

.error,
.success {
    color: #B2F321;
    font-family: 'helveticaregular';
    letter-spacing: 0.1em;
    font-size: 0.7em;
    text-transform: capitalize;
}

/*************************** 
Full Page Overides 
***************************/

#section-div {
    height: auto !important;
}
