@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=fds2jah&ht=tk&f=32231&a=6387942&app=typekit&e=css");
@font-face {
  font-family: "din-2014";
  src: url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
.tk-din-2014 {
  font-family: "din-2014", sans-serif;
}

body {
  font-family: "Raleway";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

::-moz-selection {
  background: #000000;
  color: white;
}

::selection {
  background: #000000;
  color: white;
}

.btn-xl {
  text-transform: capitalize;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 16px;
}
.btn-xl.btn-outline {
  background-color: transparent;
  border: 2px solid #C1D82F;
  color: #C1D82F;
}
.btn-xl.btn-bg {
  background-color: #C1D82F;
  border: none;
  color: #fff;
}

.bg-black {
  background-color: #2A2F42 !important;
}

.divider {
  border-color: #000000;
  border-width: 4px;
}

.max-1920 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.xMargin {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .xMargin {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .xMargin {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
}
@media (min-width: 1366px) {
  .xMargin {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
}
@media (min-width: 1600px) {
  .xMargin {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.xPadding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .xPadding {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .xPadding {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
@media (min-width: 1366px) {
  .xPadding {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (min-width: 1600px) {
  .xPadding {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.yPadding {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
@media (min-width: 992px) {
  .yPadding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1366px) {
  .yPadding {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1600px) {
  .yPadding {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.ytPadding {
  padding-top: 45px !important;
}
@media (min-width: 992px) {
  .ytPadding {
    padding-top: 60px !important;
  }
}
@media (min-width: 1366px) {
  .ytPadding {
    padding-top: 90px !important;
  }
}

.ybPadding {
  padding-bottom: 45px !important;
}
@media (min-width: 992px) {
  .ybPadding {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1366px) {
  .ybPadding {
    padding-bottom: 90px !important;
  }
}

.logo {
  max-width: 40px;
  margin-right: 5px;
}

.logo-text {
  max-width: 120px;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  color: #1A1A18;
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1A1A18;
}
.form ::placeholder {
  color: #1A1A18;
}
.form .input-group .form-control {
  font-size: 14px;
  height: 50px;
  border-radius: 0 32px 32px 0;
  border: none;
  max-width: 450px;
  background: #C1D82F;
  color: #1A1A18;
  font-weight: 600;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1366px) {
  .form .input-group .form-control {
    font-size: 12px;
  }
}
.form .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form .input-group .input-group-append .input-group-text {
  border: none !important;
  border-radius: 32px 0 0 32px;
  border: none;
  padding: 0 0 0 20px;
  background: #C1D82F !important;
  font-weight: 600;
  font-size: 15px;
}

.btn-solid {
  border-radius: 40px;
  background: #C1D82F;
  font-weight: 600 !important;
  color: #2A2F42 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: inline-block;
}
.btn-solid:disabled {
  cursor: progress !important;
  opacity: 0.4;
}

.btn-solid-sq {
  border-radius: 0;
  background: #1A1A1A;
  font-weight: 500 !important;
  color: #C1D82F !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: inline-block;
}
.btn-solid-sq:disabled {
  cursor: progress !important;
  opacity: 0.4;
}

.header {
  background: #1A1A18 url("../img/search-bg.svg") 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .header {
    padding-top: 80px;
    min-height: 100vh;
  }
}
.header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700 !important;
}
@media (min-width: 992px) {
  .header h1 {
    font-size: 50px;
  }
}
.header .header-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.header .or {
  font-size: 15px;
  font-weight: 500;
}
.header .upload {
  position: relative;
  overflow: hidden;
}
.header .upload .btn {
  color: #C1D82F;
  border-radius: 2px;
  font-size: 15px;
  padding: 15px 30px;
  position: relative;
  max-width: 400px;
  width: 100%;
  border: dashed 1px #C1D82F;
}
.header .upload input[type=file] {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.header .upload .small {
  color: #999999;
}
.header .header-collage img {
  width: 320px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.header .header-collage a {
  transition: all 0.33s ease-in-out;
}
.header .header-collage a .c-contain {
  margin-bottom: 30px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header .header-collage a .c-contain:hover .rollover, .header .header-collage a .c-contain:focus .rollover {
  opacity: 1;
}
.header .header-collage a .c-contain .rollover {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-in;
}
.header .header-collage a .c-contain .rollover h3 {
  color: #fff;
  text-shadow: 4px 6px 4px rgba(0, 0, 0, 0.9);
}
.header .header-collage a:hover img {
  mix-blend-mode: luminosity;
}

.search .btn-solid {
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  padding-top: 13px;
  background: #fff !important;
  border: solid 2px #C1D82F;
}
.search .btn-solid .up-img {
  height: 20px;
}

@keyframes bgmove {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -50px 50px;
  }
  100% {
    background-position: 0 0;
  }
}
.upload-track .file {
  margin: 0 auto;
  display: block;
}
.upload-track .file input[type=file] {
  cursor: pointer;
}

.appLink {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

blockquote {
  margin: 20px;
  margin-left: 0;
  padding-left: 20px;
  padding-top: 25px;
  border-left: 4px solid #1A1A1A;
  position: relative;
}
blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  font-size: 80px;
  left: 15px;
  top: -30px;
  height: 0;
}
blockquote p {
  color: #000000;
  font-weight: 500;
}

.green-text {
  color: #C1D72E;
}

.footer__copyright__social {
  border-top: 1px solid #b7b7b7;
}
.footer__copyright__social .footer__copyright {
  color: #8a8a8a;
  text-transform: capitalize;
  font-size: 0.7em;
  margin-top: 0.7em;
}
.footer__copyright__social .footer__copyright a {
  color: #b7b7b7;
  cursor: pointer;
}

span#typed4::before {
  content: "Find Similar Tracks. Enter a ";
  display: contents;
}

.typed-cursor {
  display: none;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination-bullet {
  transition: all cubic-bezier(0.1, 0.43, 0.7, 0.96) 0.4s;
  height: 16px;
  background: #fff;
  border: 1px solid #1F1F1F;
  border-radius: 4px;
  opacity: 1;
  width: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 40px;
  border-radius: 4px;
  background: #1E1F1F;
  opacity: 0.4;
}
@media screen and (max-width: 992px) {
  .swiper-pagination-bullet {
    height: 10px;
    border-radius: 20px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 10px;
    width: 40px;
  }
}

.swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 992px) {
  .swiper-button-prev {
    right: auto;
    left: 0;
  }
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev, .swiper-button-next {
  top: 50%;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 24px;
  color: #1E1F1F;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .swiper-button-prev, .swiper-button-next {
    bottom: 0;
    top: auto;
  }
}

#more_posts[disabled=disabled] {
  opacity: 0.5;
}

@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-ExtraBold.ttf");
  font-weight: bolder;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("../font/Raleway/Raleway-SemiBold.ttf");
  font-weight: 600;
}
main {
  color: #1A1A1A;
  font-family: "Raleway";
  background: #FBFBFB;
}

.pricing-chart {
  background: #1A1A1A;
  position: relative;
  padding-bottom: 80px;
}
.pricing-chart:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../assets/main-banner.svg") no-repeat;
  background-size: cover;
}
.pricing-chart h2 {
  font-weight: bolder;
  font-size: 36px;
  letter-spacing: 0.72px;
  color: white;
  margin: 60px 12px 12px;
}
.pricing-chart p {
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin: 12px auto;
  letter-spacing: 0.32px;
  width: 85%;
}
.pricing-chart #pricing-tabs {
  text-align: center;
}
.pricing-chart #pricing-tabs ul {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #666666;
  background: #1A1A1A;
  overflow: hidden;
  margin: 44px 0 28px;
  height: 42px;
}
.pricing-chart #pricing-tabs ul.nav-tabs li a {
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  display: block;
  margin: 1px;
}
.pricing-chart #pricing-tabs ul.nav-tabs li a:focus, .pricing-chart #pricing-tabs ul.nav-tabs li a:hover {
  color: #1A1A1A !important;
  background: #fff;
  border: 1px solid #ddd;
}
.pricing-chart #pricing-tabs ul.nav-tabs li.active a {
  color: #1A1A1A;
}
.pricing-chart #pricing-tabs ul.nav-tabs li.active a:focus, .pricing-chart #pricing-tabs ul.nav-tabs li.active a:hover {
  color: #1A1A1A !important;
  cursor: default;
  background: #fff;
  border: 1px solid #ddd;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane {
  margin: 0 0px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
  min-height: 442px;
  width: 320px;
  margin: 0 15px;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #70707026;
  border-radius: 4px 4px 0px 0px;
  margin-top: 42px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing.selected:before {
  content: "BEST VALUE";
  position: absolute;
  font-weight: bolder;
  letter-spacing: 2.8px;
  color: #1A1A1A;
  text-transform: uppercase;
  width: 100%;
  top: -42px;
  left: 0;
  right: 0;
  height: 42px;
  text-align: center;
  padding: 14px;
  background: #C1D72E;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing.selected, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:hover, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:focus, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:active {
  border-radius: 0px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing.selected .ce-footer button, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:hover .ce-footer button, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:focus .ce-footer button, .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:active .ce-footer button {
  background: #C1D72E;
  color: #1A1A1A;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head {
  padding: 0 42px;
  text-align: left;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head h2 {
  margin-left: 0;
  color: #1A1A1A;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.48px;
  text-transform: lowercase;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head .tooltip-inner {
  text-align: left;
  background: #3a3a3a;
  font-family: "Raleway";
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head .info-hover {
  font-style: normal;
  text-align: left !important;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-head .ce-licenses {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body {
  padding: 0 42px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .price span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .price span:nth-of-type(2) {
  font-weight: 900;
  font-size: 48px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .price span:nth-last-of-type(1) {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 10px;
  padding: 5px 15px;
  letter-spacing: 0.2px;
  color: #FBFBFB;
  background-color: #337CFF !important;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.24px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers span:nth-of-type(1) {
  font-weight: 600;
  margin: 5px 0;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers span:nth-of-type(2) {
  font-weight: 700;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers ul {
  display: block;
  background: transparent;
  width: auto;
  border: none;
  padding: 0;
  border-radius: 0;
  list-style-type: disc;
  overflow: visible;
  margin: 10px 0;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 600;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers ul li {
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 16px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body .offers ul li:nth-of-type(1) {
  margin-top: 5px;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-body p {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #1A1A1A;
  margin-left: 0;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-footer {
  height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing-chart #pricing-tabs .tab-content .tab-pane .ce-footer button {
  display: block;
  border: solid 2px #C1D72E;
  width: 100%;
  height: 100%;
  color: #C1D72E;
  background: #1A1A1A;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.32px;
  transition: all 0.3s ease-in-out;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.single-price {
  padding: 60px;
}
.single-price h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.96px;
  color: #1A1A1A;
  margin-bottom: 64px;
}
.single-price .lemo {
  padding: 10px 53px;
  font-weight: bold;
  letter-spacing: 0.28px;
  color: #1A1A1A;
  border-radius: 50px;
  background: transparent;
  border: solid 2px #C1D72E;
  height: 44px;
  margin-top: 48px;
  transition: all 0.3s ease-in-out;
}
.single-price .lemo:hover, .single-price .lemo:focus, .single-price .lemo:active {
  background: #C1D72E;
  color: #fff;
  outline: none;
}
.single-price .wrap-cap {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  max-height: 0;
}
.single-price .wrap-cap p {
  margin-bottom: 25px;
}
.single-price .cap {
  margin-bottom: 20px;
}
.single-price .cap span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #1A1A1A;
  text-transform: lowercase;
}
.single-price .cap span span {
  display: initial;
  font-weight: 900;
  font-size: 48px;
}
.single-price .cap span span.info-hover {
  font-size: 20px;
}
.single-price .cap span .tooltip-inner {
  text-align: left;
  background: #3a3a3a;
  font-family: "Raleway";
}
.single-price .cap span .tooltip-inner i {
  font-style: normal;
  text-align: left !important;
}
.single-price .cap span:nth-of-type(2) {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.single-price .cap a {
  text-decoration: underline;
  font-size: 16px;
  color: #337CFF;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.32px;
}

.licenses {
  background: #1A1A1A;
  padding: 32px 15px 80px;
}
.licenses h2 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.72px;
  color: #FBFBFB;
  margin: 48px 0;
}
.licenses ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.licenses ul .hoverElm {
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
  background: #000;
  border-radius: 50px;
  z-index: -1;
}
.licenses ul li {
  padding: 17px 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #FBFBFB;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  margin-bottom: 2px;
  cursor: default;
}
.licenses ul li:nth-of-type(1), .licenses ul li.ulhead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #FBFBFB;
  text-transform: uppercase;
  opacity: 0.5;
}
.licenses ul li div:not(:nth-of-type(1)) {
  text-align: center;
}

.faqs {
  padding: 80px 15px;
}
.faqs h3 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.72px;
  color: #222222;
}
.faqs .panel-group .panel {
  border: 0;
  background-color: transparent;
  box-shadow: 0 1px 0px rgba(102, 102, 102, 0.4);
  border-radius: 0;
}
.faqs .panel-group .panel .panel-heading {
  padding: 0;
  background-color: transparent;
}
.faqs .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px 0;
  padding-right: 30px;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #222222;
}
.faqs .panel-group .panel .panel-heading .panel-title a:after {
  content: "+";
  position: absolute;
  background: #000000;
  color: #fff;
  padding: 2px 0px 0px 1px;
  text-align: center;
  border-radius: 40px;
  right: 0;
  font-size: 22px;
  width: 25px;
  height: 25px;
}
.faqs .panel-group .panel .panel-heading .panel-title a[aria-expanded=false]:after {
  content: "+";
}
.faqs .panel-group .panel .panel-heading .panel-title a[aria-expanded=true]:after {
  content: "-";
  padding: 0px 0px 0px 1px;
}
.faqs .panel-group .panel .panel-body {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #222222;
}
.faqs .panel-group p {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.32px;
  margin: 30px 0;
}

.banner {
  position: relative;
  height: calc(100vh - 108px);
  background: url("../assets/banner-image.png") no-repeat;
  background-size: cover;
}
.banner:before {
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, #1A1A1A4D 40%, #000000 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner .container {
  height: inherit;
}
.banner .main-cta-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: inherit;
}
.banner .main-cta-wrap .main-cta h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 55px;
  width: 60%;
  text-align: left;
  margin: 48px 0;
}
.banner .main-cta-wrap .main-cta .btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
}
.banner .main-cta-wrap .main-cta .btn-solid:hover, .banner .main-cta-wrap .main-cta .btn-solid:focus {
  outline: none;
  background: #fff;
}
.banner .main-cta-wrap .main-cta div {
  margin: 45px 0 45px 0;
}
.banner .main-cta-wrap .main-cta div span {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #FBFBFB;
  font-weight: 500;
  letter-spacing: 2.4px;
  opacity: 0.5;
  text-transform: uppercase;
}
.banner .main-cta-wrap .main-cta div ul {
  padding: 0;
  list-style: none;
}
.banner .main-cta-wrap .main-cta div ul li {
  display: inline-block;
  margin: 25px 30px 0 0;
}
.banner.landingbanner .main-cta-wrap {
  align-items: center !important;
  justify-content: center;
  text-align: center;
}
.banner.landingbanner .main-cta-wrap .main-cta h2 {
  width: 100%;
}
.banner.landingbanner .main-cta-wrap .main-cta p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
.banner.landingbanner .main-cta-wrap .main-cta p span {
  display: block;
}
.banner.landingbanner .main-cta-wrap .main-cta p.small-text {
  font-size: 18px;
  margin-top: 20px;
}

.hero {
  padding-bottom: 40px;
}
.hero h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #1A1A1A;
  font-weight: 800;
  letter-spacing: 0.72px;
  line-height: 55px;
  text-align: center;
  margin: 40px 0;
}
.hero .hero-wrap, .hero .hero-wrap-reverse {
  max-width: 768px;
  margin: 0 auto;
}
.hero .hero-wrap p, .hero .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-align: center;
  padding: 10px;
}
.hero .hero-wrap p span, .hero .hero-wrap-reverse p span {
  display: block;
}
.hero .hero-wrap-reverse {
  max-width: unset !important;
  padding-top: 50px;
}
.hero .hero-wrap-reverse h4 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #1A1A1A;
  font-weight: 800;
  letter-spacing: 0.32px;
}
.hero .btn-outlined {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  margin-top: 30px;
}
.hero .btn-outlined:hover, .hero .btn-outlined:focus {
  outline: none;
  background: #C1D72E;
}
.hero .btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
}

.cta-2 {
  background: url("../assets/search_screenshot.png") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta-1 {
  background: url("../assets/Hero-image.png") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  text-align: center;
}
.cta-1 h2 {
  text-align: center !important;
}
.cta-1 .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: center !important;
}
.cta-1 .hero-wrap-reverse p.small-text {
  margin-top: 10px;
  font-size: 16px;
}

.cta-ex, .cta-2 {
  padding-bottom: 0;
  overflow: hidden;
}
.cta-ex h2, .cta-2 h2 {
  text-align: left;
  padding-top: 30px;
}
.cta-ex .hero-wrap-reverse, .cta-2 .hero-wrap-reverse {
  padding-top: 0;
}
.cta-ex .hero-wrap-reverse img, .cta-2 .hero-wrap-reverse img {
  width: 120%;
}
.cta-ex .hero-wrap-reverse p, .cta-2 .hero-wrap-reverse p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin-top: 30px;
  padding-left: 0;
  text-align: left !important;
}
.cta-ex .hero-wrap-reverse p.small-text, .cta-2 .hero-wrap-reverse p.small-text {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cta-ex, .cta-2 {
    text-align: center;
  }
  .cta-ex h2, .cta-2 h2 {
    text-align: center;
  }
  .cta-ex .hero-wrap-reverse p, .cta-2 .hero-wrap-reverse p {
    text-align: center !important;
  }
}

.hero-dark {
  background: #1A1A1A;
}
.hero-dark h2 {
  color: #FBFBFB;
  margin-bottom: 10px;
}
.hero-dark p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #F7F7F7;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: lowercase;
  margin-bottom: 45px;
}
.hero-dark .hero-wrap p {
  color: #FBFBFB;
}
.hero-dark .hero-wrap .btn-outlined {
  color: #C1D72E;
}
.hero-dark .hero-wrap .btn-outlined:hover, .hero-dark .hero-wrap .btn-outlined:focus {
  color: #1A1A1A;
}

.curated-list {
  background: #EAEAEA;
}
.curated-list h2 {
  text-align: left;
  margin-bottom: 15px;
}
.curated-list p.subtitle {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.curated-list .img-wrap {
  position: relative;
  object-fit: cover;
  max-width: 350px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.curated-list .img-wrap img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.curated-list .img-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.787552521) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.curated-list .img-wrap .track-info {
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.curated-list .img-wrap .track-info span {
  padding: 15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4px;
  width: 50%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.curated-list .img-wrap .track-info span:nth-of-type(1) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-section video {
  width: 100%;
}
.video-section h2 {
  text-align: left;
}
.video-section p {
  text-align: left !important;
  padding-left: 0 !important;
}

.m-auto {
  margin: 0 auto;
}

.source-gallary {
  background: #1A1A1A;
  color: #fbfbfb;
  padding-bottom: 60px;
}
.source-gallary .browse-playlist {
  padding: 60px 0;
}
.source-gallary .browse-playlist .playlist-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  padding-bottom: 30px;
}
.source-gallary .browse-playlist .playlist-text h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fbfbfb;
  font-weight: 800;
  letter-spacing: 0.72px;
}
.source-gallary .browse-playlist .playlist-text p {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.32px;
  margin: 15px 0;
}
.source-gallary .browse-playlist .btn-outlined {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  margin-top: 30px;
  color: #C1D72E;
}
.source-gallary .browse-playlist .btn-outlined:hover, .source-gallary .browse-playlist .btn-outlined:focus {
  outline: none;
  background: #C1D72E;
}
.source-gallary .browse-playlist .btn-outlined:hover, .source-gallary .browse-playlist .btn-outlined:focus {
  color: #1A1A1A;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item {
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item img {
  border-radius: 10px;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #1A1A1A4D 0%, #000000 100%);
  transition: all 0.3s ease-in-out;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item h4 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #F7F7F7;
  font-weight: 500;
  letter-spacing: 0.28px;
  position: absolute;
  bottom: 0;
  left: 10px;
  transition: all 0.3s ease-in-out;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:hover {
  transform: scale(1.05);
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:hover:before {
  content: "";
  top: 80%;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-stage .owl-item .item:hover h4 {
  text-shadow: 0 0 3px #000000, 0 0 5px #000000;
  font-size: 20px;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next {
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  display: block !important;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev:hover, .source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev:focus,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next:hover,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next:focus {
  background: none;
  outline: none;
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev {
  left: -10px;
  top: -5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a1a1a+0,ffffff+100 */
  background: #1a1a1a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1a1a1a 0%, transparent 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1a1a1a 0%, transparent 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1a1a1a 0%, transparent 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a1a1a", endColorstr="transparent",GradientType=1 );
  /* IE6-9 */
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next {
  right: -10px;
  top: -5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,1a1a1a+100 */
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0%, #1a1a1a 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, #1a1a1a 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, #1a1a1a 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="transparent", endColorstr="#1a1a1a",GradientType=1 );
  /* IE6-9 */
}
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-prev i,
.source-gallary .browse-playlist #home-playlist.owl-carousel .owl-next i {
  color: #fbfbfb;
  font-size: 15px;
  font-style: normal;
}
.source-gallary .d-cont {
  max-width: 1440px !important;
  width: 100%;
}
.source-gallary .d2-cont {
  max-width: 1920px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.source-gallary .dm-cont {
  background: #fff;
  color: #1A1A1A;
}
.source-gallary .dm-cont h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #1A1A1A;
  font-weight: 800;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
.source-gallary .dm-cont .text-desc {
  font-size: 14px;
  font-weight: 500;
}
.source-gallary .dm-cont a:hover img {
  mix-blend-mode: luminosity;
}
.source-gallary .dm-cont img {
  width: 320px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.source-gallary .masonry .btn-outlined {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  margin-top: 30px;
  color: #C1D72E;
}
.source-gallary .masonry .btn-outlined:hover, .source-gallary .masonry .btn-outlined:focus {
  outline: none;
  background: #C1D72E;
}
.source-gallary .masonry .btn-outlined:hover, .source-gallary .masonry .btn-outlined:focus {
  color: #1A1A1A;
}
.source-gallary .masonry h3 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #fbfbfb;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-align: center;
  margin: 60px 0;
}
.source-gallary .masonry .newMasonry div {
  padding: 5px;
}
.source-gallary .masonry .newMasonry div:nth-of-type(1) {
  padding-left: 0;
}
.source-gallary .masonry .newMasonry div:nth-last-of-type(1) {
  padding-right: 0;
}
.source-gallary .masonry .newMasonry div div {
  padding: 5px 0;
}
.source-gallary .masonry .masonry-with-columns {
  columns: 4 400px;
  column-gap: 1rem;
  column-fill: balance;
  overflow: hidden;
}
.source-gallary .masonry .masonry-with-columns div {
  background: #EC985A;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  color: white;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  font-weight: 900;
  font-size: 2rem;
  overflow: hidden;
  text-indent: -2000px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
  height: 352px;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
  height: 345px;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
  height: 405px;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(4) {
  height: 617px;
  background-position: bottom !important;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(5) {
  height: 500px;
  background-position: bottom !important;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(6) {
  height: 393px;
  background-position: bottom !important;
}
.source-gallary .masonry .masonry-with-columns div:nth-of-type(7) {
  height: 750px;
  background-position: top !important;
}
.source-gallary .masonry .masonry-with-columns div:hover {
  transform: scale(1.05);
}
.source-gallary .masonry .masonry-with-columns div a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials {
  padding-bottom: 40px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img img {
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img h4 {
  margin: 10px 0 5px 0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.36px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img span {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.28px;
}
.testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-desc {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 600;
  letter-spacing: 0.36px;
  font-style: italic;
  text-align: left;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .banner .main-cta-wrap .main-cta ul {
    display: flex;
  }

  .source-gallary .masonry .masonry-with-columns {
    columns: 2 150px;
    max-height: 500px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
    height: 300px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
    height: 170px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
    height: 150px;
  }

  .testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-img img {
    width: 120px;
  }
  .testimonials #testimonials.owl-carousel .owl-stage .owl-item .item .test-desc {
    font-size: 16px;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .pricing-chart h2 {
    font-size: 30px;
  }
  .pricing-chart p {
    font-size: 14px;
  }

  .single-price h2 {
    font-size: 30px;
  }

  .licenses h2 {
    font-size: 30px;
  }
  .licenses ul li {
    font-size: 14px;
  }
  .licenses ul li:nth-of-type(1) {
    font-size: 12px;
    word-wrap: break-word;
  }

  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    width: auto !important;
    height: auto;
    margin: 80px 30px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:nth-of-type(1) {
    margin-top: 0;
  }

  .faqs {
    padding: 30px 15px;
  }
  .faqs h3 {
    font-size: 30px;
  }
  .faqs .panel-group .panel .panel-heading .panel-title a {
    font-size: 18px;
  }

  .banner {
    height: calc(100vh - 70px);
    background-position: right;
  }
  .banner:before {
    background: transparent linear-gradient(180deg, #1A1A1A4D 40%, #000000 100%);
  }
  .banner .main-cta-wrap {
    justify-content: left;
  }
  .banner .main-cta-wrap .main-cta {
    text-align: left;
  }
  .banner .main-cta-wrap .main-cta h2 {
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  .banner .main-cta-wrap .main-cta div {
    margin: 45px 0 30px 0;
    text-align: left;
  }
  .banner .main-cta-wrap .main-cta div ul li {
    margin: 20px 10px 0 0;
  }
  .banner .main-cta-wrap .main-cta div ul li img {
    width: 80%;
  }
  .banner.landingbanner .main-cta-wrap .main-cta h2 {
    width: 100%;
  }
  .banner.landingbanner .main-cta-wrap .main-cta p span {
    display: inline-block;
  }

  .curated-list .img-wrap {
    height: auto;
    min-height: 150px;
  }
  .curated-list .img-wrap img {
    height: 100%;
  }

  .hero h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 24px 0;
  }
  .hero p.text-desc {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: 0.32px;
    text-align: center;
    padding: 10px;
  }
  .hero .hero-wrap div {
    margin: 15px 0;
    padding: 0;
  }
  .hero .hero-wrap div p {
    padding: 10px 5px;
  }
  .hero .hero-wrap button {
    display: block !important;
  }

  .source-gallary .browse-playlist .playlist-text {
    text-align: center;
  }
  .source-gallary .browse-playlist .playlist-text h3 {
    font-size: 24px;
  }
  .source-gallary .browse-playlist .playlist-text span {
    margin-bottom: 30px;
  }
  .source-gallary .masonry h3 {
    font-size: 30px;
    margin: 20px 0;
  }
  .source-gallary .masonry .masonry-with-columns {
    columns: 2 150px;
    max-height: 600px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
    height: 300px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(4) {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    width: 100% !important;
    height: auto;
    margin: 40px 30px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing:nth-of-type(1) {
    margin-top: 0;
  }

  .banner {
    height: 80vh;
  }
  .banner .main-cta-wrap {
    justify-content: left;
  }
  .banner .main-cta-wrap .main-cta {
    text-align: left;
  }
  .banner .main-cta-wrap .main-cta h2 {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .hero-wrap button {
    display: block !important;
  }

  .source-gallary .masonry .masonry-with-columns {
    columns: 2 250px;
    max-height: 600px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(1) {
    height: 300px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(2) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(3) {
    height: 200px;
  }
  .source-gallary .masonry .masonry-with-columns div:nth-of-type(4) {
    height: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    margin: 40px 2px;
    width: 305px;
    min-height: 452px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-head,
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-body {
    padding: 0 15px !important;
  }

  .banner {
    background-position: right;
  }

  .curated-list .img-wrap img {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    margin: 40px 15px;
    width: 350px;
    min-height: 452px;
  }
  .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-head,
.pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-body {
    padding: 0 15px !important;
  }

  .banner {
    height: 100vh;
    background-position: right;
  }

  .source-gallary .masonry .masonry-with-columns {
    columns: 3 200px;
  }
}
@media screen and (min-width: 1642px) {
  .banner {
    height: calc(100vh - 108px);
    background-position: right;
  }
}
.sf-container {
  position: fixed;
  left: 0;
  right: -100%;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.sf-container.sf-active {
  opacity: 1;
  right: 0;
  pointer-events: unset;
}
@media (max-width: 992px) {
  .sf-container .step-form {
    width: 96%;
    height: 96%;
    left: calc((100% - 96%)/2);
    top: calc((100% - 96%)/2);
  }
}

.step-form {
  position: absolute;
  width: 90%;
  height: 90%;
  left: calc((100% - 90%)/2);
  top: calc((100% - 90%)/2);
  overflow: hidden;
  z-index: 999;
}
.step-form .step-form-head {
  padding: 10px;
  background: #fbfbfb;
}
.step-form .step-form-head .step-form-nav {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  counter-reset: step;
  max-width: 1024px;
  margin: 0 auto;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  text-align: center;
  position: relative;
  padding-top: 32px;
  color: #1A1A1A;
  font-size: 12px;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  text-indent: 0;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  counter-increment: step;
  content: counter(step);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 1px solid #C1D72E;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu:after {
  position: absolute;
  top: 12.8px;
  left: calc(-50% - 28px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #1A1A1A;
  background: linear-gradient(90deg, #c1d72e -100%, black 100%);
  z-index: 1;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu:first-child:after {
  display: none;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu.sf-active {
  color: #1A1A1A;
  font-weight: bold;
}
.step-form .step-form-head .step-form-nav .step-form-nav-menu.sf-active:before {
  transform: translateX(-50%) scale(1);
  background-color: #C1D72E;
}
.step-form .step-form-body {
  position: absolute;
  left: 0;
  top: 80px;
  height: calc(100% - 80px);
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  max-width: 100%;
}
.step-form .step-form-body .step-form-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  right: -100%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0.79, 0.62, 0.71);
}
.step-form .step-form-body .step-form-panel.sf-active {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .step-form .step-form-body {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.step-form .create-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.step-form .create-account .col-md {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  position: relative;
}
@media (min-width: 992px) {
  .step-form .create-account .col-md {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.step-form .create-account .title {
  background: #1A1A1A;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-form .create-account .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/main-banner.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
.step-form .create-account .title h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.44px;
  color: #FBFBFB;
}
.step-form .create-account .title h1 span {
  display: inline;
  text-align: left;
}
@media (min-width: 992px) {
  .step-form .create-account .title h1 {
    font-size: 72px;
    margin-left: 82px;
  }
  .step-form .create-account .title h1 span {
    display: block;
  }
}
@media (min-width: 992px) {
  .step-form .create-account .title {
    justify-content: left;
  }
}
.step-form .create-account .create-form {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
}
.step-form .create-account .create-form .form-container {
  margin: 0 auto;
  flex: 0 0 90%;
}
.step-form .create-account .create-form .form-container form {
  max-width: 420px;
  margin: 0 auto;
}
.step-form .create-account .create-form .form-container form .form-group {
  margin: 20px 0;
}
.step-form .create-account .create-form .form-container form .form-group .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #1A1A1A;
  text-transform: capitalize;
  box-shadow: none;
}
.step-form .create-account .create-form .form-container form .form-group .form-control.error {
  border-color: tomato;
}
.step-form .create-account .create-form .form-container form .btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 33px;
  height: 48px;
  display: block;
  margin: 40px 0;
  width: 100%;
}
.step-form .create-account .create-form .form-container form .btn-solid:hover, .step-form .create-account .create-form .form-container form .btn-solid:focus {
  outline: none;
  background: #fff;
}
.step-form .create-account .create-form .form-container form .btn-solid:hover, .step-form .create-account .create-form .form-container form .btn-solid:focus {
  border: solid 2px #C1D72E;
}
.step-form .create-account .create-form .form-container p.exs {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
}
.step-form .create-account .create-form .form-container p.exsin {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #8D8D8D;
}
.step-form .create-account .create-form .form-container p.exsin a {
  text-decoration: underline;
  color: #1A1A1A;
}
.step-form .create-account .create-form .form-container .btn-outlined {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 5px;
  height: 38px;
  margin: 10px;
  display: inline-block;
  width: 25%;
}
.step-form .create-account .create-form .form-container .btn-outlined.facebook {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #3B5998;
  border: 2px solid #C1D72E;
  background: transparent;
  border: 2px solid #3B5998 !important;
}
.step-form .create-account .create-form .form-container .btn-outlined.facebook:hover, .step-form .create-account .create-form .form-container .btn-outlined.facebook:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .create-account .create-form .form-container .btn-outlined.facebook:hover, .step-form .create-account .create-form .form-container .btn-outlined.facebook:focus {
  outline: none;
  color: #fff;
  background: #3B5998;
}
.step-form .create-account .create-form .form-container .btn-outlined.google {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #DB4A39;
  border: 2px solid #C1D72E;
  background: transparent;
  border: 2px solid #DB4A39 !important;
}
.step-form .create-account .create-form .form-container .btn-outlined.google:hover, .step-form .create-account .create-form .form-container .btn-outlined.google:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .create-account .create-form .form-container .btn-outlined.google:hover, .step-form .create-account .create-form .form-container .btn-outlined.google:focus {
  outline: none;
  color: #fff;
  background: #DB4A39;
}
.step-form .create-account .create-form .form-container .btn-outlined.linkedin {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #0E76A8;
  border: 2px solid #C1D72E;
  background: transparent;
  border: 2px solid #0E76A8 !important;
}
.step-form .create-account .create-form .form-container .btn-outlined.linkedin:hover, .step-form .create-account .create-form .form-container .btn-outlined.linkedin:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .create-account .create-form .form-container .btn-outlined.linkedin:hover, .step-form .create-account .create-form .form-container .btn-outlined.linkedin:focus {
  outline: none;
  color: #fff;
  background: #0E76A8;
}
@media (min-width: 992px) {
  .step-form .create-account .create-form .form-container .btn-outlined {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: 0.32px;
    padding: 12px 15px;
    height: 48px;
  }
}
.step-form .pricing-chart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
}
.step-form .pricing-chart h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.step-form .pricing-chart #pricing-tabs ul {
  margin-top: 20px;
}
.step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
  min-height: 475px;
}
.step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-head, .step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing .ce-body {
  padding: 0 22px;
}
@media (min-width: 992px) {
  .step-form .pricing-chart {
    overflow-y: auto;
  }
  .step-form .pricing-chart #pricing-tabs ul {
    margin-top: 20px;
  }
  .step-form .pricing-chart #pricing-tabs .tab-content .tab-pane .pricing {
    min-height: 415px;
  }
}
.step-form .payment-gw {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  padding: 0 15px;
}
.step-form .payment-gw .payment-btns .crdt {
  margin-right: 10px !important;
}
.step-form .payment-gw .payment-btns .crdt img {
  width: 40px;
}
.step-form .payment-gw .payment-btns .crdt.btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  color: #1A1A1A;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  height: 48px;
  margin: 10px 0;
}
.step-form .payment-gw .payment-btns .crdt.btn-solid:hover, .step-form .payment-gw .payment-btns .crdt.btn-solid:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .payment-gw .payment-btns .crdt.btn-solid:hover, .step-form .payment-gw .payment-btns .crdt.btn-solid:focus {
  border: solid 2px #C1D72E;
}
.step-form .payment-gw .payment-btns .paypal img {
  width: 100%;
}
.step-form .payment-gw .payment-btns .paypal.btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  color: #012069;
  border: 2px solid #C1D72E;
  background: transparent;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 30px;
  height: 48px;
  margin: 10px 0;
  border: solid 2px #ccc;
}
.step-form .payment-gw .payment-btns .paypal.btn-solid:hover, .step-form .payment-gw .payment-btns .paypal.btn-solid:focus {
  outline: none;
  background: #C1D72E;
}
.step-form .payment-gw .payment-btns .paypal.btn-solid:hover, .step-form .payment-gw .payment-btns .paypal.btn-solid:focus {
  border: solid 2px #C1D72E;
  background: transparent;
}
.step-form .payment-gw h2 {
  font-size: 26px;
  font-weight: 600;
  color: #1A1A1A;
  margin-top: 20px;
}
.step-form .payment-gw .free-offer {
  margin: 12px 0;
}
.step-form .payment-gw .free-offer p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #1A1A1A;
}
.step-form .payment-gw .card-form h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
}
.step-form .payment-gw .form-group {
  margin: 10px 0;
}
.step-form .payment-gw .form-group.col-md-5 {
  padding: 0;
}
.step-form .payment-gw .form-group p {
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #1A1A1A;
}
.step-form .payment-gw .form-group .form-control {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #1A1A1A;
  text-transform: capitalize;
  box-shadow: none;
}
.step-form .payment-gw .form-group .form-control.error {
  border-color: tomato;
}
.step-form .payment-gw .form-group input[type=number] {
  -moz-appearance: textfield;
}
.step-form .payment-gw .form-group input[type=number]::-webkit-outer-spin-button, .step-form .payment-gw .form-group input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.step-form .payment-gw .form-group .btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 63px;
  height: 48px;
  margin: 40px 0;
}
.step-form .payment-gw .form-group .btn-solid:hover, .step-form .payment-gw .form-group .btn-solid:focus {
  outline: none;
  background: #fff;
}
.step-form .payment-gw .form-group .btn-solid:hover, .step-form .payment-gw .form-group .btn-solid:focus {
  border: solid 2px #C1D72E;
}
.step-form .payment-gw .terms {
  text-align: center;
}
.step-form .payment-gw .terms .orb {
  display: block;
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 992px) {
  .step-form .payment-gw .terms {
    text-align: left;
  }
  .step-form .payment-gw .terms .orb {
    display: inline;
  }
}
@media (min-width: 992px) {
  .step-form .payment-gw {
    overflow-y: auto;
    padding-left: 82px;
  }
  .step-form .payment-gw h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1A1A1A;
    margin-top: 35px;
  }
  .step-form .payment-gw .free-offer {
    margin: 32px 0;
  }
}
.step-form .completed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  padding: 0 15px;
  background: #1A1A1A;
  color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-form .completed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/main-banner.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
.step-form .completed .content {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.step-form .completed h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.44px;
  color: #FBFBFB;
  text-align: center;
}
.step-form .completed h2 span {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .step-form .completed h2 {
    font-size: 36px;
  }
}
.step-form .completed .check {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: solid 6px #fff;
  margin: 28px auto;
  text-align: center;
}
.step-form .completed .check img {
  width: 80%;
  position: relative;
  left: 10px;
  margin: 0 auto;
  bottom: -5px;
}
@media (min-width: 992px) {
  .step-form .completed .check {
    width: 150px;
    height: 150px;
    margin: 48px auto;
  }
}
.step-form .completed p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
}
.step-form .completed .btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 63px;
  height: 48px;
  margin: 40px 0;
  text-transform: uppercase;
}
.step-form .completed .btn-solid:hover, .step-form .completed .btn-solid:focus {
  outline: none;
  background: #fff;
}
.step-form .completed .btn-solid:hover, .step-form .completed .btn-solid:focus {
  border: solid 2px #C1D72E;
}
@media (min-width: 992px) {
  .step-form .completed {
    overflow: hidden;
  }
}

.btn-popup.btn-solid {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  color: #1A1A1A;
  background: #C1D72E;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: 700;
  letter-spacing: 0.32px;
  padding: 12px 63px;
  height: 48px;
  margin: 40px 0;
}
.btn-popup.btn-solid:hover, .btn-popup.btn-solid:focus {
  outline: none;
  background: #fff;
}
.btn-popup.btn-solid:hover, .btn-popup.btn-solid:focus {
  border: solid 2px #C1D72E;
}

.pxr-0 {
  padding-right: 0 !important;
}

.captchtext {
  border: solid 1px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 8px;
}

a {
  color: #C1D72E;
}

a:hover {
  color: #e76668;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #C1D72E;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e35052;
  color: #fff;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#header {
  background: #1a1a1a;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #C1D72E;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }

  #header .logo {
    font-size: 28px;
  }
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #C1D72E;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #C1D72E;
}

.nav-menu .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down > a:after {
    content: "";
  }
}
.login-btn {
  padding-left: 20px;
}

.get-started-btn {
  margin-left: 25px;
  background: #C1D72E;
  color: #1a1a1a;
  border-radius: 20px;
  padding: 12px 35px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.get-started-btn:hover {
  background: #ffffff;
  color: #1a1a1a;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 65px 0 0;
    padding: 6px 18px;
  }
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #c1d72e;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #111111;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #C1D72E;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

#hero {
  width: 100%;
  min-height: calc(100vh - 10vh);
  /* background: url("../img/hero-bg.png") top center no-repeat; */
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 47px;
  font-weight: 700;
  color: #fff;
}

#hero h4 {
  margin: 5px;
  font-size: 16px;
  color: #fff;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: 40px;
  color: #1a1a1a;
  background: #C1D72E;
  border: 2px solid #C1D72E;
}

#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
@media (max-width: 1024px) {
  .login-btn {
    display: none !important;
  }

  .login-mob {
    display: block !important;
  }
}
.login-mob {
  display: none;
}

.login-btn {
  display: block;
}

.dash {
  border: 1px solid #fff;
}

.nation-text p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.tracks h4 {
  margin-top: 15px;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 24px;
}

.stage {
  margin-right: 18%;
  margin-left: 18%;
}

@media (max-width: 1600px) {
  .stage {
    margin-right: 15%;
    margin-left: 15%;
  }
}
@media (max-width: 1440px) {
  .stage {
    margin-right: 7%;
    margin-left: 7%;
  }
}
@media (max-width: 1336px) {
  .stage {
    margin-right: 8%;
    margin-left: 8%;
  }
}
@media (max-width: 1280px) {
  .stage {
    margin-right: 9%;
    margin-left: 9%;
  }
}
@media (max-width: 1024px) {
  .stage {
    margin-right: 4%;
    margin-left: 4%;
  }
}
.stage .welcome {
  margin-bottom: 50px;
}

.features h4 {
  margin-top: 15px;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 21px;
}

.features figure {
  max-height: 248px;
  overflow: hidden;
}

.features figure img {
  object-fit: cover;
}

section {
  overflow: hidden;
  position: relative;
}

.section-title {
  position: relative;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.section-bg {
  padding: 135px 60px;
  color: #fff;
}

@media (max-width: 768px) {
  .section-bg {
    padding: 165px 50px;
  }

  .features, .tracks {
    margin-bottom: 40px;
  }
}
.section-bg:before {
  content: "";
  background: #1a1a1a;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
}

@media (max-width: 567px) {
  .stage {
    margin-right: 0%;
    margin-left: 0%;
  }

  .stage p {
    text-align: justify;
  }

  .section-bg {
    padding: 165px 0px;
  }

  .section-title h2 {
    font-size: 30px;
  }
}
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #C1D72E !important;
}

#footer {
  color: #fff;
  font-size: 14px;
  background: #252525;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #252525;
}

#footer .logo {
  display: flex;
}
#footer .logo img {
  margin-right: 10px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #C1D72E;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #C1D72E;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 80%;
  height: 1px;
  background: #C1D72E;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
  /* display: flex; */
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #e6e6e6;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #C1D72E;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #C1D72E;
  color: #fff;
  text-decoration: none;
}

.hbg {
  background: #1A1A18;
}

.searchform .searchform-input-div {
  border: 1px solid #ced4da;
  border-radius: 20px;
  overflow: hidden;
}
.searchform .searchform-input-div .form-control {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.searchform .searchform-input-div .form-control:focus {
  box-shadow: none;
  outline: none;
}
.searchform .search-q {
  padding-left: 15px;
  margin-top: 10px;
}

.popular-posts .blog-masonry .item {
  flex-basis: 23.4%;
}
@media (max-width: 992px) {
  .popular-posts .blog-masonry .item {
    flex-basis: 45%;
  }
}
@media (max-width: 576px) {
  .popular-posts .blog-masonry .item {
    flex-basis: 100%;
  }
}

.blog-masonry {
  margin: 1.5em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85em;
}
.blog-masonry.column-two .item {
  flex-basis: 45%;
}
@media (max-width: 576px) {
  .blog-masonry.column-two .item {
    flex-basis: 100%;
  }
}
.blog-masonry .item {
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 10px 5px;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 1px 2px 6px 0 #d6d5d5;
  border-radius: 6px;
  flex-basis: 31.5%;
  flex-grow: 0;
}
@media (max-width: 992px) {
  .blog-masonry .item {
    flex-basis: 45%;
  }
}
@media (max-width: 576px) {
  .blog-masonry .item {
    flex-basis: 100%;
  }
}
.blog-masonry .item h3 {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .blog-masonry .item h3 {
    font-size: 16px;
  }
}
.blog-masonry .item a {
  color: #000 !important;
  transition: all ease 0.3s;
}
.blog-masonry .item a:hover {
  color: #C1D72E !important;
}
.blog-masonry .item img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 420px) {
  .blog-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 421px) and (max-width: 768px) {
  .blog-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 769px) {
  .blog-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
.author-info {
  align-items: center;
  margin: 15px 0;
}
.author-info .author-image {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  object-fit: scale-down;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.author-info .author-image img {
  width: 100%;
  height: auto;
}
.author-info .author-details {
  margin-right: 10px;
}
.author-info .post-date {
  color: #000;
}

.single-post-content figure.aligncenter {
  text-align: center;
}
.single-post-content figure.alignright {
  text-align: right;
}
.single-post-content figure.alignleft {
  text-align: left;
}
.single-post-content .post-meta {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 20px;
}
.single-post-content .post-meta .display-meta .display-category {
  text-transform: uppercase;
}
.single-post-content .post-meta .display-meta a {
  color: #000 !important;
}
.single-post-content .post-meta .display-meta a:hover {
  color: #C1D72E;
}
.single-post-content img {
  max-width: 100%;
  height: auto;
}
.single-post-content .post-content .aligncenter, .single-post-content .post-content .alignleft, .single-post-content .post-content .alignright {
  display: block;
  padding: 0;
}
.single-post-content .post-content .aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}
.single-post-content .post-content .alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}
.single-post-content .post-content .alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}
.single-post-content .post-content .wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}
.single-post-content .post-content .wp-caption img {
  display: inline;
}
.single-post-content .post-content .wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
.single-post-content .post-content ul {
  list-style-position: inside;
}
.single-post-content .post-content h1, .single-post-content .post-content h2, .single-post-content .post-content h3, .single-post-content .post-content h4, .single-post-content .post-content h5, .single-post-content .post-content h6 {
  margin: 15px 0;
}
.single-post-content .post-content a {
  color: #000;
  font-weight: 500;
}

.pagination-single {
  padding: 30px 0;
}
.pagination-single .pagination-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .pagination-single .pagination-nav {
    position: relative;
  }
  .pagination-single .pagination-nav:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    width: 1px;
    height: calc( 100% - 30px );
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.pagination-single .pagination-nav .previous-post-wrap, .pagination-single .pagination-nav .next-post-wrap {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .pagination-single .pagination-nav .previous-post-wrap, .pagination-single .pagination-nav .next-post-wrap {
    flex-basis: 50%;
  }
}
.pagination-single .pagination-nav .next-post-wrap {
  text-align: right;
}
.pagination-single .pagination-nav .previous-post a, .pagination-single .pagination-nav .next-post a {
  color: #b6b6b6 !important;
  transition: all ease 0.3s;
}
.pagination-single .pagination-nav .previous-post a:hover, .pagination-single .pagination-nav .next-post a:hover {
  text-decoration: underline;
  color: #000 !important;
}
.pagination-single .pagination-nav .next, .pagination-single .pagination-nav .prev {
  color: #000;
  font-weight: 600;
}

.blog-s .display-meta .display-category a {
  color: #1A1A18;
  transition: all ease 0.3s;
}
.blog-s .display-meta .display-category a:hover {
  color: #C1D82F;
}
.blog-s .blog-header {
  background: #1A1A18 url("../img/blog-header.svg") 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1366px) {
  .blog-s .blog-header .max-1920 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1366px), (min-width: 1600px) {
  .blog-s .blog-header .max-1920 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.blog-s .blog-header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700 !important;
}
@media (min-width: 1601px) {
  .blog-s .blog-header h1 {
    font-size: 50px;
  }
}
.blog-s .blog-header .header-text {
  color: #fff;
  font-size: 17px;
  opacity: 0.65;
}
.blog-s .page-blog-title {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 0px;
  color: #1A1A1A;
}
.blog-s .popular {
  background: #F7F7F7;
}
.blog-s .popular .swiper-wrapper {
  align-items: center;
}
.blog-s .popular .blog-post-item {
  box-shadow: none;
  background: #F7F7F7;
  border-radius: 0;
}
.blog-s .popular .blog-post-item img {
  border-radius: 0;
}
.blog-s .read-time {
  opacity: 0.7;
  display: inline;
  color: #1A1A1A;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}
.blog-s .read-time .fa, .blog-s .read-time .min-read {
  font-size: 13px;
  font-weight: normal;
}
.blog-s .blog-post-item .blog-post-thumbnail img {
  width: 100%;
  height: auto !important;
}
@media screen and (max-width: 992px) {
  .blog-s .blog-post-item .blog-post-thumbnail img {
    box-shadow: none;
  }
}
.blog-s .blog-post-item .blog-post-content .post-meta, .blog-s .blog-post-item .blog-post-content .post-meta > a {
  color: #303030;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 5.4px;
}
.blog-s .blog-post-item .blog-post-content .blog-post-title {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #303030;
}
.blog-s .blog-post-item .blog-post-content .blog-post-excerpt {
  font-size: 16px;
}
.blog-s .blog-layout {
  background: #fff;
  overflow: initial;
}
.blog-s .blog-layout .blog-layout-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-s .blog-layout #sidebar {
  top: 80px;
}

.blog-post-categories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.blog-post-categories a {
  background: #E3E3E3 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 1.6px;
  color: #303030;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.search-form .searchform-input-div {
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #707070;
}
.search-form .searchform-input-div .form-control {
  border-radius: 2px 0 0 2px;
  border: none;
  border-right-color: #fff;
  background-color: #fff;
  height: calc(1.5em + .75rem + 10px);
  font-size: 15px;
  padding-left: 20px;
}
.search-form .searchform-input-div .form-control:focus {
  box-shadow: none;
  outline: none;
}
.search-form .searchform-input-div .btn-solid {
  background: #1A1A1A;
  border: 2px solid #C1D72E;
  color: #C1D72E !important;
  white-space: nowrap;
  font-size: 15px;
}
.search-form .search-q {
  padding-left: 15px;
  margin-top: 10px;
}

#sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .widget {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all ease-in-out 0.3s;
}
#sidebar .widget.widget_popular_post_widget {
  box-shadow: 0px 6px 12px #0000001F;
}
#sidebar .widget.widget_categories .cat-item {
  position: relative;
  margin-bottom: 12px;
  margin-left: 0;
}
#sidebar .widget.widget_categories .cat-item:not(:nth-of-type(1)) {
  margin-top: 12px;
}
#sidebar .widget.widget_categories .cat-item:after {
  content: "";
  font-family: "FontAwesome";
  right: 0;
  position: absolute;
  color: #3A7FF5;
}
#sidebar .widget.widget_categories .cat-item a {
  text-transform: uppercase;
}
#sidebar .widget:hover {
  box-shadow: 0px 6px 12px #0000001F;
}
#sidebar .widget .widgettitle {
  font: normal normal bold 28px/36px "din-2014";
  color: #303030;
  margin-bottom: 15px;
  margin-top: 0;
}
#sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar .widget ul li.widget-post-list {
  margin-left: 0;
  margin-bottom: 15px;
  align-items: center;
}
#sidebar .widget ul li.widget-post-list .widget-post-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#sidebar .widget ul li.widget-post-list span {
  display: block;
  margin-top: 5px;
  color: #397FF4;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Raleway";
}
#sidebar .widget ul li a {
  color: #303030;
  font-size: 13px;
  font-weight: 600;
}

.cta-blog {
  background: #1A1A1A;
  position: relative;
  z-index: 1;
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .cta-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cta-blog:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/blog-header.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
.cta-blog:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cta-circles.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cta-blog:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .cta-blog {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
}
.cta-blog .cta-heading {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.cta-blog .cta-text {
  font-size: 14px;
  color: #fff;
}

.read-time {
  opacity: 0.7;
  font-size: 16px;
  color: #EFEFEF;
  display: flex;
  align-items: center;
}
.read-time .fa {
  font-size: 18px;
}
.read-time .min-read {
  font-style: italic;
}

.single-post .display-category a {
  transition: all ease 0.3s;
  text-decoration: underline !important;
}
.single-post .display-category a:hover {
  color: #C1D82F;
}
.single-post .post-meta {
  background: #1A1A18 url(../img/blog-header.svg) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.single-post .post-meta .max-1920 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.single-post .post-meta a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.single-post .post-meta .page-title {
  color: #fff;
}
@media (max-width: 768px) {
  .single-post .post-meta .page-title {
    font-size: 24px;
  }
}
.single-post a {
  color: #1A1A18;
  font-weight: 600;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  margin: 30px 0 15px;
}
.single-post h2 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .single-post h2 {
    margin-top: 30px;
    font-size: 22px;
  }
}
.single-post p {
  margin: 25px 0;
  line-height: 33px;
  color: #1A1A1A;
  font-size: 20px;
}
.single-post p b, .single-post p strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-post p {
    font-size: 16px;
  }
}
.single-post ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
}
.single-post ul li {
  margin: 12px 0;
}
.single-post ul li ul {
  list-style: circle;
  list-style-position: inside;
}
.single-post ul li ul li {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .single-post ul li ul li {
    font-size: 16px;
  }
}
.single-post figure.aligncenter {
  text-align: center;
}
.single-post figure.alignright {
  text-align: right;
}
.single-post figure.alignleft {
  text-align: left;
}
.single-post .aligncenter, .single-post .alignleft, .single-post .alignright {
  display: block;
  padding: 0;
}
.single-post .aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}
.single-post .alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}
.single-post .alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}
.single-post .wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}
.single-post .wp-caption img {
  display: inline;
}
.single-post .wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
.single-post blockquote {
  margin: 20px 0;
  padding-left: 20px;
  padding-top: 0;
  position: relative;
}
.single-post blockquote p {
  color: #666666;
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  margin: 0;
}
.single-post blockquote:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 80px;
  left: -25px;
  top: 0px;
  height: 0;
  color: #1A1A1A;
}
.single-post .wp-block-separator {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ced4da;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1921px) {
  .single-post .wp-block-separator {
    zoom: 1;
  }
}
.single-post img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 540px) {
  .single-post img {
    width: 100%;
  }
}
.single-post iframe {
  width: 100%;
  max-width: 100%;
}
.single-post .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 36.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
.single-post .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .wp-block-media-text__media img {
  height: auto;
  max-width: 600px;
}
@media (max-width: 992px) {
  .single-post .wp-block-media-text__media img {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .single-post .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .single-post .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.single-post .has-small-font-size {
  font-size: 16px;
}
.single-post .has-small-font-size li {
  font-size: 16px !important;
}
.single-post .has-normal-font-size {
  font-size: 22px;
}
.single-post .has-normal-font-size li {
  font-size: 22px !important;
}
.single-post .has-large-font-size {
  font-size: 28px;
}
.single-post .has-large-font-size li {
  font-size: 28px !important;
}
.single-post .has-huge-font-size {
  font-size: 36px;
}
.single-post .has-huge-font-size li {
  font-size: 36px !important;
}
.single-post .wp-block-image img {
  height: auto;
  max-width: 600px;
}
.single-post p.comment-message {
  font-size: 15px !important;
  color: #676767 !important;
}

.social-share {
  display: flex;
  align-items: center;
}
.social-share.blog-connect {
  display: block;
}
.social-share.blog-connect p {
  color: #fff;
}
.social-share.blog-connect .social-links {
  margin-left: 0;
  padding-left: 0;
}
.social-share.blog-connect .social-links li a[data-brand=facebook] {
  align-items: center;
  background: transparent;
  color: #fff;
}
.social-share.blog-connect .social-links li a[data-brand=facebook]:hover {
  color: #fff;
  background: #397EF3;
}
.social-share.blog-connect .social-links li a[data-brand=linkedin] {
  font-size: 23px;
  color: #0a66c2;
}
.social-share.blog-connect .social-links li a[data-brand=twitter] {
  font-size: 23px;
  color: #fff;
}
.social-share.blog-connect .social-links li a[data-brand=twitter]:hover {
  color: #1da1f2;
}
.social-share.blog-connect .social-links li a[data-brand=youtube] {
  font-size: 23px;
  color: #fff;
}
.social-share.blog-connect .social-links li a[data-brand=youtube]:hover {
  color: #FF0000;
}
.social-share.blog-connect .social-links li a[data-brand=instagram] {
  font-size: 23px;
  color: #fff;
}
.social-share p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .social-share p {
    font-size: 18px;
  }
}
.social-share .social-links {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.social-share .social-links li {
  margin-right: 15px;
}
.social-share .social-links li a {
  transition: all 0.3s ease;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1A1A18;
}
.social-share .social-links li a[data-brand=facebook] {
  background: #1A1A18;
  color: #fff;
  align-items: flex-end;
}
.social-share .social-links li a[data-brand=facebook]:hover {
  background: #397EF3;
}
.social-share .social-links li a[data-brand=linkedin] {
  font-size: 23px;
}
.social-share .social-links li a[data-brand=linkedin]:hover {
  color: #0a66c2;
}
.social-share .social-links li a[data-brand=twitter] {
  font-size: 23px;
}
.social-share .social-links li a[data-brand=twitter]:hover {
  color: #1da1f2;
}

.body-container hr {
  border-top: 2px solid #1A1A1A;
}
.body-container .blog-masonry .item {
  padding: 7px;
  margin: 0;
  box-shadow: none;
}
.body-container .blog-masonry .item img {
  border-radius: 2px;
}
.body-container .blog-masonry .item .entry-title {
  margin-top: 20px;
}

#footer {
  margin-top: 1px;
}

.newsletter {
  background: #1A1A1A;
}
.newsletter .btn-solid {
  border-radius: 40px !important;
}
.newsletter h4 {
  font: normal normal bold 30px/44px "din-2014";
  letter-spacing: 2.88px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .newsletter h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.newsletter ::-webkit-input-placeholder {
  /* Edge */
  color: #1A1A1A;
  font-size: 14px;
}
.newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1A1A1A;
  font-size: 14px;
}
.newsletter ::placeholder {
  color: #1A1A1A;
  font-size: 14px;
}
.newsletter .form-control {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
.newsletter .btn-solid-sq {
  color: #1A1A1A !important;
  background: #C1D82F;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 600 !important;
}

.about-social {
  background: #2F2F2F;
  margin-bottom: -1px;
}
.about-social h4 {
  font-weight: 400;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .about-social h4 {
    font-size: 48px;
    line-height: 68px;
  }
}
.about-social .social-links {
  display: flex;
  flex-wrap: wrap;
}
.about-social .social-links li {
  flex-grow: 1;
  text-align: center;
}
.about-social .social-links li a i {
  font-size: 28px;
  color: #C1D82F !important;
  transition: all ease 0.3s;
}
.about-social .social-links li a i:hover {
  color: #fff !important;
}
@media (min-width: 1200px) {
  .about-social .social-links li a i {
    font-size: 42px;
  }
}

.relatedposts .blog-masonry .item {
  box-shadow: none;
  border: none;
  margin: 0;
}

/* ## Comments
--------------------------------------------- */
#comments {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.comment-respond,
.entry-pings,
.entry-comments {
  color: #444;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .comment-respond,
.entry-pings,
.entry-comments {
    padding: 20px;
  }
}

.entry-comments h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.comment-respond {
  padding-bottom: 5%;
  margin: 20px 1px 20px 1px;
  border: none !important;
}

.comment-header {
  color: #adaeb3;
  font-size: 14px;
  margin-bottom: 20px;
}

.comment-header cite a {
  border: none;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.comment-header .comment-meta a {
  border: none;
  color: #adaeb3;
}

li.comment {
  background-color: #fff;
  border-right: none;
  border: solid 1px #efefef;
  padding: 15px;
  margin: 15px 0;
  list-style: none;
}
li.comment p {
  font-size: 16px;
  margin-top: 10px;
  color: #1A1A1A;
  font-weight: normal;
}

.comment-content {
  clear: both;
  overflow: hidden;
}

.comment-list {
  padding-left: 0;
}
.comment-list a {
  color: #1A1A1A;
}
.comment-list .comment-meta {
  margin-top: 5px;
}

.comment-list li {
  font-size: 14px;
}

.comment-list li li li {
  background-color: #fff;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
  position: relative;
}

.comment-author img {
  border-radius: 100%;
}

.entry-comments .comment-author img {
  border-radius: 50%;
  border: 5px solid #fff;
  left: -80px;
  top: -5px;
  position: absolute;
  width: 60px;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

.comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
}

#wp-comment-cookies-consent {
  display: inline-block;
}

.reply {
  display: flex;
  justify-content: flex-end;
}

.comment-reply-link {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  color: #080808 !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 4px 10px 4px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: auto;
}

.comment-reply-link:hover {
  color: #fff;
}

.comment-notes {
  display: none;
}

.comments-title {
  font-size: 20px;
}

.logged-in-as {
  font-size: 14px;
}

.comment-meta.commentmetadata {
  font-size: 13px;
}
.comment-meta.commentmetadata a {
  text-decoration: none;
}

.comments-area .form-submit input[type=submit] {
  margin-top: 20px;
  background: #1A1A1A;
  color: #C1D82F;
  text-transform: uppercase;
  padding: 5px 30px !important;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 0;
  font-weight: 500;
  font-size: 12px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none;
  letter-spacing: 0.8px;
  border-radius: 40px;
}
.comments-area .form-submit input[type=submit]:hover, .comments-area .form-submit input[type=submit]:focus {
  background: #313131;
  color: #fff;
}
.comments-area .form-submit input[type=submit]:active {
  color: #fff;
  background: #5a5a5a;
}
@media (max-width: 992px) {
  .comments-area .form-submit input[type=submit] {
    padding: 10px 20px !important;
    font-size: 14px;
  }
}

.comment-reply-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comment-form-cookies-consent {
  line-height: normal !important;
}

.comment-message {
  color: #676767;
  font-size: 17px;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 17px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .comment-message {
    margin-top: 30px;
    font-size: 14px;
  }
}

.logged-in-as a {
  color: #1A1A1A;
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1A1A18;
  box-shadow: 0px 8px 12px #31312C0D;
  border-radius: 0;
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-custom .search {
  width: 100%;
  max-width: 570px;
}
.navbar-custom .search .form .input-group {
  width: 100%;
}
.navbar-custom .search .form .input-group .form-control {
  height: 40px;
  max-width: 100%;
  width: 360px;
}
.navbar-custom .search .form .input-group .input-group-append .input-group-text {
  color: #C1D82F;
  background: #000000;
  border: 1px solid #999999;
}
.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #888888;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:focus {
  color: #fff;
}
.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.desk-top {
  width: 100%;
  left: 0;
  z-index: 999;
}

@media (max-width: 991px) {
  .navbar-custom {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .navbar-custom .navbar-collapse {
    background: #000000;
    height: calc( 100vh - 70px);
    margin: 0 -15px;
  }
  .navbar-custom .navbar-collapse .search {
    margin-top: 3rem;
  }
  .navbar-custom .navbar-collapse .navbar-nav {
    margin-top: 3rem !important;
    margin-left: 3rem !important;
  }
  .navbar-custom .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 30px;
    margin-right: 0 !important;
  }
}
@media (max-width: 1500px) {
  .navbar-custom .search {
    width: 450px;
  }
}
@media (max-width: 1310px) {
  .navbar-custom .search {
    width: 380px;
  }
}
@media (max-width: 1240px) {
  .navbar-custom .search {
    width: auto;
  }
}
.bg-primary {
  background-color: #C1D82F !important;
}

.btn-primary {
  background-color: #C1D82F;
  border-color: #C1D82F;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #9fb321 !important;
  border-color: #9fb321 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(193, 216, 47, 0.5);
}

.btn-secondary {
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: black !important;
  border-color: black !important;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=audiosocket.css.map */
