@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
@import "https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700";
@import "https://fonts.googleapis.com/css2?family=Stylish&display=swap:200,300,400,500,600,700";

.item-bg1 {
    background-image: url(../img/banners/banner-img.jpeg);
}

.main-banner {
    height: 760px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0d1028;
    opacity: .77;
}

.d-table {
    display: table!important;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.d-table-cell {
    display: table-cell!important;
}

.main-banner-content {
    max-width: 850px;
    position: relative;
    z-index: 1;
}

.main-banner-content::before {
    content: '';
    position: absolute;
    top: -75px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    height: 500px;
    left: 18%;
    margin-left: -190px;
    z-index: -1;
    border: 18px solid rgba(104,89,222,.24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 60px 40px -40px rgb(0 0 0 / 30%);
    box-shadow: 0 60px 40px -40px rgb(0 0 0 / 30%);
}

.main-banner-content p {
    color: #efa506;
    font-family: oswald,sans-serif;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-banner-content p span {
    color: #00acee;
}

.main-banner-content h1 {
    color: #fff;
    margin: 0;
    font-weight: 900;
    font-size: 65px;
    text-align: left;
    font-family: poppins, sans-serif;
}

.main-banner-content h1 span {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(80%,rgba(0,0,0,0)),color-stop(80%,#FF2D55));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#FF2D55 80%);
    background-size: 100px 1.2em!important;
    font-family: poppins, sans-serif;
}

.main-banner-content h1 b:nth-of-type(1) {
    color: #efa506;
}

.main-banner-content h1 b:nth-of-type(2) {
    color: #ff2d55;
}

.main-banner-content h1 b:nth-of-type(3) {
    color: #fff;
    -webkit-animation: colorchange 20s;
    animation: colorchange 20s;
}

.main-banner-content h1 b:nth-of-type(4) {
    color: #00acee;
}

.main-banner-content ul {
    padding: 0;
    margin: 15px 0 35px;
    font-family: oswald,sans-serif;
    list-style-type: none;
}

.main-banner-content ul li {
    color: #ddd;
    margin-right: 12px;
    font-size: 17px;
    display: inline-block;
}

.main-banner-content ul li i {
    margin-right: 3px;
    color: #ff2d55;
}

.main-banner-content ul li:last-child {
    margin-right: 0;
}

@keyframes movebounce{
    0%{
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        -webkit-transform:translateY(0px);
        transform:translateY(0px)
    }
}

@keyframes rotateme{
    from{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

.shape1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .6;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.shape2 {
    position: absolute;
    right: 70px;
    bottom: 70px;
    z-index: -1;
    opacity: .6;
}

.shape3 {
    position: absolute;
    left: 70px;
    top: 70px;
    z-index: -1;
    opacity: .6;
}

.shape4 {
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: -1;
    opacity: .6;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.event-countdown {
    position: absolute;
    right: 10%;
    bottom: 0;
    text-align: right;
}

.event-countdown #timer div{
    display:inline-block;
    font-size:80px;
    font-weight:700;
    color:#fff;
    margin:0 35px;
    position:relative
}
.event-countdown #timer div#days{
    color:#ff2d55
}
.event-countdown #timer div#hours{
    color:#00acee
}
.event-countdown #timer div#hours span{
    right:-40px;
    margin-top:-12px
}
.event-countdown #timer div#minutes{
    color:#fff
}
.event-countdown #timer div#minutes span{
    right:-45px;
    margin-top:-12px
}
.event-countdown #timer div#seconds{
    color:#efa506
}
.event-countdown #timer div#seconds span{
    right:-48px;
    margin-top:-12px
}
.event-countdown #timer span{
    display:block;
    color:#fff;
    font-family:oswald,sans-serif;
    margin-top:0;
    font-size:15px;
    font-weight:500;
    position:absolute;
    right:-33px;
    top:50%;
    text-transform:uppercase;
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
    margin-top:-10px;
    letter-spacing:2px;
}

li.brand-nav.active a:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 9px solid #428bca;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 2;
}

.pad-80 {
    padding: 80px 0;
}

.nav-link {
    padding: 15px 15px;
}

