
/* Deafult Styling Start Here */
 
img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

a.more-btn {
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

a.more-btn:hover {
  color: #FF1949;
}

a.more-btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    height: 2px;
    width: 30px;
    background: #FF1949;
    margin-top: -1px;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f3f7fd;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #FF1949;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #FF1949;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #FF1949 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #FF1949 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
}

/* .default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
} */

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: 5px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323 !important;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323 !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #FF1949;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949 !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #FF1949;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #FF1949;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #cccccc;
  z-index: 1;
  margin-right: 5px;
  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;
  color: #FF1949;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #111d30 !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background-image: linear-gradient(97deg, rgba(203,1,43,1) 36%, rgba(255,25,73,1) 100%);
  background-color: #FF1949;
}

.bg-gradient-light {
  background-image: linear-gradient(90deg, rgba(244,247,252,1) 0%, rgba(255,255,255,1) 100%);
}

.btn-theme {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949;
}

.btn-theme.border {
  background-color: transparent;
  color: #FF1949 !important;
  border: 2px solid #FF1949;
}

.btn-theme.border:hover {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #FF1949 none repeat scroll 0 0;
  border: 2px solid #FF1949;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Gradient Button */

.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #FF1949;
}

.btn i {
  font-size: 12px;
}

.btn-gradient i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
  padding: 17px 40px;
}

.btn-gradient.btn-sm {
  padding: 12px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.relative {
  position: relative;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  color: #FF1949;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn-simple.md.light {
  color: #FF1949;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgba(67,126,235,1) 0%, rgba(30,85,189,1) 100%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #FF1949 none repeat scroll 0 0;
  border: 2px solid #FF1949;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FF1949;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: block;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h5 {
  color: #666666;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: inherit;
}

.bg-dark .site-heading h5 {
  color: #cccccc;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #f1cf69;
}

.site-heading h2 span {
  color: #f1cf69;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: #FF1949 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: #FF1949 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #f1cf69;
}

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  margin: 0;
  font-weight: 700;
  margin-top: -8px;
  font-size: 36px;
}

.heading-left h5 {
  text-transform: uppercase;
  color: #666666;
  font-weight: 800;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-bottom: 24px;
}

.heading-left h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #FF1949;
  z-index: -1;
}

