.hero-image0 {
    /*background-image: url("../images/index/2.png"); 

    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    padding: 36px;*/
  }
  .hero-image {
    /*background-image: url("../images/index/3.png"); 
    background-position: center; 
    background-repeat: no-repeat; /
    background-size: cover; 
    padding: 36px;*/
  }
  
  .hero-image2 {
    /*background-image: url("../images/index/4.png"); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    padding: 36px;*/
  }

  .bgline{
    border: 5px solid #40c0c4!important;
    padding: 0.4em 16px;
    border-radius: 16px;
    font-size: 18px;
    /*line-height: 1.5;*/
    margin-bottom: 1em;
  }
  .bgline1{
    border: 5px solid #ee3460!important;
    padding: 0.4em 16px;
    border-radius: 16px;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .bgline2{
    border: 5px solid #96ca56!important;
    padding: 0.4em 16px;
    border-radius: 16px;
    font-size: 18px;
  }

  .title1 {
    /*background-color: #f325ab;
    opacity: 0.6;*/
   text-align: left;
   font-size: 2em;
   color: #96ca56;
   font-weight: bold;
   /*margin-left: -44px;
   margin-top: 23px;*/
  }

  .text1 {

    /*text-align: left;
    font-size: 1em;
    /*color: #FFF;*/
    color: #96ca56;
    font-weight: bold;
    /*margin-left: -21px;
    width: 284px;
    margin-top: 3px;*/
  }

  .title2 {
    /*background-color: #cccccc;*/
    text-align: left;
    font-size: 2em;
    color: #40c0c4;
    font-weight: bold;
    /*margin-left: -30px;
    margin-top: 25px;*/
   }
 
   .text2 {
    /*background-color: #f325ab;*/
     text-align: left;
     font-size: 1em;
     /*color: #FFF;*/
     color: #40c0c4;
     font-weight: bold;
     /*margin-left: -36px;;
     width: 284px;
     margin-top: 3px;*/
   }


   .title3 {
    /*background-color: #cccccc;*/
    text-align: left;
    font-size: 2em;
    color: #ee3460;
    font-weight: bold;

    /*margin-left: -44px;
    margin-top: 27px;*/
 
   }
 
   .text3 {
    /*background-color: #f325ab;*/
     text-align: left;
     font-size: 1em;
     /*color: #FFF;*/
     color: #ee3460;
     font-weight: bold;
   
     /*margin-left: -16px;
     margin-top: 0;
     padding-top: 3px;
     width: 284px;*/
   }

   .img-h {
    /*background-image: url("../images/index/1.png");  *//* The image used */
    /*background-color: #cccccc;*/ /* Used if the image is unavailable */
    /*height: 500px;*/ /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    padding: 36px;
    /*background-color: #fb23a4;*/
  }

  .footer-wrapper {
    /*background: #ee3460;*/
     background: #f2f2f2; 
}

.footer-wrapper, .footer-wrapper a, .footer-wrapper h1, .footer-wrapper h2, .footer-wrapper h3, .footer-wrapper h4, .footer-wrapper h5, .footer-wrapper h6 {
  color: #000;
}

.footer{
  color:#24baf4;
}

.footer-wrapper a{
  color:#24baf4;
}

.footer-wrapper a:hover{
  color:#96ca56;
  text-decoration: underline;
}

p{
  text-align: justify;
}

a, a:link, a:visited {
  color: #24baf4;
  text-decoration: none;
}

a:hover {
  color: #337ab7;
  text-decoration: underline;
}

/*=======style only for mobile below=========*/

@media screen and (max-width: 600px) {
  #hide_bar_mob{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .h_m{
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

/* show it on devices with max of 767 px and lower*/
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }

  .show-mobile {
    display: grid;
  }
}