
    .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 180px;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .common-image .common-image-up
  {
    position: absolute;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px 0px;
  }
  .common-image .common-image-up h2
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    /*text-shadow: 2px 2px black;*/
    font-size: 35pt;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  }
  .common-image .common-image-up .rec-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    color: white;
  /*background: linear-gradient(27deg, rgba(0,0,0,0) 9%, rgba(0,0,0,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 91%, rgba(0,0,0,0) 91%);*/
    text-align: left;
    /*text-shadow: 1px 1px black;*/
  }
  .common-image .common-image-up .rec-link a
  {
    position: relative;
    float: none;
    width: auto;
    padding: 10px;
    color: white;
    font-size: 16pt;
    letter-spacing: 0.5px;
/*    text-shadow: 1px 1px black;*/
    font-family: 'Poppins', sans-serif;
    font-style: italic;
  }

       .breadcrumb
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #e5e5e5;
  }
       .breadcrumb.back-img-1
       {
          background: url('../storage/web_img/back/breadcrumb_header.jpg');   
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-img-1 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-1
       {
          background: #5d5d5d;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-1 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-2
       {
          background: #50b3b4;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-2 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-3
       {
          background: #b1c847;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-3 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-4
       {
          background: #f3bb45;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-4 .breadcrumb-con a
       {
          color: white;
       }
       .breadcrumb.back-color-5
       {
          background: #00bcd4;
          padding: 15px 0px;  
          border-bottom: 0px solid #444;
       }
       .breadcrumb.back-color-5 .breadcrumb-con a
       {
          color: white;
       }

  .breadcrumb .breadcrumb-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .breadcrumb .breadcrumb-con a
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    font-family: inherit;
    padding: 10px 6px;
    font-size: 12pt;
    color: black;
    font-family: "Poppins", sans-serif;
  }
  
.heading
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.heading h1
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  font-family:'Poppins', sans-serif;
  font-size: 22pt;
  font-weight: 800;
  color: #24578e;
}
.heading line
{
    width: 100px;
    float: none;
    display: inline-block;
    font-family: inherit;
    box-sizing: border-box;
    border-bottom: 1px solid green;
    border-width: 6px;
    padding: 2px;
    border-radius: 50px;
}

.heading h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  font-family:'Poppins', sans-serif;
  font-size: 18pt;
  font-weight: 600;
  color: black;
  text-align: center;
  margin: 0px;
}
.heading h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.heading h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #032e5a;
    bottom: 0;
    left: calc(50% - 20px);
}

.heading h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family:'Poppins', sans-serif;
  font-size: 14pt;
  font-weight: 400;
  color: #24578e;
}
.heading h4
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family:'Poppins', sans-serif;
  font-size: 12pt;
  color: #24578e;
}
.text-white
{
  color: white!important;
}
.text-center
{
  text-align: center;
}
.font-raleway
{
  font-family: 'Raleway'!important;
}
.heading h1.center
{
  text-align: center;
}
.heading h1.right
{
  text-align: right;
}
.align-center
{
  text-align: center;
}
.align-left
{
  text-align: left;
}
.align-left
{
  text-align: right;
}
.heading h1 img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 500px;
}
.hed-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.hed-img.md
{
  width: 50%;
}
.hed-img.sm
{
  width: 25%;
}
.hed-img img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.head-back-1
{
  background: linear-gradient(150deg, #CF0000, #FF0000, #9E0012)!important;
  color: white!important;
}
.head-back-2
{
  background: linear-gradient(150deg, #3F0AFF, #42B0FF, #1100FF)!important;
  color: white!important;
}
   .alert-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0px;
  }
  .alert-box p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 10pt;
    padding: 10px 10px;
    border-radius: 5px;
  }
  .alert-box p.alert-danger
  {
    color: white!important;
    background: #f44336;
  }
  .alert-box p.alert-success
  {
    color: white!important;
    background: #4CAF50 ;
  }
