@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body,
html {
    width: 100%;
    height: 100%;
    min-width: 430px;
    padding: 10px 0;
    margin: 0 0 50px 0;
    font-family: 'Cairo', sans-serif;
    scroll-behavior: smooth;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    font-size: 3em;
    color: #5b9bd5;
}

h1 {
    display: inline-block;
    font-family: 'Bebas Neue', cursive;
    font-size: 40pt;
    border-bottom: 4px solid #5b9bd5;
    margin-bottom: 25px;
}

h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 30pt;
    display: inline-block;
    border-bottom: 4px solid #5b9bd5;
}

p {
    font-size: 15pt;
    line-height: 21pt;
}

a {
    transition: color .3s;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.nav-top .links {
    padding-top: 8px;
}

.btn_1 {
    font-family: 'Bebas Neue', cursive;
    background: #2e406b;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.btn_1:hover {
    color: #ffffff;
    text-decoration: none;
    background: #5b9bd5;
}

.circle-bg {
    margin: 60px 0;
    position: relative;
    display: inline-block;
    width: 335px;
    height: 335px;
    border-radius: 50%;
    border: 15px solid #b0b3b9;
    color: #fff;
    text-align: center;
    background: #ffffff;
}

.circle-link {
    position: absolute;
    display: inline-block;
    font-family: 'Bebas Neue', cursive;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    border: 3px solid #e7e6e6;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: #44546a;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.circle-link:hover {
    text-decoration: none;
    background: #5b9bd5;
}

.c-klienci {
    top: -65px;
    left: 85px;
}

.c-pracownicy {
    top: 235px;
    left: 85px;
}

.c-organizacja {
    top: 85px;
    left: 85px;
}

.c-wspolpraca {
    top: 10px;
    left: 215px;
}

.c-spolecznosc {
    top: 160px;
    left: 215px;
}

.c-srodowisko {
    top: 10px;
    left: -45px;
}

.c-ludzie {
    top: 160px;
    left: -45px;
}

.csr-section {

}

.csr-section .title {
    font-family: 'Bebas Neue', cursive;
    font-size: 30pt;
    display: block;
    border-bottom: 4px solid #5b9bd5;
}

.csr-section ul {
    margin: 15px 0px 0px 200px;
}

.csr-section ul li {
    font-size: 14pt;
    line-height: 23pt;
}


.footer {
    background: #2d3750;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.footer .links ul {
    list-style-type: none;
}

.footer .links li a {
    color: white;
    transition: color .3s;
}

.footer .links li a:hover {
    text-decoration: none;
    color: #4180CB;
}

.footer .about-company a {
    color: white;
    transition: color .3s;
}

.footer .about-company a:hover {
    color: #4180CB;
}

.footer .about-company img {
    border-radius: 8px;
    margin-top: 10px;
}

.footer .location i {
    font-size: 18px;
    margin-right: 5px;
}

.footer .location a {
    color: white;
    font-size: .8em;
    transition: color .3s;
}

.footer .location a:hover {
    color: #4180CB;
    text-decoration: none;
}

.footer p {
    font-size: 13pt;
}

.start-news-post {
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.start-news-post .title {
    font-size: .9em;
    font-weight: bold;
    color: #2f406b;
}

.start-news-post .date {
    font-size: 0.7em;
    color: #848484;
}

.start-news-post hr {
    margin: .2rem 0 .7rem 0;
}

.start-news-post .desc {
    font-size: 0.9em;
}

.start-news-post a {
    font-size: .8em;
    display: inline-block;
    background: #2f406b;
    padding: 7px 12px;
    color: #fff;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 4px;
}

.start-news-post a:hover {
    text-decoration: none;
    background: #e0e0e0;
    color: #000000;
}

.start-newsletter-box {
    width: 100%;
    height: 250px;
    background: #343a40;
}

.start-newsletter-box .title > i {
    color: #f3d542;
    font-size: 1.6em;
    margin-right: 10px;
}

.start-newsletter-box .title span {
    color: #ffffff;
    font-size: 1.4em;
}

.start-newsletter-box .desc {
    margin-top: 10px;
    color: #fff4bc;
    font-size: .85em;
    line-height: 1.4em;
}

.start-newsletter-box input[type="email"] {
    border: none;
    background: #f2f3f8;
    width: 100%;
    font-size: .9em;
    text-align: center;
}

.start-newsletter-box input[type="submit"] {
    background: #f3d542;
    border: none;
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
}

.start-newsletter-box input[type="submit"]:hover {
    background: #b1b1b1;
    color: #000000;
}

.start-newsletter-box .notethis {
    color: #ffffff;
    font-size: .5em;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .csr-section ul {
        margin: 15px 0px 0px 50px;
    }
}
