.main-section.contact{
    padding:90px 0 100px;
}
.contact_section{
    margin:0 0 60px 0;
}
.contact_section h2{
    font-size:40px;
    color:#ffffff;
    margin:0 0 50px 0;
    text-transform:uppercase;
    text-align: center;
}
.contact_block{
    text-align:center;
}
.contact_block_icon{
    border-radius: 50%;
    height: 85px;
    width:85px;
    margin:0px auto 20px;
}
.contact_block_icon.icon2{
    border-color:#7cc576;
}
.contact_block_icon.icon3{
    border-color:#49b5e7;
}
.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
.contact_block_icon.icon2{
    border-color:#7cc576;
}
.contact_block_icon.icon2 span{
    background:#7cc576;
}
.contact_block_icon.icon3{
    border-color:#49b5e7;
}
.contact_block_icon.icon3 span{
    background:#49b5e7;
}
.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}
.contact_block span{
    display:block;
    font-size:16px;
    color:#ffffff;
    line-height:20px;
}
.contact_block span a{
    font-size:16px;
    color:#ffffff;
    line-height:20px;
}
.contact-info-box{
    font-size:15px;
    margin:0 0 14px 68px;
    padding-left:0;
}
.contact-info-box h3{
    font-size: 24px;
    font-weight:600;
    margin:0 0 40px;
    color:#fff;
}
.contact-info-box p{
    line-height:28px;
    display:block;
    font-size:16px;
    color:#ffffff;
    margin:0 0 40px;
}
.social-link{
    padding:35px 0;
    margin:0 0 0 68px;
    display:block;
    overflow:hidden;
    list-style:none;
}
.social-link li{
    float:left;
    margin-right:8px;
}
.social-link li a{
    display:block;
    width:55px;
    height:55px;
    border:3px solid #fff;
    border-radius:50%;
    text-align:center;
    line-height:48px;
    font-size:25px;
    color:#fff;
    background:#222222;
    border-radius:50%;
    transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
    text-decoration:none;
}
.twitter a:hover {
    background: #55acee;
}
.facebook a:hover {
    background: #3b5998;
}
.instagram a:hover {
    background: #BA2174;
}
.gplus a:hover {
    background: #dd4b39;
}
.dribbble a:hover {
    background: #ea4c89;
}
.form{
    margin:0 66px 0 30px;
}
.input-text{
    padding:15px 16px;
    border:1px solid #ccc;
    width:100%;
    height:50px;
    display:block;
    border-radius:4px;
    font-size:15px;
    color:#aaa;
    font-family: 'Lato', sans-serif;
    margin:0 0 15px 0;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
    border: 1px solid #7cc576;
    outline:0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}
.input-text.text-area{
    height:230px;
    resize:none;
    overflow:auto;
    font-family: 'Lato', sans-serif;
}
.input-btn{
    font-family: 'Dosis', sans-serif;
    width:175px;
    height:50px;
    letter-spacing: 0px;
    background:#7cc576;
    border-radius:3px;
    color:#ffffff;
    font-size:16px;
    text-transform:uppercase;
    font-weight:600;
    border:0px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.input-btn:hover{
    background: #fff;
    color: #222;
}
/* Footer */
.footer_bottom{
    border-top:1px solid #333333;
    padding:40px 0;
}
.footer_bottom span{
    display:block;
    font-size:14px;
    color:#cccccc;
    text-align:center;
}
.footer_bottom span a{
    display:inline-block;
    color:#7cc576;
    font-size:16px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.footer_bottom span a:hover{
    color: #fff;
}
ul.navbar-nav .flag,
.navbar-header .flag {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
ul.navbar-nav li.dropdown a img {
    max-height: 18px;
}
ul.navbar-nav li.dropdown.open a {
    border-radius: 3px;
}
.dropdown-menu {
    min-width: 90px;
    background-color: #6B7265;
}
ul.navbar-nav li.dropdown.open ul.dropdown-menu li a:hover {
    color: #000000;
}
.contact_block span.viber, .contact_block span.whatsapp, .contact_block span.telegram {
    display: inline-block;
}
.contact_block span.viber {
    color: #655CAB;
}
.contact_block span.whatsapp {
    color: #0DC143;
}
.contact_block span.telegram {
    color: #249CD7;
}
.feedback {
    font-weight: normal;
    width: 200px;
    text-transform: none;
    padding-left: 9px;
}
.timeline > li .timeline-image h4.bePart {
    margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
    .form{
        margin-right: 30px;
    }
    .timeline > li .timeline-image h4.bePart {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .navbar-custom .nav li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .contact-info-box {
        margin-left: 30px;
        margin-right: 20px;
    }
    .navbar-header a.navbar-brand {
        font-size: 1.4em;
    }
    ul.navbar-nav li a {
        padding: 15px 5px;
    }
    .dropdown-menu {
        min-width: 70px;
    }
    ul.dropdown-menu li a {
        padding: 3px 11px;
    }
    .timeline > li .timeline-image h4.bePart {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .contact_block{
        margin-bottom: 15px;
    }
    .contact_section{
        margin:0 0 45px 0;
    }
}
@media only screen and (max-width: 767px) {
    .timeline > li .timeline-image h4.bePart {
        margin-top: 7px;
    }
    ul.navbar-nav li.dropdown.open ul.dropdown-menu li a {
        color: white;
    }
    ul.navbar-nav li.dropdown.open ul.dropdown-menu li a:hover {
        color: #fed136;
    }
}
@media only screen and (max-width: 560px) {
    .intro-text .intro-heading {
        font-size: 45px !important;
    }
    .intro-text.deutsch .intro-heading {
        font-size: 42px !important;
    }
}
@media only screen and (max-width: 476px) {
    .social-link {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 470px) {
    ul.navbar-nav li.dropdown {
        visibility: visible;
    }
    .intro-text .intro-heading {
        font-size: 36px !important;
    }
    .intro-text.deutsch .intro-heading {
        font-size: 34px !important;
    }
    section h2.section-heading,
    .contact_section h2 {
        font-size: 35px;
    }
    section.deutsch h2.section-heading {
        font-size: 32px;
    }
}
@media only screen and (max-width: 380px) {
    .navbar-header .navbar-toggle {
        padding: 7px 8px;
        margin-bottom: 6px;
    }
    .intro-text .intro-heading,
    .intro-text.deutsch .intro-heading {
        font-size: 28px !important;
    }
    section.deutsch h2.section-heading {
        font-size: 28px;
    }
}
@media only screen and (max-width: 320px) {
    .navbar-header .navbar-brand {
        padding-right: 15px;
    }
}