@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : SuMo Blogger Responsive HTML Template
Version    : 1.0
Author     : UISuMo Team
Author URI : https://uisumo.com/
Support    : uisumo@gmail.com
*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
# Genaral Styles (Typography)
## Buttons & Links
##Forms
## Pagination
##Primary Navbar
##Secondary Navbar
##Footer
##Hero Header
##Social share #Component
##Testimonial Card #COMPONENT
##Partners Slider
##Blog Card #COMPONENT
##Call To Action
##About Us
##Widget Search
##About Us Banner
--------------------------------------------------------------*/

/*Typo
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    color: #575757;
}


/* ----------------------------------
Genaral Styles - Global Components
---------------------------------- */
/* colors & backgrounds */
.text-primary{color: #9C3B94 !important}
.text-secondary{color: #5738ad !important;}
.bg-primary{background-color: #9C3B94 !important}
.bg-gray{background-color:  #f6f6f6 !important}
.bg-secondary{background-color: #5738ad !important;}

.white{color: white !important;}
.bg-white{background-color: white !important;}
/* Typhography */

p {
    font-size: 14px;
    color: #575757;
    font-weight: 400;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6,.btn{font-family: 'Montserrat', sans-serif;}
@media(max-width:768px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 30px;
    }
}

/* paddings and margins */
.pt-115{padding-top:115px}
.pt-240{padding-top:240px}
.pb-115{padding-bottom:115px}
.section-heading{margin-bottom: 35px}
.section-heading h1{color:  #333333; }
.section-heading h1{color:  #333333; }
.section-heading p{color:  #777777;max-width: 627px;display: block;margin-left: auto;margin-right: auto;
    font-size: 16px;/*  */
    font-weight: 300;margin-top: 10px;margin-bottom: 0}
@media(max-width:768px){
    .pt-115{padding-top:40px}
    .pb-115{padding-bottom:40px}
}
/* ----------------------------------
Buttons
---------------------------------- */

.btn {
    font-size: 14px;/*  */
    font-weight: 500;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;padding: 10px 25px;
}
.btn-lg {
    padding: .76rem 2.3rem;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 0;
}
.btn-radius{border-radius: 27px;}

.btn-primary {
    background-color: #9C3B94;
    border-color: #9C3B94;
    color: #ffffff;
}
.btn-secondary {
    background-color:  #5738ad;
    border-color:  #5738ad;
    color: #ffffff;
}
.btn-info {
    background-color:  #3b597d;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #9C3B94; border-color: #9C3B94;
    color: #ffffff;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}
.btn-white{background: #fff;color: #5738ad}
.btn-outline-primary{border-color:  #9C3B94;color: #9C3B94;}
.btn-outline-primary:hover{border-color:  #9C3B94;background-color:  #9C3B94;color: #fff}

@media(max-width:500px) {
    .btn-mobile {
        width: 100%
    }
}

.ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {  color:  #9C3B94;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}



/* ----------------------------------------
Forms
---------------------------------------- */
.form-control{
    border-radius:0;
    border-color:  #fff;height: 48px;padding-left: 20px;
}
textarea.form-control{height: auto}
.btn-submit{border-style: solid;
    border-width: 2px;
   min-width: 150px;}
/* ----------------------------------------
Navigation
---------------------------------------- */
.navbar{ padding: 1.1rem 1rem;}
.navbar-expand-lg .navbar-nav .nav-link {
    color:  #777777;
    font-size: 14px;/*  */
    font-weight: 400;transition: all .25s ease;text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#9C3B94;
}
@media(min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .nav-btn{margin-left: 20px}
}
.btns-list>li{display: inline-block;margin:10px 0;}
.btns-list>li+li{margin-left: 20px;}

.dropdown-menu{border-radius: 0 !important}
.nav-link.nav-social-link {
    display: inline-block;
    padding-left: .3rem !important;
    padding-right: .3rem !important;
}
/* ----------------------------------------
Hero Header
---------------------------------------- */


header {
    position: relative;
    width: 100%;
    /* min-height: auto; */
    overflow-y: hidden;
    background: url("../images/home.jpg");
    background-position: center;
    color: white;
    background-size: cover;
}

header .header-content {
    padding: 150px 0 50px;
    position: relative;
}

header .header-content .header-content-inner {
    position: relative;
}

header .header-content .header-content-inner h1 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 51px;
    font-weight: 900;
    line-height: 0.9 !important;
}

header .header-content .header-content-inner h1 span {
    color: #ff6060;
}

header .header-content .header-content-inner p {
    font-size: 18px;
    color: #ffffff;
}

.hero-subhead {
    color:  #ffffff;
    font-size: 18px;/*  */
    font-weight: 400;
    line-height: 30px;
    max-width: 642px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1px) {
    header {
        min-height: 100%;
    }
    header .header-content {
        text-align: left;
        padding: 0;
        height: 100vh;
        text-align: center;
    }
    header .header-content .header-content-inner {
        text-align: left;
        max-width: none;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

        margin: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .stat-box {
        text-align: center;
    }

    header .header-content .header-content-inner p {
        font-size: 12px;
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    header .header-content .header-content-inner h1 {
        font-size: 52px;
    }
    header .header-content .header-content-inner p {
        font-size: 14px;
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    header .header-content {
        text-align: center;
    }
    .hero-subhead {
        font-size: 16px;
    }
    header .header-content .header-content-inner h1 {
        font-size: 34px;
        line-height: initial;
    }
    header .header-content .header-content-inner p {
        font-size: 14px;
        color: #ffffff;
    }

}




/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100px;
}


.cp-spinner {
    width: 48px;
    height: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.cp-morph {
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    background: #0fd6ff;
    animation: cp-morph-animate 1s linear infinite
}

@keyframes cp-morph-animate {
    0% {
        transform: rotate(0) scale(1);
        border-radius: 0;
        background: #f3d53f
    }
    25%,
    75% {
        transform: rotate(180deg) scale(.4);
        border-radius: 50%;
        background: #0fd6ff
    }
    100% {
        transform: rotate(360deg) scale(1);
        border-radius: 0;
        background: #f3d53f
    }
}
/* Table list view layout */
.table-list{display: table;width:100%}
.table-list .table-list-item{display: table-cell}
@media(max-width:768px){
    .table-list{
        display: block;
    }
    .h1-frase {
        font-size: 20px;
    }
    .frase {
        margin-top: 10px;
    }
    /* .table-list .table-list-item{display: inline-block;width: 48%;margin:15px 0;} */
}
/*Stat Media*/
.state-bg{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background-color: #9C3B94;
    background-position: right;background-attachment: fixed;
    color: white;
    background-size: cover;
}
.stat-box h2{
    color:  #ffffff;margin: 0;
    font-size: 50px;/*  */
    font-weight: 400
}
.stat-box p{
    color:  #ffffff;
    font-size: 15px;/*  */
    font-weight: 400;margin: 0;}
@media(max-width:768px){.stat-box{text-align: center}
    .stat-box h2{font-size: 26px;}
    .section-title{font-size: 24px;text-align: center}
    .abt-img{margin: 20px auto 10px; display: block}
}
/* ----------------------------------------
Testimonial
---------------------------------------- */
.testimonial-item{text-align: center}
.q-img{margin-bottom: 15px;max-width: 40px;display: block;margin: auto;margin-top: 30px;margin-bottom: 10px;}
.testimonial-item .t-img{width: 71px;max-width: 71px;
    height: 71px;border-radius: 50%;display: block;margin: 13px auto;}
.testimonial-item p{color:  #777777;
    font-size: 16px;/*  */
    font-weight: 400;max-width: 280px;margin: auto;
    line-height: 28px;}
.testimonial-item h4{color:  #444444;
    font-size: 20px;/*  */
    font-weight: 400;}
/* ----------------------------------------
Event List Media
---------------------------------------- */
.event-bg{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/bg-events.png);
    background-position: center;color: #fff;
    background-size: cover;
}
.event-list-media .media{
    background: #fff;padding: 17px 20px;
}
@media(min-width:768px){
    .event-list-media>.media+.media{margin-top: 25px;}
}
.event-list-media .event-date{background-color:  #9C3B94;
    width: 70px;padding: 5px;text-align: center;margin-right: 28px;
    height: 70px;}
.event-list-media .event-date h2{color:  #ffffff;
    font-size: 30px;/*  */
    font-weight: 700;margin:0;}
.event-list-media .event-date p{color:  #ffffff;
    font-size: 14px;/*  */
    font-weight: 400;margin:0;}
.fr{margin-right: 4px;}
.event-list-media .media-body h5{color:  #333333;
    font-size: 20px;/*  */
    font-weight: 400;}
.event-list-media .media-body p{color:  #777777;margin-bottom: 2px;
    font-size: 13px;/*  */
    font-weight: 400;}
.event-list-media .media-body a{font-size: 15px;}
@media(max-width:768px){
    .event-list-media .media {margin-top: 15px;}
}
/* ----------------------------------------
Team Cards
---------------------------------------- */

.cs-team-card {
    display: block;
    margin: auto;
    max-width: 262px;
    margin-bottom: 40px;
}

.cs-team-image {
    width: auto;
}

.cs-team-content {
    padding: 30px 30px 25px;
    background-color: #fff;
    text-align: center;
    margin-top: -7px;
    border-style: solid;
    border-width: 1px;
    border-color:  #e9e9e9;
}

.cs-team-content h4 {
    color: #333333;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.cs-team-content p {
    color: #9C3B94;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    font-weight: 400;
}

.cs-team-links>li {
    display: inline-block;
    margin: 0 10px;
}

.cs-team-links>li>a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background-color: #333333;
    border-color: #333333;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    line-height: 43px;
    text-align: center;
    width: 41px;
    height: 41px;
}

.cs-team-links>li>a:hover {
    color: #fff;
    background-color: #333333;
    border-color: #fd6c1d;
}


/* ----------------------------------
Hover Effect
---------------------------------- */

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    max-width: 100%;
    background-color: rgba(253, 108, 29, 0.85);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: rgba(253, 108, 29, 0.85);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* imghvr-zoom-in  */

.imghvr-zoom-in figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

figcaption {
    text-align: center;
}

figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class^='imghvr-'] i {
    -webkit-transition: .08s ease !important;
    transition: .08s ease !important;
}

.btn-transparent-primary{background: #fff}
/* Customize*/

.cs-team-card:hover figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.cs-team-links {
    transform: scale(.6);
    transition: all .8s ease;
}

.cs-team-card:hover .cs-team-links {
    transform: scale(1);
}


/*tabs navpills*/
.nav-pills .nav-link {
    color: #454545;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: .5rem 1.8rem;
}
.nav-pills .nav-link{border-radius: 5px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #5738ad;
}

/*About*/
.about-content {position: relative}
.about-content h1{color:  #333333;
    font-size: 28px;/*  */
    font-weight: 700;}
.about-content-italic{
    color:  #444444;
    font-size: 14px;/*  */
    font-style: italic;
    line-height: 26px;
}
.about-content-text{
    color:  #777777;
    font-size: 14px;/*  */
    font-weight: 400;
    line-height: 26px;
}
.abt-img{
    background-color:  #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
@media(min-width:992px){
    .abt-img{
        position: relative;top:-160px;padding: 10px;
    }
    .row-100{margin-bottom: -100px;}
}
.no-gutter.row{margin-left: 0 !important;margin-right: 0 !important;}
.no-gutter.row .col-lg-6,.no-gutter.row .col-md-6,.no-gutter.row .col-xl-6{padding-left: 0 !important;padding-right: 0 !important;}
.checklist.ul>li {
    display: inline-block;
    margin-right: 25px;color: #444444;font-size: 14px;/*  */
    font-weight: 400;
    line-height: 30px;
}
/*feature-box*/
.feature-box{
    margin-top: 30px;
}
.feature-box h1{font-size: 50px;color: #9C3B94}
.feature-box h4{color:  #444444;
    font-size: 22px;/*  */
    font-weight: 500;}
.feature-box p{color:  #777777;
    font-size: 16px;/*  */
    font-weight: 400;margin-bottom: 0;
    line-height: 25px;margin-top: 25px;}
/*gallery*/
.gallery-bg{
        position: relative;
        width: 100%;
        min-height: auto;
        background: url("../images/gallery-background.png");
        background-position: center;
        color: white;
        background-size: cover;
    }
.slick-dots{bottom: 15px }
.slick-slide img{width:100%}
.slick-slide{margin: -2px;}
.slider-nav .slick-list{padding: 15px !important;background: #fff;}
.slider-nav-postion{position: relative;margin-bottom: -100px !important;margin-top: 50px;}

/*Icon text*/
.icon-text-card{margin-top: 80px;}
.icon-text-card h4{color:  #333333;
    font-size: 23px;/*  */
    font-weight: 700;margin-top: 25px}
.icon-text-card p{color:  #777777;margin-top: 15px;
    font-size: 16px;/*  */
    font-style: italic;
    line-height: 26px;max-width: 328px;}
.icon-text-card a{
text-transform: uppercase;
    font-size: 13px;/*  */
    font-weight: 700
}
/*Testimonial*/
.testimonial-card{
    background-color:  #fff;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);

    border: 0;border-radius: 0;
}
.testimonial-card .card-actions{
    border-top: 1px solid #ededed;padding-top: 15px;margin-top: 20px;
    color:  #b1b1b1;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-card .card-actions .fa{margin-right: 5px;}

.s-btn{display: block;border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #ebebeb;
    box-sizing: border-box;
    background-color: rgba(71, 203, 163, 0);
    width: 42px;
    min-height: 42px;
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    height: 42px;}
.testimonial-card h4{color:  #333333;
    font-size: 20px;margin-bottom: 0;
    font-weight: 500}
.testimonial-card h5{color:  #777777;
    font-size: 15px;/*  */
    font-style: italic;margin: 0;margin-top: 5px;}
.testimonial-card p{font-size: 15px;/*  */
    font-weight: 400;

    line-height: 26px;}
.mt-60{margin-top: 60px;}
.card-text{color:  #777777;margin-top: 10px;
    font-size: 14px;/*  */
    font-weight: 400;
    line-height: 24px;}

.fc-f {
   color: #3b5998
}

.fc-t {
    color: #00a0d1
}
.fc-g {
    color: #dd4b39
}

.fc-p {
  color: #bd081b
}

/*Partners*/
.sm-partner{background-color:  #f6f6f6;padding: 30px 20px;
}
.sm-partner h4{color:  #333333;
    font-size: 20px;/*  */
    font-weight: 400;margin: 0}
.sm-partner p{color:  #9d9d9d;
    font-size: 15px;/*  */
    font-weight: 400;margin: 0;margin-top: 7px;}
/* Maps*/
.full-width-content{max-width: 550px;padding: 50px;}
.contact-place{margin-top: 40px;}
.contact-place h5{color:  #333333;
    font-size: 18px;/*  */
    font-weight: 500;}
.contact-place h2{font-size: 32px;/*  */
    font-weight: 700;margin-top: 0;margin-bottom: 0}
.contact-place p{color:  #949494;
    font-size: 18px;/*  */
    font-style: italic;margin-top: 5px}
.contact-heading {margin-bottom: 50px;}
.contact-heading h5{color:  #222222;
    font-size: 23px;/*  */
    font-weight: 700;}
.contact-heading h1{
    font-size: 40px;/*  */
    font-weight: 700;margin: 0}
.contact-heading p{color:  #666666;
    font-size: 15px;/*  */
    font-weight: 400;margin-top: 15px;
    line-height: 26px}
/*app section*/
.bg-app{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/app-bg.png");
    background-position: center;
    color: white;background-attachment: fixed;
    background-size: cover;
}
.app-heading{margin-bottom: 10px;}
.app-heading p{
    color:  #afafaf;max-width: 623px;margin-top: 20px;margin-bottom: 20px;
    font-size: 16px;/*  */
    font-weight: 400;
    line-height: 27px;
}
/*Subscribe section*/

.subscribe-section{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../images/subscribe-background.png");
    background-position: center;
    color: white;background-attachment: fixed;
    background-size: cover;
}
.subscribe {position: relative;max-width: 640px;display: block;margin: auto
}
.subscribe .form-control{
    background-color:  #ffffff;
    height: 60px;border-radius:100px !important;
    padding-left: 30px;border: 0;width: 100%;
}
.subscribe .input-group-addon{
    padding: 0;border: 0;border-radius: 0;
    background: transparent;
    position: absolute;top: 6px;right: 6px;z-index: 9;
}
.subscribe .input-group-addon .btn{

}
.contact-media h4{color:  #333333;
    font-size: 16px;/*  */
    font-weight: 700;margin-top: 0;margin-bottom: 10px;}
.contact-media p{
    color:  #777777;
    font-size: 15px;/*  */
    font-weight: 400;
    line-height: 26px;margin: 0;
}
.contact-media .f-icn{color: #9C3B94;
    font-size: 25px;/*  */
    font-weight:500;}

.bg-faq-bar{
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url(../images/call-background.png);
    background-position: center;
    color: white;
    background-size: cover;
}
.bg-faq-bar .btn{font-size: 22px;}
@media(min-width:1200px){
    .bg-faq-bar h1{text-align: right}
    .btn-search{min-width: 190px}
}
/*bootstrap select */
.bootstrap-select   { width: 100% !important;
    height: 48px !important;}
.home-search .form-control{
    background-color:  rgba(255, 255, 255, 0.6);border-color:  #e4e4e4;font-size: 14px;color: #000;
}
.home-search .bootstrap-select .btn-default{ background-color:  rgba(255, 255, 255, 0.6);border-color:  #e4e4e4;}
.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color: #fff}
.home-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.home-search .form-control::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}
.home-search .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.home-search .form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
/* ----------------------------------------
Footer
---------------------------------------- */

.footer {
    padding: 45px 0;background-color:  #222222;
}

.copy-text{color:  #dddddd;
    font-size: 14px;/*  */
    font-weight: 400;}

@media(min-width:768px){
    .copy-text{text-align: right}
}





@media(max-width:768px) {
    .footer {
        padding: 30px 0;
    }
}

/* ----------------------------------------
Social share #Component
---------------------------------------- */

.cs-social-share .cs-title {
    font-size: 20px;
    color: #575757;
    vertical-align: middle;
    margin-right: 10px;
}

@media(max-width:768px) {
    .cs-social-share .cs-title {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.cs-social-share>li+li {
    margin-left: 5px;
}

.cs-social-share>li {
    display: inline-block;
    vertical-align: middle;
}

.cs-social-share>li>a {

    color: #999999;
    border-radius: 0;
    text-align: center;
    color:  #cdcdcd;padding: 0 5px;
    font-size: 18px;
    font-weight: 400


}


.cs-social-share>li>a:hover {
    background-color: #9C3B94;
    color: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}

.cs-share>li+li {
    margin-left: 17px;
}

.cs-share>li {
    display: inline-block;
    vertical-align: middle;
}

.cs-share>li>a {
    width: 29px;
    height: 29px;
    line-height: 26px;
    color: #999999;
    font-size: 11px;
    background: #fff;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    text-align: center;
}

.cs-share>li>a:hover {
    color: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
}


/* Brand Colors */

.brand-facebook:hover {
    background: #3b5998 !important;
    border-color: #3b5998 !important
}

.brand-twitter:hover {
    background: #00a0d1 !important;
    border-color: #00a0d1 !important
}

.brand-pinterest:hover {
    background: #bd081b !important;
    border-color: #bd081b !important
}

.brand-youtube:hover {
    background: #e62117 !important;
    border-color: #e62117 !important
}

.brand-instagram:hover {
    background: #2e5e86 !important;
    border-color: #2e5e86 !important
}

.whats-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;font-size: 25px;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

@media(max-width:760px) {
    .back-to-top {
        bottom: 15px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .copyright{
        text-align: center;
    }
}

/* ----------------------------------
Jobs List
---------------------------------- */
.job-list>li{
    padding: 30px;background-color:  #ffffff;
}
.job-list>li+li{margin-top: 20px;}
.job-list h4{color:  #333333;
    font-size: 20px;/*  */
    font-weight: 400;}
.job-list p{margin-bottom: 0;color:  #777777;
    font-size: 14px;/*  */
    font-weight: 400;}
.job-logo {
    margin-right: 30px;
    height: 57px;
    position: relative;
    top: -10px;
}

/* ----------------------------------
Owl slider
---------------------------------- */

/*Default Owl slider styling*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9C3B94;
}
.owl-carousel {
    z-index: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover,
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-nav .fa {
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    width: 27px;
    height: 27px;
    text-align: center;
    color: #777777;
    font-size: 14px;
    line-height: 27px;
}

.owl-nav .fa:hover {
    background: #ffffff;
    color: #000000;
}

.owl-carousel .owl-item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 0;
}

.owl-controls .owl-nav {
    position: absolute;
    top: -73px;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 4px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}


/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9C3B94;
    z-index: 99999;
}

#status {
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100px;
}


.loader__bar {
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 50%;
    background: #f9bfbf;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
    left: 0px;
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite;
}
.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}
@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}
@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}
@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}
@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}
@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}
@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}
@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}
@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/*color changer*/
#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height:130px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
#switcher.active {
    left: 0px;
}
#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}
#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}
#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
#switcher .theme-active {
    background: #44bbff;
}
#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}
#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}
#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}
#switcher .theme-color-five {
    background: #58c433;
    left:160px;
    top:0px;
}
#switcher .theme-color-six {
    background: #7e57c2;
    left:0px;
    top: 40px;
}
#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}
#switcher .theme-color-eight {
    background: #ec407a;
    left:80px;
    top: 40px;
}
#switcher .theme-color-nine {
    background: #8bc34a;
    left:120px;
    top: 40px;
}
#switcher .theme-color-ten {
    background: #5c6bc0;
    left:160px;
    top: 40px;
}
#switcher .theme-color-eleven {
    background: #ff9800;
    left:0px;
    top: 80px;
}
#switcher .theme-color-twelve {
    background: #ce0c21;
    left:40px;
    top: 80px;
}
#switcher .theme-color-thirteen {
    background: #7aa93c;
    left:80px;
    top: 80px;
}
#switcher .theme-color-fourteen {
    background: #3065b5;
    left:120px;
    top: 80px;
}
#switcher .theme-color-fifteen {
    background: #17ad94;
    left:160px;
    top: 80px;
}

#motivation, #clients {
    padding-bottom: 0!important;
}

.col-sm-4 h1 {
    margin-bottom: 30px;
}


.testimonial-item h4 {
    margin-top: 20px;
}

.contact-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 115px;
}

@media screen and (max-width: 1200px) {
    .contact-container {
        flex-direction: column;
    }
    
    .contact-area {
        align-self: flex-start; /* Alinha a contact-area à esquerda */
        margin-left: 20px; /* Garante que não haja margem à esquerda */
        margin-bottom: 5px;
    }
    
    #yt-video {
        margin: 0 auto; /* Centraliza o vídeo na tela */
    }
    #contact {
        margin: 30px 0 30px 0;
    }
}

@media screen and (max-width: 992px) {
    .botao-contato {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 630px) {
    #yt-video {
        width: 400px;
        height: 250px;
    }
}

@media screen and (max-width: 470px) {
    #yt-video {
        width: 300px;
        height: 200px;
    }
}

.frase {
    font-weight: 200;
}

.h1-frase {
    text-align: center;
}

.footer {
    background-color: #9C3B94;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.social-icons ul{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
}

@media screen and (max-width: 992px) {
        .footer {
            justify-content: left;
        }
        .social-icons-icon {
            width: 20px;
        }
        .social-icons-icon-y {
            width: 25px;
        }
        .social-icons ul {
            gap: 10px;
        }
        .logo-branca img {
            width: 130px;
        }
}