.nav-pills .nav-link {
    color: #ffffff;
    border-radius: 0px;
}

.nav-pills :not(:last-child) .nav-link {
    border-bottom: 1px solid #002eff;
}

.bor-sty {
    border: 4px solid #004e92;
    background: linear-gradient(to right, #004e92, #09237A);
}

h4{
    font-weight: 600;
}

.nav-pills .nav-link.active {
    color: #007bff;
    background-color: #ffffff;
    font-weight: 700;
}

.nav-pills .nav-link:hover {
    color: #007bff;
    background-color: #ffffff;
}

.pad-tb-15 {
    padding: 15px 0px;
}

table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:15px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th { 
	background: #09237A; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: center; 
	font-size: 14px;
	}

    .font-12 {
        font-size: 12px;
    }


.registration-fees
{
    background: #ddffd5;
    padding: 20px 50px;
}

.reg-ul-img {
    height: 12px;
    width: auto;
    padding-right: 5px;
}

.reg-btn{
    padding: 7px 30px;
}

.award-td-footer{
    text-align: center;
    background-color: #17a2b8!important;
    color: #ffffff;
}

.mark-td-bg{
    background-color: #ff9644!important;
}


.card-pink{
    border-radius: 6px; 
    border-bottom:4px solid #ff2c95!important;
}
.card-blue{
border-radius: 6px; 
    border-bottom:4px solid #1c68b3 !important;
}

.col-md-3 .card img{
    object-fit:cover;
    height: 270px;
}
.card-body{
    padding:1rem 1.5rem;
}
.card-body p{
    color:#4B5563;
}
.card-blue svg{
    fill:#1c68b3 ;
}
.card-pink svg{
    fill:#ff2c95;
}
.card-blue .card-footer p{
    color:#1c68b3 ;
}
.card-pink .card-footer p{
    color: #ff2c95;
}
.card-shape{
    position:relative;
}
.custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #FFFFFF;
}

