/*
  Theme Name: TDG Training Timeline
  
 */

 * {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

.clear {
  clear: both;
}

body {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

p {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

/* ----- header------- */

.header {
  width: 100%;
  background: #121922;
  padding: 17px 0;
  border-bottom: 10px solid;
  border-image: linear-gradient(
      45deg,
      rgb(16, 29, 38),
      rgb(70, 168, 57),
      rgb(37, 139, 187)
    )
    1;
  position: relative;
  z-index: 9;
}

.header_wrapper {
  width: 94%;
  margin: 0 auto;
}

.header_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_mid_l {
  font-size: 12px;
  font-weight: 500;
}

.header_mid_l a {
  color: #fff;
}

.phone {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  margin-right: 20px;
  border-right: 1px solid #fff;
  padding: 4px 21px 4px 32px;
  background: url(images/phone-new.png) no-repeat left center;
}

.email {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 4px 0 4px 30px;
  background: url(images/mail.png) no-repeat left center;
}

/* ----- header------- */

/* ----- container_sec------- */

.container_sec {
  width: 100%;
}

.container_sec_wrapper {
  width: 100%;
}

.container_sec_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content {
  padding-left: 10%;
  width: 100%;
}

.banner_sec {
  background: #0f1927;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 10px solid;
  border-image: linear-gradient(
      45deg,
      rgb(16, 29, 38),
      rgb(70, 168, 57),
      rgb(37, 139, 187)
    )
    1;
}
.click_btn:hover {
  background: #28A1DB;
  color: #fff;
  border-color: #28A1DB;
}
.banner_sec_l {
  padding: 60px 100px;
  width: 50%;
}

.banner_img {
  width: 85%;
}

.left-side {
  width: 14%;
  height: 100vh;
  background: #f4f4f4;
  float: left;
  position: sticky;
  top: 0;
  padding-top: 50px;
}
.banner_sec_l h1 {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner_sec_l p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.left-side-inner {
  padding: 0px 30px;
}

.section {
  height: 250px;
  background: #bbb;
  text-align: center;
  padding: 20px 0;
}
.main-section {
  width: 100%;
  margin: 0px auto;
  clear: both;
}
.main-section:before,
.main-section:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  margin-bottom: 50px;
}

.top_nav {
  width: 100%;
}

.top_nav ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  list-style: none;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.top_nav ul li a {
 display: flex;
  color: #0f1927;
  padding: 20px 50px;
  align-items: center;
}

.top_nav ul li a img {
  margin-right: 17px;
}

.top_nav ul li a:hover {
  color: #fff;
  border-radius: 10px;
}

.home_icon {
  background: url(images/home.svg) no-repeat 14px center #f4f4f4;
  height: 20px;
}

.home_icon:hover {
  background: url(images/home-white.svg) no-repeat 14px center #009bd4;
  height: 20px;
}

.training_icon {
  background: url(images/training.svg) no-repeat 14px center #f4f4f4;
  height: 20px;
}

.training_icon:hover {
  background: url(images/training-white.svg) no-repeat 14px center #009bd4;
  height: 20px;
}

.forms_icon {
  background: url(images/form.svg) no-repeat 14px center #f4f4f4;
  height: 20px;
}

.forms_icon:hover {
  background: url(images/form-white.svg) no-repeat 14px center #009bd4;
  height: 20px;
}

.email_icon {
  background: url(images/mail.svg) no-repeat 14px center #f4f4f4;
  height: 20px;
}

.email_icon:hover {
  background: url(images/mail-white.svg) no-repeat 14px center #009bd4;
  height: 20px;
}

.right-side {
  width: 86%;
  vertical-align: top;
  float: right;
}

.content_sec {
  padding: 70px;
}

.copyright_sec {
  font-size: 14px;
  position: absolute;
  bottom: 10%;
  width: 58%;
}

.responsive_sec {
  display: none;
}

.click_btn.blue_btn {
  background: #28A1DB;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 17px;
  color: #fff;
  margin-right: 20px;
  border-color: #28A1DB;
}
.click_btn {
  border: 1px solid #0F1927;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 17px;
  color: #0F1927;
  margin-right: 20px;
}
/* ----- container_sec------- */

/* ----- timeline_sec------- */

.timeline_l {
  flex: 0 0;
  position: relative;
}

.content_timeline_sec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}

.content_timeline_sec_r {
  width: 54%;
}

.content_timeline_sec_main h2 {
  font-size: 24px;
  font-weight: 500;
  color: #0f1927;
  margin-bottom: 30px;
}

.content_timeline_sec_l h1 {
  color: #0f1927;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}

.content_timeline_sec_l {
  width: 36%;
}

.content_timeline_sec_r p {
  color: #0f1927;
  font-weight: 500;
}

.timeline_l {
  flex: 0 0 20%;
  position: relative;
}


.timeline_l img
{
  width: 332px;
  margin-top: 30px;
}



.click_btns {
  max-width: 100% !important;
}

.timeline_l_blue_btn {
  background: #28a1db;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 12px;
  position: absolute;
  z-index: -9;
  left: 31%;
}



@import url('https://fonts.googleapis.com/css?family=Ubuntu');

*, *::after, *::before {
  box-sizing: border-box;
}





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

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline
{
  position: relative;
  height: 180px;
  width: 100%;
  margin: 40px auto;
  flex: 0 0 73%;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 94px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #56BD66;
  transform-origin: left center;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width: 180px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color: #0F1927;
  padding: 30px 13px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 15px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #0F1927;
}
.cd-timeline-navigation {
  list-style: none;
}
/* custom*/
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width:1px;
  height:20px;
  background: #e6e6e6;
  bottom:-20px;
  left:50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #56bd66;
  border-color: #56bd66;
}
.cd-horizontal-timeline .events a.selected {
 pointer-events: none;
  background: #28A1DB;
  color: #fff;
  border-color: #28A1DB;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #56bd66;
  border-color: #56bd66;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #56BD66;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
 
}
.cd-timeline-navigation a.prev {
  background: url(images/arrow-l.png) no-repeat 0 0;
  background-position-x: 0px;
  background-position-y: 0px;
  background-repeat: no-repeat;
  background-size: auto;
background-position-x: 0px;
background-position-y: 0px;
background-size: auto;
left: -34px;
background-size: 40px;
background-position: center center;
background-repeat: no-repeat;
width: 60px;
height: 60px;
}
.events-wrapper .events li a:hover {
  background: #28A1DB;
  color: #fff;
  border-color: #28A1DB;
}
.cd-timeline-navigation a.next {
  right: -34px;
  background: url(images/arrow-r.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: auto;
  background-size: 40px;
  background-position: center center;
  width: 60px;
  height: 60px;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #FF3D7F;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #FF3D7F;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  background: rgba(47, 161, 219, 0.2);
  padding: 35px 0;
  min-height: 210px;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
 /* max-width: 800px;*/
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px !important;
  color: #000;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 16px !important;
    margin: 0;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 16px !important;
    color: #000;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 41px;
    margin-top: 5px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


.cd-timeline-navigation a.prev:hover, .cd-timeline-navigation a.next:hover {
  filter: invert(40%) sepia(128%) saturate(420%) hue-rotate(46deg) brightness(70%) contrast(157%);
  border: none;
}

@media only screen and (max-width: 640px) {
	
.home_icon a {
  background: url("http://crystalcreative.com.au/tdg/portal/wp-content/uploads/2024/02/home-icon1.svg") no-repeat 14px center transparent;  
}
	.email_icon a {
  background: url("http://crystalcreative.com.au/tdg/dashboard/wp-content/uploads/2023/09/mail.svg") no-repeat 14px center transparent;
}
	.forms_icon a {
  background: url("images/form.svg") no-repeat 14px center transparent;
}
	.rmp-menu li a {
  padding-left: 50px !important;
}
	button#rmp_menu_trigger-14 {
  margin-top: 0px !important;
}
	
.rmp-menu-title-image {
  width: 115px;
  height: auto;
}
	.mob_sec {
  width: 100%;
  float: left;
}
	.logo {
  float: left;
  width: 145px;
  margin-bottom: 0;
  margin-top: 15px !important;
}
	.top_nav.responsive_sec {
  width: 14%!important;
  float: right;
  text-align: right;
  margin-top: 11px!important;
}
	.rmp-menu {
  padding-left: 22px !important;
  background: none !important;
  padding-top: 27px !important;
}
	#rmp-menu-wrap-14 .rmp-menu .menu-item {
  height: auto!important;
  background: none;
}
	
	
}
.logo img {
  width: 115px;
  height: auto;
}

.click_btn
{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 10px;
}

.click_btn:hover {
    color: #fff; /* Hover text color */
    cursor: pointer;
}


.icon-sec img
{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

 
.click_btns 
{
  position: relative;
  text-align: center;
}

.click_btn 
{
   display: inline-flex;
   align-items: center;
   padding: 10px 20px;
   font-size: 16px;
   text-decoration: none;
   background-color: #007bff;
   color: white;
   border-radius: 5px;
   transition: background-color 0.3s;
   border: none;
   cursor: pointer;
   position: relative;
}

.click_btn:hover
{
  background-color: #28A1DB;
}

/* .tooltip
{
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 15px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  top: -30px;
  left: 35%;
  transform: translateX(-50%);
} */

.click_btn:hover + .tooltip 
{
   opacity: 1;
   visibility: visible;
}


.button-one .tooltip {
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px 8px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  top: 1px !important;
  left: 19% !important;
  transform: translateX(-50%);
  width: 16%;
  z-index: 9;
}

.button-two .tooltip
{
 position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px 8px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  top: 1px !important;
  left: 34% !important;
  transform: translateX(-50%);
  width: 8%;
  z-index: 9;
}

.button-three .tooltip
{
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px 8px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  top: 1px !important;
  left: 55% !important;
  transform: translateX(-50%);
  width: 16%;
  z-index: 9;
}
.onboarding-one
{
	display: flex;
}
.onboarding-two
{
	display: flex;
}