/*------comman-css-start------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    display: inline-block;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #111;
    font-family: 'Raleway', sans-serif;

}
p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #353535;
    font-family: 'Open Sans', sans-serif;

}

body{
    overflow-x: hidden;
}
.heading{
    padding-bottom: 60px;
}

.heading h2{
    font-size: 35px;
    font-weight: 400;
  }
  .heading p{
    width: 570px;
    margin: 0 auto;
    padding-top: 15px;
  
  }
  /*------comman-css-start------*/

/*----------------navigation-area-start------------------*/
/* sub-menu-css-start */
.nav-item{
  position: relative;
  display: block;
}
.nav-item ul{
  position: absolute;
  width: 207px;
  max-width: 0px;
  max-height: 0px;
  background-color: #ffffffe6;
  left: 0;
  top: 100%;
  padding: 10px 5px;
  z-index: 999;
  transform: scaleY(0);
  transform-origin: top-center;
}
.nav-item ul li{ 
  position: relative;
  border-bottom: 1px solid #d3d2d2;
}
.nav-item ul li:last-child{ 
  border-bottom: none;
}
.nav-item ul li a{
  padding: 10px 0;
  font-size: 14px !important;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  text-align: start;
  transition: all linear 4s;
  color: #222 !important;
 }
.nav-item ul li a:hover{
     color: #e60b0b;
 }

.nav-item ul li ul{
  position: absolute;
  width: 230px;
  max-width: 0px;
  max-height: 0px;
  background-color: #efeef3;
  left: 102%;
  top: -24%;
  padding: 10px 5px;
  transform-origin: top-center;
  box-shadow: rgba(50, 50, 80, 0.4) 0px 5px 19px 0px;
 
  
} 
/*.nav-item:hover ul{*/
/*  transform: scaleY(1);*/
/*    max-width: 250px;*/
/*    max-height: 270px;*/
/*    transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;*/
/*}*/
/* sub-menu-css-end */

.navbar{
    padding: 9px 0;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #0060e9c7;
}
.navbar-brand img{
  width: 85px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
}

.navbar ul li a{

    font-size: 15px;
    color: #ffff;
    font: 500;
    font-family: 'Raleway', sans-serif;
    position: relative;
}


.navbar ul li {
    padding-left: 33px;
}
.navbar ul li a:hover {
  color: #FEC600;
}
/* ------------------navigation-area-end---------------------- */

/*-------------------------banner-area-css-start--------------------*/
.banner-bg{
   background-color: #001D25;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   padding: 135px 0;
}
.banner-content{
     position: relative;
     margin-top: 85px;
     z-index: 999;
}
.banner-img-group .imge-two{
  position: absolute;
  top: -151px;
  left: -128px;
  z-index: -1;
}
.banner-img-group .imge-three{
  position: absolute;
  top: -72px;
  left: 345px;
  z-index: -1;
}
.banner-img-group .imge-four{
  position: absolute;
  top: 232px;
  left: 404px;
  z-index: -1;
}
.banner-content h2{
     font-size: 52px;
     font-weight: 700;
     color: #ffff;
    
}
.banner-content h2 span{
     color: #FF3158;
}
.banner-content .banner-btn{
     color: #FF3158;
     border: 1px solid #FF3158;
     padding: 15px 40px;
     background-color: #FF3158;
     color: #fff;
     border-radius: 6px;
     font-size: 16px;
     font-weight: 600;
     transition: all linear .4s;
     margin-top: 50px;
}
.banner-content .banner-btn:hover{
     background-color: transparent;
}

.banner-img{
   position: relative;
}
.banner-img .banner-main-img{
    border-radius: 20px;
    width: 80%;
    margin-left: 66px;
}
.banner-img-group .imge-one{
   position: absolute;
   top: -30px;
   left: -30px;
}


/* ----------------------banner-area-end-------------------*/



