@charset "UTF-8";
body {
    font-family: 'Pf Din', Arial, sans-serif;
    color: #000;
    font-weight: normal;
    font-size: 20px;
	margin: 0;
	line-height: 1.2; 
}
*, *::before, *::after {
    box-sizing: border-box;
    outline: 0 none;
}
#header {
    background-color: rgba(0,91,180,1);
    height: 115px;
    padding: 9px 0 10px 0;
    color: #fff;
}
#topcatsbox.scrollagent, #whywe.scrollagent, #partners.scrollagent, #mapandconts.scrollagent {
    padding-top: 80px;
}
.logobox {
    padding: 0 30px;
}
.valcent {
    align-items: center;
}
.menubox .nav-item a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none;
}
.menubox.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.topconts {
    padding: 0 30px 0 0;
}
.topconts p { 
    margin: 0;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.topconts a, .topconts a:hover, .topconts a:focus {
    text-decoration: none;
    color: #fff;
}
#firstscreen {
    background: #ffffff url(../images/fsbg.png) no-repeat scroll center center;
    height: 470px;
    background-size: cover;
    overflow: hidden;
}
#fstext {
    max-width: 520px;
}
#fstext h1 {
    margin: 30px;
    font-size: 61px;
    font-weight: bold;
    text-transform: uppercase;
}
#searchbox {
    padding: 15px 0 0 0;
}
.inpt {
    background: url(../images/search.svg) no-repeat scroll 20px center;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 16px;
    padding: 0 20px 0 65px;
    width: 100%;
    height: 60px;
}
.redbtn {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    background-color: #f10802;
    color: #fff;
}
.redbtn:hover {
    background-color: #c30000;
}
.redbtn {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.modheader {
    color: #e00000;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 70px;
    margin: 15px 0;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
}
.modheader::after {
    background-color: #005bb4;
    content: '';
    width: 60px;
    /* height: 30px; */
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 13px;
}
.catitem {
    max-width: 260px;
    margin: 0 0 30px 0;
}
.catitem img {
    display: block;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    filter: brightness(60%)
}
.catitem a:hover img {
    filter: brightness(100%)
}
.catitem span {
    display: block;
    color: #005bb4;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    padding: 18px 20px;
}
.catitem a, .catitem a:hover, .catitem a:focus {
    text-decoration: none;
}
.catsbox {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #efefef;
}

.navbar-toggler span:nth-child(4) {
    top: 16px;
}
.navbar-toggler span:nth-child(3) {
    top: 8px;
}
.navbar-toggler span:nth-child(2) {
    top: 8px;
}
.navbar-toggler span:nth-child(1) {
    top: 0;
}
@media (max-width: 768px) {

} 
@media (max-width: 480px) {

}
@media (max-width: 1140px)  {
    #header {
        height: auto;
    }
    .nav {
        display: block !important;
        margin: 30px 0 !important;
        text-align: center;
        width: 100%;
    }
    .menubox .nav-item a {
        text-transform: none;
        padding: 5px;
    }
    .topconts p {
        font-weight: bold;
        font-size: 24px;
    }
    #fstext h1 {
        margin: 30px;
        font-size: 32px;
        text-align: center;
    }
    #firstscreen {
        height: auto;
    }
    #searchbox .redbtn {
        margin: 10px 0;
        width: 100%;
    }
    #topcatsbox.scrollagent, #whywe.scrollagent, #partners.scrollagent, #mapandconts.scrollagent {
        padding-top: 30px;
    }
}
@font-face {
    font-family: 'Pf Din';
    src: url('../fonts/pfdintextcondpro-bold.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pf Din';
    src: url('../fonts/pfdintextcondpro-bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Pf Din';
    src: url('../fonts/pfdintextcondpro-regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pf Din';
    src: url('../fonts/pfdintextcondpro-regular.ttf');
    font-weight: 400;
    font-style: normal;
}
