body {
    font-family: Roboto;
    color: #3c3d48;
    font-size: 16px;
    line-height: 28px;
}

a:hover {
    text-decoration: none !important;
    color: #f14623;
    transition: ease all 0.3s;
}

[type="submit"]:focus {
    outline: 0;
}

.navbar-brand img {
    width: 97px;
    height: auto;
}

.navbar-cst {
    background: rgb(232, 232, 232);
    background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    border-bottom: 1px solid #f1f1f1;
}

.navbar-brand {
    position: relative;
}

.nav-absolute {
    position: absolute;
    top: -18px;
}

.nav-link {
    display: block;
    padding: 1.3rem 1.4rem !important;
}

.navbar {
    padding: 0rem 1rem;
    padding-right: 0px;
}

.contact-btn {
    height: 70px;
    border: 0px;
    padding: 20px 25px;
    background: #f14623;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    color: #ffffff;
    transition: ease-in-out all 0.3s;
}

.contact-btn span.icon {
    background: url('../img/envalop-icon.png') no-repeat;
    float: left;
    width: 45px;
    height: 28px;
    background-size: 37px;
    position: relative;
    top: 5px;
}

.contact-btn:hover {
    background: #cce310;
    color: #ffffff;
    transition: ease-in-out all 0.3s;

}

.phone-btn {
    height: 70px;
    border: 0px;
    padding: 20px 20px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #000000;
    background: transparent;
    border-left: 1px solid #f1f1f1;
    transition: ease all 0.3s;
}

.phone-btn span.icon {
    background: url('../img/phone-icon.png') no-repeat;
    float: left;
    width: 20px;
    height: 26px;
    background-size: 17px;
}

.phone-btn:hover {
    background: #cce310;
    color: #000000;
    transition: ease all 0.3s;

}

.search-btn {
    height: 70px;
    border: 0px;
    padding: 20px 20px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #000000;
    background: transparent;
    border-left: 1px solid #f1f1f1;
    transition: ease all 0.3s;
}

.search-btn span.icon {
    background: url('../img/search-icon.png') no-repeat;
    float: left;
    width: 28px;
    height: 28px;
    background-size: 28px;
}

.search-btn:hover {
    background: #cce310;
    transition: ease all 0.3s;

}


.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.main-banner {
    height: 730px;
    background-image: url('../img/banner1.jpg');
    background-size: cover;
    background-position: center;
}

button:focus {
    outline: 0px;
    /* outline: 5px auto -webkit-focus-ring-color; */
}

.s {
    width: 100%;
    background: rgb(242, 242, 242);
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    position: fixed;
    height: 240px;
    z-index: 20000;
    top: 0px;
    display: none;
    padding: 3rem 4rem;
    border-bottom: 1px solid #d5d5d5;
}

.close-search {
    position: absolute;
    right: 14px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #9E9E9E;
}

.close-search:hover {
    color: #f14623;
    transition: ease all 0.3s;

}

.search-form-wrap {
    position: relative;
    padding: 4rem 2rem;
    transition: ease all 0.3s;
}

.search-button {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    background: transparent;
    border: 0px;
    color: #f14623;
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 62px;
    font-size: 24px;
    transition: ease all 0.3s;

}

.search-button:hover {
    color: #cce310;
    transition: ease all 0.3s;
}

.nav-link {
    position: relative;
}

.nav-link:before {
    content: "";
    position: absolute;
    background-color: red;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    transition-property: left right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;


}

.nav-link:hover::before,
.nav-link:active::before {
    width: 100%;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 49px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
        background: white;
        min-height: 100vh;
    }

    .nav-link {
        display: block;
        padding: 1.3rem 1.4rem !important;
        border-bottom: 1px solid #d9d9d9;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show {
        left: 0;
    }
}


.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}


#container {
    text-align: center;
}

.text_one {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px #f14623;
}

.cursor_one {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 30px;
    color: #ffffff;
    animation: blink .75s step-end infinite;
}

.banner-box {
    min-height: 80px;
}

