/*
Theme Name: twentyseventeen
Version: 1.0
*/
@font-face {
    font-family: 'FUTURA-LIGHT-BT';
    src: url('../../../../wp-content/themes/twentyseventeen/fonts/FUTURA-LIGHT-BT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FUTURA-MEDIUM-BT';
    src: url('../../../../wp-content/themes/twentyseventeen/fonts/FUTURA-MEDIUM-BT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FUTURAPTBOLD';
    src: url('../../../../wp-content/themes/twentyseventeen/fonts/FUTURAPTBOLD.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FUTURAPTHEAVY';
    src: url('../../../../wp-content/themes/twentyseventeen/fonts/FUTURAPTHEAVY.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}
::-moz-placeholder {
    opacity: 1;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-appearance: none;
}
body {
    font-family: "FUTURA-LIGHT-BT";
    font-size: 18px;
    line-height: 1.2;
    color: #404040;
    background-image: url(../../../../wp-content/uploads/2021/11/raspberrymedialabs_background.png);
}
img {
    max-width: 100%;
}
a {
    cursor: pointer;
    color: #354c46;
    text-decoration: none;
}
a:hover {
    color: #354c46;
}
p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
input {
    font-family: "FUTURA-LIGHT-BT";
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid #e2e7e6;
}
select {
    font-family: "FUTURA-LIGHT-BT";
    font-size: 14px;
    padding: 15px 40px 15px 20px;
    border: 1px solid #e2e7e6;
    background: url(../images/select-arrow.png) no-repeat right 10px center #fff;
    -webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: #D1D1D1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #3A3A3A;
}
.btn {
    background:#3d44e3;
    padding: 15px;
    color: #fff;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}
.btn:hover {
    background: #3136b6;
    color: #fff;
}
.btnw {
    border: 2px solid;
    padding: 10px;
    color: #3136b6;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}
.btnw:hover {
    background: #3136b6;
    color: #ffffff;
}
.error-message {
    background: #3136b6;
    color: #fff;
    padding: 15px 20px;
    margin-top: 20px;
    text-align: left;
}
.success-message {
    background: #3136b6;
    color: #fff;
    padding: 15px 20px;
    margin-top: 20px;
    text-align: left;
}
.success-message a {
    color: #fff;
}
header {
    padding: 30px 80px;
    display: flex;
    background: #fff;
    background-image: url(../../../../wp-content/uploads/2021/11/raspberrymedialabs_background.png);
}
header .logo {
    align-self: center;
    line-height: 0;
    font-size: 0;
}
header .logo img {
    height: 90px;
}
header .top-navigation {
    align-self: center;
    margin-left: auto;
}
canvas#animated-circle {
    width: 350px !important;
    height: 350px !important;
}
.top-navigation .menu {
    list-style: none;
    font-family: "FUTURAPTHEAVY";
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
}
.top-navigation .menu>li {
    display: inline-block;
    padding: 15px 0;
    position: relative;
    text-align: center;
    margin-right: 20px;
}
.top-navigation .menu>li a {
    text-decoration: none;
    text-align: center;
    color: #404040;
}
.top-navigation .menu>li>a {
    text-transform: uppercase;
}
.top-navigation .menu>li svg {
    display: none;
}
.top-navigation .menu>li button {
    display: none;
}
.top-navigation .menu>li>ul.sub-menu {
    position: absolute;
    top: 45px;
    left: -20px;
    list-style: none;
    padding: 0;
    background: #fff;
    width: 210px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
}
.top-navigation .menu>li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.top-navigation .menu>li>ul.sub-menu>li {
    font-family: "FUTURAPTHEAVY";
    font-size: 15px;
    line-height: 1;
}
.top-navigation .menu>li>ul.sub-menu>li>a {
    color: #3d44e3;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 15px 20px;
    text-transform: uppercase;
}
.top-navigation .menu>li>ul.sub-menu>li>a:hover {
    background: #f7f7f7;
}
.fullscreen-navigation {
    display: none;
    background: #f7f7f7;
    color: #404040;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}
.fullscreen-navigation.active {
    display: block;
}
.fullscreen-navigation .fullscreen-header {
    padding: 25px;
    display: flex;
    border-bottom: 2px solid #3d44e3;
    flex-basis: 102px;
    flex-grow: 0;
}
.fullscreen-navigation .fullscreen-header .logo {
    align-self: center;
    line-height: 0;
    font-size: 0;
    margin: 0 auto 0 0;
}
.fullscreen-navigation .fullscreen-header .logo img {
    max-height: 50px;
}
.fullscreen-navigation .fullscreen-header .fullscreen-close {
    align-self: center;
    line-height: 0;
    font-size: 0;
    margin: 0 0 0 auto;
}
.fullscreen-navigation .fullscreen-header .fullscreen-close img {
    max-height: 30px;
}
.fullscreen-navigation .fullscreen-navigation-inner {
    display: flex;
    flex-direction: column;
    flex: flex-basis;
    height: fit-content;
}
.fullscreen-navigation .main-navigation {
    text-align: left;
    margin: 25px;
}
.fullscreen-navigation .main-navigation .dropdown-toggle,
.fullscreen-navigation .main-navigation .icon-angle-down {
    display: none;
}
.fullscreen-navigation .main-navigation ul {
    list-style: none;
    font-family: "FUTURAPTHEAVY";
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
}
.fullscreen-navigation .main-navigation ul li a {
    color: #404040;
    padding: 15px 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.fullscreen-navigation .main-navigation ul li.menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
}
.fullscreen-navigation .main-navigation ul li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/menu-arrow.png);
    width: 20px;
    height: 13px;
}
.fullscreen-navigation .main-navigation ul li.menu-item-has-children.active>a:after {
    transform: translateY(-50%) rotate(180deg);
}
.fullscreen-navigation .main-navigation ul li ul.sub-menu {
    font-size: 16px;
    display: none;
}
.fullscreen-navigation .main-navigation ul li ul.sub-menu li a {
    padding: 4px 0;
    text-transform: none;
    color: #3d44e3;
    font-size: 16px;
}
.fullscreen-navigation .order-now {
    margin: auto 0 0;
}
.fullscreen-navigation .order-now .btn {
    width: 100%;
    background: #3d44e3;
    color: #fff;
    border-color: #3d44e3;
}
.fullscreen-navigation .fullscreen-footer {
    flex-basis: 48px;
    flex-grow: 0;
    padding: 20px;
}
header .right-part {
    display: none;
    align-self: center;
}
.fullscreen-menu-trigger {
    cursor: pointer;
}
.fullscreen-menu-trigger span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 8px;
    position: relative;
    background: #404040;
    border-radius: 0;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.fullscreen-menu-trigger span:first-child {
    transform-origin: 0 0;
}
.fullscreen-menu-trigger span:nth-last-child(2) {
    transform-origin: 0 100%;
}
.fullscreen-menu-trigger span:nth-last-child(1) {
    margin-bottom: 0;
}
.back-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 40px;
    border: 1px solid #3d44e3;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.4);
    line-height: 0;
    z-index: 300;
}
footer {
    background: #fff;
    color: #121212;
    background-image: url(../../../../wp-content/uploads/2021/11/raspberrymedialabs_background.png);
}
footer .footer-cols {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
}
footer .footer-col.first {
    width: 20%;
    padding-left: 10px !important;
}
footer .footer-col.second {
    width: 25%;
    padding-left: 40px;
}
footer .footer-col.three {
    width: 30%;
    padding-left: 10px;
}
footer .footer-col.four {
    width: 25%;
    padding-left: 10px;
}
footer .footer-col.first .footer-logo {
    padding-bottom: 20px;
}

footer .footer-col.first .footer-logo img {
    height: 90px;
}
footer .footer-col.first p {
    font-family: "FUTURA-LIGHT-BT";
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    max-width: 270px;
    padding-bottom: 10px;
}
footer .footer-col.first .footer-icons {
    display: flex;
    padding-bottom: 20px;
    padding-right: 20px;
}
footer .footer-col.first .footer-icons .item {
    width: calc(50% - 10px);
    margin-right: auto;
}
footer .footer-col.first .footer-icons .item:last-child {
    margin-left: auto;
    margin-right: 0;
}
footer .footer-col.first a {
    width: 30px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-right: 20px;
}
footer .footer-col.first a:last-child {
    margin-right: 0;
}
footer .footer-col.first .footer-about .text {
    align-self: center;
    font-family: 'FUTURA-LIGHT-BT';
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 1.7;
    color: #303030;
    padding-bottom: 30px;
}
footer .footer-col.second li {
    list-style: none;
    padding: 0 0 10px;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 13px;
}
footer .footer-col.second li:last-child {
    padding-bottom: 0;
}
footer .footer-col.second li a {
    color: #121212;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: capitalize;
}
footer .footer-col.second li a:hover {
    color: #3d44e3;
}
.second.footer-col h2 {
    color: #121212;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 14px;
    padding-bottom: 20px;
}
.four.footer-col h2 {
    color: #121212;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 14px;
    padding-bottom: 20px;
}
footer .footer-col.three .email {
    display: flex;
    padding-bottom: 25px;
    align-items: center;
}
footer .footer-col.three .email .img {
    width: 30px;
}
footer .footer-col.three .email .text {
    align-self: center;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}
footer .footer-col.three .email .text a {
    color: #121212;
    text-decoration: none;
}
footer .footer-col.three .email .text a:hover {
    color: #3d44e3;
}
footer .footer-col.three .phone {
    display: flex;
    padding-bottom: 25px;
    align-items: center;
}
footer .footer-col.three .phone .img {
    width: 30px;
}
footer .footer-col.three .phone .text {
    align-self: center;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}
footer .footer-col.three .phone .text a {
    color: #121212;
    text-decoration: none;
}
footer .footer-col.three .phone .text a:hover {
    color: #3d44e3;
}
footer .footer-col.three .address {
    display: flex;
    align-items: center;
}
footer .footer-col.three .address .img {
    width: 80px;
}
footer .footer-col.three .address .text {
    align-self: center;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}
footer .footer-col.four p {
    font-family: "FUTURA-LIGHT-BT";
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 40px;
}
footer .footer-col.four ul {
    padding-bottom: 50px;
}
footer .footer-col.four li {
    list-style: none;
    padding: 0 0 10px;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 13px;
}
footer .footer-col.four li:last-child {
    padding: 0;
}
footer .footer-col.four li a {
    color: #121212;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: capitalize;
}
footer .footer-col.four li a:hover {
    color: #3d44e3;
}
footer .footer-col.four .btn {
    width: 100%;
}
.footer-copyright {
    background-image: url(../../../../wp-content/uploads/2021/11/raspberrymedialabs_background.png);
    border-top: 2px solid #3d44e3;
    padding: 25px 0;
    text-align: center;
    color: #121212;
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 13px;
    letter-spacing: 1px;
}
#cookie-law-info-bar {
    background: rgba(40, 39, 45, 0.8) !important;
    padding: 0;
}
#cookie-law-info-bar span {
    display: flex;
    padding: 20px 30px;
}
#cookie-law-info-bar .left {
    width: 50%;
    margin-right: auto;
    align-self: center;
    text-align: left;
    font-family: "FUTURA-MEDIUM-BT", sans-serif !important;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1px;
}
#cookie-law-info-bar .left a {
    font-family: "FUTURA-MEDIUM-BT", sans-serif !important;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
#cookie-law-info-bar .right {
    width: 320px;
    margin-left: auto;
    align-self: center;
}
#cookie-law-info-bar .right a {
    margin: 0 !important;
    background: #fff !important;
    color: #000 !important;
    font-family: "FUTURAPTHEAVY", sans-serif !important;
    font-size: 12px;
    width: 100%;
    padding: 15px 0 !important;
    letter-spacing: 1px;
}
.cookie-law-info {
    font-weight: 700;
    color: #000;
}
.left-sticky {
    position: fixed;
    left: 10px;
    bottom: 250px;
    z-index: 100;
    text-align: center;
}
.left-sticky a {
    display: block;
    margin-bottom: 20px;
}
.left-sticky span {
    color: #525354;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-family: "FUTURA-LIGHT-BT" !important;
    font-size: 10px;
    letter-spacing: 2px;
}
.left-sticky img {
    width: 21px;
}
.clock-section {
    padding-left: 20px;
}
.clock {
    display: flex;
    width: 85px;
    height: 85px;
    justify-content: center;
    align-items: center;
    background: url(../../../../wp-content/uploads/2021/11/rm-clock-bg.png);
    background-size: cover;
}
.clock:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    z-index: 5;
}
.clock .hour,
.clock .min,
.clock .sec {
    position: absolute;
}
.clock .hour,
.hr {
    width: 60px;
    height: 60px;
}
.clock .min,
.mn {
    width: 70px;
    height: 70px;
}
.clock .sec,
.sc {
    width: 70px;
    height: 70px;
}
.hr,
.mn,
.sc {
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
}
.hr:before {
    content: "";
    position: absolute;
    width: 2.5px;
    height: 23px;
    background: #333;
    z-index: 9;
    border-radius: 6px 6px 0 0;
}
.mn:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: #959595;
    z-index: 10;
    border-radius: 6px 6px 0 0;
}
.sc:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 44px;
    background: #e10a0a;
    z-index: 11;
    border-radius: 6px 6px 0 0;
}
.discover-section h1 {
    font-family: "FUTURA-LIGHT-BT";
    color: #404040;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 3rem;
}
.discover-section h2 {
    font-family: "FUTURAPTBOLD";
    color: #525354;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 4rem;
}
.discover-section p {
    font-family: "FUTURA-LIGHT-BT";
    color: #404040;
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 1.5px;
}
.discover-section span {
    font-family: "FUTURAPTBOLD";
    color: #3d44e3;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.dashboard-section h1 {
    font-family: "FUTURA-LIGHT-BT";
    color: #404040;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 4rem;
}
.dashboard-section h2 {
    font-family: "FUTURAPTBOLD";
    color: #525354;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 4rem;
}
.dashboard-section p {
    font-family: "FUTURA-LIGHT-BT";
    color: #404040;
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 1.5px;
}
.dashboard-section span {
    font-family: "FUTURAPTBOLD";
    color: #3d44e3;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.brands-logo img {
    transition: 0.3s ease-in-out !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.brands-logo img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*.brands-section-title h1 {
    font-family: 'FUTURAPTBOLD';
    font-size: 60px;
    letter-spacing: 1.5px;
    line-height: 4rem;
    color: #3d44e3;
}*/

/*.brands-section-subtitle h4 img {
    vertical-align: middle;
}*/
.brands-section-p {
    font-family: 'FUTURA-LIGHT-BT';
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.7;
    color: #303030;
}
.brands-section h2 {
    font-family: "FUTURAPTBOLD";
    color: #525354;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.brands-section span {
    font-family: "FUTURAPTBOLD";
    color: #3d44e3;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.home-title-section h2 {
    font-family: "FUTURAPTBOLD";
    color: #525354;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.home-title-section span {
    font-family: "FUTURAPTBOLD";
    color: #3d44e3;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1.5px;
}
.main-title h2 {
    font-family: "FUTURA-MEDIUM-BT";
    color: #525354;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    text-align: center;
}
.main-title h3 {
    font-family: "FUTURA-MEDIUM-BT";
    color: #525354;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    text-align: center;
}
.main-title h4 {
    font-family: "FUTURA-MEDIUM-BT";
    color: #525354;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    text-align: center;
}
.sub-description p {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.9px;
    text-align: center;
}
.brand-foundation {
    font-family: "FUTURAPTBOLD";
    color: #4f4f4f;
    font-size: 30px;
    letter-spacing: 0.9px;
    text-align: center;
}
.strategy-design {
    font-family: "FUTURAPTBOLD";
    color: #4f4f4f;
    font-size: 25px;
    letter-spacing: 0.9px;
    text-align: center;
}
.strategy-sub-description {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.9px;
}
.my-link p {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.9px;
    text-align: center;
}
/* 
.how-we-do {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.9px;
    font-weight: 600;
}
.how-we-do-brand {
    font-family: "FUTURAPTHEAVY";
    color: #4f4f4f;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.9px;
}
.how-we-do-ptitle {
    font-family: "FUTURAPTHEAVY";
    color: #4f4f4f;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.9px;
    font-weight: 600;
}
.how-we-do-pdesc {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.9px;
} 
*/
.video-img {
    font-family: "FUTURAPTHEAVY";
    color: #4f4f4f;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.9px;
    text-align: center;
}
.field-row.first {
    display: flex;
}
.field-row.first .field {
    width: 50%;
    padding-right: 7.5px;
}
.field-row.first .field:last-child {
    padding-right: 0;
    padding-left: 7.5px;
}
.field-row textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "FUTURA-LIGHT-BT" !important;
    font-size: 16px !important;
    color: #000;
    border-radius: 15px;
    background: #ffffff12;
    border-color: #00000015;
}
.field {
    margin-bottom: 15px;
}
.field input {
    width: 100%;
    background: #ffffff12;
    border-color: #00000015;
    margin-bottom: 0;
    line-height: 30px;
    padding: 10px 15px;
    font-family: "FUTURA-LIGHT-BT" !important;
    font-size: 16px !important;
    color: #000;
    border-radius: 15px;
    /*border: 2px solid #919191;*/
}
input.wpcf7-form-control.wpcf7-date:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-quiz:focus,
input.wpcf7-form-control.wpcf7-text:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #fff;
}
.field-btn {
    text-align: center;
    margin-top: 15px;
}
.field-btn .wpcf7-submit {
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 22px;
    height: auto;
    padding: 12px 0;
    min-width: 280px;
    color: #fff;
    background: #3d44e3;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500 !important;
    margin-left: 20px;
    border-radius: none !important;
}
.field-btn .wpcf7-submit:hover {
    background: #3136b6;
    color: #ffffff !important;
}
.pum-content h2 {
    font-family: "FUTURAPTBOLD";
    font-size: 25px !important;
    line-height: 1.2 !important;
    padding: 20px 0px;
    text-transform: none;
    background: #3d44e3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.case-title h3 {
    font-family: "FUTURAPTBOLD";
    color: #4f4f4f;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.case-desc ul {
    list-style-position: inside;
}
.case-desc {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-align: justify;
}
.case-title h4 {
    font-family: "FUTURAPTBOLD";
    color: #4f4f4f;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.careers-title h1 {
    font-family: "FUTURAPTBOLD";
    font-size: 30px;
    line-height: 1.2 !important;
    text-align: center;
    text-transform: none;
    background: linear-gradient(to right, #8E2570 0%, #FF4651 100%);
    -moz-linear-gradient(to right,#8E2570 0%, #FF4651 100%);
    -webkit-linear-gradient(to right,#8E2570 0%, #FF4651 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rm-portfolio figure {
    position: relative;
    width: 100%;
    margin-top: 1em;
    overflow: hidden;
}
.rm-portfolio figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.rm-portfolio figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgb(0 0 0 / 70%);
    font-family: "FUTURAPTBOLD";
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    /* background: url(https://www.raspberrymedialabs.com/wp-content/uploads/2021/12/bgb.png) rgb(0 0 0 / 36%);
    color: #fff;
    text-shadow: 0px 0px 8px RGBA(0,0,0,1); */
}
.rm-portfolio-single figure {
    position: relative;
    width: 100%;
    margin-top: 1em;
    overflow: hidden;
}
.rm-portfolio-single figure img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.rm-portfolio-single figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgb(0 0 0 / 55%);
    color: #fff;
    font-family: "FUTURAPTBOLD";
    font-size: 18px;
    font-weight: 500;
}
.rm-services h1 {
    font-family: "FUTURAPTBOLD";
    font-size: 40px !important;
    line-height: 1.2 !important;
    padding: 20px 0px;
    text-transform: none;
    background: #3d44e3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.rm-services h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background: #3d44e3;
}
.rm-services h2 {
    font-family: "FUTURAPTHEAVY";
    color: #525354;
    font-size: 40px;
    letter-spacing: 1.5px;
    padding: 20px 0px;
    line-height: 3rem;
    text-align: center;
    padding-bottom: 1px;
}
.rm-services h2:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -14px;
    background-color: #8E2570;
}
.rm-services h2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: #8E2570;
}
.services-title h2 {
    text-align: center;
    font-family: "FUTURAPTBOLD";
    color: #525354;
    font-size: 22px;
    letter-spacing: 1.5px;
}
.contact-right h1 {
    font-family: "FUTURAPTBOLD";
    font-size: 40px !important;
    line-height: 1.2 !important;
    padding: 20px 0px;
    text-transform: none;
    background: #3d44e3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.contact-right h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 50px;
    background: #3d44e3;
}
.contact-right p {
    font-family: "FUTURA-MEDIUM-BT";
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.contact-left .contact-info span {
    font-family: "FUTURA-MEDIUM-BT" !important;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.process__item {
    user-select: none;
    text-align: center;
    position: relative;
    padding: 50px 25px 25px;
    transition: 0.4s ease-in-out;
}
.process__item:hover {
    background: #f2f2f2;
}

.process__item:hover .process__number {
    transform: translateY(5px);
    color: #3d44e3;
}
.process__number {
    font-size: 90px;
    -webkit-text-stroke: 1px #3d44e3;
    display: block;
    color: transparent;
    font-family: "FUTURA-MEDIUM-BT";
    font-weight: 700;
    transition: 0.4s ease-in-out !important;
}
.process__title {
    display: block;
    font-family: "FUTURA-MEDIUM-BT";
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 20px;
    color: #525354;
    text-transform: capitalize;
    margin-top: 30px;
    line-height: 1.4;
}
.process__subtitle {
    display: block;
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.sitemap-title h1 {
    font-family: "FUTURA-MEDIUM-BT";
    letter-spacing: 1.5px;
    font-size: 22px;
    color: #525354;
}
.sitemap-link a {
    font-family: "FUTURA-MEDIUM-BT" !important;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.privacy-title h1 {
    font-family: "FUTURA-MEDIUM-BT";
    letter-spacing: 1.5px;
    font-size: 22px;
    color: #525354;
}
.privacy-content {
    font-family: "FUTURA-LIGHT-BT";
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.privacy-content a {
    color: #3d44e3;
}
.privacy-content ul li {
    list-style-position: inside;
}
div#popmake-392 {
    background-image: url(../../../../wp-content/uploads/2021/12/LogoBerry.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.pum-theme-383 .pum-close {
    box-shadow: none !important;
    background-color: #f9f9f900 !important;
}
.owl_portfolio .item {
    display: flex;
    justify-content: center;
    padding: 25px;
}
.owl_portfolio .item .item_image_title {
    position: relative;
}
.owl_portfolio .item .item_image_title .item_title {
    color: #D21F3E;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    font-family: 'FUTURA-MEDIUM-BT';
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
}
.owl_portfolio .item .item_image_title img {
    margin-left: 30px;
    max-width: 360px;
    width: 90%;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.owl_portfolio .item .item_content {
    max-width: 50%;
    padding: 0px 40px 0px 40px;
    text-align: justify;
    font-family: 'FUTURA-LIGHT-BT';
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 1.7;
    color: #303030;
}
.owl_portfolio .item .item_content strong {
    display: block;
    margin-top: 15px;
    font-family: "FUTURA-LIGHT-BT";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    word-spacing: 0.2em;
    text-align: start;
}
.owl_portfolio .item .item_content a.readmorelink {
    color: #3d44e3;
}
.owl_portfolio .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.owl_portfolio .owl-nav .owl-next {
    margin-right: -30px;
}
.owl_portfolio .owl-nav .owl-prev {
    margin-left: -30px;
}
.owl_portfolio .owl-nav .owl-next,
.owl_portfolio .owl-nav .owl-prev {
    outline: none;
    background-color: #ffffff !important;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px RGBA(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.owl_portfolio .owl-nav .owl-next:hover,
.owl_portfolio .owl-nav .owl-prev:hover {
    box-shadow: 0px 0px 30px RGBA(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: scale(1.1);
}
.owl_portfolio .owl-nav .owl-next:hover span,
.owl_portfolio .owl-nav .owl-prev:hover span {
    color: #d5dcda;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.owl_portfolio .owl-nav .owl-next span,
.owl_portfolio .owl-nav .owl-prev span {
    font-size: 54px;
    font-weight: 600;
    line-height: 38px;
    height: 100%;
    text-align: center;
    color: #E2E7E6;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.owl_portfolio .owl-nav .owl-next span {
    padding-left: 3px;
}
.owl_portfolio .owl-nav .owl-prev span {
    padding-right: 3px;
}

.portfolio-heading h2 {
    font-family: 'FUTURAPTBOLD';
    font-size: 40px;
    letter-spacing: 1.5px;
    line-height: 4rem;
    color: #525354;
}
.portfolio-heading span {
    font-family: 'FUTURAPTBOLD';
    font-size: 40px;
    letter-spacing: 1.5px;
    line-height: 4rem;
    color: #3d44e3;
}
.testimonial-slider .owl-dots {
    display: none;
}
.test-main-row {
    align-self: center;
    overflow: hidden;
}
.test-main-row p {
    font-family: 'FUTURA-LIGHT-BT';
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.4;
    position: relative !important;
    padding: 35px !important;
}
.test-main-row .item h5 {
    font-family: 'FUTURA-MEDIUM-BT';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 0px 35px;
}
.testimonial-slider .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.testimonial-slider .owl-item .item {
    align-self: center;
}
.test-main-row p span {
    position: relative;
}
.test-main-row p:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url(../../../../wp-content/uploads/2021/12/quote1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.test-main-row p:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: url(../../../../wp-content/uploads/2021/12/quote2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 40px;
    height: 40px;
    background-size: contain;
}
a.arrowRightPurple {
    position: relative;
    padding-left: 20px !important;
    font-family: 'FUTURA-LIGHT-BT';
    text-decoration: underline !important;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.9px;
    color: #a1a1a1;
}
.arrowRightPurple:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 4px;
    left: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #3d44e3;
    border-bottom: 7px solid transparent;
}
.we-are h1 {
    font-family: "FUTURAPTBOLD";
    color: #525354;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.we-are span {
    font-family: "FUTURA-LIGHT-BT";
    color: #3d44e3;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.backBtn {
  color: #D21F3E;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
p.drop-text {
    padding: 10px 15px 10px 15px;
}



/* -------------------------------------------------*** RESPONSIVE ***------------------------------------------------- */

@media only screen and (max-width: 1240px) {
    footer .footer-cols {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 1200px) {
    header {
        padding: 25px;
    }
    .top-navigation .menu>li {
        margin-right: 10px;
    }
    /*.top-navigation .menu > li:last-child {
        min-width: 180px;
    }*/
}

@media only screen and (max-width: 1100px) {
    header .right-part {
        margin-left: auto;
    }
    .top-navigation {
        display: none;
    }
    header .right-part {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    footer .footer-cols {
        flex-wrap: wrap;
    }
    footer .footer-col.first {
        width: 50%;
        padding-bottom: 30px;
    }
    footer .footer-col.second {
        width: 50%;
        padding-left: 10px;
    }
    footer .footer-col.three {
        width: 50%;
    }
    footer .footer-col.four {
        width: 50%;
    }
    footer .footer-col.four ul {
        padding-bottom: 30px;
    }
    canvas#animated-circle {
        display: flex;
        margin: 0 auto;
        width: 250px !important;
        height: 250px !important;
    }
}

@media screen and (max-width: 900px) {
    #cookie-law-info-bar span {
        display: flex;
        flex-wrap: wrap;
    }
    #cookie-law-info-bar .left {
        width: 100%;
        padding-bottom: 20px;
    }
    #cookie-law-info-bar .right {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .owl_portfolio .owl-nav {
        justify-content: space-around;
        top: 97%;
        z-index: 0;
    }
    .owl_portfolio .item {
        flex-direction: column;
        align-items: center;
    }
    .owl_portfolio .item .item_content {
        max-width: 100%;
        padding: 20px 0px 0px 0px;
    }
    .left-sticky {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .field-row.first {
        flex-wrap: wrap;
    }
    .field-row.first .field {
        padding: 0;
        width: 100%;
    }
    .field-row.first .field:last-child {
        padding: 0;
    }
    .field-btn {
        text-align: center !important;
        margin-top: 20px;
    }
    .field-btn .wpcf7-submit {
        padding: 10px 0;
        margin-left: 0;
    }
    div.wpcf7 .ajax-loader {
        display: none;
    }
    .back-to-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .careers-title h1 {
        font-size: 20px;
    }
    .main-title h2 {
        font-size: 40px;
        line-height: 1.1em;
        letter-spacing: 0.5px;
    }
    .main-title h3 {
        font-size: 30px;
        line-height: 1.1em;
        letter-spacing: 0.5px;
    }
    .main-title h4 {
        font-size: 30px;
        line-height: 1.1em;
        letter-spacing: 0.5px;
    }
    .sub-description p {
        color: #4f4f4f;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
    .my-link p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
    .strategy-design .elementor-headline {
        font-size: 22px;
    }
    .strategy-sub-description {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
    .video-img {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
    .brand-foundation {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .footer-copyright {
        font-size: 10px;
    }
    .pum-content h2 {
        font-size: 15px;
    }
    .discover-section h1 {
        font-size: 25px;
        letter-spacing: 1.5px;
        line-height: 2rem;
    }
    .discover-section h2 {
        font-size: 25px;
        letter-spacing: 1.5px;
        line-height: 3rem;
    }
    .discover-section p {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .discover-section span {
        font-size: 25px;
        letter-spacing: 1.5px;
    }
    .dashboard-section h1 {
        font-size: 25px;
        letter-spacing: 1.5px;
        line-height: 2rem;
    }
    .dashboard-section h2 {
        font-size: 25px;
        letter-spacing: 1.5px;
        line-height: 3rem;
    }
    .dashboard-section p {
        font-size: 20px;
        letter-spacing: 1.5px;
    }
    .dashboard-section span {
        font-size: 25px;
        letter-spacing: 1.5px;
    }
    .brands-section-p {
        font-size: 17px;
    }
    .brands-section h2 {
        font-size: 22px;
    }
    .brands-section span {
        font-size: 22px;
    }
    .home-title-section h2 {
        font-size: 40px;
    }
    .home-title-section span {
        font-size: 40px;
    }
    .case-title h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .case-desc {
        font-size: 18px;
        line-height: 25px;
    }
    .case-title h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .services-title h2 {
        font-size: 15px !important;
    }

    footer .footer-col.first .footer-logo {
        text-align: center;
    }
    footer .footer-col.first .footer-logo img {
        height: 50px;
    }
    footer .footer-col.first {
        text-align: center;
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    footer .footer-col.first p {
        font-size: 10px;
    }
    footer .footer-col.first .footer-icons {
        flex-direction: column;
        padding-right: 0;
    }
    footer .footer-col.first .footer-icons .item {
        margin: 0 auto 10px;
        width: auto;
    }
    footer .footer-col.first .footer-icons .item:last-child {
        margin: 0 auto;
    }
    footer .footer-col.first .socials {
        text-align: center;
    }
    footer .footer-col.first .socials a {
        width: 35px;
        margin-right: 20px;
    }
    footer .footer-col.first .socials a:last-child {
        margin-right: 0;
    }
    footer .footer-col.second {
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
    }
    footer .footer-col.second li {
        padding: 0 0 20px;
    }
    footer .footer-col.three {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    footer .footer-col.four {
        width: 100%;
        text-align: center;
    }
    footer .footer-col.four li {
        padding: 0 0 20px;
    }
    footer .footer-col.four .btn {
        max-width: 300px;
        margin: 0 auto;
    }
}
