﻿.serviceBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    box-shadow: 0 0 1px #797979;
    text-align: center;
    transition: all .3s ease 0;
    min-height: 315px;
    margin-bottom: 20px;
    background: #224392;
    border-radius: 10px;
}
.serviceBox .btn {
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.serviceBox .service-content p {
    font-size: 14px;
    color: #fff;
}
.serviceBox .service-content p.product {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px;
}
.videoFrame3 {
    min-height: 315px;
    border-radius: 10px;
}
.img_fitr 
{
    filter: brightness(0) invert(1);
}
.service-icon {
    margin-top: 15px;
}


/*
.parallax.parallax-new {
    background: #102866;
}

.heading .main-heading-container h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
    color: #fff !important;
}
.heading .main-heading-container h6 span {
    border-bottom: 1px solid #ffffff;
    border-width: 3px;
    width: 5%;
    margin: 5px auto;
    display: block;
}
.main-heading-container p a {
    color: #fff;
}
section.cat-tab-2 {
    background: #102866;
}
.whttext {color:#fff;}
*/