@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap");
/*--------------------------------------------------------------*
  Preloader
*--------------------------------------------------------------*/
#st-preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #131313;
}

.st-preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  overflow: hidden;
  padding: 10px;
  border-radius: 50%;
}

.st-preloader-wave img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 40px 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: leftright 3s linear 0s infinite;
  animation: leftright 3s linear 0s infinite;
  position: absolute;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 100%;
  vertical-align: top;
  outline: none;
}

.st-preloader-wave:before {
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 150px;
  content: "";
  -webkit-animation: preloader-wave 1.5s linear infinite;
  animation: preloader-wave 1.5s linear infinite;
  border-radius: 50%;
  background: #fcb02e;
  left: -25px;
  top: -25px;
}

@-webkit-keyframes leftright {
  from {
    left: -100px;
  }
  to {
    left: 0;
  }
}
@keyframes leftright {
  from {
    left: -100px;
  }
  to {
    left: 100px;
  }
}
@-webkit-keyframes rotateicon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateicon {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
body {
  font-family: "Lato", sans-serif;
  color: #28272d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

p {
  font-family: "Lato", sans-serif;
  color: #28272d;
}

#header.header-modern:not(.header-active) {
  width: 94%;
}

@media (max-width: 767px) {
  #header.header-modern:not(.header-active) + .inspiro-slider,
#header.header-modern:not(.header-active) + #slider {
    top: 0;
    margin-bottom: 0;
  }
}

