body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    background: #f7f7f7;
    color: #6d6d6d;
    -webkit-font-smoothing: antialiased !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #202020;
    font-family: "Roboto", sans-serif
}

h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 46px
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px
}

h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700
}

a {
    color: #835997;
    text-decoration: none;
    transition: all .3s ease 0s
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none
}

a:hover,
a:focus {
    color: #e89b04;
    text-decoration: none !important
}

img {
    width: 100%
}

hr {
    border-top: 1px solid #e3e3e3
}

.btn-primary {
    color: #fff;
    background-color: #835997;
    border-color: #4416c4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #835997;
    background: #e0e0e0;
    border: 2px solid #e0e0e0
}

.btn-success {
    background-color: #00a651
}

.btn-success:hover,
.btn-success.active {
    color: #00a651
}

.btn-default {
    color: #fff;
    background-color: #535353
}

.btn {
    border: 2px solid transparent;
    padding: 6px 13px;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-primary:hover,
.btn-success:hover,
.btn-primary.active,
.btn-success.active {
    background: #e0e0e0;
    border: 2px solid #e0e0e0
}

.btn-link {
    color: #835997
}

.btn-link:hover {
    color: #5b3bb4
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.check-square li {
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px
}

ul.check-square li::before {
    content: "›";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0
}

ul.check-square-o li {
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px
}

ul.check-square-o li::before {
    content: "›";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0
}

ul.check li {
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px
}

ul.check li::before {
    content: "›";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0
}

ul.check-circle li {
    display: list-item;
    position: relative;
    line-height: 36px;
    padding-left: 25px
}

ul.check-circle li::before {
    content: "›";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0
}

blockquote {
    padding: 40px 30px;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    font-size: 18px;
    line-height: 28px;
    color: #202020;
    font-style: italic;
    position: relative
}

blockquote::before {
    font-family: FontAwesome;
    content: "\f10e" !important;
    position: absolute;
    top: -14px;
    left: 26px;
    font-size: 36px;
    color: #835997
}

.form-control {
    height: 46px;
    border: 2px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: none
}

.form-control:focus {
    border-color: #835997;
    box-shadow: none
}

.input-group {
    margin-bottom: 30px;
    font-weight: 500
}

.input-group-addon {
    color: #e3e3e3;
    background-color: transparent;
    border: 2px solid #e3e3e3;
    border-right: 0;
    font-size: 18px
}

.alert {
    padding: 10px 15px;
    border-radius: 0
}

.page-header-wrapper {
    padding-top: 120px;
    background: url(../img/all-pages.webp) no-repeat;
    background-size: cover
}

@media(min-width:767px) {
    .page-header-wrapper {
        min-height: 350px
    }
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0
}

.page-header h1 {
    color: #fff;
    background: url('../img/title-border.webp') no-repeat;
    background-position: 2px 5px;
    padding-top: 15px;
    margin: 0
}

@media(max-width:766px) {
    .navbar-default {
        background: #111 !important;
        position: relative;
        margin-bottom: 0
    }

    .navbar-header .navbar-toggle {
        margin-top: 20px;
        margin-bottom: 0
    }
}

@media(max-width:766px) {
    .page-header-wrapper {
        padding-top: 60px
    }

    .page-header h1 {
        padding-top: 10px;
        font-size: 1.5em
    }

    .navbar-header .navbar-toggle {
        margin-top: 32px;
        margin-right: 32px
    }
}

@media(max-width:767px) {
    .carousel-caption {
        padding: 5px 10px;
        text-align: center
    }

    .carousel-caption h1 {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 5px
    }

    .carousel-caption p {
        font-size: 10px !important;
        line-height: 14px !important;
        margin-bottom: 8px
    }

    .carousel-caption a.btn {
        font-size: 10px !important;
        padding: 5px 10px !important;
        margin-top: -10px !important;
        margin-bottom: 10px !important;
        display: inline-block
    }

    .slider-img {
        width: 100%;
        height: auto
    }
}

@media(max-width:767px) {
    .page-header-wrapper {
        padding: 30px 15px;
        min-height: auto;
        text-align: center
    }

    .page-header h1 {
        font-size: 20px;
        line-height: 26px;
        background-size: 100px auto;
        margin-bottom: 10px
    }

    .page-header p,
    .page-header span {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 1px
    }

    .page-header,
    .page-header-wrapper {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-header .btn,
    .page-header button {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 8px 16px;
        display: inline-block
    }
}

.breadcrumb {
    padding: 7px 0 0;
    background-color: transparent
}

.breadcrumb>.active {
    color: #fff
}

.section-title {
    color: #fff;
    position: relative;
    margin: 0 0 40px 0;
    padding-bottom: 15px
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .3
}

.section-title::before {
    width: 50px
}

.section-title::after {
    width: 100px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
        background: -o-linear-gradient(top, #000, rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(top, #000, rgba(0, 0, 0, 0));
        background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out
    }

    .no-csstransitions .navbar-default {
        background: rgba(0, 0, 0, .8)
    }

    .top-nav-collapse {
        padding: 0;
        background: rgba(0, 0, 0, .8)
    }
}

@media(max-width:767px) {
    .navbar-default {
        background: rgba(0, 0, 0, .8);
        border-color: rgba(0, 0, 0, .8)
    }
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #835997;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #835997;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    padding: 7px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #835997;
    border: 2px solid transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 20px
}

h1.logo {
    display: flex;
    align-items: center;
    margin: 0
}

.logo img {
    height: 100px;
    width: auto
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0
}

.content-wrapper {
    position: relative;
    top: -120px;
    border: 3px solid #e3e3e3;
    border-radius: 5px;
    background: #fff;
    z-index: 100
}

@media (min-width:767px) {
    .navbar-nav {
        display: flex;
        align-items: center;
        height: 100px
    }

    .navbar-nav>li {
        height: 75%;
        display: flex;
        align-items: center
    }

    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 100px
    }
}

.intro-wrapper {
    background: url(../img/intro-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 60px
}

.intro-wrapper h2 {
    line-height: 23px;
    margin-bottom: 35px
}

.intro-wrapper h3 {
    font-weight: 700
}

.intro-wrapper p {
    margin-bottom: 40px
}

.service-wrapper {
    background: #43525a;
    padding: 60px
}

.service-wrapper .section-title {
    margin-bottom: 0
}

.service-wrapper .media {
    margin-top: 70px
}

.service-wrapper .media-heading {
    margin-bottom: 15px;
    font-weight: 400
}

.service-wrapper .media-heading a {
    color: #fff
}

.service-wrapper .media-body {
    color: #949ea3
}

.service-wrapper .media-heading a:hover {
    color: #835997
}

.service-wrapper .icon {
    display: inline-block;
    margin: 5px 20px 0 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.service-wrapper .icon:before {
    font-size: 50px;
    margin-left: 0;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.service-wrapper .icon:hover:before {
    color: #000
}

.service-wrapper .icon.bg1 {
    background: #dbb078
}

.service-wrapper .icon.bg2 {
    background: #cfa3a3
}

.service-wrapper .icon.bg3 {
    background: #7da484
}

.service-wrapper .icon.bg4 {
    background: #9897c1
}

.service-wrapper .icon:hover {
    background: #fff
}

.advantages-wrapper {
    padding: 60px;
    background: #000000 url('../img/experiencetab.webp') no-repeat center center;
    background-size: cover
}

.advantages-wrapper.skills {
    background: #000000 url('../img/skillstab.webp') no-repeat center center;
    background-size: cover
}

.advantages-wrapper.capabilities {
    background: #000000 url('../img/capabilitiestab.webp') no-repeat center center;
    background-size: cover
}

.nav-tabs {
    border-bottom: 0;
    background: rgba(255, 255, 255, .1);
    display: inline-block;
    padding: 5px 7px;
    border-radius: 3px
}

.nav-tabs>li>a {
    padding: 8px 20px;
    line-height: normal;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px
}

.nav-tabs>li.active>a {
    border: 0;
    color: #fff;
    margin-bottom: 0
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #ffffff;
    background: #835997;
    border: 0
}

.tab-content {
    padding: 0;
    margin: 70px 0 0;
    color: #fff
}

.tab-content h3 {
    font-weight: 700;
    color: #fff
}

.css-tab .media-left img {
    margin-right: 20px;
    border-radius: 4px;
    width: inherit
}

.css-tab .media-heading {
    margin-bottom: 15px
}

.chart {
    position: relative;
    margin-bottom: 15px
}

.percent {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -34px;
    font-size: 36px;
    line-height: 30px;
    font-weight: 700
}

.percent:after {
    content: '%'
}

.our-progress p {
    font-size: 18px;
    font-weight: 700
}

.handover-wrapper {
    background-color: #5d564b;
    color: #fff;
    padding: 60px 0 60px 60px
}

.handover-wrapper .item {
    margin-bottom: 40px
}

.handover-project h3 {
    color: #fff;
    font-weight: 500
}

.handover-project ul {
    margin-bottom: 40px
}

.testimonial-wrapper {
    background-color: #000;
    color: #fff;
    padding: 60px 0 0 60px
}

.testimonial-wrapper .section-title::before,
.testimonial-wrapper .section-title::after {
    background: #fff;
    opacity: .5
}

.testimonial-wrapper .client-testimonial {
    padding: 50px 0 0 50px;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin: 0
}

.client-testimonial .client-name,
.client-testimonial .client-org {
    font-size: 14px;
    margin-top: 20px
}

.client-testimonial .client-org {
    font-style: italic
}

.client-testimonial .client-name::before {
    content: '\2014 \00A0'
}

.testimonial-wrapper .client-testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/qoute.webp') no-repeat
}

.handover-wrapper .carousel-indicators {
    left: 0;
    bottom: -20px;
    margin-left: -25%
}

.handover-wrapper .carousel-indicators li {
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid transparent
}

.testimonial-wrapper .carousel-indicators {
    left: 0;
    bottom: 40px;
    margin-left: -25%
}

.handover-wrapper .carousel-indicators li,
.testimonial-wrapper .carousel-indicators li {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    border-radius: 1em
}

.handover-wrapper .carousel-indicators .active,
.testimonial-wrapper .carousel-indicators .active {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    background-color: #835997;
    border: 1px solid #835997
}

.testimonial-wrapper .carousel-indicators li {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid transparent
}

.trusted-client-wrapper {
    padding: 60px;
    background: #f7f7f7
}

.trusted-client-wrapper .section-title {
    color: #202020
}

ul.partner-logo {
    margin-bottom: 50px;
    display: inline-block;
    text-align: center
}

ul.partner-logo li {
    display: inline-block;
    margin: 0 30px 30px
}

.subscription-wrapper {
    padding: 60px
}

.pricing-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 60px
}

.subscription-wrapper .panel {
    border: 2px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    border-color: #e0e0e0
}

.subscription-wrapper .panel-default>.panel-heading {
    background-color: #f5f5f5
}

.panel.featured-price {
    border-color: #00AEEF
}

.subscription-wrapper .panel-default>.panel-heading {
    color: inherit
}

.subscription-wrapper .panel-heading {
    border-bottom: 2px solid transparent;
    border-color: #e0e0e0;
    padding: 40px 35px 35px
}

.subscription-wrapper .panel-heading h2 {
    font-size: 24px;
    line-height: 30px;
    color: #202020;
    font-weight: 700
}

.subscription-wrapper .panel-heading h2 small {
    display: block;
    color: #202020;
    font-weight: 700
}

.subscription-wrapper .panel-body {
    padding: 30px 35px
}

.price {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 30px 0;
    color: #835997
}

.price small {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400
}

.pricing-btn span {
    color: #00a651;
    margin-left: 8px;
    font-size: 12px
}

.support-wrapper {
    background: url('../img/support-bg.webp') no-repeat center center;
    background-size: cover;
    padding: 60px;
    color: #fff
}

.support-wrapper h2 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #fff
}

.support-wrapper a.btn {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 24px
}

.footer-widget-wrapper {
    padding: 60px 0;
    background-color: #262827;
    color: #7a7e83
}

.subcsribe-text {
    position: relative;
    margin-bottom: 45px
}

.subcsribe-text::after {
    content: "";
    position: absolute;
    background: #835997;
    width: 94px;
    height: 2px;
    left: 0;
    bottom: -10px
}

.footer-widget h3 {
    color: #fff;
    line-height: 30px;
    font-weight: 500
}

.footer-widget form {
    margin-top: 30px
}

.footer-widget .form-group input[type="email"] {
    width: 49%;
    float: left;
    background: #000000;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
    height: 46px;
    box-shadow: none
}

.footer-widget .btn {
    padding: 0 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    height: 46px
}

.footer-widget .btn:hover {
    background-color: #fff
}

.footer-widget ul li {
    line-height: 34px
}

.footer-widget ul li a {
    color: #7a7e83
}

.footer-widget ul li a:hover {
    color: #e89b04
}

.footer-wrapper {
    padding: 40px 0;
    background: #2d2f2e
}

.copyright p {
    margin: 0
}

.social-link {
    margin-top: 40px
}

.social-link ul li {
    display: inline-block;
    margin: 0 2px 0 0
}

.social-link ul li a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.social-link ul li a i:hover {
    background: #fff !important
}

.social-link ul li a i.fa-rss {
    background: #ffac00
}

.social-link ul li a i.fa-rss:hover {
    color: #ffac00
}

.social-link ul li a i.fa-facebook {
    background: #375ca8
}

.social-link ul li a i.fa-facebook:hover {
    color: #375ca8
}

.social-link ul li a i.fa-twitter {
    background: #2da5c8
}

.social-link ul li a i.fa-twitter:hover {
    color: #2da5c8
}

.social-link ul li a i.fa-google-plus {
    background: #da3113
}

.social-link ul li a i.fa-google-plus:hover {
    color: #da3113
}

.social-link ul li a i.fa-youtube {
    background: #c61c1f
}

.social-link ul li a i.fa-youtube:hover {
    color: #c61c1f
}

.social-link ul li a i.fa-pinterest {
    background: #b42069
}

.social-link ul li a i.fa-pinterest:hover {
    color: #b42069
}

.social-link ul li a i.fa-linkedin {
    background: #0036e7
}

.social-link ul li a i.fa-linkedin:hover {
    color: #0036e7
}

.social-link ul li a i.fa-flickr {
    background: #e21777
}

.social-link ul li a i.fa-flickr:hover {
    color: #e21777
}

.about-us-wrapper {
    padding: 60px
}

.about-us-wrapper h2 {
    margin-bottom: 22px
}

.about-us-wrapper p,
.team-wrapper p {
    margin-bottom: 30px
}

.about-us-wrapper em {
    font-size: 18px;
    line-height: 30px
}

.abt-slider-intro {
    padding-right: 60px
}

.abt-slider-intro p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px
}

.about-us-slider-wrapper .carousel-control {
    top: 85%;
    width: 40px;
    height: 40px;
    text-shadow: none
}

.about-us-slider-wrapper .carousel-control.right,
.about-us-slider-wrapper .carousel-control.left {
    background-image: none
}

.about-us-slider-wrapper .carousel-control.right {
    right: 44%
}

.about-us-slider-wrapper .carousel-control.left {
    left: 50%
}

.about-us-slider-wrapper .carousel-control i:before {
    font-size: 24px;
    line-height: 40px;
    color: #6d6d6d
}

.left.carousel-control i,
.right.carousel-control i {
    display: none
}

.dropdown-menu {
    margin-top: 28px
}

.team-wrapper {
    padding: 60px
}

.team-wrapper .section-title {
    color: #202020
}

.css-team {
    margin-bottom: 30px
}

.css-team figure {
    margin-bottom: 50px
}

.css-team-avatar {
    position: relative;
    overflow: hidden;
    padding: 4px;
    margin: 0 0 10px;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.css-team-avatar img {
    width: 100%;
    height: auto
}

.css-team .readmore {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff
}

.css-team .readmore i {
    display: block;
    margin-top: 45%;
    height: 50px
}

.css-team .readmore i:before {
    font-size: 0
}

.css-team-avatar:hover .readmore i:before {
    font-size: 50px
}

.css-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(252, 187, 60, .8);
    display: inline-block;
    opacity: 0
}

.css-team-avatar:hover .readmore i:before,
.css-overlay {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.css-team-avatar:hover .css-overlay {
    opacity: 1
}

.css-team-info {
    text-align: center
}

.css-team-heading {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

.css-team-heading small {
    font-weight: 500;
    font-size: 14px;
    color: #6d6d6d;
    text-transform: capitalize
}

ul.joblist-link li {
    margin-bottom: 8px
}

ul.joblist-link li a {
    display: inline-block;
    color: #202020;
    border-bottom: 2px solid #e3e3e3
}

ul.joblist-link li a:hover {
    color: #e89b04
}

.joblist-btn {
    font-size: 14px;
    font-weight: 500;
    padding: 3px 12px;
    margin-top: 10px
}

.download-box-wrapper {
    background: url('../img/about-bottom.webp') no-repeat center center;
    background-size: cover;
    padding: 60px
}

.download-box ul li {
    padding: 0 10px 0 0;
    width: 32.8%
}

.download-box ul li a {
    display: block;
    padding: 30px 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.download-box ul li a:hover {
    box-shadow: 0 0 0 3px #000
}

.download-box ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 400
}

.download-box ul li:nth-child(1) a {
    background: #2389e7
}

.download-box ul li:nth-child(2) a {
    background: #f3b308
}

.download-box ul li:nth-child(3) a {
    background: #ba5656
}

.download-box ul li a::before {
    content: "\e012";
    font-family: Flaticon;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 100px;
    line-height: 50px;
    color: #fff;
    opacity: .2;
    -moz-opacity: .2;
    filter: alpha(opacity=20)
}

.info-in-short img {
    width: 100%
}

.member-info {
    background: #f5f5f5;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px
}

.info-address {
    background: #f5f5f5;
    padding: 30px
}

.info-address address {
    line-height: 22px
}

.inner-content {
    padding: 60px
}

.blog-post-wrapper {
    padding: 0 0 60px;
    margin: 0 0 60px;
    border-bottom: 2px solid #e3e3e3
}

.sticky .entry-header {
    padding-left: 60px;
    position: relative
}

.sticky .entry-header:before {
    content: "\f0f6";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 60px
}

.blog-post-wrapper .entry-meta {
    font-weight: 700;
    color: #b9b9b9;
    margin-bottom: 3px
}

.blog-post-wrapper .entry-meta ul li {
    position: relative;
    padding-left: 12px
}

.blog-post-wrapper .entry-meta ul li:first-child {
    padding-left: 5px
}

.blog-post-wrapper .entry-meta ul li:first-child::before {
    display: none
}

.blog-post-wrapper .entry-meta ul li::before {
    content: "\f111";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
    color: #e3e3e3
}

.blog-post-wrapper .entry-meta ul li a {
    color: #b9b9b9
}

.blog-post-wrapper h2.entry-title {
    margin-bottom: 25px
}

.blog-post-wrapper .entry-title a {
    color: #202020
}

.blog-post-wrapper .the-author a,
.blog-post-wrapper .the-category a,
.blog-post-wrapper .entry-meta ul li a:hover,
.blog-post-wrapper .entry-title a:hover {
    color: #835997 !important
}

.blog-post-wrapper .post-thumbnail {
    margin: 30px 0 40px
}

#blog-post-carousel .carousel-control {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=10);
    opacity: 1
}

#blog-post-carousel .carousel-control:hover,
#blog-post-carousel .carousel-control:focus {
    color: #835997;
    filter: alpha(opacity=100);
    opacity: 1
}

#blog-post-carousel .carousel-control.left,
#blog-post-carousel .carousel-control.right {
    background-image: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px
}

