@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

.blue-bg {
    background: #4649e6;
}

.navbar {
    background: #3a3dd4;
}

h2,
.display-4,
h1 {
    font-family: 'Noto Serif', serif;
}

.navbar.border-top {
    border-top: 1px solid #dee2e63b !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    padding-right: .6rem;
    padding-left: .7rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.bg {
    background: url('../img/banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.bg2 {
    background: url('../img/banner2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.bg3 {
    background: url('../img/banner3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

#bg-section {
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    padding: 80px 0;
}

#bg-section h1 {
    font-size: 2rem;
    margin-top: 0;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
}

.carousel-item {
    min-height: 500px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0px;
    left: 0px;
}

#contactBtn {
    background: #6b6dfb;
    border-color: #6b6dfb;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#contactBtn:hover {
    background: #4649e6;
    border-color: #4649e6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.blue-text {
    color: #4649e6;
}

hr.style-eight {
    width: 250px;
    border: 0;
    height: 1px;
    position: relative;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #4649e6 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #4649e6 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #4649e6 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #4649e6 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #4649e6 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    /* W3C */

}

hr.style-eight:before {
    content: "";
    display: block;
    border-top: solid 1px transparent;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

#contact_bar {
    background: #EDEDED;
    margin-top: 50px;
    padding: 30px 0;
}

.footer {
    background: #2d2e34;
    color: #fff;
}

.copyright {
    background: #363741;
    color: #fff;
}

.btn:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #FFF;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler {
    padding: 0;
    border: none;
    outline: 0;
    margin-right: 7px;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.navbar-toggler {
    margin: 10px 10px 10px auto;
}

.display-4 {
    font-size: 3rem;
}

#bg-section hr.style-eight {
    width: 250px;
    border: 0;
    height: 1px;
    position: relative;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #fff 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #fff 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #fff 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #fff 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, #fff 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);

}
.lead.font-italic i{
 font-size: 10px;
vertical-align: top;
}
table.border-0.w-100 tr td,table.border-0.w-100 tr th{
    width: 50%;
}
.priceTable .col-sm-4.border,.priceTable .col-sm-6.border{
    margin: 0 15px;
}
.repairSection a:hover,i.lead a:hover,.hover:hover{
    color: #4649e6;
}
#loading {
    width: 40px;
    height: 40px;
}
.help-block { display: block; margin-top: .25rem; font-size: .875rem; color: #dc3545; }
.has-error .help-block { color: #dc3545; }
.has-error .col-form-label{ color: #dc3545; }
.has-error .form-control { border-color: #dc3545; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
input:focus,textarea:focus{
    box-shadow: none !important;
}
form #contactBtn:hover{
    background: #6b6dfb;

}
.btn.disabled, .btn:disabled {
    cursor: auto;
}
#contact-form span {
    color: red;
}

@media (min-width: 576px) {
    #contact_bar {
    margin-top: 90px;
    }
    .priceTable .col-sm-4.border,.priceTable .col-sm-6.border{
    margin: 0 0px;
}
    .display-4 {
        font-size: 3.5rem;
    }
    #bg-section h1 {
    font-size: 2.5rem;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .navbar-collapse {
        background: transparent;
    }
}