/* -- Font styles. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,400;1,500;1,600&display=swap");
/* -- Font styles. */


.preload__wrap {
  background: #e9ecef;
  /* background: #091e42; */
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.preload__wrap img {
  max-width: calc(18rem + 2vmin);
}

body {
  overflow: hidden;
  background-color: #ffffff;
  color: #6d7275;
  /* font-family: 'Lora', serif; */
  font-family: "Poppins", sans-serif !important;
}

body.loaded {
  overflow-y: auto;
}

body.loaded .preload__wrap {
  opacity: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.loaded .site__wrapper {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

body.modal-open {
  overflow: hidden;
  overflow-y: auto !important;
  padding-right: 0 !important;
}

.p_t {
  padding-top: calc(3rem + 2vw);
}

.p_b {
  padding-bottom: calc(3rem + 2vw);
}

.p_tb {
  padding: calc(3rem + 2vw) 0;
  /* padding-top: 6rem;
  padding-bottom: 6rem; */
}


.bg-gray {
  background: #f0f0f6;
}

h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}

.sub-heading {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 auto;
  display: block;
}


p {
  color: #6d7275;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  line-height: normal;
}

.color-gold {
  color: #d39e00;
}

.item-middle {
  align-items: center;
}

.justify-middle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------------
	Header Styling
---------------------------------------------------------------------*/

.header__wrap {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  left: 0;
}

.header__container {
  width: 100%;
  padding: 0 30px;
}

.header__nav-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.45s linear;
  height: 122px;
}

.header__wrap .header__top-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /* padding: 0.65rem 0; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__wrap .header__top-wrap .social-media {
  padding: 0;
  line-height: 1;
  font-size: 0;
}

.header__wrap .header__top-wrap .social-media li a {
  padding: 0 0 0 0.65rem !important;
  line-height: 1;
}

.header__wrap .header__top-wrap .social-media li a i {
  font-size: 1rem;
  transition: all 0.35s linear;
}

.header__wrap .header__top-wrap .social-media li a i:hover {
  color: #e9c027;
}

.header__wrap .header__top-wrap ul {
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__wrap .header__top-wrap ul li {
  list-style: none;
  padding: 0.65rem 0;
}

.header__wrap .header__top-wrap ul li a {
  text-decoration: none !important;
}

.header__wrap ul li a.active {
  color: #e9c027 !important;
  font-weight: 600;
}

.header__wrap ul>li+li>a.active:before {
  color: #e9c027 !important;
}

.header__wrap .header__top-wrap ul li a::before {
  content: none;
}

.header__wrap .header__top-wrap ul li.tg-site {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header__wrap ul li .btn-reitirement-anlz {
  font-size: 0.7rem;
  padding: 0.55rem !important;
  border-color: white;
  border-radius: 0;
  text-transform: capitalize;
  transition: 0.35s linear;
}

.header__wrap .header__top-wrap ul .shoping_cart_menu {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 1rem;
}

.header__wrap .header__top-wrap ul .shoping_cart_menu a {
  padding: 0 0.5rem 0 1rem !important;
}

.header__wrap .header__top-wrap ul .shoping_cart_menu a i {
  font-size: 1rem;
}

.header__wrap .header__top-wrap ul .shoping_cart_menu a:hover i {
  color: #e9c027;
}

.btn-reitirement-anlz:hover {
  color: #fff;
  background-color: #1e324b;
  outline: none !important;
}

.btn-reitirement-anlz:focus {
  outline: none !important;
  box-shadow: none !important;
}

.header__wrap .header__top-wrap ul .header__tel a {
  margin-right: 0;
  padding: 0.3rem 0 !important;
  display: block;
  font-size: 1rem;
}

.header__wrap ul li a::before {
  margin-right: 0.5em;
}

.header__wrap ul>li+li>a:before {
  content: "/";
  font-family: "none";
  font-size: 1.2em;
  font-style: italic;
  left: -2px;
  position: absolute;
  top: 1.45em;
  color: rgba(255, 255, 255, 0.22);
}

.header__wrap ul li a {
  position: relative;
  padding: 1.75em 1.5em 1.75em !important;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #ffffff;
}

.header__top-wrap .free-trial a {
  color: #e9c027 !important;
  font-weight: 600;
}


.nav-link.login:before {
  content: none;
}

.nav-link.login {
  margin-left: 2rem;
  border: 1px solid white;
  border-radius: 2rem;
  padding: 0.65rem 1rem !important;
  margin-top: 0.7rem;
  transition: all 0.4s linear;
}

.nav-link.login:hover {
  border: 1px solid transparent;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  cursor: default !important;
}

.navbar-brand img {
  max-width: calc(16rem + 5vmin);
}

button.navbar-toggler {
  border: 1px solid white;
  color: white;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.fixed-nav {
  background-color: #1e324b;
  box-shadow: 0px 3px 9px 2px rgba(0, 0, 0, 0.21);
}

.scrl__to-top {
  position: fixed;
  right: 1rem;
  bottom: -4rem;
  border: 1px solid #282626;
  padding: 0.4rem 0.715rem;
  background: #282626;
  color: white !important;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  z-index: 9;
}

.scrl__to-top:hover {
  background: #e9c027;
  border-color: #e9c027;
}

.scrl__to-top.show {
  bottom: 1rem;
}

/*---------------------------
	Home page 
----------------------------*/
.page-wrap {
}

.btn-blue {
  border: 1px solid white;
  color: white !important;
  background: #1e324b;
  letter-spacing: 0.05rem;
  padding: 1rem 1.5rem;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1;
  transition: 0.35s linear;
}

.btn-blue:hover {
  background: #2d4b73;
}

.btn-blue:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-blue-outline {
  border: 1px solid #1e324b;
  color: #282828;
  background: transparent;
  letter-spacing: 0.05rem;
  padding: 1rem 1.5rem;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1;
  transition: 0.35s linear;
}

.btn-blue-outline:hover {
  background: #1e324b;
  color: white;
}

.btn-blue-outline:focus {
  box-shadow: none !important;
  outline: none !important;
}


.btn-white {
  border: 1px solid white;
  color: #000000;
  background: #ffffff;
  letter-spacing: 0.05rem;
  padding: 1rem 1.5rem;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1;
  transition: 0.35s linear;
}

.btn-white:hover {
  background: #f1f1f1;
}

.btn-white:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn_group a {
  border-radius: 2rem !important;
}

.btn_group .btn-blue {
  margin-right: 5px;
}

.hm__hero-sec {
  padding-top: 50%;
  width: 100%;
  height: 100vh !important;
  position: relative;
}

.hm__hero-sec .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hm__hero-sec .carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.1, 1.1);
  }
}

.hm-carousel .carousel-inner .carousel-item>.fs-bg {
  -webkit-animation: zoom 20s forwards;
  animation: zoom 20s forwards;
}

.hm__hero-sec .carousel .carousel-inner .carousel-item .fs-bg {
  background-attachment: fixed;
}

.hm__hero-sec .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.rabg-gradient {
  background: hsla(213, 43%, 21%, 1);
  background: linear-gradient(45deg, hsla(213, 43%, 21%, 1) 0%, hsla(215, 10%, 52%, 1) 99%, hsla(0, 0%, 89%, 1) 100%);
  background: -moz-linear-gradient(45deg, hsla(213, 43%, 21%, 1) 0%, hsla(215, 10%, 52%, 1) 99%, hsla(0, 0%, 89%, 1) 100%);
  background: -webkit-linear-gradient(45deg, hsla(213, 43%, 21%, 1) 0%, hsla(215, 10%, 52%, 1) 99%, hsla(0, 0%, 89%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1E324B", endColorstr="#798391", GradientType=1 );
}

.fs-bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

.fs-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.fs-bg.overlay::after {
  background-color: rgba(0, 0, 0, 0.68) !important;
}

.hm-carousel .arrow-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.hm-carousel .arrow-controls a {
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s linear;
  z-index: 2;
}

.hm-carousel .arrow-controls .prev img {
  transform: translateX(-20px);
}

.hm-carousel .arrow-controls .next img {
  transform: translateX(20px);
}

.hm-carousel .carousel-indicators {
  margin-bottom: 1.5rem;
  z-index: 9;
}

.hm-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.72);
}

.hm-carousel .carousel-indicators li.active {
  background-color: white;
}

.hm__hero-sec .hm-carousel .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.hm__hero-sec .hm-carousel .carousel-caption h5 {
  font-size: 3.35vw;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

.hm__hero-sec .hm-carousel .carousel-caption p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.025rem;
  color: white;
}

.hm__hero-sec .hm-carousel .carousel-caption ul {
  margin: 0 0 1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hm__hero-sec .hm-carousel .carousel-caption ul.flex-block {
  margin: 1rem 0 3rem 0;
  flex-direction: column;
  align-items: baseline;
  text-align: left;
}

.hm__hero-sec .hm-carousel .carousel-caption ul.flex-block li {
  margin-bottom: 0.5rem;
}


.hm__hero-sec .hm-carousel .carousel-caption ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 1rem;
  font-style: italic;
  letter-spacing: 0.015rem;
}

