/*
Theme Name: Eagile
Version: 1.0
Author: Eagle
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'Mukta-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Mukta-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Mukta-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Mukta-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Mukta-ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Mukta-ExtraBold.ttf') format('truetype');
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    color: #696871;
}

a:active,
a:hover {
    outline: 0;
    color: #C84444;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

label {
    margin-bottom: 20px;
    font-size: 18px;
}

label .wpcf7-list-item-label {
    cursor: pointer;
    margin-left: 20px;
}

label .wpcf7-list-item-label a {
    color: #4a4580;
    font-family: 'Mukta-Bold';
}

.form-control {
    border: 1px solid #EAE9F2 !important;
    padding: 22px 27px !important;
    height: auto !important;
    color: #696871 !important;
    border-radius: 10px;
    max-width: 540px;
    width: 100%;
}

input {
    line-height: normal;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-list-item label {
    margin-bottom: 5px;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    max-width: 540px;
    width: 100%;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 15px;
}

h1 {
    font-size: 58px;
    padding-bottom: 65px;
    font-family: 'Mukta-Bold';
}

h2 {
    font-size: 60px;
    padding-bottom: 0.3em;
    line-height: 70px;
    font-family: 'Mukta-Bold';
}

h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 50px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
    color: #696871;
    font-size: 21px;
    line-height: 39px;
    font-family: 'Mukta-Medium';
}

ol {
    padding-left: 20px;
}

li {
    color: #696871;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    font-family: 'Mukta-Medium';
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a.btn {
    background: #C84444;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
}

a.btn:hover {
    background: #fff;
    color: #C84444;
    text-decoration: none;
}

a.btn-white {
    background: #fff;
    color: #C84444;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
}

a.btn-white:hover {
    background: #C84444;
    color: #fff;
    text-decoration: none;
}

.btn-nav a {
    background: transparent;
    color: #fff !important;
    font-size: 21px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0.5rem 40px !important;
}

#mastheadblog .btn-nav a {
    background: transparent;
    color: #000 !important;
    font-size: 21px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0.5rem 40px !important;
}

/*.btn-nav a:hover {
    background: #fff;
    color: transparent !important;
}*/

.btn-nav-orange a {
    background: #C84444;
    color: #fff !important;
    font-size: 21px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 0.5rem 20px !important;
}

/*
.btn-nav-orange a:hover {
    background: #fff;
    color: #C84444 !important;
}
*/

button {
    background: #C84444;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
}

button:hover {
    background: #fff;
    color: #C84444;
}

.btn-primary {
    background: #C84444;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #C84444;
    padding: 12px;
    max-width: 540px;
    width: 100%;
    font-size: 21px;
    line-height: 35px;
    font-family: 'Mukta-Bold';
}

.btn-primary:hover {
    background: #fff;
    color: #C84444;
    border: 1px solid #C84444;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #C84444;
    border-color: #C84444;
    box-shadow: 0 0 0 .2rem rgba(252, 97, 93, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #C84444;
    border-color: #C84444;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C84444;
    border-color: #C84444;
}

.px-100 {
    padding: 0 100px;
}

.px-225 {
    padding: 0 225px;
}

.px-350 {
    padding: 0 350px;
}

.border-top {
    border-top: 1px solid #EAE9F2;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background: rgb(74, 69, 128);
    background: linear-gradient(0deg, rgba(74, 69, 128, 1) 0%, rgba(84, 84, 212, 1) 100%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 25px;
}

header#mastheadblog {
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 25px;
}

.navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }

    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav, #mastheadblog nav {
    padding-left: 0;
    padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li, body:not(.theme-preset-active) #mastheadblog .navbar-nav > li {
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li, body:not(.theme-preset-active) #mastheadblog .navbar-nav > li {
        margin: 5px 10px;
    }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    padding: 0.6rem;
    font-size: 16px;
}

