/*=================
TOPBAR/NAV
=================*/

#header-logo img {
    max-width: 180px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -150px;
}

#header-logo.fixed-top img {
    max-width: 150px;
}

#toolbar a {
    color: #f6f6f6;
}

#toolbar a>i {
    color: #fffafa;
    margin-right: .5rem;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

#toolbar {
    background: #1b1b1b;
}

#toolbar-right a {
  margin-left: 1rem;
}

#toolbar-right .payment-btn {
    background: red;
    padding: 3px 1rem;
    border-radius: 4px;
}

#toolbar-right .payment-btn:hover {
    color: rgb(246 246 246 / 81%);
}

#toolbar-right .payment-btn:hover .fas {
    color: #FFF;
}

.navbar .navbar-nav .nav-item:last-of-type .nav-link {
    background: #FFF;
    border: #e30001 solid 2px;
    border-radius: 4px;
}

.navbar .navbar-nav .nav-link {
    color: #3d3d3d;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.925rem;
    font-weight: 500;
    padding: .75rem 1rem;
    position: relative;
    letter-spacing: 0.1px;
    text-align: center;
    text-transform: none;
}

/*======================
BUTTONS/TYPOGRAPHY
=======================*/

h1,h2,h3,h4,h5 {
  font-family: 'Oxygen', sans-serif;
}

p, a, ul, li {
  font-family: 'Montserrat', sans-serif;
}

a, a:active, a:focus, a:visited {
    font-family: "Montserrat", sans-serif;
}

a.btn, a.btn:active, a.btn:focus, a.btn:active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-default, .btn-default:active, .btn-default:focus, .btn-default:active:focus
.btn-default:not(:disabled):not(.disabled):active:focus {
    background: transparent;
    border: 2px solid #e30001;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #121212;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: .9375rem;
    font-weight: 400;
}

.btn-primary:hover, .btn-default:hover, #newsletter .btn-primary:hover, #services a:hover .btn-primary, #consultation-bar .btn-primary:hover, #featured-services .btn-primary:hover, #featured-services .featured a:hover .btn-primary, .navbar .navbar-nav .nav-item:last-of-type .nav-link:hover {
    background: #e10004;
    border-color: #e20001;
    color: #FFF;
}

/*=================
CAROUSEL SECTION
=================*/

#carousel-wrapper #consultation-bar {
    background: rgb(0 0 0);
    position: absolute;
    right: calc(50% - 40rem);
    top: 50%;
    width: 400px;
    padding: 0.5rem 2rem 0.5rem;
}

#myCarousel .carousel-caption h2 {
    color: #FFF;
    font-size: 4.125rem;
    font-weight: 300;
    line-height: 5rem;
    text-align: center;
}

#myCarousel .carousel-caption h2 span {
    color: #FFF;
    display: block;
    font-size: 4.75rem;
    line-height: 5rem;
    font-weight: 700;
}

#myCarousel .overlay {
    background: #000000;
    opacity: .45;
    z-index: 1;
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url('/site_images/slide1.jpg');
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url('/site_images/slide2.jpg');
}

#myCarousel .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url('/site_images/slide3.jpg');
}

.lead-img {
    width: 335px;
}

#consultation-bar .form-control {
    background: #EFEFEF;
    color: #202020;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    height: 2.75rem;
    margin: 0 0 1rem;
}

#consultation-bar p {
    color: #efefef;
    font-size: 1.0625rem;
    font-style: normal;
    line-height: 1.75rem;
    margin: 0.25rem 0 1rem;
}

.carousel-caption {
    right: 5%;
}

/*=================
INDEX SECTION
=================*/

#index h1::after {
    background: #e40304;
}

#services p {
    color: #414141;
    font-size: 1rem;
    line-height: 2rem;
    margin: 0 0 2.5rem;
}

/*=================
INNER PAGES
=================*/

#headline {
    background: rgb(123 0 2);
    background: -moz-linear-gradient(top, rgba(156,25,57,1) 0%, rgba(206,34,59,1) 100%);
    background: -webkit-linear-gradient(top, rgba(156,25,57,1) 0%,rgba(206,34,59,1) 100%);
    background: linear-gradient(to bottom, rgb(123 0 2) 0%,rgb(125 2 5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c1939', endColorstr='#ce223b',GradientType=0 );
    margin: 0 -15px;
    padding: 0 1rem;
}



/*=================
SIDEBAR
=================*/

#consultation-bar {
    background: rgb(0 0 0);
    border-radius: 4px;
    padding: 0.75rem 1.75rem 1.375rem;
    z-index: 1;
    width: 330px;
    margin-left: auto;
}

#sidebar .lead-img {
    width: 270px;
}

#consultation-bar form {
    margin: 0.85rem 0 0;
}

#consultation-bar h3 > span {
    color: #e10100;
    font-weight: 400;
    text-transform: uppercase;
}

#consultation-bar .btn-primary {
    background: #e20001;
    color: #FFF;
    margin: 1rem 0 0;
    padding: 1.25rem 3.2em;
}

/*=========================
TESTIMONIALS
==================*/

#testimonials p {
    color: #484242;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

#testimonials .overlay {
    background: rgb(173 7 7 / 90%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#testimonials {
    background: none;
    background-size: cover;
    padding: 5rem 0 7rem;
    position: relative;
    text-align: center;
}


/*====================
NEWSLETTER SIGNUP
=====================*/

#newsletter .overlay {
    background: rgb(117 3 2);
}

#newsletter .btn-primary {
    background: #e40002;
    border-color: #e20001;
    color: #FFF;
}

/*====================
FOOTER
=====================*/

footer {
    background: #ffffff;
}

#footer-top a, #footer-top p {
    color: #444;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    padding: 0 0 6px;
}

#footer-bottom {
    background: #1b1b1b;
    overflow: hidden;
    padding: 1.5rem 0 2rem;
}

#footer-top h2::after {
    background: #e20001;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 3.375rem;
}

#footer-middle img {
    max-width: 110px;
    height: auto;
}

@media screen and (max-width: 1199px){

#myCarousel .carousel-caption h2 {
    font-size: 4rem;
    line-height: 4.5rem;
}

#myCarousel .carousel-caption h2 span {
    font-size: 3.75rem;
    line-height: 4.75rem;
}

#carousel-wrapper #consultation-bar {
    right: calc(50% - 30rem);
    width: 380px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}