.heading-left p {
  margin-top: -8px;
  margin-bottom: 25px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.left-border::before {
    background: #ffffff;
  }

  .right-border::before {
    position: absolute;
    right: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.right-border::before {
    background: #ffffff;
  }
}

.fa-clock,
.fa-calendar-alt,
.fas.fa-user{
  font-weight: 500;
}


/* ===================================
    # Shape
====================================== */

.shape {
  position: relative;
  z-index: 1;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
  left: 0;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0;
  width: 30%;
}

.side-bg.right img {
  right: 0;
  left: auto;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.triangle-shape::after {
  position: absolute;
  right: 10%;
  top: 15%;
  content: "";
  height: 700px;
  width: 500px;
  background: #dce8ff;
  z-index: -1;
  transform: rotate(110deg);
  border-radius: 50px;
  opacity: 0.5;
}

.wavesshape-bottom .waveshape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wavesshape-bottom .waveshape.less-opacity img {
  opacity: 0.007;
}

.rectangular-shape::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  content: "";
  height: 600px;
  width: 600px;
  background: #FF1949;
  z-index: -1;
  opacity: 0.08;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}

.rectangular-shape.shape-margin-right::after {
  right: -200px;
  bottom: auto;
  top: 40px;
}

.circular-shape::after {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 50px solid #FF1949;
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
}

.border-shape::before {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 2px dashed #e7e7e7;
  content: "";
  z-index: -1;
  opacity: 1;
  border-radius: 50%;
  animation: rotate-animation 25s infinite linear;
}

.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.fixed-shape-bottom img {
    width: 100%;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-area .fixed-bg img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.breadcrumb-area h1 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  height: 15px;
  width: 2px;
  transform: rotate(26deg);
  background: #ffffff;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #ffffff;
}

/* ============================================================== 
     # Topbar Area 
=================================================================== */

.top-bar-area {
  padding: 10px 0;
}

.top-bar-area .left-info {
  text-align: left;
}

.top-bar-area .left-info li {
  margin-right: 20px;
}

.top-bar-area .right-info {
  text-align: right;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
}

.top-bar-area .right-info .item-flex {
  justify-content: flex-end;
}

.top-bar-area .font-weight-normal a {
  font-weight: 400;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li i {
  margin-right: 7px;
}

.top-bar-area .list li i {
  color: #FF1949;
}

.top-bar-area .list li,
.top-bar-area .list li a {
  font-weight: 600;
}

.top-bar-area .list li a:hover {
  color: #FF1949;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .social a {
  display: inline-block;
  margin-left: 20px;
}

.top-bar-area .right-info .social a {
  margin-left: 0;
  margin-right: 20px;
}

.top-bar-area .social i {
  margin: 0;
}

.top-bar-area .social li.facebook a {
  color: #3B5998;
}

.top-bar-area .social li.twitter a {
  color: #1DA1F2;
}

.top-bar-area .social li.pinterest a {
  color: #BD081C;
}

.top-bar-area .social li.g-plus a {
  color: #DB4437;
}

.top-bar-area .social li.linkedin a {
  color: #0077B5;
}

.top-bar-area.bg-dark .social a {
  color: #ffffff;
}

.top-bar-area .right-info .button a {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #666666;
}

.top-bar-area.transparent .right-info .button a {
  color: #ffffff !important;
  font-weight: 700;
}

.top-bar-area.bg-dark .right-info .button a {
  color: #ffffff;
}

.top-bar-area .right-info .button a:first-child, 
.top-bar-area .right-info .button a:hover {
  color: #FF1949;
}

.top-bar-area .right-info .button a i {
  margin-right: 5px;
}

.top-bar-area .right-info .button a::after {
  position: absolute;
  left: -5px;
  top: 0;
  content: "/";
  height: 15px;
  width: 1px;
}

.top-bar-area .right-info .button a:first-child::after {
  display: none;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle img {
  height: 35px;
  width: 35px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  padding: 3px;
}

.top-bar-area .item-flex.border-less .language-switcher .dropdown-toggle {
  color: #ffffff;
}

.top-bar-area .item-flex.border-less .language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle li {
  display: block;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li:last-child {
  border: none;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  top: 10px !important;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.language-switcher span {
  font-size: 12px;
}

.top-bar-area.transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 30px 0;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.transparent-nav .content {
  padding-top: 50px;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

.banner-area .content ul li {
    display: inline-block;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-top: 15px;
}

.banner-area .content ul {
  margin-top: 15px;
}

.banner-area .content ul li::after {
    position: absolute;
    left: 0;
    font-family: 'themify';
    content: "\e64c";
    font-size: 18px;
    top: 2px;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-box.banner-area .carousel-control {
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    opacity: 0;
}

.banner-box:hover .carousel-control {
    opacity: 1;
}

.banner-box.banner-area .carousel-control.left {
  left: 10px;
}

.banner-box:hover .carousel-control.left {
  left: 30px !important;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 10px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-box.banner-area .carousel-control.right {
  right: 10px;
}

.banner-box:hover .carousel-control.right {
  right: 30px !important;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.banner-area.shape .box-cell {
  position: relative;
  z-index: 1;
}

.banner-area.shape .box-cell::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

/* Content */
.banner-area.multi-heading h2 {
  display: block;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-area.multi-heading h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    color: #FF1949;
}

.banner-area.multi-heading h3 span {
  font-weight: 800;
  text-decoration: underline;
}

.banner-area.default .content h2 {
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 200;
}

.banner-area.default .content h2 strong {
  display: block;
  font-size: 80px;
  text-transform: capitalize;
  margin-top: 30px;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 10px;
}

.banner-area .text-center .content a,
.banner-area.text-center .content a {
  margin-left: 10px;
  margin-right: 10px;
}

.banner-area .content p {
  padding-right: 25%;
  font-size: 18px;
  line-height: 34px;
}

.banner-area.text-light .content p,
.banner-area .text-light .content p {
  color: #fafafa;
}

.banner-area.text-center .content p,
.banner-area .text-center .content p {
  padding-right: 15%;
  padding-left: 15%;
}

.banner-area.content-only .row div {
  height: auto;
}

.banner-area.content-only.top-pad-170 .content {
  padding-top: 170px;
}

.banner-area.content-only .content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-area.content-only .content form {
  max-width: 500px;
  margin: 35px auto auto;
  position: relative;
}

.banner-area.content-only .content form::after {
    position: absolute;
    left: -50px;
    top: -80px;
    content: "";
    height: 200px;
    width: 200px;
    border: 35px solid;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}

.banner-area.content-only .content form input {
    background: rgba(0, 0, 0, 0.6);
    min-height: 60px;
    border: 2px solid #FF1949;
    border-radius: 5px;
    color: #ffffff;
    padding-left: 20px;
}

.banner-area.content-only .content form button {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 60px;
    padding: 0 25px;
    text-transform: capitalize;
    font-weight: 700;
    background: #FF1949;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.banner-area.content-only .content form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #ffffff;
}

.banner-area.content-only .content form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #ffffff;
}

.banner-area.content-only .content form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #ffffff;
}

.banner-area.content-only .content form input:-moz-placeholder {
 /* Firefox 18- */
  color: #ffffff;
}
  

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

 
/* ============================================================== 
     # Register
=================================================================== */

.register-area {
    position: relative;
}

.register-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.register-area .form-box {
    padding: 73px 50px;
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
}

.register-area .form-box h3 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.register-area .countdown-inner {
    padding: 50px;
    background: #f3f7fd;
    position: relative;
    z-index: 1;
}

.register-area .countdown-inner::after {
    position: absolute;
    left: 0;
    bottom: -24px;
    content: "";
    height: 100%;
    width: 104%;
    background: url(assets/img/shape/13.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}

.register-area .form-box .heading {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 29px;
    padding-bottom: 20px;
}

.register-area .form-box .heading h4 {
  display: block;
  color: #232323;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.register-area .form-box .heading h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #FF1949;
}

.register-area .countdown h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.register-area .item-list {
    margin-top: -35px;
}

.register-area .countdown {
  padding-left: 0;
}

.register-area .countdown .counter-item {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    margin-right: 30px;
}

.register-area .countdown .counter-item:last-child {
    padding: 0;
}

.register-area .countdown .counter-item:last-child {
  border: none;
}

.register-area .countdown .counter-item span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  color: #232323;
}

.register-area .countdown .counter-item .item {
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.register-area .form-box form input, 
.register-area .form-box form .nice-select {
  background: transparent;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 25px;
  color: #232323;
  width: 100%;
}

.register-area .form-box button {
  padding: 12px 40px;
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #FF1949;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  border: none;
  border-radius: 5px;
}

.register-area .form-box form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #232323;
}

.register-area .form-box form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #232323;
}

.register-area .form-box form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #232323;
}

.register-area .form-box form input:-moz-placeholder {
 /* Firefox 18- */
  color: #232323;
}

.register-area .error input{
  border: solid 1px red !important;
}

.register-area span.error{
    font-size: 12px;
    color: red;
}

.register-area .submitting{
  pointer-events: none;
  opacity: 0.7;
}

.register-area .nice-select{
  transition: none;
  z-index: 100;
  position: relative;
}

.register-area .error .nice-select{
  margin-bottom: 0;
}

.register-area .success_msg {
  display: none;
  text-align: center;
  padding: 10px 0;
}

.register-area .success_msg span {
  color: #232323;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;

}

.register-area .success_msg p{
  color: #666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
 

/* ============================================================== 
     # Course Details
=================================================================== */

.course-details-area .main-content .thumb {
  margin-top: 40px;
  padding-bottom: 40px;
}

.course-details-area .top-info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.course-details-area .top-info ul {
  display: flex;
  align-items: center;
}

.course-details-area .top-info ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #e7e7e7;
  margin-right: 25px;
  padding-right: 25px;
}

.course-details-area .top-info ul li img {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: 3px solid #e7e7e7;
  padding: 2px;
  margin-right: 15px;
}

.course-details-area .top-info ul li h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.course-details-area .top-info ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}


 

/* Sidebar */

.course-details-area .sidebar {
    padding-left: 35px;
    position: relative;
    top: -200px;
    z-index: 9;
    margin-bottom: -200px;
}

.course-details-area .sidebar .item .content {
    padding: 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.course-details-area .sidebar .item {
  margin-bottom: 30px;
}

.course-details-area .sidebar .item:last-child {
  margin-bottom: 0;
}

.course-details-area .sidebar .item .content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    margin-top: -30px;
}

.course-details-area .sidebar .item .content .top::after {
    position: absolute;
    left: -25%;
    top: 0;
    content: "";
    height: 100%;
    width: 200%;
    background: #e9e9e9;
    z-index: -1;
}

.course-details-area .thumb {
    position: relative;
}

.course-details-area .sidebar .item .content .top h2 {
  margin: 0;
  font-weight: 800;
}

.course-details-area .sidebar .item .content .top .rating i {
  color: #ffb606;
}

.course-details-area .sidebar .item .content .course-includes li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-weight: 600;
}

.course-details-area .sidebar .item .content .course-includes li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.course-details-area .sidebar .item .content a.btn {
  display: block;
  margin-top: 25px;
}

.course-details-area .sidebar .item .content .course-includes li i {
  margin-right: 5px;
  color: #FF1949;
  min-width: 15px;
}

.course-details-area .sidebar .item .content h4 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.course-details-area .sidebar .item.course-category li {
  display: block;
  margin-top: 10px;
}

.course-details-area .sidebar .item.course-category li:first-child {
  margin-top: -7px;
}

.course-details-area .sidebar .item.course-category li a {
  color: #666666;
}

.course-details-area .sidebar .item.course-category li a:hover {
  color: #FF1949;
}

.course-details-area .sidebar .item.course-category li a span {
  float: right;
  display: inline-block;
  color: #232323;
  font-weight: 800;
}

.course-details-area .sidebar .item.related-course .related-courses-items .content {
  display: flex;
  padding: 0;
  box-shadow: inherit;
}

.course-details-area .sidebar .item.related-course .thumb {
  max-width: 80px;
  margin-right: 20px;
}

.course-details-area .sidebar .item.related-course .meta {
  margin-top: 5px;
  font-weight: 700;
  font-size: 13px;
}

.course-details-area .sidebar .item.related-course .meta i {
  margin-right: 3px;
}

.course-details-area .sidebar .item.related-course a:hover {
  color: #FF1949;
}

.course-details-area .sidebar .item.related-course .rating {
  font-size: 14px;
}

.course-details-area .sidebar .item.related-course .rating i {
  color: #ffb606;
}

.course-details-area .sidebar .item.related-course .info h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
 

/* Sidebar */
 
.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-weight: 700;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
}

.sidebar-item.recent-post li a:hover {
  color: #FF1949;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #FF1949;
}
 

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #ffffff;
  text-align: center;
}

.introSec { margin-bottom: 20px;}
.introSec h4 { font-size: 22	px;}

@media screen and (min-width: 1024px) {
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
 
    width: 308px;
}
}


