/*
* en_conf_style.css
* Web Services, UITS
* This style sheet for the custom rules of confernce English website
* All media
* 14/10/2017
* If you intend to add CSS to it please ensure you add it in the 
* correct place and also that it is valid CSS and not a mix of 
* two seperate versions in one class or ID.
*/
.sliderArrowPrevNext-style-1 .slick-prev::before, .sliderArrowPrevNext-style-1 .slick-next::before {
	color: #a7a7a7 !important;
}
.navbar-default {
	background-color: #fff !important;
}
.contact3 .contactFormWrap {
	color:#fff !important;
}
.contact3 .contactFormWrap h2.section-title {
	color:#FF5B5B !important;
}
.navbar-header{
	margin-top:10px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: transparent !important;
}
.homeSection.homeSection-3.contact3 {
  display: flex;
  flex-wrap: wrap;
  position: relative; /* No need for !important */
}

.homeSection.homeSection-3.contact3 #mapWrap {
  flex: 1;
  min-width: 300px;
}

.homeSection.homeSection-3.contact3 .contactFormWrap {
  width: 530px; /* or use flex-basis */
}

.homeSection.homeSection-3.contact3 iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.banner-3 .banner-top .b-top-inner > span{
  color: #404d9b;
  font-weight: bold;
  font-size: 1.2em;
}
.homeSection.homeSection-3 .sectonTitle{
	text-align: center;
}
.aboutSection3 .section-left {
     max-width: 100% !important; 
}
@media (max-width: 768px) {
  .homeSection.homeSection-3.contact3 {
    flex-direction: column;
  }
  .homeSection.homeSection-3.contact3 #mapWrap {
    width: 100%;
    height: 300px;
  }
}