/* ------team-prat-start------ */
#team{
  margin: 70px 0;
}
  #team .team-image{
    height: 270px;
    background-color: #fff;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
    position: relative;
  }
  #team .team-image img{
   margin-top: 12px;
  }
  #team .team-image .overlay{
   width: 100%;
   height: 100%;
   background-color: rgba(254, 198, 0, .5);
   position: absolute;
   top: 0;
   left: 0;
   transition: all linear .3s;
   opacity: 0;
  }
  #team .team-image .overlay a{
      color: #fff;
      font-weight: 600;
      background-color: #00000073;
      padding: 8px 15px;
  }
  #team .team-itam:hover .overlay{
    opacity: 1;
  }

  #team .team-text{
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #team .team-text h4{
   font-size: 22px;
   font-weight: 600;
   padding-bottom: 3px;
  }
  #team .team-text .team-icon i{
    width: 32px;
    height: 32px;
    background: #fff;
    color: #111;
    border: 1px solid #111;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    line-height: 32px;
    margin: 0 4px;
    transition: all linear .3s;
  }
  #team .team-text .team-icon i:hover{
    background-color: #FEC600;
    border-color: #FEC600;
  }
  #team .team-text .team-icon p{
      text-align: justify;
      font-weight: 500;
      padding: 0 8px;
  }
  #team .team-text .team-icon {
   padding-top: 20px;
   margin-top: -65px;
   transition: all linear .6s;
   opacity: 0;
   visibility: hidden;
  }
  #team .team-itam:hover .team-icon{
    margin-top: -0px;
    opacity: 1;
    visibility: visible;
  }
  .heading h2{
     font-weight: 700;
     color: #000000;
     font-size: 38px;
  }
  .heading p{
     font-weight: 500;
     color: #000000;
     font-size: 16px;
  }
  .team-itam{
     border: 1px solid #e7e7e7ad;
     margin-bottom: 10px;
  }
/* ------team-prat-end------ */






/*---------------footer-buttom-prat-end----------------*/
#footer-buttom{
  background-color: #353535;
  padding: 15px 0;
}
#footer-buttom p{
 color: #fff;
}
#footer-buttom p span{
 color: #FEC600;
}

/*-------------------footer-buttom-prat-end---------------*/


#topBtn{
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 50px;
  background-color: #f00;
  font-size: 22px;
  color: #e8e7e6;
  border: none; 
  border-radius: 50%;
  cursor: pointer;
  display: none;
}












.conference-bg{
   padding: 40px 0;
}
.conference-title{
     text-align: center;
}
.conference-title span{
      font-size: 20px;
      font-weight: 600;
      color: #c10000;
}
.conference-title h2{
   font-size: 50px;
   font-weight: 800;
   text-align: center;
   
}

.conference-content{
   margin-bottom: 60px;
}
.conference-title{
     text-align: center;
     
}
.conference-title span{
      font-size: 20px;
      font-weight: 700;
      color: #c70000;
}

.conference-title-bottom{
   text-align: center;
       margin-top: 20px;
}
.conference-title-bottom span{
     font-weight: 600;
}
.conference-title h4{
    font-size: 16px;
    padding-bottom: 10px;
    margin-left: 400px;
    color: #af0a00;
    font-weight: 600;
}
.conference-title-bottom h5{
  font-size: 16px;
  padding-bottom: 10px;
      color: #001089;
}
.conference-title-bottom h6{
  font-size: 16px;
  padding-bottom: 10px;
}

.conference-text a{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background-color: #ff1e3a;
    padding: 11px 17px;
    border-radius: 4px;
    margin-top: 11px;;
}


.conference-img img{
   width: 300px;
   margin-right: 10px;
   border-radius: 10px;
}
.img-itam-one{
   margin-bottom: 20px;
}
.conference-text{
   margin-top: 10px;
   margin-right: 37px;
}
.conference-text p{
   font-size: 15px;
   font-weight: 500;
   line-height: 30px;
   text-align: justify;
   margin-bottom: 25px;
}


.agenda-itam{
     background-color: #FFFFFF;
     padding: 25px 15px;
     box-shadow: 0px 1px 5px 5px #ededed;
     margin-bottom: 20px;
     text-align: center;
     border-radius: 10px;
}
.agenda-itam.two{
    margin-top: 130px;
}
.agenda-icon{
    margin-bottom: 10px;
}
.agenda-icon i{
     font-size: 40px;
     color: #ff2020;
}
.agenda-itam-text h4{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
}
.agenda-itam-text p{
    font-size: 16px;
    font-weight: 500;
   line-height: 30px;
}

.agenda-right{
    margin-top: 50px;
    margin-left: 20px;
}
.agenda-right h2{
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 15px;
}
.agenda-right p{
    font-size: 15px;
    font-weight: 500;
    line-height: 33px;
    padding-top: 20px;
}


