:root {
    --main-background: #fbfbff;
    --main-color: #ec1400;
    --secondary-color: #676767;

}

* {
    font-family: Inter, "Open Sans", sans-serif;
}

body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
    background: var(--main-background);
}

.logo svg {
    width: 180px;
    padding-top: 8px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

a {
    color: var(--main-color)
}

a:hover,
a:focus,
a:active,
a.active {
    color: var(--main-color)
}

.active .page-scroll:hover {
    background-color: initial!important;
}
.page-scroll:hover {
    color: #ff3b2e !important;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

p {
    color: #575757;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 0;
}

ul {
    color: #575757;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/
/* 2.1 FONTS*/
@font-face {
    font-family: PTSans;
    font-weight: normal;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: PTSans;
    font-weight: 700;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: PTSans;
    font-weight: 500;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Nucleo Outline';
    src: url('../fonts/nucleo-outline.eot');
    src: url('../fonts/nucleo-outline.eot') format('embedded-opentype'), url('../fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nucleo Outline';
    src: url('../fonts/nucleo-outline.eot');
    src: url('../fonts/nucleo-outline.eot') format('embedded-opentype'), url('../fonts/nucleo-outline.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 2.2 HEADINGS */

h1,
h2,
h3 {
    font-size: 48px;
    font-weight: 500;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h2.subhead2 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2.suitable-prices {
    font-size: 22px;
    padding-top: 6px;
}

h3 {
    font-size: 20px;
    font-weight: 300;
}

h4 {
    font-size: 17px;
    font-weight: lighter;
    color: #ffffff;
    font-style: italic;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

section h2.section-heading, h1.section-heading2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 40px;
}
section .heading {
    margin-bottom: 20px;
    padding: 0 200px;
}
section .section-subheading {
    text-transform: none;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 24px;
    color: black;
    font-weight: 300;
    display: inline-block;
}

.separator {
    width: 30px;
    height: 2px;
    display: block;
    margin: auto;
    background-color: var(--main-color);
}

/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/

section {
    padding: 80px 0;
}

.row {
    margin: 0;
    padding-bottom: 0;
}

#features .row {
    padding-bottom: 80px;
}

.container {
    padding: 0;
}

.section-button-container {
    padding-top: 12px;
}

.orange-area h5 {
    margin-bottom: 0;
}

.outer-margin {
    margin: 0 -15px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.btn-primary {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus, h2
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-xl {
    height: 50px;
    background-color: var(--main-color);
    border-radius: 2px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    background-color: #1f1f1f;
    color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

body.modal-open {
    overflow: hidden;
}

.parallax {
    background: var(--main-color);
}

.parallax h2.section-heading,
.parallax .section-subheading {
    color: #fff;
}

.parallax .separator {
    background: #fff;
}

.gray-bg {
    background: #f8f8f8;
}

.header-buttons {
    margin: 60px auto 100px auto;
    display: block;
    margin: 0;
}

.primary-button, .secondary-button {
    min-width: 150px;
    padding: 8px 20px;
    background-color: white;
    border-radius: 6px;
    color: var(--main-color);
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
    border: 1px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.primary-button.button-inverse {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    margin: 0;
}

.primary-button.button-inverse:hover {
    color: var(--main-color);
    background: transparent;
    border: 1px solid var(--main-color);
}

.secondary-button {
    color: white;
    background: transparent;
    border: 2px solid white;
    margin: 0;
}

.secondary-button-inverse {
    color: var(--main-color);
    border-color: var(--main-color);
    background: #fff
}

.secondary-button.secondary-button-inverse:hover {
    color: #fff;
    background: var(--main-color);
}

.primary-button:hover, .primary-button.whiteinverse {
    background: none;
    color: #fff;
    text-decoration: none;
}

.secondary-button:hover {
    color: #ff4300;
}

/*3.2 LOGO*/

.logo img {
    padding-top: 5px;
    width: 210px;
}

/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #1f1f1f
}

.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*3.4 CAROUSELS*/

.owl-theme .owl-controls .owl-buttons {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    background: url(../img/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: -72px;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: -72px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: #1f1f1f;
    width: inherit;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .nav li a {
    color: white;
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    padding: 15px;
    line-height: 1;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.signuplink {
    border-radius: 2px;
    border: 1px solid white;
    margin-left: 20px;
    border-radius: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-default .nav li.signuplink a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    opacity: 1;
}

.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: #fff;
    opacity: 1;
    background: none;
}

.navbar-default.navbar-shrink .navbar-nav > .active > a:focus,
.navbar-default.navbar-shrink .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    background: none;
    opacity: 1;
    color: var(--main-color);
    -webkit-filter: brightness(1.2);
}

.navbar-default .header-pad {
    padding: 12px 24px;
    background:transparent;
    border: 1px solid transparent;
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (min-device-width: 768px) {
    .navbar-default {
        padding: 0 0 25px;
        border: 0;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }


    .navbar-default.navbar-shrink .header-pad {
        background-color: rgba(10, 10, 10, 0.7); /* transparent background */
        backdrop-filter: blur(10px); /* blur effect */
        -webkit-backdrop-filter: blur(10px); /* for Safari */
        border-bottom: 1px solid #1d1d1d;
    }
}

/* --------------------------------------
5. HEADER
-----------------------------------------*/
#header,
header {
    position: relative;
    color: #fff;
    background-color: black;

}

#headerbackground, #headerbackground3 {
    /*background-image: url(../img/headerbg.png);
    background-attachment: fixed;
    background-size: cover;*/
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.25;
}

#headerbackground3 {
    background-image: url(../img/headerbg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: fixed;

}


header .intro-text {
    padding-top: 260px;
    padding-bottom: 280px;
}

header .intro-text .intro-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.header-buttons .secondary-button,
.header-buttons .primary-button {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

header .intro-text .intro-lead-in {
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 500;
}

header .header-dashboard {
    display: block;
    margin: auto;
}

header .header-dashboard .dashboard {
    margin-top: 110px;
    margin-bottom: 0;
    max-width: 100%;
}

header .container {
    position: relative;
    z-index: 10;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* --------------------------------------
6. SECTIONS
-----------------------------------------*/
/*     6.1 ABOUT*/

#features .col-md-3 {
    text-align: center;
}

#features .col-md-3.last {
    padding-right: 0;
}

#features .nc-icon-outline {
    color: var(--main-color);
    margin-bottom: 36px;
    font-size: 40px
}

.service-heading {
    text-transform: none;
    color: #333;
    font-size: 22px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 22px;
}

/*6.2 FEATURES*/


.a-features {
    overflow: hidden;
}

.a-features .container {
    position: relative;
}

.a-features img:not(.pull-left) {
    position: absolute;
    top: 0;
    right: 0
}

.a-features img.pull-left {

}

.a-features .section-subheading {
    margin-bottom: 30px;
    margin-top: 5px;
    max-width: 450px;
    float: left;
    line-height: 25px;
}

.features-tabs .tabs {
    margin: 0;
    padding: 0;
    width: 1056px;
    height: 60px;
    background-color: white;
    border: 1px solid #d1d1d1;
    margin-top: 100px;
}

.features-tabs .tab {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    display: inline-block;
    zoom: 1;
    background: none;
    border: none;
    border-bottom: none;
    text-align: center;

    font-size: 14px;
    font-weight: 700;
    height: 58px;
    line-height: 60px;
    background: #fafafa;
}

.features-tabs .tab a {
    color: #bbb;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.features-tabs .tab.active {
    background: #fff;
}

.features-tabs .tab a.active {
    color: var(--main-color)
}

.features-tabs .tab:hover a {
    color: var(--main-color)
}

.features-tabs .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.features-tabs .tab a .triangle {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.features-tabs .tab a.active .triangle {
    border-bottom: 0;
    visibility: visible;
    width: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d1d1d1;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}

.features-tabs .tab .triangle .inner-triangle {
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: 2px;
    position: absolute;
    left: -8px;
}

#features-tab1 img {
    margin-right: -200px;
}

#features-tab2 img {
    margin-right: 60px;
}

#features-tab3 img {
    margin-top: -50px;
    margin-right: 30px;
}

.features-tabs ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

.features-tabs li {
    background: url(../img/checked.png) no-repeat left 20px;
    padding-left: 40px;
    list-style: none;
    margin: 0;
    color: #666;

    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
}

.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/*6.3 VIDEO*/

#video .section-subheading {
    margin-bottom: 55px;
}

.video-container {
    position: relative;
}

.video-container a {
    display: block;
    cursor: pointer;
    width: 630px;
    margin: auto;
}

.video-container img {
    margin: auto;
    display: block;
}

.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -48px;
    width: 76px;
    height: 76px;
    background-color: rgba(39, 49, 64, 0.6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    cursor: pointer;
}

.video-container a:hover .play-video {
    background-color: rgba(39, 49, 64, 1);
}

.play-video .fa-play {
    width: 22px;
    height: 26px;
    color: white;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 25px;
    left: 30px;
}

#video {
    background: url(../img/video/videobg.jpg);
    position: relative;
    background-size: 100%;
    background-attachment: fixed;
}

#video .overlay {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
}

.video-socials {
    position: relative;
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 45px;
}

.video-socials a:hover .fa {
    color: #1f1f1f
}

.video-socials .fa {
    color: white;
    margin: 0 17px;
    font-family: 'Font Awesome 5 Pro';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}

.video-modal {
    padding: 0 !important;
    background: rgba(39, 49, 64, 0.5);
}

.video-modal iframe {
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    box-sizing: content-box;
    box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-modal .modal-content {
    padding: 0;
    border: 0;
    position: fixed;
    width: 712px;
    left: 50%;
    margin-top: -200px;
    top: 50%;
    margin-left: -356px;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

/*6.4 SOLUTIONS*/

.chart {
    position: relative;
    display: block;
    margin: 0 auto 40px auto;
    width: 230px;
    height: 230px;
    line-height: 230px;
    letter-spacing: -1px;

    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: var(--main-color);
    background: #fff;
    border-radius: 50%;
}

.chart .percent {
    font-size: 28px;
    position: relative;
    margin-left: 3px;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-content {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.chart-content h4 {
    color: #666;

    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}

.chart-content .nc-icon-outline {
    color: var(--main-color);
    display: inline-block;
    font-size: 30px;
}

/*6.5 PRICING*/

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    padding-bottom: 8px;
}

.pricing {
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
    border-top: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
    margin: 0;
    background: white;
}

.pricing.active {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    opacity: 0.85;
    border-top: 0;
}

.pricing-title,
.pricing-title-secondary {
    background-color: var(--main-color);
    border-radius: 2px 2px 0 0;
    text-align: center;
    color: white;

    font-size: 16px;
    line-height: 45px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.pricing-title-secondary {
    background-color: var(--secondary-color);
}

.color-secondary {
    color: var(--secondary-color) !important;
}

.pricing .pricing-row {
    padding-bottom: 14px;
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
    width: 100%;
}

.pricing .pricing-row.selected {
    background-color: whitesmoke;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -13px;
    padding-bottom: 13px;
}

.pricing.active .pricing-row.selected {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pricing .col-lg-3 {
    padding: 25px 0 40px 0;
    font-weight: 400;
    line-height: 25px;
    color: var(--main-color);
    width: 100%;
    text-align: center;
}

.pricing.active .col-lg-3 {
    color: #fff;
}

.pricing .button-container {
    text-align: center;
    position: relative;
    padding: 10px 0 30px 0;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}

.pricing .pricing-price {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 42px;
    display: inline-block;
}

.pricing .pricing-time {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 24px;
}

.pricing .iconita {
    line-height: 52px;
    font-size: 48px;
    height: 52px;
}

.pricing .pricing-title {

    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 32px;
}

.pricing .pricing-option {
    text-align: center;
    line-height: 1;
    color: #858585;
    font-size: 15px;
}

.pricing .pricing-artist-text {
    font-size: 20px;
}

.pricing .pricing-row.selected .pricing-option {
    font-size: 14px;
}

.pricing .pricing-option.selected {
    background: #3595f8;
}

.pricing.active .pricing-option {
    color: #fff;
}

.pricing .pricing-row.selected .fa {
    font-size: 13px;
    top: 0;
}

.pricing .fa {
    color: var(--main-color);
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.pricing.active .fa {
    color: #fff;
}

.pricing .currency {
    font-size: 45px;
    margin-right: 5px;
    position: relative;

}

.pricing .billing-time {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
}

.pricing.active .billing-time {
    color: #fff;
}

.row .secondary-button {
    background: transparent;
    border-color: #969696;
    color: #969696;
}

.row .secondary-button:hover {
    border-color: #969696;
}
.grid-reverse {
    display: flex;
}
.grid-reverse>div:first-child {
    order: 1;
}

.pricing .secondary-button.secondary-button-inverse:hover {
}

/*6.6 TESTIMONIALS*/

#testimonials {
    background: url(../img/video/videobg.jpg);
    position: relative;
    background-size: 100%;
    background-attachment: fixed;
    padding-bottom: 0px;
    margin-bottom: 52px;

}

.tt-content h3 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.65;
    text-align: center;
    color: #fff;
    margin: auto;

    max-width: 850px;
}

.tt-content h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 20px;
}

.tt-content .content {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.tt-content .tt-container {
    margin-top: 15px;
    text-align: center;
}

.tt-images {
    text-align: center;
    margin-bottom: -42px;
    font-size: 0;
}

.tt-image {
    display: inline-block;
    margin: 0;
    /*   border: 2px solid #D1D1D1;*/

    border-radius: 90px;
    margin: 0 15px;
}

.tt-image img {
    display: inline-block;
    width: 84px;
    height: 84px;
    border-radius: 90px;
}

.tt-quote {
    font-size: 75px;
    font-weight: 700;
    line-height: 70px;
    margin-right: 20px;
    float: left;
    color: #D1D1D1;
    display: block;
    margin-bottom: 40px;
    margin-left: 2px;
}

.tt-quote-right {
    float: right;
    margin-right: 0;
    position: relative;
    margin-left: 20px;
    bottom: 0;
    margin-bottom: 0;
}

#testimonials .owl-pagination {
    position: absolute;
    width: 100%;
}

#testimonials .owl-controls span {
    width: 84px;
    height: 84px;
    opacity: 0.65;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 90px;
    margin: 0 15px;
}

#testimonials .owl-controls .owl-page:hover span,
#testimonials .owl-controls .owl-page.active span {
    opacity: 0;
}

/*6.8 CLIENTS*/

#clients .owl-controls .owl-buttons {
    display: block;
}

#testimonials .owl-controls {
    text-align: center;
    margin-top: 70px;
}

#clients .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 1;
}

#clients .slider {
    max-width: 1024px;
    margin: 38px auto
}

#clients .slider img {
    display: block;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.30;
}