.sub-heading {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

@media (max-width: 768px) {
    .text_one {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        letter-spacing: 2px;
        font-size: 1.6rem;
        font-weight: 700;
        text-shadow: 1px 1px #f14623;
    }

    .cursor_one {
        display: inline-block;
        vertical-align: middle;
        width: 3px;
        height: 12px;
        color: #ffffff;
        animation: blink .75s step-end infinite;
    }

    .sub-heading {
        font-weight: bold;
        font-size: 1.6rem;
        text-align: center;
        color: #ffffff;
        text-shadow: 1px 1px #000000;
    }

    .banner-box {
        min-height: 80px;
    }
}

@keyframes blink {

    from,
    to {
        background-color: transparent
    }

    50% {
        background-color: orange;
    }
}

.big-button {
    height: auto;
    font-size: 18px;
    padding: 12px 57px;
    background-color: #f14623;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease all 0.3s;
}

.big-button:hover,
.big-button:active,
.big-button:focus {
    color: white;
    background-color: #8BC34A;
    text-decoration: none;
    transition: ease all 0.3s;
}

.tbp60 {
    padding: 60px 0px;
}

.tbp100 {
    padding: 100px 0px;
}

hr {
    width: 100px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f14623;
    border: 0 none;
    margin: 20px 0px 30px 0px;
    border-radius: 1px;
}

.shadow {
    box-shadow: 0 0 55px 5px rgba(0, 0, 0, .06) !important;
}

.one-btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: 20px;
    color: #e74c3c;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    align-self: center;
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 30px;
    padding: 0.7rem 1.3rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .06);
    display: inline-block;
}

.one-btn:hover,
.one-btn:focus {
    color: #fff;
    outline: 0;
}

