/* Custom Styles */
@media screen and (min-width: 1200px)
{

#section-1669289019730 .row {
    box-shadow: 20px -15px 2px -15px #c1c1c1;
    background: #fff;
    padding: 80px 50px 50PX 80PX;
        margin-bottom: -30px;
    z-index: 1111111;
    position: relative;
}


div#section-1669289019730 .block-type--feature .block {box-shadow: 1px 0px 10px #3936363d;}

}

div#block-1669293647449 .deep{font-weight: 500;
    clip-path: polygon(93% 0%, 100% 50%, 93% 100%, 0% 100%, 3% 50%, 0% 0%);
    background: #292626;
    color: #fff;
    padding: 7px 26px;
    font-size: 24px;
    margin: 0;
    width: 58%;
    margin-bottom: 15px;
        text-align: center;
}


@media screen and (max-width: 767px)
{
 div#block-1606258505758_0 .deep {  font-weight: 500;
    clip-path: polygon(93% 0%, 100% 50%, 93% 100%, 0% 100%, 3% 50%, 0% 0%);
    background: #292626;
    font-size: 18px !important;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

}





.btn{    box-shadow: 9px 9px 0px #ccc;
    margin-bottom: 10px !important;}


.header {
    z-index: 11111111;
}



/* Custom Styles */
#typed, .typed-cursor{font-size: 48px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color: #000;}
.type-wrap{margin-bottom: 1.5rem;}
@media screen and ( max-width : 768px ){
    #typed, .typed-cursor{font-size: 24px;}
    #section-1614087835202{display: none;}
}
/* code for animated blinking cursor */


.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s;
  -moz-animation: blink 0.7s;
  -ms-animation: blink 0.7s;
  -o-animation: blink 0.7s;
  animation: blink 0.7s;
}
 @-keyframes 
blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes 
blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-moz-keyframes 
blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-ms-keyframes 
blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-o-keyframes 
blink {  0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}

.typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s;
}