.logodot {
    font-size: 60px !important;
    color: #ffcc00;
    margin-left:-3px;
}

.clients img {
    max-width: 80%;
}

/*---------------------------------------
Iconlist
-----------------------------------------*/

ul.iconlist {
    padding-left: 25px;
    list-style: none;
    max-width: 650px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
}

ul.iconlist li {
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0 0 0 6px !important;
    font-size: 15px;
    border: none !important;
}

ul.iconlist li:before {
    display: inline-block;
    content: " ";
    background-image: url("../img/plus-circle-fill.svg");
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    margin: 0 13px -2px -29px;
}


#footer .footer-top .footer-contact h3 {
    text-transform: none;
}

.why-us .accordion-list ul.iconlist {
    padding-left: 50px !important;
    margin-top:15px !important;
}




.why-us .accordion-list li li {
    padding: 0px;
}
.why-us .accordion-list li li+li {
    margin-top: 10px;
}

/*---------------------------------------
3.9 VERTICAL TIMELINE
-----------------------------------------*/
.vertical-timeline {
    padding: 0;
    margin: 0;
}

.timeline-section {
    padding: 0;
    padding-left: 135px;
    padding-top: 20px;
}

@media only screen and (max-width: 756px) {
    .timeline-section {
        padding-left: 35px;
    }
}

.timeline-section li {
    list-style-type: none;
    padding: 1em;
    margin: 0;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    overflow: visible;
    border-left: 2px solid #eaeaea !important;
}

.timeline-section li .date {
    display: inline-block;
    float: left;
    margin-left: -100px;
    max-width: 55px;
    margin-top: 5px;
    font-weight: 700;
}

.timeline-section li .icon-container {
    display: inline-block;
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    margin-left: -38px;
    padding-top: 2px;
    background: #37517e;
}
.timeline-section li .icon-container i {
    font-size: 29px;
    color: white;
    text-align: center;
    margin: 14%;
}


.timeline-section li .info {
    text-align: left;
    background: #3e92d2;
    margin-left: 15px;
    --bs-border-radius: 15px;
    border-radius: 6px;
    color: white;
    padding: 20px;
    font-size: 16px;
}


h2 {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #37517e;
}

h4 {
    font-size: 1.5rem;
    color: #7f7f7f;
    font-weight: 400;
}

h4 a {
    font-size: 22px !important;
    color: #2487ce !important;
}

h5 {
    text-align: inherit;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 23px;
    color: #e3e3e3;
    margin-bottom: 46px;
}
#header .logo {
    font-weight: normal;
    text-transform: none;
}

#header .logo a {
    line-height: 0;
}

#hero {
    background: rgb(168,207,240);
    background: linear-gradient(225deg, rgba(168,207,240,1) 0%, rgba(38,115,171,1) 100%);
}

#offer {
    background: url("assets/img/offer-bg.jpg") top center;
    background-size: cover;
    position: relative;
}

#offer:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#offer .icon-boxes {
    margin-top: 100px;
}

#offer .icon-boxes i {
   font-size: 60px;
}

#offer .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

#offer .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#offer .icon-box .title a {
    color: #124265;
    transition: 0.3s;
}

#offer .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

#offer .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #2487ce;
}

#offer .icon-box:hover {
    transform: scale(1.08);
}

#offer .icon-box:hover .title a {
    color: #2487ce;
}


.why-us {
    background: #f8f9f9;
}

.why-us .content {
    padding: 0;
}
.why-us .accordion-list {
    padding: 0;
}

section {
    padding: 100px 0;
}

#contact_teaser {
    padding: 30px 0;
    border: 1px solid #eee;
    text-align: center;
}

.yellowbox {
    background-color: rgb(248 249 249);
}

.yellowbox2 {
    background-color: rgb(239 239 239);
}

.teaser-button-linked {
     background-color: #fddb1e;
     padding: 20px;
     border-radius: 18px;
     color: #5e5e5e;
     font-size: 22px;
     font-weight: 700;
 }

.teaser-button-linked:hover {
    color: #5e5e5e;
    background-color: #eeca20;
}
