/* Our Services */
.our-products .item{
    padding: 2px;
}
.product-card {
    margin: 10px auto;
    transition: all 0.3s linear;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: #a7a7a7 0 0 2px;
}
.product-card-body {
    padding: 20px;
}
.product-heading {
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    height: 36px;
    line-height: 18px;
    text-transform: uppercase;
    color: #cd2127;
    transition: .3s linear all;
}
.product-para {
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    margin-top: 10px;
    font-weight: 400;
    height: 110px;
    overflow: hidden;
}
.product-readmore {
    width: 100%;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    height: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #111;
}

.gallery .owl-nav button.owl-next,
.gallery .owl-nav button.owl-prev,
.gallery button.owl-dot {
    color: #fff !important;
    margin-left: 10px;
    background-color: black !important;
    border: none;
    /* padding: 10px !important; */
    font-size: 20px !important;
    /* height: 67px; */
    width: 38px !important;
}

.owl-nav{
    text-align: center;
}
.owl-nav button.owl-next, 
.owl-nav button.owl-prev {
    color: #fff !important;
    margin-left: 10px;
    background-color: #b4130b !important;
    border: none !important;
    outline: none;
    /* padding: 10px !important; */
    font-size: 20px !important;
    height: 28px;
    width: 38px !important;
}
/* //Our Services */

a.active{
    border-left: 5px solid #09a223 !important;
}
.banner-btn{
    background-color: #fff !important;
    color: #b3130b !important;
}
.btn.banner-btn i{
    border-right: 1px solid #b3130b !important;
}
.main-heading{
    font-size: 34px !important;
    font-weight: 600;
    margin-bottom: 24px;
}
.fw-bold{
    font-weight: 600;
}
.para{
    font-size: 15px;
    line-height: 22px;
    color: #555555;
    margin-top: 10px;
    font-weight: 400;
    text-align: justify;
}
.history-bg{
    background-image: url(../images/about-us/history-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-bg{
    background-image: url(../images/our-services-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*  */

.services {
    margin: -216px 0px 0px !important;
}


/* Card */
.card{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.industry-heading{
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    color: #cd2127;
    transition: .3s linear all;
    margin-bottom: 2px;
    text-align: center;
}
.card-body{
    padding: 10px;
}
.policy-img{
    width: 42%;
    margin: auto;
}
.shadow{
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.fixed-header .main-banner, 
.fixed-header .cd-hero{
    margin-top: 0px !important;
}

.fixed-header .subpage-header {
    margin-top: 110px;
    background-image: url(../images/banner-all.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-title h2{
    color: #fff;
}

.fixed-header.smallHeader.active #header{
    top: -32px !important;
}
#header .main-nav li.dropdown ul.dropdown-menu li a{
    padding: 0px 22px !important;
    font-size: 14px !important;
    line-height: 48px !important;
}
.site-title h2:after{
    top: 1px !important; 
}
.breadcrumbs {
    margin-top: 8px !important;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.bg-black{
    background-color: #000 !important;
}
.footer-section{
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer-heading{
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.footer-underline {
    bottom: -10px;
    margin-bottom: 10px;
    width: 60px;
    height: 4px;
    background: #ec1a22;
}
.footer-link {
    margin-bottom: 4px;
}
.footer-link a{
    /* color: #333 !important; */
    text-transform: capitalize;
    padding-bottom: 04px;
    font-size: 15px;
    font-weight: 100 !important;
    display: inline-block;
}
.footer-link a i{
    margin-right: 8px;
}
.footer-address{
    padding: 18px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}
#footer .footer-bottom{
    padding: 12px 0;
    background: #262626;
    color: #fff;
}
.text-white{
    color: #fff !important;
}
.testimonials-author img{
    width: 60px;
}
.footer-logo{
    width: 100px;
}



.itempic{
    border: 3px solid #ff0000;
    width: 152px;
    padding: 6px;
    border-radius: 100%;
    margin: 0 auto 15px auto;
}

.head_size{
    font-weight: 800;
    text-align: center;
    color: #404040;

}
.discription{
    color: gray;
    text-align: center;
}

.card{
    background-color: white;
    position: relative;
top: 0;
transition: top ease 0.5s;

}

ul:hover .card {
background-color: #ff0000;
color: #fff;
top: -10px;
}

ul:hover .discription {
background-color: #ff0000;
color: #fff;
}

ul:hover .head_size {
background-color: #ff0000;
color: #fff;
}

ul:hover .itempic {
border: 3px solid white;
}
.card-team-img{
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media only screen and (max-width: 650px) {
    .m-hide {
        display: none;
    }
    #header .main-nav li a {
        line-height: 18px !important;
        font-size: 15px;
    }
    .fixed-header .subpage-header {
        margin-top: 0px;
    }
}

