html, body { 
  background: url('../../img/mindbg.jpg') no-repeat center center   ; 
background-size:cover;
width:100%;
}

.carousel-control.left{
	    background-image: none !important;
   
}  
.carousel-control.right{
	    right: 0;
    left: auto;
    background-image:none !important;
}
.header-text{
	color:#fff;
}
..header-text h1{
	font-w
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    /* margin-bottom: 0; */
    /* font-size: 14px; */
    /* font-weight: 400; */
    /* line-height: 1.42857143; */
    /* text-align: center; */
    /* white-space: nowrap; */
    /* vertical-align: middle; */
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    /* cursor: pointer; */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* background-image: none; */
    /* border: 0px solid transparent; */
    border-radius: 0px;
}
.btn-lg {
       padding: 15px 22px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    background: #131312;
    border: 1px solid #fff;
    font-family: calibri;
        margin-top: 20px;
}
 a {
	color:#fff !important;
}
p {
	font-size:20px;
	font-family: calibri;
	text-align:center;
	    padding-top: 14px;
}


.are{font-size: 45px;
    text-align: center;
    font-family: calibri;
    font-weight: 600;
    padding-top: 30px;}


