@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');

body {
    color: #8492af;
    background-color: #fff;
}
a {
    color: #3bc0c3;
    transition: all 0.3s ease;
}
a:hover {
    color: #2f9b9d;
}
.width-125 {
    min-width: 125px;
}
.width-150 {
    min-width: 150px;
}
.width-200 {
    min-width: 200px;
}
.modal.w-650 .modal-dialog {
    width: 100%;
    max-width: 650px!important;
}
.modal.w-750 .modal-dialog {
    width: 100%;
    max-width: 750px!important;
}
.modal.w-1000 .modal-dialog {
    width: 100%;
    max-width: 1000px!important;
}
.modal .modal-dialog {
    margin: auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    transform: translate(-50%, -50%)!important;
}
.modal-backdrop.show {
    opacity: 0.75;
}

/* AdRoll Consent Banner */
/* #adroll_consent_container,
.adroll_consent_container,
#nextroll_consent_persistent_icon {
    display: none;
} */

/* Loader */
.loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    z-index: 10000;
}
.loader-bounce-1, .loader-bounce-2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3bc0c3;
    opacity: 0.6;
    position: absolute;
    -webkit-animation: loaderBounce 2.0s infinite ease-in-out;
    animation: loaderBounce 2.0s infinite ease-in-out;
}
.loader-bounce-2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes loaderBounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}
@keyframes loaderBounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.color-white {
    color: #fff!important;
}
.color-gray {
    color: #8492af;
}
.color-default {
    color: #3bc0c3;
}
.form-control {
    height: 3rem;
    padding: 0.5rem 1.25rem;
    border-radius: 1.5rem;
    border: 2px solid #dde3ef;
    transition: all 0.3s ease;
}
.form-control:focus {
    border: 2px solid #3bc0c3;
    box-shadow: none;
}
.form-control::placeholder {
    color: #acb1bd;
    font-size: 1rem;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #acb1bd;
    font-size: 1rem;
}
.form-control::-ms-input-placeholder {
    color: #acb1bd;
    font-size: 1rem;
}
textarea {
    resize: none;
}

/* Navbar */
.navbar-custom {
    padding: 2rem 3rem;
    background-color: transparent;
    transition: all 0.3s ease;
}
.navbar-custom .navbar-nav .nav-link {
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}
.navbar-custom .navbar-nav .nav-link:last-child {
    padding: 0.5rem 0 0.5rem 1rem;
}
.navbar-custom .logo-gray {
    display: none;
}
.navbar-custom .navbar-nav .nav-link.active {
    color: #3bc0c3;
}
.navbar-custom .navbar-toggler:focus {
    outline: none;
}
.navbar-custom .navbar-toggler i {
    color: #fff;
    font-size: 34px;
}
.navbar-white {
    padding: 1rem 3rem;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.navbar-white .navbar-toggler i {
    color: #3bc0c3;
}
.navbar-white .logo-white {
    display: none;
}
.navbar-white .logo-gray {
    display: block;
}
.navbar-white .navbar-nav .nav-link:not(.btn) {
    color: #333;
}

/* Main */
main {
    position: relative;
    min-height: calc(100vh - 75px);
}

/* Page Header */
.page-header {
    color: #fff;
    position: relative;
    padding: 3rem 7.5rem;
    margin-top: 12.5rem;
    margin-bottom: 7.5rem;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
    box-shadow: 0 1rem 2rem rgba(61, 106, 222, 0.5);
    border-radius: 10rem;
    transform: skew(20deg);
}
.page-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #25aed7, #3dc6e5);
    box-shadow: 0 1rem 3rem #25aed7;
    border-radius: 10rem 2rem;
    transform: skew(20deg, -3deg);
}
.page-header-container {
    position: relative;
    transform: skew(-20deg);
}
.page-header .page-title {
    margin-bottom: 1rem;
}
.page-header .page-description {
    font-size: 1.15rem;
    line-height: 1.75;
}