#blog-post-carousel .carousel-control.right {
    right: 20px
}

#blog-post-carousel .carousel-control.left {
    left: 20px
}

.carousel-control i::before {
    font-size: 28px
}

.blog-post-wrapper blockquote {
    margin: 60px 0
}

.blog-post-wrapper iframe {
    width: 100%;
    margin: 25px 0 40px
}

.blog-post-wrapper .video-post iframe {
    height: 323px;
    border: 0
}

.blog-post-wrapper .audio-post iframe {
    height: 150px;
    border: 0
}

.blog-post-wrapper.single-article {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #e3e3e3
}

.about-author .media img {
    height: 100px;
    width: 100px;
    margin-right: 20px
}

.comments-wrapper {
    margin-top: 40px
}

.comments-wrapper ul.media-list {
    margin-bottom: 60px
}

.comments-wrapper .media-list li {
    border: 2px solid #f0f0f0;
    padding: 30px;
    border-radius: 3px
}

.comments-wrapper .media-left,
.comments-wrapper .media>.pull-left {
    padding-right: 20px
}

.comments-wrapper .media img {
    width: 80px;
    height: 80px;
    border-radius: 3px
}

.media-body span.comment-author,
.media-body span.comment-date {
    font-size: 12px;
    margin-right: 10px;
    color: #999
}

