@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css?family=Open%20Sans:100,100i,300,300i,400,400i,700,700i,900,900i');
body{
	font-family:'Open Sans';
	color:#464646;
	font-weight:400;
}

@media screen and (max-width: 1600px) {
   .largeDevice{
		display:none;
   }
   .smallDevice{
		display:block;
		
   }
   .widthRes{
		width:100%;
   }
   .m_top180{
		margin-top:110px;
	}
	.postion_left{
		position:relative;
		left:300px;
	}
	.bullet-points li::before{
		left: -11px !important;
		top: 11px !important;
	}
	.bullet-points{
		padding-left: 0px !important;
	}
	.bullet-points li{
		padding: 3px !important;
	}
	.block, .border-block .border-block-heading{
		padding: 20px !important;
	}
	
	.border-block-heading h1{
		font-size:18px !important;
	}
	.new-membership{
		font-size: 14px !important;
	}
	.block, .border-block .border-block-heading{
		left:4% !important;
		top:-7px !important;
	}
	.border-block{
		margin-top:0px !important;
	}
	.largeDevice_logo{
		display:block !important;
	}
	.smallDevice_logo{
		display:none !important;
	}
}
@media screen and (min-device-width: 1601px) and (max-device-width: 1990px) { 
	.smallDevice{
		display:none;
   }
   .largeDevice{
		display:block;
   }
   .m_top180{
		margin-top:180px;
	}
	.largeDevice_logo{
		display:block !important;
	}
	.smallDevice_logo{
		display:none !important;
	}
	.border-block-heading h1{
		font-size:18px !important;
	}
} 
.background_mainBGNew{
	background-image:url("../img/mainBGAlternative.png");
	background-size:cover;
	width:100%;
	height:100vh;
	position:relative;
	border-bottom:20px solid green;
}
.m_top10{
	margin-top:10px;
}
.m_top15{
	margin-top:15px;
}
.m_left_20{
	margin-left:20px;
}
.tdp_flag_animation {
  animation-duration: 3s;
}
.tdp_text_info_animation {
  animation-duration: 3s;
}
.tdp_text_animation {
  animation-duration: 1.5s;
}
nav {
    background-color:#FCD50E;
    height:74px;
	border-bottom: 5px solid red;
}
.img_position_C{
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:70px;
	width:70px;
}
.img_position1{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.background_mainBG{
	background-image:url("../img/mainBGAlternative.png");
	background-size:cover;
	width:100%;
	height:450px;
	position:relative;
	border-bottom:20px solid green;
}
.font_weight{
	font-weight:bold;
}
.color_white{
	color:#fff;
}
.m_top85{
	margin-top:60px;
}
.font_50{
	font-size:50px;
}
.background_mainLBG{
	background-image:url("../img/cadre_LBG.png");
	background-size:cover;
	width:100%;
	height:45vh;
}
.border_white_pad{
	padding:40px;
	border:1px solid #fff;
	border-radius:5px;
}
.text-capital{
	text-transform:uppercase;
}
.m_top20{
	margin-top:20px;
}
.media, .media-body {
    overflow: visible;
    zoom: 1;

}
.background_blackColor{
	background-color:#0B0909;
	width:100%;
	
}
.m_top15{
	margin-top:15px;
}
.countdown-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);

}

.inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 75%;
}

.clock-canvas {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

.text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	margin-top: -50px;
	position: absolute;
	top: 35%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	width: 100%;
}

.text .val {
	font-size: 50px;
}