/* Section */
.section {
    padding: 8rem 0;
}
.section.bg-image1 {
    background-image: url('../../img/section-background.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.section.bg-image2 {
    background-image: url('../../img/section-background-2.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.section.bg-image3 {
    background-image: url('../../img/section-background-3.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.section-header {
    margin-bottom: 4rem;
    text-align: center;
}
.section-header .section-title {
    color: #3bc0c3;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 400;
}
.section-title-checkboxes {
    color: #133c4b;
    font-size: 1.1rem;
    font-weight: 600;
}
.section-title-checkboxes i {
    color: #3bc0c3;
}
.section-header .section-description {
    color: #8492af;
    font-size: 1.15rem;
}
.section .section-box {
    padding: 30px;
}
.section-img {
    margin-top: 7rem;
}
.section-intro-partners,
.section-intro-affiliate {
    color: #fff;
    position: relative;
    margin-bottom: 2rem;
    padding: 12.5rem 0 7.5rem 0;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
    box-shadow: 0 2rem 5rem #3d6ade;
    overflow: hidden;
}
.section-intro-partners:before,
.section-intro-affiliate:before {
    content: '';
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    width: 38rem;
    height: 35rem;
    background-image: url(../../img/section-background-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}
.section-intro-partners .section-title,
.section-intro-affiliate .section-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 300;
}
.section-intro-affiliate .btn {
    min-width: 15rem;
    margin-top: 1.5rem;
    padding: 0.75rem 2rem;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.section-affiliate-negative {
    position: relative;
    padding-top: 0;
    margin-top: -10rem;
    z-index: 10;
}
.section-affiliate-negative .box-features:before {
    background: linear-gradient(to right, #25aed7, #3dc6e5);
    box-shadow: 0 1rem 2rem rgba(37, 174, 215, 0.35);
}
.section-affiliate-negative .box-features i {
    color: #6d9ef0;
}
.section-affiliate-details {
    padding-right: 30px;
}
.section-affiliate-details .affiliate-title:after {
    content: '';
    display: block;
    width: 15rem;
    padding-top: 0.5rem;
    border-bottom: 3px solid #3bc0c3;
}
.section-affiliate-details .affiliate-details {
    margin: 2rem 0;
}
.section-affiliate-details .affiliate-details i {
    width: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
}
.section-affiliate-details .btn {
    min-width: 15rem;
    margin-top: 1.5rem;
    padding: 0.75rem 2rem;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Header */
.header-intro {
    color: #fff;
    position: relative;
    padding: 250px 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.header-intro img {
    width: 100vw;
    height: 100vh;
}
.header-intro-shape:before {
    content: '';
    position: absolute;
    top: -8rem;
    left: -48%;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    border-bottom-right-radius: 10rem;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
    box-shadow: 0 2rem 5rem #3d6ade;
    overflow: hidden;
    z-index: -1;
}
.header-intro-shape:after {
    content: '';
    position: absolute;
    top: -8rem;
    right: -55%;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    border-bottom-left-radius: 10rem;
    background: linear-gradient(to right, #25aed7, #3dc6e5);
    box-shadow: 0 2rem 5rem #25aed7;
    overflow: hidden;
    z-index: -1;
}
.header-intro-container {
    padding: 0 3rem;
    padding-right: 7rem;
}
.header-intro-container h1 {
    font-size: 3.5rem;
    font-weight: 600;
}
.header-intro-buttons .btn {
    min-width: 225px;
    height: auto;
    margin-top: 3rem;
    padding: 0.25rem 2rem;
    border-radius: 2.5rem;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.header-intro-buttons a {
    position: relative;
}
.header-intro-buttons a:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid #3cc0c3;
    border-radius: 200px;
}
.header-intro-buttons a:hover:after {
    border: 2px solid #2f9b9d;
}
.header-intro-clients {
    display: flex;
    position: relative;
    top: 8rem;
    padding-left: 2rem;
    align-items: center;
    justify-content: center;
}
.header-intro-clients img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.header-intro-dashboard-img {
    position: absolute;
    top: 60%;
    right: -7rem;
    width: auto!important;
    height: auto!important;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
    border-radius: 1.25rem;
    transform: translateY(-50%);
}

/* Boxes */
.box-custom {
    display: flex;
    position: relative;
    min-height: 210px;
    padding: 35px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.25);
    border-radius: 2rem;
    text-align: center;
}
.box-custom:before {
    content: '';
    position: absolute;
    width: 20rem;
    height: 15rem;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
    box-shadow: 0 1rem 1.5rem rgba(12, 67, 210, 0.25);
    border-radius: 5rem;
    -webkit-transform: skew(20deg, 20deg);
    transform: skew(20deg, 20deg);
    z-index: -1;
}
.box-custom-1:before {
    top: 0;
    left: 1.5rem;
    transform: skew(-30deg, 20deg);
}
.box-custom-2:before {
    top: 2rem;
    left: -2rem;
    transform: skew(5deg, 10deg);
}
.box-custom-3:before {
    top: 1rem;
    left: -2rem;
    transform: skew(-10deg, -5deg);
}
.box-custom .box-header i {
    color: #3bc0c3;
    font-size: 48px;
    line-height: 75px;
}
.box-custom .box-content h5 {
    font-size: 1.15rem;
    line-height: 1.5;
}
.box-partners {
    color: #fff;
    display: flex;
    position: relative;
    padding: 6rem 3rem 2rem 3rem;
    align-items: center;
    background: linear-gradient(to right, #25aed7, #3dc6e5);
    box-shadow: 0 1rem 3rem rgba(37, 174, 215, 0.5);
    border-radius: 5rem 3rem;
    text-align: center;
    overflow: hidden;
}
.box-partners:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    width: 11rem;
    height: 10rem;
    background-image: url(../../img/section-background-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}
.box-partners:hover {
    color: #fff;
    background: linear-gradient(to right, #24a2c7, #39bfde);
    text-decoration: none;
}
.box-partners .box-header {
    margin-right: 1.5rem;
}
.box-partners .box-header i {
    color: #fff;
    font-size: 4rem;
}

/* Box features */
.box-features {
    padding: 2rem;
    min-height: 340px;
    background-color: #fff;
    box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.25);
    border-radius: 2rem;
    text-align: center;
}
.box-features:before {
    content: '';
    position: absolute;
    width: 20rem;
    height: 20rem;
    border-radius: 5rem;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
    box-shadow: 0 1rem 1.5rem rgba(12, 67, 210, 0.25);
    -webkit-transform: skew(20deg, 20deg);
    transform: skew(20deg, 20deg);
    z-index: -1;
}
.box-features img {
    width: 60px;
    height: 60px;
    margin: 20px 0;
}
.box-features i {
    position: relative;
    color: #3bc0c3;
    font-size: 65px;
    line-height: 100px;
}
.box-features .box-title {
    color: #444;
}
.box-features-1:before {
    top: 4rem;
    left: 1.5rem;
    transform: skew(-30deg, 20deg);
}
.box-features-2:before {
    transform: skew(0, 20deg);
    top: 4rem;
    left: -2rem;
}
.box-features-3:before {
    transform: skew(-10deg, -5deg);
    top: 4rem;
    left: -2rem;
}
.box-case-study {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}
.box-case-study img {
	border-radius: 10px;
}
.box-overlay {
    color: #333;
    display: flex;
    position: absolute;
    bottom: -100%;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    padding: 2rem;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    background: #fff;
    background: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.75) 20%, #fff 100%);
    transition: all 0.75s ease;
	text-align: center;
    overflow: hidden;
}
.box-overlay h4 {
    color: #3bc0c3;
	font-size: 1.25rem;
    text-shadow: 0 0 5px rgba(59, 192, 195, 0.5);
}
.box-overlay p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    font-weight: 600;
    text-shadow: 0 0 2px rgba(0,0,0,0.25);
    overflow: hidden;
}
.box-overlay .btn {
	min-width: 125px;
    padding: 0.35rem 1rem;
}
.box-case-study:hover {
	cursor: pointer;
}
.box-case-study:hover .box-overlay {
    bottom: 0;
    height: 100%;
}

/* Case Study Page */
.case-studies-filter {
	margin-bottom: 3rem;
	list-style: none;
}
.case-studies-filter li {
    display: inline-block;
    color: #333;
    margin: 0 10px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
	transition: all 0.3s ease;
    cursor: pointer;
}
.case-studies-filter li:hover,
.case-studies-filter li.active {
	color: #3bc0c3;
}
.case-study-details {
    margin-bottom: 3rem;
	padding: 2rem 1.5rem;
	background-color: #fff;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.15);
	border-radius: 8px;
}
.case-study-details .case-study-logo {
    display: block;
}
.case-study-details .case-study-logo img {
    width: 150px;
	margin-bottom: 1rem;
}
.case-study-details .case-study-testimonials {
	margin-bottom: 2rem;
    font-size: 18px;
	font-style: italic;
    line-height: 1.5;
}
.case-study-details .case-study-customer {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.case-study-details .case-study-customer img {
	width: 75px;
	height: 75px;
	margin-right: 1rem;
	border-radius: 50%;
}
.case-study-details .case-study-customer-details h5 {
	margin-bottom: 0.25rem;
    font-style: italic;
}
.case-study-details .case-study-customer-details p {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-style: italic;
}
.case-study-overview {
    margin: 0;
    margin-bottom: 1rem;
	padding: 0;
    list-style: none;
}
.case-study-overview li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
}
.case-study-overview li i {
    color: #3bc0c3;
	width: 26px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 30px;
}
.case-study-overview li strong {
    color: #3bc0c3;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
}
.case-study-page-content {
	padding: 0 2rem;
}
.case-study-page-section {
	margin-bottom: 2rem;
}
.case-study-page-section .case-study-section-title {
	font-size: 1.5rem;
}
.case-study-charts {
	display: flex;
	justify-content: space-between;
}
.case-study-chart {
    display: inline-block;
	width: 175px;
	height: 175px;
	margin-bottom: 1rem;
}
.case-study-charts .case-study-chart {
    display: inline-block;
    width: 100px;
    height: 100px;
}
/* General */
.padding-all-0 {
    padding: 0;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.steps-number {
    color: #ccc;
    margin-left: 30px;
    font-size: 74px;
    font-weight: 700;
}
.plan-popover[data-toggle="popover"]:hover {
    cursor: help;
}
.popover {
    border: 1px solid rgba(0,0,0,0.02);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}
.popover-body {
    color: #8492af;
    padding: 0.75rem;
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    border-left-color: rgba(0,0,0,0.02);
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    border-right-color: rgba(0,0,0,0.02);
}
.btn-z {
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
}
.btn-z-primary {
    color: #fff;
    background-color: #3bc0c3;
    border: 1px solid #3bc0c3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-z-primary:hover {
    color: #fff;
    background-color: #2f9b9d;
    border: 1px solid #2f9b9d;
}
.btn-z-primary:focus {
    box-shadow: none;
    outline: none;
}
.btn-large {
    width: 225px;
    height: 50px;
    line-height: 48px;
}
.btn-rounded {
    border-radius: 25px;
}

/* Princing Plans */
.pricing-plan {
    position: relative;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
}
.pricing-plan:hover {
    margin-top: 10px;
}
.pricing-plan.zoom {
    margin: 0 15px;
    margin-top: 0;
    transform: scale(1.1);
}
.pricing-plan.zoom:hover {
    margin-top: 10px;
}
.pricing-plan.zoom .item {
    font-size: 15px;
}
.pricing-plan.zoom .pricing-btn {
    margin-bottom: 15px;
}
.pricing-price {
    color: #444;
    padding-top: 55px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
}
.pricing-price span {
    font-size: 24px;
    display: inline-block;
}
.pricing-price span:first-child {
    font-weight: 600;
    font-size: 40px;
    transform: translate3d(-2px,-2px,0);
}
.pricing-price span:last-child {
    color: #9daac7;
}
.pricing-title {
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
    padding: 0px 35px;
}
.pricing-title small {
    color: #8492af;
    font-size: 50%;
}
.pricing-table {
    color: #8492af;
}
.pricing-table .item {
    padding: 5px 0;
    font-size: 16px;
}
.pricing-table .item i {
    color: #3bc0c3;
}
.pricing-btn {
    padding-top: 30px;
}
.pricing-btn .btn-large {
    width: 150px;
    height: 40px;
    line-height: 24px;
}

/* Card */
.card-custom {
    color: #8492af;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.card-custom .card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: none;
    border-radius: 8px;
}
.card-custom .card-header a {
    display: block;
    color: #8492af;
    font-size: 15px;
    font-weight: 500;
    padding: 1rem 1.25rem 1rem 2.5rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}
.card-custom .card-header a:before {
    content: '';
    margin-left: -21px;
    top: 26px;
    position: absolute;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: rgba(93, 93, 93, 0.5);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.card-custom .card-header a:hover {
    color: #3bc0c3;
    text-decoration: none;
}
.card-custom .card-body {
    padding: 0 1.25rem 1rem 1.25rem;
}

/* Alert */
#alertError {
    display: none;
}
.alert-custom {
    display: table;
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 45px;
    border-radius: 8px;
}
.alert-custom .alert-icon {
    display: table-cell;
    font-size: 22px;
    color: #fff;
    background-color: #f92a2a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.alert-custom .alert-content {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.alert-custom.alert-danger {
    color: #f92a2a;
}

/* Demo */
.demo-form {
    padding: 80px 0;
    background-image: url('../../img/section-background-3.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}
.demo-form .demo-header {
    padding: 60px 0;
}
.demo-form .demo-header h3 {
    color: #3bc0c3;
    font-weight: 400;
}
.demo-form .demo-container {
    position: relative;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.demo-form label {
    margin-bottom: 0.25rem;
}
.demo-form .btn-z-primary {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
}

/* Contact Form */
.contact-page {
    position: relative;
    padding-bottom: 5rem;
    overflow: hidden;
}
.contact-page:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../img/section-background.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}
.contact-page [class*="col-custom"] {
    padding: 0 3rem;
    margin-top: 15rem;
}
.contact-page [class*="col-custom"]:first-child {
    padding-left: 15px;
}
.contact-page [class*="col-custom"]:last-child {
    padding-right: 15px;
}
.contact-page .contact-container {
    position: relative;
    padding: 2rem 3rem;
    background-color: #fff;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}
.contact-page .contact-title {
    margin-bottom: 2rem;
}
.contact-page .contact-title:after {
    content: '';
    display: block;
    width: 15rem;
    padding-top: 0.5rem;
    border-bottom: 3px solid #3bc0c3;
}
.contact-page .btn-z-primary {
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

/* Google Map */
#google-map {
    width: 100%;
    display: block;
    min-height: 600px;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}

/* Clients */
.list-clients li {
    display: inline-block;
}
.list-clients li img {
    opacity: 0.7;
}

/* Footer */
.footer-custom {
    color: #fff;
    position: relative;
    background-image: none;
    overflow: hidden;
}
.footer-custom .footer-toparea {
    padding-top: 150px;
    padding-bottom: 0;
}
.footer-shape:before {
    content: '';
    position: absolute;
    left: -49%;
    bottom: -4rem;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    border-top-right-radius: 10rem;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
    box-shadow: 0 2rem 5rem #3d6ade;
    overflow: hidden;
    z-index: -1;
}
.footer-shape:after {
    content: '';
    position: absolute;
    right: -54%;
    bottom: -4rem;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    border-top-left-radius: 10rem;
    background: linear-gradient(to right, #25aed7, #3dc6e5);
    box-shadow: 0 2rem 5rem #25aed7;
    overflow: hidden;
    z-index: -1;
}
.footer-copyright {
    margin-top: 5rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: left;
}
.footer-copyright-small {
    display: none;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: left;
}
.footer-custom .footer-logo {
	display: block;
	margin-bottom: 1rem;
}
.footer-custom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widget {
    margin-bottom: 3rem;
}
.footer-widget .widget-title {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.footer-widget .widget-menu li:not(:last-child) {
    margin-bottom: 0.75rem;
}
.footer-widget .widget-menu li a {
	color: #fff;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
}
.footer-widget .widget-menu li a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.footer-widget .widget-menu li i {
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-right: 5px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.footer-copyright p {
	margin-bottom: 0;
}
@media (max-width: 1199px) {
    /* Sections */
    .section.bg-image3 {
        background-size: 125%;
    }
    .steps-number {
        font-size: 54px;
    }

    /* Boxes */
    .box-custom {
        min-height: 235px;
    }

    /* Pricing */
    .pricing-price {
        font-size: 45px;
    }

    /* Clients */
    .list-clients li img {
        width: 125px;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    /* Sections */
    .section .section-box {
        padding: 30px 0;
    }
    .section .section-title {
        font-size: 1.5rem;
    }
    .section-img {
        margin-top: 2.5rem;
    }
    .section-details {
        padding-right: 0;
    }
    .box-features {
        margin-bottom: 30px;
    }
    .steps-number {
        margin-left: 15px;
        font-size: 50px;
    }

    /* Boxes */
    .box-custom {
        margin-top: 30px;
        min-height: 180px;
    }

    /* Contact Form */
    .contact-page [class*="col-custom"] {
        padding: 0 15px;
        margin-top: 60px;
    }

    /* Pricing */
    .pricing-plan {
        padding: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .pricing-plan:hover,
    .pricing-plan.zoom:hover {
        margin-top: 0;
    }
    .pricing-price {
        padding-top: 45px;
        padding-bottom: 0;
        font-size: 60px;
    }
    .pricing-price span:last-child {
        line-height: 1;
    }
    .pricing-plan.zoom {
        transform: none;
        margin: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .navbar-custom {
        padding: 1rem;
    }
}
@media (max-width: 400px) {
    .pricing-title small {
        display: block;
    }
    .pricing-price {
        font-size: 50px;
    }
}

/*  */
.box-support{
    height: 100px ;
    min-height: 160px;
    max-width: 320px;
    position: relative;
    padding: 15px 15px 35px 15px ;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: box-shadow 0.1s ease-in-out;
    background: rgb(20, 97, 174,0.8);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.box-support:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.5s ease-in-out;
    cursor: pointer;
    background: rgb(59, 192, 195,0.4);
    text-decoration: underline!important;
    text-decoration-color: #fff!important;
}
.box-support .box-header i {
    color: #e9ecef;
    font-size: 48px;
    line-height: 75px;
}
.box-support h5 a {
    margin-top:15px;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.5;
}
.section-title-1{
    text-align: center;
    color: #3bc0c3;
    font-size: 2.5rem;
}
.zoom-img {
    cursor: zoom-in;
}
.uk-container{
    box-sizing: content-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.uk-breadcrumb {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.uk-breadcrumb.second-page a {
    color: #fff;
}
.uk-breadcrumb a {
    text-decoration: underline;
}
.uk-breadcrumb a:hover {
    text-decoration: underline;
    font-weight: 450;
}
.uk-margin-medium-bottom {
    margin-bottom: 40px !important;
}
.uk-heading-hero {
    position: relative;
    padding-top: 90px;
    margin-top: -90px;
    font-size: 3rem;
    line-height: 1.1;
}
.uk-list {
    padding: 0;
    list-style: none;
}
.uk-list-large {
    font-size: 1.2rem;
}
.uk-margin-medium-top {
    margin-top: 40px !important;
}
.hvr-forward {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-forward.second-page {
    color: #fff;
}
.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}
.hvr-forward.second-page:hover {
    color:#ffffffdc;
}
.uk-article p {
    line-height: 2.1;
}
.uk-article::before,
.uk-article::after {
    content: "";
    display: table;
}
.uk-article::after {
    clear: both;
}
.uk-article> :last-child {
    margin-bottom: 0;
}
.uk-article+.uk-article {
    margin-top: 70px;
}
.uk-article-title {
    position: relative;
    padding-top: 90px;
    margin-top: -90px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 30px;
}
.uk-article+.uk-article {
    margin-top: 70px;
}
.uk-article-title .tm-totop {
    margin-right: -30px;
}
.uk-margin-xlarge-top {
    margin-top: 140px !important;
}
@media (min-width: 1200px) {
    .uk-margin-xlarge {
        margin-bottom: 140px;
    }

    *+.uk-margin-xlarge {
        margin-top: 140px !important;
    }

    .uk-margin-xlarge-top {
        margin-top: 140px !important;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px !important;
    }

    .uk-margin-xlarge-left {
        margin-left: 140px !important;
    }

    .uk-margin-xlarge-right {
        margin-right: 140px !important;
    }
}
.icon-up{
    position: absolute;
    margin-left: 15px;
    right: -25px;
}
.wrapper {
   	margin: 0 auto;
}
.title-page{
    margin: 0 0 15px 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #333;
    text-transform: none;
    letter-spacing: 2px;
    color: #fff;
    font-size: 4.5rem;
    line-height: 1;
}

/* Features Page */
.section-light-gray {
    background-color: #f5f8fe;
}
.section-intro-features {
    position: relative;
    padding: 12.5rem 0;
    padding-bottom: 5rem;
    background: linear-gradient(to top, #3d6ade, #6d9ef0);
}
.section-intro-features .section-header {
    margin-bottom: 0;
    text-align: left;
}
.section-intro-features .section-header .section-title {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 4rem;
    line-height: 1;
}
.section-intro-features .section-header .section-description {
    color: #c5d6f7;
    margin-bottom: 2rem;
    font-size: 1.35rem;
    line-height: 1.3;
}
.section-intro-features .btn {
    padding: 1.15rem 2.5rem;
    background: linear-gradient(to right, #26afd8, #3cc5e4);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 1.25rem;
    border-top-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    font-size: 1.25rem;
}
.section-intro-features .btn:hover {
    border: none;
}
.section-popular-features {
    position: relative;
    padding-top: 0;
}
.section-popular-features svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.section-popular-features .section-header {
    margin-bottom: 2.5rem;
    text-align: left;
}
.section-popular-features .section-header .section-title {
    color: #fff;
    font-size: 1.5rem;
}
.popular-features-box {
    display: flex;
    padding: 1.5rem;
    flex-direction: row;
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.popular-features-box .box-icon {
    padding-right: 1.5rem;
    flex: 0 1 7rem;
}
.popular-features-box .box-content h4 {
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.popular-features-box .box-content p {
    margin-bottom: 0;
}
.section-features-overview .section-header {
    text-align: center;
}
.section-features-overview .section-header .section-title {
    color: #000;
    font-weight: 500;
}
.features-overview-box {
    color: #8492af;
    display: flex;
    min-height: 6rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
    flex-direction: row;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.features-overview-box:hover {
    text-decoration: none;
}
.features-overview-box .box-icon {
    padding-right: 1.5rem;
    flex: 0 1 4rem;
}
.features-overview-box .box-content p {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1;
}
.section-features {
    position: relative;
}
.section-features .section-header {
    text-align: left;
}
.section-features .section-header .section-image {
    margin-bottom: 1rem;
}
.section-features .section-header .section-title {
    color: #000;
    margin-bottom: 1rem;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 3.25rem;
}
.section-features .section-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.section-features .section-list:not(:last-child) {
    margin-bottom: 2rem;
}
.section-features .section-list .section-icon {
    color: #24cb78;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 1rem;
    padding: 0.35rem 0.5rem;
    background-color: #e2fdf1;
    border-radius: 50%;
    font-size: 0.75rem;
}
.section-features .section-list .section-content h5 {
    color: #165df5;
    font-size: 1.15rem;
}
.section-features .section-list .section-content p {
    margin-bottom: 0;
}
.section-features .section-list.section-boxed {
    min-height: 12rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.05);
    border: 5px solid #eff4fe;
    border-radius: 1.5rem;
}
.section-features-action {
    position: relative;
    background: linear-gradient(to bottom right, #3e6bde, #6b9cef);
    text-align: center;
    overflow: hidden;
}
.section-features-action:before {
    content: '';
    position: absolute;
    top: -1.5rem;
    right: -2.5rem;
    width: 17rem;
    height: 15.5rem;
    background-image: url(../../img/section-background-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}
.section-features-action:after {
    content: '';
    position: absolute;
    bottom: -2.5rem;
    left: -3.5rem;
    width: 17rem;
    height: 15.5rem;
    background-image: url(../../img/section-background-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}
.section-features-action h3 {
    color: #fff;
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    line-height: 1.25;
}
.section-features-action .btn {
    position: relative;
    padding: 1.15rem 2.5rem;
    background: linear-gradient(to right, #26afd8, #3cc5e4);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 1.25rem;
    border-top-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    font-size: 1.25rem;
    z-index: 10;
}
.section-features-action .btn:hover {
    border: none;
}
.section-features-action-gray {
    position: relative;
    padding: 5rem 0;
    background-color: #f5f8fe;
    text-align: center;
    overflow: hidden;
}
.section-features-action-gray h3 {
    color: #8492af;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
}
.section-features-action-gray h3 b,
.section-features-action-gray h3 strong {
    color: #25aed7;
}
.section-features-action-gray .btn {
    position: relative;
    padding: 1.15rem 2.5rem;
    background: linear-gradient(to right, #26afd8, #3cc5e4);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 1.25rem;
    border-top-left-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
    font-size: 1.25rem;
    z-index: 10;
}
.section-features-action-gray .btn:hover {
    border: none;
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .header-intro {
        padding: 200px 0;
    }
    .header-intro-container h1 {
        font-size: 3rem;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .header-intro-container h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 1650px) {
    .popular-features-box p {
        min-height: 6rem;
        margin-bottom: 0;
    }
}
@media (max-width: 1600px) {
    .pricing-title {
        margin-bottom: 0;
        font-size: 1.35rem;
    }
    .pricing-price {
        padding-bottom: 0;
    }
}
@media (max-width: 1500px) {
    /* Features Page */
    .section-intro-features .section-header .section-title {
        margin-bottom: 1rem;
        font-size: 3rem;
    }
    .section-intro-features .section-header .section-description {
        font-size: 1.25rem;
    }
    .section-intro-features .btn {
        font-size: 1.15rem;
    }
    .section-popular-features .section-header {
        margin-bottom: 1rem;
    }
    .popular-features-box .box-content h4 {
        font-size: 1.25rem;
    }
    .section-features-overview {
        padding-top: 0;
    }
    .section-features .section-list.section-boxed {
        min-height: 13rem;
    }

    /* Pricing plans */
    .pricing-plan.zoom {
        margin: 0;
        padding: 1.5rem 2rem!important;
    }
}
@media (max-width: 1400px) {
    .header-intro-container h1 {
        font-size: 2.75rem;
    }
    .header-intro-buttons .btn {
        margin-top: 2rem;
    }
    .header-intro {
        padding: 190px 0;
    }
    .box-features:before {
        width: 15rem;
        height: 15rem;
    }

    /* Features Page */
    .popular-features-box p {
        min-height: 7.5rem;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .header-intro-buttons .btn {
        min-width: 200px;
    }
    .header-intro-dashboard-img {
        max-width: 115%;
    }

    /* Features Page */
    .popular-features-box h4 {
        min-height: 3rem;
    }
    .section-features .section-list.section-boxed {
        min-height: 15rem;
    }
}
@media (max-width: 1300px) {
    .header-intro-container h1 {
        font-size: 2.5rem;
    }
    .header-intro-buttons .btn {
        max-width: 175px;
        line-height: 42px;
    }
}
@media (max-width: 1199px) {
    .navbar-collapse:not(.show) {
        display: none;
    }
    .navbar-toggler {
        z-index: 100;
    }
    .navbar-toggler[aria-expanded="true"] ~ .navbar-collapse {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        overflow-y: auto;
        z-index: 90;
    }
    .navbar-toggler[aria-expanded="true"] ~ .navbar-collapse .navbar-nav .nav-link {
        color: #3bc0c3!important;
        font-size: 1.5rem;
        text-align: center;
    }
    .navbar-toggler[aria-expanded="true"] i {
        color: #3bc0c3;
    }
    .navbar-nav.ml-auto {
        margin-left: 0!important;
    }
    .header-intro {
        height: 100vh;
        padding: 200px 0;
    }
    .header-intro-dashboard-img {
        top: 70%;
        right: -5rem;
        max-width: 110%;
    }
    .header-intro-container {
        padding-left: 2.5rem;
        padding-right: 1rem;
    }
    .header-intro-clients {
        top: 6rem;
    }
    .section .section-title {
        font-size: 2rem;
        line-height: 2rem;
    }
    .section .section-title.mb-5 {
        margin-bottom: 2rem!important;
    }
    .steps-number {
        margin-left: 1.5rem;
    }

    /* Pricing plans */
    .pricing-plan {
        margin-bottom: 2rem;
    }
    .pricing-plan.zoom {
        transform: scale(1);
    }
    .pricing-title {
        font-size: 1.75rem;
    }
    .pricing-price {
        font-size: 2.5rem!important;
    }
    .pricing-price span:first-child {
        font-size: 1.65rem;
    }
    .pricing-price span {
        font-size: 1.5rem;
    }

    /* Features Page */
    .popular-features-box p {
        min-height: 6rem;
    }
    .features-overview-box .box-content p {
        font-size: 1.15rem;
    }
    .section-features-overview .section-header {
        margin-bottom: 2rem;
    }
    .section-features .section-list:last-child {
        margin-bottom: 2rem;
    }
}
@media (max-width: 991px) {
    .header-intro {
        height: 100%;
        min-height: 100vh;
        padding: 150px 0;
    }
    .header-intro-shape:before {
        left: -40%;
    }
    .header-intro-shape:after {
        right: -65%;
    }
    .header-intro-container {
        text-align: center;
    }
    .header-intro-clients {
        display: none;
    }
    .header-intro-dashboard-img {
        position: relative;
        top: 5rem;
        right: 0;
        width: 75%!important;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        transform: none;
    }
    .section {
        padding: 5rem 0;
    }
    .section-intro-partners,
    .section-intro-affiliate {
        padding-top: 8.5rem;
    }
    .section-intro-partners:before,
    .section-intro-affiliate:before {
        width: 29rem;
        height: 26rem;
    }
    .box-partners {
        margin-bottom: 3rem;
        padding: 5rem 2rem 2rem 2rem;
        border-radius: 5rem 2rem;
    }
    .box-partners .box-header i {
        font-size: 3rem;
    }
    .box-partners .box-content h3 {
        font-size: 1.5rem;
    }
    .pricing-section-title {
        font-size: 2rem;
    }
    .page-header {
        padding: 3rem 5rem;
        background: none;
        box-shadow: none;
        transform: none;
    }
    .page-header:before {
        border-radius: 6rem 2rem;
        transform: none;
    }
    .page-header-container {
        transform: none;
    }
    .pricing-plan {
        padding: 3rem!important;
        text-align: left;
    }
    .pricing-title {
        top: 2.5rem!important;
    }
    .list-clients {
        text-align: center;
    }
    .footer-copyright {
        display: none;
    }
    .footer-shape:before {
        left: -35%;
    }
    .footer-shape:after {
        right: -71%;
    }

    /* Features Page */
    .section-intro-features {
        padding: 9rem 0;
    }
    .section-intro-features .section-header {
        margin-bottom: 3rem;
        text-align: center;
    }
    .section-popular-features {
        margin-top: -5rem;
        padding-top: 0;
    }
    .section-popular-features svg {
        display: none
    }
    .popular-features-box {
        margin-bottom: 2rem;
    }
    .popular-features-box p {
        min-height: auto;
    }
    .features-overview-box .box-content p {
        font-size: 1rem;
    }
    .section-features .section-header {
        text-align: center;
    }
    .section-features .section-header .section-title {
        font-size: 2.25rem;
    }
    .section-features-action h3,
    .section-features-action-gray h3 {
        font-size: 2.25rem;
        font-weight: 400;
    }
    .section-features-action .btn,
    .section-features-action-gray .btn {
        font-size: 1.15rem;
    }
}
@media (max-width: 767px) {
    .header-intro-container h1 {
        font-size: 2rem;
    }
    .header-intro-shape:before {
        left: 0;
        border-bottom-right-radius: 0;
        transform: none;
    }
    .header-intro-shape:after {
        display: none;
    }
    .header-intro-dashboard-img {
        top: 3rem;
        width: 100%!important;
    }
    .box-features {
        min-height: 300px;
    }
    .footer-shape:before,
    .footer-shape:after {
        bottom: 0;
    }
    .footer-copyright-small {
        display: block;
    }

    /* Features Page */
    .section-intro-features .section-header .section-title {
        font-size: 2.5rem;
    }
    .section-intro-features .section-header .section-description {
        margin-bottom: 1rem;
    }
    .section-intro-features .btn {
        padding: 1rem 2.5rem;
        font-size: 1rem;
    }
    .section-features-action:before {
        top: -3.5rem;
        right: -4.5rem;
    }
    .section-features-action:after {
        bottom: -4.5rem;
        left: -4.5rem;
    }
    .section-features-action h3,
    .section-features-action-gray h3 {
        font-size: 2rem;
    }
    .section-features-action .btn,
    .section-features-action-gray .btn {
        padding: 1rem 2.5rem;
        border-top-left-radius: 2.25rem;
        border-bottom-right-radius: 2.25rem;
    }
}
@media (max-width: 575px) {
    .header-intro-container {
        padding-left: 1rem;
    }
    .header-intro-dashboard-img {
        border-radius: 0.5rem;
    }
    .section .section-title {
        font-size: 1.65rem;
        line-height: 1.65rem;
    }
    .steps-number {
        margin-left: 1rem;
    }
    .page-header {
        padding: 2rem 3rem;
        margin-top: 8.5rem;
        transform: none;
    }
    .page-header .page-title {
        font-size: 2rem;
    }
    .page-header .page-description {
        font-size: 1rem;
    }
    .footer-shape:before {
        left: 0;
        border-top-right-radius: 0;
        transform: none;
    }
    .footer-shape:after {
        display: none;
    }

    /* Features Page */
    .section-intro-features {
        padding: 7.5rem 0 9rem 0;
    }
    .section-features .section-header .section-title {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .section-features .section-header .section-description {
        font-size: 1rem;
    }
    .section-features-action:before {
        top: -5.5rem;
        right: -6.5rem;
    }
    .section-features-action:after {
        bottom: -6.5rem;
        left: -7.5rem;
    }
    .section-features-action h3,
    .section-features-action-gray h3 {
        margin-bottom: 1.5rem;
        font-size: 1.75rem;
    }
}
@media (max-width: 375px) {
    .steps-number {
        display: none;
    }
}
@media (max-height: 830px) {
    .header-intro-clients {
        top: 25%;
    }
}
@media (max-height: 790px) {
    .header-intro {
        padding: 190px 0;
    }
    .header-intro-clients {
        top: 6rem;
    }
}
@media (max-width: 576px) and (max-height: 600px) {
    .header-intro {
        padding: 150px 0;
    }
}