@charset "UTF-8";
/*
 * 0: Custom styles for AWD Digital
 * sass --watch style.scss:style.css
 * 
 * @package awddigital
 */
/*
 * Base - Spaces
 * 
 * @package awddigital
 *
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * It will generate several classes such as:
 * .m-r-10 which gives margin-right 10 pixels.
 * .m-r-15 gives MARGIN to the RIGHT 15 pixels.
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * The first letter is "m" or "p" for MARGIN or PADDING
 * Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
 * Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
 * 
 */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
.m5t {
  margin-top: 5px;
}
.p5t {
  padding-top: 5px;
}
.m5b {
  margin-bottom: 5px;
}
.p5b {
  padding-bottom: 5px;
}
.m5l {
  margin-left: 5px;
}
.p5l {
  padding-left: 5px;
}
.m5r {
  margin-right: 5px;
}
.p5r {
  padding-right: 5px;
}
.m10t {
  margin-top: 10px;
}
.p10t {
  padding-top: 10px;
}
.m10b {
  margin-bottom: 10px;
}
.p10b {
  padding-bottom: 10px;
}
.m10l {
  margin-left: 10px;
}
.p10l {
  padding-left: 10px;
}
.m10r {
  margin-right: 10px;
}
.p10r {
  padding-right: 10px;
}
.m15t {
  margin-top: 15px;
}
.p15t {
  padding-top: 15px;
}
.m15b {
  margin-bottom: 15px;
}
.p15b {
  padding-bottom: 15px;
}
.m15l {
  margin-left: 15px;
}
.p15l {
  padding-left: 15px;
}
.m15r {
  margin-right: 15px;
}
.p15r {
  padding-right: 15px;
}
.m20t {
  margin-top: 20px;
}
.p20t {
  padding-top: 20px;
}
.m20b {
  margin-bottom: 20px;
}
.p20b {
  padding-bottom: 20px;
}
.m20l {
  margin-left: 20px;
}
.p20l {
  padding-left: 20px;
}
.m20r {
  margin-right: 20px;
}
.p20r {
  padding-right: 20px;
}
.m25t {
  margin-top: 25px;
}
.p25t {
  padding-top: 25px;
}
.m25b {
  margin-bottom: 25px;
}
.p25b {
  padding-bottom: 25px;
}
.m25l {
  margin-left: 25px;
}
.p25l {
  padding-left: 25px;
}
.m25r {
  margin-right: 25px;
}
.p25r {
  padding-right: 25px;
}
.m30t {
  margin-top: 30px;
}
.p30t {
  padding-top: 30px;
}
.m30b {
  margin-bottom: 30px;
}
.p30b {
  padding-bottom: 30px;
}
.m30l {
  margin-left: 30px;
}
.p30l {
  padding-left: 30px;
}
.m30r {
  margin-right: 30px;
}
.p30r {
  padding-right: 30px;
}
.m35t {
  margin-top: 35px;
}
.p35t {
  padding-top: 35px;
}
.m35b {
  margin-bottom: 35px;
}
.p35b {
  padding-bottom: 35px;
}
.m35l {
  margin-left: 35px;
}
.p35l {
  padding-left: 35px;
}
.m35r {
  margin-right: 35px;
}
.p35r {
  padding-right: 35px;
}
.m40t {
  margin-top: 40px;
}
.p40t {
  padding-top: 40px;
}
.m40b {
  margin-bottom: 40px;
}
.p40b {
  padding-bottom: 40px;
}
.m40l {
  margin-left: 40px;
}
.p40l {
  padding-left: 40px;
}
.m40r {
  margin-right: 40px;
}
.p40r {
  padding-right: 40px;
}
.m45t {
  margin-top: 45px;
}
.p45t {
  padding-top: 45px;
}
.m45b {
  margin-bottom: 45px;
}
.p45b {
  padding-bottom: 45px;
}
.m45l {
  margin-left: 45px;
}
.p45l {
  padding-left: 45px;
}
.m45r {
  margin-right: 45px;
}
.p45r {
  padding-right: 45px;
}
.m50t {
  margin-top: 50px;
}
.p50t {
  padding-top: 50px;
}
.m50b {
  margin-bottom: 50px;
}
.p50b {
  padding-bottom: 50px;
}
.m50l {
  margin-left: 50px;
}
.p50l {
  padding-left: 50px;
}
.m50r {
  margin-right: 50px;
}
.p50r {
  padding-right: 50px;
}
.m80t {
  margin-top: 80px;
}
.p80t {
  padding-top: 80px;
}
.m80b {
  margin-bottom: 80px;
}
.p80b {
  padding-bottom: 80px;
}
.m80l {
  margin-left: 80px;
}
.p80l {
  padding-left: 80px;
}
.m80r {
  margin-right: 80px;
}
.p80r {
  padding-right: 80px;
}
.m100t {
  margin-top: 100px;
}
.p100t {
  padding-top: 100px;
}
.m100b {
  margin-bottom: 100px;
}
.p100b {
  padding-bottom: 100px;
}
.m100l {
  margin-left: 100px;
}
.p100l {
  padding-left: 100px;
}
.m100r {
  margin-right: 100px;
}
.p100r {
  padding-right: 100px;
}
.m150t {
  margin-top: 150px;
}
.p150t {
  padding-top: 150px;
}
.m150b {
  margin-bottom: 150px;
}
.p150b {
  padding-bottom: 150px;
}
.m150l {
  margin-left: 150px;
}
.p150l {
  padding-left: 150px;
}
.m150r {
  margin-right: 150px;
}
.p150r {
  padding-right: 150px;
}
.m200t {
  margin-top: 200px;
}
.p200t {
  padding-top: 200px;
}
.m200b {
  margin-bottom: 200px;
}
.p200b {
  padding-bottom: 200px;
}
.m200l {
  margin-left: 200px;
}
.p200l {
  padding-left: 200px;
}
.m200r {
  margin-right: 200px;
}
.p200r {
  padding-right: 200px;
}
.m250t {
  margin-top: 250px;
}
.p250t {
  padding-top: 250px;
}
.m250b {
  margin-bottom: 250px;
}
.p250b {
  padding-bottom: 250px;
}
.m250l {
  margin-left: 250px;
}
.p250l {
  padding-left: 250px;
}
.m250r {
  margin-right: 250px;
}
.p250r {
  padding-right: 250px;
}
/*
 * Base - Colours
 * 
 * @package awddigital
 *
 */
