@font-face {
  font-family: roboto-regular;
  src: url(../fonts/roboto-regular.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(../fonts/roboto-bold.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --orange: #f15822;
  --dark-grey: #000b1a;
  --white: #fff;
  --black: #000;
  --bgBlack: #15222b;
  --bodyBg: #f4f3fa;
}

body {
  font-family: roboto-regular;
  font-size: 16px;
  background: var(--bodyBg);
  line-height: 30px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}


.img {
  width: 100%;
}

.banner{float:left;width:100%;height:auto;margin-top:0px;}
.banner img{width:100%;}
.desktopView{display:block;}
.mobileView{display:none;}

/*Header-Start */
header {
  background: var(--orange);
  padding: 0px 25px;
  height: 80px;
}

.logo {
  width: 200px;
}

.navbar {
  padding: 0px 0px;
  height:80px;
}

.navbar-brand {
  padding: 0px 0px;
  padding: 0px 0px;
  margin-top: 13px;
  max-width: 550px;
}

.nav-item {
  color: var(--white);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 10px;
  margin: 0px 5px;
  font-family: Roboto-Medium;
  font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  padding: 0px 15px;
  background: var(--white);
  margin: 0px 5px;
  border-radius: 5px;
  color: var(--orange);
}

.navbar-expand-lg .navbar-nav .nav-link.register-btn {
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
  border-radius: 5px;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #15222b;
    -webkit-box-shadow: 0 0 3px #15222b;
  }
  50% {
    background-color: var(--white);
    -webkit-box-shadow: 0 0 15px var(--white);
    color: var(--bgBlack);
  }
  100% {
    background-color: #15222b;
    -webkit-box-shadow: 0 0 3px #15222b;
  }
}
/* Header-End */

.banner {float:left;width:100%;height:auto;margin:70px 0px 0px 0px;position:relative;}
.banner img{width:100%;}
.becomepartner-banner{float:left;width:100%;height:auto;margin:95px 0px 0px 0px;position: relative;display:block;}
.becomepartner-banner img{width:100%;}
.gradient-tab{float:left;width:100%;height:auto;/*background:##105193;background: -moz-linear-gradient(left, #105193 0%, #5b3362 51%, #a51433 100%);background: -webkit-linear-gradient(left, #105193 0%,#5b3362 51%,#a51433 100%);background: linear-gradient(to right, #105193 0%,#5b3362 51%,#a51433 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105193', endColorstr='#a51433',GradientType=1);*/padding:20px 0px;margin-bottom:30px;}
	
.gradient-border-golden{float:left;width:100%;height:20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fee080+0,ba8428+100 */
background: #fee080; /* Old browsers */background: -moz-linear-gradient(top,  #fee080 0%, #ba8428 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #fee080 0%,#ba8428 100%); /* Chrome10-25,Safari5.1-6 */background:linear-gradient(to bottom,  #fee080 0%,#ba8428 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee080', endColorstr='#ba8428',GradientType=0 ); /* IE6-9 */}
#image-gallery{margin-bottom:10px;}

/* Footer-Start */
footer {background: var(--orange);margin: 160px 0px 0px 0px;padding-bottom: 60px;color:var(--white);width:100%;}

.footer-inner {background: var(--dark-grey);border-radius: 20px;border: 2px solid var(--white);
margin-top: -100px !important;width: 80%;height: 160px;padding: 30px 30px;margin: 0 auto;background-image: url(../images/lucknow29th-images/footerImg.png);background-repeat: no-repeat;
background-size: 100%;background-position: 0px -65px;}

.footer-inner h1{font-family:"Roboto-Medium";font-size:35px !important;}

.footer-left{width:65%;padding-left:50px;}

.footer-left ul li{border-right:2px solid var(--white);}

.footer-right{width:35%;padding-left:50px;}

.footer-right ul li img{max-width:80%;}
/* Footer-End */
.padding-left145{padding-left:145px;}
.marginleft60{margin-left:60px;}
.marginright60{margin-right:60px;}

/******************thankyou-container**************/


