.h1-abt{
  color: #000;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}
.abt-p{
  font-size: 18px;  
  font-family: sans-serif;  
  text-align: justify;
}
blockquote{
  padding-left: 10px;
  border-left: 5px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.about-img-text{
  overflow: auto;
  padding: 10px;  
}

.paragraph{
  color: #000;
  font-family: sans-serif;
  text-align: justify;
}    
@media screen and (max-width:  520px){
.abt-p{
  font-size: 16px;
  font-family: sans-serif;
}
.paragraph{
  color: #000;
  font-family: Verdana;
  font-size: 12px; 
  text-align: justify;
}
}  
ul>li{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h2{
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               background-image: linear-gradient(-90deg, cyan, blue);
               padding-bottom: 5px; padding-left: 5px; padding-right: 5px;
               color: #fff; text-align: center; -moz-border-radius: 99em;
               box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);background-position: center center;
               border-bottom-right-radius: 20px;
              -webkit-border-radius: 99em;
              border: 2px solid #e8fc05;
}
@media only screen and (max-width: 620px){
 h2{
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               background-color: blue;
               padding-bottom: 5px;
               padding-left: 5px;
               padding-right: 5px;
               color: #fff; text-align: center;
               -moz-border-radius: 99em;
               box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
               background-position: center center;
               border-bottom-right-radius: 20px;
              -webkit-border-radius: 99em;
              font-size: 14px;
} 
}
h7{
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               background-image: linear-gradient(-90deg, blue, green);
               padding-bottom: 10px; padding-top: 5px; padding-left: 15px; padding-right: 15px;
               color: #fff; 
               text-align: center; -moz-border-radius: 99em;
               box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
               background-position: center center;
               border-bottom-right-radius: 20px;
              -webkit-border-radius: 99em;
              border: 2px solid #e8fc05;
}
@media only screen and (max-width: 620px){
 h7{
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
               padding-bottom: 5px;
               padding-left: 5px;
               padding-right: 5px;
               color: #fff; text-align: center;
               -moz-border-radius: 99em;
               box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
               padding-bottom: 10px; padding-top: 5px; padding-left: 15px; padding-right: 15px;
               background-position: center center;
               border-bottom-right-radius: 20px;
              -webkit-border-radius: 99em;
              font-size: 14px;
} 
}

* {
  box-sizing: border-box;
}
/* Create two equal columns that floats next to each other */
.about-page-column-80 {
  float: left;
  width: 85%;
  padding: 10px;
  height: 200px;
   /* Should be removed. Only for demonstration */
}
.about-page-column-20 {
  float: left;
  width: 15%;
  padding: 10px;
  height: 200px;
   /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.about-page-row-80-20:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 420px){
 /* Create two equal columns that floats next to each other */
.about-page-column-80 {
  float: left;
  width: 100%;
  padding: 10px;
  height: 200px; /* Should be removed. Only for demonstration */
}
.about-page-column-20 {
  float: left;
  width: 100%;
  padding: 10px;
  height: 100%; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.about-page-row-80-20:after {
  content: "";
  display: table;
  clear: both;
} 
}





/* About Image Slider Style  starts*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.img-about{
  width:  100%;
  height: 50%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-right-radius: 20px;
  -webkit-border-radius: 99em;
  border: 5px solid #e8fc05;
  display: block;
  -moz-border-radius: 99em;
  border-top-left-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  /* About Image Slider Style  Ends*/

  @media only screen and (max-width: 320px){

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}
.mySlides {display: none;}
img {vertical-align: middle;}

.img-about{
  width:  30%;
  height: 30%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-right-radius: 20px;
  -webkit-border-radius: 99em;
  border: 3px solid #e8fc05;
  vertical-align: middle;
  display: block;
  -moz-border-radius: 99em;
  border-top-left-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  /* About Image Slider Style  Ends*/
  }

   @media only screen and (max-width: 420px){

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .5} 
  to {opacity: 1}
}
.mySlides {display: none;}
img {vertical-align: middle;}

.img-about{
  width:  60%;
  height: 60%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-right-radius: 20px;
  -webkit-border-radius: 99em;
  border: 3px solid #e8fc05;
  vertical-align: middle;
  display: block;
  -moz-border-radius: 99em;
  border-top-left-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  /* About Image Slider Style  Ends*/
  }


  /**Footer Table Style****/
          #anchor-style{
            text-decoration: none;
            color: #fff;
         }
         #anchor-style:hover{
            color: yellow;
            font-size: 15px;
            text-decoration: underline;
         }
         .footer-table-row-1{
            border: 0px;
            color: #fff;
            letter-spacing: 0.1em;
            line-height: 2.0em;
            font-size: 15px;
            font-family: sans-serif;
            text-align: left;
            width: 100%;
            background: rgb(42,99,158);
            background: linear-gradient(292deg, rgba(42,99,158,1) 22%, rgba(28,51,150,1) 84%); 
         }
         .footer-column-1{
            width: 33.3%;
            height: 150px;
            padding-left: 8px;
            padding-top: 18px;
            background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
         }
         @media only screen and (max-width: 420px){
            #anchor-style{
            text-decoration: none;
            color: #fff;
         }
         #anchor-style:hover{
            color: yellow;
            text-decoration: underline;
         }
            .footer-table-row-1{
            border: 0px;
            color: #fff;
            letter-spacing: 0.1em;
            line-height: 2.0em;
            border-color: #41295a;
            font-size: 10px;
            font-family: sans-serif;
            text-align: left;
            text-anchor: unset;
            font-weight: 600;
            background: rgb(42,99,158);
            background: linear-gradient(292deg, rgba(42,99,158,1) 22%, rgba(28,51,150,1) 84%); 
         }
         .footer-column-1{
            float: left;
            width: 100%;
            height: 150px;
            padding-left: 8px;            
            padding-top: 15px;
            background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
         }
         }