.t-primary {
  color: #EA6E17;
}
.t-secondary {
  color: #E13217;
}
.t-tertiary {
  color: #29637A;
}
.t-dark {
  color: #565a5c;
}
.t-white {
  color: #FFFFFF;
}
.t-grey {
  color: #F5F6F7;
}
.b-primary {
  background-color: #EA6E17;
}
.b-secondary {
  background-color: #E13217;
}
.b-tertiary {
  background-color: #29637A;
}
.b-dark {
  background-color: #565a5c;
}
.b-white {
  background-color: #FFFFFF;
}
.b-grey {
  background-color: #F5F6F7;
}
/*
 * Base - Mixins
 * 
 * @package awddigital
 *
 */
.ahref, input, form.searchonly input[type="search"], form.searchonly button[type="submit"] {
  border-radius: 10px;
}
header nav.navbar ul.navbar-nav li.nav-item.dropdown > a.dropdown-toggle:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
/* @include box-shadow(0,0,21px,0, rgba($dark, .1), false); */
/*
 * Base - Text
 * 
 * @package awddigital
 *
 */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Oxygen", sans-serif;
  color: #565a5c;
  font-size: 16px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
}
/*
 * 0: Classes
 * 
 */
* {
  -webkit-print-color-adjust: exact !important;
  /* Chrome, Safari */
  color-adjust: exact !important;
  /*Firefox*/
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
section, main, footer {
  position: relative;
  width: 100%;
  float: left;
}
img {
  width: 100%;
}
a {
  display: inline-block;
  color: #EA6E17;
}
a:hover, a:focus {
  color: #EA6E17;
}
a, a:hover, a:focus, input, input:hover, input:focus {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:focus {
  outline: 0;
}
form#search .input-group .form-control, form#search .input-group .btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #EA6E17;
  font-size: 12px;
}
form#search .input-group .form-control:focus, form#search .input-group .form-control:hover, form#search .input-group .btn:focus, form#search .input-group .btn:hover {
  box-shadow: none;
}
form#search .input-group .form-control {
  padding-left: 0;
}
form#search .input-group span button {
  padding-right: 0;
}
form#search .input-group span button i {
  color: #565a5c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form#search .input-group span:hover i, form#search .input-group span:focus i {
  color: #EA6E17;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*** -3 Classes ***/
