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

@font-face {
    font-family: 'Gentium Basic', serif;
    src: url(../fonts/Gentium_Basic/GenBasB.ttf);
}

body {
    background: #fff;
    color: #666666;
    font-size: 18px;
    font-family: 'Gentium Basic', serif;
}

a {
    color: #5E3085;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #5E3085;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /*margin: 0 0 30px 0;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gentium Basic', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 25px 0;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.logo {
    margin-top: -18px;
}

.logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /*letter-spacing: 3px;*/
}

.logo h1 a, .logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #5E3085;
}

.logo img {
    padding: 0;
    margin: 0;
    max-height: 80px !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 21px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

.header-menu {
    background-color: white;
    margin-left: 10%;
    margin-right: 10%;
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (min-width: 666px) {
    #nav-menu-container {
        margin-top: 11px;
    }
}

@media (min-width: 667px) and (max-width: 1023px) {
    .header-menu {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        height: 80px;
    }

    .logo {
        width: 100%
    }

    .logo img {
        margin-left: 38%;
        max-height: 60px !important;
    }

    #nav-menu-container {
        float: unset;
        padding-top: 10px;
    }
    
    .bg-image {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/background_mobile.jpg) fixed center center !important;
        background-size: contain !important;
    }
    
    .call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/background_mobile.jpg) fixed center center !important;
    background-size: contain !important;
    padding: 60px 0;
    }   
}

@media (max-width: 666px) {
    #nav-menu-container {
        display: none;
    }

    .back-to-top {
        position: fixed;
        background: #5E3085;
        color: #fff;
        display: inline-block;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 1;
        font-size: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        right: 15px;
        bottom: 15px;
        transition: background 0.5s;
        z-index: 11;
    }

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }
    
        .bg-image {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/background_mobile.jpg) fixed center center !important;
        background-size: contain !important;
    }
    
    .call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/background_mobile.jpg) fixed center center !important;
    background-size: contain !important;
    padding: 60px 0;
    }   
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #3b444e;
    font-family: 'Gentium Basic', serif;
    /*font-weight: 700;*/
    font-size: 19px;
    /*text-transform: uppercase;*/
    outline: none;
    /*letter-spacing: 0.5px;*/
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #5E3085;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    /*font-size: 13px;*/
    text-transform: none;
    font-size: 19px;
    /*letter-spacing: 0.5px;*/
}

.nav-menu ul li:hover > a {
    color: #5E3085;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 30px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #5E3085;
}

@media (max-width: 666px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #test_sub_menu {
        display: inline;
    }
}

@media (max-width: 1199px) {
    .services .box {
        margin-bottom: 30px;
        min-height: 120px !important;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #5E3085;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #5E3085;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h1 {
    font-size: 34px;
    color: #111;
    /*text-transform: uppercase;*/
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    /*letter-spacing: 2px;*/
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #5E3085;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
    background: #f3ecf8 !important;
}

.section-bg-even {
    background: #e6daf1 !important;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
    background: #000;
}

#featured-services .box {
    padding: 30px 20px;
}

#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
    color: #5E3085;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}

#featured-services h4 a {
    color: #fff;
}

#featured-services h4 a:hover {
    color: #5E3085;
}

#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    display: list-item;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #5E3085;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #5E3085;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}

#about .about-col h2 a:hover {
    color: #5E3085;
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
.services {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}

.services .box {
    margin-bottom: 30px;
    min-height: 279px;
    /*min-height: 120px !important;*/

}

.services .icon {
    float: left;
}

.services .img-icon {
    width: 44px;
}

.services .icon i {
    color: #5E3085;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

.services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    /*letter-spacing: 2px;*/
}

.services .title a {
    color: #111;
}

.section-description {
    /*letter-spacing: 0.5px;*/
}

.section-content {
    max-width: 92%;
    margin-left: 5%;
    /*letter-spacing: 0.6px;*/
}

.services .box:hover .title a {
    color: #5E3085;
}

.services .description {
    font-size: 20px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
    /*letter-spacing: 0.2px;*/
}