body:not(.theme-preset-active) #mastheadblog .navbar-nav > li > a {
    color: #000;
    padding: 0.6rem;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a, body:not(.theme-preset-active) #mastheadblog .navbar-nav > li > a {
        text-align: center;
    }
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    /*background: #f9f9f9;*/
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.lang-item > a > img, body:not(.theme-preset-active) #mastheadblog .navbar-nav > li.lang-item > a > img {
    display: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.lang-item > a::before {
    content: url("images/icon-lang.svg");
    height: 23px;
    width: 23px;
    position: relative;
    z-index: 1;
}

body:not(.theme-preset-active) #mastheadblog .navbar-nav > li.lang-item > a::before {
    content: url("images/icon-lang-black.svg");
    height: 23px;
    width: 23px;
    position: relative;
    z-index: 1;
}

.navbar-brand {
    height: auto;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li > .dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }

    .dropdown-menu li a {
        padding: 0;
    }

    #masthead .navbar-nav > li > a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 40%;
    margin-left: 40px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 40%;
    margin-right: 40px;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 0;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: inline-grid;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #696871;
}

.post-navigation .nav-next a::before {
    content: "Następny wpis";
    font-size: 21px;
    line-height: 26px;
    color: #4A4580;
}

.post-navigation .nav-next a::after {
    content: "\2192";
    font-size: 21px;
    line-height: 26px;
    top: 0;
    right: -35px;
    position: absolute;
    color: #4A4580;
}

.post-navigation .nav-previous a::before {
    content: "Poprzedni wpis";
    font-size: 21px;
    line-height: 26px;
    color: #4A4580;
}

.post-navigation .nav-previous a::after {
    content: "\2190";
    font-size: 21px;
    line-height: 26px;
    top: 0;
    left: -35px;
    position: absolute;
    color: #4A4580;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.bg-grey {
    background: #F7F7FB;
}

.bg-black {
    background: #000000;
}

.bg-dark-blue {
    background: #4A4580;
}

.text-header {
    padding: 106px 0 77px;
}

.text-header h1 {
    font-size: 80px;
    line-height: 84px;
    text-align: center;
    font-family: 'Mukta-Bold';
}

.header-section {
    margin: 55px 0;
}

.header-section h1 {
    padding-bottom: 0;
}

.header-section p {
    font-size: 20px;
    line-height: 30px;
    opacity: .7;
    color: #fff;
    margin-bottom: 90px;
}

.header-section .owl-carousel {
    color: #FDBC40;
    font-size: 36px;
    line-height: 84px;
    font-family: 'Mukta-Bold';
}


.marketing-automation {
    padding: 66px 0 90px;
}

.marketing-automation p {
    margin-bottom: 42px;
}

.marketing-automation p a {
    background: #C84444;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
}

.marketing-automation p a:hover {
    background: #fff;
    color: #C84444;
    text-decoration: none;
}

.marketing-automation-list {
    padding: 96px 0 58px;
}

.marketing-automation-list .content {
    margin-top: 99px;
}

.marketing-automation ul {
    padding-left: 0;
    margin-bottom: 50px;
}

.marketing-automation li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 26px;
    color: #000000;
}

