

/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    overflow-x: hidden;
}

.img-portfolio {
    margin-bottom: 30px;
}

.fttr-color {
    background: #830000;
    color: #fff;
}

.clr {
    color: #830000 !important;
}

.h1color {
    color: #830000;
    font-family: Calibri;
}

.img-hover:hover {
    background-color: #337AB7 !important;
    cursor: pointer;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

/* Home Page Carousel */


header.carousel {
    height: 70%;
}

    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;
    }

.top-border {
    /*border-top :2px solid #830000;*/
    border-bottom: 2px solid #830000;
}

.trp {
    margin-top: 20px;
    margin-right: 0px;
}

.left {
}

.footer-font {
    font-size: 10px;
    padding-left: 0px;
    border-right: 1px solid #ccc;
}

.footer-font1 {
    font-size: 10px;
}

.footer-p {
    padding: 22px;
}

.bottom-border {
    border-bottom: 2px solid #919191;
}

.border {
    border: 1px solid #E0E0E0;
}

.border-brown {
    border: 1px solid #cecece;
}

.panel-bg {
    background-color: #eaeaea !important;
    color: #333333 !important;
}

.padding {
    padding-left: 0px;
    padding-right: 10px;
}

.padding-left {
    padding-left: 0px;
}

.timing {
    background: #535fb3;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.p-bottom {
    margin-bottom: 15px;
}

.ptop {
    margin-top: 18px;
}

.mtop {
    margin-top: 13px;
}
/* 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 {
    background: #CCCCCC;
    font-size: 13px;
    padding: 20px 0;
}


.section {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

.LightBlue {
    background-color: #3399ff;
    width: 50px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.red {
    background-color: #ff3300;
    width: 50px;
    height: 20px;
    float: left;
    margin-right: 10px;
}


/* Responsive Styles */

@media (max-width:992px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .logo-r {
        width: 200px;
        height: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .logo-r {
        width: 180px;
        height: 76px;
        margin-top: -19%;
    }
}
@media only screen and (min-width: 600px) {  
      .logo-r {
        width: 180px;
        height: 76px;
        margin-top: 0%;
    }

} 


@media (min-width:360px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }
}

@media (max-width:320px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }
}

@media (min-width:1280px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 40%;
    }
}

@media (min-width:1366px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .logo-r {
        width: 260px;
        height: 75px;
        margin-top: 0px;
        padding-left: 0px;
    }

    header.carousel {
        height: 70%;
    }
}

@media (max-device-width:480px) and (orientation:landscape) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 70%;
    }
}
