<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Open Sans", sans-serif, ;
  color: #444444;
}

@font-face {
  font-family: 'Samarkan';
  src: url('332063e0-da8f-4c3f-846a-1c6490ade9b3/fonts/SAMAN.eot');
  src: url('332063e0-da8f-4c3f-846a-1c6490ade9b3/fonts/SAMAN.eot?#iefix') format('embedded-opentype'),
       url('332063e0-da8f-4c3f-846a-1c6490ade9b3/fonts/SAMAN.woff2') format('woff2'),
       url('332063e0-da8f-4c3f-846a-1c6490ade9b3/fonts/SAMAN.TTF')  format('truetype'),
}

@font-face {
  font-family: 'BankGothic';
  src: url('bankgothic/fonts/bank-gothic-medium-bt.eot');
  src: url('bankgothic/fonts/bank-gothic-medium-bt.eot?#iefix') format('embedded-opentype'),
       url('bankgothic/fonts/bank-gothic-medium-bt.woff2') format('woff2'),
       url('bankgothic/fonts/bank-gothic-medium-bt.ttf')  format('truetype'),
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*-----------------------------------------
# Back to top button
-------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}

.back-to-top:hover {
  background: #59b1f0;
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*-----------------------------------------
# Preloader
---------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*------------------------------------------------
# Header
--------------------------------------------------*/
.event-name-header{
  font-family: Samarkan;
  font-size: 3rem;
  color: #3a3838;
  margin: 1rem;
}

#header {
  transition: all 0.5s;
  background: linear-gradient(to top, #09203f 0%, #537895 100%);
  border-bottom: 5px solid #6db7f0;
  z-index: 997;
  padding: 5px 2px;
}

#header .logo {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  /* letter-spacing: 2px; */
  font-family: BankGothic;
  width: 27rem;
  color: #fff;
  text-align: center;
}

/*   */

.event-name{
  font-family: Samarkan;
  font-size: 4rem;
  margin-top: 2rem;
  color: #002a5e;
}

.event-name2{
  font-family: Samarkan;
  color: #002a5e;
}

.heading-band{
  margin: 2rem 0 2rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.2rem;
  background-color: #002a5e;
  border-radius: 1rem;
  color: #fff;
  text-align: center;
}


@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section{
  padding: 150px 0 0 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #3a3838;
}

.section-title p {
  margin-bottom: 2rem;
  font-size: 18px;
  color:#000;
}

/*--------------------------------------------------------------
# event
--------------------------------------------------------------*/
.event .event-item {
  margin-bottom: 30px;
}

.event #event-flters li:last-child {
  margin-right: 0;
}

.event .event-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#event{
  padding: 50px;
  margin: 1rem;
}

.event .event-wrap::before {
  content: "";
  background: rgb(0, 42, 94, 0.9);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.event .event-wrap .event-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event .event-wrap .event-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.event .event-wrap .event-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.event .event-wrap .event-info h4 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}

.event .event-wrap .event-info p {
  color: yellow;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.event .event-wrap .event-links {
  text-align: center;
  z-index: 4;
}

.event .event-wrap .event-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.event .event-wrap .event-links a:hover {
  color: #fff;
}

.event .event-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.event .event-wrap:hover .event-info {
  opacity: 1;
}

.event .event-wrap:hover .event-info::before {
  top: 15px;
  left: 15px;
}

.event .event-wrap:hover .event-info::after {
  bottom: 15px;
  right: 15px;
}

.copyright {
  margin: 1rem 0 1rem 0;
  padding: 0.5rem;
  background-color:  rgb(0, 42, 94, 0.9); 
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
}

#border{
  background-color:  #C3FF93; 
  color: #000;
}

.tag-line-heading{
  font-size: 1.5rem;
  font-weight: 600;
}

.quiz{
  color:red;
}

.main-para{
  font-size: 1.2rem;
}

#sub-heding{
font-size: 1.5rem;
}

.image {
  opacity: 0.5
}</pre></body></html>