#clients .slider img:hover {
    opacity: 1;
}

/*6.9 SUBSCRIBE*/

#subscribe {
    padding: 50px;
}

#subscribe h3 {
    color: white;

    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 300;
    float: left;
    margin: 0;
    line-height: 50px;
}

#subscribe .subscribe-form {
    float: right;
    position: relative;
}

#subscribe-success {
    position: absolute;
    top: 0;
    width: 100%;
}

#subscribe-success .alert-success {
    margin: 0;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    color: #1f1f1f;
}

#subscribe #subscribe-success .close {
    outline: none;
}

#subscribe #subscribe-success .close:hover {
    color: #1f1f1f;
}


#subscribe .subscribe-form input {
    width: 400px;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0 20px;
}

#subscribe .subscribe-form button[type="submit"] {
    width: 150px;
    border: 2px solid white;
    height: 50px;
    color: inherit;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    border-radius: 2px;
    float: right;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#subscribe .subscribe-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form button:hover {
    color: #fff;
    background: none;
}

#subscribe .subscribe-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}

/*6.10 CONTACT*/

#contact {
    background-color: #fff;
    position: relative;
}

#contact .contact-form-container {
    float: right;
    width: 570px;
}

#contact .form-group {
    margin-bottom: 30px;
    float: left;
    width: 270px;
    position: relative;
}

