:root {
    --pill-radius: 32px;
    --image-in-pill-radius: 22px;
    --beige-color: #FBF7F5;
    --orange-color: #F77D00;
}

body {
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5;
}
@media (min-width: 1511px) {
    .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1511px;
    }
}

a {
    color: #f77d00;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #222;
}
p img {
    max-width: 100%;
    height: auto;
}
p a {
    text-decoration: underline;
}
.landing-tpl .content p {
    margin-bottom: 2rem;
    line-height: 30px;
}
.recaptcha-notice {
    font-size: 12px;
    color: #6c757d;
}
.grecaptcha-badge {
    visibility: hidden;
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
    bottom: 65px !important;
    z-index: 2;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.btn {
    border-radius: 7px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #f77d00;
    color: #f77d00;
    background: transparent;
    /* min-width: 300px; */
}
.btn.fullwidth {
    width: 100%;
}
.btn.black {
    color: #333;
    border-color: #333;
}

.btn:hover,
.btn-primary:hover,
.btn.primary {
    background: #f77d00;
    color: #fff;
}
.btn.black:hover {
    background: #333;
}
.btn.primary.black {
    background: #333;
    /* border-color: #333; */
}
.btn.primary:hover {
    background: transparent;
    color: var(--orange-color) !important;
}
.btn.primary.black:hover {
    color: #333;
}

input.form-control,
textarea.form-control {
    border-radius: 25px;
    padding: 13px 25px;
    font-size: 16px;
    letter-spacing: 1.7px;
    line-height: 25px;
    color: #333;
    height: auto;
}

.subscribe-form input.form-control {
    border: none;
}

.certificate-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.certificate-icons img {
    margin-right: 30px;
}
.certificate-icons img:last-child {
    margin-right: 0;
}

.title .dot,
.title .bullet {
    color: #f77d00;
}

.sblock,
.section-block {
    text-align: center;
    padding: 90px 0;
    background-color: #fff;
}
.sblock.grey,
.sblock.gray,
.section-block.grey,
.section-block.gray {
    background-color: #f6f6f6;
}
.sblock.dark,
.section-block.dark {
    background-color: #222;
    color: #f6f6f6;
}
.sblock.orange,
.section-block.orange {
    background-color: #f77d00;
    color: #f6f6f6;
}
.sblock.orange .dot,
.section-block.orange .dot,
.sblock.orange .bullet,
.section-block.orange .bullet {
    color: #fff;
}
.sblock.over-next,
.section-block.over-next {
    margin-bottom: -180px;
}
.sblock.over-next .body,
.section-block.over-next .body {
    z-index: 2;
    position: relative;
}
.sblock.over-next + div,
.sblock.over-next + section,
.section-block.over-next + div,
.section-block.over-next + section {
    padding-top: 200px;
}
.sblock .header,
.section-block .header {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
.sblock .header .title,
.section-block .header .title {
    color: #222;
    letter-spacing: 3.2px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.25;
}
.sblock .header .subtitle,
.section-block .header .subtitle {
    color: #333;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-size: 22px;
}
.sblock.dark .title,
.sblock.dark .subtitle,
.sblock.orange .title,
.sblock.orange .subtitle,
.section-block.dark .title,
.section-block.dark .subtitle,
.section-block.orange .title,
.section-block.orange .subtitle {
    color: #f6f6f6;
}
.sblock .links img,
.section-block .links img {
    max-width: 100%;
    height: auto;
}
.sblock .links .btn,
.section-block .links .btn {
    margin: 20px 0;
    display: inline-block;
}

.link-under-btn {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    color: #f77d00;
    font-weight: bold;
    display: inline-block;
}
.link-under-btn.black {
    color: #333;
}
.link-under-btn:hover {
    color: #f77d00;
    text-decoration: none;
}
.link-under-btn.black:hover {
    color: #333;
}

.sblock.plain-text h1,
.sblock.plain-text h2,
.sblock.plain-text h3,
.sblock.plain-text h4,
.section-block.plain-text h1,
.section-block.plain-text h2,
.section-block.plain-text h3,
.section-block.plain-text h4 {
    color: #f77d00;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
}
.sblock.plain-text h2,
.section-block.plain-text h2 {
    font-size: 1.75rem;
}
.sblock.plain-text h3,
.section-block.plain-text h3 {
    font-size: 1.5rem;
}
.sblock.plain-text h4,
.section-block.plain-text h4 {
    font-size: 1.25rem;
}
.sblock.plain-text p,
.section-block.plain-text p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

/* NEW HEADER */
header.sticky-top {
    box-shadow: 0px 4px 4px 0px #00000017;
}
header .main-menu a {
    color: inherit;
}
header .main-menu li.active a,
header .main-menu a:hover {
    color: #f77d00;
}
.homepage-header .intro-block {
    max-width: 715px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-bottom: 80px !important;
}
.homepage-header .intro-block h1 {
    font-size: 3.75rem;
    line-height: 1;
}
.homepage-header .intro-block .subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
}
.homepage-header .bg-image {
    max-height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.homepage-header .bg-image img {
    width: 100%;
}

.homepage-header .three-cols {
    display: grid;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    /* display: flex; */
    gap: 25px;
    justify-content: center;
    margin: -50px auto 0;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.homepage-header .three-cols > div {
    background: #fff;
    border-radius: 32px;
    width: 100%;/*350px;*/
    /* flex: 0 0 350px; */
    box-shadow: 0px 0px 10px 0px #00000040;
    background: #FBF7F5;
}

@media (max-width: 768px) {
    .homepage-header .three-cols {
        grid-template-columns: 1fr;
        max-width: 90%;
    }
    .homepage-header .pill-item .img-cover {
        height: 150px;
    }
    .container-xxl {
        max-width: 1511px;
    }
}

.homepage-header .three-cols img {
    border-radius: var(--image-in-pill-radius);
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.homepage-header .three-cols .fs-2 {
    line-height: 2.2rem;
}
.homepage-header .three-cols .fs-4 {
    line-height: 1.9rem;
    font-weight: 500;
}


/* END NEW HEADER */

.header-body {
    position: relative;
    padding: 20px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-body.with-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(240,240,240,0.85);
}
.header-body.with-bg.dark-header::before {
    background: rgba(25,25,25,0.8);
}

.header-body .sblock.dark,
.header-body .section-block.dark {
    background-color: transparent;
}

.header-body > .container {
    z-index: 2;
    position: relative;
}

.nav-header-container {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#main-navbar > ul li {
    margin: 0 10px;
}

.navbat-toggler-stripe {
    width: 30px;
    height: 4px;
    background: #333;
    display: block;
    margin: 5px 0;
    -webkit-transition: background .3s ease-in-out, background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out, background .3s ease-in-out;
    -o-transition: background .3s ease-in-out, background .3s ease-in-out;
    transition: background .3s ease-in-out, background .3s ease-in-out;
}

.tools-line {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    animation: loop 55s linear infinite;
    width: fit-content;
}
.tools-line.scroll-right {
    animation: loop-right 55s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes loop-right {
    0% {transform: translateX(-50%);}
    100% {transform: translateX(0%);}
}
.tools-line .tool-item {
    background: #FBF7F5;
    width: 330px;
    border-radius: 32px;
    font-weight: bold;
    flex: 0 0 330px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tools-line .tool-item img {
    max-width: 140px;
    height: auto;
}


header .nav-header-container .current-lang,
header .nav-header-container a {
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.dark-header .nav-header-container .current-lang,
.dark-header .nav-header-container a {
    color: #f6f6f6;
}

header .nav-header-container .current-lang:hover,
header .nav-header-container a:hover {
    color: #f77d00;
    cursor: pointer;
}
header .nav-header-container li.active > a {
    color: #f77d00;
}

.nav-header-container .contact-link,
.nav-header-container .current-lang {
    margin: 0 10px;
    padding: 5px;
    display: inline-block;
}

.lang-switcher {
    position: relative;
}
.lang-switcher .current-lang {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
}
.lang-switcher .current-lang:hover {
    color: var(--orange-color);
}
.lang-switcher .material-icons {
    max-width: 24px;
    overflow: hidden;
}
.lang-switcher ul {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    position: absolute;
    list-style: none;
    transition: all 0.25s ease-in-out;
    padding: 0;
}
.lang-switcher.open ul {
    max-height: 100%;
    opacity: 1;
}
.lang-switcher ul a {
    padding: 5px 10px;
    display: inline-block;
}

.lang-switcher ul a:hover {
    color: var(--orange-color);
}
.light-header .lang-switcher ul a {
    color: #222 !important;
}
.light-header .lang-switcher ul a:hover {
    color: #f77d00 !important;
}

.header-body .sblock,
.header-body .section-block {
    background: transparent;
}
.header-body .header-content {
    flex-direction: column;
    padding: 90px 0;
}

footer {
    background: #222;
    padding: 70px 40px;
    color: #f6f6f6;
}

footer a {
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
    color: #f77d00;
}

footer .footer-logo {
    text-align: center;
    margin-bottom: 80px;

}
footer .footer-logo img {
    max-width: 250px;
}
footer .footer-logo .slogan {
    display: inline-block;
    padding: 20px 0;
}
footer .footer-col {
    font-size: 22px;
}
footer .footer-col .title {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 20px;
}
footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottom-footer {
    padding-top: 90px;
    color: #f6f6f6;
    justify-content: space-between;
}
.bottom-footer nav {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: right;
}
.bottom-footer nav a {
    color: #f6f6f6;
    margin: 0 5px;
    text-decoration: underline;
}
.bottom-footer nav a:hover {
    text-decoration: none;
}




.orange-column > .wrap {
    color: #f6f6f6;
    border-radius: 20px;
    background-color: #f77d00;
    display: flex;
    align-items: center;
    padding: 110px 40px 90px;
    flex-direction: column;
    margin-top: 140px;
    font-size: 18px;
    line-height: 31px;
    position: relative;
}
.orange-column > .wrap img.icon {
    position: absolute;
    top: -90px;
}
.orange-column .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.swiping, .swiping * {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.swiper-on {
    cursor: grab;
}
.swiper-on:not(.swiping) {
    transition: transform 0.2s ease;
}

.pill-item {
    box-shadow: 0px 0px 10px 0px #00000040;
    border-radius: var(--pill-radius);
}
.pill-item .img-cover {
    height: 200px;
    width: 100%;
    border-radius: var(--image-in-pill-radius);
    background-size: cover;
    background-position: 50% 50%;
}

.pill-item.pill-lg {
    width: 350px;
    flex: 0 0 350px;
    background: #FBF7F5;
}

.pill-item img {
    max-height: 180px;
}
.pill-item .fs-4 {
    line-height: 1.25
}
.usp-items {
    gap: 25px;
}
.usp-items .usp-item {
    flex: 0 0 240px;
    text-align: left;
}
.usp-items .usp-item strong {
    font-weight: 500;
}
.usp-items .usp-item.pill-item .img-cover {
    height: 120px;
}
.usp-items .usp-item p {
    margin-bottom: 0.5rem;
}
.advantage-columns {
    padding: 60px 0 0;
}

.clients .list .item {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: #f6f6f6;
    margin: 7px;
    display: inline-block;
    line-height: 150px;
    padding: 0 15px;
}
.clients .list .item span {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 15px;
}
.clients .list .item img {
    width: 100%;
    height: auto;
}

.cases-container.sblock {
    text-align: left;
}
.cases-container {
    background: var(--beige-color);
    overflow: hidden;
}
.cases-container .arrows {
    display: flex;
}
.cases-container .arrows .arrow {
    width: 3.5rem;
    display: inline-block;
    height: 3.5rem;
    background: var(--orange-color);
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    cursor: pointer;
}
.cases-container .arrows .arrow i {
    transform: scale(2);
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.cases-feed {
    display: flex;
    gap: 30px;
    /* transition: transform 0.25s ease-in-out; */
}
.cases-feed .item {
    border-radius: var(--pill-radius);
    background: #fff;
    width: 425px;
    flex: 0 0 425px;
    padding: 30px 0;
}
.cases-feed .item .name {
    font-size: 32px;
    color: var(--orange-color);
}
.cases-feed .item .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.15;
    height: 80px;
    overflow: hidden;
}
.cases-feed .item .cover {
    width: 100%;
    background-size: cover;
    height: 200px;
}
.cases-feed .item p {
    margin-bottom: 0.5rem;
}

.portfolio-feed .item {
    text-align: left;
    position: relative;
    overflow: hidden;
}

.portfolio-feed .item .item-wrap {
    padding: 70px 90px;
}
.portfolio-feed .item.fullw .item-wrap {
    background: rgba(25,25,25,0.7);
}
.portfolio-feed .item .cover {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.portfolio-feed .item .cover + .row {
    position: relative;
}
.portfolio-feed .item.halfw .cover {
    width: 50%;
    left: 0;
}
.portfolio-feed .item.halfw.onleft .cover {
    left: auto;
    right: 0;
}
.portfolio-feed .item .cover img {
    width: 100%;
    height: auto;
}
.portfolio-feed .item .name {
    color: #f77d00;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.2px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
}
.portfolio-feed .item .name::before {
    content: '';
    width: 25px;
    height: 7px;
    border-radius: 4px;
    background: #f77d00;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    left: 0;
}

.portfolio-feed .item .title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.portfolio-feed .item .description {
    padding-bottom: 30px;
}

section.more-magento {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.more-magento::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(50,50,50,0.95);
}
section.more-magento > .container {
    z-index: 2;
    position: relative;
}

.blog-articles {
    gap: 25px;
    text-align: left;
}
.blog-articles .article-item {
    flex: 0 0 345px;
    width: 345px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: var(--pill-radius);
}
.blog-articles .article-item .fs-5 {
    line-height: 1.25;
}
.blog-articles .article-item .img-cover {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--image-in-pill-radius);
}

.magento-articles > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row > div .col-title {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 20px;
}


.sblock .container > img {
    max-width: 100%;
    height: auto;
}
.sblock.members .member,
.section-block.members .member {
    font-size: 22px;
    letter-spacing: 0.2px;
    color: #333;
    padding: 0 50px
}
.sblock.members .avatar,
.section-block.members .avatar {
    width: 250px;
    height: 250px;
    background-color: #d8d8d8;
    border-radius: 50%;
}
.sblock.members .name,
.section-block.members .name {
    color: #222;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 3.2px;
    margin: 30px 0;
}

.modal .modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
}
.modal img.logo {
    max-width: 190px;
}
.modal .close {
    cursor: pointer;
}
.modal .modal-title {
    color: #222;
    letter-spacing: 3.2px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.25;
}
.modal .modal-subtitle {
    color: #333;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-size: 22px;
}
.modal .submit-btn {
    width: 100%;
}

.modal .contact-cols .item.emailcol {
    border-left: none;
    padding-left: 15px;
}
.contact-cols {
    margin-top: 20px;
}
.contact-cols .item.locationcol {
    padding-left: 0;
    border-left: none;
}
.contact-cols .item .icon {
    margin-right: 15px;
}
.contact-cols .item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    margin-bottom: 5px;
}
.contact-cols .item .text {
    color: #666;
}
.contact-cols .item {
    border-left: 1px solid #ccc;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}
.contact-cols .item:first-child {
    border-left: none;
}


.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* padding: 15px 15px; */
    background: rgba(0, 0, 0, 0.6);
    /* opacity: 0; */
    /* -webkit-transition: opacity 0.15s linear; */
    /* transition: opacity 0.15s linear; */
}

.uk-modal.uk-open {
    opacity: 1;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - 0.01px) !important;
    background: #fff;
    /* opacity: 0; */
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
        transition-property: all;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.uk-height-viewport {
    min-height: 100vh;
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.uk-modal-page {
    overflow: hidden;
}
.uk-modal-page .over-next {
    position: relative;
    z-index: 0;
}

.uk-open > .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.uk-modal .modal-close {
    background: none;
    border: none;
    padding: 20px;
    cursor: pointer;
}

#menuMobile > .uk-modal-body {
    display: flex;
    align-items: stretch;
}
#menuMobile > .uk-modal-body .container {
}
#menuMobile .mobile-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
#menuMobile .mobile-menu-container li {
    margin: 10px 0;
}
#menuMobile .mobile-menu-container a {
    color: #000;
    font-size: 22px;
}
#menuMobile .mobile-menu-container a:hover {
    color: #f77d00;
}

#menuMobile .lang-switcher {
    cursor: pointer;
}
#menuMobile .lang-switcher i,
#menuMobile .lang-switcher span.current-lang,
#menuMobile .lang-switcher a {
    color: #000;
}
#menuMobile .current-lang:hover span,
#menuMobile .current-lang:hover i,
#menuMobile .lang-switcher a:hover {
    color: #f77d00;
}

