/*
h1, h2, h3, h4, h5 {
    color: #561c96;
    font-weight: 600;
}
*/

.btn-default {
    background-color: #4e02a2;
    text-transform: uppercase;
    transform: translateY(0px) translateZ(0px);
    transition: all 0.3s ease-in-out 0s;
    color: white;
    padding: 15px 30px 15px 30px;
    border-radius: 0px;
}

.btn-default:hover {
    background-color: #561c96;
    color: white;
}



.btn-secondary {
    background-color: #561c96;    
    border: 1px solid #561c96;
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    transform: translateY(0px) translateZ(0px);
    transition: all 0.3s ease-in-out 0s;
    
}

.btn-secondary:hover {
    background-color: white;
    color: #561c96;
    
}



.color-headline {
    color: #561c96;
    font-weight: 600;
    padding-bottom: 10px;
}


/*--------------header--------------*/

.header span {
    font-size: 14px;
    color: white;
}
.header a {
    color: #e5e9ef;
    text-decoration: underline;
}

.header a:hover {
    color: white;
}





/*----------------nav---------------------*/

.nav {
    background-color: white;
}


.navbar-light .navbar-nav .nav-link {
    color: #561c96;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fcc72c;
}







/*-------------carousel-------------*/
.carousel-caption {
    bottom: 20%;
    color: #fff !important;
}
@media (min-width: 768px) {
 
    #carouselHeadlines .carousel-item {
        height: 325px;
    }   
}

@media (max-width: 767.96px) {
 
    #carouselHeadlines .carousel-item {
        height: 350px;
    }   
}


#carousel-caption {
 
}


.testimonial-header {
    font-size:  36px !important;
    color: #333;
    
}

.headlines .carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 20px;
    background-color: #000000;
    border: 0;
}

.headlines .carousel-item {
    color: #666;
}


.headlines .carousel-control-prev {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f137";
    color: #18C485;
    font-size: 18px;
    margin-right: 8px;
    
}



.headlines .carousel-control-prev-icon,
.headlines .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.headlines .carousel-control-next-icon:after
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f138";
  font-size: 55px;
  color: black;
}

.headlines .carousel-control-prev-icon:after {
  content: '<';
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f137";
  font-size: 55px;
  color: black;
}




/*------------- specialties ------------- */


.specialties p {
    line-height: 2em;
}





/*--------------------services------------*/

.services {
    text-align: center;
}

.services-border {
    border-bottom: 4px solid #4e02a2;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    
}

.services-border:hover {
    border-bottom: 4px solid #670e10;
}

.services .card-text-link {
    color: #561c96;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
}


.services .card-text-link:hover {
    color: #f1b204;
    transform: translateY(0px) translateZ(0px);
    transition: all 0.3s ease-in-out 0s;
}

.services-body {
    padding: 15px;
}





/*------------------------success---------------*/
.success {
    text-align: center;
}

.success-image {
    background-image: url('/assets/img/success.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    width: 100%;
    left:0;
    color:white;
    position: relative;
}
.success-overlay {
    background-color: rgb(89 27 188 / 80%) !important;
   
}



/*-----------------advisor-------------------*/
.advisor {
    text-align: center;
}
.advisor a {
    font-size: 18px;
    color: black;
    text-decoration: none;
}
.advisor h6 {
    font-size: 12px;
}

.advisor a:hover {
    color: #f1b204;
    text-decoration: none;
}

.advisor-social {
    display: none;
}

.advisor-social a {
    display: inline-flex;
    border: 2px solid #666;
    color: #666;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 5px;
    text-align: center;
    padding: 5px;
}
.advisor-social a:hover {
    display: inline-flex;
    border: 2px solid #f1b204;
    color: #f1b204;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 5px;
    text-align: center;
}


.advisor-content {
    border-bottom: 3px solid #4e02a2;
    padding: 23px 0px;
    
}


/*---------------call back -----------------------*/
.call-back {
    color: white !important;
    text-align: center;
}

.input-call-back {
    background-color: rgba(0, 0, 0, 0.3);
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    height: 50px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 13px 23px;
    width: 100%;
}
.input-call-button {
    background-color: #561c96;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    height: 50px;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 13px 23px;
    width: 100%;
}

/*----------------footer-----------------*/
.footer-image {
    background-image: url('/assets/img/footer-image.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position: relative;
    
}


.footer {
    color: #ffd700 !important;
}
.footer span {
    color: #fcc72c;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #c087ff;
    text-decoration: none;
}
.footer-social a {
    display: inline-flex;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 5px;
    text-align: center;
    padding: 5px;
}
.footer-social a:hover {
    display: inline-flex;
    border: 2px solid #4e02a2;
    color: #4e02a2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 5px;
    text-align: center;
}
.footer-border {
    border-right: 1px solid #34425c;
    padding-right: 20px;
}
.footer-top-border {
    border-top: 1px solid #34425c;
    padding-top: 13px;
}

.footer-image input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer-image input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer-image input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


@media (max-width: 970px) {
 
   .footer-border {
    border-right: none;
    padding-right: 20px;
    }   
}



@media (max-width: 970px) {
 
   .footer-align {
    text-align: left !important;
    }   
}