.bg-image {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg1.jpg) fixed center center;
        background-size: contain;
}

/* Call To Action Section
--------------------------------*/
.call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg1.jpg) fixed center center;
    background-size: contain;
    padding: 60px 0;
}

.call-to-action h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.call-to-action p {
    color: #fff;
}

.cta-btn {
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    /*letter-spacing: 1px;*/
    display: inline-block;
    padding: 8px 28px;
    border-radius: 15px !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta-btn:hover {
    background: #5E3085;
    color: #fff;
    border: 2px solid #5E3085;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    margin-bottom: 5px;
    /*letter-spacing: .5px;*/
    font-weight: 500;
    padding-bottom: 19px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
    border-bottom: 2px solid #5E3085;
    /*background: #5E3085;*/
    /*color: #fff;*/
}

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

#portfolio .portfolio-wrap {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #000;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
    background: #5E3085;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
    left: calc(50% - 10px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 15px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #5E3085;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #5E3085;
}

/* Testimonials Section
--------------------------------*/
.testimonials {
    padding: 60px 0;
}

.testimonials .section-header {
    font-size: 28px;
    margin-bottom: 40px;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-item .imageT {
    width: 20%;
    float: left;
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100%;
    /*border-radius: 50%;*/
    /*border: 4px solid #fff;*/
    margin-top: 5%;
    max-width: 100px;
    display: inline-block;
}

.testimonials .testimonial-item h3 {
    font-size: 24px;
    /*letter-spacing: 1px;*/
    font-weight: bold;
    margin: 20px 0 5px 0;
    color: #111;
    width: 100%;
    float: left;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
    width: 80%;
    float: left;
}

.testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;

}

.testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    width: 80%;
    /*letter-spacing: 0.5px;*/
    background: #fff;
    float: left;
    padding: 30px;
    border-radius: 25px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    
}

@media (max-width: 992px) {
    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
        width: 100%;
        font-size: 0.9em;
        /*letter-spacing: 0.5px;*/
        background: #fff;
        float: left;
        padding: 30px;
        border-radius: 25px !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .testimonials .testimonial-item .imageT {
        width: 100%;
        float: left;
        text-align: center;
    }

    .testimonials .testimonial-item .testimonial-img {
        width: 100%;
        max-width: 100px;
        display: inline-block;
    }
}

.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ceb4e4;
}

.testimonials .owl-dot.active {
    background-color: #5E3085;
}

/* Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 60px 0;
}

#team .member img {
    width: 100%;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #eee;
    position: relative;
}

#team .member .member-info {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}

#team .member:hover .member-info {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

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

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

/* Contact Section
--------------------------------*/
#contacts {
    padding: 60px 0;
}

#contacts .contact-info {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

#contacts .contact-info i {
    font-size: 42px;
    display: inline-block;
    margin-bottom: 10px;
    color: #f3ecf8;
}

#contacts .contact-info address, #contacts .contact-info p {
    margin-bottom: 0;
    color: #fff;
}

#contacts .contact-info h3 {
    font-size: 23px;
    /*letter-spacing: 1.5px;*/
    margin-bottom: 10px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #fff;
}

#contacts h1 {
    color: #fff;
}


#contacts .contact-info a {
    color: #fff;
    font-size: 20px;
}

#contacts .contact-info a:hover {
    color: #f3ecf8;
}

#contacts .contact-address, #contacts .contact-phone, #contacts .contact-email {
    margin-bottom: 20px;
}

.col-info {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 640px) {
    #contacts .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .col-info {
        width: 33.33333333%;
        float: left;
    }
}

#contacts .form #sendmessage {
    color: #5E3085;
    border: 1px solid #5E3085;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contacts .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contacts .form #sendmessage.show, #contacts .form #errormessage.show, #contacts .form .show {
    display: block;
}

#contacts .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contacts .form input, #contacts .form textarea, #contacts .form select {
    padding: 10px 14px;
    box-shadow: none;
    font-size: 19px;
}

#contacts .option {
    font-size: 18px !important;
}