.marketing-automation li::before {
    content: url("images/li.svg");
    height: 30px;
    width: 30px;
    display: block;
    background: rgba(74, 69, 128, .2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.marketing-automation-list .content .count {
    color: #FDBC40;
    font-family: 'Mukta-ExtraBold';
    font-size: 150px;
    line-height: 120px;
    display: inline-flex;
    align-items: baseline;
}

.marketing-automation-list .content .count img {
    margin-left: 10px;
}

.marketing-automation-list .content .text {
    color: #fff;
    font-size: 26px;
}

.integration {
    padding: 130px 0 90px;
}

.integration h2 {
    margin-bottom: 75px;
}

.integration .box-left {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
    min-height: 260px;
}

.integration .box-left a {
    background: #fff;
    color: #C84444;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
}

.integration .box-left a:hover {
    background: #C84444;
    color: #fff;
}

.integration .box-right {
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    min-height: 260px;
}

.integration .box-right a {
    position: absolute;
    bottom: 0;
}

.first-campain {
    padding: 88px 0;
}

.first-campain h2 {
    margin-bottom: 110px;
}

.first-campain .box-scale {
    position: relative;
    width: 20%;
}

.first-campain .box-scale::before {
    content: url("images/icon-prev.svg");
    height: 15px;
    width: 21px;
    -webkit-transform: translate(-5%, -20%);
    transform: translate(-5%, -20%);
    position: absolute;
    top: 20%;
    left: -5%;
    z-index: 0;
}

.first-campain .box-scale:first-child::before {
    display: none;
}

.first-campain .box-scale::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.first-campain .scale {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin: 0 auto;
    display: block;
    font-size: 21px;
    line-height: 28px;
    color: #000;
    font-family: 'Mukta-Medium';
    text-align: center;
    z-index: 1;
    position: relative;
}

.first-campain .scale:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    z-index: 0;
    font-size: 24px;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 19px;
    z-index: 1;
    position: relative;
}

.first-campain .scale .icon {
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto 80px;
    -webkit-box-shadow: 0px 20px 32px -32px #413E65;
    box-shadow: 0px 20px 32px -32px #413E65;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.first-campain .scale:hover .icon {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    margin: 0 auto 45px;
}

.first-campain .scale .icon img {
    max-height: 123px;
}

.first-campain .scale .title {
    margin-bottom: 19px;
}

.first-campain .scale .text {
    opacity: 0;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    font-size: 19px;
    line-height: 26px;
    color: #696871;
    text-align: center;
}

.first-campain .scale:hover .text {
    opacity: 1;
}

.analysis {
    padding: 90px 0;
}

.analysis .chart-content {
    padding: 0 100px;
}

.analysis .container .box {
    width: 100%;
    justify-content: center;
    display: flex;
}

.analysis .container .box p {
    display: block;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.analysis .container .box .chart {
    position: relative;
    width: 230px;
    text-align: center;
    font-size: 60px;
    line-height: 230px;
    color: #fff;
    font-family: 'Mukta-ExtraBold';
}

.analysis .container .box .chart-100 {
    color: #4A4580;
}

.analysis .container .box .chart-50 {
    color: #C84444;
}

.analysis .container .box .chart-25 {
    color: #FDBC40;
}

.analysis .container .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
}

.project {
    padding: 90px 0;
}

.opinions {
    padding: 90px 0;
}

.opinions .owl-carousel {
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    -webkit-box-shadow: 0px 51px 61px -55px #413E65;
    box-shadow: 0px 51px 61px -55px #413E65;
    max-width: 80%;
    margin: 0 auto 80px;
}

.opinions .owl-carousel .img {
    border-radius: 20px;
}

.opinions .owl-carousel .content {
    text-align: center;
    padding: 20px 100px;
}

.opinions .owl-carousel .content .icon {
    width: 28px;
    height: 20px;
    margin: 0 auto 28px;
}

.opinions .owl-carousel .content .text p {
    font-size: 21px;
    line-height: 39px;
    font-family: 'Mukta-Bold';
    color: #000;
    margin-bottom: 29px;
}

.opinions .owl-carousel .content .author {
    font-size: 24px;
    line-height: 39px;
    font-family: 'Mukta-Regular';
    color: #000;
}

.opinions .owl-carousel .content .workplace {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Mukta-Bold';
    color: #696871;
}

.opinions .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
    width: 100%;
}

.opinions .owl-carousel .owl-nav button {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: relative;
}

.opinions .owl-carousel .owl-nav button:hover {
    outline: none;
}

.opinions .owl-carousel .owl-nav button span {
    display: none;
}

.opinions .owl-carousel .owl-nav button.owl-prev {
    margin-left: -33px;
    float: left;
    background: #fff;
    border: 1px solid #fff;
}

.opinions .owl-carousel .owl-nav button.owl-prev:before {
    content: url("images/owl-prev.png");
    height: 15px;
    width: 21px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
}

