@charset "UTF-8";

/* GLOBAL
----------------------*/

body {
    font-family: Arial, sans-serif;
    position: relative;
}


h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    padding-top: 90px; 
    color: #ffc914;
}

h2 {
    font-size: 30px;
    padding:5px 0 15px;
    font-weight: 300;
    color: #293132;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #293132;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #ac00e6;
    margin-bottom: 0.7rem;
}


p {
    color: #293132;
    text-align: justify;
}

ul>li {
    color: #293132;
    }

p.lead {
    color: #8D6B94;
    margin-bottom: 2rem;
}

.text-primary {
    color: #BE97C6 !important;
}

.light-font {
    font-weight: 300;
}

.section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0px ;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}

/*  Header
----------------------*/

header {
    padding: 50px 0 60px;
    text-align: center;
    color: #ffc914;
}

.bg-gradient {   
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/banner2.jpg');
    background-repeat: no-repeat;
                 -webkit-background-size: cover;
                 background-size: cover;
                 -moz-background-size: cover;
                 -o-background-size: cover;
                 background-position: center center;
                 width:100%;
                 min-height: 400px;

}

.tagline {
    text-align: center;
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}



/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 5rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}
.tab-content ul li{
    text-decoration: none;
}
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #F6F8FF;
    background: #ac00e6;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ac00e6;
    }


/*  TESTIMONIALS
----------------------*/

.text{
    color:#ac00e6;
}

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #293132;
    font-weight: 300;
    font-family: Arial, sans-serif;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

/*.ti-arrow-right{
    color:#293132; 
}
.ti-arrow-left {
    color: #293132;
}*/
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}



/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}
  