/*#contacts .form button[type="submit"] {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    !*letter-spacing: 1px;*!
    display: inline-block;
    padding: 8px 28px;
    border-radius: 15px !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#contacts .form button[type="submit"]:hover {
    background: #5E3085;
    color: #fff;
    border: 2px solid #5E3085;
}*/
/*#contacts .form button[type="submit"] {
    background: transparent;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 21px;
    !*letter-spacing: 1px;*!
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#contacts .form button[type="submit"]:hover {
    background: #fff;
    border: 1px solid #ab6cc6;
    color: #ab6cc6;
}*/

.form-control {
    border: 1px solid #ebebeb;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #FDFDFD;
    height: 50px;
    width: 100%;
    font-weight: 500;
    color: #7e7e7e;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.form-control:focus {
    border-color: #5E3085;
    box-shadow: none;
}

.form-group textarea {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 300px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 18px;
    /*letter-spacing: 0.1px;*/
}

#footer .footer-top {
    background: #4d4d4d;
    /*background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/footer/footer.png) fixed center center;*/

    padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
    font-size: 44px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    /*font-family: "Montserrat", sans-serif;*/
    font-weight: 700;
    /*letter-spacing: 3px;*/
    border-left: 4px solid #5E3085;
}

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

.social-links {
    padding-top: 10px;
}

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

.social-links a:hover {
    background: #5E3085;
    color: #fff;
}

.social-buttons {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.icon-share {
    margin-right: 10px;
    width: 32px;
}

#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h4::before {
    right: 0;
    background: #555;
}

#footer .footer-top h4::after {
    background: #5E3085;
    width: 60px;
}

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

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

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

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

#footer .footer-top .footer-links ul a {
    color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
    color: #5E3085;
}

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

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #5E3085;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}

#footer .copyright {
    text-align: center;
    padding-top: 26px;
    font-size: 20px;

    /*letter-spacing: 0.5px;*/
}

.menu-has-children a:hover {
    cursor: pointer;
}

.menu-has-children .flag {
    margin-top: -5px;
    margin-right: 5px;
}

/* services pages */

/* About Us Section
--------------------------------*/
.aboutUs {
    /*margin-top: 80px;*/
    padding: 60px 0;
}

.aboutUs .aboutService-img {
    overflow: hidden;
}

.aboutUs .aboutService-img img {
    margin-left: 20%;
    max-width: 60%;
    border-radius: 150px;
    max-height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .aboutUs .aboutService-img {
        height: auto;
    }

    .aboutUs .aboutService-img img {
        margin-left: 20%;
        padding-bottom: 30px;
    }
}

.aboutUs .content .h2 {
    color: #333;
    font-weight: 300;
    font-size: 24px;
}

.aboutUs .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

.aboutUs .content p {
    line-height: 26px;
}

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

.aboutUs .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #5E3085;
}

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

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

/* Product Features Section
--------------------------------*/
#features {
    background: #fff;
    padding: 60px 0 0 0;
}

#features .features-img {
    text-align: center;
    padding-top: 20px;
}

@media (min-width: 769px) {
    #features .features-img {
        padding-top: 120px;
        margin-top: -200px;
    }
}

#features .features-img img {
    max-width: 100%;
}

#features .box {
    margin-bottom: 15px;
    text-align: center;
}

#features .icon {
    margin-bottom: 10px;
}

#features .icon i {
    color: #666666;
    font-size: 40px;
    transition: 0.5s;
}

#features .icon i:before {
    background: #5E3085;
    background: linear-gradient(45deg, #5E3085 0%, #5E3085 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
    /*letter-spacing: 2px;*/
}

#features .title a {
    color: #111;
}

#features .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

#features .section-description {
    padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features .features-row {
    padding: 60px 0 30px 0;
}

#advanced-features h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

#advanced-features h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #999;
}

#advanced-features p {
    line-height: 24px;
    color: #777;
    margin-bottom: 30px;
}

#advanced-features i {
    color: #666666;
    font-size: 64px;
    transition: 0.5s;
    float: left;
    padding: 0 15px 0px 0;
    line-height: 1;
}