.opinions .owl-carousel .owl-nav button.owl-next {
    margin-right: -33px;
    float: right;
    background: #4A4580;
    border: 1px solid #4A4580;
}

.opinions .owl-carousel .owl-nav button.owl-next:before {
    content: url("images/owl-next.png");
    height: 15px;
    width: 21px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
}

.opinions .logo img {
    padding: 0 20px;
}

.pricing {
    padding: 0;
}

.pricing .pricing-slider p {
    font-size: 22px;
    line-height: 28px;
}

.pricing .pricing-slider .tab-content p {
    font-size: 18px;
    line-height: 22px;
    color: #2C9849;
    padding: 15px 0;
    margin-bottom: 0;
}


.pricing .pricing-slider .tab-content p .fa-check-circle {
    color: #2C9849;
    margin-right: 5px;
}

.pricing .pricing-slider input {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    height: 40px;
    padding: 0 10px 0 35px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.pricing .pricing-slider input.en {
    padding: 0 10px 0 55px;
}

.pricing .pricing-slider .project-bar-value {
    position: absolute;
    left: 10px;
    font-size: 18px;
    top: 4px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
    color: #333333;
}

.pricing .pricing-slider .ui-slider-horizontal {
    height: 10px;
    border-radius: 0 0 5px 5px;
}

.pricing .pricing-slider .ui-widget-content .ui-state-default {
    height: 25px;
    width: 25px;
    background: #fff;
    border: 4px solid #C84444;
    border-radius: 100%;
    top: -9px;
    cursor: pointer;
    margin-left: -12px;
}

.pricing .nav-tabs {
    border-bottom: 0;
}

.pricing .nav-tabs .nav-link {
    border: 1px solid #BDBDBD;
    color: #333333;
    font-size: 16px;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
    margin-right: 10px;
}

.pricing .nav-tabs .nav-link.active {
    border: 1px solid #4A4580;
    color: #4A4580;
    font-size: 16px;
    border-radius: 0;
    background: #E2E2F2;
    padding: 0 15px;
}

.pricing .pricing-content {
    background: #fff;
    border-radius: 10px;
    width: 100%;
}

.pricing .pricing-slider {
    width: 30%;
    padding: 25px 40px;
}

.pricing .pricing-slider .form-slider {
    width: 100%;
}

.pricing .pricing-slider .form-slider input {
    width: 100%;
}

.pricing .pricing-content .pricing-slider-value {
    border: 1px solid #C4C4C4;
    padding: 5px;
    color: #333;
    margin-bottom: -14px;
}

.pricing .pricing-box {
    width: 17.5%;
    text-align: center;
    border-left: 1px solid #EAE9F2;
    position: relative;
    padding-bottom: 25px;
}

.pricing .pricing-box:nth-child(4){
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/*.pricing .pricing-box:hover {
    text-align: center;
    border-left: 1px solid #EAE9F2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}*/

.pricing .pricing-box.active {
    width: 17.5%;
    text-align: center;
    border-left: 1px solid #EAE9F2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.pricing .pricing-box .popular-text {
    background: #FDBC40;
    color: #333333;
    font-size: 16px;
    font-family: 'Mukta-Bold';
    padding: 5px 0;
    position: absolute;
    top: -15px;
    width: 100%;
    display: none;
}

.pricing .pricing-box:nth-child(4) .popular-text {
    display: block;
}

.pricing .pricing-box:first-child {
    width: 30%;
    text-align: left;
}

.pricing .pricing-box .title {
    font-size: 26px;
    margin: 30px 0 20px;
    color: #333333;
}

.pricing .pricing-box .amount {
    margin-bottom: 25px;
}

.pricing .pricing-box .amount .count {
    font-size: 24px;
    margin-bottom: 0;
}

.pricing .pricing-box .amount .price {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 700;
    color: #333333;
}

.pricing .pricing-box .amount p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.pricing .pricing-box .amount .pricing-item-price .pricing-item-price-amount {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0;
}

.pricing .pricing-box .amount .pricing-item-price p {
    font-size: 16px;
    color: #333;
}

.pricing .pricing-box .btn {
    font-size: 17px;
    padding: 8px 10px;
    font-family: 'Mukta-Bold';
}

.faq .accordion .card-header {
    padding: 0;
    border-bottom: 0;
    border-radius: 10px;
    background: #fff;
}

.faq .accordion .btn {
    padding: 20px;
    width: 100%;
    text-align: left;
    border-bottom: 0;
    font-size: 20px;
    color: #333333;
    outline: none;
}

.faq .accordion .btn[aria-expanded="false"] .fa-chevron-right {
    transform: rotate(0deg);
    float: right;
    color: #EA3F3A;
}

.faq .accordion .btn[aria-expanded="true"] .fa-chevron-right {
    transform: rotate(90deg);
    float: right;
    color: #EA3F3A;
}

.faq .accordion .btn:hover {
    text-decoration: none;
    outline: none;
}

.faq .accordion .card-body {
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    border-top: 1px solid #EAE9F2;
    border-radius: 0 0 10px 10px;
}

.sale {
    padding: 200px 0 90px;
}

.sale-blog {
    padding: 120px 0 60px;
}

.sale-blog .footer-sale p {
    text-align: center;
    color: #fff;
    padding: 0 225px;
}

.sale-blog .footer-sale a {
    background: #C84444;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
}

.sale-blog .footer-sale a:hover {
    background: #fff;
    color: #C84444;
    text-decoration: none;
}

.form {
    padding: 98px 0 80px;
}

.form .contact-text strong {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-family: 'Mukta-Bold';
}

.form .contact-text {
    font-size: 21px;
    line-height: 39px;
    color: #696871;
}

.form .contact-text a {
    color: #696871;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
    font-size: 85%;
}

footer#colophon a {
    color: inherit;
}

body:not(.theme-preset-active) footer#colophon {
    color: #fff;
    background-color: #000000;
    padding: 60px 0 40px;
    font-size: 16px;
    line-height: 38px;
}