.hm__hero-sec .hm-carousel .carousel-caption ul li i {
  color: #e9c027;
  margin-right: 1rem;
  font-size: 0.75rem;
}

/* Calendar sec */

.calendar_sec {
  padding: calc(2rem + 1vw) 0 !important;
}

.calendar_sec h2 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  top: -1rem;
}

.calendar_sec .heading-captions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
}

.calendar_sec .calendar__content {
  max-width: 90%;
  margin: 0 auto;
}

.calendar_sec .heading-captions h3 {
  color: #282826;
  font-size: 1.5rem;
}

.calendar_sec .pric-text {
  text-align: center;
  padding: 1rem;
  margin: 2rem 0 0 0;
}

.calendar_sec .calendar-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.calendar-inner .item {
  position: relative;
  width: 100%;
  height: 100%;
}

.calendar-inner .item_inner {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.calendar-inner .left-item .item_inner {
  justify-content: flex-start;
}

.calendar-inner .right-item .item_inner {
  justify-content: flex-end;
}

.calendar-inner .item article {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.285rem;
  max-width: calc(50% - 2rem);
  width: calc(50% - 2rem);
  position: relative;
}

.calendar-inner .item_inner article bdi {
  display: block;
  /* background: #eaeaea; */
  /* background: #E9C027; */
  border-right: 2px solid #eaeaea;
  min-height: 100%;
  padding: 1rem;
}

.calendar-inner .item_inner article bdi b {
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  color: #282626;
}

.calendar-inner .item_inner article bdi b i {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
}


.calendar-inner .item_inner .right-article {
  margin: 0 !important;
}

.calendar-inner .left-item .item_inner article {
  margin-right: 4rem;
  justify-content: space-between;
}


.calendar-inner .right-item .item_inner article {
  margin-left: 4rem;
  justify-content: space-between;
}

.calendar-inner .left-item article aside {
  text-align: right;
  padding-right: 0.8rem;
  margin-left: auto;
}

.calendar-inner .right-item article aside {
  text-align: left;
  padding-left: 0.8rem;
  margin-right: auto;
}

.calendar-inner .item article aside h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.015rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  /* color: #282626; */
  color: #e9c027;
}

.pricing_sec .calendar__content {
  max-width: 96%;
}

.pricing_sec .calendar-inner .item article aside i {
  font-style: normal;
  font-size: .9rem;
  color: rgba(40, 38, 38, 0.7);

}

/* 0121-add to cart update */
.calendar-inner .item article aside p span {
  display: inline-block;
  padding: 0 1rem;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  font-weight: 600;
  font-size: 0.875rem;
  color: #1e324b;
}

.calendar-inner .item article:hover aside p span {
  opacity: 1;
  visibility: visible;
}

.calendar-inner .item article aside p span i {
  padding: 0 0.5rem;
}

/* 0121-add to cart update */

.calendar-inner .item article aside p {
  margin: 0;
  font-size: 1rem;
  color: #282626;
}

.calendar-inner .item article figure {
  margin: 0;
  height: 100%;
  width: 80px;
  position: relative;
  padding-top: 6.55%;
}

.calendar-inner .item article figure div {
  position: absolute;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.3;
}

.calendar-inner .item em {
  display: none;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.015rem;
  line-height: 1;
  font-size: 0.875rem;
  position: relative;
  top: -0.6rem;
}

.calendar-inner .item_inner article::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  right: -12px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 6px solid rgba(0, 0, 0, 0.12);
  border-color: transparent transparent rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: -4px 3px 10px 0 rgba(0, 0, 0, 0.09);
}


.calendar-inner .item_inner .right-article:after {
  left: 0;
  right: auto;
  top: 0.3rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: -4px 2px 9px 0 rgba(0, 0, 0, 0.08);
}

.calendar-inner .right-article aside {
  text-align: left !important;
  padding: 0 0 0 0.8rem !important;
  margin: 0 auto 0 0 !important;
}

.calendar-inner .right-sec {
  position: relative;
}

.calendar-inner .circular-border {
  width: 19px;
  height: 19px;
  position: absolute;
  top: -31px;
  left: -2.52rem;
  border: 4px solid #fff;
  border-radius: 100%;
  background-color: #e9c027;
  z-index: 6;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.18);
}

.calendar-inner .right-item .circular-border {
  right: -2.68rem;
  left: auto;
}


.calendar_sec .calendar-inner::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 5px;
  height: 100%;
  margin-left: -1.5px;
  background: rgba(172, 172, 172, 0.4);
  z-index: 5;
  border-radius: 5px;
}


/* carousel in carousel */
.ra-devices {
width: 60%;
max-width: 60%;
flex: 60%;
}

.ra-devices .devices-inner {
width: 100%;
height: 100%;
position: relative;
padding-top: 56.25%;
}

.ra-devices .devices-inner figure {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0;
}

.ra-devices .devices-inner figure picture {
margin: 0;
position: relative;
width: 100%;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: 2;
display: block;
}

.ra-owl {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}

.ra-owl .owl-carousel {
height: 100%;
position: relative;
overflow: hidden;
top: 11%;
}

.ra-owl .owl-stage-outer,
.ra-owl .owl-stage {
width: 100%;
height: 100%;
}

.ra-owl .owl-stage-outer {
width: 100%;
height: 100%;
}

.ra-owl .owl-stage .owl-item {
width: 100%;
height: 100%;
}

.ra-owl .owl-stage .owl-item .item {
width: 100%;
height: 100%;
}

.ra-owl .owl-stage .owl-item .item figure {
background-size: contain;
background-repeat: no-repeat;
background-position: 33% 50%;
width: 100%;
height: 54%;
margin: 0 auto;
}

.ra-owl .owl-dots {
display: none;
}

.unset-flex {
align-items: center !important;
justify-content: unset !important;
flex-direction: unset !important;
}

.unset-flex article {
display: flex;
flex-direction: column;
align-items: baseline;
justify-content: center;
flex: 1;
text-align: left;
}

.btn_group a {
  margin-bottom: 0.5rem;
}

.nav-dropdown {
  cursor: pointer;
}

.nav-dropdown .dropdown-toggle:after {
  content: none !important;
}

.nav-dropdown .dropdown-toggle i {
  padding-left: 0.1rem;
}


.nav-dropdown .dropdown-menu {
  background: #ffffff;
  padding: 0.5rem 0 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.18);
}

.nav-dropdown .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 0.8rem 3rem 0.8rem 1.5rem !important;
}

.nav-dropdown .dropdown-toggle {
  pointer-events: none !important;
  cursor: pointer;
}

.nav-dropdown .dropdown-item:hover {
  background-color: #f0f0f6;
}

.nav-dropdown .dropdown-item.active,
.nav-dropdown .dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: #f0f0f6;
}


