﻿/*Section 1*/
.separator-type, .title-type, .intro-type, .content-type .intro-type p {
    position: relative;
}

    .intro-type .container {
        padding: 107px 15px 102px 15px !important;
        height: 400px;
    }

.company-heading h1 {
    margin-bottom: 60px;
    padding-bottom: 50px;
    line-height: 80px;
    color: #fff;
    font-weight: 700 !important;
    text-align: center;
}

.jumbo {
    margin-top: 20px;
}

.display-4 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.5;
}

.seo-header, .product-header, .intro-type .container h1.white, .company-heading

.parallax {
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -10;
    bb;
}

.ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 50px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
/*Section 2*/
.gallery-block {
    padding-bottom: 60px;
    padding-top: 60px;
}

    .gallery-block .heading {
        margin-bottom: 50px;
        text-align: center;
    }

        .gallery-block .heading h2 {
            font-weight: bold;
            font-size: 1.4rem;
            text-transform: uppercase;
        }

    .gallery-block.cards-gallery h6 {
        font-size: 17px;
        font-weight: bold;
    }

    .gallery-block.cards-gallery .card {
        transition: 0.4s easy;
    }

        .gallery-block.cards-gallery .card img {
            box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
        }

    .gallery-block.cards-gallery .card-body {
        text-align: center;
    }

        .gallery-block.cards-gallery .card-body p {
            font-size: 15px;
        }

    .gallery-block.cards-gallery a {
        color: #212529;
    }

        .gallery-block.cards-gallery a:hover {
            text-decoration: none;
            
            
        }
            .gallery-block.cards-gallery a:hover h6{
                color:aqua;
            }

            .gallery-block.cards-gallery .card {
                width:auto;
                margin-bottom: 30px;
                box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
            }
    /*.card{
        width:auto;
    }*/
    

@media (min-width: 576px) {

    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }

}
