/* Home Page Big Image */
.hero {
    display: table;
    min-height: 300px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    text-align: left;
}
.content-title{
	color:#fff;
}
.hero,
.hero-container {
    width: 100%;
    height: auto;
    padding: 0
}

.hero-container {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle
}
.hero-container .content-title {
    margin-bottom: 20px;
    font-size: 2.875rem!important;
    line-height: 64.4px!important;
    line-height: 4.025rem!important;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal
}

.hero-container .content-description {
    margin-bottom: 50px;
    font-size: 1rem!important;
    line-height: 22.4px!important;
    line-height: 1.4rem!important;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal
}
.hero-content {
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .hero-content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    .hero-content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .hero-content {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:321px) and (max-width:480px) {
    .hero-content {
        padding-top: 100px;
        padding-bottom: 50px
    }
}
@media only screen and (max-width:320px) {
    .hero-content {
        padding-top: 100px;
        padding-bottom: 50px
    }
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}
.carousel-indicators .active {
    background-color: #fff
}
.hero-container .content-description {
    margin-bottom: 50px;
    font-size: 16px!important;
    line-height: 22.4px!important;
    line-height: 1.4rem!important;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 120px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
@media only screen and (min-width:744px) and (max-width:844px) {
    .hero-content .content-title {
        font-size: 24px!important;
        line-height: 2.025rem!important;
        margin-bottom: 0px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 0px;
        left: 15%;
        z-index: 10;
        padding-top: 32px;
        padding-bottom:0px;
        color: #fff;
        text-align: center;
    }
    .hero-content .content-description {
        font-size: 20px!important;
        line-height: 2.4rem!important;
        margin-bottom: 0px;
    }
    .hero-content {
        padding-left:1px!important;
        padding-right: 1px!important;
    }
    .hero-button{
        padding: 9px 27px;
    }
}

@media only screen and (min-width:844px) and (max-width:955px) {
    .hero-content .content-title {
        font-size: 42px!important;
    }
    .hero-content .content-description {
        font-size: 24px!important;
        line-height: 2.4rem!important;
    }
    .hero-content {
        padding-left:1px!important;
        padding-right: 1px!important;
    }
}
.carousel-item {
    height: 80vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
}
@media only screen and (max-width: 890px) and (min-width: 320px) {
	.carousel-inner .carousel-item {
		height: auto!important;
	}
}
/* home Page button get start end */