footer#colophon .textwidget p:first-child {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: .7rem 1rem 0;
}

footer#colophon .textwidget p {
    color: #696871;
    font-size: 16px;
    line-height: 27px;
    padding: 0 1rem 0;
}

footer#colophon .widget_media_image {
    padding: 0 1rem;
}

.navbar-dark .site-info {
    color: #fff;
}

/*Alfa
footer#colophon .site-info {
    color: #696871;
    margin-top: 35px;
    padding: 0 35px;
}
Alfa*/
footer#colophon .site-info {
    color: #696871;
    margin-top: 12px;
    padding: 0 15px;
}

.content-blog {
    padding: 80px 0;
}

.content-blog .box {
    background: #fff;
    border-radius: 8px;
    min-height: 710px;
    border: 1px solid #EAE9F2;
    margin-bottom: 40px;
}

.content-blog .box .thumbnail {
    width: 100%;
}

.content-blog .box .content {
    padding: 20px 25px;
}

.content-blog .box .content .data {
    font-size: 18px;
    line-height: 21px;
    color: #696871;
    margin-bottom: 20px;
}

.content-blog .box .content .title {
    font-size: 21px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
}

.content-blog .box .content .excerpt {
    font-size: 18px;
    line-height: 25px;
    color: #696871;
    margin-bottom: 20px;
}

.content-blog .box .content .more {
    color: #C84444;
    font-size: 18px;
    line-height: 21px;
    position: relative;
}

.content-blog .box .content .more:after {
    content: url("images/more.svg");
    height: 15px;
    width: 21px;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    z-index: 0;
    margin: auto;
}

article {
    padding: 120px 0 50px;
    width: 100%;
}

article .header-text {
    margin-bottom: 110px;
}

article .header-text h1 {
    font-size: 80px;
    line-height: 84px;
    font-family: 'Mukta-Bold';
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
}

article .header-text .data {
    color: #696871;
    text-align: center;
}

