

/*Resett CSS Start*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:root {
  font-size: 14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #222222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Resett CSS Ends*/

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/*Main Css Start*/
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	position: relative;
	width: 100%;
	font-size: 16px;
}
header{background: #fff;}
.bgWhite{background: #fff}
.headerm{
	display: flex;
	display: -webkit-flex;
	flex-direction: row:
	-webkit-flex-direction:row;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 12px 60px;

	position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 6px #7a7a7a;

}
.mt10{
	margin-top: 10px;
}
.mt10.removemt10{
	margin-top: 0px;
}


.searchCustome{
	font-size: 14px;
	font-weight: 700 !important;
}
.bdmarathoner{
	display: flex;
	display: -webkit-flex;
	flex-direction: row:
	-webkit-flex-direction:row;
	align-items: center;
	justify-content: space-between;
}
.bdmleft{
	background-image: linear-gradient(-132deg, #A0ABFC 0%, #49BFFC 100%);
	overflow: hidden;
	flex: 1;
	width: 100%;
}
.bdmleftIn {
	width: 100%;
	height: 90vh;
}
.bdmleftIn img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;}
.bdmright{
	flex: 1;
}
.bdmrightIn{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction:column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
}
.bdmcontent{
	width: 90%;
	margin: 0 auto;
}
.bdm3photo{
	width: 100%;
}
.bdmphoto01{
	background-image: linear-gradient(-132deg, #A0ABFC 0%, #49BFFC 100%);
	flex: 1;
}
.bdmphoto01 img{
	width: 100%;
	height: 100%;
    object-fit: cover;
	overflow: hidden;
	object-position: top;
}
.bdm3photoIn{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction:row;
	align-items: baseline;
	-webkit-align-items: baseline;
	width: 100%;
}
.bdmcontentIN{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction:column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	height: 100%;
}
.nextpre{
	float: right;
	position: relative;
	right: 0;
	font-size: 10px;
	margin-bottom: 13px;
	color: #fff;
	display: none;
}
.nextpre .next{
	padding: 24px;
	background: red;
}
.nextpre .prev{
	padding: 24px;
}
.customN{
	padding: 14px;
	background: rgba(80,227,194,.5);
}
.customN.active{
	padding: 14px;
	background: rgba(80,227,194,.1);
}
.bdmcontentIN01 h1{
	font-size: 5rem;
	color: #222222;
	letter-spacing: -1.66px;
	font-weight: 600;
}
.bdmcontentIN01 p{
	padding-top: 25px;
	font-size: 1rem;
	color: rgba(34,34,34,0.70);
	letter-spacing: .2px;
	line-height: 1.6rem;
}
.knowmore{
	font-size: 1rem;
	font-weight: 700;
	padding-top: 25px;
}
.containall{
	padding-left: 60px;
	padding-right: 60px;
}
.sponsorshipinquiry{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.sponsorshipinquiryIN{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction:row;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.sponsorshipinquiryIN h1{
	font-size: 5rem;
	color: #222222;
	letter-spacing: -1.66px;
	font-weight: 600;
}
.sponsorshipinquiryIN p{
	padding-top: 25px;
	font-size: 1rem;
	color: rgba(34,34,34,0.70);
	letter-spacing: .2px;
	line-height: 1.6rem;
}
.inputgg{
	padding-bottom: 1.5rem;
}
.inputgg label{
	padding-bottom: .5rem;
	font-size: 14px;
	color: #222222;
	letter-spacing: 0.33px;
	display: block;
	width: 100%;
	margin-bottom: .5rem;
	padding: 0px;
}

.inputgg input{
	border: 1px solid #979797;
	width: 100%;
	padding: 12px;
	font-size: 14px;
	box-sizing: border-box;

}
.sponsco,.inform{
	flex: 1;
}
.sponscoIN{
	width: 80%;
	margin: 0 auto;
}
.hdfcRun{
	
}
.titleSUb{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction:row;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #fff;
	/*border-top: 8px solid #222222;
	border-bottom: 8px solid #222222;*/
}
.titleSUb01 h1{
	font-size: 5rem;
	color: #222222;
	letter-spacing: -1.66px;
	font-weight: 600;
	user-select: none;
}
.titleSUb01 p{
	padding-top: 5px;
	font-size: 1.1rem;
	color: rgba(34,34,34,0.70);
	letter-spacing: .2px;
	line-height: 1.6rem;
}
.titleSUb01span{
	font-size: 4rem !important;
	transition: transform .2s ease-in-out
}
.runmarw{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction:column;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	height: 100%;
	background: #EAEAEA;
}
.runmarwIN{
	width: 60%;
}
.dissecc{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction:row;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background: #fff;
	margin-top: -1px;
	position: relative;
}
.pdT120{
	padding-top: 76px;
}


/*.runImgNPB{
	position: relative;
    z-index: 1;
}*/
.runmarw{
	flex: 1;
}
.prevIMM,.nextIMM{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 8px;
	background: rgba(178,178,178,.5);
	cursor: pointer;
}
.prevIMM{
	left: 0;
}
.nextIMM{
	right: 0;
}

.runmarwIN h1{
	font-size: 5rem;
    color: #222222;
    letter-spacing: -1.66px;
    font-weight: 600;
}
.runmarwIN p{
	padding-top: 25px;
    font-size: 1rem;
    color: rgba(34,34,34,0.70);
    letter-spacing: .2px;
    line-height: 1.6rem;
}
.titleSUb01spanRotate{
	transform: rotate(-180deg);
}
footer{
	width: 100%;
	background: #222222;
	padding: 16px 0px;
}
footer h5{
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	letter-spacing: -0.64px;
}

.posiAbsol{
	position: absolute;
}
.posiRelative{
	position: relative;
}
.leftBC,.rightBC{
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 9px;
}
.leftBC{left: 5px;}
.rightBC{right: 5px;}
.posiRel{
	position: relative;
}
.runImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wid50Per{width: 50%;}
.runImg{width: 50% !important;}

.flex1{
	flex: 1;
}
.emialid,.mobilenn{display: block;}
.textBold{
	font-weight: bold !important;
}
/*Media Query*/
@media screen and (max-width: 992px) {
	.bdmarathoner{    flex-direction: column-reverse;}
	.sponsorshipinquiryIN{flex-direction: column;}
	.inform{margin-top: 48px;width: 100%;}
	.dissecc{flex-direction: column;margin-top: 0;}
	 .bdmcontentIN01 h1{font-size: 4rem}
	 .sponsorshipinquiryIN h1{font-size: 4rem}
	 .titleSUb01 h1{font-size: 4rem}
	 .runmarwIN h1{font-size: 4rem}
	 .navm ul li a{padding: 3px 0px;}

	 .navm ul li + li {margin-left: 20px;}
	 .wid50Per{width: 100%;}
	 .runImg{
	 	width: 100% !important;
	 }
	 .headerm{padding: 12px 20px;}
	 .bdmcontent{width: 95%}
	 .sponscoIN{width: 100%}
}
@media screen and (max-width: 600px) {
	.containall{padding-left: 15px;padding-right: 15px;}
	.bdmcontentIN01 h1{font-size: 2.5rem;}
	.sponsorshipinquiryIN h1{font-size: 2.5rem;}
	.titleSUb01 h1{font-size: 2.5rem;}
	
}
@media screen and (max-width: 400px) {
	.headerm{flex-direction: column;}
	.bikiLogo{margin-bottom: 12px;}
	.bdmcontentIN{margin-top: 20px;}
	
}

.mouseMoveEffect{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999999;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px solid grey;
	transition: .2s all;
	    background: #e3e3e3;

}