
.sec-header h2{
    color: #2d2d2d;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 700;*/
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
}
.sec-header h2 span{
    color: #c22722;
}
.sec-header h2:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 120px;
    height: 1px;
    background: #000;
}
.sec-header.text-center h2:before{
    margin: auto;
}
.mybtn{
    background: #c22722;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.5s ease;
    font-size: 14px;
}
.mybtn:hover{
    color: #fff;
    background: #242424;
}
.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{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.parallax:before{
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(0,0,0,0.75);
}
.parallax .sec-header h2{
    color: #fff;
}
.parallax .sec-header h2:before{
    background: #fff;
}
.parallax > div{
    position: relative;
    z-index: 1;
}
p{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #474747;
    font-size: 14px;
}
section{
    padding: 65px 0;
}
.tooltip-inner{
    background: #f04f33;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before{
    border-top-color: #f04f33;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-bottom-color: #f04f33;
}
.tooltip.bs-tooltip-bottom .arrow:before{
    border-bottom-color: #f04f33;
}
.animate {
    /*visibility:hidden;*/
}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@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%);
    }
}

/* start topbar section */
.topbar-sec{
    border-bottom: 1px solid #7f7f7f;
    padding: 8px 0;
}
.topbar-sec h6{
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 3px 0;
}
/* end topbar section */

/* start logo section */
.logo-sec {
    padding: 15px 0;
}
.logo-body .navbar-brand{
    display: block;
    padding: 0;
    margin-right: 0;
}
.top-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-info ul li {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 35px;
    margin-right: 20px; }
.top-info ul li:last-child{
    margin-right: 0;
}
.top-info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #a7a7a7;
}
.top-info h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 16px;
    color: #cf403c; }
.top-info h6 a{
    color: #cf403c;
    transition: all 0.5s ease;
}
.top-info p {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    color: #5e5e5e; }
.top-info a:hover {
    color: #c22722;
    text-decoration: none; }
.logo-sec .navbar-toggler{
    background: #c22722;
    border: 0;
    border-radius: 0;
}
.logo-sec .navbar-toggler:focus{
    outline: none;
}
/* end logo section */

/* start menu section */
.menu-sec{
    background: #d2d3d3;
}
.menu-sec .navbar{
    padding: 0;
    position: relative;
}
.menu-sec .navbar .navbar-nav .nav-link{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.menu-sec .navbar .navbar-nav .active .nav-link,
.menu-sec .navbar .navbar-nav .nav-link:hover{
    background: #c22722;
    color: #fff;
}
.menu-sec .navbar .navbar-nav .nav-item{
    margin-bottom: 1px;
}
.menu-sec .navbar .navbar-nav .nav-item:last-child{
    margin-bottom: 0;
}
.menu-sec .navbar .quote-btn .nav-item{
    margin-top: 2px;
}
.menu-sec .navbar .quote-btn .nav-item .nav-link{
    /*background: #232323;*/
    text-align: center;
}
/* end menu section */

/* start carousel section */
.carousel-inner .carousel-item {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.carousel-sec .carousel-item{
    height: 450px;
}
.carousel-sec .carousel-inner .carousel-caption{
    top: 0;
    bottom: 0;
    padding: 0;
}
.carousel-sec .caption-text{
    background: rgba(0,0,0,0.75);
    padding: 25px;
}
.carousel-sec .caption-text h3{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 25px;
}
.carousel-sec .caption-text h1{
    color: #c22722;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 8px 0;
}
.carousel-sec .caption-text h5{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
/* end carousel section */

/* start welcome section */
.welcome-sec h6{
    font-family: 'Open Sans', sans-serif;
    color: #474747;
    font-size: 18px;
}
/* end welcome section */

/* start service section */
.service-sec{
    background-image: url("../img/services-sec-bg.jpg");
}
.service-box{
    display: block;
    border-bottom: 2px solid #fff;
    text-decoration: none !important;
    margin: 15px 0;
}
.service-thumb{
    border: 2px solid #fff;
    border-radius: 5px;
}
.service-box h4{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
}
/* end service section */

/* start why choose section */
.why-choose-sec{
}
.why-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-col ul li{
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.why-col ul li:before{
    color: #c22722;
    content: '\f14a';
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}
.quote-col{
    background: #a7a7a7;
    padding: 25px 30px;
}
.quote-col h4{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.quote-col textarea.form-control{
    height: 65px;
}
/* end why choose section */

/* start gallery section */
.gallery-sec{
    background-image: url("../img/gallery-sec-bg.jpg");
}
.gallery-thumb{
    margin: 0 2px;
    height: 245px;
    display: flex;
    align-items: center;
    justify-items: center;
    background: #bbb;
}
#gallerySlider .owl-item{
    padding: 0 5px;
}
#gallerySlider{
    position: relative;
}
#gallerySlider button{
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #c22722;
    outline: 0 !important;
    color: #fff;
}
#gallerySlider button.owl-next{
    right: 0;
}
/* end gallery section */

/* start testimonials section */
.testimonials-sec{
}
#testimonials.carousel{
    padding: 0 25px;
    position: relative;
    margin-bottom: 25px;
}
#testimonials .carousel-caption{
    position: static;
}
#testimonials .carousel-caption p{
}
#testimonials .carousel-caption p:before{
    content: '\f10d';
    font-family: "Font Awesome 5 Free Solid";
    font-size: 18px;
    margin-right: 5px;
    color: #c22722;
}
#testimonials .carousel-caption p:after{
    content: '\f10e';
    font-family: "Font Awesome 5 Free Solid";
    font-size: 18px;
    margin-left: 5px;
    color: #c22722;
}
#testimonials h5{
    text-transform: uppercase;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