.schedule-bg{
  padding: 80px 0;
}
.section-top{
 text-align: center;
 margin-bottom: 100px;
}
.section-top span{
  font-weight: 700;
  color: #fa0d0d;
}
.section-top p{
   font-size: 14px;
   font-weight: 600;
   padding-top: 10px;
}
.section-top p span{
   font-size: 17px;
   font-weight: 900;
   color: #d70000;
}
.section-top h3{
font-size: 35px;
font-weight: 700;
text-align: center;
color: #000000;
}

.schedule-bg{
   background-color: #f5f5f5;
}

.event-time{
   background-color: #001668;
   padding: 45px 30px;
}
.event-time span{
    color: #ffd045;
    font-weight: 600;
}
.event-time h4{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-top: 7px;
}
.event-main-content{
   padding: 15px 40px;
   background-color: #fff;
}
.event-main-content h4{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
}
.event-main-content p{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 15px;
    text-align: justify;
}
.event-main-content ul li{
     display: inline-block;
     font-weight: 500;
     margin-right: 20px;
     font-size: 14px;
}
.event-main-content ul li i{
     margin-right: 6px;
     color: #ff0404;
}

.event-speaker .speaker-img{
    margin-right: 15px;
}
.event-speaker .speaker-img img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.spekaer-text{
   margin-top: 10px;

}
.event-speaker.panel-member .spekaer-text{
       border-bottom: 1px solid #c9c1c18c;
       padding-bottom: 5px;
}
.spekaer-text h5{
    font-weight: 700;
    padding-bottom: 4px;
    color: #ff0b0b;
}
.spekaer-text span{
    font-weight: 500;
    color: #444444;
    font-size: 14px;
}
.event-speaker{
  border-left: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 42px 15px;
}
.event-speaker.panel-membar{
  border-left: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 12px 15px;
}
.event-row{
   margin-bottom: 20px;
}



.banner-overlay{
  width: 100%;
  height: 100%;
  background-color: #00000087;
  padding: 200px 0px;
}
.page-banner-text h4{
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}

#speaker{
  margin: 60px 0;
}
.speaker-title{
  text-align: center;
  margin-bottom: 80px;
}
.speaker-title h2{
   font-size: 45px;
   font-weight: 800;
   padding-bottom: 15px;

}
.speaker-title p{
   font-size: 16px;
   font-weight: 500;
   line-height: 30px;
}

.speaker-detalis{
 border: 1px solid rgb(221 215 215);
 padding: 10px;
 box-shadow: 0px 0px 8px 2px #f9eaea;
 height: 650px;
 margin-bottom: 15px;
     overflow: scroll;
}
.speaker-details-img{
   text-align: center;
  
}

.speaker-desig{
  text-align: center;
  padding: 20px 0;
}
.speaker-desig h5{
   font-size: 25px;
   font-weight: 700;
   
}
.speaker-desig span{
   font-size: 15px;
   font-weight: 700;
   font-family: auto;
   color: #f55858;
}
.speaker-details-text p{
   font-size: 14px;
   font-weight: 500;
   line-height: 28px;
   text-align: justify;
}
.speaker-details-social.first{
   margin-top: 95px;
}
.speaker-details-social.scend{
   margin-top: 110px;
}
.speaker-details-social.foure{
   margin-top: 132px;
}
.speaker-details-social ul{
   text-align: center;
   margin-top: 25px;
   margin-bottom: 10px;
}
.speaker-details-social ul li{
   display: inline-block;
   border: 1px solid #f7f7f7;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   line-height: 37px;
   background-color: #0015a7;
}
.speaker-details-social ul li.facebook{
   background-color: #0036b5;
}
.speaker-details-social ul li.twitter{
   background-color: #55ADED;
}
.speaker-details-social ul li.inkidin{
   background-color: #0075AD;
}
.speaker-details-social ul li.google{
   background-color: #DF4F37;
}
.speaker-details-social ul li i{
  color: #fff;
}



#sponer-area{
  margin: 50px 0;
}

