* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #dddddd;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.heading-small {
  font-size: 1.25rem;
}

.heading-medium {
  font-size: 1.5rem;
}

.heading-big {
  font-size: 1.75rem;
}

.header {
  display: flex;
  overflow: hidden;
  background-image: linear-gradient(#1050B3, #096EFB);
  padding-top: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header a:hover {
  text-shadow: 2px 2px 5px #fff;
}
.logo img{
  max-width: 50%;
}

.content p {
  margin-left: 1rem;
  margin-right: 1rem;
}

.topnav {
	overflow: hidden;
  background-image: linear-gradient(#096EFB, #1050B3);
  border-top: 1px solid #054CAF;
  box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.04);
}
  
.topnav a {
  float: left;
  display: block;
	color: #e5e3e3;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #454545;
}

.topnav .icon {
	display: none;
}

.marq {
  margin-top: 1rem;
  text-shadow: 2px 2px 5px #454545;
}

.ticker {
  overflow: hidden;
  color: #000;
}

.ticker-inner {
  white-space: nowrap;
  display: inline-block;
  padding: 10px 0;
  animation: ticker 18s linear infinite;
}

@keyframes ticker {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

#onlyJSyc {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  border: none;
  border-radius: 2px;
  outline: none;
  background-color: #054CAF;
  color: #fff;
  cursor: pointer;
  padding: 0px;
  width: 100px;
  height: 40px;
}

#onlyJSyc:hover {
  border: #fff 1px solid;
  color: #fbc302
}

.headers {
  padding: 1rem;
  text-align: center;
  background-image: linear-gradient(#1050B3, #096EFB);
  color: #fff;
}

.contentimg {
  max-width: 100%;
  text-align: center;
  align-items: center;
}
.img1 {
  max-width: 100%;
}

.banner {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.bannerimg {
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  min-height: 650px;
}

.containera {
  padding: 0 16px;
}

.containera::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.bttn {
  text-decoration: none;
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #000000;
}

.bttn:hover {
  color: goldenrod;
}

/* Button */
.button {
  display: inline-block;
  border-radius: 4px;
  background-image: linear-gradient(to right, #0b5be4 , #fff);
  border: none;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 50%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
  color: goldenrod;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
/* */

/* Button1 */
.btn-center {
  text-align: center;
}
.button1 {
  display: inline-block;
  border-radius: 4px;
  background-image: linear-gradient(to right, #000000 , #fff);
  border: none;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 50%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  vertical-align: middle;
}
.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button1:hover span {
  padding-right: 25px;
  color: goldenrod;
}
.button1:hover span:after {
  opacity: 1;
  right: 0;
} 
/* */

.a404p {
	text-decoration: none;
	color: #fff;
}

.b404p {
	border-radius: 4px;
	background-image: linear-gradient(to right, #000000, #454545);
	border: none;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 100%;
	cursor: pointer;
	margin: 5px;
}

.a404p :hover {
	opacity: 0.8;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* Gallery */

.gallery {
	--s: 50px; /* control the slanted part */
	
	display: grid;
	height: 350px;
	gap: 8px;
	grid-auto-flow: column;
	place-items: center;
	margin-top: 3rem;
}

.gallery > img {
	width: 0;
	min-width: calc(100% + var(--s));
	height: 0;
	min-height: 100%;
	object-fit: cover;
	clip-path: polygon(var(--s) 0,100% 0,calc(100% - var(--s)) 100%,0 100%);
	cursor: default;
	transition: .5s;
}

.gallery > img:hover {
	width: 15vw; 
}

.gallery > img:first-child {
	min-width: calc(100% + var(--s)/2);
	place-self: start;
	clip-path: polygon(0 0,100% 0,calc(100% - var(--s)) 100%,0 100%);
}

.gallery > img:last-child {
	min-width: calc(100% + var(--s)/2);
	place-self: end;
	clip-path: polygon(var(--s) 0,100% 0,100% 100%,0 100%);
}

/* *********************** */

/* Footer */

.ftr {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  color: #fff;
  background-image: linear-gradient(#096EFB, #1050B3);
}

.social i {
  margin-top: 0.5rem;
  cursor: pointer;
  font-size: 1.75rem;
  letter-spacing: 1rem;
}
.social i:hover {
  opacity: 0.6;
}

/* ***** */

/* Tablet */
@media screen and (max-width: 1110px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
 .topnav.responsive {position: relative;} 
 .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive {float: none;}
  .topnav.responsive {position: relative;}
  .topnav.responsive {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* */
@media screen and (max-width: 800px) {
  .button{width: 100%;}
  .button1{width: 100%;}
}

.banner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
  overflow: hidden;
}

.banner iframe,
.banner img,
.banner div {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  display: block;
}

.table {
  overflow-x: auto;
}