article .thumbnail {
    margin-bottom: 40px;
}

article .thumbnail img {
    border-radius: 10px;
}

article .entry-content p {
    font-size: 18px;
    line-height: 30px;
    color: #696871;
}

article .tags {
    margin-top: 20px;
}

article .tags ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
}

article .tags ul li {
    background: #EAE9F2;
    border-radius: 5px;
    padding: 7px 11px;
    color: #696871;
    font-size: 18px;
    margin-right: 10px;
}

article .sidebar-post {
    background: #4A4580;
    border-radius: 10px;
    color: #fff;
    padding: 22px 25px;
}

article .sidebar-post h3 {
    margin: 0 0 42px;
    font-size: 36px;
    line-height: 32px;
    font-family: 'Mukta-Bold';
    color: #fff;
}

article .sidebar-post .content {
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding-bottom: 14px;
    margin-bottom: 15px;
}

article .sidebar-post .content:last-child {
    border-bottom: 0;
    padding-bottom: 14px;
    margin-bottom: 0;
}

article .sidebar-post .content a {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

article .sidebar-post .content .data {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    opacity: .7;
}

/*--------------------------------------------------------------
# Nav post
--------------------------------------------------------------*/

.nav-posts {
    margin-bottom: 90px;
    border-top: 1px solid #EAE9F2;
}

.nav-posts h2 {
    display: none;
}

.navigation {
    margin-top: 90px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #4A4580;
    text-decoration: none;
}

.navigation li {
    display: inline-flex;
    width: 38px;
    text-align: center;
    justify-content: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #fff;
    border: 1px solid #EAE9F2;
    border-radius: 5px;
    cursor: pointer;
    font-size: 21px;
    line-height: 38px;
    width: 38px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #4A4580;
    border: 1px solid #4A4580;
    color: #fff;
}

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}

.container {
    max-width: 1280px;
}

#wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

#wrapper .containr {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: all 0s;
    animation: step1 0.1s normal ease-in-out;
    -webkit-animation: step1 .1s normal ease-in-out;
    -moz-animation: step1 .1s normal ease-in-out;
}

@keyframes step1 {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    10% {
        -moz-transform: scale(1.1);
        opacity: 1;
    }
    90% {
        -moz-transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

#wrapper .containr p {
    position: relative;
    color: #C84444;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

#wrapper .container1 {
    margin-right: 0px;
    margin-top: 0px;
    animation-delay: 0s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

#wrapper .container2 {
    margin-top: 305px;
    margin-right: 100px;
    animation-delay: 2s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

#wrapper .container3 {
    margin-top: 70px;
    margin-right: 325px;
    animation-delay: 4s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

#wrapper .containr-success {
    width: 503px;
    height: 503px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
    animation: step2 1s normal forwards ease-in-out;
    -webkit-animation: step2 1s normal forwards ease-in-out;
    -moz-animation: step2 1s normal forwards ease-in-out;
}

@keyframes step2 {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    20% {
        -moz-transform: scale(1.1);
        opacity: 1;
    }
    80% {
        -moz-transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

#wrapper .container-success {
    margin-top: 10px;
    margin-right: 70px;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-delay: 7s;
}

#wrapper-finish {
    position: absolute;
    right: 0;
}

#wrapper-finish .containr-finish {
    width: 765px;
    height: 643px;
    padding: 25px 0;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
    animation: step3 1s normal forwards ease-in-out;
    -webkit-animation: step3 1s normal forwards ease-in-out;
    -moz-animation: step3 1s normal forwards ease-in-out;
}