.sponer-area-img .sponr-img-one{
   position: relative;
   width: 80%;
   border-radius: 0 40px 258px 36px;
}
.sponer-area-img .sponr-img-two{
   position: absolute;
   width: 27%;
   top: 184px;
   border-radius: 50%;
   border: 5px solid #ee8700;
  left: 358px;
}
.sponer-area-img .sponr-img-thre{
    position: absolute;
    width: 34%;
    top: 370px;
    border-radius: 50%;
    border: 5px solid #EE0034;
    left: 322px;
}
.sponer-area-img .sponr-img-foure{
   position: absolute;
   width: 19%;
   top: 51px;
   border-radius: 50%;
   border: 5px solid #e3934f;
   left: 386px;
   height: 16%;
}

.sponer-area-text{
  margin-top: 20px;
}
.sponer-area-text span{
  font-weight: 700;
  font-size: 15px;
  color: #fd0000;
}
.sponer-area-text h2{
  font-weight: 800;
  font-size: 41px;
  color: #070707;
  padding-bottom: 15px;
}
.sponer-area-text p{
   font-size: 15px;
   font-weight: 500;
   line-height: 30px;
   padding-bottom: 15px;
}
.sponer-area-text h6{
   font-size: 15px;
   font-weight: 600;
   background-color: #ff4343;
   padding: 10px 18px;
   color: #fff;
   border-radius: 3px;
}



.summit-fyler-text{
   margin-top: 50px;
     position: relative;
     padding-right: 65px;
 }
 .summit-fyler-text h2{
     font-size: 46px;
     font-weight: 700;
     padding-bottom: 16px;
     color: #ff2d2d;
 }
 
 
 .summit-fyler-text p{
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-align: justify;
 }
 .summit-fyler-after-img .one{
    position: absolute;
    top: -56px;
    left: 275px;
 }
 .summit-fyler-after-img .two{
    position: absolute;
    top: 282px;
    left: 275px;
 }
 .summit-flyer-img img{
    width: 95%;
    box-shadow: 0px 0px 5px 5px #d1d1d18c;
 }
 .summit-flyer-bg{
    background-color: #f3f3f3;
    padding: 80px 0;
 }



.harry-up-text{
  text-align: center;
 
}
.harry-up-text h2{
   font-size: 60px;
   font-weight: 800;
   color: #FFFFFF;
   padding-bottom: 50px;
}
.harry-up-text ul li{
   font-size: 18px;
   font-weight: 700;
   color: #FFFFFF;
   border: 1px dotted #ffcd18a8;
   padding: 10px 7px;
   margin-bottom: 2px;
}
.harry-up-text a{
   font-size: 19px;
   font-weight: 600;
   color: #fff;
   background-color: #ff1e3a;
   padding: 14px 40px;
   border-radius: 4px;
   margin-top: 40px;
}
.harry-overlay{
 width: 100%;
 height: 100%;
 background-color: #18181896;
 padding: 70px 0px;
}

.registar-bg{
  padding: 50px 0;
  background-color: #ebfbc6;
}

.registration-title{
   text-align: center;
   margin-bottom: 100px;
}
.registration-title h2{
   font-size: 40px;
   font-weight: 700;
   padding-bottom: 7px;
}
.registration-title p{
   font-size: 15px;
   font-weight: 500;
   line-height: 26px;
   width: 700px;
   margin: 0 auto;
}
.registrar-img img{
   width: 90%;
   border-radius: 10px;
}

.registar-form{
    background-color: rgb(251 249 249 / 29%);
    padding: 20px;
    box-shadow: rgb(155 155 155 / 15%) 0px 0px 5px 5px;
    border-radius: 10px;
}
.registar-form h4{
 font-size: 23px;
 font-weight: 600;
 padding-bottom: 34px;
 line-height: 36px;
}

.single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
 height: 55px;
 line-height: 55px;
 border: 1px solid #9f9c9cd9;
 padding-left: 15px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
 border: 1px solid #c3bdbd;
 box-shadow: none;
 color: #415674;
 border-radius: 3px;
 background-color: #ffffff;
 margin-bottom: 7px;
 padding: 9px 25px;
 max-width: 100%;
 width: 100%;
 font-size: 14px;
 line-height: 30px;
 font-weight: 600;
 transition: all 0.3s linear;
}

.single-form textarea {
 height: 135px;
 border: 1px solid #c3bdbd;
 padding-left: 15px;
 resize: none;
}
.form-btn .btn{
   font-size: 16px;
   font-weight: 700;
   background-color: #FF1E3A;
   padding: 15px 47px;
   color: #fff;
   margin-top: 30px;
}