/*!
Theme Name: RHA Training
Theme URI: http://underscores.me/
Author: Agent
Author URI: http://helloagent.co.uk
Description: Bespoke Landing Page created by Agent.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rha-training
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready














This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RHA Training is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.showit {
  display: block !important;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

optgroup {
  color: #fff !important;
  background-color: #404040 !important;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Barlow Condensed";
  font-size: 1rem;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

/* button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: unset;
} */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

/* input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
} */

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* FONT IMPORTS */

@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-ExtraLight.ttf);
  font-weight: 200;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/wp-content/themes/rha-training/fonts/BarlowCondensed-Black.ttf);
  font-weight: 900;
}

/* B E S P O K E  T H E M E  C S S */
* {
  font-family: "Barlow Condensed";
}

/* R E S E T S */

.hideit {
  opacity: 0;
  transition: 0.6s opacity;
}
.hideitfr {
  opacity: 0;
  display: none !important;
}

.unhideit {
  opacity: 1;
  transition: 0.6s opacity;
}
.entrance-leave {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #3d3d3d;
  z-index: 999;
  transition: transform 0.9s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entrance-leave img {
  height: 100px;
}
body,
html {
  font-family: "Barlow Condensed";
  height: 100vh;
  max-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.darkBg {
  background-color: #3d3d3d !important;
}

.darkMode {
  background-color: #3d3d3d !important;
  color: #fff !important;
}

.darkModeText {
  color: #fff !important;
}

.lightModeIcon {
  /* filter: drop-shadow(4px 6px 6px rgba(0,0,0,0.5))!important; */
}
.darkModeIcon {
  filter: drop-shadow(4px 6px 6px rgba(200, 200, 200, 0.5)) !important;
}

.darkModePag {
  border: solid 2px #fff !important;
  background-color: #fff !important;
}

.toggleModeButton {
  height: 25px !important;
  width: auto !important;
  cursor: pointer;
  position: absolute;
  bottom: 4.125%;
  right: 8.5%;
  z-index: 9;

  /* -webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5)); */
}

body {
  position: relative;
  min-height: 100%;
  min-height: -webkit-fill-available;
}
html {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.container {
  width: 75%;
  margin: 0 auto;
}

section {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.fixed-position {
  position: fixed !important;
  height: 100vh !important;
  width: 100vw;
  overflow-y: hidden;
}

/* H E A D E R */
header {
  padding: 5px 0px;
  position: absolute;
  z-index: 8;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  height: 12.5vh;
}

header img {
  height: 60px;
  /* filter: drop-shadow(4px 6px 6px rgba(0, 0,0,0.2))!important; */
  position: absolute;
}

.header_items {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}

* {
  user-select: none;
}

/* N A V */
nav {
  height: caLc(75% + 2px);
  width: 75% !important;
  background-color: #f05224;

  position: fixed;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(100%, -50%);
  z-index: 7;

  transition: 0.7s all ease-in-out;

  display: flex !important;
  flex-flow: row;

  justify-content: center;
  align-items: center;
}

nav ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
}

nav ul li a {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: 0.3s all ease-out;
}

nav ul li a:hover {
  transform: translateX(-5px);
  opacity: 0.5;
  color: #fff !important;
}

.nav-icons {
  display: none;
}

/* F O O T E R */
Footer {
  background-color: #f05224;
  width: 100%;
  height: 100px;
  display: flex;
  flex-flow: row;
}

.footer-grey-bar {
  background-color: #f8f4f4;
  width: 85%;
  height: 100%;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-left: -5%;
}

.footer-orange-bar {
  width: 20%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-orange-bar p {
  color: #fff;
  font-weight: 600;
}

.footer-icons {
  height: 100%;
  width: 100%;
  margin-left: 10%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  font-size: 30px;
}
.footer-icons a {
  transition: 0.3s all ease-out;
}

.footer-icons a:hover {
  opacity: 0.5;
  transform: translateY(-5px);
}
/* H A M B U R G E R  I C O N */

#nav-icon1 {
  margin-top: -5px;
  width: 35px;
  height: 22.5px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  position: absolute;
  right: 0%;
  /* filter: drop-shadow(4px 6px 6px rgba(0, 0,0,0.5))!important; */
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4.5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 11px;
}

#nav-icon1 span:nth-child(3) {
  top: 22px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  left: -14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  left: -14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.openNav {
  transform: translate(-50%, -50%) !important;
}
/* S E C T I O N  1 */

.rhs_orange_bar {
  position: absolute;
  height: 100%;
  width: 25%;
  background: #f05223;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  top: 0;
  right: -5%;
  z-index: 5;
}

.section_1 {
  background: #f2f2f2;
}
.section_1 img {
  object-fit: cover;
  height: 75vh;
  width: 100%;
  z-index: 6;
  position: relative;
}

.section_1_items {
  height: 75vh;
  width: 100%;
  margin-top: 12.5vh;
  z-index: 6;
  position: relative;
}

.section_1_content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 7;
}

.section_1_overlay {
  height: 100%;
  width: 65%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 7;
}

.section_1_content h1 {
  font-size: 64px;
  font-weight: 500;
  width: 30%;
  color: #000;
  font-style: italic;
}
.section_1_content h2 {
  font-size: 32px;
  font-weight: 500;
  width: 30%;
  color: #000;
  font-style: italic;
}

.section_1_content a {
  font-size: 22px;
  background-color: #f05223;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 1000px;
  /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
  transition: 0.3s all ease-out;
  font-weight: 400;
}

.section_1_content a:hover {
  transform: translateY(-5px);
}

.section_1_sub_heading {
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  font-weight: 600;
  font-size: 18px;
  left: -1.5%;
}

.section_1_square_top_left {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 7;
  border-left: solid 3px #f05223;
  border-top: solid 3px #f05223;
}

.section_1_square_bottom_left {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 7;
  border-left: solid 3px #f05223;
  border-bottom: solid 3px #f05223;
}

/* S E C T I O N  2 */

.section_2 {
  display: flex;
  align-items: center;
}

.section_two_training_bar {
  background-color: #cbcbcb;
  padding: 15px 0;
}

.section_two_training_bar_flex {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  transition: 0.9s all ease-out;
}

.section_two_training_bar_flex h2 {
  white-space: nowrap;
  font-weight: 500;
  font-size: 32px;
}

.section_two_training_bar_flex h2 strong {
  color: #f05223;
  font-weight: 500;
}

.section_two_training_bar_flex p {
  width: 40%;
  font-weight: 500;
  font-size: 20px;
}
.section_two_training_bar_flex a {
  color: #fff;
  background-color: #f05223;
  border-radius: 1000px;
  padding: 7px 20px;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.section_two_training_bar_flex a:hover {
  transform: translateY(-5px);
}

.section_two_carousel_header {
  color: #000000;
  font-style: italic;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.section_two_carousel_items {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}

.car-item-1 {
  transition: 0.8s all ease-out;
}
.car-item-2 {
  transition: 1.3s all ease-out;
}

.car-item-3 {
  transition: 1.3s all ease-out;
}

.section_two_carousel_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 33.3%;
  padding: 60px 60px;
  text-align: center;
  background-color: #e6e6e6;
  margin: 10px 0px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

.section_two_carousel_item:nth-child(2) {
  background-color: #f2f2f2;
  margin: 0;
  z-index: 5;
}

.section_two_carousel_item h3 {
  font-size: 30px;
  color: #f05223;
  font-weight: 500;
  margin: 15px 0px;
}

.section_two_carousel_item h4 {
  font-size: 26px;
  color: #f05223;
  font-weight: 500;
  margin: 15px 0px;
}

.section_two_carousel_item p {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin: 10px 0px;
}

.section_two_carousel_items img {
  height: 75px;
  width: 75px;
}

.section_two_carousel_button {
  margin: 75px 0px 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section_two_carousel_button a {
  color: #fff;
  background-color: #f05223;
  border-radius: 1000px;
  padding: 7px 20px;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.section_two_carousel_button a:hover {
  transform: translateY(-5px);
}

.slideX100 {
  transform: translateX(-130%);
  opacity: 0.2;
}

.opacityTransition {
  opacity: 0;
}
.translateYHideSmall {
  transform: translateY(150px);
}

.section_2_cont {
  transition: 0.6s all ease-out;
}

/* S E C T I O N  3*/

.section_3 {
  padding-bottom: 50px;
}
.section_three_quote_bar {
  background-color: #cbcbcb;
}

.section_three_quote_bar_flex {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: 0.9s all ease-out;
}

.section_three_quote_bar_flex h3 {
  font-size: 63px;
  color: #3d3d3d;
  font-weight: 600;
  font-style: italic;
  margin: 0px 25px 0px 0px;
}
.section_three_quote_bar_flex h4 {
  font-size: 23px;
  color: #3d3d3d;
  width: 350px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  font-style: italic;
}

.section_three_quotes h5 {
  font-size: 70px;
  margin: 0;
  font-style: italic;
}

.section_three_quotes {
  height: 100%;
  display: flex;
  align-items: bottom;
  margin-right: 15px;
}

.section_three_quotes_2 {
  height: 100%;
  padding-top: 75px;
  margin-left: 5px;
}

.section_three_quotes_2 h5 {
  font-size: 70px;
  margin: 0;
  font-style: italic;
}

.section_three_banner {
  height: 50vh;
  width: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(190, 44, 55, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_three_banner h2 {
  font-size: 50px;
  font-style: italic;
  font-weight: 500;
  color: #ffffff;
}

.section_three_tabs {
  background-color: #f05223;
  display: flex;
  flex-flow: row;
  justify-content: center;
  height: 94.5px;
}

.section_three_price_heading {
  color: #f05223;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.section_three_tabs .tab {
  background-color: #fff;
  height: 100%;
  /* margin-top: -20px; */
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  padding: 20px 50px 20px 25px;
  margin-right: -5px;
  box-shadow: 5px 0 5px -5px #333;
  font-weight: 600;
  font-size: 20px;
  /* border-bottom: solid 1px #333; */
  transition: 0.3s all ease-in;
  cursor: pointer;
  width: 33%;
  color: #000 !important;
}

.section_three_tabs .tab:hover {
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333;
  background: #f7f7f7;
  z-index: 5;
  transform: translateY(-2px) skewX(-10deg);
}

.section_three_course_info {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section_three_course_benefits {
  width: 60%;
}

.section_three_benefits_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}

.section_three_benefit {
  border-left: solid 2px #f05224;
  font-weight: 400;
  padding: 2px 15px;
  width: calc(30% - 10px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
  margin: 5px 20px 15px 5px;
  font-size: 20px;
  color: #fff;
}

.section_3_new_benefits {
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.section_3_new_benefits h3 {
  color: #df5d36;
  font-weight: 400;
  font-size: 26px;
  margin: 0;
  margin-left: 50px;
}
.section_three_course_locations {
  width: 40%;
  height: 300px;
}

.section_three_location_container {
  display: flex;
  justify-content: center;
}

.section_three_location {
  display: flex;
  flex-flow: column;
  text-align: center;
  margin-right: 20px;
}

.section_three_location select {
  background: #e5e5e5;
  border: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.section_three_location select option {
  background: #e5e5e5;
  border: none;
  text-align: center;
  padding: 15px 50px;
}

.section_three_location label {
  padding: 15px 50px;
  background: #f05224;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.section_three_date {
  display: flex;
  flex-flow: column;
  text-align: center;
}

.section_three_date label {
  padding: 15px 50px;
  background: #f05224;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.section_three_date select {
  background: #e5e5e5 !important;
  border: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  opacity: 0.8;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.activeTab {
  box-shadow: 5px 0 5px -5px #333, -5px 0 5px -5px #333 !important;
  background: #f7f7f7 !important;
  z-index: 5 !important;
  transform: translateY(-5px) skewX(-10deg) !important;
}

.tabsParent {
  display: flex;
  justify-content: center;
}
.tab:nth-child(2):hover .tab {
  background-color: #cccccc;
}

.tab:nth-child(1) {
  z-index: 3;
  background-color: #fff;
}

.tab:nth-child(2) {
  z-index: 2;
  background-color: #f2f2f2;
}

.tab:nth-child(3) {
  z-index: 1;
  background-color: #cccccc;
}

.tab p {
  width: 70%;
  padding-top: 10px;
}

.section_three_subheading {
  font-size: 20px;
  width: 70%;
  margin: 50px auto 30px auto;
  display: block;
}

.transport_manager_cpc_section {
  display: none;
  transition: 0.3s all ease-out;
}

.transport_manager_cpc_refresher_section {
  display: none;
}

.operator_license_awareness_section {
  display: none;
}

.activeSection {
  display: block;
}

.nonMembersPill {
  background-color: #3d3d3d;
  padding: 1px 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  width: 100%;
}

.membersPill {
  background-color: #f05223;
  padding: 1px 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  width: 100%;
}

.membersPill p {
  color: #fff;
  font-size: 14px;
}

.nonMembersPill p {
  color: #fff;
  font-size: 14px;
}

.s3_prices {
  border-top: solid 5px #f05223;
}

.olat_courses {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 100% !important;
}

/* S E C T I O N  3  N E W */

.section_3_new {
  background-color: #3d3d3d;
}

.section_3_new_heading {
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  background-color: #f05323;
}

.section_3_new_heading h2 {
  font-weight: 500;
  font-size: 50px;
  font-style: italic;
}

.section_3_wrapper {
  width: 90%;
  margin: 0 auto;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}

.section_3_new_benefits {
  width: 75%;
}

.section_3_location_benefits {
  display: flex;
  flex-flow: row;
}

.section_three_locations {
  display: flex;
  flex-flow: column;
}

.section_three_dates {
  display: flex;
  flex-flow: column;
}

.section_3_new label {
  color: #df5d36;
}

.section_3_new select {
  background: transparent;
  color: #fff;
  padding: 10px;
  border: solid 1px #fff;
  font-weight: 500;
  font-size: 20px;
  margin-left: 0px;
  outline: transparent;
}

.section_3_new select option {
  background-color: #3d3d3d;
  font-size: 18px;
}

.section_3_locationsDates {
  width: 25%;
  display: flex;
  flex-flow: column;
  color: #fff;
}

.section_3_flex {
  display: flex;
  flex-flow: row;
  width: 100%;
  /* height: 100%;
	align-items: center; */
}

.section_3_selection {
  width: 25%;
  /* height: 100%; */
  display: flex;
  flex-flow: column;
  align-items: center;
}

.section_3_selection .section_3_select h3 {
  color: #3d3d3d;
  text-align: left;
  font-size: 26px;
  font-weight: 600;
}

.section_3_selection .section_3_select p {
  color: #fff;
  padding-left: 20px;
  transition: 0.3s all ease-in;
  font-size: 20px;
}

.s3_inactive_select {
  height: 0px;
  opacity: 0;
  overflow: hidden;
}

.s3_active_select {
  height: auto;
  opacity: 1;
}

.section_3_info {
  width: 75%;
  /* height: 100%; */
  display: flex;
  flex-flow: column;
  font-size: 26px;
  padding-left: 50px;
  transition: 0.3s all ease-in;
}

.section_3_select_heading {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  cursor: pointer;
  padding: 0px 20px;
  margin-bottom: 25px;
}

.section_3_course_types_content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.section_3_course_types {
  display: flex;
  flex-flow: column;
  margin-top: 50px;
}

.section_3_course_type {
  background-color: #e7e7e7;
  height: 400px;
  width: 100%;
  margin-right: 25px;
  border-top: solid 7px #df5d36;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.section_3_course_type h3 {
  font-size: 26px;
  font-weight: 600;
}

.section_3_course_type p {
  font-size: 20px;
}

.section_3_course_type span {
  font-size: 20px !important;
  border-top: solid 2px #df5d36;
  display: block;
  padding: 15px 0px;
}

.section_3_course_type span:last-child {
  border-bottom: solid 2px #df5d36;
}

.section_3_course_type:last-child {
  margin-right: 0px;
}

.s3_small_booknow a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.s3_small_booknow {
  background: #f05323;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  display: none;
}

/* S E C T I O N  4 */

.section_4 {
  height: auto;
  min-height: 75vh !important;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  overflow: hidden;
}

.section_4 h2 {
  font-size: 50px;
  font-style: italic;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.slick-track,
.slick-list {
  height: 400px;
}

.slider-parent {
  height: 400px;
  width: 100%;
  position: relative;
}

.testimonial {
  background-color: #f2f2f2;
  height: 100%;
  width: 50%;
  position: relative;
}
.testimonial_parent {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.testimonial_icon {
  border-radius: 500px;
  background: #fff;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  padding: 10px;
}

.testimonial_content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 20px;
  padding: 0 100px;
}

.testimonial_author {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}

.wpcf7 {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.wpcf7 input {
  background-color: transparent;
  border: solid 2px #fff;
  border-top: 0px;
  margin-bottom: 20px;
  border-radius: unset;
  padding: 10px;
  width: 100%;
  color: #fff;
  height: 35px;
  font-size: 20px;
}

.wpcf7 input:focus {
  outline: none;
}

.wpcf7 textarea:focus {
  outline: none;
}

.wpcf7-not-valid-tip {
  color: #fff;
}

input::placeholder {
  color: #fff !important;
}
textarea::placeholder {
  color: #fff !important;
}

.wpcf7-response-output {
  text-align: center;
  display: block;
  width: 450px;
  margin: -50px auto 0 auto !important;
  color: #fff;
  border: none;
}

.wpcf7 textarea {
  background-color: transparent;
  border: solid 2px #fff;
  border-top: 0px;
  margin-bottom: 20px;
  border-radius: unset;
  padding: 10px;
  width: 100%;
  color: #fff;
  height: 120px;
  resize: none;
  font-size: 20px;
}

form.wpcf7-form p {
  width: 100vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

span.wpcf7-form-control-wrap {
  width: 65%;
}

.wpcf7 input[type="submit"] {
  background: #fff;
  width: 100px;
  border-radius: 1000px;
  font-family: "Barlow Condensed";
  font-size: 20px;
  height: 35px;
  color: #f05223;
  padding: 0;
  line-height: 35px;
}

.slick-slide:active {
  outline: none !important;
}
.slick-slider {
  outline: 0 !important;
}

.slick-slider div {
  outline: 0 !important;
}

.slick-slider:focus {
  outline: 0 !important;
}

/* S E C T I O N  5 */
.section_5 {
  background-color: #f05223;
}

.section_5 h2 {
  font-size: 50px;
  font-style: italic;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.section_5 h3 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.section_five_flex {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.pagin {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 8;
  display: flex;
  flex-flow: column;
}

.pagin .circle {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: solid 2px #3d3d3d;
  margin-bottom: 10px;
  border-radius: 100px;
  transition: 0.3s all ease-out;
  cursor: pointer;
}

.pagin .circle:hover {
  background-color: #3d3d3d;
}

.circle-white {
  background-color: #ffffff !important;
}

.circle-active {
  background-color: #3d3d3d !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.scrollToTop {
  width: 25px;
  z-index: 6;
  height: 25px;
  position: fixed;
  right: 35px;
  top: 80%;
  transform: translateY(-50%);
}

.scrollToTop i {
  font-size: 25px;
  color: #303030;
}

.section_3_new_heading select {
  display: none;
  margin-bottom: 0px !important;
}

.section_3_new_heading label {
  display: none;
}
.section_3_select_dropdown {
  display: none;
  background-color: #f05323;
  padding: 25px;
  margin-top: -1px;
}

.section_3_select_dropdown label {
  color: #fff;
  font-size: 20px;
}

/*video styles*/

#video-section {
  height: auto;
  min-height: 75vh !important;
  background-color: #f05223;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  overflow: hidden;
}

#video-section iframe {
  width: 1000px;
  height: 600px;
  padding: 17px;
  border: none;
}

/*wp form*/
#wpforms-125 {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
#wpforms-submit-125 {
  background: #fff;
  width: 100px;
  border-radius: 1000px;
  font-family: "Barlow Condensed";
  font-size: 20px;
  height: 35px;
  color: #f05223;
  padding: 0;
  line-height: 35px;
}

#wpforms-125 textarea,
#wpforms-125 input {
  background-color: transparent;
  border: solid 2px #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-top: 0px;
  margin-bottom: 20px;
  border-radius: unset;
  padding: 10px;
  width: 100%;
  color: #fff;
  height: 120px;
  resize: none;
  font-size: 20px;
}

#wpforms-125 input {
  background-color: transparent;
  border: solid 2px #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-top: 0px;
  margin-bottom: 20px;
  border-radius: unset;
  padding: 10px;
  width: 100%;
  color: #fff;
  height: 35px;
  font-size: 20px;
}

#wpforms-125 input ::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

#wpforms-125 input ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff !important;
}

.wpforms-submit-container,
.wpforms-recaptcha-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

/* M E D I A  Q U E R I E S */

@media (max-width: 1600px) {
  .courseSelectWrapper select {
    margin-left: 25px;
  }
  .section_3_new select {
    padding-left: 25px !important;
  }

  .section_two_training_bar_flex {
    flex-flow: row !important;
  }

  .section_two_training_bar_flex p {
    display: none;
  }
  .testimonial {
    width: 75% !important;
  }

  .rhs_orange_bar {
    width: 40% !important;
    right: -10% !important;
  }
}

@media (max-width: 1300px) {
  .section_two_carousel_items {
    flex-flow: column;
    gap: 50px;
  }
  .section_two_carousel_item {
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 25px;
  }

  .section_three_tabs .tab {
    height: 100%;
    padding: 20px 15px 20px 15px;
    font-size: 18px;
  }

  .section_1_content h1 {
    font-size: 50px;
    font-weight: 500;
    width: 30%;
    color: #000;
    font-style: italic;
  }

  .section_three_tabs {
    height: 170px;
  }

  .wpcf7-response-output {
    text-align: center;
    display: block;
    width: 95%;
    margin: -50px auto 0 auto !important;
  }
  .section_1_content h1 {
    width: 50%;
  }
  .section_1_sub_heading {
    display: none;
  }
}

.section_3_new_heading label {
  color: #fff;
  margin-left: 50px;
  font-size: 20px;
}

.courseSelectWrapper {
  display: flex;
  align-items: center;
  gap: 15px!important;
}

.wpcf7-submit {
  cursor: pointer;
}

.s3_booknow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f05323;
  color: #fff;
  margin: 20px 0px;
}

.s3_booknow a {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 20px 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f05323;
}

.slick-dots li button:before {
  opacity: 0.25;
  color: #f05323;
}
@media (max-width: 900px) {
  .section_1_content h2 {
    width: 100%;
  }

  .courseSelectWrapper select {
    margin-left: 0px !important;
  }

  .section_3_selection .section_3_select p {
    padding-left: 0px !important;
    height: auto !important;
  }

  .section_3_location_benefits {
    flex-flow: column;
  }

  .section_3_locationsDates {
    width: 100% !important;
  }

  .section_3_new_benefits h3 {
    margin-left: 0px !important;
  }
  .section_three_benefits_list {
    padding-left: 0px !important;
  }

  .section_3_info {
    padding-left: 0px !important;
  }

  .section_3_new_benefits {
    width: 100% !important;
  }

  .section_three_benefit {
    width: calc(45% - 10px);
  }

  .section_3_new_heading label {
    margin-left: 0px !important;
  }

  .section_3_new_heading {
    height: auto !important;
    flex-flow: column;
  }

  .courseSelectWrapper {
    margin-bottom: 50px;
    text-align: center;
    flex-flow: column;
  }
}

@media (max-width: 1032px) {
  .s3_booknow {
    display: none;
  }
  .s3_small_booknow {
    display: block;
  }
  .section_3_course_types_content {
    flex-flow: column !important;
  }

  .section_3_course_type {
    margin-bottom: 25px !important;
    margin-left: 0px;
    padding-bottom: 25px !important;
    height: auto !important;
  }
}


  .section_3_select_dropdown {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .section_3_new {
    height: auto !important;
    padding-bottom: 25px;
  }

  .s3_cpc_info_section {
    padding-left: 0px !important;
  }

  .selectACourse {
    margin-left: 0px !important;
  }

  .section_3_selection .section_3_select p {
    padding-left: 0px;
  }

  .section_3_selection .section_3_select p {
    height: auto;
  }

  .section_3_select_heading h3 {
    font-size: 20px !important;
  }

  .section_3_select_heading p {
    font-size: 18px !important;
  }

  .section_three_benefit {
    font-size: 18px;
  }

  .section_3_wrapper {
    height: 100% !important;
  }

  .section_3_flex {
    flex-flow: column !important;
  }

  .section_3_selection {
    flex-flow: column !important;
    align-items: self-start !important;
    width: 100%;
  }

  .section_3_select_heading {
    display: none;
  }

  .section_3_new_heading label {
    display: block;
    color: #fff;
    margin-left: 50px;
    font-size: 20px;
  }

  .section_3_new_heading select {
    display: block;
    margin-bottom: 0px !important;
    border: solid 1px #3d3d3d;
    margin-left: 25px;
  }

  .section_3_info {
    padding-left: 0px;
    width: 100%;
  }

  .s3_select_parent_2, .s3_select_parent_3, .s3_select_parent_4, .s3_select_parent_5, .s3_select_parent_6, .s3_select_parent_7{
    display: none;
  

}

.hidden {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 700px) {
  .section_4 {
    padding-bottom: 75px;
    padding-top: 75px;
  }

  .scrollToTop {
    top: 95% !important;
  }

  .slick-track,
  .slick-list {
    height: 600px;
  }

  .slider-parent {
    height: 600px;
  }
  .container {
    width: 85%;
  }
  .section_three_subheading {
    text-align: center;
  }

  .section_three_course_info {
    flex-flow: column;
  }

  .section_three_course_benefits {
    width: 100%;
  }

  .section_three_course_locations {
    width: 100%;
  }

  .pagin {
    display: none;
  }
  .section_1_sub_heading {
    display: none;
  }

  .darkModeBgImg {
    object-position: 75% !important;
  }
  .section_1 img {
    object-position: center;
  }
  .section_1_content h1 {
    font-size: 40px;
    font-weight: 500;
    width: 80%;
    color: #000;
    margin-bottom: 50px;
  }

  .section_1_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100% !important;
  }

  .section_1_content {
    left: 0px;
    align-items: center;
    text-align: center;
  }
  nav {
    height: 100%;
    width: 100% !important;
    bottom: 0 !important;
    top: unset;
    position: absolute;
    transform: translate(100%);
    justify-content: flex-start;
    flex-flow: column;
    font-size: 26px;
    padding-top: 50px;
    position: fixed;
    width: 100% !important;
    left: 50%;
  }

  .nav-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    width: 100%;
    gap: 20px;
    font-size: 26px;
  }

  nav ul {
    height: 60%;
    margin-top: 125px !important;
  }

  nav ul li {
    width: 80%;
    text-align: center;
  }

  nav ul li a {
    font-size: 1.3rem;
  }
  .rhs_orange_bar {
    width: 70% !important;
    right: -25% !important;
  }

  .footer-grey-bar {
    width: 65%;
  }

  .footer-orange-bar {
    width: 35%;
    height: 85%;
  }

  .openNav {
    transform: translate(-50%) !important;
  }

  .footer-icons {
    height: 75%;
    width: 100%;
    margin-left: 15%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-size: 20px;
  }

  .section_two_training_bar {
    display: none;
  }

  /* 
	.section_two_carousel_items {
		flex-flow: column;
		gap: 50px;
	}
	.section_two_carousel_item {
		width: 100%;
		background-color: #F2F2F2;
		margin-bottom: 25px;
	} */

  .section_three_quote_bar {
    padding: 30px;
  }
  .section_two_carousel_button {
    margin: 50px 0px 50px 0px;
  }

  .section_three_quote_bar_flex h3 {
    font-size: 60px;
  }

  .section_three_quote_bar_flex h4 {
    font-size: 17px;
  }

  .testimonial {
    width: 90% !important;
  }

  .testimonial_content {
    padding: 0px 10px 0px 50px;
  }

  .testimonial_icon {
    height: 75px;
    width: 75px;
    left: -37.5px;
  }

  span.wpcf7-form-control-wrap {
    width: 85%;
  }

  #video-section iframe {
    height: 400px !important;
  }
}

/* SCOTLAND */

#scotland_courses {
  width: 100%;
  min-height: 100px;
  background-color: #3d3d3d;
}

.scotland_courses_new_heading {
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  background-color: #f05323;
  width: 100%;
}

.scotland_courses_new_heading h2 {
  font-weight: 500;
  font-size: 50px;
  font-style: italic;
}

.scotland_course_button {
  color: #fff;
  background-color: #f05223;
  border-radius: 1000px;
  padding: 7px 20px;
  font-size: 22px;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  margin-top: auto;
}

.scotland_courses_wrapper {
  padding: 50px 5%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 25px;
}

.scotland_course_block {
  background: #fff;
  border-radius: 25px;
  padding: 25px 25px;
  width: calc(50% - 12.5px);
  display: flex;
  flex-flow: column;
  gap: 25px;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .scotland_course_block {
    width: 100%;
  }
}

.scotland_course_block h3 {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
}

.scotland_course_block p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

#wpforms-168 {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

#wpforms-submit-168 {
  background: #fff;
  width: 100px;
  border-radius: 1000px;
  font-family: "Barlow Condensed";
  font-size: 20px;
  height: 35px;
  color: #f05223;
  padding: 0;
  line-height: 35px;
}

#wpforms-168 textarea,
#wpforms-168 input {
  background-color: transparent;
  border: solid 2px #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-top: 0px;
  margin-bottom: 20px;
  border-radius: unset;
  padding: 10px;
  width: 100%;
  color: #fff;
  height: 120px;
  resize: none;
  font-size: 20px;
}

#wpforms-168 input {
  background-color: transparent;
  border: solid 2px #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-top: 0px;
  margin-bottom: 20px;
  border-radius: unset;
  padding: 10px;
  width: 100%;
  color: #fff;
  height: 35px;
  font-size: 20px;
}

#wpforms-168 input ::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox x*/
}

#wpforms-168 input ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff !important;
}

#about-rha {
  min-height: unset;
  padding: 50px 5%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#about-rha h2 {
  font-size: 50px;
  font-style: italic;
  text-align: center;
  font-weight: 500;
}

#about-rha p {
  font-size: 20px;
  text-align: center;
}