@keyframes step3 {
    0% {
        margin-left: 100%;
        opacity: 0;
    }
    50% {
        margin-left: 0%;
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

#wrapper-finish .container-finish {
    margin-top: -41px;
    margin-right: 0;
    animation-delay: 11s;
}

.prems-fading {
    margin: 60px auto;
    width: 100%;
    max-width: 500px;
    height: 500px;
    position: relative;
}

.prems-fading .prems {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.prems-fading .prems > div {
    content: '';
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0;
    -webkit-animation: prems-FadeDelay 1s normal ease-in-out;
    -moz-animation: prems-FadeDelay 1s normal ease-in-out;
    animation: prems-FadeDelay 1s normal ease-in-out;
}

.prems-fading .prems-0 > div {
    animation-delay: 1.25s;
    -webkit-animation-duration: 10.75s;
    animation-duration: 10.75s;
}

.prems-fading .prems-1 > div {
    animation-delay: 1.5s;
    -webkit-animation-duration: 10.5s;
    animation-duration: 10.5s;
}

.prems-fading .prems-2 > div {
    animation-delay: 1.75s;
    -webkit-animation-duration: 10.25s;
    animation-duration: 10.25s;
}

.prems-fading .prems-3 > div {
    animation-delay: 2s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.prems-fading .prems-4 > div {
    animation-delay: 2.25s;
    -webkit-animation-duration: 9.75s;
    animation-duration: 9.75s;
}

.prems-fading .prems-5 > div {
    animation-delay: 3s;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.prems-fading .prems-6 > div {
    animation-delay: 3.25s;
    -webkit-animation-duration: 8.75s;
    animation-duration: 8.75s;
}

.prems-fading .prems-7 > div {
    animation-delay: 3.5s;
    -webkit-animation-duration: 8.5s;
    animation-duration: 8.5s;
}

.prems-fading .prems-8 > div {
    animation-delay: 3.75s;
    -webkit-animation-duration: 8.25s;
    animation-duration: 8.25s;
}

.prems-fading .prems-9 > div {
    animation-delay: 4s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.prems-fading .prems-10 > div {
    animation-delay: 4.75s;
    -webkit-animation-duration: 7.25s;
    animation-duration: 7.25s;
}

.prems-fading .prems-11 > div {
    animation-delay: 5s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.prems-fading .prems-12 > div {
    animation-delay: 5.25s;
    -webkit-animation-duration: 6.75s;
    animation-duration: 6.75s;
}

.prems-fading .prems-13 > div {
    animation-delay: 5.5s;
    -webkit-animation-duration: 6.5s;
    animation-duration: 6.5s;
}

.prems-fading .prems-14 > div {
    animation-delay: 5.75s;
    -webkit-animation-duration: 6.25s;
    animation-duration: 6.25s;
}

.prems-fading .prems-0 {
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
    top: 197px;
    left: 245px;
}

.prems-fading .prems-1 {
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
    top: 217px;
    left: 238px;
}

.prems-fading .prems-2 {
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
    top: 237px;
    left: 231px;
}

.prems-fading .prems-3 {
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
    top: 257px;
    left: 224px;
}

.prems-fading .prems-4 {
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
    top: 277px;
    left: 217px;
}

.prems-fading .prems-5 {
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    top: 270px;
    left: 212px;
}

.prems-fading .prems-6 {
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    top: 255px;
    left: 197px;
}

.prems-fading .prems-7 {
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    top: 240px;
    left: 182px;
}

.prems-fading .prems-8 {
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    top: 225px;
    left: 167px;
}

.prems-fading .prems-9 {
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg);
    top: 210px;
    left: 152px;
}

.prems-fading .prems-10 {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    top: 122px;
    left: 135px;
}

.prems-fading .prems-11 {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    top: 116px;
    left: 156px;
}

.prems-fading .prems-12 {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    top: 110px;
    left: 177px;
}

.prems-fading .prems-13 {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    top: 104px;
    left: 198px;
}

.prems-fading .prems-14 {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg);
    top: 98px;
    left: 219px;
}

@-moz-keyframes prems-FadeDelay {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    80% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0);
    }
}

@-webkit-keyframes prems-FadeDelay {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    80% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0);
    }
}

@keyframes prems-FadeDelay {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    80% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0);
    }
}


