@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'PT Sans';
   font-weight:400;

}
*, *::before, *::after {
    box-sizing: border-box;
}
p{
        font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;

}
.langucon{
display: block;
    text-align: right;
    margin-bottom: 10px;
}
.langu{
display: inline-block;
    font-size: 16px!important;
    margin-left: 15px!important;
}
.pgbtn{
color: #fff;
background-color: #215b9c;
padding: 10px 30px;
margin-left: 20px;
}
.menuicobt{
  display: none;;
  }

.section{
margin-top: 50px;
}
.slider img{
width: 100%;
}
.header img{
max-height: 116px;
display: inline-block;
margin-right: 20px;
}
.regis .sliderbtn{
border:2px solid #014087;
margin-right: 40px;
}
.header{
    padding-top: 15px;
    padding-bottom: 0px;
    position: absolute;
    width: 100%;
        z-index: 1;
        top:0px;
}
.footer{
border-top: 1px solid #ccc;
padding-top: 30px;
margin-top: 30px;
text-align: center;
}
.footfico a {
    padding: 12px;
    border-radius: 100%;
    background-color: #215b9c;
    transition: all .3s;
    color: #ffffff;
    display: inline-block;
    margin: 0 15px;
}
.footfico i {
   width: 20px;
    height: 20px;
    text-align: center;
    font-size: 20px;
}
.footerlink a{
display: inline-block;
    margin: 26px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #215b9c;
}

.menut{
float: right;
    padding-top: 18px;
}
.menut a{
font-size: 22px;
font-weight: 600;
margin-left: 40px;
text-decoration: none;
color: #fff;
text-transform: uppercase;
position: relative;
}
.menut a::before {
   bottom: -10%;
    height: 3px;
    width: 0%;
    left: 0%;
    content: '';
    position: absolute;
    background-color: #ffffff;
    transition: 0.3s ease all;
}
.menut a:hover::before {
    width: 100%;
    transition: 0.3s ease all;
}
.slider{
position: relative;
overflow: hidden;
color: #fff;
}
.sltxtcon{
max-width: 40%;
position: absolute;
    bottom: 26%;
}
.sliderovl{
position: absolute;
    left: 0;
    max-width: 58%;
    top: 0;
}
.slider h1{
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-weight: 500;
}
.slider span{
color: #ffd522;
}
.slider p{
max-width: 80%;
font-size: 14px;
line-height: 20px;
color: #fff;
}
.sliderbtn img{
    max-width: 38px;
    vertical-align: middle;
    margin-right: 10px;
}
p {
    line-height: 20px;
}
.sliderbtn{
background-color: #fff;
    padding: 10px 20px;
    color: #0a3dab;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
        margin-top: 30px;
        text-decoration: none;
        transition: all .6s cubic-bezier(.075,.82,.165,1);
        
}
.sliderbtn:hover{
transform: translate(0, -2px);
box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
}
.entrytm{
    background-color: #215b9c;
    color: #fff;
    padding: 18px;
    font-family: 'Rubik';
    font-weight: 500;
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;

}
.entpr{
    border: 1px solid #fff;
    padding: 4px 17px;
    margin-right: 25px;
}

 .countdown .running {
 display: block!important;
}
.container .jumbotron{
padding-top:8px;
padding-bottom:8px;
padding-left: 70px;
padding-right: 0px;
    margin-bottom: 0px;
    color: inherit;
    background-color: transparent;
    display: inline-block!important;
    vertical-align: middle;
}
.countdown .running timer {
  font-size: 35px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #fff;
}

.countdown .running timer .days,
.countdown .running timer .hours,
.countdown .running timer .minutes,
.countdown .running timer .seconds{
      width: 56px;
    text-align: left;
    margin: 0 0px 0 20px;
}

.countdown .running .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown .running .labels span{
 text-align: center;
    margin: 4px 0px;
    padding-left: 0px;
}
  .countdown .running .labels span{
    width: 83px;
  }