@media screen and (max-width: 600px) {
.introSec{
 
    text-align: left;
}
}


/* Deafult Styling Ends Here */

/* Custom Overwrites */
div:focus, a:focus, section:focus, li:focus {
    box-shadow: 0px 0px 5px 1px var(--uni_color_primary) !important;
    padding-left: 2px;
    padding-right: 2px;
}
.icon-facebook2:before {
    content: "\ea91";
}
.icon-linkedin:before {
    content: "\e910";
}
.icon-instagram:before {
    content: "\e90f";
}
.icon-x:before {
    content: "\e912";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-eye:before {
    content: "\e90e";
}
.icon-eye-slash:before {
    content: "\e90d";
}
.icon-user:before {
    content: "\e90c";
}
.icon-027-teacher-1:before {
    content: "\f11a";
}
.icon-file-text:before {
    content: "\e90b";
}
.icon-user-tie:before {
    content: "\e976";
}
.icon-015-meeting:before {
    content: "\f10e";
}
.icon-022-book-1:before {
    content: "\f115";
}
.icon-020-computer-2:before {
    content: "\f113";
}
.icon-check:before {
    content: "\e909";
}
.icon-info:before {
    content: "\e906";
}
.icon-file:before {
    content: "\e908";
}
.icon-clock:before {
    content: "\e905";
}
.icon-folder-open:before {
    content: "\e904";
}
.icon-suitcase:before {
    content: "\e903";
}
.icon-television:before {
    content: "\e902";
}
.icon-calendar-o:before {
    content: "\e900";
}
.icon-graduation-cap:before {
    content: "\e901";
}
.icon-mortar-board:before {
    content: "\e901";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-quote-right:before {
  content: "\e914";
}


/*  */

/* Tabs */
.course-details-area{
    padding: 75px 0;
}

.course-details-area .main-content h2 {
    font-size: 20px;
    font-weight: 700;
}

.course-details-area .main-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.course-details-area .tab-content{
    display: block;
}

.course-details-area .main-content .center-tabs .nav-tabs{
    margin-top: 0;
    margin-bottom: 10px;
}

.course-details-area .main-content .center-tabs .nav-tabs li a.active{
    color: var(--qs_light_blue);
}

.course-details-area .main-content .tab-content .advisor ul {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 380px;
}

.course-details-area .main-content .tab-content .advisor p {
    overflow: hidden;
}

.course-details-area .main-content .tab-content .advisor .single-item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.course-details-area .main-content .tab-content .advisor .single-item .thumb{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    min-height: 227px;
}

.course-details-area .main-content .tab-content .advisor .single-item .info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.course-details-area .main-content .tab-content .advisor .single-item .thumb img {
    max-width: 80%;
}

.course-details-area .tab-content .advisor .overview p{
    margin-bottom: 10px;
}

.course-details-area .tab-content .advisor .overview ul {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    position: relative;
    z-index: 0;
}

.course-details-area .tab-content .advisor .overview ul li {
    width: 46%;
    margin: 0 0 15px 0;
    padding-right: 0;
    font-weight: 400;
}

.course-details-area .tab-content .advisor .overview ul li:last-of-type {
    margin-bottom: 0;
}

.course-details-area .tab-content .advisor .overview ul li::after{
    color: var(--qs_light_blue);
}

.course-details-area .accordion .card-body ul li .left-content i{
    color: var(--qs_light_blue);
}

.course-details-area .accordion .card-body ul li .left-content span{
    color: #333;
}

.course-details-area span.gray-pill {
    background: #666;
    color: #fff;
    border-radius: 5px;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
}

.course-details-area span.gray-pill:hover,
.course-details-area span.gray-pill:focus{
    background: var(--qs_light_blue);
}

.course-details-area span.gray-pill span {
    margin: 0 5px 0 0 !important;
    display: block;
}


.course-details-area .about-area {
    margin-bottom: 30px;
}

.course-details-area .about-area ul li{
    padding-right: 30px;
    margin-right: 30px;
}

.course-details-area .about-area ul li .timer{
    color: var(--qs_light_blue);
}

.course-details-area .about-area ul li .timer:after{
    content: "+";
}

.course-details-area .main-content .advisor .thumb {
    padding: 0;
    margin: 0;
}

.course-details-area .main-content .advisor .thumb i {
    font-size: 52px;
    color: #999;
}

.course-details-area .main-content .advisor h3 {
    font-size: 28px;
}

.course-details-area .event-area .single-event .item .content h3 a:hover,
.course-details-area .event-area .single-event .item .content h3 a:focus{
    color: var(--qs_light_blue);
}
 

.animatedSpacer{
    display: block;
    height: 0;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.animatedSpacer.active{
    height: 200px;
}

.course-details-area .sidebar .item.course-category li a:hover,
.course-details-area .sidebar .item.course-category li a:focus{
    color: var(--qs_light_blue);
}

.course-details-area .sidebar {
    top: 0;
    margin-bottom: 0;

}


@media screen and (max-width: 1023px) {
    
    .course-details-area .tab-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    .course-details-area .about-area ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .course-details-area .about-area ul li {
        margin: 0 !important;
    }
    
}

 
@media screen and (max-width: 768px) {

  .course-details-area {
      padding: 75px 15px;
  }

}

@media screen and (max-width: 767px) {
    
    .course-details-area {
        padding: 50px 0;
        margin: 0 15px;
    }
    
    .course-details-area .main-content h2,
    .course-details-area .main-content p{
        text-align: center;
    }
    
    .course-details-area .main-content .advisor h3 {
        font-size: 20px;
    }
    
    .course-details-area .main-content .tab-content .advisor .single-item .info {
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    
    .course-details-area .tab-content .advisor .overview p {
        text-align: left;
    }
    
    .course-details-area .tab-content .advisor .overview ul {
        flex-direction: column;
    }
    
    .course-details-area .tab-content .advisor .overview ul li {
        width: 100%;
    }
    
    .course-details-area .about-area ul li {
        margin: 0 10px !important;
    }
    
    .course-details-area .about-area ul li .timer{
        font-size: 30px;
        left: -2px;
    }
    
    .course-details-area .about-area ul li .medium{
        font-size: 13px;
        line-height: 18px;
    }
    
    
    .course-details-area .main-content .tab-content .advisor h4 {
        display: none;
    }
    
    .course-details-area .main-content .advisor .thumb {
        height: 190px;
        box-sizing: border-box;
        max-width: calc( 100% - 30px);
        margin: 10px auto 30px auto;
    }
    
    .course-details-area .main-content .event-area .single-event .thumb {
        max-width: 100%;
    }
    
    .course-details-area .main-content .event-area .single-event .content {
        text-align: center;
        padding-top: 40px;
    }

    .stickysidebar.fixed{
        position: initial !important;
        width: 100% !important;

    }
    #lead_form_modal .register-area h3 {
        font-size: 25px;
    }
    
}


/* Sidebar */

.course-details-area .sidebar .item .content{
    background-color: #fff;
}

.course-details-area .sidebar .item .content.adj_1{
    padding-top: 20px;
    padding-bottom: 20px;
}

.course-details-area .sidebar .item .content .course-includes li i {
    color: var(--qs_light_blue);
}

.course-details-area .video-play-button i{
    color: var(--qs_light_blue);
}

.course-details-area .buttonsWrapper{
    display: none;
}

.course-details-area .course-preview .thumb{
    position: relative;
}

.course-details-area .course-preview .thumb img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: 0 0;
}

.course-details-area .course-preview .thumb:before {
    /* content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute; */
}

.StickySidebarWrap.active .course-preview .thumb,
.StickySidebarWrap.active .related-course {
    display: none;
}

.StickySidebarWrap.active .buttonsWrapper {
    display: block;
    flex-direction: column;
    margin-top: 20px;
}

.StickySidebarWrap .buttonsWrapper a:first-child {
    margin: 0 0 25px 0;
}

.StickySidebarWrap .add-to-cart.btn-primary {
    border-color: #000 !important;
    color: #000;
    width: 100%;
    margin: 0 auto;
}

.StickySidebarWrap .add-to-cart.btn-primary:hover,
.StickySidebarWrap .add-to-cart.btn-primary:active,
.StickySidebarWrap .add-to-cart.btn-primary:focus {
    background: #e9e9e9 !important;
}

.StickySidebarWrap .qs-icon.qs-icon-calendar:before{
    left: 35px;
}

.StickySidebarWrap .add-to-cart.btn-primary:before {
    right: 65px;
}

@media screen and (max-width: 1024px) {
    
    body .StickySidebarWrap{
        width: auto;
        position: relative;
    }
    
    .course-details-area .sidebar {
        top: 0;
        margin-top: 0;
        margin-bottom: 50px;
        z-index: inherit;
    }
    
    body .StickySidebarWrap {
        top: 0;
    }
    
    .course-details-area .course-preview .thumb img {
        max-height: 350px;
    }
    
}

@media screen and (max-width: 1023px) {
    
    .course-details-area .course-preview .thumb img {
        max-height: 300px;
    }
    
    
}

@media screen and (max-width: 768px) {
    
    .StickySidebarWrap .add-to-cart.btn-primary:before{
        display: none;
    }
    
}

/*  */
 
.logoimages img{
    width: 120px;
    margin-right: 42px;

}
.logoimages {
    display: flex;
    align-items: center;
}

.banner_logo h2 {
    font-size: 14px;
    font-weight: 600;
}

.banner_logo {
    margin-top: 4rem;
}
 

/* Sticky Sidebar */

.StickySidebarWrap {
    top: 210px;
    width: 330px;
    box-sizing: border-box;
    position: absolute;
}

.StickySidebarWrap.fixedForm{
    position: fixed;
    z-index: 100;
}

/* More Info Form */
.hidden{
    display: none;
    background-color: #fff;
    color: #000;
}
.register-area{
    z-index: 0;
}

.register-area .form-box form input,
.register-area .form-box form select,
.register-area .form-box form .nice-select{
    background: #f9f9f9 !important;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    box-shadow: none;
}

.register-area .form-box form input:focus,
.register-area .form-box form select:focus,
.register-area .form-box form .nice-select:focus{
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.register-area .form-box form .form-group{
    margin-bottom: 1rem;
}

.register-area .form-box form label{
    display: none;
}


.register-area .form-box form .selectWrap{
    position: relative;
}

.register-area .form-box form .selectWrap select {
    appearance: none;
    -webkit-appearance: none;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #232323;
    height: 50px;
    padding: 0 25px;
    width: 100%;
}


.register-area .userAggrement {
    margin: 10px 0 10px 0;
}

.register-area .userAggrement p {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #525c65;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    padding-left: 11px;
}

.register-area .userAggrement a {
    text-decoration: underline;
    font-weight: 700;
}

.register-area .signupCheck {
    display: flex;
    align-items: flex-start;
    padding-left: 11px;
}

.register-area .signupCheck input {
    padding: 0 !important;
    top: 2px;
    min-height: auto;
    margin-right: 0;
}

.register-area .signupCheck p{
    margin: -4px 0 0 0;
}

.register-area .form-box button{
    background: var(--qs_dark_blue);
    background: linear-gradient(0deg, rgba(26,59,89,1) 0%, rgba(40,90,135,1) 100%)  !important;
    border: solid 2px #678ab1 !important;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.register-area .form-box button:hover,
.register-area .form-box button:active,
.register-area .form-box button:focus{
    color: #fff;
}

.register-area .form-box button span,
.register-area .form-box button:before{
    position: relative;
    z-index: 10;
}

.register-area .form-box button:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(0deg, rgba(40,90,135,1) 0%, rgba(40,90,135,1) 100%)  !important;
    opacity: 0;
    z-index: 1;
}

.register-area .form-box button:hover:after,
.register-area .form-box button:active:after,
.register-area .form-box button:focus:after {
    opacity: 1;
}

.register-area .countdown-inner{
    background-color: var(--qs_light_blue);
}

.register-area .countdown h2,
.register-area .countdown p{
    color: #fff;
}

.register-area .reg-form{
    margin-bottom: 100px;
}

.register-area .form-box {
    overflow: hidden;
}

.register-area .countdown-inner:after{
    /* filter: invert(1); */
    background-image: url('{{media url=wysiwyg/marketing/14-light.png}}');
}

.register-area .form-box {
    padding: 40px 24px 24px;

}

.sidebar h3 {
    font-size: 22px;
    font-weight: 700;
}


@media screen and (max-width: 1023px) {
    
    .register-area .countdown{
        padding-right: 0;
    }
    
}

/* Bottom Info */
.bottom-info ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 100% !important;
    justify-content: space-between;
}

.bottom-info ul li {
    width: 46%;
    display: flex;
    align-items: center;
}

.bottom-info ul li .thumb {
    margin-right: 20px !important;
}

.bottom-info ul li .thumb img {
    height: 60px !important;
    width: 60px;
    border-radius: 50%;
    border: 3px solid #e7e7e7;
    padding: 2px;
    max-width: 100%;
    object-fit: cover;
}

.bottom-info ul li .text {
    flex: 1;
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    
    .bottom-info p,
    .bottom-info h3 {
        text-align: center;
    }
    
    .bottom-info ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 100% !important;
        justify-content: space-between;
        align-items: flex-start !important;
    }
    
    .bottom-info ul li {
        flex-direction: column;
        display: flex !important;
        width: 44%;
        margin: 10px !important;
        padding: 0 !important;
        min-height: 150px;
    }
    
    .bottom-info ul li .thumb {
        height: auto !important;
        margin: 0 auto 10px auto !important;
    }
    
    .bottom-info ul li .text {
        text-align: center;
    }
    
}


.course-details-area .main-content .tab-content .advisor ul{
    display: inline-block;
    
}
.event-area .single-event .item .content{
    padding: 20px 20px;
    
}
.course-details-area .main-content .tab-content .advisor ul li >ul {
    margin-left: 20px;
}

.btn-qs-theme {
    background: var(--qs_dark_blue);
    background: linear-gradient(0deg, rgba(26,59,89,1) 0%, rgba(40,90,135,1) 100%) !important;
    border: solid 2px #678ab1;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
}
.buttonsWrapper {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.breadcrumb-area ul.iconStyled li {
    display: block;
    font-size: 14px;
    /* text-transform: capitalize; */
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-top: 0;
}






/* More Info Form */

.successMsg{
    color: green;
    margin: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}

.successMsg a {
    position: relative;
    margin-top: 20px;
}

.hidden{
    display: none;
    background-color: #fff;
    color: #000;
}

.register-area{
    z-index: 0;
}

.register-area .form-box form input,
.register-area .form-box form select,
.register-area .form-box form .nice-select{
    background: #f9f9f9 !important;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    box-shadow: none;
}

.register-area .form-box form input:focus,
.register-area .form-box form select:focus,
.register-area .form-box form .nice-select:focus{
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.register-area .form-box form label{
    display: none;
}


.register-area .form-box form .selectWrap{
    position: relative;
}

.register-area .form-box form .selectWrap select {
    appearance: none;
    -webkit-appearance: none;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #232323;
    height: 50px;
    padding: 0 25px;
}



.register-area .userAggrement {
    margin: 10px 0 10px 0;
}

.register-area .userAggrement p {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #525c65;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    padding-left: 11px;
}

.register-area .userAggrement a {
    text-decoration: underline;
    font-weight: 700;
}

.register-area .signupCheck {
    display: flex;
    align-items: flex-start;
    padding-left: 11px;
}

.register-area .signupCheck input {
    padding: 0 !important;
    top: 2px;
    min-height: auto;
    margin-right: 0;
}

.register-area .signupCheck p{
    margin: 0;
}

.register-area .form-box button{
    background: var(--qs_dark_blue);
    background: linear-gradient(0deg, rgba(26,59,89,1) 0%, rgba(40,90,135,1) 100%)  !important;
    border: solid 2px #678ab1 !important;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.register-area .form-box button:hover,
.register-area .form-box button:active,
.register-area .form-box button:focus{
    color: #fff;
}

.register-area .form-box button span,
.register-area .form-box button:before{
    position: relative;
    z-index: 10;
}

.register-area .form-box button:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: linear-gradient(0deg, rgba(40,90,135,1) 0%, rgba(40,90,135,1) 100%)  !important;
    opacity: 0;
    z-index: 1;
}

.register-area .form-box button:hover:after,
.register-area .form-box button:active:after,
.register-area .form-box button:focus:after {
    opacity: 1;
}

.register-area .countdown-inner{
    background-color: var(--qs_light_blue);
}

.register-area .countdown h2,
.register-area .countdown p{
    color: #fff;
}

.register-area .reg-form{
    margin-bottom: 100px;
}

.register-area .form-box {
    overflow: hidden;
    background: #fff;
}

.register-area .countdown-inner:after{
    /* filter: invert(1); */
    background-image: url('https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/14-light.png');
}

#StickySidebarWrap h3{
    font-size: 22px;
    font-weight: 700;
}


@media screen and (max-width: 1023px) {
    
    .register-area .countdown{
        padding-right: 0;
    }
    
}

.course-details-area .single-item .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    min-height: 227px;
}

.course-details-area .single-item .info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}


