@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #ffffff;
  color: #313b3d;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans","Helvetica Neue",sans-serif;
}

header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.menu-main-container .menu {
  display: flex;
  justify-content: center;
}

.menu-main-container .menu li a {
  font-family: "Montserrat";
  font-size: 16px;
  color: #27358e;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  margin: 10px;
  font-weight: 600;
}

.menu-main-container .menu li.active a,
.menu-main-container .menu li a:hover {
  color: #009dd8;
}


.menu-main-container .menu li.menu-item-has-children {
  position: relative;
}

.menu-main-container .menu li:hover .sub-menu {
  visibility: visible;
  display: block;
  opacity: 1;
}

.menu-main-container .sub-menu {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 178px;
  z-index: 99;
  display: none;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.menu-main-container .sub-menu li {
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.menu-main-container .sub-menu li a {
  font-size: 12px;
  color: #19156a;
  opacity: .8;
  display: block;
  font-size: 12px;
  border-bottom: 1px dotted rgba(255, 255, 255, .3);
  padding: 10px;
  margin: 0;
}

.menu-main-container .sub-menu li a:hover {
  color: #009dd8;
}

.section.banner {
  height: 600px;
  background: url(../images/audit-consultation3.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-family: 'Montserrat';
  text-align: center;
}

.section.banner h1 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section.banner h4 {
  font-size: 14px;
  line-height: 22px;
}

.section.banner a {
  color: #ffffff;
  font-size: 28px;
  display: block;
}

.section.banner .align-self-center {
  padding: 4rem 5rem;
}

.popular-courses .column-inner {
  margin-bottom: 30px;
  background-color: #ebebeb;
  padding: 5px;
}

.popular-courses .column-inner figure {
  margin: 0;
}

.popular-courses .column-inner a {
  display: block;
}

.popular-courses .column-inner img {
  height: auto;
  max-width: 100%;
}

.section.contact-us a {
  color: #009dd8;
}

.section.contact-us iframe {
  width: 100%;
}

footer {
  background-color: #19156a;
  padding: 30px 0;
  border-top: 1px solid rgba(0,0,0,.08);
  font-size: 14px;
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

.footer-widget h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.section img {
  max-width: 100%;
  height: auto;
}

.text-red {
  color: #ff0000;
}

.section a {
  color: #009dd8;
}

.booking-form label {
  font-weight: 600;
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form select,
.booking-form textarea {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 2px;
  box-shadow: none;
  display: block;
  width: 100%;
  outline: none;
  color: #333333;
}

.booking-form select {
  padding: 10px;
}

.booking-form .form-submit {
  color: #333;
  font-size: 1em;
  padding: 8px 15px;
  background-color: #eee;
  border: 1px solid #ddd;
}

.booking-form .form-submit:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
}

.box-border-grey img {
  border: 6px solid #ebebeb;
  display: block;
}

section.title {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}

section.title h1 {
  margin: 0;
}

.breadcrumbs {
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}

.breadcrumbs li {
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumbs li.current {
  font-weight: 600;
}

.breadcrumbs li a {
  font-weight: 400;
  color: #444;
  font-size: 12px;
}

.breadcrumbs li+li:before {
  content: "/";
  color: #444;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.content a {
  color: #009dd8;
}

.content ul.disc {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 1rem;
}

#footerbottom {
  padding: 40px 0 0 0;
}

#footerbottom #footerlogo {
  max-width: 48px;
  float: left;
  margin: -15px 10px 0 0;
  padding: 0;
  opacity: .6;
}

#footerbottom .socialicons {
  display: flex;
  gap: 10px;
}

#footerbottom .socialicons a {
  display: block;
}

#footerbottom .socialicons svg {
  width: 24px;
}