
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
div {
    display: block;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
  }
  i.medium {
    font-size: 4rem;
}
.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
i {
    line-height: inherit;
}


/* footer section styling */
footer{
    background:#817471;
    padding: 15px 23px;
    color: #141833;
    text-align: center;
}
footer span a{
    color:#ffffff ;
    text-decoration: none;
}
footer span a:hover{
    text-decoration: underline;
}





@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  background-color: #afbcbd;
  background-size: cover;
}


 .container-me {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width:px;
  margin: 1px 0;
}

.container-me .card {
  position: relative;
  min-width: 290px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 15px 15px 15px 15px;
  transition: 0.5s;

}

.container-me .card:nth-child(1) .box .content a {
  background: #188A99;
}
.container-me .card:nth-child(2) .box .content a {
  background: #188A99;
}
.container-me .card:nth-child(3) .box .content a {
  background: #141833;
  font-size:23px;
}
 .container-me .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #FDECAE;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}
 .container-me .card .box:hover {
  transform: translateY(-50px);
}
 .container-me .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}
.container-me .card .box .content {
  padding: 20px;
  text-align: center;
}
/*.container-me .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}*/
.container-me .card .box .content img {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}
.container-me .card .box .content p {
  font-size: 23px;
  font-weight: 300;
  color: #141833;
  z-index: 1;
  transition: 0.5s;
}
.container-me .card .box .content a {
	font-size: 23px;
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: #141833;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
 .container-me .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
.service-head h1 {
	font-size:2.777em;
  text-align: center;
  color:#ffffff ;
}
.container-me .service-head h2 {
	font-size: 2.777em;
  text-align: center;
  color:#ffffff ;
  padding-bottom: 30px;
  text-decoration: underline 2px #FDECAE;
}
.service-head p {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

/*---------------*/
.pic-ctn {
  width: 100vw;
  height: 200px;
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  width: 100vw;
  height: 300px;
  margin-top: 10px;
  background-size:  cover;
  background-color: #141833;
}
.pic-ctn > img {
  position: absolute;
  top: 0;
  left: calc(44% - 100px);
  opacity: 0;
  animation: display 10s infinite;
  margin-right: 400px;
}
img:nth-child(2) {
  animation-delay: 2s;
}
img:nth-child(3) {
  animation-delay: 4s;
}
img:nth-child(4) {
  animation-delay: 6s;
}
img:nth-child(5) {
  animation-delay: 8s;
}




/*table*/
.table-container {
  padding: 20px;
  font-family: "Roboto", sans-serif;
}

.table-container h2.table-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.555em;
  margin-bottom: 32px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.table-container table {
  width: 100%;
  background: #7e7e7e;
  color: #f9f9f9;
  padding: 24px;
  box-shadow: 0 4px 15px -8px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
}

.table-container table thead tr {
  background: #2d9fab;
  color: #fff;
}

.table-container table td,
.table-container table th {
  padding: 10px 50px;
  text-align: left;
}

.table-container table tr {
  border-bottom: 2px solid #22a5a9;
  
}
.table-container table tr:hover {
    color: #141833;
        background-color: #ffffff;
        transform: scale(1.02);
        box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
    
  
}
td a{
  color: skyblue;
  text-decoration: underline 2px;
}

@media (max-width: 580px) {
  .table-container table thead {
    display: none;
  }

  .table-container table td {
    display: block;
	
  }

  .table-container table td::before {
    content: attr(data-heading) ": ";
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
    .container-me {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px 0;
}
    }
    @media (max-width: 1024px) {
     section {
  min-height: 10vh;
}
    }
