/* SLider Css */
.slick-dotted.slick-slider .feature__text{font-size: 20px;}
.column_reversed{margin-bottom: 2rem;}
.author_info p {
    opacity: 0.6;
    font-style: italic;
}
.author_info {
    margin-top: 25px;
}

h1, h2, h3, h4, h5, h6{font-weight: 400;}





/* 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;
}