.card-footer{
    background-color: unset!important;
}

  .pad-50{
      padding: 50px 0 0 0;
  }

  .c-btn {
    width: 220px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #09237A;
    border-color: #09237A;
  }
  .c-btn:hover {
    background-color: #ffffff;
    border-color: 2px solid #09237A;
    color: #09237A;
  }

  .brand-carousel {
    margin-bottom: 5%;
  }
  .owl-dots{
    text-align: center;
  }

  .client-p{
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      margin-top: 5px;
      margin-bottom: 0px;
      color: #09237A;
  }

  .bank-acc-tbl{
      width: 600px;
      text-align: center;
  }

  .m-0{
      margin-left: 0px;
      margin-right: 0px;
  }

  .thumb-img {
    width: 100%;
    height: auto;
  }

  .accordion {
    border: 4 px solid #004e92;
    background: linear-gradient(to right, #004e92, #09237A);
  }

.card-header .title {
    font-size: 17px;
    color: #fff;
}
.card-header .accicon {
    float: right;
    font-size: 20px;  
    width: 1.2em;
}
.card-header{
    cursor: pointer;
    border-bottom: none;
}
.card{
    border: unset;
    background-color: unset;
    color: #6c757d;
}
.card-body{
    border-top: 1px solid #004e92;
    background: #fff;
    color: #000;
}
.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.pad-t-70{
    padding-top: 70px;
}

.title > h1 {
	background-image: url('../img/gif/fire.gif');
	color: transparent;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-transform: uppercase;
	font-size: 100px;
	line-height: .75;
	margin: 10px 0;
    font-family: 'Stylish', sans-serif;
}

.title {
    text-align: center;
    color: #FFF;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.glowing {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #ff9644; -webkit-box-shadow: 0 0 3px #ff9644; }
    50% { background-color: #ff8c34; -webkit-box-shadow: 0 0 40px #ff8c34; }
    100% { background-color: #ff9644; -webkit-box-shadow: 0 0 3px #ff9644; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #ff9644; -moz-box-shadow: 0 0 3px #ff9644; }
    50% { background-color: #ff8c34; -moz-box-shadow: 0 0 40px #ff8c34; }
    100% { background-color: #ff9644; -moz-box-shadow: 0 0 3px #ff9644; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #ff9644; box-shadow: 0 0 3px #ff9644; }
    50% { background-color: #ff8c34; box-shadow: 0 0 40px #ff8c34; }
    100% { background-color: #ff9644; box-shadow: 0 0 3px #ff9644; }
  }
  
  @keyframes glowing {
    0% { background-color: #ff9644; box-shadow: 0 0 3px #ff9644; }
    50% { background-color: #ff8c34; box-shadow: 0 0 40px #ff8c34; }
    100% { background-color: #ff9644; box-shadow: 0 0 3px #ff9644; }
  }

  .txt-justify {
      text-align: justify;
  }

  @media only screen and (min-width: 768px) {
    .mob-d-block {
        display: none;
    }
  }

  @media only screen and (max-width: 768px) {
    .mob-d-none {
        display: none!important;
    }
    .mob-d-block {
        display: flex;
    }
    .main-banner {
		height: 100%;
		padding-top: 170px;
		padding-bottom: 125px
	}
    .main-banner-content::before {
		display: none
	}
	.main-banner-content h1 {
		font-size: 28px
	}
	.main-banner-content h1 br {
		display: none
	}
	.main-banner-content p {
		font-size: 15px
	}
	.main-banner-content ul {
		margin-bottom: 30px
	}
	.main-banner-content ul li {
		font-size: 13px
	}
    .event-countdown {
		right: 0;
		left: 0;
		margin: 30px auto 0 15px;
		text-align: right
	}
	.event-countdown #timer div {
		font-size: 30px;
		margin: 0 20px 0 0;
		position: relative
	}
	.event-countdown #timer div span {
		margin-top: 0;
		font-size: 12px;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: unset;
		transform: unset;
		margin-top: -5px;
		letter-spacing: 0;
		text-transform: capitalize;
		text-align: center
	}
	.event-countdown #timer div#hours span {
		right: 0;
		margin-top: -5px
	}
	.event-countdown #timer div#minutes span {
		right: 0;
		margin-top: -5px
	}
	.event-countdown #timer div#seconds span {
		right: 0;
		margin-top: -5px
	}
	.shape1,
	.shape2,
	.shape3,
	.shape4 {
		display: none
	}
	.slideshow-banner .event-countdown {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 25px
	}
	.slideshow-banner .event-countdown #timer div {
		font-size: 37px;
		margin: 0 19px 0 0
	}
    .col-md-3 .card img {
        height: 450px;
    }
    .mob-mb-2{
        margin-bottom: 20px;
    }
    .reg-btn{
        margin: 20px 0;
    }
    .bank-acc-tbl{
        width: auto;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
        .main-banner {
            height: 100%;
            padding-top: 200px;
            padding-bottom: 200px
        }
        .main-banner-content::before {
            display: none
        }
        .main-banner-content p {
            font-size: 18px
        }
        .main-banner-content h1 {
            font-size: 40px
        }
        .main-banner-content ul li {
            font-size: 15px
        }
        .event-countdown #timer div {
            margin: 0 25px;
            font-size: 55px
        }
        .event-countdown #timer div span {
            font-size: 13px;
            right: -28px;
            margin-top: -11px;
            letter-spacing: 0
        }
        .event-countdown #timer div#hours span {
            right: -32px;
            margin-top: -10px
        }
        .event-countdown #timer div#minutes span {
            right: -40px;
            margin-top: -10px
        }
        .event-countdown #timer div#seconds span {
            right: -40px;
            margin-top: -10px
        }
        .countdown-area .event-countdown #timer div {
            margin: 0 30px
        }
    }

  @media (max-width: 600px) {
      .pad-80{
          padding: 30px 0 20px 0;
      }
      .c-btn
      {
          margin-bottom: 10px;
      }
  }

@media (min-width: 576px){
    .s-container {
        max-width: 540px;
    }
}

@media (min-width: 768px){
    .s-container {
        max-width: 720px;
    }
}

@media (min-width: 992px){
    .s-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .s-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px){
    .s-container {
        max-width: 1320px;
    }
}