.code1756165092 {margin: 25em auto;
				padding:0.1em 0;}

.code1756165092 .mhead {
    
}

.code1756165092 .mtitle {
    
}

.code1756165092 .mdesc {
    
}

.code1756165092 .mbody {
    
}

.code1756165092 .mcontent {
    position: relative;
    text-align: center;
}

/*Module specific style*/
 .stock-text {
    position: relative;
    top: -15em;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
 }
 .stock-text h3,.stock-text h5 {
      font-size: 65px;
      font-weight: 800;
      margin: 0;
      line-height: 1;
      text-transform: uppercase;
      position: absolute;
      color: #fff;
      text-align: center;
      width: 100%;
      margin-top:220px;
    }
    
.stock-text h5 {
    margin-top:320px;
      font-size: 35px;
}


.stock-text h3:nth-child(1),.stock-text h5:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent
}

.stock-text h3:nth-child(2),.stock-text h5:nth-child(2) {
    color: #28CADB;
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
    0%,100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

/*Module specific style*/

@media (max-width: 767px) {


	 .stock-text h3,.stock-text h5 {
      font-size: 21px;
      font-weight: 800;
      margin: 0;
      line-height: 1;
      text-transform: uppercase;
      position: absolute;
      color: #fff;
      text-align: center;
      width: 100%;
    }
	.stock-text h5 {
      font-size: 14px;
      margin-top:50px;
	 }
    .code1756165092 {margin: 10em auto;}
    .stock-text {
    position: relative;
    top: -3em;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}