.post-content {
    max-width: 960px;
    margin: 0 auto;
}
.post-content p {
    line-height: 1.75;
}
.articles-list {
    display: flex;
    flex-wrap: wrap;
}
.articles-list .post {
    text-align: left;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-bottom: 60px;
}
.articles-list .post-image {
    margin-bottom: 15px;
}
.articles-list .post-image img {
    width: 100%;
    height: auto;
}
.articles-list .post h2.title {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 15px;
}
.articles-list .post .title a {
    color: #222;
}
.articles-list .post .title a:hover {
    color: #f77d00;
}
.articles-list .post .readmore {
    width: 100%;
    margin-top: auto;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    margin: 30px 0 15px;
}

.post-item.item {
    margin-bottom: 40px;
}
.post-item.item .item-wrap {
    padding: 40px 50px;
}

.paging ul {
    list-style: none;
}
.paging ul li {
    display: inline-block;
}
.paging ul li a {
    display: inline-block;
    padding: 5px 15px;
}
.paging ul li a.active,
.paging ul li a:hover {
    background-color: #f77d00;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .nav-header-container > .lang-switcher {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        top: 55px;
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        padding: 20px;
        box-shadow:
        rgba(0, 0, 0, 0.1) 0px 3px 3px 0px;
    }

    header {
        padding-top: 0;
    }
    header .navbar {
        padding: 0;
    }
    header > .container {
        padding-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .portfolio-feed > .container {
        max-width: 100%;
    }
    .portfolio-feed .item .item-wrap {
        padding: 70px 30px;
    }

    .bottom-footer {
        padding-top: 45px;
    }
    .bottom-footer .copyright-text {
        font-size: 14px;
    }
    .footer-col {
        padding-left: 0;
        padding-right: 0;
    }
    .bottom-footer > div {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    #menuMobile > .uk-modal-body .container,
    header > .container {
        max-width: 100%;
        padding: 20px 20px 0 20px;
    }

    #menuMobile > .uk-modal-body .container {
        padding: 0;
    }

    .portfolio-feed .item.halfw .cover {
        width: 100%;
        left: 0;
        right: auto;
    }
    .portfolio-feed .item .item-wrap {
        padding: 70px 25px;
        background: rgba(50,50,50,0.4);
    }
    .portfolio-feed.sblock,
    .portfolio-feed.section-block {
        padding: 50px 0;
    }
    .certificate-icons img {
        margin-right: 15px;
    }
    .certificate-icons img.cert1 {
        width: 45px;
    }
    .certificate-icons img.cert2 {
        width: 95px;
    }
    .certificate-icons img.cert3 {
        width: 75px;
    }
    .certificate-icons img.cert4 {
        width: 135px;
    }
    .certificate-icons img {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .certificate-icons img {
        margin-bottom: 10px;
    }
    .portfolio-feed .item .item-wrap {
        padding: 70px 15px;
    }
    .certificate-icons img.cert1 {
        width: 35px;
    }
    .certificate-icons img.cert2 {
        width: 70px;
    }
    .certificate-icons img.cert3 {
        width: 60px;
    }
    .certificate-icons img.cert4 {
        width: 100px;
    }

    .top-header .logo img {
        max-width: 200px;
    }

    .homepage-header .intro-block h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 380px) {
    .nav-header-container .logo img {
        max-width: 200px;
    }
}

.contact-form-messages {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #fafafa;
    color: #fff;
    background: #d03c3c;
    font-size: 12px;
    visibility: hidden;
    display: none;
}
.contact-form-messages.visible {
    visibility: visible;
    display: block;
}
.contact-form-messages p {
    margin: 0;
}
.contact-form-messages #jGrowl .alert {
    width: 100%;
    margin: 0;
}