.course-details-area .single-item {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.course-details-area .single-item:last-of-type{
    border: 0;
}

.course-details-area .single-item ul {
    display: inline-block;
    column-count: 2;
    max-width: 100%;
}
.course-details-area .single-item ul li {
    float: none;
    margin-right: 15px;
    margin-top: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    color: #232323;
}

.course-details-area .single-item ul li i {
    margin-right: 5px;
}

.course-details-area .single-item ul li a{
  text-decoration: underline;
}

.course-details-area .single-item ul li a:hover,
.course-details-area .single-item ul li a:focus{
  color: var(--uni_color_primary);
}

.course-details-area .single-item h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.course-details-area .single-item ul.no_truction {
    white-space: normal;
    padding-left: 16px;
}

.course-details-area .single-item ul.no_truction li {
    overflow: inherit;
    line-height: 19px;
    margin-bottom: 5px;
    white-space: normal;
}

.course-details-area .single-item ul.no_truction li i {
    margin-left: -15px;
}

#StickySidebarWrap .register-area .form-box {
    padding: 20px 20px;
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
    background: #fff;
}

@media screen and (max-width: 768px) {
 
    /*  */
    .course-details-area .single-item .info{
      margin-top: 50px;
    }

}

@media screen and (max-width: 767px) {

    

    /*  */
    .buttonsWrapper{
        flex-direction: column;
        margin-top: 20px;
    }

    .btn-qs-theme {
        width: 100%;
        margin: 10px 0;
    }

    .add-to-cart.btn-primary {
        margin: 10px 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

    /*  */
    .logoimages {
        flex-wrap: wrap;
    }

    .banner_logo {
        margin-top: 1rem;
    }

    .logoimages img {
        width: 150px;
        margin-right: 42px;
    }

    .logoimages img:last-child, .logoimages img:nth-child(2),
    .logoimages img:last-child, .logoimages img:nth-child(3) {
        margin-top: 20px;
    }

    /*  */
    .course-details-area .single-item .thumb{
        margin-bottom: 30px;
    }

    /*  */
    .course-details-area .sidebar{
        margin-top: 0 !important;
    }

    .register-area .form-box {
        margin-top: 0 !important;
    }

    .course-details-area .single-item ul{
        column-count: 1;
 
    }
    .thumb img{
        width: 200px;

    }
    .course-details-area .single-item ul li {
        white-space: normal;
        max-width: 100%;

    }
    .breadcrumb-area h1 {
        font-size: 32px !important;
    }

}

.register-area button.close {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 2;

}
.stickysidebar.fixed{
    position: fixed;
    width: 330px;
}

/* footer.bg-dark.text-light.text-center.footer {
    margin-top: 10rem;
} */




/* modal styling */

body.modal-open {
    padding: 0 !important;
}

#lead_form_modal .modal-content{
    width: 90%;
    margin: 0 auto;
}

