/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #8079a5;
}

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

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

.pink-icons {
    color: #8079a5;
}

#c-submit-button {
    background-color: #8079a5 !important;
    padding: 10px !important;
    border-radius: 8px !important;
}

.small-text {
    font-size: small;
    line-height: 1.2;
}

button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 10px;
    border: none;
    color: #fff;
    background: #8079a5;
}

button:hover {
    background: #9d98b9;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    padding: 20px 0;
    z-index: 10;
    position: relative;
}

#header .logo h1 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}

@media (max-width: 768px) {
    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(34, 34, 34, 0.8);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #d1cfdf;
    padding: 10px 20px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #a6a1c0;
    text-decoration: none;
}

.nav-menu .drop-down>a:after {
    content: "\e9ac";
    font-family: "boxicons";
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.nav-menu .active.drop-down>a:after {
    content: "\e9ac";
}

.nav-menu .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down ul {
    display: none;
    overflow: hidden;
}

.nav-menu .drop-down li {
    padding-left: 20px;
}

.nav-menu-active {
    right: 0;
}

.nav-toggle {
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 9998;
    border: 0;
    background: rgba(34, 34, 34, 0.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    padding: 10px 12px;
    border-radius: 2px;
}

.nav-toggle i {
    color: #fff;
    font-size: 18px;
}

.nav-toggle-active {
    right: 275px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 80vh;
    background: url("../img/hero-bg.webp") center center;
    background-size: cover;
    position: relative;
    margin-top: -80px;
    z-index: 9;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 36px;
}

#hero button {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 10px;
    border: none;
    color: #fff;
    background: #8079a5;
}

#hero button:hover {
    background: #9d98b9;
}

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

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

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

#hero .php-email-form .loading {
    display: none;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 15px;
    border-radius: 50px;
}

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

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

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

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

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

#hero .php-email-form input {
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border: 0;
    padding: 0px 15px 2px 20px;
    width: 250px;
    height: 40px;
    margin: 0 8px;
}

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

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

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

    #hero .php-email-form input {
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 40px 0;
}

.section-bg {
    background-color: white;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 1px;
    background: #8079a5;
    bottom: 0;
    left: calc(50% - 40px);
}

.section-title p {
    margin-bottom: 0;
    font-style: italic;
    color: #666666;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 400;
    font-size: 26px;
    color: #6d6694;
}

.about h4 {
    font-weight: 400;
    font-size: 20px;
    color: #8079a5;
}

.about h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.about h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 1px;
    background: #8079a5;
    bottom: 0;
    left: calc(50% - 40px);
}

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

.about ul li {
    padding-bottom: 10px;
}

.about ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #8079a5;
}

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

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding-bottom: 30px;
}

.why-us .card {
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.why-us .card-icon {
    text-align: center;
    margin-top: -32px;
}

.why-us .card-icon i {
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 10px;
    text-align: center;
    background-color: #8079a5;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.why-us .card-body {
    padding-top: 12px;
}

.why-us .card-title {
    font-weight: 700;
    text-align: center;
}

.why-us .card-title a {
    color: #a479b3;
}

.why-us .card-title a:hover {
    color: #8079a5;
}

.why-us .card-text {
    color: #5e5e5e;
}

.why-us .card:hover .card-icon i {
    background: #fff;
    color: #8079a5;
}

@media (max-width: 1024px) {
    .why-us {
        background-attachment: scroll;
    }
}

/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
    padding-bottom: 60px;
    background-color: #eeedf3;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
    color: #444444;
}

.contact .info i {
    font-size: 32px;
    color: #8079a5;
    float: left;
}

.contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #9266a3;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact .social-links a:hover {
    background: #8079a5;
    color: #fff;
}

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

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

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

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

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

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

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

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

.contact .php-email-form button[type="submit"] {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 10px;
    border: none;
    color: #fff;
    background: #8079a5;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #9d98b9;
}

@media (max-width: 768px) {
    .contact .social-links {
        text-align: center;
    }
}

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #8983aa;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

#accept-cookie {
    background-color: #d0bad8;
    border-top: 3px solid #8079a5;
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/
@-webkit-keyframes blinker {

    /*0%{		background-color: lighten($secondary,20%);	}
49%{	background-color: lighten($secondary,20%);	}
50%{	background-color: lighten($purple,20%);	}
99%{	background-color: lighten($primary,20%);	}
100%{	background-color: lighten($primary,20%);}*/
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.8;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

/*# sourceMappingURL=style.css.map */