body {
    overflow-x: hidden;
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* Search form */
#searchsubmit {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #fff;
    font-family: "brother-1816", sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 800;
    border: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
    padding: 8px;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAABwklEQVQ4jZXUTYiNURzH8c+9zVCDUdJIJAsbxksSxSTldSFdNCxksrFRozQ7q3MfNnZIiayRlJLyEqHUbESUkfeSWEzIy8SCYnHPkzMnd5r7q6f/73/Oeb7n/3T+z6nU63WZ2rEDvViG6fiKIVzGeXwqF4cQRr1czWA1vMRZbMMcdGAm1uMEXmNfXkWptsQfwNEkv4S7+IhOrMAeTMVJLMD+ZsDNCewR9uJBtvY06rHKGvoxjMPpovKTL8T4DEv/Ayv1DltxNeaHiqKYnQP7MCnmtSagXL34Ef2oU6lid/SDeDFO4E+cin5DDpwf/ZVxwkoNxthVFEVHCpwY/UiLwF8xtmNCChyOvrtF4IwYv6XFVHEv+p0tAvtifBVC+J0Cj0U/TXZiY2g7Vkd/PJ2oapxs2Yd1jaYeS+twMfqnIYRzORB2+dcyZ+IGPUb/692xmltx/DOW5LtVkttmCm5gZTL/XuNm6cTcZHwIG3EQa7AlhPA2rRC+YxUG8DyOzcLiBPYBR7Aw+n4swsOiKOblFeZarnEfduELnmh0RNl/FWzCtZiPoKdNc92PTzP9wXWsxW1MxuP8gm1ZIYQ7Ggf4Bjf/AuwCYrc435g6AAAAAElFTkSuQmCC);
    height: 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
    top: 10px;
    right: 0;
    position: absolute;
    width: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
}

#s {
    display: block;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
    box-sizing: border-box;
    margin-right: 1rem;
    padding-right: 50px;
    border: none;
    box-shadow: none;
    background: #fff;
    max-width: 100%;
    z-index: 2;
    outline: none !important;
}

#searchform {
    transition: 0.3s all ease;
    position: relative;
}

#s::placeholder {
    font-weight: 700;
}

.header-search {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 0%;
    min-width: 20px;
    margin-top: 25px;
    transition: 0.3s all ease;
    z-index: 11;
}

.header-search.opened {
    width: 100%;
    transition: 0.3s all ease;
}


/* Banners */
.top-banner-inner {
    position: relative;
    clip-path: url(#banner_clip_bottom);
    -webkit-clip-path: url(#banner_clip_bottom);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.curved-bottom {
    clip-path: url(#banner_clip_bottom);
    -webkit-clip-path: url(#banner_clip_bottom);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.curved-top {
    clip-path: url(#banner_clip_top);
    -webkit-clip-path: url(#banner_clip_top);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hand-phone-holder::after {
    position: absolute;
    display: block;
    content: "";
    width: 490px;
    height: 737px;
    background-image: url(../img/hand-phone.png);
    bottom: -100%;
    right: 0;
}

/* Soluctions */
.card_linkeable_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}


@media only screen and (max-width: 1600px) {
    .hand-phone-holder::after {
        right: inherit;
        left: 85vw;
    }
}

@media (max-width: 1260px){
    .cta_header .elementor-button-link{
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1130px){
    .hand-phone-holder::after{
        left: unset;
        right: 0;
        bottom: 0%;
        height: 347px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 230px;
    }
    .header-search {
        right: 70px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 640px){
    .hand-phone-holder::after{
        right: inherit;
        left: 70vw;
        bottom: -50%;
        width: 300px;
        height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .curved-top, .top-banner-inner.services {
        clip-path: url();
        -webkit-clip-path: url();
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@media (min-width: 1131px) and (max-width: 1191px){
    .header_center .elementor-widget-wrap {
        justify-content: flex-start !important;
    }
}

@media (min-width: 1131px) and (max-width: 1261px){
    .header_center {
        width: 65% !important;
    }
    .header_right {
        width: 19% !important;
    }
}

@media only screen and (min-width: 1131px) and (max-width: 1600px) {
    .hand-phone-holder::after {
        width: 300px;
        height: 400px;
        bottom: 120px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 1025px) {
    .header-search.opened {
        width: calc(100% - 20px);
    }
}