#lead_form_modal .register-area .form-box {
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 35%);
    padding-left: 3rem;
    padding-right: 3rem
}

#lead_form_modal .register-area h3{
    margin-bottom: 20px;
    text-transform: uppercase;
}


#lead_form_modal .modal-dialog {
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out,-webkit-transform .1s ease-out; 
}

.register-area button.close {
    opacity: 1;
    font-size: 30px;
    color: #484848 !important;
    top: 10px !important;
    right: 16px !important;
}
 
 
/*  */
.subfooter_area{
    position: relative;
}
.subfooter_area.alt_color{
    background-color: var(--bg_light_blue);
}
.subfooter_area .form-box {
    padding: 73px 50px;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 1;
}
.subfooter_area .countdown {
    padding-left: 0;
}
.subfooter_area .countdown-inner {
    padding: 50px;
    background: #f3f7fd;
    position: relative;
    z-index: 1;
    background-color: var(--uni_color_secondary);
}
.subfooter_area .countdown h2{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.subfooter_area .countdown p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.subfooter_area .countdown-inner::after {
    position: absolute;
    left: 0;
    bottom: -24px;
    content: "";
    height: 100%;
    width: 104%;
    background-image: url('https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/static/13-light.webp');
    filter: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}
.subfooter_area .reg-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 60px auto;
    height: 100%;
    align-items: center;
}
.subfooter_area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
footer {
    background-color: var(--bg_dark_blue);
    padding: 50px 0 0 0;
    z-index: 2;
    position: relative;
}
.footer_social_icons {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.footer_social_icons li {
    margin-bottom: 0 !important;
}
.footer_social_icons li a {
    font-size: 20px;
    margin-right: 15px;
    color: var(--white);
}
footer .item .widget-title {
    display: block;
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--white);
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 800;
}
footer .item .link ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
footer .item .link ul li a {
    color: #cccccc;
    font-weight: 700;
}
footer .item .link ul li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bcb3b3;
}

