/**********************************************************/
/***   webkit Fonts css  start ***/
/*********************************************************************************/
@font-face {
  font-family: "prevalent-demo";
  src: url("../fonts/prevalent-demo.woff") format("woff"),
    url("../fonts/prevalent-demo.woff2") format("woff2"),
    url("../fonts/prevalent-demo.eot"),
    url("../fonts/prevalent-demo.eot?#iefix") format("embedded-opentype"),
    url("../fonts/prevalent-demo.otf") format("truetype");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**********************************************************/
/***   webkit Fonts css  start ***/
/*********************************************************************************/

/**********************************************************/
/***   Globle css  start ***/
/*********************************************************************************/

:root {
  --white-color: #fff;
  --primeray-color: #000;
  --secondery-color: #66bab1;
  --red-color: #fb4000;
  --fontPoppins: "Poppins", sans-serif;
  --fontSize20: 20px;
  --fontSize16: 16px;
  --fontSize12: 12px;
}

body {
  font-family: var(--fontPoppins) !important;
  font-style: normal;
  font-size: var(--fontSize20) !important;
  color: var(--primeray-color);
  color: var(--white-color);
}
h1,
h2,
h3 {
  font-family: "prevalent-demo" !important;
}
.site-cont {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.site-row {
  display: flex;
  flex-wrap: wrap;
}
.site-section {
  padding-top: 60px;
  padding-bottom: 10px;
  overflow: hidden;
}
.site-section.form-section {
    padding-top: 100px;
}
.site-btn {
  border: 1px solid var(--secondery-color);
  color: var(--secondery-color);
  font-family: "prevalent-demo" !important;
}
.site-btn:hover {
  color: var(--white-color);
  background-image: url("../images/Element-background-for-primary_button.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.fcs-slider-init:not(.slick-initialized),
.sws-tab-slider-init:not(.slick-initialized),
.fback-slider-init:not(.slick-initialized),
.ems-slider-init:not(.slick-initialized),
.rev_slider:not(.slick-initialized),
.slide-content-init:not(.slick-initialized) {
  visibility: hidden;
}
.wow {visibility: hidden;}
/**********************************************************/
/***   Globle css  end ***/
/*********************************************************************************/

.nano {
  height: 450px;
}
.nano > .nano-content {
  padding: 10px;
}
.nano > .nano-pane {
  background: #2c2e33;
}
.nano > .nano-pane > .nano-slider {
  background: var(--secondery-color);
}



/**********************************************************/
/***   Header css  start ***/
/*********************************************************************************/
#site-header.main-header {
  z-index: 3;
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-left: 0px;
  padding-right: 0px;
  padding-block-start: 12px;
  padding-block-end: 12px;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.125);
}
#site-header.main-header .site-row {
  justify-content: space-between;
}
#site-header.main-header .site-row .site-branding img.custom-logo {
    display: block;
}
#site-header.main-header .site-navigation ul.menu li a {
  color: var(--secondery-color);
}
#site-header.main-header .site-navigation ul.menu li a:hover {
  color: var(--white-color);
}
#site-header.main-header .site-navigation ul.menu li.head-contact-btn a {
  padding: 15px 51px;
  font-size: 24px;
  font-family: "prevalent-demo" !important;
  letter-spacing: 1px;
}
/**********************************************************/
/***   Header css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-1 Hero area css start ***/
/*********************************************************************************/
.hero-section {
  background-color: #000;
  background-image: url("../images/hero-section_background-min.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--white-color);
  position: relative;
  padding-top: 200px;
  padding-bottom: 250px;
}
.hero-section .site-row {
  align-items: center;
}
.hero-section .col-left {
  width: 65%;
  position: relative;
  z-index: 2;
}
.hero-section .col-right {
  width: 35%;
  position: relative;
  z-index: 2;
}
.hero-section .col-right > div img {
  transition: 4s all ease-in-out;
  -webkit-transition: 4s all ease-in-out;
  -moz-transition: 4s all ease-in-out;
  -ms-transition: 4s all ease-in-out;
  -o-transition: 4s all ease-in-out;
}
.hero-section .col-right > div.animated img {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}
.hero-section .col-right > div:not(.animated) img {
    /*
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  */
}
.hero-section h1 {
  font-size: 156px;
  position: relative;
}
.hero-section h1 span {
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.hero-section h1:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 62px;
  height: 170px;
  background-color: var(--red-color);
}
.hero-section .col-left p {
  font-size: 24px;
  color: #c0c0c0;
  padding-left: calc(1.8rem + 0.5vw);
  padding-right: calc(5rem + 3vw);
  position: relative;
  margin: 0;
}
.hero-section .col-left p:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c0c0c0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.hero-section .a_ranbowcolor_y {
  display: flex;
  justify-content: flex-end;
}

.hero-section .a_ranbowcolor_y img {
  object-fit: cover;
  object-position: 100% 0;
  width: 600px;
  height: 0%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.hero-section .a_ranbowcolor_y.animated img {
  animation: yAnimation .5s forwards;
  -webkit-animation: yAnimation .5s forwards;
}

@keyframes yAnimation {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 0.8;
  }
}
.hero-section:after {
  content: "";
  background-image: url(../images/hero-section-shadow-img.png);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  filter: brightness(0);
}

.video-frame{
    position: relative;
    width: 70%;
    --bs-aspect-ratio: 50%;
    margin-left: auto;
    margin-right: auto;
}
.video-frame::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.video-frame iframe{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: 0;
}
/**********************************************************/
/***   Section-1 Hero area css end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-2 3D slider css start ***/
/*********************************************************************************/
.slider3D-section {
  background-color: #000;
}
.slider-left {
  width: 50%;
  /* margin: 0 auto; */
  max-width: 50%;
  position: relative;
}

.slider-left .slick-slider {
  /* margin-left: -12%; */
  /* margin-right: -12%; */
}

.slider-left .slick-list {
  padding-top: -2% !important;
  padding-bottom: 0% !important;
  padding-left: 0% !important;
  /*! padding-right: 18% !important; */
}
.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-left .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
  display: flex;
}

