.digemy-navbar .btn {
    height: 38px;
    width: 120px;
    margin-left: 10px;
}
.background-carousel-container {
    position: unset !important;
    margin-top: 60px;
}
.card .description h4.background-carousel-container {
    position: unset !important;
    margin-top: 60px;
}
.background-carousel-container #background-carousel {
    height: calc(100vh - 60px);
}
.background-carousel-container #background-carousel .carousel-inner {
    height: calc(100vh - 60px);
}
.separator {
  color: #c5a47e;
  margin: 0 auto 20px;
  max-width: 240px;
  text-align: center;
  position: relative;
}
.separator:before, .separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 10px;
  border: 1px solid #c5a47e;
}
.separator:before {
  float: left;
}
.separator:after {
  float: right;
}
.separator-danger {
  color: #e78b90;
}
.separator-danger:before, .separator-danger:after {
  border-color: #e78b90;
}
a:hover, a:focus {
  text-decoration: none;
}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}
/*           Animations              */
.form-control,
.input-group-addon,
.tagsinput,
.navbar,
.navbar .alert {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.tagsinput .tag,
.tagsinput-remove-link,
.filter,
.btn-hover,
[data-toggle="collapse"] i,
body > .navbar-collapse a {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn-morphing .fa,
.btn-morphing .circle,
.gsdk-collapse {
  -webkit-transition: all 370ms linear;
  -moz-transition: all 370ms linear;
  -o-transition: all 370ms linear;
  -ms-transition: all 370ms linear;
  transition: all 370ms linear;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
a,
.list-logos a img:first-child,
.section-clients-3 #clients-carousel li img:first-child,
.project-content .icon-close i, .nav-text > li.active a {
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.btn,
.btn-black i,
.form-control::-webkit-placeholder {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
/*   end animation   */

.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .btn.dropdown-toggle,
.navbar .navbar-nav > li > a.btn:hover,
.navbar .navbar-nav > li > a.btn:focus,
.navbar .navbar-nav > li > a.btn:active,
.navbar .navbar-nav > li > a.btn.active, .open >
.navbar .navbar-nav > li > a.btn.dropdown-toggle {
  background-color: transparent;
}
.btn:disabled, .btn[disabled], .btn.disabled,
.navbar .navbar-nav > li > a.btn:disabled,
.navbar .navbar-nav > li > a.btn[disabled],
.navbar .navbar-nav > li > a.btn.disabled {
  background-color: transparent;
}
.btn-white.btn-simple:active, .btn-white.btn-simple.active,
.navbar .navbar-nav > li > a.btn-white.btn-simple:active,
.navbar .navbar-nav > li > a.btn-white.btn-simple.active {
  background-color: transparent;
}
.btn-simple {
  border: 0;
  font-size: 14px;
  padding: 10px 20px;
}
.btn-simple.btn-icon {
  padding: 10px;
}
.section {
  padding: 50px 0;
  position: relative;
  background-color: #FFFFFF;
}
.section-gray {
  background-color: #EEEEEE;
  padding: 70px 0;
}
.section-white {
  background-color: #FFFFFF;
}
.section {
  position: relative;
}
.title-area {
  max-width: 760px;
  margin: 0 auto 70px;
  display: block;
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 15px;
}
.join-area {
  max-width: 760px;
  margin: 0 auto 70px;
  display: block;
  text-align: center;
  padding: 0 15px;
}
.join-area h2 {
    color: #ffffff !important;
}
.join-area .description {
  font-size: 14px;
  color: #ffffff;
}
.testimonials-area {
  max-width: 760px;
  margin: 0 auto 70px;
  display: block;
  text-align: center;
  padding: 0 15px;
}
.testimonials-area .description {
  font-size: 14px;
}
.section .text-area {
  padding: 4.375em 0;
  position: relative;
  z-index: 3;
  display: block;
}
.card .description h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.card .description p {
    height: auto;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.section .text-area .description,
.section .text-area .description p {
  font-size: 14px;
  color: #777777;
}
.section .parallax,
.section .static-image {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
}
.section .parallax > img,
.section .parallax .filter > img,
.section .static-image > img,
.section .static-image .filter > img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
.section .parallax-small {
  height: 65vh;
}
.section .responsive-background {
  position: relative;
  background-color: #c5a47e;
  padding: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
}
.section .nav > li {
  display: inline-block;
}
.section-our-team .text-area {
  padding-bottom: 0;
}
.filter {
  position: relative;
  height: 100%;
  color: #FFFFFF;
}
.filter:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  content: "";
  opacity: .7;
  background: #333;
}
.filter .title-area .description {
  color: #FFFFFF;
}
.filter .separator {
  color: #FFFFFF;
}
.filter .separator:before, .filter .separator:after {
  border-color: #FFFFFF;
}
.filter.filter-color-black:before {
  background: #333;
}
.filter.filter-color-gold:before {
  background: #bd986c;
}
.filter.filter-color-green:before {
  background: #55bea4;
}
.filter.filter-color-blue:before {
  background: #008b9c;
}
.filter.filter-color-purple:before {
  background: #50236F;
}
.filter.filter-color-red:before {
  background: #de6168;
}
.filter.filter-gradient-black:before {
  background: #1f1c2c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1f1c2c 0%, #928dab 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1f1c2c), color-stop(100%, #928dab));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1f1c2c 0%, #928dab 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #1f1c2c 0%, #928dab 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #1f1c2c 0%, #928dab 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #1f1c2c 0%, #928dab 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1c2c', endColorstr='#928dab',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.filter.filter-gradient-gold:before {
  background: #dfd389;
  background: -moz-linear-gradient(-45deg, #dfd48b 0%, #ec6565 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dfd48b), color-stop(100%, #ec6565));
  background: -webkit-linear-gradient(-45deg, #dfd48b 0%, #ec6565 100%);
  background: -o-linear-gradient(-45deg, #dfd48b 0%, #ec6565 100%);
  background: -ms-linear-gradient(-45deg, #dfd48b 0%, #ec6565 100%);
  background: linear-gradient(135deg, #dfd48b 0%, #ec6565 100%);
}
.filter.filter-gradient-green:before {
  background: #71c491;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #71c491 0%, #465556 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #71c491), color-stop(100%, #465556));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #71c491 0%, #465556 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #71c491 0%, #465556 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #71c491 0%, #465556 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #71c491 0%, #465556 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c491', endColorstr='#465556',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.filter.filter-gradient-blue:before {
  background: #085078;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #085078 0%, #87d7db 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #085078), color-stop(100%, #87d7db));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #085078 0%, #87d7db 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #085078 0%, #87d7db 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #085078 0%, #87d7db 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #085078 0%, #87d7db 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085078', endColorstr='#87d7db',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.filter.filter-gradient-purple:before {
  background: #6c3aad;
  background: -moz-linear-gradient(-45deg, #6b39ac 0%, #c8fece 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6b39ac), color-stop(100%, #c8fece));
  background: -webkit-linear-gradient(-45deg, #6b39ac 0%, #c8fece 100%);
  background: -o-linear-gradient(-45deg, #6b39ac 0%, #c8fece 100%);
  background: -ms-linear-gradient(-45deg, #6b39ac 0%, #c8fece 100%);
  background: linear-gradient(135deg, #6b39ac 0%, #c8fece 100%);
}
.footer {
  background-color: #FFFFFF;
  line-height: 20px;
  overflow: hidden;
}
.footer nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer nav > ul a:not(.btn) {
  color: #777777;
  display: block;
  margin-bottom: 3px;
}
.footer nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: #777777;
}
.footer .social-area {
  padding: 15px 0;
}
.footer .social-area h5 {
  padding-bottom: 15px;
}
.footer .social-area > a:not(.btn) {
  color: #777777;
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.footer .social-area > a:not(.btn):hover, .footer .social-area > a:not(.btn):focus {
  color: #777777;
}
.footer .copyright {
  color: #777777;
  padding: 10px 15px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}
.footer hr {
  border-color: #DDDDDD;
}
.footer .title {
  color: #777777;
}
.footer .title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.footer .btn-social {
  color: #9A9A9A;
}
.footer:not(.footer-big) nav > ul {
  font-size: 14px;
}
.footer:not(.footer-big) nav > ul li {
  margin-left: 20px;
  float: left;
}
.footer:not(.footer-big) nav > ul a {
  padding: 10px 0px;
  margin: 15px 10px 15px 0px;
}
.footer-color-gray {
  background-color: #F5F5F5;
}
.footer-color-black,
.footer-transparent {
  background-color: rgba(30, 30, 30, 0.97);
  color: #DDDDDD;
}
.footer-color-black nav > ul a,
.footer-transparent nav > ul a {
  color: #FFFFFF;
}
.footer-color-black nav > ul a:hover, .footer-color-black nav > ul a:focus,
.footer-transparent nav > ul a:hover,
.footer-transparent nav > ul a:focus {
  color: #777777;
}
.footer-color-black .social-area > a:not(.btn),
.footer-transparent .social-area > a:not(.btn) {
  color: #FFFFFF;
}
.footer-color-black .social-area > a:not(.btn):hover, .footer-color-black .social-area > a:not(.btn):focus,
.footer-transparent .social-area > a:not(.btn):hover,
.footer-transparent .social-area > a:not(.btn):focus {
  color: #777777;
}
.footer-color-black .btn-social,
.footer-transparent .btn-social {
  color: #FFFFFF;
}
.footer-color-black hr,
.footer-transparent hr {
  border-color: #444444;
}
.footer-color-black .title,
.footer-transparent .title {
  color: #DDDDDD;
}
.footer-transparent {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.footer-transparent .container {
  z-index: 2;
  position: relative;
}
.footer-transparent::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(17, 17, 17, 0.8);
  display: block;
  content: "";
  z-index: 1;
}
.footer-big {
  padding-top: 30px;
}
.footer-big hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.footer-big .container > hr {
  margin-top: 50px;
}
.footer-big .copyright {
  margin: 10px 0px 20px;
}
.footer-big .social-area > * {
  margin: 0 15px;
}
.footer-big nav > ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer-big nav > ul li {
  float: none;
}
.footer-big nav > ul .btn {
  margin-bottom: 5px;
}
.footer-big nav > ul .btn-social.btn-simple {
  padding: 0 0 4px 0;
}
.footer-big .form-group {
  margin-top: 15px;
}
.footer-big .numbers h4 {
  margin: 0 0 10px 0;
}
.social-line {
  padding: 16px 0;
  background-color: #FFFFFF;
}
.social-line .title {
  margin: 0;
  line-height: 40px;
  font-size: 22px;
}
.social-line .btn {
  width: 100%;
}
.social-line-black {
  background-color: rgba(30, 30, 30, 0.97);
  color: #FFFFFF;
}
.btn-social {
  opacity: 0.85;
  padding: 8px 9px;
  background-color: transparent;
}
.btn-social .fa {
  font-size: 18px;
  top: -1px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.btn-social.btn-round {
  padding: 9px 10px;
}
.btn-social.btn-simple {
  padding: 9px 5px;
  font-size: 14px;
}
.btn-social.btn-simple .fa {
  font-size: 20px;
  position: relative;
  top: -2px;
  width: 24px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.card {
  background: #fff;
  box-shadow: 0 32px 44px -24px rgba(0, 0, 0, 0.23), 0 20px 25px 0px rgba(0, 0, 0, 0.12), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.courses-container .card:not(.card-plain):not(.card-price):hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0 26px 50px -10px rgba(0, 0, 0, 0.38), 0 10px 20px 0px rgba(0, 0, 0, 0.2), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
}
.card .subtitle-black {
  color: #141414;
}
.card a {
  opacity: .85;
}
.card:hover .header {
  opacity: 1;
}
.card h2 {
  margin-top: 0;
}
.card img {
  max-width: 100%;
}
.card .header img {
  border-radius: 4px;
}
.card .image-header,
.card .header img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.card .image-header.image-full,
.card .header img.image-full {
  border-radius: 4px;
}
.card .row .image-header,
.card .row .header img {
  width: 100%;
  border-radius: 4px;
}
.card .btn {
  margin-top: 15px;
}
.card > img {
  border-radius: 4px;
}
.card .title {
  margin-bottom: 5px;
  color: #333333;
}
.card .description {
  font-size: 14px;
}
.card-member {
  display: block;
  margin: 20px 20px 60px 20px;
}
.card-member .content {
  padding: 10px 25px 25px 25px;
  height: 200px;
}
.card-member > img {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  width: 120px;
  margin: 0 auto;
}
.img-circle.img-profile {
  width: 120px;
  height: 120px;
}
.scroller {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* HOME PAGE */
.section .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: absolute;
  display: block;
}
.section-get-started,
.section-header-freebie,
.section-our-team-freebie {
  padding-bottom: 0;
}
.section-get-started .container,
.section-header-freebie .container,
.section-our-team-freebie .container {
  position: relative;
  z-index: 100;
  display: block;
  margin-top: 30vh;
  text-align: center;
}
.section-get-started .title-header,
.section-header-freebie .title-header,
.section-our-team-freebie .title-header {
  text-transform: none;
}
.section-get-started .button-contact,
.section-header-freebie .button-contact,
.section-our-team-freebie .button-contact {
  padding: 25px 0 17px;
}
.section-get-started .text-description,
.section-header-freebie .text-description,
.section-our-team-freebie .text-description {
  color: #fff;
  margin: 40px auto;
  max-width: 760px;
}
.section-get-started .text-white,
.section-header-freebie .text-white,
.section-our-team-freebie .text-white {
  color: #fff;
}
.section-get-started .text-gold,
.section-header-freebie .text-gold,
.section-our-team-freebie .text-gold {
  color: #c5a47e;
}
.section-get-started .parallax,
.section-get-started .static-image,
.section-header-freebie .parallax,
.section-header-freebie .static-image,
.section-our-team-freebie .parallax,
.section-our-team-freebie .static-image {
  height: auto;
}
.section-get-started .image,
.section-header-freebie .image,
.section-our-team-freebie .image {
  height: 100%;
}
.section-get-started {
  padding: 0;
}
.section-get-started .container {
  margin: 15vh auto;
}
.section-contact-4 .parallax,
.section-our-services .parallax {
  height: 450px;
}
.section-our-projects-fluid .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.section-our-projects-fluid .row [class^="col-"] .project {
  margin-bottom: 0;
}
.section-our-projects .project {
  margin-bottom: 30px;
}
.member .description {
  min-height: 100px;
}
.section-our-clients-freebie .nav-text,
.section-our-clients .nav-text {
  margin: 30px auto;
  text-align: center;
}
.section-our-clients-freebie .nav-text li,
.section-our-clients .nav-text li {
  margin: 10px 15px 10px 15px;
}
.section-our-clients .nav-text li a img {
  width: 120px;
}
.section-our-clients-freebie .tab-content,
.section-our-clients .tab-content {
  text-align: center;
  max-width: 760px;
  min-height: 130px;
  margin: 0 auto;
}
.section-our-clients-freebie .tab-content p.large,
.section-our-clients .tab-content p.large {
  color: #777777;
}
.section-contact-4 {
  padding: 0;
}
/* END HOME */
/* FREEBIE */
.section-header-freebie {
  padding: 0;
}
.section-our-team-freebie .container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.card p {
  min-height: 0;
}
.section-our-clients-freebie .list-logos img {
  position: inherit;
  top: 0;
  left: 0;
  opacity: none;
  -webkit-transform: none;
  transform: none;
}
.section-our-clients-freebie .list-logos img:hover {
  opacity: 1;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.section-our-clients-freebie .nav-text > li.active a {
  border-bottom: 0;
  opacity: 1;
}
.section-our-clients-freebie .nav-text > li.active a .image-clients img {
  opacity: 1;
}
.image-clients {
    width: 110px;
    padding: 20px;
    margin: 0 auto;
}
.image-clients img,
.author img {
  width: 100%;
}


.p-t-0 {
    padding-top: 0 !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.max-w-200 {
    max-width: 200px;
}
.navbar {
    padding-left: 0;
}
.navbar-transparent {
    background-color: transparent !important;
}
.navbar-default {
    background: #ffffffe0;
}
#background-carousel {
    position: inherit;
}
#auth-carousel .item {
    background-position: top center;
}
.background-carousel {
    position: fixed !important;
    height: 100vh !important;
}
.course-image-container {
    width: 100%;
    height: fit-content;
    padding: 75% 0 0 0;
    position: relative;
    vertical-align: top;
    text-align: center;
    overflow-x: hidden;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px #33333347;
    -moz-box-shadow: 0px 2px 4px #33333347;
    box-shadow: 0px 2px 4px #33333347;
}
.course-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
}
.description .title {
    margin-top: 0;
}
.small {
    font-size: 12px;
}
.course-start {
    display: flow-root;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}
.course-price {
    position: absolute;
    bottom: 25px;
    right: 25px;
    left: unset;
    text-align: right;
    margin-bottom: 0;
    width: calc(100% - 164px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 1;
}
.section-our-clients-freebie .nav-text > li.active a .image-clients {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.section-our-clients-freebie .nav-text > li a .image-clients:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}
.course-progress {
    height: 25px;
}
.course-progress .progress-bar {
    text-align: left;
    height: -webkit-fill-available;
}
.course-progress .progress-bar span {
    white-space: nowrap;
    overflow: visible;
    margin: 0 0 0 25px;
    line-height: 2;
    font-size: 13px;
}
.more-info-course {
    float: right;
    margin: 0 20px 15px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.course-footer-info {
    border-top: 1px solid #ffffff20;
    height: 67px;
}
.prevCarousel:before, .nextCarousel:before {
    font-size: 36px;
}
.course-author {
    margin: 15px 0 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 152px);
    font-size: 10px;
    line-height: 1;
}
.course-price-text {
    margin: 15px 0 0 25px;
    width: calc(100% - 164px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 1;
}
.landing-navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.landing-navbar .digemy-navbar {
    box-shadow: 0 0 6px 1px #adadad94;
}
.navbar-auto-actions {
    position: absolute;
    right: 10px;
    top: 10px;
}
#navbar-auth-responsive {
    display: none;
}
#navbar-auth {
    display: block;
}
.carousel-indicators {
    bottom: 10px !important;
    position: absolute;
}
.carousel-indicators li {
    margin: 0 5px !important;
}
#courseLanding {
    position: unset;
}
.scroll-indicator {
    position: absolute;
    z-index: 999;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
    bottom: 8rem;
    width: 1.5em;
    height: 1.5em;
    display: block;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border-color: white;
    border-style: solid;
    animation: bounce 2s 0s ease infinite;
    transition: 0.2s;
}
.scroll-indicator:hover {
    width: 1.7em;
    height: 1.7em;
    transition: 0.2s;
}
.scroll-indicator a {
  display: inline-block;
  width: 200%;
  height: 200%;
}
.scroll-indicator a:hover {
    cursor: pointer;
}
.course-footer-info .more-info-course {
    left: unset;
    right: 0;
    margin: 0 20px 15px 10px;
}

/* END FREEBIE */

@media (max-width: 1200px) {
    #courseLanding.section-our-clients-freebie .container {
        width: 800px;
    }
}
@media (max-width: 992px) {
    .section-with-hover .project .over-area {
      opacity: 1;
      -webkit-transition: background 0.25s, opacity 0.25s 0.25s;
      -moz-transition: background 0.25s, opacity 0.25s 0.25s;
      -o-transition: background 0.25s, opacity 0.25s 0.25s;
      -ms-transition: background 0.25s, opacity 0.25s 0.25s;
      transition: background 0.25s, opacity 0.25s 0.25s;
      transition-delay: 0;
      -webkit-transition-delay: 0;
    }
    .section-with-hover .project .over-area .content {
      opacity: 1;
      opacity: 0.2s;
      filter: alpha(opacity=20s);
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
    }
    .section-with-hover .project .over-area .content h4 {
      opacity: 1;
      -moz-transition: opacity 0.3s, -moz-transform 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, transform 0.3s;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    .section-with-hover .project .over-area .content p {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    .project-content .project-details {
      padding: 0 30px;
    }
    .project-content .icon-close {
      right: -15px;
    }
    .project-content .icon-close i {
      font-size: 30px;
    }
    .section-header {
      padding: 0 !important;
    }
    .section-header .parallax, .section-header .static-image {
      height: 80vh;
    }
    .section-header .parallax:after, .section-header .static-image:after {
      height: 80vh;
    }
    .section-header .content {
      top: 50%;
    }
    .section-header .content h1, .section-header .content h5, .section-header .content p {
      margin: 0;
    }
    .section-header .content h1 {
      font-size: 4.5em;
      letter-spacing: 0.07em;
      line-height: 1.7;
    }
    .section-header .content h1 span {
      font-size: 1em;
    }
    .section-header .content h5 {
      font-size: 1.125em;
      margin-top: 50px;
    }
    .section-header .content .separator {
      width: 12em;
    }
    .section-signin {
      padding: 0;
    }
    .section-signin .image-container,
    .section-signin .form-container {
      width: 100%;
    }
    .section-signin .filter {
      min-height: 0;
    }
  .section-faq .box {
    max-width: 480px;
    margin: 0 auto;
  }
  .section-faq .text-description {
    margin-bottom: 30px;
  }
  .section.section-we-are .description {
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
  }
  .section.section-info .info-pricing {
    max-width: 400px;
    margin: 50px auto;
  }
  .section.section-info {
    height: auto;
  }
  .section.section-info .info-pricing .text {
    text-align: -webkit-center;
  }
  .section.section-info .info-pricing .icon {
    text-align: center;
    float: none;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 930px) {
    .card .description h5 {
        font-size: 16px;
    }
    #courseLanding.section-our-clients-freebie .container {
        width: 700px;
    }
    .card-member .content {
        height: 160px;
        padding: 5px 15px 0 15px;
    }
    .course-price-text {
        margin: 15px 0 0 15px;
    }
    .course-price {
        right: 15px;
    }
    .more-info-course {
        margin: 0 15px 15px 0;
    }
  .section.section-our-team .title-description,
  .section.section-we-do .title-description {
    max-width: 550px;
    margin: 0 auto;
  }
  .section.section-we-do .text-description {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
    .scroll-indicator {
        bottom: 40px;
    }
    .carousel-indicators {
        display: none;
    }
    .background-carousel-container {
        margin-top: calc(58px + 8vh);
    }
    .background-carousel-container #background-carousel {
        height: calc(100vh - 58px + -8vh);
    }
    .scrollNavbar {
        height: 0;
        min-height: 0 !important;
    }
    #navbar-auth-responsive {
        display: block;
    }
    #navbar-auth {
        display: none;
    }
    #courseLanding.section-our-clients-freebie .container {
        width: 60%;
    }
    .landing-navbar .digemy-navbar {
        min-height: unset;
        max-height: unset;
        height: calc(58px + 8vh);
        margin: 0;
    }
    .navbar-brand-logo {
        text-align: center;
        display: block !important;
    }
    .navbar-auto-actions {
        float: unset !important;
        position: unset;
        text-align: center;
        margin-top: 10px;
    }
    .navbar-auto-actions .btn {
        margin: 0 5px 0;
    }
    .digemy-navbar {
        padding-left: 0;
    }
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h1.responsive-small {
    font-size: 2.3em !important;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  h4 {
    line-height: 1.11111111;
  }
  .navbar-transparent {
    background-color: transparent;
  }
  .wrapper {
    text-align: center !important;
    overflow: hidden;
  }
  .section-we-made-1 p {
    display: none;
  }
  .section-clients-1 .logos ul li {
    width: 33%;
  }
  .section-clients-1 .logos ul li img {
    width: 80%;
  }
  .section-clients-1 .logos ul li img:last-child {
    opacity: 0;
  }
  .section-clients-2 .tab-content {
    min-height: 130px;
  }
  .section-team-1 .static-image img {
    margin-top: 0;
  }
  .section-team-3 .name {
    margin-top: -10px;
  }
  .section-team-3 .motto h3 {
    font-size: 1em;
  }
  .section-contact-3 .address-container {
    top: 0;
    width: 100% !important;
    padding: 20px !important;
  }
  .project-content .product .project-text {
    text-align: center !important;
  }
  .project-content .article .project-image {
    width: 100% !important;
  }
  footer {
    padding-top: 15px;
  }
  footer .row .info {
    margin-top: 15px;
  }
  footer .row .info .title {
    text-align: center !important;
    margin-top: 25px;
  }
  footer .row .info ul {
    text-align: center;
  }
  footer .row div:first-child .title {
    margin-top: 0;
  }
  .navbar-transparent .navbar-brand {
    color: #FFFFFF;
  }
  .navbar-auto-actions {
      float: unset !important;
      position: unset !important;
      text-align: center;
  }
.footer .social-area.pull-right,
.footer nav.pull-left {
  text-align: center;
}
.section-numbers .card {
  padding: 20px 0;
}
.section-pricing .parallax {
  height: auto;
}
.section-pricing .card-price {
  margin-bottom: 30px;
  border-radius: 10px;
}
.section-pricing .image {
  height: 215vh;
}
}
@media (max-width: 700px) {
    #courseLanding.section-our-clients-freebie .container {
        width: 70%;
    }
}
@media (max-width: 600px) {
    #courseLanding.section-our-clients-freebie .container {
        width: 80%;
    }
}
@media (max-width: 500px) {
    #courseLanding.section-our-clients-freebie .container {
        width: 90%;
    }
}
@media (max-width: 450px) {
    #courseLanding.section-our-clients-freebie .container {
        width: calc(100% - 30px);
    }
    .course-footer-info a {
        width: 100px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }
}
@media (max-width: 375px) {
    .course-footer-info a {
        width: 85px !important;
    }
}
@media (max-width: 350px) {
    .slick-initialized .slick-slide {
      padding: 0 !important
    }
}
@media (min-width: 768px) {
  .nav > .social-links {
    margin-left: 15px;
  }
  .section-header .separator {
    max-width: 20em;
  }
  .section-pricing [class*="col-"]:not(:first-child):not(:last-child) > .card:not(.card-black) {
    border-radius: 0;
  }
  .section-pricing .card:not(.card-black) {
    box-shadow: none;
  }
  .section-pricing [class*="col-"]:first-child > .card:not(.card-black) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .section-pricing [class*="col-"]:last-child > .card:not(.card-black) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .footer:not(.footer-big) nav > ul li:first-child {
    margin-left: 0;
  }
  .section-contact-us {
    min-height: 570px;
  }
  .section-contact-us .address {
    margin-top: 100px;
  }
  .section-pricing .row [class^="col-"]:first-child {
    padding-right: 0;
  }
  .section-pricing .row [class^="col-"]:last-child {
    padding-left: 0;
  }
  .section-pricing .row [class^="col-"]:nth-child(2) {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section-we-made-1 .row {
    margin: 0;
  }
  .section-we-made-1 .row [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .section-we-made-2 .scroll-area {
    width: 70%;
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .section-we-made-2 .projects {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
  }
  .section-we-made-2 .projects .row {
    width: 2500px;
    margin: 0;
    position: relative;
  }
  .section-we-made-2 .projects .row.scroller [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .section-we-made-2 .projects .row.scroller [class^="col-"] .project {
    margin-bottom: 50px;
    height: 400px;
  }
  .section-we-made-2 .projects .row.scroller.scroller-portrait .project {
    height: 550px;
  }
  .section-we-made-2 .projects .project-description p {
    color: #777777;
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  h1.responsive-small {
    font-size: 4em !important;
  }
}
@media (min-width: 992px) {
  .section-pricing .row [class^="col-"] {
    padding: 0;
  }
}
@media (max-width: 340px) {
    body {
        overflow-x: hidden;
    }
}


@media (max-width: 768px) {
    .swal2-container {
        padding: 0 !important;
    }
    .courseInfoSwal {
        border-radius: 0 !important;
        top: 0;
        height: 100%;
        display: block !important;
    }
    .courseInfoSwal .course-information-content h3 {
        text-align: center;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .courseInfoSwal .course-information-content h5 {
        font-size: 12px !important;
    }
    .courseInfoSwal .course-information-footer-content .get-started {
        text-align: center !important;
        margin-top: 30px;
        height: 100px;
    }
    .courseInfoSwal .get-started .btn {
        width: 150px;
    }
    .courseInfoSwal .get-started .btn.close-swal {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
