@font-face {font-family:Inter_28pt-Regular;src:url(../fonts/Inter_28pt-Regular.ttf);}
@font-face {font-family:Inter_28pt-SemiBold;src:url(../fonts/Inter_28pt-SemiBold.ttf);}
@font-face {font-family:Inter_18pt-Medium;src:url(../fonts/Inter_18pt-Medium.ttf);}
@font-face {font-family:Inter_24pt-MediumItalic;src:url(../fonts/Inter_24pt-MediumItalic.ttf);}


:root{
--skyblue-gradient:linear-gradient(to right, #59e6fd 0%, #4fb9fb 100%);
--orange-gradient: linear-gradient(to right, #f8a437 0%, #e7180e 100%);
--skyblue-gradientText: linear-gradient(to right, #56dff1 0%, #4fb9fa 20%);
--white: #ffffff;
--black:#000;
}

.banner{float:left;width:100%;height:auto;margin-top:0px;}
.banner img{width:100%;}
body{margin:0px;padding:0px;background:#000;}
.desktopView{display:block;}
.mobileView{display:none;}
/**==========Header-Section-Start=============**/
.headerContainer{width:100%;height:75px;padding:0px 0px;background:#000;font-family:exo2Regular;}
header .navbar{padding:0px 0px;}
header .navbar .navbar-brand{padding:0px 0px;max-width:500px}
header .navbar .navbar-brand img{width:100%;max-width:100%;}
#navToggle ul{}
#navToggle ul li{transition:all 0.3s ease-in-out;}
#navToggle ul li a:hover{background:var(--maroon);transform: translateY(-5px);border-radius:5px;border-bottom:4px solid #fff;}
#navToggle ul li a{color:var(--white);font-size:20px;padding: 6px 20px;}
#navToggle .navbar-toggler-icon i{color:#fff;}
#navbarSupportedContent ul li:last-child a{animation: blinker 2s linear infinite;border-radius: 10px 0px 10px 0px;}

@keyframes blinker { 
  0%{background:var(--orange-gradient);color:var(--white);}
  50% { background:var(--white);color:var(--black);}
  75%{background:var(--white);color:var(--black);}
  100%{ background:var(--orange-gradient);color:var(--white);}
}

/**==========Header-Section-End=============**/
.banner {float:left;width:100%;height:auto;margin:0px 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{float:left;width:100%;height:auto;min-height:210px;padding:30px 0px 0px 0px;background-image:url(../images/pune27th-images/footerBg.png);background-repeat:no-repeat;background-size:100%;}
.footer-left{float:left;width:70%;height:auto;padding-left:100px}
.footer-left h1{color:var(--white);font-size:28px;font-family:Inter_28pt-SemiBold;text-transform:uppercase;}
.footer-left ul{margin:0px 0px;padding:0px 0px;list-style:none;}
.footer-left ul li{float:left;font-family:Inter_28pt-SemiBold;color: var(--white);font-size: 20px;border-right:2px solid var(--white);padding:0px 20px;}
.footer-left ul li:first-child{padding-left:0px;}
.footer-left ul li a{color:var(--white);}
.footer-left ul li:last-child{border-right:none;}
.footer-right{float:left;width:30%;height:auto;}
.footer-right h1{color:var(--white);font-size:28px;font-family:Inter_28pt-SemiBold;}
.footer-right ul{list-style:none;margin:0px 0px;padding:0px 0px;}
.footer-right ul li{float:left;margin:0px 5px;}
.footer-right ul li img{width:40px;height:40px;}
.footerStrip{float:left;width:100%;height:auto;}
.footerStrip img{width:100%;}
html{scroll-behavior:smooth;}

.scroll-to-top{display:-webkit-box;display: -ms-flexbox;display: flex;position: fixed;left: 5px;bottom: 5px;-webkit-box-align:center;-ms-flex-align: center;align-items: center;justify-content: center;width: 50px;height: 50px;float: right;border-bottom: 2px solid var(--white);background:var(--orange-gradient);z-index: 213212;}
.scroll-to-top:hover{background:var(--skyblue-gradient);border-bottom: 2px solid #09597c;color:#000 !important;}
svg:not(:root){overflow:hidden;}
.scroll-to-top-icon{color:var(--white);}
.scroll-to-top:hover .scroll-to-top-icon{color:#000 !important;}
.scroll-to-top:hover .scroll-to-top-icon{color:#000;}
.caret-icon{display:inline-block;width:1em;fill:currentColor;}
/****==================Footer-End================**/

html{scroll-behavior:smooth;}
.scroll-to-top {display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;left: 5px;bottom:5px;-webkit-box-align:center;-ms-flex-align: center;align-items: center;justify-content: center;width: 50px;height:50px;float:right;border-bottom: 2px solid var(--white);background:var(--mustard);z-index:213212;}
.scroll-to-top:hover{background:var(--brown);border-bottom:2px solid #fff;color:#fff !important;}
svg:not(:root){overflow:hidden;}
.scroll-to-top-icon{color:var(--white);}
.scroll-to-top:hover .scroll-to-top-icon{color:#fff !important;}
.scroll-to-top:hover .scroll-to-top-icon{color:#fff;}
.padding-left145{padding-left:145px;}
.marginleft60{margin-left:60px;}
.marginright60{margin-right:60px;}

/******************thankyou-container**************/
.scroll-to-top-icon i{color:#fff;}
.blink {background-color: #09597c;-webkit-animation: blink 800ms step-end infinite;animation: blink 800ms step-end infinite;}

@-webkit-keyframes blink {50%{background-color:#000;}}
@keyframes blink{50%{background-color:#000;}}