.media-body span.comment-author i,
.media-body span.comment-date i {
    margin-right: 5px
}

.media-body span.comments-buttons {
    font-size: 12px;
    margin-top: 5px
}

.pagination-wrap {
    width: 100%;
    position: relative
}

.pagination>li>a,
.pagination>li>span {
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    color: #6d6d6d;
    background-color: transparent
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #835997;
    background-color: transparent;
    border-color: transparent
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #835997;
    background-color: transparent;
    border-color: transparent
}

.pagination li:first-child {
    position: absolute;
    left: 0
}

.pagination li:last-child {
    position: absolute;
    right: 0
}

.pagination li:last-child a,
.pagination li:first-child a {
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    font-weight: 400
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li:first-child>a:hover,
.pagination>li:first-child>span:hover,
.pagination>li:last-child>a:hover,
.pagination>li:last-child>span:hover {
    color: #835997;
    background-color: transparent;
    border-color: #835997
}

.pagination-wrap .counter {
    color: #cacaca
}

.pager li a {
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 36px
}

.pager li>a:hover,
.pager li>a:focus {
    background-color: #835997;
    color: #fff;
    border: 2px solid transparent
}

.pager li a.previous {
    float: left
}

.pager li a.next {
    float: right
}

.sidebar-wrapper .widget {
    margin-bottom: 40px;
    border: 2px solid #e3e3e3;
    border-radius: 2px
}

.widget .widget-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 15px;
    margin-bottom: 15px
}

