/*Start of announcement */
.announcement{
    background-color: #D85F1D;
    
}

.annlink{
    color: white;
    text-decoration: underline #F9A31A;
    font-size: 15px;
    
}

.anntext{
     font-size: 15px;
     font-weight: bold;
}
/*end of announcement */

/* Start of hero section */
.hero{
    background-color: #1AB3E5;
    height: 900px;
    width: 100%;
}
.app{
    //height: 500px;
    border-radius: 10px 10px;
    padding: 10px 5px;
    margin:0 auto;
}
/*End of hero section */
/* Start of what */
.what{
    //margin-top: 10px;
    background-color: #F8F8F8;
   // background : url('images/angle_pattern_yellow.png ')repeat no-repeat;
    height:700PX;
    width:100%;
}
.what_title{
    color:#0E0D5D ;
    font-weight: bold;
}

.cardtitle1{
     color:#0E0D5D ;
}
.one{
    background-color: white;
    width:370px;
    height:128px;
    padding:10px;
    margin: 20px auto;
    border-radius:3px;
}

.two{
     background-color: white;
    width:370px;
    height:128px;
    padding:10px;
    margin:20px auto;
     border-radius:3px;
}

/* End of what */
/* start of testimonial section */
.testimonial{
    background-color:#882A1A ;
   
}
.carousel-item{
    height: 430px;
    width:80%;
    background-color: #FBDE87;
}
.caption_text{
    color: #882A1A; 
}
.imgtest{
    width:50%;
    margin: 20px auto;
    margin-top:60px;
}
.imgtest1{
    width:50%;
    margin: 20px auto;
    margin-top:40px;
}
.indibtn{
    background-color: #FBDE87;
}
/*end of testimonial section */

/* Start footer */
.ftext{
    color: #0E0D5D;
}
.flink{
    text-decoration:none;
     color: #0E0D5D;
}

/* End of footer  */