*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

body {
    font-family: 'Open Sans', sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:hover {
    text-decoration: none
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-buy,
.btn-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 0
}

.btn-buy i,
.btn-download i {
    font-size: 25px
}

.btn-buy span,
.btn-download span {
    margin-left: 8px
}

.btn-buy small,
.btn-download small {
    display: block;
    font-size: 12px
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    padding: 4px 8px;
    font-size: 14px;
    border: 1px solid #ced4da;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-append button {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 4px 8px;
    font-size: 14px;
    margin-left: -2px;
    background: #036;
    color: #fff
}

.top-bar {
    background: #ed1b24;
    line-height: 1;
    padding: 10px 0
}

.top-bar ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.top-bar ul li a {
    display: block;
    font-size: 12px;
    margin: 0 0 0 20px;
    color: #fff;
    text-transform: uppercase
}

.site-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fixed-nav-toggler,
.nav-toggler {
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5);
    padding: 6px 12px 4px 12px;
    font-size: 25px;
    line-height: 1;
    background-color: transparent;
    border-radius: 4px;
    margin-left: auto
}

.fixed-nav-toggler {
    margin: 10px 0
}

.site-main-navbar {
    padding: 8px 0
}

.site-main-navbar .collapse {
    display: none
}

.site-main-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-main-nav li a {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    padding: 8px 0
}

.site-main-nav li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .7)
}

.site-fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    background: #ed1b24;
    box-shadow: 0 15px 33px -2px rgba(0, 0, 0, .08);
    transform: translateY(-1000px);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    -webkit-transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, -webkit-transform .5s ease
}

.site-fixed-navbar.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.site-fixed-navbar .btn-download {
    font-size: 14px;
    justify-content: flex-start
}

.site-fixed-navbar .collapse {
    display: none
}

.site-fixed-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-fixed-nav li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 14px
}

.site-fixed-nav li a:hover {
    background-color: #cc0c14;
    color: #fff;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .fixed-nav-toggler,
    .nav-toggler {
        display: none
    }
    .site-main-navbar .collapse {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .site-main-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .site-main-nav li a {
        padding: 8px;
        margin-left: 15px
    }
    .site-main-navbar .search-form {
        padding: 16px 0 16px 16px
    }
    .site-fixed-navbar .collapse {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .site-fixed-nav {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .site-fixed-nav li a {
        padding: 10px 15px
    }
    .site-fixed-navbar .btn-download {
        margin-left: auto
    }
}

.product-info {
    padding: 40px 0;
    background: #f0f0f0
}

.product-info h1 {
    font-size: 32px
}

.product-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-links div {
    text-align: center;
    padding: 0 10px
}

.product-links a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #d3d3d3;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.product-links a:hover {
    border-color: #908d8d
}

.product-links span {
    display: block;
    color: #858484;
    font-size: 14px
}

.product-links .fa-camera {
    color: #3e639b
}

.product-links .fa-youtube {
    color: #cf3241
}

.rating_widget {
    padding: 0;
    margin: 0;
    width: 160px
}

.rating_widget li {
    line-height: 0;
    width: 22px;
    height: 28px;
    padding: 0;
    margin: 0;
    margin-left: 2px;
    list-style: none;
    float: left;
    cursor: pointer
}

.rating_widget li span {
    display: none
}

.product-info .features {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.product-info .features li {
    display: block;
    font-size: 15px;
    margin-bottom: 7px
}

.product-info .features li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    height: 16px;
    color: #036;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    margin-right: 7px;
    -webkit-font-smoothing: antialiased
}

.about-reviews-section {
    padding: 45px 0
}

.about-reviews-carousel {
    padding: 40px 45px 0 45px
}

.about-reviews-carousel .slick-slide figure {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    text-align: center
}

.about-reviews-carousel .slick-slide img {
    max-width: 100%;
    display: inline-block
}

.about-reviews-carousel .slick-slide svg {
    max-width: 100%;
    display: inline-block
}

.about-reviews-carousel .slick-slide blockquote {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    padding: 0 20px
}

.about-reviews-carousel .quote-icon {
    font-size: 40px;
    color: #000;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 10px
}

.about-reviews-carousel .ratings {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about-reviews-carousel .ratings li {
    margin-right: 5px
}

.about-reviews-carousel .ratings .fas {
    color: #ed1b24;
    font-size: 21px
}

.about-reviews-carousel p {
    margin-bottom: 0;
    font-size: 15px
}

.about-reviews-carousel .next-arrow,
.about-reviews-carousel .prev-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    font-size: 25px;
    color: #036;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #036;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: 1;
    outline: 0;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.about-reviews-carousel .prev-arrow {
    left: 0
}

.about-reviews-carousel .next-arrow {
    right: 0
}

.about-reviews-carousel .next-arrow:hover,
.about-reviews-carousel .prev-arrow:hover {
    background: #036;
    color: #fff
}

.features-section {
    padding: 60px 0;
    background: #f0f0f0
}

.features-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 35px
}

.features-icon-box img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.features-icon-box svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.features-icon-box div {
    padding-left: 25px
}

.features-icon-box h3 {
    font-size: 21px;
    font-weight: 600
}

.features-icon-box p {
    font-size: 15px
}

.awards-reviews-section {
    padding: 55px 0
}

.awards-reviews-section h2 {
    margin-bottom: 35px
}

.awards-reviews-section #download-note {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    font-weight: 400
}

.awards-carosuel-wrap .carousel-top,
.reviews-carosuel-wrap .carousel-top {
    background: #052d47;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 30px 0
}

.awards-carosuel-wrap p,
.reviews-carosuel-wrap p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0
}

