/*
BASE
*/
html {
  height: 100vh; /* set viewport constraint */
  min-height: 100%; /* enforce height */
}
body {
  background: #f5f5f5;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #787878;
  position: relative;
}
a {
  text-decoration: none !important;
}
p, h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0;
}
textarea, input, button {
  outline: none;
}
ul {
  margin: 0;
}
li {
  line-height: 1.25;
  margin-bottom: 10px;
}
/*
FRAME
*/
#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: -moz-flex-end;
  -webkit-align-items: -webkit-flex-end;
  -ms-align-items: -ms-flex-end;
  align-items: flex-end;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: rgba(210,205,225,1);
  /*background-image: url(../img/header-bg-top.png);
  background-position: 122.5% 5%;
  background-size: 40%;
  background-repeat: no-repeat;*/
  color: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  padding-top: 4em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 30%;
}
#main {
  background: #fff;
  margin-left: 30%;
  max-width: 70em;
  width: calc(100% - 30%);
}
/*
COMMON
*/
.section {
  padding: 0 4em;
}
.section-why {
  color: #fff;
  background: #504b69;
  padding: 4em;
  margin-bottom: 80px;
}
.section-contactland {
  padding-top: 4em;
  margin-bottom: 80px;
}
.section::after {
  content: "";
  background: #c8c8c8;
  display: block;
  width: 100%;
  height: 1px;
  margin: 80px 0;
}
.section-why::after {
  display: none;
}
.section h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.375;
  margin-bottom: 25px;
}
.section h3 span {
  color: #967dfa;
}
.section h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 5px;
}
.section h5 {
  font-size: 20px;
}
.section ul {
  padding-left: 20px;
}
.section ul li:last-child {
  margin-bottom: 0;
}
.section li {
  line-height: 1.5;
}
.section p {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 15px;
}
.section p:last-child {
  margin-bottom: 0;
}
/*
HEADER
*/
.header-wrap {
  padding: 0 4em;
}
.section-header h1 {
  font-size: 40px;
  line-height: 1.125;
  font-weight: 500;
  text-transform: uppercase;
  color: #414196;
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-header h1 span {
  display: block;
}
.section-header h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  color: #414196;
  margin-bottom: 20px;
}
.section-header h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
.section-header p {
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000;
}
.section-header a {
  font-family: 'Lato', sans-serif;
  color: #414196 !important;
}
.section-header footer {
  font-size: 12px;
  line-height: 1.5;
  color: #9b9b9b;
  margin-top: 40px;
}
.logo, .img-header {
  margin: 0 auto;
}
.img-header {
  margin-top: 40px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
/*
WHY
*/
.section-why ul {
  padding-left: 0px;
  list-style-type: none;
}
.section-why li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.section-why p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  text-align: left !important;
  margin-top: 30px;
}
/*
ABOUT
*/
.section-about img {
  margin-bottom: 30px;
}
.section-about ul {
  margin-bottom: 30px;
}
.section-about h5 {
  margin-bottom: 20px;
}
#more {
  margin-top: 15px;
}
#more .info-button {
  color: #504682 !important;
  background: none !important;
  padding: 0;
  font-weight: 500;  
}
#more .info-details {
  padding: 0;
}
#more a[aria-expanded=true] {
  border-bottom: 1px solid #967dfa;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#more a[aria-expanded=false] {
  border-bottom: none;
}
/*
SERVICES
*/
.section-services img, .section-what img {
  margin-bottom: 30px;
}
.section-services ul {
  list-style-type: disc;
  margin: 20px 0 40px;
}
.section-services h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.sub-list {
  list-style-type: lower-alpha !important;
  margin-top: 10px !important;
  text-align: justify;
}
.section-services p {
  font-size: 15.8px !important;
}
.section-services::after, .section-what::after, .section-faq::after {
  height: 0;
  margin-bottom: 0;
}
/*
LINE
*/
.section-line {
  text-align: center;
  color: #fff;
  background: #504682;
  padding: 30px 15px;
  margin-bottom: 80px;
}
.section-line a {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.section-line::after {
  display: none;
}
.go-call {
  color: #fff !important;
}
.go-enquire {
  font-weight: 700 !important;
  color: #504682 !important;
  background: #fff;
  padding: 15px 30px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.go-enquire:hover {
  color: #3c3264 !important;
}
.three-line h4 {
  margin-bottom: 0;
}
.three-line a {
  color: #fff !important;
  font-weight: 700;
}
/*
WHAT
*/
.section-what h5 {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 5px;
}
.section-what ul {
  list-style-type: decimal;
}
.section-what li {
  margin-bottom: 10px;
}
.list-title {
  margin-bottom: 10px !important;
}
.experience {
  margin-bottom: 20px;
}
/*
FAQ
*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border: none;
  box-shadow: none;
}
.panel-group .panel+.panel {
  margin-top: 5px; 
}
.panel-default > .panel-heading {
  background: transparent;
  padding: 0;
  border: none;
}
.panel-title {
  margin-bottom: 0 !important;
}
.section-faq h3::after {
  display: none;
}
.section-faq h4 {
  margin-bottom: 20px;
}
.info-button {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff !important;
  text-align: left;
  background: url(../img/arrow-down.png) no-repeat right 15px center #504682 !important;
  padding: 12px 30px 12px 15px;
  width: 100%;
  height: auto;
  display: block;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.info-button:hover {
  background-color: #3c3264;
}
a[aria-expanded=true] {
  background: url(../img/arrow-up.png) no-repeat right 15px center #3c3264;
}
a[aria-expanded=false] {
  background: url(../img/arrow-down.png) no-repeat right 15px center #504682;
}
.info-details {
  background: #fff;
  padding: 20px;
}
.info-details ul {
  margin-top: 20px;
}
.info-details ul:last-child {
  margin-top: 0px;
}
.section-faq img {
  float: left;
}
/*
CONTACT
*/
.section-contact h3 {
  margin-bottom: 0;
}
.section-contact h6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.section-contact a {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #967dfa !important;
}
.section-contact p {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
}
.contact-input {
  color: #000;
  line-height: 1.0;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
}
.contact-message {
  color: #000;
  padding: 12px;
  height: 200px;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  resize: none;
}
.contact-input, .contact-message, .contact-submit {
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}
.contact-security {
  width: 240px;
  margin: 0 15px 0 0;
}
.contact-refresh {
  display: inline-block;
  margin-top: 6px;
}
.contact-submit, .back-index {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #504682;
  height: 48px;
  border: none;
  margin-bottom: 0;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.contact-submit:hover, .back-index:hover {
  background: #3c3264;
}
.contact-two {
  margin-bottom: 80px;
}
.contact-two:after {
  display: none;
}
/*
LOCATION
*/
.section-location {
  padding-bottom: 80px;
}
.section-location iframe {
  margin: 10px 0 40px;
}
.section-location::after {
  display: none;
}
.section-location h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.section-location a, .section-location p span {
  font-family: 'Lato', sans-serif;
  color: #787878 !important;
}
/*
FOOTER
*/
.section-footer {
  width: 100%;
  text-align: center;
  background: #414196;
  padding: 20px 0;
}
.section-footer p {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
/*
CONTACT LANDING
*/
.back-index {
  color: #fff !important;
  line-height: 1.0;
  text-align: center;
  width: 240px;
  display: inline-block;
  padding: 16px 0;
  margin-top: 30px;
}
/*
ADD ONS
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sp {
    display: none;
  }
  .pc {
    display: inline-block;
}


/* fix invisible tab : override attribute */
.info-wrap .collapse {
	visibility: visible !important;
}