.sidebar-wrapper .widget ul {
    padding: 0 15px
}

.sidebar-wrapper .widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1
}

.sidebar-wrapper .widget ul li:first-child {
    padding-top: 0
}

.sidebar-wrapper .widget ul li:last-child {
    border-bottom: 0
}

.sidebar-wrapper .widget ul li:before {
    content: "\e001";
    font-family: Flaticon;
    display: inline-block;
    margin-right: 7px;
    font-size: 10px;
    color: #212121
}

.sidebar-wrapper .widget ul li a {
    color: #6d6d6d
}

.sidebar-wrapper .widget ul li a:hover {
    color: #835997
}

.sidebar-wrapper .widget.widget_search {
    border: 0
}

.widget_search form {
    position: relative
}

.widget_search form button i {
    color: #e3e3e3
}

.widget_search form button:hover i {
    color: #835997
}

.widget_search form button:focus {
    outline: none
}

.widget_search form [type="submit"] {
    position: absolute;
    right: 0;
    top: 2px;
    width: 40px;
    height: 42px;
    border: none;
    border-left: 1px solid #e3e3e3;
    box-shadow: none;
    background: transparent
}

.widget.widget_tag_cloud ul {
    padding-bottom: 15px
}

.widget.widget_tag_cloud ul li {
    display: inline-block;
    border-bottom: 0;
    padding: 5px 0;
    margin-right: 15px
}

