@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Monoton&amp;family=Oleo+Script:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ramabhadra&amp;display=swap");
@font-face {
  font-family: "Alako";
  src: url("../fonts/Alakod41d.eot?") format("eot"), url("../fonts/Alako.woff") format("woff"), url("../fonts/Alako.ttf") format("truetype"), url("../fonts/Alako.svg#Alako") format("svg");
  font-weight: normal;
  font-style: normal;
}

body:lang(te) {
  font-family: 'Ramabhadra', sans-serif;
}

body {
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

.top-bar {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.top-bar ul li {
  display: inline;
  list-style: none;
  padding: 0px 0px;
}

.top-bar ul li:last-child a {
  border-right: none;
}

.top-bar ul li a {
  text-decoration: none;
  color: #f8b133;
  border-right: 1px solid #f8b133;
  padding: 2px 10px;
  font-size: 15px;
}

.navbar {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 35px;
}

.navbar-brand img {
  width: 150px;
  margin-top: -2.5rem;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0px 20px;
}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #f8b133;
}

.navbar-dark .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-dark .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  margin-top: 0px;
  padding: 0px 0px;
  border: none;
}

.navbar-dark .navbar-nav .nav-item .dropdown-menu a {
  padding: 10px 15px;
}

.navbar-dark .navbar-nav .nav-item .dropdown-menu a:hover {
  color: #fff;
  background-color: #09376a;
}

.navbar-nav .dropdown-toggle::after {
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  border: none;
  vertical-align: 0rem;
  margin-left: .4rem;
}

.navbar-nav .dropdown:hover .dropdown-toggle::after {
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
  border: none;
  vertical-align: 0rem;
  margin-left: .4rem;
}

.navbar-nav {
  position: relative;
}

.navbar-nav::before {
  content: '';
  position: absolute;
  -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 12% -140%);
          clip-path: polygon(25% 0%, 100% 0, 100% 50%, 100% 100%, 0 100%, 12% -140%);
  background: rgba(9, 55, 106, 0.8);
  left: 1px;
  top: 0px;
  width: 100%;
  height: 56px;
  z-index: -1;
}

.navbar-nav::after {
  content: '';
  position: absolute;
  left: 100%;
  width: 100%;
  height: 56px;
  background: rgba(9, 55, 106, 0.8);
}

.carousel .carousel-indicators {
  bottom: 20px;
}

.carousel .carousel-inner .carousel-item {
  position: relative;
}

.carousel .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  top: 30%;
  left: 0;
  right: 40%;
}

.carousel .carousel-inner .carousel-item .carousel-caption h1 {
  color: #f8b133;
  font-size: 6rem;
  font-family: 'Monoton', cursive;
}

.carousel .carousel-inner .carousel-item .carousel-caption h3 {
  background-color: #ed3c51;
  color: #fff;
  padding: 10px 30px;
  display: inline;
}

.carousel .carousel-inner .carousel-item .carousel-caption h4 {
  font-size: 3.8rem;
  font-family: 'Alako', cursive;
  font-weight: bold;
  margin-top: 20px;
}

.categories {
  position: relative;
}

.categories h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.categories .card {
  border-radius: 50%;
}

.categories .card img {
  border-radius: 50%;
  width: 16rem;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  margin: auto;
  margin-bottom: 10px;
}

.categories .card img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.categories h2 {
  color: #fff;
}

.categories h2 span {
  font-family: 'Oleo Script', cursive;
  color: #fff;
}

.categories p {
  color: #fff;
}

.categories .btn-primary {
  background: #f8b133;
  color: #000;
  padding: 15px 30px;
  font-weight: bold;
}

.categories .btn-primary.hvr-sweep-to-top:before {
  color: #fff;
  border: 1px solid #fff;
  background: black;
}

.categories .btn-primary.hvr-sweep-to-top:hover {
  color: #fff;
}

.categories-inner {
  position: relative;
}

.categories-inner h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

.categories-inner .card {
  border-radius: 50%;
}

