/* -- 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: #e0e0e0;
  /* background: #091e42; */
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10;
  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;
  /* width: 100vw;
  max-width: 100vw; */
}

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;
}

/*--------------------------------------------------------------------
	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;
}

.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 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;
}

.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;
}

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

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

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;
}

.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 h2 {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  top: -2rem;
}

.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-top: -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.35rem;
  max-width: calc(50% - 2rem);
  width: calc(50% - 2rem);
  position: relative;
}

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

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

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

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

.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;
}

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

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

.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 .right-item .item_inner 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-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/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;
}

.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: 60px;
  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/graphic/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 .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;
}

.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: 56.25%;
}

.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("/images/graphic/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/graphic/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;
  position: relative;
}

.speking-area figure a {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: white;
  font-family: "Lora", serif;
  text-decoration: none !important;
}

.speking-area figure a .fa-play-circle {
  font-size: 3.5rem;
  display: block;
  opacity: 0.8;
}

.speking-area figure a:hover .fa-play-circle {
  opacity: 1;
}

.speking-area figure a i {
  display: block;
  text-align: center;
}

.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("/images/graphic/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-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;
  position: relative;
}

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

.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("/images/graphic/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("/images/graphic/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("/images/graphic/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("/images/graphic/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("/images/graphic/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/graphic/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.5rem;
  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("/images/graphic/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/graphic/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/graphic/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/graphic/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;
}

/* c3 sec */
.c3_sec {
  background-image: none;
}

.c3_sec .c3crm_logo {
  width: 4rem;
  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("/images/graphic/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 */
/* Start Footer Styles */
footer {
  background-color: #1e324b;
}

footer .footer-inner:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 543px;
  height: 100%;
  background: url("/images/graphic/footer-pattern-2.png") no-repeat;
}

footer .footer-inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  width: 543px;
  height: 100%;
  background: url("/images/graphic/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;
}

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

@media (min-width: 1200px) {
  .support-sec article {
    padding: 4rem 4rem 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);
  }

  .presentation-sec main {
    padding-left: 4rem;
  }

  .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) {
  .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;
  }

  /* .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("/images/graphic/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) {
  .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;
  }

  .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) {
  .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;
  }
}

@media (max-width: 575px) {
  .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;
  }

  .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);
  }
}