@media only screen and (max-width: 1279px) {
    .header-section {
        margin: 60px 0;
        text-align: center;
    }

    .first-campain .scale .text {
        opacity: 1;
    }

    .first-campain .box-scale {
        width: 100%;
        margin-bottom: 80px;
    }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }

    .px-100 {
        padding: 0 50px;
    }

    .px-225 {
        padding: 0 100px;
    }

    .px-350 {
        padding: 0 150px;
    }

    .integration .box-left {
        display: grid;
        min-height: auto;
    }

    .integration .box-left a {
        position: relative;
    }

    .integration .box-right {
        display: grid;
        min-height: auto;
    }

    .integration .box-right a {
        position: relative;
    }

    .first-campain .scale .icon {
        margin: 0 auto 30px;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }

    h1 {
        font-size: 46px;
        padding-bottom: 64px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    p {
        font-size: 18px;
        line-height: 34px;
    }

    .px-100, .px-225, .px-350 {
        padding: 0 10px;
    }

    .opinions .owl-carousel .content {
        padding: 20px 0px;
    }

    .integration .box-left {
        display: block;
        margin: 0 0 70px;
    }

    .integration .box-right {
        display: block;
    }

    article .header-text h1 {
        font-size: 46px;
        line-height: 60px;
    }

    .pricing .pricing-slider {
        width: 100%;
        padding: 25px 20px;
    }

    .pricing .pricing-box {
        width: 100%;
        border: 1px solid #EAE9F2;
        margin-bottom: 15px;
    }

    .pricing .pricing-box .popular-text {
        position: relative;
        top: 0;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }

    .text-header h1 {
        font-size: 60px;
        line-height: 64px;
    }

    .header-section .owl-carousel {
        color: #FDBC40;
        font-size: 26px;
        line-height: 40px;
        font-family: 'Mukta-Bold';
    }

    .opinions .owl-carousel .content {
        text-align: center;
        padding: 20px 10px;
    }

    .sale-blog .footer-sale p {
        padding: 0 15px;
    }

    .first-campain .box-scale::before {
        display: none;
    }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}

/*--------------------------------------------------------------
## Form Sare
--------------------------------------------------------------*/
.send-mail input {
    height: auto !important;
    margin-bottom: 15px;
    margin-top: 8px;
    float: left;
}

.send-mail input[type=email] {
    border: 1px solid #EAE9F2;
    padding: 15px 20px;
    height: auto;
    color: #696871;
    border-radius: 10px;
    width: 100%;
    display: block;
    font-size: 16px;
}

.send-mail label {
    margin-bottom: 14px;
    display: inline-block;
}

.send-mail label label {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 35px;
    color: #696871;
    display: block;
    cursor: pointer;
}

.send-mail p {
    font-size: 16px;
    line-height: 30px;
}

.send-mail .btn {
    box-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 10px auto;
    display: block;
    background: #C84444;
    color: #fff;
    font-size: 21px;
    line-height: 35px;
    border: 1px solid #C84444;
    border-radius: 5px;
    padding: 12px 40px;
}

.send-mail .btn:hover {
    background: #fff;
    color: #C84444;
    text-decoration: none;
}

#show-hidden {
    cursor: pointer;
    float: left;
    width: 100%;
}

.hidden p {
    font-size: 14px;
    margin: 5px;
}

.hidden ul li {
    font-size: 14px;
    margin: 0 0 5px 0 !important;
}

.hidden a {
    color: #0092c4 !important;
}

.form-container.hidden {
    display: none;
}

.alert {
    margin-top: 50px;
    border-top: 1px solid #999 !important;
    padding-top: 30px;
    color: #696871;
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    transition: all 0.3s;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window > div {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
    color: #696871;
}

.modal-window > div > h3 {
    color: #696871;
    font-size: 24px;
}

.modal-window > div > p {
    color: #696871;
    font-size: 16px;
    line-height: 26px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: black;
}


#slider-container {
    width: 350px;
    margin-left: 30px;
}

.ui-slider-range {
    background: #EA3F3A;
    border-radius: 0 0 4px 4px;
}

.percent {
    color: #EA3F3A;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: none;
}