.categories-inner .card img {
  border-radius: 50%;
  width: 16rem;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  margin: auto;
  margin-bottom: 10px;
}

.categories-inner .card img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.categories-inner h2 {
  color: #000;
}

.categories-inner h2 span {
  font-family: 'Oleo Script', cursive;
  color: #000;
}

.categories-inner p {
  color: #000;
}

.categories-inner a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.categories-inner a span {
  background-color: #f8b133;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.members {
  position: relative;
}

.members h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

.members .card {
  border-radius: 50%;
}

.members .card img {
  border-radius: 50%;
  width: 16rem;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  margin: auto;
  margin-bottom: 10px;
}

.members .card img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.members h2 {
  color: #000;
}

.members h2 span {
  font-family: 'Oleo Script', cursive;
  color: #000;
}

.members p {
  color: #000;
}

.members a {
  text-decoration: none;
  color: #000;
}

.completitions {
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: bottom;
}

.completitions .title-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.completitions .title-sub a {
  text-decoration: none;
  color: #000;
}

.completitions .completitions-left {
  position: relative;
}

.completitions .completitions-left img {
  position: relative;
}

.completitions .completitions-left .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 25px;
  padding: 20px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.completitions .completitions-left .overlay h1 {
  color: #f8b133;
  font-size: 3.5rem;
}

.completitions .completitions-left .overlay h2 {
  color: #fff;
}

.completitions .completitions-left .overlay h3 {
  color: #fff;
  font-family: 'Alako', cursive;
  font-weight: bold;
  font-size: 3rem;
}

.completitions .completitions-left .overlay h4 {
  color: #fff;
  font-size: 1rem;
  background-color: #ed3c51;
  color: #fff;
  padding: 10px 30px;
  display: inline;
}

.completitions .completitions-left .overlay h5 {
  color: #fff;
}