.rev_slide.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev,
.slick-snext2,
.slick-sprev2 {
  display: block;
}

.rev_slide.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.rev_slide.slick-snext {
  opacity: 1;
  z-index: 1;
  perspective: 1000px;
  transform: translate(0px, -19%) scale(0.8);
  -webkit-transform: translate(0px, -19%) scale(0.8);
  -moz-transform: translate(0px, -19%) scale(0.8);
  -ms-transform: translate(0px, -19%) scale(0.8);
  -o-transform: translate(0px, -19%) scale(0.8);
}
.rev_slide.slick-snext2 {
  opacity: 1;
  z-index: 1;
  perspective: 1000px;
  transform: translate(0px, -10%) scale(0.9);
  -webkit-transform: translate(0px, -10%) scale(0.9);
  -moz-transform: translate(0px, -10%) scale(0.9);
  -ms-transform: translate(0px, -10%) scale(0.9);
  -o-transform: translate(0px, -10%) scale(0.9);
}

.rev_slide.slick-sprev {
  opacity: 1;
  transform: translate(0px, -25%) scale(0.75);
  -webkit-transform: translate(0px, -25%) scale(0.75);
  -moz-transform: translate(0px, -25%) scale(0.75);
  -ms-transform: translate(0px, -25%) scale(0.75);
  -o-transform: translate(0px, -25%) scale(0.75);
}

.rev_slide.slick-sprev2 {
  opacity: 1;
  transform: translate(0px, -30%) scale(0.7);
  -webkit-transform: translate(0px, -30%) scale(0.7);
  -moz-transform: translate(0px, -30%) scale(0.7);
  -ms-transform: translate(0px, -30%) scale(0.7);
  -o-transform: translate(0px, -30%) scale(0.7);
}