.widget.widget_tag_cloud ul li a {
    padding: 3px 0;
    border-bottom: 1px dashed transparent
}

.widget.widget_tag_cloud ul li a:hover {
    border-bottom: 1px dashed #6d6d6d
}

.sidebar-wrapper .sidebar-tab ul li:before,
.widget.widget_tag_cloud ul li:before {
    display: none
}

.sidebar-tab .nav-tabs>li>a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    border: 0
}

.sidebar-tab .nav-tabs {
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0
}

.sidebar-tab ul.nav-tabs li {
    border-bottom: 0
}

.sidebar-tab .tab-content {
    margin: 15px 0 0
}

.sidebar-tab .nav-tabs li:first-child a:after {
    content: "|";
    position: absolute;
    right: 0;
    color: #e3e3e3
}

.sidebar-tab .nav-tabs>li>a:hover,
.sidebar-tab .nav-tabs>li.active>a,
.sidebar-tab .nav-tabs>li.active>a:hover,
.sidebar-tab .nav-tabs>li.active>a:focus {
    background: transparent;
    color: #e3e3e3;
    border: 0
}

#filter {
    overflow: hidden;
    margin: 15px 0 30px
}

#filter li {
    float: left;
    margin-bottom: 10px
}

#filter li a {
    background: transparent;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    color: #6d6d6d;
    display: block;
    margin: 0 5px 0 0;
    padding: 3px 10px;
    cursor: pointer
}

