.nav-container {
    background-color: #1F272B;
    border-bottom: 3px solid #805592;
}


.navbar-dark .navbar-nav .nav-link {
    color: white;
     transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #d235bf;
}


.navbar-nav .dropdown-menu {

    padding: 0;
    margin: 0;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #1F272B;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}


.navbar-nav .dropdown-item {
    margin-left: 0px;
    border-bottom: 1px solid #666;
    color: white;
}

.navbar-nav .dropdown-item:hover {

    background-color: #d235bf;
}

section .row {
    margin-right: 0;
    margin-left: 0;
    
}




.big-banner {
    background-image: url('/assets/img/template1img1.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    width: 100%;
    left:0;
    color:white;
    position: relative;
    height: 20vw !important;
    
}

.header-text {
    font-size: 8vw;
    font-family: 'Times', sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}



.banner-links {
/*    margin-top: -120px;*/
    color: white !important;
    padding: 24px;
    font-size: 14px;
    position: relative;
    background-color: rgba(0, 0, 0, 1);
}


.banner-links a {
    color: white;
    text-decoration: underline;
     transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
}


.banner-links a:hover {
    color: #d235bf;
}

.banner-links .fas {
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    
        .banner-links {
            text-align: center !important;
        }
    
}

.carousel-caption {
    bottom: 20%;
    color: #666;
}



.about-us a {
    color: white;
    text-decoration: underline;
     transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
}


.about-us a:hover {
    color: orange;
}


@media (min-width: 768px) {
 
    #carouselTestimonials .carousel-item {
        height: 225px;
    }   
}

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


/*-----------------------Testimonial Section----------------------*/

.testimonials {
  background-color: #fff;
  color: #666;
  padding-top: 20px;
}


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

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

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


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



.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  margin-top: -20%;
  background-image: none;
}

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

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


/*-----------------------Testimonial Section----------------------*/



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

.services {
    text-align: center;
}

.services-border {
    border-bottom: 4px solid #805592;
    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: #805592;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
}


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

.services-body {
    padding: 15px;
}

.services .btn-blue {
    
   background-color: #805592;
    color: #FFF !important;
    text-align: center;
    text-transform: uppercase;
    border: 0px none;
    outline: none;
    cursor: pointer;
}

.services .btn-blue:hover {
    background-color: #573765;
    color: white;
    text-decoration: none;
}

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


.consultation {
    color: white !important;
}

.consultation input[type=text] {
    
    background-color: #0e0e0e;
    border: 2px solid #000;
    font: italic 24px Georgia, serif;
    color: #333;
}

.consultation input[type=text]:focus {
    color: #888;
    background-color: #222;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}



.consultation button {
    
    background-color: #805592;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 0px none;
    border-radius: 0.25rem;
     transition: background-color 0.3s linear;
   -webkit-transition: background-color 0.3s linear;
   -moz-transition: background-color 0.3s linear;
}

.consultation button:hover {
    background-color: #1A37D6;
    color: white;
    text-decoration: none;
}

.consultation textarea {
     background-color: #0e0e0e;
    border: 2px solid #000;
    font: italic 24px Georgia, serif;
    color: #333;
}
.consultation textarea:focus {
    color: #888;
    background-color: #222;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
    
        .consultation {
            text-align: center;
        }
    
}

.footer-links a {
    color: #805592 !important;
    text-align: end;
    padding-right: 10px;
}

@media (max-width: 992px) {
    
        .footer {
            text-align: center;
        }
    
}

.footer-links a:hover {
    color: #fff !important;
    text-align: end;
}




.request-callback {
    background-color: #805592;
    color: white !important;
}