.first {
    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.first:hover {
    box-shadow: 0 0 40px 40px #e74c3c inset;
}

.content-right {
    padding-left: 40px;
}

@media (max-width: 992px) {
    .content-right {
        padding-left: 10px;
        padding-top: 40px;
    }
}

.section-top {
    background-image: url('../img/rcorner-white.png');
    background-repeat: no-repeat;
    background-position: right top;
}


/*service box */
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*! end @import */
/*! @import https://designing-world.com/saasbox-v1.6.0/css/default/lineicons.min.css */
.g-0 {
    --bs-gutter-x: 0;
}

.g-0 {
    --bs-gutter-y: 0;
}

.section-padding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-gray {
    background-color: #f4f4ff;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 85px;
}

.section-heading span {
    color: #0811fb;
}

.section-heading h2 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.border {
    border-color: #eeeeee !important;
}

.demo-single-feature {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
	min-height: 186px;
}

.demo-single-feature img {
    max-height: 80px;
}

.demo-single-feature:hover,
.demo-single-feature:focus {
    -webkit-box-shadow: 0 10px 71px rgba(47, 91, 234, 0.175);
    box-shadow: 0 10px 71px rgba(47, 91, 234, 0.175);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 100;
}

@media only screen and (max-width: 767px) {
    .demo-single-feature h5 {
        font-size: 1rem;
    }
}

.used-technology-area,
.g-0 {
    border: 1px solid #eeeeee;
}

.used-technology-area a,
.used-technology-area a:hover,
.used-technology-area a:active {
    color: #3c3d48;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/*GALLERY*/
.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F; 
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery_product img {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    transition-timing-function: ease-in;
    transition: 0.5s;
    overflow: hidden;
}

.gallery_product img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition-timing-function: ease-in;
    transition: 0.5s;
    overflow: hidden;
}

.padding0 {
    padding: 0px !important;
}



/*call to action*/
.meeting {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    color: white;
    Background: #f14623;
    ;
    transition: ease all 0.3s;
    text-decoration: none;
}

.meeting:hover,
.meeting:active,
.meeting:focus {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    color: white;
    Background: #d83616;
    transition: ease all 0.3s;
    text-decoration: none;
}

.bs-calltoaction {
    position: relative;
    width: auto;
    padding: 30px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.cta-contents {
    padding-top: 18px;
    padding-bottom: 10px;
}

.cta-title {
    margin: 0 auto 15px;
    padding: 0;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
}

.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-color {
    background: rgb(233, 233, 233);
    background: linear-gradient(90deg, rgba(233, 233, 233, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(224, 224, 224, 1) 100%);
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}


.footer-one {
    background-color: #040505;
    color: #7e858c;
    padding: 40px 0px;
    font-size: 14px;
}

.footer-one a {
    color: #7e858c;
    text-decoration: none;
    transition: ease all 0.3s;
}

.footer-one a:hover {
    color: #f14623;
    text-decoration: none;
    transition: ease all 0.3s;
}

.footer-one ul {
    padding: 0px;
    margin: 0px;
}

.footer-one ul li {
    list-style: none;
}

.footer-heading {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(227 227 227);
    margin-bottom: 10px;
}

.footer-social-icons {
    width: 100%;
    margin-top: 15px;
    clear: both;
}

.footer-social-icons a {
    font-size: 24px;
    margin-right: 12px;
    color: #7e858c;
}

.footer-two {
    background-color: #040505;
    color: #7e858c;
    padding: 10px 0px 20px 0px;
    font-size: 14px;
}

.bg1 {
    background-image: url('../img/bg.jpg');
    background-size: cover;
}


.only-mobile {
    display: none;
}

.only-dtp {
    display: block;
}

@media only screen and (max-width: 768px) {
    .only-mobile {
        display: block!important;
    }

    .only-dtp {
        display: none;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .6rem 2rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f14623;
    transition: ease all 0.3s;
}

.service-banner {
    height: 80vh;
    background-size: contain;
    background-position: center;
}

.service-banner-wrap {
    padding: 10px;
    margin-top: 70px;
}

.service-banner-wrap h1 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.service-banner-wrap h2 {
    color: #ffffff;
}

.section-one {
    padding: 100px 0px;
}

.section-two {
    padding: 100px 0px;
    background-color: #f9f9f9;
}

.colwrap3 {
    box-shadow: 0 0 55px 5px rgba(0, 0, 0, .06) !important;
    padding: 3.2rem 2.8rem;
    min-height: 532px;
}

.portfolio-bg {
    min-height: 370px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    margin-top: 70px;
}

.portfolio-grey {
    background-color: #f5f5f5;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
    border-bottom: 2px solid #7ab8fa;
}

.modal-button {
    height: auto;
    font-size: 13px;
    padding: 6px 30px;
    background-color: #f14623;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border: 0px;
    transition: ease all 0.3s;
}

.modal-button:hover {
    background: #42B32F;
}

.modal-body {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    transform: ease all 0.4s;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    border-radius: 20px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 0px;
    font-size: 0.9rem;
}


input [type='submit']:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info-icon span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    background-color: rgba(223, 15, 15, 1);
}

.contact-info-text {
    display: table-cell;
    vertical-align: top;
    padding: 4px 0 0 20px;
    font-size: 14px;
    line-height: 1.4em;
}

.contact-info-icon {
    display: table-cell;
    vertical-align: top;
    width: 50px;
}


.contact-info-wrapper {
    background: #f14623;
    padding: 20px;
    font-size: 14px;
    color: white;
}

.contact-info li {
    padding: 40px 10px;
}

.contact-info li:nth-child(2) {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.red {
    background: #f14623;
}

.white {
    background: #ffffff;
}

/*whatsapp*/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%
}

.floating-wpp:hover {
    bottom: 17px
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}

/*search form */
.search-banner {
    background-image: url('../img/search-banner.jpg');
    background-size: cover;
    background-position: center;
}

.wp-search-form {
    border-bottom: 1px solid #cacaca;
    font-size: 26px;
    color: #cacaca;
}

.wp-search-form::placeholder {
    color: #cacaca;
}

.the-search {
    padding: 80px 0px;
}

.the-search ul {
    padding: 0px;
    margin: 0px;
}

.the-search li {
    list-style: none;
}

.fourofour {
    margin-top: 140px;
    min-height: 400px;
    text-align: center;
}

.mobile-contact {
    display: inline-block;
    position: absolute;
    right: 51px;
    height: 53px;
    /*width: 100px;*/
    width: 174px;
    overflow: hidden;
}

.mobile-contact span {
    display: inline-block;
}

.mobile-contact-box-one {
    display: inline-block;
    width: 46px;
    padding-top: 13px;
    border-left: 1px solid #d6d6d6;
    padding-bottom: 13px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
    cursor: pointer;
}

.mobile-contact-box-one:hover {
    background-color: #f5f5f5;
}

.mobile-contact-box-two {
    display: inline-block;
    width: 46px;
    padding-top: 13px;
    border-left: 1px solid #d6d6d6;
    padding-bottom: 13px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #d6d6d6;
    float: left;
    cursor: pointer;
}

.mobile-contact-box-two:hover {
    background-color: #f5f5f5;
}
.languages-block {
    display: inline-bock;
    padding-top:5px;
}
.danish {
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    padding: 0px 4px;
    background: rgb(246 253 185);
    background-image: url('../img/dutch.png');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
    color:#000000;
}

.spanish {
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    padding: 0px 4px;
    background: #ffd0c1;
    background-image: url('../img/spanish.png');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
    color:#000000;
}
.english {
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    padding: 0px 4px;
    background: #ffd0c1;
    background-image: url('../img/english.png');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    display: inline-block;
    font-weight: bold;
    margin-right: 15px;
    color:#000000;
}
.languages-block-m {
    display: inline-block;
    float: left;
    padding-top: 11px;
}