/*=======================================
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;
}

.loader-mb{
  align-items: center;
  background: rgb(239 239 239);
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999999999;
  animation: hidein;  
  animation-iteration-count: 1;
  animation-duration: 4s;
  visibility: hidden;
}


.loader  {
  animation: rotate 1s infinite;  
  height: 150px;
  width: 150px;
}



.loader:before,
.loader:after {   
  border-radius: 50%;
  content: '';
  display: block;
}

/*.loader:before {
  animation: ball1 1s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite; 
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}*/

@keyframes hidein {
  0% { 
    visibility: visible;
  }
  100% { 
    visibility: hidden;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}

.customClass{
  display: none;
}

/*=======================================
Common css End Here
=======================================*/

/*=======================================
Top HEader section css End Here
=======================================*/

.top-header{
  background:#01549c;
  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: #013562;
  padding: 7px 24px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.th-btn a{
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-family: 'FiraSansCondensed-Medium';
  font-size: 15px;
  position: relative;
  z-index: 11;
}

.th-btn a:hover{
  text-decoration: none;
}

.nomninate-now{
  background:#013562;
  padding: 9px 20px;
  position: relative;
  overflow: hidden;
  margin: 13px 0;
}

.nomninate-now:before,
.th-btn:before,
.btn-mb:before{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left:-14px;
  top: 0;
  background:#ee2d75;
  z-index: 0;
  transition: all .5s ease-in-out;
  transform: skewX(36deg);
  overflow: hidden;
}

.nomninate-now:after,
.th-btn:after,
.btn-mb:after{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  right:-14px;
  top: 0;
  background:#ee2d75;
  z-index: 0;
  transition: all .5s ease-in-out;
  transform: skewX(36deg);
  overflow: hidden;
}

.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;
  z-index: 999;
}

.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: 63%;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.nomninate-now:hover:after,
.th-btn:hover:after,
.btn-mb:hover:after{
  width: 63%;
  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: 17%;
}

.hdr-logo{
  position: relative;
  width: 100%;
  top: 0;
}
/*=======================================
banner section css End Here
=======================================*/
.banner{
  background-image: url('../images/banner-bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
  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%;
    right: 0;
    opacity: .3;
    /* animation: move 55s infinite alternate; */
    border-radius: 0;
    background-image: url(../images/hero-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: 0;
}

.banner-setting2{
  width: 600px;
  height: 600px;
  position: absolute;
  top: 53px;
  right: 0;
  opacity: .2;
  border-radius: 0;
  background-image: url(../images/new-corner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  z-index: -1;
}

@-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;
}

.powerListLogo{
  width:40%;
  margin: 0 auto;
}

.bannerTxt h2{
  color: #0a7ec2;
  font-family: 'FiraSansCondensed-Bold';
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 70px;
  text-align: center;
  /* text-shadow: 2px 2px 4px #000000d6; */
  /* font-family: 'FiraSansCondensed-Regular'; */
}

.powerListLogo h1{
  color: #790365;
  font-family: 'FiraSansCondensed-Bold';
  font-size: 70px;
  margin-bottom: 40px;
  line-height: 80px;
  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;
  margin-bottom: 20px;
}

.dateTimeTxt p{
  color: #0a7ec2;
  font-size: 19px;
  font-family: 'FiraSansCondensed-SemiBold';
  margin: 8px;
}

.dateTimeTxt p span{
  color: #ee2d75;
  margin-right: 10px;
}

.guide-line p{
  text-align: center;
  font-size: 27px;
  font-family: 'FiraSansCondensed-Medium';
  color: #231f20;
  margin-top: 25px;
  line-height: 38px;
}

.guide-line p span{
  color:#ee2d75;
}

.bannerInner .bannerDiscription .imp-ldrs{
  width: 65%;
  margin: 0 auto;
}

/*=======================================
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: #01549c;
  padding: 30px 30px;
  position: relative;
}

.sbr-col-4:nth-child(2) .box-info{
  background: #014887;
}

.sbr-col-4:nth-child(3) .box-info{
  background: #013a6c;
}

.icon-img{
  position: relative;
  width: 100%;
  text-align: center;
}

.icon-img img{
  width: 15%;
}

.box-info h4{
  font-size: 23px;
  font-family: 'FiraSansCondensed-SemiBold';
  color: #fff;
  text-align: center;
}

/* =============================================
Paragraph Line section
============================================= */
.event-para{
  padding:60px 0;
  background: #f7f9fc;
}

.para-main{
  position: relative;
  width: 67%;
  margin: 0 auto;
}

.paragraph-line h4{
  font-size: 29px;
  font-family: 'FiraSansCondensed-Bold';
  text-align: center;
  color: #0a7ec2;
  line-height: 35px;
  margin-bottom: 30px;
}

.paragraph-line h4 span{
  color:#013a6c;
}

.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;
}

.feat-block-txt p span{
  font-family: 'FiraSansCondensed-Medium';
}

/*=======================================
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: #e76c08;
}

.criteria-title h3{
  font-family: 'FiraSansCondensed-SemiBold';
  font-size: 35px;
  color: rgb(255 255 255);
  text-transform: capitalize;
  padding: 12px 0;
  text-align: center;
}

.criteria-txt{
  background:#043558 ;
}

.criteria-txt p{
  font-family: 'FiraSansCondensed-Medium';
  font-size: 21px;
  line-height: 69px;
  text-align: center;
  color: #fff;
}

.criteria-title-bg{
  background: #0f1c8c;
}

/*=======================================
Nomination Box Section css start Here
=======================================*/

.nomination-box{
  padding: 60px 0;
}

.box-head h3{
  text-align: center;
  font-size: 45px;
  text-transform: capitalize;
  font-family: 'FiraSansCondensed-Bold';
  color: #01549c;
}

.nb-div-row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.nb-subdiv{
  width: 33%;
}

.ctr-div{
  border: 1px solid #e5e2e2;
  padding: 15px 15px;
  margin: 5% 1%;
  transition: all .5s ease-in-out;
}

.ctr-div:hover{
  /* padding:0; */
  transition: all .5s ease-in-out;
}

.ctr-img-txt{
  position: relative;
  width: 100%;
}

.ctr-content{
  position: relative;
  background: #013a6c;
  padding: 15px 10px;
  margin-top:-5px;
}

.ctr-title{
  padding: 6px 0;
  background: #f2f2f2;
  margin-bottom: 15px;
}

.ctr-title h4{
  font-size: 22px;
  font-family: 'FiraSansCondensed-Bold';
  color: #ee2d75;
  text-align: center;
}

.ctr-txt p{
  font-size: 15px;
  font-family: 'FiraSansCondensed-Regular';
  color: #fff;
  text-align: justify;
}

.box-overlay-div{
  position: absolute;
  bottom: 0;
  height: 50%;
  padding: 20px;
  transition: all .6s ease-in-out;
  opacity: 0;
  background-image: url(../images/overlay-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 0;
}

.background-overlay-layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #013a6ce0;
}

.overlay-content{
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ctr-div:hover .box-overlay-div{
  height: 100%;
  transition: all .6s ease-in-out;
  opacity: 1;
}

.overlay-content .btn-mb{
  margin-top:30px;
}


/*=======================================
Nomination form css start Here
=======================================*/

.zf-start-div{
  width: 35%;
  margin: 0 auto;
}

.content-txt-div{
  position: relative;
  width: 100%;
  background: #f1f1f15e;
  padding: 15px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 8px solid #e76c08;
  float: left;
}

.content-txt-div:nth-child(1){
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  background-image: url(../images/Selection-Criteria-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-txt-div:nth-child(2){
  margin-bottom: 25px;
  background-image: url(../images/social-media-plt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ctd-head h3{
  text-transform: capitalize;
  font-size: 36px;
  color: #094374;
  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;
}


.txt-ul li{
  font-size: 17px;
  margin-bottom: 13px;
  font-family: 'FiraSansCondensed-Regular';
  line-height: 23px;
  position: relative;
  padding-left: 40px;
}

.txt-ul-list .audience li{
}

.txt-ul li span{
 font-weight: 600;
}

.txt-ul li::before{
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  width: 25px;
  height: 20px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dab-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #f9f9f9;
  left: 0;
  opacity: .9;
}


/*Form Div CSS*/
.nomination-form{
  position: relative;
  padding:60px 0;
  overflow: hidden;
  background: #f7f9fc;
  z-index: 0;
}

.nomination-form::before{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background:#0a7ec2;
  z-index: -1;
}
.nomination-form::after{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background:#ee2d75;
  z-index: -11;
}

.zf-row{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.zf-div-col-7{
  width: 59%;
}

.zf-div-col-5{
  width: 100%;
}

.zf-div-col-5 .pwr-zf{
  width: 90%;
  margin: 0 0;
  float: right;
}

/*=======================================
About section css start Here
=======================================*/
.about{
  padding: 60px 0;
  position: relative;
  width: 100%;
  /* background: #f6f6f6; */
  z-index: 0;
  background-image: url(../images/glimpses-bg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.glimpses-overlay{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
  opacity: .9;
}

.abtTxt-title h3{
  font-size: 41px;
  font-family: 'FiraSansCondensed-SemiBold';
  color:#01549c ;
  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:#013562;
  padding: 9px 20px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.btn-mb a{
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'FiraSansCondensed-Medium';
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 11;
}

.btn-mb a:hover{
  text-decoration: none;
}