#contact .form-textarea {
    width: 100%;
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 20px;
    float: left;
    border-radius: 2px;
    resize: none;
}

#contact .section-subheading {
    margin-bottom: 50px;
    margin-top: 30px;
    line-height: 25px;
}

#contact .form-group input.form-control {
    border-radius: 2px;
    width: 100%;
    height: 50px;
    background-color: white;
    padding: 0 20px;
    line-height: 50px;
    border: 1px solid #ccc;
}

#contact .form-group textarea.form-control, .form-group textarea.form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    border-radius: 2px;
    min-height: 150px;
}

#contact .form-group textarea.form-control:focus,
.form-group input.form-control:focus,
#contact .form-group input.form-control:focus {
    border-color: #ff4300;
    box-shadow: none;
    outline: none;
}

#contact .text-danger ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    top: 0;
    max-width: 130px;
    padding-top: 11px;
    right: 20px;
    position: absolute;
}

#contact .text-danger {
    color: #ff4300;
    margin: 0;
}

.contact-map-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    margin-left: -85px;
}

.contact-map-container #map {
    width: 100%;
    height: 100%;
}

#contactForm .alert-success {
    color: var(--main-color);
    background-color: #fff;
    border-color: var(--main-color);
    padding: 14px;
    border-radius: 2px;
}

