@charset "utf-8";
/*
 * Table of Contents:
 * 	   - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/* 1.0 - Common Styles
---------------------------------------------------------------------- */

body, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: sans-serif;
	color: #000;
	font-size: 16px;
	font-weight:400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Lato', sans-serif; 
	font-size: 36px;
	color: #000;
	margin-bottom: 12px;
	font-weight: 600;
	line-height: 10px;
}
h2 {
	font-family: 'Lato', sans-serif; 
	font-size:30px;
	color: #0060a4;
	font-weight: bold;
	text-align:center;
	
	text-transform:uppercase;
}
h3 {
	font-size:28px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	padding-left:8px;
}
h4 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 28px;
}
h5 {
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight:400;
	margin:0px;
}
h6 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	margin-bottom:10px;
}

a {
	outline: 0;
	color: #000;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	outline: 0;
}

a:focus, a:hover {
	color: #000;
	text-decoration: none;
}

.container {
	width: 100%;
	max-width: 1500px;
}
.ccr_mainsection{ 
	 display:inline-block;
	 width:100%;
	 float:left;
	 margin:0px;
  	 padding:0px;
	 }

/* Top Header *******************/
.top_header {
	background-color: #a93535; padding:10px 0px 10px;
	margin:0px;
	}
.top-header-icons{
	color:#fff;
	font-size:12px;
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	margin:0px 0px;
}
.top-header-icons i{
	margin-right:8px;}

.top-header-icons ul{
	margin:0px;
	padding:0px;
}
.top-header-icons li{
	list-style:none;	
	float:left;
	line-height:20px;
	text-transform:uppercase;
}
.top-header-icons li a {
    font-size: 12px;
    color: #fff;
    border-right: solid 1px #52637f;
    padding: 0 18px;
    display: inline-block;
    float: left;
    line-height: 20px;
}
.top-header-icons li:last-child a {
    border-right: none;
}

/* Main Header *******************/
.header-main{
	background-image:url(../images/header-bg.html);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding:24px 0px 4px;
	}
	
.logo-left-area{
	margin:0px;	
	padding:0px;
}

.header-center-area{
	text-align:center;
	}
	
.header-center-area h1{
	font-size:32px;
	font-family: tisa;
	color:#d50404;
	font-weight:600;
	}

.header-center-area p{
	font-size:26px;
	font-family: tisa;
	color:#1f1f1f;
	
	font-weight:600;
	}
	
.header-center-area h2{
	font-size:28px;
	font-family: 'FontAwesome';
	color:#0969b9;
	
	text-transform:capitalize;
	font-weight:600;
	}		
	
.header-right-area{
	text-align:right;
	}

/* Main menu *******************/

.bg_menu{ 
	background:#6caf33; 
	background-position:top center;
	color:#fff;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	}	

.main_menu { 
	background: #233ebf;
	background-position:top center;
	color:#fff;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	padding:0px 0px; 
	}
.sticky {
    width: 100%;	
}
.darkHeader {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #0f5086;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
}

/* Banner *******************/

.Banner {
	position: relative;
	width: 100%;
}
#slider {
	margin: 0px;
	padding: 0px;
}

/* About us *******************/
.about_us { 
	 background-image:url(../images/background.html);
	 background-position: top center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;	
	 padding-bottom:20px;
	 padding-top:20px;
	 }



.title-area{
	text-align:center;	
	}  
.red-title{ 
	color:#d50404;
	font-size:30px;
	font-family: tisa;
	font-weight:600;
} 

.red-title span{
	color:#005ba6;
}
.bottom_line {	
    display: inline-block;
	margin-bottom:60px;
	margin-top:10px;
} 
.white-title{ 
	color:#fff;
	font-size:30px;
	font-family: tisa;
	font-weight:500;
} 	
.about-img-area{
	margin-right:20px;
	}		

.about-content-area{
	margin:0px 0px 20px;
	padding:0px;
	}
.about-content-area p{
	font-family: tisa;
    color: #000;
    font-size: 16px;
	    font-weight: 400;
    /* font-weight: 400; */
    line-height: 24px;
    margin: 0px;
    padding: 0px;
	font-size:16px;
	text-align:justify;
	}

.about-content-area ul{
	margin-top:30px;
	padding:0px;
	}	
.about-content-area li{
	font-size:16px;
	
	list-style:none;
	float:left;
	width:50%;
	margin-bottom:5px;
	display:flex;
	
	
	font-family: sans-serif;
    color: #000;
    
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
	}
.about-content-area li a{
	font-size:16px;
	color:#000;

	}	
	