.awards-carosuel-wrap h3,
.reviews-carosuel-wrap h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0
}

.awards-carousel .slick-slide {
    text-align: center
}

.awards-carousel .slick-slide img {
    max-width: 100%;
    display: inline-block
}

.awards-carousel .slick-slide svg {
    max-width: 100%;
    display: inline-block
}

.awards-carousel .slick-slide h4 {
    color: #3e639b;
    font-weight: 700;
    margin-bottom: 3px
}

.awards-carousel .slick-slide .h4 {
    color: #3e639b;
    font-weight: 700;
    margin-bottom: 3px;
	font-size: 1.5rem;
}

.awards-carousel .slick-slide p {
    font-size: 14px;
	color: #000
}

.reviews-carousel .slick-slide {
    text-align: center
}

.reviews-carousel .slick-slide img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #036;
    margin-bottom: 8px
}

.reviews-carousel .slick-slide cite {
    display: block;
    color: #3e639b;
    font-weight: 700;
    font-style: normal;
    font-size: 16px
}

.reviews-carousel .slick-slide blockquote {
    font-size: 14px
}

.carousel-nav .next-arrow,
.carousel-nav .prev-arrow,
.reviews-carousel-nav .next-arrow,
.reviews-carousel-nav .prev-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #036;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-left: 5px;
    opacity: 1;
    outline: 0;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.carousel-nav .next-arrow:hover,
.carousel-nav .prev-arrow:hover,
.reviews-carousel-nav .next-arrow:hover,
.reviews-carousel-nav .prev-arrow:hover {
    background: #fff
}

.specs-section {
    padding: 55px 0;
    background: #f0f0f0
}

.specs-section h2 {
    margin-bottom: 35px
}

.specs-table {
    margin-top: 40px
}

.specs-table>.row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d3d3d3
}

.specs-table h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.specs-table p {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px
}

.specs-table p span {
    display: block;
    font-weight: 300;
    margin-top: 7px
}

.clients-review-section {
    padding: 55px 0
}

.reviews-slider {
    margin: 40px 0 30px 0
}

.reviews-slider .slick-slide {
    text-align: center;
    position: relative;
    padding: 30px
}