/* --------------------------------------
7.FOOTER
-----------------------------------------*/
footer i.fa {
    color: white;
}

footer {
    padding: 60px 0 40px 0;

    background-color: #1f1f1f;
}

footer h5 {
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.footer-nav {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-nav li {
    margin-bottom: 10px;
}

.newsletter input {
    display: inline-block;
    margin-right: -2px;
    border: none;

}

.footer-nav a {
    color: white;
    font-size: 14px;
}

.newsletter button {
    min-width: initial;
    padding: 20px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 14px;
    right: 0px;
    position: absolute;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.newsletter {
    position: relative;
}


.followus a {
    margin-right: 10px;
}

.footer-nav a:hover {
    text-decoration: none;
}

/*-----------------------------------------------------------------*/
/* 9 LIVE PREVIEW
/*-----------------------------------------------------------------*/

#customizer {
    position: fixed;
    top: 100px;
    padding: 20px;
    background: #fff;
    width: 190px;
    left: -190px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    font-weight: 300;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

#customizer.active {
    left: 0;
}

#customizer li {
    list-style-type: none;
}

.options {
    background: #fff;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    top: 0;
    right: -44px;
    cursor: pointer;
    border-left: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.options .pc {
    color: #1f1f1f;
    font-size: 25px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 11px;
}

#colors li a {
    display: block;
    width: 35px;
    float: left;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
    font-size: 0;
    text-indent: -9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#colors li a:hover {
    opacity: 0.75;
}

#customizer span {
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 5px;
    display: block;
    float: left;
    font-weight: 900;
    font-style: normal;
    color: #1f1f1f;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px;
    width: 100%;

}