.virtual__training-wrap {
  text-align: center;
  /* background-image: url('/images/virtual-training.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
}

.virtual__training-wrap article {
  padding: 1rem 0.5rem;
}

.virtual__training-wrap h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}

.virtual__training-wrap .sub-heading {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.border-lines {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.border-lines li {
  list-style: none;
  width: 1.75rem;
  height: 2px;
  background-color: #e9c027;
}

.border-lines:first-of-type li {
  margin-right: 3px;
}

.virtual__training-wrap .heading {
  color: #28262b;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.08rem;
  margin-bottom: 0.1rem;
  text-transform: capitalize;
  position: relative;
}

.virtual__training-wrap bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.virtual__training-wrap em {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}

.virtual__training-wrap p {
  color: #6d7275;
  font-size: 0.973rem;
  letter-spacing: 0.015rem;
  line-height: normal;
  text-align: left;
}

.double-border {
  display: inline-block;
  text-align: center;
  height: 4px;
  position: relative;
  width: 30px;
  margin-top: 1.85em;
}

.double-border:before {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 30px;
  background: #dacdc2;
}

.double-border:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  text-indent: 0;
  bottom: 0;
  width: 30px;
  background: #dacdc2;
}

.virtual__training-wrap .bg-img {
  margin-bottom: -1.5rem;
  width: 100px;
  opacity: 0.7;
}

.bootcamp-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bootcamp-inner .left-sec {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.bootcamp-inner .right-sec {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.bootcamp-inner .right-sec article {
  text-align: left;
  padding: 6rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.bootcamp-inner .left-sec figure {
  background-image: url("/images/bootcamp-bg.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  padding-top: 56.25%;
  margin: 0;
  position: relative;
}

.bootcamp-inner .left-sec figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.bootcamp-inner .left-sec a {
  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%);
  color: white;
  font-family: "Lora", serif;
  text-decoration: none !important;
}

.bootcamp-inner .left-sec a .fa-play-circle {
  font-size: 4rem;
  display: block;
  opacity: 0.8;
}

.bootcamp-inner .left-sec a:hover .fa-play-circle {
  opacity: 1;
}

.bootcamp-inner .left-sec a i {
  display: block;
  text-align: center;
}

.bootcamp-inner .right-sec article h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 0.35rem;
  line-height: 1;
}

.bootcamp-inner .right-sec article bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.bootcamp-inner .right-sec article i {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  display: block;
}

.bootcamp-inner .right-sec article p {
  color: #6d7275;
  letter-spacing: 0.015rem;
  line-height: normal;
}

.video-modal .modal-content {
  background: transparent;
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  outline: 0 ! important;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal .modal-body:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline: none !important;
}

.video-modal .modal-body .video-wrap video {
  max-width: 100%;
}

.video-modal .close-btn, .paypal-newaccount .close-btn.video-modal .close-btn {
  position: absolute;
  top: -25px;
  right: -25px;
  color: white;
  font-size: 2rem;
  font-family: sans-serif;
  line-height: 1;
  text-decoration: none !important;
}

.modal-backdrop.show {
  opacity: 0.8;
}


.disclaimer_modal .modal-content {
  background: white;
  padding: 2rem;
}

.disclaimer_modal h4 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}

.disclaimer_modal p {
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.disclaimer_modal ul {
  list-style: disc;
  margin: 0 0 2rem 0;
}

.disclaimer_modal ul li {
  font-size: 0.875rem !important;
  margin-bottom: 0.6rem;
}


.admin-sec {
  text-align: center;
}

.admin-sec h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}

.admin-sec .sub-heading {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.admin-sec .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.admin-sec article {
  background: #f0f0f6;
  padding: 5rem 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.admin-sec article.card-gold {
  background-color: #d39e00;
}

.admin-sec article.card-blue {
  background-color: #1e324b;
}

.admin-sec article.card-gold h3,
.admin-sec article.card-gold em,
.admin-sec article.card-gold p,
.admin-sec article.card-blue h3,
.admin-sec article.card-blue em,
.admin-sec article.card-blue p {
  color: rgba(255, 255, 255, 0.8);
}

.admin-sec article h3 {
  color: #28262b;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.admin-sec article em {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}

.admin-sec article p {
  color: #6d7275;
  font-size: 0.875rem;
  letter-spacing: 0.015rem;
  line-height: normal;
  margin-bottom: 0;
}

.admin-sec article .bg-img {
  margin-bottom: 1rem;
}


.testimonial-sec {
  text-align: center;
}

.testimonial-sec main h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
}

.testimonial-sec main .sub-heading {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.testimonial-sec .owl-carousel article {
  padding: 1rem;
}


.testimonial-sec .owl-carousel .owl-item.active {
  opacity: 0.5;
}

.testimonial-sec .owl-carousel .owl-item.active.center {
  opacity: 1;
}

.testimonial-sec .owl-carousel article p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #6d7275;
  font-size: 1rem;
  letter-spacing: 0.015rem;
  margin-bottom: 1.5rem;
}

.testimonial-sec .owl-carousel article i {
  color: #e9c027;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.testimonial-sec .owl-carousel article h3 {
  color: #28262b;
  font-size: 1rem;
  margin-bottom: 0;
}


/* presentation */

.presentation-sec main h2 {
  margin-bottom: 0.25rem;
}

.presentation-sec main bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.035rem;
}

.presentation-sec main ul {
  padding: 1rem 0 2rem 0;
  justify-content: flex-start;
}

.presentation-sec main .sub-heading.m-zero {
  margin: 0 auto !important;
}

.presentation-sec .prsn-slides {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 40%;
  flex: 1;
}

.presentation-sec .main-txt {
  flex: 50%;
  max-width: 50%;
}

.presentation-sec .main-txt .btn {
  margin-left: 3rem;
}

.presentation-sec .main-txt ul {
  margin: 1rem 0 0 1rem;
  padding: 0;
}

.presentation-sec .main-txt ul li {
  padding: 0 0 0 2rem;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  position: relative;
}

.presentation-sec .main-txt ul li i {
  color: #e9c027;
  padding-right: 0.5rem;
  position: absolute;
  top: 0;
  left: 0.45rem;
  display: flex;
  align-items: center;
}

.presentation-sec .main-txt p {
  padding-right: 1rem;
}

.presentation-sec .prsn-slides .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); */
}

.presentation-sec .prsn-slides .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  top: 4.85%;
}

.presentation-sec .prsn-slides .carousel .carousel-item {
  width: 100%;
  height: 100%;
}

.presentation-sec .prsn-slides .carousel .carousel-item figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 65.5%;
  margin: 0 auto;
}

.presentation-sec .prsn-slides .laptop-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); */
}

.presentation-sec .prsn-slides .laptop-screen {
  background-image: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/monitor.png");
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}

/* .presentation-sec .prsn-slides .laptop-screen:after {
  content: '';
  background-image: url('/images/laptop-keyboard.png');
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: 50% 98%;
  width: 100%;
  height: 100%;
} */

.presentation-sec .media-body {
  width: 100%;
  padding: 4rem 2rem 0;
  margin: 0 auto;
  text-align: center;
}

.presentation-sec .media-body h3 {
  color: #28262b;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.presentation-sec .media-body p {
  margin-bottom: 0;
}