.countdown .running .text{
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown .running button{
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown .running .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown .ended{
  display: none;
}

.countdown .ended .text{
  font-size: 20px;
}

.countdown .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown .ended .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
} 
.ashbg{
background-color: #f0f0f0;
padding: 50px 60px;
}
.h1hd{
color: #014087;
font-size: 35px;
font-family: 'Rubik';
    font-weight: 500;
    margin-bottom: 30px;
} 
p{
font-size: 17px;
line-height: 30px;
    color: #343434;
}
.dibte{
    max-width: 85px;
}
.pgsec{
padding-top: 120px;
}
strong{
color: #014087;
font-size: 20px;
margin-bottom: 15px;
}

#toTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    width: 55px;
    visibility: hidden;
}
.shows{
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#toTop img{
width: 100%;
}
.prosbx{
display: inline-block;
    width: 24%;
    vertical-align: middle;
    text-align: center;

}
.prosbx img{
max-width: 90px;
display: block;
margin: auto;
}
.prosbx p{
text-align: center;
    margin-top: 14px;
}
.prosbx h4{
    color: #014087;
    font-size: 30px;
}
.norbld{
color: #000!important;
    font-size: 16px!important;
    margin-bottom: 0px!important;
        font-weight: 500!important;
}
.prosbx a{
color: #215b9c;
font-weight: 600;
text-decoration: underline;
}
.bgwhitcon{
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-top: 35px;
}
.bgwhit{
    padding: 60px 20px 0px 20px;
    background-color: #fff;
    float: left;
    width: 99%;
        color: #343434;
            font-size: 16px;
            font-weight: 500;
}
.bgwhit strong{
    color: #014087;
    font-size: 18px;
    margin-bottom: 15px;
}
.sericonbx {
    display: inline-block;
    width: 23%;
    background: #fff;
    padding: 20px;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;    
      transition: all .6s cubic-bezier(.075,.82,.165,1);
}
.sericonbx img {
    max-width: 100px;
    transition: all .6s cubic-bezier(.075,.82,.165,1),color .6s cubic-bezier(.075,.82,.165,1);
}
.sericonbx:hover img{
 transform: translate(0, -5px);
}
.sericonbx:last-child{
margin-right: 0%;
}
.sericontx{
margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    min-height: 50px;
    margin-top: 15px;

}
.howen{
border-radius: 100%;
    background: #215b9c;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Rubik';
    line-height: 40px;
}
.sericonbx:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.sponcorbx{
width: 18%;
display: inline-block;
    margin-right: 2%;
     text-align: center;
}
.sponcorbx:first-child{
width: 28%;
    display: block;
    margin: 40px auto 27px auto;
}
.sponcorbx:last-child{
margin-right: 0%;
}
.sponcorbx img{
max-width: 100%;
}
.spandown {
  position: absolute;
      bottom: 11%;
    right: 5%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.img-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top:0;
  z-index: -1;
}

.img-container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s .5s, opacity .5s linear;
  visibility: hidden;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #215b9c;
  background-color: rgba(5,76,154, 0.96);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 100;
      color: #fff;
}

.overlay-content {
  position: relative;
  top: 18%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
      padding: 8px;
    text-decoration: none;
    font-size: 23px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}












@media (max-width: 1366px) {
.sltxtcon{
max-width: 50%;	
}
.sltxtcon{
    bottom: 8%;
}



}

@media (max-width: 1280px) {
	

	
}

@media (max-width: 1024px) {
.slider h1 {
    font-size: 28px;
}
.slider img {
    width: 124%;
}

.sltxtcon {
    max-width: 60%;
}
.sliderovl {
    max-width: 75%;
}
.menut a {
    font-size: 20px;
    margin-left: 25px;
}
.container .jumbotron {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: 21px;
}

.entpr {
    display: inline-block;
}

    
}

@media (max-width: 990px) {


}

@media (max-width: 768px) {
.header img {
    max-height: 60px;
}
.menut {
   padding-top: 0px;
}
.sltxtcon {
    max-width: 86%;
}
.slider img {
    width: 130%;
}
.sliderovl {
    max-width: 76%;
}
.bgwhit strong {
    display: block;
}
.sponcorbx:first-child {
    width: 43%;
}
.sponcorbx {
    width: 28%;
    text-align: center;
    margin-top: 35px;
}
.ashbg {
    text-align: center;
}
.prosbx {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 50px;
}
.prosbx:first-child{
 display: block!important;
 text-align: center;
  width: 100%;
}
.img-container img {   
        margin-left: -158%;
}

}

@media (max-width: 540px) {
 .countdown .running timer  {
    font-size: 30px;
  }
  .countdown .running timer .days,
  .countdown .running timer .hours,
  .countdown .running timer .minutes,
  .countdown .running timer .seconds {
    width: 40px;
  }
  .container .jumbotron {
  display: block!important;
  
  }
  .menuicobt{
  display: block;
  }
.sericonbx {
    width: 47%;
}
.pgsec{
padding-top: 80px;
}
.menut {
    padding-top: 0px;
}
.entpr {
    display: block;
    margin-bottom: 16px;
    margin-right: 0px;
}
.ashbg {
    padding: 50px 30px;
}
.regis .sliderbtn {
    margin-right: 0px;
}
.slider img {
    width: 265%;
}
.sliderovl {
    max-width: 155%;
    opacity: 0.8;
}
.sltxtcon {
    left: 5%;
}
.menut a {
display: none;
}

}
@media (max-width: 480px) {
.dibte {
    max-width: 70px;
}
.slider h1 {
    margin-bottom: 0px;
}
.sltxtcon {
    max-width: 96%;
}
.slider h1 {
    font-size: 20px;
}
.sliderbtn {
    margin-top: 15px;
}
.slider p {
display: none;
}
.footerlink a {
    display: inline-block;
    margin: 22px 17px 13px 17px;
}
.countdown .running .labels {
 
    font-size: 11px;
}
.countdown .running .labels span {
    width: 70px;
}
.sponcorbx {
    width: 45%;
}
.sponcorbx:first-child {
    width: 53%;
}
.sltxtcon {
    bottom: 8%;
    left: 5%;
}
.ashbg {
    padding: 50px 15px;
}
.prosbx p {
    text-align: center;
    margin-top: 14px;
    padding: 0px 10px;
    min-height: 60px;
}

}
@media (max-width: 350px) {


	
}