#advanced-features i:before {
    background: #5E3085;
    background: linear-gradient(45deg, #5E3085 0%, #5E3085 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
    #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
        max-width: 100%;
        float: none;
        padding: 0 0 30px 0;
    }
}

/* More Features Section
--------------------------------*/
.more-features {
    padding: 60px 0 60px 0;
}

.more-features .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    transition: 0.4s;
}

.more-features .icon {
    float: left;
}

.more-features .icon i {
    color: #666666;
    font-size: 80px;
    transition: 0.5s;
    line-height: 0;
}

.more-features .icon i:before {
    background: #5E3085;
    background: linear-gradient(45deg, #5E3085 0%, #5E3085 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.more-features h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px;
}

.more-features h4 a {
    color: #111;
}

.more-features p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}

@media (max-width: 767px) {
    .more-features .box {
        margin-bottom: 20px;
    }

    .more-features .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .more-features h4, .more-features p {
        margin-left: 0;
        text-align: center;
    }
}

/* Pricing Section
--------------------------------*/
#pricing {
    padding: 60px 0;
}

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

#pricing h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 28px;
}

#pricing h4 {
    font-size: 46px;
    color: #5E3085;
    font-weight: 300;
}

#pricing h4 sup {
    font-size: 20px;
    top: -20px;
}

#pricing h4 span {
    color: #bababa;
    font-size: 20px;
}

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

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

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

#pricing .get-started-btn {
    background: #515e61;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

#pricing .featured {
    border: 2px solid #5E3085;
}

#pricing .featured .get-started-btn {
    background: linear-gradient(45deg, #5E3085, #5E3085);
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
    padding: 60px 0;
}

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

#faq #faq-list li {
    border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

#faq #faq-list a.collapse {
    color: #5E3085;
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}

/* Gallery Section
--------------------------------*/
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

#gallery {
    background: #fff;
    padding: 60px 0 0 0;
}

#gallery .container-fluid {
    padding: 0px;
}

#gallery .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#gallery .gallery-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

/* slide home */

/*===========================
  slider
============================ */
.slider {
    position: relative;
    margin-top: 78px;
}

.slider img {
    width: 100%;
}

.carousel-slider {
    position: relative;
}

.carousel-slider .carousel-indicators {
    bottom: -40px;
}

.carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}

.carousel-slider a i {
    border-radius: 50%;
    font-size: 30px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 50px;
    color: #5E3085;
    background: #5E3085;
    color: #fff;
}

.carousel-slider a i:hover {
    background: #5E3085;
    color: #fff;
    border: 1px solid #5E3085;
}

.carousel-slider
.carousel-control {
    width: inherit;
}

.carousel-slider .carousel-control.left i {
    left: 50px;
    top: calc(50% - 50px);
}

.carousel-slider .carousel-control.right i {
    right: 50px;
    top: calc(50% - 50px);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(50% - 150px);
    font-size: 40px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.carousel-caption h2 {
    font-size: 60px;
    color: #fff;
}

.carousel-caption h2 span {
    font-size: 60px;
    color: #fff;
}

.carousel-caption h3 {
    font-size: 35px;
    color: #fff;
}

.carousel-caption h3 span {
    font-size: 35px;
    color: #fff;
}

.carousel-caption p {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    background: #5E3085;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    max-height: 600px !important;
    margin-top: 15px;

}

@media (max-width: 767px) {
    .carousel-caption {
        font-size: 18px;
    }

    .carousel-caption h2, .carousel-caption h2 span, .carousel-caption p {
        font-size: 18px;
    }
}

.carousel-inner .form-inline .form-group a {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    background: #fff;
    color: #272727;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group a:hover {
    color: #fff;
    border-color: #fff;
    background: #5E3085;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.form-inline {
    margin-top: 50px;
}

.img-portfolio {
    max-width: 100% !important;
}

.no-banner {
    margin-top: 90px !important;
}

.datepicker table tr td, .datepicker table tr th {
    font-size: 19px !important;
}

.title-bg-image{
    color: #fff !important;
}
