@charset "UTF-8";
/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
html {
  font-size: 15px;
  /* This controls all the REM units */
}
@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}

* {
  font-family: "Quicksand", sans-serif;
}

.wrapper {
  overflow-x: hidden;
}

/* =========================
Base Styles
========================= */
p {
  color: #848488;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

li {
  color: #848488;
  font-size: 1rem;
  margin-bottom: 4px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #545e75;
}

.subtitle {
  color: #848488;
}

.header {
  border-bottom: 1px solid #fdfcfc;
  margin-bottom: 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04);
}

body.home .header {
  border-bottom: none;
  box-shadow: none;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
/* =========================
Buttons
========================= */
.btn.btn-geek-primary {
  background: #304d6e;
  color: #ffffff;
  border-radius: 0px;
  height: 38px;
  padding-right: 46px;
  /* 38 + 8 */
  position: relative;
  border: none;
  display: inline-flex;
  align-items: center;
}

.btn.btn-geek-primary:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  right: 0px;
  line-height: 38px;
  top: 0px;
  width: 38px;
  height: 38px;
  background: #409ad0;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-slider {
  height: 420px;
  position: relative;
}
@media (max-width: 767.98px) {
  .cg-slider {
    height: 250px;
  }
  .cg-slider img {
    height: 250px;
    left: -290px;
    transform: none;
  }
}
.cg-slider img {
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  margin: auto;
  transform: translateX(-50%);
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
/* =========================
Themes
========================= */
.cg-themes {
  position: relative;
  top: -58px;
}
@media (max-width: 767.98px) {
  .cg-themes {
    top: auto;
  }
}

.cg-themes .card {
  border: none;
}
.cg-themes .card .card-header {
  height: 58px;
  background: #304d6e;
  text-align: center;
}
.cg-themes .card .card-header > * {
  color: #ffffff;
}
.cg-themes .card .card-body {
  border: 1px solid #f3f3f3;
  border-top: none;
}
.cg-themes .card .card-body .card-body-inner {
  height: 290px;
}
@media (max-width: 767.98px) {
  .cg-themes .card .card-body .card-body-inner {
    height: auto;
  }
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-midline {
  position: relative;
  text-align: center;
}
.cg-midline h4 {
  font-size: 1.2rem;
}

.cg-midline:before {
  content: " ";
  height: 50%;
  width: 100%;
  border-bottom: 1px solid #82a0bc;
  position: absolute;
  top: 0px;
  left: 0px;
}

.cg-midline > * {
  background: white;
  display: inline-block;
  padding: 0px 16px;
  z-index: 1;
  position: relative;
}

.cg-midline.cg-midline--rounded > * {
  border: 1px solid #82a0bc;
  padding: 8px 64px;
  border-radius: 50px;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.toggler {
  font-size: 27px;
  border: 1px solid #eaeaea;
  color: #3176a2;
  height: 45px;
  width: 45px;
  line-height: 30px;
  background: none;
  border-radius: 6px;
  padding: 0px;
}

/* =========================
Navigation
========================= */
.navbar {
  background: none;
}
.navbar .nav-item {
  font-size: 1.4rem;
}
.navbar .nav-item :last-child {
  margin-right: 0px;
}
.navbar .nav-item .nav-link {
  color: #212529;
}
.navbar .nav-item .nav-link:hover {
  color: #545e75;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  top: 85%;
}
.navbar .dropdown-item:hover > .dropdown-menu {
  display: block;
}
.navbar ul li {
  list-style-type: none;
  display: inline;
}
.navbar .navbar-nav .nav-link {
  display: inline-block;
}
.navbar .ml-auto {
  display: inline-block !important;
}
.navbar .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

body[isopen=true] .cg-wp-navigation {
  display: block !important;
  padding-top: 16px;
}
body[isopen=true] .cg-wp-navigation .nav {
  display: block;
  padding: 0px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 32px;
}
body[isopen=true] .cg-wp-navigation .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  border: none;
  padding-left: 16px;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-service-bar {
  background: #f9f9f9;
}
.cg-service-bar p {
  color: #545e75;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .cg-service-bar p {
    font-size: 12px;
  }
}
.cg-service-bar a {
  color: #545e75;
  margin-left: 8px;
}
.cg-service-bar a:nth-child(0) {
  margin-left: 0px;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-contact-us-bar {
  text-align: center;
  background: #545e75;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-service-card {
  /* --------------------------
  Centre Variant
  -------------------------- */
}
.cg-service-card .card-header {
  position: relative;
  background: #304d6e;
  color: white;
  padding-left: 80px;
  font-size: 18px;
}
.cg-service-card .card-header h3 {
  z-index: 2;
  position: relative;
}
.cg-service-card .cg-card-icon {
  position: absolute;
  background: #304d6e;
  width: 60px;
  top: -20px;
  left: 8px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.cg-service-card .cg-card-icon .fas {
  font-size: 25px;
}
.cg-service-card--centre .card-header {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.cg-service-card--centre .card-header h3 {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  padding-top: 14px;
  font-size: 20px;
}
.cg-service-card--centre .card-header .cg-card-icon {
  left: 0px;
  right: 0px;
  z-index: 0;
  margin: auto;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-rating {
  display: inline-block;
  border: 1px solid #a5bbcf;
  border-radius: 20px;
  padding: 4px 8px;
  margin: 0px 8px 8px 0px;
}
.cg-rating i {
  color: #f6da46;
}

.cg-inline-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cg-inline-icon .cg-icon {
  height: 40px;
  width: 40px;
  background: #eaeaea;
  border-radius: 100%;
  left: 0px;
  top: 0px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cg-inline-icon .cg-icon .fa {
  font-size: 22px;
}
.cg-inline-icon p {
  margin-bottom: 0px;
}

/* ==========================
Colours
========================== */
/* ==========================
Space
========================== */
.cg-qualification {
  border-radius: 10px;
  border: 1px solid #848488;
  padding: 8px;
}
.cg-qualification .qualification-logo {
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #82a0bc;
  margin-bottom: 8px;
}
.cg-qualification .qualification-text {
  color: #848488;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}

.cg-contact-type i {
  margin-right: 10px;
  color: #848488;
}
.cg-contact-type span {
  display: block;
  font-size: 18px;
  color: #848488;
}
.cg-contact-type a {
  font-size: 30px;
  color: #314d6e;
}

/*# sourceMappingURL=styles.css.map */
