/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.slider-container{
	max-width: 100%;
	display: flex;
  align-items: center;
	justify-content: center;
	padding-left: 0px !important;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 100%;
  z-index: 2;
  color: #04e1ff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
  background-color: transparent;
  color: #04e1ff;
}
.glide__arrow:hover {
  border-color: #04e1ff;
  color: #04e1ff;
  background-color: transparent;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  padding: 0;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__track {
  background-color: #080d1c00;
}

@font-face {
  font-family: "ITC Avant Garde Gothic Medium";
  src: url(http://livetrades.s860.upress.link/wp-content/uploads/2021/01/ITCAvantGardeStd-Md.woff2);
}

.glide__slides {
  color: #d6dde8;
  font-family: "ITC Avant Garde Gothic Medium";
  font-size: 16px;
  font-weight: 500;
}

.glide__slide {
  border-radius: 15px;
  background-color: #0e131f;
  background-image: url("http://livetrades.s860.upress.link/wp-content/uploads/2021/01/Vector-64.png");
  background-repeat: no-repeat;
	background-size: contain;
  background-position: bottom;
  padding-bottom: 15px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  opacity: 0.76;
}

.elementor-page-2532 .glide__slide{
	background-image: url("http://livetrades.s860.upress.link/wp-content/uploads/2021/02/146788208_456037265574455_8695689805544589331_n.png");
}



.glide__slides img {
  width: 100%;
  margin-bottom: 40px;
}

.glide__slide p {
  margin-left: 25px;
  line-height: 10px;
}

.glide__arrow--left::before {
  content: url(http://livetrades.s860.upress.link/wp-content/uploads/2021/01/left.png);
  display: block;
  position: relative;
  left: 0;
}

.glide__arrow--right::before {
  content: url(http://livetrades.s860.upress.link/wp-content/uploads/2021/01/right.png);
  display: block;
  position: relative;
  left: 0;
}

.glide__arrow {
  border: none;
  box-shadow: none;
  top: 450px;
  font-weight: 600;
}

@media (max-width: 1024px){
	.glide__arrow{
		top: 680px;
	}
}

@media (max-width: 800px){
	.glide__arrow{
		top: 580px;
	}
}

.glide__arrow--left {
  left: 200px;
}

.glide__arrow--right {
  right: 200px;
}


@media (max-width: 800px){
	.glide__arrow--right{
		right: 0;
	}
}
@media (max-width: 800px){
	.glide__arrow--left{
		left: 0;
	}
}

.glide__bullet {
  border-radius: 0;
  width: 35px;
  border: none;
  height: 1px;
}

.glide__bullet:hover {
  border: none;
  height: 1px;
}

.glide__bullet--active,
.glide__bullet:focus {
  background-color: #0dc1ff;
  width: 35px;
  border: none;
  height: 2px;
}

.glide__bullets {
  top: 450px;
}

@media (max-width: 1024px){
	.glide__bullets{
		top: 680px;
	}
}

@media (max-width: 800px){
	.glide__bullets {
  top: 630px;
}
}


.green-text-new {
  color: #097e30;
}

.blue-text-new {
  color: #3b97bd;
}