.completitions .completitions-left .overlay a {
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

.completitions .completitions-left .overlay a.hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.completitions .completitions-left .overlay a.hvr-sweep-to-top:hover {
  color: #fff;
}

.completitions .completitions-left .overlay img {
  width: 100px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px 10px;
}

.completitions .completitions-left .overlay ul {
  padding-left: 0px;
}

.completitions .completitions-left .overlay ul li {
  display: inline-block;
  background-color: #fff;
}

.completitions .completitions-right {
  position: relative;
}

.completitions .completitions-right img {
  position: relative;
}

.completitions .completitions-right .overlay {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 8px 8px;
  background-color: rgba(0, 0, 0, 0.8);
}

.completitions .completitions-right .overlay h3 {
  color: #fff;
  font-size: 1.3rem;
}

.completitions .completitions-right .overlay h4 {
  color: #fff;
  font-size: 1rem;
}

.completitions .completitions-right .overlay a {
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

.completitions .completitions-right .overlay .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.completitions .completitions-right .overlay .hvr-sweep-to-top:hover {
  color: #fff;
}

.voting {
  background-image: url(../images/bg2.png);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.voting::before {
  position: absolute;
  content: '';
  background-image: url(../images/bg3.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.voting .content h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.voting .content img {
  width: 300px;
}

.voting .content h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}

.voting .btn-primary {
  background: #131a72;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
}

.voting .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.voting .hvr-sweep-to-top:hover {
  color: #fff;
}

.events {
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: bottom;
}

.events .title-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.events .title-sub a {
  text-decoration: none;
  color: #000;
}

.events .event-left {
  position: relative;
}

.events .event-left img {
  position: relative;
  height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.events .event-left .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  padding: 20px 20px;
  opacity: 1;
  background: rgba(103, 53, 178, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events .event-left .overlay:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events .event-left .overlay .card h3 {
  color: #6735b2;
  font-weight: 800;
}

.events .event-left .overlay .card h4 {
  color: #6735b2;
  font-size: 1rem;
  font-family: 'Jost', sans-serif;
}

.events .event-left .overlay h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}

.events .event-left .overlay h4 {
  color: #fff;
  font-size: 2rem;
  font-family: 'Oleo Script', cursive;
}

.events .event-left .overlay a {
  color: #000;
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

.events .event-right {
  position: relative;
}

.events .event-right img {
  position: relative;
  height: 15.28rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.events .event-right .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  padding: 15px 15px;
  opacity: 1;
  background: rgba(103, 53, 178, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events .event-right .overlay:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events .event-right .overlay .card h3 {
  color: #6735b2;
  font-weight: 800;
}

.events .event-right .overlay .card h4 {
  color: #6735b2;
  font-size: 1rem;
  font-family: 'Jost', sans-serif;
}

.events .event-right .overlay h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
}

.events .event-right .overlay h4 {
  color: #fff;
  font-size: 2rem;
  font-family: 'Oleo Script', cursive;
}

.events .event-right .overlay a {
  color: #000;
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

footer .widgets img {
  width: 200px;
}

footer .widgets h4 {
  color: #fff;
  margin-bottom: 20px;
}

footer .widgets ul {
  padding-left: 0px;
}

footer .widgets ul li {
  list-style: none;
  padding: 6px 0px;
}

footer .widgets ul li a {
  text-decoration: none;
  color: #fff;
}

footer .widgets ul li a:hover {
  color: #f8b133;
}

footer .widgets .social li {
  display: inline-block;
}

footer .widgets .social li a {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  display: block;
  line-height: 36px;
}

footer .widgets .social li a:hover.facebook {
  color: #fff;
  background-color: #4267B2;
  border: 3px solid #4267B2;
}

footer .widgets .social li a:hover.twitter {
  color: #fff;
  background-color: #1DA1F2;
  border: 3px solid #1DA1F2;
}

footer .widgets .social li a:hover.youtube {
  color: #fff;
  background-color: #FF0000;
  border: 3px solid #FF0000;
}

footer .widgets .social li a:hover.linkedin {
  color: #fff;
  background-color: #0077b5;
  border: 3px solid #0077b5;
}

footer .footer-bottom p {
  color: #fff;
}

footer .footer-bottom a {
  text-decoration: none;
  color: #fff;
}

footer .footer-bottom a:hover {
  color: #f8b133;
}

.faqs .accordion-item {
  margin-bottom: 8px;
}

.faqs .accordion-item .accordion-button {
  color: #000;
}

.faqs .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.faqs .accordion-item .accordion-body {
  background: #fff;
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(103, 53, 178, 0.7);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover {
  color: white;
}

.hvr-sweep-to-top:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top:focus {
  color: white;
}

.hvr-sweep-to-top:focus::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.page-header {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0b0b0b;
  background-image: url(../images/header-pattern.png);
  background-size: cover;
  position: relative;
}

.page-header .breadcrumb .breadcrumb-item.active {
  color: #f8b133;
  font-weight: bold;
}

.page-header .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.completitions-inner .nav-tabs .nav-item .nav-link {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-color: transparent;
  padding: 15px 0px;
}

.completitions-inner .nav-tabs .nav-item .nav-link.active {
  color: #f8b133;
  background-color: transparent;
  border-bottom: 4px solid #f8b133;
}

.completitions-inner .nav-tabs .nav-item .nav-link i {
  font-size: 25px;
  vertical-align: middle;
  padding-right: 5px;
}

.completitions-inner .tab-content .tab-pane img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.completitions-inner .tab-content .tab-pane a.btn {
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

.completitions-inner .tab-content .tab-pane .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.completitions-inner .tab-content .tab-pane .hvr-sweep-to-top:hover {
  color: #fff;
}

.completitions-inner .tab-content .tab-pane ul {
  padding: 0px;
}

.completitions-inner .tab-content .tab-pane ul li {
  list-style: none;
  padding-bottom: 5px;
}

.completitions-inner .tab-content .tab-pane ul li i {
  color: #f8b133;
}

.event-inner .card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-inner .card a.btn {
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

.event-inner .card .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.event-inner .card .hvr-sweep-to-top:hover {
  color: #fff;
}

.event-inner .card ul {
  padding: 0px;
}

.event-inner .card ul li {
  list-style: none;
  padding-bottom: 5px;
}

.event-inner .card ul li i {
  color: #f8b133;
}

.completition-view .top h5 {
  color: #000;
}

.completition-view .top p {
  color: #000;
}

.completition-view .top img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.completition-view .top a.btn {
  font-weight: 600;
  background-color: #f8b133;
  padding: 10px 15px;
}

.completition-view .top .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.completition-view .top .hvr-sweep-to-top:hover {
  color: #fff;
}

.completition-view .top ul {
  padding: 0;
}

.completition-view .top ul li {
  color: #000;
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.completition-view .top ul li:nth-child(1) {
  padding-right: 15px;
}

.completition-view .top ul li:nth-child(2) {
  padding-right: 15px;
  padding-left: 15px;
}

.completition-view .top ul li:nth-child(3) {
  padding-right: 15px;
  padding-left: 15px;
}

.completition-view .top ul li:nth-child(4) {
  padding-right: 15px;
  padding-left: 15px;
}

.completition-view .top ul li:last-child {
  padding-right: 15px;
  padding-left: 15px;
  border-right: none;
}

.completition-view .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-color: transparent;
  padding: 15px 0px;
}

.completition-view .nav-tabs .nav-item .nav-link.active {
  color: #f8b133;
  background-color: transparent;
  border-bottom: 4px solid #f8b133;
}

.completition-view .nav-tabs .nav-item .nav-link i {
  font-size: 25px;
  vertical-align: middle;
  padding-right: 5px;
}

.completition-view .tab-content .tab-pane h4 {
  color: #000;
}

.completition-view .tab-content .tab-pane p {
  color: #000;
}

.completition-view .tab-content #guidelines ul li {
  list-style: none;
  padding: 5px 0px;
}

.completition-view .tab-content #guidelines ul li::before {
  content: '\f058';
  padding-right: 5px;
  color: green;
  font-family: 'Font Awesome 5 Pro';
}

.completition-view .tab-content #judges .card h3 {
  font-size: 1.5rem;
}

.completition-view .tab-content #judges .card img {
  width: 12rem;
  height: 12rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: auto;
}

.completition-view .tab-content #prizes .card h3 {
  font-size: 1.5rem;
}

.completition-view .tab-content #prizes .card img {
  width: 12rem;
  height: 12rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  margin: auto;
}

.completition-view .share ul {
  padding: 0px;
}

.completition-view .share ul li {
  list-style: none;
  display: inline-block;
}

.completition-view .share ul li a {
  color: #000;
  padding: 0px 10px;
}

.completition-view h4 {
  color: #000;
}

.completition-view h5 {
  color: #000;
}

.completition-view p {
  color: #000;
}

.completition-view ul li {
  color: #000;
}

.completition-apply ul {
  padding: 0;
}

.completition-apply ul li {
  color: #000;
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.completition-apply ul li:nth-child(1) {
  padding-right: 15px;
}

.completition-apply ul li:nth-child(2) {
  padding-right: 15px;
  padding-left: 15px;
}

.completition-apply ul li:nth-child(3) {
  padding-right: 15px;
  padding-left: 15px;
  border-right: none;
}

.completition-apply .btn-primary {
  font-weight: 600;
  background-color: #f8b133;
  padding: 15px 30px;
  border: none;
  border-radius: 0px;
}

.completition-apply .btn-primary.hvr-sweep-to-top:before {
  color: #fff;
  background: black;
}

.completition-apply .btn-primary.hvr-sweep-to-top:hover {
  color: #fff;
}

.register {
  background-image: url(../images/bg9.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.register .card {
  border-radius: 1.5rem;
}

.register .card .input-group-text {
  background-color: #f8f9fa;
  border-right: none;
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.register .card .form-control {
  border-left: none;
}

.register .card .form-select {
  border-left: none;
}

.register .card .btn-primary {
  background: #f8b133;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 10px 30px;
}

.register .card .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
  border: 1px solid #fff;
}

.register .card .hvr-sweep-to-top:hover {
  color: #fff;
}

.register a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.login {
  background-image: url(../images/bg9.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.login h1 {
  color: #fff;
}

.login h3 {
  color: #fff;
  font-size: 8rem;
  line-height: 110px;
  font-family: 'Lobster', cursive;
}

.login .card {
  border-radius: 1.5rem;
}

.login .card .input-group-text {
  background-color: #f8f9fa;
  border-right: none;
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.login .card .form-control {
  border-left: none;
}

.login .card a {
  text-decoration: none;
  color: #000;
}

.login .card .btn-primary {
  background: #f8b133;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 14px 30px;
}

.login .card .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
  border: 1px solid #fff;
}

.login .card .hvr-sweep-to-top:hover {
  color: #fff;
}

.gurukul .card {
  border-radius: 0rem;
}

.gurukul .card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gurukul .card h4 {
  font-weight: bold;
  color: #000;
}

.gurukul .card h6 {
  color: #000;
}

.gurukul .card .btn-primary {
  background: #f8b133;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 10px 30px;
}

.gurukul .card .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
  border: 1px solid #fff;
}

.gurukul .card .hvr-sweep-to-top:hover {
  color: #fff;
}

.gurukul-view h1 {
  color: #000;
}

.gurukul-view .accordion-button {
  color: #000;
}

.gurukul-view .accordion-button:not(.collapsed) {
  background: #fff;
}

.gurukul-view .nav-tabs .nav-item .nav-link {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-color: transparent;
}

.gurukul-view .nav-tabs .nav-item .nav-link.active {
  color: #f8b133;
  background-color: transparent;
  border-bottom: 4px solid #f8b133;
}

.gurukul-view .tab-content .tab-pane h4 {
  color: #000;
}

.gurukul-view .tab-content .tab-pane p {
  color: #000;
}

.gurukul-view .tab-content .tab-pane .btn-primary {
  background: #f8b133;
  border: none;
  color: #fff;
  border-radius: 0px;
  padding: 10px 30px;
}

.gurukul-view .tab-content .tab-pane .btn-primary.hvr-sweep-to-top:before {
  color: #fff;
  background: black;
  border: 1px solid #fff;
}

.gurukul-view .tab-content .tab-pane .btn-primary.hvr-sweep-to-top:hover {
  color: #fff;
}

.gurukul-view .tab-content .tab-pane .gurukul-carousel .item {
  position: relative;
}

.gurukul-view .tab-content .tab-pane .gurukul-carousel .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.gurukul-view .tab-content .tab-pane .gurukul-carousel .item img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gurukul-view .tab-content .tab-pane .gurukul-carousel .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gurukul-view .tab-content .tab-pane .gurukul-carousel .item .overlay .icon {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 50%;
  padding: 5px 5px;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  margin: auto;
}

.gurukul-view .tab-content .tab-pane .gurukul-carousel .item.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.about p {
  color: #000;
}

.contact .card {
  border-radius: 0rem;
}

.contact .card .input-group-text {
  background-color: #f8f9fa;
  border-right: none;
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.contact .card .form-control {
  border-left: none;
}

.contact .card .form-select {
  border-left: none;
}

.contact .card .btn-primary {
  background: #f8b133;
  border: none;
  color: #000;
  padding: 10px 30px;
  border-radius: 0px;
}

.contact .card h3 {
  color: #000;
}

.contact .card h4 {
  color: #000;
}

.contact .card p {
  color: #000;
}

.contact .card i {
  color: #000;
}

.contact .card .hvr-sweep-to-top:before {
  color: #fff;
  background: black;
  border: 1px solid #fff;
}

.contact .card .hvr-sweep-to-top:hover {
  color: #fff;
}

.contact .card a {
  text-decoration: none;
  color: #000;
}

.voting-view .nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 0px;
  margin: 0px 8px;
}

.voting-view .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #f8b133;
  border-bottom: none;
}

.voting-view .count {
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 35px;
}

.voting-view #criteria ul li {
  list-style: none;
  padding: 5px 0px;
}

.voting-view #criteria ul li:before {
  content: '\f058';
  padding-right: 5px;
  color: green;
  font-family: 'Font Awesome 5 Pro';
}

.dashboard-completition .card ul {
  padding: 0px;
}

.dashboard-completition .card ul li {
  list-style: none;
  padding: 3px 0px;
}

.notice .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding: 7px 10px;
}

.notice .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.judge-competitions .nav-tabs .nav-item .nav-link {
  background: #fff;
  color: #f8b133;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
}

.judge-competitions .nav-tabs .nav-item .nav-link.active {
  background: #f8b133;
  color: #000;
}

#profileModal ul li {
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .navbar {
    top: 0px;
    padding: 0px 0px;
  }
  .navbar-brand img {
    margin-top: 0px;
  }
  .offcanvas {
    background-color: #000;
    color: #fff;
  }
  .offcanvas .offcanvas-body .nav-item .nav-link {
    color: #fff;
  }
  .offcanvas .offcanvas-body .dropdown-menu {
    position: relative !important;
    width: 100%;
    background: #0d0d0d;
    border-radius: 0px;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  .btn-close {
    background: transparent url("../images/times.png") center/1em auto no-repeat;
  }
  .navbar-nav::before {
    background: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .navbar-nav::after {
    background: none;
  }
  .navbar-brand img {
    width: 100px;
  }
  .dropdown .dropdown-toggle::after {
    float: right;
    content: '\f067' !important;
    font-family: 'Font Awesome 5 Pro';
  }
  .dropdown .dropdown-toggle.show::after {
    content: '\f068' !important;
    font-family: 'Font Awesome 5 Pro';
  }
  .page-header {
    height: 150px;
  }
  .carousel-item .carousel-caption h1 {
    font-size: 3rem;
  }
  .carousel-item .carousel-caption h3 {
    font-size: 1rem;
  }
  .carousel-item .carousel-caption h4 {
    font-size: 2.5rem;
  }
  .categories .card img {
    width: 10rem;
    height: 10rem;
  }
  .categories h2 {
    font-size: 1rem;
  }
  .categories p {
    font-size: 0.9rem;
  }
  .members .card img {
    width: 12rem;
    height: 12rem;
  }
  .members h2 {
    font-size: 1rem;
  }
  .members p {
    font-size: 0.9rem;
  }
  .completitions .title-heading h1 {
    font-size: 2rem;
  }
  .events .title-heading h1 {
    font-size: 2rem;
  }
  .gurukul-view .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 520px) {
  .offcanvas {
    width: 70%;
  }
  .navbar-brand img {
    width: 80px;
  }
  .carousel-item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .events .event-left .overlay {
    padding: 15px 10px;
  }
  .events .event-left .overlay h3 {
    font-size: 1.5rem;
  }
  .events .event-right .overlay {
    padding: 15px 10px;
  }
  .events .event-right .overlay h3 {
    font-size: 1.5rem;
  }
  .completitions .completitions-right img {
    height: unset;
  }
  .completitions .completitions-left img {
    height: unset;
  }
  .categories .card img {
    width: 9rem;
    height: 9rem;
  }
  .categories h2 {
    font-size: 1rem;
  }
  .categories p {
    font-size: 0.9rem;
  }
  .members .card img {
    width: 8rem;
    height: 8rem;
  }
  .members h2 {
    font-size: 1rem;
  }
  .members p {
    font-size: 0.9rem;
  }
  .completition-view .tab-content #judges .card img {
    width: 8rem;
    height: 8rem;
  }
}

@media only screen and (max-width: 320px) {
  .categories .card img {
    width: 8rem;
    height: 8rem;
  }
  .categories h2 {
    font-size: 1rem;
  }
  .categories p {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=style.css.map */