
html,
body {
    height: 100%;
}

body {

}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.slide {
    background-image:url('../img/banner-l.png');
}
.term-cond {
    color: #2b4a78;
    font-weight: bold;
    font-size: 20px;
}
.step {
    float: right;
    width: 203px;
    margin-top: 25%;
    font-weight: bold;
    font-size: 17px;

}
.btn-transp {
    background-color: transparent !important;
    border: 0px solid transparent !important;
    outline: none !important;
}
.btn-standard {
    width: 170px; margin-left: auto; margin-right: auto;
}
.slide {
    background-image: url('../img/banner-l.png');
}
.btn-standard-1 {
    width: 336px;
    height: 67px;
    margin-left: auto;
    margin-right: auto;
    font-size: 166%;
    margin-bottom: -31px;
}
.img-portfolio {
    float: left;
}
.hide-bottom {
    height: 95px;
    overflow: hidden;
    background-image: url("../img/imgpsh_fullsize.png");
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}
@media(max-width:767px) and (orientation : landscape){
    .slide {
        background-image:url('../img/banner-m.png') !important;

        background-size: 100% 100% !important;
    }
    header.carousel {
        height: 89%;
    }
}


@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .hide-bottom {
        height: 100px;
        background-image:url("../img/imgpsh_mob.png");
    }
    .btn-standard-1{
        width: 257px;
    }
    .slide {
        background-image:url('../img/banner-s.png');
        background-size: 100% 100% !important;
    }
    .bottom-img {
        content:url("../img/imgpsh_mob.png");
        width: 100%;
    }
    header.carousel .carousel {
        height: 70%;
    }
    .step {
        /* float: right; */
        width: 100%;
        text-align: center;
         margin-top: 1%;
        font-weight: bold;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }
}