footer a:focus {
    box-shadow: 0px 0px 5px 1px #fff !important;
}

footer .address li {
    color: #cccccc;
    margin-bottom: 10px;
}
footer .address li strong {
    color: var(--white);
}
footer .f-item.contact a {
    font-weight: 400;
    color: var(--white);
}
footer .address li strong {
    color: var(--white);
}
footer .agentStatus {
    display: flex;
    align-items: center;
}
footer .agentStatus a {
    font-weight: 400;
    margin-left: 5px;
}
footer .agentStatus .agentAvailable {
    color: #0ed10e !important;
    display: none;
}
footer .agentStatus .notAvailable {
    display: block;
    color: #ffa500 !important;
}
footer .about p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #fff;
}
footer .about p a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
footer .footer-bottom {
    border-top: 1px solid #000;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
    background: transparent;
    padding: 30px 0;
    margin-top: 40px;
}

.smc footer .footer-bottom{
    box-shadow: none;
    border: none;
}

.footer-bottom p {
    margin: 0;
    color: var(--white);
}
.footer-bottom p a{
    font-weight: 700;
    color: var(--white);
}
.footer-bottom .text-right li {
    display: inline-block;
    margin-left: 20px;
}
.footer-bottom .text-right a{
    font-weight: 700;
    color: var(--white);
}
.mfp-content {
    max-width: 810px;
    background: #fff;
}
.form-modal .mfp-content {
    max-width: 480px;
}
.form-modal .mfp-content .form-box{
    padding: 40px 50px 30px 50px;
}