.about-content-area li a:hover{
	font-size:16px;
	color:#000;
	}				

.about-content-area i{
	 color:#d50404;
	 margin-right:10px;
	 font-size:17px;
	 line-height:26px;
	 }
	 
.readbutton {
  background-color: #d50404;
  color: #fff;
  display:inline-block;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  padding: 5px 8px 5px 18px;
  margin-top:10px;
  float:right;
}

.readbutton:hover{
	background-color:#0969b9;
}

.readbutton i{
	color:#fff;
	padding-left:15px;
	}

	
/* committee start *******************/

.comite-backimg{
	width:100%;
    background-image:url(../images/slider-backimg.html);
   background-position: top center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;	
	padding:60px 0px;	
	}

.comite-team .owl-dots{ display:none;}
.comite-team .owl-nav{ position: relative; top:-20%; right:4%;}
.comite-team .owl-carousel .owl-nav button.owl-prev{float:left; margin-left:51%;
   background-color:#ffefe5; border:1px solid #1b2535; width:30px; font-size:21px; height:30px; margin-top:40px;}
   
.comite-team .owl-carousel .owl-nav button.owl-next{ float:right; margin-right:43%; font-size:21px; width:30px; height:30px; background-color:#ffefe5; border:1px solid #1b2535; margin-top:40px;}
.comite-whitearea{
	background-color:#fff;
	padding:0px;
	border:1px solid #1b2535;
	text-align:center;
}

.comite-whitearea img{
	width: 100%;
height:171px;
	}
	
.comite-content-box{
		padding:15px 0px 10px 0px;
		background-color:#e8f0f1;
}
.comite-content-box:hover{
		padding:15px 0px 10px 0px;
		background-color:#d82826;
}
.comite-content-box h1{
	font-size:15px;
	text-align:center;
	text-transform:capitalize;
	color:#000;
	margin-bottom:5px;
	font-family:tisa;
	}	
.comite-content-box h2{
	font-size:19px;
	text-align:center;
text-transform: capitalize;
	color:#000;
	font-weight:400;
	margin-bottom:5px;
	font-family:tisa;
}

.comite-content-box p{
	font-size: 19px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: tisa;
	
}

	
/* committee end *******************/

/* speaker start *******************/

.speaker-backimg{
	width:100%;
   color: #000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	padding-bottom: 10px;	
	}

.speaker-team .owl-dots{ display:none;}
.speaker-team .owl-nav{ position: relative; top:-20%; right:4%;}
.speaker-team .owl-carousel .owl-nav button.owl-prev{float:left; margin-left:51%;
   background-color:#000; border:1px solid #fff; width:30px; font-size:21px; height:30px; margin-top:40px; color:#fff;}
   
.speaker-team .owl-carousel .owl-nav button.owl-next{ float:right; margin-right:43%; font-size:21px; width:30px; height:30px; background-color:#000; border:1px solid #fff; margin-top:40px; color:#fff;}
.speaker-whitearea{
	background-color:#fff;
	padding:0px;	
}
.speaker-whitearea:hover{
	background-color:#c7e5fe;
}
.speaker-whitearea img{
	padding:25px 45px;
	
	}
	
.speaker-content-box{
		padding:0px 0px 10px 0px;
		
	
		max-height:100%;
}
.speaker-content-box h1{
	font-size:16px;
	text-align:center;
	text-transform:capitalize;
	color:#fff;
	margin-bottom:5px;
	line-height:27px;
	}	
.speaker-content-box h2{
	font-size:14px;
	text-align:center;
	color:#fff;
	text-transform:capitalize;
	font-weight:400;
	margin-bottom:5px;
}

.speaker-content-box p{
	font-size:13px;
	text-align:center;
	color:#fff;
	font-style:italic;
}

	
/* speaker end *******************/

.button_slide {
  color: #fff;
  border-radius: 0px;
  padding: 7px 8px 7px 18px;
  display: inline-block;
  font-family: tisa;
  font-size: 14px;
  letter-spacing: 0px;
  float:right;
  background-color:#d50404;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #0969b9;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.slide_down:hover {
  box-shadow: inset 0 100px 0 0 #0969b9;
 
}
.button_slide i{
	color:#fff;
	padding-left:15px;
	}



/* side-social icon *******************/

#mySidenav a {
  position: fixed; /* Position them relative to the browser window */
  left: -200px; /* Position them outside of the screen */
  transition: 0.3s; /* Add transition on hover */
  padding: 15px; /* 15px padding */
  width: 250px; /* Set a specific width */
  text-decoration: none; /* Remove underline */
  font-size: 20px; /* Increase font size */
  color: white; /* White text color */
  border-radius: 0 5px 5px 0; /* Rounded corners on the top right and bottom right side */
}

#mySidenav a:hover {
  left: 0; /* On mouse-over, make the elements appear as they should */
  background-color:#d50404;
}

#contact {
  text-align:right;
  top: 250px;
  background-color: #0b6bae;
  z-index:1000;
}

#mySidenav i{ 
	padding-left:20px;
	float:right;
	font-size:24px;
}