#testimonials h6{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
#testimonials .ctrl-btns{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    width: 75px;

    margin: auto;
}
#testimonials .ctrl-btns a{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    background-color: #c22722;
    color: #fff;
    font-size: 25px;
    text-align: center;
    opacity: 1;
}
/* end testimonials section */

/* start footer section */
.top-footer{
    padding: 40px 0;
    background: #bbbaba;
}
.top-footer h5{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.top-footer p{
    color: #000;
}
.top-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-footer ul li{
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.top-footer ul li a{
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease;
}
.top-footer ul li a:hover{
    color: #c22722;
}
.ft-nav{
    position: relative;
    padding-left: 25px;
}
.ft-nav i{
    position: absolute;
    left: 0;
    top: 0;
    color: #c22722;
    font-size: 20px;
}
.ft-info li{
    position: relative;
    padding-left: 25px;
}
.ft-info li i{
    position: absolute;
    left: 0;
    top: 0;
    color: #c22722;
    font-size: 20px;
}
.ft-info li h5{
    margin-bottom: 0;
}
.ft-hours span{
    display: inline-block;
    width: 60px;
}
.ft-info h6{
    text-transform: uppercase;
    margin-bottom: 0;
}

.btm-footer{
    background: #1b1b1b;
    padding: 20px 0;
}
.btm-footer p{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.btm-footer p a{
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}
.btm-footer p a:hover{
    color: #c22722;
}
.btm-footer p i{
    font-size: 30px;
}
/* end footer section */

/* start page header section */
.page-header-sec{
    background-image: url("../img/page-header-bg.jpg");
    height: 350px;
    text-align: center;
    background-attachment: initial;
}
.page-header-sec:before{
    background: rgba(194,39,34,0.60);
}
.page-header {
    background: #fff;
    padding: 15px 25px;
}
.page-header h2{
    color: #c22722;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
/* end page header section */

/* start about page section */
.about-col{
    background: #dad7d7;
    padding: 25px;
    height: 100%;
}
.about-col h5{
    color: #c22722;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.about-col p{
    margin-bottom: 0;
}

/* end about page section */

/* start service page section */
.service-row{
    margin-bottom: 30px;
    background: #d2d3d3;
}
.service-row .service-content{
    padding: 30px 0 30px 30px;
}
.service-row h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #c22722;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.service-row h6{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin-bottom: 0;
}
/* end service page section */

/* start gallery page section */
.gallery-page .gallery-thumb{
    margin: 0 2px;
    height: 180px;
}
/* end gallery page section */

/* start testimonials page section */
.testimonial{
    background: #d2d6d4;
    padding: 30px;
    margin: 15px 0;
    text-align: center;
}
.testimonial p{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.testimonial p:before{
    content: '\f10d';
    font-family: "Font Awesome 5 Free",  sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin-right: 5px;
    color: #c22722;
}
.testimonial p:after{
    content: '\f10e';
    font-family: "Font Awesome 5 Free",  sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin-left: 5px;
    color: #c22722;
}
.testimonial h5{
    color: #c22722;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
.testimonial h6{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
/* end testimonials page section */



/* start contact page section */
.contact-page h5{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #222222;
    text-align: center;
    margin-bottom: 20px;
}
.contact-page .form-control{
    border-radius: 0;
    min-height: 40px;
}
.contact-page textarea.form-control{
    min-height: 90px;
}
/* end contact page section */

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #c22722;
    border-color: rgba(255,255,255,0.2);
    width: 40px;
    cursor: pointer;
    z-index: 9999;
}
/* start responsive section */
@media screen and (min-width: 1200px){

}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1200px) and (min-width: 992px){


}
@media screen and (min-width: 992px){

    .menu-sec .navbar {
        padding: 8px 0;
    }
    .menu-sec .navbar .navbar-nav .nav-item{
        margin-right: 1px;
        margin-bottom: 0;
    }
    .carousel-sec .caption-text{
        /*width: 80%;*/
    }
    .carousel-sec .caption-text h1{
        font-size: 55px;
    }


}
@media screen and (max-width: 992px){

    .logo-body .navbar-brand {
        margin-bottom: 0;
    }
    .top-info ul li i {
        font-size: 25px;
    }
    .top-info ul li {
        padding-left: 30px;
    }
    .top-info ul li h6 {
        font-size: 15px;
    }
    .menu-sec{
        padding: 2px 0;
    }
    .menu-sec .quote-social a {
        box-shadow: 0 0 3px rgba(255,255,255,0.5);
        margin: 2px 0;
    }

    .carousel-sec .carousel-item{
        height: 350px;
    }
    .carousel-sec .caption-text h3{
        font-size: 18px;
    }
    .carousel-sec .caption-text h1{
        font-size: 28px;
        margin: 0;
    }
    .carousel-sec .caption-text h5{
        font-size: 15px;
    }

    .gallery-sec .imghover {
        height: 180px;
    }
    .service-row .service-content{
        padding: 30px;
    }
    .gallery-page .gallery-thumb{
        height: 140px;
    }
}
@media screen and (max-width: 768px){
    .top-info{
        margin-top: 15px;
    }
    .carousel-sec .carousel-item{
        height: 300px;
    }
}
@media screen and (min-width: 576px){
    .testimonial .row{
        height: 100%;
    }
    .testimonial .row .col-sm-4{
        height: 100%;
    }
}
@media screen and (max-width: 576px){
    .carousel-sec .carousel-caption {
        bottom: 10px;
        padding-bottom: 0;
        left: 10%;
        right: 10%;
    }
    .carousel-sec .caption-text h1 {
        font-size: 24px;
    }
    .carousel-sec .caption-text{
        padding: 10px;
    }
    .carousel-sec .carousel-item {
        height: 250px;
    }
    .page-header h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 500px){
    .gallery-sec .imghover {
        height: 135px;
    }
}
@media screen and (max-width: 480px){
    .top-footer .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ft-info{
        margin-top: 16px;
    }
    .gallery-page .gallery-thumb{
        height: 120px;
    }
}
@media screen and (max-width: 400px){

    .ctrl-btns {
        position: absolute;
        right: 2px;
        bottom: 0;
    }
    .gallery-page .gallery-thumb{
        height: 90px;
    }
}
/* end responsive section */