footer .about img.pbqs {
    width: 144px;
    margin: 10px 0 0 65px;
    display: block;
}

footer .mt-25{
    margin-top: 25px !important;
}

footer .mt-55{
    margin-top: 55px !important;
}

@media screen and (max-width: 991px) {

    footer .mt-25{
        margin-top: 0 !important;
    }

    footer .mt-40{
        margin-top: 0 !important;
    }

}

@media (max-width:768px) {

  .heroBanner_area .banner_logo {
      text-align: center;
      margin-top: 2rem;
  }

  .heroBanner_area .logoimages {
      justify-content: center;
  }

  .heroBanner_area .logoimages img {
      margin-right: 0;
  }

}

@media (max-width:767px) {
    .mfp-content {
        max-width: 95%;
    }
    .form-modal .mfp-content {
        max-width: 95%;
    }
}
@media (max-width: 1024px) {
    .heroBanner_area {
        padding: 75px 0;
    }
}

 

@media (max-width: 820px) {
    .heroBanner_area {
        text-align: center;
        z-index: 100;
        /* background-image: none !important; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .heroBanner_area .companyHighlights{
        margin-top: 30px;
        display: none;
    }
    .heroBanner_area .companyHighlights p {
        display: none;
    }

    .heroBanner_area .buttonsWrapper {
        align-items: center;
    }

}

@media (max-width: 767px) {

    .heroBanner_area {
        background-size: cover;
        background-position: center;
        position: relative;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .heroBanner_area h1 {
        font-size: 30px;
    }
    .heroBanner_area p {
        font-size: 14px;
        line-height: 23px;
    }
    .heroBanner_area:before {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

}

@media (max-width: 576px) {
    
    .heroBanner_area span.badge{
        margin-top: 5px;
    }

     .heroBanner_area {
        background-color: #fff !important;
        padding-bottom: 30px !important;
        background-size: 100% 100% !important;
    }

    .heroBanner_area:after{
        opacity: 0.5;
    }

    /* .heroBanner_area:before, .heroBanner_area:after {
        background: #000;
        top: -315px;
    } */

    .heroBanner_area .badge,
    .heroBanner_area .badge-green{
        margin-top: 0;
    }

    .heroBanner_area .breadcrumb {
        margin-bottom: 20px !important;
    }

} 
 
@media (max-width: 820px) {
    .subfooter_area {
        padding-top: 75px;
    }
    .subfooter_area .fixed-bg {
        background: none !important;
    }
    .subfooter_area .countdown {
        padding-left: 15px;
    }
    .subfooter_area .reg-form {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .subfooter_area .countdown-inner {
        text-align: center;
        padding: 40px 20px 90px 20px;
    }
    .subfooter_area .form-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 820px) {
    footer .footer-bottom {
        text-align: center;
    }
    .footer-bottom ul {
        text-align: center;
        margin: 20px 0 0 0;
    }
    footer .item .widget-title {
        margin-top: 30px;
    }
    footer .mob-row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .footer-bottom .text-right a {
        padding: 0;
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 390px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 820px) {
    .mfp-content {
        max-width: 95%;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .form-modal .mfp-content .form-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
 
@keyframes fadeOut{
    0%{
        opacity:1 
    }
    100%{
        opacity:0 
    }
}
 
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    animation: none !important;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-close-btn-in .mfp-close:focus{
    box-shadow: 0px 0px 5px 1px var(--uni_color_primary) !important;
    padding-left: 2px;
    padding-right: 2px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
} 

@media(max-width: 1024px) {
     
    body .modals-overlay {
        z-index: 1000 !important;
    }
    
}
@media(max-width: 768px) {
    .modal-popup.modal-slide .modal-inner-wrap {
        max-height: 100vh;
    }
} 

body #designstudio-button {
    left: 20px !important;
    bottom: 60px !important;
}
 
 
@media (min-width:1024px) {
    @-webkit-keyframes backInUp {
        0% {
            -webkit-transform: translateY(1200px) scale(0.7);
            transform: translateY(1200px) scale(0.7);
            opacity: 0.7;
        }
        80% {
            -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
            opacity: 0.7;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    @keyframes backInUp {
        0% {
            -webkit-transform: translateY(1200px) scale(1);
            transform: translateY(1200px) scale(1);
            opacity: 1;
        }
        80% {
            -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }
    }
    .animate__backInUp {
        -webkit-animation-name: backInUp;
        animation-name: backInUp;
    }
}
 
.heroBanner_area .payemtOptions{
    margin-top: 50px;
}
.heroBanner_area .payemtOptions .singlePayemtOption {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}
.heroBanner_area .payemtOptions .singlePayemtOption p {
    color: #fff;
    font-size: 18px;
}
.heroBanner_area .payemtOptions .singlePayemtOption .note {
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}
.heroBanner_area .payemtOptions .singlePayemtOption img {
    width: 80px;
}
.heroBanner_area .payemtOptions .singlePayemtOption a{
    font-size: inherit;
    display: inline-block;
    color: #fff;
}
@media screen and (max-width: 820px) {
    .heroBanner_area .courseDetails_area {
        text-align: left;
        max-width: 640px;
        margin: 0 auto;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .heroBanner_area .payemtOptions {
        margin: 20px auto 0 auto;
        max-width: 360px;
    }
    .heroBanner_area .payemtOptions .singlePayemtOption {
        justify-content: center;
    }
    .heroBanner_area .payemtOptions .singlePayemtOption img {
        margin: 0 0 20px 0;
    }
}
 
 
.form-box .submitting {
    pointer-events: none;
    opacity: 1;
    position: relative;
}

.form-box .submitting:before {
    background: url('https://di3xp7dfi3cq.cloudfront.net/media/wysiwyg/marketing/spinner_33.svg') 0 0 no-repeat !important;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain !important;
    transform: translateY(-50%);
}

.form-box .submitting span {
    opacity: 0.2;
}
 

/*  */
.modal-user-consent-msg .mfp-content{
    max-width: 480px;
}

#modal-user-consent-msg .msg_wrapper{
    padding: 40px 30px;
}

#modal-user-consent-msg .msg_wrapper p{
    margin: 0;
}

#modal-user-consent-msg .msg_wrapper p a {
    text-decoration: underline;
}
 


/*  */
.meetings-iframe-container iframe {
    /* height: 95vh; */
}

/*  */
.faqs_area {
    background-color: var(--bg_light_blue);
}

.faqs_area.alt_color {
    background-color: var(--white);
}

.faqs_area .headings_area h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.faqs_area .faq-content .card {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    overflow: inherit;
    background: #ffffff;
    border-radius: 5px;
}

.faqs_area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}

.faqs_area .faq-content .card .card-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}

.faqs_area .faq-content .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 20px 20px 30px;
}

.faqs_area .faq-content .accordion .card-header h3:after {
    font-family: 'icomoon' !important;
    content: "\e90e";
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.faqs_area .faq-content .accordion .card-header h3.collapsed:after {
    content: "\e90d";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    top: 30px;
}

.faqs_area .faq-content .card .collapse:not(.show) {
    display: none;
}

.faqs_area {
    background-color: var(--bg_light_blue);
}

.faqs_area .headings_area h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: left;
    margin-bottom: 40px;
}

.faqs_area .faq-content .card {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    overflow: inherit;
    background: #ffffff;
    border-radius: 5px;
}

.faqs_area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}

