/* =========================== Menu ====================== */
.ml-auto
{
	margin-left: 0px !important;
}
.navbar-area
{
	background:white;
	padding:0px;
}
.navbar-area .navbar .navbar-nav .nav-item a
{
	color:black;
	font-weight: 500;
	margin:0px;
}
.menu-container
{
	width: 100%;
    max-width: 100%;
}
.navbar-area .navbar .navbar-btn .menu-bar
{
	font-size:16px;
	color:white;
	font-weight: 500;
}
.navbar-area.sticky
{
	padding:0px;
}
.lni-envelope:before
{
	font-size: 18px;
}
.d-none
{
	background-color: #f44336;
    padding: 8px 12px;	
}
.mob-home
{
	display:none;
}

/* =========================== slider ======================= */
.portfolio-area-top
{	
	padding-top: 90px;
    padding-bottom: 100px;
}
.slider-area
{
	padding-top:45px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.slider-img
{
	width:100%;
	height: 800px;
}
/*.slider-content {

	position: absolute;
	 top: 50%; 
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
}*/
.slider-logo {
  position: absolute;
  top: 35px;
  right: 0px;
  text-align: right;
}
.slider-txt-p-1
{
	font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.slider-txt-p-2
{
	font-size: 22px;
    font-weight: 600;
    line-height: 1.9;
	color:#f44336;
}
.slider-img-mob
{
	display:none;
}

/* ========================== All Fixed Images ============================= */
.all-display-container 
{
	position: relative;
}
.all-opacity-min
{
	opacity: 0.95;
}
.summit, .agenda, .speakers, .partners, .delegate, .contact{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.summit {
    background-image: url(../image/ABOUT_the_summit.png);
    min-height: 400px;
}
.agenda
{
	background-image: url(../image/Captur.JPG);
    min-height: 400px;
}
.speakers
{
	background-image: url(../image/SPEAKERS.png);
    min-height: 400px;
}
.partners
{
	background-image: url(../image/OUR_PARTNERS.png);
    min-height: 400px;
}
.delegate
{
	background-image: url(../image/DELEGATE.png);
    min-height: 400px;
}
.contact
{
	background-image: url(../image/Conta.png);
    min-height: 400px;
}
.all-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 15px;
    margin: auto;
    text-align: center;
}
.all-wide {
    letter-spacing: 2px;
}
.all-text-black, .all-hover-text-black:hover {
    color: #000!important;
}
.all-xxlarge {
    font-size: 36px!important;
}
.all-wide {
    letter-spacing: 4px;
}
.btn-area
{
	display:none;
}

/* ============================== summit ======================= */
.about-area
{
	padding-top:0px;
	background-color:white;
}
.summit-txt
{
	padding-top:50px;
}
.summit-txt .text
{
	color:#6c6c6c;
	padding-bottom:20px;
}
/* ========================== agenda ================================== */
.portfolio-area
{
	padding-top:0px;
}
.agenda-row
{
	padding-top:50px;
}
.agenda-row-row
{
	padding-top:20px;
}
.time-txt
{
	/* color: #6c6c6c; */
	color: #f8f9fa;
	padding-left:50px;
	padding-bottom:10px;
	/* background:#ffdddd; */
	background: #f44336;
}
.agenda-txt
{
	/* color:#6c6c6c; */
	color: #f8f9fa;
	padding-bottom:10px;
	/* background:#ffdddd; */
	background: #f44336;
}
.agenda-list
{
	color:#6c6c6c;
	list-style-type: disc;
	padding-left:45px;
}
.agenda-col
{
	padding-right:0px;
}
.agenda-col-1
{
	padding-left:0px;
}

/* ============================== speakers ============================= */
.pricing-area
{
	padding-top:0px;
	background-color:white;
}
.speakers-row
{
	padding-top:50px;
}
.speakers-img-div
{
	text-align:center;
}
.speakers-img-div img
{
	width:100%;
	padding: 25px;
}
.speakers-txt
{
	font-size:14px;
	color: #777;
}
/* ============================== partners =============================== */
.testimonial-area
{
	padding-top:0px;
	background-color:white;
}
.partners-row
{
	padding-top:50px;
}
.partners-txt
{
	text-align:center;
	color:#777;
	font-size:22px;
	font-weight:bold;
	padding-bottom:20px;
}
/* =========================== delegate =============================== */
.client-logo-area
{
	padding-top:0px;
}
.delegate-container
{
	width:65%;
	max-width:65%;
}
.delegate-row
{
	padding-top:50px;
}
.delegate-b-txt
{
	text-align: center;
    color: #777;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}
.delegate-list
{
	list-style-type: disc;
}
.delegate-list li
{
	color: #777;
}
.delegate-red li
{
	color:white;
}
.delegate-blue li
{
	color:white;
}
.delegate-red
{
	background: #f44336;
    padding: 25px;
}
.delegate-blue
{
	background: #2196F3;
    padding: 25px;
}
/* ============================ Contact ==================================== */
.contact-area
{
	padding-top:0px;
}
.contact-row
{
	padding-top:50px;
}
.contact-info li a
{
	color: #777;
}
.copyright
{
	color: #777;	
}
.copyright a
{
	color: #777;
	text-decoration:underline;	
}
.footer-area .footer-copyright .social li a:hover
{
	color:#f44336;
}
.rounded-buttons .rounded-three
{
	background:#f44336;
}
/* ================================= Mobile View ============================ */
@media only screen and (max-width: 600px) {
	.navbar-toggler
	{
		padding: .75rem .75rem;
	}
	.navbar-area .navbar .navbar-collapse
	{
		top:100%;
	}
	.menu-container
	{
		padding-right: 0px;
		padding-left: 0px;
	}
	.mob-home
	{
		display:block;
	    /* padding-left: 15px; */
		font-size: 16px;
		color: black;
		font-weight: 500;
	}
	.desk-home
	{
		display:none !important;
	}
	/* ====================================== agenda ========================== */
	.time-txt
	{
		/* padding-left:0px; */
		padding-left:10px;
	}
	.agenda-txt
	{
		padding-left:10px;	
	}
	.agenda-col
	{
		padding-right:15px;
	}
	.agenda-col-1
	{
		padding-left:15px;
	}
	/* ========================= portfolio ==================================== */
	.slider-img
	{
		/* height: 40vh; */
		height: 33vh;
	}
	.portfolio-area-top
	{
		padding-bottom:50px;
		padding-top:40px;
	}
	/* ================================ delegate ============================== */
	.delegate-container
	{
		width:90%;
		max-width:90%;
	}
	/* ================================ partner ============================== */
	.row .part
	{
		margin-right:-15px;
		margin-left:-15px;
		padding-top:25px;
	}
	.part
	{
		padding-top:0px;
	}
	.text-center 
	{
		padding: 20px;
	}
	/* ======================= slider =============================== */
	.slider-img-mob
	{
		display:block;
		height: 80vh;
	}
	.slider-img
	{
		display:none;		
	}
	.slider-content
	{
		width:100%;
	}
	.slider-txt-p-1
	{
		font-size:18px;
	}
	.slider-txt-p-2
	{
		font-size: 16px;
		line-height: 1.9;
	}
	.slider-txt
	{
		padding-top:20px;
	}
	.slider-logo
	{
		top: 48px;
		right: 0;
		text-align: right;
	}
	.slider-logo img
	{
		width:50%;
		display: none;
	}
	/* ======================== Mob Register Button ==============================*/
	.btn-area
	{
		display:block;
		position:fixed;
		bottom: 35px !important;
		z-index:100;
		width: 100%;
		text-align: center;
	}
	.mobile-btn
	{		
		/* width:100%; */
		width: 45%;
		background-color:#f44336;
		color:white;
		border-radius: 25px;
	}
	a:hover
	{
		color: #f4f6f7 !important;
	}
	/* ========================= Back to top ==================== */
	.back-to-top
	{
		bottom: 50px;
		display: none !important;
	}
}





.top{
	background-color: #ffffff;
	border: 2px solid black;
	padding: 10px;
	border-radius: 30px;
	height: 435px;
/*	width: 45vw;*/
	overflow: hidden;
}
.Speaker{
	text-align: center !important;
	color: black;
	/*color: darkblue;*/

}
.ashok_muthuswamy{
	border-radius: 100px;
	border: 2px solid #b38b4f;
	
}
.muthuswamy{
	color: black;
}
.fa-linkedin{
	background-color: #4285f4b0;
	padding: 10px;
	border-radius: 20px;
}

.About{
	color: black;
	text-align: center;

}
.iml{
	height: 85px;
}

.iml1{
	height: 70px !important;
}

.img_comon{
	display: flex; 
	justify-content: center;
}
.img_comon_exhibit{
	display: flex; 
	justify-content: center;
	margin-top: 0 !important;
}






/* Note: I'm using the ::double colon pseudo-element notation. Use :single colon for compatibility with older browsers */


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: darkblue;
    display: inline-block;
    position: absolute;
    left: -20px;
    width: 5px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid darkblue;
    left: -35px;
    width: 35px;
    height: 35px;
    z-index: 400;
}

.Opening{
	font-size: 18px;
	background-color: red;
	color: white;
	padding: 7px;
	border-radius: 4px;
}

ul.timeline > .Chat:before {
content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #800080;
    left: -28px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

hr{
	background-color: red;
	height:1px;
	margin-top: 27px;
}
.red{
	width: 20px;

}
.p{
	font-size: 16px;
}

.footer-area{
	background-color: black; 
	padding: 10px;
}
.white{
	color: white;
	padding: 5px;
	font-size: 15px;
}
.TOUCH{
	text-align: center;
	background-color: black;
	color: darkblue;
	width: 100vw;
	height: 50px;
}

.previous{
	width: 70px;
}

.pre{
/*	margin-left: 60px;*/
}
.KNOWLEDGE{
/*		margin-left: 135px;*/
}
.Vice{
	font-size: 14px;

}
.partne_r{
	display: flex;
	flex-direction: column;
	align-items: center;
}
	

.Now{
padding: 18px;
font-size: 26px;
}

/*body{
	background-image: url('image/F.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}*/

.zumen_img{
	height:120px;
}
.bfw_img{
	height: 90px;
}
.m2nxt_img{
	height: 100px;
	margin-bottom: 20px;
    margin-left: 15px;
}
.bfw{
	display: flex;
	align-items: center;
	padding: 0 !important;
}
.bfw .loctite{
	padding: 0 !important;
}
.m2nxt .loctite{
	padding: 0 !important;
	justify-content: left;
}
.m2nxt{
	display: flex;
	align-items: center;
	padding: 0 !important;
}

.loctite{
	display: flex;
	justify-content: center;
	padding-right: 50px;
}

.loctite_exhibit{
	display: flex;
	justify-content: center;
	
}
.loctite_industry{
	display: flex;
	justify-content: center;
	align-items: center !important;

	
}

@media only screen and (min-width: 300px) and (max-width: 767px){
	.bfw_img{
	height: 75px;
}
.m2nxt_img{
	height: 85px;

}
.bfw {
	margin-top: 30px;
}
.m2nxt .loctite{
	justify-content: center;
}
}

@media only screen and (min-width: 401px) and (max-width: 600px){
	
.contact-form{
		width: 330px;
		
	}
.pre{
/*	margin-left: 120px;*/
}

	
	
.top{
	height: 450px;
}
/*.slider-content {
	top: 45%;
}*/

.Now{
padding: 10px;
font-size: 20px;
}
	
	.petrol{
		width: 120px;
    margin-left: -43px;
    margin-top: 12px;
	}
	.youtube{
		width: 350px;
		height: 200px;
		text-align: center;
	}
	.KNOWLEDGE{
/*		margin-left: 54px;*/
	}
	

}

@media only screen and (min-width: 300px) and (max-width: 369px){
	
	.youtube{
		width: 310px;
		height: 200px;
		text-align: center;
	}
	.contact-form{
		width: 300px;
		
	}
	.KNOWLEDGE{
/*		margin-left: 30px;*/
	}
	
	.petrol{
		width: 130px;
    margin-left: -13px;
    margin-top: 11px;
	}

	


.top{
	height: 420px;
}

.Now{
padding: 10px;
font-size: 20px;
}
.pre{
/*	margin-left: 95px;*/
}

}

@media only screen and (min-width: 370px) and (max-width: 399px){
	
	.youtube{
		width: 310px;
		height: 200px;
		text-align: center;
	}
	.contact-form{
		width: 330px;

	}
	.KNOWLEDGE{
		width: 200px;
  
	}
	
	
	


.top{
	height: 415px;
}

.Now{
padding: 10px;
font-size: 20px;
}
.pre{
/*	margin-left: 90px;*/
}

}



.boot{
	margin-left: 35px;
}


@media only screen and (min-width:200px) and (max-width:530px){
	.con_ak {
    width: 310px;
    position: relative;
    top: 70%;

}
}

@media only screen and (min-width:531px) and (max-width:630px){
	.con_ak {
    width: 460px;
  

}
}


.main_bann{
    position: absolute;
    bottom: 20%;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
}
.slider_a{
	left: 13%;
}

@media only screen and (min-width:200px) and (max-width:1030px){

   .slider_a{
      left: 5%;
   }
}
@media only screen and (min-width:300px) and (max-width:767px){
	.zumen_img{
	height:75px;
}

}