body{
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 15px;
}

a{
	transition: 300ms;
	-webkit-transition: 300ms;
}

.no_padding{
	padding: 0;
}

.top_small_header{
	background-color: #004A97;
	padding: 10px 0;
	color: white;

	font-size: 13px;
}

.logo_header{
	padding-top: 10px;
	position: relative;
}

.gradient_line{
	background: linear-gradient(to right, #009BDE, #009BDE, #009BDE);
	height: 10px;
}

.top_social_icons a{
	color: white;
	margin-left: 10px;
}	

.top_social_icons a:hover{
    color: #61B4E4;
}

.main_body{
	margin: 0 0 30px 0;
    padding-top: 12px;
}	

.main_footer{
	padding: 50px 0;
	color: white;
    background-color: #003764;
	/*color: #61B4E4;*/
	color: #8FC7E8;
	line-height: 24px;
}	

.main_footer h3{
	font-size: 18px;
    border-bottom: 1px dashed #61b4e43d;
    color: #61B4E4;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.footer_social_icons{
	padding-top: 30px;	
}	

.footer_social_icons a{	
	color: #61B4E4;
    margin-right: 10px;
    border: 1px solid #61B4E4;
    padding: 4px 5px;
    border-radius: 3px;
}	

.footer_social_icons a:hover{
    border-color: #D4EFFC;
    color: #D4EFFC;
}

.footer_address	{
	font-size: 16px;
	line-height: 28px;
	color: #D4EFFC;
}

.main_footer ul{
	list-style: none;
	padding: 0;
}

.footer_links a{
	color: #499ee4;
	text-decoration: none;
	margin: 5px 0;
    display: block;
}

.footer_links a:hover{
	color: #b8e9ff;
}

.very_bottom_footer{
	padding: 13px 0;
    background: #0e5792;
    color: #c5e3fb;
    font-size: 14px;
}


.section_title{
	text-align: center;
    margin-bottom: 45px;
    font-size: 35px;
}

.side_box_title{
	background-color: #004a97;
    color: white;
    padding: 5px 10px;
    border-left: 5px solid #009bde;
    border-right: 5px solid #009bde;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.side_box_content{
	padding: 10px 10px 10px 3px;
}

.side_box_content > div{
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-left: 3px solid #009bde;
    padding-left: 10px;
	
	transition: 300ms;
	-webkit-transition: 300ms;
	
	padding-top: 3px;
}

.side_box_content > div:hover{
    border-bottom-color: #009bde;
	margin-left: 10px;
}

.blue_hover_shadow:hover{
	box-shadow: 0px 0px 20px #009bde73;
	
	transition: all 0.2s linear;
	
}

.section_home_writing{
	background: #f7f7f7;
    padding: 30px 0;
    margin-top: 25px;
    background: #fafdff;
    /*border-top: 5px solid #D4EFFC;
    border-bottom: 5px solid #D4EFFC;*/
	border-top: 5px solid #f8fafb;
	border-bottom: 5px solid #f8fafb;
    /*color: #0e63a9;*/
	color: #0f65a2;
    font-size: 16px;
    background: #f1f9ff;
	text-align: justify;
	
	/*text-shadow: 1px 1px #3a8dd0a1;*/
	
	/*background: url(images/section_bg_writeup.jpg) no-repeat;	
	background-position-x: center;
	background-position-y: center;
	*/
	
	/*
	background: url(images/blue_bg.jpg) no-repeat;	
	background-position-x: right;
	background-position-y: center;
	*/
	
    background-size: cover;
	
	/*background: #009bde;*/
	background: #004a97;
	background: linear-gradient(to right, #004a97, #009BDE);
    color: white;
	
	border-top: 5px solid #65d1ff;
	border-bottom: 5px solid #65d1ff;
}

.section_home_writing .section_title{
	margin-bottom: 20px;
}

.section_home_writing h2{
	font-size: 25px;
}

.section_home_writing a{
	text-shadow: none;
}

.section_home_sponsors{
	padding: 50px 0;
	text-align: center;
}

.section_home_sponsors a{
	display: inline-block;
	margin-bottom: 50px;
}	

.section_home_sponsors h3{
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
	font-size: 20px;
}	


.member_name{
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 3px;
}

.member_designation{
	text-align: center;
}

.veiw_all_box_section{
	margin-top: 30px;
	text-align: center;
}

.section_home_stats{
	background-color: #009bde;
    color: white;
    font-size: 22px;
    padding: 50px 0;
    text-align: center;
}

.section_home_stats strong{
	margin-left: 10px;
	font-size: 26px;
}

.section_home_before_footer{
	padding: 30px 0 5px 0;
}

.section_home_before_footer img{
	width: 100px;
}

.before_footer_sec_item{
	padding: 5px 0;
	font-size: 17px;
}

.section_home_about{
    padding: 50px 0;
    background-color: #fbfbfb;
    border-bottom: 1px solid #efecec;
}

.home_feature_box{
	background-color: white;
    border: 1px solid #efefef;
	
	padding: 25px 10px;
	border-radius: 5px;
	margin: 20px 0;
}

.home_feature_box h3{
    font-size: 22px;
    text-align: center;
	margin-bottom: 20px;
}

.home_feature_box_content{
	padding: 0 5px;
	margin-bottom: 25px;
	min-height: 70px;
}

.home_feature_box_img{
	text-align: center;
	margin-bottom: 20px;
}

.home_feature_box_item{
	background: url(images/tick.png) no-repeat;
	padding-left: 40px;
    font-size: 14px;
    margin: 4px 10px;
    /*min-height: 40px;*/
}

.home_feature_box_item.roles_item{
	padding: 0;
	background: none;
}

.home_feature_box_item.roles_item i{
	margin-right: 10px;
}
	
.date_box{
	background: linear-gradient(to right, #0c5db1, #009BDE);
    color: white;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 4px;
	margin-right: 10px;
	display: block;
    text-align: center;
	width: 125px;
	float: left;
}

.animated_date{
	animation-name: date_anim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes date_anim {
	0%   {     background: #009BDE;}	
	33%  {  background: #f54545;}	
	66%  {  background: #f54545;}
	100% {     background: #009BDE;}
}

.blinking_text{
	animation-name: blinking_text_anim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes blinking_text_anim {
	0%   {     color: #004a97;}	
	33%  {  color: #f54545;}	
	66%  {  color: #f54545;}
	100% {     color: #004a97;}
}

.page_common_banner_section{
    background: linear-gradient(to right, #004a97, #009BDE);
    padding: 30px 0;
    border-top: 5px solid #65d1ff;
    border-bottom: 5px solid #65d1ff;
    color: white;
    margin-bottom: 30px;
}

.page_common_banner_section_main_site{
	background: linear-gradient(to right, #004a97, #009BDE);
	padding: 18px 0;
	border-top: 0;
	border-bottom: 5px solid #65d1ff;
    color: white;
    margin-bottom: 30px;
}

.aace_main_sidebox {
}

.aace_main_sidebox a{
	display: block;
}

.aace_main_sidebox .read_more_btn{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
	
.aace_main_sidebox a:hover{
	text-decoration: none;
}

.text_with_vert_spacing{
	line-height: 28px;
}

.compact_text{
	line-height: 22px;
}

.text_with_vert_spacing p{
	text-align: justify;
}

.h3_with_top_margin h3{
	margin-top: 20px;
}

.no_top_margin{
	margin-top: 0px !important;
}

.sidebox_sponsors a{
	margin-bottom: 10px;
	display: block;
}

.side_box{
	margin-bottom: 20px;
}

.bottom_padding_40px{
	padding-bottom: 40px;
}

.bottom_margin_20px{
	margin-bottom: 20px;
}	

.less_spaced_list_items li{
	line-height: 24px;
}	

.narrow_table_column{
	max-width: 110px;
}

.important_date_box{
	height: 330px;
	position: relative;
	padding-bottom: 20px;
}

.important_date_box:after{
    width: 100%;
    background: linear-gradient(to top, #ffffff, #fff, #ffffff00);
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid white;
    color: #0195d9;
    z-index: 555;
    text-align: center;
    font-size: 27px;
    padding-top: 23px;
    content: "...";
}	

.compact_table_heading{
	font-size: 14px;
    line-height: 20px;
}

.flexslider{
	margin-bottom: 0;	
}	

.flex-control-nav{
	display: none;
}

.flex-direction-nav a:before{	
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
}

.register_now_box{
	border: 2px dashed #e6a4aa;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.animated_register{
	animation-name: register_anim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes register_anim {
	0%   {     border-color: #ffecee;}	
	50%  {   border-color: #e6a4aa;}		
	100% {     border-color: #ffecee;}
}	

.legend_box{
	font-size: 14px;
    background: #f6fdff;
    padding: 10px;
}

#btnRegisterSubmit{
    margin-top: 15px;
}

/*--*/
.yellow_table th{
	background: #ffc000;
    color: #312602;
}	

.yellow_table_sub th{
	background: #ffe599;
	color: #312602;
}

.yellow_table_sub th:nth-of-type(even){
    background: #ffd559;
}

.yellow_table tbody tr:nth-of-type(odd){
	background: #fff2cc;
}

.yellow_table tbody tr:nth-of-type(even){
	background: #ffe599;	
}

.yellow_table tbody tr > td:first-child{	
	background: #ffc000;
    color: #312602;
	font-weight: bold;
}

.yellow_table.table-bordered td, .yellow_table.table-bordered th {
    border: 1px solid #ffffff;
}

/*--*/
/*
.blue_table th{
	background: #004a97;
    color: white;
}
*/

.blue_table_sub th:nth-of-type(even){
    background: #fdffe5;
}	


.in_pp_box{
	display: none;
}

.reg_box {
	padding: 20px 15px;
    /*border: 2px dashed #28a745;*/
	/*border: 2px dashed #ffaa28;*/
	border: 2px dashed #009bde;
	
	margin-bottom: 25px;
}

.reg_box  select,
.reg_box  input[type="text"]{
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 3px;
	margin-bottom: 5px;
}

.reg_box h6{
    background: #009bde;
    color: white;
    padding: 8px 10px;
}

label.error{
	color: red;
}

select.error,
input.error {
    border-color: red;
}	

#overlay{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 555;
	text-align: center;
    color: #ff0000;
	display: none;
}

#overlay .overlay_content{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}	

.swal-text{
	text-align: center;
}

.tour_item{
	margin-bottom: 25px;
	display: block;
}

.tour_item h6{
    margin-bottom: 0px;
}
	
.tour_item_img{
    margin-bottom: 8px;
}

.tour_item_duration{
	font-size: 13px;
}	

.tour_item:hover{
	text-decoration: none;
}	

.tour_section{
	display: none;
}

.tour_section h4{
	text-align: center;
    padding-top: 10px;
    margin-bottom: 15px;
}

.tour_section .card-header{
	background: #009bde;
	padding: 2px 5px;
}

.tour_section .card-header button{	
	color: white;
	cursor: pointer;
}

.tour_section .card-header:hover{	
	background: #068cc5;
}

.side_box_content h3{
	font-size: 17px;
}

.popover{
	box-shadow: 0px 0px 20px #009bde73;
}

.popover-header{
    background: #009bde;
    color: white;
    text-align: center;
}
	
.popover-body{
	background: #fbfeff;
}	

.popover-body ul{
	padding-left: 25px;
}	

.news_section {
    background: #004a97;
    color: white;
    border-top: 4px solid #009bde;
    border-bottom: 4px solid #009bde;
    /*margin-bottom: 10px;*/
}	
.news_section marquee{    
    /*padding: 4px 0;
	font-size: 14px;*/
	padding: 8px 0;
    font-size: 16px;
	display: block;
	position: relative;
}

.news_section marquee:before{   
    content: "NEWS";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, #004a97, #004a97, #004a9700);
    z-index: 55;
    width: 125px;
    font-weight: bold;
    letter-spacing: 1px;
}

.news_section marquee:after{   
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(to left, #004a97, #004a97, #004a9700);
    z-index: 55;
    width: 50px;
    height: 29px;
    top: 0;
}

.news_section_item{
    margin-right: 18px;
}

.aace_main_slider{
	padding-top: 10px;
}

.mfp-img{
	cursor: pointer;
}

.hotel_price_box_item{
    border-top: 2px solid #009bde;
	margin-bottom: 15px;
    font-size: 14px;	
	/*background: #009bde;
    color: white;*/
}

.hotel_price_box_item_title{
    float: left;
    background: #009bde;
    color: white;
    padding: 2px 7px 3px 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 10px;
    width: 135px;
    text-align: center;
}

.hotel_price_box_item_food {
    float: right;
    font-style: italic;
    padding-top: 5px;
    font-size: 12px;
}

.hotel_price_box_item_price{
    float: left;
    padding-top: 3px;
}	

.hotel_description{
	min-height: 245px;
}	

.very_bottom_footer a{
    color: white;
}

.trip_id{
	font-size: 13px;
    font-weight: normal;
    color: #a2a2a2;
    border: 1px solid lightgray;
    padding: 3px 5px;
    border-radius: 3px;
	
}

#btnTourBookingSubmit{
    margin-top: 20px;
}

.speaker_box{
    background: #fffef6;
    border: 2px solid #f5f5f5;
    padding: 20px 15px;
    border-radius: 10px;
}

.speaker_box p{
    line-height: 23px;
	font-size: 14px;
	margin-bottom: 0;
}

.speaker_box img{
    margin: 2px 15px 35px 0;
}

.speaker_box h6{
    margin-bottom: 0px;
}

.speaker_subtitle{
    margin-bottom: 5px;
    font-style: italic;
}

.speaker_item{
	margin-bottom: 40px;
}

.speaker_item_photo{
    margin-bottom: 10px;
}
	
.speaker_item_name{
    font-weight: bold;
}

.speaker_item_designation{
    font-size: 13px;
}

.speaker_item_organization{
    font-size: 14px;
    color: #0087cc;
}

.conference_slider_box{
	min-height: 372px;	
}	

.keynote_address_box{
	position: relative;
}	

.keynote_address_box_title{
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	left: -147px;
	top: 90px;
	color: white;
}	

.dual_top_curvy_border{
	border-top: 4px solid #009bde;
    position: relative;
    padding-top: 10px;
    border-radius: 28px;
}

.dual_top_curvy_border:before{
    content: "";
    border-bottom: 4px solid #009bde;
    left: 0;
    right: 0;
    top: -40px;
    position: absolute;
    border-radius: 65px;
    height: 40px;
    width: 100%;
}	

.trainer_bio{
	line-height: 24px;
}	

.side_dashes{
	border-right: 4px solid #009bde;
    border-left: 4px solid #009bde;
    padding-left: 8px;
}

.trainer_img{
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}	

.trainer_name{
	color: #004a97;
}

.bottom_partners {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;

}
	
.bottom_partners img{
	width: 100px;
	height: 100px;
}

.bottom_partner_box {
    display: inline-block;
	margin-bottom: 20px;
	margin-left: 10px;
    margin-right: 10px;	
}

.bottom_partner_box h6{
	font-size: 12px;
}

.training_box{
    margin-bottom: 10px;
    border-bottom: 1px solid whitesmoke;
    padding-bottom: 10px;
	transition: all 0.2s linear;
}	

.training_box:hover{
	border-color: #9ae0ff;
}	

.training_box_title{
	font-weight: bold;
    color: #004a97;
    margin-bottom: 2px;
}

.training_box_date{	
	float: left;
    font-size: 14px;	
}

.training_box_speaker{	
    float: right;
}

.gallery_box{
}
	
.gallery_box img{
	margin-bottom: 10px;
}

.help_box{
    text-align: center;
    background: #f0ff04;
    padding: 10px 0;
    margin-bottom: 25px;
}

.bigsection_title{
	text-align: center;
	position: relative;
	
	border-left: 3px solid #004a97;
	border-right: 3px solid #004a97;
	margin-bottom: 35px;	
}	

	.bigsection_title:before{
		content: "";
		position: absolute;
		height: 100%;
		width: 3px;
		background: #009bde;
		left: 1px;
		top: 0;
	}

	.bigsection_title:after{
		content: "";
		position: absolute;
		height: 100%;
		width: 3px;
		background: #009bde;
		right: 1px;
		top: 0;
	}
		
.yellow_highlight{
	background-color: #ffffcb;
    padding: 8px 25px;
    border: 1px solid #e8e8e0;
    font-size: 14px;
	line-height: 20px;
}

.yellow_highlight p{
	margin: 5px 0;
}
	
.tab-content > .tab-pane {
    padding: 15px;
}

	
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
  
  margin-top: 35px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #004a97;  
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  
	border-bottom: 2px solid transparent;
    border-radius: 3px;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #009bde;
  
  border-bottom: 2px solid #009bde;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #009bde;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #009bde;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #009bde;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #009bde;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #009bde;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #009bde;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.submenu{
	margin: 0 !important;
}
/*----------------------------------------*/

@media (min-width: 1000px) {
	#nav-menu-container{				
		display: block !important;
	}
}
	
@media (max-width: 1400px) {
	.section_home_stats{
		font-size: 18px;
	}
	
	.section_home_stats strong { 
		font-size: 22px;
	}
	
	.keynote_address_box_title{
		font-size: 20px;
		left: -98px;
	}	
}

@media (max-width: 1201px) {
	.nav-menu a{
		font-size: 14px;
	}
	
	.nav-menu > li {
		margin-left: 1px;
	}
	
	.logo{
		width: 255px;
	}
	
	.conference_slider_box {
		min-height: auto;
	}
	
	.keynote_address_box_title{
		top: 100px;
		transform: rotate(-90deg);
		left: -80px;
	}
}

@media (max-width: 1000px) {
	#nav-menu-container{
		display: none;
		
		
		/*position: absolute;
		right: 0;
		top: 0;*/
		
		float: none;
		width: 100%;
		margin-top: 15px;
		
		border-top: 1px solid #eaecec;
		padding-top: 10px;
		border-radius: 4px;
		border-bottom: 1px solid #eaecec;
		padding-bottom: 15px;
		
	}

	.nav-menu > li{
		float: none;
	}
	
	#mobile-nav-toggle {
		display: block;
	}
	
	
}

@media (max-width: 992px) {
	.narrow_table_column{
		max-width: none;
	}
	
	.keynote_address_box_title{
		top: 60px;		
	}
	
	.submenu{
	    display: block !important;
		position: relative !important;
		box-shadow: none !important;
		margin: 0 !important;
        padding: 0 0 0 13px !important;
        top: auto !important;
        left: auto !important;
	}
}

@media (max-width: 768px) {
	.important_date_box{
		height: auto;
	}
	
	.footer_social_icons{
		margin-bottom: 20px;
	}	
	
	.main_footer .col-md-4{
		margin-bottom: 20px;
	}
	
	.main_footer{
		padding-bottom: 10px;
	}
	
	.section_home_stats .col-md-3{
	    margin-bottom: 20px;
	}
	
	.home_main_banner_img{
		margin-bottom: 30px;
	}
	
	.section_home_sponsors .col-md-6:first-child{
		margin-bottom: 40px;
	}	
	
	.section_home_sponsors a{
		margin-bottom: 20px;
	}	
	
	.keynote_address_box_title {
		top: 48px;
		font-size: 12px;
		left: -46px;
	}
}

@media (max-width: 600px) {
	.keynote_address_box_title {
		transform: none;
		bottom: 0;
		top: auto;
		left: 20px;
	}
}	
	
@media (max-width: 540px) {
	.very_bottom_footer{
		text-align: center;
	}
	
	.very_bottom_footer .float-right{
		float: none !important;
	}	
	
	.logo {
		width: 200px;
	}
	
	#mobile-nav-toggle {
		top: 3px;
	}
}

@media (max-width: 475px) {
	.keynote_address_box_title {
		font-size: 8px;
		line-height: 9px;
		left: 10px;
		background: black;
		padding: 4px 5px;
		letter-spacing: 1px;
	}
}
	
@media (max-width: 400px) {
	.date_box{
		float: none;
		margin-bottom: 5px;	
	}
}