/* latest update start *******************/

.latest-backimg{
	width:100%;
    background-image:url(../images/latest_bg.html);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	padding:60px 0px;	
	}
	
#newsticker-demo { 
width:100%; 
background:#fff; 
font-size:16px;
margin:0px auto;
padding-bottom:15px;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 1px solid #ddd; padding:7px; }


#newsticker-demo .bg-redarea{
	background-color:#d50404;
	padding:20px;
	margin-bottom:5px;
	}
#newsticker-demo .title {	
	color:#fff;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	}
 .bg-redarea i{
	float:right;
	color:#fff;
	font-size:15px;
	}	
.line-events{
	border-bottom:1px solid #ccc;
	 margin-top:30px;
	}
.newsticker-jcarousellite { width:100%; height:50%;}
.newsticker-jcarousellite ul li{ list-style:none; display:block;}
.newsticker-jcarousellite .thumbnail { width:100%; margin-left:20px; margin-bottom:15px; }
.newsticker-jcarousellite .info { 
	color:#171717;
	font-size:16px;
	margin-top:0px;
	font-family: 'Oswald', sans-serif;
	margin-right:10px;}
.newsticker-jcarousellite .cont { font-size:13px; margin:5px 10px 5px 0px;
 color:#585858;}
.newsticker-jcarousellite .blue-txt{
	color:#03297e;
	font-size:14px;
	float:left;
	}

.newsticker-jcarousellite .red-txt{
	color:#d50404;
	font-size:14px;
	float:right;
	margin-right:10px;
		}	


/* latest update end *******************/		

/* latest update second start *******************/	
#newsticker-demo-2 { 
width:100%; 
background:#fff; 
font-size:16px;
margin:0px auto;
padding-bottom:25px;
}

#newsticker-demo-2 a { text-decoration:none; }
#newsticker-demo-2 .bg-redarea{
	background-color:#d50404;
	padding:20px;
	margin-bottom:5px;
	}
#newsticker-demo-2 .title {	
	color:#fff;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	}
 .bg-redarea i{
	float:right;
	color:#fff;
	font-size:15px;
	}	
.line-events-2{
	background-color:#eaeaea;
	 margin-top:10px;
	 padding:0px 15px;
	 margin-left:26px;
	 margin-bottom:20px;
	}
.line-events-2 p{
	font-size:14px;
	color:#585858;
}
.newsticker-jcarousellite-2 { width:100%;}
.newsticker-jcarousellite-2 ul li{ list-style:none; display:block;}
.newsticker-jcarousellite-2 .info { 
	color:#171717;
	font-size:16px;
	margin-top:10px;
	font-family: 'Oswald', sans-serif;
	margin-right:10px;}
