/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

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

/* Home Page Carousel */

header.carousel {
    height: 80%;
}

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

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

/* 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;*/
   background: #fc0000;
   padding:10px 0px 0px 0px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}




#slideImg {
  /*margin: 100px auto;
  background-color: #0F8A5F;
  padding: 10px 20px; */
  position: relative;
}

#slideImg ul { list-style: none; }

#slideImg li {
  float: left;
  margin: 0 12px -10px;
}

/*img { vertical-align: bottom; border:5px solid #fff; } */

.rotate-prev { position: absolute; }


.banner { width:100%; margin-top:41px;}
.banner img { width:100%;}





.img-responsive { margin:0 auto;}

.home_sec_1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3em;
    padding-top: 2em;
	height:100%;
	text-align:center;
}

.home_sec_1 h1 { color:#fff;}

.content_sec { margin-top:20%;}


.click_here { padding:10px 20px 10px 20px; margin-top:20px; width:100%; background-color:#fff; color:#000; font-weight:bold; border:none; border-radius:50px;}
.click_here:hover { background-color:#002194; color:#fff; -webkit-transition:0.8s;}





/* ==================Product================== */

.product_mt_3 .mt-3{
    margin-top: 40px;
}

.footer_copy_rights p{
    color: #fff;
}
.footer_copy_rights a{
    text-decoration: none;
}
/* ==================Product================== */