#filter li a:hover,
#filter li a.active {
    background: #835997;
    border: 2px solid transparent;
    color: #fff
}

.portfolio-item {
    margin-bottom: 30px;
    min-height: 200px
}

.four-column .portfolio-item {
    min-height: 150px
}

.single-portfolio {
    position: relative;
    overflow: hidden
}

.single-portfolio::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6)
}

.portfolio-links {
    width: 84px;
    height: 40px;
    position: absolute;
    top: -100%;
    left: 50%;
    margin-top: -20px;
    margin-left: -44px
}

.single-portfolio:hover .portfolio-links {
    top: 50%
}

.single-portfolio::before,
.portfolio-links {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.single-portfolio:hover::before,
.single-portfolio:hover .portfolio-links {
    opacity: 1;
    filter: alpha(opacity=100)
}

.portfolio-links>a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 10px
}

.portfolio-links>a:hover {
    background: rgba(255, 255, 255, .3);
    color: #835997;
    border: 2px solid transparent
}

.portfolio-content {
    .portfolio-content img {
        margin-bottom: 30px
    }
}

.portfolio-info p {
    margin-bottom: 15px
}

.portfolio-info .title,
.portfolio-info .block-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #202020;
    display: block
}

.portfolio-info .block-title {
    margin: 30px 0
}

.related-project h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px
}

.related-work-carousel .item {
    margin: 3px
}

.related-work-carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

.related-project .owl-theme .owl-controls .owl-page span {
    width: 22px;
    height: 7px;
    margin: 0 5px 0 0;
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #835997
}

.contact-us-wrapper {
    padding: 60px
}

.contact-us-wrapper h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0
}

.mini-contact {
    margin-bottom: 80px
}

.mini-contact h2 {
    margin-bottom: 20px
}

.mini-contact a {
    color: #202020;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    margin-top: 25px;
    display: block
}

.mini-contact a:hover {
    color: #835997
}

.map-wrapper {
    margin-bottom: 60px
}

.map-canvas {
    height: 290px
}

.directions-wrapper {
    margin-bottom: 60px
}

.contact-directions {
    margin-bottom: 20px
}

.contact-us-form h2 {
    margin-bottom: 20px
}

.input-group.text-area {
    margin-left: -3px
}

.contact-us-form .btn {
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 500
}

.job-page-wrapper {
    padding: 60px
}

.job-page-wrapper h2 {
    margin-bottom: 25px
}

.job-details dl {
    margin-bottom: 40px
}

