/*=======================================
Common css Start Here
=======================================*/


@font-face {
  font-family: 'Poppins-Thin';
  src: url('../fonts/Poppins-Thin.eot') format('embedded-opentype');
  src: url('../fonts/Poppins-Thin.otf') format('opentype'),
    url('../fonts/Poppins-Thin.woff') format('woff'),
    url('../fonts/Poppins-Thin.ttf') format('truetype'),
    url('.../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url('../fonts/Poppins-ExtraLight.eot') format('embedded-opentype');
  src: url('../fonts/Poppins-ExtraLight.otf') format('opentype'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff'),
    url('../fonts/Poppins-ExtraLight.ttf') format('truetype'),
    url('.../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype');
  src: url('../fonts/Poppins-SemiBold.otf') format('opentype'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('.../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype');
  src: url('../fonts/Poppins-Bold.otf') format('opentype'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('.../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: :0;
  outline: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Poppins-ExtraLight';
  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;
}


/*=======================================
Common css End Here
=======================================*/


/*=======================================
Logo Section css Start Here
=======================================*/

.LogoSection {
  position: relative;
  padding: 60px 0 60px;
  /*background: #2985c4;*/
  background-image: url("../images/bg-n.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;

}

.logoMb {
  width: 20%;
  position: relative;
  margin: 0 auto;
  max-height: 105px;
  box-shadow: 2px 2px 4px #00000061;
}

.eventName h1 {
  text-align: center;
  letter-spacing: 1px;
  text-align: center;
  font-size: 51px;
  font-family: 'Poppins-SemiBold';
  margin-top: 15px;
  color: #fff;
  text-shadow: 2px 2px 3px #000000ab;
}

.eventName h6 {
  text-align: center;
}

.bannerSection {
  position: relative;
  padding: 60px 0 60px;
}

.bannerHead h2 {
  color: #4dae49;
  font-family: 'Poppins-SemiBold';
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 45px;
}

.bannerHead p {
  font-family: 'Poppins-ExtraLight';
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #383737;
}

/**/
.contentPoints ul {
  list-style: disc;
  list-style-position: outside;
  margin: 20px 20px 20px;
}

.dateTime {
  display: flex;
  justify-content: center;
}

.dateMb p,
.timeMb p,
.placeMb p {
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  margin-top: 15px;
}

/**/
.contentBullet ul {
  list-style: none;
  list-style-position: outside;
  margin-left: 14px;
}

.contentbulletUL li {
  font-size: 15px;
  margin-bottom: 15px;
  font-family: 'Poppins-ExtraLight';
  font-weight: 600;
  position: relative;
}

.contentbulletUL li:before {
  content: '';
  position: absolute;
  position: absolute;
  width: 8PX;
  height: 8PX;
  border-radius: 50%;
  background: #76ab41;
  top: 7px;
  left: -18px;
}

.contentbulletUL li span {
  font-family: 'Poppins-SemiBold';
}

.cont-info {
  background: linear-gradient(90deg, #75ab42 32.00%, #73aa45 33.00%, #2985c4 97.00%);
  opacity: 1;
  font-family: 'Poppins-SemiBold';
  padding-bottom: 0;
}

.div-sec {
  padding: 40px;
}

.logo-img {
  width: 500px;
}

.form-sec {
  width: 600px;
}

.sec-img {
  height: 300px;
}

.sec-title {
  font-size: 50px;
  color: #ffff;
  font-weight: bolder;
  padding: 30px;
  
}

@media only screen and (max-width: 900px) {
  .logo-img {
    width: 100%;
  }

  .form-sec {
    width: 100%;
  }

  .sec-img {
    width: 100%;
    height: 250px;
    margin: auto;
  }
  .sec-title {
    font-size: 30px;
    color: #ffff;
    font-weight: bolder;
    padding: 30px;
    text-align: center;
  }
}

#LTF_TF_Cont {
  display: none !important;
}