.text .type-time {
	font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.slickPanelSliderForEventDiv li img{
		width:auto !important;
		height:auto !important;
		border-bottom:none !important;
	}
	
	.clock-item {
		margin-bottom: 30px;		
	}
	.bullet-points li::before{
		left: -11px  !important;
		top: 11px !important;
	}
	.bullet-points{
		padding-left: 0px !important;
	}
	.bullet-points li{
		padding: 3px !important;
	}
	.block, .border-block .border-block-heading{
		padding: 20px !important;
	}
	.border-block-heading h2{
		font-size:18px !important;
	}
	.new-membership{
		font-size: 14px !important;
	}
	.widthRes{
		width:100%;
	}
	.postion_left{
		position:relative;
		left:0px;
	}
	
	.border_right{
		border-right:none !important;
	}
	.largeDevice_logo{
		display:none !important;
	}
	.smallDevice_logo{
		display:block !important;
	}
	.smallDevice_logo_BGURL{
		background-image:url("../img/Group 6000.png") !important;
		background-size:cover;
		width:100%;
	}
	.smallDevice_logo_BGURL2{
		background-image:url("../img/web_2x.png") !important;
		background-size:cover;
		width:100%;
	}
	.registration-info-block{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		background-color:#EFEFE4 !important;
	}
	.img_pos_responsive{
		position:relative;
		top:100px;
	}
	.img_position_responsive{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
}

@media (max-width: 767px) {
	.slickPanelSliderForEventDiv li img{
		width:auto !important;
		height:auto !important;
		border-bottom:none !important;
	}
	
	.clock-item {
		margin: 0px 30px 30px 30px;
	}
	
	.block, .border-block .border-block-heading{
		left:4% !important;
		top:-20px !important;
	}
	.border-block{
		margin-top:50px !important;
	}
	.postion_left{
		position:relative;
		left:0px;
	}
		
	.border_right{
		border-right:none !important;
	}
	.largeDevice_logo{
		display:none !important;
	}
	.smallDevice_logo{
		display:block !important;
	}
	.smallDevice_logo_BGURL{
		background-image:url("../img/Group 6000.png") !important;
		background-size:cover;
		width:100%;
	}
	.smallDevice_logo_BGURL2{
		background-image:url("../img/web_2x.png") !important;
		background-size:cover;
		width:100%;
		
	}
	
	.registration-info-block{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		background-color:#EFEFE4 !important;
	}
	.img_pos_responsive{
		position:relative;
		top:100px;
	}
	.img_position_responsive{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
}
.border_pad{
	padding:20px;
	border:1px solid #ddd;
	border-radius:5px;
}
.line-height{
	line-height:23px;
}
.m_top25{
	margin-top:25px;
}

.addressCss{
	background-color:#EA3028;
	border-radius:5px;
	padding:20px;
	color:#fff;
}
.m_top0{
	margin-top:0px !important;
}
.m_top30{
	margin-top:30px;
}
.box_shadow_white{
	background-color:#fff;
	padding:20px;
}
.border_right{
	border-right:1px dotted #333
}
.color_yash{
	color:#a3a3a3;
}
.contact_img{
	border: 1px solid #E2B13C;
    padding: 15px;
	border-radius: 50%;
	border-width: 2px;
}
.newRgsClickCls,.rnwlRgsClick{
	cursor:pointer;
	text-decoration:underline;
}
.border-block{
	border:1px solid #464646;
	position:relative;
	margin-top: 30px;
}
.border-block .block{
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);
}
.block , .border-block .border-block-heading{
	box-shadow:0px 0px 10px 12px rgba(0,0,0,0.2);
	background-color:#fff;
	border-radius:4px;
	padding:30px;
	position: relative;
	width: 100%;
	left: 6%;
	top: -30px;
}
.border-block .border-block-heading{
	box-shadow: none !important;
	text-align: left;
	font-size: 16px !important;
	padding: 8px 10px;
	padding-left: 25px;
	top: -10px;
	left: 6%;
}
.border-block-heading h2{
	margin: 0;
	font-weight: bold;
	color:#464646;
	font-size:24px;
}
.registration-info-block{
	padding-top: 60px;
	padding-bottom: 60px ;
	background-color:#EFEFE4;
}
.bullet-points{
	padding-left:10px !important;
}
.bullet-points li{
	position: relative;
	list-style: none;
	font-size: 12px;
	padding: 10px;
	line-height: 23px;
}
.bullet-points li:before{
	background-color: #fff;
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	display: inline-block;
	left: -20px;
	top: 21px;
}
.text-danger{
	color:#FF0000 !important;
}
.new-membership{
	font-size: 16px;
	text-transform:uppercase;
	text-decoration:underline;
}
.video-block{
	background-color: #E2000F;
	width: 100%;
	position: relative;
	padding:12px;
	border-radius:4px;
	box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2)
}
.video-block .border-block{
	border: 1px solid #fff;
}
.video-block .border-block-heading h2{
	color:#fff;
	font-size:18px;
}
.video-block .border-block-heading{
	background-color: #E2000F;
	color: #fff;
	padding: 5px !important;
}
.news-feed-block {
	box-shadow:0px 3px 3px 3px #BDBDBD;
	border-radius:5px;
}
.news-feed-block .panel-heading{
	background-color:#fff;
}
.registration-info-block{
	background-image:url("../img/registraionInfo.png");
	background-size:cover;
	
}
.registration-info-block.news{
	padding-left:20px;
	padding-right:20px;
	background-image:none;
}
#twitter-widget-0{
	width:100% !important;
	height:500px !important;
}
.registration-block h2{
	font-size:22px;
	text-decoration:underline;
	margin-top:0px;
	margin-bottom:20px;
}
.registration-block{
	border:1px solid #fff;
	color:#fff;
	padding:20px 30px;
}

.slickPanelSliderForEventDiv li img{
	width:100%;
	height:98vh;
	position:relative;
	border-bottom:2vh solid green;
}
.slick-slider{
	margin-bottom:0px !important;
}
.iphoneWidthCss{
	width:250px !important;
}
.normalWidthCss{
	width:100% !important;
}
.height70vh{
	height:70vh;
}
.height100vh{
	height:100vh;
}