.sec__support-wrap {
  display: none !important;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec__support-wrap .left-sec {
  width: 50%;
  max-width: 50%;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sec__support-wrap .left-sec .grid-two {
  width: 50%;
  max-width: 100%;
}

.sec__support-wrap .left-sec .grid-one {
  width: 100%;
  max-width: 100%;
}

.sec__support-wrap .right-sec {
  width: 50%;
  max-width: 50%;
  flex: 50%;
}


figure.sec__support-wrap .right-sec .grid-one {
  max-width: 100%;
  width: 85%;
  height: 100%;
}

.sec__support-wrap img {
  padding: 0.2rem;
}

.support-sec .txt-overlay {
  padding-right: 40%;
}


/* Speaking Styles */
.speaking-sec figure {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: calc(90vh - 120px);
  margin-bottom: 0;
}

.speaking-sec .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.speaking-sec article {
  padding: 3rem;
  width: 100%;
  height: 100%;
  background-color: #1e324b;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.speaking-sec em {
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}

.speaking-sec h2 {
  color: #fff;
}

.speking-area h2 {
  margin-bottom: 1.5rem;
}

.speaking-sec p {
  color: white;
}

.speaking-sec .connect {
  margin: 2rem 0 0 0;
  padding: 0;
}

.speaking-sec .connect li {
  list-style: none;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
}

.speaking-sec .connect li i {
  font-size: 1.25rem;
  margin-right: 10px;
}

.speaking-sec .connect li .fa-mobile-alt {
  margin-left: 3px;
  font-size: 1.4rem;
  margin-right: 12px;
}

.speaking-sec .connect li a {
  color: white;
  font-size: 0.82rem;
  text-decoration: none !important;
}

.speaking-sec .connect li a:hover {
  text-decoration: underline !important;
}

.speaking-sec .border-lines {
  padding: 1rem 0 1.65rem 0;
  justify-content: flex-start;
}

/* Speaking Styles */



/* Contact us Styles */
.contact_form {
  position: relative;
  padding: 4rem 0;
  background-image: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/contact-us.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.contact_form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact_form .container {
  position: relative;
  z-index: 3;
}

.contact_form main h2 {
  color: white;
  margin-bottom: 0;
  text-align: center;
}

.contact_form form {
  padding-top: 2rem;
}

.contact_form form label {
  font-size: 1rem;
  color: white;
  letter-spacing: 0.025rem;
}

.contact_form form .border-lines {
  padding: 1rem 0;
}

.contact_form form .form-group {
  margin-bottom: 2rem;
}

.contact_form form .form-control {
  margin-bottom: 6px;
  padding: 8px 16px;
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  color: #000000;
  height: 45px;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
}

.contact_form form textarea {
  height: 100px !important;
  resize: none;
}

.contact_form form .btn-white {
  padding: 1rem 3rem;
  font-weight: 600;
}
/* Contact us Styles */
/* Testimonial Styles */

.testimonials_sec {
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/testimonials_4.jpg") 50% 28% !important;
  color: #ffffff;
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}
.testimonials_sec .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
}

.testimonials_sec .container-fluid .row {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.testimonial-one {
  padding-top: 22.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two {
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/testimonials_2.jpg") 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20.5%;
}

.testimonial-three {
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/testimonials_3.png") 50% 0% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-four {
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/testimonials_5.jpg") 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24%;
}

.testimonial-five {
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/testimonials_6.png") 50% 0% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15.7%;
}

.testimonials_sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.testimonials_sec article {
  background: rgba(255, 255, 255, 0.12);
  padding: 2rem 4rem;
  text-align: left;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}

.testimonials_sec article p {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.015rem;
  font-weight: 500;
  position: relative;
  line-height: 24px;
  color: white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.testimonials_sec article p:before {
  content: "“";
  font-size: 3rem;
  color: #e9c027;
}

.testimonials_sec article p:after {
  content: "”";
  font-size: 3rem;
  line-height: 0;
  position: relative;
  top: 25px;
  left: 6px;
  color: #e9c027;
}

.testimonials_sec article h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.036rem;
  position: relative;
  color: white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.testimonials_sec article h3:before {
  content: "-";
  padding-right: 5px;
}

/* Testimonial Styles */



/* custom-app Styles */

.custom-app {
  /* background-image: url('/images/bg-shape.png');
  background-repeat: no-repeat;
  background-size: cover; */
  /* padding-bottom: 8rem; */
}

.custom-app .custom-app-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.custom-app .custom-app-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

.custom-app .right-sec {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

/* .custom-app .custom-app-inner .custom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 68%;
  margin: 0 auto;
} */

.custom-app .custom-app-inner .custom-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0;
}

.custom-app .custom-app-inner .custom-content article h3 {
  color: #28262b;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  text-transform: capitalize;
  line-height: 1;
}

.custom-app .custom-app-inner .custom-content article.left {
  padding: 1rem 1rem 2rem 1rem;
}

.custom-app .custom-app-inner .custom-content article.right {
  padding: 2rem 0.5rem 1rem 0.5rem;
  position: relative;
  top: 4rem;
}

.custom-app .custom-app-inner .custom-content .info-graph.right {
  padding: 3rem;
  position: relative;
  top: 4rem;
}

.custom-app .custom-app-inner .custom-content .info-graph.left {
  padding: 0;
}

.custom-app .custom-app-inner .custom-content img {
  width: 6rem;
}

/* .custom-app .custom-app-inner .custom-content article{
  padding: 2rem;
  width: 50%;
}

.custom-app .custom-app-inner .custom-content article.right{
padding-left: 4rem;
}

.custom-app .custom-app-inner .custom-content .info-graph {
  width: 50%;
}

.custom-app .custom-app-inner .custom-content .info-graph.left{
  text-align: center;
}

.custom-app .custom-app-inner .custom-content .info-graph.right{
  text-align: center;
} */
/* 
.custom-app .custom-app-inner .custom-content img {
  width: 8rem;
} */

.custom-app main {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 2rem;
}

.custom-app main em {
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 0;
  display: block;
}

.custom-app main .border-lines {
  margin: 0 0 2rem 0;
}

/* custom-app Styles */




/* Our Team Styles */
.team_sec h2 {
  text-align: center;
}

.team_sec .team-content {
  text-align: center;
  margin-bottom: 1rem;
}

.team_sec .team-content img {
  max-width: 80%;
  border-radius: 50%;
  background-color: #f5f3fe;
}

.team_sec .team-content .media-body {
  padding: 1rem 0;
  position: relative;
}

.team_sec .team-content .media-body h3 {
  color: #28262b;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  text-transform: capitalize;
  margin-bottom: 0.15rem;
  line-height: 1;
}

.team_sec .team-content .media-body em {
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  display: inline-block;
}


.team_sec .team-content .media-body p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.012rem;
  text-align: left;
}

.team_sec .team-content .media-body a {
  color: #35404e;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
}

/* 
.team_sec .team-content .media-body:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #6d7275;
} */

.team_sec main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2vmin;
}

.team_sec main .sub-heading {
  margin: 0 !important;
}


.team_sec .gridderteam {
  letter-spacing: normal;
  margin: 0;
  font-size: 0;
  padding: 0;
}

.team_sec .gridderteam li {
  display: inline-block;
  vertical-align: top;
  font-size: initial;
  position: relative;
  list-style: none;
  padding: 0 15px;
  margin: 0 !important;
}

.team_sec .gridderteam li:hover .readmore {
  text-decoration: underline;
}

.team_sec .gridderteam li.col-three {
  width: 33.333333%;
}

.team_sec .gridderteam li.col-four {
  width: 25%;
}

.team_sec .gridderteam li.heading-content {
  padding-top: 6rem;
}

/* Our Team Styles */



/* Start Video styles */

.client__advisor-videos .video-card {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
  padding: 0;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.05);
}

.client__advisor-videos .video-card.gold-card {
  background: #e9c027;
}

.client__advisor-videos .video-card.gold-card h3,
.client__advisor-videos .video-card.gold-card p {
  color: white !important;
}

.client__advisor-videos .video-card.blue-card {
  background: #1e324b;
}

.client__advisor-videos .video-card.blue-card h3,
.client__advisor-videos .video-card.blue-card p {
  color: white !important;
}

.client__advisor-videos main {
  text-align: center;
  margin-bottom: 2rem;
}

.client__advisor-videos main ul {
  justify-content: flex-start;
}

.client__advisor-videos .video-card.block-sec {
  flex-direction: column;
  height: calc(100% - 30px);
}

.client__advisor-videos .video-card a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 36%;
  width: 100%;
  height: 100%;
  position: relative;
}

.client__advisor-videos .video-card a i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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%); */
  font-size: 3.5rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

