.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

img {
  border: none;
}

body, html {
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
  background: #e7e8e9;
}

p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #333333;
  line-height: 21px;
}

header {
  background: #ffffff;
  width: 100%;
}
header .right {
  float: right;
  width: 70%;
  margin-right: 3px;
}
header .icon-logo {
  margin: 9px 17px 0 0;
  float: right;
}
header .contact-links {
  display: inline-block;
  float: right;
  text-align: right;
}
header .contact-links a {
  text-decoration: none;
  display: inline-block;
  color: #666666;
  font-size: 27px;
  line-height: 29px;
}
header .contact-links a.email {
  text-decoration: underline;
  color: #514c74;
  font-size: 18px;
  line-height: 20px;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
.container.align {
  text-align: center;
}

#logo {
  margin: 9px 10px 10px 12px;
  float: left;
  width: 178px;
  display: block;
}
#logo img {
  display: block;
  width: auto;
}

.nav {
  margin-top: 13px;
  margin-bottom: 38px;
  float: right;
}
.nav ul {
  padding-left: 0;
  margin: 0;
}
.nav ul li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  position: relative;
  line-height: normal;
  list-style: none;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li.active a {
  color: #ff9900;
}
.nav ul li.with-submenu > a {
  padding-right: 20px;
  position: relative;
}
.nav ul li.with-submenu > a:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url(../img/icon-arrow-down.png) no-repeat;
  position: absolute;
  top: 8px;
  right: 5px;
}
.nav ul li.with-submenu.open-submenu > a:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url(../img/icon-arrow-top.png) no-repeat;
  position: absolute;
  top: 8px;
  right: 5px;
}
.nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  background: #514c75;
  padding: 0 8px;
  line-height: 23px;
  min-height: 23px;
}
.nav ul li a:hover {
  text-decoration: none;
  color: #ff9900;
}
.nav ul.submenu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: #514c75;
  width: auto;
  min-width: 190px;
  padding: 8px 5px;
  z-index: 10;
}
.nav ul.submenu:before {
  content: "";
  width: 23px;
  height: 10px;
  background: url(../img/icon-triangle.png) no-repeat;
  position: absolute;
  top: -8px;
  left: 32%;
}
.nav ul.submenu li {
  margin-left: 0;
  float: none;
  display: block;
  margin-top: 14px;
}
.nav ul.submenu li:first-child {
  margin-top: 0;
}
.nav ul.submenu li a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  min-height: 0;
}

.main-section {
  padding-top: 42px;
}

.holder-boxes {
  display: inline-block;
  margin: 0 auto 39px;
}
.holder-boxes > div {
  display: block;
  float: left;
  width: 325px;
  margin-left: 8px;
  position: relative;
}
.holder-boxes > div:first-child {
  margin-left: 0;
}
.holder-boxes > div img {
  width: 100%;
  display: block;
}
.holder-boxes > div > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.holder-boxes > div .title {
  font-size: 25px;
  color: #ffffff;
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-bottom: 38px;
  margin-top: 0;
  font-weight: 400;
}
.holder-boxes > div .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FF9900;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}
.holder-boxes > div .button-more {
  margin-bottom: 14px;
}

.button-more {
  font-size: 16px;
  line-height: 19px;
  min-height: 19px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  color: #514c75;
  background: #ff9900;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 85px;
}
.button-more:hover {
  background: #ca7900;
  text-decoration: none;
}

.main-content {
  border-top: 5px solid #514c75;
}
.main-content .wrapper-top {
  background: #ffffff;
  padding: 41px 86px 40px 56px;
}
.main-content .wrapper-top .left {
  float: left;
  width: 500px;
}
.main-content .wrapper-top .left .default-button {
  margin-top: 55px;
}
.main-content .wrapper-top .right {
  float: right;
  width: 213px;
}
.main-content .wrapper-top .right .headings-smaller {
  padding-bottom: 18px;
}
.main-content .wrapper-top p {
  text-align: justify;
  margin-bottom: 21px;
}
.main-content .wrapper-top p strong {
  color: #514c74;
}
.main-content .wrapper-top .headings {
  margin-bottom: 14px;
}
.main-content .second-wrapper {
  background: url(../img/bg1.jpg) top center no-repeat;
  margin-bottom: 54px;
}
.main-content .second-wrapper .overlay1 {
  padding: 75px 48px 18px;
}