.faqs_area .faq-content .card .card-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
    padding-right: 50px;
    cursor: pointer;
    position: relative;
}

.faqs_area .faq-content .card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 20px 20px 30px;
}

.faqs_area .faq-content .accordion .card-header h3:after {
    font-family: 'icomoon' !important;
    content: "\e90e";
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.faqs_area .faq-content .accordion .card-header h3.collapsed:after {
    content: "\e90d";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    top: 30px;
}

.faqs_area .faq-content .card .collapse:not(.show) {
    display: none;
}

.faqs_area .faq-content .card .card-body a {
    text-decoration: underline;
}

.faqs_area .faq-content .card .card-body a:hover {
    text-decoration: none;
}

.faqs_area .faq-content .card .card-body ul {
    list-style: disc;
    margin-left: 20px;
    color: var(--gray_light);
}

.faqs_area .faq-content .card .card-body ul > li {
    padding: 5px 0;
    list-style: none;
    position: relative;
}

.faqs_area .faq-content .card .card-body ul li:before {
    content: '\25A0';
    position: absolute;
    left: -15px;
    font-size: 10px;
    top: 6px;
}

.faqs_area .faq-content .card .card-body ul > li:not(ul > li:last-child) {
    margin-bottom: 20px;
}

.faqs_area .faq-content .card .card-body ol {
    margin: 10px 0 0 20px;
    list-style: disc;
}

.faqs_area .faq-content .card .card-body dl {
    margin: 10px 0 0 20px;
    list-style: circle;
    list-style-position: inside;
}

.faqs_area .faq-content .card .card-body dl dt {
    padding: 5px 0;
    position: relative;
}

.faqs_area .faq-content .card .card-body dl dt:before {
    content: '\25CB';
    position: absolute;
    left: -15px;
    font-size: 14px;
    top: 40%;
    transform: translateY(-40%);
    font-weight: 800;
}

.faqs_area .faq-content .card .card-body ul+p {
    margin-top: 10px;
}

.faqs_area .faq-content .card .uni_address{
    display: none;
}

.faqs_area .faq-content .card .uni_address.qs.qs_hidden{
    display: none !important;
}

.faqs_area .faq-content .card .uni_address:not(.faqs_area .faq-content .card .uni_address.qs),
.faqs_area .faq-content .card.qs .uni_address.qs{
    display: block;
}

.faqs_area .up_name{
    display: none;
}

.faqs_area .up_name:not(.faqs_area .card.qs .up_name){
    display: inline-block;
}

.faqs_area .qs_name:not(.faqs_area .card.qs .qs_name){
    display: none;
}

@media (max-width: 576px){

    .faqs_area .col-lg-1 {
        display: none;
    }

    .faqs_area .col-lg-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/*  */
.productInfoModal {
    padding: 50px 30px 30px 30px;
    background-color: #fff;
}

.productInfoModal .title{
  font-size: 22px;
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.productInfoModal strong {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 5px;
}
 
.productInfoModal ul {
    list-style: disc;
    margin-left: 18px;
    color: #666666;
    font-weight: 400;
}

@media (max-width: 768px){

  .productInfoModal .title{
      font-size: 18px;
      font-weight: 600;
  }


}