.slider-left .slide-img {
  display: block;
  width: 85%;
  box-shadow: inset 0px 0px 0px 3px #000;
}
.slider-left .slide-img img {
  border-radius: 20px;
}
.slider-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider-right {
  width: 50%;
}
.slider-right .slick-track {
  display: flex;
}
.slide-content-item {
  color: var(--white-color);
  font-size: 22px;
  padding-right: 1rem;
}
.slide-content-item .nano-content {
  padding-left: 16px;
}
.slide-content-item h2 {
  font-size: 64px;
  position: relative;
  text-transform: uppercase;
}
.slide-content-item h2:before {
  content: "";
  position: absolute;
  left: -32px;
  top: -2px;
  width: 48px;
  height: 76px;
  background-color: var(--red-color);
  z-index: -1;
}
.slide-content-item h4 {
  font-size: 24px;
  width: 60%;
 font-weight:300;
}
.slide-content-item p {
  font-weight: 300;
  font-style: normal;
}
.slider-right .slick-slide {
  position: relative;
}
.slider3D-arrows {
  position: absolute;
  right: 80px;
  top: 50%;
  width: 35px;
  transform: translateY(-50%);
}
.slick-custom-arrow {
}
.scs-body .slick-arrow,
.sws-tab-slider .slick-arrow,
.slick-custom-arrow .slick-arrow,
.slick-arrow.new {
  position: relative;
  width: 34px;
  height: 34px;
  border: 0;
  font-size: 0;
  opacity: 0.6;
  background-color: var(--secondery-color);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.scs-body .slick-arrow:hover,
.sws-tab-slider .slick-arrow:hover,
.slick-custom-arrow .slick-arrow:hover,
.slick-arrow.new:hover
{
  opacity: 1;
}
.scs-body .slick-arrow:after,
.sws-tab-slider .slick-arrow:after,
.slick-custom-arrow .slick-arrow:after,
.slick-arrow.new:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/arrow-left.svg);
  filter: brightness(1) invert(1);
}
.slider3D-arrows .slider3D-arrow-prev:after {
  transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -o-transform: rotate(140deg);
}
.slider3D-arrows .slider3D-arrow-next:after {
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
}
.slide-content-item [data-animation-in] {
  opacity: 0;
}
.slick-slider .slick-arrow:focus {
  background-color: var(--secondery-color);
}
/**********************************************************/
/***   Section-2 3D slider css end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-3 Featured client css  start ***/
/*********************************************************************************/
.feature-client-section {
  background-color: #000;
  position: relative;
}
.feature-client-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.feature-client-head h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: var(--white-color);
}
.fcs-custom-arrows {
}
.fcs-custom-arrows .fcs-arrow-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.fcs-body {
}
.fcs-slider-item {
  position: relative;
  width: 100%;
  text-align: center;
}
.fcs-slider-item h3 {
  text-transform: uppercase;
  font-size: 40px;
  color: var(--white-color);
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  right: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fcs-item-img {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.fcs-slider-item img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.fcs-slider-item:hover img {
  filter: none;
  -webkit-filter: none;
}
.fcs-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.fcs-slider .slick-slide {
  margin: 0 10px;
}
.fcs-client-img {
    width: 100%;
    border-radius: 100%;
}

/**********************************************************/
/***   Section-3 Featured client css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-4 Some work css  start ***/
/*********************************************************************************/
.some-work-section {
  background-color: #000;
  padding-bottom: 170px;
}
.some-work-section h2 {
  font-size: 70px;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 40px;
}
.sws-tab-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 13px;
}
.tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.tab-list .tab-link {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white-color);
  border: 0;
  padding: 12px 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.tab-list .tab-link:after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.tab-list .tab-link.active:after,
.tab-list .tab-link:hover:after {
  background-color: var(--secondery-color);
  width: 100%;
}
.tab-list .tab-link.active,
.tab-list .tab-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--secondery-color);
}
.sws-tab-body {
  margin-top: 50px;
}
.sws-tab-content {
  display: none;
}
.sws-tab-content.active {
  display: block;
}
.sws-tab-slider-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sws-tab-slider-item h3 {
  opacity: 0.5;
  position: absolute;
  font-size: 80px;
  text-transform: uppercase;
  white-space: nowrap;
  top: 0;
  left: -20px;
  color: #939393;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.sws-tab-slider-item:hover h3 {
  color: var(--secondery-color);
}
.sws-item-bg {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.sws-tab-slider-item:hover .sws-item-bg {
  filter: none;
  -webkit-filter: none;
}
.sws-slider-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
      z-index: 1;
}
.sws-tab-slider {
}
.sws-tab-slider .slick-arrow {
  position: absolute;
  background-color: var(--secondery-color) !important;
  top: 50%;
  transform: translateY(-50%);
}
.sws-tab-slider .slick-prev {
  left: -60px;
}
.sws-tab-slider .slick-next {
  right: -60px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sws-tab-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.sws-tab-slider .slick-slide {
  margin: 0 10px;
}

/**********************************************************/
/***   Section-4 Some work css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-5 Services catalog css  start ***/
/*********************************************************************************/
.service-catalog-section {
  background-image: url(../images/5-section_background-min.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 120px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}
.service-catalog-section h2 {
/*   font-size: 70px;
  text-align: center; */
  font-size: 32px;
  text-align: left;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
  color: var(--white-color);
}
.scs-body-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 32%;
  margin-bottom: 35px;
  max-width: 100%;
}
.scs-body {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  color: var(--white-color);
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 72px;
  color: var(--secondery-color);
  letter-spacing: 1px;
}
.flip-box-header span:first-child {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}
.flip-box .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flip-box .inner ul li {
  font-size: 26px;
  margin: 10px 0;
}

/**********************************************************/
/***   Section-5 Services catalog css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-6 Testimonials css  start ***/
/*********************************************************************************/
.feedback-section {
  background-color: #000;
  color: var(--white-color);
  margin-top: -100px;
  padding-top:100px;
}
.feedback-section h2 {
  font-size: 36px;
  color: var(--secondery-color);
}
.fback-slider-item {
}
.fback-slider-body {
  font-size: 42px;
}
.fback-slider-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fds-img {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 2px solid var(--secondery-color);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.fds-img img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.fds-meta {
  font-size: 20px;
  color: #515151;
}
.fds-meta h3 {
  font-size: 32px;
  text-transform: uppercase;
  color: var(--white-color);
  margin: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fds-meta h5 {
  margin: 0;
}
.fds-slider-counter {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
  margin-top: -70px;
}
.fds-custom-arrows .fds-arrow-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.slides-numbers {
  color: #515151;
  display: none;
  font-size: 26px;
}
.slides-numbers .active {
  color: var(--white-color);
  font-size: 44px;
  margin-right: -6px;
  font-weight: 600;
}
.slides-numbers .total {
  margin-left: -5px;
  font-weight: 600;
}

/**********************************************************/
/***   Section-6 Testimonials css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-7 Exclsive Merch css  start ***/
/*********************************************************************************/
.exclus-merch-section {
  background-color: #000;
}
.exclus-merch-section .feature-client-head h2 {
/*   font-size: 70px; */
}
.exclus-merch-section,.feature-client-section{
	padding-top:80px;
}
.ems-slide-item {
}
.ems-item-img {
  position: relative;
  background-image: url(../images/7-section_Merch-bg_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  display: flex;
  overflow: hidden;
}
.ems-item-img img {
  margin: auto;
}
.ems-item-img .site-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.ems-item-img:hover .site-btn {
  transform: translateY(-240%);
  -webkit-transform: translateY(-240%);
  -moz-transform: translateY(-240%);
  -ms-transform: translateY(-240%);
  -o-transform: translateY(-240%);
}
.ems-item-badge {
  background: #fb4000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 18px;
  font-size: 16px;
}
.ems-item-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white-color);
}
.ems-item-footer h3 {
  font-size: 26px;
  width: 60%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ems-prices .sale-price {
  font-size: 20px;
  margin-right: 2px;
}
.ems-prices .regular-price {
  font-size: 14px;
  color: #515151;
  text-decoration: line-through;
}
.ems-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.ems-slider .slick-slide {
  margin: 0 10px;
}
.exc-merch-custom-arrows .exc-merch-arrow-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/**********************************************************/
/***   Section-7 Exclsive Merch css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Section-8 Form css  start ***/
/*********************************************************************************/
.form-section {
  background-color: #000;
  color: var(--white-color);
}
.form-section .site-cont,
.form-section .site-row {
  height: 100%;
}
.form-section-bg {
  margin-left: 22px;
  margin-right: 22px;
  background-image: url(../images/8-section_background-min.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.form-section h2 {
  font-size: 110px;
}
.form-section h2 span:first-child {
	font-family: 'dashicons';
	margin: 0 2px;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 25px;
}
.form-section h2 span:last-child {
	font-family: 'dashicons';
	margin: 0 2px;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: 50px;
}
.form-section .col-left {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding:3rem 0;
}
.get-it-form .gform_heading {
  display: none;
}
.get-it-form .ginput_container input,
.get-it-form .ginput_container textarea{
        background: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-radius: 0;
    color:#fff;
    outline:0;
}
.get-it-form .ginput_container textarea{
    height:150px !important;
}
.get-it-form .ginput_container input:focus,
.get-it-form .ginput_container textarea:focus{
    outline:0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.get-it-form .ginput_container ::placeholder {
  text-transform:uppercase;
}

.get-it-form .ginput_container ::-ms-input-placeholder {
  text-transform:uppercase;
}
.get-it-form .gform_footer .gform_button {
    border: 1px solid var(--secondery-color);
  color: var(--secondery-color);
  font-family: "prevalent-demo" !important;
   border-radius:0 !important;
   font-size:24px;
   width: 220px;
   height:60px;
}
.get-it-form .gform_footer .gform_button:hover {
    color: var(--white-color);
  background-image: url("../images/Element-background-for-primary_button.png") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
   background-color: transparent !important;
  
}
/**********************************************************/
/***   Section-8 Form css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   Footer css  start ***/
/*********************************************************************************/
#site-footer.main-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 100%;
  background-color: #000;
  color: var(--white-color);
  border-top: 2px solid rgba(255, 255, 255, 0.125);
}
#site-footer.main-footer .site-navigation {
  margin-left: auto;
}
#site-footer.main-footer .site-navigation ul li a {
  font-family: "prevalent-demo" !important;
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
#site-footer.main-footer .site-navigation ul li a:hover {
  color: var(--secondery-color);
}
.copyright-txt {
  text-align: center;
  font-size: 16px;
  color: #515151;
  font-weight: 400;
  margin-top: 10px;
}
.fb-icon a {
  font-size: 0 !important;
  width: 40px;
  height: 40px;
  background-image: url(../images/facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.insta-icon a {
  font-size: 0 !important;
  width: 40px;
  height: 40px;
  background-image: url(../images/instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fb-icon a:hover,
.insta-icon a:hover {
  filter: brightness(0.5) sepia(1) hue-rotate(56deg) saturate(5);
  -webkit-filter: brightness(0.5) sepia(1) hue-rotate(56deg) saturate(5);
}
/**********************************************************/
/***   Footer css  end ***/
/*********************************************************************************/


/**********************************************************/
/***   music player css  start ***/
/*********************************************************************************/
.music_player_wrap {
    display: flex;
    justify-content: flex-end;
        bottom: -180px;
        right: -30px;
        position: absolute;
}
.music_player_wrap .svg-container {
width: 170px;
height: 170px;
position: relative;
z-index: 10;
    width: calc(8rem + 2.5vw);
    height: calc(8rem + 2.5vw);
        opacity: 0.5;
}

.music_player_wrap .svg-container .palyer_controls {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
        pointer-events: none;
}

.music_player_wrap .svg-container .palyer_controls img:not(img.seprator) {
    transform: none !important;
    cursor: pointer;
}

.music_player_wrap .svg-container .palyer_controls img:not(img.seprator):hover {
    /* display: none; */
}

.music_player_wrap .svg-container svg {
z-index: 10;
position: relative;
}

.music_player_wrap .svg-container:after {
    content: "";
    border: solid 4px #707070;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    z-index: 1;
    opacity: 0.8;
}

.music_player_wrap .svg-container circle {
stroke-width: 4;
fill: none;
}
/**********************************************************/
/***   music player css  end ***/
/*********************************************************************************/

/**********************************************************/
/***   custom modal css  start ***/
/*********************************************************************************/
.custom_modal {
        display: none;
        width: 90%;
        min-height: 50%;
        position: fixed;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 auto;
        z-index: 1001;
        padding: 20px;
    }
  .custom_modal.active{
      display: block;
  }
  .custom_modal_overlay{
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background-color: rgba(0,0,0,0.9);
      z-index: 1000;
  }

  .custom_modal .cm_header {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .custom_modal .cm_header .cm_title{
    font-family: "prevalent-demo";
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 70px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.custom_modal .cm_header .cm_title:hover{
    color: var(--secondery-color);
}

.custom_modal .cm_header .cm_close {
    cursor: pointer;
}
 
.custom_modal .songs_list_wrapper .nano.has-scrollbar .nano-content {
    padding-right: 40px;
}

.custom_modal .songs_list {
    padding: 0;
    list-style: none;
}

.custom_modal .songs_list li {
    color: #fff;
    padding: 22px 0;
    border-top: solid 1px #515151;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_modal .songs_list li:last-of-type {
    border-bottom: solid 1px #515151;
}

.custom_modal .songs_list li.active,
.custom_modal .songs_list li:hover{
    background: linear-gradient(90deg, rgba(102, 186, 177, 0) 0%, rgba(14, 84, 76, 0.4) 62.2%, rgba(14, 84, 76, 0) 100%);
}

.custom_modal .songs_list li span,
.custom_modal .songs_list li a {
    color: #C1C1C1;
}


.custom_modal .songs_list li.active span,
.custom_modal .songs_list li.active a{
    color: #fff;
}

.custom_modal .songs_list .album_name {
    flex: 0 0 25%;
    font-family: "prevalent-demo";
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.custom_modal .songs_list .album_name:before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(<?php echo get_stylesheet_directory_uri(); ?>/images/album_icon.svg) 0 0 no-repeat;
    position: relative;
    display: inline-flex;
    margin-right: 40px;
    background-size: contain;
}

.custom_modal .songs_list .song_name {
    width: 40%;
    font-size: 26px;
}

.custom_modal .songs_list .song_duration {
    width: 10%;
}

.custom_modal .songs_list .social_sharing {
    width: 10%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.custom_modal .cm_footer{
    margin-top: 60px;
}
.custom_modal .cm_footer ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}

.cm_footer ul li,
.cm_footer ul li a {
	font-weight: 300;
	color: #C1C1C1;
	font-size: 26px;
	display: flex;
	align-items: center;
}

.cm_footer ul li a:hover{
	text-decoration: underline;
}

.cm_footer ul li .title{
	font-family: "prevalent-demo";
	color: var(--white-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 28px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
}

.cm_footer ul li .title:hover {
	color: var(--secondery-color);
	text-decoration: none;
}

.cm_footer img {
	margin-right: 10px;
	display: inline-block;
}

@media (max-width:1400px){
	.custom_modal .songs_list_wrapper .nano {
		height: 350px;
	}

	.custom_modal .songs_list li{
		padding: 18px 0;
	}
}
    
@media only screen and (max-width: 1600px) {
    .custom_modal .cm_header .cm_title{
        font-size:50px;
    }
    .custom_modal .songs_list .album_name{
        font-size:30px;
    }
    .custom_modal .songs_list .song_name{
        font-size:20px;
    }
    .custom_modal .cm_footer {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .cm_footer ul li, .cm_footer ul li a{
        font-size:16px;
    }
}
@media only screen and (max-width: 1200px) {
    .music_player_wrap{
        right:10px;
    }
}
@media only screen and (max-width: 767px) {
    .music_player_wrap{
        display:none;
    }
}
/************** home page clients slider CSS  **************/
.fcs-custom-arrows.slick-custom-arrow.new {
	display: flex;
}
.slick-arrow.new {
	display: none !important;
}
@media screen and (min-width: 768px) {
	.fcs-body.wow.fadeInUp.new {
		position: relative;	
	}
	.fcs-custom-arrows.slick-custom-arrow.new {
		display: none;
	}
	.slick-arrow.new {
		display: block !important;
		position: absolute;
		top: 50%;
	}
	.fcs-arrow-prev.new {
		transform: translateY(-50%);
		right: 102%;
	}
	.fcs-arrow-next.new {
		left: 102%;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
	}
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
	.fcs-body.wow.fadeInUp.new {
		width: 92%;
		margin: 0 auto;
	}
	.fcs-arrow-prev.new {
		right: 100.5%;
	}
	.fcs-arrow-next.new {
		left: 100.5%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
	.fcs-slider-item h3 {
		font-size: 35px;
	}
}
@media screen and (max-width: 390px) {
	.fcs-slider-item h3 {
		font-size: 32px;
	}
}

/************** slider css ended **************/
/**********************************************************/
/***   custom modal css  end ***/
/*********************************************************************************/
