/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
 
}

/* Display list items side by side */
ul.breadcrumb2 li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb2 li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb2 li a {
  color: #000;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb2 li a:hover {
  color: #000;
  text-decoration: underline;
}
a{
    transition: all 0.5s ease;
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Spectral', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
    font-family: 'Alegreya', sans-serif;
    line-height: 24px;
}
p{
    font-family: 'Alegreya', sans-serif;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
.sec-header h2{
    color: #d70300;
    margin-bottom: 0;
    font-weight: 600;
}
.sec-header h5{
    font-family: 'Alegreya', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #010003;
    margin: 0;
}
.my-btn{
    font-family: "Spectral",sans-serif;
    padding: 8px 20px;
    background: #d70300;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
}
.my-btn:hover{
    background: #222;
    color: #fff;
}
.img-hover{
    overflow: hidden;
    width: 100%;
    display: block;
}
.img-hover img{
    transition: all 0.5s ease;
    width: 100%;
}
.img-hover:hover img{
    transform: scale(1.1);
}
.parallax{
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section{
    padding: 65px 0;
}
.carousel-item{
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.social-icons a[data-original-title="Facebook"]{
    background-color: #3b5998;
}
.social-icons a[data-original-title="Twitter"]{
    background-color: #00acee;
}
.social-icons a[data-original-title="Yelp"]{
    background-color: #c41200;
}
.social-icons a[data-original-title="Instagram"]{
    background-color: #e90070;
}
.social-icons a[data-original-title="Linkedin"]{
    background-color: #0077b4;
}
.social-icons a[data-original-title="Youtube"]{
    background-color: #c4302b;
}
.social-icons a[data-original-title="Pinterest"]{
    background-color: #e60023;
}
.social-icons a[data-original-title="Google"]{
     background-color: #3982f3;
 }
.social-icons a:hover{
    background: #d70300;
    color: #fff;
}
.tooltip-inner{
    background: #d70300;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before{
    border-top-color: #d70300;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-bottom-color: #d70300;
}
.tooltip.bs-tooltip-bottom .arrow:before{
    border-bottom-color: #d70300;
}

.animate {
    /*visibility:hidden;*/
}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
    display: block;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


header{
    position: relative;
    z-index: 10;
}

/* START: logo section */
    .logo-sec{
    }
    .logo-sec .navbar-brand{
        max-width: 225px;
    }
    .top-bar h6{
        font-size: 15px;
        margin: 0;
        color: #444444;
    }
    .top-bar h6 a{
        color: #444444;
    }
    .top-bar h6 a:hover{
        color: #d70300;
    }
    .top-bar .h6{
        font-size: 15px;
        margin: 0;
        color: #444444;
        display:block;
    }
    .top-bar .h6 a{
        color: #444444!important;
    }
    .top-bar .h6 a:hover{
        color: #d70300;
    }
   .top-phone {

    color: #444;
} 
.h2 {
    display: block;
} 
    .top-bar .social-icons a{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .top-phone{
        font-size: 16px;
        font-weight: 700;

    }
/* END: logo section */

/* START: Menu section */
    .menu-sec{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .menu-sec .navbar-nav .nav-item{
        margin-right: 1px;
    }
    .menu-sec .navbar-nav .nav-link{
        padding: 13px 15px;
        text-transform: uppercase;
        font-family: "Spectral", sans-serif;
        color: #010104;
        font-size: 18px;
        font-weight: 600;
    }
    .menu-sec .navbar-nav .active .nav-link,
    .menu-sec .navbar-nav .nav-link:hover{
        color: #d70300;
    }
    .menu-sec .btn{
        text-transform: uppercase;
        font-family: "Spectral", sans-serif;
        color: #010104;
        font-size: 18px;
        font-weight: 600;
    }
    .menu-sec .btn:hover{
        color: #d70300;
    }
    .menu-sec .navbar-light .navbar-toggler {
        border-radius: 0;
        border: 0;
    }
    .menu-sec .navbar-light .navbar-toggler:focus {
        border-radius: 0;
        outline: none;
    }
/* END: Menu section */

/* START: banner section */
    .banner-sec{
        background-image: url("../img/banner-bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .banner-info{
        background: rgba(255,255,255,0.6);
        padding: 25px;
    }
    .banner-info h2{
        color: #000000;
        text-transform: uppercase;
        font-weight: 600;
    }
    .banner-info h2 span{
        color: #d70300;
    }
.banner-info .h2 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-family: 'Spectral', sans-serif;
    font-size: 2rem;
}
    .banner-info .h2 span{
        color: #d70300;
    }
    .banner-info h3{
        font-family: "Alegreya", sans-serif;
        color: #000000;
    }
    .banner-info h3 span{
        color: #d70300;
        font-weight: 600;
    }
        .banner-info .h3{
        font-family: "Alegreya", sans-serif;
        color: #000000;
        display: block;
    }
    .banner-info .h3 span{
        color: #d70300;
        font-weight: 600;
        display: block;
    }
    
    .quote-col{
        background: rgba(255,255,255,0.6);
        padding: 25px;
    }
    .quote-col h3{
        font-family: "Alegreya", sans-serif;
        color: #000000;
    }
    .quote-col .form-control{
        height: 35px;
        background: rgba(201,198,198,0.7);
        border-radius: 0;
        color: #111;
        border: 1px solid #b7b7b7;
    }
    .quote-col textarea.form-control{
        height: 75px;
    }
    .quote-col .form-control::placeholder{
        color: #111;
        font-family: 'Roboto Slab', sans-serif;
    }
/* END: banner section */

/* START: main services section */
    .main-service-sec{
        padding: 20px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    .main-service-sec .row .col-sm-4:nth-child(2){
        border: 1px solid;
        border-image:
                linear-gradient(
                        to bottom,
                        rgba(0, 0, 0, 0),
                        rgba(215,3,0,1),
                        rgba(0, 0, 0, 0)
                ) 1 1;
    }
    .mService{
        text-align: center;
        display: block;
    }
    .mService h3{
        color: #010104;
        font-weight: 600;
        margin-bottom: 0;
        transition: all 0.5s ease;
    }
    .mService:hover h3{
        color: #d70300;
    }
/* END: main services section */

/* START: why choose us section */
    .why-choose-sec{
    }
    .why{
    }
    .why h5{
        font-weight: 600;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .why h5:after{
        content: '';
        width: 45px;
        border-bottom: 3px solid #d70300;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
/* END: why choose us section */

/* START: Welcome section */
    .welcome-sec{
        position: relative;
    }
    .welcome-sec:before{
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 40%;
        background-image: url("../img/about-us-bg.jpg");
        background-attachment: fixed;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .welcome-col{
        background: rgba(255,255,255,0.5);
        padding: 20px 20px 20px 0;
    }
/* END: Welcome section */


/* START: service section */
    .services-sec{

    }
    .service{
        display: block;
        text-align: center;
        padding: 15px;
    }
    .service h5{
        font-weight: 600;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        color: #000;
        transition: all 0.5s ease;
    }
    .service h5:after{
        content: '';
        width: 45px;
        border-bottom: 3px solid #d70300;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .service p{
        max-height: 75px;
        overflow: hidden;
        margin: 0;
        transition: all 0.5s ease;
    }
    /*.service:hover h5,*/
    .service:hover p{
        color: #d70300;
    }
    .services-sec .row .col-lg-4{
        border-right: 1px solid #b3b0b0;
    }
    .services-sec .row .col-lg-4:nth-child(1),
    .services-sec .row .col-lg-4:nth-child(2),
    .services-sec .row .col-lg-4:nth-child(3){
        border-bottom: 1px solid #b3b0b0;
    }
    .services-sec .row .col-lg-4:nth-child(3),
    .services-sec .row .col-lg-4:nth-child(6){
        border-right: 0;
    }
/* END: service section */


/* START: reviews section */
    .testimonials-sec{
        background-image: url("../img/testimonials-bg.jpg");
    }
    .testimonials{
        background: rgba(255,255,255,0.6);
        padding: 30px;
    }
    .review-box p:before{
        content: '\f10d';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        color: #000;
        margin-right: 5px;
    }
    .review-box p:after{
        content: '\f10e';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        color: #000;
        margin-left: 5px;
    }
    .review-box h5{
        color: #d70300;
        text-transform: uppercase;
    }
    .review-box .stars{
        color: #c7c110;
        margin-bottom: 5px;
    }
    .review-box p{
        margin-bottom: 8px;
    }
    #reviews .owl-item{
        padding: 0 3px;
    }
    #reviews{
        position: relative;
    }
    #reviews .owl-nav{
        color: #d70300;
    }
    #reviews .owl-nav button{
        font-size: 30px;
        line-height: 1px;
        border: 1px solid #fff;
        background: #fff;
        border-radius: 50%;
    }
    #reviews .owl-nav button:focus{
        outline: none;
    }
    .reviews-links h4{
        color: #d70300;
        text-align: center;
        font-weight: 600;
    }
    .review-btn{
        border: 1px solid #b7b7b7;
        display: block;
        padding: 5px;
        height: 100%;
        text-align: center;
    }
    .review-btn img{
        max-width: 100%;
    }
/* END: reviews section */

/* START: Awards & Serving areas Section */
    .awards-serving-sec{
        text-align: center;
    }
    .awards-body h4{
        color: #000;
        font-weight: 600;
    }
    .award-box  {
        height: 110px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(179,176,176,0.3);
        padding: 5px;
    }
    .award-box img{
        width: auto !important;
        height: 100%;
    }
    #awards .owl-item{
        padding: 0 5px;
    }
    .serving-areas h4{
        color: #d70300;
        font-weight: 600;
        position: relative;
    }
    .serving-areas h4:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px solid #9a9898;
        top: 50%;
    }
    .serving-areas h4 span{
        display: inline-block;
        background: #fff;
        padding: 0 5px;
        position: relative;
        z-index: 1;
    }
    .serving-areas h5{
        font-family: "Alegreya", sans-serif;
    }
    .serving-areas .h4{
        color: #d70300;
        font-weight: 600;
        position: relative;
        display: block;
    }
    .serving-areas .h4:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px solid #9a9898;
        top: 50%;
        display: block;
    }
    .serving-areas .h4 span{
        display: inline-block;
        background: #fff;
        padding: 0 5px;
        position: relative;
        z-index: 1;
        display: block;
    }
    .serving-areas .h5{
        font-family: "Alegreya", sans-serif;
        display: block;
    }
/* END: Awards & Serving areas Section */

/* START: footer section */
    footer{

    }
    .top-footer{
        background: #e3e2e2;
        padding: 35px 0;
    }
    .top-footer h5{
        color: #000;
        font-size: 18px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .top-footer h5:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid #d70300;
        width: 45px;
    }
    .top-footer .h5{
        color: #000;
        font-size: 18px;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-family: 'Spectral', sans-serif;
    display: block;
    }
    .top-footer .h5:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid #d70300;
        width: 45px;
    }    
    
    .top-footer p{
        color: #000;
    }
    .top-footer ul li{
        color: #000;
    }
    .top-footer ul li a{
        color: #000;
    }
    .top-footer ul li a:hover{
        color: #d70300;
    }
    .ft-info p{
        margin-bottom: 10px;
        line-height: 18px;
    }
    .ft-info li{
        padding-left: 75px;
        position: relative;
        height: 65px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .ft-info li p{
        margin: 0;
    }
    .ft-info li i{
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #555454;
        position: absolute;
        left: 0;
        top: 0;
    }
    .btm-footer{
        background: #bebdbd;
        padding: 20px;
    }
    .btm-footer p,
    .btm-footer p a{
        color: #000;
    }
    .btm-footer p a:hover{
        color: #d70300;
    }
/* END: footer section */

/* START: page header section */
    .page-header-sec{
        background-image: url("../img/about-us-bg.jpg");
        height: 400px;
        background-attachment: initial;
        text-align: center;
    }
    .page-header-sec:before{
        display: none;
    }
    .page-header{
        background: rgba(255,255,255,0.65);
        padding: 20px 30px;
    }
    .page-header h3{
        color: #d70300;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .page-header h6{
        font-family: "Alegreya", sans-serif;
        color: #010103;
        margin-bottom: 0;
        text-transform: uppercase;
    }
        .page-header .h3{
        color: #d70300;
        margin-bottom: 5px;
        font-weight: 700;
        display:block;
    }
    .page-header .h6{
        font-family: "Alegreya", sans-serif;
        color: #010103;
        margin-bottom: 0;
        text-transform: uppercase;
        display:block;
    }
  .page-header h1 {
    color: #d70300;
    margin-bottom: 5px;
    font-weight: 700;
}  
    .page-title{
        color: #000;
        font-weight: 600;
    }

/* END: page header section */

/* START: about page section */

/* END: about page section */

/* START: services page section */
    .service-info{
        text-align: center;
    }
    .service-info h5{
        margin: 10px 0;
        color: #000;
    }
/* END: services page section */

/* START: gallery page section */
    .gallery-page .galley-img{
        min-height: 100%;
        max-height: 300px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #464647;
    }
/* END: gallery page section */

/* START: reviews page section */
    .reviews-page .review-box{
        background: #e9e6e6;
        padding: 20px;
        height: 100%;
    }
/* END: reviews page section */

/* START: contact Page section */
    .contact-page h3{
        color: #000;
    }
    .contact-page form .form-control{
        border-radius: 0;
    }
    .contact-page form .form-control::placeholder{
        font-family: 'Roboto Slab', sans-serif;
        color: #000;
    }
    .contact-page form .mybtn{
        border-radius: 0;
    }
    .contact-info h6{
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        margin-bottom: 20px;
    }
    .contact-info h6:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 45px;
        border-top: 2px solid #d70300;
    }
    .contact-info h6:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        border-top: 2px solid #d5d5d5;
    }
    .contact-info p{
        color: #303030;
    }
    .contact-info p a{
        color: #303030;
    }
    .contact-info p a:hover{
        color: #d70300;
    }
/* END: contact Page section */

    #toTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        border-color: rgba(255,255,255,0.2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        z-index: 9999;
        text-align: center;
        padding: 0;
    }

/* START: responsive section */

/* END: responsive section */
.page-body-sec {
    text-align:center!important;
}
 