@charset "UTF-8";

.h-tal {
text-align: left;
}
.h-tac {
text-align: center;
}
.h-tar {
text-align: right;
}
@media (min-width: 769px) {
.hide-desktop {
display: none !important;
}
}
@media (max-width: 768px) {
.hide-mobile {
display: none !important;
}
}
html {
overflow-x: hidden;
}
body {
background: #fff;
font-size: 14px;
font-weight: 400;
font-family: "Open Sans", sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: subpixel-antialiased;
color: #333;
line-height: 25px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
img {
max-width: 100%;
height: auto;
}
.site-center {
margin-top: 70px;
}
.home .site-center {
margin-top: 0px;
}
.admin-bar .site-center {
padding-top: 32px;
} .section--margin-top {
margin-top: 50px;
}
.section--margin-bottom {
margin-bottom: 60px;
}
.half_rem-side-padding {
padding: 0 0.5rem;
}
h1, h2, h3, h4 {
font-size: 36px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
}
a {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
a:hover {
text-decoration: none;
}
a a:focus {
outline: none;
}
p {
font-weight: 400;
font-family: "Open Sans", sans-serif;
font-size: 14px;
} img.alignright {
float: right;
margin: 0px 0px 0px 10px;
border: none;
}
blockquote,
blockquote p {
font-style: italic;
font-size: 24px;
line-height: 28px;
margin: 20px 0 20px 15px;
color: #F2504D;
}
.h-styled-content {
line-height: 26px;
}
.h-styled-content a {
color: #F2504D;
}
.h-styled-content h3 {
font-size: 32px;
}
.h-styled-content h4 {
font-size: 28px;
}
.h-styled-content h5 {
font-size: 18px;
}
.h-styled-content img {
max-width: 100%;
height: auto;
}
.section__content a,
.h-styled-content a {
color: #F2504D;
}
.h-styled-content ol,
.h-styled-content ul {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;
}
.h-styled-content--main img {
padding: 4px;
border-radius: 4px;
border: 1px solid #d6d6d6;
box-sizing: border-box;
}
.h-styled-content iframe {
width: 100%;
}
@media (max-width: 380px) {
.h-styled-content ol,
.h-styled-content ul {
padding-left: 15px;
}
} a.link--default {
color: #F2504D;
}
a.link--red {
color: #F2504D;
}
a.link--black {
color: #333;
}
a.link--black:hover {
color: #F2504D;
}
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
text-align: center;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100.1%;
}
@media (max-width: 1200px) {
.iframe-container iframe {
width: 100%;
}
} .blog-content ul {
list-style: none;
padding-left: 0;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content li {
position: relative;
padding-left: 22px;
font-size: 16px;
line-height: 26px;
}
.blog-content ul > li:before {
display: inline-block;
width: 10px;
height: 10px;
position: absolute;
border-radius: 100%;
content: "";
background: #DB342F;
left: 0;
top: 7px;
}
.blog-content ol {
counter-reset: ol-counter;
list-style: none;
padding-left: 0;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-content a {
color: #db342f;
}
.blog-content ol li {
padding-left: 0px;
}
.blog-content ol li:before {
display: inline-block;
counter-increment: ol-counter;
content: counter(ol-counter) ")";
}
.blog-content ul li > ol > li {
padding-left: 0px;
} .admin-bar .fixed-top {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .fixed-top {
top: 0;
}
.admin-bar .fixed-top:not(.top-nav-collapse) {
top: 46px;
}
}
.language-menu {
padding: 0;
margin: 0;
}
.language-menu li {
float: left;
margin-right: 10px;
display: block;
}
.language-menu img {
width: 24px;
height: auto;
}
.navbar-brand {
position: relative;
padding: 0px;
}
.navbar-brand img {
width: 200px;
max-width: 200px;
}
.top-nav-collapse {
background: #fff;
z-index: 9999;
top: 0px;
min-height: 58px;
box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
background: #fff !important;
}
@media screen and (min-width: 769px) {
.top-nav-collapse .navbar-brand {
top: 0px;
}
}
.top-nav-collapse .navbar-nav .nav-link {
color: #333 !important;
}
.top-nav-collapse .navbar-nav .nav-link:hover {
cursor: pointer;
color: #F2504D !important;
}
.top-nav-collapse .navbar-nav li.active a.nav-link {
color: #F2504D !important;
}
.menu-bg {
background: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link i {
font-size: 28px;
color: #F2504D;
vertical-align: middle;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link i:hover {
color: #F2504D;
}
.navbar-expand-lg .navbar-nav .nav-link {
color: #333;
font-weight: 700;
padding: 0 17px;
margin-top: 8px;
margin-bottom: 10px;
line-height: 40px;
text-transform: uppercase;
cursor: pointer;
background: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
color: #F2504D;
outline: none;
}
.navbar {
padding: 0;
}
.navbar li.active a.nav-link {
color: #F2504D;
}
@media screen and (max-width: 768px) {
.navbar-header {
width: 100%;
}
.navbar-brand {
position: absolute;
padding: 10px 15px;
top: 5px;
}
}
.menu-wrap a {
color: #b8b7ad;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
color: #e92762;
}
.menu-wrap .navbar-nav li .active,
.menu-wrap .navbar-nav li .active:before {
color: #e92762;
-webkit-transform: scale(1);
transform: scale(1);
} .close-button {
text-align: center;
width: 45px;
height: 45px;
position: absolute;
left: -45px;
top: 8px;
overflow: hidden;
cursor: pointer;
font-size: 25px;
border: none;
background: #fff;
color: #000;
line-height: 48px;
box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16), 0 0px 0px 0px rgba(0, 0, 0, 0.12);
} .menu-wrap {
position: fixed;
z-index: 9999999;
width: 260px;
top: 0;
right: 0;
height: 100%;
background: #fff;
padding-top: 12px;
font-size: 1.15em;
-webkit-transform: translate3d(320px, 0, 0);
transform: translate3d(320px, 0, 0);
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.menu,
.menu-list {
height: 100%;
}
.menu-list {
padding: 0 1.5em;
}
.menu-list a {
color: #333;
display: block;
padding: 0.5em 0;
position: relative;
outline: none;
}
.menu-wrap a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.menu-list-animation,
.menu-list-animation a {
-webkit-transition: -webkit-transform 0s 0.4s;
transition: transform 0s 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-list-animation a:nth-child(1) {
-webkit-transform: translate3d(0, 1000px, 0);
transform: translate3d(0, 1000px, 0);
}
.menu-list-animation a:nth-child(2) {
-webkit-transform: translate3d(0, 1000px, 0);
transform: translate3d(0, 1000px, 0);
}
.menu-list-animation a:nth-child(3) {
-webkit-transform: translate3d(0, 1000px, 0);
transform: translate3d(0, 1000px, 0);
}
.menu-list a span {
margin-left: 10px;
font-weight: 700;
} .show-menu .menu-wrap {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.8s;
transition: transform 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu-with-animation .menu-list,
.show-menu-with-animation .menu-list a {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.8s;
transition: transform 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.show-menu-with-animation .menu-list a {
-webkit-transition-duration: 0.9s;
transition-duration: 0.9s;
}
.show-menu-with-animation .content::before {
opacity: 1;
-webkit-transition: opacity 0.8s;
transition: opacity 0.8s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (max-height: 600px) {
.menu-list {
overflow-y: scroll;
-ms-overflow-style: none;
}
.menu-list::-webkit-scrollbar {
display: none;
}
}
.btns_box {
display: inline-block;
position: relative;
margin-right: 8px;
}
.btns_box_none {
display: none;
}
@media (max-width: 991px) {
.btns_box {
display: none;
}
.stop-scroll {
overflow: hidden;
}
} .social-links {
padding: 5px 0 0 0;
margin: 0;
}
.social-links li {
display: inline-block;
}
.social-links li a {
margin-right: 4px;
color: #888;
font-size: 18px;
display: block;
text-align: center;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.social-links li a:not(:hover) {
color: #888 !important;
} .footer-area {
background: #252525;
padding: 60px 0 25px 0;
color: #888;
}
.footer-area h4 {
font-size: 18px;
color: white;
}
.footer-area .footer-text p {
font-size: 14px;
margin-top: 20px;
color: #fff;
}
.footer-area .footer-text p a {
color: #F2504D;
}
.footer-area .footer-text .nav-inline .nav-link {
padding: 11px 7px;
color: #888;
}
.footer-area .footer-text .nav-inline .nav-link:hover {
color: #F2504D;
}
.footer-area__separator {
margin-top: 25px;
padding-bottom: 25px;
border-top: 1px solid #888;
}
.footer-area__copyright,
.footer-area__powered-by {
color: #888;
}
.footer-area__powered-by-link img {
width: 98px;
height: auto;
vertical-align: middle;
margin-top: -8px;
}
.footer-area__powered-by a,
.footer-area__powered-by span {
vertical-align: bottom;
display: inline-block;
} .footer-area .menu {
padding: 0;
margin: 16px 0px;
}
.footer-area .menu a {
color: #888;
}
.footer-area .menu a:hover {
color: #F2504D;
}
.mc4wp-alert p {
color: #F2504D;
font-weight: 700;
}
@media (min-width: 1200px) {
.footer-area__row--1 {
margin-left: -10px;
margin-right: -10px;
}
.footer-area__row--1 .widget {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 1199px) {
.footer-area .widget:last-child {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.footer-area .widget:last-child {
width: 100%;
max-width: 100%;
display: block;
-ms-flex: none;
flex: none;
}
}
@media (max-width: 575px) {
.footer-area .widget {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.footer-area__copyright,
.footer-area__powered-by {
text-align: center;
}
.footer-area__copyright,
.footer-area__powered-by {
margin: 5px 0px;
}
.footer-area__powered-by-link img {
margin-top: -10px;
}
}
button:focus {
outline: none;
}
div.wpcf7 .ajax-loader {
background-image: none;
}
div.wpcf7 .ajax-loader,
.wpcf7-submit {
display: none;
}
span.wpcf7-not-valid-tip {
margin-top: -15px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: none;
margin: 0;
padding-left: 0;
}
.wpcf7 div.wpcf7-response-output {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
margin-left: 0;
background-color: #F2504D;
color: white;
}
.wpcf7 div.wpcf7-mail-sent-ok {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.form-control {
display: block;
width: 100%;
line-height: 26px;
margin-bottom: 30px;
font-size: 14px;
box-shadow: none;
color: #333;
background: #fafafa;
border: 1px solid #ddd;
padding: 12px 18px;
border-radius: 0px;
font-weight: 400;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.form-control:focus {
border-color: #F2504D;
outline: 0;
}
textarea.form-control {
height: 130px;
} .mc4wp-form .btn-common {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
height: 38px;
line-height: 38px;
padding-top: 0;
padding-bottom: 0;
}
.mc4wp-form a {
text-decoration: underline;
color: #888;
}
.mc4wp-form .input-group {
padding: 0;
}
.mc4wp-form input[type=email],
.mc4wp-form .input-group-addon {
height: 38px;
padding: 5px 12px;
border: none;
}
.mc4wp-form .form-control:focus {
border: none;
}
.mc4wp-form input[type=checkbox] {
line-height: 14px;
vertical-align: middle;
}
.mc4wp-form input[type=email] {
background-color: #e9ecef;
width: 50%;
padding: 5px 5px;
}
.mc4wp-form .form-group--email {
width: 100%;
margin: 0 auto;
padding-bottom: 5px;
}
.mc4wp-error {
color: #f2504d;
}
.btn {
font-size: 14px;
padding: 12px 20px;
border-radius: 0px;
cursor: pointer;
font-weight: 400;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
display: inline-block;
}
.btn:not(.btn--custom):focus,
.btn:not(.btn--custom):active {
color: #fff;
}
.btn.faq-item__name:focus,
.btn.faq-item__name:active {
color: #333 !important;
}
.btn:focus,
.btn:active {
box-shadow: none;
outline: none;
}
.btn-common {
background-color: #F2504D;
position: relative;
z-index: 1;
border-radius: 4px;
}
.btn-common--grey:hover {
color: #F2504D;
}
.btn-common--grey.is-active {
background-color: #F2504D;
border-color: #F2504D;
color: white;
}
.btn-common--grey {
color: white;
background-color: #868e96;
border: 2px solid #868e96;
}
.btn-common:not(.btn--custom):hover {
color: #fff;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.btn-border {
color: #fff;
background-color: transparent;
border: 2px solid #fff;
border-radius: 4px;
padding: 10px 20px;
}
.btn-border:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.btn-lg {
padding: 14px 33px;
text-transform: uppercase;
font-size: 16px;
}
button:focus {
outline: none !important;
}
.close-button {
color: #F2504D;
} a.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
text-decoration: none;
}
a.back-to-top i {
display: block;
font-size: 22px;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: #F2504D;
border-radius: 2px;
text-align: center;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
a.back-to-top:hover, a.back-to-top:focus {
text-decoration: none;
}
.btn--more-integrations, .btn--more-suppliers {
margin-top: 1rem;
}
.btn--other-suppliers {
margin-top: 3rem;
}
#monthly {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
text-transform: none;
}
#annually {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
text-transform: none;
}
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn_active {
background-color: #727b84;
}
.btn-menu {
display: none;
}
.btn-menu > .btn {
font-size: 16px;
}
.btn-login > a {
border-top: 1px #eaeaea solid;
margin-top: 12px;
padding-top: 18px;
}
@media (min-width: 992px) {
.btn-login, .btn-demo {
display: none;
}
.btn-common--grey:hover {
background-color: #F2504D;
border-color: #F2504D;
color: white;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}
}
@media (max-width: 991px) {
.btn-menu {
display: inline-flex;
float: left;
}
}
.btn-group .btn-sliding-menu {
font-weight: 400;
color: #fff;
border-radius: 4px;
padding: 4px 8px;
line-height: 21px;
margin: 15px 0;
text-transform: none;
}
.btn-group .btn-sliding-menu:hover {
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.btn-group .btn-grey {
background-color: #868E96;
}
.btns_box .btn-nav {
font-weight: 400;
padding: 4px 8px;
margin: 14px 0 12px 0;
text-transform: none;
border-radius: 4px;
line-height: 21px;
}
.btns_box .btn-trans {
color: #000;
padding-left: 20px;
padding-right: 20px;
}
.btn-red {
background-color: #F2504D;
color: #FFF;
}
.btn-red:hover {
color: #fff !important;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.dropdown {
bottom: 10px;
position: absolute;
text-align: center;
cursor: pointer;
}
.dropdown .dropdown-menu {
border: none;
border-radius: 0px;
width: 100%;
min-width: unset;
top: unset;
bottom: 100%;
}
.dropdown .dropdown-menu a {
padding: 2px 14px;
}
.lang-switch-btn .globe {
padding-bottom: 3px;
}
@media (max-height: 590px) {
.dropdown {
position: relative;
text-align: left;
margin: 110px 0 0;
bottom: 10px;
}
.dropdown .dropdown-menu {
position: absolute;
border: none;
border-radius: 0px;
width: 100%;
min-width: unset;
}
}
.single-blog-item .row {
background-color: #f3f3f3;
}
.single-blog-item .blog-item__image {
float: left;
height: 445px;
width: 100%;
background-size: cover;
background-position: center;
}
.single-blog-item a:hover {
color: #F2504D;
}
.blog-title a {
color: #343434;
font-size: 28px;
font-weight: 600;
margin-bottom: 0;
}
.blog-item {
width: 100%;
}
.blog-item__creation-date {
font-weight: bold;
}
.blog-item__author {
margin-bottom: 32px;
position: relative;
font-weight: 600;
color: #1a1d20;
}
.blog-item__author::before {
content: "";
display: block;
margin-bottom: -40px;
height: 2px;
width: 60px;
background-color: #bfbfbf;
position: relative;
}
.blog-filter .blog-filter__btn {
margin-bottom: 5px;
text-transform: none;
font-size: 14px;
padding: 0.25rem 0.5rem;
}
.blog-filter__btn .badge {
margin-left: 4px;
}
.blogs {
width: 100%;
margin-bottom: 2rem;
}
.blogs:last-child {
margin-bottom: 0 !important;
}
.blog-item__text {
padding-top: 5px;
}
.blog-content li {
font-size: 14px;
line-height: 22px;
}
.blog-content ul > li:before {
width: 7px;
height: 7px;
}
.blog-content :is(h1, h2, h3, h4, h5, h6) {
margin-top: 46px;
line-height: normal;
}
@media (max-width: 991px) {
.single-blog-section {
margin-top: 1.5rem;
}
.row.blogs {
position: relative;
margin-left: 0;
margin-right: 0;
}
.single-blog-item .row {
background-color: #ffffff;
}
.blog-item__content {
position: relative;
height: 445px;
z-index: 2; }
.blog-item__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; opacity: 0.4;
z-index: 1; }
}  .faq-section {
margin: 20px auto;
max-width: 800px;
padding: 50px 30px;
}
.faq-item__name :first-child {
margin-top: 0;
}
.faq-item__name {
position: relative;
display: block;
width: 100%;
background: transparent;
border-top: 1px solid #e5eff5;
border-bottom: 1px solid #e5eff5;
border-radius: 0;
padding: 20px 50px 20px 20px;
text-decoration: none;
color: #333;
margin-top: -1px;
text-align: left;
font-weight: 500;
white-space: initial;
}
.faq-item__name:hover,
.faq-item__name:focus {
border-top: 1px solid #e5eff5;
border-bottom: 1px solid #e5eff5;
color: #333;
text-decoration: none;
}
.faq-item__name[aria-expanded=true] {
background: #fff;
border-bottom: none;
border-right: 1px solid #e5eff5;
border-left: 1px solid #e5eff5;
}
.faq-item__name[aria-expanded=false]:hover {
color: red;
}
.faq-item__name:after {
display: block;
position: absolute;
right: 20px;
top: 15px;
content: "\ea45";
font-family: "LineIcons";
transition: transform 0.2s ease-in-out;
}
.faq-item__name[aria-expanded=true]:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.faq-item__content {
text-align: justify;
background: #fff;
padding: 0 45px 40px 20px;
border-right: 1px solid #e5eff5;
border-left: 1px solid #e5eff5;
color: #999;
} .services-item {
text-align: center;
padding: 30px 0;
}
.services-item__icon {
margin-bottom: 10px;
}
.services-item__icon i {
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
font-size: 20px;
text-align: center;
background: #F2504D;
border: 1px solid #F2504D;
color: #fff;
border-radius: 50%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
}
.services-item h3 {
margin-bottom: 10px;
}
.integrations-list-item h5 a,
.services-item h3 a {
color: #343434;
font-weight: 700;
font-size: 20px;
text-align: center;
}
.integrations-list-item h5 a:hover,
.services-item h3 a:hover {
color: #F2504D;
}
.services-item__link {
display: inline-block;
} .services-list-item a:hover {
color: #F2504D;
font-weight: 700;
} .suppliers {
margin-top: 20px;
min-height: 451px;
}
.suppliers-item {
text-align: center;
}
.suppliers-item__status {
font-weight: normal;
}
.suppliers-item__title {
display: inline-block;
}
.suppliers-item__status.badge-info,
.page-heading-section--suppliers .badge-info {
background-color: #00D1FF;
}
.suppliers-item__title a {
color: inherit;
font-weight: 700;
}
.suppliers-item__title a:hover {
color: #F2504D;
}
.suppliers-item--status-coming-soon .suppliers-item__title {
width: 100%;
}
.suppliers-item__excerpt a {
display: inline-block;
}
.suppliers-filter .suppliers-filter__btn {
margin-bottom: 5px;
text-transform: none;
font-size: 14px;
padding: 0.25rem 0.5rem;
}
.suppliers-filter--category {
margin-top: 20px;
}
.suppliers-filter__btn .badge {
margin-left: 4px;
}
.supplier-logo-shell {
height: 100px;
padding: 20px 20px 0px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.supplier-logo {
max-width: 100%;
max-height: 100%;
display: block;
object-fit: contain;
} .supplier-info__logo-wrap {
height: 150px;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.supplier-info__logo-wrap img {
max-width: 300px;
max-height: 100%;
display: block;
object-fit: contain;
}
@keyframes scale-fade-out {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.5);
opacity: 0;
}
}
@keyframes scale-fade-in {
0% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
[data-post].scale-fade-in {
animation: scale-fade-in 0.5s;
display: flex;
}
[data-post].scale-fade-out {
animation: scale-fade-out 0.5s;
display: none;
} .integrations-logos {
margin: 35px 0;
}
.integrations-logo img {
height: 100px;
width: auto;
}
@media (max-width: 768px) {
.integrations-logo img {
height: 96px;
}
.suppliers {
min-height: 370px;
}
}
@media (max-width: 380px) {
.integrations-logo {
display: block;
}
}
.integration-info__logo-wrap {
height: 200px;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.integration-info__logo-wrap img {
max-width: 470px;
max-height: 100%;
display: block;
object-fit: contain;
border: 0;
} .integrations {
min-height: 451px;
}
.integrations-item {
text-align: left;
}
.integrations-item__image-wrap {
height: 100px;
padding: 25px 25px 5px;
display: flex !important;
align-items: center;
justify-content: center;
overflow: hidden;
}
.integrations-item a {
display: inline-block;
}
.integrations-item .badge {
margin-bottom: 20px;
}
.integrations-item__title {
color: #343434;
font-weight: 700;
font-size: 20px;
}
.integrations-item__title a {
color: inherit;
}
.integrations-item__title a:hover {
color: #F2504D;
}
.integration-logo {
max-width: 100%;
max-height: 100%;
display: block;
object-fit: contain;
border: none;
}
@media (max-width: 768px) {
.integrations {
min-height: 370px;
}
} .integrations-usp {
padding-bottom: 20px;
}
.integrations-usp-item {
text-align: center;
padding: 30px 25px;
}
.integrations-usp-item__icon {
margin-bottom: 10px;
line-height: 50px;
font-size: 50px;
text-align: center;
color: #F2504D;
}
.integrations-usp-item h5 {
padding: 10px 0px;
} .badge.tag--integration {
padding: 5px;
} .suppliers-list a {
color: inherit;
}
.suppliers-list a:hover {
color: #F2504D;
} .page-heading-section + .pricing-section {
margin-top: -25px;
}
.pricing-block .card-header i {
color: green;
}
.pricing-block__price {
font-size: 36px;
font-weight: 700;
font-family: "Montserrat", sans-serif;
line-height: 1.1;
}
.hide_plan {
display: none !important;
} @media (max-width: 767px) {
.card-blocks .card-block {
flex: 100%;
}
} .badge {
padding: 5px;
}
.toggle-buttons-box {
margin-bottom: 26px;
}
.content-block {
position: relative;
margin-bottom: 49px;
padding-left: 220px;
}
.content-block h2 {
margin: 0;
position: absolute;
left: 0px;
top: 0px;
font-size: 28px;
font-size: 24px;
width: 195px;
}
.content-block ul {
padding-left: 0;
margin-left: 0px;
list-style: none;
padding-top: 4px;
}
.content-block ul li {
position: relative;
padding-left: 25px;
margin-bottom: 13px;
}
.content-block ul > li:before {
display: inline-block;
width: 10px;
height: 10px;
position: absolute;
border-radius: 100%;
content: "";
background: #DB342F;
left: 0;
top: 7px;
}
.content-block img {
margin-top: 35px;
}
.content-block.content-block--fw {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
}
.content-block__inner {
padding: 100px 0px;
max-width: 1920px;
margin: 0 auto;
}
.content-block--fw .site-block {
max-width: 850px;
margin: 0 auto;
padding: 0 15px;
}
.content-block--fw h2 {
position: static;
width: auto;
}
.content-block--fw img {
max-width: 100%;
height: auto;
} .aligncenter,
.alignleft,
.alignright {
display: block;
padding: 0;
}
.aligncenter {
float: none;
margin: 0.5em auto 1em;
}
.alignright {
float: right;
margin: 0.5em 0 1em 1em;
}
.alignleft {
float: left;
margin: 0.5em 1em 1em 0;
}
.menu {
list-style-type: none;
} [rel=fancybox],
.fancybox {
cursor: pointer;
}
.fancybox-slide--image .fancybox-content {
background: white;
} #preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 9999999;
}
.loader {
top: 50%;
left: 50%;
width: 50px;
height: 50px;
border-radius: 100%;
position: fixed;
margin: 0 auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#loader-1:before,
#loader-1:after {
content: "";
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 100%;
border: 7px solid transparent;
border-top-color: #F2504D;
}
#loader-1:before {
z-index: 100;
animation: spin 2s infinite;
}
#loader-1:after {
border: 7px solid #fafafa;
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@media (max-width: 768px) {
#preloader {
display: none;
}
} .breadcrumbs {
color: #868e96;
margin-bottom: 25px;
font-weight: 400;
font-size: 14px;
}
.breadcrumbs a {
color: #F2504D;
} html,
body {
height: 100%;
}
.site {
display: flex;
flex-direction: column;
min-height: 100%;
}
.site-header,
.site-footer {
flex: none;
}
.site-center {
flex: 1 0 auto;
padding: var(--space) var(--space) 0;
width: 100%;
overflow: hidden;
}
.site-center::after {
content: " ";
display: block;
margin-top: var(--space);
height: 0px;
visibility: hidden;
} .intro {
background-size: cover;
color: #fff;
padding: 150px 0;
overflow: hidden;
position: relative;
}
.intro .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #0c0808;
opacity: 0.4;
}
.intro .heading-count {
margin-bottom: 50px;
}
.intro .heading-count h1 {
font-size: 80px;
margin-bottom: 10px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.intro .target-scroll {
margin-top: 40px;
display: inline-block;
}
.intro .target-scroll i {
color: #fff;
font-size: 40px;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.intro .target-scroll i:hover {
color: #ddd;
}
.intro .btn {
margin: 10px;
} .contact-right {
padding-left: 5%;
}
.contact-right .contact-box {
margin-bottom: 40px;
}
.contact-right .contact-box h4 {
clear: both;
color: #333;
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin-bottom: 10px;
}
.contact-right .contact-box p {
font-size: 15px;
color: #888;
}
.get-in-touch-contact {
float: left;
text-align: left;
}
.cookie-notice {
display: none;
background-color: white;
z-index: 10000;
bottom: 15px;
left: 15px;
padding: 15px;
border-radius: 15px;
position: fixed;
max-width: 300px;
width: 100%;
border: 1px solid #ccc;
}
.cookie-notice__container,
.cookie-notice .site-block {
position: relative;
}
.cookie-notice a:link {
display: inline-block;
font-weight: 700;
}
.cookie-notice a .cookie-notice a:hover {
color: #f2504d;
}
.cookie-notice button {
padding: 4px 15px;
border: none;
color: #fff;
cursor: pointer;
}
@media screen and (max-width: 380px) {
.cookie-notice {
max-width: 290px;
}
}
.info-container {
position: relative;
display: inline-block;
margin-left: 5px;
}
.info-icon {
display: inline-block;
width: 14px;
height: 14px;
line-height: 13px;
text-align: center;
border-radius: 50%;
background-color: rgba(128, 128, 128, 0.4784313725);
color: #111;
font-weight: 100;
cursor: pointer;
font-size: 12px;
}
.info-popup {
visibility: hidden;
width: 200px;
background-color: #868e96;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 5px; position: absolute;
bottom: 125%; left: 50%;
transform: translateX(-14%);
z-index: 1; opacity: 0;
transition: opacity 0.3s;
}
.info-popup p {
margin-bottom: 0;
}
.info-popup::after {
content: "";
position: absolute;
top: 100%; left: 14%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555555 transparent transparent transparent;
}
.info-container:hover .info-popup {
visibility: visible;
opacity: 1;
}
.info-container:hover .info-popup a {
color: #fff;
font-size: 105%;
font-weight: 900;
text-decoration: none;
}
.info-container:hover .info-popup a:hover {
color: #f2504d;
}
@media (max-width: 1023px) {
.sliderNavigation {
width: 100%;
}
.sliderNavigation .btn {
position: absolute;
top: 50px;
z-index: 10;
padding: 0.15rem 0.5rem;
}
.sliderNavigation .btn-left {
left: 5px;
}
.sliderNavigation .btn-right {
right: 5px;
}
.pricing-blocks {
margin: 0 15px;
}
.plan-display-container {
width: 100%;
}
.plan-row {
display: flex;
width: 100%;
margin: 0;
}
.activePlan {
display: block;
}
.activePlan.plan-row {
display: flex;
}
.inactivePlan {
display: none;
}
.swiper-container {
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
z-index: 1;
padding: 10px 10px;
}
.swiper-container .swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-container .swiper-wrapper .swiper-slide {
border: 1px solid rgba(0, 0, 0, 0.08);
position: relative;
transition-property: transform;
background: rgba(0, 0, 0, 0.03);
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-container .swiper-wrapper .swiper-slide .plan-head-col {
font-size: 24px;
font-weight: 600;
line-height: 40px;
}
.swiper-container .swiper-wrapper .swiper-slide .plan-head-col .price {
color: #621515;
margin-bottom: 5px;
}
.swiping-pagination {
position: relative !important;
width: 100%;
height: 20px;
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 10px;
}
.swiping-pagination .swiper-pagination-bullet {
width: 15px;
height: 15px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-content: center;
margin: 5px 15px !important;
border-radius: 2px;
display: flex;
background-color: #ea8b89;
opacity: 1;
box-shadow: none;
border: none;
}
.swiping-pagination .swiper-pagination-bullet.activePlan,
.swiping-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
display: flex;
background-color: #F2504D;
box-shadow: 0px 0px 4px #f02b28;
border: 1px solid #f02b28;
}
.swiping-pagination .swiper-pagination-bullet.inactivePlan {
display: flex;
background-color: #ea8b89;
box-shadow: none;
border: none;
}
.plan-row {
min-height: 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
align-content: center;
line-height: 15px;
padding: 10px 15px;
}
.plan-row:last-child {
border-bottom: none;
}
}
@media (max-width: 1023px) and (max-width: 450px) {
.plan-row {
padding: 10px 0px;
}
}
@media (max-width: 1023px) {
.plan-row .col-12, .plan-row .col-7, .plan-row .col-5 {
padding-right: 0px;
padding-left: 0px;
}
.plan-row.row-type_footer {
border-bottom: none;
height: 100px;
}
.plan-row.row-type_footer .btn-red {
width: 100%;
}
.plan-row .labels {
text-align: left;
align-content: center;
padding-right: 2px;
padding-left: 2px;
flex: 0 0 65%;
max-width: 65%;
}
.plan-row .values {
text-align: right;
align-content: center;
padding-right: 2px;
padding-left: 2px;
flex: 0 0 35%;
max-width: 35%;
}
}
@media (max-width: 991px) { .pricing-blocks .price-plans .desktop-plans {
display: none;
}
}
@media (min-width: 992px) { .pricing-blocks .price-plans .mobile-plans {
display: none;
}
}
.custom-col {
flex: 0 0 12%;
max-width: 15%;
}
.plans-heads,
.plans-bodys,
.plans-footer {
display: flex;
flex-flow: row wrap;
row-gap: 5px;
}
.col-plan {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
margin-right: 5px;
padding: 0px;
}
.col-plan.best_plan {
margin: -10px -13px;
font-size: 18px;
z-index: 3;
border: 2px solid rgba(130, 130, 130, 0.5);
}
@media (max-width: 1199px) {
.col-plan.best_plan {
margin: -10px -5px;
}
}
@media (max-width: 1024px) {
.col-plan.best_plan {
font-size: 16px;
}
}
.col-plan.best_plan .plan-header,
.col-plan.best_plan .plan-footer {
background-color: rgb(222, 222, 222);
}
.col-plan.best_plan .plan-header .btn-red,
.col-plan.best_plan .plan-footer .btn-red {
background-color: #f2504d;
color: #fff;
padding: 0.25rem;
width: 100%;
}
.col-plan.best_plan .plan-body {
background-color: #f1f1f1;
font-weight: 600;
}
.plan-body .discount-wrapper, .plan-row .discount-wrapper {
display: flex;
flex-direction: column;
}
.plan-body .discount-wrapper .discount-title, .plan-row .discount-wrapper .discount-title {
font-weight: 600;
color: #e63946;
text-transform: uppercase;
}
.plan-body .discount-wrapper .original-price s, .plan-row .discount-wrapper .original-price s {
color: #888;
font-size: 0.9em;
}
.plan-body .discount-wrapper .discounted-price, .plan-row .discount-wrapper .discounted-price {
font-weight: 700;
font-size: 1.8em;
color: #e63946;
}
.plan-row .discount-wrapper {
gap: 5px;
}
.plan-footer .btn-red {
padding: 0.25rem;
width: 100%;
}
.plan-item {
border-top: 1px solid rgba(0, 0, 0, 0.08);
padding: 6px 15px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
font-weight: 400;
}
.plan-item:first-child {
border-top: none;
}
.plan-item:last-child {
border-bottom: none;
}
.plan-option-name {
font-weight: 800;
padding: 6px 20px;
justify-content: flex-start;
text-align: left;
}
.plan-header,
.plan-option-name.header,
.plan-footer,
.plan-option-name.footer {
background: rgba(0, 0, 0, 0.03);
font-size: 24px;
padding: 5px;
font-family: "Montserrat", sans-serif;
}
@media (max-width: 1199px) {
.plan-header,
.plan-option-name.header,
.plan-footer,
.plan-option-name.footer {
font-size: 22px;
}
}
@media (max-width: 1024px) {
.plan-header,
.plan-option-name.header,
.plan-footer,
.plan-option-name.footer {
font-size: 20px;
}
}
.plan-header .plan-title,
.plan-option-name.header .plan-title,
.plan-footer .plan-title,
.plan-option-name.footer .plan-title {
margin-top: 5px;
margin-bottom: 15px;
font-weight: 600;
}
.plan-header .plan-price,
.plan-option-name.header .plan-price,
.plan-footer .plan-price,
.plan-option-name.footer .plan-price {
color: #621515;
margin-bottom: 5px;
}
.plan-footer,
.plan-option-name.footer {
padding: 0.75rem 1.25rem;
}
.section-title {
font-size: 36px;
color: #333;
line-height: 52px;
padding-bottom: 15px;
font-weight: 700;
text-align: center;
position: relative;
margin: 0;
}
.section-title:before {
position: absolute;
content: "";
height: 1px;
width: 45px;
left: 50%;
bottom: 10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #F2504D;
}
.section-subtitle {
font-size: 15px;
font-weight: 500;
margin-bottom: 15px;
}
.section--padding {
padding: 60px 0;
}
.section--padding-top-only {
padding-bottom: 0px;
}
.section--padding-bottom-only {
padding-top: 0px;
}
.section--padding-no-pad {
padding-top: 0px;
padding-bottom: 0px;
}
.section--color-grey {
background-color: #f2f2f2;
}
.section__content {
font-size: 14px;
text-align: center;
font-weight: 400;
line-height: 26px;
padding-bottom: 20px;
}
.section__content h2 {
font-size: 36px;
color: #333;
line-height: 52px;
padding-bottom: 15px;
font-weight: 700;
text-align: center;
position: relative;
margin: 0;
}
.admin-bar .heading-section {
margin-top: 32px;
}
.heading-section__content {
margin-top: 35px;
} @media (min-width: 992px) and (max-width: 1199px) {
.countdown-timer .heading-count h2 {
font-size: 36px;
}
#hero-area .contents .head-title {
font-size: 40px;
}
.line-right .time-count .time-entry {
width: 100px;
height: 100px;
}
.line-right .time-count .time-entry span {
font-size: 40px;
}
.countdown-timer {
padding: 260px 0;
}
} @media (max-width: 991px) {
.section__content h2,
.section-title {
position: relative;
margin-bottom: 10px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.section__content h2,
.section-title {
font-size: 26px;
}
.intro .heading-count h1 {
font-size: 30px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.card-deck .card {
margin-right: 4px;
margin-left: 4px;
}
}
@media (max-width: 767px) {
.card .card-img-top {
max-width: 70%;
height: auto;
}
.section__content h2,
.section-title {
font-size: 26px;
line-height: 36px;
}
.section-sub {
font-size: 16px;
}
.intro .heading-count h1 {
font-size: 36px;
}
.subscribe-form .form-inline .btn {
width: 125px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.time-countdown .time-entry {
width: 100px;
height: 100px;
}
.time-countdown .time-entry span {
font-size: 30px;
}
.subscribe-form .form-inline .btn {
width: 125px;
}
.btn {
padding: 8px 10px;
font-size: 12px;
}
.faq-item__name:after {
right: 5px;
top: 50%;
transform: translate(-50%, -50%);
}
.faq-item__name.btn {
white-space: normal;
padding: 15px 45px 15px 20px;
font-size: 14px;
}
.faq-section {
padding: 50px 20px;
}
.faq-item__content {
padding: 0 45px 20px 20px;
}
}
@media (max-width: 320px) {
.intro .col-md-12 {
padding-left: 5px;
padding-right: 5px;
}
.intro .heading-count h1 {
font-size: 34px;
}
}