.job-details dl dt {
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.job-details dl dd {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.job-details dl dd::before {
    font-family: FontAwesome;
    content: "\f192";
    font-size: 10px;
    color: #835997;
    position: absolute;
    top: 3.5px;
    left: 0
}

.our-clients-wrapper {
    padding: 60px
}

.our-clients-wrapper .media {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 60px
}

.our-clients-wrapper .media:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

.our-clients-wrapper .media img {
    min-width: 121px
}

.our-clients-wrapper .media-left,
.our-clients-wrapper .media>.pull-left {
    padding-right: 60px
}

.our-clients-wrapper h2.media-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0
}

.our-clients-wrapper .media-body span {
    font-weight: 700;
    color: #b4b4b4;
    display: block;
    margin-bottom: 10px
}

.faq-wrapper {
    padding: 60px
}

.panel {
    border: 2px solid #e3e3e3;
    box-shadow: none
}

.panel-default>.panel-heading {
    background-color: #fff
}

.panel .panel-heading-link {
    position: relative
}

.panel-title {
    font-size: 18px;
    line-height: 20px
}

.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 20px;
    font-weight: 700;
    color: #e89b04;
    width: 40px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

.panel .panel-heading-link a.collapsed:after {
    content: "\f105"
}

.typography-page-wrapper {
    padding: 60px
}

.typography-page-wrapper .section-title {
    color: #202020
}

.typography-page-wrapper .jumbotron {
    background-color: #222121;
    padding-left: 15px;
    border-radius: 3px
}

.typography-page-wrapper .jumbotron h1 {
    font-size: 42px
}

.typography-page-wrapper ul li:before {
    color: #835997;
}

.typography-page-tab {
    padding: 20px;
    border: 2px solid #e3e3e3;
    border-radius: 3px
}

.typography-page-tab ul.nav-tabs {
    background: #f2f2f2;
    width: 100%
}

.typography-page-tab ul.nav-tabs li>a {
    color: #000
}

.typography-page-tab ul.nav-tabs li>a:hover,
.typography-page-tab ul.nav-tabs li.active>a {
    color: #fff
}

.typography-page-tab .tab-content {
    color: #6d6d6d;
    margin: 15px 0 0
}

.typography-page-chart {
    background: #181717;
    padding: 30px
}

.hippo-offcanvas-container {
    background: #27272C
}

.hippo-offcanvas-pusher::after {
    z-index: 99
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    z-index: 9999;
    background: #27272C;
    transform: translateX(-100%);
    transition: transform .3s ease
}

.offcanvas-menu.open {
    transform: translateX(0)
}

#off-canvas-close-btn {
    padding: 0 20px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    height: 62px;
    text-shadow: none;
    opacity: 1;
    cursor: pointer
}

#off-canvas-close-btn:hover,
#off-canvas-close-btn:focus {
    color: #835997;
    outline: none
}

.offcanvas-menu h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, .25);
    padding: 1em 1em 1em 1.2em
}

.offcanvas-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: inset 0 -1px rgba(0, 0, 0, .2)
}

.offcanvas-menu ul li li a {
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px
}

.offcanvas-menu ul li a:hover,
.offcanvas-menu ul li.active a {
    background: rgba(0, 0, 0, .2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #835997
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 5px 10px;
    cursor: pointer;
    display: none;
    z-index: 9999
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    position: relative;
    display: block;
    float: none;
    width: 100%;
    box-shadow: none;
    background: rgba(0, 0, 0, .8)
}

.nav.navbar-nav li ul.dropdown-menu li a {
    padding: 7px 20px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-transform: capitalize
}

.nav.navbar-nav li ul.dropdown-menu li a:hover,
.nav.navbar-nav li ul.dropdown-menu li a:focus {
    background: transparent;
    color: #835997
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #835997 !important;
    background-color: transparent
}

li.dropdown>.submenu-wrapper {
    position: absolute;
    display: block;
    left: 0;
    z-index: 999;
    pointer-events: none;
    top: 38px
}

li.dropdown>.submenu-wrapper.no-pointer-events {
    display: none
}

li.dropdown>.submenu-wrapper>.submenu-inner {
    margin-top: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    min-width: 200px;
    -webkit-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    -ms-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    -o-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    transition: all 300ms cubic-bezier(.785, .135, .15, .86)
}

.ie9 li.dropdown>.submenu-wrapper>.submenu-inner {
    margin-top: 34px
}

.ie9 .top-nav-collapse li.dropdown>.submenu-wrapper>.submenu-inner {
    margin-top: 14px
}

li.dropdown:hover>.submenu-wrapper {
    pointer-events: auto
}

li.dropdown:hover>.submenu-wrapper.no-pointer-events {
    display: block
}

li.dropdown:hover>.submenu-wrapper>.submenu-inner {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

li.dropdown.menu-animating>.submenu-wrapper {
    overflow: hidden
}

li.dropdown>.submenu-sub-wrapper {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    z-index: 1000;
    width: 100%;
    pointer-events: none
}

li.dropdown>.submenu-sub-wrapper>.submenu-sub-inner {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    -ms-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    -o-transition: all 300ms cubic-bezier(.785, .135, .15, .86);
    transition: all 300ms cubic-bezier(.785, .135, .15, .86)
}

li.dropdown:hover>.submenu-sub-wrapper {
    pointer-events: auto
}

li.dropdown:hover>.submenu-sub-wrapper>.submenu-sub-inner {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

li.dropdown.menu-animating>.submenu-sub-wrapper {
    overflow: hidden
}

.hero-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.hero-slide .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
    width: 60%
}

.hero-slide .carousel-caption small {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
    animation-delay: 1s
}

.hero-slide .carousel-caption .phone {
    font-size: clamp(16px, 4vw, 30px);
    color: #ffffffa2;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
}

.hero-slide .carousel-caption h1 {
    font-size: clamp(24px, 6vw, 56px);
    line-height: 1.2;
    font-weight: bold;
    margin: 20px 0;
    color: #fff
}

.hero-slide .carousel-caption .lead {
    font-size: clamp(14px, 3vw, 24px);
    margin-bottom: 20px;
    color: #fff
}

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size: 30px;
    width: 30px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    background: #000000;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    transform: translateY(-50%)
}

.hero-slide .carousel-control.left {
    left: -100%
}

.hero-slide .carousel-control.right {
    right: -100%
}

.hero-slide:hover .left {
    left: 0
}

.hero-slide:hover .right {
    right: 0
}

.hero-slide .carousel-indicators li {
    border: 2px solid rgba(0, 0, 0, .5);
    opacity: .5
}

.hero-slide .carousel-indicators li.active {
    border-color: #4416c4;
    background-color: #4416c4;
    opacity: 1
}

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

#status,
.status-mes {
    background-image: url(../img/preloader1.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    font-size: 28px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    z-index: 1000;
    text-align: center
}

.whatsapp-popup {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    z-index: 1001
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    font-size: 28px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(37, 211, 102, .7);
    z-index: 1000;
    text-align: center;
    cursor: pointer;
    animation: pulse 1.5s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 5px rgba(37, 211, 102, .5), 0 0 10px rgba(37, 211, 102, .3);
        transform: scale(1)
    }

    50% {
        box-shadow: 0 0 15px rgba(37, 211, 102, .8), 0 0 30px rgba(37, 211, 102, .5);
        transform: scale(1.1)
    }

    100% {
        box-shadow: 0 0 5px rgba(37, 211, 102, .5), 0 0 10px rgba(37, 211, 102, .3);
        transform: scale(1)
    }
}

.support-wrapper {
    position: relative;
    background: url('../img/support-bg.webp') center center/cover no-repeat;
    padding: 120px 0;
}

.support-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,0.5);
}