.reviews-slider .reivew {
    background: #fff;
    padding: 15px;
    border-bottom: 4px solid #ed1b24;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .16);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .16)
}

.reviews-slider .slick-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block
}

.reviews-slider .slick-slide .fas {
    font-size: 40px;
    color: #ed1b24;
    margin-top: -50px
}

.reviews-slider .slick-slide p {
    font-size: 15px
}

.reviews-slider .slick-slide span {
    display: block;
    font-weight: 700;
    font-style: italic;
    color: #3e639b
}

.reviews-slider-nav {
    text-align: center;
    margin-bottom: 30px
}

.reviews-slider-nav .next-arrow,
.reviews-slider-nav .prev-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background: #036;
    margin: 0 5px;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: 1;
    outline: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.reviews-slider-nav .next-arrow:hover,
.reviews-slider-nav .prev-arrow:hover {
    background: #ed1b24
}

.reviews-slider-nav .prev-arrow {
    left: 15px
}

.reviews-slider-nav .next-arrow {
    right: 15px
}

.clients-review-section .btn-blue {
    background: #036;
    border-radius: 0;
    color: #fff
}

.clients-review-section .btn-blue:hover {
    background: #ed1b24
}

.faqs-section {
    padding: 55px 0;
    background: #f0f0f0
}

.faqs-section h2 {
    margin-bottom: 35px
}

.accordion {
    margin: 0;
    padding: 0;
    list-style: none
}

.accordion .acr-item {
    margin-bottom: 15px
}

.accordion .faq-title {
    background: #036;
    position: relative;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    padding: 10px 30px 10px 10px;
    cursor: pointer
}

.accordion .faq-title::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    color: #fff;
    text-rendering: auto;
    font-size: 19px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-font-smoothing: antialiased
}

.accordion .faq-title.active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.accordion .faq-content {
    display: none;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
    border: 1px solid #d3d3d3
}

.site-footer {
    background: #036;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    border-top: 3px solid #ed1b24
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-footer ul li a {
    display: block;
    color: #fff;
    margin: 0 15px 10px 15px
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100001;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 800px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.5)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(.5);
        -webkit-transform: scaleY(.5)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.screenshot-slider .slick-slide img {
    max-width: 100%;
    margin: 0 auto
}

.screenshot-slider .next-arrow,
.screenshot-slider .prev-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    font-size: 25px;
    color: #000;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    opacity: 1;
    outline: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.screenshot-slider .prev-arrow {
    left: 15px
}

.screenshot-slider .next-arrow {
    right: 15px
}

.screenshot-slider figure {
    margin: 0
}

.screenshot-slider figcaption {
    margin-top: 8px;
    font-size: 15px
}

@media screen and (min-width:768px) {
    .about-reviews-carousel blockquote {
        padding: 0 0 0 25px;
        border-left: 1px solid #f0f0f0
    }
}

.text-red {
    color: #ed1b24
}

.text-blue-dark {
    color: #052d47
}

.tabs-vrt {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ecf5fe;
}

.tabs-vrt li a {
    display: block;
    border-radius: 4px;
    text-align: left;
    color: #ed1b24;
    padding: 25px;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #ecf5fe;
    border-radius: 0;
}

.tabs-vrt li a:hover {
    background-color: #fdfdfd;
    text-decoration: none;
}

.tabs-vrt .active a:hover,
.tabs-vrt .active a {
    background-color: #ed1b24;
    color: #fff;
}

.tabs-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ed1b24;
    opacity: 0.4;
    color: #fff;
    border: none;
    margin: 20px 0;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    border-radius: 50%;
}

.tabs-nav:hover {
    opacity: 1;
}

.tabs-nav.prev {
    left: 0;
}

.tabs-nav.next {
    right: 0;
}

.tabs-vrt-content .tab-pane {
    display: none;
    position: relative;
    padding: 0 55px 40px 55px;
}

.dark {
    padding: 40px 0;
    background: #f0f0f0;
}
.light {
    padding: 40px 0;
    background: #fff;
}