.quick-connect:hover,
.sales-email {
    text-decoration: underline;
    color: var(--first-color);
}
.qr-code,
.qr-num,
.quick-connect,
.send-button,
.text-bold {
    font-weight: var(--fw-bold);
}
.RockeitOffers-offer-strip {
    position: var(--ps-sticky) !important;
}
#RockeitOffers-offer-strip-wrapper {
    width: calc(100% + 15px);
    position: relative !important;
    left: -15px !important;
}
#wrapper .header {
    top: 0 !important;
}
.zls-sptwndw,
.zsiq_custommain,
.zsiq_floatmain,
.zsiq_theme1 .zsiq_cnt,
.zsiq_theme2 .zsiq_flt_rel {
    opacity: 0 !important;
    pointer-events: none !important;
}
.addHide .zls-sptwndw,
.addHide .zsiq_custommain,
.addHide .zsiq_floatmain,
.addHide .zsiq_theme1 .zsiq_cnt,
.addHide .zsiq_theme2 .zsiq_flt_rel {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.siq_bR {
    bottom: 33px !important;
}
.grecaptcha-badge {
    visibility: hidden;
}
.button-wrapper {
    position: relative;
    display: inline-flex;
    z-index: 1;
}
.error-msg,
.footer-logos li:last-child .logo-trending:after,
.privacy-link li:last-child:after,
.time-current-remove:before,
form .website {
    display: none;
}
.button-bg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #e3212b;
    background: -moz-linear-gradient(left, #e3212b 0, #f4d4cf 42%, #c59bc7 59%, #6e8c42 100%);
    background: -webkit-linear-gradient(left, #e3212b 0, #f4d4cf 42%, #c59bc7 59%, #6e8c42 100%);
    background: linear-gradient(to right, #e3212b 0, #f4d4cf 42%, #c59bc7 59%, #6e8c42 100%);
    background-size: 600% 600%;
    animation: 4s infinite AnimateBorder;
    -webkit-animation: 4s infinite AnimateBorder;
    -moz-animation: 4s infinite AnimateBorder;
    z-index: -1;
    transform: translate(-2px, -2px);
    transition: filter 1s ease-in;
}
.footer,
.footer-bottom h4 span,
.input-wrap,
.logo-trending,
.msg-wrap {
    position: var(--ps-relative);
}
.button-wrapper:hover .button-bg {
    filter: blur(10px);
    transition: filter 0.4s ease-in;
}
@-webkit-keyframes AnimateBorder {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@-moz-keyframes AnimateBorder {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@keyframes AnimateBorder {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.footer {
    background-color: var(--white);
    z-index: 10;
}
.footer-wrap {
    margin-bottom: 50px;
}
.contact-block,
.footer-right {
    border-bottom: 1px solid var(--main-color);
}
.connect-head {
    font-size: 14px;
    width: 250px;
    line-height: 1.15;
}
.quick-connect {
    color: var(--main-color);
    margin-bottom: 14px;
    font-size: 18px;
}
.qr-content {
    font-size: 15px;
    line-height: 1.15;
    margin-bottom: 8px;
    max-width: 270px;
}
.error-msg,
.footer-contact .footer-wrap,
.input-field {
    margin-bottom: 10px;
}
.qr-img img {
    width: 135px;
    height: 135px;
    margin-bottom: 15px;
}
.quick-connect em {
    vertical-align: middle;
    margin-right: 10px;
}
.sales-email:hover {
    text-decoration: none;
}
.copy-right {
    font-size: 13px;
}
.input-field,
.model-form li input,
.model-form li textarea {
    font-size: 16px;
    background-color: var(--grey);
    font-family: var(--main-font);
}
.privacy-link li {
    line-height: 1;
    position: relative;
}
.privacy-link li:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #717171;
    right: 0;
    position: absolute;
    top: 1px;
}
.privacy-link li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.privacy-link li a {
    color: #717171;
    text-decoration: underline;
}
.privacy-link li a:hover {
    color: var(--first-color);
    text-decoration: none;
}
.footer-field h3 {
    font-size: 30px;
}
.footer-form input {
    height: 50px;
}
.input-field {
    width: 100%;
    padding: 10px 15px;
    color: var(--light-gray);
    border: 1px solid var(--main-color);
}
.send-button,
.send-button span {
    background-color: var(--white);
    padding: 19px 41px;
}
.input-field:focus {
    border-color: var(--first-color);
}
.copyright-block,
.follow-us {
    position: absolute;
    left: 0;
    width: 100%;
}
.error-msg {
    color: #e3212b;
    font-size: 14px;
}
.alertCls {
    display: block;
}
.msg-area {
    width: 100%;
    resize: none;
    min-height: 90px;
}
.footer-button {
    margin-top: 10px;
}
.send-button {
    font-size: 18px;
    color: var(--black);
    width: 100%;
    height: 100%;
    margin-top: 0;
    border: none;
    transition: 0.4s linear;
}
.send-button span {
    display: block;
    line-height: 1;
}
.follow-us {
    bottom: -20px;
    padding: 0 15px;
}
.our-follow {
    font-size: 13px;
    margin-right: 18px;
}
.social-link a {
    margin-right: 12px;
    transition: 0.3s;
}
.footer-logos li:last-child,
.social-link a:last-child {
    margin-right: 0;
}
.social-link a:hover {
    opacity: 0.4;
}
.copyright-block {
    bottom: 0;
    border-bottom: none;
}
.footer-contact .copyright-block {
    position: static;
}
.model-time {
    display: none;
    max-width: 550px;
    width: 95%;
    max-height: 80%;
    overflow: auto;
    background-color: #fff;
    position: fixed;
    left: 50%;
    z-index: 999;
    transition: transform 0.3s ease-out;
    transform: translate(-50%, -500%);
}
.file-msg,
.marquee-content {
    overflow: hidden;
    white-space: nowrap;
}
.model-request,
.model-right-time {
    background-color: var(--white);
}
.model-time-current {
    display: block;
    transform: translate(-50%, -55%);
    top: 55% !important;
    max-width: 920px;
}
.close-model {
    cursor: pointer;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.time-current,
.timeout-wrap {
    position: relative;
}
.model-right-time {
    width: 100% !important;
    padding: 25px 30px;
}
.impressive-clientele,
.trending-technologies {
    width: 50%;
}
.please-wait {
    text-align: center;
    margin-bottom: 15px;
}
.model-time-current h3 {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.1;
    font-size: 26px;
}
.model-form li input,
.model-form li textarea {
    width: 100%;
    color: #141414;
    padding: 12px;
    border: 1px solid #141414;
    resize: none;
}
.captcha-wrapper .error-msg {
    color: #ff1010;
    font-size: 14px;
    margin-bottom: 14px;
}
.model-form .contact-time {
    font-size: 18px;
    font-weight: 700;
    padding: 18px 64px;
    border: 2px solid transparent;
    border-radius: 1px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #fff;
    color: #14151b;
    transition: 0.5s;
}
.timeout-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    border-bottom: 15px solid var(--bg-main);
}
.time-current:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    transition: 0.5s linear;
    background-color: rgba(20, 20, 20, 0.8);
}
.tooltip-box {
    position: absolute;
    top: 100%;
    margin-top: -4px;
    color: #e01321;
    font-size: 14px;
    padding: 13px 12px;
    line-height: 0;
    z-index: 1;
    display: none;
}
.model-input .tooltip-box {
    position: static;
    margin-top: 10px;
    padding: 0;
}
.clientele-head:before,
.design-code .impressive-clientele .clientele-head:before,
.hire-page .impressive-clientele .clientele-head:before,
.trending-head:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 44px;
    left: calc(100% + 1px);
    z-index: 1;
    top: 0;
}
.model-form li {
    margin-bottom: 15px;
}
.model-time-remove {
    display: none !important;
}
.footer-bottom {
    height: 45px;
    border-top: 1px solid var(--main-color);
    display: none;
}
.footer-bottom h4 {
    font-size: 12px;
    letter-spacing: 0.1em;
    width: 210px;
    position: relative;
    font-weight: var(--fw-bold);
    border-right: 1px solid var(--main-color);
    text-transform: var(--text-uppercase);
}
.clientele-head:before,
.design-code .impressive-clientele .clientele-head:before,
.hire-page .impressive-clientele .clientele-head:before {
    background: url(../uploads/shade.png) no-repeat;
}
.trending-head:before {
    background: url(../uploads/pink-shade.png) no-repeat;
}
.footer-bottom h4:after,
.logo-trending:after {
    content: "";
    position: var(--ps-absolute);
    left: 100%;
}
.clientele-head span,
.clientele-head:after,
.design-code .clientele-head span,
.design-code .clientele-head:after,
.design-code .impressive-clientele,
.hire-page .clientele-head span,
.hire-page .clientele-head:after,
.hire-page .impressive-clientele,
.impressive-clientele {
    background-color: var(--bg-main);
}
.trending-head span,
.trending-head:after,
.trending-technologies {
    background-color: var(--second-color);
}
.footer-bottom h4 span {
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    align-items: center;
    z-index: 3;
    white-space: nowrap;
}
.footer-bottom h4:after {
    width: 12px;
    height: 12px;
    top: 51%;
    margin-left: -8px;
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid var(--main-color);
    z-index: 2;
}
.footer-logos {
    width: calc(100% - 210px);
    padding: 0 26px;
}
.logo-trending:after {
    width: 4px;
    height: 4px;
    border-radius: var(--rounded-circle);
    background-color: var(--white);
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.form-control {
    width: 100%;
    font-size: var(--fz16);
    color: var(--main-color);
    border: none;
    font-family: var(--main-font);
    padding: 15px;
    border: 1px solid var(--main-color);
    margin-bottom: 10px;
    background-color: var(--grey);
}
.fake-btn,
.file-msg,
.file-size {
    font-weight: 400;
    color: var(--light-gray);
}
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 15px;
    transition: 0.2s;
    margin-bottom: 19px;
}
.file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
}
.fake-btn {
    flex-shrink: 0;
    background-color: var(--white);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    padding: 16px 24px;
    margin-right: 15px;
    font-size: 14px;
}
.file-msg,
.file-size {
    font-size: 13px;
    line-height: 1.4;
}
.file-size {
    margin-left: 10px;
}
.file-msg {
    text-overflow: ellipsis;
}
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
    outline: 0;
}
.marquee-content {
    height: 100%;
    position: var(--ps-absolute);
    animation: 15s linear infinite marquee;
}
@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
.footer-logos.clientele-logo.trending-marquee.d-flex.justify-content-between.align-items-center:hover,
.footer-logos.technologies-logo.trending-marquee.d-flex.justify-content-between.align-items-center:hover,
.marquee-content.d-lg-flex.align-items-center:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@media only screen and (min-width: 375px) {
    .contact-block {
        padding: 31px 30px;
    }
    .connect-head {
        margin-bottom: 11px;
    }
    .copy-right {
        margin-bottom: 26px;
    }
    .footer-right {
        padding: 35px 30px 23px;
    }
    .privacy-link li a {
        font-size: 14px;
    }
    .follow-us {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) {
    .footer-wrap {
        flex-wrap: wrap;
        padding: 0 30px 30px;
    }
    .model-time-current .model-right-time {
        padding: 28px 40px 30px !important;
    }
    .model_form li {
        width: 49% !important;
    }
    .footer-left {
        width: 100%;
        order: 2;
    }
    .footer-right {
        width: 100%;
        order: 1;
        border-bottom: none;
        margin-bottom: 25px;
        padding: 35px 23px !important;
    }
    .input-wrap,
    .msg-wrap {
        width: 100%;
    }
    .footer-button {
        margin-top: 30px;
    }
    .contact-block {
        width: 50%;
        border: 1px solid var(--main-color);
    }
    .copyright-block {
        position: static;
    }
    .privacy-link li a {
        font-size: 12px;
    }
    .follow-us {
        padding: 0 30px;
    }
    .footer-contact .footer-wrap {
        padding: 0;
        margin-bottom: 0;
    }
    .footer-contact .contact-block {
        border: none;
        border-bottom: 1px solid var(--main-color);
        border-right: 1px solid var(--main-color);
    }
    .footer-contact .contact-block:nth-child(2n) {
        border-right: none;
    }
}
@media only screen and (min-width: 1025px) {
    .footer-wrap {
        padding: 0;
        margin-bottom: 0;
    }
    .footer-left {
        width: 50%;
        order: 1;
    }
    .footer-right {
        width: 50%;
        order: 2;
        padding: 45px 30px;
        display: flex;
        align-items: center;
    }
    .contact-block {
        min-height: 180px;
        padding: 40px 30px;
        border: none;
        border-right: 1px solid var(--main-color);
        border-bottom: 1px solid var(--main-color);
    }
    .bdr-none {
        border-bottom: none;
    }
    .connect-head {
        width: auto;
    }
    .quick-connect {
        font-size: 14px;
    }
    .privacy-link {
        flex-wrap: wrap;
    }
    .privacy-link li {
        margin-bottom: 8px;
    }
    .footer-field h3 {
        font-size: 32px;
    }
    .input-wrap {
        width: 49%;
    }
    .msg-wrap {
        width: 100%;
    }
    .send-button {
        width: auto;
        padding: 19px 44px;
    }
    .follow-us {
        position: static;
        padding: 0;
        justify-content: flex-end;
    }
    .footer-bottom {
        position: var(--ps-fixed);
        display: flex;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .footer-logos li:last-child {
        display: none;
    }
    .impressive-clientele,
    .trending-technologies {
        padding-left: 30px;
    }
    .home-page .footer-bottom {
        bottom: -100px;
    }
    .footer-bottom .clientele-head,
    .footer-bottom .trending-head {
        flex: none;
    }
    .footer-marquee-wrap {
        position: relative;
        height: 44px;
        width: 100%;
        overflow: hidden;
    }
    .trending-marquee {
        width: 190vw;
        height: 100%;
        position: var(--ps-absolute);
        left: 0;
        overflow: hidden;
        white-space: nowrap;
    }
}
.footer-logos li {
    margin: 0;
}
.footer-logos li .logo-trending {
    padding: 0 25px;
    display: flex;
    align-items: center;
}
.logo-trending::after {
    margin-left: 0;
    left: auto;
    right: 0;
}
.footer-contact .footer-left,
.model_form li:last-child {
    width: 100% !important;
}
.model_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.model_form li {
    width: 100%;
}
.model-time-current {
    margin-top: 15px;
}
.model-time-current .model-right-time {
    padding: 30px 15px;
}
.timeout-wrap li {
    width: 32%;
}
.footer-wrap {
    padding-bottom: 32px;
}
.contact-block {
    min-height: 215px;
    padding: 45px 10px 40px 30px;
}
.connect-head {
    margin-bottom: 13px;
}
.copy-right {
    margin-bottom: 18px;
}
.footer-right {
    padding: 64px 49px 150px 39px;
    margin-bottom: 0;
}
.footer-field h3 {
    margin-bottom: 21px;
}
.privacy-link li {
    margin-right: 6px;
    padding-right: 7px;
}
.impressive-clientele,
.trending-technologies {
    padding-left: 38px;
}
.footer-bottom .clientele-head {
    width: 191px;
}
.clientele-logo {
    width: 96vw;
    padding: 0 36px 0 26px;
}
.footer-bottom .trending-head {
    width: 203px;
}
.privacy-link li a {
    font-size: 11px;
}
.technologies-logo {
    width: 124vw;
}
#INDmenu-btn {
    top: 87% !important;
}
@media only screen and (min-width: 1200px) {
    .footer-contact .contact-block,
    .footer-contact .contact-block:nth-child(2n) {
        width: 25%;
        border-bottom: none;
        border-right: 1px solid var(--main-color);
    }
}
@media only screen and (min-width: 1530px) {
    .quick-connect {
        font-size: 20px;
    }
}