.client__advisor-videos .video-card .video-text {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.client__advisor-videos .video-card.block-sec .video-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.client__advisor-videos .video-card .video-text h3 {
  color: #28262b;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.08rem;
  margin-bottom: 0.6rem;
  line-height: 1;
}

.client__advisor-videos .video-card .video-text p {
  margin-bottom: 0;
  font-size: 0.875rem;
}


/* END Video styles */

.support-sec {
  position: relative;
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/ra-bg22.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #f0f0f6;
}


/* .support-sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/pattern-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.support-sec::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/pattern-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
} */

.support-sec article h2 {
  margin-bottom: 0.1rem;
}

.support-sec article bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.support-sec .circular-ring {
  background-image: url("/images/circle-ring.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: rotate-m 4s linear infinite;
  -o-animation: rotate-m 4s linear infinite;
  animation: rotate-m 30s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}


@-webkit-keyframes rotate-m {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-m {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.support-sec article {
  padding: 0 2rem;
  position: relative;
  z-index: 9;
}

.support-sec article .btn {
  position: relative;
  z-index: 9;
}

.support-sec article .sub-heading {
  margin: 0 !important;
}

.support-sec article .border-lines {
  justify-content: flex-start;
  padding: 0.5rem 0 1.5rem 0;
}

/* Start Footer Styles */
footer {
  background-color: #1e324b;
}

footer .footer-inner:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 543px;
  height: 100%;
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/footer-pattern-2.png") no-repeat;
}

footer .footer-inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  width: 543px;
  height: 100%;
  background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/footer-pattern-1.png") no-repeat;
}

.footer-inner {
  padding: 3rem 0;
  position: relative;
}

.footer-inner h4 {
  color: white;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.025rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  line-height: 1;
}

.footer-inner address i {
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
  display: block;
  letter-spacing: 0.05rem;
}

.footer-inner .office {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 500;
  display: block;
  margin-bottom: 0.8rem;
  line-height: 1;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.footer-inner .office a {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 100;
  text-decoration: none !important;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.footer-inner .email {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 100;
  text-decoration: none !important;
  margin-bottom: 0.8rem;
  line-height: 1;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.footer-inner .fax {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none !important;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

.footer-inner .business-info p {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none !important;
  margin-bottom: 0.6rem;
  line-height: 1.6;
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

footer .footer-bottom {
  text-align: center;
  background: #031429;
  color: white;
  padding: 0.875rem;
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .footer-bottom .copyright {
  color: white;
  font-size: 0.7rem;
  margin-bottom: 0;
  letter-spacing: 0.025rem;
  line-height: 1;
}


footer .footer-bottom a {
  color: white;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  line-height: 1;
}


/* End Footer Styles */


/*---------------------------
	OWL Carousel CSS
----------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.bootcamp-inner .border-lines {
  padding: 0.5rem 0 1.5rem 0;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

button.owl-dot.active span {
  background: transparent !important;
  border: 1px solid #e9c027;
}

.display-mobile {
  display: none;
}

.support__and-service article p {
  margin-bottom: 1.5rem;
}

.support__and-service .sec__collage-wrap {
  position: relative;
  /* padding-top: 79%; */
  padding-top: 56.25%;
  margin: 0;
}

/* .support__and-service .sec__collage-wrap img.collage_img1 {
  width: 30%;
  bottom: 10%;
  left: 45%;
  z-index: 3;
} */

.support__and-service .sec__collage-wrap img.collage_img2 {
  width: 50%;
  bottom: 0;
  left: 13%;
  z-index: 2;
}

.support__and-service .sec__collage-wrap img.collage_img3 {
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
}

.support__and-service .sec__collage-wrap img.collage_img4 {
  width: 20%;
  bottom: 0%;
  right: 18%;
  z-index: 0;
}

.support__and-service .sec__collage-wrap img {
  position: absolute;
}

.support__and-service .border-lines {
  justify-content: flex-start;
  padding: 1rem 0 2rem 0;
}

/*---------------------------
	9 to know 
----------------------------*/

.nine-know {
  /* background-image: url('/images/9toknowbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; */
  width: 100%;
  height: 100%;
}

.nine-know h3 {
  margin-bottom: 0.1rem;
  color: #282826;
  font-size: 1.5rem;
}

.nine__know-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.nine__know-wrap .flex-col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.nine__know-wrap .flex-col aside {
  flex: 1;
  padding: 0 1rem;
}

.nine-know h2 {
  text-align: left;
  margin-top: -2rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
}

.nine__know-wrap bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.nine__know-wrap img {
  width: 100%;
  margin: 0;
  flex: 42%;
  max-width: 42%;
}

.nine__know-wrap article {
  padding: 0rem 0rem 0rem 1rem;
  flex: 1;
}

.nine__know-wrap article ul {
  margin: 2rem 0 0 0;
  padding: 0;
  flex: 1;
}

.nine__know-wrap article ul li {
  padding: 0 0 0 2rem;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  position: relative;
}

.nine__know-wrap article ul li i {
  color: #e9c027;
  padding-right: 0.5rem;
  position: absolute;
  top: 0;
  left: 0.45rem;
  display: flex;
  align-items: center;
}


.for-clients {
  background-image: url("/images/forclientbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 1rem;
}

.for__clients-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}



.for__clients-inner .left-sec {
  flex: 50%;
  max-width: 50%;
}

.for__clients-inner .left-sec figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 56%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.for__clients-inner .right-sec {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 4rem;
}

.for__clients-inner .right-sec p {
  margin: 0;
  color: #282826;
}

.for__clients-inner .right-sec ul {
  margin: 2rem 0 0 0;
  padding: 0;
}

.for__clients-inner .right-sec ul li {
  padding: 0 0 0 2rem;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  position: relative;
  color: #282826;
}

.for__clients-inner .right-sec ul li i {
  padding-right: 0.5rem;
  color: #e9c027;
  position: absolute;
  top: 0;
  left: 0.45rem;
  display: flex;
  align-items: center;
}

/*---------------------------
	Shoping cart
----------------------------*/

.shoping_cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #e9ecef;
  z-index: 10;
  box-shadow: -20px 0px 20px 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(452px);
  -moz-transform: translateX(452px);
  -ms-transform: translateX(452px);
  transform: translateX(452px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  /* width: 600px; */
}

.shoping_cart.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: 600px;
}

.shoping_cart .cart_wrap {
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}


.shoping_cart .cart_wrap .cart_inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.shoping_cart .cart_wrap .cart_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.shoping_cart .cart_wrap .cart_head h2 {
  margin: 0;
  font-size: 1.65rem;
}


.shoping_cart .cart_wrap .cart_head a {
  color: #282826;
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
}

.shoping_cart .cart_wrap .cart_items article {
  background: #ffffff;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
}

.shoping_cart .cart_wrap .cart_items article h3 {
  font-size: 1.05rem;
  color: #030303;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.shoping_cart .cart_wrap .cart_items article h3 small {
  display: block;
  color: #6d7275;
  letter-spacing: 0.018rem;
  margin-top: 0.15rem;
}

.shoping_cart .cart_wrap .cart_items article .left {
  display: flex;
  align-items: center;
}

.shoping_cart .cart_wrap .cart_items article figure {
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  width: 60px;
  height: 40px;
  opacity: 0.3;
}

.shoping_cart .cart_wrap .cart_items article .right {
  display: flex;
  width: auto;
  align-items: center;
  align-self: flex-end;
}

.shoping_cart .cart_wrap .cart_items article .right p {
  margin: 0;
  color: #282826;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.018rem;
}

.shoping_cart .cart_wrap .cart_footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 1rem;
  text-align: center;
}

.shoping_cart .cart_wrap .cart_footer .total_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.shoping_cart .cart_wrap .cart_footer .total_price h3 {
  margin: 0;
  font-size: 1.65rem;
  color: #282826;
  letter-spacing: 0.0188rem;
  text-transform: uppercase;
  font-weight: 800;
}

.shoping_cart .cart_wrap .cart_footer .btn {
  width: 80%;
  margin: 0 auto;
  padding: 1.15rem 1rem !important;
  font-size: 1.1rem;
}

.shoping_cart .cart_wrap .cart_footer .btn i {
  margin-left: 0.5rem;
}

.shoping_cart .cart_wrap .cart_items {
  width: 100%;
  height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
}


.shoping_cart .cart_wrap .cart_items article .right a {
  font-size: 0.8rem;
  color: #dc3545;
  padding-right: 1.25rem;
  letter-spacing: 0.018rem;
  font-weight: 400;
}

/*---------------------------
	Free Trial Styles
----------------------------*/

.free__trial-wrap {
  width: 100%;
  min-height: 100vh;
  background-image: url("/images/forclientbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.free__trial .free__trial-inner article a.logo {
  position: absolute;
  top: 3rem;
}

.free__trial-wrap .free__trial {
  width: 100%;
  height: 100%;
}

/* .free__trial-modal .modal-content {
  background-image: url('/images/forclientbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.free__trial .free__trial-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.free__trial .free__trial-inner .logo img {
  width: 18rem;
}


.free__trial .free__trial-inner article {
  max-width: 100%;
  padding: 3rem;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.free__trial .free__trial-inner article aside {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  flex: 1;
}

.free__trial .free__trial-inner article aside a {
  padding: 1rem 3rem;
}

.free__trial .free__trial-inner .trial_form {
  flex: 60%;
  max-width: 60%;
  padding: 3rem;
  /* background: #ffffffad; */
  height: 100%;
  display: flex;
  align-items: center;
}

.free__trial .free__trial-inner article h3 {
  color: #282826;
  letter-spacing: 0.025rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.free__trial .free__trial-inner article p {
  color: #282826;
  letter-spacing: 0.0185rem;
  margin-bottom: 1.15rem;
}


.free__trial .free__trial-inner .trial_form .form-group {
  margin-bottom: 1.5rem;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.free__trial .free__trial-inner .trial_form .form-group label {
  color: #282826;
  font-weight: 700;
  letter-spacing: 0.026rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.free__trial .free__trial-inner .trial_form .form-group .form-control {
  height: 3rem;
  font-size: 1rem;
  color: #282826;
  letter-spacing: 0.026rem;
  border-color: #bfbfbf;
  border-right: none;
  outline: none !important;
  box-shadow: none !important;
}

.free__trial .free__trial-inner .trial_form .form-group select.form-control {
  color: #282826 !important;
  width: 100%;
  padding-right: 2rem !important;
  background: #ffffff url("/build/images/chevron_down.svg") no-repeat calc(100% - 0.625rem) 50% !important;
  -webkit-background-size: 1.5rem !important;
  background-size: 1.5rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid #bfbfbf;
}

.free__trial .free__trial-inner .trial_form .form-group select.form-control:disabled {
  background-color: #e9ecef !important;
}

.free__trial .free__trial-inner .trial_form .form-group textarea {
  height: 100px !important;
  resize: none;
  border-right: 1px solid #bfbfbf !important;
}

.free__trial .free__trial-inner .trial_form .form-group .input-group span {
  background: white !important;
  border-left: none !important;
}

.free__trial .trial_form .form-group .input-group .input-group-append {
  margin: 0;
}

.free__trial .free__trial-inner .trial_form bdo {
  padding: 0.5rem 0 0 8px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 2rem;
  line-height: 1;
  font-family: "Lora", serif;
  color: #282826;
  display: block;
  width: 100%;
}

.free__trial .free__trial-inner .trial_form .form-group .input-group span i {
  color: #e9ecef;
  font-size: 1.15rem;
}

.free__trial .free__trial-inner .trial_form .btn {
  padding: 1.25rem 5rem;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}

/*---------------------------
	Free Trial Styles
----------------------------*/

.virtual__training-wrap {
  text-align: center;
  /* background-image: url('/images/graphic/virtual-training.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
}

.virtual__training-wrap article {
  padding: 1rem 0.5rem;
}

.virtual__training-wrap h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}

.virtual__training-wrap .sub-heading {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.virtual__training-wrap .heading {
  color: #28262b;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.08rem;
  margin-bottom: 0.1rem;
  text-transform: capitalize;
  position: relative;
}

.virtual__training-wrap bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.virtual__training-wrap em {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}

.virtual__training-wrap p {
  color: #6d7275;
  font-size: 0.973rem;
  letter-spacing: 0.015rem;
  line-height: normal;
  text-align: left;
}
.virtual__training-wrap .bg-img {
  margin-bottom: -1.5rem;
  width: 60px;
  opacity: 0.7;
}

/* bootcamo */

.bootcamp-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bootcamp-inner .left-sec {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.bootcamp-inner .right-sec {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.bootcamp-inner .right-sec article {
  text-align: left;
  padding: 6rem 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.bootcamp-inner .left-sec figure {
  background-image: url("/build/images/ra/bootcamp-bg.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  padding-top: 56.25%;
  margin: 0;
  position: relative;
}

.bootcamp-inner .left-sec figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.bootcamp-inner .left-sec a {
  position: absolute;
  /* right: 1rem;
  bottom: 1rem; */
  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%);
  color: white;
  font-family: "Lora", serif;
  text-decoration: none !important;
  z-index: 1;
}

.bootcamp-inner .left-sec a .fa-play-circle {
  font-size: 4rem;
  display: block;
  opacity: 0.8;
}

.bootcamp-inner .left-sec a:hover .fa-play-circle {
  opacity: 1;
}

.bootcamp-inner .left-sec a i {
  display: block;
  text-align: center;
}

.bootcamp-inner .right-sec article h2 {
  color: #282626;
  text-transform: capitalize;
  letter-spacing: 0.08rem;
  margin-bottom: 0.35rem;
  line-height: 1;
}

.bootcamp-inner .right-sec article bdo {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
}

.bootcamp-inner .right-sec article i {
  color: #888490;
  font-family: "Lora", serif;
  font-style: italic;
  display: block;
}

.bootcamp-inner .right-sec article p {
  color: #6d7275;
  letter-spacing: 0.015rem;
  line-height: normal;
}

/* video modal */

.video-modal .modal-content {
  background: transparent;
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  outline: 0 !important;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal .modal-body:focus {
  outline: -webkit-focus-ring-color auto 0;
  outline: none !important;
}

.video-modal .modal-body .video-wrap video {
  max-width: 100%;
}

.video-modal .close-btn {
  position: absolute;
  top: -25px;
  right: -25px;
  color: white;
  font-size: 2rem;
  font-family: sans-serif;
  line-height: 1;
  text-decoration: none !important;
}
/*---------------------------
	End Free Trial Styles
----------------------------*/

.signup_form.free__trial-wrap {
  background-position: 50% 0%;
}

.signup_form .term-condition {
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
  border-radius: 0.2rem;
  height: 10rem;
  overflow: scroll;
  padding: 1rem;
  color: #282826;
  margin-bottom: 1.5rem;
}

.signup_form .term-condition h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.signup_form .term-condition p {
  font-size: 0.875rem;
}

.signup_form .custom-checkbox .custom-control-label {
  color: #282826;
  font-weight: 700;
  letter-spacing: 0.026rem;
  margin-bottom: 1rem;
}

.signup_form .free__trial .free__trial-inner .trial_form bdo {
  margin-bottom: 1rem;
  padding: 0 0 0 8px;
}

/* 9-8-2020 */
.signup_form .free__trial .free__trial-inner .trial_form .btn {
  margin: 0 0 0 auto;
  width: auto;
  letter-spacing: 0.08rem;
  padding: 1rem 5rem;
}
/* 9-8-2020 */

.signup_form .info, .reset_form .info {
  font-size: 0.7rem;
  display: block;
  line-height: 16px;
  font-style: normal;
  color: #717171;
}
.reset_form .info {
  font-size:0.6em !important;
}
.signup_form .custom-checkbox [data-target="#licenseAgreementModal"] {
  color: #e9c027;
  font-weight: 500;
}

.signup_form .free__trial .free__trial-inner .trial_form .form-group select.form-control {
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

.free__trial .free__trial-inner article p a {
  color: #e9c027;
  font-weight: 600;
  padding: 0;
}

.free__trial .free__trial-inner article .contat-details {
  margin: 1rem 0 2rem 0;
  padding: 0;
}

.free__trial .free__trial-inner article .contat-details li {
  list-style: none;
  line-height: 1;
  margin-bottom: 1rem;
}

.free__trial .free__trial-inner article .contat-details li i {
  color: #e9c027;
  font-size: 1.15rem;
}

.free__trial .free__trial-inner article .contat-details li i.fas.fa-mobile-alt {
  padding-right: 5px;
}

.free__trial .free__trial-inner article .contat-details li a {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 0.75rem;
  color: #282826;
  letter-spacing: 0.028rem;
  /* text-transform: capitalize; */
  transition: all 0.25s ease;
}

.free__trial .free__trial-inner article .contat-details li a:hover {
  color: #e9c027;
  text-decoration: none;
}

/*---------------------------
	Inner Pages
----------------------------*/
.inner-page {
  width: 100%;
  height: 100vh;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page {
  flex: 420px;
  max-width: 420px;
}

.login-page .login-wrap {
  text-align: center;
  background: #ffffff;
  padding: calc(1.5rem + 1vw);
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}

.inner-page img {
  width: 70%;
  max-width: 100%;
  margin-bottom: 2rem;
}

.login-page .login-wrap .forgot-pass {
  font-size: 1.25rem;
  letter-spacing: 0.026rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.login-page .login-wrap .forgot-passtxt {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.026rem;
}

.login-page .login-wrap form .form-group {
  margin-bottom: 1.5rem;
}

.login-page .login-wrap form .form-group .form-control {
  height: 3rem;
  font-size: 1rem;
  color: #282826;
  letter-spacing: 0.026rem;
  border-color: #bfbfbf;
  border-right: none;
  outline: none !important;
  box-shadow: none !important;
}

.login-page .login-wrap form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbfbf;
}

.login-page .login-wrap form .form-group .form-control .input-group-append {
  margin: 0;
}

.login-page .login-wrap form .form-group .input-group-append .input-group-text {
  background: transparent;
}

.login-page .login-wrap form .form-group .input-group-text {
  background: transparent;
}

.login-page .login-wrap form .form-group .input-group-text i {
  color: #e9ecef;
  font-size: 1.1rem;
}

.login-page .login-wrap form .custom-checkbox {
  text-align: left;
  cursor: pointer;
}

.login-page .login-wrap form .btn {
  width: 100%;
  margin: 1.5rem 0;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}

.login-page .login-wrap .forgot_password {
  color: #e9c027;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.026rem;
  line-height: 1;
}


.login-page .login-wrap .forgot_password:hover {
  text-decoration: underline;
}

/* 9-8-2020 */
.login-page .login-wrap .or {
  display: block;
  margin: 1.5rem 0;
  background: #dbdbdb;
  width: 100%;
  height: 1px;
  position: relative;
}

.login-page .login-wrap .or:after {
  content: "or";
  background: #fff;
  width: 2.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 9-8-2020 */
.login-page .login-wrap .register-btn {
  width: 100%;
  margin: 1.5rem 0;
  font-weight: 500;
  font-size: 1rem;
  margin: 0.65rem 0 0 0;
  text-transform: uppercase;
}
/* 9-8-2020 */

/*---------------------------
	History
----------------------------*/
.ra_history {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ra_history figure {
  margin: 0 0 2rem 0;
  /* background: #f2f3f4; */
  /* padding: 3rem; */
  text-align: center;
}

.ra_history .hitory-graphic {
  display: flex;
  align-items: center;
}

.ra_history figure figcaption {
  font-weight: 500;
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-top: 1rem;
  color: #28262b;
  letter-spacing: 0.026rem;
  text-align: center;
}

.ra_history figure figcaption i {
  display: block;
  font-size: 0.855rem;
  color: #6d7275;
  font-family: "Lora", serif;
  margin-top: 0.45rem;
}


.ra_history figure img {
  padding: 0.15rem;
  max-width: 100%;
  width: 94%;
  border-radius: 50%;
  background-color: #f5f3fe;
}

.cart-radios {
  font-size: 1rem;
  color: #282626;
  font-weight: 400;
  display: block;
}

.cart-radios input[type=radio] {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 1px;
}

.cart-radios label i {
  font-style: normal;
}

#confirmAddToCart .cart-item-name, #confirmAddToCart p {
  font-size: 1rem;
  color: #282626;
}

.paypal-newaccount h4 {
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.025rem;
  font-weight: 600;
}

.paypal-newaccount {
  overflow-y: auto;
  overflow-x: hidden;
}

.paypal-newaccount .modal-content {
  background: #fff;
  padding: 2rem;
  color: #212529;
}

.paypal-newaccount .modal-content label {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  line-height: 1;
}

.paypal-newaccount .modal-content .form-group {
  margin-bottom: 1.5rem;
}

.paypal-newaccount .modal-content input.form-control {
  height: 40px;
  color: #030303;
  z-index: 2;
}

.paypal-newaccount .modal-content input[type="radio"] {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 2px;
}

.paypal-newaccount .modal-content .radio label {
  font-weight: 100;
  line-height: normal;
}

.paypal-newaccount .modal-content .radio label strong {
  font-weight: 600;
}

.paypal-newaccount .modal-content .form-row>[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.paypal-newaccount .modal-content .checkbox label {margin-bottom: 1rem;}

.paypal-newaccount .modal-content .checkbox label a {
  font-weight: 300;
  color: #0056b3;
}

#paypalNewAccountModal label.error {
  /* color: #dc3545; */
  position: absolute;
  top: -15px;
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  z-index: 0;
}

.paypal-newaccount .modal-content .input-group-append span {
  background: transparent;
  color: #ced4da;
}

.paypal-newaccount .modal-content bdo {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
}

.paypal-newaccount .modal-content label.error {
  color: #e9c027;
  position: absolute;
  bottom: -1.2rem !important;
  top: auto;
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
}

.checkout-prodlist {
  margin: 3rem auto !important;
  padding: 0;
  width: calc(75% + 3vw);
}

.checkout-prodlist li {
  list-style: none;
  display: flex;
  align-items: center;
}

.checkout-prodlist li span {
  /* / background-image: url('https://locker.retirementanalyzer.com/build/images/cal-icon/ra-icon.png'); / */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 2rem;
  height: 2rem;
  margin-right: 0.65rem;
}

.checkout-prodlist li i {font-size: 1rem;font-style: normal;letter-spacing: 0.025rem;}

.checkout-prodlist li em {
  font-style: normal;
  font-weight: 800;
  text-align: right;
  margin-left: auto;
}

.checkout-prodlist li:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #6d7275;
  padding-top: 0.5rem;
  font-size: 1.05rem !important;
  font-weight: 700;
  letter-spacing: 0.025rem;
  line-height: 1;
  text-transform: uppercase;
}

#confirmAddToCart .cart-item-name {
  font-size: 1rem;
}


/* tgcustom modal */
.justify-items {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Start TG Modal styles */
.modal.tgcustom-modal .modal-dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 auto;
}

.modal.tgcustom-modal .modal-content {
  box-shadow: none !important;
  border: none;
  outline: none;
  border-radius: 0.2rem;
  background-color: transparent;
}

.modal.tgcustom-modal .modal-header {
  min-height: auto;
  padding: 1rem;
  border: none;
  background: #2a4068;
  /* color: #434343; */
  /* background: #f2f2f2; */
  color: white;
  border-radius: 0.4rem 0.4rem 0 0;
}

.modal.tgcustom-modal .modal-header .btn {
  font-size: 0.875rem;
  padding: 0.65rem 0.875rem;
}

.modal.tgcustom-modal .modal-header .cust-addon {
  margin-left: 0.8rem;
}

.modal-footer .btn {
  font-size: 0.9rem;
  padding: 0.65rem 0.875rem;
  background: #fff;
}

.modal.tgcustom-modal h4 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.028rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.modal.tgcustom-modal .modal-body {
  position: relative;
  padding: 1rem;
  background-color: #ffffff;
}

.modal.tgcustom-modal .modal-header .cust-addon .input-group-addon {
  background: transparent;
  border: 1px solid #fff;
  border-right: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}

.modal.tgcustom-modal .modal-header .cust-addon select.form-control {
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  cursor: pointer;
}

.modal.tgcustom-modal .modal-footer {
  padding: 0.65rem 0.8rem;
  text-align: right;
  border: 4px solid #fff;
  /* background: #f6f6f6; */
  background: #e9ecef;
  max-width: 100%;
  flex: 100%;
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  margin-top: -1px;
}

.modal.tgcustom-modal .modal-footer strong {
  font-size: calc(0.2rem + 0.65vw);
  font-weight: 600;
  letter-spacing: 0.025rem;
  padding-left: 0.34rem;
}

.modal.tgcustom-modal .modal-footer .cta-btn {
  margin-right: 0.65rem;
}

.modal.tgcustom-modal .modal-footer .cta-btn:last-child {
  margin-right: 0;
}

.modal.tgcustom-modal .modal-footer::after,
.modal.tgcustom-modal .modal-footer::before {
  content: none;
}

.modal.tgcustom-modal .modal-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.modal.alert_modal .modal-body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
}

.modal.alert_modal .modal-body a {
  color: #e9c027;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1rem;
  display: inline-block;
}

.modal.alert_modal .modal-body a:hover {
  text-decoration: underline;
}

.modal.tgcustom-modal .modal-header .play-button {
  color: #fff;
  font-size: 1.45rem;
  margin-left: 0.8rem;
  line-height: 1;
  text-decoration: none !important;
}

.modal.tgcustom-modal .modal-body .withdraw-formula i {
  display: inline-block;
  font-style: normal;
  border-bottom: 1px solid #030303;
  padding-bottom: 0.25rem;
}

.modal.tgcustom-modal .modal-body .withdraw-formula em {
  display: block;
  text-align: center;
  font-style: normal;
}

.modal.tgcustom-modal .modal-body .withdraw-formula {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.modal.tgcustom-modal .modal-body .withdraw-formula span {
  padding-right: 0.5rem;
}

/* END TG Modal styles */


/*#start region c3 */
/* c3 sec */
.c3_sec {
  background-image: none;
}
.c3_sec .logo {
  max-width: 22rem;
  margin-bottom: 2rem;
}
.c3_sec .c3_collage-wrap {
  position: relative;
  padding-top: 60.25%;
  margin: 0;
}
.c3_sec .c3_collage-wrap img{
  position: absolute;
  border-radius: 0.5rem;
}

.c3_sec .c3_collage-wrap img.collage_img2 {
  width: 90%;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.c3_sec .c3_collage-wrap img.collage_img3 {
  width: 90%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c3_sec .c3_collage-wrap img.collage_img4 {
  width: 21%;
  top: 0;
  right: 0;
  z-index: 0;
}

.c3_sec .c3_collage-wrap img.collage_img5 {
  width: 26%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/* mac_bg */
section.c3_mac {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25%;
}

.c3_mac .mac_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.c3_mac .mac_bg figure {
  background-image: url("https://c3-images.s3.us-east-2.amazonaws.com/monitor.png");
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
  margin: 0;
}

.c3_mac .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c3_mac .carousel .carousel-inner {
  width: 100%;
  height: 100%;
  top: 4.85%;
}

.c3_mac .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.c3_mac .carousel .carousel-inner .carousel-item figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 63.85%;
  margin: 0 auto;
}
/* mac_bg */

/* c3 sec */
/*#end region c3 */

/*---------------------------
	Media Queries
----------------------------*/

@media (min-width:1200px) {

  /* .ra_history figure {
    width: 80%;
    margin-left: auto;
  } */

  .ra_history {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .calendar_sec .pric-text {
    padding: 1rem 17rem;
  }

  .support-sec article {
    padding: 4rem 2rem 4rem 4rem;
  }

  .client__advisor-videos {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .custom-app main {
    padding: 0 12vw;
  }

  .custom-app .custom-app-inner {
    padding: 0 4rem 1rem 4rem;
  }

  .support__and-service article .btn {
    padding: 1rem 2rem;
  }

  .support__and-service article {
    padding: 0 0 0 4rem;
  }

  .support__and-service .sec__collage-wrap {
    right: 7rem;
  }

  .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
  }

  .dropdown:hover .dropdown-menu {
    transform: scale(1);
  }

  .hm__hero-sec .hm-carousel .carousel-caption {
    padding: 7rem 5rem 3rem 6rem;
  }

  .hm__hero-sec .hm-carousel .carousel-caption p {
    padding: 0 24vmin;
  }

  .sub-heading {
    margin: 0 12vw !important;
  }

  .sub-heading.margin-md {
    padding: 0 13vw !important;
  }

  .bootcamp-inner .right-sec article {
    padding: 5rem;
  }
}


@media (max-width: 1325px) and (min-width: 1200px) {
  .header__wrap ul li a {
    font-size: 0.715rem;
  }
}

@media (max-width: 1199px) {

  .free__trial-wrap {
    height: auto;
  }

  .free__trial .free__trial-inner {
    flex-direction: column;
  }

  .free__trial .free__trial-inner article {
    max-width: 100%;
    padding: 3rem;
    align-items: center;
  }

  .free__trial .free__trial-inner article aside {
    align-items: center;
    justify-content: center;
    width: 80%;
    padding-top: 6rem;
  }

  .free__trial .free__trial-inner .trial_form {
    flex: 100%;
    max-width: 100%;
    padding: 3rem;
  }

  .calendar_sec .calendar__content,
  .calendar_sec .heading-captions {
    max-width: 100%;
  }

  .nav-link.login {
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

  .ra-devices {
    display: none;
  }

  .testimonials_sec .container-fluid {
    padding: 0;
  }

  .testimonials_sec article {
    padding: 1rem 2rem;
  }

  .bootcamp-inner .right-sec article {
    padding: 4rem 2rem;
  }

  .support-sec:before,
  .support-sec:after {
    width: 40%;
  }

  .header__wrap .navbar {
    padding: 0;
  }

  .header__wrap .navbar-brand {
    padding: 1rem 0 0 1rem;
  }

  .navbar-toggler {
    margin: 0 1rem 0 0;
  }

  .virtual__training-wrap .double-border {
    opacity: 0;
  }

  .header__wrap ul>li+li>a:before {
    content: none;
  }

  .header__wrap .header__top-wrap ul {
    padding: 0 1rem;
  }

  .hm__hero-sec .hm-carousel .carousel-caption {
    padding: 8rem 10vw 2rem 10vw;
  }

  .hm-carousel .arrow-controls {
    padding: 0 1rem;
  }

  .hm-carousel .arrow-controls a {
    width: 30px;
    height: 30px;
  }

  .hm-carousel .arrow-controls .prev img {
    transform: translateX(-12px);
  }

  .hm-carousel .arrow-controls .next img {
    transform: translateX(12px);
  }

  .nav-dropdown .dropdown-toggle {
    pointer-events: all !important;
    padding-top: 1.5rem !important;
  }


  .navbar-collapse {
    background-color: #1e324b;
    padding: 2rem 1rem 0;
    height: calc(100vh - 110px);
    overflow: auto;
  }

  /* .header__wrap .navbar-collapse ul li a { 
    color: #000000;
  } */
  .nav-dropdown .dropdown-menu {
    background: #f0f0f6;
  }

  .header__wrap ul li a {
    padding: 1rem !important;
  }

}

@media (max-width: 999px) and (min-width: 768px) {
  .testimonials_sec article {
    padding: 0rem 0.4rem;
  }

  .testimonials_sec article p {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0.4rem;
  }

  .testimonials_sec article h3 {
    font-size: 0.875rem;
  }

  .testimonials_sec .container-fluid .row [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-four {
    padding-top: 36%;
  }

  .testimonial-five {
    padding-top: 20%;
  }

  .testimonial-two {
    padding-top: 26%;
  }

  .testimonial-one {
    padding-top: 26.5%;
  }

}

@media(max-width:991px) {

  .support-sec {
    position: relative;
    background: #f0f0f6;
    width: 100%;
    height: 100%;
  }

  .support-sec-bg {
    background: url("https://rs-tg-images.s3.us-east-2.amazonaws.com/ra-bg22.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 48.25%;
    position: relative;
    right: 22%;
    margin-top: 3rem;
  }
}

@media (max-width: 999px) {

  .calendar-inner .item article aside h3 {
    margin-bottom: 0.5rem;
    line-height: 22px;
  }

  .for-clients {
    padding: 4rem 1rem;
  }

  .for__clients-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .for__clients-inner .right-sec {
    width: 100%;
    height: 100%;
    padding: 0 2rem;
  }

  .support__and-service .sec__collage-wrap {
    margin: 2rem 0 0 0;
  }

  .support-sec article {
    padding: 0 0.5rem;
  }

  .custom-app .custom-app-inner .container {
    max-width: calc(100% - 30px);
  }

  .display-mobile {
    display: inline-block;
  }

  .bootcamp-inner .left-sec {
    order: 2;
  }


  .bootcamp-inner .left-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bootcamp-inner .right-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .presentation-sec main {
    margin-bottom: 3rem;
    padding: 3rem 0 0 1rem;
  }

  .speaking-sec article {
    padding: 2rem;
  }

  .speaking-sec figure {
    height: 100%;
    padding-top: 82%;
  }

  .custom-app .custom-app-inner .custom-content article p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {

  .login-page {
    padding: 0 1rem;
  }

  .nine__know-wrap .flex-col {
    flex-direction: column-reverse;
    align-items: center;
  }

  .justify-middle {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .presentation-sec main {
    margin: 2rem 0;
    flex: 100% !important;
    max-width: 100% !important;
  }

  .presentation-sec .prsn-slides {
    padding-top: 56.25%;
  }

  .shoping_cart,
  .shoping_cart.show {
    width: 450px;
  }

  .shoping_cart .cart_wrap .cart_items article figure {
    margin: 0 0.65rem 0 0;
  }

  .calendar_sec h2 {
    text-align: left;
    top: 0;
    margin-bottom: 3rem;
  }

  .custom-app main h2 {
    text-align: left;
  }

  .support-sec-bg {
    padding-top: 56.25%;
  }

  .virtual__training-wrap h2 {
    text-align: left;
  }

  .testimonials_sec article {
    margin-bottom: 1rem;
  }

  .testimonials_sec .container-fluid {
    padding: 0.5rem 0;
    position: initial;
  }

  .testimonials_sec .container-fluid .row {
    align-items: center;
  }

  .testimonials_sec {
    padding-top: unset !important;
  }

  .custom-app .custom-app-line {
    display: none;
  }

  .custom-app .custom-app-inner .custom-content {
    flex-direction: column-reverse;
    justify-content: unset;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .custom-app .right-sec {
    margin: 0;
  }

  .custom-app .custom-app-inner .custom-content.left-content {
    flex-direction: column;
  }

  .custom-app .custom-app-inner .custom-content .info-graph.right {
    padding: 1rem;
    position: relative;
    top: 0;
  }

  .custom-app main .border-lines {
    margin: 0;
  }

  .custom-app .custom-app-inner .custom-content article.right {
    padding: 1rem;
    position: relative;
    top: 0;
  }

  .speaking-sec figure {
    padding-top: 100%;
  }

  .border-lines {
    padding: 1rem 0;
  }

  .client__advisor-videos .video-card {
    flex-direction: column;
  }

  .client__advisor-videos .video-card a {
    padding-top: 50%;
  }

  .client__advisor-videos .video-card .video-text {
    padding: 2rem 1rem;
  }

  .client__advisor-videos .video-card.blue-card {
    flex-direction: column-reverse;
  }

  .hm__hero-sec .hm-carousel .carousel-caption {
    padding: 7rem 3.3rem 2rem 3.3rem;
  }

  .hm__hero-sec .hm-carousel .carousel-caption h5 {
    font-size: 7vw;
  }

  .hm__hero-sec .hm-carousel .carousel-caption p {
    font-size: 0.875rem;
  }
}

/* 9-8-2020 */
@media (max-height: 580px) {
  .inner-page.login-wrap {
    height: auto;
    overflow-y: scroll;
    min-height: 600px;
  }
}
/* 9-8-2020 */
@media(max-width:575px) {

  .free__trial .free__trial-inner article {
    max-width: 100%;
    padding: 3rem 2rem;
    align-items: center;
  }

  .free__trial .free__trial-inner .trial_form {
    padding: 2rem;
  }

  .free__trial .free__trial-inner article aside {
    padding-top: 4rem;
    width: 100%;
  }

  .presentation-sec .main-txt {
    margin-top: 0;
  }

  .shoping_cart,
  .shoping_cart.show {
    width: 80%;
  }

  .shoping_cart .cart_wrap .cart_items article {
    padding: 1rem;
  }

  .shoping_cart .cart_wrap .cart_items article figure {
    display: none;
  }

  .shoping_cart .cart_wrap .cart_items article {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .shoping_cart .cart_wrap .cart_items article .right {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .shoping_cart .cart_wrap .cart_items article .right a {
    right: 13px;
  }

  .shoping_cart .cart_wrap .cart_items article .right p {
    margin: 0.5rem 0 0 0;
  }

  .header__wrap .header__top-wrap ul li.tg-site {
    display: none;
  }

  .custom-app main {
    margin-bottom: 2rem;
    padding: 0;
  }

  .support-sec-bg {
    padding-top: 100%;
    right: 0;
    background-position: 110% 50%;
  }

  .calendar-inner .left-item .item_inner article {
    margin-right: 2rem;
  }




  .calendar-inner .item article {
    max-width: calc(50% - 1rem);
    width: calc(50% - 1rem);
  }

  .calendar-inner .left-item article aside {
    padding-right: 0.5rem;
  }

  .calendar-inner .item article figure {
    display: none;
  }

  .calendar-inner .circular-border {
    left: -1.52rem;
    top: -3.45rem;
  }

  .calendar-inner .right-item .circular-border {
    right: -3.6rem;
    top: -2.85rem;
  }

  .disclaimer_modal .modal-content {
    top: 3rem;
  }

  .video-modal .close-btn {
    top: -45px;
    right: 0;
  }
  /* 9-8-2020 */
  #raMessageDialog .btn {
    padding: 1rem 3rem;
  }

  .hm__hero-sec .hm-carousel .carousel-caption {
    padding: 11rem 2.5rem 2rem 3rem;
  }

  .hm__hero-sec .hm-carousel .carousel-caption h5 {
    font-size: 5.6vw;
  }

  .hm__hero-sec .hm-carousel .carousel-caption ul.flex-block {
    margin: 0rem 0 1rem 0;
  }

  .hm__hero-sec .hm-carousel .carousel-caption ul li i {
    margin-right: 0.25rem;
    font-size: 0.5rem;
  }

  .hm__hero-sec .hm-carousel .carousel-caption ul li {
    font-size: 0.8rem;
  }

  .footer-inner {
    position: initial;
  }

  .footer-inner .row {
    text-align: center;
  }

  .footer-inner .business-info {
    margin-top: 2rem;
  }

  .footer-inner address {
    margin-bottom: 2rem;
  }

  footer .footer-bottom {
    padding: 1rem 0;
  }

  .footer-bottom .container {
    flex-direction: column-reverse;
  }

  footer .footer-bottom a {
    padding-bottom: 1rem;
  }

  .footer-bottom .container .video-modal .close-btn {
    top: -45px;
    right: 0;
  }

  .hm-carousel .arrow-controls a {
    width: 20px;
    height: 20px;
  }

  .hm-carousel .arrow-controls .prev img {
    transform: translateX(-10px);
    width: 1.5rem;
  }

  .hm-carousel .arrow-controls .next img {
    transform: translateX(10px);
    width: 1.5rem;
  }

  .btn_group a {
    padding: 0.8rem 1rem !important;
  }
}

@media(max-width:420px) {

  .navbar-brand img {
    max-width: calc(14rem + 3vmin);
  }
}
.toggle-password i.fa-eye, .toggle-password i.fa-eye-slash {
  color: gray!important;
}

.modal.ra-modal {
  z-index: 0;
}

.modal.ra-modal::after {
  content: "";
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
