/*=======================================
Common css Start Here
=======================================*/
@font-face {
  font-family: 'FiraSansCondensed-Bold';
  src: url('../fonts/FiraSansCondensed-Bold.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-Bold.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-Bold.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-Bold.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-Bold.svg#FiraSansCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed-ExtraBold';
  src: url('../fonts/FiraSansCondensed-ExtraBold.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-ExtraBold.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-ExtraBold.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-ExtraBold.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-ExtraBold.svg#FiraSansCondensed-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed-ExtraLight';
  src: url('../fonts/FiraSansCondensed-ExtraLight.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-ExtraLight.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-ExtraLight.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-ExtraLight.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-ExtraLight.svg#FiraSansCondensed-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'FiraSansCondensed-Light';
  src: url('../fonts/FiraSansCondensed-Light.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-Light.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-Light.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-Light.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-Light.svg#FiraSansCondensed-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed-Medium';
  src: url('../fonts/FiraSansCondensed-Medium.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-Medium.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-Medium.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-Medium.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-Medium.svg#FiraSansCondensed-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed-Regular';
  src: url('../fonts/FiraSansCondensed-Regular.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-Regular.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-Regular.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-Regular.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-Regular.svg#FiraSansCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed-SemiBold';
  src: url('../fonts/FiraSansCondensed-SemiBold.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-SemiBold.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-SemiBold.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-SemiBold.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-SemiBold.svg#FiraSansCondensed-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansCondensed-Thin';
  src: url('../fonts/FiraSansCondensed-Thin.eot') format('embedded-opentype');
  src:  url('../fonts/FiraSansCondensed-Thin.otf')  format('opentype'),
         url('../fonts/FiraSansCondensed-Thin.woff') format('woff'), 
         url('../fonts/FiraSansCondensed-Thin.ttf')  format('truetype'), 
         url('.../fonts/FiraSansCondensed-Thin.svg#FiraSansCondensed-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    padding:0;
    margin::0;
    outline: none;
    text-decoration:none;
    box-sizing: border-box;
    font-family: 'FiraSansCondensed-Thin';
}

html{
  scroll-behavior: smooth;
}

body{
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    height:100%;
    font-family: 'FiraSansCondensed-Thin';
    float: left;
    scroll-behavior:smooth;
}

.wrapper{
    padding: 0;
    margin:0;
    width:100%;
    position: relative;
    -webkit-animation-name: fadeInon;
  animation-name: fadeInon;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

section{
    width: 100%;
    float: left;
}

h1,h2,h3,h4,h5,h6,p{margin:0;}

p{
  font-size: 15px;
  color: #000;
  line-height: 18px;
}

.align-right{
  text-align: right;
}

.wrapper sup{
  position: relative;
  top: -8px;
  font-size: 18px;
}

/*=======================================
Common css End Here
=======================================*/

/*=======================================
Top HEader section css End Here
=======================================*/

.top-header{
  background: rgb(15,40,150);
  background: linear-gradient(90deg, rgba(15,40,150,1) 3%, rgba(34,76,180,1) 84%);
  width: 100%;
  padding: 10px 0;
}

.th-row{
  display: flex;
  justify-content: center;
  width: 100%;
}

.th-txt h6{
  color: #fff;
  font-family: 'FiraSansCondensed-SemiBold';
  font-size: 21px;
  margin-right: 10px;
  line-height: 34px;
}

.th-btn{
  background: #081854;
  padding: 7px 20px;
  border-radius: 3px;
  position: relative;
}

.th-btn a{
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-family: 'FiraSansCondensed-Medium';
  font-size: 15px;
  position: relative;
}

.th-btn a:hover{
  text-decoration: none;
}

.nomninate-now{
  background: rgb(17,56,140);
  background: linear-gradient(90deg, rgba(17,56,140,1) 6%, rgba(18,46,130,1) 98%);
  padding: 9px 20px;
  position: relative;
}

.nomninate-now:before,
.th-btn:before,
.btn-mb:before{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left:0;
  top: 0;
  background:#01c2f7;
  z-index: 0;
  transition: all .5s ease-in-out;
}

.nomninate-now a{
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'FiraSansCondensed-Medium';
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: all .5s ease-in-out;
}

.nomninate-now a:hover{
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.nomninate-now:hover:before,
.th-btn:hover:before,
.btn-mb:hover:before{
  width: 100%;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

/*=======================================
Main Header section css End Here
=======================================*/

.main-header{
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
}

.hdr-row{
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
}

.Bootom-header{
  float: left;
  width: 100%;
  padding: 15px 0;
}

.hdr-col-4{
  width: 10%;
}
/*=======================================
banner section css End Here
=======================================*/
.banner{
  background-image: url('../images/background-img.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner-overlay{
  position: absolute;
  background: #ffffff;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: .9;
  z-index: -1;
}

.banner-setting1{
  width: 310px;
    height: 310px;
    position: absolute;
    top: 35%;
    left: 0;
    opacity: .3;
    /* animation: move 55s infinite alternate; */
    /* background: #000; */
    border-radius: 0;
    /* border: 50px solid #db7423; */
    background-image: url(../images/af2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.banner-setting2{
  width: 310px;
  height: 310px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .3;
  /* animation: move 55s infinite alternate; */
  /* background: #000; */
  border-radius: 0;
  /* border: 50px solid #db7423; */
  background-image: url(../images/af1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

@-webkit-keyframes rotate {
  /* from {
    -webkit-transform: rotate(359deg);
    }
    to {
    -webkit-transform: rotate(0deg);
    } */
}

@-webkit-keyframes move {
  from {
    bottom:-35%;
    right:0;
    }
    to {
    bottom:45%;
    right:-30%;
    }
}

.bannerInner{
  position: relative;
  padding: 190px 0 110px 0;
}

.eventLogo{
  width: 14%;
  background: #fff;
  padding: 6px 6px;
  margin-bottom: 15px;
}

.bannerInner .bannerDiscription .infl-logo{
  width: 65%;
  margin: 0 auto;
}

.powerListLogo{
  width:65%;
  margin: 0 auto;
}

.bannerTxt h2{
  color: #0f2896;
  font-family: 'FiraSansCondensed-SemiBold';
  font-size: 45px;
  margin-bottom: 40px;
  line-height: 70px;
  text-align: center;
  /* text-shadow: 2px 2px 4px #000000d6; */
  /* font-family: 'FiraSansCondensed-Regular'; */
}

.powerListLogo h1{
  color: #0f2896;
  font-family: 'FiraSansCondensed-Bold';
  font-size: 62px;
  margin-bottom: 40px;
  line-height: 70px;
  text-align: center;
}

.bannerTxt h2 span{
  font-family: 'FiraSansCondensed-Regular';
}

.backgroudSection, .aimDevelop, .process, .nomination, .selection,.featuedSection{
  position: relative;
  padding: 60px 0 60px;
}

/**/
.sectionhead h3{
  font-family: 'Poppins-SemiBold';
  font-size: 38px;
  margin-bottom: 19px;
  text-transform: capitalize;
  color: #f97601;
  letter-spacing: 1px;
}

.backgroundTxtList li{
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Poppins-ExtraLight';
  font-weight: 600;
  margin-left: 20px;
  line-height: 27px;
}

.backgroundTxtList li:before{
  content:'';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #4224b8;
  top: 8px;
  left: -19px;
  border-radius: 22px;
}

.dateTimeTxt{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.dateTimeTxt p{
  color: #0988ca;
  font-size: 19px;
  font-family: 'FiraSansCondensed-SemiBold';
  margin: 8px;
}

.dateTimeTxt p span{
  color: #0296f1;
  margin-right: 10px;
}

.guide-line p{
  text-align: center;
  font-size: 27px;
  font-family: 'FiraSansCondensed-Medium';
  color: #808080;
  margin-top: 25px;
  line-height: 38px;
}

.guide-line p span{
  color:#0f2896;
}

/*=======================================
Showcase BOx Grid Section start Here
=======================================*/

.nomination-criteria{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.show-box-row{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sbr-col-4{
  width: 34%;
}

.box-info{
  background: #1298df;
  padding: 30px 30px;
  position: relative;
}

.sbr-col-4:nth-child(2) .box-info{
  background: #1091d5;
}

.sbr-col-4:nth-child(3) .box-info{
  background: #0987c9;
}

.box-info h3{
  font-size: 55px;
  font-family: 'FiraSansCondensed-SemiBold';
  color: #fff;
  text-align: center;
}

.box-info h4{
  font-size: 23px;
  font-family: 'FiraSansCondensed-SemiBold';
  color: #fff;
  text-align: center;
}

/*=======================================
New Para citeria css start Here
=======================================*/

.event-para{
  padding: 60px 0;
  background: #f7f9fc;
  display:none;
}

.para-main{
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.paragraph-line h4{
  font-size: 28px;
  font-family: 'FiraSansCondensed-Bold';
  text-align: center;
  color: #0f2896;
  line-height: 35px;
  margin-bottom: 30px;
}

.paragraph-line h6{
  text-align: center;
  font-size: 19px;
  font-family: 'FiraSansCondensed-Regular';
  line-height: 23px;
  margin-bottom: 30px;
}

.featured-mb{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  padding: 0 0 20px 0;
}

.featured-mb-block{
  width: 45%;
}

.feat-block-txt p{
  font-size: 16px;
  color: #5a5858;
  font-family: 'FiraSansCondensed-Regular';
  line-height: 19px;
  margin-bottom: 18px;
  background-image: url(../images/green-checkmark.png);
  background-repeat: no-repeat;
  padding-left: 35px;
}


/*=======================================
Nomination citeria css start Here
=======================================*/

.nc-Row{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.nc-col-4{
  width: 38%;
}

.nc-col-8{
  width: 62%;
}

.criteria-title{
  background: rgb(15,40,150);
  background: linear-gradient(90deg, rgba(15,40,150,1) 3%, rgba(34,76,180,1) 84%);
}

.criteria-title h3{
  font-family: 'FiraSansCondensed-SemiBold';
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 0;
  text-align: center;
}

.criteria-txt{
  background:#f5f5f58f ;
}

.criteria-txt p{
  font-family: 'FiraSansCondensed-Medium';
  font-size: 21px;
  line-height: 69px;
  text-align: center;
  color: #898989;
}

.criteria-title-bg{
  background: #0f1c8c;
}
/*=======================================
Nomination form css start Here
=======================================*/

.content-txt-div{
  position: relative;
  background: #f9f9f9;
  padding: 20px 20px;
}

.content-txt-div:nth-child(1){
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
}


.dab-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f9f9f9;
  left: 0;
  opacity: .9;
}

.ctd-head h3{
  text-transform: capitalize;
  font-size: 36px;
  color: #0f2896;
  font-family: 'FiraSansCondensed-SemiBold';
  margin-bottom: 12px;
  padding-left: 70px;
  position: relative;
}

.ctd-head h3 span img{
  position: absolute;
  top: -5px;
  left: 0;
  width: 9%;
  background: #fff;
  padding: 5px 5px;
}

.ctd-head h3::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background:#122e81;
}

.txt-ul li{
  font-size: 17px;
  margin-bottom: 13px;
  font-family: 'FiraSansCondensed-Regular';
  line-height: 23px;
  position: relative;
  padding-left: 21px;
}

.txt-ul li span{
 font-weight: 600;
}

.txt-ul li::before{
  content: '';
  position: absolute;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #0f2896;
  transform: rotate(45deg);
}


/*Form Div CSS*/
.nomination-form{
  position: relative;
  padding:60px 0;
  overflow: hidden;
}

.zf-row{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.zf-row:before{
  content: '';
  width: 410px;
  height: 320px;
  position: absolute;
  top: 25%;
  left: 41%;
  background-image: url(../images/img-banner.png);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  transform: rotate(273deg);
  z-index: -1;
}

.zf-div-col-7{
  width: 59%;
}

.zf-div-col-5{
  width: 38%;
}



/*=======================================
About section css start Here
=======================================*/
.about{
  padding: 60px 0;
  position: relative;
  width: 100%;
  background: #f6f6f6;
  z-index: 0;
}

.abtTxt-title h3{
  font-size: 41px;
  font-family: 'FiraSansCondensed-SemiBold';
  color:#122e81 ;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.conference-txt h6{
  font-family: 'Poppins-SemiBold';
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 10px;
  color: #8b8b8b;
}

.abtTxt-title h3 span{
  color: #db1b20;
}

.conference-txt p{
  font-size: 20px;
  font-weight: 600;
  font-family: 'FiraSansCondensed-Regular';
  line-height: 35px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.conference-txt p spam{
  font-family: 'Poppins-SemiBold';
}

.bannerContMb .pcr-vid .video-js .vjs-big-play-button{
  border: 0;
  background-color: none !Important;
  background-color: transparent;
  transition: all .5s ease;
}

.pcr-vid .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
  border: 7px solid #f7ad5e;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  left: 26%;
  background: #000000a1;
  line-height: 38px;
  color:#f7ad5e;
}

.pcr-vid .video-js:hover .pcr-vid .vjs-big-play-button{
  background-color: #000;
  transition: all .5s ease;
}

.pcr-vid .vjs-poster{
  background-size: cover;
}

.pcr-vid .video-js .vjs-big-play-button{
  border:0;
  background-color:transparent;
  background-color:none !important;
  border-radius: 0;
}

.pcr-vid .video-js .vjs-control-bar{
  bottom:-1px;
}

.pcr-vid{
  /*border-top: 5px solid rgb(255 138 1);
  border-left: 5px solid rgb(255 138 1);
  border-right: 5px solid rgb(50 57 153);
  border-bottom: 5px solid rgb(50 57 153);*/
  margin-top: 30px;
}

.pcr-vid .video-js:hover .vjs-big-play-button{
  background-color: rgba(115, 133, 159, 0);
}

.pcr-vid .shadow{
  box-shadow: none ! Important;
}

.abt-txt-mb{
  position: relative;
  width: 100%;
  text-align: center;
  margin:10% 0;
  border: 1px solid #898989a8;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: 7px 7px 6px #0000004a;
}

.btn-mb{
  background: rgb(17,56,140);
  background: linear-gradient(90deg, rgba(17,56,140,1) 6%, rgba(18,46,130,1) 98%);
  padding: 9px 20px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.btn-mb a{
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'FiraSansCondensed-Medium';
  text-decoration: none;
  color: #fff;
  position: relative;
}

.btn-mb a:hover{
  text-decoration: none;
}