#headerbg {
    padding-left: 0;
    float: left;
    margin-bottom: 15px;
}

#headerbg li a {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    font-weight: bold;

    float: left;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#headerbg li a.active,
#headerbg li a.active:hover {
    color: var(--main-color)
}

#headerbg li a:hover {
    color: #000;
}

#customizer #colors {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

#colors li #blue {
    background: var(--main-color);
}

#colors li #green {
    background: #8BC34A;
}

#colors li #teal {
    background: #009688;
}

#colors li #indigo {
    background: #3f51b5;
}

#colors li #magenta {
    background: #c2185b;
}

#colors li #orange {
    background: #ff9800;
}

html body .header-buttons a.primary-button, html body .header-buttons a.secondary-button {
    float: none;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-right: 0px;
}

.page {
    padding-top: 104px;
    padding-bottom: 50px;

}

.footer-sub a {

    color: #ccc;
}

.footer-sub {
    color: #8E8E8E;
    font-size: 13px;
    background: #1a1a1a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.action {
    padding-top: 5px;
}

.orange-area {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-menu-desktop {
    display: block;
}

.tab-menu-mobile {
    display: none;
}

.tab-learn-more {
    font-size: 16px;
    display: inline;
}

.tab-learn-more a:hover {
    color: #fe7241;
}

.slide-text {
    margin-bottom: 50px;
}

.min-height-sub {
    min-height: 360px;
}

h5 {
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}

.floating-phones {
    position: absolute;
    left: -440px;
}

.floating-phones-desktop {
    display: inline;
}

.floating-phones-mobile {
    display: none;
}

.signup-header-inner img {
    width: 210px;
    margin: 0;
}

.orange-desc-left {
    text-align: left;
}

.orange-desc-right {
    text-align: right;
}

.orange-desc h5 {
    text-transform: none;
    padding-top: 8px;
    font-size: 24px;
    font-weight: lighter;
}

.footerlogo, .logotext, .footerlinks-break, .footerlinks {
    float: left;
}

.logotext {
    padding-top: 0;
}

.footerlinks-break {
    display: inline-block;
}

.logosocial {
    font-size: 18px;
    float: right;
    padding-top: 0;
}

.footerlanguage {
    float: right;
    padding-right: 40px;
    padding-top: 3px;
}

.parallax-mirror {
    opacity: 0.50;
    box-shadow: rgba(0, 0, 0, 0.4) 0 36px 36px;
}

.img-slide {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.img-header {
    width: 740px;
    position: absolute;
    top: -100px;
    vertical-align: top;
}

h5, h2 {
    margin-bottom: 30px;
}

.slide-inner {
    padding-top: 20px;

}

.nav-awl {
    border-bottom: 1px solid #efefef;
}

ul.nav-awl.nav-tabs-awl.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px;
    list-style: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-awl li {
    display: inline-block;
}

.nav-awl li a {
    color: #7a7a7a;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    padding-left: 16px;
    padding-right: 16px;
}

.nav-awl li.active a {
    border-color: #f04000;
    color: #272727;
}

.button-readystart {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-facebook, .btn-google {
    text-transform: initial;
    padding: 0px;
    padding-left: 16px;
    padding-right: 38px;
}

.facebook-login-logo, .google-login-logo {
    float: left;
    font-size: 28px;
    padding-top: 4px;
    padding-left: 0;
}

.facebook-login-text, .google-login-text {
    padding-top: 14px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.subheader {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0;
    font-size: 30px;
}

.tab-content .col-md-4 {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
}

.is-in-mobile-app .signup-area {
    min-height: inherit;
}


.primary-button.apple-button,
.primary-button.apple-button:hover,
.primary-button.apple-button:focus {
    background: black;
    color: white;
    border-color: transparent;
}

.g-recaptcha div:first-child {
    margin: auto;
}


.is-in-mobile-app .spinner:after,
.is-in-mobile-app .spinner:before {
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
}


.is-in-mobile-app.iphone-x .signup-area .subheader-first {
    padding-top: 20px;
}

.preloader-pre-animate .logo-holder {
    transition: opacity 500ms ease-in-out;
    opacity: 1;
}

.is-in-mobile-app #preloader {
    background: #ff4500;
}

.logo-holder {
    width: 20.5%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 20.5%;
    top: 13.2855%;
}

.is-in-mobile-app #preloader {
    background: #f94f02;
}

.logo-holder img {
    height: auto;
    width: 100%;
}


.top-orange-bar {
    display: table-cell;
    vertical-align: middle;
    background: black;
    width: 100%;
    color: white;
}

.top-orange-row {
    display: table-row;
}

.bottom-full-row {
    display: table-row;
    background: white;
}

.inner-top-orange-bar img {
    padding-top:20px;
    width: 250px;
    height: auto;
}

.inner-top-orange-bar {
    font-size: 18px;
    text-align: center;
    padding: 58px 24px 38px 24px;
}
.inner-top-orange-bar-title {
    padding-top: 10px;
}

.form-group .mdc-text-field {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.social-login-monitor .inner-social-login {

}

.facebook.social-login-monitor {
    color: #3b5fb5;
}

.apple-button, .apple-button:hover, .apple-button:focus {
    color: black;
}

.social-login-monitor {
    display: block;
}

.social-login-monitor .inner-social-login {
    padding: 9px 10px 5px;
    line-height: 1em;
}

a.social-login-monitor {
    font-size: 30px;
    border-radius: 50%;
    background: #FAFAFA;
    padding: 0px;
    width: 48px;
    margin:auto;
    height: 48px;
    text-align: center;
}

.login-methods {
    width: 100%;
}
.login-methods td {
    text-align:center;
}

.apple-button.social-login-monitor .inner-social-login {
    padding: 8px 10px 5px;
}
.more {
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: grid;
    line-height: 40px;
    font-weight: 300;
}
.more strong {
    font-weight: 500;
}
.more.features {
    grid-template-columns: 1fr 1fr 1fr;
}
.more.solutions {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-2col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 24px;
    margin-top: 1rem;
    padding-bottom: 100px;
}

.blog-2col-post {
    margin-bottom: 20px;
}

.blog-2col-category {
    color: gray;
    font-size: 12px;
    margin-bottom: 4px;
}

h2.blog-2col-title {
    padding: 0;
    margin: 0;
    font-size: 24px;
    padding-bottom: 4px;
}
.blog-2col-description p {
    margin-bottom: 10px;
}

.blog-post {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 16px 24px;
    margin-top: 1rem;
    padding-bottom: 100px;
}

.blog-post-index a {
    color: black;
}

.blog-post-index-list {
    padding-top: 20px;
}

.blog-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    margin-top: 1rem;
    padding-bottom: 100px;
}

.blog-2col-post {
    margin-bottom: 20px;
}

.blog-2col-image {
    border: 1px solid lightgray;
    border-radius: 8px;
    width: 100%;
    min-height: 230px;
    margin-bottom: 10px;
    aspect-ratio: 16 / 9; /* or use fixed height */
    overflow: hidden;
}

.image-smaller {
    min-height: 150px;
    aspect-ratio: 30 / 10; /* or use fixed height */
}

.blog-2col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

h1.blog-2col-title,
h2.blog-2col-title {
    padding: 0;
    margin: 0;
    font-size: 24px;
    padding-bottom: 4px;
}

.blog-2col a {
    color: black;
}

.blog-2col-description {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px;
}

.blog-2col a:hover .blog-2col-description {
    color: black;
}

.blog-2col-publisher {
    color: gray;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}

.contact-container {
    border: 1px solid color(srgb 0.7686 0.7804 0.7726);
    border-radius:8px;
    padding:16px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.help-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
    padding-bottom: 40px;
}

.category-item {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    background: #f9f9f9;
    transition: background 0.2s;
}

.category-item:hover {
    background: #eee;
    cursor: pointer;
}

.help-spotlight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 20px;
    margin: 20px 0;
    padding-bottom: 40px;
}

.spotlight-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
}

.spotlight-item i {
    color: #666;
    flex-shrink: 0;
}