.headings {
  font-size: 34px;
  color: #727373;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
.headings span {
  color: #514c74;
}

.with-line {
  position: relative;
  padding-bottom: 14px;
}
.with-line:after {
  content: "";
  width: 95%;
  height: 2px;
  background: url(../img/line.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

.with-line2 {
  position: relative;
  padding-bottom: 9px;
}
.with-line2:after {
  content: "";
  width: 95%;
  height: 2px;
  background: url(../img/line2.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

.headings-smaller {
  font-size: 30px;
  color: #666666;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}
.headings-smaller span {
  color: #514c75;
}

.default-button {
  font-size: 15px;
  color: #fafcfd;
  line-height: 39px;
  min-height: 39px;
  text-align: center;
  padding: 0 10px;
  text-decoration: underline;
  background: #514c75;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  min-width: 132px;
}
.default-button:hover {
  background: #726ba0;
}
.default-button.color2 {
  background: #ff9900;
  color: #000000;
}
.default-button.color2:hover {
  background: #ca7900;
}

.accreditations-list {
  padding-left: 0;
  margin: 0;
}
.accreditations-list li {
  list-style: none;
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: normal;
}
.accreditations-list li:before {
  content: "";
  width: 95%;
  height: 2px;
  background: url(../img/line.png) repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}
.accreditations-list li img {
  display: inline-block;
  width: auto;
  margin: 29px 0 24px;
}
.accreditations-list li #style-img1 {
  margin: 26px 0 8px;
}
.accreditations-list li #style-img2 {
  margin: 16px 0 4px;
}

.overlay1 {
  background: rgba(111, 108, 108, 0.35);
}

.overlay2 {
  background: rgba(79, 79, 79, 0.79);
}

.holder-columns {
  overflow: hidden;
  padding: 50px 0 28px 0;
  display: table;
  margin: 0 auto;
}
.holder-columns > div {
  width: 272px;
  padding-left: 50px;
  display: table-cell;
  padding-bottom: 45px;
  position: relative;
  min-height: 200px;
}
.holder-columns > div:first-child {
  padding-left: 15px;
}
.holder-columns p {
  font-size: 15px;
  margin-bottom: 10px;
}
.holder-columns .default-button {
  position: absolute;
  bottom: 0;
}

.blockquote {
  font-size: 25px;
  color: #000000;
  line-height: 32px;
  width: 60%;
  margin: 62px auto 68px;
  letter-spacing: -0.7px;
  font-weight: 400;
  position: relative;
}
.blockquote:before {
  content: "";
  width: 35px;
  height: 33px;
  background: url(../img/icon-quote-top.png) no-repeat;
  position: absolute;
  top: -8px;
  left: -53px;
}

.cite {
  position: absolute;
  right: -104px;
  top: 56px;
  width: 140px;
  height: 83px;
  background: #ffffff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  text-align: center;
  padding: 44px 0 10px;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  display: block;
}
.cite strong {
  color: #514c74;
}
.cite:before {
  content: "";
  width: 35px;
  height: 33px;
  background: url(../img/icon-triangle2.png) no-repeat;
  position: absolute;
  top: 31px;
  left: -12px;
}

.small-headings {
  font-size: 24px;
  line-height: 34px;
  color: #514c74;
  margin: 0;
}

.single-box {
  text-align: center;
  margin-bottom: 50px;
}
.single-box .small-headings {
  margin-bottom: 30px;
}
.single-box .information-list {
  width: 50%;
  margin: 0 auto;
}
.single-box p {
  width: 50%;
  margin: 0 auto;
}
.single-box .default-button {
  margin-top: 35px;
}

.information-list {
  padding-left: 0;
  margin: 0;
}
.information-list li {
  list-style: none;
  font-size: 15px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.information-list li:before {
  content: "";
  width: 29px;
  height: 28px;
  background: url(../img/icon-tip.png) no-repeat;
  position: absolute;
  top: 0;
  left: -40px;
}

footer {
  background: #778591;
  padding-top: 55px;
}
footer #logo-footer {
  float: left;
  margin: 0px 41px 20px 53px;
  width: 178px;
}
footer .box {
  float: left;
  margin-top: 13px;
  width: 300px;
}
footer .box.first {
  margin-right: 92px;
}
footer .box.first .title-box {
  margin-bottom: 6px;
}
footer .box p, footer .box a {
  font-size: 15px;
  color: #fafcfd;
}
footer .box p {
  margin-bottom: 0;
}
footer .box a {
  text-decoration: none;
}
footer .box .email {
  text-decoration: underline;
}
footer .box ul {
  padding-left: 0;
  margin: 0;
}
footer .box ul li {
  list-style: none;
}
footer .box ul li a {
  text-decoration: underline;
  font-size: 15px;
  color: #ffffff;
}
footer .box ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .box .title-box {
  display: inline-block;
  margin-bottom: 4px;
}
footer .box .title-box.with-line2:after {
  width: 195%;
}
footer p, footer span {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}
footer .part-top {
  overflow: hidden;
  position: relative;
  padding-bottom: 15px;
}
footer .part-top:after {
  content: "";
  width: 95%;
  height: 2px;
  background: url(../img/line2.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

.title-box {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}

.copyright {
  display: inline-block;
  float: left;
  margin-top: 11px;
  width: 630px;
  font-size: 14px;
  color: #ffffff;
}

.design-wrap {
  display: inline-block;
  float: left;
  margin-left: 37px;
  margin-top: 6px;
}
.design-wrap span {
  line-height: 28px;
  display: inline-block;
  margin-right: 10px;
}
.design-wrap img {
  vertical-align: middle;
  display: inline-block;
}

#mobile-menu {
  display: none;
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
}
#mobile-menu img {
  display: block;
}

@media (max-width: 1020px) {
  .container {
    width: 960px;
    padding: 0 10px;
  }

  .holder-boxes > div {
    width: 32.7%;
  }

  .blockquote br {
    display: none;
  }

  footer .box.first {
    margin-right: 60px;
  }

  .cite {
    top: 90%;
  }

  .main-content .second-wrapper {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .container {
    width: 748px;
  }

  header .container {
    position: relative;
  }
  header .right {
    width: 100%;
  }

  .contact-links {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #logo {
    margin-left: 0;
  }

  .icon-logo {
    float: right;
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .nav {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
  .nav ul {
    display: inline-block;
  }

  .holder-boxes > div {
    width: 32.6%;
  }

  .main-content .wrapper-top {
    padding: 25px 20px 25px 20px;
  }
  .main-content .wrapper-top .left {
    width: 450px;
  }

  .holder-columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .holder-columns > div:first-child {
    padding-left: 0;
  }

  .blockquote {
    width: 69%;
  }

  .single-box .information-list, .single-box p {
    width: 70%;
  }

  footer .box {
    width: 220px;
  }

  footer #logo-footer {
    margin-left: 23px;
  }

  .design-wrap {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .copyright {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }

  #logo {
    margin: 9px auto 20px;
    float: none;
  }

  .icon-logo {
    top: 134px;
  }

  #mobile-menu {
    display: block;
  }

  .nav {
    display: none;
  }

  .holder-boxes {
    margin-bottom: 20px;
  }
  .holder-boxes > div {
	max-width: 100%;
	width: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: inline-block;
  }

  header {
    padding-bottom: 10px;
  }
  header .contact-links {
    position: static;
    margin-top: 10px;
  }

  .nav {
    margin: 0;
  }
  .nav ul {
    display: block;
  }
  .nav ul li {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .nav ul li a {
    padding: 0 20px;
  }
  .nav ul.submenu {
    position: relative;
    top: 0;
  }
  .nav ul.submenu:before {
    display: none;
  }

  .main-content .wrapper-top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-content .wrapper-top .right {
    width: 100%;
  }
  .main-content .wrapper-top .left .default-button {
    margin-top: 0;
  }
  .main-content .second-wrapper {
    margin-bottom: 64px;
  }
  .main-content .second-wrapper .overlay1 {
    text-align: center;
  }

  .holder-columns {
    display: block;
  }
  .holder-columns > div {
    width: 100%;
    display: block;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .holder-columns .default-button {
    position: static;
    margin: 0 auto;
  }

  footer {
    padding-top: 15px;
  }
  footer .box {
    width: 100%;
  }
  footer .box .title-box {
    width: 100%;
  }
  footer .box.first {
    margin-right: 0;
  }
  footer #logo-footer {
    margin: 20px auto 0;
    float: none;
    display: block;
  }

  .accreditations-list li:before, .with-line:after {
    width: 100%;
  }

  .blockquote {
    margin: 32px auto 32px;
  }
  .blockquote:before {
    left: -41px;
  }

  .cite {
    right: -40px;
    top: 104%;
  }

  .main-content .second-wrapper {
    margin-bottom: 115px;
  }

  .single-box .small-headings br {
    display: none;
  }

  .main-content .wrapper-top .left {
    text-align: center;
  }
  .main-content .wrapper-top .left p {
    text-align: justify;
  }

  .main-content .wrapper-top .right .headings-smaller {
    text-align: center;
  }
}




#contact-form{
  font: 14px/16px 'Open Sans',Arial,Helvetica,sans-serif;
  color:#666970;
  padding:0 0 0 0;
  height:434px;
  margin: auto;
}
/*
#contact-form h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 50px 0 20px 0;
  position: relative;
  text-align:center;
}
*/
#contact-form h2 span {
  font-weight: 600;
}

.contact-row {
  margin: 10px 0 0 0;
}

#form-frame{
  text-align:center;
}

#contact-form input, textarea{
  width:80%;
  margin:10px 0 0 0;
  font: 14px/16px 'Open Sans',Arial,Helvetica,sans-serif;
  color:#666970;
  border: 1px rgb(185, 185, 185) solid;
}

#contact-form #enquiry-more {
  background-color:#666970;
  color:black;
}

#contact-form textarea{
  height:200px;
}

li {
      color: #333333;
    font-size: 15px;
    line-height: 21px;
}

td {
  padding: 0 25px 10px 0;
}

.nav ul li.notactive a {
  color:white;
}