.container-fluid {
  width: 100%;
}
.has-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 99, 122, 0.2);
}
.has-absolute {
  position: relative;
}
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.table-div {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.has-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.has-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.has-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFFFFF;
  font-size: 32px;
}
.has-video:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: rgba(234, 110, 23, 0.8);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.has-video:hover:before {
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.is-square {
  position: relative;
  width: 100%;
}
.is-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.is-square.pb-five:after {
  padding-bottom: 50%;
}
.is-square.pb-seven:after {
  padding-bottom: 70%;
}
.is-square.pb-eight:after {
  padding-bottom: 80%;
}
.is-circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
/* ---- product symbols & zoomies ---- */
.symbols img {
  width: auto;
  height: 30px;
  margin-left: 5px;
}
.symbols:first-child {
  margin-left: 0;
}
figure.zoom {
  position: relative;
  background-position: 50% 50%;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom .has-image {
  background-size: 90%;
  background-color: #FFFFFF;
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
figure.zoom .has-image:hover {
  opacity: 0;
}
/*
 * Base - Buttons/Links
 * 
 * @package awddigital
 *
 */
.ahref {
  position: relative;
  border-radius: 5px;
  border: 0;
  display: inline-block;
  padding: 10px 25px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.ahref.solid {
  background-color: #F5F6F7;
  color: #565a5c;
  border: 1px solid transparent;
  -webkit-box-shadow: -2px 2px 7px 7px rgba(86, 90, 92, 0.1);
  -moz-box-shadow: -2px 2px 7px 7px rgba(86, 90, 92, 0.1);
  box-shadow: -2px 2px 7px 7px rgba(86, 90, 92, 0.1);
}
.ahref.solid:hover {
  border-color: #E13217;
  color: #E13217;
  background-color: #FFFFFF;
}
.ahref.solid.primary {
  background-color: #EA6E17;
  color: #FFFFFF;
}
.ahref.solid.primary:hover {
  border-color: #E13217;
  color: #E13217;
  background-color: #FFFFFF;
}
.ahref.solid.secondary {
  background-color: #E13217;
  color: #FFFFFF;
}
.ahref.solid.white {
  background-color: #FFFFFF;
  color: #EA6E17;
}
.ahref.solid.white:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #E13217;
}
.ahref.bordered {
  border: 1px solid #EA6E17;
  background-color: transparent;
  color: #29637A;
  box-sizing: content-box;
}
.ahref.bordered:hover {
  background-color: #E13217;
  color: #FFFFFF;
}
.ahref.bordered.primary {
  border-color: #EA6E17;
  color: #EA6E17;
}
.ahref.bordered.primary:hover {
  color: #FFFFFF;
}
.ahref.bordered.secondary {
  border-color: #29637A;
  color: #29637A;
}
.ahref.bordered.secondary:hover {
  color: #FFFFFF;
}
.ahref.bordered.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #EA6E17;
}
.ahref.line {
  color: #EA6E17;
  padding: 0;
}
.ahref.line:hover {
  text-decoration: none;
  color: #565a5c;
}
.ahref.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EA6E17;
  color: #EA6E17;
}
.ahref.boxedarrow {
  position: relative;
  left: 40px;
  background-color: #EA6E17;
  color: #FFFFFF;
  padding: 10px 25px;
}
.ahref.boxedarrow:before {
  content: ">";
  position: absolute;
  left: -40px;
  top: 0;
  background-color: #565a5c;
  width: 40px;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ahref.boxedarrow:hover {
  color: #FFFFFF;
}
.ahref.boxedarrow:hover:before {
  width: 50px;
}
.ahref:hover {
  text-decoration: none;
}
header nav ul.navbar {
  padding: 0;
  margin-bottom: 0;
}
header nav ul.navbar li {
  list-style-type: none;
}
header nav.navbar ul.navbar-nav li.nav-item {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
header nav.navbar ul.navbar-nav li.nav-item > a {
  position: relative;
  color: #29637A;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
header nav.navbar ul.navbar-nav li.nav-item > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #E13217;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav.navbar ul.navbar-nav li.nav-item > a:hover {
  color: #E13217;
}
header nav.navbar ul.navbar-nav li.nav-item > a:hover:before {
  width: 100%;
}
header nav.navbar ul.navbar-nav li.nav-item.dropdown > a {
  padding: 0 20px 0 0 !important;
}
header nav.navbar ul.navbar-nav li.nav-item.dropdown > a.dropdown-toggle:after {
  content: "";
  border: 0;
  position: absolute;
  top: 1px;
  right: 0;
}
header nav.navbar ul.navbar-nav li.nav-item .dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: 0;
  padding-top: 0;
  background: transparent;
}
header nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a {
  background-color: #F5F6F7;
  padding: 10px 15px;
  border-bottom: 1px solid #FFFFFF;
  color: #29637A;
}
header nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a:hover {
  background-color: #EA6E17;
  border-color: #EA6E17;
  color: #FFFFFF;
}
header nav.navbar ul.navbar-nav li.nav-item .dropdown-menu a.active {
  color: #E13217 !important;
}
header nav.navbar ul.navbar-nav li.nav-item.active > a {
  color: #E13217;
}
header nav.navbar ul.navbar-nav li.nav-item.active > a:before {
  width: 100%;
}
@media (max-width: 991px) {
  header nav.navbar {
    max-width: 300px;
  }
  header nav.navbar ul.navbar-nav {
    width: 100%;
  }
  header nav.navbar ul.navbar-nav li.nav-item {
    display: block;
  }
}
header .top {
  height: 100px;
}
header .top #burger {
  border: 1px solid #EA6E17;
  border-radius: 4px;
  padding: 4px 7px;
  box-shadow: -2px 2px 7px 1px #ebebeb;
}
header .bottom {
  height: 50px;
}
header .popup {
  position: fixed;
  top: 0;
  right: -100vw;
  opacity: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-color: rgba(86, 90, 92, 0.8);
  padding: 80px 0 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 6;
}
header .popup:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 300px;
  background-color: #FFFFFF;
}
header .popup .closeit {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 14px;
  display: none;
  opacity: 0;
  border: 1px solid #EA6E17;
  border-radius: 4px;
  padding: 4px 7px;
  box-shadow: -2px 2px 7px 1px rgba(86, 90, 92, 0.1);
  background-color: #EA6E17;
}
header .popup .closeit svg {
  color: #FFFFFF;
}
header .popup.popped {
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 5;
}
header .popup.popped .closeit {
  display: block;
  opacity: 1;
}
header #menu ul.navbar-nav li {
  padding: 15px 0;
}
header #menu ul.navbar-nav li a {
  color: #29637A;
  font-size: 16px;
}
header #menu ul.navbar-nav li a:hover {
  color: #e13217;
}
header #menu ul.navbar-nav li.active > a {
  color: #E13217;
}
header #menu ul.navbar-nav li:last-child {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid rgba(86, 90, 92, 0.1);
}
header #menu ul.navbar-nav li:last-child a:first-child {
  color: #29637A;
}
header #menu ul.navbar-nav li:last-child a:last-child {
  color: #FFFFFF;
}
footer {
  font-size: 12px;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #FFFFFF;
}
footer img#iso {
  max-width: 100px;
}
footer .top {
  background: linear-gradient(to right, #e13217 0, #ea6e18 100%);
}
footer .top .backtotop a {
  position: relative;
  color: #FFFFFF;
  padding: 13px 38px 13px 5px;
  text-decoration: none;
  font-weight: 700;
}
footer .top .backtotop a:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 40px;
  background-color: #d23f15;
}
footer .top .backtotop a:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 0;
  border-color: #d23f15 transparent transparent;
}
footer .top .backtotop a span {
  position: relative;
}
footer .top .navbar .navbar-nav .nav-item a {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  footer .top .navbar .navbar-nav {
    margin-bottom: 25px;
  }
}
footer .bottom {
  height: 40px;
  font-size: 12px;
}
footer .bottom .each {
  color: #565a5c;
  border-right: 1px solid rgba(86, 90, 92, 0.1);
}
footer .bottom .each a {
  color: #565a5c;
}
footer .bottom .each:first-child a {
  color: #E13217;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 991px) {
  footer .bottom .each {
    padding: 5px;
    border: 1px solid rgba(86, 90, 92, 0.1);
  }
}
input {
  border: 1px solid;
  width: 100%;
  padding: 8px 18px;
}
input[type=checkbox], input[type=radio] {
  border: none;
  width: auto;
}
form.searchonly {
  position: relative;
  padding: 0;
}
form.searchonly input[type="search"] {
  width: 100%;
  min-width: 250px;
  border: 1px solid #FFFFFF;
  margin-right: 0 !important;
  padding-right: 40px;
}
form.searchonly button[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  border-color: transparent;
  background-color: rgba(234, 110, 23, 0.1);
}
form.searchonly button[type="submit"] svg {
  color: #EA6E17;
}
form.searchonly button[type="submit"]:hover, form.searchonly button[type="submit"]:focus {
  background-color: rgba(234, 110, 23, 0.3);
}
form.contactform {
  border: 1px solid #F5F6F7;
  padding: 25px;
}
form.contactform label {
  font-weight: 700;
}
@media (max-width: 767px) {
  form.contactform {
    padding: 0;
    border: 0;
  }
  form.contactform#enquiryonly {
    margin-top: 25px;
  }
}
form#checkout .form-check {
  position: relative;
  text-align: center;
  padding-top: 45px;
  margin-right: 0;
}
form#checkout .form-check label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
form#checkout .form-check label svg {
  width: 35px;
  height: 35px;
}
form#checkout .form-check input {
  margin: 0 auto;
}
section.subpage.header {
  background: linear-gradient(to right, #E13217 0, #ea6e18 100%);
  padding: 25px 0;
  color: #FFFFFF;
}
section.subpage.header h1 {
  position: relative;
  font-weight: 300;
  font-size: 40px;
}
@media (max-width: 991px) {
  section.subpage.header h1 {
    font-size: 30px;
  }
}
section.subpage.main {
  padding: 50px 0;
}
section.subpage.main ul {
  padding-left: 0;
}
section.subpage.main ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
section.subpage.main ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background-color: #F5F6F7;
}
section.subpage.main ul li a {
  color: #565a5c;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 5px;
}
section.subpage.main ul li.active a, section.subpage.main ul li:hover a {
  color: #E13217;
}
section.subpage.main ul li.active:before, section.subpage.main ul li:hover:before {
  background-color: #E13217;
  transition: background-color 0.5s;
}
section.subpage.main ul li.active a {
  font-weight: 700;
}
section.subpage.main .has-content h1, section.subpage.main .has-content h2, section.subpage.main .has-content h3, section.subpage.main .has-content h4, section.subpage.main .has-content h5, section.subpage.main .has-content h6 {
  font-weight: 400;
  color: #EA6E17;
}
section.subpage.main .has-content a {
  font-weight: 700;
  text-decoration: underline;
  color: #E13217;
}
section.subpage.main .has-content a.ahref {
  color: #FFFFFF;
  text-decoration: none;
}
section.subpage.main .has-content a.ahref:hover {
  color: #E13217;
}
section.subpage.main .has-content img {
  margin-top: 5px;
  margin-bottom: 15px;
}
section.subpage.main .has-content ul li {
  margin-bottom: 10px;
}
section.subpage.main .has-content ul li:before {
  background-color: #E13217;
}
section.subpage.main .has-content ul li:hover:before {
  background-color: #E13217;
}
section.subpage.main .has-content.pre-vocational table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
  font-size: 12px;
  padding-top: 20px;
}
section.subpage.main .has-content.pre-vocational table th, section.subpage.main .has-content.pre-vocational table td {
  padding: 5px 15px;
}
section.subpage.main .has-content.pre-vocational table th {
  background-color: #29637A;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
section.subpage.main .has-content.pre-vocational table td {
  background-color: #F5F6F7;
}
section.subpage.main .has-content.pre-vocational table td.col_name {
  font-weight: 700;
}
section.subpage.main .has-content.pre-vocational table td.col_type, section.subpage.main .has-content.pre-vocational table td.col_number {
  text-align: center;
}
section.home .section-title {
  font-size: 34px;
  font-weight: 400;
}
section.home .section-title img {
  max-width: 40px;
}
section.home.hero {
  height: calc(90vh - 150px);
  min-height: 500px;
  background-image: url(../themes/vpmtp/images/VPMTP-Car2.jpg);
}
section.home.hero .has-image {
  background-image: url(../themes/vpmtp/images/VPMTP-Car2.jpg);
}
section.home.hero .has-overlay {
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 41%, #1d3e4b 83%, #1d3d49 84%);
}
section.home.hero h1 {
  font-weight: 300;
}
section.home.hero h1, section.home.hero p {
  color: #FFFFFF;
}
section.home.hero p {
  font-weight: 700;
}
section.home.hero .ahref.solid.white {
  color: #29637A;
}
section.home.hero .ahref.solid.white:hover {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  section.home.hero {
    height: auto;
    background-image: none;
  }
  section.home.hero .container {
    max-width: none;
  }
  section.home.hero .has-image {
    height: 80vh;
    max-height: 400px;
    background-size: cover;
    background-position: top left;
  }
  section.home.hero .has-overlay {
    background-color: #29637A;
  }
  section.home.hero .has-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  section.home.hero .has-image {
    max-height: 300px;
  }
}
@media (max-width: 991px) {
  section.home.hero .mobile-banner {
    background-size: auto;
  }
}
@media (max-width: 800px) {
  section.home.hero .mobile-banner {
    background-size: cover;
  }
}
section.home.intro .left, section.home.intro .right {
  padding: 80px;
}
section.home.intro .left {
  background-color: #FFFFFF;
}
section.home.intro .right {
  background-color: #F5F6F7;
}
@media (max-width: 991px) {
  section.home.intro .left, section.home.intro .right {
    padding: 50px 15px;
  }
}
section.home.trainees {
  background: linear-gradient(to right, #E13217 0, #ea6e18 100%);
}
section.home.trainees .each {
  color: #FFFFFF;
}
section.home.trainees .each .is-circle {
  margin: 0 auto 15px;
  background-color: #E13217;
}
section.home.trainees .each .is-circle h3 {
  color: #FFFFFF;
  font-size: 40px;
}
section.home.trainees .each p {
  font-weight: 700;
}
section.home.latestnews .each.card-wrapper a {
  border: 1px solid #F5F6F7;
  padding: 25px;
}
section.home.latestnews .each.card-wrapper a p {
  color: #565a5c;
}
section.home.latestnews .each.card-wrapper a h4 {
  color: #E13217;
}
section.home.latestnews .each.card-wrapper a:hover {
  border-color: #E13217;
  text-decoration: none;
}
section.home.latestnews .readmore {
  color: #E13217;
  text-decoration: underline;
}
section.home.meetourstaff .each {
  color: #29637A;
}
section.home.meetourstaff .each img {
  max-width: 155px;
  margin-bottom: 15px;
}
section.home.meetourstaff .each h3 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 26px;
}
section.home.meetourstaff .each small {
  font-size: 12px;
  color: #8c9193;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
section.home.meetourstaff .each .phone a {
  color: #565a5c;
}
section.home.meetourstaff .each .email a {
  font-weight: 700;
  text-decoration: underline;
}
section.home.meetourstaff .each .email a svg {
  position: relative;
  top: 2px;
  text-decoration: none;
}
@media (max-width: 991px) {
  section.home.meetourstaff .each {
    margin-bottom: 25px;
  }
}
section.pheader h1 {
  color: #EA6E17;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
#about-us-news .each {
  text-decoration: none;
}
#about-us-news .each.newspost {
  border: 1px solid #F5F6F7;
  padding: 25px;
  margin-bottom: 20px;
}
#about-us-news .each.newspost h4 {
  color: #E13217;
}
#about-us-news .each.newspost p {
  color: #565a5c;
  font-weight: 400;
}
#about-us-news .each.newspost:hover {
  border-color: #E13217;
  text-decoration: none;
}
#about-us-news .readmore {
  color: #E13217;
  text-decoration: underline;
}
/*
 * OctoberCMS Richeditor CSS Style - Paragraph Styles
 */
.oc-text-gray {
  color: #AAA !important;
}
.oc-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.oc-text-spaced {
  letter-spacing: 1px;
}
.oc-text-uppercase {
  text-transform: uppercase;
}
/*
 * Links
 */
a.oc-link-strong {
  font-weight: 700;
}
a.oc-link-green {
  color: green;
}
/*
 * Table
 */
table.oc-dashed-borders td, table.oc-dashed-borders th {
  border-style: dashed;
}
table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
/*
 * Table cell
 */
table td.oc-cell-highlighted, table th.oc-cell-highlighted {
  border: 1px double red;
}
table td.oc-cell-thick-border, table th.oc-cell-thick-border {
  border-width: 2px;
}
/*
 * Images
 */
img.oc-img-rounded {
  border-radius: 100%;
  background-clip: padding-box;
}
img.oc-img-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box;
}
