.dwd-typing {
    display: inline-block;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@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;
    }
}

#particles-js {
    position: relative;
}

#particles-js .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
}

.dwd-animation {
    opacity: 0;
}

.dwd-animation.animated {
    opacity: 1;
}

.et_pb_fullwidth_header_scroll span.scroll-down.et-pb-icon.animated.infinite {
    animation-duration: 1.7s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center .et_pb_fullwidth_logo_image {
    margin: 0 auto;
    padding-bottom: 10px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center .et_pb_fullwidth_logo_image {
    margin: 0;
    padding-bottom: 10px;
}

.et_pb_fullwidth_logo_image {
    display: block;
}

.et_pb_fullwidth_header {
    overflow: hidden;
}


/*icon*/

.et_pb_fullwidth_header_scroll.dwd-custom-scroll a .et-pb-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: inherit;
    speak: none;
}

.et_pb_fullwidth_header_scroll.dwd-custom-scroll a .et-pb-icon img {
    height: auto;
    width: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
}


/* textgif */

h1.textgif {
    color: transparent !important;
}


/*search*/


/* Search Module */

.et_pb_search_extended {
    width: 100%;
}

.et_pb_search_extended .screen-reader-text {
    display: none;
}

.et_pb_search_extended input.et_pb_s,
.et_pb_search_extended .et_pb_searchsubmit {
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
}

.et_pb_search_extended input.et_pb_s::-webkit-input-placeholder {
    color: #666;
}

.et_pb_search_extended input.et_pb_s::-moz-placeholder {
    color: #666;
}

.et_pb_search_extended input.et_pb_s:-ms-input-placeholder {
    color: #666;
}

.et_pb_search_extended input.et_pb_s {
    width: 100%;
    padding-right: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
}

.et_pb_search_extended .et_pb_searchform {
    position: relative;
    max-width: 500px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .et_pb_search_extended .et_pb_searchform {
    margin-left: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .et_pb_search_extended .et_pb_searchform {
    margin: 0 auto;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_search_extended .et_pb_searchform {
    margin-left: 0;
}

.et_pb_search_extended .et_pb_searchsubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100% !important;
    background-color: #ddd;
    cursor: pointer;
}

.et_pb_search_extended .et_pb_searchsubmit.search-icon-show {
    padding-left: 15px;
}

.et_pb_search_extended.et_pb_text_align_left .et_pb_searchsubmit,
.et_pb_search_extended.et_pb_text_align_center .et_pb_searchsubmit {
    right: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.et_pb_search_extended.et_pb_text_align_right .et_pb_searchsubmit {
    right: auto;
    left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.et_pb_search_extended.et_pb_text_align_right input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 80px;
    text-align: right;
}

.et_pb_search_extended.et_pb_text_align_center input.et_pb_s {
    text-align: center;
}

.et_pb_search_extended.et_pb_hide_search_button .et_pb_searchsubmit {
    display: none;
}

.et_pb_search_extended.et_pb_hide_search_button input.et_pb_s {
    padding-right: 0.7em !important;
    padding-left: 0.7em !important;
}


/* Light Layout */

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s {
    border: 2px solid #fff;
    color: #fff;
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
    color: #fff;
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
    color: #fff;
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
    color: #fff;
}
.et_pb_search_extended .et_pb_searchsubmit .dwd_search_icon {
    padding-right: 20px;
}
.et_pb_search_extended .et_pb_searchsubmit .dwd_search_icon:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    left: 10px;
    font-size: 15px;
    content: "\55";
}

.dwd_hide_search_txt .dwd_search_button_txt{
    display: none;
    visibility: hidden;
}

.dwd_hide_search_txt .dwd_search_icon{
    padding-right: 0;
}
.et_pb_search_extended.dwd_search_button_left .et_pb_searchsubmit {
    right: auto;
    left: 0 ;
}
.et_pb_search_extended.dwd_search_button_left input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 100px;
}
.et_pb_search_extended.dwd_hide_search_txt.dwd_search_button_left input.et_pb_s {
    padding-left: 55px;
}
.et_pb_search_extended.dwd_search_button_right .et_pb_searchsubmit {
    left: auto;
    right: 0;
}

.et_pb_search_extended.et_pb_text_align_right input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 80px;
    text-align: right;
}

.et_pb_search_extended.et_pb_bg_layout_dark .et_pb_searchsubmit {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
}

.et_pb_fullwidth_header_container.center .et_pb_search_extended {
    margin: 15px auto 0;
}

.et_pb_header_description .et_pb_search_extended {
    margin-top: 15px;
}


/* Fancy */

.fancyline.fancyline_after {
    padding-bottom: 0;
}

.fancyline.fancyline_after:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
}

.fancyline.fancyline_before:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
}

.fancyline_after.fancyline_text_left:after {
    margin: 15px 0 15px;
}

.fancyline_after.fancyline_text_center:after {
    margin: 15px auto 15px;
}

.fancyline_after.fancyline_text_right:after {
    margin: 15px 0 15px auto;
}

.fancyline_before.fancyline_text_left:before {
    margin: 15px 0 15px;
}

.fancyline_before.fancyline_text_center:before {
    margin: 15px auto 15px;
}

.fancyline_before.fancyline_text_right:before {
    margin: 15px 0 15px auto;
}

/*Popup*/
#lightcase-overlay, #lightcase-case, #lightcase-loading, #lightcase-nav, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    z-index: 99999 !important;
}

.et_pb_bg_layout_dark .fancyline_after.fancyline_text_left:after,
.et_pb_bg_layout_dark .fancyline_after.fancyline_text_center:after,
.et_pb_bg_layout_dark .fancyline_after.fancyline_text_right:after,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_left:before,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_center:before,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_right:before {
    background-color: #fff;
}

.et_pb_bg_layout_light .fancyline_after.fancyline_text_left:after,
.et_pb_bg_layout_light .fancyline_after.fancyline_text_center:after,
.et_pb_bg_layout_light .fancyline_after.fancyline_text_right:after,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_left:before,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_center:before,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_right:before {
    background-color: #333;
}


/* Responsive Styles Tablet And Below */

@media all and (max-width: 980px) {
    .et_pb_header_description .et_pb_search {
        width: 100%;
    }
}


/* Responsive Styles Smartphone Portrait */

@media all and (max-width: 479px) {
    .et_pb_header_description .et_pb_search {
        width: 100%;
    }
}

/* Text */
/* IE7 */
/* Word Break */
.et_pb_text_extender {
    word-wrap: break-word;
}
/* Text Module */
.et_pb_text_extender ul,
.et_pb_text_extender ol {
    padding-bottom: 1em;
}

.et_pb_text_extender > :last-child {
    padding-bottom: 0;
}