.support-wrapper .col-lg-8 {
    padding: 20px;
    border-radius: 12px;
}

.advantages-wrapper {
    position: relative;
    background: url('../img/experiencetab.webp') center center/cover no-repeat;
    color: #fff;
}

.advantages-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.65)
    );
}

.advantages-wrapper > * {
    position: relative;
    z-index: 2;
}
.projects-section {
    background: #f8f9fa;
}

.section-title {
    font-weight: 700;
    font-size: 36px;
    color: #111;
}

.project-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.project-card img {
    height: 200px;
    object-fit: cover;
}

.project-card .card-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.project-card p {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.btn-soft {
    background: #F3F0FF;
    color: #7C3AED;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s ease;
}

.btn-soft:hover {
    background: #7C3AED;
    color: #fff;
}

.services-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #111;
}

.section-subtitle {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #F3F0FF;
    color: #7C3AED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.service-card h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 15px;
    color: #555;
}

.services-section {
    background: #f8fafc;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
}

.section-subtitle {
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 20px;
    transition: all 0.35s ease;
    border: 1px solid transparent;
    height: 100%;
    position: relative;
}

.service-card:hover {
    transform: translateY(-12px);
    border-color: #7c3aed;
    box-shadow: 0 20px 60px rgba(124, 58, 237, 0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #f3f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.service-icon svg {
    width: 32px;
    height: 32px;
    stroke: #7c3aed;
    stroke-width: 1.8;
    transition: 0.3s ease;
}

.service-card:hover .service-icon {
    background: #7c3aed;
}

.service-card:hover .service-icon svg {
    stroke: #ffffff;
    transform: scale(1.1);
}

.service-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #111827;
    transition: 0.3s ease;
}

.service-card p {
    font-size: 15px;
    color: #6b7280;
    transition: 0.3s ease;
}

.service-card:hover p {
    color: #374151;
}

.hero-black {
    background: radial-gradient(circle at center, #111 0%, #000 75%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-content {
    max-width: 850px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 18px;
    color: #bdbdbd;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* BOTÃO PRINCIPAL */
.btn-hero-primary {
    background: #7c3aed;
    color: #fff;
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 500;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-hero-primary:hover {
    background: #6d28d9;
    transform: translateY(-3px);
}

/* BOTÃO OUTLINE */
.btn-hero-outline {
    border: 1.5px solid #7c3aed;
    color: #7c3aed;
    padding: 14px 32px;
    border-radius: 40px;
    font-weight: 500;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-hero-outline:hover {
    background: #7c3aed;
    color: #fff;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
}

.highlight {
    color: #7c3aed;
}

/* Tablet */
@media (max-width: 992px) {
    .hero-title {
        font-size: 42px;
        line-height: 1.25;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-title {
        font-size: 32px;
        line-height: 1.3;
        padding: 0 15px;
    }
}