/**
* Template Name: Resi - v4.7.0
* Template URL: https://bootstrapmade.com/resi-free-bootstrap-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    font-family: 'PT Mono', monospace !important;
    user-select: none !important;
}

body {
    min-height: 320px !important;
    min-width: 320px !important;
}

a {
    color: #5a5af3;
    text-decoration: none;
}

a:hover {
    color: #2a2af0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    background: #5a5af3;
    border-radius: 50px;
    bottom: 15px;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 15px;
    transition: all 0.4s;
    visibility: hidden;
    width: 40px;
    z-index: 996;
}

.back-to-top i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.back-to-top:hover {
    background: #8080f6;
    color: #fff;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled, #header.header-inner-pages {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

#header .logo {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#header .logo a { color: #5a5af3; }

#header .logo img { max-height: 40px; }

@media (max-width: 992px) {
    #header { padding: 12px 0; }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar { padding: 0; }

.navbar ul {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar li { position: relative; }

.navbar a, .navbar a:focus {
    align-items: center;
    color: #434175;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    transition: 0.3s;
    white-space: nowrap;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #5a5af3; }

.navbar .getstarted, .navbar .getstarted:focus {
    border: 2px solid #5a5af3;
    border-radius: 50px;
    color: #5a5af3;
    margin-left: 30px;
    padding: 6px 25px;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    background: #7272f5;
    color: #fff;
}

.navbar .dropdown ul {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    display: block;
    left: 14px;
    margin: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 30px);
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
}

.navbar .dropdown ul li { min-width: 200px; }

.navbar .dropdown ul a {
    font-size: 15px;
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i { font-size: 12px; }

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a { color: #5a5af3; }

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    left: calc(100% - 30px);
    top: 0;
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    left: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul { left: -90%; }

    .navbar .dropdown .dropdown:hover > ul { left: -100%; }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #434175;
    cursor: pointer;
    display: none;
    font-size: 28px;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x { color: #fff; }

@media (max-width: 991px) {
    .mobile-nav-toggle { display: block; }

    .navbar ul { display: none; }
}

.navbar-mobile {
    background: rgba(48, 47, 84, 0.9);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
}

.navbar-mobile ul {
    background-color: #fff;
    border-radius: 10px;
    bottom: 15px;
    display: block;
    left: 15px;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    top: 55px;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    color: #434175;
    font-size: 15px;
    padding: 10px 20px;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #5a5af3; }

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; }

.navbar-mobile .dropdown ul {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    display: none;
    margin: 10px 20px;
    opacity: 1;
    padding: 10px 0;
    position: static;
    visibility: visible;
    z-index: 99;
}

.navbar-mobile .dropdown ul li { min-width: 200px; }

.navbar-mobile .dropdown ul a { padding: 10px 20px; }

.navbar-mobile .dropdown ul a i { font-size: 12px; }

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a { color: #5a5af3; }

.navbar-mobile .dropdown > .dropdown-active { display: block; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    background: white;
    border-bottom: 2px solid white;
    height: 100vh;
    width: 100%;
}

#hero .container { padding-top: 80px; }

#hero h1 {
    color: #434175;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    margin: 0;
}

#hero h2 {
    font-size: 20px;
    margin: 10px 0 0 0;
}

#hero ul {
    list-style: none;
    margin-top: 15px;
    padding: 0;
}

#hero ul li {
    padding: 10px 0 0 28px;
    position: relative;
}

#hero ul i {
    color: #5a5af3;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 7px;
}

.btn-get-started, .btn-get-quote {
    border-radius: 5px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 8px 30px 9px 30px;
    transition: 0.5s;
}

.btn-get-started {
    background: #5a5af3;
    border: 2px solid #5a5af3;
    color: #fff;
    margin-right: 10px;
}

.btn-get-started:hover {
    background: #7272f5;
    border-color: #7272f5;
}

#hero .btn-get-quote {
    border: 2px solid #5a5af3;
    color: #5a5af3;
}

#hero .btn-get-quote:hover {
    background: #5a5af3;
    color: #fff;
}

@media (min-width: 1024px) {
    #hero { background-attachment: fixed; }
}

@media (max-width: 991px) {
    #hero { height: 100%; }

    #hero .hero-img { text-align: center; }

    #hero .hero-img img { width: 50%; }
}

@media (max-width: 768px) {
    #hero { height: 100%; }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img { width: 70%; }
}

@media (max-width: 575px) {
    #hero { height: 100%; }

    #hero ul {
        font-size: 14px;
        text-align: left;
    }

    #hero .hero-img img { width: 80%; }

    #hero .btn-get-started, #hero .btn-get-quote {
        font-size: 14px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section { padding: 80px 0; }

.section-bg { background-color: #eeeef5; }

.section-title {
    text-align: center;
}

.section-title h2 {
    color: #434175;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.section-title h2::after {
    background: #5a5af3;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
}

.section-title p { margin-bottom: 0; }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h2 {
    color: #434175;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
}

.about .content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
}

.about .content ul i {
    color: #5a5af3;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 7px;
}

.about .content p:last-child { margin-bottom: 0; }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us { padding-top: 0; }

.why-us .box {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.3s;
}

.why-us .box span {
    color: #b9b9fa;
    display: block;
    font-size: 28px;
    font-weight: 700;
}

.why-us .box h4 {
    color: #434175;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    padding: 0;
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.why-us .box:hover {
    background: #5a5af3;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
    padding: 30px 30px 70px 30px;
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p { color: #fff; }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts { padding: 70px 0 60px; }

.counts .count-box {
    background: #fff;
    padding: 30px 30px 25px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.counts .count-box i {
    align-items: center;
    background: #5a5af3;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -25px;
    transform: translateX(-50%);
    width: 48px;
}

.counts .count-box span {
    color: #0c0ca8;
    display: block;
    font-size: 36px;
    font-weight: 600;
}

.counts .count-box p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    background: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    padding: 70px 20px 80px 20px;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: ease-in-out 0.3s;
    width: 100px;
}

.services .icon-box .icon i {
    font-size: 36px;
    position: relative;
    transition: 0.5s;
}

.services .icon-box .icon svg {
    left: 0;
    position: absolute;
    top: 0;
}

.services .icon-box .icon svg path {
    fill: #f5f5f5;
    transition: 0.5s;
}

.services .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 15px 0;
}

.services .icon-box h4 a {
    color: #434175;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i { color: #47aeff; }

.services .iconbox-blue:hover .icon i { color: #fff; }

.services .iconbox-blue:hover .icon path { fill: #47aeff; }

.services .iconbox-orange i { color: #ffa76e; }

.services .iconbox-orange:hover .icon i { color: #fff; }

.services .iconbox-orange:hover .icon path { fill: #ffa76e; }

.services .iconbox-pink i { color: #e80368; }

.services .iconbox-pink:hover .icon i { color: #fff; }

.services .iconbox-pink:hover .icon path { fill: #e80368; }

.services .iconbox-teal i { color: #11dbcf; }

.services .iconbox-teal:hover .icon i { color: #fff; }

.services .iconbox-teal:hover .icon path { fill: #11dbcf; }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features { padding-top: 0; }

.features .icon-box {
    align-items: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 20px;
    transition: ease-in-out 0.3s;
}

.features .icon-box i {
    font-size: 32px;
    line-height: 1;
    padding-right: 10px;
}

.features .icon-box h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.features .icon-box h3 a {
    color: #434175;
    transition: ease-in-out 0.3s;
}

.features .icon-box:hover h3 a { color: #5a5af3; }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item { margin-bottom: 30px; }

.portfolio #portfolio-flters {
    border-radius: 50px;
    list-style: none;
    margin: 0 auto 15px auto;
    padding: 0;
    padding: 2px 15px;
    text-align: center;
}

.portfolio #portfolio-flters li {
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active { color: #5a5af3; }

.portfolio #portfolio-flters li:last-child { margin-right: 0; }

.portfolio .portfolio-wrap {
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    background: rgba(255, 255, 255, 0.7);
    bottom: 30px;
    content: "";
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all ease-in-out 0.3s;
    z-index: 3;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    height: 48px;
    left: 35px;
    position: absolute;
    top: 35px;
    transition: all 0.5s ease 0s;
    width: 48px;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    bottom: 35px;
    content: "";
    display: block;
    height: 48px;
    position: absolute;
    right: 35px;
    transition: all 0.5s ease 0s;
    width: 48px;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    color: #434175;
    font-size: 20px;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #434175;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #5a5af3;
    display: inline-block;
    font-size: 28px;
    margin: 0 2px;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover { color: #1313ee; }

.portfolio .portfolio-wrap:hover::before {
    bottom: 0;
    left: 0;
    opacity: 1;
    right: 0;
    top: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-info { opacity: 1; }

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    left: 15px;
    top: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details { padding-top: 40px; }

.portfolio-details .portfolio-details-slider img { width: 100%; }

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #5a5af3;
    height: 12px;
    opacity: 1;
    width: 12px;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { background-color: #5a5af3; }

.portfolio-details .portfolio-info {
    box-shadow: 0px 0 30px rgba(67, 65, 117, 0.08);
    padding: 30px;
}

.portfolio-details .portfolio-info h3 {
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
    font-size: 15px;
    list-style: none;
    padding: 0;
}

.portfolio-details .portfolio-info ul li + li { margin-top: 10px; }

.portfolio-details .portfolio-description { padding-top: 30px; }

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p { padding: 0; }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.team .member .member-img {
    overflow: hidden;
    position: relative;
}

.team .member .social {
    background: rgba(255, 255, 255, 0.85);
    bottom: 0;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: ease-in-out 0.3s;
}

.team .member .social a {
    color: #434175;
    display: inline-block;
    margin: 0 10px;
    padding-top: 8px;
    transition: color 0.3s;
}

.team .member .social a:hover { color: #5a5af3; }

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member .member-info { padding: 25px 15px; }

.team .member .member-info h4 {
    color: #434175;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team .member .member-info span {
    color: #aaaaaa;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.team .member .member-info p {
    color: #777777;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
}

.team .member:hover .social { opacity: 1; }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .row { padding-top: 40px; }

.pricing .box {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    margin-bottom: 30px;
    padding: 40px;
    text-align: center;
}

.pricing h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
}

.pricing h4 {
    color: #5a5af3;
    font-family: "Open Sans", sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 25px;
}

.pricing h4 span {
    color: #bababa;
    display: block;
    font-size: 18px;
}

.pricing ul {
    color: #999;
    line-height: 20px;
    list-style: none;
    padding: 0;
    text-align: left;
}

.pricing ul li { padding-bottom: 12px; }

.pricing ul i {
    color: #5a5af3;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na { color: #ccc; }

.pricing ul .na i { color: #ccc; }

.pricing ul .na span { text-decoration: line-through; }

.pricing .btn-buy {
    background: #434175;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 35px;
    transition: none;
    transition: 0.3s;
}

.pricing .btn-buy:hover { background: #5a5af3; }

.pricing .featured {
    margin: -30px -5px 0 -5px;
    z-index: 10;
}

.pricing .featured .btn-buy { background: #5a5af3; }

.pricing .featured .btn-buy:hover { background: #7272f5; }

@media (max-width: 992px) {
    .pricing .box {
        margin: 0 auto 30px auto;
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        margin: 0 auto 30px auto;
        max-width: 80%;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        margin: 0 auto 30px auto;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq { padding: 60px 0; }

.faq .faq-list {
    list-style: none;
    padding: 0;
}

.faq .faq-list li {
    border-bottom: 1px solid #f2f2fe;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list .question {
    color: #2a2af0;
    cursor: pointer;
    display: block;
    font-family: #5a5af3;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    transition: 0.3s;
}

.faq .faq-list i {
    font-size: 16px;
    left: 0;
    position: absolute;
    top: -2px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show { display: none; }

.faq .faq-list .collapsed { color: black; }

.faq .faq-list .collapsed:hover { color: #5a5af3; }

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    background: #fff;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    color: #444444;
    padding: 20px 0 30px 0;
    text-align: center;
}

.contact .info-box i {
    border-radius: 50%;
    color: #5a5af3;
    font-size: 32px;
    padding: 8px;
}

.contact .info-box h3 {
    color: #777777;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0;
}

.contact .php-email-form {
    background: #fff;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .validate {
    color: red;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.contact .php-email-form .error-message {
    background: #ed3c0d;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: left;
}

.contact .php-email-form .error-message br + br { margin-top: 25px; }

.contact .php-email-form .sent-message {
    background: #18d26e;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}

.contact .php-email-form .loading {
    background: #fff;
    display: none;
    padding: 15px;
    text-align: center;
}

.contact .php-email-form .loading:before {
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
    border: 3px solid #18d26e;
    border-radius: 50%;
    border-top-color: #eee;
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0 10px -6px 0;
    width: 24px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus { border-color: #5a5af3; }

.contact .php-email-form input { padding: 10px 15px; }

.contact .php-email-form textarea { padding: 12px 15px; }

.contact .php-email-form button[type=submit] {
    background: #5a5af3;
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 10px 24px;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover { background: #7272f5; }

@-webkit-keyframes animate-loading {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

@keyframes animate-loading {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    background: #f1f1f7;
    margin-top: 68px;
    min-height: 40px;
    padding: 15px 0;
}

.breadcrumbs h2 {
    color: #434175;
    font-size: 28px;
    font-weight: 400;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ol li + li { padding-left: 10px; }

.breadcrumbs ol li + li::before {
    color: #565396;
    content: "/";
    display: inline-block;
    padding-right: 10px;
}

@media (max-width: 992px) {
    .breadcrumbs { margin-top: 60px; }

    .breadcrumbs .d-flex { display: block !important; }

    .breadcrumbs ol { display: block; }

    .breadcrumbs ol li { display: inline-block; }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #eeeef5;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    color: #444444;
    font-size: 14px;
}

#footer .footer-top {
    background: #fff;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact { margin-bottom: 30px; }

#footer .footer-top .footer-contact h3 {
    color: #5a5af3;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
}

#footer .footer-top .footer-contact p {
    color: #777777;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

#footer .footer-top h4 {
    color: #434175;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
}

#footer .footer-top .footer-links { margin-bottom: 30px; }

#footer .footer-top .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-top .footer-links ul i {
    color: #5a5af3;
    font-size: 18px;
    line-height: 1;
    padding-right: 2px;
}

#footer .footer-top .footer-links ul li {
    align-items: center;
    display: flex;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child { padding-top: 0; }

#footer .footer-top .footer-links ul a {
    color: #777777;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
    color: #5a5af3;
    text-decoration: none;
}

#footer .footer-newsletter { font-size: 15px; }

#footer .footer-newsletter h4 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
}

#footer .footer-newsletter form {
    background: #fff;
    border: 1px solid #b9b9fa;
    border-radius: 50px;
    margin-top: 30px;
    padding: 6px 10px;
    position: relative;
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    background: none;
    background: #5a5af3;
    border: 0;
    border-radius: 50px;
    bottom: -1px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: 0.3s;
}

#footer .footer-newsletter form input[type=submit]:hover { background: #7272f5; }

#footer .credits {
    color: #444444;
    font-size: 13px;
    padding-top: 5px;
}

#footer .credits a { transition: 0.3s; }

#footer .social-links a {
    background: #deddec;
    border-radius: 50%;
    color: #434175;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 1;
    margin-right: 4px;
    padding: 8px 0;
    text-align: center;
    transition: 0.3s;
    width: 36px;
}

#footer .social-links a:hover {
    background: #5a5af3;
    color: #fff;
    text-decoration: none;
}

.cursor-pointer { cursor: pointer !important; }

.progress-tracker {
    display: flex;
    list-style: none;
    margin: 60px auto;
    padding: 0;
}

.progress-step {
    flex: 1 1 0%;
    margin: 0;
    min-width: 24px;
    padding: 0;
}

.progress-step:last-child { flex-grow: 0; }

.progress-step:last-child .progress-marker::after { display: none; }

.progress-link {
    display: block;
    position: relative;
}

.progress-marker {
    display: block;
    position: relative;
}

.progress-marker::before {
    align-items: center;
    border-radius: 50%;
    content: attr(data-text);
    display: flex;
    height: 20px;
    justify-content: center;
    padding-bottom: 2px;
    position: relative;
    top: 4px;
    transition: background-color, border-color;
    transition-duration: 0.3s;
    width: 20px;
    z-index: 20;
}

.progress-marker::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: -12px;
    top: 10px;
    transition: background-color 0.3s, background-position 0.3s;
    width: 100%;
    z-index: -10;
}

.progress-text {
    display: block;
    overflow: hidden;
    padding: 8px 8px;
    text-overflow: ellipsis;
}

.progress-title { margin-top: 0; }

.progress-step .progress-marker { color: #fff; }

.progress-step .progress-marker::before { background-color: #ddd; }

.progress-step .progress-marker::after { background-color: #ddd; }

.progress-step .progress-text { color: #333; }

.progress-step.is-active .progress-marker::before { background-color: #5a5af3; }

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before { background-color: #ddd; }

.progress-step .progress-text { opacity: 0.25; }

.progress-step.is-active .progress-text, .progress-step.is-last .progress-text { opacity: 1.0; }

.progress-step.is-complete .progress-marker::after, .progress-step.is-progress .progress-marker::after { background-color: #ddd; }

.progress-step.is-progress-10 .progress-marker::after { background-image: linear-gradient(to right, #868686 10%, #b6b6b6 10%); }

.progress-step.is-progress-20 .progress-marker::after { background-image: linear-gradient(to right, #868686 20%, #b6b6b6 20%); }

.progress-step.is-progress-30 .progress-marker::after { background-image: linear-gradient(to right, #868686 30%, #b6b6b6 30%); }

.progress-step.is-progress-40 .progress-marker::after { background-image: linear-gradient(to right, #868686 40%, #b6b6b6 40%); }

.progress-step.is-progress-50 .progress-marker::after { background-image: linear-gradient(to right, #868686 50%, #b6b6b6 50%); }

.progress-step.is-progress-60 .progress-marker::after { background-image: linear-gradient(to right, #868686 60%, #b6b6b6 60%); }

.progress-step.is-progress-70 .progress-marker::after { background-image: linear-gradient(to right, #868686 70%, #b6b6b6 70%); }

.progress-step.is-progress-80 .progress-marker::after { background-image: linear-gradient(to right, #868686 80%, #b6b6b6 80%); }

.progress-step.is-progress-90 .progress-marker::after { background-image: linear-gradient(to right, #868686 90%, #b6b6b6 90%); }

.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child { flex-grow: 1; }

.progress-tracker--center { text-align: center; }

.progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
    margin-left: auto;
    margin-right: auto;
}

.progress-tracker--center .progress-marker::after { right: -50%; }

.progress-tracker--right { text-align: right; }

.progress-tracker--right .progress-marker::before, .progress-tracker--right .progress-text--dotted::before { margin-left: auto; }

.progress-tracker--right .progress-marker::after { right: calc(-100% + 12px); }

.progress-tracker--spaced .progress-marker::after {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}

.progress-tracker--border {
    border: 2px solid #333;
    border-radius: 32px;
    padding: 4px;
}

.progress-tracker--theme-red .progress-step .progress-marker { color: #fff; }

.progress-tracker--theme-red .progress-step .progress-marker::before { background-color: #666; }

.progress-tracker--theme-red .progress-step .progress-marker::after { background-color: #666; }

.progress-tracker--theme-red .progress-step .progress-text { color: #333; }

.progress-tracker--theme-red .progress-step.is-active .progress-marker::before { background-color: #A62D24; }

.progress-tracker--theme-red .progress-step.is-complete .progress-marker::before { background-color: #D93B30; }

.progress-tracker--theme-red .progress-step.is-complete .progress-marker::after { background-color: #333; }

.progress-text--dotted::before {
    background-image: repeating-radial-gradient(circle at center 6px, #b6b6b6, #b6b6b6 5px, rgba(182, 182, 182, 0.5) 5.5px, rgba(182, 182, 182, 0.01) 6px, transparent 100%);
    background-size: 12px 18px;
    content: "";
    display: block;
    height: 12px;
    margin: 6px -2px;
    width: 12px;
}

.progress-text--dotted-1::before { height: 12px; }

.progress-text--dotted-2::before { height: 30px; }

.progress-text--dotted-3::before { height: 48px; }

.progress-text--dotted-4::before { height: 66px; }

.progress-text--dotted-5::before { height: 84px; }

.progress-text--dotted-6::before { height: 102px; }

.progress-text--dotted-7::before { height: 120px; }

.progress-text--dotted-8::before { height: 138px; }

.progress-text--dotted-9::before { height: 156px; }

.progress-text--dotted-10::before { height: 174px; }

.progress-text--dotted-11::before { height: 192px; }

.progress-text--dotted-12::before { height: 210px; }

.progress-tracker--text-top .progress-text { height: 100%; }

.progress-tracker--text-top .progress-marker { top: -24px; }

.progress-tracker--text-inline { overflow: hidden; }

.progress-tracker--text-inline .progress-step, .progress-tracker--text-inline .progress-marker {
    align-items: center;
    display: flex;
}

.progress-tracker--text-inline .progress-marker { flex-grow: 1; }

.progress-tracker--text-inline .progress-marker::after { top: auto; }

.progress-tracker--text-inline .progress-text {
    background-color: #fff;
    max-width: 70%;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
    z-index: 30;
}

.progress-tracker--text-inline .progress-marker .progress-text { display: inline-block; }

.progress-tracker--text-inline .progress-title { margin: 0; }

.progress-tracker--square .progress-marker::before { border-radius: 0; }

.progress-tracker--square .progress-marker::after {
    bottom: 0;
    top: auto;
}

@media (max-width: 575px) {
    .progress-tracker-wrapper {
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .progress-tracker-wrapper .progress-step {
        min-width: 50%;
        scroll-snap-align: start;
    }
}

.progress-tracker--vertical { flex-direction: column; }

.progress-tracker--vertical .progress-step {
    display: flex;
    flex: 1 1 auto;
}

.progress-tracker--vertical.progress-tracker--right .progress-step { flex-direction: row-reverse; }

.progress-tracker--vertical .progress-marker::after {
    height: 100%;
    left: 8px;
    right: auto;
    top: 14px;
    width: 4px;
}

.progress-tracker--vertical .progress-text { padding: 0 12px 24px 12px; }

@keyframes scale-up {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

.anim-ripple .progress-link::before, .anim-ripple-large .progress-link::before, .anim-ripple-splash .progress-link::before {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    content: "";
    display: block;
    height: 24px;
    left: 12px;
    position: absolute;
    top: 12px;
    transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    width: 24px;
    z-index: 30;
}

.anim-ripple .progress-link:not(:active)::before, .anim-ripple-large .progress-link:not(:active)::before, .anim-ripple-splash .progress-link:not(:active)::before { animation: scale-up 0.3s ease-out; }

.anim-ripple .progress-link:focus::before, .anim-ripple-large .progress-link:focus::before, .anim-ripple-splash .progress-link:focus::before { visibility: visible; }

.anim-ripple.progress-tracker--center .progress-link::before, .anim-ripple.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple .progress-link::before, .progress-tracker--center .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--center .progress-link::before, .anim-ripple-large.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-large .progress-link::before, .progress-tracker--center .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--center .progress-link::before, .anim-ripple-splash.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-splash .progress-link::before, .progress-tracker--center .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--center .progress-link::before, .anim-ripple-double.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-double .progress-link::before, .progress-tracker--center .anim-ripple-double .progress-link::after { left: 50%; }

.anim-ripple.progress-tracker--right .progress-link::before, .anim-ripple.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple .progress-link::before, .progress-tracker--right .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--right .progress-link::before, .anim-ripple-large.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-large .progress-link::before, .progress-tracker--right .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--right .progress-link::before, .anim-ripple-splash.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-splash .progress-link::before, .progress-tracker--right .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--right .progress-link::before, .anim-ripple-double.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-double .progress-link::before, .progress-tracker--right .anim-ripple-double .progress-link::after { left: calc(100% - 12px); }

.anim-ripple-splash .progress-link::before {
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
    height: 48px;
    width: 48px;
}

.anim-ripple-double .progress-link::before, .anim-ripple-double .progress-link::after {
    background: rgba(0, 0, 0, 0.3);
    background: none;
    border: 3px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    content: "";
    display: block;
    height: 24px;
    left: 12px;
    position: absolute;
    top: 12px;
    transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    width: 24px;
    z-index: 30;
}

.anim-ripple-double .progress-link:not(:active)::before, .anim-ripple-double .progress-link:not(:active)::after { animation: scale-up 0.3s ease-out 0s; }

.anim-ripple-double .progress-link:not(:active)::after { animation-delay: 0.15s; }

.anim-ripple-double .progress-link:focus::before, .anim-ripple-double .progress-link:focus::after { visibility: visible; }

.anim--large .progress-link::before, .anim--large .progress-link::after {
    height: 48px;
    width: 48px;
}

.anim--path .progress-marker::after {
    background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
    background-position: 0% 100%;
    background-size: 200% 100%;
    transition: background-position 0.3s ease-out;
}

.progress-step.is-complete .anim--path .progress-marker::after { background-position: -100% 100%; }

.anim--path .progress-step.is-complete .progress-marker::after { background-position: -100% 100%; }

[dir=rtl] .progress-marker::after {
    left: -12px;
    right: auto;
}

[dir=rtl] .progress-tracker--center .progress-marker::after { left: -50%; }

.progress-marker::before { z-index: 555 !important; }

.progress-marker::after { z-index: 333 !important; }

.text-justify { text-align: justify !important; }

li::marker {
    color: #5a5af3;
    font-size: 0.75em;
}

.ul-cost { list-style: square inside !important; }

.loader {
    --color: #5a5af3;
    --size-mid: 6vmin;
    --size-dot: 1.5vmin;
    --size-bar: 0.4vmin;
    --size-square: 3vmin;
    position: relative;
}

.loader::before,
.loader::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
}

.loader::before {
    animation: loader-4 0.8s cubic-bezier(0, 0, 0.03, 0.9) infinite;
    background-color: var(--color);
    height: var(--size-bar);
    left: -3vmin;
    width: 6vmin;
}

@keyframes loader-4 {
    0%, 44%, 88.1%, 100% { transform-origin: left; }

    0%, 100%, 88% { transform: scaleX(0); }

    44.1%, 88% { transform-origin: right; }

    33%, 44% { transform: scaleX(1); }
}

b { font-family: "Raleway", sans-serif; }