p {
    font-size: 20px !important;
    /*line-height: 28px;*/
    /*color: #000;*/
    padding: 10px 0px !important;
    /*font-weight: 400;*/
}

/*removing the texture background */
.header-top {
    background: none !important;
}

.padding_dd {
    padding: 0;
}

ul, li, ol {
    margin: 0px;
    padding: 10px 0;
    list-style: none;
    font-size: 20px;
    line-height: 27px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.slider_section {
    padding-top: 100px;
}

.myfloat {
    position: absolute;
    top: 0px;
    z-index: 999;
    background: #00000077;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color:white;
}

.myfloat h1{
    padding:1em;
    font-weight:600;
    color: white;
    text-transform: uppercase;
}

.myfloat h1 span{
    font-size: 2em;
    color: #ffd800;
}

.titlepage span {
    padding-top: 30px;
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 27px;
}

@media only screen and (max-width: 600px) {
  .fimg{
      width:200px;
  }
  
  .myfloat h1{
    padding:1em;
    font-weight:600;
    color: white;
    text-transform: uppercase;
    font-size:15px;
}

.myfloat h1 span{
    font-size: 2em;
    color: #ffd800;
    font-size:20px;
}

.slider_section {
    padding-top: 40px;
}

.header-top {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
  
  
  
  
}