.container-wide.custome-capt {
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 33.6%;
  margin-right: auto;
  margin-left: 0;
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
@media (max-width: 991px) {
  .container-wide.custome-capt {
    max-width: 100%;
  }
}
.container-wide.custome-capt .shape-dominar {
  position: absolute;
  left: 20px;
  top: 0;
  pointer-events: none;
}
.container-wide.custome-capt .shape-dominar img {
  width: 100%;
  height: 100%;
}
.container-wide.custome-capt .slide-captions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-wide.custome-capt .slide-captions h2 {
  font-size: 50px;
  color: #fcb02e;
}
@media (max-width: 1499px) {
  .container-wide.custome-capt .slide-captions h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .container-wide.custome-capt .slide-captions h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.container-wide.custome-capt .slide-captions .abt {
  margin-top: 20px;
}
.container-wide.custome-capt .slide-captions .abt h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .container-wide.custome-capt .slide-captions .abt {
    display: none;
  }
}
@media (max-width: 767px) {
  .container-wide.custome-capt .slide-captions .btn-reveal-left {
    display: none;
  }
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.link-text {
  color: #aaa8ae !important;
}

.doc-document-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.doc-document-wrap .post-thumbnail-entry {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 300px;
}
.doc-document-wrap .post-thumbnail-entry > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.doc-document-wrap .post-thumbnail-entry .post-date {
  color: #aaa !important;
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .doc-document-wrap {
    display: none;
  }
}
.doc-document-wrap.doc-document-mobile {
  position: relative;
  bottom: inherit;
  display: none;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .doc-document-wrap.doc-document-mobile {
    display: block;
  }
}
.doc-document-wrap.doc-document-mobile .post-thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doc-document-wrap.doc-document-mobile .post-thumbnail-list .post-thumbnail-entry {
  background: #28272c;
  margin-bottom: 0;
  padding: 13px 10px;
}

@media (max-width: 1499px) {
  .testimonial.testimonial-left .testimonial-item {
    padding: 30px 20px;
  }
}
.testimonial.testimonial-left .testimonial-item > img {
  border-radius: 8px;
  width: 292px;
  height: 292px;
}
.testimonial.testimonial-left .testimonial-item p {
  font-size: 17px;
  padding-bottom: 4px;
  line-height: 24px;
  font-weight: 400;
  color: #28272d;
}
@media (max-width: 767px) {
  .testimonial.testimonial-left .testimonial-item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.testimonial.testimonial-left .testimonial-item span {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #28272d;
  display: block;
}
.testimonial.testimonial-left .testimonial-item span ~ span {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .testimonial.testimonial-left .testimonial-item span {
    font-size: 17px;
  }
  .testimonial.testimonial-left .testimonial-item span ~ span {
    font-size: 15px;
  }
}
.testimonial.testimonial-left .testimonial-item .d-content {
  max-width: 93%;
  margin-left: auto;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial.testimonial-left .testimonial-item .d-content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial.testimonial-left .testimonial-item .d-content {
    max-width: 100%;
  }
}
.testimonial.testimonial-left .testimonial-item .d-content::before {
  content: "“";
  color: #fcb02e;
  position: absolute;
  top: 40px;
  font-size: 136px;
  left: -70px;
}
@media (max-width: 767px) {
  .testimonial.testimonial-left .testimonial-item .d-content::before {
    left: 0;
    top: 0;
    font-size: 104px;
  }
}
.testimonial.testimonial-left .testimonial-item .d-content .client-logo {
  position: absolute;
  bottom: 35px;
  right: 0;
}
@media (max-width: 1320px) {
  .testimonial.testimonial-left .testimonial-item .d-content .client-logo img {
    width: 100px;
  }
}
@media (max-width: 599px) {
  .testimonial.testimonial-left .testimonial-item {
    padding-top: 0;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .testimonial.testimonial-left .flickity-button {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
  .testimonial.testimonial-left .flickity-button.previous {
    left: -12px !important;
  }
  .testimonial.testimonial-left .flickity-button.previous::before {
    font-size: 20px;
  }
  .testimonial.testimonial-left .flickity-button.next {
    right: -12px !important;
  }
  .testimonial.testimonial-left .flickity-button.next::before {
    font-size: 20px;
  }
}

#footer .copyright-content {
  min-height: 80px;
  font-family: "Lato", sans-serif;
  padding: 20px 0;
  background-color: white;
  font-size: 16px;
  border-top: 1px solid #aaa8ae;
}
@media (max-width: 767px) {
  #footer .copyright-content {
    font-size: 14px;
  }
}

.text-primary {
  color: #fcb02e !important;
}

.about-wrap h4 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about-wrap h4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.about-wrap h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .about-wrap h5 {
    font-size: 18px;
  }
}
.about-wrap p {
  font-weight: 600;
  margin-bottom: 20px;
}

.shape-dominar {
  position: absolute;
  left: 20px;
  top: 0;
  opacity: 0.3;
  pointer-events: none;
}
.shape-dominar img {
  width: 100%;
  height: 100%;
}

.noficiation-wrap .news-label {
  position: absolute;
  background: #fcb02e;
  z-index: 1;
  padding: 10px;
  color: #28272d;
}

.marquee {
  padding: 10px;
  background-color: #28272d;
  color: #fff;
  overflow: hidden;
}
.marquee strong {
  color: #fcb02e;
}
.marquee a {
  color: #fcb02e;
}

.page-achivement-wrap {
  top: -120px;
  margin-bottom: -124px;
  position: relative;
  padding: 220px 0 160px !important;
}
.page-achivement-wrap .achievement-caption {
  position: absolute;
  left: 0;
  bottom: 36px;
}

.fw-semibold {
  font-weight: 600 !important;
}

#page-title .page-title > h1 {
  font-family: "Lato", sans-serif;
}

.achivement-caption {
  position: relative;
  bottom: 0;
  background-color: white;
  border: 1px solid #fcb02e;
  left: 0;
  right: 0;
  max-width: 58%;
  margin: 0 auto;
  padding: 12px 20px;
}
.achivement-caption h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.achivement-caption p {
  margin-bottom: 0;
}

.grid-acivement {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-acivement .image-hover-zoom {
  overflow: visible;
  margin-bottom: 100px;
}
.grid-acivement img {
  width: 100%;
}
.grid-acivement .achivement-caption {
  position: absolute;
  bottom: -42px;
  background-color: white;
  border: 1px solid #fcb02e;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: 0 auto;
  padding: 14px 19px;
  text-align: left;
}
.grid-acivement .achivement-caption h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.grid-acivement .achivement-caption p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.fs-16 {
  font-size: 16px;
}

.slideshow {
  margin-top: calc(50vh - 45vh);
}
.slideshow.arrows-visibile .flickity-button.previous {
  opacity: 1;
}
.slideshow.arrows-visibile .flickity-button.next {
  opacity: 1;
}

.slide {
  width: 160px;
  text-align: center;
  height: 160px;
}
.slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .slide {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 599px) {
  .slide {
    width: 75px;
    height: 75px;
  }
}

.footer-link li {
  margin-right: 2px !important;
}
.footer-link li a {
  padding-right: 5px;
  border-right: 1px solid #28272d;
}
.footer-link li:last-child a {
  padding-left: 5px;
  border-right: none;
}

.grid-filter.gf-outline li:hover a,
.grid-filter.gf-outline li.active a {
  border-color: #fcb02e;
  color: #fcb02e;
}

a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
  color: #fcb02e;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.dark #mainMenu nav > ul > li > a:hover,
#mainMenu.dark nav > ul > li > a:hover {
  color: #fcb02e;
}

#mainMenu nav > ul > li.active::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fcb02e;
  content: "";
  bottom: 17px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.title-16 {
  font-size: 16px !important;
  color: #7b7a82;
  font-weight: 600;
}

.gridlayoutalt .team-member .team-image {
  position: relative;
}
.gridlayoutalt .team-member .team-image h3 {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}

.call-action-admin {
  border-radius: 4px;
}
@media (max-width: 1499px) {
  .call-action-admin {
    padding: 28px 30px 25px;
  }
}
.call-action-admin h3 {
  font-weight: 900;
}
.call-action-admin span {
  font-size: 16px;
  display: block;
  color: #f3f3f3;
}
.call-action-admin .social-icons li a {
  font-size: 13px;
  color: #fff;
}

.flickity-button:hover {
  background-color: #fcb02e;
}

.insta i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insta .portfolio-description {
  top: 49% !important;
  -webkit-transform: translate3d(0px, 69%, 0px) !important;
          transform: translate3d(0px, 69%, 0px) !important;
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media (max-width: 599px) {
  .insta .portfolio-description {
    top: 41% !important;
    font-size: 11px;
  }
  .insta .portfolio-description a {
    margin: 0;
  }
}
.insta .portfolio-description a {
  color: #fff;
}
.insta .portfolio-description a:hover {
  text-decoration: underline;
}

.team-alt .team-image {
  position: relative;
  height: 120px;
}
.team-alt .team-image h3 {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}

.heading-text.heading-section h2:before {
  background-color: #fcb02e;
}

.responsive .slick-next, .responsive .slick-prev {
  background: #fff !important;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 40%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  z-index: 99;
}
.responsive .slick-next::before, .responsive .slick-prev::before {
  color: #000;
  font-family: inspiro-icons !important;
  font-size: 25px;
}
.responsive .slick-next:hover, .responsive .slick-prev:hover {
  z-index: 99;
  background: #fff;
}
.responsive .slick-next::before {
  content: "";
}
.responsive .slick-prev::before {
  content: "";
}
@media (max-width: 991px) {
  .responsive .achivement-caption {
    max-width: 100%;
    margin-top: 10px;
  }
  .responsive .left-0 {
    left: 0 !important;
  }
}

.founder-wrap .team-member {
  background-color: #000;
  border-bottom: 25px solid #fff;
}
.founder-wrap .team-image {
  margin-bottom: 0 !important;
}
.founder-wrap .team-desc {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.founder-wrap .team-desc h3 {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .founder-wrap .team-desc h3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
.founder-wrap .team-desc span {
  font-size: 16px !important;
  margin-bottom: 10px !important;
  display: block;
}
@media (max-width: 767px) {
  .founder-wrap .team-desc span {
    font-size: 13px !important;
  }
}
.founder-wrap .team-desc i + span {
  font-size: 10px !important;
}
@media (max-width: 767px) {
  .founder-wrap .team-desc {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .founder-wrap {
    margin-top: 30px;
  }
  .founder-wrap .team-member {
    border-bottom-width: 15px;
  }
}

@media (max-width: 1023px) {
  #header #logo {
    text-align: left;
    padding-left: 22px !important;
  }
}
@media (max-width: 767px) {
  .heading-text h2,
.heading-text.heading-section h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .gf-filt li a {
    text-align: left;
  }

  .gridlayoutalt.portfolio-5-columns .portfolio-item {
    width: 50%;
    min-height: 340px;
  }
  .gridlayoutalt.portfolio-5-columns .portfolio-item .team-member {
    margin-bottom: 0;
  }
  .gridlayoutalt.portfolio-5-columns .portfolio-item .team-desc {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-flex .call-to-action {
    padding: 15px;
  }
  .mobile-flex .call-to-action > p {
    font-size: 11px;
  }
}
@media (max-width: 499px) {
  .partners-wrap.portfolio-5-columns .portfolio-item {
    width: 50% !important;
  }
  .partners-wrap.portfolio-5-columns .portfolio-item .portfolio-description {
    min-height: 50px;
  }
  .partners-wrap.portfolio-5-columns .portfolio-item .title-16 {
    font-size: 14px !important;
    line-height: 17px;
  }

  .gridlayoutalt.portfolio-5-columns .portfolio-item {
    width: 50%;
    min-height: 400px;
  }
  .gridlayoutalt.portfolio-5-columns .portfolio-item .team-member {
    margin-bottom: 0;
  }
  .gridlayoutalt.portfolio-5-columns .portfolio-item .team-desc {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.call-to-action.call-to-action-colored {
  background-color: #d71e18;
}

.social-youtubes {
  border: 1px solid #eee;
  padding: 15px;
}
.social-youtubes .social-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  float: none;
}
.social-youtubes .social-youtube span {
  float: left;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: 0 0;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  background-color: #ef4e41;
}
.social-youtubes .social-youtube span i {
  color: #fff;
}
.social-youtubes .social-youtube .fw-bold {
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 599px) {
  .social-youtubes .social-youtube .fw-bold {
    font-size: 14px;
  }
}

#___ytsubscribe_0 {
  display: block !important;
}
#___ytsubscribe_0 .embed-responsive::before {
  padding-top: 0px !important;
}

.fw-bold {
  font-weight: bold;
}

.portfolio-item .portfolio-description a:hover i {
  background-color: #fcb02e;
  border-color: #fcb02e;
}

.memory-wrap .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #c9c9c9 !important;
  overflow: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #553834 url(../images/team/pattern-main-001.jpeg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.memory-wrap .team-member .team-desc {
  padding: 65px 40px;
}
.memory-wrap .team-member .team-desc .fnt-cursive {
  font-size: 36px;
  color: #dda7e5 !important;
}
@media (max-width: 599px) {
  .memory-wrap .team-member .team-desc .fnt-cursive {
    font-size: 17px;
    margin-bottom: 0;
  }
}
.memory-wrap .team-member .team-desc span {
  font-style: italic;
  font-size: 15px;
  opacity: 0.6;
}
.memory-wrap .team-member .flower-patter {
  position: absolute;
  top: -20%;
  width: 35%;
  right: -30px;
}
.memory-wrap .team-member .flower-patter img {
  width: 100%;
}

.fnt-cursive {
  font-family: "Dancing Script", cursive;
}

.grp-card img {
  max-width: 150px;
  border: 5px solid #dbdbdb;
  border-radius: 20px 0;
}

.grp-card {
  border-radius: 20px 0px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.grp-card .prfil-pic {
  text-align: center;
  margin-top: 10px;
}

.memeber-title {
  background-color: #e6e8eb;
  border-radius: 20px 0px;
  padding: 15px 0;
}

.memeber-title h3 {
  /* color: var(--main-color); */
  margin-bottom: 0;
  font-weight: bold;
}

.single-team-desc {
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
}

.single-team-desc-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}

.single-team-desc .usr-info-label {
  opacity: 0.7;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}

.single-team-desc .usr-info {
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

.single-team-desc .usr-info a {
  color: #fcb02e;
}

.single-team-desc .usr-info a:hover {
  color: #000;
}

.single-team-desc .usr-info a i {
  margin-right: 5px;
}

.btn-danger.btn-accent {
  background: var(--red-color);
  color: var(--white-color);
  border-color: var(--red-color);
}

.usr-info-label:after {
  position: absolute;
  content: ":";
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .btn-danger.btn-accent {
    white-space: normal !important;
    /* word-wrap: break-word; */
    font-size: 14px;
    line-height: 20px;
    height: auto;
    padding: 7px 35px;
  }

  .single-team-desc-wrap {
    padding: 0 20px;
  }
}
#mainMenu nav > ul > li.active a {
  color: #fcb02e;
}

.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active {
  background-color: #28272d;
  border-color: #28272d;
}

#scrollTop:after, #scrollTop:before {
  background-color: #fcb02e;
}