﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.carousel-item{
    position:relative!important;
}
/*.carousel-caption{
    position:absolute!important;
    top:200px!important;
    left:100px!important;
    border:5px solid red!important;
}*/
.carousel-caption {
    position: absolute;
    right:unset!important;
    bottom: 10.25rem!important;
    left: 10%!important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width:50%!important;
}
.carousel-caption h1{
    font-size:50px!important;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-shadow:2px 2px 2px #333;
   
}

/*.banner-inner{
    width:100%;
    max-width:100%;
}
.banner-inner img{
    width:100%;
    max-width:100%;
    height:300px;
    max-height:300px;
}*/
.content-inner{
   /* margin-top:25px;*/
    margin-bottom:50px;
    min-height:500px!important;
}
.inner-title {
    margin-bottom: 20px;
    /*background: #89e5b6!important;*/
    background: #d4ffea!important;
}
.product-items .item-img {
    width: 100%;
    max-width: 100%;/*
    height: 300px !important;*/
}
.product-items .item {
    border: 1px solid #dbe4f4;
    background: #f1f6fe;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.item-img {
    height: 182px; /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
img.item-img {
    transition: transform .9s ease;
}
.item:hover img.item-img {
    transform: scale(1.1);
}
.product-items .item h6.item-title{
    text-align:center;/*
    color:#db0303;*/
    margin-top:10px;
    margin-bottom:0px;
    font-size:25px;
}
.box-img {
    border: 1px solid #dbe4f4;
    background: #f1f6fe;
    padding: 15px;
    border-radius: 5px;
}
.inner-heading {
    font-weight: bold !important;
}
.img-responsive{
    max-width:100%!important;
}
.portfolio-info li strong {
    padding-right: 10px;
    color: #006911;
}
.inner-title strong {
    color: #ee1d25;
}

.banner-inner {
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    /* justify-content: space-between;*/
    justify-content: center;
}

    .banner-inner h1 {
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 2px black;
        font-size: 60px;
    }

    .banner-inner img {
        width: 100%;
        max-width: 100%;
        height: 500px;
        max-height: 500px;
    }
h3.subhead {
    font-size: 18px!important;
    color: #106eea!important;
}