.newsticker-jcarousellite-2 .cont { font-size:13px; margin:5px 10px 5px 0px;
 color:#585858;}
 
.newsticker-jcarousellite-2 .date-area{
	padding-bottom:15px;
	}

.newsticker-jcarousellite-2 .blue-txt{
	color:#03297e;
	font-size:14px;
	float:left;
	}

.newsticker-jcarousellite-2 .red-txt{
	color:#d50404;
	font-size:14px;
	float:right;
	margin-right:10px;
		}	

/* latest update second end *******************/	

/* footer start *******************/	

.footer-backimg{
	width:100%;
    background-image:url(../images/footer_bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	padding:60px 0px;	
	}
.left-btom-line	{
	margin-bottom:30px;
	}
.right-btom-line{
	margin-top:30px;
	float:right;
	margin-right:30px;
	}
.fotr-area{
	margin:0px;
	padding:0px;
	}
.fotr-logo{
	margin-right:20px;
	}
.logo-name{
	font-size:26px;
	color:#fff;
	font-family: tisa;
	font-weight:400;
	
	
		}
.logo-name-sml{
	font-size:20px;
	color:#fff;
	font-family: tisa;
	
	margin-top:15px;
	}
.fotr-area p{
	font-size:20px;
	font-family:tisa;
	color:#fff;
	line-height:30px;
	margin-top:20px;
}	
.footer-right-area{
	margin:0px;
	padding:0px;
	}
.footer-right-area ul{
	margin-top:10px;
	padding:0px;
	margin-left:25%;
	}	
.footer-right-area li{
	font-size:18px;
	color:#fff;
	list-style:none;
	
	margin-bottom:5px;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	}
.footer-right-area li a{
	font-size:20px;
	font-family:tisa;
	color:#fff;
	}	
	
.footer-right-area li a:hover{
	font-size:18px;
	color:#fff;
	text-decoration:underline;
	}				

.footer-right-area i{
	 color:#fff;
	 margin-right:10px;
	 font-size:17px;	 
	 }				
.bottom_line-no-spc {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* footer end *******************/	

.botm-footer{
	background-color:#000;
	padding:15px 0px;
	}

.botm-footer p{
	color:#c3c3c3;
	font-size:14px;
	}
.right-text-botmftr{
	text-align:right;
	}
.botm-footer p i{
	margin-left:10px;
	}




.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 16px;
	padding: 10px 0; background-color:#0b6bae; border-color:#0b6bae; color:#fff;
}
.back-to-top:hover { background-color:#d50404; border: solid 1px #d50404; color:#fff; }

.inner-normal-txt{
	font-size:15px;
	text-align:justify;
	color:#555;
	}

.inner-title-area{
	text-align:left;	
	}  

.inner-title-bottom-line {	
	margin-bottom:30px;
	margin-top:10px;
	border-bottom:double #d50404;
	
	} 
.inner-big-txt{
	font-size:30px;
	color:@585858;
	font-weight:500;
	margin-bottom:20px;
	}
.iner-contnt-area{
	margin:40px 0px;
	}
.inner-p{
	font-size:18px;
	font-weight:600;
	color:#585858;
	margin-bottom:15px;
		}
.inner-p span{
	font-size:18px;
	font-weight:400;
	color:#585858;	
}

.query-area {
    padding: 25px;
    background-color: #fff;
    width: 100%;
    float: right;
	margin-left:20px;
	overflow: hidden;
	box-shadow: -5px -5px 0px #0b6bae;
}

.query-area h3 {
    color: #0b6bae;
    font-size:26px;
    font-weight: 600;
    margin-bottom: 25px;
}
.query-area .form-group {
    margin-bottom: 12px;
}
.query-area .form-control {
    border-radius: 0;
    font-size: 13px;
    padding: 7px 10px;
    height: auto !important;
    line-height: 23px;
}
	
.submit-btn {
    background-color: #0b6bae;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
	   transition: all 0.5s;
	   margin-top:30px;
}
	
.submit-btn:hover {
    color: #fff;
}

.map-area{
	border:1px solid #ddd;
	padding:10px;
	background-color:#fff;	}

.symposia-contact-area{
	margin:0px;
	display:flex;
}
.symposia-contact-box{
	background-color:#e8f0f1;
	margin-bottom:40px;
	padding-bottom:20px;
	width:100%;
}
.symposia-contact-box i{
	font-size:15px;
	margin-right:8px;
	color:#d50404;
}
.symposia-contact-heading{
	background-color: #a93535;
    color: #fff;	padding:0px 20px 15px;	
	    font-family: FontAwesome;	
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;	}

.symposia-contact-heading i{
	font-size:26px;
	color:#fff;
	margin:8px 10px 0px 0px;
	padding-top:10px;
}

.symposia-contact-box ul{
	margin:0px;
	padding:0px;
	}
.symposia-contact-box li{
	    list-style: none;
    margin: 4px 20px;
    color: #000;
    width: 100%;
    font-family: auto;
    font-size: 20px;
    font-weight: 400;	
}

.heading-inner-pages{
	font-size:30px;
	font-weight:500;
	margin-bottom:20px;
	color:#083a96;
	margin-top:20px;
	}
.medium-txt-sml{
	font-size:16px;
	color:#000;
	font-variant:400;
	text-align:justify;
	    font-family: auto;
	margin:20px 0px;
	}
.medium-txt{
	  font-family: auto;
	font-size:20px;
	color:#000;
	font-variant:400;
	margin:20px 0px;
	}
.medium-txt span{
	font-weight:600;
	}	
.large-midm{
	font-size:24px;
	color:#000;
	margin:25px 0px;
	text-align:justify;
	}
.red-txt-drk{
	text-align: justify;
	font-size: 15px;
	font-weight: 600;
	font-family:sans-serif;
	color:#aa0101;
	margin:5px 0px;}

.blue-txt-drk{
	text-align: justify;
	font-size: 15px;
	font-weight: 600;
	font-family:sans-serif;
	color:#02548e;
	margin:5px 0px;
}





@media only screen and (max-width : 1200px) {
.container{ padding:0 15px;}

}

@media only screen and (max-width : 1024px) {
.comite-team .owl-carousel .owl-nav button.owl-next {
    margin-right: 42%; 
}
.comite-team .owl-carousel .owl-nav button.owl-prev{
	margin-left:50%;
	}
.speaker-team .owl-carousel .owl-nav button.owl-next{
	margin-right:42%;
	}	

.speaker-team .owl-carousel .owl-nav button.owl-prev {
	margin-left:50%;}
}

@media only screen and (max-width : 992px) {
.header-center-area p {
	font-size:22px;
}
.header-center-area h1{
	font-size:22px;
}

}

@media only screen and (max-width : 800px) {

.header-center-area h1{
	font-size:18px;}
.header-center-area p {
	font-size:18px;
}
.header-center-area h2{
	font-size:21px;}

.comite-team .owl-carousel .owl-nav button.owl-next {
    margin-right: 41%; 
}
.comite-team .owl-carousel .owl-nav button.owl-prev{
	margin-left:49%;
	}
.speaker-team .owl-carousel .owl-nav button.owl-next{
	margin-right:41%;
	}	

.speaker-team .owl-carousel .owl-nav button.owl-prev {
	margin-left:49%;}
.speaker-content-box h2 {
	font-size:13px;
	}
.fotr-area p {
    font-size: 13px;
}
.logo-name {
	font-size:18px;
}
.right-btom-line {
	margin-right:0px;
}

}

@media only screen and (max-width : 768px) {


}

@media only screen and (max-width : 728px) {
.header-right-area {
	text-align:center;
	margin-top:10px;
	}

.logo-left-area {
	text-align:center;
	margin-bottom:10px;
	}	
.about-content-area p {
	margin-top:25px;
	font-family: sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  
    padding: 0px;
	}

.title-area {
    text-align: left;
	margin-left:20px;
}
.footer-right-area ul {
	margin-left:20px;}

.botm-footer p {
    text-align: center;
}
.right-text-botmftr {
	text-align:center}

.logo-name-sml {
	text-align:left;}
		
}

@media screen and (max-width:640px) {
.newsticker-jcarousellite .thumbnail{
	margin-left:0px;}
	
.comite-team .owl-carousel .owl-nav button.owl-next {
    margin-right: 40%; 
}
.comite-team .owl-carousel .owl-nav button.owl-prev{
	margin-left:48%;
	}
.speaker-team .owl-carousel .owl-nav button.owl-next{
	margin-right:40%;
	}	

.speaker-team .owl-carousel .owl-nav button.owl-prev {
	margin-left:48%;}
.line-events-2{
		margin-left:0px;
	}
	
.line-events{
		margin-left:0px;
	}
		
}

@media screen and (max-width:575px) {
	.line-events-2{
		margin-left:0px;
	}
	
	.line-events{
		margin-left:0px;
	}
	
}


@media only screen and (max-width : 525px) {
.about-content-area li {
	width:100%;
	float:none;}

.comite-team .owl-carousel .owl-nav button.owl-next {
    margin-right: 38%; 
}
.comite-team .owl-carousel .owl-nav button.owl-prev{
	margin-left:46%;
	}
.speaker-team .owl-carousel .owl-nav button.owl-next{
	margin-right:38%;
	}	

.speaker-team .owl-carousel .owl-nav button.owl-prev {
	margin-left:46%;}

.left-btom-line img{
	display:none;
}

.right-btom-line img{
	display:none;	
}


}

@media only screen and (max-width : 400px) {
.comite-team .owl-carousel .owl-nav button.owl-next {
    margin-right: 36%; 
}
.comite-team .owl-carousel .owl-nav button.owl-prev{
	margin-left:44%;
	}
.speaker-team .owl-carousel .owl-nav button.owl-next{
	margin-right:36%;
	}	

.speaker-team .owl-carousel .owl-nav button.owl-prev {
	margin-left:44%;}

}

@media only screen and (max-width : 375px) {
.comite-team .owl-carousel .owl-nav button.owl-next {
    margin-right: 34%; 
}
.comite-team .owl-carousel .owl-nav button.owl-prev{
	margin-left:42%;
	}
.speaker-team .owl-carousel .owl-nav button.owl-next{
	margin-right:34%;
	}	

.speaker-team .owl-carousel .owl-nav button.owl-prev {
	margin-left:42%;}
	
	
}
